text stringlengths 2 1.04M | meta dict |
|---|---|
"""Generates Json file for native library's resident pages."""
import argparse
import json
import logging
import os
import sys
_SRC_PATH = os.path.abspath(os.path.join(
os.path.dirname(__file__), os.pardir, os.pardir, os.pardir))
sys.path.insert(0, os.path.join(_SRC_PATH, 'third_party', 'catapult', 'devil'))
fro... | {
"content_hash": "2727018e0b0f1a6249a3e6abb069034d",
"timestamp": "",
"source": "github",
"line_count": 125,
"max_line_length": 79,
"avg_line_length": 25.928,
"alnum_prop": 0.6670780623264425,
"repo_name": "scheib/chromium",
"id": "5f0fa9ec477363f4eee2179e6b75b0611c85f6a4",
"size": "3429",
"binar... |
FROM busybox
RUN mkdir -p /var/spool/cron/crontabs
CMD ntpd -p pool.ntp.org && echo "$CRON_ENTRY" | crontab - && crond -f
| {
"content_hash": "c75ba3a6e22146e30ed9a76c053821b7",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 70,
"avg_line_length": 24.8,
"alnum_prop": 0.6774193548387096,
"repo_name": "lodatol/docker_cron",
"id": "49c6aa6bfce47a62664f021a9426df2a46a31926",
"size": "124",
"binary... |
namespace ramen
{
namespace qwidgets
{
time_slider_t::time_slider_t( QWidget *parent) : QWidget( parent)
{
start_ = new QSpinBox();
start_->setRange( -32768, 32768);
start_->setValue( 1);
start_->setSizePolicy( QSizePolicy::Fixed, QSizePolicy::Fixed);
end_ = new QSpinBox();
end_->setRange( -32... | {
"content_hash": "144b2ca07c1db795e5af00f183a33727",
"timestamp": "",
"source": "github",
"line_count": 132,
"max_line_length": 88,
"avg_line_length": 25.21212121212121,
"alnum_prop": 0.6156850961538461,
"repo_name": "est77/ramenlibs",
"id": "9fdd2f561c31540fced84e6806091d7a39d62b40",
"size": "3579... |
package org.onvif.ver10.schema;
import java.util.HashMap;
import java.util.Map;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaTyp... | {
"content_hash": "e874f785e94a0e7960424a48ca95ad71",
"timestamp": "",
"source": "github",
"line_count": 243,
"max_line_length": 126,
"avg_line_length": 27.526748971193417,
"alnum_prop": 0.6178801016594409,
"repo_name": "fpompermaier/onvif",
"id": "88f4d6510d1ce6600559f1808a50143932366c8b",
"size": ... |
package com.jwetherell.quick_response_code.camera;
import android.content.Context;
import android.graphics.Point;
import android.graphics.Rect;
import android.hardware.Camera;
import android.os.Handler;
import android.util.Log;
import android.view.SurfaceHolder;
import java.io.IOException;
import com.jwetherell.qu... | {
"content_hash": "529a495381ef97609b2e13c3a9a1eaea",
"timestamp": "",
"source": "github",
"line_count": 286,
"max_line_length": 114,
"avg_line_length": 34.6013986013986,
"alnum_prop": 0.6113581244947454,
"repo_name": "njflabs/evenflow",
"id": "fc5b1943ffc61e8f6448b4ba35ad767c2a7c57e8",
"size": "104... |
use core::cmp::Ordering::{Less, Greater, Equal};
#[test]
fn test_int_totalord() {
assert_eq!(5.cmp(&10), Less);
assert_eq!(10.cmp(&5), Greater);
assert_eq!(5.cmp(&5), Equal);
assert_eq!((-5).cmp(&12), Less);
assert_eq!(12.cmp(&-5), Greater);
}
#[test]
fn test_mut_int_totalord() {
assert_eq!((&... | {
"content_hash": "ca2b21d2fd05098209942619fee9ac23",
"timestamp": "",
"source": "github",
"line_count": 88,
"max_line_length": 81,
"avg_line_length": 28.772727272727273,
"alnum_prop": 0.5916271721958926,
"repo_name": "GBGamer/rust",
"id": "8c5179f59932bba13ef4636260099ae16aabed1c",
"size": "2999",
... |
package io.fabric8.activemq.facade;
import org.apache.activemq.command.ActiveMQDestination;
import java.util.Collection;
/**
* A facade for either a local in JVM broker or a remote broker over JMX
*
*
*
*/
public interface BrokerFacade {
/**
* @return a unique id for this resource, typically a JMX... | {
"content_hash": "721459e845a5da7add68a4a701a66ffa",
"timestamp": "",
"source": "github",
"line_count": 231,
"max_line_length": 106,
"avg_line_length": 24.874458874458874,
"alnum_prop": 0.6801253045596937,
"repo_name": "alexeev/jboss-fuse-mirror",
"id": "a2ecf4d144d92f3c59a9453b2d7247ad73d2fba7",
"... |
/***********************************************************************
created: 20/2/2004
author: Paul D Turner
purpose: Base include used within the system
This contains various lower level bits required
by other parts of the system. All other library
headers will include this file.
***************... | {
"content_hash": "8cd7cd944bf5683c7894c96f24d95bbb",
"timestamp": "",
"source": "github",
"line_count": 136,
"max_line_length": 119,
"avg_line_length": 39.404411764705884,
"alnum_prop": 0.5814517633886919,
"repo_name": "RealityFactory/CEGUI",
"id": "f47154a791ab319dd5f22cfe26234a0dd7873c25",
"size"... |
package com.navercorp.pinpoint.web.vo.stat.chart.agent;
import com.navercorp.pinpoint.web.util.TimeWindow;
import com.navercorp.pinpoint.web.vo.stat.SampledTransaction;
import com.navercorp.pinpoint.web.vo.stat.chart.ChartGroupBuilder;
import com.navercorp.pinpoint.web.vo.stat.chart.StatChartGroup;
import java.util... | {
"content_hash": "ad51a22ac2f84b0e5f463f8c8cbf1e38",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 150,
"avg_line_length": 45.977777777777774,
"alnum_prop": 0.7825036249395844,
"repo_name": "emeroad/pinpoint",
"id": "f38e74f7879a1c26fe1537448e13f5d7419a8f2e",
"size": "26... |
'use strict';
const logger = require('..');
const Stringify = require('@studio/ndjson/stringify');
logger.pipe(new Stringify()).pipe(process.stdout);
const log = logger('Studio');
log.ok('Hello emoji log!');
log.warn('This might come at a surprise', { ms_timeout: 15000 });
log.warn('Shit happens', new Error('Oh no... | {
"content_hash": "9ac144ebcafc68e2316dba6dcccd85ec",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 78,
"avg_line_length": 38.073170731707314,
"alnum_prop": 0.6354900704676489,
"repo_name": "javascript-studio/studio-log",
"id": "39b6dc2651298ddd1ebc37c89434901d52d28c65",
... |
<?php
/**
* Simple Catch functions and definitions
*
* Sets up the theme and provides some helper functions. Some helper functions
* are used in the theme as custom template tags. Others are attached to action and
* filter hooks in WordPress to change core functionality.
*
* The first function, simplecatch_setup... | {
"content_hash": "4922a5142c1fc50249cfe7bd1fcd0d06",
"timestamp": "",
"source": "github",
"line_count": 310,
"max_line_length": 287,
"avg_line_length": 28.8,
"alnum_prop": 0.6540098566308243,
"repo_name": "ifxs/ifuxs.cn",
"id": "c5a6e2a740c95a40276442e79f8cc3e1a5dcfc57",
"size": "8928",
"binary":... |
package kubelet
import (
"encoding/json"
"fmt"
"io/ioutil"
"os"
"path/filepath"
"k8s.io/api/core/v1"
rbac "k8s.io/api/rbac/v1"
apierrs "k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/types"
"k8s.io/apimachinery/pkg/util/strategicpatch"
"k8s.io/... | {
"content_hash": "8aa0b1e747889f6a280585b61ee653e8",
"timestamp": "",
"source": "github",
"line_count": 220,
"max_line_length": 155,
"avg_line_length": 36.722727272727276,
"alnum_prop": 0.7656888228741181,
"repo_name": "hyperhq/kubernetes",
"id": "42fad932b43b94e19d627ea7f8df78f2897757ef",
"size": ... |
'use strict';
const
log = require( 'log' ),
fs = require( 'fs-extra-promise' ),
path = require( 'path' ),
uglifyjs = require( 'uglify-js' ),
htmlmini = require( 'html-minifier' ).minify,
jadeRender = require( 'jade' ).render,
monomers = `${process.cwd()}/bin/monomers`,
postcss = require( `${monomers}/p... | {
"content_hash": "caad8740ce4f1a4782bc8930db67b3db",
"timestamp": "",
"source": "github",
"line_count": 130,
"max_line_length": 197,
"avg_line_length": 30.015384615384615,
"alnum_prop": 0.6140440799589953,
"repo_name": "HyphnKnight/generator-teflon",
"id": "51726a7165417acc0a7662d7e23a70ec827a4518",
... |
<!--
@license
Copyright (c) 2016 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http:/... | {
"content_hash": "807317ce421b24de5ec626ef146467b9",
"timestamp": "",
"source": "github",
"line_count": 151,
"max_line_length": 526,
"avg_line_length": 40.264900662251655,
"alnum_prop": 0.6835526315789474,
"repo_name": "BenjaminKCooper/benjamincooper.me",
"id": "349e630ca59184362798f2fd8d9b3732396142... |
/**
* @module ember-paper
*/
import Ember from 'ember';
import { nextTick, computeTimeout } from 'ember-css-transitions/mixins/transition-mixin';
const { $, Mixin, String: { htmlSafe }, computed, inject, run } = Ember;
/**
* @class Translate3dMixin
* @extends Ember.Mixin
*/
export default Mixin.create({
consta... | {
"content_hash": "152a05c36c3de80a82ff66b47bf0eb92",
"timestamp": "",
"source": "github",
"line_count": 190,
"max_line_length": 125,
"avg_line_length": 29.03684210526316,
"alnum_prop": 0.6199021207177814,
"repo_name": "mnutt/ember-paper",
"id": "99eb9ccf89ea5a8e3f1e86740bebc5261ba4df87",
"size": "5... |
package("skia")
set_homepage("https://skia.org/")
set_description("A complete 2D graphic library for drawing Text, Geometries, and Images.")
set_urls("https://skia.googlesource.com/skia.git",
"https://github.com/google/skia.git")
add_versions("68046c", "68046cd7be837bd31bc8f0e821a2f82a02... | {
"content_hash": "68488df82e1b08c58ab7ae9eb98b0ef6",
"timestamp": "",
"source": "github",
"line_count": 84,
"max_line_length": 125,
"avg_line_length": 40.476190476190474,
"alnum_prop": 0.5408823529411765,
"repo_name": "tboox/xmake-repo",
"id": "ba75124d040109aa723b2071e3b20a5e18803305",
"size": "34... |
IRkernel.pdf: man/*.Rd
RD2PDF_INPUTENC=inputenx R_RD4PDF=ae,hyper R CMD Rd2pdf --force --batch --no-preview --encoding=UTF-8 --output=$@ .
docs:
Rscript -e "library(devtools); document('.'); check_doc()"
check:
Rscript -e "library(devtools); check()"
test:
Rscript -e "library(testthat); test()"
| {
"content_hash": "c89578b693faa0e6f3535950f7905be6",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 116,
"avg_line_length": 27.727272727272727,
"alnum_prop": 0.6754098360655738,
"repo_name": "ChinaQuants/IRkernel",
"id": "4795c3d4a10c60aad68348d3f80542a589d7a9f9",
"size":... |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = flexboxIE;
var alternativeValues = {
'space-around': 'distribute',
'space-between': 'justify',
'flex-start': 'start',
'flex-end': 'end'
};
var alternativeProps = {
alignContent: 'msFlexLinePack',
alignSelf: 'ms... | {
"content_hash": "22340ee9fd74dc3b2b20bd601ee0fae9",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 74,
"avg_line_length": 25.344827586206897,
"alnum_prop": 0.710204081632653,
"repo_name": "millerman86/CouponProject",
"id": "ff2f55a76b69a9ff0cdd7f71c194ebd3200fe453",
"siz... |
"""Implements ``ipython_display``, a function to embed images/videos/audio in the
IPython Notebook.
"""
# Notes:
# All media are physically embedded in the IPython Notebook
# (instead of simple links to the original files)
# That is because most browsers use a cache system and they won't
# properly refresh the media w... | {
"content_hash": "51a2c3cb6ad3890b0d88a93c68b50fc6",
"timestamp": "",
"source": "github",
"line_count": 281,
"max_line_length": 86,
"avg_line_length": 32.096085409252666,
"alnum_prop": 0.5982924936245704,
"repo_name": "Zulko/moviepy",
"id": "d18b6a4e040c7642105e9ff9fe01cb98b5837752",
"size": "9019"... |
require 'json'
require 'fileutils'
require 'socket'
require 'rexml/document'
require 'rexml/xpath'
require 'optparse'
module ActionFigure
module CallbackRoutine
def method_added(method_name)
return if callbacks.include?(method_name) || callback_callers.include?(method_name) || excepts.include?(method_name)... | {
"content_hash": "e4d368da6265f22d698a2d75269e46d8",
"timestamp": "",
"source": "github",
"line_count": 515,
"max_line_length": 183,
"avg_line_length": 35.17864077669903,
"alnum_prop": 0.6467406303471878,
"repo_name": "actionfigure/aws-utils",
"id": "79b075629631f7a7c64402bd3176239b01940ed8",
"size... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "24bb2f224861167c7ecf6575b634e476",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "b5c22f8875817afb3e162b88af886a3212374908",
"size": "183... |
`Optional` – Java 8 Optional-like APIs for everyone
---
[![Android Arsenal][1]][2] [![JitPack][3]][4]

### Differences compared to other Optional-like APIs
| | `Optional` | ... | {
"content_hash": "f2d2e1c94187cfc14df82f5efee8a82c",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 148,
"avg_line_length": 39.88709677419355,
"alnum_prop": 0.5171856045289123,
"repo_name": "MrHadiSatrio/Optional",
"id": "b54b46a58e7b37df4216e44e48725a4d2dc393de",
"size":... |
CKEDITOR.plugins.setLang( 'specialchar', 'sr-latn', {
options: 'Special Character Options', // MISSING
title: 'Odaberite specijalni karakter',
toolbar: 'Unesi specijalni karakter'
} );
| {
"content_hash": "36d5e8663086fa3439daedb02e59bddd",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 53,
"avg_line_length": 32.666666666666664,
"alnum_prop": 0.7040816326530612,
"repo_name": "Kunstmaan/BootstrapCK4-Skin",
"id": "647ebafa9cf95ceff82639cb151c7c5e72444867",
"s... |
using boost::optional;
using boost::none;
#define ARG(T) (static_cast< T const* >(0))
namespace optional_swap_test
{
class default_ctor_exception : public std::exception {} ;
class copy_ctor_exception : public std::exception {} ;
class assignment_exception : public std::exception {} ;
//
// Base class for ... | {
"content_hash": "228f0d47219c91a6395badcec1b3b30d",
"timestamp": "",
"source": "github",
"line_count": 335,
"max_line_length": 161,
"avg_line_length": 28.997014925373133,
"alnum_prop": 0.671916821082973,
"repo_name": "davehorton/drachtio-server",
"id": "2294c7030d622f3d4c1a980ef6e373878570ab25",
"... |
<?php
namespace Widop\Twitter\Options;
/**
* Description option.
*
* @author Geoffrey Brier <geoffrey.brier@gmail.com>
*/
class DescriptionOption extends AbstractScalarOption
{
/**
* {@inheritdoc}
*/
public function getName()
{
return 'description';
}
}
| {
"content_hash": "c767b9ea14293b97f2301b44989386a6",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 52,
"avg_line_length": 14.095238095238095,
"alnum_prop": 0.625,
"repo_name": "widop/twitter-options",
"id": "a93a59c19b5e820a1718a6ad00b0569fcfc5a5a8",
"size": "513",
"bi... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "9de410c6bdb7aaf2bb14c77b5278655d",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "b7d033626fd8dc72c940b01dfe0c49e2d3b78c40",
"size": "191... |
CREATE TABLE country (id VARCHAR(2) NOT NULL, name VARCHAR(64) NOT NULL, PRIMARY KEY("id"));
INSERT INTO "country" ("id", "name") VALUES ('AF', 'Afghanistanni');
INSERT INTO "country" ("id", "name") VALUES ('AX', 'Åland Islands');
INSERT INTO "country" ("id", "name") VALUES ('AL', 'Albaniab');
INSERT INTO "country" ("... | {
"content_hash": "24f1c772142419b6681e20cffef7ca58",
"timestamp": "",
"source": "github",
"line_count": 257,
"max_line_length": 99,
"avg_line_length": 66.56031128404669,
"alnum_prop": 0.6178533847772711,
"repo_name": "MichaelChristopher/country-list",
"id": "1913efea66f900ce1f4024cf62bbf55a8689acc4",... |
/**
* Created by clemenspfister on 16/06/2017.
*/
public class Google implements Phone {
@Override
public void printDeviceBrand() {
System.out.println("Google");
}
}
| {
"content_hash": "e211340b0a0033d39a130c4f0652da02",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 43,
"avg_line_length": 20.88888888888889,
"alnum_prop": 0.6436170212765957,
"repo_name": "Buchenherz/2nd-semester",
"id": "ffd6f37b5be02552305240cabc92823c9db090e4",
"size":... |
from unittest import TestCase
from redis import StrictRedis
import os
from deferrable.backend.dockets import DocketsBackendFactory
from deferrable.queue.dockets import DocketsQueue, DocketsErrorQueue
class TestDocketsQueue(TestCase):
def setUp(self):
self.redis_client = StrictRedis(host=os.getenv("DEFERRA... | {
"content_hash": "41b62bf099a22f3926b436b3c044a4b2",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 93,
"avg_line_length": 36.25,
"alnum_prop": 0.7517241379310344,
"repo_name": "gamechanger/deferrable",
"id": "c44367a6b1c45b862ef6977110967e2ce4cb5b58",
"size": "725",
"b... |
<?php
namespace kosssi\SimpleTaskBundle\Tests\Controller;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
class SimpleTaskControllerTest extends WebTestCase
{
public function testIndex()
{
$client = static::createClient();
$crawler = $client->request('GET', '/hello2/Fabien');
$... | {
"content_hash": "9374602ca192215b5a87332d9214f1f5",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 90,
"avg_line_length": 24.11764705882353,
"alnum_prop": 0.6829268292682927,
"repo_name": "kosssi/SymTodo",
"id": "1973c1d1effda5bccd8a95b1f42a543ff10c2d83",
"size": "410",
... |
package dotty.tools.dotc
package transform
import core._
import Decorators._, Flags._, Types._, Contexts._, Symbols._
import ast.tpd._
import Flags._
import MegaPhase.MiniPhase
/** Eliminates syntactic references to package terms as prefixes of classes, so that there's no chance
* they accidentally end up in the ba... | {
"content_hash": "33faa166726d3693b5b483426ef10126",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 102,
"avg_line_length": 34.24324324324324,
"alnum_prop": 0.7411207576953434,
"repo_name": "dotty-staging/dotty",
"id": "83349f1f619904b1841adce177eb3e95c908bf21",
"size": "... |
package li.mongo.driver.util;
public class CursorsTest {} | {
"content_hash": "b327251d635fd8d84f67a7beec72d46c",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 29,
"avg_line_length": 19.333333333333332,
"alnum_prop": 0.7931034482758621,
"repo_name": "zhangzuoqiang/summer",
"id": "204ee120eb0b58b0528026880c0a1f716f8467a5",
"size": "... |
#ifndef CLASSIFIER_H
#define CLASSIFIER_H
#include <iostream>
#include <sstream>
#include <fstream>
#include <math.h>
#include <vector>
using namespace std;
class GNB {
public:
vector<string> possible_labels = {"left","keep","right"};
vector<vector<double>> model;
/**
* Constructor
*/
GNB();
/**
* D... | {
"content_hash": "8c11d3f096de77b48f6efe19466ecb5a",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 66,
"avg_line_length": 13.911764705882353,
"alnum_prop": 0.6617336152219874,
"repo_name": "shernshiou/CarND",
"id": "6cff79f3106a5e2dd83249330bdd8d107e67d75f",
"size": "473... |
require 'spec_helper'
describe SchoolDetail do
end
| {
"content_hash": "1ec0ba5dccaece0383b4117cd91ba6bf",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 24,
"avg_line_length": 13,
"alnum_prop": 0.8076923076923077,
"repo_name": "arvindvyas/fedena-upgradation",
"id": "fd543f372e64c6700eb78762c5b7df4dcc702600",
"size": "52",
... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache Lic... | {
"content_hash": "870b2e2b0d2df388fd0aa67a124fa5bb",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 204,
"avg_line_length": 33.25757575757576,
"alnum_prop": 0.7202733485193622,
"repo_name": "aaronwalker/camel",
"id": "98f626d43ac6c8911bb9e5ee6bbfcb15327379ad",
"size": "21... |
package proxy
import (
"bufio"
"errors"
"fmt"
"io"
"io/ioutil"
"net"
"net/http"
"net/http/httputil"
"github.com/fsouza/go-dockerclient"
. "github.com/weaveworks/weave/common"
)
func (proxy *Proxy) Intercept(i interceptor, w http.ResponseWriter, r *http.Request) {
if err := i.InterceptRequest(r); err != ni... | {
"content_hash": "431438889388c488f203787961f6e3a4",
"timestamp": "",
"source": "github",
"line_count": 157,
"max_line_length": 147,
"avg_line_length": 26.853503184713375,
"alnum_prop": 0.6781309297912713,
"repo_name": "errordeveloper/weave",
"id": "1b6ca46c29677d2c13bde3984cacc9a61664b5da",
"size"... |
<h2>Angular Modules</h2>
<h3 class="subheader">Each of our UI components are packaged as an Angular module. You can import them all at once or pick and choose.</h3>
<hr>
<section>
<h3>Bootstrapping</h3>
<p>Our Bower/npm package, as well as the template stack, includes a sample <code>app.js</code> file which boo... | {
"content_hash": "b50adbec981f0e4ed02bf4000dbf9df1",
"timestamp": "",
"source": "github",
"line_count": 506,
"max_line_length": 606,
"avg_line_length": 41.059288537549406,
"alnum_prop": 0.714381979206777,
"repo_name": "chirilo/enter-fzurb",
"id": "e2a3ccc6c9683b157da73f1c5f27bdb75cb6c982",
"size": ... |
nhn.husky.HuskyCore.addLoadedFile("hp_SE2M_FindReplacePlugin$Lazy.js");
/**
* @depends nhn.husky.SE2M_FindReplacePlugin
* this.oApp.registerLazyMessage(["TOGGLE_FIND_REPLACE_LAYER","SHOW_FIND_LAYER","SHOW_REPLACE_LAYER","SHOW_FIND_REPLACE_LAYER"], ["hp_SE2M_FindReplacePlugin$Lazy.js","N_FindReplace.js"]);
*/
nhn.hu... | {
"content_hash": "0c31d4b42cbd6e63fff02550ccaa4de3",
"timestamp": "",
"source": "github",
"line_count": 263,
"max_line_length": 187,
"avg_line_length": 37.661596958174904,
"alnum_prop": 0.7099444724886421,
"repo_name": "doohong/codeigniter",
"id": "79656c1b99d37db6a044609cc14b108f608ed0c9",
"size":... |
using System;
namespace Yaclops.Attributes
{
/// <summary>
/// Decorate a class or property with a long name
/// </summary>
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Property)]
public class LongNameAttribute : Attribute
{
/// <summary>
/// Constructor
/... | {
"content_hash": "a152d440579cd79c85b4c0365df34a73",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 72,
"avg_line_length": 22.458333333333332,
"alnum_prop": 0.575139146567718,
"repo_name": "dswisher/yaclops",
"id": "325198ba13d7e4deb8e5d0fa2b035009279c1f81",
"size": "541"... |
struct _cairo_surface;
typedef struct _cairo_surface cairo_surface_t;
struct _cairo;
typedef struct _cairo cairo_t;
typedef enum _cairo_filter cairo_filter_t;
typedef struct _cairo_pattern cairo_pattern_t;
class CGContextCairo : public CGContextImpl {
private:
cairo_filter_t _filter;
// Filter is assigned for... | {
"content_hash": "ded1e93211c2c49c8e9d1437addf695e",
"timestamp": "",
"source": "github",
"line_count": 126,
"max_line_length": 123,
"avg_line_length": 50.06349206349206,
"alnum_prop": 0.777584020291693,
"repo_name": "vkvenkat/WinObjC",
"id": "78bc05cb876f16304821b37de49ae9f31609dc2c",
"size": "711... |
using NEventStore;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Formatters;
using System.Text;
namespace Discitur.Infrastructure.Events.Versioning
{... | {
"content_hash": "dc363689d63d056a4083ca1aff15f93b",
"timestamp": "",
"source": "github",
"line_count": 124,
"max_line_length": 146,
"avg_line_length": 33.814516129032256,
"alnum_prop": 0.5924159313140949,
"repo_name": "williamverdolini/disciturCQRSES",
"id": "637bcaf7964cf705d2841a36e08adea50481a9f8... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable enable
using System.Collections.Immutable;
using System.Diagnostics;
using Microsoft.CodeAnalysis.CSharp... | {
"content_hash": "7e41af7f5fac52cb434441837394a811",
"timestamp": "",
"source": "github",
"line_count": 718,
"max_line_length": 245,
"avg_line_length": 44.220055710306404,
"alnum_prop": 0.6110866141732283,
"repo_name": "genlu/roslyn",
"id": "c8ef4c76dba9e7253e0db2ca3d933d4cbe6125a6",
"size": "31752... |
#import <Foundation/Foundation.h>
#import "ccMacros.h"
#import "CCNode.h"
#import "CCSprite.h"
#import "CCTexture.h"
#if __CC_PLATFORM_IOS
#import <UIKit/UIKit.h>
#endif // iPHone
/**
* Image format when saving render textures. Used by CCRenderTexture.
*/
typedef NS_ENUM(NSInteger, CCRenderTextureImageFormat)
{... | {
"content_hash": "0a55319b7b8ea184158c55a56d9c1574",
"timestamp": "",
"source": "github",
"line_count": 296,
"max_line_length": 152,
"avg_line_length": 30.23310810810811,
"alnum_prop": 0.7130405631914181,
"repo_name": "apportable/BridgekitMediaPlayerExample",
"id": "285abe8a6fdacc9cb08eb2aaf437c4e3d6... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | {
"content_hash": "99fcf4b466793217a3dc687d5bc63d46",
"timestamp": "",
"source": "github",
"line_count": 124,
"max_line_length": 154,
"avg_line_length": 41.483870967741936,
"alnum_prop": 0.6524105754276828,
"repo_name": "v8-dox/v8-dox.github.io",
"id": "8a203007f742f5cf66de9de8a1e13fad40e084fd",
"si... |
//
// PerformanceEventDispatcherTest.h
#ifndef __PERFORMANCE_EVENTDISPATCHER_TEST_H__
#define __PERFORMANCE_EVENTDISPATCHER_TEST_H__
#include "PerformanceTest.h"
class EventDispatcherBasicLayer : public PerformBasicLayer
{
public:
EventDispatcherBasicLayer(bool bControlMenuVisible, int nMaxCases = 0, int nCurCa... | {
"content_hash": "a168b926b22139de2fa76110e17540b1",
"timestamp": "",
"source": "github",
"line_count": 105,
"max_line_length": 93,
"avg_line_length": 26.571428571428573,
"alnum_prop": 0.7146953405017921,
"repo_name": "hylthink/Sample_Lua",
"id": "66ed484c6f939b6e7a1ca1ecbac9de447283e95b",
"size": ... |
package org.elasticsearch.ingest.common;
import org.elasticsearch.ingest.AbstractProcessor;
import org.elasticsearch.ingest.ConfigurationUtils;
import org.elasticsearch.ingest.IngestDocument;
import org.elasticsearch.ingest.Processor;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
... | {
"content_hash": "b611991bcbebacc98deeacdb42b522b7",
"timestamp": "",
"source": "github",
"line_count": 126,
"max_line_length": 122,
"avg_line_length": 30.88888888888889,
"alnum_prop": 0.6097122302158273,
"repo_name": "gfyoung/elasticsearch",
"id": "a29cc34652479b38969a2b7883116cc0bfe3a277",
"size"... |
from flask import Blueprint, render_template, abort, request, redirect, session, url_for
from flask.ext.login import current_user, login_user
from sqlalchemy import desc
from shutil import move
from datetime import datetime
from packages.objects import *
from packages.common import *
from packages.config import _cfg
fr... | {
"content_hash": "599ac0be9c9edc60d0823f28cb55e887",
"timestamp": "",
"source": "github",
"line_count": 231,
"max_line_length": 139,
"avg_line_length": 43.48051948051948,
"alnum_prop": 0.6443647949024293,
"repo_name": "MaxLeiter/packages.knightos.org",
"id": "df16944c543a42f63fc4fc609c08ef87354d34db"... |
from npr_sfs.datasets.loader import dataNames, loadData
import results.ibme
import results.lumo
import results.compare
from npr_sfs.results.results import batchResults
batch_modules = [results.ibme,
results.lumo,
results.compare]
if __name__ == '__main__':
for batch_module in ba... | {
"content_hash": "a2008d15d31413528b5d8e43773b3048",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 70,
"avg_line_length": 25.375,
"alnum_prop": 0.6921182266009852,
"repo_name": "tody411/NPR-SFS",
"id": "41e7cfcd8cb839b3fd9933b8d26eb834d890e2bb",
"size": "525",
"binary"... |
local Spell = { }
Spell.LearnTime = 900
Spell.Description = [[
Starts stabbing your
opponent until he dies.
]]
Spell.FlyEffect = "hpw_expelliarmus_main"
Spell.ImpactEffect = "hpw_expelliarmus_impact"
Spell.ApplyDelay = 0.5
Spell.AccuracyDecreaseVal = 0.7
Spell.Category = HpwRewrite.CategoryNames.Special
Spell.OnlyIfL... | {
"content_hash": "80e313336f81b942cf2c095e9c526fea",
"timestamp": "",
"source": "github",
"line_count": 108,
"max_line_length": 97,
"avg_line_length": 25.61111111111111,
"alnum_prop": 0.7133044107013738,
"repo_name": "Ayditor/HPW_Rewrite",
"id": "a9200133ab93cb0432145edc0992152d5c60c3a6",
"size": "... |
/* eslint-disable @typescript-eslint/no-empty-interface */
import { ICryptUtils } from './ICryptUtils';
export interface ICryptUtilsStringArray extends ICryptUtils {}
| {
"content_hash": "71bbab52320ae98ef670df30aaf796a4",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 62,
"avg_line_length": 42,
"alnum_prop": 0.7857142857142857,
"repo_name": "javascript-obfuscator/javascript-obfuscator",
"id": "7ee0203994ccc0a33dcbdace9a5ed43e60646087",
"s... |
// ----------------------------------------------------------------------------------
// <copyright file="IEntityMemberInfo`2.cs" company="NMemory Team">
// Copyright (C) 2012-2014 NMemory Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associ... | {
"content_hash": "38ac939c6c0b1641ba46d840347c9bcd",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 86,
"avg_line_length": 53.06666666666667,
"alnum_prop": 0.6476130653266332,
"repo_name": "daryllabar/XrmUnitTest",
"id": "c2284212dde47fbccbb5e543ee5d55e2b25f3f6f",
"size":... |
package org.clulab.dynet
import com.typesafe.config.Config
import org.clulab.dynet.TaskManager._
import org.clulab.sequences.{ColumnReader, Row}
import org.clulab.utils.{Configured, MathUtils}
import org.slf4j.{Logger, LoggerFactory}
import scala.collection.mutable.ArrayBuffer
import scala.util.Random
/**
* Manage... | {
"content_hash": "1efcaa1eb20f280629ccc6e294da7d5d",
"timestamp": "",
"source": "github",
"line_count": 237,
"max_line_length": 117,
"avg_line_length": 33.32067510548523,
"alnum_prop": 0.6897556033936938,
"repo_name": "sistanlp/processors",
"id": "211c70ec64ef69e55799be9e12f53b2b464c89f8",
"size": ... |
package com.thoughtworks.go.config;
import com.rits.cloning.Cloner;
import com.thoughtworks.go.config.BasicCruiseConfig.AllPipelineConfigs;
import com.thoughtworks.go.config.BasicCruiseConfig.AllTemplatesWithAssociatedPipelines;
import com.thoughtworks.go.config.BasicCruiseConfig.PipelineNameToConfigMap;
// Cloner ... | {
"content_hash": "44aaf31dfb82bc47ac090a135d8c6fee",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 151,
"avg_line_length": 57.333333333333336,
"alnum_prop": 0.7842377260981912,
"repo_name": "ind9/gocd",
"id": "0c143d4da3e1be9809570cfcddbf08556aec734b",
"size": "2149",
... |
from swgpy.object import *
def create(kernel):
result = Intangible()
result.template = "object/intangible/ship/shared_tieadvanced_pcd.iff"
result.attribute_template_id = 8
result.stfName("space_item_n","tieadvanced_pcd")
#### BEGIN MODIFICATIONS ####
#### END MODIFICATIONS ####
return result | {
"content_hash": "339b757e674159b3fe063258cb3a1794",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 70,
"avg_line_length": 23.846153846153847,
"alnum_prop": 0.7032258064516129,
"repo_name": "obi-two/Rebelion",
"id": "19ca6d9bc151f3fd73e6d44c2232285c6e8674f0",
"size": "455... |
The default Yii2-user controllers provide a lot of functionality that is sufficient for general use cases. But sometimes
you may need to extend that functionality and add some logic that suits your needs.
## Step 1: Create new controller
First of all you should create new controller under your own namespace (it is re... | {
"content_hash": "1a45bf6b942d2bbd6150f6e15a2519b1",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 120,
"avg_line_length": 27.931818181818183,
"alnum_prop": 0.7054515866558178,
"repo_name": "anek77713/anek-yii2-user",
"id": "ec4ff24beb44cf265a4a0c341424573722b36f12",
"si... |
<!DOCTYPE html>
<!--
Copyright (c) 2014 Thomas Feuster
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the ... | {
"content_hash": "79b7ecfc7a15d1687434dc6641ad4252",
"timestamp": "",
"source": "github",
"line_count": 607,
"max_line_length": 648,
"avg_line_length": 55.97034596375618,
"alnum_prop": 0.466297757108377,
"repo_name": "ThomasDaheim/ownNoteEditor",
"id": "69f9a5e88f776544d4102264904d8fbb5d92059e",
"s... |
'use strict';
var forceResolveFailure = false;
var loadData = function() {
if (forceResolveFailure) {
throw new Error();
}
return [];
};
beforeEach(function() {
module('ui.router.tabs');
module('ui.router');
module('ui.bootstrap');
module(function($stateProvider) {
$stateProvider
.stat... | {
"content_hash": "384d7841807f63726df5971b31d062a7",
"timestamp": "",
"source": "github",
"line_count": 291,
"max_line_length": 132,
"avg_line_length": 25.666666666666668,
"alnum_prop": 0.6289998661132682,
"repo_name": "nebojisa/ui-router-tabs",
"id": "0d3f2bd70199317507ec0f235577a5532771c443",
"si... |
<?php
$letter = '
<html>
<head>
<meta name="viewport" content="width=device-width">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Just Forms - HTML Email Template</title>
</head>
<body bgcolor="#f6f6f6" style="width: 100% !important; height: 100%; font-family: Arial, sans-serif; fon... | {
"content_hash": "81072608d916a12f2dd88992f337efed",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 220,
"avg_line_length": 47.8936170212766,
"alnum_prop": 0.6121723678365171,
"repo_name": "Serious-Rage/SOCIAL-RAGE",
"id": "169cb669cc8073a97ca14d143f4f71d2903edbe0",
"size... |
package com.wisely.ch8_4.domain;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
@Entity
public class Person {
@Id
@GeneratedValue
private Long id;
private String name;
private Integer age;
private String address;
public Person() {
super();
}... | {
"content_hash": "dc9eac2ca624a08b6a8dbff35bdf9d86",
"timestamp": "",
"source": "github",
"line_count": 56,
"max_line_length": 67,
"avg_line_length": 16.089285714285715,
"alnum_prop": 0.6781354051054383,
"repo_name": "wujiazhong/SpringFrameworkLearning",
"id": "ee1a5b80a85699e12903853654ec0f2dfd6bbf6... |
<?php
namespace yiiunit\data\ar;
use yii\behaviors\AttributeTypecastBehavior;
/**
* Class OrderItem.
*
* @property int $order_id
* @property int $item_id
* @property int $quantity
* @property string $subtotal
*/
class OrderItem extends ActiveRecord
{
public static $tableName;
public static function ... | {
"content_hash": "c862ef6f4b54823a51eea89336da9f34",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 100,
"avg_line_length": 24.515151515151516,
"alnum_prop": 0.5531520395550061,
"repo_name": "brandonkelly/yii2",
"id": "58623fc4ce9415dda3a081a1d3c7bfd121c8689f",
"size": "1... |
/**
* Created by Jeroen on 17/08/16.
*/
import {Meteor} from 'meteor/meteor'
import {Twits} from '../collection'
Meteor.publish('allTwits', function(){
return Twits.find({TTL: {$gt: Chronos.currentTime()}})
})
Meteor.publish('twit', function (twitId) {
return Twits.find(twitId)
}) | {
"content_hash": "ca8576167ff3a31f5b7786a76ef7d933",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 58,
"avg_line_length": 22.53846153846154,
"alnum_prop": 0.6655290102389079,
"repo_name": "JeroenBe/Tweeter",
"id": "2c8d773f0bf8014077d8437c929458b2527fe350",
"size": "293"... |
<?php
/**
* Created by PhpStorm.
* User: Kurraz
*/
namespace app\modules\game\models\game_data\aura;
use app\modules\game\models\game_data\base\BaseAuraAttribute;
class Lust extends BaseAuraAttribute
{
public function valueDescriptions()
{
return [
0 => 'Аура движется медленно и плавн... | {
"content_hash": "ed76847a0b2bf85989d3b6bc9ad7ac7a",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 199,
"avg_line_length": 48.12,
"alnum_prop": 0.7323358270989194,
"repo_name": "kurraz-soft/prj-jack",
"id": "4b7e056a7bb6208aed7aaf0df257000e36c19a35",
"size": "1885",
"b... |
// (c) Aleksey Nemiro, 2014
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using Nemiro.OAuth;
using System.Collections.Specialized;
using Nemiro.OAuth.Clients;
using System.Configuration;
using System.Text.RegularExpressions;
using Nemiro.OAuth.Extensions;
... | {
"content_hash": "89bf7c9d9e5fbfd1f5161aca3e4b181e",
"timestamp": "",
"source": "github",
"line_count": 53,
"max_line_length": 74,
"avg_line_length": 22.245283018867923,
"alnum_prop": 0.6234096692111959,
"repo_name": "alekseynemiro/nemiro.oauth.dll",
"id": "cbee9f64580dfe1f3988023afe2899941c02b8c9",
... |
sketchybar --set $NAME label="$INFO"
| {
"content_hash": "7e9b42524a866bdc52b0d19432b5c9f4",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 36,
"avg_line_length": 37,
"alnum_prop": 0.7027027027027027,
"repo_name": "frantic1048/Vanilla",
"id": "90a2e35c3a38f6b6feb9d2460c5a3517c68c11ee",
"size": "56",
"binary": ... |
using NLog;
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Linq;
using System.Security;
using System.Security.Principal;
using System.Web;
namespace BookReviews.Logging.Logging
{
/**
* Klasa pomocnicza dla logowania błędów. Zapisuje dane logowań (wyjątki przechwycone... | {
"content_hash": "ce4f075efd124d9af1d2280283b8d07e",
"timestamp": "",
"source": "github",
"line_count": 124,
"max_line_length": 121,
"avg_line_length": 37.54838709677419,
"alnum_prop": 0.4997852233676976,
"repo_name": "bob2000/BookReviews",
"id": "27d1f45f4b582690fa2c616887aeec482fd3b55d",
"size": ... |
#ifndef SkDashPathEffect_DEFINED
#define SkDashPathEffect_DEFINED
#include "SkPathEffect.h"
/** \class SkDashPathEffect
SkDashPathEffect is a subclass of SkPathEffect that implements dashing
*/
class SK_API SkDashPathEffect : public SkPathEffect {
public:
/** intervals: array containing an even number of e... | {
"content_hash": "8a89e6c6fdd2ae38ef468075da2c47ba",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 78,
"avg_line_length": 32.25373134328358,
"alnum_prop": 0.6469227209625174,
"repo_name": "jtg-gg/skia",
"id": "ee9c553b6c19a3c525c2a7c4bce6aadb20185af5",
"size": "2324",
... |
{% from 'components/rule-list.macro.html' import ruleList %}
{%- macro rule(params) -%}
<article class="rule {% if params.deprecated == true %}rule--deprecated{% endif %} {% if params.removed == true %}rule--removed{% endif %}">
<div class="rule__content">
{%- if params.deprecated == true -%}
<p cl... | {
"content_hash": "d5060d1bbe002272fb5f3446b43946e2",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 140,
"avg_line_length": 46.59574468085106,
"alnum_prop": 0.5342465753424658,
"repo_name": "eslint/eslint",
"id": "e4cf876d0d9d67a41ce6f1eca3f93480354ab8be",
"size": "2200",... |
<?xml version="1.0" encoding="utf-8"?>
<form>
<fields name="filter">
<field
name="search"
type="text"
label="COM_BANNERS_SEARCH_IN_TITLE"
description="COM_BANNERS_SEARCH_IN_TITLE"
hint="JSEARCH_FILTER"
class="js-stools-search-string"
/>
<field
name="published"
type="status"
label="JOPT... | {
"content_hash": "f9ca2ba47f039ce1d18d8cde84538e43",
"timestamp": "",
"source": "github",
"line_count": 94,
"max_line_length": 77,
"avg_line_length": 34.797872340425535,
"alnum_prop": 0.6695200244573525,
"repo_name": "LOyster1/Semantic-Network-Analysis-Pipeline-SNAP",
"id": "a470c4bd65ff85fb54f20fc13... |
module Braintree
class TransparentRedirectGateway # :nodoc
TransparentRedirectKeys = [:redirect_url] # :nodoc:
CreateCustomerSignature = TransparentRedirectKeys + [{:customer => CustomerGateway._create_signature}] # :nodoc:
UpdateCustomerSignature = TransparentRedirectKeys + [:customer_id, {:customer => C... | {
"content_hash": "7cd8c5c313438a9705e973dd06fb251a",
"timestamp": "",
"source": "github",
"line_count": 105,
"max_line_length": 146,
"avg_line_length": 42.63809523809524,
"alnum_prop": 0.6984587893678803,
"repo_name": "tomphp/braintree_ruby",
"id": "6a1141786c33ce27558d9a9077b50466408af3e8",
"size"... |
package org.jfrog.artifactory.client;
import org.jfrog.artifactory.client.model.LocalReplication;
import org.jfrog.artifactory.client.model.Replication;
import java.util.Collection;
import java.util.List;
public interface Replications {
// Supports local and remote repositories
void createOrReplace(Replicat... | {
"content_hash": "177b800fdaedf42cec9657b1782a13df",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 59,
"avg_line_length": 23.176470588235293,
"alnum_prop": 0.7842639593908629,
"repo_name": "liorhson/artifactory-client-java",
"id": "0d22ca5505d1a5f3c972b5b894086b931e0fddb6"... |
<?xml version="1.0" encoding="utf-8"?>
<!--
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/variations.xsd">
<testCase name="Magento\Paypal\Test\TestCase\InContextExpressCheckoutFromShoppingCartTest" summary="In-Context Chec... | {
"content_hash": "8d0508ac207d627c9d0322a804946fae",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 217,
"avg_line_length": 75.78571428571429,
"alnum_prop": 0.7229029217719133,
"repo_name": "j-froehlich/magento2_wk",
"id": "45e585840e37504471003b26223e585427b9461c",
"size... |
require 'concurrent'
concurrent.setoption('trapexit', true)
function pong()
while true do
local msg = concurrent.receive()
if msg.signal == 'EXIT' then
break
elseif msg.body == 'ping' then
print('pong received ping')
concurrent.send(msg.from, { body = 'p... | {
"content_hash": "596dc3318d3fac77a7e8a198c6a5f19f",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 56,
"avg_line_length": 22.486486486486488,
"alnum_prop": 0.5661057692307693,
"repo_name": "LuaDist/concurrentlua",
"id": "652b2d86785df9ec8e84229ff953c622e2c6e78e",
"size":... |
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>tokens - biomedicus-core</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">biomedicus-core</a> / <a href="../index.html">edu.umn.biomedicus</a> / <a href="index.html">edu.umn.nlpengine.Document</a> /&n... | {
"content_hash": "1a5ff66ef176d28180c9c9dfe50ec7a0",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 465,
"avg_line_length": 66.86666666666666,
"alnum_prop": 0.6819541375872383,
"repo_name": "NLPIE/BioMedICUS",
"id": "56ae09212b8d9e657e24832e11ca264f970d5b67",
"size": "100... |
<?php
use fboes\SmallPhpHelpers\Tester;
/**
* Autoloader ;)
* @param $class
*/
function __autoload($class)
{
require_once('../'.str_replace('fboes\SmallPhpHelpers', '', $class).'.php');
}
class TesterTest extends Tester
{
public $seeIfIAmHere = true;
public function testSimple()
{
$this->a... | {
"content_hash": "80d4b255c2c03121843fcaa71d142058",
"timestamp": "",
"source": "github",
"line_count": 53,
"max_line_length": 81,
"avg_line_length": 22.452830188679247,
"alnum_prop": 0.5680672268907563,
"repo_name": "fboes/small-php-helpers",
"id": "4b4af6c4b37f79e11321eee5a702ae19b2b168c1",
"size... |
class PrefRegistrySimple;
class PrefService;
namespace storage {
class SpecialStoragePolicy;
}
namespace brightray {
class MediaDeviceIDSalt;
class PermissionManager;
class BrowserContext : public base::RefCounted<BrowserContext>,
public content::BrowserContext,
public ... | {
"content_hash": "9365e3fec49521c69e82ebd70783065c",
"timestamp": "",
"source": "github",
"line_count": 125,
"max_line_length": 80,
"avg_line_length": 35.752,
"alnum_prop": 0.7567688520921907,
"repo_name": "tonyganch/electron",
"id": "16b37b935fe9737623b7366f026443a147f1b6c0",
"size": "5075",
"bi... |
require('test/unit')
require('freeplay')
| {
"content_hash": "28f51f342a1a57b448854f7ab3b35d91",
"timestamp": "",
"source": "github",
"line_count": 2,
"max_line_length": 20,
"avg_line_length": 20.5,
"alnum_prop": 0.7317073170731707,
"repo_name": "devalot/freeplay",
"id": "903d42a042e2dda07dbad69992351f880fffc56f",
"size": "122",
"binary": ... |
This migration guide will walk through some of the major breaking changes with code samples and
guidance to upgrade your existing application from AngularFire version `0.9.x` to `1.x.x`.
## Removal of `$firebase`
The largest breaking change in AngularFire `1.0.0` is the removal of the `$firebase` service. The
servic... | {
"content_hash": "934bddb82a42632b4be6115561d1fdc1",
"timestamp": "",
"source": "github",
"line_count": 226,
"max_line_length": 99,
"avg_line_length": 30.606194690265486,
"alnum_prop": 0.6796298973543443,
"repo_name": "FirebaseExtended/angularfire",
"id": "ff4cdf0bd9e71ac991455ba54cf634a10ffe935c",
... |
require 'test_helper'
class LexemeTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end
| {
"content_hash": "6c22060fb1a1323f48e375e4d6ba936a",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 42,
"avg_line_length": 19.125,
"alnum_prop": 0.7254901960784313,
"repo_name": "weblinda/weblinda",
"id": "045518536b978c0b622c3dd8961798c9ac0e53ff",
"size": "153",
"binary... |
import * as React from 'react';
import * as B from '../bulma';
import IssueAction from '../actions/IssueAction';
import { Issue } from '../stores/IssueStore';
interface Props extends React.Props<CheckAllNotedIssuesModal> {
show?: boolean;
onHide?: (e: React.SyntheticEvent) => void;
submitLabel?: st... | {
"content_hash": "31a022245cb11c6f97c503e25f77368c",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 103,
"avg_line_length": 31.066666666666666,
"alnum_prop": 0.522889842632332,
"repo_name": "wadahiro/issue-memo",
"id": "6dca299c4a686a8f0419eb50e0e0e19035f5725e",
"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_04-ea) on Tue Dec 03 23:09:16 GMT 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class co... | {
"content_hash": "6b92708c76b03de1383e69b77e6b5879",
"timestamp": "",
"source": "github",
"line_count": 161,
"max_line_length": 473,
"avg_line_length": 48.78260869565217,
"alnum_prop": 0.6778711484593838,
"repo_name": "NightRa/CIFS",
"id": "599c67d9e0d3ed7a0bb248e7c2bd8f42b9500664",
"size": "7854",... |
layout: post
title: VCF
modified:
categories: notes
excerpt: Downloading 1KGP VCF files and getting familiar with format
tags: []
image:
feature:
date: 2016-05-23T18:17:42-04:00
---
# 1KGP-phase3-vcf
1000 genomes project phase 3 data
## Commands Used to Generate Files in this directory
wget ftp://ftp.1000geno... | {
"content_hash": "b10779dad77bdc7700856a991391a33d",
"timestamp": "",
"source": "github",
"line_count": 168,
"max_line_length": 173,
"avg_line_length": 47.916666666666664,
"alnum_prop": 0.7449689440993789,
"repo_name": "mayavanand/mayavanand.github.io",
"id": "9c1b4f4276d8829125bfae03b1dd4a9c941fdc63... |
package io.github.rcarlosdasilva.kits.string;
public class Characters {
public static final String NUMBERS = "0123456789";
public static final String NUMBERS_WITHOUT_ZERO = "123456789";
public static final String NUMBERS_LOWER_CASE = "abcdefghijklmnopqrstuvwxyz";
public static final String NUMBERS_UPPER_CASE... | {
"content_hash": "60bc7e086efa694340f4754cee2bab6c",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 91,
"avg_line_length": 43.526315789473685,
"alnum_prop": 0.7351874244256348,
"repo_name": "rcarlosdasilva/kits",
"id": "9dbbd015ac35453702ea371ac0cf0bdd48a3cbc9",
"size": "... |
@implementation AppDelegate
#define kDefaultUser @"DefaultUser"
#define kUserListKey @"user_list"
#define kCurrentUserKey @"current_user"
#pragma mark - UIApplication Life Cycle
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
self.client = [[PIOClien... | {
"content_hash": "7821892a150692be6c39e423958e3126",
"timestamp": "",
"source": "github",
"line_count": 86,
"max_line_length": 174,
"avg_line_length": 31.546511627906977,
"alnum_prop": 0.7154441577589384,
"repo_name": "PredictionIO/PredictionIO-iOS-SDK",
"id": "5e7d0bb388f6cdc0f0fc0412fbdf4e443e7d525... |
package org.addhen.birudo.service;
import android.app.IntentService;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.os.Looper;
import android.widget.Toast;
import com.google.android.gms.gcm.GoogleCloudMessaging;
import org.addhen.birudo.BirudoApplication;
import ... | {
"content_hash": "f1f5d7d1d53307a5d41c1bbd21f1c333",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 91,
"avg_line_length": 28.25263157894737,
"alnum_prop": 0.6739940387481371,
"repo_name": "eyedol/birudo",
"id": "3c16bed2ad592919104b07b20d861d8c81425ccf",
"size": "3277",
... |
package com.xiongbeer.cobweb.zk.resources;
/**
* Created by shaoxiong on 17-11-7.
*/
public interface FilterFields extends AdditionalFields {
boolean mount();
boolean unmount();
Object getFilterInfo();
}
| {
"content_hash": "c63c95cc055e9cd437e9e94725dde00e",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 56,
"avg_line_length": 18.416666666666668,
"alnum_prop": 0.7058823529411765,
"repo_name": "xiongbeer/WebVeins",
"id": "02bce1567b406830c259131d11d5da3a4eca0327",
"size": "2... |
<?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>com-parent</artifactId>
<gr... | {
"content_hash": "01bb078e43cf2c8327e129090ce73cc2",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 108,
"avg_line_length": 35.578947368421055,
"alnum_prop": 0.6701183431952663,
"repo_name": "JustBurrow/com",
"id": "ae4107d3e0fa35e4455de501e6629e3a31cc88c2",
"size": "676"... |
package com.intellij.psi.impl.source.javadoc;
import com.intellij.pom.java.LanguageLevel;
import com.intellij.psi.*;
import com.intellij.psi.impl.source.tree.JavaElementType;
import com.intellij.psi.util.PsiUtil;
import com.intellij.psi.impl.source.SourceTreeToPsiMap;
import com.intellij.psi.impl.source.tree.ElementT... | {
"content_hash": "37b766b43d4133cc52674a32054b6665",
"timestamp": "",
"source": "github",
"line_count": 124,
"max_line_length": 152,
"avg_line_length": 34.28225806451613,
"alnum_prop": 0.7297106563161609,
"repo_name": "IllusionRom-deprecated/android_platform_tools_idea",
"id": "287afdc18f6d2a71d78e25... |
@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,700");
/*!
* Bootstrap v3.3.6 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
ht... | {
"content_hash": "dc23bf1a67ce013c70736a6c160bff8b",
"timestamp": "",
"source": "github",
"line_count": 6767,
"max_line_length": 540,
"avg_line_length": 21.651544258903503,
"alnum_prop": 0.6578257664691911,
"repo_name": "glencollins18888/JSONPathFinder",
"id": "5d8fc72e54c9db715738d33f820b24d338acf15... |
package org.jf.dexlib2.iface.instruction.formats;
import java.util.List;
import javax.annotation.Nonnull;
import org.jf.dexlib2.iface.instruction.PayloadInstruction;
public interface ArrayPayload extends PayloadInstruction {
public int getElementWidth();
@Nonnull public List<Number> getArrayElements();
}
| {
"content_hash": "432a9b48f62020775810f1e33b12361b",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 59,
"avg_line_length": 22.857142857142858,
"alnum_prop": 0.796875,
"repo_name": "Shubashree/show-java",
"id": "2540b27d0f5aeffe8b0c3e1ce6227c424357378e",
"size": "1882",
... |
.. _orchestration:
=============
Orchestration
=============
Orchestration is an orchestration engine that provides the
possibility to launch multiple composite cloud applications based on
templates in the form of text files that can be treated like code. A
native Heat Orchestration Template (HOT) format is evolving,... | {
"content_hash": "070197fe7f0581f3b82933fc95785722",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 68,
"avg_line_length": 29.19047619047619,
"alnum_prop": 0.7765089722675367,
"repo_name": "potsmaster/openstack-manuals",
"id": "c7b7ebca3e53092c33273517a2f96ca51cc0c37c",
"... |
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
/*
| -------------------------------------------------------------------
| DATABASE CONNECTIVITY SETTINGS
| -------------------------------------------------------------------
| This file will contain the settings needed to access your database.
|
|... | {
"content_hash": "a7c62ec23aeae1303601b5cb118128ea",
"timestamp": "",
"source": "github",
"line_count": 96,
"max_line_length": 102,
"avg_line_length": 47.25,
"alnum_prop": 0.658289241622575,
"repo_name": "nobprobe/banjarsby",
"id": "c78ac597a4e4fe990182dc28b87280b7aeb4b1a2",
"size": "4536",
"bina... |
require File.dirname(__FILE__) + '/../../spec_helper'
describe "AssignsHashProxy" do
def orig_assigns
@object.assigns
end
before(:each) do
@object = Class.new do
attr_accessor :assigns
end.new
@object.assigns = Hash.new
@proxy = Spec::Rails::Example::AssignsHashProxy.new self do
... | {
"content_hash": "d00552fa160ba4cbf147ea1efadd40ac",
"timestamp": "",
"source": "github",
"line_count": 96,
"max_line_length": 65,
"avg_line_length": 25.104166666666668,
"alnum_prop": 0.6053941908713693,
"repo_name": "shanti/olio",
"id": "bec6c7e63839fa4815186adb28c220c0cad2a546",
"size": "3198",
... |
{-| Executing jobs as processes
The protocol works as follows (MP = master process, FP = forked process):
* MP sets its own livelock as the livelock of the job to be executed.
* FP creates its own lock file and sends its name to the MP.
* MP updates the lock file name in the job file and confirms the FP it can
st... | {
"content_hash": "6f2dda401a6370b54f6882b95c47829f",
"timestamp": "",
"source": "github",
"line_count": 309,
"max_line_length": 78,
"avg_line_length": 39.433656957928804,
"alnum_prop": 0.6771440295445219,
"repo_name": "grnet/snf-ganeti",
"id": "124f7f380c3ac575bfa8745e019fae433094eb82",
"size": "12... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GeneticCreatures.Classes.ConsoleCommands
{
public class Command
{
public Command(string comm, ExecuteCommand function)
{
command = comm;
... | {
"content_hash": "2830dc27d19eca750564bf205098a07d",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 86,
"avg_line_length": 28.857142857142858,
"alnum_prop": 0.6198019801980198,
"repo_name": "joeeyles/geneticcreatures",
"id": "ee594d125387afe3c4fec1e065cca8b57c1232b4",
"si... |
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
/* Tabulator v4.1.1 (c) Oliver Folkerd */
var Ke... | {
"content_hash": "9fd221f0c864182f8cbd2a41b73b6def",
"timestamp": "",
"source": "github",
"line_count": 361,
"max_line_length": 269,
"avg_line_length": 20.986149584487535,
"alnum_prop": 0.6506071805702217,
"repo_name": "cdnjs/cdnjs",
"id": "1b1a39ada4143ee3aad0c368449bf4df8d552fa8",
"size": "7576",... |
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
/*
|--------------------------------------------------------------------------
| Base Site URL
|--------------------------------------------------------------------------
|
| URL to your CodeIgniter root. Typically this will be your base URL,
| WITH... | {
"content_hash": "33b0d36ad5880f9b4d41dc14929a0e76",
"timestamp": "",
"source": "github",
"line_count": 513,
"max_line_length": 83,
"avg_line_length": 35.39961013645224,
"alnum_prop": 0.5459801762114538,
"repo_name": "slamperone/consolidador",
"id": "aacaf65c1189249a6d100e93ea076ca3fa10ef7d",
"size... |
set -e
readonly dir=$(dirname $0)
readonly projectRoot="$dir/.."
readonly testAppDir="$projectRoot/tests/test-war-smoke"
readonly deployDir="$testAppDir/target/docker"
APP_IMAGE='jetty-local-integration'
CONTAINER=${APP_IMAGE}-container
OUTPUT_FILE=${CONTAINER}-output.txt
readonly imageUnderTest=$1
if [[ -z "$imageU... | {
"content_hash": "49562e130ab2e891e7456cad5513ba94",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 160,
"avg_line_length": 23.885245901639344,
"alnum_prop": 0.7096774193548387,
"repo_name": "GoogleCloudPlatform/jetty-runtime",
"id": "0d0245a1031f7a1981d670a4cc325754be7a882... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "4d053494e8c55f7580957d2ffe28be0f",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "2401f9037ea7defbf5885ef4ddeaea35f6ae42ed",
"size": "175... |
<?php
namespace Vinelab\Cdn\Providers;
use Vinelab\Cdn\Providers\Contracts\ProviderInterface;
/**
* Class Provider.
*
* @category Drivers Abstract Class
*
* @author Mahmoud Zalt <mahmoud@vinelab.com>
*/
abstract class Provider implements ProviderInterface
{
/**
* @var string
*/
protected $k... | {
"content_hash": "f26040112c2374357a1706f7b8cb928a",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 54,
"avg_line_length": 14.638297872340425,
"alnum_prop": 0.5712209302325582,
"repo_name": "Vinelab/cdn",
"id": "c4bff3dfd8b698103fc31bcb9cca29aa19da578c",
"size": "688",
... |
package com.amazonaws.services.config.model.transform;
import javax.annotation.Generated;
import com.amazonaws.SdkClientException;
import com.amazonaws.services.config.model.*;
import com.amazonaws.protocol.*;
import com.amazonaws.annotation.SdkInternalApi;
/**
* DeleteOrganizationConformancePackRequestMarshaller... | {
"content_hash": "f4d31e10716cbff90f7715b73b354e07",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 160,
"avg_line_length": 38.34090909090909,
"alnum_prop": 0.7759336099585062,
"repo_name": "aws/aws-sdk-java",
"id": "4dea3f3d72d446192b59cfab41b0958c1cfd5808",
"size": "226... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.