text stringlengths 2 1.04M | meta dict |
|---|---|
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outlin... | {
"content_hash": "faaf5c3f4a01a086cc558a779d8ddd5c",
"timestamp": "",
"source": "github",
"line_count": 1184,
"max_line_length": 192,
"avg_line_length": 26.78293918918919,
"alnum_prop": 0.6879947021538267,
"repo_name": "equella/Equella",
"id": "d3634e85bbfbe35a1f8d996c1b33183270cd44ea",
"size": "32... |
Requirements:
- appserver.io
- composer
- bower
- npm
Installation (OSX):
- go to /opt/appserver/webapps/ and git clone the repository, or create a symlink at /opt/appserver/webapps/ to the project folder
- insert hosts into your /etc/hosts file: 127.0.0.1 angular-messages.dev
- go to the project folder on the command... | {
"content_hash": "0324ef61444a4c23d8a047480abed54d",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 130,
"avg_line_length": 38.333333333333336,
"alnum_prop": 0.7623188405797101,
"repo_name": "FlorianHartl/angular-messages",
"id": "87fb73c5aea0853d873763d0a78fd42948db59a1",
... |
package org.apache.geode.internal.cache.extension;
import static org.junit.Assert.*;
import java.util.Iterator;
import java.util.NoSuchElementException;
import java.util.concurrent.atomic.AtomicInteger;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.apache.geode.cache.Cache;
i... | {
"content_hash": "cac95402b5cc78dd6e2433c2826f7a6b",
"timestamp": "",
"source": "github",
"line_count": 231,
"max_line_length": 96,
"avg_line_length": 29.558441558441558,
"alnum_prop": 0.7041593438781488,
"repo_name": "smanvi-pivotal/geode",
"id": "4d34332bcd785d59ecc63a0b2bee714427cc5b37",
"size":... |
import path from 'path';
import { readFileSync } from 'fs-extra';
const typeDefs = readFileSync(path.join(__dirname, 'typedefs.graphql'), 'utf8');
export default typeDefs;
| {
"content_hash": "64b0a24dde0165cc49c64a76c912c730",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 80,
"avg_line_length": 29,
"alnum_prop": 0.7298850574712644,
"repo_name": "boldr/boldr",
"id": "929c93717d553d29c137cc183696dca74d192558",
"size": "174",
"binary": false,
... |
package info.pinlab.snd.oal;
import info.pinlab.pinsound.PlayerDeviceController;
import info.pinlab.pinsound.WavClip;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class SimpleAudioPlayer{
public static Logger LOG = LoggerFactory.getLogger(SimpleAudioPlayer.class);
// private final WavClip wa... | {
"content_hash": "23c7dad3158f2b5222564fd6bfb11066",
"timestamp": "",
"source": "github",
"line_count": 116,
"max_line_length": 87,
"avg_line_length": 20.74137931034483,
"alnum_prop": 0.6820448877805486,
"repo_name": "kinokocchi/PinSound",
"id": "0a9ef949023542b6f73e78eda3bbe75587febd99",
"size": "... |
// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima).
//
// 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 re... | {
"content_hash": "fd66d0eca9ea33aa24c3448d395850ef",
"timestamp": "",
"source": "github",
"line_count": 129,
"max_line_length": 75,
"avg_line_length": 31.984496124031008,
"alnum_prop": 0.6063984488608822,
"repo_name": "eProsima/Fast-DDS",
"id": "5cc6b2d009c1d593161200fa7419ec42e68116a6",
"size": "4... |
using NassquaDAL.Bussiness.SPA.Experience;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NassquaTest
{
class Program
{
static void Main(string[] args)
{
// NassquaCoreAPI Test
ExperienceC... | {
"content_hash": "a3840107f52670b33dd4c8eb4fb9222c",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 120,
"avg_line_length": 22.29032258064516,
"alnum_prop": 0.6164978292329957,
"repo_name": "Nassqua/NassquaCoreAPI",
"id": "9b2054ff860fac93544671680268de719531d342",
"size"... |
Testing out Markdown
| {
"content_hash": "16e2a86a0e5326b768c6240882b2596c",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 20,
"avg_line_length": 21,
"alnum_prop": 0.8571428571428571,
"repo_name": "HBossier/Markdown",
"id": "59a73f7de79dff14e150c48b5108b2fdd2d717a5",
"size": "32",
"binary": fa... |
<?php
Route::group(['prefix' => 'admin'], function() {
Route::get('/login', '\App\Admin\Controllers\LoginController@index');
Route::post('/login', '\App\Admin\Controllers\LoginController@login');
Route::get('/logout', '\App\Admin\Controllers\LoginController@logout');
// 需要登陆的
Route::group(['midd... | {
"content_hash": "b20148e1a809a44fb58b469ad77cb91f",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 109,
"avg_line_length": 45.78947368421053,
"alnum_prop": 0.5865900383141762,
"repo_name": "m0rezer0/larBlog",
"id": "736ca153e81a81b4348d2042285879d7dce4120a",
"size": "268... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0) on Sun Feb 09 16:30:40 CET 2014 -->
<title>com.interactivemesh.jfx.importer (JavaFX 3D Model Importers)</title>
<meta name="date" content="201... | {
"content_hash": "5aa216cb1f481c707daf79449f1fe2ed",
"timestamp": "",
"source": "github",
"line_count": 207,
"max_line_length": 171,
"avg_line_length": 38.01449275362319,
"alnum_prop": 0.665522938111577,
"repo_name": "juanvallejo/javafx-project",
"id": "be34ffe6316b8d16aa36c85093b2bd8244f9b4a5",
"s... |
package gnu.classpath.tools.javah;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.PrintStream;
import java.lang.reflect.Modifier;
import java.util.Iterator;
import org.objectweb.asm.Type;
import org.objectweb.asm.tree.FieldNode;
import org.objectweb.asm.tree.Method... | {
"content_hash": "2e2377e0bfb957e312f23edc66098c1b",
"timestamp": "",
"source": "github",
"line_count": 134,
"max_line_length": 76,
"avg_line_length": 26.84328358208955,
"alnum_prop": 0.577425632471504,
"repo_name": "the-linix-project/linix-kernel-source",
"id": "cb8bcd8d9c2b287251075ccab194616ac3e25... |
import random
import acpc_python_client as acpc
ACTIONS = [
acpc.ActionType.FOLD,
acpc.ActionType.CALL,
acpc.ActionType.RAISE
]
def convert_action_to_str(action):
if action == acpc.ActionType.FOLD:
return 'f'
elif action == acpc.ActionType.CALL:
return 'c'
elif action == acp... | {
"content_hash": "07de720a5d5e0ff02173892ec68d3d94",
"timestamp": "",
"source": "github",
"line_count": 88,
"max_line_length": 110,
"avg_line_length": 29.568181818181817,
"alnum_prop": 0.6272098385857033,
"repo_name": "JakubPetriska/poker-cfr",
"id": "388393fc6cfe99e7a4ac805300d9a2a01ab0f62e",
"siz... |
<!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:12 EEST 2014 -->
<title>JRCrosstabColumnGroupFactory (JasperReports 5.6.0 API)</title>
<meta name="date" conten... | {
"content_hash": "1a91f3b76b4e351e60bd0cf4057386a2",
"timestamp": "",
"source": "github",
"line_count": 372,
"max_line_length": 725,
"avg_line_length": 43.34139784946237,
"alnum_prop": 0.6734478695031942,
"repo_name": "phurtado1112/cnaemvc",
"id": "71319ed7452a2f9e3485bd7624d5b8605b1ea0f5",
"size":... |
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="#FF000000"
android:pathData="M10,20v-6h4v6h5v-8h3L12,3 2,12h3v8z"/>
</vec... | {
"content_hash": "85f4193f7a8ec42295550ec915b4dc2a",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 127,
"avg_line_length": 45.2,
"alnum_prop": 0.6836283185840708,
"repo_name": "Jcurrie314/CSE110",
"id": "22e30ad2ee909f06fa7ea720b330ac7f9144c9dc",
"size": "452",
"binary... |
var player = {
posX: 0,
posY: 0,
gold: 0,
success: false,
move: function(direction) {
if(direction === 'forward'){
this.posX +=10;
}
else if(direction === 'back'){
player.posX -=10;
}
else if(direction === 'up'){
player.posY += 10;
}
else if(direction === 'down'){
player.posY -=10;
}
//... | {
"content_hash": "b09cb0973c6be0a9731463df2c04bc0e",
"timestamp": "",
"source": "github",
"line_count": 56,
"max_line_length": 73,
"avg_line_length": 22.321428571428573,
"alnum_prop": 0.6312,
"repo_name": "Elizabeth-Roche/phase-0",
"id": "e29f9dcf507677abcdfba0303ad129259c8cb530",
"size": "1250",
... |
import copy
from tempest.lib.api_schema.response.compute.v2_71 import servers as servers271
###########################################################################
#
# 2.73:
#
# The locked_reason parameter is now returned in the response body of the
# following calls:
#
# - POST /servers/{server_id}/action (wher... | {
"content_hash": "0cbef10bf384ee5f9bd2a6b3914df656",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 79,
"avg_line_length": 44.09090909090909,
"alnum_prop": 0.6993127147766323,
"repo_name": "cisco-openstack/tempest",
"id": "6e491e979df3cda6d2af42d3681bdbd520edff86",
"size"... |
package org.teavm.model;
import java.util.HashMap;
import java.util.Map;
public class ReferenceCache {
private Map<MethodReference, MethodReference> referenceCache = new HashMap<>();
private Map<FieldReference, FieldReference> fieldRefenceCache = new HashMap<>();
private Map<MethodDescriptor, MethodDescr... | {
"content_hash": "a7bf26f9dcfb73fc3bb8fd7509d2948d",
"timestamp": "",
"source": "github",
"line_count": 132,
"max_line_length": 109,
"avg_line_length": 38.84090909090909,
"alnum_prop": 0.5968402574605032,
"repo_name": "jtulach/teavm",
"id": "c8459188a554e69472be3d0e1b66dcf76ac483b9",
"size": "5736"... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.redis.generated;
import com.azure.core.util.Context;
/** Samples for PrivateEndpointConnections List. */
public final class Pri... | {
"content_hash": "cc244599da6dc86014d469d3d53607f6",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 152,
"avg_line_length": 37.74074074074074,
"alnum_prop": 0.7144259077526988,
"repo_name": "Azure/azure-sdk-for-java",
"id": "f25601fd9ff8f2c85b8bc56a81a9e85c6a80e54f",
"siz... |
"""Python source expertise for coverage.py"""
import os.path
import types
import zipimport
from coverage import env, files
from coverage.misc import (
contract, CoverageException, expensive, NoSource, join_regex, isolate_module,
)
from coverage.parser import PythonParser
from coverage.phystokens import source_tok... | {
"content_hash": "ac2a543306cca195198e8784babc5d1e",
"timestamp": "",
"source": "github",
"line_count": 202,
"max_line_length": 84,
"avg_line_length": 30.202970297029704,
"alnum_prop": 0.6007211932470087,
"repo_name": "mcking49/apache-flask",
"id": "8e98bea88245267374937e1c3460fd31cc732f08",
"size"... |
TEST="$1"
TESTOBJ="$2"
echo "----------------------------------------"
echo "Object file section headers for $TESTOBJ"
objdump --section-headers "$TESTOBJ"
echo "DWARF information for $TESTOBJ"
objdump --dwarf=info "$TESTOBJ"
echo "----------------------------------------"
| {
"content_hash": "996280d7817276a393c495519f5c4b0a",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 47,
"avg_line_length": 23.166666666666668,
"alnum_prop": 0.5035971223021583,
"repo_name": "novaprova/novaprova",
"id": "a3eeadc3007da7b445d6c39cdd3c5b1c17b3ee3c",
"size": "... |
package leap.lang.params;
import java.util.Map;
import leap.lang.collection.WrappedCaseInsensitiveMap;
public class ParamsMap extends WrappedCaseInsensitiveMap<Object> implements Params {
private static final long serialVersionUID = 2508710025944765055L;
@Override
public Map<String, Object> map() {
return th... | {
"content_hash": "d45ffdfef3f37d9bb186f2220f0f5e31",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 86,
"avg_line_length": 18.03448275862069,
"alnum_prop": 0.7084130019120459,
"repo_name": "leapframework/framework",
"id": "ebbabc856c0fa65ad76ce1dcd86773c8bbf15583",
"size"... |
/*
* $Revision: 2565 $
*
* last checkin:
* $Author: gutwenger $
* $Date: 2012-07-07 17:14:54 +0200 (Sa, 07. Jul 2012) $
***************************************************************/
/** \file
* \brief Definitions of various auxiliary classes for FME layout.
*
* \author Martin Gronemann
*
* \par Licen... | {
"content_hash": "007abbcb40a72fafddd6830ee764f973",
"timestamp": "",
"source": "github",
"line_count": 1047,
"max_line_length": 208,
"avg_line_length": 27.29321872015282,
"alnum_prop": 0.7005529115341546,
"repo_name": "jim-bo/silp2",
"id": "9338fd5507bd5aba8996aea8baecfb8d415514f2",
"size": "28576... |
<html><body>
<style>
body, h1, h2, h3, div, span, p, pre, a {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
font-size: 13px;
padding: 1em;
}
h1 {
font-size: 26px;
margin-bottom: 1em;
}
h2... | {
"content_hash": "5b20d7f552bc0973b3a56a603f8beccc",
"timestamp": "",
"source": "github",
"line_count": 181,
"max_line_length": 224,
"avg_line_length": 35.18232044198895,
"alnum_prop": 0.6896984924623115,
"repo_name": "googleapis/google-api-python-client",
"id": "9733151ce8927a3e1ee925b5d92adecd55968... |
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 The Android Open Source Project
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/license... | {
"content_hash": "d295b4a13424e81ad53aaeb6fdc3744d",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 77,
"avg_line_length": 42.95652173913044,
"alnum_prop": 0.7044534412955465,
"repo_name": "jameliu/Camera2",
"id": "fc91dbfb2040c1affa39451c8f4b917d4b0a0b60",
"size": "988",... |
A bootloader for the Cypress FX2 designed to be as small as possible.
| {
"content_hash": "6165f1ed2fba0a3f358b5e6a985e69a2",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 69,
"avg_line_length": 70,
"alnum_prop": 0.8,
"repo_name": "mithro/fx2-microload",
"id": "768f712c761a42c020aabedeb5335432ac942744",
"size": "70",
"binary": false,
"copi... |
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016] EMBL-European Bioinformatics Institute
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 ... | {
"content_hash": "9c9de99fc0b18dbc0a4f09d821ff06c1",
"timestamp": "",
"source": "github",
"line_count": 283,
"max_line_length": 100,
"avg_line_length": 29.749116607773853,
"alnum_prop": 0.6035158569901413,
"repo_name": "danstaines/ensembl",
"id": "429e7a1194dcc26cf6820106108e601c5441eed2",
"size": ... |
module Mongo
module Protocol
# MongoDB Wire protocol KillCursors message.
#
# This is a client request message that is sent to the server in order
# to kill a number of cursors.
#
# @api semipublic
class KillCursors < Message
# Creates a new KillCursors message
#
# @exa... | {
"content_hash": "84db0152d8858e54679879a496338367",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 74,
"avg_line_length": 26.233333333333334,
"alnum_prop": 0.5806861499364676,
"repo_name": "0x00evil/mongo-ruby-driver",
"id": "ab05084072cf5c81388d79f8fa05bb6189267a8c",
"s... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>semantics: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css"... | {
"content_hash": "3a3a0064f15392f277d512f3cbea7833",
"timestamp": "",
"source": "github",
"line_count": 188,
"max_line_length": 172,
"avg_line_length": 41.75,
"alnum_prop": 0.578162823289591,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "f08c4858c520e5058952c23f19be06fd41388b8e",
"size": "78... |
module System.Console.Haskeline.Prefs(
Prefs(..),
defaultPrefs,
readPrefs,
CompletionType(..),
BellStyle(..),
EditMode(..),
HistoryDuplicates(..),
... | {
"content_hash": "816c1f98e00fe7457b152d8b60b69461",
"timestamp": "",
"source": "github",
"line_count": 139,
"max_line_length": 99,
"avg_line_length": 41.539568345323744,
"alnum_prop": 0.5620020782819536,
"repo_name": "ghc/packages-haskeline",
"id": "8033a8f862c525154fb8e7722ba6a664230869ca",
"size... |
using namespace seqan;
TEST_CASE ("kmerifyGraph should create a non-empty kmer map")
{
std::ostringstream ss;
ss << gyper_SOURCE_DIRECTORY << "/test/alignments/test_case5_e3.fa";
std::string tmp_str = ss.str();
const char* alignment_file_e3 = tmp_str.c_str();
std::vector<std::string> ids;
std::vector<Vert... | {
"content_hash": "b62c4f2a08b6fbf7303b253f449a49e4",
"timestamp": "",
"source": "github",
"line_count": 696,
"max_line_length": 125,
"avg_line_length": 31.666666666666668,
"alnum_prop": 0.5571234119782215,
"repo_name": "gyper/gyper",
"id": "bd01f68162694ff8444ca174f1fb0452f8d741dc",
"size": "22182"... |
<!--
~ Copyright (c) 2020-2021 VMware, Inc. or its affiliates, All Rights Reserved.
~
~ 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
~
~ https://www.apache.org/licenses/LICENSE... | {
"content_hash": "3ba76bac25d6e510a8a2bf51b66b091e",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 87,
"avg_line_length": 37.65,
"alnum_prop": 0.628596724214254,
"repo_name": "reactor/reactor-netty",
"id": "fb9d6a97fa3f519cf33283a777298305c24c4e12",
"size": "2259",
"bi... |
{{set "title" "Home" .}}
{{template "header.html" .}}
<div id="login">
(try with demo/demo)
<form action="{{url "Application.Login"}}" id="formLogin" method="POST">
<p class="field">
<label>Login Name:</label>
<input type="text" name="username" size="19" value="{{.flash.username}}" />
</p>
... | {
"content_hash": "8a14eeb889d1ff340d19f72bfc631017",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 81,
"avg_line_length": 23.25,
"alnum_prop": 0.5622119815668203,
"repo_name": "jamesward/revel",
"id": "5d8486e76c91219554c594b433656a474e5fcc5e",
"size": "651",
"binary":... |
module HerokuSchemas
class Drop < SchemaCommand
attr_reader :database
def initialize(options)
super(options)
@string_reference = options[:string_reference]
raise 'Context app not provided' if @context_app.blank?
raise 'Schema reference not provided' if @string_reference.blank?
... | {
"content_hash": "89c5f9718be16bc2b5bef4e52bee16aa",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 127,
"avg_line_length": 37.27272727272727,
"alnum_prop": 0.6951219512195121,
"repo_name": "tombenner/heroku-schemas",
"id": "84d2f9cc655868cae1b8ed513455ee1558d42f1b",
"siz... |
package com.areen.jlib.sql;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.CallableStatement;
import java.sql.PreparedStatement;
import java.sql.Statement;
/**
* Various helper methods that operate on SQL objects.
*
* @author Dejan
*/
public class SQLUtil {
/**
* Closes all give... | {
"content_hash": "44a2441c559179861fd49ab64496264d",
"timestamp": "",
"source": "github",
"line_count": 121,
"max_line_length": 93,
"avg_line_length": 26.735537190082646,
"alnum_prop": 0.594435857805255,
"repo_name": "dejlek/jlib",
"id": "88e81d8d3752485d49ebcd8292f3412fef44ad68",
"size": "5528",
... |
package org.elasticsearch.xpack.security.authc.ldap.support;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.List;
import java.util.Map;
import com.unboundid.ldap.sdk.Attribute;
import org.elasticsearch.action.support.PlainActionFuture;
import org.elasticsearch.co... | {
"content_hash": "422a11e6e83658f1afd5b432a17d39ce",
"timestamp": "",
"source": "github",
"line_count": 74,
"max_line_length": 121,
"avg_line_length": 45.7027027027027,
"alnum_prop": 0.6939680662329982,
"repo_name": "gfyoung/elasticsearch",
"id": "74502b4e2b33b2e391c634c4c04339f3c2e7b478",
"size": ... |
package org.literacybridge.stats.formats.formats.statsFile;
import junit.framework.TestCase;
import org.junit.Test;
import org.literacybridge.stats.formats.statsFile.StatsFile;
import java.io.*;
/**
*/
public class TestStatsFile {
@Test
public void testStatsFile() throws IOException {
FileInputStream is =... | {
"content_hash": "a1551a4df78885a136e77d2294cb2795",
"timestamp": "",
"source": "github",
"line_count": 73,
"max_line_length": 161,
"avg_line_length": 34.47945205479452,
"alnum_prop": 0.7111640842272546,
"repo_name": "LiteracyBridge/dashboard-core",
"id": "f0fdeea9df1550aebfebde21f5b756416877e061",
... |
require 'simplecov'
module SimpleCov::Configuration
def clean_filters
@filters = []
end
end
SimpleCov.configure do
clean_filters
load_profile 'test_frameworks'
end
ENV["COVERAGE"] && SimpleCov.start do
add_filter "/.rvm/"
end
require 'rubygems'
require 'bundler'
begin
Bundler.setup(:default, :develop... | {
"content_hash": "3d3d0cb3d998ac22ea007b76b0748547",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 66,
"avg_line_length": 19.34285714285714,
"alnum_prop": 0.7282127031019202,
"repo_name": "mdtjr/wittgenstein",
"id": "70c0a348df8b4905fac96d4410c16c77c5e725de",
"size": "67... |
import { Input, Directive } from '@angular/core';
import {
ValidatorFn,
Validators,
AbstractControl
} from '@angular/forms';
import { KEY_BINDING_BEHAVIOR } from './multi-select';
export const HIDDEN_EDITOR = 'hidden';
export const TEXT_EDITOR = 'text';
export const TEXT_AREA_EDITOR = 'textarea';
export const P... | {
"content_hash": "bf75d2f07056017772b8085e030f50eb",
"timestamp": "",
"source": "github",
"line_count": 80,
"max_line_length": 68,
"avg_line_length": 24.375,
"alnum_prop": 0.6892307692307692,
"repo_name": "thomasduft/microwf",
"id": "36204092ba862a74d63470c437b26a33382876ea",
"size": "1950",
"bin... |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.young.demo</groupId>
<artifactId>nioAndNetty</artifactId>
<ver... | {
"content_hash": "5260535175a5032bc7b8a8825af34d3f",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 104,
"avg_line_length": 34.7,
"alnum_prop": 0.7123919308357348,
"repo_name": "galahade/nioAndNetty",
"id": "f3bf1b58c41e8454e0d3adef4a5548b95655eb99",
"size": "1735",
"bi... |
class AddHoursLocToLocationsHoldingLocations < ActiveRecord::Migration[4.2]
def change
add_reference :locations_holding_locations, :locations_hours_location, foreign_key: true
end
end
| {
"content_hash": "6ac3ffa86e669aa3e230414ed5505824",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 92,
"avg_line_length": 38.4,
"alnum_prop": 0.8020833333333334,
"repo_name": "pulibrary/locations",
"id": "79ce34ae0ee11225a7a5490a3d48a257410ce9a7",
"size": "192",
"binary... |
#include <aws/appstream/model/StartFleetResult.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <aws/core/AmazonWebServiceResult.h>
#include <aws/core/utils/StringUtils.h>
#include <aws/core/utils/UnreferencedParam.h>
#include <utility>
using namespace Aws::AppStream::Model;
using namespace Aws::Utils::... | {
"content_hash": "7771de13e7158c59b1065675a39efd8b",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 100,
"avg_line_length": 22.161290322580644,
"alnum_prop": 0.777292576419214,
"repo_name": "awslabs/aws-sdk-cpp",
"id": "42df0324db2e45d003793451763b9b14e857c857",
"size": "... |
<?php
/************************************************************************************
************************************************************************************
** **
** If you can read this text in your browser then you... | {
"content_hash": "d150659ec321a1e82ccecdb15cbb0a59",
"timestamp": "",
"source": "github",
"line_count": 1250,
"max_line_length": 307,
"avg_line_length": 32.5896,
"alnum_prop": 0.6430763188256376,
"repo_name": "mattclegg/silverstripe-doc-restructuring",
"id": "15e4d986845028a01ab72cdd687fe08783fb01dd"... |
import template from "./template.html";
export default {
template,
config: {}
}; | {
"content_hash": "851270e2b0ee03f6009bf967564cb303",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 39,
"avg_line_length": 14.833333333333334,
"alnum_prop": 0.6404494382022472,
"repo_name": "blinxjs/blinxjs",
"id": "780f9b8d17a7a3c80f4f29561507afc6645c82b3",
"size": "89",
... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "99040af991c046975033e8ea189e3b83",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "9e32507c2b9697b53a00a6c696d5c594b142d804",
"size": "181... |
package com.mastercard.api.partnerwallet.domain.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for MobilePhone complex type.
*
* <p>The following ... | {
"content_hash": "ba12eefabe35cbdbac43886e80e3732d",
"timestamp": "",
"source": "github",
"line_count": 118,
"max_line_length": 95,
"avg_line_length": 24.508474576271187,
"alnum_prop": 0.5968188105117566,
"repo_name": "thgriefers/mastercard-api-java",
"id": "7f2032559f62ad4af5fa7d731e108cd4128fa6d9",... |
/**
* @file MultiIndexBarrelReader.h
* @author Yingfeng Zhang
* @version SF1 v5.0
* @brief Multi Index Barrel Reader
*/
#ifndef MULTIINDEXBARRELREADER_H
#define MULTIINDEXBARRELREADER_H
#include <ir/index_manager/index/IndexBarrelWriter.h>
#include <ir/index_manager/index/IndexBarrelReader.h... | {
"content_hash": "dc4c36b1d19c573e0b2ae9c2e1b40616",
"timestamp": "",
"source": "github",
"line_count": 91,
"max_line_length": 87,
"avg_line_length": 24.36263736263736,
"alnum_prop": 0.6901217861975643,
"repo_name": "izenecloud/izenelib",
"id": "f6b522487b222280ca0f02fa85f153f0973aa1b4",
"size": "2... |
'use strict';
var util = require('util');
var chalk = require('chalk');
var aws = require('./lib/aws.js');
var conf = require('./lib/conf.js');
module.exports = function (grunt) {
grunt.registerTask('ec2_run_instance', 'Spins up an EC2 instance, gives a name tag and assigns an IP', function (name) {
conf... | {
"content_hash": "5fd2a0c7187364f21b03162d0c136f6d",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 124,
"avg_line_length": 33.98148148148148,
"alnum_prop": 0.5367847411444142,
"repo_name": "ChoiceScreening/grunt-ec2",
"id": "d3bd4eadfb1b76d70ad88a0800639200c4c2f00a",
"si... |
<?php
/**
* Created by Hisune EchartsPHP AutoGenerate.
* @author: Hisune <hi@hisune.com>
*/
namespace Hisune\EchartsPHP\Doc\IDE\Toolbox;
use Hisune\EchartsPHP\Property;
/**
* @property Feature\SaveAsImage $saveAsImage
* Save as image.
*
* @property Feature\Restore $restore
* Restore configuration item.... | {
"content_hash": "65366bacb16c103005a19bc9073ecf40",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 101,
"avg_line_length": 24.153846153846153,
"alnum_prop": 0.6592356687898089,
"repo_name": "hisune/Echarts-PHP",
"id": "07b2dc7c32febe8e27e9078dd8599dd1de2bf462",
"size": "... |
module Xiki
# Saves and restores locations. A location can include multiple of
# these: a file, a line number, a column number
class Location
def self.menu
%`
- examples/
| orig = Location.new # Save where we are
| Line.next 4; View.open '/tmp' # Go Somewhere else
| ... | {
"content_hash": "6ab93a108e3bb5775ced11edcaeb298a",
"timestamp": "",
"source": "github",
"line_count": 177,
"max_line_length": 107,
"avg_line_length": 27.7909604519774,
"alnum_prop": 0.5712543199837365,
"repo_name": "stanwmusic/xiki",
"id": "3535c10f6b456c7789ba4f7b996173a2bc6a39bc",
"size": "4919... |
/* eslint-env node */
const EmberApp = require('ember-cli/lib/broccoli/ember-app');
//const env = EmberApp.env();
module.exports = function(defaults) {
var app = new EmberApp(defaults, {
});
return app.toTree();
};
| {
"content_hash": "c4fe375224947e2510de4b9bbf897872",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 61,
"avg_line_length": 22.8,
"alnum_prop": 0.6491228070175439,
"repo_name": "pengjiang80/ui",
"id": "6f207859ce48cdce4d1a74c3593155811ff19089",
"size": "228",
"binary": f... |
Pelican-datatable - Automatic dynamic table generation for Pelican
==================================================================
`pelican-datatable` is an open source Pelican plugin to produce dynamic HTML tables with visualizations. The plugin provides an automatic HTML table generation from a data structure. Cu... | {
"content_hash": "3c8039ebada658136037d3ebd7d6d207",
"timestamp": "",
"source": "github",
"line_count": 235,
"max_line_length": 592,
"avg_line_length": 30.327659574468086,
"alnum_prop": 0.5100322716430475,
"repo_name": "toni-heittola/pelican-datatable",
"id": "eaf7087cee2c6d81f471284dee822fd06c854994... |
<?php
declare(strict_types = 1);
namespace KoolKode\Expression\Parser;
/**
* Parsed unary operator.
*
* @author Martin Schröder
*/
class UnaryOperator extends Node
{
public $operator;
public $operand;
public function __construct(string $operator, Node $operand)
{
$this->operat... | {
"content_hash": "fbb81ec96968045c96f656b41ef82e54",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 64,
"avg_line_length": 15.16,
"alnum_prop": 0.6226912928759895,
"repo_name": "koolkode/expression",
"id": "a373d6628e0af969f82bd60730c0b974dd81270a",
"size": "625",
"bina... |
if (Meteor.isClient) {
// This code only runs on the client
Template.addBeer.helpers({
beers: function () {
return Beer.find({});
}
});
Template.addBeer.events({
"submit .add-a-beer": function (event) {
// Prevent default browser form submit
event.preventDefault();
// Get v... | {
"content_hash": "09348670446c5b1d680c700dfa0d54e0",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 61,
"avg_line_length": 26.939393939393938,
"alnum_prop": 0.5973003374578177,
"repo_name": "gitaboard/beer-thirty",
"id": "f027045a56695430b30ade4761f35d46955582d6",
"size":... |
// 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://www.apa... | {
"content_hash": "cac7e2da7bf966ca252388bd8a3b8d0a",
"timestamp": "",
"source": "github",
"line_count": 80,
"max_line_length": 135,
"avg_line_length": 44.5375,
"alnum_prop": 0.6129666011787819,
"repo_name": "LindaLawton/Google-Dotnet-Samples",
"id": "a1c38262bd3e23bc08126f2a1db92d03b482d79c",
"size... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Sq... | {
"content_hash": "f2ab57b9af422d17c6ba120296ac0fb3",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 84,
"avg_line_length": 38.916666666666664,
"alnum_prop": 0.7430406852248393,
"repo_name": "anedyalkov/Programming-Basics",
"id": "0c33670ce49230110fd8829d791804f688fde510",
... |
struct FrozenSetTree :
public Tree
{
// Nothing.
};
extern "C" PyTypeObject FrozenSetTreeType;
#endif // #ifndef FROZEN_SET_TREE_HPP
| {
"content_hash": "75f62e439ea01b39c22a5a76d79d66bf",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 42,
"avg_line_length": 14.4,
"alnum_prop": 0.6875,
"repo_name": "pyannote/pyannote-banyan",
"id": "cd032fe9f3e426667545100f8fdd0873d5128850",
"size": "263",
"binary": fal... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "85ef629c94bfcde60948bb296ea33b65",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "1b4dc4bfcc844367334c7485a656fec1f9e92a48",
"size": "175... |
import '@ngrx/core/add/operator/select';
import 'rxjs/add/operator/map';
import { Observable } from 'rxjs/Observable';
import { Action } from '@ngrx/store';
import {ActionTypes} from '../../actions/execution'
import {AnalysisCall} from "../../models/analysis/analysisCall";
import * as execution from '../../actions/exec... | {
"content_hash": "d7feca54bf9984be2530518ff8e4d424",
"timestamp": "",
"source": "github",
"line_count": 69,
"max_line_length": 86,
"avg_line_length": 22.434782608695652,
"alnum_prop": 0.6789405684754521,
"repo_name": "larjohn/obeu-indicators",
"id": "cc9a91a08e3d3c43685731a3b65f601be0292063",
"size... |
<?php
namespace Agms\Exception;
class UpgradeRequiredException extends AgmsException
{
}
| {
"content_hash": "ceeb0818f00ac13556482fcb8e797985",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 53,
"avg_line_length": 10.444444444444445,
"alnum_prop": 0.7872340425531915,
"repo_name": "agmscode/agms_php",
"id": "9d0052e7d76ae64f33f28611a4ca6991d0094c13",
"size": "257... |
<!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_35) on Sat Jun 29 01:13:28 PDT 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
StatefulJob (Quartz Enterprise Jo... | {
"content_hash": "8331356cfbc83d749e112c44a6fb33c5",
"timestamp": "",
"source": "github",
"line_count": 219,
"max_line_length": 163,
"avg_line_length": 44.24657534246575,
"alnum_prop": 0.6504643962848298,
"repo_name": "suthat/signal",
"id": "c8ccc6b57dbf87dab2c05356ad3087be2c581658",
"size": "9690"... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Flore mycologique de la France et des pays limitrophes 478 (1888)
#### Original name
Agaricus capnoides Fr., 1818
### Remarks
null | {
"content_hash": "19a3b1ec086506d68519bfca9332b411",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 65,
"avg_line_length": 16.76923076923077,
"alnum_prop": 0.7339449541284404,
"repo_name": "mdoering/backbone",
"id": "2b14352b7aef27c4473427995d19d4b2692871c9",
"size": "298... |
from dataclasses import dataclass
from datetime import datetime
@dataclass
class AuthResponse:
email: str
image_access: bool
search_access: bool
created: datetime
modified: datetime
@dataclass
class FontResponse:
filename: str
id: str
alias: str
_self: str
@dataclass
class Meme... | {
"content_hash": "3a73912caf99411510756569296cda66",
"timestamp": "",
"source": "github",
"line_count": 93,
"max_line_length": 33,
"avg_line_length": 13.548387096774194,
"alnum_prop": 0.6547619047619048,
"repo_name": "jacebrowning/memegen",
"id": "adb38f00812911ea11092a6a947bbfc1bb5056a5",
"size": ... |
package com.facebook.csslayout;
/**
* Generated constants used in {@link LayoutEngineTest}.
*/
public class TestConstants {
/** START_GENERATED **/
public static final float SMALL_WIDTH = 35f;
public static final float SMALL_HEIGHT = 18f;
public static final float BIG_WIDTH = 172f;
public static final fl... | {
"content_hash": "a072434c5bd5a7e83cdc594c1bcb1b42",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 82,
"avg_line_length": 34.7,
"alnum_prop": 0.7363112391930836,
"repo_name": "pragmatrix/css-layout",
"id": "41cce20977f4cc8bdd06811ef6398051ae651090",
"size": "994",
"bin... |
document.addEventListener('DOMContentLoaded', function () {
$.validator.setDefaults({
highlight: function(element) {
$(element)
.closest('.form-group')
.addClass('has-warning');
},
unhighlight: function(element) {
$(element)
... | {
"content_hash": "14cf36ddb983e831f3bd41acce7ca830",
"timestamp": "",
"source": "github",
"line_count": 63,
"max_line_length": 176,
"avg_line_length": 36.34920634920635,
"alnum_prop": 0.42882096069868997,
"repo_name": "JonkiPro/REST-Web-Services",
"id": "36b350dd4f71f20f9abd8f05c3e2695799548b5d",
"... |
* It was overwhelming at first to juggle the dynamics of managing branches both local and remote at the same time. It eventually lead to a merge error occuring prematurely during the session.
* How to better display command prompt and how to properly manage and merge branches.
* How to make a better display for... | {
"content_hash": "9e3c91c3fc41bfb3809d007988ea6113",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 191,
"avg_line_length": 56.8,
"alnum_prop": 0.7834507042253521,
"repo_name": "Jalindner/phase-0-gps-1",
"id": "99974415c1d384b15c63348fb4e18c8c81bc459a",
"size": "592",
"... |
@interface Tier2 : Tier1
@end
| {
"content_hash": "361383d981c4e89fa58faaea6962b151",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 24,
"avg_line_length": 10.333333333333334,
"alnum_prop": 0.7096774193548387,
"repo_name": "xareelee/XAspect",
"id": "ac94c51148c9edf4eae1b4fe6a22e3687248e0d4",
"size": "175"... |
pyiid\.experiments\.elasticscatter\.gpu\_wrappers package
=========================================================
Submodules
----------
pyiid\.experiments\.elasticscatter\.gpu\_wrappers\.gpu\_wrap module
-------------------------------------------------------------------
.. automodule:: pyiid.experiments.elasticsc... | {
"content_hash": "c8f7208508b301de865f75a1903aa278",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 70,
"avg_line_length": 25.40909090909091,
"alnum_prop": 0.5420393559928444,
"repo_name": "CJ-Wright/pyIID",
"id": "89dd78056202d8433c274cbc6ef442b5e1a3ecc1",
"size": "559",... |
Welcome to the Ingen.io & UniGraph Documentation.
Head over to the [Wiki ](https://github.com/unigraph/api-docs/wiki) to get started!
[Request an API Key](mailto:api@ingen.io)
Use the issues to report bugs and request new features.
Happy hacking!
| {
"content_hash": "e71c67dc4485e5755322fb6a6f7e6806",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 83,
"avg_line_length": 31.5,
"alnum_prop": 0.753968253968254,
"repo_name": "unigraph/docs",
"id": "7de7a4fa11acdb4bba595f15550a2c75a39d5d01",
"size": "293",
"binary": fals... |
/// <reference path='../built/pxtlib.d.ts' />
/// <reference path='../built/pxtcompiler.d.ts' />
namespace pxt.py {
export enum VarModifier {
NonLocal,
Global
}
export interface ParameterDesc extends pxtc.ParameterDesc {
pyType?: Type;
}
export interface SymbolInfo extends... | {
"content_hash": "92aee3c28ef5c87092d6a1b437be6da9",
"timestamp": "",
"source": "github",
"line_count": 474,
"max_line_length": 109,
"avg_line_length": 25.98945147679325,
"alnum_prop": 0.555077522526179,
"repo_name": "Microsoft/pxt",
"id": "540e287bf15de9fbc1e82b4e8073cdd96bae4b5d",
"size": "12319"... |
<bill session="110" type="hr" number="894" updated="2009-01-09T09:43:26-05:00">
<status><calendar date="1198123440" datetime="2007-12-19T12:04:00-05:00" /></status>
<introduced date="1198040400" datetime="2007-12-19"/>
<titles>
<title type="official" as="introduced">Providing for consideration of the Senate amend... | {
"content_hash": "d7871e82bbd6baa9aeb8e5d37a4cd3a2",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 303,
"avg_line_length": 51.96969696969697,
"alnum_prop": 0.7364431486880466,
"repo_name": "hashrocket/localpolitics.in",
"id": "4a300b90d260352ed678c96aef8e860faf742a93",
"... |
Upgrading Hashie
================
### Upgrading to 3.2.1
#### Possible coercion changes
The improvements made to coercions in version 3.2.1 [issue #200](https://github.com/intridea/hashie/pull/200) do not break the documented API, but are significant enough that changes may effect undocumented side-effects. Applicat... | {
"content_hash": "922d58c45ffe4a122600c9afe8fed71f",
"timestamp": "",
"source": "github",
"line_count": 109,
"max_line_length": 405,
"avg_line_length": 36.26605504587156,
"alnum_prop": 0.7111054895016443,
"repo_name": "PerfectMemory/hashie",
"id": "25e8a849289394e8eead53c376c8d97fcb964edc",
"size":... |
require File.join(File.dirname(__FILE__), *%w[.. .. lib xcode_snippets])
require File.join(File.dirname(__FILE__), *%w[runner])
require 'ruby-debug'
def configuration
@configuration ||= OpenStruct.new
end
| {
"content_hash": "44077cc6da068cc1af6e6eea0c1b9574",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 72,
"avg_line_length": 26.125,
"alnum_prop": 0.69377990430622,
"repo_name": "lukeredpath/xcodesnippets",
"id": "2449d1bbc73b011bd9f21818e3803edeb1d00cce",
"size": "209",
"... |
title: sqlalchemy.orm composite Example Code
category: page
slug: sqlalchemy-orm-composite-examples
sortorder: 500031066
toc: False
sidebartitle: sqlalchemy.orm composite
meta: Python example code that shows how to use the composite callable from the sqlalchemy.orm module of the SQLAlchemy project.
`composite` is a c... | {
"content_hash": "096f43466db7870d9aa91ed95a25e3b6",
"timestamp": "",
"source": "github",
"line_count": 145,
"max_line_length": 170,
"avg_line_length": 36.90344827586207,
"alnum_prop": 0.7320127079050645,
"repo_name": "mattmakai/fullstackpython.com",
"id": "3848c031ff6620e90fefd8286d252c545ad651ec",
... |
package com.diyanfilipov.potlach;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import org.springframework.security.core.GrantedAuthority;
@Entity
public class UserAuthority implements GrantedAuthority{
private static ... | {
"content_hash": "4be69d877bea97ab1dc5190dfc6b3ae4",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 68,
"avg_line_length": 19.5609756097561,
"alnum_prop": 0.7668329177057357,
"repo_name": "diyanfilipov/potlach-server",
"id": "0f09b4169fce6e39164f1ccfe862201951f4a815",
"si... |
package org.develnext.jphp.ext.httpserver.classes;
import javax.servlet.RequestDispatcher;
import org.develnext.jphp.ext.httpserver.HttpServerExtension;
import org.eclipse.jetty.server.*;
import org.eclipse.jetty.server.handler.*;
import org.eclipse.jetty.server.session.DefaultSessionIdManager;
import org.eclipse.jett... | {
"content_hash": "410c651a74b86d38b36c3ac7686e34d8",
"timestamp": "",
"source": "github",
"line_count": 577,
"max_line_length": 163,
"avg_line_length": 32.570190641247834,
"alnum_prop": 0.638642047570904,
"repo_name": "jphp-compiler/jphp",
"id": "1ea5dce3d451ba45b3a775972d7cdb86b36263ae",
"size": "... |
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
public abstract class Spell{
public abstract string name { get; }
public abstract float cooldown { get; } // Time in seconds
public virtual float castTime { get { return 0; } } // Time in seconds
public virtual float channelTime {... | {
"content_hash": "535f2c9037e9a0581738562dc0709103",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 177,
"avg_line_length": 35.01754385964912,
"alnum_prop": 0.7054108216432866,
"repo_name": "tinlun123/Card-Wizards",
"id": "f648875d1e86b3fd78a013d06d09a27852185c4c",
"size"... |
/* (c) British Telecommunications plc, 2009, All Rights Reserved */
package com.bt.pi.sss;
import java.security.SignatureException;
import java.util.List;
import javax.annotation.Resource;
import javax.security.sasl.AuthenticationException;
import javax.ws.rs.core.MultivaluedMap;
import org.apache.commons.logging.Lo... | {
"content_hash": "021930ce47edac0e6c3b4ad51cb552e7",
"timestamp": "",
"source": "github",
"line_count": 195,
"max_line_length": 193,
"avg_line_length": 40.3948717948718,
"alnum_prop": 0.6469468071600863,
"repo_name": "barnyard/pi",
"id": "114a213163dcb6a4c946ec82c9e87a5a67e1d2f2",
"size": "7877",
... |
<html lang="en">
<head>
<meta charset="utf-8">
<title>Refreshing box</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sh... | {
"content_hash": "d0b54755ecc47987f584effe8e121fe5",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 216,
"avg_line_length": 31.337662337662337,
"alnum_prop": 0.6663903854123497,
"repo_name": "peterboccia/refreshing-box",
"id": "04b804d62cd77f69856a9576414921f99125b1f5",
"... |
<!-- Creator : groff version 1.21 -->
<!-- CreationDate: Sat Feb 9 12:24:04 2013 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta name="generator" content="groff -Thtml, see www.gnu.org">
<meta http-equiv="Content-Type" content="text/htm... | {
"content_hash": "a01da9f5ffa34bbd5c3ff0202eca2aa3",
"timestamp": "",
"source": "github",
"line_count": 134,
"max_line_length": 87,
"avg_line_length": 35.42537313432836,
"alnum_prop": 0.7017063408468507,
"repo_name": "IngwiePhoenix/d0p",
"id": "bbb4606f57bf299e8f86f9a334cab62bf50c6abe",
"size": "47... |
<?php
require_once('Streamer.php');
$ft = new File_Streamer();
$ft->receive(); | {
"content_hash": "b3ac0ec2fed5d2c646a603fb3fa69afe",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 29,
"avg_line_length": 13.333333333333334,
"alnum_prop": 0.6375,
"repo_name": "marx8926/Dicars",
"id": "4531bea644722267b1407aa0b19a4a5d410522ac",
"size": "80",
"binary": ... |
#ifndef __types__currency_h__
#define __types__currency_h__
#include <cstddef>
#include <ratio>
#include <type_traits>
#include <boost/preprocessor/cat.hpp>
#include "jml/utils/exc_assert.h"
#include "jml/utils/compact_vector.h"
#include "jml/utils/unnamed_bool.h"
#include "jml/db/persistent.h"
#include "soa/json... | {
"content_hash": "1a5d76c87a6edf21935f9243ca8d3ec2",
"timestamp": "",
"source": "github",
"line_count": 646,
"max_line_length": 96,
"avg_line_length": 27.478328173374614,
"alnum_prop": 0.575347867725762,
"repo_name": "sergey104/rtbkit",
"id": "e588989077637c92ffc84d86d1704754f42743f5",
"size": "179... |
(function () {
'use strict';
var global = tinymce.util.Tools.resolve('tinymce.PluginManager');
var global$1 = tinymce.util.Tools.resolve('tinymce.util.Tools');
var setDir = function (editor, dir) {
var dom = editor.dom;
var curDir;
var blocks = editor.selection.getSelectedBlocks();... | {
"content_hash": "20709767193f2d674c4cf8362f4a4f9e",
"timestamp": "",
"source": "github",
"line_count": 313,
"max_line_length": 105,
"avg_line_length": 27.86581469648562,
"alnum_prop": 0.5400137583123137,
"repo_name": "Laravel-Backpack/crud",
"id": "36b6fbe7000300afd90d225c2c6454ab124160d6",
"size"... |
/* Generated SBE (Simple Binary Encoding) message codec */
package io.rsocket.aeron.internal.reactivestreams.messages;
import org.agrona.MutableDirectBuffer;
import org.agrona.DirectBuffer;
@javax.annotation.Generated(value = {"io.rsocket.aeron.internal.reactivestreams.messages.ConnectDecoder"})
@SuppressWarnings("... | {
"content_hash": "79d45c237394ab2d67b95aaa5a470133",
"timestamp": "",
"source": "github",
"line_count": 535,
"max_line_length": 435,
"avg_line_length": 34.98317757009346,
"alnum_prop": 0.6584740329130156,
"repo_name": "somasun/reactivesocket-java",
"id": "ce91d33a9c1eae0388d8c197630f3e3de26d0f59",
... |
"use strict";
const { expect } = require("chai");
const {
show,
SourcePos,
ErrorMessageType,
ErrorMessage,
StrictParseError,
Config,
State,
Result,
} = $core;
const { LanguageDef } = $language;
const { makeTokenParser } = $token;
describe("colon", () => {
it("should be a parser that parsea a colon... | {
"content_hash": "7ac2f44272a20328b9a8a0e02f565af5",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 77,
"avg_line_length": 24.51578947368421,
"alnum_prop": 0.5053671103477888,
"repo_name": "susisu/Loquat",
"id": "2f4de55102d0a7430f53283fbca919b5365ff4af",
"size": "2329",
... |
<!DOCTYPE html>
<html class="mdc-typography">
<head>
<title>Game News</title>
<link rel="stylesheet"
href="node_modules/material-components-web/dist/material-components-web.css">
<link rel="stylesheet" type="text/css" href="header.css">
<link rel="stylesheet" type="text/css" href="gerenciarUsuario... | {
"content_hash": "425b3f6703ff52162138dcd4a259c912",
"timestamp": "",
"source": "github",
"line_count": 198,
"max_line_length": 118,
"avg_line_length": 27.91919191919192,
"alnum_prop": 0.6154124457308249,
"repo_name": "drmartini7/programacaoIII",
"id": "3428cf2e4058f57c28e900a8521c36c6e713f2fa",
"s... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "b4c33f11d644680f2d7d857430d330a2",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "89b9416259b3b12648008895245bc34fb564d108",
"size": "197... |
package com.smart.smartchart.utils;
import android.content.Context;
import android.widget.Toast;
/**
* Created by Gs on 2016/5/25.
*/
public class ToastHelper {
/**
* 短时间显示Toast
*
* @param mContext
* @param msg
*/
public static void shortToast(Context mContext, String msg) {
... | {
"content_hash": "c6680c40362a30fa02109be47e53dba9",
"timestamp": "",
"source": "github",
"line_count": 92,
"max_line_length": 98,
"avg_line_length": 25.315217391304348,
"alnum_prop": 0.61356805495921,
"repo_name": "huashengzzz/SmartChart",
"id": "416a244f9d019d7441d25a6300e10ca9b79235f3",
"size": ... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-fingroup: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstr... | {
"content_hash": "a76affe72f6de569d83d38add290446b",
"timestamp": "",
"source": "github",
"line_count": 167,
"max_line_length": 554,
"avg_line_length": 46.706586826347305,
"alnum_prop": 0.5605128205128205,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "fba8e4921e901f251507e5bc05ff07f23430b326",... |
#include "Shader.h"
/**
Given a shader program, validateProgram will request from OpenGL, any information
related to the validation or linking of the program with it's attached shaders. It will
then output any issues that have occurred.
*/
static void validateProgram(GLuint program) {
const unsigned int BUFFE... | {
"content_hash": "94b515ed35e5171453e3e45c18e79b8f",
"timestamp": "",
"source": "github",
"line_count": 152,
"max_line_length": 138,
"avg_line_length": 32.26973684210526,
"alnum_prop": 0.6770642201834862,
"repo_name": "godvalve/Demo",
"id": "735e0be89fc56e3da512c230edfd2592b2a3e6d1",
"size": "4905"... |
module ToolMountPoint
class Agreements < Base
EN_ID = 'agreements'.freeze
CY_ID = 'agreements'.freeze
end
end
| {
"content_hash": "5f70553d6f47fd01d7a19db1a21ee70f",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 31,
"avg_line_length": 20.333333333333332,
"alnum_prop": 0.6967213114754098,
"repo_name": "moneyadviceservice/frontend",
"id": "5fdc96b2469dbe07e6092cd9fff2bf8937447705",
"s... |
/**
* Created by Oleg Galaburda on 11.01.2015.
* @exports aw.components.utils.ComponentScopeRegistry
*/
//TODO add Function.bind fallback with angular.bind for phantomjs
/*
* Component instance registry, holds all created component instances
* and their scopes. Also, after adding new component will resolve ... | {
"content_hash": "097b2f7715ffd7856ce7ec579dd92db4",
"timestamp": "",
"source": "github",
"line_count": 174,
"max_line_length": 104,
"avg_line_length": 29.310344827586206,
"alnum_prop": 0.6237254901960785,
"repo_name": "burdiuz/angular-components-api",
"id": "9f39caf31c590ad84263863b5f5d12e0cb4ceff1"... |
package org.apache.karaf.tooling.exam.regression;
import static junit.framework.Assert.assertTrue;
import static org.apache.karaf.tooling.exam.options.KarafDistributionOption.karafDistributionConfiguration;
import static org.ops4j.pax.exam.CoreOptions.maven;
import org.junit.Test;
import org.junit.runner.RunWith;
i... | {
"content_hash": "e56d3ae65f332e02cc16ec149ff319cc",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 109,
"avg_line_length": 33.8,
"alnum_prop": 0.7497886728655959,
"repo_name": "soluvas/karaf",
"id": "344ef43ad0e0e102596dddc7b7725c36f8388441",
"size": "1985",
"binary": ... |
package net.bican.iplib;
import java.util.Comparator;
import com.google.common.collect.Range;
class IPAddressRangeComparator implements Comparator<Range<IPAddress>> {
private final static IPAddressRangeComparator instance = new IPAddressRangeComparator();
@Override
public int compare(Range<IPAddress> o1... | {
"content_hash": "374d313d4a40e9491f16a506c3c1c4f1",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 90,
"avg_line_length": 25.25,
"alnum_prop": 0.7029702970297029,
"repo_name": "canbican/jiplib",
"id": "408f0920cbaa4429f1f34d9bded64bcd12637ed2",
"size": "985",
"binary":... |
use rustc_serialize::json;
//use chrono::datetime::DateTime;
//use chrono::offset::fixed::FixedOffset;
#[derive(Debug)]
pub struct EtcdNode {
/// key: the HTTP path to which the request was made. etcd uses a file-system-like structure to represent the
/// key-value pairs, therefore all keys start with /.
pub k... | {
"content_hash": "b5fb8d9f9edb6a77bba55ff96c9d16ff",
"timestamp": "",
"source": "github",
"line_count": 144,
"max_line_length": 118,
"avg_line_length": 35.84722222222222,
"alnum_prop": 0.5925997675319643,
"repo_name": "bluejekyll/etcd-rs",
"id": "953145ced0a690f2c7c2f9c4e2ce687df4b68631",
"size": "... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Sporastatia cinerea var. scandinavica H. Magn.
### Remarks
null | {
"content_hash": "70a755e9b16446e6d7f4ff64ca397f29",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 46,
"avg_line_length": 11.615384615384615,
"alnum_prop": 0.7152317880794702,
"repo_name": "mdoering/backbone",
"id": "6db3df5d268bebf19dd191efe1b067f133a6ac6e",
"size": "23... |
<!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_45) on Thu Oct 02 16:39:53 BST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class com.h... | {
"content_hash": "4d59c7cd6a93cea0b96e09daaba4f392",
"timestamp": "",
"source": "github",
"line_count": 117,
"max_line_length": 159,
"avg_line_length": 38.76068376068376,
"alnum_prop": 0.6101433296582139,
"repo_name": "renzoar/RDFExplorer",
"id": "3b0aae87c924b5fc370a1b96cb9b7d5dab4bab62",
"size": ... |
package com.wemote.scorpio.modules.utils;
import com.wemote.scorpio.modules.security.utils.Digests;
import org.junit.Test;
import org.springframework.core.io.ClassPathResource;
import org.springframework.core.io.Resource;
import java.io.IOException;
public class DigestsTest {
@Test
public void digestString() {
... | {
"content_hash": "8927803f5e6a4604ea45e8ad53e32470",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 107,
"avg_line_length": 37.55555555555556,
"alnum_prop": 0.6937869822485208,
"repo_name": "wemote/scorpio",
"id": "a0b7ef7545120eb7acac3c8b088c13d8fca4a63e",
"size": "1352"... |
$.formUtils.addValidator({
name : 'credit_card_number',
validatorFunction : function(value, $el, config, language, $form) {
return Stripe.card.validateCardNumber(value);
},
errorMessage : 'Credit card number is incorrect',
errorMessageKey : 'badCreditCardNumber'
});
$.formUtils.addValidator({
name : 'credit_car... | {
"content_hash": "382601cb2afe880babffb35dce55a241",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 75,
"avg_line_length": 28.912280701754387,
"alnum_prop": 0.6711165048543689,
"repo_name": "bananana/iww-dues",
"id": "fb805d556d3c673156d928875b7d4204018786cc",
"size": "16... |
module Tct.Trs.Data
( module M
, TrsStrategy
, TrsDeclaration
) where
import Tct.Trs.Data.DependencyGraph as M (DependencyGraph, DG, CDG, NodeId)
import Tct.Trs.Data.Problem as M (Problem, Trs)
import Tct.Trs.Data.ProblemKind as M (StartTerms, Strategy)
import Tct.Trs.Data.RuleSelector as M (Ex... | {
"content_hash": "aa919fd083cda62bda198029aed476d3",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 96,
"avg_line_length": 36.19230769230769,
"alnum_prop": 0.7215727948990436,
"repo_name": "ComputationWithBoundedResources/tct-trs",
"id": "b38b94f8b46f06f936a6a464270b95b9024... |
module.exports = {
updateFightSkill: function(dbclient, val, cb) {
var sql = 'update FightSkill set level = ? where id = ?';
var args = [val.level, val.id];
dbclient.query(sql, args, function(err, res) {
if (err) {
console.error('write mysql failed! ' + sql + ' ' + JSON.stringify(val));
... | {
"content_hash": "df644ffd08f04aa5b5ec3f6403551c25",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 80,
"avg_line_length": 25.571428571428573,
"alnum_prop": 0.553072625698324,
"repo_name": "py8765/lordofpomelo",
"id": "93ad6cd8769e58ddf65c4703468833505b86aff4",
"size": "3... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.