text stringlengths 2 1.04M | meta dict |
|---|---|
/*
* This file is part of the DITA Open Toolkit project.
* See the accompanying license.txt file for applicable licenses.
*/
package org.dita.dost.platform;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.... | {
"content_hash": "b4bc0e5478cbc2502f7a41e0a80e012c",
"timestamp": "",
"source": "github",
"line_count": 207,
"max_line_length": 125,
"avg_line_length": 34.11594202898551,
"alnum_prop": 0.5729255168507505,
"repo_name": "jelovirt/muuntaja",
"id": "71f1f7d336e25bdd82b106eb54d7bbd927429727",
"size": "7... |
using IsolatedIslandGame.Database;
using IsolatedIslandGame.Library;
namespace IsolatedIslandGame.Server
{
public class ServerPlayerInformationManager : PlayerInformationManager
{
public override bool FindPlayerInformation(int playerID, out PlayerInformation playerInformation)
{
if... | {
"content_hash": "ffe93cc2f0f05713cbbb18a7118e7efb",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 123,
"avg_line_length": 30.25,
"alnum_prop": 0.5584415584415584,
"repo_name": "NCTU-Isolated-Island/Isolated-Island-Game",
"id": "c674e3218fb94de21af15487d919d0bc91c2957a",
... |
id: intro
slug: /liquid
title: Liquid documentation
sidebar_label: Introduction
sidebar_position: 1
---
Intercode uses the [Liquid](https://shopify.github.io/liquid/) template language for user-generated content. Convention
admins can take advantage of Liquid markup to create dynamic pages that tailor their content to... | {
"content_hash": "a2c7383c3f03f464ade3ae44ad6b3ebe",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 119,
"avg_line_length": 53.166666666666664,
"alnum_prop": 0.7813479623824452,
"repo_name": "neinteractiveliterature/intercode",
"id": "3bc130aa57cdf33be2ce4d87bb15bc757b61dd6... |
using UnityEngine;
[AddComponentMenu("FOW Example/Move With Mouse")]
public class TSMoveWithMouse : MonoBehaviour
{
Transform mTrans;
Vector3 mMouse;
Vector3 mTargetPos;
Vector3 mTargetEuler;
void Start ()
{
mTrans = transform;
mMouse = Input.mousePosition;
mTargetPos = mTrans.position;
mTargetEuler = m... | {
"content_hash": "56b3036fd8a3c7bc2f57fbc722cb3227",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 97,
"avg_line_length": 24.142857142857142,
"alnum_prop": 0.7120315581854043,
"repo_name": "nobrainer1024/u3dgfxSamples",
"id": "d65998a035916080f6265979047c056bc251420b",
"... |
[](https://github.com/bucknerns/sshaolin/blob/master/LICENSE)
[](https://github.com/bucknerns/sshaolin/issues)
# SSHaolin: SSH for Ninjas
Tired of dealing... | {
"content_hash": "fd9ad904e9dd12da525b625e1de9d014",
"timestamp": "",
"source": "github",
"line_count": 113,
"max_line_length": 148,
"avg_line_length": 32.73451327433628,
"alnum_prop": 0.7502027575020276,
"repo_name": "bucknerns/sshaolin",
"id": "e327a054607f9b08331fa7d850560fe0d032c73d",
"size": "... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "281477ff42b9ea139702ad86756c084c",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "674dfb8d41b674ef9ef905ce90edbd9118a61ae5",
"size": "176... |
<?php /** @var TbActiveForm $form */
$form = $this->beginWidget('bootstrap.widgets.TbActiveForm', array(
'type'=>'horizontal',
));
$premiumBadge = '<a class="badge badge-premium pull-left" data-toggle="modal" href="#premiumInfo" '
.'title="'.g('This is a Premium feature').'" rel="tooltip">'
.g('Premium').'</a>';
$p... | {
"content_hash": "67a553fddcb013208671660d6beca33b",
"timestamp": "",
"source": "github",
"line_count": 99,
"max_line_length": 273,
"avg_line_length": 48.62626262626262,
"alnum_prop": 0.6522642293311176,
"repo_name": "Conexting/conexting",
"id": "b6da5f83f75ad9b39de3ed4af20311074e2a6eef",
"size": "... |
use strict;
# use warnings;
use Getopt::Long qw( GetOptions );
use Sys::Syslog qw( :DEFAULT setlogsock );
Getopt::Long::Configure ("gnu_getopt");
my $print_help;
my $tag = (getpwuid($<))[0];
my $prio_string = 'user.info';
my $facility = '';
my $priority = '';
my $socket = '/dev/log';
my $use_stderr;
my $use_pid;
my $... | {
"content_hash": "a851c035e453250dd15f9ab73c8c488e",
"timestamp": "",
"source": "github",
"line_count": 124,
"max_line_length": 140,
"avg_line_length": 29.967741935483872,
"alnum_prop": 0.5753498385360603,
"repo_name": "ryran/loggerclones",
"id": "8a1f87c5f3317e297205baf341736ede9f026375",
"size": ... |
import pytest
import pandas as pd
from pandas import Categorical
import pandas._testing as tm
@pytest.mark.parametrize(
"to_replace,value,expected,flip_categories",
[
# one-to-one
(1, 2, [2, 2, 3], False),
(1, 4, [4, 2, 3], False),
(4, 1, [1, 2, 3], False),
(5, 6, [1, ... | {
"content_hash": "7dec955e7f40646cceb8910bb29bc0b4",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 82,
"avg_line_length": 35.417910447761194,
"alnum_prop": 0.5756426464391066,
"repo_name": "pandas-dev/pandas",
"id": "a3ba420c84a17bb334d0ac2d8c09f4f8a850ffe1",
"size": "23... |
module SigSlot
# Connect a signal to a slot, but provides a block to rewrite parameters before to propagate
def self.connect_and_rewrite(signal, endpoint, &block)
raise ArgumentError, "Block missing for connect_and_rewrite" unless block
rewriter = Rewriter.new(&block)
SigSlot.connect si... | {
"content_hash": "8e7856b2a993b70ae189cc15aaa3ed3b",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 96,
"avg_line_length": 28.741935483870968,
"alnum_prop": 0.6105499438832772,
"repo_name": "llambeau/sigslot",
"id": "5f99d9c4568e4210d0c9350aa47800601ba447a3",
"size": "891... |
<!--
@license
Copyright (c) 2016 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http:/... | {
"content_hash": "c9d59e7274a538ca085adbf1cfc0da48",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 100,
"avg_line_length": 53.36363636363637,
"alnum_prop": 0.778534923339012,
"repo_name": "uvalib/staff-directory",
"id": "195337d9b0b1cea553b6fdf50bcd87c258f672a1",
"size":... |
find_path(GLEW_INCLUDE_DIR GL/glew.h
HINTS /usr/include
PATHS "$ENV{PROGRAMFILES}/glew/include"
"$ENV{PROGRAMW6432}/glew/include")
find_library(GLEW_LIBRARY
NAMES GLEW glew32
HINTS /usr/lib
/usr/lib64
PATHS "$ENV{PROGRAMFILES... | {
"content_hash": "2db7c2e757d95b90e99a9bf4ea9bdf53",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 64,
"avg_line_length": 28.82608695652174,
"alnum_prop": 0.5897435897435898,
"repo_name": "gregorpm/Depth-Image-Processing",
"id": "043dfd5d6078b6d9e02fdd0003e13f12c88a746e",
... |
<?php
namespace Beryllium\Kaboom\Handlers;
use Beryllium\Kaboom\KaboomException;
class ExceptionHandler implements HandlerInterface
{
public function handle(string $message): bool {
throw new KaboomException($message);
}
} | {
"content_hash": "ef5f44e903ef868e5deb764c2708ce86",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 51,
"avg_line_length": 20.083333333333332,
"alnum_prop": 0.7551867219917012,
"repo_name": "beryllium/kaboom",
"id": "a3a7878c0042fd7d2388c3aec3110b91547d1e24",
"size": "241... |
@echo off
SET mainClass=sso.tests.Tester
SET appName=sphere-swarm-optimizer
SET scriptName=%~n0
echo %scriptName%: COMPILING...
mkdir target\main
dir /s /B *.java > sources.txt
javac -d target\main @sources.txt
del sources.txt
cd target\
echo %scriptName%: PACKAGING IN JAR...
jar cfe %appName%.jar %m... | {
"content_hash": "d7be73ba94180eabdbbbc247090d5bc5",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 43,
"avg_line_length": 19.61904761904762,
"alnum_prop": 0.691747572815534,
"repo_name": "gto76/sphere-swarm-optimization",
"id": "f997cd9896b16ace1da8743d1a8918f07ee2e3f7",
... |
package com.buschmais.xo.impl.proxy.entity.property;
import com.buschmais.xo.impl.EntityPropertyManager;
import com.buschmais.xo.impl.proxy.common.property.AbstractPrimitivePropertySetMethod;
import com.buschmais.xo.api.metadata.method.PrimitivePropertyMethodMetadata;
public class PrimitivePropertySetMethod<Entity, R... | {
"content_hash": "5515774891d9a39d34d5d4bcafb4e4d6",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 154,
"avg_line_length": 51.583333333333336,
"alnum_prop": 0.8336025848142165,
"repo_name": "buschmais/extended-objects",
"id": "1418912e79375f443a295d54b88675cc9e09eda7",
"... |
<resources>
<style name="AppTheme.NoActionBar">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
<item name="android:statusBarColor" >@color/colorPrimaryDark</item>
</style>
</resourc... | {
"content_hash": "cde8229f3eb6ba90d2a1545969ca8378",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 75,
"avg_line_length": 40.5,
"alnum_prop": 0.6790123456790124,
"repo_name": "harman198/RedditClient",
"id": "2f6aac0c8b0704b2ebb32d4b750840194034fb7e",
"size": "324",
"bin... |
<?php
class AIdentityBehaviorDigest extends AIdentityBehavior {
public $challengeResponseCallback;
/**
* @param string $password
* @return boolean
*/
public function apiAuthValidatePassword($password)
{
//execute challenge response callback method
return (call_user_func($this->challengeResponseCallb... | {
"content_hash": "af4f7f86bbaebd9d5753bbf4bce58cd7",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 80,
"avg_line_length": 21.9375,
"alnum_prop": 0.7407407407407407,
"repo_name": "DenitS/yii-apiAuth",
"id": "d6a1a6e8eab142112d6b430deacfa3bebfc50682",
"size": "454",
"bin... |
/*
* trunc_function.hpp
*
* Created on: Dec 8, 2015
* Author: bdezonia
*/
#ifndef SRC_TRUNC_FUNCTION_HPP_
#define SRC_TRUNC_FUNCTION_HPP_
#include "point_function.hpp"
class TruncFunction : public PointFunction {
public:
TruncFunction(const std::shared_ptr<PointFunction>& other);
~TruncFunction();
... | {
"content_hash": "4aa2c8ed5bed0d4ea14119514db5fcca",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 65,
"avg_line_length": 18.24137931034483,
"alnum_prop": 0.6994328922495274,
"repo_name": "bdezonia/qdiffle",
"id": "6dedfc3d71f84d938479495400a4e7e69b60c993",
"size": "1614... |
<?php
##|+PRIV
##|*IDENT=page-services-dnsforwarder-edithost
##|*NAME=Services: DNS Forwarder: Edit host
##|*DESCR=Allow access to the 'Services: DNS Forwarder: Edit host' page.
##|*MATCH=services_dnsmasq_edit.php*
##|-PRIV
require_once("guiconfig.inc");
if (!is_array($config['dnsmasq']['hosts'])) {
$config['dnsma... | {
"content_hash": "42f38997b01584c2f30dd98fc20e4cc1",
"timestamp": "",
"source": "github",
"line_count": 275,
"max_line_length": 147,
"avg_line_length": 25.472727272727273,
"alnum_prop": 0.5918629550321199,
"repo_name": "NOYB/pfsense",
"id": "7d912fbdf0c00783dbc40b5da0ec5c0fd6b270ac",
"size": "7927"... |
<!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_21) on Thu Dec 12 11:16:52 BRST 2013 -->
<title>Uses of Class jason.stdlib.current_intention (Jason - AgentSpeak Java Interpreter)</tit... | {
"content_hash": "5e96eae7c21f49e58e23e98202563378",
"timestamp": "",
"source": "github",
"line_count": 115,
"max_line_length": 123,
"avg_line_length": 35.14782608695652,
"alnum_prop": 0.624195942602672,
"repo_name": "lsa-pucrs/jason-ros-releases",
"id": "d1e74c73ad94a5e170d51aea2b83d1227b92a300",
... |
XClass(function (xcl, XWiki) {
var props = XWiki.model.properties;
xcl.addProp("command", props.XString.create({
"prettyName": "Analyser execution command",
}));
});
| {
"content_hash": "0b91a035ce39a2e3ed9d59d1982120c3",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 47,
"avg_line_length": 29.333333333333332,
"alnum_prop": 0.6761363636363636,
"repo_name": "xwiki-labs/riscoss-wiki-ui",
"id": "7aa6904176dfc7171843b923c2c8f612c3c30de9",
"si... |
define([
"util/eventemitter"
], function(Emitter) {
describe('Event Emitter', function() {
var emitter;
beforeEach(function() {
emitter = new Emitter();
});
it('Should store handlers for a given event', function() {
var handler = function() {};
emitter.on('myevent', handler);... | {
"content_hash": "ac1f6c6785c82167bba30f34fb666e97",
"timestamp": "",
"source": "github",
"line_count": 100,
"max_line_length": 95,
"avg_line_length": 25.18,
"alnum_prop": 0.6151707704527403,
"repo_name": "badsyntax/express-project-boilerplate",
"id": "c526dbbd8452797b45628707b88aaad09c32412d",
"si... |
namespace base {
namespace CValDetail {
// This class tracks entries over a specified time period, which it does not
// retain in memory. When the time period has elapsed, the average, minimum,
// maximum, and standard deviation of that time period are recorded with CVals,
// and the tracking resets for the next time ... | {
"content_hash": "98b0bf2569180a37199a15144b564d2d",
"timestamp": "",
"source": "github",
"line_count": 214,
"max_line_length": 95,
"avg_line_length": 40.200934579439256,
"alnum_prop": 0.7125421364640242,
"repo_name": "youtube/cobalt_sandbox",
"id": "81dd774bc3390339469c57891f9f1266347f89bf",
"size... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
Monogr. Discom. Bohem. (Prague) 129 (1934)
#### Original name
Belonidium frustulosum Velen.
### Remarks
null | {
"content_hash": "52ff18b2a5588b3004548ce1ee66dc7e",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 42,
"avg_line_length": 13.23076923076923,
"alnum_prop": 0.7093023255813954,
"repo_name": "mdoering/backbone",
"id": "41f2a3c2358d8f1c3d3e22e16f1105727f750ba4",
"size": "225... |
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<title>org.scalatest.junit.AssertionsForJUnit</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
... | {
"content_hash": "281fc0bd49ff20d0ffcff862a19b4115",
"timestamp": "",
"source": "github",
"line_count": 640,
"max_line_length": 568,
"avg_line_length": 65.66875,
"alnum_prop": 0.6474731131626534,
"repo_name": "scalatest/scalatest-website",
"id": "1110b6bf71b91ecf89abe6753ea4896c432740eb",
"size": "... |
@import UIKit;
#import "BKNotificationUtilities.h"
@interface BKNotificationScheduler()
@property (nonatomic, strong) BKNotificationUtilities* utilities;
@end
@implementation BKNotificationScheduler
- (instancetype)initWithNotificationUtilities:(BKNotificationUtilities*)utilities
{
if(self = [super init]) {
... | {
"content_hash": "c28220fa7643eeafe49c9edb1923d7fc",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 137,
"avg_line_length": 27.711111111111112,
"alnum_prop": 0.7586206896551724,
"repo_name": "blackki9/BKNotificationCenter",
"id": "5dddd3cdf3edf2be6bd7095b4f03841f2a71e9a6",
... |
package org.springframework.boot.autoconfigure.jackson;
import java.io.IOException;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.Json... | {
"content_hash": "0b72df0acd5c1f5bf75bb7dda5e1a3e3",
"timestamp": "",
"source": "github",
"line_count": 537,
"max_line_length": 134,
"avg_line_length": 36.22718808193669,
"alnum_prop": 0.7909427367122442,
"repo_name": "srikalyan/spring-boot",
"id": "dd8c1a8cf6a94bc7ca0a08d59f4a446f3644cbf7",
"size"... |
package org.qtrp.nadir;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void additio... | {
"content_hash": "41f962ca684d1a80c4875d1c673d6929",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 81,
"avg_line_length": 23.058823529411764,
"alnum_prop": 0.6862244897959183,
"repo_name": "DexterLB/Nadir",
"id": "ec638b2564702847fd7a9dffeaa75aafd32be06c",
"size": "392",... |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<title>Interface Native5\Users\UserState</title>
<script type="text/javascript" src="resources/combined.js?1180343265"></script>
<script type="text/javascript" src=... | {
"content_hash": "9fda1a22bcacf6c6c843dface4949e5e",
"timestamp": "",
"source": "github",
"line_count": 236,
"max_line_length": 150,
"avg_line_length": 26.41949152542373,
"alnum_prop": 0.6016038492381716,
"repo_name": "native5/native5-sdk-client-php",
"id": "0ab9d4fcc72731a671a7dd1df713a2781b274130",... |
package dmax.staticmap;
/**
* Created by snigavig on 25.05.15.
*/
public class PathPoint {
private float latitude = -1;
private float longitude = -1;
PathPoint() {
// use package-private scope for to force user
// to create Marker using Config.addMarker method
}
public void set... | {
"content_hash": "deb8c5c4b38ff7f71e5cfd56126d4dcc",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 62,
"avg_line_length": 20.5,
"alnum_prop": 0.6219512195121951,
"repo_name": "snigavig/static-map-url-builder",
"id": "4f70876e0b3c351db3ed72b95312ff05c0fd3cbb",
"size": "57... |
Template['components_pocketbookAccount'].helpers({
/**
Get the current account balance
@method (getBalance)
*/
'getBalance': function(address){
var balances = LocalStore.get('balances');
return web3.fromWei(balances[address], PocketBook.options.etherUnit);
},
... | {
"content_hash": "8f4a2379186d15cab168a63642c82eca",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 77,
"avg_line_length": 20.5,
"alnum_prop": 0.5839311334289814,
"repo_name": "SilentCicero/meteor-pocketbook",
"id": "0e621d90251bac30f604c6e8595e4c8db459bcce",
"size": "697... |
<div class="row">
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-body text-center">
<div class="pv-lg">
<img class="center-block img-responsive img-circle img-thumbnail thumb96" src="app/img/user/02.jpg" alt="Contact" />
</div>
... | {
"content_hash": "ff6656134cbe202c11b7e5ce12dd6fa6",
"timestamp": "",
"source": "github",
"line_count": 178,
"max_line_length": 131,
"avg_line_length": 46.48314606741573,
"alnum_prop": 0.4110466521634034,
"repo_name": "gbhu/studynotes-projects",
"id": "82f3909672a3c737e3aa1e6dc467a0c95167eaad",
"si... |
package org.teavm.javascript;
import java.util.List;
import java.util.Set;
import org.teavm.codegen.NameFrequencyConsumer;
import org.teavm.javascript.ast.*;
import org.teavm.model.*;
/**
*
* @author Alexey Andreev
*/
public class NameFrequencyEstimator implements StatementVisitor, ExprVisitor, MethodNodeVisitor ... | {
"content_hash": "a99bb86c71b2dbb5643057aff55f2da7",
"timestamp": "",
"source": "github",
"line_count": 343,
"max_line_length": 97,
"avg_line_length": 30.85131195335277,
"alnum_prop": 0.6013986013986014,
"repo_name": "mpoindexter/teavm",
"id": "f6f5f724d6a6c7c45485257f54cc002dd60d8e9e",
"size": "11... |
<?xml version="1.0" ?>
<project default="main">
<property name="version">0.0.4</property>
<property name="targetFolder">dist</property>
<property name="jarName">javafx-dialogs-${version}.jar</property>
<target name="main" depends="jar" />
<target name="jar" description="Package into JAR" >
<jar destfile="${ta... | {
"content_hash": "c1d5d53f01b7d2783be44d7a05e9072e",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 66,
"avg_line_length": 31.77777777777778,
"alnum_prop": 0.6451048951048951,
"repo_name": "marcojakob/javafx-ui-sandbox",
"id": "04bc24c3453f5f4b080ebdb76535583c1fc6fdd7",
"... |
Ripley.Tab = function ( name, callback ) {
this.constructor = Ripley.Tab;
this.name = name;
Ripley.Widget.call( this, new Ripley.Li(), callback );
}
Ripley.Tab.class = 'Tab';
Ripley.Tab.activeClass = 'TabActive';
Ripley.Tab.prototype = Object.create( Ripley.Widget.prototype );
Ripley.Tab.prototype._... | {
"content_hash": "10f064aa625a1ebe47ee5bec2d912d3e",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 68,
"avg_line_length": 19.675324675324674,
"alnum_prop": 0.6462046204620462,
"repo_name": "repsac/ripley.js",
"id": "c231c11dcba9c9d694274b8a568c4ba379822e96",
"size": "151... |
namespace mx
{
namespace core
{
DisplayTextAttributes::DisplayTextAttributes()
:justify( LeftCenterRight::center )
,defaultX()
,defaultY()
,relativeX()
,relativeY()
,fontFamily()
,fontStyle( FontStyle::normal )
,fontSize( FontSize{ CssFontS... | {
"content_hash": "6e22c0e2f5f1ac7bec08bbaafa0adb33",
"timestamp": "",
"source": "github",
"line_count": 137,
"max_line_length": 147,
"avg_line_length": 48.86861313868613,
"alnum_prop": 0.5772964899178491,
"repo_name": "Webern/MusicXML-Class-Library",
"id": "1bf7008044ee78bdb1be80156b5ff87b2f21b9a9",
... |
module TheCityAdmin
class UserProcessAnswerListReader < ApiReader
# Constructor.
#
# @param options A hash of options for requesting data from the server.
# :: user_id and process_id are required
# @param [CacheAdapter] cacher (optional) The cacher to be used to cache data.
de... | {
"content_hash": "c0dbd8982fdfa5c545abc51cf530a0ac",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 82,
"avg_line_length": 31.586206896551722,
"alnum_prop": 0.6353711790393013,
"repo_name": "jmaddington/the-city-groupie-text",
"id": "af22f5e5df3f33bc8da0604fc2dddda5003f095d... |
package edu.umass.cs.sase.engine;
import java.util.HashMap;
import edu.umass.cs.sase.stream.Event;
/**
* This class is used to buffer the selected events.
*
* @author haopeng
*
*/
public class EventBuffer
{
/**
* The buffered events
*/
HashMap<Integer, Event> buffer;
public EventBuffer()
{
buffer =... | {
"content_hash": "4b90557b9140581f6635b70d08f69cdf",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 61,
"avg_line_length": 15.127272727272727,
"alnum_prop": 0.6069711538461539,
"repo_name": "sylvainhalle/sase",
"id": "cd4759d1cc9ce826bd28825b30622fa9fc215b87",
"size": "24... |
package services
import javax.inject._
import play.modules.reactivemongo.ReactiveMongoApi
import scala.concurrent.{Future, ExecutionContext}
import reactivemongo.play.json.collection.JSONCollection
import play.api.libs.json.{JsNumber, Json, JsArray}
import utils.Constants
class SecurityServices @Inject()(val reactive... | {
"content_hash": "0e637f0ba644e0f9f8cf8b0d66f4e370",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 126,
"avg_line_length": 32.125,
"alnum_prop": 0.6809338521400778,
"repo_name": "CamilleTh/goc_backend",
"id": "0038e89d66dc3df5132dd41da4274b65f65bc921",
"size": "1028",
... |
this.Spellbook.Services.shortcut = function(options) {
var settings;
settings = $.extend({
$element: $('[data-shortcut]'),
dataAttribute: 'shortcut',
keyCodes: Spellbook.Globals.keyCodes
}, options);
return settings.$element.each(function() {
var key;
key = settings.keyCodes[$(this).data(set... | {
"content_hash": "c2d1094611fe9fb0969e24bd7b47e64b",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 66,
"avg_line_length": 32.592592592592595,
"alnum_prop": 0.5465909090909091,
"repo_name": "spellbook/spellbook",
"id": "3feaef6db664ffca9ebd3b71008caf28fc407b26",
"size": "... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
// ============================================================
//
// TextualIdentityParser.cpp
//
//
// Implements... | {
"content_hash": "8552c978abada78b0bab56caac83ef13",
"timestamp": "",
"source": "github",
"line_count": 803,
"max_line_length": 128,
"avg_line_length": 36.40722291407223,
"alnum_prop": 0.5033692491876176,
"repo_name": "mmitche/coreclr",
"id": "7cd45451877013075222af849d80c5f518adb0f6",
"size": "292... |
<Record>
<Term>Raplon</Term>
<SemanticType>Pharmacologic Substance</SemanticType>
<SemanticType>Organic Chemical</SemanticType>
<PrimarySemanticType>Pharmacologic Substance</PrimarySemanticType>
<Synonym>Rapacuronium</Synonym>
<Synonym>Rapacuronium bromide</Synonym>
<Source>FDA Registry</Source>
</Record>
| {
"content_hash": "3c412ba698d66215b6ce496db9a48ef1",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 66,
"avg_line_length": 35.111111111111114,
"alnum_prop": 0.8006329113924051,
"repo_name": "detnavillus/modular-informatic-designs",
"id": "e82de60881db1224a4ef1084669f3e756033... |
.. image:: https://secure.travis-ci.org/pelme/pytest_django.png?branch=master
:alt: Build Status
:target: https://travis-ci.org/pelme/pytest_django
pytest-django is a plugin for `pytest <http://pytest.org/>`_ that provides a set of useful tools for testing `Django <http://www.djangoproject.com/>`_ applications a... | {
"content_hash": "1d43a3d765ef2c08aa01716cb028be1c",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 305,
"avg_line_length": 42.258620689655174,
"alnum_prop": 0.7144022847817217,
"repo_name": "jantman/pytest_django",
"id": "3a196cc7f1e35fc282b2fac3a0f2d3c4d837f342",
"size"... |
import sys
import os
import unittest
from array import array
from weakref import proxy
import io
import _pyio as pyio
from test.support import TESTFN
from test import support
from collections import UserList
class AutoFileTests:
# file tests for which a test file is automatically set up
def setUp(self):
... | {
"content_hash": "84beb7a2e262b0a2e3b81d965ebf0bcc",
"timestamp": "",
"source": "github",
"line_count": 333,
"max_line_length": 79,
"avg_line_length": 33.87687687687688,
"alnum_prop": 0.5277014449073664,
"repo_name": "kikocorreoso/brython",
"id": "cd642e7aaf8bb8634a14f751c924585369b355bc",
"size": ... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
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 Lice... | {
"content_hash": "15479421a8cdbfca09e0cd0fa8122e35",
"timestamp": "",
"source": "github",
"line_count": 373,
"max_line_length": 115,
"avg_line_length": 33.603217158176946,
"alnum_prop": 0.6059518110738791,
"repo_name": "dhalperi/incubator-beam",
"id": "5f34689f028f20e0705cb70c353fd7f8751dca01",
"si... |
package ru.extas.web.commons.component;
import com.vaadin.ui.Component;
import com.vaadin.ui.CssLayout;
import com.vaadin.ui.HorizontalLayout;
import com.vaadin.ui.Label;
import ru.extas.web.commons.ExtaTheme;
/**
* @author Valery Orlov
* Date: 11.09.2014
* Time: 15:13
*/
public class CardPanel e... | {
"content_hash": "68dd8f348fa99dc94a39d7e02934e44a",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 98,
"avg_line_length": 29.333333333333332,
"alnum_prop": 0.7035123966942148,
"repo_name": "ExtaSoft/extacrm",
"id": "436241ab12d1d570d1765593df0d7d8e37b15db1",
"size": "968... |
import _ from "lodash";
import * as React from "react";
import { IRouter, IInjectedProps } from "react-router";
import { connect } from "react-redux";
import { PageConfig, PageConfigItem } from "../components/pageconfig";
import { refreshNodes } from "../redux/apiReducers";
import Dropdown, { DropdownOption } from "..... | {
"content_hash": "776a9e9b13c6c8f396e9951496a98189",
"timestamp": "",
"source": "github",
"line_count": 124,
"max_line_length": 91,
"avg_line_length": 29.258064516129032,
"alnum_prop": 0.6529768467475193,
"repo_name": "petermattis/cockroach",
"id": "f1b388954ae6cd4bffa1313341ec73e44102b98e",
"size"... |
<?php
namespace frontend\modules\cabinet\controllers;
use common\controllers\AuthController;
use Yii;
use common\models\Advert;
use common\models\Search\AdvertSearch;
use yii\web\Controller;
use yii\web\NotFoundHttpException;
use yii\filters\VerbFilter;
/**
* AdvertController implements the CRUD actions for Advert ... | {
"content_hash": "7d4775de70cf2eb02518784a328402b9",
"timestamp": "",
"source": "github",
"line_count": 110,
"max_line_length": 108,
"avg_line_length": 27.1,
"alnum_prop": 0.5743039248574304,
"repo_name": "pylliok/yii2-grek-lesson",
"id": "32ca37eab44db08e94a8af9e24b7a37defc23ea9",
"size": "2981",
... |
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.ociweb</groupId>
<ar... | {
"content_hash": "cad8fde1c3c4ec15bf476b1e58bc0230",
"timestamp": "",
"source": "github",
"line_count": 177,
"max_line_length": 149,
"avg_line_length": 32.824858757062145,
"alnum_prop": 0.5528399311531842,
"repo_name": "oci-pronghorn/FogLight",
"id": "d9840665e1827d9d8c404bf26772e87d820ece1a",
"siz... |
/*!
* Copyright (c) 2018 by Contributors
* \file boolean_mask.cc
*/
#include "./boolean_mask-inl.h"
namespace mxnet {
namespace op {
DMLC_REGISTER_PARAMETER(BooleanMaskParam);
bool BooleanMaskType(const nnvm::NodeAttrs& attrs,
std::vector<int> *in_attrs,
std::vector<int>... | {
"content_hash": "247eb5f3a8e721283c04ddd5f53e7e43",
"timestamp": "",
"source": "github",
"line_count": 209,
"max_line_length": 92,
"avg_line_length": 36.952153110047846,
"alnum_prop": 0.5957529457464715,
"repo_name": "yajiedesign/mxnet",
"id": "882984430d52a55bad830673b72f6d1dc8a1e154",
"size": "8... |
using NJsonSchema;
using System;
using System.Collections.Generic;
using System.Text;
namespace Threax.AspNetCore.Halcyon.Ext
{
/// <summary>
/// This class adds extensions to json schema for code generation.
/// </summary>
public static class SchemaExtensions
{
private const String IsArra... | {
"content_hash": "2b224470e7200f681361f28e6608b283",
"timestamp": "",
"source": "github",
"line_count": 118,
"max_line_length": 116,
"avg_line_length": 34.779661016949156,
"alnum_prop": 0.5582358674463938,
"repo_name": "threax/Threax.AspNetCore.Convention",
"id": "50c39eee4a95efd11fcc4bc142443e2fbe40... |
package org.apache.hadoop.hive.ql.parse.repl.load.message;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.hive.conf.HiveConf;
import org.apache.hadoop.hive.metastore.api.Function;
import org.apache.hadoop.hive.metastore.... | {
"content_hash": "1d3fc16ef5419d230253e9f1752053cd",
"timestamp": "",
"source": "github",
"line_count": 89,
"max_line_length": 119,
"avg_line_length": 41.50561797752809,
"alnum_prop": 0.7731456415809421,
"repo_name": "vineetgarg02/hive",
"id": "faba6e4caa6796ccb93e8c1716f5db36f107d750",
"size": "44... |
#include "xenia/kernel/xboxkrnl_module.h"
#include <gflags/gflags.h>
#include "poly/math.h"
#include "xenia/emulator.h"
#include "xenia/export_resolver.h"
#include "xenia/kernel/kernel_state.h"
#include "xenia/kernel/xboxkrnl_private.h"
#include "xenia/kernel/objects/xuser_module.h"
DEFINE_bool(abort_before_entry, ... | {
"content_hash": "2fbd7841921a48f512f6ecfa9b86ce5f",
"timestamp": "",
"source": "github",
"line_count": 197,
"max_line_length": 80,
"avg_line_length": 42.86294416243655,
"alnum_prop": 0.6810753197536712,
"repo_name": "woody2014/xenia",
"id": "a7d336a321f772705e32f2766ca8235ffe2b950f",
"size": "8931... |
title: AesiSyntaxHighlighter.createScopeName - aesi-intellij
---
[aesi-intellij](../../index.html) / [org.metaborg.paplj.syntaxhighlighting](../index.html) / [AesiSyntaxHighlighter](index.html) / [createScopeName](.)
# createScopeName
`fun createScopeName(prefix: `[`String`](https://kotlinlang.org/api/latest/jvm/std... | {
"content_hash": "5ad17f9351afee3f0342af360965ac98",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 199,
"avg_line_length": 54.625,
"alnum_prop": 0.7482837528604119,
"repo_name": "Virtlink/aesi",
"id": "b6cee0a736566dbc7bbb856e1ffbf1bab366c8a0",
"size": "441",
"binary": ... |
<?php
namespace z1haze\Acl\Traits;
trait HasAcl
{
use UserOnly, UserAndLevel, UserAndPermission;
} | {
"content_hash": "1b7b8211bd55383f25b5a2b981e17008",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 50,
"avg_line_length": 13,
"alnum_prop": 0.75,
"repo_name": "z1haze/laravel-acl",
"id": "04631e081fb84cf036d804f63ccc6a6d5fabc348",
"size": "104",
"binary": false,
"copi... |
"""This module acts as a bridge to the sector models from the controller
The :class:`SectorModel` exposes several key methods for running wrapped
sector models. To add a sector model to an instance of the framework,
first implement :class:`SectorModel`.
Key Functions
=============
This class performs several key fun... | {
"content_hash": "69053f82bd2f5f8d0f370f9d79197128",
"timestamp": "",
"source": "github",
"line_count": 115,
"max_line_length": 90,
"avg_line_length": 36.78260869565217,
"alnum_prop": 0.6957446808510638,
"repo_name": "tomalrussell/smif",
"id": "be13824c04fc627c629b3c3024ccd76d554a54d4",
"size": "42... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `mango_smoothie` crate.">
<meta name="keywords" content="ru... | {
"content_hash": "4e64bb4cbf51c7abdac7d1467beeb4c6",
"timestamp": "",
"source": "github",
"line_count": 187,
"max_line_length": 423,
"avg_line_length": 53.93048128342246,
"alnum_prop": 0.5626177491323748,
"repo_name": "garrensmith/mango_smoothie",
"id": "5b56dac0d97d29242f6904820060f7faf6cfb0c8",
"... |
package org.apache.hadoop.yarn.client.cli;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.apache.hadoop.classification.Inte... | {
"content_hash": "39ccc354eab6c17261229298bb0e6191",
"timestamp": "",
"source": "github",
"line_count": 599,
"max_line_length": 100,
"avg_line_length": 36.26711185308848,
"alnum_prop": 0.6601914932793224,
"repo_name": "xuchenCN/hadoop",
"id": "c7cc4d2332104ff5572604329e9a5d979c56adf6",
"size": "225... |
class Regular extends Special {
public Regular(Node t) {
}
void print(Node t, int n, boolean p) {
// Printer.printRegular(t, n, p);
if (Environment.errorMessages.size() == 0) {
Printer.printQuoted(t, n, true);
System.out.print(")");
System.out.println();
} else {
String newErr = "";
for (Strin... | {
"content_hash": "19010ee0e4e20eff9757376adc0bb537",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 62,
"avg_line_length": 19.575757575757574,
"alnum_prop": 0.5758513931888545,
"repo_name": "akiress/proglangs",
"id": "9f359701ca6fa5f38c8c37bddf86959c90f3e909",
"size": "12... |
package org.apache.yoko.orb.CORBA;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.apache.yoko.orb.OCI.GiopVersion;
import org.omg.CORBA.portable.ValueOutputStream;
final public class OutputStream extends org.omg.CORBA_2_3.portable.OutputStream implements ValueOutputStream {
static ... | {
"content_hash": "76ec513e3c9c5267954b475bcbb709e1",
"timestamp": "",
"source": "github",
"line_count": 1956,
"max_line_length": 120,
"avg_line_length": 35.05163599182004,
"alnum_prop": 0.44335701054535376,
"repo_name": "apache/geronimo-yoko",
"id": "c9f627f285739a0561aa913613983d8c0cc7c63f",
"size... |
// This file contains the definition of abstract functions in the
// cross platform API so that we can use it for serialization of the
// scene graph on all systems without needing graphics.
#include "converter/cross/renderer_stub.h"
#include "core/cross/object_manager.h"
#include "core/cross/service_locator.h"
#in... | {
"content_hash": "42fc4b0cc68687d1ce86c28fb9769075",
"timestamp": "",
"source": "github",
"line_count": 191,
"max_line_length": 76,
"avg_line_length": 27.387434554973822,
"alnum_prop": 0.6912636207226152,
"repo_name": "rwatson/chromium-capsicum",
"id": "0f11826bb996d23d3168d82e60802b082c3cbdbb",
"s... |
"""
tox._quickstart
~~~~~~~~~~~~~~~~~
Command-line script to quickly setup tox.ini for a Python project
This file was heavily inspired by and uses code from ``sphinx-quickstart``
in the BSD-licensed `Sphinx project`_.
.. Sphinx project_: http://sphinx.pocoo.org/
License for Sphinx
==... | {
"content_hash": "812fbedf8220d298936985113639c672",
"timestamp": "",
"source": "github",
"line_count": 274,
"max_line_length": 99,
"avg_line_length": 29.251824817518248,
"alnum_prop": 0.5962570180910792,
"repo_name": "Itxaka/tox-plus",
"id": "cd6dbfb2f556cbe5f4dd58d4e69c5d0cb2f2a818",
"size": "803... |
<?php
namespace Drupal\Core\Installer\Form;
use Drupal\Component\Utility\Crypt;
use Drupal\Core\Database\Database;
use Drupal\Core\File\FileSystemInterface;
use Drupal\Core\Form\FormBase;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Render\RendererInterface;
use Drupal\Core\Site\Settings;
use Symfony\Comp... | {
"content_hash": "b0f48257c1da16a2dc191cb6870c6a1b",
"timestamp": "",
"source": "github",
"line_count": 301,
"max_line_length": 305,
"avg_line_length": 36.00332225913621,
"alnum_prop": 0.6359693642151887,
"repo_name": "electric-eloquence/fepper-drupal",
"id": "233853e4b544d15849fd3b0a350e3e841275925d... |
import Table from './table';
export default Table;
| {
"content_hash": "bad22b5a404bd985420a39e78902bf3b",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 28,
"avg_line_length": 17.333333333333332,
"alnum_prop": 0.7307692307692307,
"repo_name": "frozenarc/react-abstract-table",
"id": "434070a474c0b85541cc8a115862be97dd42837d",
... |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta content="text/html; charset=CP850" http-equiv="Content-Type" />
<title>File: domai... | {
"content_hash": "18aaad1deb1c96cb2efc2aed0eb25707",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 83,
"avg_line_length": 25.166666666666668,
"alnum_prop": 0.5710080941869021,
"repo_name": "wpm-org/wpm",
"id": "dcd644763bbb7294834e97a89ba1dde644b3cdbe",
"size": "1359",
... |
/*
* Minio Cloud Storage, (C) 2015 Minio, Inc.
*
* 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 la... | {
"content_hash": "c645fcb5ef7a414b09a4358a0483955d",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 86,
"avg_line_length": 23.472727272727273,
"alnum_prop": 0.7257939581719597,
"repo_name": "kahing/minio",
"id": "9ea8315527f0c3f3fc1a86ed455cde66e8fbea68",
"size": "1291",
... |
package com.jipasoft.sample.client.ui.users;
import com.google.gwt.core.client.GWT;
import com.google.gwt.dom.client.TableCellElement;
import com.google.gwt.dom.client.TableElement;
import com.google.gwt.dom.client.TableRowElement;
import com.google.gwt.uibinder.client.UiBinder;
import com.google.gwt.uibinder.client.U... | {
"content_hash": "91f1e81d22c3c9d6ce251f57fa3c8715",
"timestamp": "",
"source": "github",
"line_count": 98,
"max_line_length": 76,
"avg_line_length": 27.255102040816325,
"alnum_prop": 0.7199550730063646,
"repo_name": "jipaman/gwt-maven-sample",
"id": "6b3112c3cb2bcdb91ca36459a28a253957fe2a4f",
"siz... |
<link rel="import" href="../polymer/polymer.html">
<link rel="import" href="../core-animated-pages/core-animated-pages.html">
<link rel="import" href="../core-animated-pages/transitions/slide-from-right.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-icons/... | {
"content_hash": "9393deb292dd6184d95bdadba110b4e5",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 83,
"avg_line_length": 37.65909090909091,
"alnum_prop": 0.6946288473144236,
"repo_name": "devoncarew/dartpad_mobile",
"id": "ba3884244a9f235bf4036136e60d3c8ed45b71a9",
"siz... |
ActiveRecord::Base.class_eval do
def self.find_by_to_param(*param)
self.find_by_id(*param)
end
def self.find_by_to_param!(*param)
to_return = self.find_by_to_param(*param)
unless to_return
raise ActiveRecord::RecordNotFound, "Couldn't find #{self.name} with param=#{param.inspect}"
end
... | {
"content_hash": "8e363072508e99767f86cd02097a9168",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 98,
"avg_line_length": 21.275862068965516,
"alnum_prop": 0.580226904376013,
"repo_name": "brontes3d/find_by_to_param",
"id": "f13e56203be09a9e7beb2d03790823e1647349de",
"si... |
package io.gatling.http.check.body
import io.gatling.{ BaseSpec, ValidationValues }
import io.gatling.commons.validation.Success
import io.gatling.core.CoreDsl
import io.gatling.core.EmptySession
import io.gatling.core.check.{ Check, CheckResult }
import io.gatling.core.config.GatlingConfiguration
import io.gatling.... | {
"content_hash": "83a5424a0b96e8d74a54306ca3f22d92",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 139,
"avg_line_length": 50.30612244897959,
"alnum_prop": 0.7330628803245436,
"repo_name": "gatling/gatling",
"id": "5f89cd8544914234bc891c41fd5fa5fbbbec37f8",
"size": "3082... |
"""
This module takes care of capturing the cli options
"""
import os
import sys
# see http://stackoverflow.com/questions/16981921/relative-imports-in-python-3
PACKAGE_PARENT = '..'
SCRIPT_DIR = os.path.dirname(os.path.realpath(os.path.join(os.getcwd(), os.path.expanduser(__file__))))
sys.path.append(os.path.normpath... | {
"content_hash": "372f2bdefb7a4ad458827ab2e80ec4b4",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 139,
"avg_line_length": 45.696969696969695,
"alnum_prop": 0.6737400530503979,
"repo_name": "bradwood/BPRC",
"id": "d057b5d892a703236aa33c369bb98346eaf9db21",
"size": "3016"... |
'use strict';
// Production specific configuration
// =================================
module.exports = {
// Server IP
ip: process.env.OPENSHIFT_NODEJS_IP ||
process.env.IP ||
undefined,
// Server port
port: process.env.OPENSHIFT_NODEJS_PORT ||
process.env.PORT |... | {
"content_hash": "4cec7e30cc3ddfb540651611809ab5e0",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 82,
"avg_line_length": 25.91304347826087,
"alnum_prop": 0.5486577181208053,
"repo_name": "cmmakerclub/ip-monitoring-heroku",
"id": "1911f1e7ee20c0c13a0e3d1de40fb579346d3272",... |
#include "StringHash.h"
#include "InputFile.h"
#include "Error.h"
StringHash::StringHash(int startsize)
: StringHashBase()
{
count = 0;
size = startsize;
mask = startsize - 1;
// In this implementation, the size of hash tables must be a power of two
if (startsize & mask)
error("Str... | {
"content_hash": "3cd86d7bbb7cff898b99f3ca1996d8d5",
"timestamp": "",
"source": "github",
"line_count": 721,
"max_line_length": 92,
"avg_line_length": 21.56726768377254,
"alnum_prop": 0.5205787781350483,
"repo_name": "rtahmasbi/GeneEvolve",
"id": "95cfff74a19e6221e7b84f90f58af8d8b75cb8bc",
"size": ... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Atti Acad. Agiato Rovereto 8(2): 131 (1902)
#### Original name
Odontia straminella Bres., 1902
### Remarks
null | {
"content_hash": "db0951a7ea7342db99ac3dd3c28b9f0d",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 43,
"avg_line_length": 15.307692307692308,
"alnum_prop": 0.7085427135678392,
"repo_name": "mdoering/backbone",
"id": "bd48fc9b54f592706082c59a23e9c59f53264149",
"size": "25... |
LispEx [](https://travis-ci.org/kedebug/LispEx)
======
A dialect of Lisp extended to support concurrent programming.
### Overview
LispEx is another *Lisp Interpreter* implemented with *Go*. The syntax, semantics and library procedures are a... | {
"content_hash": "8e94fe4a74eb9760ff776f7a7c68be1b",
"timestamp": "",
"source": "github",
"line_count": 166,
"max_line_length": 213,
"avg_line_length": 27.39156626506024,
"alnum_prop": 0.6311853969650318,
"repo_name": "glycerine/LispEx",
"id": "5d3e77523dbebaacc2ca7ec3f7a6bc3a7199a879",
"size": "45... |
module ActiveAdmin
module LTE
module ResourceDSL
def self.included(base)
base.class_eval do
remove_method :form
end
end
private
def form(options = {}, &block)
config.set_page_presenter :form, form_presenter_lte(options, &block)
end
def form_pr... | {
"content_hash": "00e91131697d1203373109cc3eeab004",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 76,
"avg_line_length": 27.17142857142857,
"alnum_prop": 0.5783385909568874,
"repo_name": "barock19/activeadmin-lte",
"id": "c67ba9b804717cc2a088fe783825fe72c1c8626f",
"size... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Graphis erythraea Kremp.
### Remarks
null | {
"content_hash": "6c84a5959734a10ccea3892c3711dfdf",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 24,
"avg_line_length": 9.923076923076923,
"alnum_prop": 0.7054263565891473,
"repo_name": "mdoering/backbone",
"id": "86bc983cc988573f3606079b690c27b0e931cdac",
"size": "177... |
using System.Collections.Generic;
using System.Threading.Tasks;
using InfluxDB.Net.Models;
namespace InfluxDB.Net
{
internal interface IInfluxDbClient
{
Task<InfluxDbApiResponse> Ping(IEnumerable<ApiResponseErrorHandlingDelegate> errorHandlers);
Task<InfluxDbApiResponse> Version(IEnumerable<A... | {
"content_hash": "d1d8ba24fcd427a1ba5bfa3f95e96322",
"timestamp": "",
"source": "github",
"line_count": 90,
"max_line_length": 120,
"avg_line_length": 49.31111111111111,
"alnum_prop": 0.7809824245155476,
"repo_name": "ovjhc/InfluxDB.Net",
"id": "0882249c9a9a28923b1bd5fa94023c6aea871f2a",
"size": "4... |
<?php
/*
Unsafe sample
input : get the field userData from the variable $_GET via an object, which store it in a array
Flushes content of $sanitized if the filter email_filter is not applied
construction : use of sprintf via a %s with simple quote
*/
/*Copyright 2015 Bertrand STIVALET
Permission is hereby granted... | {
"content_hash": "32cddcfb9772d1b14498b9ba987ce137",
"timestamp": "",
"source": "github",
"line_count": 73,
"max_line_length": 95,
"avg_line_length": 22.671232876712327,
"alnum_prop": 0.7256797583081571,
"repo_name": "stivalet/PHP-Vulnerability-test-suite",
"id": "c2ffa6cc653bd9dcb58c411ce4687a8418c3... |
<?php
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
namespace diceprime\Bundle\ORMBundle\Interfaces;
/**
* Description of MapperInterface
*
* @author BMHB8456
*/
interface Mapp... | {
"content_hash": "d057904687aee667efa89ee9ae200f54",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 79,
"avg_line_length": 21.40740740740741,
"alnum_prop": 0.6782006920415224,
"repo_name": "dicePrime/b2",
"id": "f73a6c6eca486b198f488a0c60734b59c1d079fe",
"size": "578",
... |
Given "the admin logged in" do
visit login_path
fill_in 'Email', with: 'admin@foodlocker.com'
fill_in 'Password', with: 'foobar'
click_button 'Log in'
end
When "I go to personal profile" do
visit edit_user_path(User.find(2))
end
When "I go to users list" do
visit users_path
end
When "I go to pri... | {
"content_hash": "f224dc7d16411ba953b39e74f4a7bb9d",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 58,
"avg_line_length": 25.229508196721312,
"alnum_prop": 0.6920077972709552,
"repo_name": "FedericoGuidi/FoodLocker",
"id": "092cdb5eea1b1b1bb01f8a73039a1426e43f1333",
"siz... |
Firebase is a back end platform that offers several services to aid in the development of apps and games, specially the ones that rely on server side infrastructure.
Some of its services can be accessed by using a RESTful approach. This repository contains detailed guides and [examples](./examples) explaining how to u... | {
"content_hash": "b5462c131d018f3d8effef3a6db13259",
"timestamp": "",
"source": "github",
"line_count": 83,
"max_line_length": 201,
"avg_line_length": 50.6144578313253,
"alnum_prop": 0.7729112116162818,
"repo_name": "PhantomAppDevelopment/firebase-as3",
"id": "fd1b995dc59b86e5609844c57da73e432c2c30c4... |
layout: post
title: PAPY VOYEUR VOLUME 23 12700 - Scene 1
titleinfo: pornvd
desc: Watch PAPY VOYEUR VOLUME 23 12700 - Scene 1. Pornhub is the ultimate xxx porn and sex site.
---
<iframe src="http://www.pornhub.com/embed/904529469" frameborder="0" width="630" height="338" scrolling="no"></iframe>
<h2>PAPY VOYEUR VOLUME... | {
"content_hash": "c820dad2a6b15fe6bb4e8ac038ea4fb7",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 118,
"avg_line_length": 46.2,
"alnum_prop": 0.70995670995671,
"repo_name": "pornvd/pornvd.github.io",
"id": "dd582a23de7f8009a864d3c668ecb0164b25ef6e",
"size": "466",
"bi... |
package usb
import (
"fmt"
)
// #include <libusb-1.0/libusb.h>
import "C"
type usbError C.int
func (e usbError) Error() string {
return fmt.Sprintf("libusb: %s [code %d]", usbErrorString[e], int(e))
}
const (
SUCCESS usbError = C.LIBUSB_SUCCESS
ERROR_IO usbError = C.LIBUSB_ERROR_IO
ERRO... | {
"content_hash": "b273e1cec14c8a15b438887157603cfe",
"timestamp": "",
"source": "github",
"line_count": 78,
"max_line_length": 106,
"avg_line_length": 36.92307692307692,
"alnum_prop": 0.7152777777777778,
"repo_name": "zhfuzzy/gousb",
"id": "e89047a038f1ff2d7ef3e9df98947a513dcc91eb",
"size": "3491",... |
import java.io.File;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import... | {
"content_hash": "07ad7d67747dda725fc7e6f15cd325c6",
"timestamp": "",
"source": "github",
"line_count": 275,
"max_line_length": 173,
"avg_line_length": 33.552727272727275,
"alnum_prop": 0.686138506556844,
"repo_name": "zenzhong8383/tool-java",
"id": "2b7b00abda1ea60eee4364968d1411aedf27ef7d",
"size... |
package io.netty.handler.codec.http2;
import static io.netty.handler.codec.http2.Http2CodecUtil.CONNECTION_STREAM_ID;
import static io.netty.handler.codec.http2.Http2CodecUtil.DEFAULT_WINDOW_SIZE;
import static io.netty.handler.codec.http2.Http2CodecUtil.MAX_INITIAL_WINDOW_SIZE;
import static io.netty.handler.codec.... | {
"content_hash": "f9f4991b01bc28067241963255216ca4",
"timestamp": "",
"source": "github",
"line_count": 637,
"max_line_length": 119,
"avg_line_length": 40.39089481946625,
"alnum_prop": 0.64293209996502,
"repo_name": "gerdriesselmann/netty",
"id": "0b3679224ec5b6fd40f855f1473b1aee49105b5d",
"size": ... |
//******************************************************************************************************
// ApplicationNode.cs - Gbtc
//
// Copyright © 2021, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// ... | {
"content_hash": "3c5538e842c7fda981f92da10c1b70e9",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 105,
"avg_line_length": 40.16279069767442,
"alnum_prop": 0.5888824551244933,
"repo_name": "GridProtectionAlliance/openXDA",
"id": "7d417d7aa18b5c6d57c131983087a09def64aba7",
... |
import React from 'react'
import { render } from 'react-dom'
import { match, Router } from 'react-router'
import { createHistory } from 'history'
import routes from './routes/RootRoute'
const { pathname, search, hash } = window.location
const location = `${pathname}${search}${hash}`
// calling `match` is simply for s... | {
"content_hash": "1d3921e851511aaf94491ad1832a304c",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 57,
"avg_line_length": 31.705882352941178,
"alnum_prop": 0.6975881261595547,
"repo_name": "knowbody/react-router-playground",
"id": "9568f568e6ef42394dbb3b43e3dc599a95d63baf"... |
<?php
$config = include dirname(__DIR__).DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php';
require_once dirname(__DIR__).DIRECTORY_SEPARATOR.'vendor'.DIRECTORY_SEPARATOR.'autoload.php';
/* Parse URL */
$uri = explode('?',$_SERVER['REQUEST_URI']);
preg_match('/\/(?<object>[a-z]+)\.(?<method>[a-z]+)$/ui... | {
"content_hash": "6eda328ce8ed524bdfcd2dbe2c0f35bc",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 97,
"avg_line_length": 47.42857142857143,
"alnum_prop": 0.6445783132530121,
"repo_name": "fortwogis/webapi",
"id": "126ac57edbfa1f5562daa18a03deccb2d0c0f197",
"size": "664"... |
package migration20
import (
"encoding/binary"
"io"
"github.com/btcsuite/btcd/wire"
)
var (
byteOrder = binary.BigEndian
)
// writeOutpoint writes an outpoint from the passed writer.
func writeOutpoint(w io.Writer, o *wire.OutPoint) error {
if _, err := w.Write(o.Hash[:]); err != nil {
return err
}
if err ... | {
"content_hash": "2a62afbc7ef21633694a3b8b38c13e33",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 60,
"avg_line_length": 18.944444444444443,
"alnum_prop": 0.6612903225806451,
"repo_name": "aakselrod/lnd",
"id": "37481c997bd7eb2329e605e5aa286fa682b0f5bb",
"size": "682",
... |
SYNONYM
#### According to
Database of Vascular Plants of Canada (VASCAN)
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "db1e52c3b8281670bbfe9f6ce9ae3461",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 46,
"avg_line_length": 10.76923076923077,
"alnum_prop": 0.7,
"repo_name": "mdoering/backbone",
"id": "73f0a1966c0777821c0afc34209ea7853aeec39e",
"size": "225",
"binary": ... |
package org.metafacture.mangling;
import org.metafacture.framework.FluxCommand;
import org.metafacture.framework.StreamReceiver;
import org.metafacture.framework.annotations.Description;
import org.metafacture.framework.annotations.In;
import org.metafacture.framework.annotations.Out;
import org.metafacture.framework... | {
"content_hash": "5bec358962f0e7e24deb90384192fdcf",
"timestamp": "",
"source": "github",
"line_count": 102,
"max_line_length": 86,
"avg_line_length": 25.784313725490197,
"alnum_prop": 0.7494296577946769,
"repo_name": "cboehme/metafacture-core",
"id": "bb5ea97175b94ecbfab5dfdff90529bfbef21e0e",
"si... |
package org.softwareonpurpose.gauntlet;
import com.softwareonpurpose.uinavigator.UiDriver;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeOptions;
import java.util.Locale;
import java.util.concurrent.TimeUnit;
public class ChromeUiDriver extends UiDriver {
private static final Str... | {
"content_hash": "91fd456742c8cfc2e7f45604770347b9",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 122,
"avg_line_length": 36.825,
"alnum_prop": 0.7012898845892735,
"repo_name": "softwareonpurpose/softwaregauntlet",
"id": "55a2a257f0e6c889e5617747ec71038c2cd41ef8",
"size... |
import test from 'ava'
import {Flux} from '../src'
import {isFunction} from 'sav-util'
test('flux#api', ava => {
const flux = new Flux()
ava.true(isFunction(flux.prop))
ava.true(isFunction(flux.use))
ava.true(isFunction(flux.opt))
ava.true(isFunction(flux.clone))
ava.true(isFunction(flux.extend))
ava.t... | {
"content_hash": "45016252b51036ca7509537bb4262e28",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 41,
"avg_line_length": 26.379310344827587,
"alnum_prop": 0.7254901960784313,
"repo_name": "savjs/sav-flux",
"id": "3187cebef52eba43a88e1e39499f577058fa87ef",
"size": "765",... |
class ContentHashModel
attr_accessor :fields, :features
def initialize(flds, features=nil)
self.fields = flds
self.features = features
end
def options; {}; end
def form?; true; end
def valid?
valid_options = true
self.content_model_fields.each do |field|
invalid_options = false unle... | {
"content_hash": "f2d82de0d112c95b44a3e8ac1eebf822",
"timestamp": "",
"source": "github",
"line_count": 177,
"max_line_length": 131,
"avg_line_length": 29.423728813559322,
"alnum_prop": 0.6614823348694316,
"repo_name": "cykod/Webiva",
"id": "817e8533905d6d892c19c387fe89ab894a711110",
"size": "5209"... |
using namespace arangodb::velocypack;
namespace {
// maximum values for integers of different byte sizes
constexpr int64_t maxValues[] = {
128, 32768, 8388608, 2147483648,
549755813888, 140737488355328, 36028797018963968};
} // namespace
uint8_t const Slice::noneSliceData[] = {0... | {
"content_hash": "4f2742e8d3c232f5f0c75f674a0dea12",
"timestamp": "",
"source": "github",
"line_count": 797,
"max_line_length": 80,
"avg_line_length": 29.69134253450439,
"alnum_prop": 0.6154918864097363,
"repo_name": "arangodb/velocypack",
"id": "7b294240648fc230ae7710fd7b806a226379bd95",
"size": "... |
namespace google {
namespace cloud {
namespace apigeeconnect_internal {
GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
ConnectionServiceConnectionImpl::ConnectionServiceConnectionImpl(
std::unique_ptr<google::cloud::BackgroundThreads> background,
std::shared_ptr<apigeeconnect_internal::ConnectionServiceStub> stub,
... | {
"content_hash": "9bfadfbd0d203e00fcbf0d67e3235552",
"timestamp": "",
"source": "github",
"line_count": 53,
"max_line_length": 79,
"avg_line_length": 41.58490566037736,
"alnum_prop": 0.6733212341197822,
"repo_name": "googleapis/google-cloud-cpp",
"id": "d18482d1274480143feda8ba0d98a10e47966a68",
"s... |
id: bad87fee1348bd9aedb08845
title: Responsively Style Radio Buttons
required:
- link: 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.css'
raw: true
challengeType: 0
forumTopicId: 18270
---
## Description
<section id='description'>
You can use Bootstrap's <code>col-xs-*</code> classe... | {
"content_hash": "d125d507567644ff90a39c5e08e97e82",
"timestamp": "",
"source": "github",
"line_count": 178,
"max_line_length": 209,
"avg_line_length": 31.797752808988765,
"alnum_prop": 0.6388692579505301,
"repo_name": "BhaveshSGupta/FreeCodeCamp",
"id": "2aa4c05f23c154d5fb4be9fa0477fb93e7b76d3e",
... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.azure.identity;
import com.azure.core.annotation.Immutable;
import com.azure.core.credential.AccessToken;
import com.azure.core.credential.TokenCredential;
import com.azure.core.credential.TokenRequestContext;
... | {
"content_hash": "3a56c2c09762e04ea75782fee50d8d9d",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 100,
"avg_line_length": 42.18333333333333,
"alnum_prop": 0.7447649150533386,
"repo_name": "navalev/azure-sdk-for-java",
"id": "8ccd89fa21ea8494837c76ead580a6115e847c9d",
"s... |
package org.apache.reef.runtime.hdinsight.client.yarnrest;
import org.codehaus.jackson.annotate.JsonIgnoreProperties;
import org.codehaus.jackson.annotate.JsonProperty;
import org.codehaus.jackson.map.ObjectMapper;
import java.io.IOException;
import java.io.StringWriter;
/**
* A response object used in deserializa... | {
"content_hash": "5582c995a519acab40e552a4ec630a1c",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 94,
"avg_line_length": 26.980392156862745,
"alnum_prop": 0.7463662790697675,
"repo_name": "taegeonum/incubator-reef",
"id": "25041fdd8330e858e9c643e6541ebc61053da215",
"siz... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.