text stringlengths 2 1.04M | meta dict |
|---|---|
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE ScopedTypeVariables #-}
module Leader
( StateId
, Judge
, Follower
, LeaderFunction
, FollowerFunction
, mkInMemoryJudge
, mkFollower
, debounceLeader
, killableFollower
, runFollower
... | {
"content_hash": "8f7508df7fa48c2d6ddebc0a3870f41d",
"timestamp": "",
"source": "github",
"line_count": 86,
"max_line_length": 102,
"avg_line_length": 34.26744186046512,
"alnum_prop": 0.6559212758737699,
"repo_name": "snoyberg/warp-letsencrypt",
"id": "123cddbbf30bb8216fdbfe3bb9f58fa1f98b6d14",
"si... |
package net.didion.jwnl.data;
import net.didion.jwnl.JWNL;
import net.didion.jwnl.JWNLException;
import net.didion.jwnl.dictionary.Dictionary;
import java.io.IOException;
/**
* An <code>IndexWord</code> represents a line of the <var>pos</var><code>.index</code> file.
* An <code>IndexWord</code> is created or retr... | {
"content_hash": "a9f625e80eb9eeb5986a4b52540332e6",
"timestamp": "",
"source": "github",
"line_count": 114,
"max_line_length": 110,
"avg_line_length": 28.096491228070175,
"alnum_prop": 0.6971589135185763,
"repo_name": "bitsetd4d/word-playground",
"id": "2eb30761cef1efb2d515a6ca55f56e224f6141c8",
"... |
package com.amazonaws.services.apigateway.model;
import java.io.Serializable;
/**
* <p>
* Represents a collection of <a>ApiKey</a> resources.
* </p>
*/
public class GetApiKeysResult implements Serializable, Cloneable {
private String position;
/**
* <p>
* The current page of any <a>ApiKey</a>... | {
"content_hash": "faff319d97d9ba6876587a359f86c8b4",
"timestamp": "",
"source": "github",
"line_count": 189,
"max_line_length": 80,
"avg_line_length": 28.433862433862434,
"alnum_prop": 0.5478228507629327,
"repo_name": "trasa/aws-sdk-java",
"id": "f4d485c150c36fe3ad3a1a63cc65509c84dfc4d2",
"size": "... |
import os
import sys
# Get chrome/test/functional scripts into our path.
# TODO(tonyg): Move webpagereplay.py to a common location.
sys.path.append(
os.path.abspath(
os.path.join(os.path.dirname(__file__),
'../../../chrome/test/functional')))
import webpagereplay # pylint: disable=F04... | {
"content_hash": "e244dbc7c876a619c0a229b64ef35732",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 79,
"avg_line_length": 31.93617021276596,
"alnum_prop": 0.6708860759493671,
"repo_name": "leighpauls/k2cro4",
"id": "ec8dd051c737006e55d1f7339b37848510805746",
"size": "166... |
namespace blink {
class DOMContentLoadedListener final
: public V8AbstractEventListener,
public ProcessingInstruction::DetachableEventListener {
USING_GARBAGE_COLLECTED_MIXIN(DOMContentLoadedListener);
public:
static DOMContentLoadedListener* create(ScriptState* scriptState,
... | {
"content_hash": "459cb877b03285a01401ddceef4073b1",
"timestamp": "",
"source": "github",
"line_count": 177,
"max_line_length": 80,
"avg_line_length": 34.89265536723164,
"alnum_prop": 0.7011010362694301,
"repo_name": "Samsung/ChromiumGStreamerBackend",
"id": "b9b3f5e59293106ac76263130acf93da91f409bc"... |
from setuptools import setup, find_packages
setup(
name='grove',
version='0.0.1',
url='https://github.com/zivia/grove',
author='Troy Squillaci',
author_email='troysquillaci@gmail.com',
description='Genetic algorithm and grammatical evolution library.',
packages=find_packages(exclude=['tests... | {
"content_hash": "b13bc759db12f0cee0c662049fc4673d",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 71,
"avg_line_length": 27.625,
"alnum_prop": 0.6764705882352942,
"repo_name": "zivia/grove",
"id": "a8b5f33ae33cc9811df4870db7d64b09780d032d",
"size": "442",
"binary": fa... |
@interface SectionViewController : UIViewController <UIWebViewDelegate>
@property (strong, nonatomic) IBOutlet UIWebView *webView;
@property (strong, nonatomic) WebViewJavascriptBridge *bridge;
- (id)registeredSectionController;
- (void)setupWithData:(NSDictionary*)data;
+ (SectionViewController*)createWithData:(NSDi... | {
"content_hash": "446a4eb55d9c29d5b8ea2a0258d44afd",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 71,
"avg_line_length": 31.733333333333334,
"alnum_prop": 0.8088235294117647,
"repo_name": "AXEMAS/framework",
"id": "eb2c3d8bf6db39e37b9a7f2fb05e18447610a49d",
"size": "636... |
package ua.org.dector.gcore.common;
import ua.org.dector.gcore.managers.PreferencesManager;
/**
* @author dector (dector9@gmail.com)
*/
public class Settings {
// Music/Sounds
private static final String MUSIC_VOLUME = "music.volume";
private static final String MUSIC_ENABLED = "music.enabled";
... | {
"content_hash": "2c102253a4565b6f39c5eeffd39e7dee",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 78,
"avg_line_length": 29.473684210526315,
"alnum_prop": 0.675,
"repo_name": "dector/moon_lander",
"id": "550665fac6e61acfe320943292b0a4820fd233cd",
"size": "2800",
"bina... |
package com.alibaba.nacos.api.naming.remote.request;
/**
* Nacos naming query request.
*
* @author xiweng.yy
*/
public class ServiceQueryRequest extends AbstractNamingRequest {
private String cluster;
private boolean healthyOnly;
private int udpPort;
public ServiceQueryRequest... | {
"content_hash": "157ce71ba4e5f8d9b3f179a6613b4a16",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 88,
"avg_line_length": 20.208333333333332,
"alnum_prop": 0.6278350515463917,
"repo_name": "alibaba/nacos",
"id": "c1c60e2ada1e1dc09f3d7f837d6382ccc2ead1b4",
"size": "1585",... |
define("vs/base/common/worker/simpleWorker.nls.zh-cn",{"vs/base/common/platform":["_"]});
//# sourceMappingURL=../../../../../min-maps/vs/base/common/worker/simpleWorker.nls.zh-cn.js.map | {
"content_hash": "4430faa81f46aa7f8b67d2c51910d413",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 96,
"avg_line_length": 62.333333333333336,
"alnum_prop": 0.6844919786096256,
"repo_name": "cdnjs/cdnjs",
"id": "ef1e678c4f623a6bf3e2918439be1589ddd53f0a",
"size": "543",
"... |
package org.elasticsearch.mapping;
import java.beans.IntrospectionException;
import java.beans.Introspector;
import java.beans.PropertyDescriptor;
import java.lang.annotation.Annotation;
import java.lang.reflect.Field;
import java.lang.reflect.Modifier;
import java.util.*;
import org.elasticsearch.annotation.*;
impor... | {
"content_hash": "8e30ea6631964a09a9d6eb4fbec8dc00",
"timestamp": "",
"source": "github",
"line_count": 363,
"max_line_length": 162,
"avg_line_length": 52.548209366391184,
"alnum_prop": 0.6544167758846658,
"repo_name": "cmourouvin/elasticsearch-mapping-parent",
"id": "1ad4d9f385e830e8f235744cbe1b1169... |
<?php
namespace App\Http\Controllers\Admin;
use App\Models\Admin\AdminGroup;
use Illuminate\Http\Request;
use App\Http\Controllers\Admin\Controller;
class AdminGroupController extends Controller
{
/**
* Display a listing of the resource.
*
* @return \Illuminate\Http\Response
*/
public fun... | {
"content_hash": "c9c5d5b8e7505f4f3485a10b09b6f46b",
"timestamp": "",
"source": "github",
"line_count": 108,
"max_line_length": 63,
"avg_line_length": 22.833333333333332,
"alnum_prop": 0.5255474452554745,
"repo_name": "comoyi/skyline",
"id": "361bd261899d49ebf10885ef4d3effa318e93e67",
"size": "2466... |
import argparse
import os
import os.path
from ftplib import FTP
__version__ = '0.0.0'
TYPES = [
"precipitation",
"sun",
"air_temperature",
"solar",
"soil_temperature",
"cloudiness",
"pressure",
"wind"
]
CONFIG_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "etc")... | {
"content_hash": "20609092e5156a0080dd17482346c910",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 98,
"avg_line_length": 26.403508771929825,
"alnum_prop": 0.6119601328903654,
"repo_name": "mfelsche/dwd_weather_data",
"id": "82871899642912e678323212a1b1e5761ba16103",
"si... |
@interface DFDynamicPropertyDemoUITests : XCTestCase
@end
@implementation DFDynamicPropertyDemoUITests
- (void)setUp {
[super setUp];
// Put setup code here. This method is called before the invocation of each test method in the class.
// In UI tests it is usually best to stop immediately when ... | {
"content_hash": "a0d94b2964a589fa47a2f39c73283d69",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 178,
"avg_line_length": 35.43333333333333,
"alnum_prop": 0.7243650047036688,
"repo_name": "wonderffee/DFDynamicProperty",
"id": "6619e36dae6f97084df39397e402f250e0136017",
... |
/**
* @file lars_impl.hpp
* @author Ryan Curtin
*
* Implementation of templated LARS functions.
*
* This file is part of mlpack 2.0.1.
*
* mlpack is free software; you may redstribute it and/or modify it under the
* terms of the 3-clause BSD license. You should have received a copy of the
* 3-clause BSD lice... | {
"content_hash": "29175e06f6c1e612914d507d4696c1a6",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 77,
"avg_line_length": 27.916666666666668,
"alnum_prop": 0.6949253731343283,
"repo_name": "KaimingOuyang/HPC-K-Means",
"id": "b095ce1b2828f31add02a7fb6f044a3050462506",
"si... |
<?php
/**
* 家族成员申请记录
* the last known user to change this file in the repository <$LastChangedBy: hexin $>
* @author He xin <hexin@pipi.cn>
* @version $Id: 2013-8-6 下午3:28:20 hexin $
* @package
*/
class FamilyMemberApplyRecordsModel extends PipiActiveRecord {
/**
*
* @param string $className
* @return F... | {
"content_hash": "43cf2dfc1597454a6404326e12781e0b",
"timestamp": "",
"source": "github",
"line_count": 82,
"max_line_length": 139,
"avg_line_length": 32.329268292682926,
"alnum_prop": 0.6457940399849114,
"repo_name": "klklmoon/pipishow",
"id": "22ed4ec1e7ad49f6445056cf26a6bc7e56e331d6",
"size": "2... |
package com.cinchapi.concourse.data.transform;
import java.util.Map;
import java.util.Set;
import java.util.function.Supplier;
import com.cinchapi.common.collect.lazy.LazyTransformSet;
import com.cinchapi.concourse.data.Column;
import com.cinchapi.concourse.data.Row;
import com.cinchapi.concourse.thrift.TObject;
imp... | {
"content_hash": "bbe906e4a91d0616acc95f1d75fb759d",
"timestamp": "",
"source": "github",
"line_count": 127,
"max_line_length": 80,
"avg_line_length": 25.992125984251967,
"alnum_prop": 0.6049681914571342,
"repo_name": "cinchapi/concourse",
"id": "80cfa7d030aca9889e760f5bcf4040ea52930d87",
"size": "... |
<!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_51) on Wed Apr 09 19:17:43 EEST 2014 -->
<title>org.apps8os.trafficsense Class Hierarchy</title>
<meta name="date" content="2014-04-09"... | {
"content_hash": "e7c9ef33363ca1bbb8e6510a81244f72",
"timestamp": "",
"source": "github",
"line_count": 141,
"max_line_length": 214,
"avg_line_length": 48.04964539007092,
"alnum_prop": 0.6571217712177122,
"repo_name": "apps8os/trafficsense",
"id": "4f270a0e6cb920ea57a822cd1e49db86231df6b7",
"size":... |
package com.mc.hibernate.memcached;
public interface MemcacheClientFactory {
Memcache createMemcacheClient() throws Exception;
}
| {
"content_hash": "b04caf64bb67d26b5827d263dd88ce9f",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 53,
"avg_line_length": 15.333333333333334,
"alnum_prop": 0.7898550724637681,
"repo_name": "mihaicostin/hibernate-l2-memcached",
"id": "ba6adb41cb43a9b052d23bc91998df9e38e79e7f... |
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
| {
"content_hash": "efead75dde4dd0af602566ee7e2e8457",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 60,
"avg_line_length": 16.857142857142858,
"alnum_prop": 0.7796610169491526,
"repo_name": "borjaIgartua/StrategyiOSExample",
"id": "4c063a069920a3cc3f954d1d0844a709b37c6427",
... |
if Rails.application.config.activeadmin_associations.autocomplete_models
models = Rails.application.config.activeadmin_associations.autocomplete_models.join('|')
Rails.application.routes.draw do
scope :admin do
get '/autocomplete/:model' => 'autocomplete#index', :model => /(#{models})/,
:defaults ... | {
"content_hash": "fa7b736ae0dad87741412e37ea5d35ac",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 90,
"avg_line_length": 40.333333333333336,
"alnum_prop": 0.696969696969697,
"repo_name": "BookBub/active_admin_associations",
"id": "854ccaa12a8253d332b693f740f4275d78a238f4",... |
var request = require('request');
var apiOptions = {
server: 'http://localhost:3000'
};
/*if(process.env.NODE_ENV === 'production'){;
apiOptions.server = "https://wishuwerebeer.herokuapp.com"
}*/
// response placeholder
var sendJsonResponse = function(res, status, content){
res.status(status);
res.jso... | {
"content_hash": "44864ce76e69f45cc362a7551708df8f",
"timestamp": "",
"source": "github",
"line_count": 129,
"max_line_length": 61,
"avg_line_length": 24.565891472868216,
"alnum_prop": 0.5736825497002209,
"repo_name": "brabmaio/wishuwerebeer",
"id": "056fbbc08c7c0ad97190d3058825936c893d25d1",
"size... |
import * as apid from '../../../../../api';
export default interface IStorageApiModel {
getInfo(): Promise<apid.VersionInfo>;
}
| {
"content_hash": "eaf54ba9f1bfc1799acd64b6f8dca1bf",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 43,
"avg_line_length": 26.6,
"alnum_prop": 0.6466165413533834,
"repo_name": "l3tnun/EPGStation",
"id": "c3dd7a2e11826806ba7e05e488dccd3d22a33dcf",
"size": "133",
"binary":... |
package com.rodrigodev.xgen4j.test.message.descriptionWithCustomObjectThatGeneratesTheMessageCanBeUsed_inheritedImplementation;
import com.rodrigodev.xgen4j.test.message.descriptionWithCustomObjectThatGeneratesTheMessageCanBeUsed_inheritedImplementation.RootException.ExceptionType;
import java.util.Optional;
/**
* A... | {
"content_hash": "7ba19be1f5f8c5a59799e803875ac3b3",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 154,
"avg_line_length": 31.5,
"alnum_prop": 0.7329598506069094,
"repo_name": "RodrigoQuesadaDev/XGen4J",
"id": "0322e9e93dbb926a0fe403464e146371f7e6fcb5",
"size": "1071",
... |
<?php
namespace Epsilon\Router;
defined("EPSILON_EXEC") or die();
use App\Config;
use Epsilon\Factory;
use Epsilon\IO\Input;
use Epsilon\Object\Object;
use PDO;
use PDOException;
/**
* Class Router
*
* @package Epsilon\Router
*/
abstract class Router extends Object
{
protected static $Instance;
protect... | {
"content_hash": "258d8ae5f01723f77958dfc2ab3ecd7f",
"timestamp": "",
"source": "github",
"line_count": 357,
"max_line_length": 117,
"avg_line_length": 28.714285714285715,
"alnum_prop": 0.43186030631157935,
"repo_name": "falmar/Epsilon",
"id": "951f80608e28c97149021a08b55d62168516a2e0",
"size": "10... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "f653384867250510a52fab16542761b0",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "9050e94f91d4a6a970f3053395361833d54af4b2",
"size": "178... |
<?php
namespace Zym\Bundle\UserBundle\Model;
/**
* Interface FullNameInterface
*
* For users that support the ability to get their full name.
*
* @package Zym\Bundle\UserBundle\Model
* @author Geoffrey Tran <geoffrey.tran@gmail.com>
*/
interface FullNameInterface
{
/**
* Get the user's full name
*
* ... | {
"content_hash": "aaf48b0d7c90268ec882a73469f4db2d",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 61,
"avg_line_length": 16.217391304347824,
"alnum_prop": 0.6970509383378016,
"repo_name": "geoffreytran/zym",
"id": "4d45f125051982770cabba13ea4602d16b7a913a",
"size": "675... |
package org.kie.workbench.common.stunner.svg.gen.translator.impl;
import org.kie.workbench.common.stunner.svg.gen.exception.TranslatorException;
import org.kie.workbench.common.stunner.svg.gen.model.ViewDefinition;
import org.kie.workbench.common.stunner.svg.gen.model.impl.ViewBoxDefinitionImpl;
import org.kie.workb... | {
"content_hash": "b81a350f0a8352e4a87967df75b5191b",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 107,
"avg_line_length": 42.702127659574465,
"alnum_prop": 0.5311410064773293,
"repo_name": "manstis/kie-wb-common",
"id": "74164835f085cf9634d379884cf31db86ecc9632",
"size"... |
<!doctype html>
<html class="theme-next pisces use-motion">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta http-equiv="Cache-Control" content="no-transform" />
<meta... | {
"content_hash": "f0c46e13844627a511e320b0c17eee66",
"timestamp": "",
"source": "github",
"line_count": 526,
"max_line_length": 154,
"avg_line_length": 19.863117870722434,
"alnum_prop": 0.5222052067381318,
"repo_name": "wudaown/wudaown.github.io",
"id": "aff01f0ea011b4838863d26aa0b6f57eb928144b",
"... |
<?php
namespace Google\AdsApi\AdManager\v202202;
/**
* This file was generated from WSDL. DO NOT EDIT.
*/
class DestinationUrlType
{
const UNKNOWN = 'UNKNOWN';
const CLICK_TO_WEB = 'CLICK_TO_WEB';
const CLICK_TO_APP = 'CLICK_TO_APP';
const CLICK_TO_CALL = 'CLICK_TO_CALL';
const NONE = 'NONE';
... | {
"content_hash": "2dc5216bf8496011b77e2cecf2322e85",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 50,
"avg_line_length": 17.944444444444443,
"alnum_prop": 0.6470588235294118,
"repo_name": "googleads/googleads-php-lib",
"id": "8a461bd04ca684389c1ea3546a6466374a5cfb5b",
"... |
package com.lhkbob.entreri.property;
import java.lang.annotation.*;
import java.util.*;
/**
* Collection
* ==========
*
* Collection is an attribute that exposes configuration options for properties that have types of {@link
* java.util.List}, {@link java.util.Map}, or {@link java.util.Set}. It can configure wh... | {
"content_hash": "eb1b8619f6edffc68389b2749f040923",
"timestamp": "",
"source": "github",
"line_count": 81,
"max_line_length": 108,
"avg_line_length": 40.75308641975309,
"alnum_prop": 0.71644956073917,
"repo_name": "antag99/entreri",
"id": "ab2708a39e79dfbe0838c7c1fa4b13f8b20944df",
"size": "4741",... |
START_ATF_NAMESPACE
typedef tagVersionedStream *LPVERSIONEDSTREAM;
END_ATF_NAMESPACE
| {
"content_hash": "ec278b9896194788d975132d1a3b3937",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 50,
"avg_line_length": 29.666666666666668,
"alnum_prop": 0.8314606741573034,
"repo_name": "goodwinxp/Yorozuya",
"id": "ed248ab30b4093394eaf7cbbc46c711fe368fb12",
"size": "27... |
class Ray :public PhysicalBody, public sf::Drawable
{
const int TILE_SIZE = 64;
private:
virtual void draw(sf::RenderTarget & target, sf::RenderStates states) const;
public:
enum Side
{
Up,
Down,
Left,
Right
};
Ray(Side side);
~Ray();
///Sets Animator
void SetAnimator(Animator& animator);
int GetSid... | {
"content_hash": "9dc45415d67bd2714e1ca1fb080c0d62",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 77,
"avg_line_length": 16.72972972972973,
"alnum_prop": 0.6946688206785138,
"repo_name": "PiGames/Bomberman",
"id": "8ca3f7b0acbeaa12489fa234962d6297071295d9",
"size": "732... |
ROCKSDB_WARNING("This file was moved to rocksdb/utilities/db_ttl.h")
#include "rocksdb/utilities/db_ttl.h"
| {
"content_hash": "48ace9a8b19a4e52ee1c0172b7e3b8ab",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 68,
"avg_line_length": 36,
"alnum_prop": 0.7685185185185185,
"repo_name": "tizzybec/rocksdb",
"id": "e50746be46a160f53f698a609165df83eb57e3ef",
"size": "460",
"binary": fa... |
package nl.pvanassen.geckoboard.api.widget;
import java.awt.Color;
import java.io.IOException;
import nl.pvanassen.geckoboard.api.JsonTestHelper;
import nl.pvanassen.geckoboard.api.json.list.ListItem;
import org.codehaus.jackson.JsonNode;
import org.codehaus.jackson.JsonProcessingException;
import org.junit.Assert;
... | {
"content_hash": "4455d550181cad33223bf8614f8ae1ff",
"timestamp": "",
"source": "github",
"line_count": 64,
"max_line_length": 83,
"avg_line_length": 33.296875,
"alnum_prop": 0.660722665415298,
"repo_name": "scoyo/geckoboard-java-api",
"id": "e63df2efb81902d8903c4e47d8e79c28fa49f3e4",
"size": "2131... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl">
<head>
<meta http-equiv="Content-Language" content="pl" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<head>
... | {
"content_hash": "33e22a1d7bcc1a4148b073cf091f256d",
"timestamp": "",
"source": "github",
"line_count": 1382,
"max_line_length": 175,
"avg_line_length": 48.42981186685962,
"alnum_prop": 0.5926789182728224,
"repo_name": "bkielbasa/coyote2",
"id": "ec815566ec15f1d5cbf7204be5ecc85ac2af4140",
"size": "... |
package java.security;
public class SecurityPermission extends BasicPermission {
public SecurityPermission(String name) {
super(name);
}
}
| {
"content_hash": "0efb9d8f47fb487cce662122fcc67660",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 57,
"avg_line_length": 13.818181818181818,
"alnum_prop": 0.743421052631579,
"repo_name": "nmcl/wfswarm-example-arjuna-old",
"id": "194517c37828195064fdd5f5f303295b684af021",
... |
package testesDeUnidadeServices;
import static junit.framework.Assert.assertTrue;
import static junit.framework.Assert.assertEquals;
import org.junit.After;
import org.junit.Test;
import com.br.uepb.dao.LoginDAO;
import com.br.uepb.dao.PacienteDAO;
import com.br.uepb.model.LoginDomain;
import com.br.uepb.... | {
"content_hash": "8566e1f0e2d18ce3498be9eadd46e5e2",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 70,
"avg_line_length": 29.53030303030303,
"alnum_prop": 0.7378142637249872,
"repo_name": "lukasteles/REIS",
"id": "1c91cfe8a8bddc714a60fe27ddbff4ee3041e9da",
"size": "1951"... |
<?php
namespace Drupal\file\Plugin\migrate\cckfield\d6;
@trigger_error('FileField is deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. Use \Drupal\file\Plugin\migrate\field\d6\FileField instead.', E_USER_DEPRECATED);
use Drupal\migrate\Plugin\MigrationInterface;
use Drupal\migrate\Row;
use Drupal\m... | {
"content_hash": "e53666b90c386da5788459714d6b8e31",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 178,
"avg_line_length": 24.73134328358209,
"alnum_prop": 0.6330718165359083,
"repo_name": "leorawe/sci-base",
"id": "8dba3b022a62b89e82dca7459de9767e187ffbdd",
"size": "165... |
pageid: bser
title: BSER Binary Protocol
layout: docs
section: Internals
permalink: docs/bser.html
redirect_from: docs/bser/
---
The basic JSON protocol in watchman allows quick and easy integration.
Applications with higher performance requirements may want to consider the
binary protocol instead.
The binary protoco... | {
"content_hash": "18892fb259cb65106deb82d99ac5fe77",
"timestamp": "",
"source": "github",
"line_count": 135,
"max_line_length": 80,
"avg_line_length": 29.85925925925926,
"alnum_prop": 0.715703299429422,
"repo_name": "facebook/watchman",
"id": "35fe650925bb7be500a4b47706a7815001e8f9f9",
"size": "403... |
extern void DisplaySproingies(int screen,int pause);
extern void NextSproingieDisplay(int screen,int pause);
extern void ReshapeSproingies(int w, int h);
extern void CleanupSproingies(int screen);
extern void InitSproingies(int wfmode, int grnd, int mspr, int smrtspr,
int screen, int numscr... | {
"content_hash": "5b619b14c46a0d06e3077c32be77fb3b",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 71,
"avg_line_length": 42.125,
"alnum_prop": 0.7359050445103857,
"repo_name": "AstralDynamics/photo-tagger",
"id": "81c6cb7e35d15334816e4c9a7bb2525353d18d98",
"size": "1125"... |
package volumedriver
import (
"encoding/json"
"errors"
"fmt"
"io/ioutil"
"net"
"net/http"
"os"
"path/filepath"
"regexp"
"time"
"github.com/emccode/rexray/daemon/module"
"github.com/emccode/rexray/config"
osm "github.com/emccode/rexray/os"
"github.com/emccode/rexray/storage"
"github.com/emccode/rexray/... | {
"content_hash": "3b98584e9b8b5eb2a170b4ecff0a5a0c",
"timestamp": "",
"source": "github",
"line_count": 297,
"max_line_length": 123,
"avg_line_length": 23.993265993265993,
"alnum_prop": 0.6493123772102161,
"repo_name": "taik0/rexray",
"id": "6a8f0b820ee59482758e6be6a2ee93653d5fb4bd",
"size": "7126"... |
<!--
~ Copyright 2014 Mario Guggenberger <mg@protyposis.net>
~
~ 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": "7d96ffbee05717976516691d6033d090",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 76,
"avg_line_length": 41.40909090909091,
"alnum_prop": 0.716794731064764,
"repo_name": "protyposis/Spectaculum",
"id": "237094f975441c289f85696a2f21e65cf0f6d07e",
"size": ... |
<?php
/**
* @file
* Contains \Drupal\config\Tests\ConfigExportUITest.
*/
namespace Drupal\config\Tests;
use Drupal\Component\Serialization\Yaml;
use Drupal\Core\Archiver\Tar;
use Drupal\simpletest\WebTestBase;
/**
* Tests the user interface for exporting configuration.
*
* @group config
*/
class ConfigExport... | {
"content_hash": "4b9bcb17dd54f6adeb279a02170633a5",
"timestamp": "",
"source": "github",
"line_count": 87,
"max_line_length": 174,
"avg_line_length": 36.60919540229885,
"alnum_prop": 0.6756671899529042,
"repo_name": "komejo/d8demo-dev",
"id": "3c672da1de73e21a2d20f95a5812a44147b31545",
"size": "31... |
From column: _url_
>``` python
return getCacheBaseUrl()+"page/"+get_url_hash(getValue("url"))+"/"+getValue("ad_timestamp")+"/processed"
```
#### _featureCollection_uri_
From column: _crawl_uri_
>``` python
return getValue("crawl_uri")+"/featurecollection"
```
#### _phoneslist_
From column: _phones_
>``` python
return... | {
"content_hash": "c05f5fc403fae2e73c551961c4598322",
"timestamp": "",
"source": "github",
"line_count": 100,
"max_line_length": 120,
"avg_line_length": 27.09,
"alnum_prop": 0.6563307493540051,
"repo_name": "darkshadows123/dig-alignment",
"id": "b096a72bbeb8fb70e956a7d7429c7c6f89fc6521",
"size": "27... |
from django.db import models
from rest_framework.serializers import ModelSerializer
from mapentity.serializers import fields
class MapentityDatatableSerializer(ModelSerializer):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
# patch mapping fields to use datatables format
... | {
"content_hash": "8e2ef7e664ae85d44cfae80f481c8a27",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 73,
"avg_line_length": 39.64705882352941,
"alnum_prop": 0.712166172106825,
"repo_name": "makinacorpus/django-mapentity",
"id": "364510b1ed041455d396c9a59c3ae82cf967ee4e",
"... |
extern crate test;
fn main() {
println!("{}", order("is2 Thi1s T4est 3a"));
}
// Description:
// Your task is to sort a given string. Each word in the String will contain a single number. This number is the position the word should have in the result.
// Note: Numbers can be from 1 to 9. So 1 will be the first ... | {
"content_hash": "ddf35e6a70552647e763f084c3387b9c",
"timestamp": "",
"source": "github",
"line_count": 76,
"max_line_length": 157,
"avg_line_length": 26.513157894736842,
"alnum_prop": 0.5851116625310173,
"repo_name": "snewt/rust-challenges",
"id": "b2705f917bd16ff6be1ae16dccba11d1fd2274c8",
"size"... |
set -e
echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}"
install_framework()
{
if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then
local source="${BUILT_PRODUCTS_DIR}... | {
"content_hash": "104d3df6b9ab87ab93c9d4c6210cfc72",
"timestamp": "",
"source": "github",
"line_count": 98,
"max_line_length": 209,
"avg_line_length": 37.92857142857143,
"alnum_prop": 0.6319612590799032,
"repo_name": "charmaex/JDCoordinator",
"id": "e61fdf0bab86e1e19a9058f87d8666258b7496f4",
"size"... |
import { merge } from 'lodash';
import * as papaparse from 'papaparse';
const defaultOptions = {
skipEmptyLines: true,
};
export class ParserUtils {
/**
* parses the given csv file/blob using PapaParse
* @param data
* @param options additional options
* @return {Promise<R>|Promise}
*/
... | {
"content_hash": "0283347d06a11d06c76b4c31bc3bb993",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 88,
"avg_line_length": 34.67741935483871,
"alnum_prop": 0.5553488372093023,
"repo_name": "datavisyn/tdp_core",
"id": "f4a0e23ca04fa39861c00c385dd4101e9b7295e0",
"size": "10... |
Ext.application({
views: [
'Main',
'DatabaseSelectionWindow',
'CreateCollectionWindow'
],
models: [
'Collection'
],
stores: [
'Collection'
],
autoCreateViewport: true,
name: 'datastore'
});
Ext.Loader.setConfig({
enabl... | {
"content_hash": "955a89001679c09e7f822678e1273040",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 35,
"avg_line_length": 18.5,
"alnum_prop": 0.4924924924924925,
"repo_name": "Gnail-nehc/datastore",
"id": "ed8f9829d9fddac2fcc2729cb274a489e3411c22",
"size": "333",
"bina... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Android.App;
using Android.Content;
using Android.OS;
using Android.Runtime;
using Android.Views;
using Android.Widget;
namespace ProjectTracker.AndroidUI.ViewModels
{
public class MainPage : Csla.Axml.ViewModel<string[]>
... | {
"content_hash": "d2a78a6bdfd532e23877b8cbd90d2902",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 57,
"avg_line_length": 18.5,
"alnum_prop": 0.7687687687687688,
"repo_name": "BrettJaner/csla",
"id": "45a523ea88c43ecbf944bb8f493d65d87f50f63b",
"size": "333",
"binary": ... |
@extends('layouts.app')
@section('content')
<section class="content-header">
<h1>
Comuna
</h1>
</section>
<div class="content">
<div class="box box-primary">
<div class="box-body">
<div class="row" style="padding-left: 20px">
... | {
"content_hash": "48ea90a2fee1a8d160fa28184a5b102b",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 93,
"avg_line_length": 27.842105263157894,
"alnum_prop": 0.46502835538752363,
"repo_name": "chelopezlo/backend-congreso",
"id": "1271cad2f30269532a515fbb5713801c7cb99069",
... |
require 'test_helper'
class OfferTest < ActiveSupport::TestCase
should_belong_to :account
should_validate_presence_of :name, :text, :account_id
end
| {
"content_hash": "9438e3ae2ebec3037692c43cf4db3321",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 55,
"avg_line_length": 19.625,
"alnum_prop": 0.7452229299363057,
"repo_name": "CarouselSMS/RecessApp",
"id": "e065f8abeaddbae2f6d034c5a22df4db1e624b0b",
"size": "157",
"bi... |
using System.Linq.Expressions;
using Polyglot;
using Cysharp.Threading.Tasks;
using UnityEngine;
using UnityEngine.SceneManagement;
using UnityEngine.UI;
public class SettingsScreen : Screen, ScreenChangeListener
{
public const string Id = "Settings";
public override string GetId() => Id;
public UpperOve... | {
"content_hash": "11710cbcc9d09d0c2097f66f9e98ea0c",
"timestamp": "",
"source": "github",
"line_count": 90,
"max_line_length": 75,
"avg_line_length": 30.044444444444444,
"alnum_prop": 0.6168639053254438,
"repo_name": "TigerHix/Cytoid",
"id": "9cd338dd70b0509babad79168fa942c036a4d9a0",
"size": "2704... |
require 'base32/crockford'
| {
"content_hash": "124fb419e6de8c262115142c7818e2b4",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 26,
"avg_line_length": 27,
"alnum_prop": 0.8148148148148148,
"repo_name": "wrimle/base32_pure",
"id": "f31357da1784b49c7789d72a246fab8a3b42024b",
"size": "28",
"binary": f... |
#pragma once
#ifdef WITH_EASTL
#include <EASTL/sort.h>
using eastl::sort;
#else
#include <algorithm>
using std::sort;
#endif
| {
"content_hash": "e67c74dbe0e9c1920008f8d9f8150eb9",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 23,
"avg_line_length": 10,
"alnum_prop": 0.7076923076923077,
"repo_name": "BSVino/Digitanks",
"id": "2d07eb49008fa65f43dad5f34b3a8ff989697f55",
"size": "1745",
"binary": ... |
/* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... | {
"content_hash": "0f5c5caca4ced0d727375c65e7978179",
"timestamp": "",
"source": "github",
"line_count": 53,
"max_line_length": 125,
"avg_line_length": 36.39622641509434,
"alnum_prop": 0.7667185069984448,
"repo_name": "zwets/flowable-engine",
"id": "19090eb0bede459adff09de892a76ee549d4cd47",
"size":... |
<?php
/**
* Created by PhpStorm.
* User: yuriy
* Date: 26.10.17
* Time: 16.17
*/
namespace AppBundle\DBManager;
use Doctrine\Common\Persistence\ManagerRegistry;
use AppBundle\Entity\User;
use AppBundle\Entity\UserToken;
class UserDBManager
{
private $db;
const BYTE_COUNT = 32;
const REGISTRATION_TYP... | {
"content_hash": "a00cb75d7187837418ce96715ed1e95d",
"timestamp": "",
"source": "github",
"line_count": 118,
"max_line_length": 104,
"avg_line_length": 25.85593220338983,
"alnum_prop": 0.5824319895116356,
"repo_name": "Kushnerevich/itransition_course_work",
"id": "19843d18b4c30619e71742d63199dd28a9e2... |
module.exports = function(grunt) {
grunt.loadNpmTasks("grunt-clean")
grunt.loadNpmTasks("grunt-contrib-copy")
grunt.loadNpmTasks("grunt-contrib-coffee")
grunt.loadNpmTasks("grunt-contrib-watch")
grunt.initConfig({
clean: {
build: "public"
},
copy: {
assets: {
files: {
... | {
"content_hash": "23551d8135d753a5f8193dd512d67a6a",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 71,
"avg_line_length": 20.473684210526315,
"alnum_prop": 0.5449871465295629,
"repo_name": "michelt/orator",
"id": "462e8e5f973c5e39b2a91bc5325519bd3cb11956",
"size": "778",... |
package main
import (
"net/http"
)
func ExtractApAiKeysFromRequest(r *http.Request) (searchApiKey string, displayApiKey string, err error) {
values := r.URL.Query()
searchApiKey = values.Get("search_api_key")
displayApiKey = values.Get("display_api_key")
if len(searchApiKey) == 0 || len(displayApiKey) == ... | {
"content_hash": "61f48e64860bca3cb8c2b852346a764b",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 105,
"avg_line_length": 20.142857142857142,
"alnum_prop": 0.6631205673758865,
"repo_name": "pilu/microphone",
"id": "ec32fa8bb229cf0c37533c446651c7cd404b1a45",
"size": "564... |
from keystone.backends.api import BaseUserAPI
#Base APIs
class RAXEXTBaseUserAPI(BaseUserAPI):
def get_by_group(self, user_id, group_id):
raise NotImplementedError
def tenant_group(self, values):
raise NotImplementedError
def tenant_group_delete(self, id, group_id):
raise NotImp... | {
"content_hash": "8ebb22f3cab2e7e5905c3739ebedfcd0",
"timestamp": "",
"source": "github",
"line_count": 123,
"max_line_length": 78,
"avg_line_length": 26.341463414634145,
"alnum_prop": 0.6719135802469136,
"repo_name": "admiyo/keystone",
"id": "1882a13fecf408811c1f72883886fccf15938dfe",
"size": "388... |
using System;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using Evergreen.Dwarf.Extensions;
using Evergreen.Dwarf.Interfaces;
using Evergreen.Dwarf.Utilities;
namespace Evergreen.Dwarf.Attributes
{
/// <summary>
/// Attribute for ManyToMany properies in Dwarf derived types.
... | {
"content_hash": "102410b1b5064df3ca3a4b80140e6fdf",
"timestamp": "",
"source": "github",
"line_count": 98,
"max_line_length": 121,
"avg_line_length": 28.622448979591837,
"alnum_prop": 0.6103386809269162,
"repo_name": "GreenfieldVentures/Dwarf",
"id": "4bfc464a686c06b497dc6548b7da27dc9318d47c",
"si... |
using log4net;
using log4net.Config;
using Nini.Config;
using OpenSim.Framework;
using System;
using System.IO;
using System.Reflection;
namespace pCampBot
{
/// <summary>
/// Event Types from the BOT. Add new events here
/// </summary>
public enum EventType : int
{
NONE = 0,
CON... | {
"content_hash": "e2f795a97442414e78d2c6fb6ab29bdb",
"timestamp": "",
"source": "github",
"line_count": 147,
"max_line_length": 214,
"avg_line_length": 43.64625850340136,
"alnum_prop": 0.5130922693266833,
"repo_name": "ft-/opensim-optimizations-wip-tests",
"id": "61a0895332cbb754c640627bff43e9d2c53f7... |
<query xmlns="http://labkey.org/data/xml/query">
<metadata>
<tables xmlns="http://labkey.org/data/xml">
<table tableName="project" tableDbType="TABLE">
<columns>
<column columnName="investigatorId">
<columnTitle>Investigator</columnTitl... | {
"content_hash": "e776f000f386ea88567d1a6b93c02525",
"timestamp": "",
"source": "github",
"line_count": 83,
"max_line_length": 91,
"avg_line_length": 47.674698795180724,
"alnum_prop": 0.4144553955016427,
"repo_name": "WNPRC-EHR-Services/wnprc-modules",
"id": "a32d14b9cb2b721c5b330d18d73f19e6edda7809"... |
var mc;
(function (mc) {
(function (common) {
function remove(item) {
return new RemovalOptions(item);
}
common.remove = remove;
var RemovalOptions = (function () {
function RemovalOptions(item) {
this.item = item;
}
Re... | {
"content_hash": "1bc1972c6b0467e387658e8887516e49",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 74,
"avg_line_length": 30.681818181818183,
"alnum_prop": 0.5288888888888889,
"repo_name": "ifyio/angular-typescript-minicart",
"id": "a25162599a7083fecb8f50a18defc796290d11d0... |
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yiic message' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
... | {
"content_hash": "85d5786409a28d36357a60a23f112987",
"timestamp": "",
"source": "github",
"line_count": 370,
"max_line_length": 241,
"avg_line_length": 65.3945945945946,
"alnum_prop": 0.6792031740783601,
"repo_name": "Freedom777/yupelast",
"id": "8c66520eb30b56fdbc34e8f7dca5158513be6fb8",
"size": "... |
import json
import glob
import xmltodict
import mysql.connector
# Load configurations file
configFile = open("config.xml", "r")
configDict = xmltodict.parse(configFile.read())
config = configDict["config"]["client"]["crawler"]
# Open database connection
config["connargs"]["charset"] = "utf8"
config["connargs"]["coll... | {
"content_hash": "d7380c01f27d9de0c3b47020e31f0029",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 244,
"avg_line_length": 34.05882352941177,
"alnum_prop": 0.690846286701209,
"repo_name": "fghso/instagram-crawler",
"id": "93a5365c11e49aaa739a6855ec55f9bef1b0d973",
"size"... |
@interface PodsDummy_Pods_SHTextViewBlocks : NSObject
@end
@implementation PodsDummy_Pods_SHTextViewBlocks
@end
| {
"content_hash": "ce27073062b3d0d1c9a1453adb9a0f7d",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 53,
"avg_line_length": 28,
"alnum_prop": 0.8482142857142857,
"repo_name": "seivan/SHUIKitBlocks",
"id": "d1976de9dda8f57ec1c808c2b32147d3d1daa939",
"size": "146",
"binary"... |
package org.jabref.gui.preferences.journals;
import javafx.animation.Interpolator;
import javafx.animation.KeyFrame;
import javafx.animation.KeyValue;
import javafx.animation.Timeline;
import javafx.beans.property.ObjectProperty;
import javafx.beans.property.SimpleObjectProperty;
import javafx.beans.property.SimpleStr... | {
"content_hash": "5f20fdbff62e7d179e2a560093a6cd07",
"timestamp": "",
"source": "github",
"line_count": 214,
"max_line_length": 143,
"avg_line_length": 44.299065420560744,
"alnum_prop": 0.7440928270042194,
"repo_name": "JabRef/jabref",
"id": "a915c2b69a85239a9abe630a6f7da350d24a8207",
"size": "9480... |
from brian import *
import time
import sys
import neurotools as nt
import pickle
if __name__=='__main__':
duration = 0.5*second
max_allowed_sims = 500
savelocation = \
"/home/achilleas/Documents/Uni/working_dir/simout.py/InputVsSlope/"
filename = savelocation+"ivs3.dat"
input_freqs = nt... | {
"content_hash": "27a2fe7610fa4977cf1376c3fb74e9ad",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 79,
"avg_line_length": 39.463157894736845,
"alnum_prop": 0.572952787409976,
"repo_name": "achilleas-k/brian-scripts",
"id": "43939504bb6d13cae7191a20c96b9c44e94e84a9",
"siz... |
package jp.co.se.android.recipe.chapter19;
import android.app.Activity;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v4.widget.SwipeRefreshLayout.OnRefreshListener;
import android.util.Log;
import android.view.Menu;
import android.vi... | {
"content_hash": "fc5e2b3ad2ce31817d168d26cc923ca6",
"timestamp": "",
"source": "github",
"line_count": 98,
"max_line_length": 91,
"avg_line_length": 33.03061224489796,
"alnum_prop": 0.5795489650911337,
"repo_name": "ReKayo-System/android-recipe",
"id": "b9679e3f99d3abeff8a7c7c84862c4fc91306420",
"... |
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<div ng-if="ctrl.loading" layout="row" layout-align="space-around" class="md-padding">
<md-progress-circular md-mode="indeterminate"></md-progress-circular>
</div>
<div ng-if="!ctrl.loading">
<md-content class="md-paddi... | {
"content_hash": "bc084fde2d5c1b527d28ffda51faa75e",
"timestamp": "",
"source": "github",
"line_count": 78,
"max_line_length": 249,
"avg_line_length": 66.7948717948718,
"alnum_prop": 0.5403071017274472,
"repo_name": "dinoboff/classmentors-1",
"id": "df6d4647b1d049b4ea1ef33d3928c0f852a387d7",
"size"... |
/* Rex: a portable socket library */
#ifndef _H_PROXYIO_REX_IF_
#define _H_PROXYIO_REX_IF_
#include <utils/list.h>
/* The underlying rex socket vfptr */
struct rex_vfptr {
int un_family;
int (*init)(struct rex_sock* rs);
int (*destroy)(struct rex_sock* rs);
int (*listen)(struct rex_sock* rs, const ... | {
"content_hash": "12b8de456e35bd75af15947825a9e72e",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 75,
"avg_line_length": 30.74074074074074,
"alnum_prop": 0.6493975903614457,
"repo_name": "proxyio/xio",
"id": "779dfad7a6350fa4dd5de14b0ed265bae41103a4",
"size": "1947",
... |
<!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_112) on Thu Apr 06 08:02:45 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.wildf... | {
"content_hash": "cf11eb800379d7cfac2842fbd43c8805",
"timestamp": "",
"source": "github",
"line_count": 205,
"max_line_length": 742,
"avg_line_length": 59.97560975609756,
"alnum_prop": 0.6934526230174868,
"repo_name": "wildfly-swarm/wildfly-swarm-javadocs",
"id": "61b5faaac4644a7988eeec470917c97fec29... |
package r_kvstore
//Licensed under the Apache License, Version 2.0 (the "License");
//you may not use this file except in compliance with the License.
//You may obtain a copy of the License at
//
//http://www.apache.org/licenses/LICENSE-2.0
//
//Unless required by applicable law or agreed to in writing, software
//dis... | {
"content_hash": "4281e05493d983da2670cbe080099460",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 84,
"avg_line_length": 39.666666666666664,
"alnum_prop": 0.7623049219687875,
"repo_name": "aliyun/alibaba-cloud-sdk-go",
"id": "9ff293436f50452acfa9f85ee7e297ad16d10e6c",
"... |
package com.amazonaws.services.snowball.model.transform;
import javax.annotation.Generated;
import com.amazonaws.SdkClientException;
import com.amazonaws.services.snowball.model.*;
import com.amazonaws.protocol.*;
import com.amazonaws.annotation.SdkInternalApi;
/**
* GetJobManifestRequestMarshaller
*/
@Generated... | {
"content_hash": "ad3cedfbcd3afbb6684e87122e7786e4",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 155,
"avg_line_length": 32.18181818181818,
"alnum_prop": 0.7330508474576272,
"repo_name": "jentfoo/aws-sdk-java",
"id": "71ea45bb177e04489c5e3efea8c4090e4d3f5f06",
"size": ... |
#ifndef EventTarget_h
#define EventTarget_h
#include "bindings/core/v8/ScriptWrappable.h"
#include "core/events/EventListenerMap.h"
#include "core/events/ThreadLocalEventNames.h"
#include "platform/heap/Handle.h"
namespace blink {
class LocalDOMWindow;
class Event;
class ExceptionState;
class MessagePort;
class No... | {
"content_hash": "05a0287b52a49c5e2d32f26b38f558e5",
"timestamp": "",
"source": "github",
"line_count": 276,
"max_line_length": 176,
"avg_line_length": 44.22826086956522,
"alnum_prop": 0.7604653067911854,
"repo_name": "mxOBS/deb-pkg_trusty_chromium-browser",
"id": "c6697fa7126ebc16e24d9980ca9bf6157e4... |
<?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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>chainlink-parent</artifac... | {
"content_hash": "0f38d77e0e7bf07c8041d24484976fc1",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 108,
"avg_line_length": 38.1764705882353,
"alnum_prop": 0.6764252696456087,
"repo_name": "BrentDouglas/chainlink",
"id": "82adb79f85c1cd7f2f55575965ff93e2146ebd3d",
"size":... |
package ru.SnowVolf.translate.api.yandex.detect;
import android.util.Log;
import java.net.URL;
import java.net.URLEncoder;
import java.util.Locale;
import ru.SnowVolf.translate.api.yandex.APIKeys;
import ru.SnowVolf.translate.api.yandex.YandexAPI;
import ru.SnowVolf.translate.api.yandex.language.Language;
import r... | {
"content_hash": "bf9a7bb31820836a373180a5f25e6b8a",
"timestamp": "",
"source": "github",
"line_count": 74,
"max_line_length": 140,
"avg_line_length": 35.4054054054054,
"alnum_prop": 0.6709923664122137,
"repo_name": "SnowVolf/FF-Translator",
"id": "f1abb811610a44b334f4ce5cc6fbb49ed48ff073",
"size":... |
"""ADd cascades
Revision ID: def46e09c9ef
Revises: 3efdb537f933
Create Date: 2017-12-28 11:44:14.263012
"""
# revision identifiers, used by Alembic.
revision = 'def46e09c9ef'
down_revision = '3efdb537f933'
from alembic import op
import sqlalchemy as sa
def upgrade():
# ### commands auto generated by Alembic -... | {
"content_hash": "eb94a37962614f185546b326cbac1458",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 163,
"avg_line_length": 58.875,
"alnum_prop": 0.7290870488322717,
"repo_name": "go-lab/appcomposer",
"id": "5a8737c9697f917928087fbb5b6d93d22c389b26",
"size": "2355",
"bi... |
#include <aws/ec2/model/ModifySubnetAttributeRequest.h>
#include <aws/core/utils/StringUtils.h>
#include <aws/core/utils/memory/stl/AWSStringStream.h>
using namespace Aws::EC2::Model;
using namespace Aws::Utils;
ModifySubnetAttributeRequest::ModifySubnetAttributeRequest() :
m_subnetIdHasBeenSet(false),
m_... | {
"content_hash": "b55ccc7db2a48ddc0d8c2a0cb667fe2b",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 84,
"avg_line_length": 24.84090909090909,
"alnum_prop": 0.747483989021043,
"repo_name": "chiaming0914/awe-cpp-sdk",
"id": "ac2fbfa9a5615fab741a5ced7dbaf6bbce90b2b5",
"size"... |
var fs = require("fs");
var redis = require("redis");
var redisClient = redis.createClient();
var mysql = require('mysql');
var sha256 = require("sha256");
var sqlConnection = mysql.createConnection(JSON.parse(fs.readFileSync("config.json", "utf8")));
function dump() {
redisClient.ke... | {
"content_hash": "eb05edc6a0871c2f03fc03990593a1d7",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 99,
"avg_line_length": 35.91304347826087,
"alnum_prop": 0.5544794188861986,
"repo_name": "Kirschn/pleasehug.me",
"id": "e7816d619370ea93325733a1aa3d20b0dc267a70",
"size": "... |
namespace sample {
// create a shared pointer type for the class
typedef std::shared_ptr<class ViewController> ViewControllerRef;
// define the class
class ViewController
: public po::scene::ViewController
{
public:
static ViewControllerRef create();
void viewDidLoad() override;
protected:
private:
... | {
"content_hash": "06fd10835d4b12a267fb10b8196c094f",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 65,
"avg_line_length": 22.794117647058822,
"alnum_prop": 0.7109677419354838,
"repo_name": "Potion/Cinder-poScene",
"id": "fbf74cf39d85363805c8b38a1049a774b949e5b2",
"size":... |
DELIMITER /
UPDATE KRCR_PARM_T SET VAL = 'default.htm?turl=Documents/fundingsource.htm'
WHERE APPL_ID = 'KC' AND CMPNT_CD = 'Document' AND NMSPC_CD = 'KC-SUBAWARD' AND PARM_NM = 'subAwardFundingSourceHelpUrl' AND PARM_TYP_CD = 'HELP'
/
DELIMITER ;
| {
"content_hash": "f4ebad463744d7fe48aa1590dbd99730",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 145,
"avg_line_length": 35.714285714285715,
"alnum_prop": 0.728,
"repo_name": "blackcathacker/kc.preclean",
"id": "33754ed8701a19ac9fd1e5b042eb443c5af328f1",
"size": "250",
... |
package net.minecraft.src.nucleareal.animalcrossing;
import static cpw.mods.fml.relauncher.Side.CLIENT;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import net.minecraft.block.Block;
import net.minecraft.block.BlockLeaves;
import net.minecraft.block.BlockL... | {
"content_hash": "7316e79ad1acc231a010f5eb21bbcd64",
"timestamp": "",
"source": "github",
"line_count": 692,
"max_line_length": 179,
"avg_line_length": 49.03468208092485,
"alnum_prop": 0.7753153365554639,
"repo_name": "Nucleareal/nucleareal",
"id": "9237c82984bc88d57015c50738f4b5fcb95932a2",
"size"... |
<?php
// ------ PHP functions ----------------
function redirectTo($newLocation) {
header("Location: " . $newLocation);
exit;
}
function signOut() {
$_SESSION['logged_in'] = 0;
redirectTo("index.php");
}
// --------------------------------------
// Included for debugging
//include 'ChromePhp.php';... | {
"content_hash": "510fb5b24397fc5f7341fe8e337e6494",
"timestamp": "",
"source": "github",
"line_count": 522,
"max_line_length": 152,
"avg_line_length": 33.310344827586206,
"alnum_prop": 0.5659075224292616,
"repo_name": "KyletheFox/4397_Demo_App",
"id": "5753c6550cd358ad7d4a08c1565baa84e7ff65dc",
"s... |
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>"bigint/docs/types/index.d" | stdlib</title>
<meta name="description" content="std... | {
"content_hash": "e729b04fcf02e00a75bf1ace61151a6c",
"timestamp": "",
"source": "github",
"line_count": 254,
"max_line_length": 209,
"avg_line_length": 52.90944881889764,
"alnum_prop": 0.6632933998065332,
"repo_name": "stdlib-js/www",
"id": "a9e765dc2810496b32194c5179b1127bec3f3765",
"size": "13439... |
package controllers.traits.account
import config.{Authorised, BackController, NotAuthorised}
import models.account.{AccountSettings, UpdatedPassword, UserProfile}
import play.api.mvc.Action
import services._
import scala.concurrent.Future
import scala.concurrent.ExecutionContext.Implicits.global
trait AccountDetails... | {
"content_hash": "b98bccb65975c2939c0d82551ce70434",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 78,
"avg_line_length": 31.07792207792208,
"alnum_prop": 0.6013372335979942,
"repo_name": "cjww-development/rest-api",
"id": "02c79eed0ac008c0241aa3d2d20a9e6a8c3c8f43",
"siz... |
var defaults = function (target, source) {
source = source || {};
for (var key in source) {
if (source.hasOwnProperty(key) && target[key] === undefined) {
source[key] = target[key];
}
}
return target;
};
var pw = require('pw');
var readline = require('readline');
module.exports = ... | {
"content_hash": "c2e8af64d0fe00ae1141beae175c1891",
"timestamp": "",
"source": "github",
"line_count": 152,
"max_line_length": 82,
"avg_line_length": 29.848684210526315,
"alnum_prop": 0.44941591359929467,
"repo_name": "fshost/nodecli",
"id": "c1583b88c49cbffaf440cc50e4459bc658e2a69d",
"size": "491... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 1.5.5">
<title>git-replace(1)</title>
<link rel="stylesheet" hre... | {
"content_hash": "a1602c8be63e4aeb4e017e9011d43bcf",
"timestamp": "",
"source": "github",
"line_count": 649,
"max_line_length": 471,
"avg_line_length": 58.453004622496145,
"alnum_prop": 0.7644453816954871,
"repo_name": "operepo/ope",
"id": "1215d7d9a558316a0f3cce53800c6d0f063d3baa",
"size": "37936"... |
<div>
<section class="content-header" ng-hide="dashboard">
<ol class="breadcrumb">
<li><a ui-sref="admin"><i class="fa fa-dashboard"></i> OK Dashboard </a></li>
<li><a ui-sref="course.list"><i class="fa fa-list"></i> All Courses</a></li>
<li><a ui-sref="course.detail.stats({courseId: course.id... | {
"content_hash": "a69b5e949c0513c8dc9116e89fefb920",
"timestamp": "",
"source": "github",
"line_count": 107,
"max_line_length": 167,
"avg_line_length": 40.10280373831776,
"alnum_prop": 0.5471917967839665,
"repo_name": "jordonwii/ok",
"id": "9bf6fd1bcddd6692e50178fcd2d9db34c353dc2f",
"size": "4313",... |
module Jobs
class ConfirmAkismetFlaggedPosts < ::Jobs::Base
def execute(args)
raise Discourse::InvalidParameters.new(:user_id) unless args[:user_id]
raise Discourse::InvalidParameters.new(:performed_by_id) unless args[:performed_by_id]
performed_by = User.find_by(id: args[:performed_by_id])
... | {
"content_hash": "6a10186315b75bcc39aefea03d312449",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 119,
"avg_line_length": 39.93333333333333,
"alnum_prop": 0.7045075125208681,
"repo_name": "discourse/discourse-akismet",
"id": "2c2befc7c24581158b7a6fba220d1eff0c06f79a",
"... |
<meta charset="utf-8">
{% include seo.html %}
<link href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | absolute_url }}{% endif %}" type="application/atom+xml" rel="alternate" title="{{ site.title }} Feed">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<... | {
"content_hash": "a6490d3912375f336e99ae05022118c1",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 194,
"avg_line_length": 33.111111111111114,
"alnum_prop": 0.6610738255033557,
"repo_name": "ryzalk/ryzalk.github.io",
"id": "4e8334d78003303dc2103ddac36ed01bbe4f3f38",
"siz... |
package io.selendroid.standalone.server.model;
import com.beust.jcommander.internal.Lists;
import io.netty.handler.codec.http.HttpMethod;
import io.selendroid.common.SelendroidCapabilities;
import io.selendroid.server.common.ServerDetails;
import io.selendroid.server.common.exceptions.AppCrashedException;
import io.s... | {
"content_hash": "b89cb465ff33a86f6acff35bb353290a",
"timestamp": "",
"source": "github",
"line_count": 605,
"max_line_length": 135,
"avg_line_length": 38.71404958677686,
"alnum_prop": 0.7049355306976347,
"repo_name": "sri096/selendroid",
"id": "c8913fd057b20512929a8710f0861329f9cc1e0d",
"size": "2... |
var express = require('express')
var path = require('path')
var favicon = require('serve-favicon')
var logger = require('morgan')
var cookieParser = require('cookie-parser')
var bodyParser = require('body-parser')
var index = require('./routes/index')
var users = require('./routes/users')
var blogs = require('./routes... | {
"content_hash": "11176c22495998e502c92e82c03e4326",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 68,
"avg_line_length": 26.958333333333332,
"alnum_prop": 0.6846986089644513,
"repo_name": "MarkH817/blog-single-page-application",
"id": "f29bbebab46899f37d62f8b0364e4d7801d1... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Tense</title>
<link rel="ro... | {
"content_hash": "426e0b63128851794a9660afe7040bec",
"timestamp": "",
"source": "github",
"line_count": 271,
"max_line_length": 305,
"avg_line_length": 34.55719557195572,
"alnum_prop": 0.607367859049653,
"repo_name": "UniversalDependencies/universaldependencies.github.io",
"id": "58ebfbed229664221cf0... |
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:rabbit="http://www.springframework.org/schema/rabbit"
xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation="http://www.springframework.org/sc... | {
"content_hash": "7b5e2021692f4fe6e4e63115c60bf1d8",
"timestamp": "",
"source": "github",
"line_count": 56,
"max_line_length": 93,
"avg_line_length": 55.44642857142857,
"alnum_prop": 0.6669887278582931,
"repo_name": "resthub/spring-amqp-hessian",
"id": "648f459349cd19ee957e3d12a83e72c45bf242e2",
"s... |
/*
* auth_unix.c, Implements UNIX style authentication parameters.
*
* The system is very weak. The client uses no encryption for it's
* credentials and only sends null verifiers. The server sends backs
* null verifiers or optionally a verifier that suggests a new short hand
* for the credentials.
*/
#includ... | {
"content_hash": "3fbd87c16564f4f13b936539fc670e52",
"timestamp": "",
"source": "github",
"line_count": 327,
"max_line_length": 78,
"avg_line_length": 25.07645259938838,
"alnum_prop": 0.6396341463414634,
"repo_name": "endplay/omniplay",
"id": "d3b5dc7deec4939ab17986027f308c68e8ebf46d",
"size": "983... |
b3e.editor.ShortcutManager = function(editor) {
"use strict";
this._applySettings = function(settings) {}
} | {
"content_hash": "5024ffa013e94a422ad17a06a5773381",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 47,
"avg_line_length": 22.4,
"alnum_prop": 0.7142857142857143,
"repo_name": "renatopp/behavior3editor",
"id": "1d3419c1060798109d8089f5d10c2650689e3d3b",
"size": "112",
"b... |
using Microsoft.Xna.Framework;
namespace Nez
{
public struct SubpixelVector2
{
SubpixelFloat _x;
SubpixelFloat _y;
/// <summary>
/// increments s/y remainders by amount, truncates the values to an int, stores off the new remainders and sets amount to the current value.
/// </summary>
/// <param name="... | {
"content_hash": "63404420bc4a53edee5758ac26bc5c3e",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 142,
"avg_line_length": 23.5625,
"alnum_prop": 0.669761273209549,
"repo_name": "prime31/Nez",
"id": "318b1e8cb6d56a782e186a1b43e2d0710440bab8",
"size": "756",
"binary": f... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.