text
stringlengths
2
1.04M
meta
dict
"""test2 URL Configuration The `urlpatterns` list routes URLs to views. For more information please see: https://docs.djangoproject.com/en/1.8/topics/http/urls/ Examples: Function views 1. Add an import: from my_app import views 2. Add a URL to urlpatterns: url(r'^$', views.home, name='home') Class-based...
{ "content_hash": "4c90c89ecfd1fd2c170518165744f735", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 77, "avg_line_length": 35.95238095238095, "alnum_prop": 0.6980132450331126, "repo_name": "nacker/pythonProject", "id": "4b179fbc8d2ea3c43837e7c9829388622675786d", "size": "...
namespace HareDu.Model { using System.Collections.Generic; using Newtonsoft.Json; public class Policy : HareDuModel { public Policy() { Definition = new Dictionary<string, string>(); } [JsonProperty("pattern")] public string Pattern { get; se...
{ "content_hash": "41785bf8de731cdfb61435db355510f1", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 66, "avg_line_length": 22.391304347826086, "alnum_prop": 0.574757281553398, "repo_name": "ahives/HareDu", "id": "031b07a7f03a9ac858c9543aaa55aa2b3dfa132c", "size": "1139", ...
using System; using System.Collections.Generic; using System.Threading; namespace Enigma.Threading { /// <summary> /// Manages a queue of work in the background with FIFO /// </summary> public class BackgroundQueue : IDisposable { private readonly Thread _thread; private readonly S...
{ "content_hash": "df442c33e48caa85912844ca0e2ba3ea", "timestamp": "", "source": "github", "line_count": 221, "max_line_length": 116, "avg_line_length": 32.46153846153846, "alnum_prop": 0.5160301087259548, "repo_name": "jaygumji/EnigmaDb", "id": "15b73644ee7e380bb6034c1d27c12974225666e0", "size": "7...
namespace DeJong.Utilities.Logging { using Core; using System; public static partial class Log { private static bool loggerActive; private static event Action loggerDispose; internal static void AddLogger(IDisposable sender) { LoggedException.RaiseIf(logger...
{ "content_hash": "2da9f94b15dc648c7d1b7f6b0c9433a7", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 104, "avg_line_length": 27.823529411764707, "alnum_prop": 0.5782241014799154, "repo_name": "Arzana/DeJongUtils", "id": "03677f37b1190ff8dd3863a900d33ed8e6e204ba", "size": "...
SabisuRails::Engine.routes.draw do get "explorer", to: "explorer#index" end
{ "content_hash": "7c71b7bbff95f2755cb86d9f53ab2cf7", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 38, "avg_line_length": 26, "alnum_prop": 0.7435897435897436, "repo_name": "mallikarjunayaddala/sabisu-rails", "id": "1f31c2df319cbff48ad4664abfea1803e428092e", "size": "78",...
require 'spec_helper' shared_examples_for 'splunk forwarder' do it { is_expected.to compile.with_all_deps } it { is_expected.to contain_class('splunk') } it { is_expected.to contain_class('splunk::params') } it { is_expected.to contain_class('splunk::forwarder') } it { is_expected.to contain_class('splunk::f...
{ "content_hash": "52b4a9e83d3be4d0d650e876cfcc067b", "timestamp": "", "source": "github", "line_count": 289, "max_line_length": 397, "avg_line_length": 60.71626297577855, "alnum_prop": 0.589730438251553, "repo_name": "dhoppe/puppet-splunk", "id": "4c24af28acb6f9a2515bad000a3c2f1606c032b2", "size": ...
package br.com.ppm.test.helper; import org.mockito.stubbing.Answer; /** * The Stubbing Interface * * @author pedrotoliveira */ public interface Stubbing<ReturnType> { <ReturnType> Stubbing<ReturnType> when(ReturnType value); <D> GivenDataAndStubbing<D, ReturnType> then(); Stubbing<ReturnType> thenR...
{ "content_hash": "98803f6b5e5edd82ab312d93c16414b8", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 83, "avg_line_length": 24.838709677419356, "alnum_prop": 0.7220779220779221, "repo_name": "pedrotoliveira/ppm-test-helper", "id": "c0a355f639ab395e18f50ae04cb071da691462a1", ...
/* * @author Gabriel Oexle * 2015. */ package peanutencryption.peanutencryption; import android.content.Intent; import android.content.SharedPreferences; import android.support.design.widget.TextInputLayout; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import a...
{ "content_hash": "750e1611866e84441c6eba56200ffbda", "timestamp": "", "source": "github", "line_count": 98, "max_line_length": 121, "avg_line_length": 32.816326530612244, "alnum_prop": 0.6672885572139303, "repo_name": "goexle/peanutEncryption", "id": "0497caaafbbe734607aac1c96ef9db56e97e1df0", "siz...
User::User() : health(3) { } User::~User() { } void User::updateTexture(bool isRight) { if (isRight) { sprite.setTexture("sculptor_right.png"); } else { sprite.setTexture("sculptor_left.png"); } } void User::init() { TextureManagerSingleton &manager = TextureManagerSingleton::Instance(); sprite.setTextu...
{ "content_hash": "facda08aa56131d5228c838c45e97260", "timestamp": "", "source": "github", "line_count": 83, "max_line_length": 92, "avg_line_length": 15.72289156626506, "alnum_prop": 0.653639846743295, "repo_name": "undebutant/serial-sculptor", "id": "cc1c7e87f4afe7e01b2f2eff5967a6e6409e04ce", "siz...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Tangent.Intermediate { public class TypeDeclaration : ReductionRule<PhrasePart, TangentType> { public TypeDeclaration(PhrasePart takes, TangentType returns) : this(new[] { takes }, returns) { } publ...
{ "content_hash": "7e8fb5d0312f9202840bf3057ea0cc8c", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 142, "avg_line_length": 33.892857142857146, "alnum_prop": 0.6322444678609063, "repo_name": "Telastyn/Tangent", "id": "3d339a543605b4dabcc9e4eea91a9a4dee54788b", "size": "95...
"use strict"; var util = require("util"); module.exports = ontransaction; function ontransaction(transaction) { var t = transaction; if (t.type === "ORDER_FILL") { util.log(t.time, t.id, t.type, t.instrument, t.accountBalance, t.pl); } }
{ "content_hash": "9e6a5dcf7af7de9e396e3dd9c9114a7d", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 77, "avg_line_length": 20.153846153846153, "alnum_prop": 0.6297709923664122, "repo_name": "albertosantini/argo-trading-plugin-random", "id": "ca9549a17732850d692a30f6876b18bf...
package org.apache.hadoop.mapred.join; import java.io.DataOutput; import java.io.DataInput; import java.io.IOException; import java.util.Iterator; import java.util.NoSuchElementException; import org.apache.hadoop.io.Text; import org.apache.hadoop.io.Writable; import org.apache.hadoop.io.WritableUtils; /** * Writa...
{ "content_hash": "1bebf93317b080a1c2006573fa8e070c", "timestamp": "", "source": "github", "line_count": 219, "max_line_length": 77, "avg_line_length": 24.15068493150685, "alnum_prop": 0.6483267158252978, "repo_name": "shot/hadoop-source-reading", "id": "4ac240dd60ccc5088a7781b72c931f947677c82f", "s...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; namespace Spot.Ebnf { /// <summary> /// Defines a list of rules that should be called by the /// <see cref="SyntaxValidator"/> when validating a syntax. /// Any rule that is not ...
{ "content_hash": "35cf0931de037d7fe0f22f0006d9dea9", "timestamp": "", "source": "github", "line_count": 66, "max_line_length": 142, "avg_line_length": 37.07575757575758, "alnum_prop": 0.5864323661626482, "repo_name": "pawwkm/Spot", "id": "491242821818fc11431ddc4f0da6511242e4345d", "size": "2449", ...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "ed8f77219dceac72233344d8e151e9b9", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "9b1dfbbe5820beb9c87d17d7a12138bcc190ffd5", "size": "218...
package info.voxtechnica.appraisers.db; import com.codahale.metrics.Metric; import com.codahale.metrics.MetricSet; import com.datastax.driver.core.Cluster; import com.google.common.collect.ImmutableMap; import java.util.Map; import static com.codahale.metrics.MetricRegistry.name; /** * Cassandra Client Metrics, av...
{ "content_hash": "154f797d3826d13fefba2ec442909a9e", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 104, "avg_line_length": 34.21875, "alnum_prop": 0.7187214611872146, "repo_name": "voxtechnica/appraiser-service", "id": "3aa88039c2ee88f63f347c7191f956f3bddede80", "size": ...
package org.openkilda.rulemanager.factory.generator.flow; import org.openkilda.adapter.FlowSideAdapter; import org.openkilda.model.FlowEndpoint; import org.openkilda.model.Switch; import org.openkilda.model.cookie.CookieBase.CookieType; import org.openkilda.model.cookie.PortColourCookie; import org.openkilda.ruleman...
{ "content_hash": "837c04e6c2855ad0f6a409683cc21c9a", "timestamp": "", "source": "github", "line_count": 71, "max_line_length": 113, "avg_line_length": 42.19718309859155, "alnum_prop": 0.7283044058744993, "repo_name": "telstra/open-kilda", "id": "6b12a53a6eb82e67ef4101c052565698f7650dc0", "size": "3...
package voltdb import ( "bytes" "testing" "time" ) func TestWriteByte(t *testing.T) { var b bytes.Buffer writeByte(&b, 0x10) r, err := b.ReadByte() if err != nil { t.Errorf("writeByte produced error: %v", err) } if r != 0x10 { t.Errorf("writeByte has %v wants %v", r, 0x10) } } func TestRoundTripByte(t ...
{ "content_hash": "7dd67d2874834fbbad6389d5e68a30de", "timestamp": "", "source": "github", "line_count": 192, "max_line_length": 91, "avg_line_length": 24.390625, "alnum_prop": 0.6337817638266069, "repo_name": "rbetts/voltdbgo", "id": "a0e0773370f34f98934daff678bd9e3c95659f27", "size": "4709", "bi...
/* * Created by Stefan Sprenger */ package com.sprenger.software.movie.app; import android.content.ContentValues; import android.content.Intent; import android.database.Cursor; import android.net.Uri; import android.os.Build; import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v...
{ "content_hash": "31df69dd65a3cced8891e5741cbba27e", "timestamp": "", "source": "github", "line_count": 323, "max_line_length": 154, "avg_line_length": 42.94117647058823, "alnum_prop": 0.6645998558038932, "repo_name": "sprengerst/udacity_nanodegree_project_2", "id": "c999de78e319f672234498dfcc5379d15...
const PANGO_SCALE = 1024.0 # Serialized glyph sizes for commont fonts. const glyphsizes = open(fd -> JSON.parse(readstring(fd)), joinpath(dirname(@__FILE__), "..", "data", "glyphsize.json")) # It's better to overestimate text extents than to underestimes, sinc...
{ "content_hash": "adeca95e8fb2bf077e3b202f59cc9492", "timestamp": "", "source": "github", "line_count": 211, "max_line_length": 108, "avg_line_length": 31.51658767772512, "alnum_prop": 0.562406015037594, "repo_name": "JuliaPackageMirrors/Compose.jl", "id": "93056a7fe3581609ab8806c1092db2434954773e", ...
namespace AngleSharp.Html.InputTypes { using AngleSharp.Html.Dom; using System; using System.Text.RegularExpressions; class EmailInputType : BaseInputType { #region Fields static readonly Regex emailPattern = new Regex("^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0...
{ "content_hash": "8dd956ffb98d223b979a5672c767d0aa", "timestamp": "", "source": "github", "line_count": 66, "max_line_length": 215, "avg_line_length": 26.37878787878788, "alnum_prop": 0.504882251579552, "repo_name": "AngleSharp/AngleSharp", "id": "dcfc250b6e2356079c53efb87778d2bc4fba7578", "size": ...
import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { Comp2502Component } from './comp-2502.component'; describe('Comp2502Component', () => { let component: Comp2502Component; let fixture: ComponentFixture<Comp2502Component>; beforeEach(async(() => { TestBed.configureTestingM...
{ "content_hash": "1486714a8157168f82a3ed4c433adf6d", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 73, "avg_line_length": 23.88888888888889, "alnum_prop": 0.6744186046511628, "repo_name": "angular/angular-cli-stress-test", "id": "aba7eed671383fd15831f41f55a71ad5f5e22e83", ...
title: Introduction product: remmina-plugin-exec depth: 1 --- # Description **Remmina Plugin Exec** is a free software protocol plugin to execute external processes (commands or applications) from the Remmina window. Some examples of external applications could be third party remote access applications not supported...
{ "content_hash": "62412a8d92e2489466ffa6e833ad53be", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 197, "avg_line_length": 43.31578947368421, "alnum_prop": 0.7934386391251519, "repo_name": "muflone/grav-muflone", "id": "7a2191e349abff9a172973942c0db5db852affcc", "size": ...
package crypto import ( obc "github.com/openblockchain/obc-peer/protos" "bytes" "fmt" "io/ioutil" "net" "os" "path/filepath" "reflect" "testing" "crypto/rand" "github.com/op/go-logging" "github.com/openblockchain/obc-peer/obc-ca/obcca" "github.com/openblockchain/obc-peer/openchain/crypto/utils" "gith...
{ "content_hash": "1fd9737763369f203a0ec7a73d303f9d", "timestamp": "", "source": "github", "line_count": 1524, "max_line_length": 130, "avg_line_length": 27.06758530183727, "alnum_prop": 0.6767593512884537, "repo_name": "ghaskins/obc-peer", "id": "6d1c3c2eadf7544a3493dd860da53e83c11de95b", "size": "...
/** * */ package org.ovirt.engine.core.dao; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; import java.util.Arrays; import org.apache.commons.lang.NotImplementedException; import org.junit.Test; import org.ovirt.engine.core.comm...
{ "content_hash": "8fefaa806396cbf457a8ca8dbd739b72", "timestamp": "", "source": "github", "line_count": 115, "max_line_length": 96, "avg_line_length": 29.36521739130435, "alnum_prop": 0.6763399466982529, "repo_name": "halober/ovirt-engine", "id": "1ae518737408676638280a055ee961f143409e9a", "size": ...
using System; using System.Drawing; using System.Windows; using MetroRadiance.Interop; namespace SylphyHorn.Interop { public static class IconHelper { public static Icon GetIconFromResource(Uri uri) { var streamResourceInfo = System.Windows.Application.GetResourceStream(uri); if (streamResourceInfo == nul...
{ "content_hash": "80f8d2404ec1e36b6cff216794cb5bb7", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 127, "avg_line_length": 23.82, "alnum_prop": 0.7187237615449202, "repo_name": "Grabacr07/SylphyHorn", "id": "a50d74c47763a48e119a6095c520f5dcc2834bbe", "size": "1193", "b...
<abstract xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> <para> MidoNet is a network virtualization software for Infrastructure-as-a-Service (IaaS) clouds. </para> <para> It decouples your IaaS cloud from your network hardware, creating an i...
{ "content_hash": "036531151cf512899b52a0b48dcf8650", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 125, "avg_line_length": 37.642857142857146, "alnum_prop": 0.6195445920303605, "repo_name": "midonet/midonet-docs", "id": "cf040e8ed173b17ebba9a97b3e301bc29d30f213", "size":...
START_ATF_NAMESPACE typedef _BIDI_DATA *LPBIDI_DATA; END_ATF_NAMESPACE
{ "content_hash": "64ae3782fb2cabe93b392063dbdbedef", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 36, "avg_line_length": 25, "alnum_prop": 0.76, "repo_name": "goodwinxp/Yorozuya", "id": "e0667acae0948b758ce0be5bb20f37194c53ca1f", "size": "253", "binary": false, "copi...
module dijit._editor.plugins{ export class EnterKeyHandling extends dijit._editor._Plugin { blockNodeForEnter : String; _checkListLater : bool; bogusHtmlContent : String; blockNodes : RegExp; _pressedEnterInBlock : any; onKeyPressed (e:any) : any; handleEnterKey (e:any) : any; _adjustNodeAndOffset (node:HTMLElement,off...
{ "content_hash": "f956ed9f9ed9b698bf20a7788528f0be", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 61, "avg_line_length": 29.46153846153846, "alnum_prop": 0.7728459530026109, "repo_name": "stopyoukid/DojoToTypescriptConverter", "id": "b7ceced0d46ce680c270da09b4399af952ccfa...
package flight import ( context "context" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" ) // This is a compile-time assertion to ensure that this generated file // is compatible with the grpc package it is being compiled against. const _ = grpc.SupportPa...
{ "content_hash": "559cb7b64795892c15d136e3c2963225", "timestamp": "", "source": "github", "line_count": 875, "max_line_length": 173, "avg_line_length": 35.44228571428572, "alnum_prop": 0.7488391590352121, "repo_name": "xhochy/arrow", "id": "c2b98d5613e24a63b8dbe7d4358f983b31886b21", "size": "31067"...
package org.makersoft.model; import java.io.Serializable; import java.util.Collections; import java.util.List; /** * entity for test. */ public class Dept implements Serializable { private static final long serialVersionUID = -1665006573884858700L; private Long id; private String name; pr...
{ "content_hash": "b2abd2bf618bc2398fe2a9bc19aad99e", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 68, "avg_line_length": 17.120689655172413, "alnum_prop": 0.6193353474320241, "repo_name": "makersoft/makereap", "id": "137e4c6dc99b6184cd8b03db47d33b6dfe133f8f", "size": "1...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="stylesheet" href="../card-stack/card-stack.css"> <link rel="icon" href="data:;base64,iVBORw0KGgo="> <script src="http://localhost:8080/bundle.js"></script> <script src="./card-state.js"></script> </head> <body> <div id="viewport"...
{ "content_hash": "c4631ce71141fbc36983ea5a14ba9a2e", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 371, "avg_line_length": 54.92307692307692, "alnum_prop": 0.6491596638655462, "repo_name": "mattblang/swing", "id": "96c91f3279176702a16f42898713c45d53a687e7", "size": "1430...
package rest import ( "encoding/json" "errors" "fmt" "io" "io/ioutil" "net" "net/http" "strings" "sync" "time" log "github.com/Sirupsen/logrus" "github.com/codegangsta/negroni" "github.com/julienschmidt/httprouter" "github.com/intelsdi-x/snap/core" "github.com/intelsdi-x/snap/core/cdata" "github.co...
{ "content_hash": "d5a228bbf0ccbbe6e471b67e59d2fcb9", "timestamp": "", "source": "github", "line_count": 476, "max_line_length": 124, "avg_line_length": 28.52310924369748, "alnum_prop": 0.674302128599838, "repo_name": "mkleina/snap", "id": "dc155f5767292338c9bf1ea61642d078b1456720", "size": "14189",...
/* Includes ------------------------------------------------------------------*/ #include "stm32l1xx_hal.h" /** @addtogroup STM32L1xx_HAL_Driver * @{ */ #ifdef HAL_IWDG_MODULE_ENABLED /** @addtogroup IWDG * @brief IWDG HAL module driver. * @{ */ /* Private typedef ----------------------------------------...
{ "content_hash": "5d0c3ce37a4783a7f56413edf21263de", "timestamp": "", "source": "github", "line_count": 159, "max_line_length": 80, "avg_line_length": 27.0188679245283, "alnum_prop": 0.5325884543761639, "repo_name": "andcor02/mbed-os", "id": "c057cff97c6325299dff6d22a64ac129dc4a638c", "size": "9682...
from lib.query import Query class VoteModel(Query): def __init__(self, db): self.db = db self.table_name = "vote" super(VoteModel, self).__init__() def add_new_vote(self, vote_info): return self.data(vote_info).add() def get_vote_by_topic_id_and_trigger_user_id(self, topi...
{ "content_hash": "682a4d4d7ee715319493ae8d4062e228", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 95, "avg_line_length": 32, "alnum_prop": 0.6104166666666667, "repo_name": "bukun/ogcc", "id": "65ee40526c55312d42f43d4ca604f1ac638eb610", "size": "616", "binary": false, ...
package org.wso2.siddhi.test.standard.table; import junit.framework.Assert; import org.apache.log4j.Logger; import org.junit.Before; import org.junit.Test; import org.wso2.siddhi.core.SiddhiManager; import org.wso2.siddhi.core.event.Event; import org.wso2.siddhi.core.query.output.callback.QueryCallback; import org.ws...
{ "content_hash": "d4e61723116f8f87a56eeb5c5ad05b19", "timestamp": "", "source": "github", "line_count": 254, "max_line_length": 198, "avg_line_length": 48.09448818897638, "alnum_prop": 0.6491486574983628, "repo_name": "gayanlggd/siddhi", "id": "c2e6ec03757852e4064f1d7fe5387430c50b9043", "size": "12...
namespace Golem.Proxy.HAR { public class Log { public Entry[] Entries { get; set; } public string Version { get; set; } public Browser Browser { get; set; } public Creator Creator { get; set; } public Page[] Pages { get; set; } public string Comment { get; set; }...
{ "content_hash": "352d735f5c26906c3782cfc575899eae", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 44, "avg_line_length": 27.333333333333332, "alnum_prop": 0.5579268292682927, "repo_name": "ProtoTest/ProtoTest.Golem", "id": "bf3c0482723ef99623797d6e2d476e773e4bc7ae", "si...
//===------- CGObjCGNU.cpp - Emit LLVM Code from ASTs for a Module --------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
{ "content_hash": "9c107dec6f560508e86b2bcf851e033f", "timestamp": "", "source": "github", "line_count": 2851, "max_line_length": 90, "avg_line_length": 43.59312521922133, "alnum_prop": 0.6747851694506131, "repo_name": "Rapier-Foundation/rapier-script", "id": "c0dc3b8002d8afff43c108f6e01bfd0eb1888e10"...
package com.hazelcast.spi.impl.sequence; import com.hazelcast.core.HazelcastOverloadException; import com.hazelcast.internal.util.ConcurrencyDetection; import com.hazelcast.test.HazelcastParallelClassRunner; import com.hazelcast.test.HazelcastTestSupport; import com.hazelcast.test.RequireAssertEnabled; import com.ha...
{ "content_hash": "ebb929db06fff59a478110655223d0b1", "timestamp": "", "source": "github", "line_count": 82, "max_line_length": 113, "avg_line_length": 35.18292682926829, "alnum_prop": 0.7327556325823223, "repo_name": "mdogan/hazelcast", "id": "eae89d87a8a116ae7020cf9e81e0a6530f333691", "size": "351...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.resourcemanager.cdn.models; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonValue; /** Defines...
{ "content_hash": "6b34eeee13d366c0f1061dfa3f630fb5", "timestamp": "", "source": "github", "line_count": 53, "max_line_length": 88, "avg_line_length": 30.132075471698112, "alnum_prop": 0.6812773951158422, "repo_name": "selvasingh/azure-sdk-for-java", "id": "01ffa53248122e5ffa8c35f5d099edf39fbd0dca", ...
<!doctype html> <html <?php language_attributes(); ?> class="no-js"> <head> <meta charset="<?php bloginfo('charset'); ?>"> <title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' :'; } ?> <?php bloginfo('name'); ?></title> <!-- dns prefetch --> <link href="//www.google-analytics.com" rel="d...
{ "content_hash": "2fd24a84ba3e26e79bcc926599c3ad43", "timestamp": "", "source": "github", "line_count": 67, "max_line_length": 167, "avg_line_length": 41.17910447761194, "alnum_prop": 0.5944182674882204, "repo_name": "Jursdotme/toro", "id": "04497486f87ff036c25adab3413a2301f8608006", "size": "2759"...
/* Import plugin specific language pack */ tinyMCE.importPluginLanguagePack('fullscreen', 'en,tr,sv,cs,fr_ca,zh_cn,da,he,nb,de,hu,ru,ru_KOI8-R,ru_UTF-8,nn,es,cy,is,pl,nl,fr,pt_br'); var TinyMCE_FullScreenPlugin = { getInfo : function() { return { longname : 'Fullscreen', author : 'Moxiecode Systems', aut...
{ "content_hash": "61f66eeb4d637ba40a571cc7a5c734a2", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 247, "avg_line_length": 33.857142857142854, "alnum_prop": 0.6962025316455697, "repo_name": "jikuindia/ona", "id": "90c5841154b0a85597f98d44e19068ad104167bf", "size": "2098"...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_20) on Wed May 05 11:17:09 PDT 2010 --> <TITLE> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans (Pig 0.7.0 API) </TITLE> <META NA...
{ "content_hash": "ceb0aa2910ec3b01f13ad7e3d465e909", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 219, "avg_line_length": 49.875, "alnum_prop": 0.7514619883040936, "repo_name": "hirohanin/pig7hadoop21", "id": "757f633b14248a90f0f0e4e5b217514fcec03c68", "size": "2394", ...
module TimeSpanner class TimeUnitCollector include TimeUnits include Errors AVAILABLE_UNITS = [ :millenniums, :centuries, :decades, :years, :months, :weeks, :days, :hours, :minutes, :seconds, :milliseconds, :microseconds, :nano...
{ "content_hash": "a6ff8905d9d8954de2bb39cab9952354", "timestamp": "", "source": "github", "line_count": 69, "max_line_length": 122, "avg_line_length": 22.130434782608695, "alnum_prop": 0.6005239030779306, "repo_name": "shlub/time_spanner", "id": "a4538c0b3c6334683de8725e79200a0dae98c9a6", "size": "...
use std::sync::{RwLock, Mutex, Arc}; use std::net::{UdpSocket, IpAddr, SocketAddr}; use std::io; use std::cmp::min; use openssl::ssl::{SslAcceptor}; use std::io::{Write, Cursor}; use std::sync::atomic::Ordering; use std::sync::mpsc; use std::mem; use byteorder::{BigEndian, ReadBytesExt, WriteBytesExt}; use toml; use ...
{ "content_hash": "1e2e196dc76d2ef0451dbd79484e6760", "timestamp": "", "source": "github", "line_count": 585, "max_line_length": 175, "avg_line_length": 37.51111111111111, "alnum_prop": 0.5108002187386074, "repo_name": "0xa/ropenvpn", "id": "264652d31f5fda5db87131725799a0e45f846e85", "size": "21944"...
<?php namespace Ty666\PictureManager; use SplFileInfo; class PictureIdGenerator { public function generate($picture = null) { if ($picture instanceof SplFileInfo) { return md5_file($picture->getRealPath()); } elseif (is_string($picture)) { return md5($picture); ...
{ "content_hash": "c1385ea472a4a6842cb29c80164f9c58", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 53, "avg_line_length": 20.526315789473685, "alnum_prop": 0.5717948717948718, "repo_name": "3tnet/pictureManager", "id": "3f70e10b0f576ddfff07b44678f3f2136c51fb14", "size": ...
<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * Abstract parent class for all PMA_GIS_<Geom_type> test classes * * @package PhpMyAdmin-test */ require_once 'libraries/gis/GIS_Geometry.class.php'; /** * Abstract parent class for all PMA_GIS_<Geom_type> test classes * * @package PhpMyAdmin-test */ abstrac...
{ "content_hash": "9976a34b3ef04856dc681a9da934ab80", "timestamp": "", "source": "github", "line_count": 73, "max_line_length": 66, "avg_line_length": 23.041095890410958, "alnum_prop": 0.5570749108204518, "repo_name": "sarukuku/ParaChute", "id": "93cefaf8787c07adac31a198a1a3a15f665ce52d", "size": "1...
FROM balenalib/odroid-c1-debian:jessie-run ENV NODE_VERSION 15.10.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver keyserver.pgp.com --re...
{ "content_hash": "45221e16e0060e4649e6b29a38881b16", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 692, "avg_line_length": 64.88888888888889, "alnum_prop": 0.7041095890410959, "repo_name": "nghiant2710/base-images", "id": "b6d47a8df0a5f24191efc2de6e044a4d36e820bc", "size...
nom: Suillus clintonianus date: 2017-10-27 00:00:00 image: https://c1.staticflickr.com/5/4503/37392611065_7a11befe4d_n.jpg image-originale: https://www.flickr.com/photos/kaufholtz/37392611065/in/photolist-YYfUwM-YFuRrd-YFuV2u album-flickr: - 72157687604988591 details: nom-francais: Bolet de Clinton domaine: Euca...
{ "content_hash": "964eb926de352d58f8623793fc11d240", "timestamp": "", "source": "github", "line_count": 294, "max_line_length": 317, "avg_line_length": 26.727891156462587, "alnum_prop": 0.7246118605243065, "repo_name": "19Inocybe63/Fungiquebec", "id": "7b0ec0e91c7a1ee68ec7a9dffc3cc7dc856e9a49", "si...
package com.sandislandserv.rourke750.Commands; import java.util.List; import java.util.UUID; import org.bukkit.Bukkit; import org.bukkit.ChatColor; import org.bukkit.OfflinePlayer; import org.bukkit.command.CommandSender; import com.sandislandserv.rourke750.BetterAssociations; import com.sandislandserv.rourke750.dat...
{ "content_hash": "3455b61725f1eccfe9fd24aa986aecb7", "timestamp": "", "source": "github", "line_count": 89, "max_line_length": 92, "avg_line_length": 31.179775280898877, "alnum_prop": 0.7181981981981982, "repo_name": "rourke750/BetterAssociations", "id": "482f94111f739e63429d6e9b12cb453066750d37", ...
package com.ibm.watson.text_to_speech.v1.model; import static org.testng.Assert.*; import com.ibm.cloud.sdk.core.service.model.FileWithMetadata; import com.ibm.watson.text_to_speech.v1.utils.TestUtilities; import java.io.InputStream; import java.util.HashMap; import java.util.List; import org.apache.commons.io.IOUt...
{ "content_hash": "d993cb1e8a946c9c6206363787b176c0", "timestamp": "", "source": "github", "line_count": 47, "max_line_length": 94, "avg_line_length": 40.57446808510638, "alnum_prop": 0.7587834294703724, "repo_name": "watson-developer-cloud/java-sdk", "id": "695d6b50fb1303bb0d6fd7f81c49f2967c284962", ...
@echo off @rem @rem @rem The hbase command script. Based on the hadoop command script putting @rem in hbase classes, libs and configurations ahead of hadoop's. @rem @rem TODO: Narrow the amount of duplicated code. @rem @rem Environment Variables: @rem @rem JAVA_HOME The java implementation to use. Overrides...
{ "content_hash": "a1054466cfd90bef844643c4e56e91e2", "timestamp": "", "source": "github", "line_count": 411, "max_line_length": 148, "avg_line_length": 29.664233576642335, "alnum_prop": 0.6938156167979003, "repo_name": "carpedm20/pinpoint", "id": "42eb7b50299b2270cf513b518576f78a357468ae", "size": ...
package com.commercetools.sunrise.productcatalog.productoverview.search.facetedsearch.categorytree.viewmodels; import com.commercetools.sunrise.framework.localization.UserLanguage; import com.commercetools.sunrise.framework.reverserouters.productcatalog.product.ProductReverseRouter; import com.commercetools.sunrise.fr...
{ "content_hash": "63a1fbebcf28c692ed826498ec7b0171", "timestamp": "", "source": "github", "line_count": 167, "max_line_length": 157, "avg_line_length": 47.30538922155689, "alnum_prop": 0.6853164556962026, "repo_name": "sphereio/sphere-sunrise", "id": "59944e47d74dd8e25a0a7ae65d6136f0cd53a9a8", "siz...
<html> <head> <title> JsonCpp - JSON data format manipulation library </title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head> <body bgcolor="#ffffff"> <table width="100%"> <tr> <td width="40%" align="left" valign="center"> <a href=...
{ "content_hash": "9a320049e9c7fbfef8ec989af410f8fa", "timestamp": "", "source": "github", "line_count": 78, "max_line_length": 255, "avg_line_length": 69.6923076923077, "alnum_prop": 0.6548933038999264, "repo_name": "CapitanLiteral/Wingman", "id": "23584a97d1b95b8c17df13fee9673733d7b0bf3c", "size":...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_26) on Sat Jun 21 06:31:11 UTC 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.apache.hadoop.u...
{ "content_hash": "ca16c2c8ac72bdfe30de8455ba7f9b34", "timestamp": "", "source": "github", "line_count": 145, "max_line_length": 229, "avg_line_length": 42.90344827586207, "alnum_prop": 0.614049188233403, "repo_name": "gsoundar/mambo-ec2-deploy", "id": "bfa9474f9ae6ef7ac9259809f2ab1baf4eb95317", "si...
<!DOCTYPE html> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7"><![endif]--> <!--[if IE 7]><html class="no-js lt-ie9 lt-ie8 ie7"><![endif]--> <!--[if IE 8]><html class="no-js lt-ie9 ie8"><![endif]--> <!--[if IE 9]><html class="no-js ie9"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"><!--<![endif]-->...
{ "content_hash": "746d9063cbf8e162d36e4ec5811cfc55", "timestamp": "", "source": "github", "line_count": 106, "max_line_length": 90, "avg_line_length": 24.141509433962263, "alnum_prop": 0.5693630324345448, "repo_name": "ONSdigital/pattern-library", "id": "df13413d37798f2318a6c6f4f0a455ae837f1bb2", "...
module Dragon class CityNarrator < Narrator def narrate(terminal) describe prefix: "You are visiting ", terminal: terminal end end end
{ "content_hash": "94f3206307c4d9b4612cd4f4ec1a8430", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 62, "avg_line_length": 21.857142857142858, "alnum_prop": 0.7058823529411765, "repo_name": "jweissman/dragon", "id": "f12359e47253a03fd387597fc40eebab018e8c54", "size": "153"...
Contains custom plugins that can be integrated into Ansible. Currently holds the callback plugin which has been modified to hide/suppress certain messages during failed retries in a loop-execution.
{ "content_hash": "8e09ef2508d2ee1d0c8e977633ce9108", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 121, "avg_line_length": 67, "alnum_prop": 0.8258706467661692, "repo_name": "yudaykiran/openebs", "id": "3856439279264d4b70ff8d877dc13eccf0fbb4fc", "size": "238", "binary":...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in Proc. Amer. Acad. Arts 20:359. 1885 #### Original name null ### Remarks null
{ "content_hash": "1c89e6a19d8083ad383c463e59423001", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 12.615384615384615, "alnum_prop": 0.6890243902439024, "repo_name": "mdoering/backbone", "id": "ba7cfda1af074418f97d488952ed8bdd4bf2e3b1", "size": "21...
package com.aspose.email.examples.email; import com.aspose.email.EmlLoadOptions; import com.aspose.email.HtmlLoadOptions; import com.aspose.email.MailMessage; import com.aspose.email.MhtmlLoadOptions; import com.aspose.email.MsgLoadOptions; import com.aspose.email.TnefLoadOptions; /* * Not an example. Is just for Gi...
{ "content_hash": "38f9d52aa995b09ae9d73e08c6e9a36a", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 77, "avg_line_length": 29.545454545454547, "alnum_prop": 0.7553846153846154, "repo_name": "kashifiqb/Aspose.Email-for-Java", "id": "75598c914e918354e4a5e2ff0574228593a0f6b6",...
namespace Google.Cloud.Spanner.Admin.Instance.V1.Snippets { // [START spanner_v1_generated_InstanceAdmin_CreateInstanceConfig_async_flattened] using Google.Cloud.Spanner.Admin.Instance.V1; using Google.LongRunning; using System.Threading.Tasks; public sealed partial class GeneratedInstanceAdminClie...
{ "content_hash": "548c4463c37a74dade8932abf382b01a", "timestamp": "", "source": "github", "line_count": 47, "max_line_length": 173, "avg_line_length": 54.255319148936174, "alnum_prop": 0.6909803921568628, "repo_name": "googleapis/google-cloud-dotnet", "id": "03be92c21b6fc6f546a44e8f05792866c8e463b3",...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content=...
{ "content_hash": "3fcbbeb2e987e77787a51e0408bf1721", "timestamp": "", "source": "github", "line_count": 312, "max_line_length": 187, "avg_line_length": 41.67307692307692, "alnum_prop": 0.4334717735732964, "repo_name": "uavn/pg-dish", "id": "6000fd8c88aca326aa9ed4125c069c64c72fc4d4", "size": "13249"...
using System.Linq; using NUnit.Framework; using SJP.Schematic.Core; namespace SJP.Schematic.Oracle.Tests; [TestFixture] internal static class DefaultOracleIdentifierResolutionStrategyTests { [Test] public static void GetResolutionOrder_GivenNullIdentifier_ThrowsArgumentNullException() { var ident...
{ "content_hash": "36426b0bb34266c3574f00e643d911ac", "timestamp": "", "source": "github", "line_count": 166, "max_line_length": 130, "avg_line_length": 35.28915662650602, "alnum_prop": 0.6765107545237282, "repo_name": "sjp/Schematic", "id": "45fe70742f875635301f47138e7167d9530b94d4", "size": "5860"...
set -eu # FIXME: auto-random is only stable on master currently. check_cluster_version 4 0 0 AUTO_RANDOM || exit 0 for backend in tidb importer local; do if [ "$backend" = 'local' ]; then check_cluster_version 4 0 0 'local backend' || continue fi run_sql 'DROP DATABASE IF EXISTS auto_random;' ...
{ "content_hash": "834239c5d4922b735379f760dc053e34", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 145, "avg_line_length": 37.30434782608695, "alnum_prop": 0.6742424242424242, "repo_name": "coocood/tidb", "id": "432582bf72e24d762a5481b224d31420f8a55a63", "size": "2306", ...
/** * x is a value between 0 and 1, indicating where in the animation you are. */ var duScrollDefaultEasing = function (x) { 'use strict'; if(x < 0.5) { return Math.pow(x*2, 2)/2; } return 1-Math.pow((1-x)*2, 2)/2; }; angular.module('duScroll', [ 'duScroll.scrollspy', 'duScroll.smoothScroll', 'd...
{ "content_hash": "18e7611479ecabe4d11e17ce8e3c815c", "timestamp": "", "source": "github", "line_count": 589, "max_line_length": 226, "avg_line_length": 29.112054329371816, "alnum_prop": 0.6299644252638945, "repo_name": "apicatus/landing", "id": "41feec94854ef4d0b2b9dd9b93ecc1d52ed667e0", "size": "1...
package com.amazonaws.services.sagemaker.model.transform; import javax.annotation.Generated; import com.amazonaws.SdkClientException; import com.amazonaws.Request; import com.amazonaws.http.HttpMethodName; import com.amazonaws.services.sagemaker.model.*; import com.amazonaws.transform.Marshaller; import com.amazon...
{ "content_hash": "6f6446315a99fa5d6506b349fe455391", "timestamp": "", "source": "github", "line_count": 52, "max_line_length": 152, "avg_line_length": 40.40384615384615, "alnum_prop": 0.7615421227986673, "repo_name": "aws/aws-sdk-java", "id": "90afc165dc29b570c74c6593e503944587aea82b", "size": "268...
import React, {PropTypes, Component} from 'react'; require('./LiveEvents.scss'); export default class LiveEvents extends Component { state = { expanded: true } handleCollapseExpand = () => { this.setState({ expanded: !this.state.expanded }); } render() { ...
{ "content_hash": "68a8f3e5d97033763735a2e12b0dce3f", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 139, "avg_line_length": 37.35, "alnum_prop": 0.4524765729585007, "repo_name": "alexadam/live-score", "id": "1d457b7091a4e8429d71807e0e5f884973aaf7f5", "size": "2241", "bi...
""" Module for the Poisson distribution node. """ import numpy as np from scipy import special from .expfamily import ExponentialFamily from .expfamily import ExponentialFamilyDistribution from .node import Moments from .gamma import GammaMoments from bayespy.utils import misc class PoissonMoments(Moments): "...
{ "content_hash": "882bec3c35ae5f0fbbd272bb836403bf", "timestamp": "", "source": "github", "line_count": 170, "max_line_length": 73, "avg_line_length": 21.823529411764707, "alnum_prop": 0.5358490566037736, "repo_name": "dungvtdev/upsbayescpm", "id": "9fc95ab2c6d52d36883036b24092fb3b043d783d", "size"...
MogKit transformations are implemented using _Transducers_. This is what gives them the composable features and makes them independent of the underlying context. For an [introduction to transducers](http://blog.cognitect.com/blog/2014/8/6/transducers-are-coming), see [Clojure - Transducers](http://clojure.org/transduc...
{ "content_hash": "6a4229f7203b018b7e214a3e033860bb", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 261, "avg_line_length": 87.6, "alnum_prop": 0.7945205479452054, "repo_name": "mhallendal/MogKit", "id": "a70fa38af1b2068129870071f6e9eee702a1b2ba", "size": "438", "binary"...
<!DOCTYPE html > <html> <head> <link rel="stylesheet" href="demos.css" type="text/css" media="screen" /> <script src="../libraries/RGraph.common.core.js" ></script> <script src="../libraries/RGraph.common.dynamic.js" ></script> <script src="../libraries/RGraph.common.tooltips.js" ></script> <sc...
{ "content_hash": "a108aa8e8fac478879e6b23f7607eb58", "timestamp": "", "source": "github", "line_count": 114, "max_line_length": 396, "avg_line_length": 37.35964912280702, "alnum_prop": 0.5707912655552947, "repo_name": "mabetle/mps", "id": "9f8d3ee9762dae1d4a0b6acfa3a644deae1ade2d", "size": "4259", ...
package gov.hhs.onc.dcdt.mail.smtp; import gov.hhs.onc.dcdt.beans.ToolIdentifier; import javax.annotation.Nullable; import org.apache.commons.lang3.ObjectUtils; public enum SmtpAuthMechanism implements ToolIdentifier { PLAIN(null), LOGIN(null), GSSAPI(null), DIGEST_MD5("DIGEST-MD5"), MD5(null), CRAM_MD5("CRAM-MD5...
{ "content_hash": "456b59a8628f18520e4fd7737114823a", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 102, "avg_line_length": 27.55, "alnum_prop": 0.7041742286751361, "repo_name": "elizabethso/dcdt", "id": "e3dc551fb4188557ff6f5e71d1ac3e3b46daeb47", "size": "551", "binary...
""" Based on SmBe19's RedditBots BotSkeleton Requires an oauth.txt file to function Written by /u/risos """ import re import os import time import praw import ast import shutil from pyTwistyScrambler import scrambler333 # Used for extracting the scramble from the webpage # from bs4 import BeautifulSo...
{ "content_hash": "da75739667e66409b4c8867c0e235c57", "timestamp": "", "source": "github", "line_count": 143, "max_line_length": 194, "avg_line_length": 29.496503496503497, "alnum_prop": 0.5749170222854434, "repo_name": "adamsko15/rubiksBot", "id": "810c61909ea35553c39c3331f5adbd3d5fe8ef0f", "size":...
// // Created by Martin Miralles-Cordal on 4/19/2018. // #pragma once #include <device/Device.hpp> #include <device/storage/AtaDevice.hpp> #include <cstdint> #include <cstring> #include "device/storage/AtaDeviceDescriptor.hpp" #include "device/storage/AtapiCommand.hpp" /** Representation of an ATA or ATAPI device fo...
{ "content_hash": "2609f3097265733c49047c1ab5465eea", "timestamp": "", "source": "github", "line_count": 205, "max_line_length": 106, "avg_line_length": 37.6, "alnum_prop": 0.6227296315516346, "repo_name": "axalon900/LambOS", "id": "9bc9d57e6092bdcfb2fd59a33f395404a7de59d3", "size": "7708", "binar...
// *** THIS FILE IS GENERATED - DO NOT EDIT *** // See object_tracker_generator.py for modifications void PostCallRecordCreateInstance( const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkInstance* pInstanc...
{ "content_hash": "1113d4fd16c848332ff43dfd68c60b0c", "timestamp": "", "source": "github", "line_count": 2628, "max_line_length": 188, "avg_line_length": 56.93455098934551, "alnum_prop": 0.5355557931882585, "repo_name": "endlessm/chromium-browser", "id": "78834b4e19a0cd4c9d32f56a0f455707021e51c0", "...
package com.github.mdr.mash.subprocesses import java.io.{ IOException, PrintStream } import java.lang.ProcessBuilder.Redirect import java.nio.charset.StandardCharsets import java.nio.file.Path import java.time.Instant import com.github.mdr.mash.Singletons import com.github.mdr.mash.evaluator.{ EvaluatorException, ToS...
{ "content_hash": "1182930bc9ed640b338e96f3641ecbd7", "timestamp": "", "source": "github", "line_count": 93, "max_line_length": 111, "avg_line_length": 35.72043010752688, "alnum_prop": 0.7034918723660446, "repo_name": "mdr/mash", "id": "8b418452736792f4c691e48acdda78a12f0dbad2", "size": "3342", "b...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "1ab2d37044550cc0b1babdb04b5ecb26", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "68c0e37a0ce432edaa5938cb897535154054a9ec", "size": "161...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); // Files // Titles $lang['files.files_title'] = 'Files'; $lang['files.upload_title'] = 'Upload Files'; $lang['files.edit_title'] = 'Edit file "%s"'; $lang['files.check-all'] = 'All '; // Labels $lang['files.download_label'] = 'D...
{ "content_hash": "c4aee64b3a124ed19ecf76e142946a6e", "timestamp": "", "source": "github", "line_count": 116, "max_line_length": 141, "avg_line_length": 47.73275862068966, "alnum_prop": 0.6501715730540003, "repo_name": "theRexxar/browns", "id": "2801616d80530b73ebb7dd2f1e1c6b528a2e8678", "size": "55...
package examples.generated.always.mybatis; import java.sql.JDBCType; import org.mybatis.dynamic.sql.SqlColumn; import org.mybatis.dynamic.sql.SqlTable; public final class PersonDynamicSqlSupport { public static final Person person = new Person(); public static final SqlColumn<Integer> id = person.id; pu...
{ "content_hash": "e054ac07fcd7f9574248b64f5f617e92", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 90, "avg_line_length": 35.166666666666664, "alnum_prop": 0.7144549763033176, "repo_name": "jeffgbutler/mybatis-dynamic-sql", "id": "ec68a3404713a143d298219bcb2c7cc80ba5d6a6",...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="lang:clipboard.copy" content...
{ "content_hash": "45c4d3dcaf57463eed05800599998fc3", "timestamp": "", "source": "github", "line_count": 449, "max_line_length": 999, "avg_line_length": 39.43207126948775, "alnum_prop": 0.5976277887602373, "repo_name": "statsmodels/statsmodels.github.io", "id": "50fba5986e21b50cbbc55ef01e919b28c66dcf4...
<?php namespace Magento\Sales\Test\TestCase; use Magento\Sales\Test\Constraint\AssertOrderStatusSuccessAssignMessage; use Magento\Sales\Test\Fixture\OrderInjectable; use Magento\Sales\Test\Fixture\OrderStatus; use Magento\Sales\Test\Page\Adminhtml\OrderIndex; use Magento\Sales\Test\Page\Adminhtml\OrderStatusAssign; ...
{ "content_hash": "8ee48816480f92c439f970ecc39215f4", "timestamp": "", "source": "github", "line_count": 178, "max_line_length": 116, "avg_line_length": 28.1123595505618, "alnum_prop": 0.6135091926458833, "repo_name": "enettolima/magento-training", "id": "84fe74fb7fd1d34f9ea2d899a0f4c4b0c1e86f8f", "...
'use strict'; var fs = require('fs'); var fsutil = require('fs-utils'); var gutil = require('gulp-util'); var es = require('event-stream'); var pkgcloud = require('pkgcloud'); var PluginError = gutil.PluginError; var PLUGIN = 'gulp-highwinds'; module.exports = function (highwinds, options) { var options = options ||...
{ "content_hash": "243c0a249c3827e1001b747dc1206731", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 110, "avg_line_length": 30.09259259259259, "alnum_prop": 0.6652307692307692, "repo_name": "kollegorna/gulp-highwinds", "id": "7bba0f632234ee6f73f8c9232cfa1062d1ed05a4", "si...
void protobuf_AddDesc_test_5fmsg_2eproto(); void protobuf_AssignDesc_test_5fmsg_2eproto(); void protobuf_ShutdownFile_test_5fmsg_2eproto(); class Triplet; class Duplet; // =================================================================== class Triplet : public ::google::protobuf::Message { public: Triplet(); ...
{ "content_hash": "19b4278f8da245c093bebb4fb4b97211", "timestamp": "", "source": "github", "line_count": 337, "max_line_length": 102, "avg_line_length": 26.26706231454006, "alnum_prop": 0.6137596023497515, "repo_name": "riba1122/google_protobuf_testing", "id": "49d41bd5744d6c52cfbbf9f7b7df93e2fda1a039...
namespace ui { class AXFragmentRootWin; class AXSystemCaretWin; class WindowEventTarget; } // namespace ui namespace content { class DirectManipulationBrowserTestBase; class DirectManipulationHelper; class RenderWidgetHostViewAura; // Reasons for the existence of this class outlined below:- // 1. Some screen reader...
{ "content_hash": "66c2a6a8ab0c50ce39299105901e7e4f", "timestamp": "", "source": "github", "line_count": 191, "max_line_length": 79, "avg_line_length": 42.21989528795812, "alnum_prop": 0.7472718253968254, "repo_name": "chromium/chromium", "id": "11ae0ec65f8b3eab782e9f660ba21bc6fccdc7e2", "size": "88...
<component name="libraryTable"> <library name="espresso-idling-resource-2.2.2"> <CLASSES> <root url="jar://$USER_HOME$/.android/build-cache/fe9482c51875251e64d8630d954addf2a6aab908/output/jars/classes.jar!/" /> <root url="file://$USER_HOME$/.android/build-cache/fe9482c51875251e64d8630d954addf2a6aab908...
{ "content_hash": "f6d5ab80db205cdbbc2bfb480b9932c4", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 202, "avg_line_length": 52, "alnum_prop": 0.7147435897435898, "repo_name": "Kuruchy/and_mymovies", "id": "7fd0c252157cef3af844f96b249c1ca41fb0df0b", "size": "624", "binar...
// Copyright 1997-2001 Association for Universities for Research in Astronomy, Inc., // Observatory Control System, Gemini Telescopes Project. // See the file LICENSE for complete details. // // $Id: SciAreaFeature.java 21635 2009-08-24 01:08:24Z swalker $ // package jsky.app.ot.gemini.inst; import edu.gemini.shared.u...
{ "content_hash": "feb440ec4e295b53d8e68356bbaeb120", "timestamp": "", "source": "github", "line_count": 366, "max_line_length": 106, "avg_line_length": 32.71857923497268, "alnum_prop": 0.6295615866388309, "repo_name": "fnussber/ocs", "id": "519a7c44f6010a219e95f1e653c1d05e8d402928", "size": "11975"...
package com.github.javaparser.symbolsolver.reflectionmodel; import com.github.javaparser.ast.Node; import com.github.javaparser.symbolsolver.core.resolution.Context; import com.github.javaparser.symbolsolver.javaparsermodel.LambdaArgumentTypePlaceholder; import com.github.javaparser.symbolsolver.javaparsermodel.cont...
{ "content_hash": "34993b1b8337c6ad8f974495b32cdc5d", "timestamp": "", "source": "github", "line_count": 329, "max_line_length": 190, "avg_line_length": 34.91489361702128, "alnum_prop": 0.6680595455732568, "repo_name": "rpau/java-symbol-solver", "id": "c8d920e52f3c405a8e4d1010031e642b6b4e00c3", "siz...
@implementation RegisterParam @end
{ "content_hash": "c58b52e740688d9d0093f5ec96041940", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 29, "avg_line_length": 12, "alnum_prop": 0.8333333333333334, "repo_name": "yellowwing/yueshenglicai", "id": "e37cf86257795e48186eca8ecd21c3216113bcb8", "size": "193", "bin...
/** * @module BgProcess * @submodule models/Toolbar */ define(['backbone'], function (BB) { /** * Region toolbar for buttons * @class Toolbar * @constructor * @extends Backbone.Model */ var Toolbar = BB.Model.extend({ defaults: { /** * @attribute region * @type String *...
{ "content_hash": "f5666236f33e7f76be0d0a1badae53fc", "timestamp": "", "source": "github", "line_count": 55, "max_line_length": 71, "avg_line_length": 16.89090909090909, "alnum_prop": 0.5123789020452099, "repo_name": "BS-Harou/Smart-RSS", "id": "d04d5aab7f1b85eef11c5a87dc05123167e83110", "size": "92...
class FakeBrickLVM(object): """Logs and records calls, for unit tests.""" def __init__(self, vg_name, create, pv_list, vtype, execute=None): super(FakeBrickLVM, self).__init__() self.vg_size = '5.00' self.vg_free_space = '5.00' self.vg_name = vg_name def supports_thin_provi...
{ "content_hash": "6d8baffb5232cc408b16b5278bfc4cb0", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 79, "avg_line_length": 23.82, "alnum_prop": 0.5910999160369438, "repo_name": "openstack/os-brick", "id": "4f47c5483a0139cf27765d4b9224816fbc0cd814", "size": "1765", "bina...
<!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 (version 1.6.0_36) on Tue Dec 29 00:09:29 CST 2015 --> <title>Processor</title> <meta name="date" content="2015-12-29"> <link rel="stylesheet" type="t...
{ "content_hash": "d90c8d1ebc643b3d000ef7a837ba44b7", "timestamp": "", "source": "github", "line_count": 302, "max_line_length": 459, "avg_line_length": 37.354304635761586, "alnum_prop": 0.6504742487368141, "repo_name": "gearpump/gearpump.github.io", "id": "4a7693bc2a8d5f9ff710e277d826e2ab58016e28", ...
class CreateEvents < ActiveRecord::Migration def change create_table :events do |t| t.string :event_type t.date :date t.belongs_to :user t.string :title t.timestamps null: false end end end
{ "content_hash": "92a791f6a0f01198f0de6b4f2bd19453", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 44, "avg_line_length": 19.416666666666668, "alnum_prop": 0.630901287553648, "repo_name": "JLWolfe1990/blast", "id": "6af18e423c5e5ae1891ddf2163e32a5a840aada7", "size": "233...
/* * 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": "2685a6803b8a5855d6dcd9958e5b69a0", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 94, "avg_line_length": 32.41935483870968, "alnum_prop": 0.7313432835820896, "repo_name": "jruyi/jruyi", "id": "bbc67cabe885432c724cf8b58aa2443df1e85ae8", "size": "2010", ...
using std::cout; using std::endl; using std::multimap; using std::vector; using std::string; void AddChild(multimap<string, string> &families, const string &family, const string &child) { families.insert({family, child}); } int main() { multimap<string, string> families; AddChild(families, "A", "aa"); AddChil...
{ "content_hash": "c069f566e55a494cad8dec6b02ec4566", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 94, "avg_line_length": 25.217391304347824, "alnum_prop": 0.6413793103448275, "repo_name": "bashell/Cpp-Primer", "id": "38546a351d831b9daf81e5f92bfe09e8b6ba0444", "size": "6...
/*$ preserve start $*/ /* ============================================================================================ */ /* FMOD Ex - Main C/C++ header file. Copyright (c), Firelight Technologies Pty, Ltd. 2004-2011. */ /* */...
{ "content_hash": "736bee263cb847117b13729b16fc6f58", "timestamp": "", "source": "github", "line_count": 2474, "max_line_length": 661, "avg_line_length": 68.20937752627324, "alnum_prop": 0.6848177777777777, "repo_name": "Ne02ptzero/Grog-Knight", "id": "d299bd72b1d4db594494e67b34be2ab44fa1c4d4", "siz...
package org.locationtech.geomesa package object convert { @deprecated("Use evaluation context metrics") trait Counter { def incSuccess(i: Long = 1): Unit def getSuccess: Long def incFailure(i: Long = 1): Unit def getFailure: Long // For things like Avro think of this as a recordCount as we...
{ "content_hash": "eb1382835f4f498fb8a64e36271480b9", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 66, "avg_line_length": 25.81578947368421, "alnum_prop": 0.6636085626911316, "repo_name": "elahrvivaz/geomesa", "id": "e683fb8bffba9faee32ad7e2e1f3d7b1825e8367", "size": "14...
<!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 (version 1.7.0_79) on Sat Jan 09 21:46:11 PST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class com.fa...
{ "content_hash": "32154ed86504cebd9d2fa9b2dba746ea", "timestamp": "", "source": "github", "line_count": 115, "max_line_length": 163, "avg_line_length": 39.22608695652174, "alnum_prop": 0.6320106406561738, "repo_name": "FasterXML/jackson-annotations", "id": "74526c285c456997a484f55a7b6953ebc625db02", ...
import { URI } from 'vs/base/common/uri'; import { IListService } from 'vs/platform/list/browser/listService'; import { OpenEditor, IExplorerService } from 'vs/workbench/contrib/files/common/files'; import { toResource, SideBySideEditor, IEditorIdentifier } from 'vs/workbench/common/editor'; import { List } from 'vs/...
{ "content_hash": "f921bc17c408341f499daa4759c3208b", "timestamp": "", "source": "github", "line_count": 108, "max_line_length": 184, "avg_line_length": 39.351851851851855, "alnum_prop": 0.736, "repo_name": "hoovercj/vscode", "id": "ac012e62fc4c7ebfd3d59411de1b31f8d219b333", "size": "4601", "binar...
import os from shutil import copyfile from subprocess import check_call def setup(loader, variant=None): _, variant = loader.setup_project_env(None, variant) work_dir = loader.config['work_dir'] use_symlink = not loader.config.get('no_symlink_please', False) if use_symlink: link_fn = loader.fo...
{ "content_hash": "6a432bdf23b877de62ac94818b89c055", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 72, "avg_line_length": 32.77272727272727, "alnum_prop": 0.6629680998613038, "repo_name": "dozymoe/fireh_runner", "id": "078b3a88b6d32f40f391c1f2db5de3985b96d4a1", "size": "...
import numpy as np import pytest from pandas import Categorical, DataFrame, Series import pandas._testing as tm class TestSeriesSortValues: def test_sort_values(self, datetime_series): # check indexes are reordered corresponding with the values ser = Series([3, 2, 4, 1], ["A", "B", "C", "D"]) ...
{ "content_hash": "601f9a30c58b75b5e3c33d1ddbde3099", "timestamp": "", "source": "github", "line_count": 212, "max_line_length": 87, "avg_line_length": 37.64622641509434, "alnum_prop": 0.5593284049617843, "repo_name": "jreback/pandas", "id": "b49e39d4592ea13f3b55de84672fd8afaa026d4d", "size": "7981"...
<?php namespace Coyote\ApiBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; class RegisterControllerTest extends WebTestCase { public function testCompleteScenario() { $client = static::createClient(); $crawler = $client->request('GET', '/register/'); ...
{ "content_hash": "1a3be7c260c6a93a04e43a66efed7aac", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 125, "avg_line_length": 34.125, "alnum_prop": 0.5989010989010989, "repo_name": "Coyotealone/webservice", "id": "7bbaa819b4334f6f0b1853ad3046d57c1128d8b7", "size": "2184", ...
import { toTitleCase } from "@artsy/to-title-case" import { StackScreenProps } from "@react-navigation/stack" import { FilterData, FilterDisplayName, FilterParamName } from "../ArtworkFilterHelpers" import { ArtworkFilterNavigationStack } from "../ArtworkFilterNavigator" import { useArtworkFiltersAggregation } from ".....
{ "content_hash": "156d664d4053434781261a8bb8fbd2c4", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 99, "avg_line_length": 39.7, "alnum_prop": 0.743073047858942, "repo_name": "artsy/eigen", "id": "420c1b7ed2959f49a25f14b9e92e459e27807f93", "size": "1588", "binary": fals...