text
stringlengths
2
1.04M
meta
dict
package db import ( "testing" _ "github.com/lib/pq" . "github.com/smartystreets/goconvey/convey" "github.com/stellar/go-stellar-base/xdr" "github.com/stellar/horizon/test" ) func TestOrderBookSummaryQuery(t *testing.T) { Convey("OrderBookSummaryQuery", t, func() { test.LoadScenario("order_books") q := &O...
{ "content_hash": "4f43efad3746c4425e84caa27659730e", "timestamp": "", "source": "github", "line_count": 92, "max_line_length": 77, "avg_line_length": 29.358695652173914, "alnum_prop": 0.6934468715290633, "repo_name": "masonforest/go-horizon", "id": "a105cbf284864dfb843974d0fd6f5256b2e5df92", "size"...
class GithubPullRequest attr_reader :full_name, :sha, :branch attr_accessor :number def initialize(pull_request_data) @full_name = pull_request_data['full_name'] @sha = pull_request_data['sha'] @branch = pull_request_data['branch'] end end
{ "content_hash": "e8b2d499b11816b9424771dcdc4dfb17", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 47, "avg_line_length": 26.1, "alnum_prop": 0.6896551724137931, "repo_name": "Wolox/codestats", "id": "0e2fd9596502be2959f39cb319d551505d9fb5af", "size": "261", "binary": ...
YUI.add('parallel', function (Y, NAME) { /** * A concurrent parallel processor to help in running several async functions. * @module parallel * @main parallel */ /** A concurrent parallel processor to help in running several async functions. var stack = new Y.Parallel(); for (var i = 0; i < 15; i++) { ...
{ "content_hash": "ba2da215ffc563716a365b6ca6d29f56", "timestamp": "", "source": "github", "line_count": 108, "max_line_length": 104, "avg_line_length": 24.212962962962962, "alnum_prop": 0.5632887189292543, "repo_name": "spadin/coverphoto", "id": "d1d1aefd4621e2eb09fed3745262b5fd454bb304", "size": "...
PP.systemWindow = function(hostname) { //var sv=new PP.SystemViewPanel({layout_view:'horizontal'}); PP.log('getting system from backend'); var system = Ext.ModelManager.getModel('system'); var w; system.load(hostname, { success: function(sys, o) { if (o.response.status == 204) { ...
{ "content_hash": "71604f234aa683d593b0702d73eca2a9", "timestamp": "", "source": "github", "line_count": 385, "max_line_length": 133, "avg_line_length": 33.52467532467532, "alnum_prop": 0.47082978228868055, "repo_name": "proofpoint/cmdb-ui", "id": "6840ea17649837298cd931b277cd49f758ccc7ab", "size": ...
package bucketer import ( "fmt" "github.com/CapillarySoftware/gostat/stat" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "time" ) var _ = Describe("Bucketer", func() { var stats <-chan *stat.Stat var bucketedStats chan<- []*stat.Stat var shutdown <-chan bool JustBeforeEach(func() { stats = make(c...
{ "content_hash": "05dab94887c75fc86b184b1fbb4c01eb", "timestamp": "", "source": "github", "line_count": 417, "max_line_length": 174, "avg_line_length": 42.2589928057554, "alnum_prop": 0.6998638066053796, "repo_name": "CapillarySoftware/gostat", "id": "df671d33ca0f6c72acc1f13ea7350c19324f1168", "siz...
dot -Tpng heterograph-mapping.gv -oheterograph-mapping.png
{ "content_hash": "0662bf3f5c5a47a7123fd9f5dd1d6a62", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 58, "avg_line_length": 59, "alnum_prop": 0.8305084745762712, "repo_name": "OpenTaal/heterographic-character-mapping", "id": "abc3c76cb098bdc0f4c926eee32460b147890807", "size...
/* #include "XKBfile.h" */ extern int ProcXkbUseExtension(ClientPtr client); extern int ProcXkbSelectEvents(ClientPtr client); extern int ProcXkbBell(ClientPtr client); extern int ProcXkbGetState(ClientPtr client); extern int ProcXkbLatchLockState(ClientPtr client); extern int ProcXkbGetControls(ClientPtr client); ext...
{ "content_hash": "d6f889e2602714bfdb41393fc05fb763", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 72, "avg_line_length": 42.54054054054054, "alnum_prop": 0.8163913595933926, "repo_name": "egraba/vbox_openbsd", "id": "99b60bf5e0fb2d519e33713697a6c8330e1150b8", "size": "1...
ACCEPTED #### According to Index Fungorum #### Published in Annls mycol. 12(2): 209 (1914) #### Original name Gloeosporium pineae Bubák ### Remarks null
{ "content_hash": "3630b50a7468f95c0c87db1cf876ef08", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 30, "avg_line_length": 12, "alnum_prop": 0.6987179487179487, "repo_name": "mdoering/backbone", "id": "41c77aae31d9209f920c4a50ec1d6982c22ae6cb", "size": "207", "binary": ...
package com.albedinsky.android.ui.examples.fragment.animation; import android.os.Bundle; import android.support.annotation.NonNull; import android.view.View; import com.albedinsky.android.ui.examples.R; import com.albedinsky.android.ui.examples.transition.RevealFabTransition; /** * @author Martin Albedinsky */ pu...
{ "content_hash": "2a0b45fcddc937a919344898ddec22f9", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 76, "avg_line_length": 26.38235294117647, "alnum_prop": 0.7759197324414716, "repo_name": "android-libraries/android_ui", "id": "130f1c32d26c99b7a307e3248336ac9c7da61a9a", "...
@import UIKit; #import "LYAppDelegate.h" int main(int argc, char * argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([LYAppDelegate class])); } }
{ "content_hash": "6c9104648aa7d0ee5cca39163b924c2c", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 92, "avg_line_length": 22.444444444444443, "alnum_prop": 0.6782178217821783, "repo_name": "yelon21/LTExtNSObject", "id": "7f53d4b6d047d1122fea2914489a069af9cd7d7d", "size": ...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "3039f212b5771b702060766d3eeb21e8", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "7151d2e26cc43ec453a4ebde583b22a0fca5ec9c", "size": "175...
#ifndef CRIMILD_FOUNDATION_CONTAINERS_QUEUE_ #define CRIMILD_FOUNDATION_CONTAINERS_QUEUE_ #include "Foundation/Types.hpp" #include "Foundation/Policies/ThreadingPolicy.hpp" #include "Mathematics/Numeric.hpp" #include <functional> #include <iostream> #include <deque> #include <algorithm> namespace crimild { /*...
{ "content_hash": "d31a5af26b111db7da9c96791ebdc924", "timestamp": "", "source": "github", "line_count": 150, "max_line_length": 88, "avg_line_length": 23.106666666666666, "alnum_prop": 0.4766301211771495, "repo_name": "hhsaez/crimild", "id": "9aa82cba530394b15e9ce1f521b357b99b06b021", "size": "5053...
package mengde import ( "context" "encoding/json" "errors" "fmt" "io/ioutil" "net" "net/http" "os" "strconv" "strings" "sync" "sync/atomic" "time" "go-common/library/log" ) const ( kSvenCheckTimeout = time.Minute kSvenGetTimeout = 30 * time.Second kSvenHost = "http://config.bilibili.co" k...
{ "content_hash": "19ae302bd45d350b100b1f69cd0aca6e", "timestamp": "", "source": "github", "line_count": 309, "max_line_length": 113, "avg_line_length": 22.689320388349515, "alnum_prop": 0.640707459706176, "repo_name": "LQJJ/demo", "id": "6de570960c7ca1b466ca4d98305df9ec49ad6db0", "size": "7011", ...
 #pragma once #include <aws/network-firewall/NetworkFirewall_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> namespace Aws { namespace NetworkFirewall { namespace Model { enum class StreamExceptionPolicy { NOT_SET, DROP, CONTINUE }; namespace StreamExceptionPolicyMapper { AWS_NETWORKFI...
{ "content_hash": "477f2ea8555fdecfceb23962fe08b181", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 103, "avg_line_length": 22.285714285714285, "alnum_prop": 0.7916666666666666, "repo_name": "aws/aws-sdk-cpp", "id": "ea8a018db74203e4e196410b88ab5c223b5432bb", "size": "743...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.Immut...
{ "content_hash": "17e2d725b4f2b9bada7e4a246ac403e9", "timestamp": "", "source": "github", "line_count": 578, "max_line_length": 228, "avg_line_length": 55.411764705882355, "alnum_prop": 0.6741288872236793, "repo_name": "stephentoub/roslyn", "id": "4e2a75a850a431b8c4394773d77b0a3764ed1c81", "size": ...
using System; using System.ComponentModel; namespace EnumsNET.Tests.TestEnums { // Flag example [Flags] public enum ColorFlagEnum : sbyte { Black = 0, Red = 1, Green = 2, //Yellow = Red | Green, Blue = 4, //Magenta = Red | Blue, //Cyan = Green | ...
{ "content_hash": "f97bc9814ff5e087b448a62e25cc5418", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 37, "avg_line_length": 20.545454545454547, "alnum_prop": 0.5066371681415929, "repo_name": "TylerBrinkley/Enums.NET", "id": "0436178fde6e4bd71cca9dc2dab1e9c26846f9f6", "size...
package io.fabric8.maven.docker.util; import com.google.gson.JsonObject; import io.fabric8.maven.docker.access.AuthConfig; import org.apache.commons.codec.binary.Base64; import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Test; import java.util.HashMap; import java.util.Map; /** * @author roland ...
{ "content_hash": "ab09fc42ff2162208a300fbf8e51a0b7", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 131, "avg_line_length": 35.8125, "alnum_prop": 0.6797556719022687, "repo_name": "vjuranek/docker-maven-plugin", "id": "79b694b986f444c146f960b587d308c8435310a4", "size": "2...
package org.appng.api; import org.appng.api.model.Application; import org.appng.api.model.Site; import org.appng.xml.platform.Action; import org.appng.xml.platform.Bean; import org.appng.xml.platform.BeanOption; import org.appng.xml.platform.Datasource; import org.appng.xml.platform.FieldDef; import org.appng.xml.pla...
{ "content_hash": "d3227860eda8e955aaacf62ca70f3643", "timestamp": "", "source": "github", "line_count": 101, "max_line_length": 117, "avg_line_length": 35.2970297029703, "alnum_prop": 0.5997194950911641, "repo_name": "appNG/appng", "id": "df2048fc398efdeb490697bc96930b7842152dae", "size": "4185", ...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "22be749d6e24c8facf7b2c77fd893dd4", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "168c5fc088ee6e70dbf3efe3bc475dc9de573ca1", "size": "176...
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <!-- PROJECT -...
{ "content_hash": "e59797027768511524ea198d2c18511a", "timestamp": "", "source": "github", "line_count": 79, "max_line_length": 108, "avg_line_length": 32.10126582278481, "alnum_prop": 0.5761041009463722, "repo_name": "acntech/acntech-sandbox", "id": "8e80e662c08cf3758f400f8d9874962da8c9740c", "size...
.class Lcom/samsung/android/settings/accessibility/hearing/MuteAllSoundsPreferenceController$1; .super Ljava/lang/Object; .source "MuteAllSoundsPreferenceController.java" # interfaces .implements Landroid/content/DialogInterface$OnClickListener; # annotations .annotation system Ldalvik/annotation/EnclosingMethod; ...
{ "content_hash": "62028611f3c69e7eaa39bd15beb5074c", "timestamp": "", "source": "github", "line_count": 212, "max_line_length": 230, "avg_line_length": 47.221698113207545, "alnum_prop": 0.8024173409249825, "repo_name": "BatMan-Rom/ModdedFiles", "id": "06cc1f64a98b5475f3bc98ffa323e182dea6a8bb", "siz...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE762_Mismatched_Memory_Management_Routines__new_delete_array_struct_17.cpp Label Definition File: CWE762_Mismatched_Memory_Management_Routines__new_delete_array.label.xml Template File: sources-sinks-17.tmpl.cpp */ /* * @description * CWE: 762 Mismatched Memory M...
{ "content_hash": "ae8ad1bd529f0cc29d427565e191e652", "timestamp": "", "source": "github", "line_count": 122, "max_line_length": 134, "avg_line_length": 26.827868852459016, "alnum_prop": 0.615032080659945, "repo_name": "maurer/tiamat", "id": "141187707a280d725e06c7eb0b4c2c7ea2bdd537", "size": "3273"...
%VGG_QPBO Binary MRF energy minimization on non-submodular graphs % % [L stats] = vgg_qpbo(UE, PI, PE, [TI, TE], [options]) % % Uses the Quadratic Pseudo-Boolean Optimization (QPBO - an extension of % graph cuts that solves the "roof duality" problem, allowing graphs with % submodular edges to be solved) to so...
{ "content_hash": "efbd63c24e5c764cd2ddb808ee1c50b0", "timestamp": "", "source": "github", "line_count": 85, "max_line_length": 75, "avg_line_length": 52.752941176470586, "alnum_prop": 0.6378233719892953, "repo_name": "batra-mlp-lab/divmbest", "id": "d7804333c5d60706844cecf46652b88ffa19ff8a", "size"...
<!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_66) on Tue Mar 08 13:38:46 EST 2016 --> <title>Uses of Interface protos.Chaincode.ChaincodeIdentifierOrBuilder</title> <meta name="date" conten...
{ "content_hash": "77f2841fbee20414f4668532511beb4a", "timestamp": "", "source": "github", "line_count": 219, "max_line_length": 284, "avg_line_length": 48.278538812785385, "alnum_prop": 0.7016929915823323, "repo_name": "quentinlesceller/OBC4J", "id": "3196bc932d8ac873cdf2c6dc5b9f7212a42e08cc", "siz...
<?php namespace Doctrine\Tests\DBAL\Schema\Synchronizer; use Doctrine\DBAL\DriverManager; use Doctrine\DBAL\Schema\Schema; use Doctrine\DBAL\Schema\Synchronizer\SingleDatabaseSynchronizer; class SingleDatabaseSynchronizerTest extends \PHPUnit\Framework\TestCase { private $conn; private $synchronizer; p...
{ "content_hash": "ad11b06283975ef6749696a3982e9717", "timestamp": "", "source": "github", "line_count": 72, "max_line_length": 100, "avg_line_length": 29.625, "alnum_prop": 0.6150961087669948, "repo_name": "gencer/dbal", "id": "06b30e08d286879c06a57e52fbae8d03c07fb7b9", "size": "3114", "binary": ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>compcert: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.cs...
{ "content_hash": "f2af3462065a4ab26c51db4730e72da0", "timestamp": "", "source": "github", "line_count": 183, "max_line_length": 159, "avg_line_length": 39.049180327868854, "alnum_prop": 0.5348446683459278, "repo_name": "coq-bench/coq-bench.github.io", "id": "ea6e8f302f8362e914a9b90a04d8fd49adccab99",...
ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Calicium peraffine Speg. ### Remarks null
{ "content_hash": "145c62997ec4d3a7c666bc50ea366d7e", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 24, "avg_line_length": 9.923076923076923, "alnum_prop": 0.7054263565891473, "repo_name": "mdoering/backbone", "id": "78547fb7f332f4fa1521df77661a7c62d477904d", "size": "211...
import * as log4js from "log4js"; import * as util from "util"; import * as stream from "stream"; import * as marked from "marked"; const TerminalRenderer = require("marked-terminal"); const chalk = require("chalk"); export class Logger implements ILogger { private log4jsLogger: log4js.ILogger = null; private passwo...
{ "content_hash": "2072dd3e182273bce6f9f5da093e2afc", "timestamp": "", "source": "github", "line_count": 159, "max_line_length": 88, "avg_line_length": 25.58490566037736, "alnum_prop": 0.6541297935103245, "repo_name": "telerik/mobile-cli-lib", "id": "c05504689c8aeccfccc376be6eb5356572d5007b", "size"...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using NUnit.Framework; using os...
{ "content_hash": "baed5eb0d1a2a4efdafaad588d98e54a", "timestamp": "", "source": "github", "line_count": 1031, "max_line_length": 166, "avg_line_length": 40.11639185257032, "alnum_prop": 0.518931334622824, "repo_name": "peppy/osu-new", "id": "4cc71717ff3843bb86467360e5a97e6dc8f68e5e", "size": "41362...
int main(int argc, char * argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([DAYAppDelegate class])); } }
{ "content_hash": "6b568ee23658bceaa33bd6bee2c524f8", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 93, "avg_line_length": 26.833333333333332, "alnum_prop": 0.6645962732919255, "repo_name": "benjipetit/dayly", "id": "9c058b4b955bf81a254c4f16ecc831956a56ffba", "size": "348"...
#ifndef HTTP_CLIENT_H #define HTTP_CLIENT_H #include "net.h" #include "http-response.h" struct http_response; struct http_client; struct http_client_request; enum http_client_request_error { HTTP_CLIENT_REQUEST_ERROR_ABORTED = 9000, HTTP_CLIENT_REQUEST_ERROR_HOST_LOOKUP_FAILED, HTTP_CLIENT_REQUEST_ERROR_CONNECT...
{ "content_hash": "c4b443a9ef7f040fbc910cba3ffb9813", "timestamp": "", "source": "github", "line_count": 135, "max_line_length": 79, "avg_line_length": 34.37777777777778, "alnum_prop": 0.7463908640379229, "repo_name": "damoxc/dovecot", "id": "63327b6a8faa58683aa2628220daecd6fa63d7db", "size": "4641"...
CREATE TABLE ntOoaHaplo ( bin smallint(5) unsigned not null, # index for browser speedup chrom varchar(255) not null, # Reference sequence chromosome chromStart int unsigned not null, # Start position in chromosome chromEnd int unsigned not null, # End position in chromosome name varchar(255) not n...
{ "content_hash": "23f6bd7866e9a2de963596c3a92023d3", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 101, "avg_line_length": 69.05, "alnum_prop": 0.7291817523533671, "repo_name": "hillerlab/GenomeAlignmentTools", "id": "4d08c9240a9e37353974de9bcf2967c9a22e891b", "size": "1...
<?php include_once('Admin.Fonts.php'); use utilities\MediaDirectory; class AdminFontIN extends AdminFonts{ private $internetRepository; private $coberturaRepository; private $fuente; private $urlLogo; public function __construct(){ $this->internetRepository = new InternetRepository(); $this->coberturaRe...
{ "content_hash": "31de071d1fbfd4378b5c0f6dd0f3d3f7", "timestamp": "", "source": "github", "line_count": 73, "max_line_length": 103, "avg_line_length": 27.602739726027398, "alnum_prop": 0.6178660049627791, "repo_name": "isaacBats/opemedios.cms.final", "id": "8c37716ed5b7ecf0853ce50f55850c6100ba31c5", ...
'use strict'; // Configuring the Cupones module angular.module('cupones').run(['Menus', function (Menus) { //Add the cupones dropdown item Menus.addMenuItem('topbar', { title: 'Cupones', state: 'cupones', type: 'dropdown', roles: ['*'] }); // Add the dropdown list item Me...
{ "content_hash": "e061ff508c0f381531e89186c2f0cb9f", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 47, "avg_line_length": 22.703703703703702, "alnum_prop": 0.5758564437194127, "repo_name": "matamuchastegui/WebService", "id": "8d4f37f1c52825fd48217c25e5893617ea4c04f5", "s...
"""The artifact knowledge base object. The knowledge base is filled by user provided input and the pre-processing phase. It is intended to provide successive phases, like the parsing and analysis phases, with essential information like the time zone and codepage of the source data. """ import codecs import pytz from...
{ "content_hash": "90c51554daca68cd5f9170538e4e4426", "timestamp": "", "source": "github", "line_count": 452, "max_line_length": 80, "avg_line_length": 31.67920353982301, "alnum_prop": 0.6885257350373629, "repo_name": "joachimmetz/plaso", "id": "0cb5af0f5624e59e26326c5213d1f76397483b98", "size": "14...
namespace Problem_8_10 { using System; class TheMain { static void Main() { Matrix<int> matrix = new Matrix<int>(3, 3); Matrix<int> anotherMatrix = new Matrix<int>(3, 3); Matrix<int> multiplicationTestMatrix = new Matrix<int>(3, 2); ...
{ "content_hash": "31babd0c3237fde65c29da99546b585d", "timestamp": "", "source": "github", "line_count": 77, "max_line_length": 78, "avg_line_length": 32.74025974025974, "alnum_prop": 0.4962316541055137, "repo_name": "MarinMarinov/C-Sharp-OOP", "id": "437325c76e14490a7067248f40295916a2d19886", "size...
<script src="{{ "/js/main.js" | prepend: site.baseurl }}"></script> {% if site.theme1.footer_text %} <footer class="site-footer"> <p class="text">{{ site.theme1.footer_text }}</p> </footer> {% endif %}
{ "content_hash": "a17c9bd703ef1b5d0962fff0f6bf84b8", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 67, "avg_line_length": 29.285714285714285, "alnum_prop": 0.6146341463414634, "repo_name": "FosterKizer/FosterKizer.github.io", "id": "46dca34cf6a84623b0eb0d578e26722ba8a7e24c"...
<?php namespace Soccer\LandingBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\Controller; class DefaultController extends Controller { public function indexAction($name) { return $this->render('SoccerLandingBundle:Default:index.html.twig', array('name' => $name)); } }
{ "content_hash": "d70abebbd807f2b7ecaaa1ab52b87c45", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 100, "avg_line_length": 23.76923076923077, "alnum_prop": 0.7378640776699029, "repo_name": "malioret/ConnectedSoccerApi", "id": "f7981f57d92a577da48eeb9528d0f9d98bfe87e2", "...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>Uses of Class org.apache.poi.hslf.record.ExAviMovie (POI API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title=...
{ "content_hash": "30b4126d847500b7e81b9640b374b0ac", "timestamp": "", "source": "github", "line_count": 117, "max_line_length": 137, "avg_line_length": 36.47863247863248, "alnum_prop": 0.601921274601687, "repo_name": "RyoSaeba69/Bio-info", "id": "18881a68bb07e98a3e642d903f4febcb624950ec", "size": "...
require 'test_helper' class OntologyExtensionWithSuggestedTypeTest < ActiveSupport::TestCase test "assay types from ontology cannot be edited or deleted" do Seek::Ontologies::AssayTypeReader.instance.class_hierarchy.hash_by_uri.each do |uri, clazz| User.current_user = Factory :user, :person => ...
{ "content_hash": "13aa5472cf4c23a064fdb4587e77cc23", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 112, "avg_line_length": 42.38235294117647, "alnum_prop": 0.6169326856349757, "repo_name": "stuzart/seek", "id": "245389b59e2894c772493827e49b346a47515d40", "size": "1441", ...
/* * * This file was generated by LLRP Code Generator * see http://llrp-toolkit.cvs.sourceforge.net/llrp-toolkit/ * for more information * Generated on: Sun Apr 08 14:14:12 EDT 2012; * */ /* * Copyright 2007 ETH Zurich * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use ...
{ "content_hash": "c9348a6b6a284da44c47a0c8bfc6f1a4", "timestamp": "", "source": "github", "line_count": 265, "max_line_length": 106, "avg_line_length": 25.871698113207547, "alnum_prop": 0.6225204200700116, "repo_name": "mksmbrtsh/LLRPexplorer", "id": "ea331703dc241f8d6d64eccb8faba815169c076d", "siz...
namespace mnc { class ScoresTest : public ttest::TestBase { private: static const int MATE = Scores::PIECE_VALUES[Piece::KING]; TTEST_CASE("Positional values for players are mirrored.") { TTEST_EQUAL(Scores::POSITIONAL_PIECE_VALUES[Player::BLACK][Piece::PAWN][6 * 8 + 3], Scores::POSITIONAL_PIECE_VALUES[Play...
{ "content_hash": "d0d35e8f21f82e3e313f6187a1d1cc3f", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 87, "avg_line_length": 28.795454545454547, "alnum_prop": 0.6677190213101816, "repo_name": "zekyll/Minace", "id": "fe0b00a64e7cecd2ca884516d4b2035200632cf8", "size": "1406",...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="generator" content="JsDoc To...
{ "content_hash": "f83491678189c32a2b092a60b3c00d24", "timestamp": "", "source": "github", "line_count": 846, "max_line_length": 162, "avg_line_length": 22.138297872340427, "alnum_prop": 0.5265096908537562, "repo_name": "SK8-PTY-LTD/YunDa-Delivery", "id": "f94d0d1cc969f4c99a919a96b41e4fccc8daaacd", ...
// Copyright 2019 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. import './xf_button.js'; import './xf_circular_progress.js'; import {assert} from 'chrome://resources/js/assert.m.js'; import {html} from 'chrome://resou...
{ "content_hash": "18925c5d5a7906426278abd60e7d734b", "timestamp": "", "source": "github", "line_count": 511, "max_line_length": 84, "avg_line_length": 29.025440313111545, "alnum_prop": 0.6198085221143473, "repo_name": "scheib/chromium", "id": "3eceaebed77d94d588e003c699b917775195743a", "size": "148...
require 'neows/models/base_model' module Neows module Models class EstimatedDiameterMinMax < Neows::Models::BaseModel # @!attribute [rw] # @return [Float] attribute :estimated_diameter_min, Float # @!attribute [rw] # @return [Integer] attribute :estimated_diameter_max, Float ...
{ "content_hash": "a58af531e762be56662d3f724093e310", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 60, "avg_line_length": 22.533333333333335, "alnum_prop": 0.6538461538461539, "repo_name": "SpaceRocks/neows-ruby", "id": "021332b9ef4a27590020b48fc6becbdea6423ec0", "size":...
"""Scraper for the 4th District Court of Appeals CourtID: ohioctap_4 Court Short Name: Ohio Dist Ct App 4 Author: Andrei Chelaru """ from juriscraper.opinions.united_states.state import ohio class Site(ohio.Site): def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) self.court_i...
{ "content_hash": "0103c3cd8f30179631c2823942ff00e9", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 57, "avg_line_length": 26.357142857142858, "alnum_prop": 0.6612466124661247, "repo_name": "freelawproject/juriscraper", "id": "4dc81cded73bfeb7b9b61d9c52e6d2aff64e5edd", "s...
#include "e.h" /* local subsystem functions */ static void _e_config_dialog_free(E_Config_Dialog *cfd); static void _e_config_dialog_go(E_Config_Dialog *cfd, E_Config_Dialog_CFData_Type type); static Eina_Bool _e_config_dialog_cb_auto_apply_timer(void *data); static void _e_config_dialog_cb_dialog_del(v...
{ "content_hash": "95ef9f61f1073879e58f360919da2e81", "timestamp": "", "source": "github", "line_count": 508, "max_line_length": 166, "avg_line_length": 31.16732283464567, "alnum_prop": 0.561043390387166, "repo_name": "jordemort/e17", "id": "de549fc175ad5027465570b604ea09b82f212862", "size": "15833"...
'use strict'; var Socket = function (render) { var socket = io(); socket.on('channel', function (channel) { render.currChannel = channel; render.channel(render.currChannel); }); socket.on('nick', function (nick) { render.nick = nick; }); socket.on('users', function (users) { render.chann...
{ "content_hash": "166846c91ecf67028d34d55e3813f196", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 60, "avg_line_length": 20.607142857142858, "alnum_prop": 0.6481802426343154, "repo_name": "ednapiranha/norelay", "id": "aebdd99dc626c801052854df7bb6fcf047180f87", "size": "...
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__) require 'musicassette' RSpec.configure do |config| config.expect_with :rspec do |c| c.syntax = [:should, :expect] end config.mock_with :rspec do |c| c.syntax = [:should, :expect] end config.before :each do Typhoeus::Expectation.clear en...
{ "content_hash": "371e7d6f57c7f0456cc3fc21f9e3d0a5", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 58, "avg_line_length": 23.285714285714285, "alnum_prop": 0.6595092024539877, "repo_name": "odcinek/musicassette", "id": "14990165e1c6261e011917bf05552aeff7449f5c", "size": ...
<?php namespace Detail\Auth\Service; use Zend\Http\Request as HttpRequest; trait HttpRequestAwareTrait { /** * @var HttpRequest */ protected $request; /** * @return HttpRequest */ public function getRequest() { return $this->request; } /** * @param HttpR...
{ "content_hash": "156f0425d6fec05b616a1ad9ad4f5571", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 52, "avg_line_length": 15.379310344827585, "alnum_prop": 0.5762331838565022, "repo_name": "ivan-wolf/dfw-auth-module", "id": "b373780303618b8b955ed2466f2241bfad1beac2", "si...
using System.Web.Mvc; using Microsoft.VisualStudio.TestTools.UnitTesting; using WebApplication1.Controllers; namespace UnitTestProject1 { [TestClass] public class UnitTest1 { [TestMethod] public void TestHomeController() { HomeController ctl = new HomeController(); ...
{ "content_hash": "bb94b7251af39348bad96d666eeecd9a", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 55, "avg_line_length": 25.842105263157894, "alnum_prop": 0.6313645621181263, "repo_name": "Dhiraj3005/Mastering-C-Sharp-and-.NET-Framework", "id": "f3160ef80bd8d576111bbd17d0...
<!DOCTYPE html> <html lang="en" id="webstandardssherpa_com"> <head> <meta charset="utf-8"> <meta http-equiv="Content-Language" content="en"/> <title>Sign Up - Web Standards Sherpa</title> <meta name="robots" content="index,follow,archive" /> <meta name='description' content='Web Standards Sherpa&rsq...
{ "content_hash": "4c09aff12b492a65597cd1616c43c9c7", "timestamp": "", "source": "github", "line_count": 287, "max_line_length": 472, "avg_line_length": 43.65505226480836, "alnum_prop": 0.6625429004709075, "repo_name": "WebStandardsSherpa/webstandardssherpa.com", "id": "8210a8e47272b8782fbfb890c51953e...
/*** * OUTPUTS : Digital outputs modules. Used to control relays. */ // TODO : HTTP API endpoints for timed and sequenced outputs modes // TODO : Add initial state to app section web page #define OUTPUT_NB_OUT 2 #define OUTPUT_MAX_SYNC 8 class outputModule : public Module { private: int pin[OUTPUT_NB_...
{ "content_hash": "740e21603f3bc4c25942a952a604ffd5", "timestamp": "", "source": "github", "line_count": 252, "max_line_length": 184, "avg_line_length": 43.76190476190476, "alnum_prop": 0.49437794704388827, "repo_name": "36Bricks/Firmware", "id": "97c093ff94498eb81c3d0674a30910e0cfad7526", "size": "...
package org.wso2.carbon.esb.tcp.transport.test; import org.apache.commons.lang.StringUtils; import org.testng.Assert; import org.testng.annotations.AfterClass; import org.testng.annotations.BeforeClass; import org.testng.annotations.Test; import org.wso2.carbon.automation.engine.annotations.ExecutionEnvironment; imp...
{ "content_hash": "1fd870513d1e066cf8b9ef6c5d31324d", "timestamp": "", "source": "github", "line_count": 52, "max_line_length": 129, "avg_line_length": 45.03846153846154, "alnum_prop": 0.7549103330486764, "repo_name": "milindaperera/product-ei", "id": "c27b601931d0ddf35d1b8ab97d57689f29b4b216", "siz...
import six from unittest import TestCase from itertools import product from dark.aa import ( PROPERTIES, ALL_PROPERTIES, PROPERTY_NAMES, ACIDIC, ALIPHATIC, AROMATIC, BASIC_POSITIVE, HYDROPHILIC, HYDROPHOBIC, HYDROXYLIC, NEGATIVE, NONE, POLAR, SMALL, SULPHUR, TINY, NAMES, NAMES_TO_ABBREV1, ABBREV3, ABBR...
{ "content_hash": "3fd6294fcbc85a155ead6aca030dab28", "timestamp": "", "source": "github", "line_count": 1178, "max_line_length": 79, "avg_line_length": 32.44736842105263, "alnum_prop": 0.4935510033226068, "repo_name": "terrycojones/dark-matter", "id": "39cab3ceebeb8b4b9071a5b7ab1bef176461d262", "si...
The log prints to terminal the: - unique commit id - metadata such as author - commit message
{ "content_hash": "745a0d22200a2386ba4da3a1f2ab07b2", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 31, "avg_line_length": 19, "alnum_prop": 0.7578947368421053, "repo_name": "Lionex/github-workshop", "id": "6f5cbbee83b30052ab1b6d5a7e263513ffba4000", "size": "95", "binary...
using System; using System.Threading.Tasks; using Microsoft.Extensions.Options; using Umbraco.Cms.Core.Configuration.Models; using Umbraco.Cms.Core.Hosting; using Umbraco.Cms.Core.Mail; using Umbraco.Cms.Core.Models.Email; using Umbraco.Cms.Core.Services; using Umbraco.Extensions; namespace Umbraco.Cms.Core.HealthChec...
{ "content_hash": "29a47e30db8f83b147c857fe1fe18a55", "timestamp": "", "source": "github", "line_count": 91, "max_line_length": 118, "avg_line_length": 38.010989010989015, "alnum_prop": 0.6522116218560278, "repo_name": "dawoe/Umbraco-CMS", "id": "8de4cd8cc3ab90288e6b30379c186cb371491a1b", "size": "3...
/// Licensed to Ronnel Reposo under one or more agreements. /// Ronnel Reposo licenses this file to you under the MIT license. /// See the LICENSE file in the project root for more information. using System; using System.Linq; using static System.Diagnostics.Contracts.Contract; namespace lineal { /// <summary> ...
{ "content_hash": "075906b0559cc27e975bc2645321ba51", "timestamp": "", "source": "github", "line_count": 155, "max_line_length": 131, "avg_line_length": 41.619354838709675, "alnum_prop": 0.5630134862811967, "repo_name": "ronnelreposo/cardiotocography", "id": "5d372b379b074fe1ad845491f2508ad89a3b513f",...
@interface NSString (NCCMD5Hash) - (NSString *)md5Hash; @end
{ "content_hash": "03f6b6ea5ec94fff5c2f932d9c106778", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 32, "avg_line_length": 12.6, "alnum_prop": 0.7142857142857143, "repo_name": "Browncoat/NCCUtilities", "id": "187a9ed6bc663dbe4de1861a25e98324054d52e2", "size": "1275", "bi...
An SDK for local LAN control of bulbs, using Python The script has only been designed to work on Python 2.
{ "content_hash": "3b45aedd7c12725687870e02aa9ef2fa", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 54, "avg_line_length": 27.25, "alnum_prop": 0.7706422018348624, "repo_name": "smarthall/python-lifx-sdk", "id": "1dd01ad52dc5159c8f6e157fdd5cd4ec27aa5307", "size": "127", ...
* rncparser-0.1 * PM file version 32.435 V10.0 ## Что это такое ## REST приложение выполняющее функции по парсингу PM файлов и загрузку в БД MySQL для дальнейшего анализа. Файлы представляют собой XML документ с результатами измерений от различных сетевых элементов (Radio Network). В составе приложения spring фрей...
{ "content_hash": "c97239460f29d55fab58ca2bb7459815", "timestamp": "", "source": "github", "line_count": 102, "max_line_length": 301, "avg_line_length": 37.76470588235294, "alnum_prop": 0.6980789200415368, "repo_name": "svoiring/RNCParser", "id": "a5c9a22e81bed662235ad23bd3e81cc66c2b56b7", "size": "...
<?xml version="1.0" encoding="UTF-8"?> <ruleset name="pcsg-generated-ruleset"> <description>PHP Code Sniffer for Package</description> <arg name="colors"/> <rule ref="PSR2"> <exclude name="PSR2.Classes.ClassDeclaration.CloseBraceAfterBody"/> </rule> <rule ref="Generic.CodeAnalysis.EmptyS...
{ "content_hash": "acdcd1df0b196c3b4f811ea57918e23a", "timestamp": "", "source": "github", "line_count": 122, "max_line_length": 91, "avg_line_length": 35.00819672131148, "alnum_prop": 0.6757199719035355, "repo_name": "akalongman/laravel-platfourm", "id": "fb6c4a69dca755aae22f2603987b51af9fe5c84f", ...
<div id="NamespaceSearchFriends"> <div class="background-white-01"> <div class="spacer-20"></div> <input ng-keyup="searchFriends(userData.id, friendsSearched)" ng-model="friendsSearched" placeholder="Cerca per nome o email" type="text" cla...
{ "content_hash": "055d9e661a9876a577e1044ff78caa20", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 144, "avg_line_length": 44.096774193548384, "alnum_prop": 0.5779078273591807, "repo_name": "gabrielmayta/playground-milano-app-2.0", "id": "3a04116b67eb43bb1cd5ee15839487dc8b...
<!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_102) on Thu Sep 29 16:37:40 CEST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class energy...
{ "content_hash": "161cd8b10527dba35d4aacfab1f5351f", "timestamp": "", "source": "github", "line_count": 126, "max_line_length": 183, "avg_line_length": 39.682539682539684, "alnum_prop": 0.61, "repo_name": "USEF-Foundation/ri.usef.energy", "id": "885644bff432dcc30bbda8fa02d1d1be420af536", "size": "5...
<?php // // Copyright (c) 2013, Zynga Inc. // https://github.com/zynga/saigon // Author: Matt West (https://github.com/mhwest13) // License: BSD 2-Clause // require HTML_HEADER; function isdefined ($hostinfo, $key, $split = false) { if (isset($hostinfo[$key]) && (!empty($hostinfo[$key]))) { if ($split ===...
{ "content_hash": "4435607dd410807eeaa9884a4f638073", "timestamp": "", "source": "github", "line_count": 156, "max_line_length": 165, "avg_line_length": 45.28846153846154, "alnum_prop": 0.643170559094126, "repo_name": "mhwest13/saigon", "id": "aaf91c706e3df38f4d06af7348f1b93816ec5255", "size": "7065...
package com.gentics.mesh.core.data.job; import java.time.ZonedDateTime; import com.gentics.mesh.core.data.Project; import com.gentics.mesh.core.data.branch.HibBranch; import com.gentics.mesh.core.data.project.HibProject; import com.gentics.mesh.core.data.root.RootVertex; import com.gentics.mesh.core.data.schema.HibMi...
{ "content_hash": "77a4cb6cb0703b81b62aa21ad104b0ff", "timestamp": "", "source": "github", "line_count": 95, "max_line_length": 139, "avg_line_length": 23.610526315789475, "alnum_prop": 0.7253678109674543, "repo_name": "gentics/mesh", "id": "374e68009af406d2d836f15acba84c375ab201b6", "size": "2243",...
package com.sportmonks.data.entity; import com.fasterxml.jackson.annotation.*; import java.util.HashMap; import java.util.Map; @JsonInclude(JsonInclude.Include.NON_NULL) @JsonPropertyOrder({"name", "league_id", "is_current_season", "current_round_id", "current_stage_id"}) public class SeasonAttributes { @JsonPr...
{ "content_hash": "b793b51f9b765e0b0df7b51cd894ed9b", "timestamp": "", "source": "github", "line_count": 85, "max_line_length": 102, "avg_line_length": 26.094117647058823, "alnum_prop": 0.6816952209197475, "repo_name": "kevinsamyn/sportmonks-soccer", "id": "5bfed2e9d114145c275f490d438f9d4c6d208c4b", ...
/* A Bison parser, made by GNU Bison 3.0.2. */ /* Bison interface for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by t...
{ "content_hash": "10206ae71b52659cfd482205e3b1fcf3", "timestamp": "", "source": "github", "line_count": 295, "max_line_length": 76, "avg_line_length": 24.538983050847456, "alnum_prop": 0.6897361514021274, "repo_name": "veritas-shine/minix3-rpi", "id": "945d59da7afe629665dc85f479437a983f9a1a4e", "si...
import ServerPacket from "../ServerPackets"; import { PacketIdentifier } from "../AbstractPacket"; interface IPublicChannel { name: string; mode: string; characters: number; } @PacketIdentifier("CHA") class PublicChannelListPacket extends ServerPacket { channels: IPublicChannel[]; } export { PublicC...
{ "content_hash": "cdc2e0e4317e90d30794d7d4eba7ec35", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 83, "avg_line_length": 22.764705882352942, "alnum_prop": 0.7571059431524548, "repo_name": "RootElevation/Horizon", "id": "fc66960063951ee192ec70d04379a4e3e847136c", "size":...
// Copyright Jim Bosch 2010-2012. // Copyright Stefan Seefeld 2016. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #ifndef boost_python_numpy_matrix_hpp_ #define boost_python_numpy_matrix_hpp_ /** *...
{ "content_hash": "f3571d2cf83c1b2b8ab6388dc8fdaeed", "timestamp": "", "source": "github", "line_count": 84, "max_line_length": 97, "avg_line_length": 32.357142857142854, "alnum_prop": 0.6736571008094187, "repo_name": "Owldream/Ginseng", "id": "228b7d67e972c992da0740937afcd0de834bfb3b", "size": "271...
var actions = function (tools) { return { get: function (id, callback) { tools._get('actions/' + id, function (err, data) { if (err) return callback(err) callback(null, data) }) }, list: function (callback) { tools._get('actions', function (err, data) { if (err)...
{ "content_hash": "6092519de0976e03e5b981e3552b55f7", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 56, "avg_line_length": 20.9, "alnum_prop": 0.5454545454545454, "repo_name": "getfyre/digio-api", "id": "f70c1d81aa874e002045b494de707e142176dac3", "size": "418", "binary"...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "05cf0c4cca1a65f04cf15d54fe24a7fd", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.307692307692308, "alnum_prop": 0.6940298507462687, "repo_name": "mdoering/backbone", "id": "d05988a03a27ca40e132482600e74576db0aa7ab", "size": "18...
package org.bitcoinj.core; import org.libdohj.core.AltcoinNetworkParameters; import com.google.common.base.Preconditions; import javax.annotation.Nullable; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.OutputStream; import java.math.BigInteger; import java.security.GeneralSecurity...
{ "content_hash": "360ab05ff923b379074a59d697b70c75", "timestamp": "", "source": "github", "line_count": 290, "max_line_length": 123, "avg_line_length": 37.727586206896554, "alnum_prop": 0.6604515126588063, "repo_name": "patricklodder/libdohj", "id": "62e320cf5c4c8ff22b94b5c7076041900e1f823c", "size...
package com.amazonaws.services.elasticmapreduce; import org.w3c.dom.*; import java.net.*; import java.util.*; import java.util.Map.Entry; import org.apache.commons.logging.*; import com.amazonaws.*; import com.amazonaws.auth.*; import com.amazonaws.handlers.*; import com.amazonaws.http.*; import com.amazonaws.inte...
{ "content_hash": "354b4109bb87e00421b6c03995909886", "timestamp": "", "source": "github", "line_count": 1323, "max_line_length": 112, "avg_line_length": 42.40362811791383, "alnum_prop": 0.6577896613190731, "repo_name": "mhurne/aws-sdk-java", "id": "1007bac941ed76bd2c82c3ed0443c93d864df5c3", "size":...
$(function () { $.ajaxSetup({ cache: false }); var waypts = []; var location_selected=[]; var map_routing=[]; var place_ordering=[]; /* initialize the calendar -----------------------------------------------------------------*/ //Date for the calendar events (dummy data) var date = new...
{ "content_hash": "76a69c10f9822c2bf62f4562129d27b2", "timestamp": "", "source": "github", "line_count": 349, "max_line_length": 321, "avg_line_length": 45.92263610315186, "alnum_prop": 0.37087414987209083, "repo_name": "vthawat/study_outside", "id": "a530d96358e3b9dd04b958341e9690828bc76d5e", "size...
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by otm (version 3.0) on Wed May 18 15:17:48 EDT 2016 --> <title>Address_BldgRoom</title> <meta name="date" content="2016-05-18"> <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> </head> <body> <script type="text/javasc...
{ "content_hash": "9478f8ca923ef7d0f475b699b915803e", "timestamp": "", "source": "github", "line_count": 176, "max_line_length": 310, "avg_line_length": 31.84659090909091, "alnum_prop": 0.6540588760035683, "repo_name": "OpenTravel-Forum-2016/otaforum-mock-content", "id": "a09203059e405f854fc0f6ab8d00c...
package me.shkschneider.skeleton.ui.transforms; import android.view.View; // <https://github.com/ToxicBakery/ViewPagerTransforms> public class DepthPageTransformer extends ABaseTransformer { private static final float MIN_SCALE = 0.75F; @Override protected void onTransform(final View view, final float position) ...
{ "content_hash": "6695432fa1c0152341598bcc16eae00a", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 84, "avg_line_length": 25.5625, "alnum_prop": 0.7053789731051344, "repo_name": "EnterPrayz/android_Skeleton", "id": "37032d701775feab58015969becd3f7de059a32e", "size": "818...
var net = require('net'); var path = require('path'); var extend = require('extend'); var EventEmitter = require('events').EventEmitter; var inherits = require('util').inherits; var BaseTerminal = require('./pty').Terminal; var pty = require('../build/Release/pty.node'); // Counter of number of "pipes" created so fa...
{ "content_hash": "be743ffbc6d49cd1dd80eccdc058030c", "timestamp": "", "source": "github", "line_count": 355, "max_line_length": 77, "avg_line_length": 21.270422535211267, "alnum_prop": 0.605747583101576, "repo_name": "iiegor/pty.js", "id": "5738e34c6a0e6733cf7f46084fbbe42baccb5073", "size": "7647",...
/* * 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 distributed under t...
{ "content_hash": "e73ea3de1eb4f4cbc6843ec7c1629e6b", "timestamp": "", "source": "github", "line_count": 108, "max_line_length": 182, "avg_line_length": 44.388888888888886, "alnum_prop": 0.7450980392156863, "repo_name": "googleapis/google-api-java-client-services", "id": "d8357221fcbcc86ed85c035cad301...
namespace net { class AuthCredentials; class BoundNetLog; struct HttpRequestInfo; class HttpResponseInfo; class IOBuffer; class X509Certificate; // Represents a single HTTP transaction (i.e., a single request/response pair). // HTTP redirects are not followed and authentication challenges are not // answered. Cookie...
{ "content_hash": "d0d7245dc1236f673d7c407c68508704", "timestamp": "", "source": "github", "line_count": 105, "max_line_length": 80, "avg_line_length": 45.91428571428571, "alnum_prop": 0.7295166977805435, "repo_name": "junmin-zhu/chromium-rivertrail", "id": "bae9fdc74954077c63f6d7fe05f99962533ecc5f", ...
package com.microsoft.bingads.v12.api.test.entities.adgroup.read; import java.util.Arrays; import java.util.Collection; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.Parameterized; import org.junit.runners.Parameterized.Parameter; import org.junit.runners.Parameterized.Parameters; ...
{ "content_hash": "87807c913dfdeb9a134ffe544dfd7d3f", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 123, "avg_line_length": 31.86046511627907, "alnum_prop": 0.7153284671532847, "repo_name": "bing-ads-sdk/BingAds-Java-SDK", "id": "d78279ad2412765133cf132c7479cd5cb56a0b65", ...
Parallel Learning Example ========================= Here is an example for LightGBM to perform parallel learning for 2 machines. 1. Edit mlist.txt, write the ip of these 2 machines that you want to run application on. ``` machine1_ip 12400 machine2_ip 12400 ``` 2. Copy this folder and executable file to thes...
{ "content_hash": "d278cf225619b58a58400780dd602521", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 146, "avg_line_length": 35.40909090909091, "alnum_prop": 0.7329910141206675, "repo_name": "olofer/LightGBM", "id": "87b50e7886619f84e39c93401919de0bd431c5c9", "size": "779"...
<?php namespace Cmf\System; /** * @author Vital Leshchyk <vitalleshchyk@gmail.com> */ class Confirmation { /** @var string */ protected $title; /** @var string */ protected $message; /** @var array */ public $urlNo = []; public function __construct($title, $message = '', array $urlNo...
{ "content_hash": "8742b45b39379f7d0df839e2f5a2b1d0", "timestamp": "", "source": "github", "line_count": 61, "max_line_length": 73, "avg_line_length": 17.62295081967213, "alnum_prop": 0.5209302325581395, "repo_name": "itcreator/custom-cmf", "id": "1868d2edb36f9dcd9126dec66400316e603ef03d", "size": "...
const std::vector<Geodetic2D*>* GEO2DPolygonGeometry::getCoordinates() const { return _polygonData->getCoordinates(); } const std::vector<std::vector<Geodetic2D*>*>* GEO2DPolygonGeometry::getHolesCoordinatesArray() const { return _polygonData->getHolesCoordinatesArray(); } GEO2DPolygonGeometry::~GEO2DPolygonGeome...
{ "content_hash": "def73179000c02e30b5145b1d05f3929", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 102, "avg_line_length": 29.565217391304348, "alnum_prop": 0.6823529411764706, "repo_name": "milafrerichs/g3m_pod", "id": "4e5f922ab73ec42454837c3f179c85d696e284b2", "size":...
RSpec.configure do |config| config.filter_run focus: true unless Nenv.ci? config.run_all_when_everything_filtered = true config.disable_monkey_patching! config.profile_examples = 3 config.filter_gems_from_backtrace(*Specs::BACKTRACE_OMITTED) config.verbose_retry = true config.default_retry_count = Specs:...
{ "content_hash": "e898b5ec9cbecbcd1c624094e05bfcdf", "timestamp": "", "source": "github", "line_count": 77, "max_line_length": 112, "avg_line_length": 33.63636363636363, "alnum_prop": 0.6625482625482626, "repo_name": "kenichi/celluloid", "id": "d161dc09f1058d1a1f261871d05b20fe25c82869", "size": "25...
package com.amazonaws.services.importexport.model.transform; import org.w3c.dom.Node; import javax.annotation.Generated; import com.amazonaws.AmazonServiceException; import com.amazonaws.transform.StandardErrorUnmarshaller; import com.amazonaws.services.importexport.model.InvalidManifestFieldException; @Generated...
{ "content_hash": "4503cdb86c984bb48081b7812faf54f3", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 97, "avg_line_length": 32.71875, "alnum_prop": 0.7631327602674307, "repo_name": "aws/aws-sdk-java", "id": "cff50c0a6ef714fcd85c2a3572aaa73925bc706b", "size": "1627", "bin...
package org.apache.jena.commonsrdf.impl; import java.util.Objects; import java.util.Optional; import org.apache.commons.rdf.api.IRI; import org.apache.commons.rdf.api.Literal; import org.apache.jena.graph.Node; public class JCR_Literal extends JCR_Term implements Literal { /*package*/ JCR_Literal(Node node) {...
{ "content_hash": "c64901dba683b8d48edbb2e6294189ae", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 87, "avg_line_length": 28.1, "alnum_prop": 0.6227758007117438, "repo_name": "afs/commonsrdf-jena", "id": "91d70b4b016b54ed3201ae02271bbcbd57f571ec", "size": "2492", "bina...
<? $_meta['name'] = 'GithubTags'; $_meta['callable'] = true; if( !$shutup ) : $_config->defaults( array( 'USERNAME' => 'donatj', 'REPOSITORY' => 'CorpusPHP', 'DATEFORMAT'=> DISPLAY_DATE_FORMAT ) ); $USERNAME = firstNotEmpty( $data['username'], $_config->USERNAME ); $REPOSITORY = firstNotEmpty( $data['repo...
{ "content_hash": "b16eb341cbfef87cf4b6da066398ddc7", "timestamp": "", "source": "github", "line_count": 74, "max_line_length": 114, "avg_line_length": 28.486486486486488, "alnum_prop": 0.5868121442125237, "repo_name": "donatj/CorpusPHP", "id": "dc9ffca1e6509ac839433c412071ca5a9ba0911e", "size": "21...
ACCEPTED #### According to Index Fungorum #### Published in Nova Acta R. Soc. Scient. upsal. , Ser. 3 1: 91 (1851) #### Original name Polystictus comatus Fr. ### Remarks null
{ "content_hash": "61c504f53566bd261398b6cdd4990a91", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 54, "avg_line_length": 13.692307692307692, "alnum_prop": 0.6741573033707865, "repo_name": "mdoering/backbone", "id": "50f0cc77014db405761ca1efd5fbb6f3df353668", "size": "22...
namespace ApiProxy.Areas.HelpPage.ModelDescriptions { public class DictionaryModelDescription : KeyValuePairModelDescription { } }
{ "content_hash": "682de6f9186df1596933111d36b12533", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 74, "avg_line_length": 23.666666666666668, "alnum_prop": 0.7887323943661971, "repo_name": "ryanande/ApiProxy", "id": "314cfafe6132dec7d2c744a7c881368800a41e65", "size": "142...
ACCEPTED #### According to Index Fungorum #### Published in Sydowia 59(1): 78 (2007) #### Original name Conidiobolus caecilius S. Keller ### Remarks null
{ "content_hash": "f7d189f85bdc36d0866d28f4afb74eda", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 32, "avg_line_length": 12.076923076923077, "alnum_prop": 0.7006369426751592, "repo_name": "mdoering/backbone", "id": "fc5c02b4433ac9bfa1800f4941c3169e30a35b1f", "size": "21...
using namespace Geometry; using namespace Meshing; //Produces a list of contacts as though the robot were standing on a plane. //tol is the tolerance with which minimum-distance points are generated. //All contacts are given zero friction and in the local frame of the robot. void GetFlatContacts(RobotWithGeometry& rob...
{ "content_hash": "714bf4a04b1447c8b60731115eff5e34", "timestamp": "", "source": "github", "line_count": 460, "max_line_length": 117, "avg_line_length": 29.73913043478261, "alnum_prop": 0.6309941520467837, "repo_name": "stevekuznetsov/Klampt", "id": "42219e4a71fe6f713222349884ea4fd2cd7912ca", "size"...
var _append = require('./internal/_append'); var _curry2 = require('./internal/_curry2'); var _foldl = require('./internal/_foldl'); /** * Splits a list into sub-lists stored in an object, based on the result of calling a String-returning function * on each element, and grouping the results according to values retu...
{ "content_hash": "91ac25fff39d7ad17d9156857ea9d3e9", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 111, "avg_line_length": 34.74418604651163, "alnum_prop": 0.5113788487282463, "repo_name": "stoeffel/ramda", "id": "7325aa0645460c1ad7f3ea4a6526b6f464aa0e77", "size": "1494"...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title>Statistics of Tense in UD_Finni...
{ "content_hash": "f5ab4deee3c5cc77db6a0ce4b74932ff", "timestamp": "", "source": "github", "line_count": 220, "max_line_length": 847, "avg_line_length": 68.99090909090908, "alnum_prop": 0.6323626301225458, "repo_name": "UniversalDependencies/universaldependencies.github.io", "id": "ef8d5ca05e6779f8760...
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/drawer_layout" android:layout_width="match_parent" android:layout_height="match_paren...
{ "content_hash": "f5e8fccd4ec18c3d9d04c062390b312e", "timestamp": "", "source": "github", "line_count": 107, "max_line_length": 98, "avg_line_length": 37.074766355140184, "alnum_prop": 0.5288631207461558, "repo_name": "BabakAp/MobiTrace", "id": "d92c675b2fcba89e4e38503da693bf5ab9172c98", "size": "3...
author: robmyers comments: true date: 2006-04-22 05:55:47+00:00 layout: post slug: relational-aesthetics-the-institutional-theory-suspension-of-judgement-radical-commitment-via-rhizome-raw title: Relational Aesthetics (The Institutional Theory + Suspension of Judgement - Radical Commitment) [via Rhizome RAW] wordpres...
{ "content_hash": "144a907cce261d1331de6fa78f5c5c22", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 360, "avg_line_length": 77.26086956521739, "alnum_prop": 0.7979741136747327, "repo_name": "robmyers/robmyers.org", "id": "55f91e8dd8809899cd5bde6a50a156b664b34a3e", "size":...
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>paramz.caching</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> <scrip...
{ "content_hash": "1e092e6f5c80198af160756bb76ad50b", "timestamp": "", "source": "github", "line_count": 170, "max_line_length": 229, "avg_line_length": 36.67058823529412, "alnum_prop": 0.5700994546037856, "repo_name": "sods/paramz", "id": "186974f5a466ad2cf3f959c9bf16871bb7963467", "size": "6234", ...
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:buzz="http://www.vitrociset.it/schema/vitrociset-buzz" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:repo="http://www.springframework.org/schema/data/repository" xmlns:c="http://www.springframe...
{ "content_hash": "cf50e21b9bd0e1e2fa58b78e440ffd6c", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 120, "avg_line_length": 55.3, "alnum_prop": 0.7112718505123569, "repo_name": "Antonio90/Angular2", "id": "0dfec09ebc7605f6905d4e30ea07c362b37ad01c", "size": "1659", "bina...
![Open Existing Map App](open-existing-map.png) The Open Existing Map app demonstrates how to open an existing map as a ```PortalItem``` from a ```Portal```. The app opens with a web map from a portal displayed. You tap on the navigation drawer icon to see a list of pre-defined web maps. Select any of the web maps t...
{ "content_hash": "91d530dc2efeec0880de4a947dcfe190", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 326, "avg_line_length": 48.47826086956522, "alnum_prop": 0.7237668161434978, "repo_name": "Aaron-Benson/arcgis-runtime-samples-android-master", "id": "c8cb4e32bb88f43d640aa4f...
class MultiLogger attr_reader :level # Initialize the MultiLogger, specify the severity level for all loggers # and add one or more loggers. # # @param [Hash] args the options to create a message with. # @option args [Integer] :level (2) The severity level # @option args [Array<Logger>] :loggers ([]) The...
{ "content_hash": "0e3edf9de22aa39d179fca009a1156dd", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 92, "avg_line_length": 29.375, "alnum_prop": 0.6780141843971631, "repo_name": "stefan-kolb/nucleus", "id": "9006e0782c82449f71f59a32d73563c68912164e", "size": "1946", "bi...