text stringlengths 2 1.04M | meta dict |
|---|---|
"""
Program to filter BLAT alignment transcript file
Usage : GFF file created by psl_to_gff.pl program
Here the upper bound mismatch as 4 and minimum matching length of nucleotide as 25
based on the criteria, program filters the fragments and writes a GFF file
"""
import sys
def gff_clean():
"""
clean t... | {
"content_hash": "1c78f05cd3bddae029c4574abf32c8ab",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 83,
"avg_line_length": 25.263157894736842,
"alnum_prop": 0.46944444444444444,
"repo_name": "vipints/genomeutils",
"id": "e2564ccc37244a0aa77c7d23fb9fbd6b90331fe7",
"size": ... |
Direct API interactions in Lagoon are done via [GraphQL](../using_lagoon/graphql_api.md).
In order to authenticate with the API, we need a JWT \(JSON Web Token\) that allows us to use the GraphQL API as admin. To generate this token, open the terminal of the `auto-idler` pod via the OpenShift UI and run the following ... | {
"content_hash": "3e03af7a9730283e27971da9696f464d",
"timestamp": "",
"source": "github",
"line_count": 554,
"max_line_length": 259,
"avg_line_length": 25.454873646209386,
"alnum_prop": 0.6621755779322082,
"repo_name": "amazeeio/lagoon",
"id": "7fdc767439f8da672f9cf7100a7990737816d983",
"size": "14... |
class PipelineMetricsWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
include PipelineQueue
urgency :high
# rubocop: disable CodeReuse/ActiveRecord
def perform(pipeline_id)
Ci::Pipeline.find_by(id: pipeline_id).try do |pipeline|
update_metrics_for_active_pipeline(pip... | {
"content_hash": "45b3f149542e96cdd37726955ad78124",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 152,
"avg_line_length": 33.97142857142857,
"alnum_prop": 0.767031118587048,
"repo_name": "mmkassem/gitlabhq",
"id": "1eb9b4ce08914c36e8d26e8ffb608bfd0e684bb8",
"size": "122... |
package tls
import (
"crypto"
"crypto/rand"
"crypto/x509"
"io"
"strings"
"sync"
"time"
)
const (
maxPlaintext = 16384 // maximum plaintext payload length
maxCiphertext = 16384 + 2048 // maximum ciphertext payload length
recordHeaderLen = 5 // record header length
maxHandshake = 65... | {
"content_hash": "b41a4eccc4772d6668a05701c1390398",
"timestamp": "",
"source": "github",
"line_count": 336,
"max_line_length": 87,
"avg_line_length": 28.157738095238095,
"alnum_prop": 0.7337490751506184,
"repo_name": "rflanagan/reginaldflanagan-project1",
"id": "cfe2f2227fb104ec32dd565e736f3d74be50a... |
import * as React from 'react'
import { useSelector, useDispatch } from 'react-redux'
import { Link } from 'react-router-dom'
import {
fetchSettings,
updateSetting,
getRobotSettings,
} from '../../robot-settings'
import { CONNECTABLE } from '../../discovery'
import { downloadLogs } from '../../shell/robot-logs/... | {
"content_hash": "4d7718cbfcdb6f61ca88b84964a4f331",
"timestamp": "",
"source": "github",
"line_count": 135,
"max_line_length": 79,
"avg_line_length": 29.303703703703704,
"alnum_prop": 0.6172901921132457,
"repo_name": "OpenTrons/opentrons-api",
"id": "59f788dd5c746a09ba1730ad90b08f98ea7dd27f",
"siz... |
<?php
namespace xpl\Data\Model;
interface ModelInterface extends
\Traversable,
\ArrayAccess,
\xpl\Common\Arrayable,
\xpl\Common\Importable
{
}
| {
"content_hash": "c2eebfbdf60a412afad28d66ad8033f2",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 33,
"avg_line_length": 13,
"alnum_prop": 0.7243589743589743,
"repo_name": "xpl-php/Data",
"id": "59b1b131754fd0bafe1c81b501325e33ed8fb917",
"size": "156",
"binary": false... |
package com.ruesga.rview.gerrit;
import android.annotation.SuppressLint;
import android.net.TrafficStats;
import android.os.Build;
import java.io.IOException;
import java.net.InetAddress;
import java.net.Socket;
import java.security.KeyManagementException;
import java.security.NoSuchAlgorithmException;
import java.s... | {
"content_hash": "816ff490e80e87272fb64e288353047b",
"timestamp": "",
"source": "github",
"line_count": 136,
"max_line_length": 115,
"avg_line_length": 38.3014705882353,
"alnum_prop": 0.6709541178729123,
"repo_name": "jruesga/rview",
"id": "bb4ced741bea966c4624b5c6860f24ff54635f9f",
"size": "5809",... |
// Copyright 2010-2022 Google LLC
// 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... | {
"content_hash": "de272d472db09ad75aac3a2e3ba7d63d",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 100,
"avg_line_length": 36.95789473684211,
"alnum_prop": 0.608088863571632,
"repo_name": "google/or-tools",
"id": "e80a957037f0bb030c68810d8c43ed7f730e253c",
"size": "3511"... |
namespace Cloudlab.Logic
{
using System;
using System.Threading;
using System.Threading.Tasks;
using Cloudlab.Helpers;
using Cloudlab.Models;
using DropNet;
using Jurassic;
using Jurassic.Library;
using Jurassic.Numerics;
using MongoDB.Driver;
[Serializable]
public clas... | {
"content_hash": "964a46d02ce907f1f1b4d9ca52005ac6",
"timestamp": "",
"source": "github",
"line_count": 80,
"max_line_length": 155,
"avg_line_length": 28.475,
"alnum_prop": 0.5460930640913082,
"repo_name": "tmcnab/cloudlab.io",
"id": "f7c27ad6369381e15efdc2ad37cdec9c51cc7ef1",
"size": "2280",
"bi... |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:orientation="vertical"
android:layout_width="ma... | {
"content_hash": "9f194a3b62a3acb4836595df8bf75d1f",
"timestamp": "",
"source": "github",
"line_count": 101,
"max_line_length": 74,
"avg_line_length": 35.00990099009901,
"alnum_prop": 0.5565610859728507,
"repo_name": "leikaiyi43/WishList",
"id": "5c45e0c3551fd7ea197921bd35fda7ce7a66a868",
"size": "... |
var lib = process.env.GEAR_COVER ? '../lib-cov/' : '../lib/',
should = require('should'),
Blob = require(lib + 'blob').Blob,
test = require(lib + 'tasks/core').test,
fixtures = {
blob: new Blob('HELLO'),
result: 'HELLO'
};
describe('test()', function() {
it('should test blobs', ... | {
"content_hash": "deae9c3b33252a0a904406414aa3de3a",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 61,
"avg_line_length": 28.57894736842105,
"alnum_prop": 0.5174953959484346,
"repo_name": "twobit/gear",
"id": "57fb9a789d18d14ad68f0cb8050cc52201bb8df3",
"size": "543",
"... |
These will be cleaned up and enhanced, then moved to the README
### Vagrant Image
A vagrant box for the Virtualbox provider is available to team members via the Hashicorp Atlas
repository. Downloading and booting the box provides standard environment components, such as
docker, consul, graphite, statsd, elastisearch,... | {
"content_hash": "789b8b8f489697dd5df1dcc44205ff5c",
"timestamp": "",
"source": "github",
"line_count": 189,
"max_line_length": 114,
"avg_line_length": 20.825396825396826,
"alnum_prop": 0.6923272357723578,
"repo_name": "xtracdev/xavi",
"id": "d66702c2fda689e1d4d9545efaf460b2dd42352e",
"size": "3952... |
BeforeAll {
. $PSScriptRoot\Shared.ps1
. $modulePath\Utils.ps1
}
Describe 'Utils Function Tests' {
Context 'Add-PoshGitToProfile Tests' {
BeforeAll {
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSUseDeclaredVarsMoreThanAssigments', '')]
$newLine = [System.Envi... | {
"content_hash": "a33788a35ab6928ab8a5d6e0d12f2887",
"timestamp": "",
"source": "github",
"line_count": 248,
"max_line_length": 155,
"avg_line_length": 44.45161290322581,
"alnum_prop": 0.6195573294629898,
"repo_name": "dahlbyk/posh-git",
"id": "0f77383b00bc51ffdecefbfbe62ead371e2cc778",
"size": "11... |
import _ from 'lodash';
import React from 'react';
import { branch as BranchMixin } from 'baobab-react/mixins';
import BaobabPropTypes from 'baobab-prop-types';
/**
* SchemaCursorMixin is designed for use with baobab-react mixin `branch`.
* General purpose of mixin is tree autogeneration with schema.
*
* This mixi... | {
"content_hash": "1fe9d386877e1c8fabe3b77e61be24f9",
"timestamp": "",
"source": "github",
"line_count": 147,
"max_line_length": 92,
"avg_line_length": 25.482993197278912,
"alnum_prop": 0.6353443673251469,
"repo_name": "Brogency/baobab-react-schemabranchmixin",
"id": "13bec535b9ec227e3b4ee18fde8556ae9... |
/**
* Process Editor - CMMN Package
*
* (C) 2014 the authors
*/
package net.frapu.code.visualization.cmmn;
import net.frapu.code.visualization.Cluster;
import java.awt.*;
import java.awt.geom.Path2D;
import java.awt.geom.Rectangle2D;
/**
* @author Stephan
* @version 12.10.2014.
*/
public class CasePlanModel e... | {
"content_hash": "d67587c3a0cd5257f7e61385a6a66562",
"timestamp": "",
"source": "github",
"line_count": 92,
"max_line_length": 114,
"avg_line_length": 33.25,
"alnum_prop": 0.5802549852893102,
"repo_name": "frapu78/processeditor",
"id": "51326aeea08710a1d95859a8032cd8fa3ad6d8f7",
"size": "3059",
"... |
#ifndef VECTOR_SET_H
#define VECTOR_SET_H
#include <popt.h>
#include <bignum/bignum.h>
/**
\file vector_set.h
\defgroup vector_set Data structures for manipulating sets of vectors.
For manipulating sets of vectors, we need use three objects: domains,
sets and relations.
*/
//@{
extern struct poptOption vset_option... | {
"content_hash": "84fd81a194fae6de32958074a2ce5d0a",
"timestamp": "",
"source": "github",
"line_count": 491,
"max_line_length": 114,
"avg_line_length": 25.5030549898167,
"alnum_prop": 0.7115476760900814,
"repo_name": "vbloemen/ltsmin",
"id": "b43c5d66ae0438162de8b231b324235fe9219737",
"size": "1252... |
import unittest
from onnx import defs, checker, helper
class TestRelu(unittest.TestCase):
def test_elu(self): # type: () -> None
self.assertTrue(defs.has('Elu'))
node_def = helper.make_node(
'Elu', ['X'], ['Y'], alpha=1.0)
checker.check_node(node_def)
if __name__ == '__mai... | {
"content_hash": "95e0ffefb424747f98ee9f6bfc6bdf9a",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 43,
"avg_line_length": 21.625,
"alnum_prop": 0.5722543352601156,
"repo_name": "mlperf/training_results_v0.6",
"id": "ed79fe5d1aa1bebdc1248c9ceb3169e2b3208e9f",
"size": "346... |
<?xml version="1.0" ?><!DOCTYPE TS><TS language="lt" version="2.1">
<context>
<name>AboutDialog</name>
<message>
<location filename="../forms/aboutdialog.ui" line="+14"/>
<source>About BeeCoinV2</source>
<translation type="unfinished"/>
</message>
<message>
<location line... | {
"content_hash": "9986dd53ad30afc03d0c99da52b62fa5",
"timestamp": "",
"source": "github",
"line_count": 3292,
"max_line_length": 395,
"avg_line_length": 34.77521263669502,
"alnum_prop": 0.6028476589797345,
"repo_name": "sherlockcoin/beecoinv2",
"id": "2e96b3655217d3005dccef856611881028aae0be",
"siz... |
<?php
namespace OPNsense\Base\Constraints;
/**
* Class AllOrNoneConstraint all selected fields (at the same level) should contain data or none of them.
* @package OPNsense\Base\Constraints
*/
class AllOrNoneConstraint extends BaseConstraint
{
/**
* Executes validation
*
* @param $validator
... | {
"content_hash": "386e75262fed782d866e0f023936fa07",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 106,
"avg_line_length": 28.46511627906977,
"alnum_prop": 0.5326797385620915,
"repo_name": "opnsense/core",
"id": "ea1d6ae2d7343b4cfa12db26acbda07c2c83c89a",
"size": "2591",... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "0a4eaf187f592789ed388621d5922b79",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.6940298507462687,
"repo_name": "mdoering/backbone",
"id": "e4fd340765f79d771c2212c4fca0ddc59f33de6c",
"size": "18... |
package com.pluralsight.demos;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/**
* Servlet ... | {
"content_hash": "433db0dd890f7bed22b486d1484ff847",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 119,
"avg_line_length": 30.266666666666666,
"alnum_prop": 0.7569750367107195,
"repo_name": "danillovinicius/java-ee-programming-servlets",
"id": "4423e122899a1e0a6d67f0c58999... |
#include "Shape/Point.hh"
#include "Shape/PointUtilities.hh"
#include "TestFunction.hh"
int UnitTestPointUtilities(int /*argc*/,char** /*argv*/)
{
typedef Delaunay::Shape::Point Point;
Point p0(0.,0.);
Point p1(1.,1.);
Point p2(2.,1.);
Point p3(1.,2.);
Point p4(2.,2.);
test(Orientation(p0,p1,p2) == -... | {
"content_hash": "edd8e6ea8fed2d1a824524056c530909",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 81,
"avg_line_length": 31.571428571428573,
"alnum_prop": 0.667420814479638,
"repo_name": "tjcorona/Delaunay",
"id": "e92c663797150a40c968bbef9d20bae8e52e4083",
"size": "195... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_07) on Sun Aug 19 22:23:42 EDT 2007 -->
<TITLE>
Overview (Rhino)
</TITLE>
<META NAME="keywords" CONTENT="Overview">
<LINK REL ="stylesheet" TYPE="t... | {
"content_hash": "1a07bcfe47ba82ba28d51ee942c215db",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 155,
"avg_line_length": 30.104166666666668,
"alnum_prop": 0.7031141868512111,
"repo_name": "thegreatape/slim",
"id": "d09ce3ed54a2b001b46c97ee7c6ccbc408d00c99",
"size": "14... |
package com.canyinghao.canphotos.preview;
import android.content.Context;
import android.graphics.Canvas;
import android.support.annotation.NonNull;
import android.util.AttributeSet;
import android.view.GestureDetector;
import android.view.MotionEvent;
import android.view.View;
import com.facebook.drawee.generic.Gene... | {
"content_hash": "ee31281c11ba7f00ef0071e602e7cab7",
"timestamp": "",
"source": "github",
"line_count": 145,
"max_line_length": 96,
"avg_line_length": 29.144827586206898,
"alnum_prop": 0.7018457169900615,
"repo_name": "canyinghao/CanPhotos",
"id": "d99502b8c5a52fb9dc993a8059060859b9e08b89",
"size":... |
import { WRITE_MSG, APPEND_MSG } from './type';
export const getInput = input => ({
type: WRITE_MSG,
input,
});
export const appendMsg = newMsg => ({
type: APPEND_MSG,
newMsg,
});
| {
"content_hash": "b8fd5632fbac58e6c56b4a8e984570ff",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 47,
"avg_line_length": 17.272727272727273,
"alnum_prop": 0.6157894736842106,
"repo_name": "Phongtlam/DeepSubs",
"id": "55d853ac9a8bc03ee9170f9317b36565f939e653",
"size": "1... |
/*
* These authors would like to acknowledge the Spanish Ministry of Industry,
* Tourism and Trade, for the support in the project TSI020301-2008-2
* "PIRAmIDE: Personalizable Interactions with Resources on AmI-enabled
* Mobile Dynamic Environments", led by Treelogic
* ( http://www.treelogic.com/ ):
*
* http... | {
"content_hash": "39f53d0444bf6ceb7c570fb478527595",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 83,
"avg_line_length": 28.790697674418606,
"alnum_prop": 0.7334410339256866,
"repo_name": "aqnote/AndroidTest",
"id": "0b6ce9d43be94b542d6ef1302be452282e1dbcdc",
"size": "1... |
title: "2020-10-19のJS: Babel 7.12.0、 Chrome 87 Beta、npm 7リリース"
author: "azu"
layout: post
date : 2020-10-19T12:35:28.894Z
category: JSer
tags:
- babel
- chrome
- npm
---
JSer.info #510 - Babel 7.12.0がリリースされました。
- [7.12.0 Released: TypeScript 4.1, strings as import/export names, and class static blocks · Babel](https... | {
"content_hash": "767397f35e840a174a12b3b48b104487",
"timestamp": "",
"source": "github",
"line_count": 228,
"max_line_length": 285,
"avg_line_length": 46.35964912280702,
"alnum_prop": 0.7541154210028382,
"repo_name": "UYEONG/jser.github.io",
"id": "dd088da2124f90829c2618c8cd2b297e08617a01",
"size"... |
import os
class Config(object):
FINKIT_HOST = os.environ['FNKT_HOST']
APP_TESTING = False
FINKIT_PORT = 4000
DEBUG_STATUS = True
SSL_STATUS = True
MAIL_SERVER = os.environ['FNKT_MAIL_SERVER']
MAILBOX_USERNAME = os.environ['FNKT_MAIL_USERNAME']
MAILBOX_PASSWORD = os.environ['FNKT_MAIL_P... | {
"content_hash": "210140ed5df3ef672f50a8acee127eaa",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 70,
"avg_line_length": 33.3,
"alnum_prop": 0.6381381381381381,
"repo_name": "Fuchida/Archive",
"id": "5204145c81bfbd0e3afa742c5eddb0107b2f8b54",
"size": "666",
"binary": ... |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_WALLET_H
#define BIT... | {
"content_hash": "2c4ebb9d5ad0e98251df0caabbf22f4f",
"timestamp": "",
"source": "github",
"line_count": 944,
"max_line_length": 234,
"avg_line_length": 31.322033898305083,
"alnum_prop": 0.646780303030303,
"repo_name": "northwoodlabs/flaxscript",
"id": "bf26db96278f85b5fc25f360186a4d1ad151b1e3",
"si... |
package com.amazonaws.services.customerprofiles.model.transform;
import java.util.List;
import javax.annotation.Generated;
import com.amazonaws.SdkClientException;
import com.amazonaws.services.customerprofiles.model.*;
import com.amazonaws.protocol.*;
import com.amazonaws.annotation.SdkInternalApi;
/**
* Appflow... | {
"content_hash": "67d7362fcc0e05a792d7d822ae22b959",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 153,
"avg_line_length": 36.979166666666664,
"alnum_prop": 0.7459154929577465,
"repo_name": "aws/aws-sdk-java",
"id": "44057eabe5afffcdef7b2a1b3d8d769910a3e81a",
"size": "23... |
// Copyright 2006, 2007, 2008, 2009, 2011 The Apache Software Foundation
//
// 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 requ... | {
"content_hash": "244140733a1ba48f2dfebad8a5fed60b",
"timestamp": "",
"source": "github",
"line_count": 143,
"max_line_length": 123,
"avg_line_length": 41.6013986013986,
"alnum_prop": 0.7107076819633552,
"repo_name": "apache/tapestry-5",
"id": "f03fa912df5e62cfe32316228c98db59be988a71",
"size": "59... |
"""2-by-2 contingency tables and scores"""
# Copyright (c) 2017 Aubrey Barnard. This is free software released
# under the MIT license. See LICENSE for details.
import math
class TwoByTwoTable(object):
"""Traditional 2-by-2 table as used in epidemiology, etc. to compare
exposures and outcomes
"""
... | {
"content_hash": "8bc2144ca241ba7d2109ba5dfe9f400f",
"timestamp": "",
"source": "github",
"line_count": 291,
"max_line_length": 77,
"avg_line_length": 36.27835051546392,
"alnum_prop": 0.5489248839632471,
"repo_name": "afbarnard/barnapy",
"id": "32189d513b5c5296a78e5b31bffb9608ebee75f9",
"size": "10... |
var inspect = require('util').inspect;
var dropbox = require('./cents.dropbox');
var getAccountsFileName = require('../server/utilities').getAccountsFileName;
function getAccounts(){
var jsonFile = require('path').join(getAccountsFileName());
var accountsJson = JSON.parse(require('fs').readFileSync(jsonFile,'utf8'))... | {
"content_hash": "e0f87bfabe4b6ed06865b12a9a2b414d",
"timestamp": "",
"source": "github",
"line_count": 159,
"max_line_length": 153,
"avg_line_length": 33.075471698113205,
"alnum_prop": 0.6961399505609431,
"repo_name": "crosshj/cents",
"id": "71a88c183dad1dbb2e5384123cce22fbc85baaf4",
"size": "5259... |
public class Zero {
public static void main(String[] args) {
int numerator = 10;
int denominator = 0;
try {
System.out.println(numerator / denominator);
} catch (NumberFormatException except) {
System.out.println("Caught!");
} finally {
... | {
"content_hash": "36b7dc8eed0604fcc4b05148301b2da5",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 63,
"avg_line_length": 28,
"alnum_prop": 0.5290178571428571,
"repo_name": "shasdemir/JavaBook-Projects",
"id": "f1ab736db5dd8d464fcf12ddd94dc06a5242363b",
"size": "448",
... |
package main
import (
"os"
"github.com/codegangsta/cli"
)
func main() {
app := cli.NewApp()
app.Name = "surelock-homes"
app.Version = Version
app.Usage = "Home Lock Management"
app.Commands = Commands
app.Run(os.Args)
}
| {
"content_hash": "d9bd0ef1a113c7839b01e98c83da9988",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 35,
"avg_line_length": 13.647058823529411,
"alnum_prop": 0.6724137931034483,
"repo_name": "tknhs/Surelock-Homes",
"id": "e3e8f994addf650f7c8fdb338bb5cce678edd9f9",
"size": ... |
define([
'performer/transformers/wrap',
'performer/transformers/sibling'
],
function(Wrap, Sibling) {
return {
tag: [Sibling.label,Wrap.li],
set: [Wrap.ol,Sibling.legend,Wrap.fieldset]
};
});
| {
"content_hash": "677708be43017ce30f322ee78214cf04",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 47,
"avg_line_length": 15.142857142857142,
"alnum_prop": 0.6556603773584906,
"repo_name": "node-migrator-bot/performer",
"id": "01714190de5885c388a0aa047b435b42b4173a2a",
"... |
<!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_77) on Mon May 23 19:36:49 EDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>org.apache.lucene.queryparse... | {
"content_hash": "7bdcb6a4246dfd1684cd3d8d6047f551",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 191,
"avg_line_length": 61.729729729729726,
"alnum_prop": 0.7237302977232924,
"repo_name": "YorkUIRLab/irlab",
"id": "cd5d6bd68401d6f13236a8d74e9e41d6c7d50439",
"size": "22... |
import time
from jsonmodels import fields
from dragonflow import conf
import dragonflow.db.field_types as df_fields
import dragonflow.db.model_framework as mf
from dragonflow.db.models import mixins
@mf.register_model
@mf.construct_nb_db_model
class Chassis(mf.ModelBase, mixins.BasicEvents):
table_name = 'chass... | {
"content_hash": "6b00c314fe453cf0f026d08c62ee887f",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 69,
"avg_line_length": 26.694915254237287,
"alnum_prop": 0.6755555555555556,
"repo_name": "openstack/dragonflow",
"id": "0306fc784c6f283e715813887cc12d29660ad19b",
"size": ... |
angular
.module('pooler')
.directive('myTrip', myTrip);
function myTrip(){
var directive = {
link: link,
templateUrl: 'dash/templates/myTrip.html',
restrict: 'E'
};
return directive;
function link(scope, element, attrs) {
}
}
| {
"content_hash": "f7444ef4a56844d3c84c63658462fbdb",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 46,
"avg_line_length": 16.933333333333334,
"alnum_prop": 0.6338582677165354,
"repo_name": "Liampronan/pooler",
"id": "8e65a58bf32b08877ed76314f51716d63559154a",
"size": "25... |
require("ember-handlebars/ext");
require("ember-views/views/view");
/**
@module ember
@submodule ember-handlebars
*/
var get = Ember.get, set = Ember.set;
/**
Shared mixin used by `Ember.TextField` and `Ember.TextArea`.
@class TextSupport
@namespace Ember
@extends Ember.Mixin
@private
*/
Ember.TextSupport... | {
"content_hash": "83076764f8e36e7c9a22d7b3cd61d5a4",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 74,
"avg_line_length": 20.925925925925927,
"alnum_prop": 0.6654867256637168,
"repo_name": "garth/ember.js",
"id": "f7c6f19add63552ab14de923703ee01083d71c8e",
"size": "1130"... |
SET(CONFIG_PACKAGE_NAME "zorba-xqxq-module")
#If left commented uses zorba version
SET(CONFIG_PACKAGE_VERSION "3.1")
SET(CONFIG_CONTACT "Federico Cavalieri <f@28.io>")
SET(CONFIG_SOURCE_DEPENDENCIES "zorba")
SET(CONFIG_BINARY_DEPENDENCIES "zorba")
#Uncomment and set name of the file to be set as the changelog,
#if n... | {
"content_hash": "181ecfa42bf8e9d5a0721fa22a7a1f3f",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 67,
"avg_line_length": 29.88888888888889,
"alnum_prop": 0.7695167286245354,
"repo_name": "28msec/zorba-debian-control-files",
"id": "8e0b73abbe0113a1dc95bdeb66f51d5ffc13c74f"... |
<?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>
<groupId>ro.cobinance</groupId>
... | {
"content_hash": "ac7eab486c268e8efb8076db68fadf67",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 110,
"avg_line_length": 35.63157894736842,
"alnum_prop": 0.5470211718365338,
"repo_name": "catalean/revenit-money",
"id": "314c27896e7a5b26a67478964c56d54175d05e1b",
"size"... |
package com.azure.json.reflect;
import java.lang.invoke.LambdaMetafactory;
import java.lang.invoke.MethodHandle;
import java.lang.invoke.MethodHandles;
import java.lang.invoke.MethodType;
import static java.lang.invoke.MethodType.methodType;
final class MetaFactoryFactory {
private MetaFactoryFactory() {
... | {
"content_hash": "caf2f704f43aaa2ffe817157789840cd",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 189,
"avg_line_length": 42,
"alnum_prop": 0.7714285714285715,
"repo_name": "Azure/azure-sdk-for-java",
"id": "869fa46fc26018bc3ef370593c3a10c2564c3b1d",
"size": "937",
"b... |
@charset "utf-8";
/* CSS Document */
/*banner开始*/
#wrapper {
background:#fff;
position:relative;
}
a {
text-decoration:none;
-webkit-transition:color 0.2s linear;
-moz-transition:color 0.2s linear;
-o-transition:color 0.2s linear;
transition:color 0.2s linear;
}
a:focus , a:link, a:active {
outline:n... | {
"content_hash": "7682d8a7f90f05b0b3a3dcc7903e4faa",
"timestamp": "",
"source": "github",
"line_count": 375,
"max_line_length": 203,
"avg_line_length": 36.95733333333333,
"alnum_prop": 0.7095750054116459,
"repo_name": "James88/www.yii2.com",
"id": "2a14e263ab23bdb5f3eefdf997cc744fb48ef610",
"size":... |
require 'rails'
module Rogger
class Railtie < Rails::Railtie
initializer "rogger.load-config" do
config_file = Rails.root.join("config", "rogger.yml")
if config_file.file?
::Rogger.load!(config_file)
end
end
end
end | {
"content_hash": "c7dc9e97c95e53c998b179898d0a4431",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 59,
"avg_line_length": 21.166666666666668,
"alnum_prop": 0.6417322834645669,
"repo_name": "cubiclerebels/rogger",
"id": "10ecdfb45a9615c379c283fd42ba7ea2b21e01ec",
"size": ... |
//
// SA_LegacyCommandResponder.m
//
// Copyright (c) 2016 Said Achmiz.
//
// This software is licensed under the MIT license.
// See the file "LICENSE" for more information.
#import "SA_LegacyCommandResponder.h"
#import "SA_DiceParser.h"
#import "SA_DiceEvaluator.h"
#import "SA_DiceFormatter.h"
#import "SA_ErrorCat... | {
"content_hash": "64c46725dfcb42a43cfe6bb9889c67dd",
"timestamp": "",
"source": "github",
"line_count": 375,
"max_line_length": 209,
"avg_line_length": 42.266666666666666,
"alnum_prop": 0.6888328075709779,
"repo_name": "achmizs/SA_DiceBot",
"id": "2a6c0109fba6ace25856008a7cd9dd7fa1d653cb",
"size": ... |
package com.jevetools.unmarshal.python.api.impl.internal;
import org.osgi.framework.BundleActivator;
import org.osgi.framework.BundleContext;
/**
* Copyright (c) 2013, jEVETools.
*
* All rights reserved.
*
* @version 0.0.1
* @since 0.0.1
*/
public class Activator
implements BundleActivator
{
@Overrid... | {
"content_hash": "4f4dba0ad0c3d7423bc2ba79f17c8f65",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 74,
"avg_line_length": 17,
"alnum_prop": 0.6963946869070209,
"repo_name": "jevetools/unmarshal",
"id": "7ffdf3ac4911a2c52e04af6552536aeebc1b4a50",
"size": "2118",
"binary... |
namespace LinqToDB.DataProvider.Access
{
using System.Data;
using System.Text;
using LinqToDB.Mapping;
using LinqToDB.SqlProvider;
class AccessODBCSqlBuilder : AccessSqlBuilderBase
{
private readonly AccessODBCDataProvider? _provider;
public AccessODBCSqlBuilder(
AccessODBCDataProvider? provider,
Map... | {
"content_hash": "51af42ab729f3cc52a2753925f988997",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 96,
"avg_line_length": 26.131147540983605,
"alnum_prop": 0.7383939774153074,
"repo_name": "MaceWindu/linq2db",
"id": "c97f1caf2b50354a8527e90e17561a9aab9faa24",
"size": "15... |
from django.contrib import admin
from storybase_badge.models import Badge
class BadgeAdmin(admin.ModelAdmin):
pass
admin.site.register(Badge, BadgeAdmin)
| {
"content_hash": "f3586647915ba9131f187c2987a4a79b",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 40,
"avg_line_length": 18,
"alnum_prop": 0.7962962962962963,
"repo_name": "denverfoundation/storybase",
"id": "5259389358c47398a0480f18b815f6300d52ea3a",
"size": "163",
"b... |
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([["react-syntax-highlighter_languages_highlight_delphi"],{
/***/ "./node_modules/highlight.js/lib/languages/delphi.js":
/*!***********************************************************!*\
!*** ./node_modules/highlight.js/lib/languages/delphi.js ***!
\*****... | {
"content_hash": "f6a437f9d76786b4a4f48ca1534c42a5",
"timestamp": "",
"source": "github",
"line_count": 82,
"max_line_length": 119,
"avg_line_length": 36.853658536585364,
"alnum_prop": 0.6101919258769027,
"repo_name": "conorhastings/react-syntax-highlighter",
"id": "5bcedf40960296ebce56ee306ec151d279... |
import * as debug_ from "debug";
import { ToastType } from "readium-desktop/common/models/toast";
import { importActions, toastActions } from "readium-desktop/common/redux/actions";
import { takeSpawnLeading } from "readium-desktop/common/redux/sagas/takeSpawnLeading";
import { apiSaga } from "readium-desktop/renderer/... | {
"content_hash": "17019d82d8a958a3a05af0cb33ac08ec",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 93,
"avg_line_length": 31.76271186440678,
"alnum_prop": 0.6168623265741728,
"repo_name": "edrlab/readium-desktop",
"id": "989f995c03af0e92a942dcfd3a9a72526cdb1a1f",
"size":... |
.class public final Lcom/payu/android/sdk/internal/rest/request/payment/method/RetrievePaymentMethodsRequest$a;
.super Ljava/lang/Object;
# interfaces
.implements Lcom/payu/android/sdk/internal/hn;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/payu/android/sdk/internal/rest/req... | {
"content_hash": "71488875e362265f370811453a1dbe74",
"timestamp": "",
"source": "github",
"line_count": 80,
"max_line_length": 279,
"avg_line_length": 41.95,
"alnum_prop": 0.7792014302741359,
"repo_name": "gelldur/jak_oni_to_robia_prezentacja",
"id": "b4a23fab21354d5d865e3b6330ce64c356c53113",
"siz... |
<!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": "1bdefbe1082fd90b1c58c1d3fb23e189",
"timestamp": "",
"source": "github",
"line_count": 110,
"max_line_length": 130,
"avg_line_length": 45.336363636363636,
"alnum_prop": 0.6376579105674754,
"repo_name": "shorton3/dashingplatforms",
"id": "e0de63cfdd226c903a3720cfc86c38d7594f0e4a",
"... |
// Copyright 2014 The html5ever Project Developers. See the
// COPYRIGHT file at the top-level directory of this distribution.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>,... | {
"content_hash": "e87b487fc4ae5029c9f0602b14ed76a4",
"timestamp": "",
"source": "github",
"line_count": 474,
"max_line_length": 96,
"avg_line_length": 33.687763713080166,
"alnum_prop": 0.5438376753507014,
"repo_name": "Manishearth/html5ever",
"id": "63129d91338b7041ebc851c60a62c4018aab1397",
"size"... |
{% extends 'administration/templates/base_admin.html' %}
{% load format %}
{% block admin_content %}
<div class="split">
<dl>
<dt><h2>Site</h2></dt>
<dd class="no-margin">
<p>Change site name, update post colloquial name, update description for site.</p>
<ul>
<li><a href="admin/site">Site ... | {
"content_hash": "4b3396e135c8af2e8fecf091aebf292a",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 88,
"avg_line_length": 28,
"alnum_prop": 0.5714285714285714,
"repo_name": "CollabQ/CollabQ",
"id": "8ecdd11bf5423aca33a03d5d37b06ee489aef144",
"size": "784",
"binary": fa... |
namespace {
// Forward declarations.
void SetList(CefRefPtr<CefV8Value> source, CefRefPtr<CefListValue> target);
void SetList(CefRefPtr<CefListValue> source, CefRefPtr<CefV8Value> target);
// Transfer a V8 value to a List index.
void SetListValue(CefRefPtr<CefListValue> list, int index,
CefRefPtr<Ce... | {
"content_hash": "d70b4bf6a7b73480bcc2d9ad5f4f6a79",
"timestamp": "",
"source": "github",
"line_count": 397,
"max_line_length": 80,
"avg_line_length": 34.032745591939545,
"alnum_prop": 0.6268966027681149,
"repo_name": "benbon/CryHTML5",
"id": "39f8a354f0a45b6aabb74bf979583bddc699c954",
"size": "140... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_45) on Thu Mar 26 16:48:37 UTC 2015 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class com.hazelcast.topic... | {
"content_hash": "0a3d34abdda75c4321bcaa5fdd009d88",
"timestamp": "",
"source": "github",
"line_count": 145,
"max_line_length": 229,
"avg_line_length": 42.93103448275862,
"alnum_prop": 0.6240963855421687,
"repo_name": "akiskip/KoDeMat-Collaboration-Platform-Application",
"id": "8c173aafd19a6fad31f1ab... |
import django
from django.apps import AppConfig
from django_jinja import base
class DjangoJinjaAppConfig(AppConfig):
name = "django_jinja"
verbose_name = "Django Jinja"
def ready(self):
base.patch_django_for_autoescape()
if django.VERSION[:2] == (1, 7):
base.setup()
| {
"content_hash": "2baf14e5d5ad8698d1aabed25a32fb87",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 42,
"avg_line_length": 20.8,
"alnum_prop": 0.6538461538461539,
"repo_name": "glogiotatidis/django-jinja",
"id": "760b4fcb214a0205cc7500877e26fa0851ab8c08",
"size": "312",
... |
package nest.sparkle.loader.kafka
import scala.concurrent.duration._
import spray.http.StatusCodes._
import spray.http.MediaTypes.`application/json`
import spray.testkit.ScalatestRouteTest
import akka.actor.ActorRefFactory
import spray.json._
import nest.sparkle.measure.MeasurementToTsvFile
import nest.sparkle.uti... | {
"content_hash": "7672e525dbca99f2bff62665db0d28ca",
"timestamp": "",
"source": "github",
"line_count": 103,
"max_line_length": 125,
"avg_line_length": 36.14563106796116,
"alnum_prop": 0.6916465216223475,
"repo_name": "mighdoll/sparkle",
"id": "a644abbcbffbab20014c756e6dd57ff2ba81d727",
"size": "37... |
<?php
namespace Mldic\ApiBundle\Tests\Functional\Orm;
use Mldic\ApiBundle\Tests\Functional\TestCase;
use Mldic\ApiBundle\Orm\PDO\DataAccess;
use Mldic\ApiBundle\Orm\UserBuilder;
use Mldic\ApiBundle\Orm\PDO\UserQueryFactory;
use Mldic\ApiBundle\Orm\UserMapper;
class UserMapperTest extends TestCase
{
private $userM... | {
"content_hash": "57a926a53a71268590a9b29e0742c909",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 73,
"avg_line_length": 26.4468085106383,
"alnum_prop": 0.5711987127916331,
"repo_name": "polad/mldic",
"id": "ddee5d2d65756a3e090944aab978322d335f1553",
"size": "1243",
"... |
//
// IURequest.m
// IUKitDemo
//
// Created by admin on 2017/2/14.
// Copyright © 2017年 刘海文. All rights reserved.
//
#import "IURequest.h"
#import "AFNetworking.h"
#import "MJExtension.h"
#import "IURequestorRegistrar.h"
@interface NSObject (IUNetworkRequestingCount)
@property (nonatomic, assign) NSInteger requ... | {
"content_hash": "4bdba2098376228d75fa6074e8fb0a1e",
"timestamp": "",
"source": "github",
"line_count": 311,
"max_line_length": 318,
"avg_line_length": 41.97106109324759,
"alnum_prop": 0.6076763962307515,
"repo_name": "wengames/IUKit",
"id": "427de01fd220ae49618b11ee39983950114eccd2",
"size": "1314... |
require 'ffi-cairo'
module Cairo
module_function
def cairo_opengl_texture_size_ok?(width, height) # :nodoc
GL.glGetIntegerv(GL::GL_MAX_TEXTURE_SIZE, ID_CACHE.put_uint(0, 0))
max_size = ID_CACHE.read_uint
return true if (width < max_size) && (height < max_size)
GL.glGetTexLevelParameteriv(GL::GL_P... | {
"content_hash": "0e6539707e47e9e9d7268f9e3fdb1f15",
"timestamp": "",
"source": "github",
"line_count": 142,
"max_line_length": 123,
"avg_line_length": 33.859154929577464,
"alnum_prop": 0.6329034941763727,
"repo_name": "lian/ffi-cairo",
"id": "f92e5a4551337c79fe034a2150891c4f92f00645",
"size": "480... |
using System;
using System.Collections.Generic;
using Zhua.Domain;
namespace Zhua.Website.Models
{
public class DroppointOrderViewModel
{
public int ShippedOrderCount { get; set; }
public int DpOrderCount { get; set; }
public int ReadyOrderCount { get; set; }
public int Carrier... | {
"content_hash": "a13e4ad0511f429ec749710a06055ab3",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 56,
"avg_line_length": 30.88235294117647,
"alnum_prop": 0.659047619047619,
"repo_name": "kma14/Zhua",
"id": "3917d7d0702b58e82fe784ddda4d5449fda74dc3",
"size": "527",
"bi... |
from django.db.models import Q
from airmozilla.main.models import (
Approval,
Event,
SuggestedEvent,
EventTweet
)
def badges(request):
if not request.path.startswith('/manage/'):
return {}
context = {'badges': {}}
# Event manager badge for unprocessed events
if request.user.has... | {
"content_hash": "a6cebe4dc5c84b8912537c8c6d8e0364",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 66,
"avg_line_length": 30.473684210526315,
"alnum_prop": 0.5630397236614854,
"repo_name": "tannishk/airmozilla",
"id": "47693a6e26052398901dc4a3fa7f94ab37a222e1",
"size": "... |
import classNames from "classnames";
import * as React from "react";
import { UserOnboardingTask as Task } from "../../../hooks/useUserOnboardingTasks";
import AccessibleButton from "../../views/elements/AccessibleButton";
import Heading from "../../views/typography/Heading";
interface Props {
task: Task;
c... | {
"content_hash": "75772287c1505819afa82878b9914288",
"timestamp": "",
"source": "github",
"line_count": 53,
"max_line_length": 103,
"avg_line_length": 36.24528301886792,
"alnum_prop": 0.5356585111920874,
"repo_name": "matrix-org/matrix-react-sdk",
"id": "72c6617ff16616fead1917d7f11972501db1d03e",
"... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
A manual of materia medica ed. 2, 414. 1853
#### Original name
null
### Remarks
null | {
"content_hash": "a21354e0830a99abac14ebdb6e40df04",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 43,
"avg_line_length": 13.23076923076923,
"alnum_prop": 0.6976744186046512,
"repo_name": "mdoering/backbone",
"id": "d17807db557637ee9a5693bb0d41daefdcc9e0ba",
"size": "222... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>schroeder: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.c... | {
"content_hash": "75d444aae6f48a5dba705467621f7936",
"timestamp": "",
"source": "github",
"line_count": 171,
"max_line_length": 159,
"avg_line_length": 41.33918128654971,
"alnum_prop": 0.5480265949922195,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "e828f3d4d45c4a035b12dd453d7475f58640a917",
... |
@protocol LocationWeatherUpdaterDelegate <NSObject>
- (void)startedRefreshing;
- (void)locationAndWeatherWereUpdated;
- (void)weatherForecastUpdated:(NSDictionary *)weatherForecast;
- (void)finishedRefreshWithError;
@end
@interface LocationWeatherUpdater : NSObject
@property (weak, nonatomic) id <LocationWeatherU... | {
"content_hash": "648693e4e901bc9d88b3506053f00f5a",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 133,
"avg_line_length": 31.03846153846154,
"alnum_prop": 0.8215613382899628,
"repo_name": "SequencingDOTcom/Weather-My-Way-RTP-App",
"id": "a6200cf0af96116dfd9d0a4f81a46e3335... |
import React, { PropTypes } from 'react';
import styles from './PlayerCard.scss';
const PlayerCard = ({
playerName,
ready = false,
button = null,
showReady = true,
}) => (
<section className={styles.PlayerCard}>
<div className={styles.PlayerCardAvatar} />
<h1 className={styles.PlayerCardName}>{ playe... | {
"content_hash": "808aa7baab429edc3ae8783555de9153",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 63,
"avg_line_length": 24.72,
"alnum_prop": 0.6699029126213593,
"repo_name": "inooid/react-redux-card-game",
"id": "0946aa43db063c35a2eb37697be5fc72952370c3",
"size": "618"... |
<readable><title>312427606_defa0dfaa8</title><content>
A blond-hair girl is eating a peach .
A girl eating a peach .
A girl eats a peach .
A little blond-haired girl enjoys eating a peach .
A young girl with blonde hair eating a peach .
</content></readable> | {
"content_hash": "07c432b962e797002acfbb407f363268",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 54,
"avg_line_length": 36.857142857142854,
"alnum_prop": 0.7558139534883721,
"repo_name": "kevint2u/audio-collector",
"id": "02064bc165748ae9815a0732ee186e0d4d2c3872",
"size... |
#include "renderer/CCRenderer.h"
#include <algorithm>
#include "renderer/CCTrianglesCommand.h"
#include "renderer/CCBatchCommand.h"
#include "renderer/CCCustomCommand.h"
#include "renderer/CCGroupCommand.h"
#include "renderer/CCPrimitiveCommand.h"
#include "renderer/CCMeshCommand.h"
#include "renderer/CCGLProgramCa... | {
"content_hash": "1b6e0a142414af606d5a812b5572429f",
"timestamp": "",
"source": "github",
"line_count": 897,
"max_line_length": 184,
"avg_line_length": 30.360089186176143,
"alnum_prop": 0.6329453236881725,
"repo_name": "MaiyaT/cocosStudy",
"id": "e1ca74f46c1ef45400eb30d90ff5bb615a68bae7",
"size": "... |
import unittest
from osrf_pycommon.terminal_color import ansi_re
class TestTerminalColorAnsiRe(unittest.TestCase):
test_str = "\x1b[31mred \033[1mbold red \x1b[0mnormal \x1b[41mred bg"
def test_split_by_ansi_escape_sequence(self):
split_ansi = ansi_re.split_by_ansi_escape_sequence
expected =... | {
"content_hash": "a2c07e52d8c3d05fb896cdb40a4f25b1",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 73,
"avg_line_length": 42.2962962962963,
"alnum_prop": 0.648861646234676,
"repo_name": "ros2/ci",
"id": "4e722cc9b8bd12033e90e3504b80087702f6b140",
"size": "1142",
"binar... |
namespace Google.Cloud.Domains.V1Beta1.Snippets
{
// [START domains_v1beta1_generated_Domains_DeleteRegistration_async]
using Google.Cloud.Domains.V1Beta1;
using Google.LongRunning;
using Google.Protobuf.WellKnownTypes;
using System.Threading.Tasks;
public sealed partial class GeneratedDomainsC... | {
"content_hash": "139f41ea643e06a4b1da7938cd7afd42",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 135,
"avg_line_length": 50.673469387755105,
"alnum_prop": 0.6737817156665324,
"repo_name": "googleapis/google-cloud-dotnet",
"id": "9c457a323b8514a21121cb23b6ab5d7a58ab2438",... |
<?php
//http://www.wpbeginner.com/wp-tutorials/how-to-set-default-admin-color-scheme-for-new-users-in-wordpress/
if (!defined('ABSPATH'))
exit; // Exit if accessed directly
if (!class_exists('Ultimate_Color_Schemes')) {
class Ultimate_Color_Schemes {
var $version = '1.0';
var $name = 'Ult... | {
"content_hash": "a46439d6c07a902e4c67ce6334f04cee",
"timestamp": "",
"source": "github",
"line_count": 455,
"max_line_length": 476,
"avg_line_length": 49.77362637362637,
"alnum_prop": 0.42897514019516936,
"repo_name": "creative2020/kelley",
"id": "121e5150ac6c5af77010eb4f4c79c6712a2c23e6",
"size":... |
<?xml version='1.0'?>
<!DOCTYPE PISI SYSTEM 'http://www.pardus.org.tr/projeler/pisi/pisi-spec.dtd'>
<PISI>
<Source>
<Name>qlandkarte-gt</Name>
<Homepage>http://www.qlandkarte.org/</Homepage>
<Packager>
<Name>Alexey Ivanov</Name>
<Email>alexey.ivanes@gmail.com</Email>
... | {
"content_hash": "9fdba702d6ff15b15aeedda3602d93dc",
"timestamp": "",
"source": "github",
"line_count": 117,
"max_line_length": 469,
"avg_line_length": 46.495726495726494,
"alnum_prop": 0.6544117647058824,
"repo_name": "aydemir/pardus-magic",
"id": "69cabf85801b021630bb0992f6d6f8e509d82994",
"size"... |
<md-content ng-controller="AddCtrl" layout="column" flex layout-padding>
<h3>Depositar na sua conta</h3>
<md-input-container class="md-block">
<label>Valor</label>
<input type="text" ng-model="valor" ui-number-mask="2">
</md-input-container>
<div layout="column">
<md-button class="md-raised md-primary"... | {
"content_hash": "1aab8d8f863eab4d540bd81f7a4517ac",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 109,
"avg_line_length": 36.833333333333336,
"alnum_prop": 0.6787330316742082,
"repo_name": "everton-ongit/wepay",
"id": "377b57089d3575f186bd82a37a67ff4ffde7704f",
"size": ... |
package com.inmobi.databus.files;
import org.apache.hadoop.io.Writable;
public interface StreamFile extends Comparable<Object>, Writable {
}
| {
"content_hash": "415e42dc2f63a8111a888e019963080b",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 66,
"avg_line_length": 16.22222222222222,
"alnum_prop": 0.7876712328767124,
"repo_name": "InMobi/pintail",
"id": "387ff9b3944299dfb2b8b0fae19650a6989617cb",
"size": "800",
... |
package game
// This file mainly deals with the way data is
// handled and passed between objects
/*UseData is a data structure that should contain
all the information the usage of an item should return */
type UseData struct {
effect Effect
ability Ability
}
| {
"content_hash": "9b5229e5246ac5cd1916457fa51fe983",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 57,
"avg_line_length": 24.09090909090909,
"alnum_prop": 0.769811320754717,
"repo_name": "xenoryt/gork",
"id": "4c66c9a828659383a5715f66814a54831b7386ca",
"size": "265",
"... |
<!-- $Id$ -->
<h2>Project History</h2>
<p>
The Canary Database project is a result of collaboration between human
health and animal health professionals to explore the linkages between
animal disease events and human environmental health risks.
</p>
<p>
The project began in 2000, in response to a number of
developm... | {
"content_hash": "c622444bb2e86e31c28d9ecf0ab32080",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 74,
"avg_line_length": 42.94915254237288,
"alnum_prop": 0.7896606156274665,
"repo_name": "dchud/sentinel",
"id": "ec93a32ce49ba9a04dbc8dcc94e059849a3210c3",
"size": "2534",... |
// Generated by CoffeeScript 1.8.0
(function() {
var CouchDB, cradle, validations, views,
__slice = [].slice;
cradle = require("cradle");
views = require("./views");
validations = require("./validations");
module.exports = CouchDB = (function() {
function CouchDB(config) {
this.couch = ne... | {
"content_hash": "b41454bec40436fac28d7b5e6d4c2949",
"timestamp": "",
"source": "github",
"line_count": 83,
"max_line_length": 69,
"avg_line_length": 25.626506024096386,
"alnum_prop": 0.5486600846262342,
"repo_name": "vitorismart/ChromeCast",
"id": "c9b907a0d151f67f63c322f47a8d1dbb28cb6e2a",
"size"... |
<?php
/**
* @package The_SEO_Framework\Views\Inpost
*/
defined( 'ABSPATH' ) and $_this = the_seo_framework_class() and $this instanceof $_this or die;
//* Fetch the required instance within this file.
$instance = $this->get_view_instance( 'the_seo_framework_settings_type', $instance );
//* Get the language the Goo... | {
"content_hash": "94e9ce8a977c24232b10943ef9470521",
"timestamp": "",
"source": "github",
"line_count": 423,
"max_line_length": 281,
"avg_line_length": 45.470449172576835,
"alnum_prop": 0.6171363210980555,
"repo_name": "Kilbourne/biosphaera",
"id": "5a0ec8a1e1905c8f96b510a2abde7dd645bf5ccd",
"size"... |
namespace mscorlib
{
namespace System
{
namespace Runtime
{
namespace InteropServices
{
namespace ComTypes
{
class IMoniker;
}
}
}
}
}
namespace mscorlib
{
namespace System
{
namespace Runtime
{
namespace InteropServices
{
namespace ComTypes
{
class I... | {
"content_hash": "0c6d29c7550b8f9d7e60d5ca2b11655c",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 207,
"avg_line_length": 23.25,
"alnum_prop": 0.67235926628716,
"repo_name": "brunolauze/MonoNative",
"id": "9620abc902f78e9699c06c7682049fbc52fddb70",
"size": "1775",
"bi... |
=====================
agate-numpy |release|
=====================
About
=====
.. include:: ../README
Install
=======
To install:
.. code-block:: bash
pip install agatenumpy
For details on development or supported platforms see the `agate documentation <http://agate.readthedocs.org>`_.
Usage
=====
agate-num... | {
"content_hash": "8af061aecc3ded59ed57c44335e76920",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 168,
"avg_line_length": 15.935483870967742,
"alnum_prop": 0.6305668016194332,
"repo_name": "onyxfish/agate-numpy",
"id": "09c85b01e7a8ff5b796e922b135d7b914ce954b7",
"size":... |
package org.kordamp.ikonli;
import java.io.InputStream;
import java.net.URL;
/**
* @author Andres Almiray
*/
public interface IkonHandler {
boolean supports(String description);
Ikon resolve(String description);
URL getFontResource();
InputStream getFontResourceAsStream();
String getFontFam... | {
"content_hash": "a41ecec0940bdb3b3a138a38c1bb6cfb",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 42,
"avg_line_length": 15.958333333333334,
"alnum_prop": 0.7101827676240209,
"repo_name": "aalmiray/ikonli",
"id": "c811a41229142696355c23a067c19c3f5b2f22ad",
"size": "1027... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "e10a864077a3cfa7a725154c580c4bd7",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "0e60982d5cbcf32198e4084fba81e6324ea24f13",
"size": "176... |
'use strict';
module.exports = {
db: 'mongodb://localhost/mean-test',
port: 3001,
app: {
name: 'MPIEventLogger - Dashboard - Test'
},
facebook: {
clientID: 'APP_ID',
clientSecret: 'APP_SECRET',
callbackURL: 'http://localhost:3000/auth/facebook/callback'
},
tw... | {
"content_hash": "aac5aa005c401c81a97ba09324d50470",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 67,
"avg_line_length": 27.58823529411765,
"alnum_prop": 0.5778251599147122,
"repo_name": "kbeyer/K6BEventLoggerDashboard",
"id": "85547486d5dd8ae6552ef266bb2c7ff66d980d30",
... |
/**************************************************
* Source Code for the Original Compiler for the
* Programming Language Wake
*
* ImportParseTreeTraverser.cpp
*
* Licensed under the MIT license
* See LICENSE.TXT for details
*
* Author: Michael Fairhurst
* Revised By:
*
************************************... | {
"content_hash": "69aa37aca7b98ce7d127f4a01dfc8644",
"timestamp": "",
"source": "github",
"line_count": 118,
"max_line_length": 194,
"avg_line_length": 30.389830508474578,
"alnum_prop": 0.6405465699944227,
"repo_name": "MichaelRFairhurst/wake-compiler",
"id": "b01f224cd700767057540a0012cdba6a4cbf290a... |
import React, { Component, PropTypes } from 'react';
// TODO: this shouldn't live with the redux constants
import { ItemTypes } from 'redux/modules/constants';
import { DragSource } from 'react-dnd';
import { immutableRenderDecorator } from 'react-immutable-render-mixin';
import TrafficLights from 'components/Window/Tr... | {
"content_hash": "aa9c3cd0e1e728554249cd6d71e3d90c",
"timestamp": "",
"source": "github",
"line_count": 103,
"max_line_length": 76,
"avg_line_length": 24.728155339805824,
"alnum_prop": 0.6238712210443659,
"repo_name": "jongold/goldOS",
"id": "b250dc9994ff8582e3f550d336d3b15cb4bb473d",
"size": "2547... |
package engine;
import java.util.*;
public class Frame {
double frameSize;
int [] slots;
double successfullSlots;
double collisionSlots;
double emptySlots;
double competingTags; //estimative
public Frame(double frameSize, double competingTags) {
this.frameSize = frameSize;
this.slots = new int [(int)... | {
"content_hash": "e70ddc40118a65f7e75e2f542462c967",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 72,
"avg_line_length": 19.41860465116279,
"alnum_prop": 0.6622754491017964,
"repo_name": "vinniemoreira/dfsa-simulator",
"id": "a8607d2005a24ffd9f4939b34ca03117566cbbeb",
"... |
"""Unit tests for coders that must be consistent across all Beam SDKs.
"""
import json
import logging
import os.path
import sys
import unittest
import yaml
from apache_beam import coders
from apache_beam.coders import coder_impl
from apache_beam.utils import windowed_value
from apache_beam.utils.timestamp import Tim... | {
"content_hash": "2409bc6bf564aaacae8d6da15fa321d4",
"timestamp": "",
"source": "github",
"line_count": 134,
"max_line_length": 77,
"avg_line_length": 37.134328358208954,
"alnum_prop": 0.6406752411575563,
"repo_name": "ravwojdyla/incubator-beam",
"id": "e26d2c8a481a515014353bb8dffd76d8e3c4c840",
"s... |
In the previous chapters, we learned that in Leaf everything is build by
layers and that the constructed thing is again a layer, which means it can
function as a new building block for something bigger. This is possible, because
a `Layer` can implement any behavior as long as it takes an input and produces
an output.
... | {
"content_hash": "15651159c7ef45f04e4f819d58a01610",
"timestamp": "",
"source": "github",
"line_count": 85,
"max_line_length": 148,
"avg_line_length": 51.082352941176474,
"alnum_prop": 0.7434362045140488,
"repo_name": "autumnai/leaf",
"id": "7c9d6aa8a3ef3d4566872bd4a0a7b9dc789ea972",
"size": "4362"... |
require_relative "../lib/address_verifier.rb"
include AddressVerifier
describe AddressVerifier do
describe ".verify_address" do
context "given a verifiable address no secondary address" do
before(:each) do
stub_request(:get, "http://www.yaddress.net/api/Address?AddressLine1=46%20Dogwood%20Drive&AddressLin... | {
"content_hash": "29fa0fec3387e0ebc7554e4b27f55db6",
"timestamp": "",
"source": "github",
"line_count": 214,
"max_line_length": 158,
"avg_line_length": 40.1588785046729,
"alnum_prop": 0.5061670933209216,
"repo_name": "shopkeep/address_verifier",
"id": "2fe78442e07c2aed90bf03b9524987f8951bfb19",
"si... |
Blesses css files using [blesscss](http://blesscss.com/)
Options for bless can be setup in your `Brocfile.js`
```js
var app = new EmberApp({
bless: {
enabled: true,
cacheBuster: true,
compress: false,
force: false,
imports: true
// log: true }
});
```
## Use in broccoli
```js
var bless =... | {
"content_hash": "3bee5e36ec5441908c2fb1d3c86bb168",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 80,
"avg_line_length": 17.16216216216216,
"alnum_prop": 0.6677165354330709,
"repo_name": "jschilli/ember-cli-bless",
"id": "a08ad0db7528e1aaf15dd42fe6a4006ebeaf25d9",
"size... |
// Autorun.cpp : Defines the entry point for the application.
#include "stdafx.h"
#include "shellapi.h"
#include "Autorun.h"
int APIENTRY _tWinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPTSTR lpCmdLine,
int nCmdShow)
{
HINSTANCE result;
LPCTSTR lpDefCmd = L"start.hta";
//... | {
"content_hash": "155ebf12ef6f083ae8d88d24442a10d6",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 76,
"avg_line_length": 25.653846153846153,
"alnum_prop": 0.6836581709145427,
"repo_name": "hmehr/OSS",
"id": "4024fe63173114016e9a15b25fcc9b48ec307b1a",
"size": "2604",
"... |
using blink::WebCompositorAnimation;
using blink::WebCompositorAnimationCurve;
using blink::WebFloatAnimationCurve;
namespace cc_blink {
namespace {
TEST(WebCompositorAnimationTest, DefaultSettings) {
scoped_ptr<WebCompositorAnimationCurve> curve(
new WebFloatAnimationCurveImpl());
scoped_ptr<WebCompositorA... | {
"content_hash": "f8641681cddf785e3e6b03e04d70ec25",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 78,
"avg_line_length": 34.80392156862745,
"alnum_prop": 0.780281690140845,
"repo_name": "7kbird/chrome",
"id": "cf9e05c782c9460d2f64e2fae7e689aed0a4387e",
"size": "2119",
... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Fri Apr 06 09:47:26 MST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.wildfly.swarm.microprof... | {
"content_hash": "454ab993e63245c8a3cda5b40caca5e0",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 193,
"avg_line_length": 51.666666666666664,
"alnum_prop": 0.6866359447004609,
"repo_name": "wildfly-swarm/wildfly-swarm-javadocs",
"id": "359721d592bf8ca4433f16f0a4bcbd7fa6c5... |
<div class="testimonials" ng-app="app" ng-controller="AppCtrl" >
<material-tabs selected="selected" nobar tabs-align="bottom" >
<material-tab>
<p ng-class="{active:selected==0}">
I'm thrilled by the depth of thought behind Material Design's
specification for resp... | {
"content_hash": "62b8db6412b85c8efa9a042f4c73fc50",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 99,
"avg_line_length": 46.03030303030303,
"alnum_prop": 0.5187623436471362,
"repo_name": "11th/material",
"id": "4c18905219a0aa18adef11c5171d0bce911ed3b0",
"size": "3038",
... |
package winapi
import (
"syscall"
"unsafe"
)
// LISTVIEW parts
const (
LVP_LISTITEM = 1
LVP_LISTGROUP = 2
LVP_LISTDETAIL = 3
LVP_LISTSORTEDDETAIL = 4
LVP_EMPTYTEXT = 5
LVP_GROUPHEADER = 6
LVP_GROUPHEADERLINE = 7
LVP_EXPANDBUTTON = 8
LVP_COLLAPSEBUTTON = 9
LVP_COLUMN... | {
"content_hash": "2d67fad9ac418138ab8d674c7608d4d5",
"timestamp": "",
"source": "github",
"line_count": 145,
"max_line_length": 171,
"avg_line_length": 23.917241379310344,
"alnum_prop": 0.7076124567474048,
"repo_name": "ssoor/winapi",
"id": "c58922ff438597ffc926033f05c896e2e4696108",
"size": "3648"... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "094d5c6127f2a0d379977ca60a7771a7",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "880b9e61fe142ffb1dcf6585fd8a60266ce72a42",
"size": "172... |
package com.epam.ta.reportportal.ws.model.item;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.io.Serializable;
import java.util.List;
/**
* @author <a href="mailto:ivan_budayeu@epam.com">Ivan Budayeu</a>
*/
@JsonInclude(JsonInclude.Include.... | {
"content_hash": "e7e75e4ffc383d2300e09d8f399c29b6",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 87,
"avg_line_length": 23.543478260869566,
"alnum_prop": 0.778393351800554,
"repo_name": "reportportal/commons-model",
"id": "8b633cf959c9019594e28e6bd077e21de821e79c",
"si... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.