text stringlengths 2 1.04M | meta dict |
|---|---|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:lay... | {
"content_hash": "7ae7da320bba7daada3425b0db214c1b",
"timestamp": "",
"source": "github",
"line_count": 208,
"max_line_length": 91,
"avg_line_length": 34.79807692307692,
"alnum_prop": 0.5502901353965184,
"repo_name": "AleCat83/GeoSettingsOpen",
"id": "9aa54abd0c7ba9aed3a657b876f96ea9c84654be",
"siz... |
Copyright (c) 2020 W.T.J. Riezebos
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
di... | {
"content_hash": "12cc6a517e4e4ce538818bd540860ab9",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 72,
"avg_line_length": 42.69230769230769,
"alnum_prop": 0.7945945945945946,
"repo_name": "widoriezebos/Thoth",
"id": "af46e107e61652e1110a4090bd9aa088f98b2302",
"size": "56... |
'use strict';
describe('ProAct.Stream', function () {
it ('is in ProAct.States.ready state after creation', function () {
var stream = P.stream();
expect(stream.state).toBe(ProAct.States.ready);
});
describe('#trigger', function () {
it ('updates the stream listeners', function () {
var strea... | {
"content_hash": "67c518bf0c2c15b8b080caac045b62a5",
"timestamp": "",
"source": "github",
"line_count": 655,
"max_line_length": 129,
"avg_line_length": 25.238167938931298,
"alnum_prop": 0.5343899340632751,
"repo_name": "proactjs/proactjs",
"id": "ad04159d55914d29efe55e6862fdf90bfdf94f4c",
"size": "... |
'''
The function `rfc3339` formats dates according to the :RFC:`3339`. `rfc3339`
tries to have as much as possible sensible defaults.
'''
__author__ = 'Henry Precheur <henry@precheur.org>'
__license__ = 'Public Domain'
__all__ = ('rfc3339', )
import datetime
import time
def _timezone(utcoffset):
'''
Return ... | {
"content_hash": "97bc03701570542b8609ee76026a8787",
"timestamp": "",
"source": "github",
"line_count": 125,
"max_line_length": 78,
"avg_line_length": 29.664,
"alnum_prop": 0.5827939590075513,
"repo_name": "steveandroulakis/mytardis",
"id": "b5e7fd4f598b3ce69991983574709711bc833004",
"size": "3755"... |
<?php
class Kwc_Basic_Text_Cc_Component extends Kwc_Chained_Cc_Component
{
public static function getSettings($masterComponentClass = null)
{
$ret = parent::getSettings($masterComponentClass);
$ret['flags']['hasFulltext'] = true;
return $ret;
}
public function getFulltextContent... | {
"content_hash": "183f414d73c1a6c32bba395ec43d77fb",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 98,
"avg_line_length": 33.03333333333333,
"alnum_prop": 0.579212916246216,
"repo_name": "koala-framework/koala-framework",
"id": "610a8d9c79c126f0270729fcd1dcbf6c73d6415a",
... |
#include <lug/Graphics/Vulkan/API/DescriptorSet.hpp>
#include <lug/Graphics/Vulkan/API/Buffer.hpp>
#include <lug/Graphics/Vulkan/API/Device.hpp>
#include <lug/System/Logger/Logger.hpp>
namespace lug {
namespace Graphics {
namespace Vulkan {
namespace API {
DescriptorSet::DescriptorSet(VkDescriptorSet descriptorSet, ... | {
"content_hash": "e69972f9e5d56871fb3556dbbf1230b5",
"timestamp": "",
"source": "github",
"line_count": 92,
"max_line_length": 133,
"avg_line_length": 30.467391304347824,
"alnum_prop": 0.6821262932572244,
"repo_name": "Lugdunum3D/Lugdunum",
"id": "7a368ebef0f44a76a3bff61b725b84d2e91d9093",
"size": ... |
Imports System.Security.Cryptography
Public Class BasicEncryption
Public Shared Function encodeBase64(str As String, Optional encoding As System.Text.Encoding = Nothing) As String
If encoding Is Nothing Then
Return Convert.ToBase64String(Text.Encoding.UTF8.GetBytes(str))
End If
... | {
"content_hash": "dbd1ba9edbcc002587261e64915c41f5",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 117,
"avg_line_length": 39.06896551724138,
"alnum_prop": 0.6734333627537511,
"repo_name": "Infinicken/MCLauncher",
"id": "ce22928c14d1de52dd37c9dc061bf0a6d0c777db",
"size":... |
<!DOCTYPE html>
<script src="../resources/runner.js"></script>
<div id="wrapper">
<div id="host"></div>
</div>
<script>
'use strict';
const numChildOfHost = 10;
const numDivsInShadow = 100;
const loops = 20;
for (let i = 0; i < numChildOfHost; ++i) {
let div = document.createElement('div');
div.appendChild(docum... | {
"content_hash": "a3460451bf648a278a8917454d505be0",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 54,
"avg_line_length": 23.545454545454547,
"alnum_prop": 0.6631274131274131,
"repo_name": "heke123/chromium-crosswalk",
"id": "9f392778d7dfd90729cb0f974a8d404bafe5d953",
"s... |
module.exports = {
loginCustomer
};
function loginCustomer(req, res) {
console.log("LOGIN");
OpenBankService.getToken(req.body.customerName, req.body.customerPass).then(function (data) {
res.send(data)
}).catch(function (e) {
res.badRequest("Bad username/password");
})
}
| {
"content_hash": "6f0d0bec1f01d04369c942f97a33b655",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 96,
"avg_line_length": 23.153846153846153,
"alnum_prop": 0.6710963455149501,
"repo_name": "tpvmovil-psd2hackathon/tpvmovil",
"id": "99bbe9d685d6adb88931ce1a69ded1fdf0d8a5a4",... |
export { default as authentication } from './authentication';
export { default as user } from './user';
export { default as users } from './users'; | {
"content_hash": "d82c7dcdf5e269adb4d6fa87f92f0da2",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 61,
"avg_line_length": 49,
"alnum_prop": 0.7006802721088435,
"repo_name": "raphaelameaume/react-node-starter",
"id": "eb2aae7b0dbc9f50634063e007ec1157546cdbeb",
"size": "147... |
<?php
use yii\helpers\Html;
use yii\widgets\ActiveForm;
/* @var $this yii\web\View */
/* @var $model app\models\Posts */
/* @var $form yii\widgets\ActiveForm */
?>
<div class="posts-form">
<?php $form = ActiveForm::begin(); ?>
<?= $form->field($model, 'post_title')->textInput(['maxlength' => true]) ?>
... | {
"content_hash": "7b709b211341901742d445e388d455fc",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 150,
"avg_line_length": 25.666666666666668,
"alnum_prop": 0.5815295815295816,
"repo_name": "alvinmactal/Droga",
"id": "28d8c315e3ae552bac6020b8d31be83d7bbaa69f",
"size": "6... |
package com.google.bitcoin.bouncycastle.bcpg;
import java.io.*;
import java.math.BigInteger;
/**
* basic packet for a PGP public key
*/
public class PublicKeyEncSessionPacket
extends ContainedPacket implements PublicKeyAlgorithmTags
{
private int version;
private long keyID;
pr... | {
"content_hash": "841efd25a50aa0b318d04dd80ce64b00",
"timestamp": "",
"source": "github",
"line_count": 112,
"max_line_length": 82,
"avg_line_length": 25.5,
"alnum_prop": 0.5098039215686274,
"repo_name": "barmstrong/bitcoin-android",
"id": "f622acbb01a329d023e289a6cde0ba19292639df",
"size": "2856",... |
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>pymatgen.analysis.chemenv.utils package &mdash... | {
"content_hash": "05053a5c3f6a67415e155409c414ba4b",
"timestamp": "",
"source": "github",
"line_count": 287,
"max_line_length": 200,
"avg_line_length": 39.184668989547035,
"alnum_prop": 0.6565890094255735,
"repo_name": "mbkumar/pymatgen",
"id": "06dfef6087732c863691df97d8e1ad701ea93614",
"size": "1... |
require 'spec_helper'
require 'image_optim/cmd'
describe ImageOptim::Cmd do
before do
stub_const('Cmd', ImageOptim::Cmd)
end
def expect_int_exception(&block)
expect(&block).to raise_error(SignalException) do |error|
expect(error.message.to_s).to match(/INT|#{Signal.list['INT']}/)
end
end
... | {
"content_hash": "92e3c64352d85aeb1b89d13328c9c988",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 75,
"avg_line_length": 28.636363636363637,
"alnum_prop": 0.629100529100529,
"repo_name": "weheartit/image_optim",
"id": "f97776701cb0aac5e9f96780b31bb7f68ab2dc1d",
"size": ... |
var ActionDeviceList = require('/ui/edit/ActionDeviceList'),
RFActionDeviceList = require('/ui/edit/RFActionDeviceList'),
RawActionDeviceList = require('/ui/edit/RawActionDeviceList'),
RuleList = require('/ui/edit/RuleActionList');
function ActionComposer(button, parentButton, navGroup, onSave) {
var self =... | {
"content_hash": "997a102f5909d468eb26106103a131b7",
"timestamp": "",
"source": "github",
"line_count": 97,
"max_line_length": 107,
"avg_line_length": 28.31958762886598,
"alnum_prop": 0.5879140880961048,
"repo_name": "ninjablocks/shogun-remote",
"id": "261c7dbdd06cba9adf7ab377b46e8c5658cadd85",
"si... |
package org.onosproject.pcepio.types;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.ListIterator;
import java.util.Objects;
import org.jboss.netty.buffer.ChannelBuffer;
import org.onosproject.pcepio.exceptions.PcepParseException;
import org.onosproject.pcepio.protocol.PcepVersion;
import o... | {
"content_hash": "f343d2abe25986075390f48a13139b65",
"timestamp": "",
"source": "github",
"line_count": 237,
"max_line_length": 119,
"avg_line_length": 35,
"alnum_prop": 0.5758890898131405,
"repo_name": "castroflavio/onos",
"id": "b974cf827bef028b1ef1d4a0b878c908bb44e247",
"size": "8904",
"binary... |
from __future__ import absolute_import
import random
import warnings
from time import time
from datetime import datetime
from collections import deque
import six
from twisted.internet import reactor, defer, task
from scrapy.utils.defer import mustbe_deferred
from scrapy.utils.httpobj import urlparse_cached
from scrap... | {
"content_hash": "0c80b77c90eafa8dd3c7b14ba5fa4a78",
"timestamp": "",
"source": "github",
"line_count": 202,
"max_line_length": 98,
"avg_line_length": 36.68811881188119,
"alnum_prop": 0.6198893536634732,
"repo_name": "Ryezhang/scrapy",
"id": "59c3ad0745d2c73f78729b584cf5c5cdb93a7551",
"size": "7411... |
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
from __future__ import unicode_literals
from hypothesis import given
import hypothesis.strategies as st
import numpy as np
import unittest
from caffe2.python import core, workspace, dyndep
import caffe2.pytho... | {
"content_hash": "db3d622a40fc31c4dc28c27158a27d43",
"timestamp": "",
"source": "github",
"line_count": 198,
"max_line_length": 80,
"avg_line_length": 41.696969696969695,
"alnum_prop": 0.5314922480620154,
"repo_name": "sf-wind/caffe2",
"id": "29f128e58ffd4d76f509fd522ec977684c7b3616",
"size": "8927... |
package com.gitpoint;
import android.app.Application;
import com.facebook.react.ReactApplication;
import com.reactnative.photoview.PhotoViewPackage;
import com.lugg.ReactNativeConfig.ReactNativeConfigPackage;
import com.microsoft.codepush.react.CodePush;
import com.learnium.RNDeviceInfo.RNDeviceInfo;
import com.oblad... | {
"content_hash": "1794433237d22521afe8c0c966b98c89",
"timestamp": "",
"source": "github",
"line_count": 56,
"max_line_length": 111,
"avg_line_length": 28.160714285714285,
"alnum_prop": 0.7381103360811667,
"repo_name": "housseindjirdeh/git-point",
"id": "964743a2cfb66358e9b167c45e6df904df11e51f",
"s... |
layout: default
seo_title: "Culture | Early Light Media"
seo_description: "Our playground for letting loose and thinking outside the box."
---
<div class="page-blog-landing">
<h2>Culture</h2>
<div class="row">
<!-- render latest 2 culture blog post-->
{% for post in site.categories.culture limit: 2 %}
... | {
"content_hash": "61e8fadb92fd453e327fb104d280d37b",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 82,
"avg_line_length": 26.266666666666666,
"alnum_prop": 0.6129441624365483,
"repo_name": "tkraak/elm",
"id": "bf771f5c961f2f68c1e25f76d1136a6830205c92",
"size": "792",
"... |
from neutron.conf.services import provider_configuration
from oslo_config import cfg
def list_service_provider():
return [
('service_providers', provider_configuration.serviceprovider_opts),
]
_dummy_bgpvpn_provider = ':'.join([
'BGPVPN', 'Dummy',
'networking_bgpvpn.neutron.services.service_... | {
"content_hash": "65ed9078d022bea1e0d1a0bfc9b1b665",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 75,
"avg_line_length": 27.318181818181817,
"alnum_prop": 0.7054908485856906,
"repo_name": "openstack/networking-bgpvpn",
"id": "6bce35929abdc934583565897307a13c1c1aa80b",
"... |
class Profile;
class ProjectorSystemWebAppDelegate : public web_app::SystemWebAppDelegate {
public:
explicit ProjectorSystemWebAppDelegate(Profile* profile);
ProjectorSystemWebAppDelegate(const ProjectorSystemWebAppDelegate&) = delete;
ProjectorSystemWebAppDelegate operator=(
const ProjectorSystemWebAppDe... | {
"content_hash": "ba3cdd4a3925bfa1eb2f437e66432fd4",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 79,
"avg_line_length": 39.611111111111114,
"alnum_prop": 0.8008415147265077,
"repo_name": "scheib/chromium",
"id": "d5949e042e1ea607dbb15b2b3598cd5dc05cb6c8",
"size": "1120... |
<?xml version="1.0" ?>
<!--
This file is part of the Sylius package.
(c) Paweł Jędrzejewski
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
-->
<serializer xmlns="http://symfony.com/schema/dic/serializer-mapping"
xmlns:xsi="h... | {
"content_hash": "6271ef21df5fb2c737d9eb7768fd707c",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 158,
"avg_line_length": 28.4,
"alnum_prop": 0.5927230046948356,
"repo_name": "kayue/Sylius",
"id": "eb5fe55475032d0da34f709de4eba9122282b4ab",
"size": "1706",
"binary": f... |
namespace Client
{
partial class Form1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。<... | {
"content_hash": "5be317e6432bd8c47fa56753016f5fc8",
"timestamp": "",
"source": "github",
"line_count": 114,
"max_line_length": 161,
"avg_line_length": 43.280701754385966,
"alnum_prop": 0.5956627482772598,
"repo_name": "luyikk/ZYSOCKET",
"id": "b4bb85866f6d4701167fe45957445b0d504e6bf3",
"size": "50... |
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Home extends CI_Controller {
/**
* Index Page for this controller.
*
* Maps to the following URL
* http://example.com/index.php/welcome
* - or -
* http://example.com/index.php/welcome/index
* ... | {
"content_hash": "3158942e18002e04540c4c788c3366d4",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 71,
"avg_line_length": 29.928571428571427,
"alnum_prop": 0.5930787589498807,
"repo_name": "asimbilaladil/elearning",
"id": "5767beb45daeb7fc6828616269ed3b45ec4cc880",
"size... |
When /^I add an editorial remark "([^"]*)" to the document "([^"]*)"$/ do |remark_text, document_title|
@edition = create(:draft_publication, title: document_title)
@remark_text = remark_text
visit edit_admin_edition_path(@edition)
click_link "Add new remark"
fill_in "Remark", with: @remark_text
click_butt... | {
"content_hash": "53b1528db8767855a8ea6ce96315f117",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 103,
"avg_line_length": 37.714285714285715,
"alnum_prop": 0.7064393939393939,
"repo_name": "hotvulcan/whitehall",
"id": "5c1c6ff85e74e0d8c4c538c22ccc0a38dbe9f4d3",
"size": ... |
using System;
using System.Collections.Generic;
using System.Data;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using System.Threading;
using JSErrorCollector;
using Kentico.KInspector.Core;
using OpenQA.Selenium.Firefox;
using OpenQA.Selenium;
namespace Kentico.KInspector.Modules
{
public cl... | {
"content_hash": "03e897463b9bc2eadd57dd06283aaf3d",
"timestamp": "",
"source": "github",
"line_count": 179,
"max_line_length": 217,
"avg_line_length": 36.089385474860336,
"alnum_prop": 0.5453560371517028,
"repo_name": "JosefDvorak/KInspector",
"id": "006a60d7af9ca0d391b630aeaddd50bc4c1aba96",
"siz... |
<?php
namespace Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory;
use Symfony\Component\Config\Definition\Builder\NodeDefinition;
use Symfony\Component\DependencyInjection\ChildDefinition;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Referen... | {
"content_hash": "281e0e049d2061f8a2c245eb99773b98",
"timestamp": "",
"source": "github",
"line_count": 198,
"max_line_length": 146,
"avg_line_length": 38.31818181818182,
"alnum_prop": 0.6474232239356794,
"repo_name": "oleg-andreyev/symfony",
"id": "e8bfa9412aff72ade9bda321b85cc75e3b3aedde",
"size"... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>dpdgraph: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" ... | {
"content_hash": "135da05169af05a944a46c7f5a0e403e",
"timestamp": "",
"source": "github",
"line_count": 167,
"max_line_length": 157,
"avg_line_length": 41.4311377245509,
"alnum_prop": 0.538083538083538,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "bd08318ef41a88e520bb75ff73bf19b0ca1fc221",
... |
/* vi: set sw=4 ts=4: */
/*
* ifplugd for busybox, based on ifplugd 0.28 (written by Lennart Poettering).
*
* Copyright (C) 2009 Maksym Kryzhanovskyy <xmaks@email.cz>
*
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config IFPLUGD
//config: bool "ifplugd"
//config: default y
//... | {
"content_hash": "a82640ba4e99aa0e6906f748160d702d",
"timestamp": "",
"source": "github",
"line_count": 775,
"max_line_length": 111,
"avg_line_length": 26.738064516129032,
"alnum_prop": 0.645980117749252,
"repo_name": "deathslocus/jor1k-sysroot",
"id": "4f8a274b0afde8ed45d6b54e13914c1c390e3dc1",
"s... |
#include <pcl/features/multiscale_feature_persistence.h>
#include <pcl/features/impl/multiscale_feature_persistence.hpp>
#include <pcl/point_types.h>
#include <pcl/impl/instantiate.hpp>
// Instantiations of specific point types
#ifdef PCL_ONLY_CORE_POINT_TYPES
PCL_INSTANTIATE_PRODUCT(MultiscaleFeaturePersistence... | {
"content_hash": "4530dcaba0464d3ff5019cf60e6c50a0",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 117,
"avg_line_length": 33.4,
"alnum_prop": 0.7904191616766467,
"repo_name": "kalectro/pcl_groovy",
"id": "71588736c478c64f44d7141c2e96d21fc8127d16",
"size": "2292",
"bin... |
"The protodown app module"
from bootstrap.build import Arguments
def init(arguments):
return "Initialized empty repository"
def config(arguments):
print(arguments)
if(arguments.option=='help'):
return 'display config help'
else:
s = Template("setting $option to $value")
return... | {
"content_hash": "a54b647111da518d8bff3e06d480b1cc",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 104,
"avg_line_length": 33.28,
"alnum_prop": 0.6947115384615384,
"repo_name": "tweakch/protodown",
"id": "331fc0d24c8cc019e09c4e931ebfc2ceac140321",
"size": "1687",
"bina... |
using System;
using System.Windows.Forms;
namespace Kelompok1
{
public partial class FormObat : Form
{
Obat obat;
private string id_obat;
bool update;
public FormObat()
{
InitializeComponent();
obat = new Obat();
textBoxNObat.Focus();... | {
"content_hash": "8a833a20b352a713c6a6526f000ab72c",
"timestamp": "",
"source": "github",
"line_count": 76,
"max_line_length": 69,
"avg_line_length": 27.710526315789473,
"alnum_prop": 0.3803418803418803,
"repo_name": "qwildz/klinik_gui",
"id": "bec17b2a9c57d0c7a4454fa2ab48df4df8a73c59",
"size": "21... |
// Copyright (c) 2011-2013 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "sendcoinsentry.h"
#include "ui_sendcoinsentry.h"
#include "guiutil.h"
#include "bitcoinunits.h"
#include "addressbo... | {
"content_hash": "f3cea8b92bd42a58efe77e84c36a6fb1",
"timestamp": "",
"source": "github",
"line_count": 185,
"max_line_length": 113,
"avg_line_length": 24.978378378378377,
"alnum_prop": 0.6749621294092187,
"repo_name": "Bitspender/h4",
"id": "357330b0fe4f2d6b0dbe8c16a15c7346886c9a66",
"size": "4621... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>graph-basics: 29 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel... | {
"content_hash": "a53ea2b9829b89325902561d2b391681",
"timestamp": "",
"source": "github",
"line_count": 202,
"max_line_length": 232,
"avg_line_length": 56.618811881188115,
"alnum_prop": 0.5798723441461922,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "0d72510d49d9221918f3392c4b685418dbc44d04",... |
Testing jekyll static content generator.
***
[My simple blog](http://inik.tk)
| {
"content_hash": "fa91664879d06e7520652e7ddc5bbe48",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 40,
"avg_line_length": 26,
"alnum_prop": 0.7307692307692307,
"repo_name": "nikonorovi/nikonorovi.github.io",
"id": "43141052c529ba48034c28024d040e3063df76a3",
"size": "78",
... |
// Vaca - Visual Application Components Abstraction
// Copyright (c) 2005-2010 David Capello
//
// This file is distributed under the terms of the MIT license,
// please read LICENSE.txt for more information.
#ifndef VACA_COMMONDIALOG_H
#define VACA_COMMONDIALOG_H
#include "vaca/base.h"
#include "vaca/Compo... | {
"content_hash": "fda15b80bd05cee3b66f9b1a6067297d",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 63,
"avg_line_length": 18.763157894736842,
"alnum_prop": 0.6788218793828892,
"repo_name": "dacap/vaca",
"id": "e7a0631f179d5e029fedbae26c73fd881966b3c5",
"size": "713",
"... |
<html><img border=0 src=7227-91-0.txt alt=7227-91-0.txt></img><body>
"x"
"1" "HELMA, C, CRAMER, T, KRAMER, S, AND DE RAEDT, L, DATA MINING AND MACHINE LEARNING TECHNIQUES FOR THE IDENTIFICATION OF MUTAGENICITY INDUCING SUBSTRUCTURES AND STRUCTURE ACTIVITY RELATIONSHIPS OF NONCO __ NGENERIC COMPOUNDS. J. CHEM. INF. COMP... | {
"content_hash": "99e789aaafd8bceb593b1795b20c1469",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 276,
"avg_line_length": 91.25,
"alnum_prop": 0.736986301369863,
"repo_name": "andrewdefries/Ames_ToxBenchmark",
"id": "f61a1ef40f2b7ea0090614a8256538c18e1cf802",
"size": "36... |
/**
*
* TypeFlag
*
*/
import React, {PropTypes} from 'react';
import styled from 'styled-components';
import { getToolTypeColor } from 'components/CommonComponents';
import Isvg from 'react-inlinesvg';
import MethodologyFlag from 'assets/images/flag/methodology.svg';
import PrincipleFlag from 'assets/images/flag/princ... | {
"content_hash": "4374a6f3d1bf2be3d286d8277e47be2a",
"timestamp": "",
"source": "github",
"line_count": 94,
"max_line_length": 164,
"avg_line_length": 31.585106382978722,
"alnum_prop": 0.7005725833614012,
"repo_name": "rapicastillo/beautifulrising-client",
"id": "a87c0fcd0c82676f99afc02ed183be4d60a30... |
<Macro name="GoogleMap">
<Param name="id" type="id"/>
<Param name="backgroundColor" type="string" default="#FFF"/>
<Param name="latitude" type="number" default="0"/>
<Param name="longitude" type="number" default="0"/>
<Param name="zoom" type="number" default="1"/>
<Param name="text" type="string"/>
<Param... | {
"content_hash": "ecebbafca0fededf415edcfbcefbd8ac",
"timestamp": "",
"source": "github",
"line_count": 70,
"max_line_length": 141,
"avg_line_length": 35.91428571428571,
"alnum_prop": 0.5668257756563246,
"repo_name": "selenia-plugins/matisse-widgets",
"id": "67be0377e206f07a9acdd3ebf3a463fdb7dfbdf9",... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0-adoptopenjdk) on Tue Aug 07 14:38:45 CEST 2018 -->
<title>MetadataVisitor (doov-core 2.1.0 API)</title>
<meta name="date" content="2018-08-07">... | {
"content_hash": "ffdebaf37b5532126d9570b5c6e47d79",
"timestamp": "",
"source": "github",
"line_count": 585,
"max_line_length": 975,
"avg_line_length": 47.817094017094014,
"alnum_prop": 0.6451220820076502,
"repo_name": "lesfurets/dOOv",
"id": "11a26849365ec1926bbdf4f7ffa739c47f1f87c4",
"size": "279... |
<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: google/cloud/compute/v1/compute.proto
namespace Google\Cloud\Compute\V1\SSLHealthCheck;
use UnexpectedValueException;
/**
* Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default... | {
"content_hash": "1ab6ebf54419d21f20e8ab7666a44a16",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 129,
"avg_line_length": 28.67241379310345,
"alnum_prop": 0.607937462417318,
"repo_name": "googleapis/google-cloud-php",
"id": "f5c32ed2662bf9d7f80101cdec94f335fbf64cfc",
"s... |
Title: A Year of commits
Date: 2014-10-03
Tags: git
Category: code
Slug: git-commits
Author: Zunayed Morsalin
Summary: One year of commits
I was on my github page and realized I had joined the site exactly 1 year ago today. It's fun taking a look through memory lane and looking at the projects I use to work on.
<img ... | {
"content_hash": "d84423254a4b1c64409e53aa8ab4f56d",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 173,
"avg_line_length": 35.63636363636363,
"alnum_prop": 0.7602040816326531,
"repo_name": "zunayed/blag",
"id": "eb6a6c2866d24d33965146ed31cbca36d7014cf0",
"size": "392",
... |
<?php
namespace EPManager\MainBundle\Repository;
use Doctrine\ORM\EntityRepository;
/**
* Execution repository
*
* @author Julien Brochet <julien.brochet@orange.com>
*/
class ExecutionRepository extends EntityRepository
{
/**
* Finds entities by id
*
* @param integer $id
*
* @retur... | {
"content_hash": "f4ad05ca7b5279d8606b4ec6c99d9afb",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 53,
"avg_line_length": 23.83116883116883,
"alnum_prop": 0.4828337874659401,
"repo_name": "aerialls/EPManager",
"id": "379eba39f8437a7713dc12f4b624c1a35b6771bf",
"size": "20... |
EasyRTC Server: Installation
============================
Ubuntu EasyRTC Install Steps:
----------------------------
1. Install Node.js
- `sudo apt-get install python-software-properties`
- `sudo add-apt-repository ppa:chris-lea/node.js`
- `sudo apt-get update`
- `sudo apt-get install nodejs`
2. Crea... | {
"content_hash": "3360e6cf7943b0a44c1094f526bb1a77",
"timestamp": "",
"source": "github",
"line_count": 211,
"max_line_length": 273,
"avg_line_length": 35.535545023696685,
"alnum_prop": 0.6971192317951453,
"repo_name": "techvn/easyRtc",
"id": "ba6bdf0ba19784b20a72bff37be2b43b4932138a",
"size": "749... |
export enum DragTypeOverMeEnum {
InsideEmptyPanel = 1,
MultilineRight,
MultilineLeft
}
export interface HashTable<T = any> {
}
export interface ILocalizableOwner {
getLocale(): string;
getMarkdownHtml(text: string, name: string): string;
getProcessedText(text: string): string;
getRenderer(name: string): ... | {
"content_hash": "4b4327e7095f5bbc2da881db8c244bbd",
"timestamp": "",
"source": "github",
"line_count": 10542,
"max_line_length": 440,
"avg_line_length": 36.5287421741605,
"alnum_prop": 0.7307640371241748,
"repo_name": "cdnjs/cdnjs",
"id": "a71e3b0eaaa90540549e0454ec72d5ca23909186",
"size": "385297... |
import ast
from . import parsers
from ..lexer import lexers
from ..utils.parser import (build_call, build_class, build_yield, production,
split_tag_args_string, update_source_pos)
spg = parsers.spg
"""
Structure parser generator.
Used to tokenize and split the template at ``{{``, ``}}``, ``{%``, ``%}``,
``{#`` ... | {
"content_hash": "4c30b68cfb0b221d4554e98f218af0fc",
"timestamp": "",
"source": "github",
"line_count": 224,
"max_line_length": 77,
"avg_line_length": 25.495535714285715,
"alnum_prop": 0.5671511118893364,
"repo_name": "funkybob/rattle",
"id": "5c3e6ea3e891e60eb8def563609b1c5592fc8b46",
"size": "571... |
package com.ibm.mysampleapp.core.activities.navigation;
import android.os.Bundle;
import android.speech.tts.TextToSpeech;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.TextView;
import com.ibm.mysampleapp.... | {
"content_hash": "33671756e854e40429d956609cd7a314",
"timestamp": "",
"source": "github",
"line_count": 192,
"max_line_length": 98,
"avg_line_length": 35.3125,
"alnum_prop": 0.5966076696165191,
"repo_name": "VoidlifeGroup/navigation-for-autists",
"id": "6ad9a0f43ebd6f83241d4139c523ac86f4daa8ac",
"s... |
<?php
use yii\helpers\Html;
use yii\bootstrap\ActiveForm;
use Yii\web\View;
use yii\captcha\Captcha;
use app\modules\merchant\Module;
use yii\helpers\Url;
use yii\helpers\ArrayHelper;
/* @var $this yii\web\View */
/* @var $form yii\bootstrap\ActiveForm */
/* @var $model \common\models\LoginForm */
$this->title = Mod... | {
"content_hash": "3517dcbd6c36472dd456df0f30e657a8",
"timestamp": "",
"source": "github",
"line_count": 113,
"max_line_length": 285,
"avg_line_length": 36.69911504424779,
"alnum_prop": 0.5124186158668917,
"repo_name": "tigergithub01/b2b2c",
"id": "26533e1738e9f4d81669a6d912dc13f598238ab1",
"size": ... |
import numpy as np
import pandas as pd
import pytest
from statsmodels.imputation import mice
import statsmodels.api as sm
from numpy.testing import assert_equal, assert_allclose
import warnings
try:
import matplotlib.pyplot as plt
except ImportError:
pass
pdf_output = False
if pdf_output:
from matplotli... | {
"content_hash": "467b0fe7017d23c1408bd3d6b59b0069",
"timestamp": "",
"source": "github",
"line_count": 395,
"max_line_length": 139,
"avg_line_length": 31.453164556962026,
"alnum_prop": 0.5540083708950418,
"repo_name": "jseabold/statsmodels",
"id": "40492d2fec31404c8838ad52b70ab8c53bac46bd",
"size"... |
@interface UIWindow (Doorbell)
@end
| {
"content_hash": "10363bc98494f2102bacfa106faeff63",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 30,
"avg_line_length": 12.333333333333334,
"alnum_prop": 0.7567567567567568,
"repo_name": "doorbell/ios-sdk",
"id": "e4798a3d92d9cb34793f0ae25b0ace055d462d08",
"size": "62",... |
This is the API documentation of the Stormpath SDK Node.js module/package.
[Stormpath](https://www.stormpath.com) is a cloud-hosted user management service that automates best-in-class user security for your applications so you can ship your application faster and more securely.
It provides applications safe user acc... | {
"content_hash": "71cab3e54cfe9423d21ab48756c06cb1",
"timestamp": "",
"source": "github",
"line_count": 242,
"max_line_length": 400,
"avg_line_length": 33.231404958677686,
"alnum_prop": 0.7394926635165382,
"repo_name": "robertjd/stormpath-sdk-node",
"id": "d1a9001b8e262cd920483182d7771dc2053ad092",
... |
import { Drug } from './../drug';
import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core';
@Component({
selector: 'app-drug-form',
moduleId: module.id,
templateUrl: './drug-consumable-form.component.html',
styleUrls: ['./drug-consumable-form.component.css']
})
export class DrugConsumable... | {
"content_hash": "1ee54958b74c29283b2199b5595c2223",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 79,
"avg_line_length": 22.807692307692307,
"alnum_prop": 0.6728499156829679,
"repo_name": "talhaHavadar/emergency-service",
"id": "d4f3af6ac6889ade5b4b9509d6e24b0ada0a6861",
... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of ASPRINTF</TITLE>
</HEAD><BODY>
<H1>ASPRINTF</H1>
Section: Linux Programmer's Manual (3)<BR>Updated: 2013-06-21<BR><A HREF="#index">Index</A>
<A HREF="../index.html">Return to Main Contents</A><HR>
<A NAME="lbAB"> </A>
<... | {
"content_hash": "eb362b6d1018e1c576973a3dba285e53",
"timestamp": "",
"source": "github",
"line_count": 97,
"max_line_length": 116,
"avg_line_length": 26.45360824742268,
"alnum_prop": 0.6453624318004677,
"repo_name": "cs-education/sysassets",
"id": "66d00990a2850c7530a1070b8c3eb9deb794e530",
"size"... |
package com.uservoice.uservoicesdk.ui;
import android.annotation.SuppressLint;
import android.support.v4.app.FragmentActivity;
import android.view.View;
import android.view.ViewGroup;
import android.widget.EditText;
import android.widget.Spinner;
import android.widget.TextView;
import android.widget.Toast;
import com... | {
"content_hash": "f7a09c3b6e70eacba786782b2c856de7",
"timestamp": "",
"source": "github",
"line_count": 128,
"max_line_length": 204,
"avg_line_length": 38.8125,
"alnum_prop": 0.624194847020934,
"repo_name": "goodev/android-discourse",
"id": "e57f95021c2022e644d200e7236fd7dcf72e884c",
"size": "4968"... |
require 'rails_helper'
# Specs in this file have access to a helper object that includes
# the Admin::AsssetsHelper. For example:
#
# describe Admin::AsssetsHelper do
# describe "string concat" do
# it "concats two strings with spaces" do
# expect(helper.concat_strings("this","that")).to eq("this that")
# ... | {
"content_hash": "801d14400c5d4f4c98e04cfd4ea8b7db",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 71,
"avg_line_length": 28.647058823529413,
"alnum_prop": 0.6899383983572895,
"repo_name": "onceatime/patchwork",
"id": "44be83aaf9e786e2a23834e403d941d20da41025",
"size": "... |
<?php
/**
* Generate a thumbnail
*
* @var modX $this->modx
* @var array $scriptProperties
*
* @package modx
* @subpackage processors.system
*/
class modSystemPhpThumbProcessor extends modProcessor {
/** @var modPhpThumb $phpThumb */
public $phpThumb;
/** @var modMediaSource|modFileMediaSource $sour... | {
"content_hash": "fdd6232c15f081f02ca5c5c518507775",
"timestamp": "",
"source": "github",
"line_count": 103,
"max_line_length": 117,
"avg_line_length": 29.184466019417474,
"alnum_prop": 0.5652029274783765,
"repo_name": "raadhuis/modx-basic",
"id": "3adbd8576b7f764044edcc3713121d7513578d61",
"size":... |
'''
Introduction to pandas
=======================
Quick script to install dependencies and start the notebook server
in the current directory.
'''
import subprocess
try:
hasattr(raw_input, '__call__')
input = raw_input
except:
pass
pkgs = ['numpy', 'scipy', 'pandas', 'jupyter',
'notebook', 'ipyth... | {
"content_hash": "0630c8be67c098c659e7bdbde892b2d4",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 114,
"avg_line_length": 23.56,
"alnum_prop": 0.5831918505942275,
"repo_name": "alexvmarch/pandas_intro",
"id": "4cb5350c13dea3b93ee61a7e68df188e566c725c",
"size": "1201",
... |
import { Component } from 'react';
interface LoaderOptions {
lines?: number;
length?: number;
width?: number;
radius?: number;
scale?: number;
corners?: number;
color?: string;
opacity?: number;
rotate?: number;
direction?: number;
speed?: number;
trail?: number;
fps?: number;
zIndex?: number;
top?: str... | {
"content_hash": "39a7410976ba96e5a3a90db014f3e399",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 64,
"avg_line_length": 17.605263157894736,
"alnum_prop": 0.7115097159940209,
"repo_name": "GiedriusGrabauskas/DefinitelyTyped",
"id": "89d28e2e5d1f601a6648661b3d9f8189e2ff81d... |
require 'spec_helper_acceptance'
describe 'curator class' do
context 'defaults' do
if fact('osfamily') == 'RedHat'
it 'adds epel to and installs pip' do
pp = "class { 'epel': }"
apply_manifest(pp, :catch_failures => true)
shell("yum -y install python-pip")
# Hack for EL7-bas... | {
"content_hash": "313187dc58bef75f24bec0635e1cc35e",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 87,
"avg_line_length": 27.243243243243242,
"alnum_prop": 0.5922619047619048,
"repo_name": "jlambert121/jlambert121-curator",
"id": "32c1b7583c03ec2aee9fd73052216aa8c3aa1814",... |
<refentry xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
id="funcsynopsis.decoration">
<refmeta>
<refentrytitle>funcsynopsis.decoration</refentrytitle>
<refmiscinfo role="type">boolean</refmiscinfo>
</refmeta>
<refnamediv>
<refname>funcsynopsis.... | {
"content_hash": "2b5353e8f8046dd5936e45e759f2a55b",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 117,
"avg_line_length": 33.2,
"alnum_prop": 0.7578313253012048,
"repo_name": "conormcd/exemplar",
"id": "be088ff3982584a24fdd4cfc431ce528218233c5",
"size": "830",
"binary... |
package net.fortuna.ical4j.model.property;
import net.fortuna.ical4j.model.Escapable;
import net.fortuna.ical4j.model.ParameterList;
import net.fortuna.ical4j.model.Property;
import net.fortuna.ical4j.model.PropertyFactoryImpl;
import net.fortuna.ical4j.model.ValidationException;
/**
* $Id$
*
* Created: [Apr 6, 2... | {
"content_hash": "05fbbb22bc76db76849f9cbc9700f18a",
"timestamp": "",
"source": "github",
"line_count": 72,
"max_line_length": 83,
"avg_line_length": 24.041666666666668,
"alnum_prop": 0.6533795493934142,
"repo_name": "djyf1/ical4j",
"id": "4d2c24a81782ab8cf89729549053f5c867abc38e",
"size": "3298",
... |
@annotate: folktale.result.Error.prototype.bimap
@annotate: folktale.result.Ok.prototype.bimap
category: Transforming
---
Transforms each side of a Result with a function, without changing the context
of the computation. That is, Errors will still be Errors, Oks will still be
Oks.
## Example::
const Result = re... | {
"content_hash": "c972d88516116fb05342e1c418a535a9",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 78,
"avg_line_length": 24.26086956521739,
"alnum_prop": 0.6397849462365591,
"repo_name": "folktale/folktale",
"id": "0669248ad7624401ac4c0c693fe9074eb23f2192",
"size": "558... |
autocommit off;
select price, avg(quantity), price * avg(quantity)
from joe.inventory_c i, joe.product_c p
where p.product_code = i.product.product_code
group by price
having price * avg(quantity) > $1000000;
rollback;
| {
"content_hash": "8f4a04ba1ca0d28ba78a058e91bb9212",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 52,
"avg_line_length": 32.857142857142854,
"alnum_prop": 0.7217391304347827,
"repo_name": "CUBRID/cubrid-testcases",
"id": "732f37f1bb5f96bd79fff31b05adbb45e8f0560c",
"size"... |
package apps::monitoring::netdata::restapi::mode::memory;
use base qw(centreon::plugins::templates::counter);
use strict;
use warnings;
sub custom_usage_output {
my ($self, %options) = @_;
return sprintf(
'Ram total: %s %s used (-buffers/cache): %s %s (%.2f%%) free: %s %s (%.2f%%)',
$self->{... | {
"content_hash": "a24651d513d5b8a929b20bf5d80d6a48",
"timestamp": "",
"source": "github",
"line_count": 194,
"max_line_length": 144,
"avg_line_length": 31.329896907216494,
"alnum_prop": 0.5102007239223428,
"repo_name": "centreon/centreon-plugins",
"id": "a8e304c03a4f1aeaeed812584ab17978162b14bc",
"... |
FROM balenalib/surface-go-debian:bookworm-build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu67 \
libssl1.1 \
libstdc++6 \
... | {
"content_hash": "6de0acc5570fa2e4d9df9fcf93115620",
"timestamp": "",
"source": "github",
"line_count": 56,
"max_line_length": 698,
"avg_line_length": 55.839285714285715,
"alnum_prop": 0.7147425647585546,
"repo_name": "resin-io-library/base-images",
"id": "fe0787c294ec113e7afda29361f8683a1a6560e7",
... |
from __future__ import absolute_import, division, print_function
__metaclass__ = type
DOCUMENTATION = r'''
---
module: bigip_ssl_key_cert
short_description: Import/Delete SSL keys and certs from BIG-IP
description:
- This module imports/deletes SSL keys and certificates on a BIG-IP.
Keys can be imported from key... | {
"content_hash": "8e107ddd366ec2606b239d0992922fd9",
"timestamp": "",
"source": "github",
"line_count": 793,
"max_line_length": 108,
"avg_line_length": 32.73770491803279,
"alnum_prop": 0.5642694811447941,
"repo_name": "F5Networks/f5-ansible-modules",
"id": "2f27e0ddbc4edcd5296ec7751b6f0fc52f6bffe4",
... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Do... | {
"content_hash": "29089b43cf8d3a2c588fda6fb82603ef",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 84,
"avg_line_length": 38.30555555555556,
"alnum_prop": 0.7418419144307469,
"repo_name": "prepare/DomQuery",
"id": "8d76de22cd96de288094b176d2aaf749b4218cb5",
"size": "1382... |
package org.ovirt.engine.ui.uicommonweb.models;
import org.ovirt.engine.core.compat.PropertyChangedEventArgs;
import org.ovirt.engine.core.compat.StringHelper;
@SuppressWarnings("unused")
public class ConfirmationModel extends ListModel
{
private EntityModel privateLatch;
public EntityModel getLatch()
{... | {
"content_hash": "c06919844fa071a9b25a9834fdeb8259",
"timestamp": "",
"source": "github",
"line_count": 56,
"max_line_length": 111,
"avg_line_length": 22.964285714285715,
"alnum_prop": 0.6244167962674961,
"repo_name": "raksha-rao/gluster-ovirt",
"id": "9add3f9956ad6fb3a7454dcb38871e5663a5e430",
"si... |
@interface PDAddressCell()
{
UIView *back;
UILabel *address;
NSMutableArray *list;
}
@end
@implementation PDAddressCell
-(id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier{
self = [super initWithStyle:style reuseIdentifier:reuseIdentifier];
if (self... | {
"content_hash": "74e20af1e5f5c221d5fd922c3bd89a69",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 130,
"avg_line_length": 35.11864406779661,
"alnum_prop": 0.6867760617760618,
"repo_name": "dodubaby/fefsgdgg",
"id": "de6871ba053e8cf92985efdb073aa1143e45efa6",
"size": "22... |
<?php
namespace Nanbando\Backup;
class BackupArchiveDecorator implements BackupArchiveInterface
{
/**
* @var BackupArchiveInterface
*/
private $innerArchive;
/**
* @var string
*/
private $scriptName;
public function __construct(string $scriptName, BackupArchiveInterface $inne... | {
"content_hash": "1688dc568f966806c74f36aaa8a44d86",
"timestamp": "",
"source": "github",
"line_count": 65,
"max_line_length": 105,
"avg_line_length": 26.753846153846155,
"alnum_prop": 0.5876940770557791,
"repo_name": "nanbando/nanbando",
"id": "4748c95e365afe6aa24206c4cdaba2eea2e4ef0f",
"size": "1... |
package org.apache.camel.builder.endpoint.dsl;
import javax.annotation.Generated;
import org.apache.camel.ExchangePattern;
import org.apache.camel.builder.EndpointConsumerBuilder;
import org.apache.camel.builder.EndpointProducerBuilder;
import org.apache.camel.builder.endpoint.AbstractEndpointBuilder;
import org.apac... | {
"content_hash": "adb4bd718dfd61f9bbd8895e8d27acbf",
"timestamp": "",
"source": "github",
"line_count": 432,
"max_line_length": 134,
"avg_line_length": 38.13194444444444,
"alnum_prop": 0.6099678261397439,
"repo_name": "CodeSmell/camel",
"id": "e48d5353046846833fc603492751f2116bd2434d",
"size": "172... |
title: "Integrated Genomic Characterization of Papillary Thyroid Carcinoma"
members:
- nils-gehlenborg
type: article
year: 2014
publisher: "http://www.cancerresearchuk.org/about-us/cancer-news/news-report/2014-10-23-large-study-sheds-light-on-the-genetic-causes-of-thyroid-cancer"
cite:
authors: "The Cancer Genome ... | {
"content_hash": "e07350431b2135e76091a11e480839e6",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 152,
"avg_line_length": 37.15384615384615,
"alnum_prop": 0.7743271221532091,
"repo_name": "hms-dbmi/gehlenborglab-website",
"id": "93e3e421613b5a6b258a14b753f3bfa113090957",
... |
namespace Tvl.Graphing.Interop
{
using System.Runtime.InteropServices;
[UnmanagedFunctionPointer(CallingConvention.Cdecl, CharSet = CharSet.Ansi, SetLastError = false)]
public delegate int agusererrf(string message);
}
| {
"content_hash": "a883a3ed1add08413f25b688d46ed741",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 101,
"avg_line_length": 33.285714285714285,
"alnum_prop": 0.776824034334764,
"repo_name": "tunnelvisionlabs/WpfGraphing",
"id": "ec83d7865e49a92335b0ca1771f395eead194237",
"... |
package org.locationtech.geomesa.curve
import org.junit.runner.RunWith
import org.locationtech.geomesa.curve.NormalizedDimension.{NormalizedLat, NormalizedLon}
import org.specs2.mutable.Specification
import org.specs2.runner.JUnitRunner
@RunWith(classOf[JUnitRunner])
class NormalizedDimensionTest extends Specificat... | {
"content_hash": "01acfd65eba530fdf23b6035d7443350",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 90,
"avg_line_length": 34.870370370370374,
"alnum_prop": 0.7169410515135423,
"repo_name": "ronq/geomesa",
"id": "805c5aa35d35d4fb69ba6267b16571cc264fb4a8",
"size": "2346",
... |
'''
Management of Pacemaker/Corosync clusters with PCS
==================================================
A state module to manage Pacemaker/Corosync clusters
with the Pacemaker/Corosync configuration system (PCS)
.. versionadded:: 2016.110
:depends: pcs
Walkthrough of a complete PCS cluster setup:
http://clusterla... | {
"content_hash": "d9c9973bb04be41d7a3f2a97ff1b6a90",
"timestamp": "",
"source": "github",
"line_count": 1069,
"max_line_length": 123,
"avg_line_length": 33.042095416276894,
"alnum_prop": 0.5685408527263461,
"repo_name": "hoonetorg/salt-pcs-formula",
"id": "9ba81c0f28fee04382d6ffd5545d96e4b4575cdb",
... |
<ion-view view-title="Putaway Result" ng-init="init()">
<ion-content padding="true" class="has-header">
<ul class="list">
<li class="item" ng-repeat="item in items">
<h2>{{item.Item.Id}}</h2>
<div class="item-note">
<div class="list">
... | {
"content_hash": "e0ab12907432c45cdd699d9694a96ebd",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 173,
"avg_line_length": 45.51219512195122,
"alnum_prop": 0.4903536977491961,
"repo_name": "RubenCordeiro/SINF-14-15",
"id": "b8323c8849d25608c2b86c73eea7c677ff54bc0a",
"siz... |
/**
* ContentBundleServiceSoapBindingStub.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package com.google.api.ads.dfp.v201311;
public class ContentBundleServiceSoapBindingStub extends org.apache.axis.client.Stub implements com.google.a... | {
"content_hash": "8c94f2bf199eefa7b04aa30cf41b173e",
"timestamp": "",
"source": "github",
"line_count": 945,
"max_line_length": 394,
"avg_line_length": 55.99047619047619,
"alnum_prop": 0.6543440872408384,
"repo_name": "google-code-export/google-api-dfp-java",
"id": "6de83141572bbfe9bb07c6f00345e609cc... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Lecanora ochromicra Nyl.
### Remarks
null | {
"content_hash": "aaa746af92e52a174ff5d0ba84c3ddc4",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 24,
"avg_line_length": 9.923076923076923,
"alnum_prop": 0.7054263565891473,
"repo_name": "mdoering/backbone",
"id": "ec87bc15b9ed4ca3602e0d1443d364ffc84497b5",
"size": "183... |
<?php
declare(strict_types=1);
namespace Tests\Centreon\Domain\MetaServiceConfiguration\Exception;
use Centreon\Domain\MetaServiceConfiguration\Exception\MetaServiceConfigurationException;
use PHPUnit\Framework\TestCase;
/**
* @package Tests\Centreon\Domain\HostConfiguration\Exceptions
*/
class MetaServiceConfig... | {
"content_hash": "66a686ea0683aa0efeac1b0d02e60674",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 99,
"avg_line_length": 36.355932203389834,
"alnum_prop": 0.7076923076923077,
"repo_name": "centreon/centreon",
"id": "313ccca2b261304e2923ab1db4bbfa6f8cc68ffd",
"size": "28... |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Collections.Immutable
Imports Microsoft.CodeAnalysis.VisualBasic.Emit
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Imports Microsoft.Code... | {
"content_hash": "51cf9e803c572f10d2b56cb66c27be97",
"timestamp": "",
"source": "github",
"line_count": 982,
"max_line_length": 220,
"avg_line_length": 53.82281059063136,
"alnum_prop": 0.6006167934309607,
"repo_name": "grianggrai/roslyn",
"id": "43c4310a28c8ad19ca255d16152bece45082f758",
"size": "5... |
<footer class="site-footer">
<p>Copyright © <a href="{{ site.url }}/">{{site.title}}</a></p>
<p>Powered by <a href="https://github.com/jekyll/jekyll">Jekyll</a>
on
{% if site.github_username %}
<a href="https://github.com/">Github</a>
{% else %}
GitHub
{% endif %}
| Design by <a href="http://yul... | {
"content_hash": "9cb3301ac2132560599417934c5786fd",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 139,
"avg_line_length": 37.92307692307692,
"alnum_prop": 0.6348884381338742,
"repo_name": "sunxianchao/sunxianchao.github.io",
"id": "ddcdd74fc37aaf06152548ccd35a6de2fc14fb78... |
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... | {
"content_hash": "aff9838a6b52e47c80f989b1957d4e78",
"timestamp": "",
"source": "github",
"line_count": 91,
"max_line_length": 81,
"avg_line_length": 51.065934065934066,
"alnum_prop": 0.7781364321067356,
"repo_name": "qiyuangong/SSM",
"id": "1ee2fa822ec81b2071801894b0dc869c8a92e8c1",
"size": "4647"... |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GEmblem: GIO Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="GIO Reference Manual"... | {
"content_hash": "fca06c45c456be0299335f08135da272",
"timestamp": "",
"source": "github",
"line_count": 351,
"max_line_length": 411,
"avg_line_length": 45.98005698005698,
"alnum_prop": 0.6773653881900985,
"repo_name": "imx6uldev/depedency_tools",
"id": "41d9ad142d9f633e8c5f57e02f04a2b1f8cc2834",
"s... |
package org.openo.nfvo.resmanagement.test;
import java.io.File;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.openo.baseservice.remoteservice.exception.ServiceException;
import org.openo.nfvo.resmanagement.mocoserver.VimDriverSuccessServer;
import org.openo.nfvo.resmanagement.ut... | {
"content_hash": "bc54f09bfdb294d880146d8324ccf0ab",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 96,
"avg_line_length": 27.423076923076923,
"alnum_prop": 0.7131837307152875,
"repo_name": "open-o/nfvo",
"id": "718d688fe22004f4bc6d2aa166e4f51fc981c67d",
"size": "2038",
... |
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/renderer/pepper/video_decoder_shim.h"
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
#include <GLES2/gl2extchromium.h>
#include "bas... | {
"content_hash": "bfe606a249e9803a50c5b94bd81ca91e",
"timestamp": "",
"source": "github",
"line_count": 1126,
"max_line_length": 80,
"avg_line_length": 32.52664298401421,
"alnum_prop": 0.6509215017064847,
"repo_name": "PeterWangIntel/chromium-crosswalk",
"id": "faf6446fd247884c47f3dc737c71327b80b4323... |
package edu.cmu.lti.oaqa.gerp.uima.components;
import static java.util.stream.Collectors.toSet;
import java.util.Arrays;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
import java.util.stream.Collectors;
import java.util.stream.Stream;
import... | {
"content_hash": "91d5f75c20b4489d6a7155deeae0d3d6",
"timestamp": "",
"source": "github",
"line_count": 155,
"max_line_length": 100,
"avg_line_length": 38.16129032258065,
"alnum_prop": 0.7382924767540152,
"repo_name": "oaqa/gerp",
"id": "a963fbb139ea01c594f1e2f7580f12da71dac09f",
"size": "5915",
... |
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
/*!
* AdminLTE v2.3.8
* Author: Almsaeed Studio
* Website: Almsaeed Studio <http://almsaeedstudio.com>
* License: Open source - MIT
* Please visit http://opensource.org/licenses/MIT ... | {
"content_hash": "eabed5ba234a3ec0a9c14b1775bd8ded",
"timestamp": "",
"source": "github",
"line_count": 4942,
"max_line_length": 208,
"avg_line_length": 22.347632537434237,
"alnum_prop": 0.6595769725285671,
"repo_name": "ggaquin/SisLeg",
"id": "94ccdb8efeccf7f2e47671a1ff38e3303d3a9042",
"size": "11... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Storm.Endpoint</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc">
<link rel="stylesheet" href="... | {
"content_hash": "e2811d339327cb9816d96fd9b63f2464",
"timestamp": "",
"source": "github",
"line_count": 465,
"max_line_length": 168,
"avg_line_length": 32.46236559139785,
"alnum_prop": 0.6165617754223253,
"repo_name": "nsarno/storm",
"id": "cd6ca79ddce80344299aa30ff8acd485d38df7d3",
"size": "15095"... |
<?php require_once 'includes/login-script.php'; ?>
<?php require_once 'templates/unregistered-header.html'; ?>
<div class="col-sm-2">
</div>
<div class="col-sm-8 row">
<h2>
Login
</h2>
<h3>
Please log in to view your notes.
</h3>
<p>
Don't have an account? <a href="register.php">Register here!</... | {
"content_hash": "78eb25707dd48fdc5f4f72d2b90fdbf7",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 106,
"avg_line_length": 28.043478260869566,
"alnum_prop": 0.6193798449612403,
"repo_name": "lukecahill/Note-keeper",
"id": "9fe4dc1fd74c2c1dad8b8b4c886ffc163608f8c3",
"size... |
#include "cpcheat.h"
char watermark[] = "IH CP.C0M (§";
typedef FARPROC (_stdcall *GetProcAddress_t)(HMODULE, LPCSTR);
GetProcAddress_t pGetProcAddress = 0;
FARPROC _stdcall
_GetProcAddress(HMODULE hModule, LPCSTR lpProcName)
{
FARPROC result = (*pGetProcAddress)(hModule, lpProcName);
if(HIWORD(... | {
"content_hash": "27120a005e96090319bc3845649bb79d",
"timestamp": "",
"source": "github",
"line_count": 72,
"max_line_length": 105,
"avg_line_length": 27.01388888888889,
"alnum_prop": 0.6020565552699229,
"repo_name": "hrkfdn/cpcheat",
"id": "7051febc32b2be4e28aa14dff042bc96705089b2",
"size": "1945"... |
Does nothing
| {
"content_hash": "793189d1115d192a774e701f666c3869",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 12,
"avg_line_length": 13,
"alnum_prop": 0.8461538461538461,
"repo_name": "marcermarc/marcerBackup",
"id": "ea39b4cc00f04149d666ec72a9a3e04a4bd3a6dd",
"size": "28",
"binar... |
module Azure::Network::Mgmt::V2017_10_01
module Models
#
# Model object.
#
#
class Error
include MsRestAzure
# @return [String]
attr_accessor :code
# @return [String]
attr_accessor :message
# @return [String]
attr_accessor :target
# @return [Arr... | {
"content_hash": "f3e357d260e5ea7f52a03a47396b407b",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 65,
"avg_line_length": 25.473684210526315,
"alnum_prop": 0.3975206611570248,
"repo_name": "Azure/azure-sdk-for-ruby",
"id": "b91154ebeb2e7c02ded527fecf00f42d257f1dc3",
"siz... |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Linq;
using System.Reflection;
namespace JavaJanitor.Areas.HelpPage
{
/// <summary>
/// This class will create an object of a given type and popul... | {
"content_hash": "187c5ba9fbc54715b2053fb27dcaafee",
"timestamp": "",
"source": "github",
"line_count": 456,
"max_line_length": 261,
"avg_line_length": 43.74561403508772,
"alnum_prop": 0.5404551834770404,
"repo_name": "wimplash/GenscapeHackathon-2015",
"id": "a7aa532fbd079ba37765d14e0c1988d6a9141b13"... |
"""DNS Messages"""
import cStringIO
import random
import struct
import sys
import time
import dns.edns
import dns.exception
import dns.flags
import dns.name
import dns.opcode
import dns.entropy
import dns.rcode
import dns.rdata
import dns.rdataclass
import dns.rdatatype
import dns.rrset
import dns.renderer
import dns... | {
"content_hash": "acf94ad9adb290ed55811be9ff5a031a",
"timestamp": "",
"source": "github",
"line_count": 1099,
"max_line_length": 94,
"avg_line_length": 38.06915377616014,
"alnum_prop": 0.5770113294134519,
"repo_name": "rsreese/namebench",
"id": "e523931481bc600cbceaf1df82f034565274e73a",
"size": "4... |
using OfficeDevPnP.Core.Framework.Provisioning.Model;
using System;
using System.Collections.Generic;
namespace OfficeDevPnP.Core.Framework.Provisioning.Providers.Xml.Resolvers.V201909
{
internal class ClientSidePageHeaderFromModelToSchemaTypeResolver : ITypeResolver
{
public string Name => this.GetTy... | {
"content_hash": "e5e6a194983bfa7950774f0ec3424d1b",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 175,
"avg_line_length": 32.625,
"alnum_prop": 0.6155810983397191,
"repo_name": "OfficeDev/PnP-Sites-Core",
"id": "1b4b2b17e730451be3fe5503b949b58723d1f6ff",
"size": "1568",... |
#ifndef CLandmark_H
#define CLandmark_H
#include <mrpt/utils/CSerializable.h>
#include <mrpt/math/CMatrix.h>
#include <mrpt/system/os.h>
#include <mrpt/poses/CPointPDFGaussian.h>
#include <mrpt/poses/CPoint3D.h>
#include <mrpt/vision/CFeature.h>
#include <mrpt/math/lightweight_geom_data.h>
namespace mrpt
{
/** \in... | {
"content_hash": "a8214f5845bc34b104aefbe295630177",
"timestamp": "",
"source": "github",
"line_count": 103,
"max_line_length": 315,
"avg_line_length": 38.640776699029125,
"alnum_prop": 0.6984924623115578,
"repo_name": "samuelpfchoi/mrpt",
"id": "efd9eb7382b13d268a19790b26a9965d7f3357a9",
"size": "... |
<?php
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/**
* Description of UserBuyEvent
*
* @author truongld
*/
namespace Aevitas\LevisBundle\Event;
class UserBuyEvent extends UserEvent {
//override construction
public function __construct(){
... | {
"content_hash": "8945dc009ba039f0481c9e45d778ab71",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 52,
"avg_line_length": 14.483870967741936,
"alnum_prop": 0.6102449888641426,
"repo_name": "CaoPhiHung/CRM",
"id": "92e093025bd0bc4552891c728eba85d87d1f9e5c",
"size": "449",... |
Changelog
=========
v1.2
----
- Add Fail2ban : installation and configuration
- Change FreeSwitch log management (standard debian directory and cron rotate)
v1.1
----
- Add variables
- Change cli symlinks task to file command
v1.0
----
First release | {
"content_hash": "502fe9b382a0f1c3c36859337872ba0d",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 78,
"avg_line_length": 15.75,
"alnum_prop": 0.7142857142857143,
"repo_name": "davehorton/drachtio-fs-ansible",
"id": "78f6b7a0350bcffd5fd7944acb8e2b6ad31a1ca8",
"size": "25... |
CPPUTEST_HOME = CppUTest
# code directories
SRC_DIR = ./src
TEST_DIR = ./test
# file names
MAIN = $(SRC_DIR)/main
MODULE = $(SRC_DIR)/module
UNITTESTS = $(TEST_DIR)/ModuleTest
TEST = $(TEST_DIR)/AllTests
# general compiler options
CFLAGS = -g
CFLAGS += -Wall
CFLAGS += -Wextra
#CFLAGS += -std=c99
#CFLAGS += -pedanti... | {
"content_hash": "0826ef048653532f90770065d5e2f93d",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 74,
"avg_line_length": 20.926315789473684,
"alnum_prop": 0.6106639839034205,
"repo_name": "makomi/tdd_templates",
"id": "2ff15974f56feae9dec9bbc08391a00117226d98",
"size": ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.