text
stringlengths
2
1.04M
meta
dict
<!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_75) on Wed Jun 03 20:30:36 IST 2015 --> <title>Uses of Package ie.cit.group3.repository</title> <meta name="date" content="2015-06-03">...
{ "content_hash": "d5f3e7953a54f85b4b5c93441f3efe84", "timestamp": "", "source": "github", "line_count": 236, "max_line_length": 278, "avg_line_length": 43.728813559322035, "alnum_prop": 0.6647286821705426, "repo_name": "johnmurphy007/WebRepoCDHM", "id": "43575d00b19e55fd63e6ff7b92ef3bb876a83307", "...
package org.apache.maven.plugin.eclipse; import junit.framework.TestCase; import org.apache.maven.model.Dependency; import org.codehaus.plexus.util.ReflectionUtils; /** * @author Fabrizio Giustina * @author <a href="mailto:carlos@apache.org">Carlos Sanchez</a> * @version $Id$ */ public class EclipseToMavenTest ...
{ "content_hash": "bfe0752440070aa01fa1b96a677da2a1", "timestamp": "", "source": "github", "line_count": 150, "max_line_length": 127, "avg_line_length": 47.013333333333335, "alnum_prop": 0.6259217243335224, "repo_name": "wcm-io-devops/maven-eclipse-plugin", "id": "dafcefb8ccfbb9083401565ad8fa4c2f4f10b...
package ai.subut.kurjun.model.storage; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.net.URL; /** * A md5 sum based flat key-value file store. */ public interface FileStore { /** * Checks to see if a file with the specified md5 sum exists. * * @param m...
{ "content_hash": "998ba29186ef11e8ec7688e2a9e81989", "timestamp": "", "source": "github", "line_count": 106, "max_line_length": 110, "avg_line_length": 29.9811320754717, "alnum_prop": 0.6611076148521082, "repo_name": "subutai-io/Kurjun", "id": "bd6a14b26b653ae34451f92ad62b09cb34d41d66", "size": "31...
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var _react = require("react"); var _react2 = _interopRequireDefault(_react); var _propTypes = require("prop-types"); var _propTypes2 = _interopRequireDefault(_propTypes); var _utils = require("../utils"); function _interopRequireDefaul...
{ "content_hash": "4022e56237a56257c9bcba73edf7f0a9", "timestamp": "", "source": "github", "line_count": 87, "max_line_length": 104, "avg_line_length": 26.04597701149425, "alnum_prop": 0.6879964695498676, "repo_name": "rrag/rrag.github.io", "id": "3b0fcd80f24a0c2cd6003ed4b6477fa624167935", "size": "...
<!DOCTYPE html> <html> <head> <!-- meta information --> <meta charset="utf-8"> <meta name="description" content=" {% include head.html %} 404 If there's a problem please tell me(jwhaydock@jackhaydock.c..."> <meta name="author" content="Jack Haydock"> <meta name="image" conten...
{ "content_hash": "e063b8fe4b8f4e83b13674788101f4fc", "timestamp": "", "source": "github", "line_count": 73, "max_line_length": 218, "avg_line_length": 32.21917808219178, "alnum_prop": 0.6624149659863946, "repo_name": "jackhaydock/jackhaydock.co.uk-Jekyll-Files", "id": "9fc2f6279f677c917955c49de37d846...
/** * Delete an API Gateway to action mapping document from the database: * https://docs.cloudant.com/document.html#delete * * Parameters (all as fields in the message JSON object) * gwUrlV2 Required when accesstoken is provided. The V2 API Gateway base path (i.e. http://gw.com) * gwUrl ...
{ "content_hash": "83502e8cb9723d371973c4ab9c3e787b", "timestamp": "", "source": "github", "line_count": 222, "max_line_length": 156, "avg_line_length": 44.76126126126126, "alnum_prop": 0.6674046492905303, "repo_name": "lzbj/openwhisk", "id": "b29d95a789a5bb1716bc49e23e7e0eed13b2753d", "size": "1073...
"""Module with shell specific actions, each shell class should implement `from_shell`, `to_shell`, `app_alias`, `put_to_history` and `get_aliases` methods. """ from collections import defaultdict from subprocess import Popen, PIPE from time import time import os import io from psutil import Process import six from .ut...
{ "content_hash": "fbba281628eda0dd0decc675944ee49c", "timestamp": "", "source": "github", "line_count": 266, "max_line_length": 131, "avg_line_length": 30.906015037593985, "alnum_prop": 0.5582045979807809, "repo_name": "suxinde2009/thefuck", "id": "337e14be3c7af15ead09129f45cde09b1f040569", "size":...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class SetTargetMultiNormalFireball : MonoBehaviour { public Vector3 target = Vector3.zero; void Start () { transform.GetComponent<ChargeableMultiNormalFireball>().setTarget(target); } }
{ "content_hash": "724b818b2d065e73b5ab88ee2eb74ba4", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 78, "avg_line_length": 25.727272727272727, "alnum_prop": 0.7879858657243817, "repo_name": "McOmghall/game-development-coursera-exercises", "id": "a88dbe61a2cebf35516b52151f46...
from django.db import models # Create your models here. class NGram(models.Model): n = models.IntegerField() pickled_ngram = models.FileField(upload_to='ngrams/') def __unicode__(self): return str(self.n) + "gram"
{ "content_hash": "4fe4c793829faae0f854f3d9a470760d", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 54, "avg_line_length": 24.555555555555557, "alnum_prop": 0.7104072398190046, "repo_name": "david-abel/name_generator", "id": "3c51a63d9caaa2790a3f0df3bb651b8aaa49bea7", "siz...
<<<<<<< HEAD <?xml version="1.0" ?><!DOCTYPE TS><TS language="ar" version="2.0"> <defaultcodec>UTF-8</defaultcodec> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="+14"/> <source>About Litecoin</source> <translation>عن Litecoin</translation...
{ "content_hash": "a47eae8ccd861a78701b18631c96955f", "timestamp": "", "source": "github", "line_count": 2448, "max_line_length": 302, "avg_line_length": 33.275326797385624, "alnum_prop": 0.6230941098480198, "repo_name": "koharjidan/litecoin", "id": "c3f9171be5d9c93c53420b698a38f6caa262b46f", "size"...
using System; using System.Timers; namespace NginxTray { public class ProcessMonitor { public string ProcessName { get; set; } public delegate void EventHandler(object sender, EventArgs e); public event EventHandler OnProcessStarted; publ...
{ "content_hash": "3e70a24d067e8306da0437ad2cdf24c6", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 95, "avg_line_length": 25.73015873015873, "alnum_prop": 0.48303516347933373, "repo_name": "bubkoo/nginx-tray", "id": "ff37e259feac2aff3e76168ec542ff0a8696f73b", "size": "16...
'use strict'; /* https://github.com/angular/protractor/blob/master/docs/toc.md */ // Slow down protactor to enjoy :) var origFn = browser.driver.controlFlow().execute; browser.driver.controlFlow().execute = function() { var args = arguments; // queue 100ms wait origFn.call(browser.driver.controlFlow(), ...
{ "content_hash": "a1d5d761d07ca8e2f9cbb574d0d5b31f", "timestamp": "", "source": "github", "line_count": 104, "max_line_length": 100, "avg_line_length": 30.134615384615383, "alnum_prop": 0.5558391831525208, "repo_name": "tonkolviktor/adbullion", "id": "f07f74d2b6d9fea54e847f0547e0fec823caa5c0", "siz...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "f380e157bdedcaae86aaff552dcd9599", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "b801f23bdd3d0a35d4a3b5265c94ce35ae55f1e6", "size": "172...
<!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_121) on Thu Jun 08 23:24:57 CEST 2017 --> <title>nl.dead_pixel.telebot.plugin (telebot 0.3.3 API)</title> <meta name="date" content="2017-06-08...
{ "content_hash": "29443d246d5167e39d6590925a1a93c1", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 145, "avg_line_length": 46.61904761904762, "alnum_prop": 0.6700715015321757, "repo_name": "iSDP/Telebot", "id": "85bbd9f3e69f3404045729cee250b1669d92eb2d", "size": "979", ...
package net.nativestruct.implementation.bytecode; import java.util.Collections; import java.util.HashMap; import java.util.Map; import net.bytebuddy.description.method.MethodDescription; import net.bytebuddy.description.method.MethodList; import net.bytebuddy.description.type.TypeDescription; import net.bytebuddy.dy...
{ "content_hash": "9097de387f6ebe55a3a95f39972545e8", "timestamp": "", "source": "github", "line_count": 107, "max_line_length": 88, "avg_line_length": 36.77570093457944, "alnum_prop": 0.7072426937738246, "repo_name": "uliashkevich/native-struct", "id": "1a0ecc4d0687e69ece4ad8a23184a65746f5a6d0", "s...
package com.productlayer.core.beans; import java.util.HashMap; import com.fasterxml.jackson.annotation.JsonIgnore; import com.productlayer.core.utils.StringUtils; /** * @author sorien * */ @SuppressWarnings("serial") public class UserSettings extends HashMap<String, String> { /* * The key for the email ...
{ "content_hash": "de25f3656c6a980017d4bf3afd8b243b", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 121, "avg_line_length": 31.46875, "alnum_prop": 0.6742800397219464, "repo_name": "ProductLayer/ProductLayer-SDK-for-Java", "id": "24fed1c9eeb8b917de0e4831490f21a7e0242791", ...
package gradebookserver; import gradebookdata.Packet; import java.io.*; import java.net.*; import java.sql.Connection; /** * Thread of MultiServer that handles one client * @author Eric Carlton */ public class MultiServerThread extends Thread { protected static Connection connection; private Socket s = null;...
{ "content_hash": "1d82b6a8c45093955a6bf34d6a61d3ff", "timestamp": "", "source": "github", "line_count": 113, "max_line_length": 73, "avg_line_length": 20.486725663716815, "alnum_prop": 0.649244060475162, "repo_name": "Eric-Carlton/GradeBook", "id": "332d224889220ee3eab4c6dfe39df728bfb0ac86", "size"...
import completionist from "../../../../source/iml/completionist/completionist.js"; import completionistDropdown from "../../../../source/iml/completionist/completionist-dropdown.js"; import completionistModelHook from "../../../../source/iml/completionist/completionist-model-hook.js"; import angular from "../../../angu...
{ "content_hash": "08d4646e6765b16a56ec9f3866d05874", "timestamp": "", "source": "github", "line_count": 84, "max_line_length": 247, "avg_line_length": 36.595238095238095, "alnum_prop": 0.6044242029928432, "repo_name": "intel-hpdd/GUI", "id": "16263f949d653ab532bf3a9b2f5d830d1d27e363", "size": "3074...
module MediaWiki.API.Query.Links where import MediaWiki.API.Types import MediaWiki.API.Utils data LinksRequest = LinksRequest { plNamespaces :: [NamespaceID] , plLimit :: Maybe Int , plContinueFrom :: Maybe String } instance APIRequest LinksRequest where queryKind _ = QProp "links" show...
{ "content_hash": "675fd9a12cd6c49de71f974c0f71147f", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 47, "avg_line_length": 21.463414634146343, "alnum_prop": 0.6625, "repo_name": "neobrain/neobot", "id": "357bf5fb1e8c49e5096a20dbfda1d6fdb5765b7a", "size": "1321", "binary...
// Copyright 2018 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. package org.chromium.chrome.browser.notifications; import android.app.Notification; import android.app.PendingIntent; import android.content.BroadcastRec...
{ "content_hash": "2ba49e2bd874c0d5c822e41f241db620", "timestamp": "", "source": "github", "line_count": 193, "max_line_length": 100, "avg_line_length": 44.92746113989637, "alnum_prop": 0.6751239764733018, "repo_name": "endlessm/chromium-browser", "id": "fafcb032dd861e3f67aab5188bdd6f23e443b6fe", "s...
package org.gradle.plugins.ide.internal.tooling; import com.google.common.collect.Lists; import com.google.common.collect.Maps; import com.google.common.collect.Ordering; import com.google.common.collect.Sets; import org.gradle.api.GradleException; import org.gradle.api.Project; import org.gradle.api.Task; import or...
{ "content_hash": "327295af0e0afe6a5332d5552a3b84da", "timestamp": "", "source": "github", "line_count": 113, "max_line_length": 152, "avg_line_length": 46.88495575221239, "alnum_prop": 0.7138542846357115, "repo_name": "HenryHarper/Acquire-Reboot", "id": "001d1af72d1a325a7de0ca618f5b6004b85ba03d", "...
{-# LANGUAGE DeriveDataTypeable #-} {-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE MultiParamTypeClasses #-} {-# LANGUAGE NoMonomorphismRestriction #-} {-# LANGUAGE OverlappingInstances #-} {-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE UndecidableInst...
{ "content_hash": "d08f5cd3e64ce8ad21d7bc3e48289488", "timestamp": "", "source": "github", "line_count": 327, "max_line_length": 138, "avg_line_length": 33.14373088685015, "alnum_prop": 0.542258719320908, "repo_name": "wdanilo/algebraic", "id": "e2a2a9a65cb6be38178b50505dcc0929dc50f693", "size": "10...
The local auth strategy makes it easy to add _username_ and _password_ authentication for your app. Once a user has successfully authenticated they get a JSON Web Token (JWT) in return to user for future authentication with your feathers app. ## Usage ### Server Side This is what a typical server setup looks like: ...
{ "content_hash": "0aff218c2a1f20dc2b84db3cc4b2a75c", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 269, "avg_line_length": 53.61290322580645, "alnum_prop": 0.7725631768953068, "repo_name": "diproart/feathers-docs", "id": "512ed4b7900f9821600a487b1d17b5d4429caccc", "size"...
package be.howest.twentytwo.parametergame.model.component; import javafx.beans.property.BooleanProperty; import javafx.beans.property.SimpleBooleanProperty; import javafx.beans.value.ObservableBooleanValue; import com.badlogic.ashley.core.Component; import com.badlogic.ashley.core.ComponentMapper; import com.badlogic...
{ "content_hash": "98c49b4613b0d8d36fef0a0f2b0f1c6c", "timestamp": "", "source": "github", "line_count": 130, "max_line_length": 80, "avg_line_length": 23.96153846153846, "alnum_prop": 0.7826645264847512, "repo_name": "RiceKab/project-geowars", "id": "ac03747c74a32ae274a740f9baf707040d3da017", "size...
<?php namespace Application\Model; class Holidays { public $id; public $date_start; public $date_end; public $physician_id; public function exchangeArray($data) { $this->id = (isset($data['id'])) ? $data['id'] : null; $this-...
{ "content_hash": "d26ce0a83ba348cf4978136437c012c0", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 95, "avg_line_length": 30.85, "alnum_prop": 0.47974068071312803, "repo_name": "kopsow/supermed", "id": "cdb240ee28828b160366bebc72011ec8b1d1b772", "size": "617", "binary"...
<?php /** * ActiveDataProvider */ class ActiveDataProvider extends YdActiveDataProvider { }
{ "content_hash": "c6345b58194461b5b74f5d29153b8a44", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 53, "avg_line_length": 9.7, "alnum_prop": 0.7319587628865979, "repo_name": "cornernote/yii-skeleton", "id": "e52a96f70634bf458e69e64dfb756f2b8a8dc79f", "size": "97", "bin...
import com.hankcs.hanlp.textgeneration.ParagraphTemplate; import com.hankcs.hanlp.textgeneration.PhraseTemplate; import com.hankcs.hanlp.textgeneration.SentenceTemplate; public class ParagraphTemplateTest { public static void main(String[] args) { SentenceTemplate st1=new SentenceTemplate(); ...
{ "content_hash": "2af532dfa2b83ad77f33581d34003f83", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 57, "avg_line_length": 28.916666666666668, "alnum_prop": 0.6412103746397695, "repo_name": "Conan521/HanLP-1.2.4-Taikor", "id": "3640ba6db577de7c065b4ea65f832599c1cd32f7", "...
<!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_75) on Thu Mar 05 23:31:44 CST 2015 --> <title>Uses of Class no.jetpie.ml.model.nb.NaiveBayes</title> <meta name="date" content="2015-0...
{ "content_hash": "9b6ebf10443d8b6211b39ab15858e2ee", "timestamp": "", "source": "github", "line_count": 157, "max_line_length": 299, "avg_line_length": 38.22929936305732, "alnum_prop": 0.6151282905698101, "repo_name": "Jetpie/naive-bayes-java", "id": "ac961a4b0941f5b982ce6462f7ff8c302275f4bb", "siz...
/* @flow */ export const input = ` class Point <T: number> { x: T = 0; y: T = 0; constructor (x: T, y: T) { this.x = x; this.y = y; } static create (x: T, y: T): Point<T> { return new Point(x, y); } } `; export const expected = ` import t from "flow-runtime"; const...
{ "content_hash": "fa94f35c325a6f1deb301037483551ee", "timestamp": "", "source": "github", "line_count": 159, "max_line_length": 68, "avg_line_length": 24.465408805031448, "alnum_prop": 0.5498714652956298, "repo_name": "codemix/flow-runtime", "id": "a9e5b83bb9c19662e25b72f13dc87b32a1210287", "size":...
void FinalComposite::create(const graphics::ScreenRectBuffer *rectangle) { this->rectangle = rectangle; static const char *vertexShaderSource = R"glsl( #version 330 core layout(location=0) in vec2 position; out vec2 screenCoord; out vec2 texcoord; void main() { screenCoord = position; ...
{ "content_hash": "f4716257099636d631653941cdc9d713", "timestamp": "", "source": "github", "line_count": 75, "max_line_length": 160, "avg_line_length": 32.13333333333333, "alnum_prop": 0.6842323651452282, "repo_name": "luckyxxl/hfg-webcam-particles", "id": "bfb059b608a3093830bdea683922ccf6a3bfc117", ...
''' Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this ...
{ "content_hash": "7ab293ddd99c2b805ed5f624d41edaa3", "timestamp": "", "source": "github", "line_count": 318, "max_line_length": 101, "avg_line_length": 34.39622641509434, "alnum_prop": 0.6641067836898885, "repo_name": "sekikn/ambari", "id": "64600c8bba4f31b48d26ad0f16b1bd5b5f0d9feb", "size": "10961...
package org.apache.pulsar.common.util.collections; import com.google.common.collect.Lists; import com.google.common.collect.Range; import com.google.common.collect.RangeSet; import com.google.common.collect.TreeRangeSet; import java.util.Collection; import java.util.Iterator; import java.util.List; import java.util.N...
{ "content_hash": "55d4042e6b87dc2590bc21e9fb4e3800", "timestamp": "", "source": "github", "line_count": 302, "max_line_length": 120, "avg_line_length": 29.112582781456954, "alnum_prop": 0.5871246587807097, "repo_name": "massakam/pulsar", "id": "70a589cf5516641ee7d3604e479814511e97626c", "size": "95...
void syscall(struct task *task); #endif
{ "content_hash": "6b97706ea580fa9448eeb39de9a46938", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 32, "avg_line_length": 13.666666666666666, "alnum_prop": 0.7317073170731707, "repo_name": "spectrec/ann", "id": "093c90744ea0b300feb68b27489030f31ab4c368", "size": "100", ...
<!DOCTYPE html> <html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/> <meta charset="utf-8"/> <title>API Documentation</title> <meta name="author" content=""/> <meta name="description" content=""/> <link href="http://...
{ "content_hash": "2b2c53e36dcfc02d95cce3b2a0f285d4", "timestamp": "", "source": "github", "line_count": 260, "max_line_length": 180, "avg_line_length": 43.715384615384615, "alnum_prop": 0.404275910610593, "repo_name": "lyndonnixon/annotationtool", "id": "e025d23c43b23575ccae8b0b71165590a169e1d4", "...
/* * Minimal serial functions needed to use one of the PSC ports * as serial console interface. */ #include <common.h> #include <linux/compiler.h> #include <mpc5xxx.h> #if defined (CONFIG_SERIAL_MULTI) #include <serial.h> #endif DECLARE_GLOBAL_DATA_PTR; #if defined(CONFIG_PSC_CONSOLE) #if CONFIG_PSC_CONSOLE =...
{ "content_hash": "29d387552d23cf76002e39e677841bf5", "timestamp": "", "source": "github", "line_count": 341, "max_line_length": 72, "avg_line_length": 20.343108504398828, "alnum_prop": 0.6961222430445437, "repo_name": "indashnet/InDashNet.Open.UN2000", "id": "aa09f67ccf3ac2889edb53983382c9203f27438e"...
from azure.identity import DefaultAzureCredential from azure.mgmt.devtestlabs import DevTestLabsClient """ # PREREQUISITES pip install azure-identity pip install azure-mgmt-devtestlabs # USAGE python operations_get.py Before run the sample, please set the values of the client ID, tenant ID and client ...
{ "content_hash": "01b318183299beeb856e83c7b23d954a", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 132, "avg_line_length": 31.757575757575758, "alnum_prop": 0.7242366412213741, "repo_name": "Azure/azure-sdk-for-python", "id": "07e70d5b6316ca5459a689aae556f70d1095f7f2", "...
import * as _ from 'lodash'; import { DefaultStateProvider, ComponentFactoryState } from 'esp-js-ui'; import RegionNames from '../shell/regionNames'; import CashTileState from './cash-tile/models/cashTileState'; import BlotterState from './blotter/models/blotterState'; import TradingModuleContainerConst from './trading...
{ "content_hash": "f198915b485799f40b1a620afa14134d", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 88, "avg_line_length": 49, "alnum_prop": 0.7222715173025732, "repo_name": "esp/esp-js-ui", "id": "f63ae2bca5cb47269de6fe0f4cbfb36edb1b4588", "size": "1127", "binary": fal...
import static org.junit.Assert.assertEquals; import org.junit.Ignore; import org.junit.Test; public class MicroBlogTest { private final MicroBlog microBlog = new MicroBlog(); @Test public void englishLanguageShort() { String expected = "Hi"; assertEquals(expected, microBlog.truncate("Hi"...
{ "content_hash": "4714bf9799c18c9985c1c34980c04379", "timestamp": "", "source": "github", "line_count": 81, "max_line_length": 66, "avg_line_length": 24.962962962962962, "alnum_prop": 0.6053412462908012, "repo_name": "rootulp/exercism", "id": "a1d81f5445354a7df236f40943f019575b1334ef", "size": "216...
/** * This test checks the upgrade path from noauth/nossl to x509/requireSSL. * * NOTE: This test uses ssl communication and therefore cannot test modes that * do not allow ssl. The first step in the full upgrade process is to restart * the each node into the "transitionToX509AllowSSL" state and is tested in * th...
{ "content_hash": "a089ccc9ac121950cff92b5214cf2d36", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 100, "avg_line_length": 39.03448275862069, "alnum_prop": 0.6855123674911661, "repo_name": "christkv/mongo-shell", "id": "ba1f53bdb8e9886c2aee68277be4cceb102ca8f5", "size": ...
<table id="cantarell"> <thead> <th><abbr title="Operating System">OS</abbr></th> <th> <span class="legend supported"><span class="icon-supported" aria-hidden="true"></span> Supported</span> <span class="legend aliased"><span class="icon-aliased" aria-hidden="true"></span>Aliased</span> <span class="legend...
{ "content_hash": "2df1c17257d1cd9e027547bc0e6cdcd0", "timestamp": "", "source": "github", "line_count": 232, "max_line_length": 204, "avg_line_length": 37.064655172413794, "alnum_prop": 0.6025119199906966, "repo_name": "zachleat/font-family-reunion", "id": "6f330f1a27d60946d7642caf2aa611fbc7f8854e", ...
package com.polelink.Icon.Internal; import java.lang.reflect.Modifier; import java.net.URL; import java.util.Enumeration; import org.osgi.framework.Bundle; import org.osgi.framework.BundleActivator; import org.osgi.framework.BundleContext; import org.osgi.service.http.HttpService; public abstract class BundleRegist...
{ "content_hash": "8f195f3d053289e86b56b546667309f3", "timestamp": "", "source": "github", "line_count": 96, "max_line_length": 139, "avg_line_length": 28.822916666666668, "alnum_prop": 0.6982291290206, "repo_name": "lry1991/test", "id": "9cb517cd670176c6a24785693612970b30263abb", "size": "3305", ...
$LOAD_PATH.unshift(File.expand_path('../../../lib', __FILE__)) require 'defekt/autorun' class Hacker def identity(person) person.name end end class HackerTest < Defekt::Base before { @hacker = Hacker.new } test 'mock' do mock = Defekt::Mock.new mock.expect(:name, 'kodnin') equal_to! 'kodnin'...
{ "content_hash": "02777dffcc236a0c2f31cd949e11f3cd", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 62, "avg_line_length": 20.79310344827586, "alnum_prop": 0.6368159203980099, "repo_name": "kodnin/defekt", "id": "70cfc366ce4939874ad6eb234232a505ad22e681", "size": "603", ...
using System.Drawing; using OpenMetaverse; using WaterWars.Views.Widgets; namespace WaterWars.Views.Widgets.Behaviours { public class FixedLabelBehaviour : ILabelBehaviour { public OsButton Button { get; set; } public string Text { get { return Button.Part.Text; } ...
{ "content_hash": "9ea30f73c7a0c59959e9ba5185041fe0", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 107, "avg_line_length": 24.322580645161292, "alnum_prop": 0.5623342175066313, "repo_name": "justinccdev/waterwars", "id": "b5cee9dd69abc9df219273142bd4fe9367bca9e8", "size"...
package mod.simpletubes.common.block; import mod.simpletubes.SimpleTubes; import mod.simpletubes.common.item.ItemUpgrade; import mod.simpletubes.common.network.PacketHandler; import mod.simpletubes.common.network.packet.PacketDisplacerSync; import mod.simpletubes.common.tile.TileDisplacer; import net.minecraft.block.B...
{ "content_hash": "482144416feb614c231e2efed2f09d6f", "timestamp": "", "source": "github", "line_count": 213, "max_line_length": 171, "avg_line_length": 32.291079812206576, "alnum_prop": 0.7348066298342542, "repo_name": "oMilkyy/SimpleTubes", "id": "7036945144d7cedf83406199c0022ff3b85b3ebe", "size":...
package ch.xxx.carrental.ui.dto; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; @XmlRootElement(name="CrLogMsg") @XmlAccessorType(XmlAccessType.FIELD) public class CrLogMsg...
{ "content_hash": "bfd0e0ef2e3401f19978d2db0b7e7009", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 66, "avg_line_length": 19.65, "alnum_prop": 0.7184054283290925, "repo_name": "Angular2Guy/Angular2AndJavaEE", "id": "a962f358c9246229e11919869fa108431d5db71f", "size": "177...
package com.myfeike.service; import org.activiti.engine.impl.pvm.process.ActivityImpl; import java.util.List; /** * @author izerui.com * @version createtime:2014年5月2日 下午3:11:28 */ public interface TaskOperateService { /** * 根据流程实例ID获取当前任务后面即将流转到的节点信息 * @param taskId 任务ID * @return NextActivitys */ ...
{ "content_hash": "4632fba4b1babbad359715bcf26293e3", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 59, "avg_line_length": 19.1, "alnum_prop": 0.7382198952879581, "repo_name": "izerui/activiti-next-taskDef-handle", "id": "9cc622992a32aa104d4740dd0847da87e63ca75c", "size":...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "69e517ac01fbcb2633689566c5a29521", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "fc2428bc51c5a4e23c6cbc3f031fcd33726b2af4", "size": "196...
using System.Collections.Generic; using System.Text.Json; using Azure.Core; namespace Azure.Management.Storage.Models { public partial class PrivateLinkResource : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { writer.WriteStartObject(); ...
{ "content_hash": "0eefa462e6b7d6d83c1c68dfd3b6fa5d", "timestamp": "", "source": "github", "line_count": 157, "max_line_length": 104, "avg_line_length": 37.8343949044586, "alnum_prop": 0.38181818181818183, "repo_name": "hyonholee/azure-sdk-for-net", "id": "19aa54b0e4edecdc85b128c98e3eaa41cb3a032a", ...
<!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_131) on Tue Aug 08 15:29:08 CDT 2017 --> <title>Uses of Class dillon.gameAPI.utils.Scheduling</title> <meta name="date" content="2017-08-08"> <...
{ "content_hash": "89fe672cba1d00eeca0b332934f242ad", "timestamp": "", "source": "github", "line_count": 124, "max_line_length": 125, "avg_line_length": 34.46774193548387, "alnum_prop": 0.6141787552643894, "repo_name": "dg092099/Dillons-Java-Game-API", "id": "0675e3c5fa716cbc09de8997639d382e5db42bfe",...
<?php //űťf8 class sys_lib_email_driver_activex extends p_lib { private $cfg; function cfg($cfg) { $this->cfg = $cfg; } function send111($email,$subject,$message,$filepath=null) { @$CDONTS = new COM("CDONTS.NewMail"); @$CDONTS->From = "from_user@domain.com"; @$CDONTS->To = "to_user@domain.com"; ...
{ "content_hash": "b24a1095dc3c60448095f5a825fd9dc2", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 60, "avg_line_length": 22.906976744186046, "alnum_prop": 0.6233502538071066, "repo_name": "Galaka/Framework", "id": "7d2b61aa0b1481c2bc6e1d9a5141a5d9eba842be", "size": "148...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _5ClosestTwoPoints { //class Point //{ // public int X { get; set; } // public int Y { get; set; } //} }
{ "content_hash": "c4727e36ee30bbbb01bee8428427a80e", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 40, "avg_line_length": 19.071428571428573, "alnum_prop": 0.6104868913857678, "repo_name": "todorkolev81/SoftUni", "id": "5452aa2f6d933460e917b157f98c6736a8247c82", "size": ...
module DocomoImageRecognition class Configuration attr_accessor :base_url def initialize self.base_url = 'https://api.apigw.smt.docomo.ne.jp/imageRecognition/v1/recognize' end end end
{ "content_hash": "712f6760803d1233e1074c34871b9a19", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 88, "avg_line_length": 23, "alnum_prop": 0.7294685990338164, "repo_name": "HackathonMonster/ruby-docomo-image-recognition", "id": "f56886520aef20181bf40af54c149fd73c4a7319", ...
class RcovAnalyzer include ScoringStrategies COLUMNS = %w{percentage_uncovered} def columns COLUMNS end def name :rcov end def map(row) row.percentage_uncovered end def reduce(scores) ScoringStrategies.average(scores) end def score(metric_ranking, item) ScoringStrategies....
{ "content_hash": "fe0cc8c4ab91f0141bd2076bd17687bc", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 72, "avg_line_length": 21.093023255813954, "alnum_prop": 0.639470782800441, "repo_name": "ManageIQ/metric_fu", "id": "f23d0fed320f82429bd663d3038860219624ffdb", "size": "90...
#include "third_party/blink/renderer/core/html/html_pre_element.h" #include "third_party/blink/renderer/core/css/css_property_names.h" #include "third_party/blink/renderer/core/css/css_property_value_set.h" #include "third_party/blink/renderer/core/css_value_keywords.h" #include "third_party/blink/renderer/core/html...
{ "content_hash": "f3d91d2cb8de410263f38a6a2c0c6217", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 79, "avg_line_length": 33.05882352941177, "alnum_prop": 0.7224199288256228, "repo_name": "chromium/chromium", "id": "8644236b7ebe456d3557e4162164bfd581310f20", "size": "207...
<?xml version="1.0" encoding="utf-8"?> <Deployment xmlns="http://schemas.microsoft.com/windowsphone/2012/deployment" AppPlatformVersion="8.0"> <DefaultLanguage xmlns="" code="en-US"/> <App xmlns="" ProductID="{0d6206fd-4306-49b8-b080-b19277d4fd9c}" Title="SimpleDemo.WinPhone" RuntimeType="Silverlight" Version="1....
{ "content_hash": "33699e8889a5ca8d216850c2da4670d5", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 314, "avg_line_length": 49.89473684210526, "alnum_prop": 0.694620253164557, "repo_name": "sevoku/oxyplot", "id": "91767de68f427620b1ffd896150fd6dd18db1dd0", "size": "1898",...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "d80da86b18585d3618ed66520826066d", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "359a81520afa80b011823fdff151be6d0c8d7ba0", "size": "179...
'use strict'; function Store() { this.emit = function () {}; } function MemoryStore() {} var session = { Store: Store, MemoryStore: MemoryStore }; var MongoStore = require('connect-mongo')(session); if (typeof MongoStore === 'function') { console.log('ok'); }
{ "content_hash": "2b2fdbd691336ce251cc85965b20ad7b", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 57, "avg_line_length": 20.53846153846154, "alnum_prop": 0.6591760299625468, "repo_name": "zeit/pkg", "id": "4c9389596aa78a23b7f57d038868d4bb431053ca", "size": "267", "bin...
<?php namespace Album\Model; use RuntimeException; use Zend\Db\TableGateway\TableGatewayInterface; class AlbumTable { private $tableGateway; public function __construct(TableGatewayInterface $tableGateway) { $this->tableGateway = $tableGateway; } public function fetchAll() { ...
{ "content_hash": "15ca1dde1b7eb1d370e3cc86495d842a", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 73, "avg_line_length": 21.96875, "alnum_prop": 0.5007112375533428, "repo_name": "neterslandreau/zend-blog", "id": "66f071ef795fdf44b2719288f732ed7e330dff3d", "size": "1406"...
import os import unittest from test_dist_base import TestDistBase import paddle.fluid as fluid flag_name = os.path.splitext(__file__)[0] class TestParallelDygraphTransformer(TestDistBase): def _setup_config(self): self._sync_mode = False self._nccl2_mode = True self._dygraph = True ...
{ "content_hash": "b33f91d26bbeb5d3a52cceddfa93cbe9", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 58, "avg_line_length": 26.043478260869566, "alnum_prop": 0.5784641068447413, "repo_name": "PaddlePaddle/Paddle", "id": "2b9045c9630c9e73681e2e6ad4aa68ec8206025b", "size": "...
#region license // Copyright (c) 2004, Rodrigo B. de Oliveira (rbo@acm.org) // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // // * Redistributions of source code must retain the above ...
{ "content_hash": "3d118b1807ec01fb8c4c2e7cfc3d5f13", "timestamp": "", "source": "github", "line_count": 164, "max_line_length": 89, "avg_line_length": 27.329268292682926, "alnum_prop": 0.6905399375278893, "repo_name": "boo/boo-lang", "id": "0f8807b1756473cf87a10edb4db27465f35005bc", "size": "4484",...
function solve() { function getProduct(productType, name, price) { let product = {}; product.productType = productType; product.name = name; product.price = +price; return product; } function getShoppingCart() { let products = []; function add(produ...
{ "content_hash": "5da4fb7f0a0d0833fc30593f09490aae", "timestamp": "", "source": "github", "line_count": 114, "max_line_length": 125, "avg_line_length": 27.719298245614034, "alnum_prop": 0.4098101265822785, "repo_name": "zachdimitrov/Learning_2017", "id": "d3b7feed2a048d470ace55e0d6ef2ac5e11749c2", ...
PyBBM - Django forum solution ============================= PyBBM is a complete Django forum solution with the following features: * Avatars * Custom profiles and support of Custom User Model (since Django 1.5) * Editable posts * Pre-moderation * Custom sanitization * Anonymous posting * Subscriptions * Polls * ... ...
{ "content_hash": "a3d9f1ac1d8deb282fc61cc8a964818e", "timestamp": "", "source": "github", "line_count": 51, "max_line_length": 301, "avg_line_length": 20.862745098039216, "alnum_prop": 0.7086466165413534, "repo_name": "zekone/dj_pybb", "id": "957b148fa8edfd8a79a28c83494ed7798f9f4a8e", "size": "1064...
var gulp = require('gulp') gulp.task('build:css', function () { var concat = require('gulp-concat') var postcss = require('gulp-postcss') var autoprefixer = require('autoprefixer') var customProperties = require('postcss-custom-properties') var Import = require('postcss-import') var styleGuide ...
{ "content_hash": "3f9e53be0f56329e5cb06813a8a6eb8a", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 63, "avg_line_length": 31.185185185185187, "alnum_prop": 0.5427553444180523, "repo_name": "morishitter/psg-theme-default", "id": "56469afd9043c7f039832be0e374316fc4aaa2df", ...
import React from 'react'; import Layout from '../../components/Layout'; import { title, html } from './index.md'; import Badge from 'material-ui/Badge'; import IconButton from 'material-ui/IconButton'; import NotificationsIcon from 'material-ui/svg-icons/social/notifications'; import baseTheme from 'material-ui/styl...
{ "content_hash": "f3c1477726eca518967dd09a134e57fd", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 75, "avg_line_length": 23.729166666666668, "alnum_prop": 0.6224758560140474, "repo_name": "tomalexing/QQ", "id": "935cae29102ac1266e29d4182da803c4420482fa", "size": "1431",...
<?php /** * getentitlements actions. * * @package sf_sandbox * @subpackage getentitlements * @author Your name here * @version SVN: $Id: actions.class.php 23810 2009-11-12 11:07:44Z Kris.Wallsmith $ */ class getentitlementsActions extends sfActions { /** * Executes index action * * @param sfReq...
{ "content_hash": "93aa2591cd8631bcd06f613e03519dc0", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 97, "avg_line_length": 32.926829268292686, "alnum_prop": 0.5985185185185186, "repo_name": "br00k/yavom", "id": "982ec64c50a0d8baca94912cc6767cf1c1eec7a6", "size": "1350", ...
package com.glaf.matrix.combination.bean; import java.util.Map; import com.glaf.core.domain.Database; import com.glaf.matrix.combination.domain.TreeTableAggregate; public class TreeTableAggregateThread implements java.lang.Runnable { protected Database database; protected TreeTableAggregate treeTableAggregate;...
{ "content_hash": "a4bd9eaf0e0c5f48012e7a68dda647c1", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 110, "avg_line_length": 25.56756756756757, "alnum_prop": 0.7991543340380549, "repo_name": "gitee2008/glaf", "id": "9af73d67ee6c842680edfaaa3b19c06cca5e39e3", "size": "1751"...
<?php /** * InputInterface.php */ namespace SoftnCMS\util\form\inputs; /** * Class Input * @author Nicolás Marulanda P. */ interface InputInterface { /** * @param mixed $value */ public function setValue($value); /** * @param string $name */ public function setName($...
{ "content_hash": "c82ca4bf18d194eed2695ef365cfb6d1", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 41, "avg_line_length": 15.333333333333334, "alnum_prop": 0.5367892976588629, "repo_name": "nmarulo/softn-cms", "id": "e2630697fb8e2914a1377f4889f9c3248d8f5c3d", "size": "59...
package io.github.Cnly.Crafter.Crafter.framework.notifies; import org.bukkit.Bukkit; import org.bukkit.event.EventHandler; import org.bukkit.event.HandlerList; import org.bukkit.event.Listener; import org.bukkit.event.server.PluginEnableEvent; import org.bukkit.plugin.java.JavaPlugin; import org.bukkit.scheduler.Bukki...
{ "content_hash": "709134fd60f1ce9d23ca3c5f07167f26", "timestamp": "", "source": "github", "line_count": 90, "max_line_length": 103, "avg_line_length": 25.544444444444444, "alnum_prop": 0.6124401913875598, "repo_name": "Cnly/Crafter", "id": "9adbf30b0af3fb343d905a5c0f19cbe4e13d1363", "size": "2299",...
//This file is automatically rebuilt by the Cesium build process. /*global define*/ define(function() { 'use strict'; return "uniform vec4 color;\n\ uniform vec4 outlineColor;\n\ uniform float outlineWidth;\n\ varying float v_width;\n\ czm_material czm_getMaterial(czm_materialInput materialInput)\n\ {\n\ czm_ma...
{ "content_hash": "ad08cf3728c36f312610e0d8fc26e073", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 74, "avg_line_length": 36.34615384615385, "alnum_prop": 0.7068783068783069, "repo_name": "denverpierce/denverpierce.github.io", "id": "904c405911f138c36c43bcde2ce440fe66ac2de...
<?php // autoload.php @generated by Composer require_once __DIR__ . '/composer' . '/autoload_real.php'; return ComposerAutoloaderInit45bff296c7df01e85e33c29f08f3ebdc::getLoader();
{ "content_hash": "6cc0260454bd3959fc0fdcd1471bdab0", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 75, "avg_line_length": 26.142857142857142, "alnum_prop": 0.7595628415300546, "repo_name": "stevedaddy/react", "id": "b833ba947f3246ad528ba0116dfcbb70ac460e53", "size": "183"...
package knnsearch import ( "encoding/json" "fmt" "github.com/elastic/go-elasticsearch/v8/typedapi/types" ) // Request holds the request body struct for the package knnsearch // // https://github.com/elastic/elasticsearch-specification/blob/4ca0cc05d3ae3fa06c2cd7be91905b656a474334/specification/_global/knn_search/...
{ "content_hash": "6a7abccd14f919e2cce17420c6be0446", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 164, "avg_line_length": 38.310344827586206, "alnum_prop": 0.7475247524752475, "repo_name": "elastic/go-elasticsearch", "id": "0915f8afd31ef4e249543f77795bafec96764718", "si...
<<<<<<< HEAD # [Start Bootstrap](http://startbootstrap.com/) - [Freelancer](http://startbootstrap.com/template-overviews/freelancer/) [Freelancer](http://startbootstrap.com/template-overviews/freelancer/) is a one page freelancer portfolio theme for [Bootstrap](http://getbootstrap.com/) created by [Start Bootstrap](ht...
{ "content_hash": "c6c82fcd310fee18eb007c678dfe0603", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 370, "avg_line_length": 55.03225806451613, "alnum_prop": 0.7784290738569754, "repo_name": "Ciciapril/internet_programming", "id": "dfdea107547bdc2712c6ff7034fed89a57435a68", ...
import { Model, belongsTo, } from 'ember-cli-mirage'; export default Model.extend({ post: belongsTo(), user: belongsTo() });
{ "content_hash": "cb5223274ce9c2bf0ddcd0e68d320b15", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 53, "avg_line_length": 21.666666666666668, "alnum_prop": 0.676923076923077, "repo_name": "eablack/code-corps-ember", "id": "4420e0f56dcf76107d63777d6a57824a06262a54", "size"...
function install_storm(){ if [ ! -e "/etc/storm/storm.yaml" ] then retry_apt_get install -y unzip sudo groupadd storm sudo useradd --gid storm --home-dir /home/storm --create-home --shell /bin/bash storm URL=$1 ZIPFILE=${URL##*/} VERSION=${ZIPFILE%.*} wget -N $URL -P /tmp sudo unzip ...
{ "content_hash": "06732102e2a5176c7b809f37eadb68f6", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 96, "avg_line_length": 29.058823529411764, "alnum_prop": 0.6568825910931174, "repo_name": "ptgoetz/whirr-storm", "id": "a3f075c6b59095ce0e9ea2d5eeec075c3b49dfca", "size": "...
package info.jdavid.ok.server.samples; import java.io.File; import java.util.HashMap; import java.util.Map; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.TimeUnit; import javax.annotation.Nullable; import info.jdavid.ok.server.HttpServer; import info....
{ "content_hash": "ff3bbd2528beea1c6e99a11d09643d20", "timestamp": "", "source": "github", "line_count": 110, "max_line_length": 84, "avg_line_length": 31.8, "alnum_prop": 0.6157804459691252, "repo_name": "programingjd/okserver", "id": "2c0fd3d3abf76b0eb47ed832f74b117856ba6b90", "size": "3498", "b...
package galaxyspace.systems.SolarSystem.moons.ganymede.world.gen; import galaxyspace.core.GSBlocks; import galaxyspace.systems.SolarSystem.moons.ganymede.blocks.GanymedeBlocks; import micdoodle8.mods.galacticraft.api.prefab.world.gen.MapGenBaseMeta; import net.minecraft.block.state.IBlockState; import net.minecraft.in...
{ "content_hash": "e9f7d2df8fb8bb0310a17f4f745f63fa", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 180, "avg_line_length": 38.54545454545455, "alnum_prop": 0.7240566037735849, "repo_name": "BlesseNtumble/GalaxySpace", "id": "37331233cf8611af62c88b3704dabb8ca1c197db", "si...
#include "CCActionManager.h" #include "../Json/DictionaryHelper.h" NS_CC_EXT_BEGIN static ActionManager* sharedActionManager = NULL; ActionManager* ActionManager::shareManager() { if (!sharedActionManager) { sharedActionManager = new ActionManager(); } return sharedActionManager; ...
{ "content_hash": "a676f4ccd86c124c9c7fec0f8f06bfed", "timestamp": "", "source": "github", "line_count": 99, "max_line_length": 108, "avg_line_length": 24.505050505050505, "alnum_prop": 0.6854905193734543, "repo_name": "opensourceBrown/DR", "id": "c036d12678035429c31dd8793e42fc4bdeda2a39", "size": "...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DotVVM.Framework.Compilation.Inference.Results { internal class LambdaTypeInferenceResult : ITypeInferenceResult { public bool Result { get; private set; } public Type?...
{ "content_hash": "34e58452972b8b0a2a81888c3db80d3f", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 99, "avg_line_length": 28.363636363636363, "alnum_prop": 0.6474358974358975, "repo_name": "riganti/dotvvm", "id": "60e5617a82a1326df32f5035611aa3f5a4350177", "size": "626",...
package org.axonframework.queryhandling; import org.axonframework.messaging.Message; import org.axonframework.messaging.responsetypes.ResponseTypes; import org.axonframework.tracing.TestSpanFactory; import org.junit.jupiter.api.*; import org.reactivestreams.Publisher; import reactor.core.publisher.Flux; import react...
{ "content_hash": "26c2170fa3551e4daf07f56fc233f29a", "timestamp": "", "source": "github", "line_count": 386, "max_line_length": 163, "avg_line_length": 40.23834196891192, "alnum_prop": 0.6131212979654906, "repo_name": "AxonFramework/AxonFramework", "id": "ccbf66a6e71c7b9a56f502b5eeba4713ed249313", ...
<!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_92) on Tue Jun 09 19:45:41 BST 2020 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>CommandUsageGenerator (Airli...
{ "content_hash": "7735be31fa82c542b48fd086bceef0a2", "timestamp": "", "source": "github", "line_count": 326, "max_line_length": 569, "avg_line_length": 56.34355828220859, "alnum_prop": 0.6808580139372822, "repo_name": "rvesse/airline", "id": "29ce839e43f189604f4ef938aec5fae9ac3b26df", "size": "1836...
<?xml version="1.0" encoding="utf-8"?> <resources> <!-- WeatherNow --> <dimen name="spacer_top_size">45dp</dimen> <dimen name="spacer_mid_size">45dp</dimen> </resources>
{ "content_hash": "fe2bc0ae3c5e31bde6a408c173acebf8", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 46, "avg_line_length": 30.166666666666668, "alnum_prop": 0.6298342541436464, "repo_name": "bryan2894-playgrnd/SimpleWeather-Xamarin", "id": "4a07ac27579d0e0ea1b2a8c7d5eb849975...
<?php /** * */ class PostViewTest extends CTestCase { public function testProperties() { $record=array( 'id'=>1, 'guid' => '3a9e6228-cd0e-3795-8447-0c8d8fd8f25c', 'title' => 'Aut tenetur dignissimos vero doloribus necessitatibus ut quisquam.', 'content' => 'Eos officia sequi aut odio. Moles...
{ "content_hash": "f0eb170de9edaa0fb5c68610b5d1e5f6", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 152, "avg_line_length": 27.923076923076923, "alnum_prop": 0.6051423324150597, "repo_name": "mohsenuss91/proto", "id": "882c7263615ce905e5e83b2831a0132d35ed6765", "size": "1...
<?php App::import('Helper','Typographer.TypeBricklayer'); class TesteTypeBricklayerHelper extends TypeBricklayerHelper { } ?>
{ "content_hash": "0f6e6e1e93aab7f154dc07cfcccbb4b6", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 60, "avg_line_length": 9.642857142857142, "alnum_prop": 0.7407407407407407, "repo_name": "hugomelo/ralsp", "id": "4818a90d33a6c4881d56355ca8e21dd336b0db6c", "size": "589", ...
module.exports = require('./centos')
{ "content_hash": "9e6c9fa8b1b23419df1e8011da42c41d", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 36, "avg_line_length": 36, "alnum_prop": 0.7222222222222222, "repo_name": "jotamaggi/react-calendar-app", "id": "3e28f177dcc1961ba653491bbd1d60a4ea090679", "size": "36", "...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in Mycotaxon 2(1): 25 (1975) #### Original name Trametes humeana Murrill, 1938 ### Remarks null
{ "content_hash": "eb5340b417e8ec5de5cc70e3a5afca71", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 13.923076923076923, "alnum_prop": 0.7071823204419889, "repo_name": "mdoering/backbone", "id": "973fcceb9607cfcc3913cf9cb65e0013b5475e26", "size": "24...
"""API for simple access to babelfish.altavista.com. Summary: >>> import babelizer >>> print ' '.join(babelizer.available_languages) >>> print babelizer.translate( 'How much is that doggie in the window?', 'English', 'French' ) >>> def babel_callback(phrase): print ph...
{ "content_hash": "cd4272cc24023c2ef690c03ba552c519", "timestamp": "", "source": "github", "line_count": 196, "max_line_length": 98, "avg_line_length": 33.683673469387756, "alnum_prop": 0.5761890336261739, "repo_name": "tadgh/ArgoRevisit", "id": "ad5f4df19e1e446482765d1ee0d691ba220d85a8", "size": "6...
/*jshint node:true*/ var sass = require('node-sass'); var Jimp = require('jimp'); var deasync = require('deasync'); var fs = require('fs'); const imagesDirectory = "public/assets/images" module.exports = { name: 'banner-based-brand-color', isDevelopingAddon: function() { return true; }, included: functi...
{ "content_hash": "9cb810c9c966eba47aa02784d25c3cea", "timestamp": "", "source": "github", "line_count": 70, "max_line_length": 97, "avg_line_length": 31.65714285714286, "alnum_prop": 0.5243682310469314, "repo_name": "A-Helberg/adlet", "id": "8120161996c7c7469912746b4647e5cec32aa6e4", "size": "2216"...
<?php namespace Zelenin\Ddd\Core\Infrastructure\Service\IdentityGenerator; use Zelenin\Ddd\Core\Domain\Object\DefaultObject; use Zelenin\Ddd\Core\Domain\Service\IdentityGenerator\IdentityGenerator; use Zelenin\Ddd\Core\Domain\Service\Service; /** * @deprecated */ final class RandomUuidGenerator extends DefaultObje...
{ "content_hash": "664da614adf82f0b3edf5081bf292816", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 91, "avg_line_length": 23.523809523809526, "alnum_prop": 0.7348178137651822, "repo_name": "zelenin/ddd-core", "id": "a666616f6d54fba4c246042bbeb44cf16ea68cca", "size": "494...
FOUNDATION_EXPORT double Pods_Fieldbook_SwiftSDK_ExampleVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_Fieldbook_SwiftSDK_ExampleVersionString[];
{ "content_hash": "5c82bddedb998dc5e181766ceae25dba", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 85, "avg_line_length": 52.666666666666664, "alnum_prop": 0.8670886075949367, "repo_name": "ChrisMash/Fieldbook-SwiftSDK", "id": "8a5b3819d30f69d59fb249cf73e6a242999d54e4", "...
"""SCons.Tool.linkloc Tool specification for the LinkLoc linker for the Phar Lap ETS embedded operating system. There normally shouldn't be any need to import this module directly. It will usually be imported through the generic SCons.Tool.Tool() selection method. """ # # Copyright (c) 2001, 2002, 2003, 2004, 2005,...
{ "content_hash": "b1585ca096095102b0bc40c1820f3649", "timestamp": "", "source": "github", "line_count": 105, "max_line_length": 121, "avg_line_length": 37.43809523809524, "alnum_prop": 0.6848130246756551, "repo_name": "james-dibble/Embedded-Systems-Assignment", "id": "b0550c6e3b385cf0dc5726ba0eb2babc...
<link rel="import" href="core_signals_nodart.html"> <script type="application/dart" src="core_signals.dart"></script>
{ "content_hash": "e295072cb5dfb41ad7fc97027c1a8ba8", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 65, "avg_line_length": 30, "alnum_prop": 0.725, "repo_name": "orgsea/core-elements", "id": "b29e7bd255ef5aaccb3d889f3dec730646133ae3", "size": "120", "binary": false, "c...
<?php declare(strict_types=1); namespace Symplify\CodingStandard\Fixer\ArrayNotation; use PhpCsFixer\Fixer\ArrayNotation\TrailingCommaInMultilineArrayFixer; use PhpCsFixer\FixerDefinition\FixerDefinition; use PhpCsFixer\FixerDefinition\FixerDefinitionInterface; use PhpCsFixer\Tokenizer\CT; use PhpCsFixer\Tokenizer\T...
{ "content_hash": "cb0d5ce6bc787db15d6ea30f8621ab47", "timestamp": "", "source": "github", "line_count": 109, "max_line_length": 102, "avg_line_length": 30.908256880733944, "alnum_prop": 0.6565746512318196, "repo_name": "Symplify/Symplify", "id": "45d915104a19573f63526377c433e004cfaf5a82", "size": "...
'use strict'; // Event Routes var folders = require('../controllers/folders.box.server.controller'); module.exports = function (app) { app.route('/api/box/folders').get(folders.getFolder); };
{ "content_hash": "b33a24c599927b21b62e36b03b112299", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 70, "avg_line_length": 19.9, "alnum_prop": 0.6934673366834171, "repo_name": "bleedles/NWRecruiterOCR", "id": "385f0a8e819cf2d8924568f75aa623dd750253cd", "size": "199", "b...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "70b7092bc03613dec16edebe45d0c710", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "83dd7301122df501af42b1a179f3048e7bf4c6d3", "size": "189...
package org.springframework.boot.autoconfigure.data.couchbase; import org.springframework.boot.autoconfigure.condition.ConditionalOnBean; import org.springframework.boot.autoconfigure.condition.ConditionalOnClass; import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean; import org.springfram...
{ "content_hash": "a2dd686e800a429e2a520446c742088f", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 87, "avg_line_length": 35.225, "alnum_prop": 0.8417317246273953, "repo_name": "lburgazzoli/spring-boot", "id": "2e0dff97cc0f4cbcd47f660ff4231035fc6a276c", "size": "2030", ...
class EmailEvents::Service def self.call(*args, &block) if block_given? new(*args).call(&block) else new(*args).call end end end
{ "content_hash": "5251b0cafbf7723d84b389b2b09206e3", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 30, "avg_line_length": 17.444444444444443, "alnum_prop": 0.6050955414012739, "repo_name": "85x14/email_events", "id": "5626bdca58e1ad20e5a8704023f290dc74bb4e47", "size": "19...
//go:build civo // +build civo package builder import ( "k8s.io/autoscaler/cluster-autoscaler/cloudprovider" "k8s.io/autoscaler/cluster-autoscaler/cloudprovider/civo" "k8s.io/autoscaler/cluster-autoscaler/config" ) // AvailableCloudProviders supported by the digtalocean cloud provider builder. var AvailableClou...
{ "content_hash": "0427a81979eb7061bf52f03e00e34d49", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 164, "avg_line_length": 27.06896551724138, "alnum_prop": 0.8140127388535032, "repo_name": "kubernetes/autoscaler", "id": "24cf7c9abc0869cc2a04e07b7315064538fa61f8", "size":...
<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"> <parent> <artifactId>deeplearning4j-ui-parent</artifactId> <groupId>org.deeplearning4j...
{ "content_hash": "a31a969fff113e8d76acb96dc065bf53", "timestamp": "", "source": "github", "line_count": 89, "max_line_length": 108, "avg_line_length": 30.96629213483146, "alnum_prop": 0.5725689404934688, "repo_name": "huitseeker/deeplearning4j", "id": "2214ebd31a48b3c7525c34d94ff2b20b1d9b6653", "si...
<!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"> <head> <!-- IE Standards Mode --> <meta content="IE=edge" http-equiv="X-UA-Compatible"></meta> <!-- Favicon --> <link href="../images/vl_blue....
{ "content_hash": "a47a1a8c67848222f4b4662c3b533f07", "timestamp": "", "source": "github", "line_count": 350, "max_line_length": 684, "avg_line_length": 48.97714285714286, "alnum_prop": 0.6327149690817874, "repo_name": "SanikaGawhane/RosettesProjectWID", "id": "71dea4b340341b36e10aff666d26c9e297a07b13...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "b6fc5dcfdcdf7740a40e1e77182002d9", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "cc01ffd38c20dcbb49df43e234c2eafd670da2c9", "size": "193...