text stringlengths 2 1.04M | meta dict |
|---|---|
<bill session="110" type="hc" number="259" updated="2009-01-08T15:59:47-05:00">
<status><vote2 date="1195102800" datetime="2007-11-15" where="s" result="pass" how="by Unanimous Consent" roll=""/></status>
<introduced date="1195102800" datetime="2007-11-15"/>
<titles>
<title type="official" as="introduced">Providi... | {
"content_hash": "c3501cc69577b8b6d08d40eac0b891de",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 871,
"avg_line_length": 72.48484848484848,
"alnum_prop": 0.7454013377926422,
"repo_name": "hashrocket/localpolitics.in",
"id": "857e68a40d0e9580e62289e4190f4ec22a8c900f",
"... |
/**
* @fileOverview Horizontal Rule plugin.
*/
( function() {
var horizontalruleCmd = {
canUndo: false, // The undo snapshot will be handled by 'insertElement'.
exec: function( editor ) {
var hr = editor.document.createElement( 'hr' );
editor.insertElement( hr );
},
allowedContent: 'hr',
require... | {
"content_hash": "3f79510311aec4730e936c41e3b696f4",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 253,
"avg_line_length": 29.6,
"alnum_prop": 0.6646959459459459,
"repo_name": "lcnbala/aura",
"id": "f4deb57510b99e7a400bffd7f0f74498befa4507",
"size": "1345",
"binary": f... |
/* Acknowledging the contribution of code and ideas used here that
* came from Paul Chapman's vmac demo project. */
#include <stdbool.h>
#include <stdint.h>
#include "bacdef.h"
#include "bacdcode.h"
#include "bacint.h"
#include "bacenum.h"
#include "bits.h"
#include "npdu.h"
#include "apdu.h"
#include "handlers.h"
... | {
"content_hash": "26a7cb683a2166151226ac96e08d7b0c",
"timestamp": "",
"source": "github",
"line_count": 283,
"max_line_length": 83,
"avg_line_length": 42.522968197879855,
"alnum_prop": 0.5898288183480139,
"repo_name": "temcocontrols/T3000_Building_Automation_System",
"id": "cf99e849ec7ca6ab28a7f39545... |
package eu.funceptionapps.convertitall;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import eu.funceptionapps.convertitall.ObjectSerializer;
import eu.funceptionapps.conv... | {
"content_hash": "e7ed32a4ef4f507bc63607ba4ea93ce6",
"timestamp": "",
"source": "github",
"line_count": 321,
"max_line_length": 174,
"avg_line_length": 38.4797507788162,
"alnum_prop": 0.6595693005181347,
"repo_name": "djnilse/ConvertItAll",
"id": "c234d378d9d1d750b16cec61601c50bcf73f6ed2",
"size": ... |
namespace TMResourceData.Model
{
public class ResCurrent
{
public ResProject Project { get; set; }
public ResModule Module { get; set; }
public ResWord Word { get; set; }
public ResCulture Language { get; set; }
public Author Author { get; set; }
}
}
| {
"content_hash": "ad97c2982e79862bcf9596f5f84554df",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 48,
"avg_line_length": 24.46153846153846,
"alnum_prop": 0.5723270440251572,
"repo_name": "ONLYOFFICE/CommunityServer",
"id": "8a23c05cb6b8f3d997bd0d70cfd42ccb4c25c339",
"si... |
/*
* A wrapper for resampling a numerous amount of sampling combinations.
*/
#ifndef WEBRTC_COMMON_AUDIO_RESAMPLER_INCLUDE_RESAMPLER_H_
#define WEBRTC_COMMON_AUDIO_RESAMPLER_INCLUDE_RESAMPLER_H_
#include <stddef.h>
#include "webrtc/typedefs.h"
namespace webrtc {
// All methods return 0 on success and -1 on fa... | {
"content_hash": "ef69ef149cedafb0ec26d72bbda531ca",
"timestamp": "",
"source": "github",
"line_count": 84,
"max_line_length": 77,
"avg_line_length": 23.535714285714285,
"alnum_prop": 0.7152250885179565,
"repo_name": "evature/android",
"id": "259349b670b2d7b01125e8bbabe9a65f5d9bf7d0",
"size": "2389... |
/*global setTimeout, Config, Phaser*/
State.Story = function (game) {
"use strict";
this.game = game;
this.animationmusic = null;
this.skipKey = null;
this.timer1, this.timer2, this.timer3, this.timer4;
this.currentFrame;
};
State.Story.prototype = {
preload: function () {
"use st... | {
"content_hash": "60026704931f4972abefd18761b77496",
"timestamp": "",
"source": "github",
"line_count": 97,
"max_line_length": 85,
"avg_line_length": 38.63917525773196,
"alnum_prop": 0.6064567769477054,
"repo_name": "jucimarjr/posueagames",
"id": "2969c49e62e29c3ef8e4661af475eb7ccc83043a",
"size": ... |
<?php
include_once('../functions/DBconf.php');
spl_autoload_register(function($class) {
include "../functions/".$class .".class.php";
});
if(!isset($_SESSION['user_id']) && !isset($_COOKIE['user_id']))
{
header("Location: ../login.php");
}
if(isset($_SESSION['user_id']) || isset($_COOKIE['user_id']))
{
if(isset... | {
"content_hash": "b7004581831fb93ec7b37173c7860e77",
"timestamp": "",
"source": "github",
"line_count": 259,
"max_line_length": 133,
"avg_line_length": 30.10810810810811,
"alnum_prop": 0.520261605539882,
"repo_name": "aznsilence/dreamwatch",
"id": "099c0ee7eff45aa88e479d3d550c81386e48e864",
"size":... |
// $Id: NT_Service.cpp 96985 2013-04-11 15:50:32Z huangh $
#include "ace/config-all.h"
#if defined (ACE_WIN32) && !defined (ACE_LACKS_WIN32_SERVICES)
#include "ace/NT_Service.h"
#if !defined (__ACE_INLINE__)
#include "ace/NT_Service.inl"
#endif /* __ACE_INLINE__ */
#include "ace/Log_Category.h"
#include "ace/Servic... | {
"content_hash": "4cc388a7ebd2b2fe32cb3ae5437a765b",
"timestamp": "",
"source": "github",
"line_count": 618,
"max_line_length": 79,
"avg_line_length": 27.027508090614887,
"alnum_prop": 0.5584625516374304,
"repo_name": "batmancn/TinySDNController",
"id": "e70550b4092b1841b297dc6a45682f550c2ebf33",
"... |
import logging
import copy
from itertools import count
import claripy
from claripy.vsa import ValueSet, RegionAnnotation
from ..storage.memory import SimMemory, AddressWrapper, MemoryStoreRequest
from ..errors import SimMemoryError, SimAbstractMemoryError
from ..sim_options import KEEP_MEMORY_READS_DISCRETE, AVOID_MU... | {
"content_hash": "b3f1c8698e14ea8ec31cd9bfc0e37339",
"timestamp": "",
"source": "github",
"line_count": 692,
"max_line_length": 178,
"avg_line_length": 39.895953757225435,
"alnum_prop": 0.5804476963199072,
"repo_name": "tyb0807/angr",
"id": "f58b3b7f4a04e5d146024d138070575d5c0dbfce",
"size": "27608... |
var declarativeWebRequestSchema =
requireNative('schema_registry').GetSchema('declarativeWebRequest');
apiBridge.registerCustomHook(function(api) {
var webViewRequest = api.compiledApi;
// Helper function for the constructor of concrete datatypes of the
// declarative webRequest API.
// Makes sure that |t... | {
"content_hash": "e759dc00227733db651285248c8fb2b8",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 78,
"avg_line_length": 38.31428571428572,
"alnum_prop": 0.7099179716629381,
"repo_name": "nwjs/chromium.src",
"id": "690cfd34410cc42f2dd8f59974640aec0fdd275a",
"size": "153... |
package com.sun.jini.mahalo;
import com.sun.jini.constants.TimeConstants;
import com.sun.jini.constants.TxnConstants;
import com.sun.jini.landlord.LeasedResource;
import com.sun.jini.logging.Levels;
import com.sun.jini.mahalo.log.ClientLog;
import com.sun.jini.mahalo.log.LogException;
import com.sun.jini.mahalo.log.... | {
"content_hash": "90ca5e03cca28d454f0dd155b42f0c68",
"timestamp": "",
"source": "github",
"line_count": 1221,
"max_line_length": 80,
"avg_line_length": 33.13349713349713,
"alnum_prop": 0.6218360688155032,
"repo_name": "cdegroot/river",
"id": "45dae09ac9d841157874c633cbbb52432c770c14",
"size": "4126... |
package GoDynamoDB
import "github.com/aws/aws-sdk-go/service/dynamodb"
import (
"testing"
)
func Test_decode(t *testing.T) {
var attMap map[string]*dynamodb.AttributeValue
var err error
attMap, err = encode(&TestStruct{Name: "John", Id: "123"})
if err != nil {
t.Error("can not trans to AttributeValue")
}
o... | {
"content_hash": "1ea90aadc71f6bfa048058c2070f46ba",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 59,
"avg_line_length": 19.2,
"alnum_prop": 0.6579861111111112,
"repo_name": "Misfit-John/GoDynamoDB",
"id": "3908d489de7497bfb6eeb35d9300d211eb540fa4",
"size": "576",
"bi... |
import { Entity, EntityField } from "pouchable";
import { identity } from "lodash";
/**
* Represent a product entity
*/
export class Purchase extends Entity {
@EntityField({
group: "default",
mandatory: true,
name: "readable_id",
description: "Payment's readable id"
})
p... | {
"content_hash": "df3bb132f0bd663036bfe3ed225c73eb",
"timestamp": "",
"source": "github",
"line_count": 64,
"max_line_length": 52,
"avg_line_length": 22.25,
"alnum_prop": 0.5554775280898876,
"repo_name": "sudzy-group/com.sudzy.db",
"id": "cffd78bd9d164aba12d74bdda36f3b5fa486972f",
"size": "1424",
... |
The MIT License
Copyright (c) 2017 Daniel Roberson
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publis... | {
"content_hash": "1164c9ea3cfe2ea58140d516cab9895d",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 77,
"avg_line_length": 51.23809523809524,
"alnum_prop": 0.8057620817843866,
"repo_name": "droberson/davenavarrosgoatee",
"id": "53556206b7285105d65458bc3a0d63f2b59e9f42",
"... |
<?php
namespace Symfony\Component\Form;
/**
* Field for entering URLs.
*
* Available options:
*
* * default_protocol: If specified, {default_protocol}:// (e.g. http://)
* will be prepended onto any input string that
* doesn't begin with the protocol.
*
... | {
"content_hash": "4e84326ebb8b23d81b933951cd257dbb",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 78,
"avg_line_length": 20.88372093023256,
"alnum_prop": 0.5311804008908686,
"repo_name": "l3l0/BehatExamples",
"id": "a8b49f7d08e36a4331941be1c0186530806b9499",
"size": "11... |
package mcjty.rftoolsdim.network;
import io.netty.buffer.ByteBuf;
import mcjty.lib.network.NetworkTools;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import java.util.function.Function;
public class ByteBufTools {
public static void writeMapAsStrings(ByteBuf bu... | {
"content_hash": "80fba5eb2a0eb9142135a8d317fd0cf8",
"timestamp": "",
"source": "github",
"line_count": 110,
"max_line_length": 100,
"avg_line_length": 30.354545454545455,
"alnum_prop": 0.5172207247678946,
"repo_name": "McJty/RFToolsDimensions",
"id": "dda6d4ff9e81240d0d8a2fc33b43c3adeab83d5b",
"si... |
<?php
namespace Mikroking\Exception;
abstract class BaseException extends \Exception
{
public function getHeaders()
{
return [];
}
}
| {
"content_hash": "844294d5f551c4bb9897c49567534bf9",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 47,
"avg_line_length": 15.4,
"alnum_prop": 0.6623376623376623,
"repo_name": "taavit/mikroking",
"id": "8622c70525fba14cbfca054acb16930407d42dd1",
"size": "154",
"binary":... |
// Copyright (c) 2012 Ecma International. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
es5id: 15.2.3.5-4-169
description: >
Object.create - one property in 'Properties' is a Number object
that uses Object's [[Get]] method to access the 'value' property
... | {
"content_hash": "3e475e39380c440fc34fe84032a3f3fa",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 70,
"avg_line_length": 27.85,
"alnum_prop": 0.6265709156193896,
"repo_name": "baslr/ArangoDB",
"id": "529e7b3feefc25e86210dbca3401e75006300513",
"size": "557",
"binary": ... |
/**
* \file Definitions.h
* \brief Contains functions and constants used in multiple classes.
*/
#ifndef RVO_DEFINITIONS_H_
#define RVO_DEFINITIONS_H_
#include "API.h"
namespace RVO {
/**
* \brief Computes the square of a float.
* \param scalar The float to be squared.
* \return The square of th... | {
"content_hash": "8961fb652a6a11d8bffcfb2db671eb0c",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 69,
"avg_line_length": 17.32,
"alnum_prop": 0.6558891454965358,
"repo_name": "honix/godot",
"id": "a73aca9908752c8823c9d54a0136558ee0be9c6a",
"size": "1476",
"binary": fa... |
require File.dirname(__FILE__) + '/../test_helper'
context "Asset Tagging" do
fixtures :taggings, :tags, :assets
specify "should show taggable tags" do
assert_models_equal [tags(:ruby)], assets(:gif).tags
end
specify "should add tags" do
assert_difference Tagging, :count do
assert_no_difference... | {
"content_hash": "f03fd1bb40fce588406151fe9993f52b",
"timestamp": "",
"source": "github",
"line_count": 79,
"max_line_length": 96,
"avg_line_length": 29.49367088607595,
"alnum_prop": 0.6596566523605151,
"repo_name": "mwatha/cezobal",
"id": "c8ba8f14a33fb2cf0eb822c2776622d92f852c7d",
"size": "2330",... |
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="item"
android:textColor="#f333"
android:textSize="14dp"
android:pa... | {
"content_hash": "0b4346f46171a1b124fcea5dbacf2046",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 68,
"avg_line_length": 37.77777777777778,
"alnum_prop": 0.611764705882353,
"repo_name": "MaTriXy/Paginize",
"id": "f2eef89bb3321bc25c0252411f88d97d0f218258",
"size": "340",
... |
source ../testsupport.sh
. ./cleanup.sh
run test.txt
grep -q "Stage hello" test.out || err "Failed to find expected stage hello"
grep -q "Stage world" test.out || err "Failed to find expected stage world"
[ ! -f test.txt.hello ] && err "Failed to find expected output test.txt"
[ ! -f test.txt.hello.world ] && err "... | {
"content_hash": "cc7f2a4f39c2c313989ddd0ce3875631",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 90,
"avg_line_length": 29.153846153846153,
"alnum_prop": 0.6992084432717678,
"repo_name": "vivovip/bpipe",
"id": "b9f2144c42edda7515145d1c140dfc7da1383153",
"size": "379",
... |
@interface ThreadSafeDictionary()
{
SyncType type;
NSMutableDictionary* dictionary;
NSLock* nsLock;
OSSpinLock osSpinLock;
dispatch_queue_t queue;
dispatch_semaphore_t semaphore;
pthread_mutex_t ptMutex;
}
@end
@implementation ThreadSafeDictionary
- (instancetype)init
{
self ... | {
"content_hash": "feab3ec5cbae214621de58c66417c68c",
"timestamp": "",
"source": "github",
"line_count": 308,
"max_line_length": 87,
"avg_line_length": 22.87012987012987,
"alnum_prop": 0.42461669505962524,
"repo_name": "migonin/SynchronizationTests",
"id": "6788d4301871b3c3c7b0a1e7c4e67965b1b55a8e",
... |
using Mobet.Authorization.Controllers.Shared;
using Mobet.Authorization.Models;
using Mobet.Authorization.Models.Passport;
using Mobet.Caching;
using Mobet.Extensions;
using Mobet.Net.Mail;
using Mobet.Runtime.Cookie;
using Mobet.Runtime.Security;
using Mobet.Services;
using Mobet.Services.Requests.Captcha;
using Mobe... | {
"content_hash": "d876e7cb051a8c10e403b56e005d515c",
"timestamp": "",
"source": "github",
"line_count": 171,
"max_line_length": 168,
"avg_line_length": 30.75438596491228,
"alnum_prop": 0.5658870507701084,
"repo_name": "Mobet/Mobet-Net",
"id": "a82e513c8ccc086a7caa75240793a642cef98fc8",
"size": "542... |
package org.apache.accumulo.test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import java.io.File;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
import java.util.Map.Entry;
import java.util.SortedSet;
impor... | {
"content_hash": "d61705d54a954132384f0125b0bb3ee6",
"timestamp": "",
"source": "github",
"line_count": 342,
"max_line_length": 100,
"avg_line_length": 40.87134502923977,
"alnum_prop": 0.7205608813850336,
"repo_name": "keith-turner/accumulo",
"id": "d1b576185414a559c5d9b1505dca92de7b409ba2",
"size"... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
Fl. Australia 8:372, 392. 1982
#### Original name
Didymotheca tepperi H.Walter
### Remarks
null | {
"content_hash": "b61864d5fb9faf1c0b63b05b2cb418df",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 13.538461538461538,
"alnum_prop": 0.7272727272727273,
"repo_name": "mdoering/backbone",
"id": "15582713d6d9d936e1eaa8efeebf9267dce04d6c",
"size": "25... |
package com.amazonaws.services.lightsail.model.transform;
import javax.annotation.Generated;
import com.amazonaws.SdkClientException;
import com.amazonaws.Request;
import com.amazonaws.http.HttpMethodName;
import com.amazonaws.services.lightsail.model.*;
import com.amazonaws.transform.Marshaller;
import com.amazon... | {
"content_hash": "c27d66a004192badc30309afc5ddd38c",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 158,
"avg_line_length": 43.01923076923077,
"alnum_prop": 0.7751452838623156,
"repo_name": "aws/aws-sdk-java",
"id": "0a92ad91de7816486fde501b3a03ee43bcecd926",
"size": "281... |
\hypertarget{group___r_t_c_ex}{}\section{R\+T\+C\+Ex}
\label{group___r_t_c_ex}\index{R\+T\+C\+Ex@{R\+T\+C\+Ex}}
\subsection*{Modules}
\begin{DoxyCompactItemize}
\item
\hyperlink{group___r_t_c_ex___exported___types}{R\+T\+C\+Ex Exported Types}
\item
\hyperlink{group___r_t_c_ex___exported___constants}{R\+T\+C\+Ex Expor... | {
"content_hash": "1a9bd1bcff4b46d501d1bfc5f33f834a",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 83,
"avg_line_length": 37.2,
"alnum_prop": 0.6733870967741935,
"repo_name": "team-diana/nucleo-dynamixel",
"id": "841ca296e1565e29376e6a41b77174b6d084df0b",
"size": "744",
... |
/* jshint node:true, browser:true */
(function( root, factory ) {
// CommonJS
if( typeof exports === 'object' ) {
module.exports = factory(require('spin.js'));
}
// AMD module
else if( typeof define === 'function' && define.amd ) {
define( [ 'spin' ], factory );
}
// Browser global
else {
... | {
"content_hash": "fe736f61e97970dfe29234759efc9ec5",
"timestamp": "",
"source": "github",
"line_count": 406,
"max_line_length": 85,
"avg_line_length": 22.492610837438423,
"alnum_prop": 0.5705212439772229,
"repo_name": "tolentinojohnkenneth/hlcc",
"id": "52bd3a44691701498a532aa5090813c05c8a531f",
"s... |
namespace TestStack.BDDfy.Configuration
{
public interface IKeyGenerator
{
string GetScenarioId();
string GetStepId();
void Reset();
}
} | {
"content_hash": "6cbfa208421463538d0bf314120e5dab",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 39,
"avg_line_length": 19.11111111111111,
"alnum_prop": 0.622093023255814,
"repo_name": "TestStack/TestStack.BDDfy",
"id": "10904c0fe6928b4119ffc9bbd52740499d1fe744",
"size"... |
ossimGdalElevationDatabaseFactory *ossimGdalElevationDatabaseFactory::m_instance = 0;
ossimGdalElevationDatabaseFactory *ossimGdalElevationDatabaseFactory::instance()
{
if(!m_instance)
{
m_instance = new ossimGdalElevationDatabaseFactory();
}
return m_instance;
}
ossimElevationDatabase *ossimGdal... | {
"content_hash": "a79ccaf803cf0aa1b1d01b46bf91f470",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 117,
"avg_line_length": 32.27272727272727,
"alnum_prop": 0.6740442655935613,
"repo_name": "ossimlabs/ossim-plugins",
"id": "dc05033a9c86d41b159042c7cd580f53531a6308",
"size... |
'use strict';
const common = require('../common');
const assert = require('assert');
if (common.isWindows) {
assert.strictEqual(process.setgroups, undefined);
return;
}
if (!common.isMainThread)
return;
assert.throws(
() => {
process.setgroups();
},
{
code: 'ERR_INVALID_ARG_TYPE',
name: 'Type... | {
"content_hash": "c84edb3f3de5633b0330d83275746676",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 80,
"avg_line_length": 22.12280701754386,
"alnum_prop": 0.578112609040444,
"repo_name": "enclose-io/compiler",
"id": "2e04c8a1756383a36accc2fee4faabec092d1ada",
"size": "12... |
package org.apache.hadoop.hdfs.server.blockmanagement;
import java.util.Random;
import java.util.UUID;
import static org.junit.Assert.assertEquals;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.hdfs.DFSTestUtil;
import org.apache.hadoop.hdfs.DistributedFileS... | {
"content_hash": "32e5522af465db82120d370126e43653",
"timestamp": "",
"source": "github",
"line_count": 280,
"max_line_length": 80,
"avg_line_length": 39.614285714285714,
"alnum_prop": 0.7000540930400289,
"repo_name": "979969786/hadoop",
"id": "cf4299b50158d00c8714ee19c9714202c93da9a0",
"size": "11... |
This file describes how best to contribute and collaborate on this project. | {
"content_hash": "ec50662f6441b61f00f95056d975c2a3",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 75,
"avg_line_length": 75,
"alnum_prop": 0.84,
"repo_name": "CMGI/cmgi-pet-utils",
"id": "c09522554d1ea6cea8ae6d16f67b7f86d3da15f0",
"size": "91",
"binary": false,
"copi... |
<?php
namespace Codeception\Command;
use Codeception\Configuration;
use Codeception\Util\FileSystem;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
class Cle... | {
"content_hash": "c3bc3fbdff222de5ddc2009b70382f53",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 102,
"avg_line_length": 28.314285714285713,
"alnum_prop": 0.6851664984863775,
"repo_name": "slivas/hoz",
"id": "f5cf1cd3cf2fd9bfc527db562bd8a8f0bd983226",
"size": "991",
... |
class ApplicationController < ActionController::Base
# For APIs, you may want to use :null_session instead.
protect_from_forgery with: :null_session
end
| {
"content_hash": "a80dfa1150f0b743daaa211bc3ae8c87",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 56,
"avg_line_length": 39.25,
"alnum_prop": 0.7770700636942676,
"repo_name": "MrChristofferson/Farmbot-Web-API",
"id": "bede28f44b86a4036925d2f11711a1c6bc428e9e",
"size": "1... |
@interface PodsDummy_RamblerTyphoonUtils_AssemblyCollector_AssemblyTesting : NSObject
@end
@implementation PodsDummy_RamblerTyphoonUtils_AssemblyCollector_AssemblyTesting
@end
| {
"content_hash": "1112826b35b49a831c29d62770ea4790",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 85,
"avg_line_length": 44,
"alnum_prop": 0.8920454545454546,
"repo_name": "rambler-digital-solutions/rambler-it-ios",
"id": "8207d5a7bfa3ab175d797d680917292dc57be981",
"size... |
using set.messaging.Controllers;
namespace set.messaging.test.Shared.Builders
{
public class HomeControllerBuilder : BaseBuilder
{
internal HomeController Build()
{
return new HomeController();
}
}
} | {
"content_hash": "876404e629d94f2613ce0709d6b5b69e",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 52,
"avg_line_length": 20.833333333333332,
"alnum_prop": 0.64,
"repo_name": "argeset/set-messaging",
"id": "a5b8e107bbc2dd7a79298e8ac53b9a262c9a8535",
"size": "252",
"bin... |
'use strict';
var util = require('hexo-util');
var highlight = util.highlight;
var stripIndent = require('strip-indent');
var jsDom = require('jsdom');
var rCaptionUrl = /(\S[\S\s]*)\s+(https?:\/\/)(\S+)/i;
var rCaption = /(\S[\S\s]*)/;
var rTab = /<!--\s*tab (\w*)\s*-->\n([\w\W\s\S]*?)<!--\s*endtab\s*-->/g;
// creat... | {
"content_hash": "4601ace37557e73ca358f514be2c1a3d",
"timestamp": "",
"source": "github",
"line_count": 119,
"max_line_length": 90,
"avg_line_length": 27.798319327731093,
"alnum_prop": 0.4996977025392987,
"repo_name": "saholman/saholman.com",
"id": "e6599c7d1767bbae6f3fd0d1d520fa4b900d750e",
"size"... |
<?php
namespace Symfony\Component\HttpKernel;
use Symfony\Bridge\ProxyManager\LazyProxy\Instantiator\RuntimeInstantiator;
use Symfony\Bridge\ProxyManager\LazyProxy\PhpDumper\ProxyDumper;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Sym... | {
"content_hash": "abee71735010caaa6a5a7a1b0b800c78",
"timestamp": "",
"source": "github",
"line_count": 745,
"max_line_length": 214,
"avg_line_length": 30.868456375838925,
"alnum_prop": 0.5554637561421055,
"repo_name": "samokiss/etf",
"id": "3b3d87814b6ab4079ea434545994cf5978390209",
"size": "23226... |
define(["angular", "feed-mgr/feeds/define-feed/module-name"], function (angular, moduleName) {
/**
* Displays a table option stepper template.
*/
var kyloTableOptionsStepper = function ($compile, $mdDialog, $templateRequest, StateService, UiComponentsService) {
return {
restrict: "... | {
"content_hash": "cf7f0110b0dfb1d22f07158e533039f1",
"timestamp": "",
"source": "github",
"line_count": 79,
"max_line_length": 179,
"avg_line_length": 45.721518987341774,
"alnum_prop": 0.4684385382059801,
"repo_name": "peter-gergely-horvath/kylo",
"id": "32741de9dee2697fb4e5a2163ee1c0ceb40bb6c6",
"... |
<?xml version="1.0" encoding="UTF-8"?>
<spirit:component xmlns:xilinx="http://www.xilinx.com" xmlns:spirit="http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<spirit:vendor>xilinx.com</spirit:vendor>
<spirit:library>customized_ip</spirit:library>
<s... | {
"content_hash": "15d46b15d301a2ab7ea094eb5d64f1fe",
"timestamp": "",
"source": "github",
"line_count": 4247,
"max_line_length": 802,
"avg_line_length": 51.1276194961149,
"alnum_prop": 0.6466134595811899,
"repo_name": "MarkBlanco/FPGA_Sandbox",
"id": "b4cb01bdc5295e362a39ecb79a2ca6466f8c31e5",
"siz... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_04) on Thu Jan 10 14:33:56 CET 2013 -->
<TITLE>
NormalRelativeUrlResolver
</TITLE>
<META NAME="date" CONTENT="2013-01-10">
<LINK REL ="stylesheet" ... | {
"content_hash": "802a3432d8938da50640c41b465b3927",
"timestamp": "",
"source": "github",
"line_count": 275,
"max_line_length": 312,
"avg_line_length": 42.585454545454546,
"alnum_prop": 0.6364102126206131,
"repo_name": "adriancmiranda/flash-compiler",
"id": "d6b4c1c7a1b51a1953d62009bac29878bad7450c",... |
<!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_151) on Sun Mar 17 11:03:40 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.wildf... | {
"content_hash": "584c856eb02c950b377d1f2e80343b45",
"timestamp": "",
"source": "github",
"line_count": 170,
"max_line_length": 529,
"avg_line_length": 46.93529411764706,
"alnum_prop": 0.6525880436144881,
"repo_name": "wildfly-swarm/wildfly-swarm-javadocs",
"id": "8a13f15cc6cdb39245d468baa647b5dd6aa8... |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package nao_pose
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.5.1 (2014-11-13)
------------------
* bugfix: fixing python imports for nao_robot
* bugfix: python imports
* Contributors: Karsten Knese
0.5.0 (2014-11-06)
------------------
* moved pose manager into nao_robot
* transfer n... | {
"content_hash": "887819b02671621af202d62ee636cb37",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 114,
"avg_line_length": 36.61538461538461,
"alnum_prop": 0.7195378151260504,
"repo_name": "kochigami/nao_robot",
"id": "c668b64418893c7bc02eeaa272b90b5b7f31e566",
"size": "... |
class IRepository
{
public:
virtual bool download(std::string url, std::string destiny_path) = 0;
virtual std::string search(std::string name) = 0;
};
#endif | {
"content_hash": "f1ee43d405a8e55959b418c80603bb15",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 75,
"avg_line_length": 21.625,
"alnum_prop": 0.6647398843930635,
"repo_name": "igordeoliveirasa/mp3-finder",
"id": "aee1028949cc75909325fe5157fe548d3cfd113d",
"size": "239",... |
package org.mapfish.print.map.geotools.grid;
import java.awt.Font;
/**
* Enumeration of all the allowed font styles.
*/
public enum FontStyle {
/**
* The plain style.
*/
PLAIN(Font.PLAIN),
/**
* The bold style.
*/
BOLD(Font.BOLD),
/**
* The italic style.
*/
ITAL... | {
"content_hash": "3a482f8f362bca0dc92b5d5fd7d7617c",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 46,
"avg_line_length": 17.586206896551722,
"alnum_prop": 0.5862745098039216,
"repo_name": "Galigeo/mapfish-print",
"id": "63290f8f5493a5abc31fa9a4dccbfa43cc532545",
"size":... |
/**
*/
package br.ufpe.cin.tupi;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Events Decl</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>... | {
"content_hash": "51ea0524e04049f84443835bad775924",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 84,
"avg_line_length": 26.41860465116279,
"alnum_prop": 0.6329225352112676,
"repo_name": "fmca/Tupi",
"id": "283cd74bde282aaeff1d6af5bcf9337ddc47c512",
"size": "1136",
"b... |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>is_class</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../index.html" title="Chapter 1. Bo... | {
"content_hash": "e420c0839eed5076c2d074c2886684b9",
"timestamp": "",
"source": "github",
"line_count": 99,
"max_line_length": 438,
"avg_line_length": 85.96969696969697,
"alnum_prop": 0.6589119962401598,
"repo_name": "davehorton/drachtio-server",
"id": "abeed47de19352d31d35c115bfda03af5f59971f",
"s... |
package Homework;
import java.util.ArrayList;
public class IndexOfLetters {
public void indexOfLetters(String word){
ArrayList<Character> alphabet = new ArrayList<>();
StringBuilder result = new StringBuilder();
for (int i = 97; i < 123; i++){
alphabet.add(((char) i));
... | {
"content_hash": "543e21069ca06b8450ebad51c98d48a2",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 68,
"avg_line_length": 28.73076923076923,
"alnum_prop": 0.5475234270414994,
"repo_name": "sevdalin/Software-University-SoftUni",
"id": "59886ced998dba81e0885c53f89e5fe02fd6d4... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ro">
<head>
<!-- Generated by javadoc (version 1.7.0_07) on Tue May 27 14:37:26 EEST 2014 -->
<title>Uses of Package net.sf.jasperreports.charts.xml (JasperReports 5.6.0 API)</title>
<meta... | {
"content_hash": "2135da13f3089e6117aa3dc87f1d2e01",
"timestamp": "",
"source": "github",
"line_count": 120,
"max_line_length": 265,
"avg_line_length": 35.208333333333336,
"alnum_prop": 0.6175147928994082,
"repo_name": "phurtado1112/cnaemvc",
"id": "54121e2aa0e09d5bcb60c7e6d3283972926a1283",
"size"... |
require 'pry'
if ENV["COVERAGE"]
require 'simplecov'
SimpleCov.start do
add_filter 'test/'
end
end
if ENV["PROFILE"]
require 'ruby-prof'
require 'ruby-prof-flamegraph'
end
ENV["STATSD_USE_NEW_CLIENT"] ||= "1" # support forwards compatibility with v3.0
$LOAD_PATH.unshift(File.expand_path('../../lib', __... | {
"content_hash": "9ad2c518db8b4506e0eb794536c0c0d3",
"timestamp": "",
"source": "github",
"line_count": 253,
"max_line_length": 120,
"avg_line_length": 30.533596837944664,
"alnum_prop": 0.6194174757281553,
"repo_name": "Shopify/kubernetes-deploy",
"id": "159409e9345e9ed99dd54e4b3fc5af3f61b66995",
"... |
<footer id="footer">
<p class="small">© Copyright {{ site.time | date: '%Y' }} {{ site.author }}</p>
</footer>
<a href="#scrollTop" class="topHead">Back to Top</a>
| {
"content_hash": "2ac4b8ac87a5b0310351c7db182c4673",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 83,
"avg_line_length": 42,
"alnum_prop": 0.5952380952380952,
"repo_name": "markyun/markyun.github.io",
"id": "6b0a74d88b2a849adbf22e54dcdd581f590c4aae",
"size": "169",
"bi... |
#include <isl_ctx_private.h>
#include <isl_map_private.h>
#include <isl/map.h>
#include <isl_seq.h>
#include <isl_space_private.h>
#include <isl_lp_private.h>
#include <isl/union_map.h>
#include <isl_mat_private.h>
#include <isl_vec_private.h>
#include <isl_options_private.h>
#include <isl_tarjan.h>
isl_bool isl_map... | {
"content_hash": "6d1c355ba27568c735d3853f4c8e4ad5",
"timestamp": "",
"source": "github",
"line_count": 2939,
"max_line_length": 79,
"avg_line_length": 26.19360326641715,
"alnum_prop": 0.6282685787771326,
"repo_name": "Meinersbur/isl",
"id": "2733cee563d45db817bb078a195f5552ec007fa8",
"size": "7724... |
<?php
// Copyright 2017 DAIMTO ([Linda Lawton](https://twitter.com/LindaLawtonDK)) : [www.daimto.com](http://www.daimto.com/)
//
// 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://w... | {
"content_hash": "592f647d435f974ff150f0c3a79d350b",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 133,
"avg_line_length": 41.37894736842105,
"alnum_prop": 0.6387687611294836,
"repo_name": "LindaLawton/Google-APIs-PHP-Samples",
"id": "d7cf65b9fea15edb5fcf59ae24d7820ebeb647... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<script src="script.js"></script>
<script src="test.js"></script>
</body>
</html> | {
"content_hash": "ce5288bb6ad33fba4afba9a7a558aebc",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 34,
"avg_line_length": 16.727272727272727,
"alnum_prop": 0.625,
"repo_name": "slbedu/front-end-web-2015",
"id": "7e3d180566a0876a4d1b842308d6bdd10b4557aa",
"size": "184",
... |
package org.fest.assertions.condition;
import static junit.framework.Assert.assertEquals;
import static org.fest.assertions.test.ExpectedException.none;
import java.util.*;
import org.fest.assertions.core.*;
import org.fest.assertions.test.ExpectedException;
import org.junit.*;
/**
* Tests for <code>{@link AllOf#... | {
"content_hash": "1983333d3c4b41114e974cc48b265356",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 82,
"avg_line_length": 29.833333333333332,
"alnum_prop": 0.7396648044692737,
"repo_name": "nicstrong/fest-assertions-android",
"id": "9106dda17a8e549d2952108774585a7be47dde84... |
void genericPlaySound(char* toplay, int soundmode)
{
switch(soundmode)
{
case SOUND_MODE_SYNC:
playSYNCsound(toplay);
break;
case SOUND_MODE_ASYNC:
playASYNCsound(toplay);
break;
case SOUND_MODE_MIX:
playMIXsound(toplay);
break;
}
}
void playRoundDump(PROUND round, bool multiple,... | {
"content_hash": "d589e494aad656662161e36cca35f491",
"timestamp": "",
"source": "github",
"line_count": 193,
"max_line_length": 95,
"avg_line_length": 20.849740932642487,
"alnum_prop": 0.6970675944333996,
"repo_name": "agentcox/TheAgencyRazorOne",
"id": "6557b8baab812225331f91505d5b14dfcb6a6853",
"... |
"""Functions that deals with local and device ports."""
import contextlib
import fcntl
import httplib
import logging
import os
import re
import socket
import traceback
import cmd_helper
import constants
#The following two methods are used to allocate the port source for various
# types of test servers. Because some... | {
"content_hash": "4f800006316d3dd78ec19683ead33857",
"timestamp": "",
"source": "github",
"line_count": 156,
"max_line_length": 79,
"avg_line_length": 35.544871794871796,
"alnum_prop": 0.6703336339044184,
"repo_name": "keishi/chromium",
"id": "be994c362c74a0ec26f98688d72fb573fc20cfa6",
"size": "571... |
'use strict';
var reporters = require('../../').reporters;
var Doc = reporters.Doc;
describe('Doc reporter', function () {
var stdout;
var stdoutWrite;
var runner = {};
beforeEach(function () {
stdout = [];
stdoutWrite = process.stdout.write;
process.stdout.write = function (string) {
stdout... | {
"content_hash": "e2ea2e800a55ed4d16533a10dc641947",
"timestamp": "",
"source": "github",
"line_count": 213,
"max_line_length": 91,
"avg_line_length": 31.863849765258216,
"alnum_prop": 0.5260055989391483,
"repo_name": "apkiernan/mocha",
"id": "2e0d1e029e2e194d5ffefe73445d3cddd92be5b5",
"size": "678... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "fc62565ba6ac0d40a904f9cf7eea1d20",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "a90208ba432d2d8f7289605cceaf158f162dbd67",
"size": "184... |
using Lucene.Net.Util;
using NUnit.Framework;
using Assert = Lucene.Net.TestFramework.Assert;
namespace Lucene.Net.Configuration
{
// The test framework will automatically select the Codec.Default property at random from the complete
// set of codecs. For any codecs that were not registed, they need to ... | {
"content_hash": "7c3d83218eb4c279b99b2616526857da",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 120,
"avg_line_length": 39.483870967741936,
"alnum_prop": 0.678921568627451,
"repo_name": "NightOwl888/lucenenet",
"id": "a2d662e87f30e1761c578b214864b146a45fbbab",
"size":... |
<?php
namespace CourseHero\ResponsysPHP\Api\Types;
class TriggerCustomEventResponse
{
/**
*
* @var TriggerResult $result
* @access public
*/
public $result = null;
/**
*
* @param TriggerResult $result
* @access public
*/
public function __construct($result = null)
{
$this->re... | {
"content_hash": "c13afb75883ed84a53b72397f5db3fc7",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 45,
"avg_line_length": 13.72,
"alnum_prop": 0.6064139941690962,
"repo_name": "course-hero/responsys-php",
"id": "f2178f4769911eb6cab3d9327d6fadc025aad0bd",
"size": "343",
... |
package org.dizitart.no2.objects.filters;
import lombok.Getter;
import lombok.ToString;
import org.dizitart.no2.Document;
import org.dizitart.no2.Filter;
import org.dizitart.no2.NitriteId;
import org.dizitart.no2.filters.Filters;
import org.dizitart.no2.store.NitriteMap;
import java.util.Set;
import static org.diz... | {
"content_hash": "43dd173be6bdc9a870bcc9d50e535d9a",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 78,
"avg_line_length": 25.91111111111111,
"alnum_prop": 0.7015437392795884,
"repo_name": "dizitart/nitrite-database",
"id": "21da00aba8849b4647518c3df947f8d21acc0e32",
"siz... |
#ifndef NRFX_POWER_CLOCK_H__
#define NRFX_POWER_CLOCK_H__
#include <nrfx.h>
#ifdef __cplusplus
extern "C" {
#endif
__STATIC_INLINE void nrfx_power_clock_irq_init(void);
#ifndef SUPPRESS_INLINE_IMPLEMENTATION
__STATIC_INLINE void nrfx_power_clock_irq_init(void)
{
uint8_t priority;
#if NRFX_CHECK(NRFX_POWER_EN... | {
"content_hash": "b91e374c13ae13aa72e8d950b875c3f4",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 89,
"avg_line_length": 26.576923076923077,
"alnum_prop": 0.7199710564399421,
"repo_name": "erja-gp/openthread",
"id": "043b0e49b5e486bdd9f0fcc0c5a229acaff1d4f8",
"size": "2... |
<?php
$dir = dirname (__FILE__);
$dirbasename = basename ($dir);
$wgExtensionCredits['viewer3d'][] = array(
'path' => __FILE__,
'name' => 'Viewer3D',
'author' => 'Viktor Kovacs',
'url' => 'https://www.mediawiki.org/wiki/Extension:Viewer3D',
'description' => 'With this extension you can view 3D m... | {
"content_hash": "52d1b3cebf5805cbeea89db8b1effc59",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 91,
"avg_line_length": 29.52,
"alnum_prop": 0.6368563685636857,
"repo_name": "EliasLi/JunctionHackathon",
"id": "e3810147b387a9a9120129961d0ed7d741d1068e",
"size": "738",
... |
import { DomSanitizer } from '@angular/platform-browser';
import { ArticleVM } from '../view-models/article-vm.class';
export var ArticleToViewModelResolver = (resolutionContext: any, sanitizer: DomSanitizer): ArticleVM => {
let source = resolutionContext.sourceValue;
let target: ArticleVM = new ArticleVM();
tar... | {
"content_hash": "e113120b847f89a28c1126fe201fb1ff",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 105,
"avg_line_length": 38.5,
"alnum_prop": 0.7476808905380334,
"repo_name": "edouardr/angular-kentico-headless",
"id": "a39cbca596cc20c378e474600624666ae3db44c3",
"size": ... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "ae0734b50586c3e4ea22ff9a7b5ac0a2",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "079763cd4d0c8b35d9ec7f74a586bf181172bbdb",
"size": "195... |
"use strict";
const TsReader = require("../reader");
const TsDescriptorBase = require("./base");
class TsDescriptorStcReference extends TsDescriptorBase {
constructor(buffer) {
super(buffer);
}
decode() {
const reader = new TsReader(this._buffer);
const objDescriptor = {};
... | {
"content_hash": "c64f045e940502dc179bc40740d8ded8",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 103,
"avg_line_length": 35.958333333333336,
"alnum_prop": 0.6135573580533025,
"repo_name": "rndomhack/node-aribts",
"id": "8cf102d9ea884b8ebea8743007f09fc76f412cf4",
"size"... |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>eclipse</groupId>
<artifact... | {
"content_hash": "f3bfb6f194bcf8c1e67f247edbee27b0",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 104,
"avg_line_length": 36.592592592592595,
"alnum_prop": 0.6477732793522267,
"repo_name": "dmlloyd/maven-plugins",
"id": "5521cedccb621b8e8eb5a337d1b11fcd9f49c242",
"size"... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Leafl. W. Bot. 9:15. 1959
#### Original name
null
### Remarks
null | {
"content_hash": "6fe813dfbadab35713e2b3e1f90c86b7",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 11.846153846153847,
"alnum_prop": 0.6753246753246753,
"repo_name": "mdoering/backbone",
"id": "2c4106123ffc1353f2f1f012c3424e8788e41874",
"size": "20... |
#ifndef POSITION_TOOL_TIP_H
#define POSITION_TOOL_TIP_H
#include <private/interface/ToolTip.h>
class PositionToolTip : public BToolTip {
public:
PositionToolTip();
virtual ~PositionToolTip();
virtual BView* View() const;
void Update(bigtime_t position, bigtime_t duration);
private:
clas... | {
"content_hash": "452d976480cedc983898a17b5e181d02",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 58,
"avg_line_length": 16.5,
"alnum_prop": 0.6994949494949495,
"repo_name": "HaikuArchives/CherryBlossom",
"id": "3d32e17213d41e8582dac03204454a6bed1c4f3a",
"size": "511",
... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="fr">
<head>
<!-- Generated by javadoc (version 1.7.0_45) on Fri Mar 07 22:28:48 EST 2014 -->
<title>W-Index</title>
<meta name="date" content="2014-03-07">
<link rel="stylesheet" type="tex... | {
"content_hash": "55762080dcd5cf6e75d7955124fa9699",
"timestamp": "",
"source": "github",
"line_count": 138,
"max_line_length": 560,
"avg_line_length": 43.84782608695652,
"alnum_prop": 0.6331184928111055,
"repo_name": "matpl/ai-csgames2014",
"id": "23287fe263dd959a250ef163b0ee73be57049c03",
"size":... |
/**
* Automatically generated file. Please do not edit.
* @author Highcharts Config Generator by Karasiq
* @see [[http://api.highcharts.com/highmaps]]
*/
package com.highmaps.config
import scalajs.js, js.`|`
import com.highcharts.CleanJsObject
import com.highcharts.HighchartsUtils._
/**
* @note JavaScript n... | {
"content_hash": "a9bc3cd57f731c75b3168cbf59740dfc",
"timestamp": "",
"source": "github",
"line_count": 107,
"max_line_length": 467,
"avg_line_length": 59.205607476635514,
"alnum_prop": 0.7261247040252565,
"repo_name": "Karasiq/scalajs-highcharts",
"id": "4e4f8313217de2f10c66036fa7184fe9ba12394f",
... |
namespace chromeos {
// A fake implementation of PowerManagerClient. This remembers the policy passed
// to SetPolicy() and the user of this class can inspect the last set policy by
// get_policy().
class FakePowerManagerClient : public PowerManagerClient {
public:
FakePowerManagerClient();
~FakePowerManagerClien... | {
"content_hash": "7ac408a37740426bac2c7cd2aff3b7ce",
"timestamp": "",
"source": "github",
"line_count": 84,
"max_line_length": 80,
"avg_line_length": 39.166666666666664,
"alnum_prop": 0.7738601823708207,
"repo_name": "guorendong/iridium-browser-ubuntu",
"id": "604b3456019730314607192f74debbf328650170... |
<?xml version="1.0" encoding="utf-8" ?>
<CodeDoc>
<Class name="AutoHideStripBase">
<ClassDef>
<summary>Implements the basic functionality common to auto-hide tab strip of <see cref="DockPanel"/>.</summary>
</ClassDef>
<Construct name="(DockPanel)">
<summary>Creates a instance of <see cref="AutoHideStripBas... | {
"content_hash": "b1b0a1b96ef10d68be04dd7dcdb62ac2",
"timestamp": "",
"source": "github",
"line_count": 65,
"max_line_length": 156,
"avg_line_length": 57.246153846153845,
"alnum_prop": 0.7282988443966676,
"repo_name": "cliftonm/intertexti",
"id": "615382ed93380518a549143500274f632d8e223b",
"size": ... |
package primefinder;
import java.util.ArrayList;
/**
* starts at 3 and works up to maxPrime checking odd numbers for primeness.
* To check if a number X is prime it checks for a remainder (modulus) when dividing.
* It tries dividing X by all numbers from 3 to X/2, again odd numbers only.
*
*/
public class Simple... | {
"content_hash": "ed56a63939c319e0136e749ae352cf53",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 85,
"avg_line_length": 28.108695652173914,
"alnum_prop": 0.5661252900232019,
"repo_name": "bicepjai/mypuzzles",
"id": "47a3abda9e6323eb3f826521d17756bfdc5b0c57",
"size": "1... |
package org.parceler.internal;
import javax.tools.SimpleJavaFileObject;
import java.io.ByteArrayOutputStream;
import java.net.URI;
class Output extends SimpleJavaFileObject {
private final ByteArrayOutputStream outputStream = new ByteArrayOutputStream();
Output(String name, Kind kind) {
super(URI.cr... | {
"content_hash": "8a6144265332179229ecdf3a7580bff4",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 86,
"avg_line_length": 25.434782608695652,
"alnum_prop": 0.6991452991452991,
"repo_name": "0359xiaodong/parceler",
"id": "1227965e4d55894e56a31e791dbace3ba29937dc",
"size":... |
<div id="spinner-div"></div>
<form id="edit" class="smart-form" role="form">
<fieldset>
<div class="contenidoBotones">
<div class="row col-xs-10 col-sm-8 col-md-8 col-lg-11"
style="margin: 2rem;">
<div class="">
<section class="col-md-5 padding-5">
<label class="input">
<i class="icon-ap... | {
"content_hash": "56693d27f7f19c5b6daf654bf78f7153",
"timestamp": "",
"source": "github",
"line_count": 166,
"max_line_length": 114,
"avg_line_length": 24.8855421686747,
"alnum_prop": 0.5412732994432341,
"repo_name": "networksoft/erp.vitale",
"id": "a92053194b03b149d6ec83a79fc846a274641560",
"size"... |
Les capes d'informació que mostren les EDAR, estan organitzades per municipis. És a dir, existeixen tants **_shapefiles_** com municipis es gestionen. El primer pas és doncs, fusionar mitjançant QGIS, tots els shapefiles dividits per municipis en una única capa.
Posteriorment, cal reprojectar la capa al del SRS origin... | {
"content_hash": "3af13e682b98fd88d38a0d44634051a5",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 275,
"avg_line_length": 65.67647058823529,
"alnum_prop": 0.7725033587102552,
"repo_name": "lluisvicens/CCB",
"id": "403fe917f945d2c53a697eae55335a19eafaec62",
"size": "2349... |
<?php
class SampleTest extends \PHPUnit\Framework\TestCase
{
public function testTrueAssertsToTrue()
{
$this->assertTrue(true);
}
} | {
"content_hash": "49ec869264cbac7b613cfa0552410b2d",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 52,
"avg_line_length": 16.88888888888889,
"alnum_prop": 0.6710526315789473,
"repo_name": "SinCOS/ddf",
"id": "26f2be4c81b2dbe47e33ebe41565db8d105b1c23",
"size": "152",
"bi... |
package edu.gvsu.bbmobile;
public class BbObj {
public int id;
public String bbHandle;
public BbObj(int i, String hndl){
this.id = i;
this.bbHandle = hndl;
}
}
| {
"content_hash": "9e75a06ae0a6794152d09cb74d8f02a2",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 34,
"avg_line_length": 15.545454545454545,
"alnum_prop": 0.6842105263157895,
"repo_name": "klouddy/gvsubbmobile_bb",
"id": "c1cc83bdc1a3f64d437ba8780d44baf3378be458",
"size... |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="15dp"
android:background="#8000">
<TextView
andr... | {
"content_hash": "044806b1dbad4ebf8c6e02e72c9b29f3",
"timestamp": "",
"source": "github",
"line_count": 87,
"max_line_length": 72,
"avg_line_length": 32.93103448275862,
"alnum_prop": 0.5361256544502618,
"repo_name": "NewUnsigned/CoolWeather",
"id": "4facfacd2f94a4c1a7e91feca6b3bd0953f5e2a2",
"size"... |
package hudson.cli;
import hudson.remoting.ClassFilter;
import hudson.remoting.ObjectInputStreamEx;
import hudson.remoting.SocketChannelStream;
import org.apache.commons.codec.binary.Base64;
import javax.crypto.Cipher;
import javax.crypto.CipherInputStream;
import javax.crypto.CipherOutputStream;
import javax.crypto... | {
"content_hash": "fe0934183ce379b0827387ddefea3d4c",
"timestamp": "",
"source": "github",
"line_count": 249,
"max_line_length": 126,
"avg_line_length": 34.47791164658634,
"alnum_prop": 0.6748980780430984,
"repo_name": "aldaris/jenkins",
"id": "eacc567a7e5d822afc9e4d1b20afc5473cbb0b3b",
"size": "972... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "655cf4b045bb8d7971e0521e2df41933",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.6940298507462687,
"repo_name": "mdoering/backbone",
"id": "f852814eb1c9ef00b119a050447a3758785b56d3",
"size": "20... |
from experiments_manager.consumers import send_message
from experiments_manager.helper import MessageStatus
from git_manager.helpers.helper import get_exp_or_package_from_repo_name
from helpers.helper import get_package_or_experiment_without_request
from MOOCworkbench.celery import app
@app.task
def task_write_requir... | {
"content_hash": "fe079190dd9d105a9ea227523222dd7e",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 86,
"avg_line_length": 44.458333333333336,
"alnum_prop": 0.7778819119025304,
"repo_name": "MOOCworkbench/MOOCworkbench",
"id": "83a977fd2ecc0f7a4a8c36a8f59b09c1142e51a3",
"... |
from __future__ import (
absolute_import, division, print_function, unicode_literals
)
import ome_files
class TestVersion(object):
def test_upstream_version(self):
v = ome_files.upstream_version_info
for a in "major", "minor", "patch", "extra":
assert hasattr(v, a)
assert... | {
"content_hash": "d4f8b56f77dca7f173439164eadf99b6",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 69,
"avg_line_length": 32.38095238095238,
"alnum_prop": 0.5661764705882353,
"repo_name": "simleo/ome-files-py",
"id": "57e9054abf3d23cd119f353f376f58e9a3ca031d",
"size": "2... |
import java.util.Scanner;
/*
* B. Berland National Library
time limit per test 1 second
memory limit per test 256 megabytes
inputstandard input
outputstandard output
Berland National Library has recently been built in the capital of Berland. In addition, in the library you can take any of the collected works of Berla... | {
"content_hash": "f9ca10480403fad9a1eb39d25bac4fe1",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 416,
"avg_line_length": 48.688311688311686,
"alnum_prop": 0.722859429181115,
"repo_name": "PeterASteele/CodeForcesSolutions",
"id": "730a1930f24596a3b6097bb57e037c6262a54cc2"... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reactive;
using System.Reactive.Linq;
using System.Reactive.Subjects;
using Grabacr07.KanColleViewer.Models.Settings;
using Grabacr07.KanColleWrapper;
using MetroTrilithon.Mvvm;
namespace Grabacr07.KanColleViewer.ViewModels.Cata... | {
"content_hash": "dd8aa4e82114d498b92381d49235e4c0",
"timestamp": "",
"source": "github",
"line_count": 195,
"max_line_length": 93,
"avg_line_length": 26.03076923076923,
"alnum_prop": 0.6832151300236406,
"repo_name": "GIGAFortress/KanColleViewer",
"id": "82784b0ede5b274a8f7eba22ca770077f97cbdaa",
"... |
<?php
namespace Frontend\Bundle\Tests\Controller;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
class UsuarioControllerTest extends WebTestCase
{
/*
public function testCompleteScenario()
{
// Create a new client to browse the application
$client = static::createClient();
... | {
"content_hash": "c586f567c5268a5a0d45f2554fb3f886",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 125,
"avg_line_length": 35.21818181818182,
"alnum_prop": 0.6029943211151265,
"repo_name": "pacordovad/project3",
"id": "9cb0448cafe67d30f998f36c58b0f6433396d3ef",
"size": "... |
<?php
declare(strict_types=1);
namespace Magmodules\Channable\Controller\Adminhtml\Order;
use Exception;
use Magento\Backend\App\Action;
use Magento\Backend\App\Action\Context;
use Magento\Backend\Model\View\Result\Redirect;
use Magento\Framework\App\Area;
use Magento\Framework\App\Response\RedirectInterface;
use Ma... | {
"content_hash": "3286bc316a5b137122dd8e344bf4228e",
"timestamp": "",
"source": "github",
"line_count": 103,
"max_line_length": 109,
"avg_line_length": 28.368932038834952,
"alnum_prop": 0.6228610540725531,
"repo_name": "magmodules/magento2-channable",
"id": "9699b10ab44a1cb8c461cb4e8d6c552f9f36dd79",... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "8ab1a2fa50b7b7f68cdd784bd51766c4",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.6940298507462687,
"repo_name": "mdoering/backbone",
"id": "1cb0e0bec27e70f957e312ecbabc8fea877bcf23",
"size": "18... |
require "bundler/vendored_thor"
module Bundler
class CLI::Plugin < Thor
desc "install PLUGINS", "Install the plugin from the source"
long_desc <<-D
Install plugins either from the rubygems source provided (with --source option) or from a git source provided with (--git option). If no sources are provide... | {
"content_hash": "1fec34c3f8a28fb027ea44ad7ea364b0",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 184,
"avg_line_length": 46.5,
"alnum_prop": 0.6559139784946236,
"repo_name": "lincoln131/rubyspanishxlsx",
"id": "277822dafcfd36f3cbe82dfcdf4f2728b40ca917",
"size": "1053",... |
<?php
require_once "util.php";
session_start();
unset($_SESSION['quiz']);
unset($_SESSION['title']);
unset($_SESSION['name']);
unset($_SESSION['novalidate']);
if ( !isset($_POST['text']) ) die('Missing input data');
$text = $_POST['text'];
if ( isset($_POST['title']) ) $_SESSION['title'] = $_POST['title'];
if ( isse... | {
"content_hash": "8050ef058cc0f8641c027979dc9dc6f0",
"timestamp": "",
"source": "github",
"line_count": 79,
"max_line_length": 86,
"avg_line_length": 27.037974683544302,
"alnum_prop": 0.5903558052434457,
"repo_name": "csev/tsugi-php-mod",
"id": "b043bec0b36c6f89b1a6f18223abb296f02b14eb",
"size": "2... |
package barqsoft.footballscores;
import android.content.ContentProvider;
import android.content.ContentValues;
import android.content.UriMatcher;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteQueryBuilder;
import android.net.Uri;
import android.supp... | {
"content_hash": "bde82830913eaec90a8f7e31bd66c333",
"timestamp": "",
"source": "github",
"line_count": 161,
"max_line_length": 115,
"avg_line_length": 40.32919254658385,
"alnum_prop": 0.6029570306483906,
"repo_name": "gazzumatteo/AndroidNanodegree",
"id": "eb56d3ff83bd6200a35701a75e48ebbfe46ae8db",
... |
import { Configuration, buildConfiguration, DEFAULT_POPUP_TIMEOUT_MS, DEFAULT_IFRAME_TIMEOUT_MS } from "../../src/config/Configuration";
import { TEST_CONFIG, TEST_URIS } from "../utils/StringConstants";
import { LogLevel, Constants, AzureCloudInstance } from "@azure/msal-common";
import sinon from "sinon";
import { Br... | {
"content_hash": "8ee9a472a98134b868f254409b88bd98",
"timestamp": "",
"source": "github",
"line_count": 202,
"max_line_length": 139,
"avg_line_length": 46.82673267326733,
"alnum_prop": 0.6152870282270854,
"repo_name": "AzureAD/microsoft-authentication-library-for-js",
"id": "44c679b0c857b72da5aec28e3... |
"""A base class for EE Functions."""
# Using lowercase function naming to match the JavaScript names.
# pylint: disable=g-bad-name
import textwrap
from . import computedobject
from . import ee_exception
from . import encodable
from . import serializer
class Function(encodable.EncodableFunction):
"""An abstract... | {
"content_hash": "4080f7a77ded85ac03e984aff6b45956",
"timestamp": "",
"source": "github",
"line_count": 214,
"max_line_length": 78,
"avg_line_length": 32.06542056074766,
"alnum_prop": 0.6594287379772661,
"repo_name": "google/earthengine-api",
"id": "e41bc6a9c7e67dd8403654119f6936357a32bb76",
"size"... |
The MIT License (MIT)
Copyright (c) 2015 Sidney Bofah
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, pub... | {
"content_hash": "d35fbae5d37aa131c7c5a221f45fa163",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 77,
"avg_line_length": 51.38095238095238,
"alnum_prop": 0.8035217794253939,
"repo_name": "SidneyS/quicklook-thumbnail",
"id": "d74e48c420e6d57d01fb606d1f0c66fe2a57aa83",
"s... |
<?php
class Group_indexController extends Zend_Controller_Action {
const REDIRECT_URL = '/group/index';
public function init()
{
header('content-type: text/html; charset=utf8');
defined('BASE_URL') || define('BASE_URL', Zend_Controller_Front::getInstance()->getBaseUrl());
}
public function indexAction(){
try... | {
"content_hash": "3296a041b5bc718a710bf0066cf531ae",
"timestamp": "",
"source": "github",
"line_count": 135,
"max_line_length": 106,
"avg_line_length": 32.022222222222226,
"alnum_prop": 0.6241036317372195,
"repo_name": "samlanh/cam-adsproject",
"id": "2cf31fd3d48946384c04d4476dcc0eb10565dfe6",
"siz... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.