text stringlengths 2 1.04M | meta dict |
|---|---|
package com.intellij.coverage.view;
import com.intellij.coverage.CoverageEngine;
import com.intellij.coverage.CoverageSuitesBundle;
import com.intellij.ide.util.treeView.NodeDescriptor;
import com.intellij.openapi.project.Project;
import com.intellij.ui.tree.AsyncTreeModel;
import com.intellij.ui.tree.StructureTreeMod... | {
"content_hash": "19610b548732c827d085d5f2c2b18ae8",
"timestamp": "",
"source": "github",
"line_count": 202,
"max_line_length": 140,
"avg_line_length": 29.435643564356436,
"alnum_prop": 0.7381432896064581,
"repo_name": "GunoH/intellij-community",
"id": "14063594323c6057ccf9446651487c211ed0179a",
"s... |
CKEDITOR.lang['he']={"editor":" | {
"content_hash": "e2c08942e63baf579f96612609323a88",
"timestamp": "",
"source": "github",
"line_count": 2,
"max_line_length": 31,
"avg_line_length": 16,
"alnum_prop": 0.625,
"repo_name": "CouleurCitron/cms-2014",
"id": "543f48e014771d5a9148a943a8c8f570c57f05ec",
"size": "176",
"binary": false,
... |
package net.runelite.api.widgets;
public final class WidgetSizeMode
{
/**
* dim = originalDim
*/
public static final int ABSOLUTE = 0;
/**
* dim = parentDim - originalDim
*/
public static final int MINUS = 1;
/**
* dim = parentDim * (originalDim / 16384)
*/
public static final int ABSOLUTE_16384TH... | {
"content_hash": "0956b4cdcc05f3cf3c9be880a245949e",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 47,
"avg_line_length": 16.45,
"alnum_prop": 0.6534954407294833,
"repo_name": "l2-/runelite",
"id": "f468491d811b1316e926661d6c1e4af82d56b986",
"size": "1687",
"binary": f... |
package com.github.why168.modle;
/**
* BannerInfo
*
* @author Edwin.Wu
* @version 2016/12/6 17:32
* @since JDK11
*/
public class BannerInfo<T> {
public T data;
public String title;
public BannerInfo(T data, String title) {
this.data = data;
this.title = title;
}
}
| {
"content_hash": "b8be87f314a72aa71197eca4c6468a0f",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 45,
"avg_line_length": 16.944444444444443,
"alnum_prop": 0.6098360655737705,
"repo_name": "why168/LoopViewPagerLayout",
"id": "501ac46098140b1636fa1dc2d59551dd278993cc",
"s... |
package natlab.backends.vrirGen;
import java.util.ArrayList;
public class VTypeTuple extends VType {
ArrayList<VType> elementList;
public VTypeTuple() {
// TODO Auto-generated constructor stub
elementList = new ArrayList<VType>();
}
public void addElement(VType vtype) {
elementList.add(vtype);
}
public... | {
"content_hash": "89f6b6e8e8e458fe0cc82bbfc7f5535b",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 59,
"avg_line_length": 20.22222222222222,
"alnum_prop": 0.7239010989010989,
"repo_name": "Sable/VRIRGenerator",
"id": "b7d4b76091c6ca3826e4de0d40722e6712bf555a",
"size": "7... |
package mesosphere.marathon.core.launcher
import org.rogach.scallop.ScallopConf
trait OfferProcessorConfig extends ScallopConf {
//scalastyle:off magic.number
lazy val offerMatchingTimeout = opt[Int]("offer_matching_timeout",
descr = "Offer matching timeout (ms). Stop trying to match additional tasks for thi... | {
"content_hash": "d61b5bb99e0d8c150a32daae268b5ae2",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 113,
"avg_line_length": 34.09090909090909,
"alnum_prop": 0.7706666666666667,
"repo_name": "pugna0/marathon",
"id": "50fb0fb9122887d76e4e1f3bae26bdb77cfe4591",
"size": "375"... |
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#de5a34</TileColor>
</tile>
</msapplication>
</browserconfig>
| {
"content_hash": "da942a5eb434cfbb6fb2c018e521d6be",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 58,
"avg_line_length": 27.333333333333332,
"alnum_prop": 0.5853658536585366,
"repo_name": "shery15/blog",
"id": "bb2b28b3500161c6efedca210bb852cd6df09e25",
"size": "246",
... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Ruby Layout: parsing ruby-position with valid values</title>
<link rel="help" href="https://drafts.csswg.org/css-ruby-1/#propdef-ruby-position">
<meta name="assert" content="ruby-position supports the full grammar 'over | under | inter-character'.">
<scrip... | {
"content_hash": "596bc5239dd27e10128c2695e409a20f",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 104,
"avg_line_length": 35.26315789473684,
"alnum_prop": 0.7208955223880597,
"repo_name": "nwjs/chromium.src",
"id": "2a21748613787f59ce725cec1e47bf9e0115ada0",
"size": "67... |
Get older Firefox versions... Could be very useful for Selenium WebDriver.
## Installation
$ brew tap eexit/firefox-versions
## Usage
$ brew cask install firefox-40
## Disable auto-update
:warning: Don't launch the browser!
1. Download [autoload.js](./autoload.js) and [mozilla.cfg](./mozilla.cfg)
2. Put ... | {
"content_hash": "0f094e8b4d6e4edf81622d051bcb04b9",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 97,
"avg_line_length": 31.147058823529413,
"alnum_prop": 0.7629839471199245,
"repo_name": "eexit/firefox-versions",
"id": "6eb660c15b69c593323bbb6358404af59b449101",
"size"... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="sk">
<head>
<!-- Generated by javadoc (version 1.7.0_71) on Fri May 01 14:47:24 CEST 2015 -->
<title>Error</title>
<meta name="date" content="2015-05-01">
<link rel="stylesheet" type="text... | {
"content_hash": "f60047f484674b1a39f03b3408c636a6",
"timestamp": "",
"source": "github",
"line_count": 344,
"max_line_length": 246,
"avg_line_length": 34.73255813953488,
"alnum_prop": 0.6314864412453968,
"repo_name": "sekys/ivda",
"id": "d7a90e7e6c68728400d17e19e3ad0fe4da3d0aff",
"size": "11948",
... |
package com.networknt.petstore;
import com.networknt.auth.StatelessAuthHandler;
import com.networknt.handler.HandlerProvider;
import io.undertow.Handlers;
import io.undertow.server.HttpHandler;
import io.undertow.util.Methods;
import com.networknt.info.ServerInfoGetHandler;
import com.networknt.health.HealthGetHandler... | {
"content_hash": "ae5247cd2645a7d6282535bd40a42478",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 82,
"avg_line_length": 32.903225806451616,
"alnum_prop": 0.6656862745098039,
"repo_name": "networknt/light-java-example",
"id": "c0508d07949452d33517362fd41ff97e5a68eba2",
... |
import * as notifier from '../../utils/notificationHelper';
import { isObject, isString } from '../../utils/isType';
$(() => {
$('#set_visibility [name="plan[visibility]"]').click((e) => {
$(e.target).closest('form').submit();
});
$('#set_visibility').on('ajax:success', (e, data) => {
if (isObject(data) ... | {
"content_hash": "e4d954bf01227107b7f1b422b52d2832",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 68,
"avg_line_length": 31.8,
"alnum_prop": 0.5770440251572327,
"repo_name": "CDLUC3/roadmap",
"id": "c4dd337340de3d0816203e2886c7f82383f686f9",
"size": "636",
"binary": f... |
#include "LargeKeyError.hpp"
| {
"content_hash": "e8c774351b826e6969917bb242d86c06",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 28,
"avg_line_length": 10.333333333333334,
"alnum_prop": 0.7419354838709677,
"repo_name": "cojen/TuplNative",
"id": "b994ac3ec631c1fe4c0cda92cf02aaa32c8208b2",
"size": "686"... |
import { module } from 'angular';
export interface IGceLoadBalancerWizardConfig {
label: string;
createTemplateUrl: string;
editTemplateUrl: string;
controller: string;
}
export interface IGceLoadBalancerToWizardMap {
[loadBalancerType: string]: IGceLoadBalancerWizardConfig;
}
const loadBalancerTypeToWizar... | {
"content_hash": "3ac32f2441e85a4509c3eff4230e3774",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 107,
"avg_line_length": 34.05172413793103,
"alnum_prop": 0.7382278481012658,
"repo_name": "spinnaker/deck",
"id": "fe673109eab533b768394bc4f39b095e9ea56ba1",
"size": "1975"... |
<!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.6.2">
<meta name="author" content="Elias Abel">
<title>Ascii... | {
"content_hash": "e1a919694b040ada79f71534543bf730",
"timestamp": "",
"source": "github",
"line_count": 2482,
"max_line_length": 536,
"avg_line_length": 35.21313456889605,
"alnum_prop": 0.6640464993878649,
"repo_name": "Meniny/Meniny.github.io",
"id": "dcd30d9ea7552bb02290fea212f91ec12d79338e",
"si... |
/* 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
* distributed... | {
"content_hash": "3415199bd6fc03e2d84faa1997af59d7",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 127,
"avg_line_length": 27.402985074626866,
"alnum_prop": 0.7374727668845316,
"repo_name": "motorina0/flowable-engine",
"id": "bb766ed56f4a2d6736e8687caa497f492f22a105",
"s... |
from django.utils.translation import gettext_lazy as _
from shop.models.delivery import BaseDelivery
class Delivery(BaseDelivery):
"""Default materialized model for OrderShipping"""
class Meta(BaseDelivery.Meta):
verbose_name = _("Delivery")
verbose_name_plural = _("Deliveries")
| {
"content_hash": "88e042639baa35ddf9402d2c335236f5",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 54,
"avg_line_length": 34,
"alnum_prop": 0.7222222222222222,
"repo_name": "awesto/django-shop",
"id": "54b532b5a1f5d8609cd458809e16b0a06e9814b0",
"size": "306",
"binary": ... |
'use strict';
module.exports = function(api, nodecg) {
nodecg.listenFor('GetTwitchBotStatus', function(value, callback) {
//First get a list of tokens
let bots = nodecg.bundleConfig.twitch.bots;
let x = [];
for(var i = 0; i < bots.length; i++) {
let bot = bots[i];
... | {
"content_hash": "26717c6d1382333c4d33300f253b0804",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 70,
"avg_line_length": 28.89189189189189,
"alnum_prop": 0.4695977549111319,
"repo_name": "YourWishes/YourWishesCG",
"id": "8bff16516ece2d26af3aa6ee1871f25203bb60e9",
"size"... |
This folder contains all of the examples from the book.
The code has been written according to the [Google JavaScript Style Guide](http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml), in the hope that this provides a neutral style that readers will find easy to follow.
Thanks for reading,
Alex and... | {
"content_hash": "a0e3a974d691bdde8bbee8d7aa4103f4",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 232,
"avg_line_length": 46.57142857142857,
"alnum_prop": 0.8006134969325154,
"repo_name": "AnthonyTurrigiano/nodeinpractice",
"id": "761ba0c376c9efc4c464b2a86ff89427115e2865",... |
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Promise extends CI_Model{
public function select_all()
{
$this->db->distinct('priod_promise_id');
$this->db->join('tb_customers','tb_customers.customers_id = tb_promise.promise_customers_id');
$this->db->order_by(("promise_num... | {
"content_hash": "721473f8c5c3931b830a74ab54d3cfd0",
"timestamp": "",
"source": "github",
"line_count": 82,
"max_line_length": 98,
"avg_line_length": 34.84146341463415,
"alnum_prop": 0.623381169058453,
"repo_name": "baramesh/goldservice",
"id": "3320aa14d3567916ab89e7bbbab4dbb3cbc9f903",
"size": "2... |
package http
import (
"bytes"
"net/http"
"net/url"
"golang.org/x/net/context"
"github.com/go-kit/kit/endpoint"
"github.com/go-kit/kit/transport/codec"
)
type httpClient struct {
*url.URL
codec.Codec
method string
*http.Client
before []BeforeFunc
makeResponse func() interface{}
}
// NewClient retu... | {
"content_hash": "d6b815c033d309779cea1350efe17542",
"timestamp": "",
"source": "github",
"line_count": 90,
"max_line_length": 122,
"avg_line_length": 23.288888888888888,
"alnum_prop": 0.6822519083969466,
"repo_name": "jacobxk/kit",
"id": "a1ccb321a2e8dbfb31372ef8940c4dc544d33926",
"size": "2096",
... |
package com.libmailcore;
import android.os.Handler;
import android.os.Looper;
import android.util.Log;
import java.util.HashMap;
class MainThreadUtils {
private static volatile MainThreadUtils instance = new MainThreadUtils();
private Handler handler;
private HashMap<Long, Runnable> runnablesForIdentifier... | {
"content_hash": "459f1349742777bc18ba226aa25f0185",
"timestamp": "",
"source": "github",
"line_count": 65,
"max_line_length": 92,
"avg_line_length": 31.307692307692307,
"alnum_prop": 0.625061425061425,
"repo_name": "DeskConnect/mailcore2",
"id": "5a5aa821a3483ced995b1fc63ae0f7e9ee271fba",
"size": ... |
import json
import logging
logger = logging.getLogger(__name__)
def load_encoded_json(encoded_data):
"""
Args: encoded_data (str):
Encoded JSON data
Returns:
data (dict):
Dictionary of decoded JSON content
"""
# TODO(joshblum): grep around the code base and use this fu... | {
"content_hash": "44ca3a2ddc384f01ce757812e25beb64",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 78,
"avg_line_length": 25.956521739130434,
"alnum_prop": 0.6147403685092128,
"repo_name": "b12io/orchestra",
"id": "8dcb59fd949b72017c8dcaf149f67bcad31c3055",
"size": "597"... |
{-# LANGUAGE ConstraintKinds #-}
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE GADTs #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANG... | {
"content_hash": "1d5cc1c7ab5616ea4ea8a473e1a0ea54",
"timestamp": "",
"source": "github",
"line_count": 234,
"max_line_length": 138,
"avg_line_length": 40.87179487179487,
"alnum_prop": 0.5669176076955249,
"repo_name": "agrafix/Spock-rest",
"id": "f202e2d083da06c8128424b891d60eee60d638b6",
"size": "... |
package com.google.cloud.pubsub.v1;
import com.google.api.core.ApiFuture;
import com.google.api.core.BetaApi;
import com.google.api.gax.core.CredentialsProvider;
import com.google.api.gax.core.GoogleCredentialsProvider;
import com.google.api.gax.core.PropertiesProvider;
import com.google.api.gax.grpc.CallContext;
imp... | {
"content_hash": "76a4c987f15b41cd20782f17ec6fc880",
"timestamp": "",
"source": "github",
"line_count": 931,
"max_line_length": 100,
"avg_line_length": 46.74865735767992,
"alnum_prop": 0.734393309284746,
"repo_name": "rborer/google-cloud-java",
"id": "c0efac4387b6dd9d5117f889fb87945686d47657",
"siz... |
from runner.koan import *
class AboutGenerators(Koan):
def test_generating_values_on_the_fly(self):
result = list()
bacon_generator = (n + ' bacon' for \
n in ['crunchy', 'veggie', 'danish'])
for bacon in bacon_generator:
result.append(bacon)
self.asser... | {
"content_hash": "09581858db11e793341d9636f469271c",
"timestamp": "",
"source": "github",
"line_count": 132,
"max_line_length": 92,
"avg_line_length": 33.74242424242424,
"alnum_prop": 0.5541086663673103,
"repo_name": "Turivniy/Python_koans",
"id": "5c4b9242d8a5fb17e9fa433a4d1b6c7ca8b8c9df",
"size":... |
return
{
cArrowEntity =
{
Desc = [[
Represents the arrow when it is shot from the bow. A subclass of the {{cProjectileEntity}}.
]],
Functions =
{
CanPickup =
{
Params =
{
{
Name = "Player",
Type = "cPlayer",
},
},
Returns =
{
{
Type = "boolean",
... | {
"content_hash": "47f49630295ba802a504a4f705d53cfe",
"timestamp": "",
"source": "github",
"line_count": 432,
"max_line_length": 171,
"avg_line_length": 18.71990740740741,
"alnum_prop": 0.5617657969580808,
"repo_name": "mc-server/MCServer",
"id": "f74b921369ec55cb151f2b94081c032d6e67bc5a",
"size": "... |
/*package models
import reflect.BeanProperty
import siena._
@Table("UserWatch")
class UserWatch extends Model {
@Id
@BeanProperty
var id: Long = -1
@Column(Array("user_id"))
@Max(200) @NotNull
@BeanProperty
var userId: Long = -1
@Column(Array("watch_id"))
@Max(200) @NotNull
@BeanProperty
var ... | {
"content_hash": "4d9151ca8d3f2e25f95a0e88a74e205b",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 89,
"avg_line_length": 19.027027027027028,
"alnum_prop": 0.6633522727272727,
"repo_name": "lstoll/twitter-chat",
"id": "433991dd3e7b04cc3143ef1fcdfdf2c674d665fc",
"size": "... |
/*
Generates and formats the results
*/
var appServices = appServices || angular.module('kla.services', []);
appServices.factory('resultsGenerator', ['$log', 'keyboards', 'analyzer', 'library',
function($log, keyboards, analyzer, library) {
var me = {},
layouts = []
;
/*
... | {
"content_hash": "c1020fdb25d3131978351499ffe117e1",
"timestamp": "",
"source": "github",
"line_count": 589,
"max_line_length": 192,
"avg_line_length": 47.750424448217316,
"alnum_prop": 0.4523022222222222,
"repo_name": "patorjk/keyboard-layout-analyzer",
"id": "3055db70afda20982fbd9a89b00e4f03f5cc898... |
package sg.atom.corex.geo;
/**
* Collection of geometry utility methods. All methods are static.
*
* @author <a href="mailto:atomixnmc@gmail">Micheal Nguyen</a>
*/
public final class GeometryUtils {
/**
* Return true if c is between a and b.
*/
private static boolean isBetween(int a, int b, int ... | {
"content_hash": "5f545d41f79f257a7efe8ceb54a64177",
"timestamp": "",
"source": "github",
"line_count": 1531,
"max_line_length": 93,
"avg_line_length": 33.88569562377531,
"alnum_prop": 0.518263651959367,
"repo_name": "atomixnmc/AtomMiniGdx",
"id": "f17e864b3cbb5a55d503f15721f4253bc9ad5f62",
"size":... |
/* 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": "db373b2fb0e850607878ed0fb2b6d461",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 113,
"avg_line_length": 41.06521739130435,
"alnum_prop": 0.7707781895182636,
"repo_name": "dbmalkovsky/flowable-engine",
"id": "28726da4ff54f07d1ce4e6c773149b9a02053933",
"... |
require 'spec_helper'
RSpec.describe TemplatesModel do
it_behaves_like "Templates" do
let(:template_model) { TemplatesModel.create name: Faker::Name.name}
end
end
| {
"content_hash": "7f7a397bfd17c944e4f10b018410530c",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 72,
"avg_line_length": 24.571428571428573,
"alnum_prop": 0.75,
"repo_name": "kristianmandrup/cms-models",
"id": "55d36c8265d0e3466774c1bfa3ed496e5bf5786e",
"size": "172",
... |
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2013 NEGU Soft
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 ... | {
"content_hash": "91b769475fa9c67ae13dab5a98a93a98",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 74,
"avg_line_length": 44.04,
"alnum_prop": 0.7175295186194369,
"repo_name": "NamelessRom/android_external_holoaccent",
"id": "324af487016f2f92e129dda7fcf8484c7f164c0c",
"s... |
module Article
class Initializer
Cms::Node.plugin "article/page"
Cms::Part.plugin "article/page"
Cms::Part.plugin "article/page_navi"
Cms::Role.permission :read_other_article_pages
Cms::Role.permission :read_private_article_pages
Cms::Role.permission :edit_other_article_pages
Cms::Role.pe... | {
"content_hash": "51c6ba84f8d9d870018e99504e176696",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 55,
"avg_line_length": 42.172413793103445,
"alnum_prop": 0.7448896156991006,
"repo_name": "MasakiInaya/shirasagi",
"id": "dfaddf724fef3de8b5275863f432d312c695bfaa",
"size":... |
<?php
$factory->define(App\Payment\Payment::class, function (Faker\Generator $faker) {
return [
'member_id' => \App\Member::all('id')->random()->id,
'description' => $faker->paragraph,
'value' => $faker->randomFloat(2, 0.01, 1000),
];
});
| {
"content_hash": "f6b716ae0fa636bc210b22458d7b8484",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 80,
"avg_line_length": 30.22222222222222,
"alnum_prop": 0.5698529411764706,
"repo_name": "jfcorsini/dutch-treater",
"id": "5ff4dedd4f2a5746dfbba535cab0a26b009a5183",
"size":... |
<?php
//Minimal Template Engine
class MTE {
protected $base_template;
protected $template;
protected $no_base;
protected $options = array();
protected $imports = array();
protected $styles = array();
protected $fields = array();
protected $blocks = array();
function __construct($fi... | {
"content_hash": "381351dca2354cb8b76c995558592307",
"timestamp": "",
"source": "github",
"line_count": 120,
"max_line_length": 115,
"avg_line_length": 33.541666666666664,
"alnum_prop": 0.45540372670807455,
"repo_name": "LucasKl/MTE",
"id": "96b28b1320d1263c84d20882a3e77528654e939f",
"size": "4025"... |
<!-- For usage of this file, see: https://msdn.microsoft.com/en-us/library/bb514188.aspx -->
<Dictionary>
<Words>
<Unrecognized>
<Word></Word>
</Unrecognized>
<Recognized>
<Word>Api</Word>
<Word>Cqrs</Word>
<Word>deserializes</Word>
<Word>typeof</Word>
... | {
"content_hash": "6045a65eb6253dc0356455d2c98d0760",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 92,
"avg_line_length": 25.90909090909091,
"alnum_prop": 0.5415204678362573,
"repo_name": "spritely/ReadModel.Sql",
"id": "b0d14b47cf532c640c18fda0d92418f67e4d15bc",
"size":... |
package io.druid.testing.clients;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.google.common.base.Charsets;
import com.google.common.base.Throwables;
import com.google.inject.Inject;
import com.metamx.http.client.HttpClient;
import com.metamx.ht... | {
"content_hash": "0458eef5f91b30487f5e8028d3d0bd7e",
"timestamp": "",
"source": "github",
"line_count": 81,
"max_line_length": 106,
"avg_line_length": 28.135802469135804,
"alnum_prop": 0.6967968407196139,
"repo_name": "zhihuij/druid",
"id": "c5871d361a1d4f2ea796362e415fc71a148bc469",
"size": "3084"... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "87681e4edf919607799c4a477a35e7b8",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "48d05b9183ac4f3da09ed955e8ca7c22b3441558",
"size": "163... |
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* const.h: Macros for dealing with constants. */
#ifndef _LINUX_CONST_H
#define _LINUX_CONST_H
/* Some constant macros are used in both assembler and
* C code. Therefore we cannot annotate them always with
* 'UL' and other type specifiers unilaterall... | {
"content_hash": "d1484d7e151a84df454238189f123499",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 65,
"avg_line_length": 25.387096774193548,
"alnum_prop": 0.6404066073697586,
"repo_name": "zig-lang/zig",
"id": "f5dcb86e1b90822d7d902b329b0065c7cdaa92ff",
"size": "787",
... |
<?php
namespace ContainerFelbUiK;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getDebug_ArgumentResolver_Reques... | {
"content_hash": "9a1514389261658899be9cb6641388f0",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 402,
"avg_line_length": 55.34615384615385,
"alnum_prop": 0.7755385684503128,
"repo_name": "cloudfoundry/php-buildpack",
"id": "84eda3089799f070f9be8316e3f3896cbaa34569",
"s... |
<?php
namespace Xsolve\SalesforceClient\Security\Authentication;
use GuzzleHttp\Psr7\Request;
use Http\Client\Exception\HttpException;
use Http\Client\HttpClient;
use Xsolve\SalesforceClient\Security\Authentication\Strategy\RegenerateStrategyInterface;
use Xsolve\SalesforceClient\Security\Token\Token;
use Xsolve\Sale... | {
"content_hash": "e65657343631416c7b4a28a531407faf",
"timestamp": "",
"source": "github",
"line_count": 119,
"max_line_length": 115,
"avg_line_length": 29.647058823529413,
"alnum_prop": 0.6142290249433107,
"repo_name": "xsolve-pl/salesforce-client",
"id": "9934b7b7acf39ea1258570e84ae60e459c462fb6",
... |
import logging
import re
from fabric.api import execute, hide, sudo
RING_TYPES = ['account', 'container', 'object']
_host_lshw_output = {}
LOG = logging.getLogger(__name__)
def _parse_lshw_output(output, blockdev):
disks = re.split('\s*\*', output.strip())
alldisks = []
for disk in disks:
d = ... | {
"content_hash": "fe4e07218e0922f02025f0da5905e9ac",
"timestamp": "",
"source": "github",
"line_count": 94,
"max_line_length": 74,
"avg_line_length": 35.56382978723404,
"alnum_prop": 0.48818426562967393,
"repo_name": "blueboxgroup/swifttool",
"id": "451338938553073a64dbddeae154fd5f550a3034",
"size"... |
/**
* @author Nikolay A. Kuznetsov
* @version $Revision: 1.6.2.2 $
*/
package java.util.regex;
/**
* Node accepting any character including line terminators.
*
* @author Nikolay A. Kuznetsov
* @version $Revision: 1.6.2.2 $
*/
class DotAllSet extends JointSet {
public int matches(int stringIndex, CharSeque... | {
"content_hash": "f7e94bc48d36d24ce66960747c01eaf0",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 77,
"avg_line_length": 24.050847457627118,
"alnum_prop": 0.5828047921071177,
"repo_name": "freeVM/freeVM",
"id": "198b43bbba8dd8b90c461d0901a6164ec7691762",
"size": "2231",... |
package apple.foundation;
import apple.NSObject;
import apple.foundation.protocol.NSSecureCoding;
import org.moe.natj.c.ann.FunctionPtr;
import org.moe.natj.general.NatJ;
import org.moe.natj.general.Pointer;
import org.moe.natj.general.ann.Generated;
import org.moe.natj.general.ann.Library;
import org.moe.natj.gener... | {
"content_hash": "3ea17db30566f9ad05f17ca2749ff259",
"timestamp": "",
"source": "github",
"line_count": 211,
"max_line_length": 118,
"avg_line_length": 28.649289099526065,
"alnum_prop": 0.736641852770885,
"repo_name": "multi-os-engine/moe-core",
"id": "0f3eb8eb642727ef369dc75e8c913de7b6ad6223",
"si... |
package ma.glasnost.orika.test.generator;
import ma.glasnost.orika.MapperFactory;
import ma.glasnost.orika.impl.DefaultMapperFactory;
import org.junit.Assert;
import org.junit.Test;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import java.util.Map;
/**
* @author matt.deboer@gmail.c... | {
"content_hash": "50a04e5858d24df054a974a92adcd457",
"timestamp": "",
"source": "github",
"line_count": 187,
"max_line_length": 97,
"avg_line_length": 31.74866310160428,
"alnum_prop": 0.6009769243725788,
"repo_name": "orika-mapper/orika",
"id": "e76f3d5c4c4ab3573619e678394d4079abf6d121",
"size": "6... |
<head>
<title>{{ meta.title }}</title>
<meta charset="utf-8">
<meta name="robots" content="index,follow">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="{{ meta.author }}">
<meta name="descripti... | {
"content_hash": "0d0b438c2218a72ebf4a71cdab03bd84",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 69,
"avg_line_length": 34.785714285714285,
"alnum_prop": 0.6591375770020534,
"repo_name": "nmarsden/try-frontbook",
"id": "f1d733d605f1d79cd738ec643ede79b75719b6ce",
"size"... |
package org.nybatis.core.db.transaction;
import java.util.HashMap;
import java.util.Map;
import java.util.Observable;
import java.util.Observer;
import org.nybatis.core.context.NThreadLocal;
import org.nybatis.core.context.ThreadRoot;
import org.nybatis.core.log.NLogger;
public class TransactionToken implements Obse... | {
"content_hash": "618f21ac51cdace43722dfb400da437f",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 70,
"avg_line_length": 19.295081967213115,
"alnum_prop": 0.7119796091758709,
"repo_name": "NyBatis/NyBatisCore",
"id": "2abf0158ae327d58fafd9ef659d2222caf49d448",
"size": "... |
ACCEPTED
#### According to
NUB Generator [implicit canonical]
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "e3b74d892d23d92d6b70677145087f20",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 34,
"avg_line_length": 9.923076923076923,
"alnum_prop": 0.6976744186046512,
"repo_name": "mdoering/backbone",
"id": "50a67f4b23088d2cf3e7f9b6bae4039d0d41794d",
"size": "178... |
using Windows.UI.Xaml.Controls;
// The Blank Page item template is documented at https://go.microsoft.com/fwlink/?LinkId=402352&clcid=0x409
namespace UWPBank
{
/// <summary>
/// An empty page that can be used on its own or navigated to within a Frame.
/// </summary>
public sealed partial class MainPa... | {
"content_hash": "aab56cc0490fe5cb03aa03df55c8cccf",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 129,
"avg_line_length": 41.60526315789474,
"alnum_prop": 0.6476913345983555,
"repo_name": "kennyzx/UWPBank",
"id": "aef69ca5ac052ef698e0144e9076a387e347e854",
"size": "1583... |
<?php
namespace Wdi\Providers;
use Illuminate\Foundation\Support\Providers\AuthServiceProvider as ServiceProvider;
/**
* Class AuthServiceProvider
*
* @package Wdi\Providers
*/
final class AuthServiceProvider extends ServiceProvider
{
/** {@inheritdoc} */
protected $policies = [];
/**
* Reg... | {
"content_hash": "257d42dda74ecaefd28be9ae35f5e996",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 83,
"avg_line_length": 18.53846153846154,
"alnum_prop": 0.6514522821576764,
"repo_name": "WebDeveloperItaliani/paste",
"id": "86be1bef26316652cd2a55d3e6dedc82c7387b8a",
"si... |
import * as log4js from './log4js';
log4js.configure('./filename');
const logger1 = log4js.getLogger();
logger1.level = 'debug';
logger1.debug("Some debug messages");
logger1.fatal({
whatever: 'foo'
})
const logger3 = log4js.getLogger('cheese');
logger3.trace('Entering cheese testing');
logger3.debug('Got cheese.')... | {
"content_hash": "5d45c0024d245d448046b207c5d09968",
"timestamp": "",
"source": "github",
"line_count": 138,
"max_line_length": 153,
"avg_line_length": 29.434782608695652,
"alnum_prop": 0.6735598227474151,
"repo_name": "cloudfoundry-community/asp.net5-buildpack",
"id": "a78f832211b0afcad2fd8e6707e8d4... |
// -----------------------------------------------------------------------
// <copyright file="EndGameState.cs" company="Kyle Kestell">
// <para>Copyright (c) 2012 Kyle Kestell</para>
// <para>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation fil... | {
"content_hash": "2b46b7c8dfbf616ae6d39f6488d8f01e",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 476,
"avg_line_length": 55.806451612903224,
"alnum_prop": 0.6485549132947976,
"repo_name": "kkestell/nyx-1.0",
"id": "9a6a56d5ac7f294ee6ada5d56846498b8a21ddc5",
"size": "17... |
package jp.co.opentone.bsol.linkbinder.view.admin;
import javax.annotation.ManagedBean;
import javax.annotation.Resource;
import org.hibernate.validator.constraints.Length;
import org.springframework.context.annotation.Scope;
import jp.co.opentone.bsol.framework.core.service.ServiceAbortException;
import jp.co.open... | {
"content_hash": "f24c7cc178e5cf8d2e69a165dc9900e0",
"timestamp": "",
"source": "github",
"line_count": 408,
"max_line_length": 96,
"avg_line_length": 22.857843137254903,
"alnum_prop": 0.5657302165987562,
"repo_name": "otsecbsol/linkbinder",
"id": "08446a7bcca0dc290e405396e2df8d30fec70e61",
"size":... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
*** GENERATED FROM project.xml - DO NOT EDIT ***
*** EDIT ../build.xml INSTEAD ***
For the purpose of easier reading the script
is divided into following sections:
- initialization
- compilation
- jar
- execution
- debugging
- javadoc
- test c... | {
"content_hash": "ec61ec36c26e3d0bfa2564d5f4aea932",
"timestamp": "",
"source": "github",
"line_count": 1411,
"max_line_length": 496,
"avg_line_length": 54.92062367115521,
"alnum_prop": 0.5690449459951221,
"repo_name": "mp4/javaProjects",
"id": "1ba7b438b04cb14040becbcdcfa87c420479ddac",
"size": "7... |
<?php
namespace Jkanclerz\Component\Feed\Repository;
class FeedRepository
{
protected $path;
public function __construct($path)
{
$this->path = $path;
}
public function findAll()
{
$json = file_get_contents($this->path);
return json_decode($json);
}
} | {
"content_hash": "ea7f292854c9c24fdfe3fb463df9b9b5",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 46,
"avg_line_length": 13.65,
"alnum_prop": 0.6703296703296703,
"repo_name": "pawelfuta/Grupa",
"id": "ebd41f4cb0a7f58f924a89c395b92e1eaaf1a7e5",
"size": "273",
"binary":... |
[Android Test Orchestrator][orchestrator] removes shared state and isolates crashes. Orchestrator trades performance for stability. Tests run slower when orchestrator is enabled.
Orchestrator ensures each tests runs Each test runs in a new [Instrumentation][instrumentation] instance to ensure there's no shared state. ... | {
"content_hash": "ef5fe5a6cbe52fd0265ce2ca20ed62bb",
"timestamp": "",
"source": "github",
"line_count": 80,
"max_line_length": 334,
"avg_line_length": 75.7125,
"alnum_prop": 0.6752517748060096,
"repo_name": "Flank/flank",
"id": "79fac2bb7a6f2204fa79a5429ae9746eea503d34",
"size": "6098",
"binary":... |
ACCEPTED
#### According to
Paleobiology Database
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "c105060aecadcd916a99fd89f886db35",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 21,
"avg_line_length": 8.923076923076923,
"alnum_prop": 0.6982758620689655,
"repo_name": "mdoering/backbone",
"id": "d2bdb7744ec27413a808f5579a3092a05200f42a",
"size": "152... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "5b873750f8b49f591df8df2042035a9e",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.6940298507462687,
"repo_name": "mdoering/backbone",
"id": "e9bc7d94bcbe303004b480ed4cd1fb77a1fd55ff",
"size": "18... |
layout: post
title: Sexy Asa Akira swallows his cum
titleinfo: pornvd
desc: Watch Sexy Asa Akira swallows his cum. Pornhub is the ultimate xxx porn and sex site.
---
<iframe src="http://www.pornhub.com/embed/ph56a657395e252" frameborder="0" width="630" height="338" scrolling="no"></iframe>
<h2>Sexy Asa Akira swallows ... | {
"content_hash": "9b82d205e13229e6807365386e38ef0c",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 124,
"avg_line_length": 44.4,
"alnum_prop": 0.7252252252252253,
"repo_name": "pornvd/pornvd.github.io",
"id": "3f06339046284df23f06f2a148c161b401cf9aa6",
"size": "448",
"... |
package org.apache.lucene.queryParser.standard.config;
import java.util.LinkedHashMap;
import java.util.Map;
import org.apache.lucene.queryParser.core.config.AbstractQueryConfig;
import org.apache.lucene.queryParser.core.config.ConfigAttribute;
import org.apache.lucene.queryParser.core.config.FieldConfig;
import or... | {
"content_hash": "8a2fe490e60b998f137d80be81e88877",
"timestamp": "",
"source": "github",
"line_count": 97,
"max_line_length": 98,
"avg_line_length": 26.298969072164947,
"alnum_prop": 0.73343786750294,
"repo_name": "bighaidao/lucene",
"id": "87743d67d26379ed433cb3646c995c2731ce64b3",
"size": "3353"... |
<!--
~ Copyright (c) 2015 Prat Tanapaisankit and Intellibins authors
~
~ Redistribution and use in source and binary forms, with or without
~ modification, are permitted provided that the following conditions are met:
~ Redistributions of source code must retain the above copyright
~ notice, this list of c... | {
"content_hash": "a783361d57c6e08cf86a857fbfdd5c04",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 83,
"avg_line_length": 50.84,
"alnum_prop": 0.7234461054287962,
"repo_name": "prt2121/hack-2014-2",
"id": "969bf1b4412d5e7ebf691047a4d823f1bdafea28",
"size": "2542",
"bin... |
import pygame
import time as timer
import socket
import sys
#INITILIZE WINDOW AND CONSOLE
pygame.init()
for x in range(0, 20):
print " "
print(" ____ _ ____ \n| _ \ ___ _ __ ___ ___ | |_ ___ / ___|__ _ _ __ \n| |_) / _ \ '_ ` _ \ / _ \| __/ _ \ | | / _` | '__|\n| _ ... | {
"content_hash": "79f842dbeef3d23ba5f1078a75d3dea9",
"timestamp": "",
"source": "github",
"line_count": 222,
"max_line_length": 284,
"avg_line_length": 28.193693693693692,
"alnum_prop": 0.5230867550726953,
"repo_name": "ComputerCandy/PiPyBot",
"id": "876b3b5a8dbe5a9b9ba0c34ef9dfbd174610bfba",
"size... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../openssl_sys/fn.PEM_read_bio_DSA_PUBKEY.html">
</head>
<body>
<p>Redirecting to <a href="../../openssl_sys/fn.PEM_read_bio_DSA_PUBKEY.html">../../openssl_sys/fn.PEM_read_bio_DSA_PUBKEY.html</a>...</p>
<script>location.rep... | {
"content_hash": "1c441078784876c21bcc55ebc5f45d5b",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 142,
"avg_line_length": 43.7,
"alnum_prop": 0.6544622425629291,
"repo_name": "malept/guardhaus",
"id": "b646432d0a19f4bca871f0afdcc7c45067ab135e",
"size": "437",
"binary"... |
require 'test_helper'
class PageTypeTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end
| {
"content_hash": "eb991881ddc52a1f168280ba9250ab52",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 44,
"avg_line_length": 17.428571428571427,
"alnum_prop": 0.6967213114754098,
"repo_name": "kabrabom/web",
"id": "e6c56a45dcacf63d412b70e68791036a13523ba2",
"size": "122",
... |
namespace GMap.NET.MapProviders
{
using System;
/// <summary>
/// GoogleKoreaSatelliteMap provider
/// </summary>
public class GoogleKoreaSatelliteMapProvider : GoogleMapProviderBase
{
public static readonly GoogleKoreaSatelliteMapProvider Instance;
GoogleKoreaSatelliteMapProvider()
... | {
"content_hash": "da5170a53f26467b0bcf9a2a4f47b07b",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 164,
"avg_line_length": 25.560606060606062,
"alnum_prop": 0.6123295791345584,
"repo_name": "SuperMap/iClient-for-DotNet",
"id": "eff77006c23a5a95da26e5d734aec68614c2b6b3",
... |
"""
CacheManager provides encapsulation to the caching mechanism used in GGRC
for resource collection.
"""
from cache import all_cache_entries, all_mapping_entries
class CacheManager:
"""Cache manager provides encapsulation to caching mechanism such as
Memcache.
Attributes:
cache: Ordered dictiona... | {
"content_hash": "c240f8bc5ffe0092217c6c703ca0ffc8",
"timestamp": "",
"source": "github",
"line_count": 200,
"max_line_length": 79,
"avg_line_length": 31.11,
"alnum_prop": 0.660559305689489,
"repo_name": "edofic/ggrc-core",
"id": "18156b846d6741c988d9e6eed4322413784d6344",
"size": "6336",
"binary... |
Release Process
====================
* * *
###update (commit) version in sources
bitcoin-qt.pro
contrib/verifysfbinaries/verify.sh
doc/README*
share/setup.nsi
src/clientversion.h (change CLIENT_VERSION_IS_RELEASE to true)
###tag version in git
git tag -s v0.8.7
###write release notes. git shortlog helps a ... | {
"content_hash": "e102d5662c3013fa5b16ef8a454a050b",
"timestamp": "",
"source": "github",
"line_count": 122,
"max_line_length": 143,
"avg_line_length": 35.34426229508197,
"alnum_prop": 0.7330705009276438,
"repo_name": "Galliver7/ProtowaveGit",
"id": "7b6e28b989bd6ec9b2440b075af201d1a1943c95",
"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 (1.8.0_112) on Tue Sep 12 14:31:26 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.s... | {
"content_hash": "d54e29917cbac8a54783b3b97c8e05fe",
"timestamp": "",
"source": "github",
"line_count": 200,
"max_line_length": 435,
"avg_line_length": 49.4,
"alnum_prop": 0.6656882591093117,
"repo_name": "wildfly-swarm/wildfly-swarm-javadocs",
"id": "6d72dd9ecb18e5990c37435fafd1773128949577",
"siz... |
package org.o3project.odenos.core.logging.message;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.CoreMatchers.nullValue;
import static org.mockito.Matchers.eq;
import static org.mockito.Matchers.any;
import static org.mockito.Matchers.anyObject;
import static org.mockito.Matchers.anyLong;
im... | {
"content_hash": "fb6cf1ca4186f8617b803ab938de3020",
"timestamp": "",
"source": "github",
"line_count": 328,
"max_line_length": 101,
"avg_line_length": 26.192073170731707,
"alnum_prop": 0.6852520079152602,
"repo_name": "nis-sdn/odenos",
"id": "956634d375dfb81af2df80e6f2967b77e7054e19",
"size": "918... |
@interface CHChatFileStorage : NSObject
@end
| {
"content_hash": "8467cc39f736c33d8da694a26c5f73c1",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 39,
"avg_line_length": 15.333333333333334,
"alnum_prop": 0.8043478260869565,
"repo_name": "chausson/CHChatKit",
"id": "3a3d43f55a95de6dbfa17b7b98544e7833e78bc4",
"size": "22... |
/**
* Get the scaling factor on linux desktops.
*
* @type {Object}
*/
module.exports = {
scaleWindow: function(nwWindow) {
if (!nwWindow) {
return;
}
var os = require('os');
if (os.platform() != 'linux') {
return;
}
var that = this;
this._findScaling(function (scaling) {... | {
"content_hash": "aa9d3353a5c801f0a56d1393a4318783",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 83,
"avg_line_length": 22.685185185185187,
"alnum_prop": 0.5771428571428572,
"repo_name": "larsnystrom/linux-scaling-factor",
"id": "2bbab1095c282d2359254e420f97e8948123c8ce"... |
package picard.analysis;
import htsjdk.samtools.SAMFileHeader;
import htsjdk.samtools.SAMRecord;
import htsjdk.samtools.SAMSequenceRecord;
import htsjdk.samtools.reference.ReferenceSequence;
import htsjdk.samtools.util.AbstractLocusInfo;
import htsjdk.samtools.util.AbstractLocusIterator;
import htsjdk.samtools.util.Ed... | {
"content_hash": "aa1c6f43d8026191ebeeababe00c49ec",
"timestamp": "",
"source": "github",
"line_count": 278,
"max_line_length": 159,
"avg_line_length": 54.55395683453237,
"alnum_prop": 0.7351312145588818,
"repo_name": "broadinstitute/picard",
"id": "df6cbc92d7d889ce333b5a313a5b4b929e056b53",
"size"... |
import { Component, OnInit } from '@angular/core';
import { ScmBasicProfile, GoogleAuthService } from '../../services/google-auth/google-auth.service';
@Component({
selector: 'scm-header',
templateUrl: './header.component.html',
styleUrls: ['./header.component.scss']
})
export class HeaderComponent implements On... | {
"content_hash": "5e8d20f4fcc99e3e84a9387aa7e548f3",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 100,
"avg_line_length": 23.419354838709676,
"alnum_prop": 0.6955922865013774,
"repo_name": "googleinterns/supply-chain-map",
"id": "48e7a2e0a7fc86aabf40ed36c7df61d34f4f6c62",... |
<!DOCTYPE html>
<html>
<head>
<title>showmessage.js</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- jquery-2.1.1 is required -->
<script type="text/javascript" src="http://code.jquery.com/jquery-2.1.1.min.js"></script>
<!-- shoemessage -->
<link rel="stylesheet" type="text/css" href="... | {
"content_hash": "7275875d319ec39371dda43000725cfb",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 89,
"avg_line_length": 28.61764705882353,
"alnum_prop": 0.7009249743062693,
"repo_name": "qq372712203/showmessage",
"id": "02a539393749950d7fe62201f1099600298b1b4f",
"size"... |
package org.apache.jena.sparql.path;
import org.apache.jena.sparql.util.NodeIsomorphismMap ;
public abstract class P_Path2 extends PathBase
{
private Path path1 ;
private Path path2 ;
protected P_Path2(Path p1, Path p2)
{
this.path1 = p1 ;
this.path2 = p2 ;
}
public Pat... | {
"content_hash": "faae0e46d99b9d2073b4fbc1929a137c",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 107,
"avg_line_length": 19.5609756097561,
"alnum_prop": 0.6072319201995012,
"repo_name": "kamir/jena",
"id": "bb8d999ead3f8fd0056d70d9f78b2ffa3a34c37c",
"size": "1607",
"... |
<div style="width: 800px; margin: 0 auto;">
<div class="pip-content-container p24">
<div>
<h2 class="text-title tm0 bm024">{{ 'ERRORS' | translate }}:</h2>
<h3 class="text-subhead2 tm0">{{ 'CHOOSE_ERROR' | translate }}</h3>
<div>
<md-button class="lm0 md-r... | {
"content_hash": "8739020478f1c88962e7e89d2baf04ef",
"timestamp": "",
"source": "github",
"line_count": 79,
"max_line_length": 102,
"avg_line_length": 41.164556962025316,
"alnum_prop": 0.5307503075030751,
"repo_name": "pip-webui/pip-webui-errors",
"id": "82f86c58fc649a740767e59ccb5df27c235b7c88",
"... |
class MSEPlayerUtilsClass {
loadMediaSegmentsFromTestConfig(testConfig) {
this.mediaSegments = testConfig.mediaFile;
this.mediaType = testConfig.mediaType;
// Duration for each of the media segment.
this.MSESegmentDurationMS = testConfig.MSESegmentDurationMS
// How long before media play end shoul... | {
"content_hash": "02eb5508c542acee14b8809ebc0027b3",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 80,
"avg_line_length": 36.3235294117647,
"alnum_prop": 0.7178137651821862,
"repo_name": "nwjs/chromium.src",
"id": "8cb57faa9af356debfd59b850216022e52aa3c45",
"size": "2800... |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
<?php $this->load->view( 'header' , $datos ); ?>
<style type="text/css">
td.details-control {
background: url('../img/details_open.png') no-repeat center center;
cursor: pointer;
}
tr.shown td.details-control {
background: u... | {
"content_hash": "0028bd2e6ae7069ca1d7923fa0a621da",
"timestamp": "",
"source": "github",
"line_count": 174,
"max_line_length": 230,
"avg_line_length": 30.804597701149426,
"alnum_prop": 0.5199626865671642,
"repo_name": "osmel/tema_Codeigniter",
"id": "2bd624dea1fb8f05d845bb80806570c64240bb20",
"siz... |
<?php
/**
* Apricot Exception Handler Console class file
*
* @package Apricot
*/
namespace Apricot\Exception;
use \Apricot\Kernel;
use \Apricot\KernelException;
/**
* Exception Handler Console
*
* @uses ExceptionHandler
* @package Apricot
* @author Jansen Price <jansen.price@gmail.com>
* @license http://ww... | {
"content_hash": "e4e1e40a0f523cdd96cceecbb3d60d38",
"timestamp": "",
"source": "github",
"line_count": 131,
"max_line_length": 88,
"avg_line_length": 25.557251908396946,
"alnum_prop": 0.5397252090800478,
"repo_name": "sumpygump/apricot",
"id": "f7a5c205c8ee428faefb3e0b63ece0e831cc8700",
"size": "3... |
#region License
// Copyright (c) 2007 James Newton-King
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
// files (the "Software"), to deal in the Software without
// restriction, including without limitation the rights to use,
// copy,... | {
"content_hash": "de1430c1bc83540aab53c4ce5cd0e786",
"timestamp": "",
"source": "github",
"line_count": 87,
"max_line_length": 127,
"avg_line_length": 36.32183908045977,
"alnum_prop": 0.6939873417721519,
"repo_name": "xdwolves/Json60r3",
"id": "f7d4780a167d2ee56b6c52989308bdaee9ed3c44",
"size": "31... |
package api
import (
"encoding/json"
"fmt"
"log"
"os"
"sort"
"strconv"
"github.com/inuits/12to8/helpers"
"github.com/olekukonko/tablewriter"
)
// Performances stores the performances as we get them from the ninetofiver server
var Performances = &PerformancesList{}
// PerformancesColumns are all the columns ... | {
"content_hash": "44d761b42dcec731842ce62f2969f44e",
"timestamp": "",
"source": "github",
"line_count": 294,
"max_line_length": 108,
"avg_line_length": 26.13605442176871,
"alnum_prop": 0.709005726184279,
"repo_name": "Inuits/12to8",
"id": "1136faa402cea2accbc21c0aa7733c0e724910be",
"size": "8304",
... |
from __future__ import absolute_import
import xml.etree.ElementTree as ET
from flask import request, current_app, abort, flash
from sqlalchemy.orm.exc import NoResultFound
from flask_wtf import Form
from flask_login import current_user
from oauthlib.oauth2 import OAuth2Error
from .oauth import OAuthMethod, OAuthUser
... | {
"content_hash": "e66e4191071d73208d3a54295a8c819d",
"timestamp": "",
"source": "github",
"line_count": 167,
"max_line_length": 84,
"avg_line_length": 38.82634730538922,
"alnum_prop": 0.5780382479950648,
"repo_name": "paxswill/evesrp",
"id": "e7672e502a2bf145b7eee3fa65285c346d929a1a",
"size": "6484... |
package octokat
import (
"fmt"
)
type Label struct {
URL string `json:"url,omitempty"`
Name string `json:"name,omitempty"`
Color string `json:"color,omitempty"`
}
func (c *Client) Labels(repo Repo) (labels []*Label, err error) {
path := fmt.Sprintf("repos/%s/labels", repo)
err = c.jsonGet(path, &Options{}, ... | {
"content_hash": "f092523f54387c7d0d7bb69a4f49ac4a",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 79,
"avg_line_length": 27.03448275862069,
"alnum_prop": 0.6709183673469388,
"repo_name": "crosbymichael/octokat",
"id": "423330b701db0b0b179a141cce946ce64ff8a1d9",
"size": ... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE476_NULL_Pointer_Dereference__class_74b.cpp
Label Definition File: CWE476_NULL_Pointer_Dereference__class.label.xml
Template File: sources-sinks-74b.tmpl.cpp
*/
/*
* @description
* CWE: 476 NULL Pointer Dereference
* BadSource: Set data to NULL
* GoodSource... | {
"content_hash": "8ae989a994efe5b0e124fab3b2a6ea75",
"timestamp": "",
"source": "github",
"line_count": 70,
"max_line_length": 106,
"avg_line_length": 27.2,
"alnum_prop": 0.6528361344537815,
"repo_name": "JianpingZeng/xcc",
"id": "d416ab86ed89dddbdb255210479c41d80cc6adbe",
"size": "1904",
"binary... |
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
#include <sys/types.h>
#include <sys/signalvar.h>
#include <pthread.h>
#include <signal.h>
#include "libcgo.h"
static void* threadentry(void*);
static void
x... | {
"content_hash": "67d3d72def12ff09299f938894294d36",
"timestamp": "",
"source": "github",
"line_count": 81,
"max_line_length": 77,
"avg_line_length": 20.901234567901234,
"alnum_prop": 0.6556408741878322,
"repo_name": "tav/go",
"id": "3beb4d7bb8620d5fcfdd68b9eee8c7d3910286ca",
"size": "1693",
"bin... |
package com.thoughtworks.xstream.core.util;
import java.lang.ref.ReferenceQueue;
import java.lang.ref.WeakReference;
import java.util.HashMap;
import java.util.Map;
/**
* Store IDs against given object references.
* <p>
* Behaves similar to java.util.IdentityHashMap, but in JDK1.3 as well. Additionally the imple... | {
"content_hash": "be5c62d740e42005cb5c65d1fe6825a4",
"timestamp": "",
"source": "github",
"line_count": 124,
"max_line_length": 118,
"avg_line_length": 23.830645161290324,
"alnum_prop": 0.5796954314720812,
"repo_name": "Groostav/xstream",
"id": "901cee306c0a200bbdff592b4d2bf5042c14b8d8",
"size": "3... |
public readonly ref struct RefRoPoint4D {
public readonly double X;
public readonly double Y;
public readonly double Z;
public readonly double W;
public RefRoPoint4D(double x, double y, double z, double w) {
X = x;
Y = y;
Z = z;
W = w;
}
}
//https://pt.stackoverf... | {
"content_hash": "1f67916b963c971d06d7a38f769f9bc1",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 65,
"avg_line_length": 24.357142857142858,
"alnum_prop": 0.6041055718475073,
"repo_name": "bigown/SOpt",
"id": "73fd331b490dee9409a2ed82994fb20e995e51ca",
"size": "342",
... |
package net.imglib2.ops.operation.complex.unary;
import net.imglib2.ops.operation.complex.binary.ComplexDivide;
import net.imglib2.type.numeric.ComplexType;
import net.imglib2.type.numeric.complex.ComplexDoubleType;
//Handbook of Mathematics and Computational Science, Harris & Stocker, Springer, 2006
/**
* Sets a... | {
"content_hash": "c9e4b036f134b0c42c88f4daa73eb20e",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 85,
"avg_line_length": 29.08888888888889,
"alnum_prop": 0.7692895339954163,
"repo_name": "kephale/imagej-ops",
"id": "285da11d2baa0b2a107b626b401f7a02589d3367",
"size": "28... |
import { lang } from '../utils/constants';
import moment from 'moment';
moment.locale(lang);
class OrgLogsFileUpdateEvent {
constructor(object) {
this.repo_id = object.repo_id;
this.description = object.description;
this.repo_name = object.repo_name;
this.user_name = object.user_name;
this.user_... | {
"content_hash": "bba104ed8ba90ea0a2eeedcd51b6a8b2",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 66,
"avg_line_length": 30.75,
"alnum_prop": 0.7073170731707317,
"repo_name": "miurahr/seahub",
"id": "635ff80775fc96e875fd5c38f420447d92494d85",
"size": "615",
"binary": ... |
from __future__ import unicode_literals
from django.contrib.auth.models import User
from django.db import models
from django.db.models import Q
from django.utils import timezone
from django.utils.functional import cached_property
from django.utils.encoding import python_2_unicode_compatible
from django.utils.translati... | {
"content_hash": "ea36e525f0602e569338a6f0da93c65c",
"timestamp": "",
"source": "github",
"line_count": 291,
"max_line_length": 79,
"avg_line_length": 38.6426116838488,
"alnum_prop": 0.5873721654068474,
"repo_name": "KnowNo/reviewboard",
"id": "832783582655d29e1c1ebb96190486dbd6170724",
"size": "11... |
/**
*
*/
package net.sf.reportengine.core.steps;
import java.util.Arrays;
import java.util.EnumMap;
import java.util.Map;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import net.sf.reportengine.core.algorithm.AlgoContext;
import net.sf.reportengine.core.algorithm.Defaul... | {
"content_hash": "2fad88dfd2947ebad0ac013e07224bf9",
"timestamp": "",
"source": "github",
"line_count": 135,
"max_line_length": 140,
"avg_line_length": 39.51851851851852,
"alnum_prop": 0.7497656982193065,
"repo_name": "humbletrader/katechaki",
"id": "b045870b5eeeaedd5230f70580faec451ba213a5",
"size... |
MockBeaneater
==================
[](https://travis-ci.org/seanxiesx/mock_beaneater)
[](https://coveralls.io/r/seanxiesx/mock_beaneater)
Mock [beaneater](https://github.co... | {
"content_hash": "b487bb031eae54f0a4ea47f63946fa1c",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 132,
"avg_line_length": 25.53125,
"alnum_prop": 0.6462668298653611,
"repo_name": "seanxiesx/mock_beaneater",
"id": "2a026f2d1920a798bfa3fe37ca13c88540dd183b",
"size": "817"... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "7dfcc261cc415c5f8b61cc4c24b6a6ce",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.6940298507462687,
"repo_name": "mdoering/backbone",
"id": "026c171487a4daa103086a37db58636838c93cd1",
"size": "18... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using SE.DSP.Foundation.DataAccess;
using SE.DSP.Pop.Contract;
using SE.DSP.Pop.Entity;
namespace SE.DSP.Pop.MSSQL
{
public class SingleLineDiagramRepository : Repository<SingleLineDiagram, long>, ... | {
"content_hash": "9192da23767ad883e6f095d30272a317",
"timestamp": "",
"source": "github",
"line_count": 76,
"max_line_length": 112,
"avg_line_length": 27.394736842105264,
"alnum_prop": 0.617195004803074,
"repo_name": "YangEricLiu/Pop",
"id": "92f4b3d65306ce975475054bc85bbe32e0ad910f",
"size": "2084... |
namespace Splunk.Client.AcceptanceTests
{
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.IO;
using System.Xml.Linq;
using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.VisualBasic.FileIO;
using Newtonsoft.Json;
... | {
"content_hash": "0d605989021c4bddfecefced4e42b7fb",
"timestamp": "",
"source": "github",
"line_count": 689,
"max_line_length": 157,
"avg_line_length": 37.72133526850508,
"alnum_prop": 0.4654867256637168,
"repo_name": "splunk/splunk-sdk-csharp-pcl",
"id": "82a501719c191e3ba5d233ba38e5673341a9f094",
... |
namespace chromeos {
namespace input_method {
namespace {
// VerticalCandidateLabel is used for rendering candidate text in
// the vertical candidate window.
class VerticalCandidateLabel : public views::Label {
public:
VerticalCandidateLabel() {}
private:
virtual ~VerticalCandidateLabel() {}
// Returns the p... | {
"content_hash": "2d8b48d28cd1f747f128d07a52ed9db6",
"timestamp": "",
"source": "github",
"line_count": 992,
"max_line_length": 80,
"avg_line_length": 38.082661290322584,
"alnum_prop": 0.6752607337603896,
"repo_name": "Sidney84/pa-chromium",
"id": "ff1b66e708f17d671c938ebb857e557be3e51c78",
"size":... |
'use strict';
const models = require('./index');
/**
* Definition of the configuration type.
*
* @extends models['Resource']
*/
class DscConfiguration extends models['Resource'] {
/**
* Create a DscConfiguration.
* @member {string} [provisioningState] Gets or sets the provisioning state
* of the conf... | {
"content_hash": "3269a015f17cd792fd7807574e8b2d52",
"timestamp": "",
"source": "github",
"line_count": 188,
"max_line_length": 79,
"avg_line_length": 28.680851063829788,
"alnum_prop": 0.4862759643916914,
"repo_name": "amarzavery/azure-sdk-for-node",
"id": "056fbdc947d6233ffe564d0414dc67cb6708efef",
... |
package org.openforis.collect.android.viewmodel;
import org.apache.commons.lang3.builder.ToStringBuilder;
import java.util.HashSet;
import java.util.Set;
/**
* @author Daniel Wiell
*/
public class UiNodeChange {
public boolean statusChange;
public boolean relevanceChange;
public boolean valueChange;
... | {
"content_hash": "18bc4dd1c760d1874642e253fd1a527c",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 86,
"avg_line_length": 29.29032258064516,
"alnum_prop": 0.6685022026431718,
"repo_name": "openforis/collect-mobile",
"id": "98b97a122af457dd6db1679fc959b69fe1c90ea5",
"size... |
:orphan:
.. ConcurrencyModel:
*Note*: This document is **not an accepted Swift proposal**. It does not describe Swift's concurrency mechanisms as they currently exist, nor is it a roadmap for the addition of concurrency mechanisms in future versions of Swift.
Swift Thread Safety
===================
This document de... | {
"content_hash": "1dc5d2545fc7580c681d112dfdebe23d",
"timestamp": "",
"source": "github",
"line_count": 692,
"max_line_length": 229,
"avg_line_length": 40.48699421965318,
"alnum_prop": 0.7291287432630189,
"repo_name": "practicalswift/swift",
"id": "dfff71999b7689d18fdbf6f905e00b2eedd60dee",
"size":... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.