text stringlengths 2 1.04M | meta dict |
|---|---|
/**
* Package housing classes relevant to anything involving
* the Lua integration of Undertailor.
*/
package me.scarlet.undertailor.lua; | {
"content_hash": "088c42758ee51d67b42831ee8ff3d092",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 57,
"avg_line_length": 28,
"alnum_prop": 0.7714285714285715,
"repo_name": "Xemiru/Undertailor",
"id": "586a7c6b28f8bdf5a61cf41a860a16779999247b",
"size": "140",
"binary": ... |
using System;
using System.Runtime.Serialization;
namespace Dnn.PersonaBar.Pages.Services.Dto
{
[DataContract]
public class BulkPage
{
[DataMember(Name = "bulkPages")]
public string BulkPages { get; set; }
[DataMember(Name = "parentId")]
public int ParentId { get; set; }
... | {
"content_hash": "a4b31fe0d92a6651d30b0268d1de94a9",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 48,
"avg_line_length": 24.612903225806452,
"alnum_prop": 0.5897771952817824,
"repo_name": "dnnsoftware/Dnn.AdminExperience.Extensions",
"id": "a3ddfcc577af4ec9f1d0a90d5903cd2... |
/* custom styles can go here */
| {
"content_hash": "209a31d81fbed66729e987f35f4efbd0",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 31,
"avg_line_length": 32,
"alnum_prop": 0.65625,
"repo_name": "egoughnour/calamari-tamashii",
"id": "b276b3221cacc4e6d5f21b850c7439ac84ed78a6",
"size": "32",
"binary": fa... |
import Notification = require('./Notification')
import { NotificationProps } from './Notification'
import NotificationActionButton = require('./NotificationActionButton')
import { NotificationActionButtonProps } from './NotificationActionButton'
import NotificationButton = require('./NotificationButton')
import { Notif... | {
"content_hash": "327883c7ddb536e969fe558a5cfcc7b5",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 74,
"avg_line_length": 39.58064516129032,
"alnum_prop": 0.8190709046454768,
"repo_name": "wfp/ui",
"id": "cb150e44e0dfea2d66a9a99fb2a60d81f605a223",
"size": "1227",
"bina... |
angular.module('studentInfoApp').directive('studentsList', function() {
return {
templateUrl: '/studentDetails.html',
replace : true,
scope: {
students: '=',
tableHeading: '@'
},
link: function(){
},
controller: 'studentsDetailsController... | {
"content_hash": "c9810d55d41fd220bed4b5480daddbc6",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 72,
"avg_line_length": 26.88888888888889,
"alnum_prop": 0.5661157024793388,
"repo_name": "ranadeepak/angularjsStepbyStep",
"id": "31e35cf0d117f8716aa1740e0fc068cf8cbea1e8",
... |
=============================
Rule ``no_unset_on_property``
=============================
Properties should be set to ``null`` instead of using ``unset``.
Warning
-------
Using this rule is risky
~~~~~~~~~~~~~~~~~~~~~~~~
Risky when relying on attributes to be removed using ``unset`` rather than be
set to ``null``. ... | {
"content_hash": "16f7619dca6befeaa459ea61dda6d20a",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 127,
"avg_line_length": 24.307692307692307,
"alnum_prop": 0.6244725738396625,
"repo_name": "FriendsOfPHP/PHP-CS-Fixer",
"id": "8d1ebb6f602c7823f0af04f170688e98cbdbfa6a",
"s... |
<!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.4.2) on Fri Jul 22 13:27:52 PDT 2005 -->
<TITLE>
ScriptgenTask (Java Card Tools for Ant - API)
</TITLE>
<META NAME="keywords" CONTENT="com.sun.javacard.... | {
"content_hash": "3bfe2794b43801772a1275763d179423",
"timestamp": "",
"source": "github",
"line_count": 514,
"max_line_length": 665,
"avg_line_length": 41.62256809338521,
"alnum_prop": 0.6497148733289707,
"repo_name": "nversbra/SIC",
"id": "2de9f6b2fbf45c75703a1e52ef243dcc3a11df64",
"size": "21394"... |
package lila.tournament
import org.joda.time.DateTime
import reactivemongo.bson.{ BSONDocument, BSONArray }
import BSONHandlers._
import lila.db.BSON.BSONJodaDateTimeHandler
import lila.db.Implicits._
object TournamentRepo {
private lazy val coll = Env.current.tournamentColl
private def selectId(id: String) = ... | {
"content_hash": "72457b5dccaa27cd810fb0072941bfd4",
"timestamp": "",
"source": "github",
"line_count": 184,
"max_line_length": 115,
"avg_line_length": 41.266304347826086,
"alnum_prop": 0.6704859739233504,
"repo_name": "terokinnunen/lila",
"id": "f70c4eb650b088fe381c6563e1d387c0956f1c07",
"size": "... |
package encrypted
import (
"encoding/json"
"testing"
. "gopkg.in/check.v1"
)
// Hook up gocheck into the "go test" runner.
func Test(t *testing.T) { TestingT(t) }
type EncryptedSuite struct{}
var _ = Suite(&EncryptedSuite{})
var plaintext = []byte("reallyimportant")
func (EncryptedSuite) TestRoundtrip(c *C) {... | {
"content_hash": "38bca7fd523e72deca3f03476b0c8f89",
"timestamp": "",
"source": "github",
"line_count": 64,
"max_line_length": 268,
"avg_line_length": 23.703125,
"alnum_prop": 0.6921555702043507,
"repo_name": "dmcgowan/gotuf",
"id": "31b058252fbd1495e0f4ba1ed777a231e8079c03",
"size": "1517",
"bin... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>euclidean-geometry: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootst... | {
"content_hash": "4f7edfca183b72e4e5cf37765999d5ca",
"timestamp": "",
"source": "github",
"line_count": 170,
"max_line_length": 278,
"avg_line_length": 46.305882352941175,
"alnum_prop": 0.5664380081300813,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "e6b6725de749071e4cd608646da3b480d1f927a0",... |
using System.Web.Mvc;
namespace BackOffice.Areas.Users
{
public class UsersAreaRegistration : AreaRegistration
{
public override string AreaName
{
get
{
return "Users";
}
}
public override void RegisterArea(AreaRegistratio... | {
"content_hash": "2a9bf21cabba97fa2b60a1143304de72",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 75,
"avg_line_length": 23.541666666666668,
"alnum_prop": 0.49911504424778763,
"repo_name": "LykkeCity/MarketPlace",
"id": "d12644faa0e9b333c928977b227aeecb3ef84929",
"size"... |
package dnsimple
import (
"fmt"
)
// Collaborator represents a Collaborator in DNSimple.
type Collaborator struct {
ID int `json:"id,omitempty"`
DomainID int `json:"domain_id,omitempty"`
DomainName string `json:"domain_name,omitempty"`
UserID int `json:"user_id,omitempty"`
UserEmail stri... | {
"content_hash": "9869ec54cac5a2266ef9091da2fc29d8",
"timestamp": "",
"source": "github",
"line_count": 96,
"max_line_length": 151,
"avg_line_length": 33.427083333333336,
"alnum_prop": 0.7687753194141477,
"repo_name": "stardog-union/stardog-graviton",
"id": "b25f8fba4fa4010b39e807e545db6d5d04a62e3b",... |
using System;
namespace UniRx.Operators
{
internal class ReturnObservable<T> : OperatorObservableBase<T>
{
readonly T value;
readonly IScheduler scheduler;
public ReturnObservable(T value, IScheduler scheduler)
: base(scheduler == Scheduler.CurrentThread)
{
... | {
"content_hash": "7931e831e43aaebbc3f3ded5719a402f",
"timestamp": "",
"source": "github",
"line_count": 70,
"max_line_length": 95,
"avg_line_length": 26.271428571428572,
"alnum_prop": 0.44480696030451333,
"repo_name": "Deepscorn/DeepLabs",
"id": "9ffde07344be0e02c39360e4da9084b8587e0790",
"size": "... |
// Copyright (c) 2014-2019 The Innova Core developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "activemasternode.h"
#include "darksend.h"
#include "governance-classes.h"
#include "masternode-payments.h"
#incl... | {
"content_hash": "e4e411ae07c2cd756bf52baf90517a5f",
"timestamp": "",
"source": "github",
"line_count": 955,
"max_line_length": 232,
"avg_line_length": 40.809424083769635,
"alnum_prop": 0.6704641675005774,
"repo_name": "innovacoin/innova",
"id": "ddbcc2d4b7ec368218f859c4bc87764e4262ce92",
"size": "... |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using System.Threading.Tasks;
using Windows.Devices.Enumeration;
using Windows.Devices.I2c;
using Windows.Foundation;
using Windows.Foundation.Col... | {
"content_hash": "d9c14979efbbd0865dd39101a31c61d0",
"timestamp": "",
"source": "github",
"line_count": 65,
"max_line_length": 106,
"avg_line_length": 34.36923076923077,
"alnum_prop": 0.6092211280214861,
"repo_name": "tkopacz/iot-kabelki-azure-iot-hub",
"id": "5cf91086cf4cd4487fc40fc1f1780ad2b6b3489c... |
Flask-Pbj provides support for [Google Protocol Buffers](https://developers.google.com/protocol-buffers/docs/overview)
and json formatted request and response data. The api decorator serializes
and deserializes json or protobuf formatted messages to and from a python
dictionary.
## Why Flask-Pbj
Flask Peanut Butter ... | {
"content_hash": "d24f160b2d93dabb1b306edbd4facec4",
"timestamp": "",
"source": "github",
"line_count": 83,
"max_line_length": 118,
"avg_line_length": 32.46987951807229,
"alnum_prop": 0.6912801484230056,
"repo_name": "keenbrowne/flask-pbj",
"id": "1098c909c1583db614e0f2e03ed8da7a58f3a211",
"size": ... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Login Page - Photon Admin Panel Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="shortcut icon" href="http://photonui.orangehilldev.com/css/css_comp... | {
"content_hash": "f264cb85f78b3e664aca739b4799589e",
"timestamp": "",
"source": "github",
"line_count": 182,
"max_line_length": 243,
"avg_line_length": 87.92857142857143,
"alnum_prop": 0.7448603386864963,
"repo_name": "user-tony/photon-rails",
"id": "a42b40f83261b69496471c7de7ca655bf2131284",
"size... |
package bq.jpa.demo.inherit.pertable.domain;
import javax.persistence.AttributeOverride;
import javax.persistence.AttributeOverrides;
import javax.persistence.Column;
import javax.persistence.Entity;
/**
* <b> </b>
*
* <p> override parent entity attributes </p>
*
* @author Jonathan Q. Bo (jonathan.q.bo@gmail.... | {
"content_hash": "63a57858b7dafa73edb0018c701a3b3c",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 68,
"avg_line_length": 19.340425531914892,
"alnum_prop": 0.7150715071507151,
"repo_name": "jonathanqbo/jpa",
"id": "c9aec87cd303fd4ccc1a551077f4e92842f4e630",
"size": "2023... |
package org.spongycastle.pqc.crypto.test;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import junit.framework.TestCase;
import org.spongycastle.pqc.crypto.ntru.NTRUSigningKeyGenerationParameters;
public class NTRUSigningParametersTest
extends TestCase
{
... | {
"content_hash": "d9abeb27f4f4e42abb49afebc1f6a7f6",
"timestamp": "",
"source": "github",
"line_count": 65,
"max_line_length": 191,
"avg_line_length": 35.215384615384615,
"alnum_prop": 0.7247706422018348,
"repo_name": "FAU-Inf2/spongycastle",
"id": "b9129f003f6a65cc9f4d56650e6982fd39073c91",
"size"... |
require 'rails_helper'
RSpec.describe RecipeReviewPolicy do
let(:user) { User.new }
subject { described_class }
permissions '.scope' do
pending "add some examples to (or delete) #{__FILE__}"
end
permissions :show? do
pending "add some examples to (or delete) #{__FILE__}"
end
permissions :creat... | {
"content_hash": "b5270697ac873b9d4af9b5f9776a76d7",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 58,
"avg_line_length": 22.307692307692307,
"alnum_prop": 0.65,
"repo_name": "jcpny1/recipe-cat",
"id": "44c6ccc4475bae1028c7e298a90aa0fc139e93b7",
"size": "580",
"binary"... |
/* globals describe, beforeEach, afterEach, it, expect, jasmine, localStorage */
var LocalStorage = require('./local-storage');
var randomStrings = [];
function randomString() {
'use strict';
function randomChar() {
return String.fromCharCode(32 + Math.floor(Math.random() * 95));
}
function r... | {
"content_hash": "b20c95c63b86584c6ccea6530ab1d443",
"timestamp": "",
"source": "github",
"line_count": 85,
"max_line_length": 80,
"avg_line_length": 28.352941176470587,
"alnum_prop": 0.4995850622406639,
"repo_name": "tosh001/demo",
"id": "6dc2d4df2be2dfa2d8c468a81fcf57d5aef29802",
"size": "2410",
... |
<!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_02) on Thu Sep 01 16:38:10 CEST 2005 -->
<TITLE>
net.sf.j2ep.requesthandlers Class Hierarchy
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF=... | {
"content_hash": "0d78cff07008fb7cb421ff15df50d9cc",
"timestamp": "",
"source": "github",
"line_count": 150,
"max_line_length": 623,
"avg_line_length": 43.86,
"alnum_prop": 0.6317069463444293,
"repo_name": "kidneyball/J2EP",
"id": "186920518832bea37fe69ba1982ddf8effaf0702",
"size": "6579",
"binar... |
/**
* This class is generated by jOOQ
*/
package org.carbon.sample.ext.jooq;
import javax.annotation.Generated;
import org.carbon.sample.ext.jooq.tables.Asset;
import org.carbon.sample.ext.jooq.tables.Lecturer;
import org.carbon.sample.ext.jooq.tables.LecturerApplyHistory;
import org.carbon.sample.ext.jooq.tables.... | {
"content_hash": "6145de57ca56777ab10540ac7bd9283a",
"timestamp": "",
"source": "github",
"line_count": 83,
"max_line_length": 148,
"avg_line_length": 32.21686746987952,
"alnum_prop": 0.6948391922213911,
"repo_name": "ShotaOd/dabunt",
"id": "74ba116d700bed501e0c98f43621bed56873f2c5",
"size": "2674"... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace jarwin.State
{
public class StateFailedSyncing : StateAbstract
{
public StateFailedSyncing(bool isRefreshRequiredIn)
{
description = "Failed to ... | {
"content_hash": "001ec911d8d730750ab96c2532d7757c",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 59,
"avg_line_length": 23.88235294117647,
"alnum_prop": 0.6477832512315271,
"repo_name": "jamescorbould/jarwin",
"id": "a4e55b24be6818886749f285da23f6054042e06d",
"size": "... |
[Unconditional Loan Income](http://www.naturalfinance.net/2016/02/unconditional-loan-income-ubi-pilot.html) is a private or public (social) program that uses "soft loans" whose only repayment obligation is a royalty on future income.
Special considerations for core/simple test are:
1. An automatic clawback (to re... | {
"content_hash": "3d176cf0453a67a0655d884efbb9e70f",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 233,
"avg_line_length": 49.88461538461539,
"alnum_prop": 0.7297609868928296,
"repo_name": "FreddieV4/DailyProgrammerChallenges",
"id": "e19a234c431496b52c85a1ef26abc4327f9227... |
using namespace llvm;
namespace {
class MCAsmStreamer : public MCStreamer {
protected:
formatted_raw_ostream &OS;
const MCAsmInfo *MAI;
private:
std::unique_ptr<MCInstPrinter> InstPrinter;
std::unique_ptr<MCCodeEmitter> Emitter;
std::unique_ptr<MCAsmBackend> AsmBackend;
SmallString<128> CommentToEmit;
... | {
"content_hash": "1e90039bfb6204fea628d11de99adbd8",
"timestamp": "",
"source": "github",
"line_count": 1297,
"max_line_length": 85,
"avg_line_length": 32.48573631457209,
"alnum_prop": 0.6417857312384297,
"repo_name": "zakki/openhsp",
"id": "14f0f05edd1f6fd12ab568733b5fcfb378eaa4ea",
"size": "43335... |
// Generated Source
interface ParsePhoneNumberRequest {
/**
* Phone numbers passed in a string. The maximum value of phone numbers is limited to 64. The maximum number of symbols in each phone number in a string is 64
*/
originalStrings?: string;
}
export default ParsePhoneNumberRequest;
| {
"content_hash": "9640ec02fc99943bf375f2d7179c9f92",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 162,
"avg_line_length": 28.181818181818183,
"alnum_prop": 0.7354838709677419,
"repo_name": "ringcentral/ringcentral-js-client",
"id": "6bb105974a4b1fa546da2f20478b9670aab9376... |
<?php
namespace ZpgRtf\Objects;
/**
* The description is expressed as an array of description objects, each of which represent a paragraph or section.
*/
class DescriptionObject implements \JsonSerializable
{
/** @var null|string */
private $heading;
/** @var null|DimensionsObject */
private $dimen... | {
"content_hash": "944fb22fd4a3cd95b7d680613945f1a2",
"timestamp": "",
"source": "github",
"line_count": 88,
"max_line_length": 115,
"avg_line_length": 18.875,
"alnum_prop": 0.5478627332931969,
"repo_name": "lukeoliff/zpg-rtf-php",
"id": "eca24c88be9b4718d4d8dfbd76ce93df212e199e",
"size": "1661",
... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Li... | {
"content_hash": "fce6cfc75a51af8a6975956524a5d29c",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 84,
"avg_line_length": 40.02777777777778,
"alnum_prop": 0.7487855655794587,
"repo_name": "devdigital/LiveDocs",
"id": "57f67862c1eb9c40c458646398770a4bd401a9f0",
"size": "1... |
#include <aws/license-manager/model/RenewType.h>
#include <aws/core/utils/HashingUtils.h>
#include <aws/core/Globals.h>
#include <aws/core/utils/EnumParseOverflowContainer.h>
using namespace Aws::Utils;
namespace Aws
{
namespace LicenseManager
{
namespace Model
{
namespace RenewTypeMapper
... | {
"content_hash": "aab091dc3b756225f8a4532fea3d609a",
"timestamp": "",
"source": "github",
"line_count": 74,
"max_line_length": 92,
"avg_line_length": 27.39189189189189,
"alnum_prop": 0.5806610754810064,
"repo_name": "cedral/aws-sdk-cpp",
"id": "29074a6d687a22a2d82cffdecfc2d3693e02a260",
"size": "21... |
import subprocess
import os
from glim.core import Facade
from glim import Log
from glim import paths
OPTION_MAP = {
'nojs': '--no-js',
'lint': '--lint',
'verbose': '--verbose',
'units': '-sm=on',
'compress': '--compress'
}
DEFAULT_CONFIG = {
'source': os.path.join(paths.APP_PATH, 'assets/less/main.less'),
'de... | {
"content_hash": "3dcf9bb4a74e8278c054daf01cd00568",
"timestamp": "",
"source": "github",
"line_count": 64,
"max_line_length": 68,
"avg_line_length": 21.890625,
"alnum_prop": 0.635260528194147,
"repo_name": "aacanakin/glim-extensions",
"id": "9b5dcf78f4b4bb31bdbede42b67cc66f64aac0f6",
"size": "1401... |
require 'faraday'
require 'faraday_middleware'
require 'spyke/config'
require 'spyke/path'
require 'spyke/result'
module Spyke
module Http
extend ActiveSupport::Concern
METHODS = %i{ get post put patch delete }
included do
class_attribute :connection, instance_accessor: false
end
module C... | {
"content_hash": "91d1ca2af385e02ecd10ffe025f797c4",
"timestamp": "",
"source": "github",
"line_count": 114,
"max_line_length": 97,
"avg_line_length": 26.780701754385966,
"alnum_prop": 0.5941696691778579,
"repo_name": "Pamplemousse/spyke",
"id": "ea9b2ebe7f29d223dd3fa84cc593791baa1d5728",
"size": "... |
namespace Idecom.Bus.Utility
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
[DebuggerStepThrough]
public static class InterfaceImplementor
{
static readonly Dictionary<Type... | {
"content_hash": "4ece6a0d5a28dbe4f3de25d1c3d8d5e5",
"timestamp": "",
"source": "github",
"line_count": 97,
"max_line_length": 190,
"avg_line_length": 42.371134020618555,
"alnum_prop": 0.6462287104622871,
"repo_name": "evgenyk/Idecom.Bus",
"id": "eb9bb1e6b41b4a33a16a05218529621994c3b9b7",
"size": "... |
Server
=============
You can find server documentation files in this folder. | {
"content_hash": "4c26bb75592c2d5a7d946e15acf54090",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 55,
"avg_line_length": 25.333333333333332,
"alnum_prop": 0.6842105263157895,
"repo_name": "EverywhereHouseControl/Documentation",
"id": "826e4573be3a0f61aa5a691977425479876366... |
package com.pyamsoft.dontsuckmp.queue;
import android.support.annotation.CheckResult;
import android.support.annotation.NonNull;
import com.google.auto.value.AutoValue;
import com.pyamsoft.dontsuckmp.model.Album;
public final class QueueEvents {
private QueueEvents() {
throw new RuntimeException("No instance... | {
"content_hash": "440d58f92766cb12697b648c3fa5ad99",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 82,
"avg_line_length": 24.153846153846153,
"alnum_prop": 0.7468152866242038,
"repo_name": "pyamsoft/dontsuck-mp",
"id": "2b1e1eacfcd0a9eaf1eb12b093b2ae0ce0cbb252",
"size": ... |
FROM balenalib/jetson-tx1-ubuntu:bionic-run
ENV NODE_VERSION 10.24.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ... | {
"content_hash": "2dd6fbfa08ea805ba2e30f3a033de8de",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 692,
"avg_line_length": 64.28888888888889,
"alnum_prop": 0.7044590390597996,
"repo_name": "nghiant2710/base-images",
"id": "80528e5eef63ae420303faaaa146691148d1abc3",
"size... |
package com.amazonaws.services.medialive.model.transform;
import java.util.List;
import javax.annotation.Generated;
import com.amazonaws.SdkClientException;
import com.amazonaws.services.medialive.model.*;
import com.amazonaws.protocol.*;
import com.amazonaws.annotation.SdkInternalApi;
/**
* UpdateInputRequestMar... | {
"content_hash": "0b4f971e31258bcd2b3d3ac1439a1c5c",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 158,
"avg_line_length": 55.09090909090909,
"alnum_prop": 0.7637513751375138,
"repo_name": "aws/aws-sdk-java",
"id": "ccfbd345562c4ed383a85438222b12a1453b6e47",
"size": "421... |
package cgeo.geocaching.unifiedmap.tileproviders;
import cgeo.geocaching.settings.Settings;
import cgeo.geocaching.storage.ContentStorage;
import cgeo.geocaching.unifiedmap.LayerHelper;
import static cgeo.geocaching.unifiedmap.tileproviders.TileProviderFactory.MAP_MAPSFORGE;
import android.net.Uri;
import java.io.Fi... | {
"content_hash": "3433e0c6ec4fb1c3655009dfce66f1af",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 114,
"avg_line_length": 40.96491228070175,
"alnum_prop": 0.7357601713062099,
"repo_name": "cgeo/cgeo",
"id": "b8184ea6ae51a225857b0a976aa2d0de557b6187",
"size": "2335",
"... |
<?php
namespace Rails\ActionView\Template\Exception;
class LayoutMissingException extends \Rails\Exception\RuntimeException implements ExceptionInterface
{
protected $title = "Layout missing";
} | {
"content_hash": "6bf1d972902b63afd065b54afc662874",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 100,
"avg_line_length": 28.428571428571427,
"alnum_prop": 0.8190954773869347,
"repo_name": "railsphp/railsphp",
"id": "6f5d0f29f868cada7728135a8a897fdbe1892cb7",
"size": "19... |
using System;
using System.Runtime.InteropServices;
namespace EarTrumpet.Interop.MMDeviceAPI
{
// W10_TH1: CA286FC3-91FD-42C3-8E9B-CAAFA66242E3
// W10_TH2: 6BE54BE8-A068-4875-A49D-0C2966473B11
// Win7-Win8, W10_RS1-Present:
[Guid("F8679F50-850A-41CF-9C72-430F290290C8")]
[InterfaceType(ComInterface... | {
"content_hash": "1b027a48626ba3a6ce600bbfb4327907",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 134,
"avg_line_length": 41.46153846153846,
"alnum_prop": 0.7096474953617811,
"repo_name": "File-New-Project/EarTrumpet",
"id": "0d2c0f912da2d44d3bbc373677c2c90b46e7a6aa",
"... |
<set xmlns:android="http://schemas.android.com/apk/res/android" >
<translate
android:duration="@android:integer/config_shortAnimTime"
android:fromXDelta="30%p"
android:toXDelta="0" />
<alpha
android:duration="@android:integer/config_shortAnimTime"
android:fromAlpha="0.0... | {
"content_hash": "fcacd744633f8917de96069ae69baf07",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 65,
"avg_line_length": 27.846153846153847,
"alnum_prop": 0.6408839779005525,
"repo_name": "cfmobile/arca-android-samples",
"id": "01265fc31c688d3696721fc756c63d75684d033f",
... |
<?php /* Template Name: Custom Page Template */ ?>
<?php get_header(); ?>
<?php get_sidebar(); ?>
<?php get_footer(); ?> | {
"content_hash": "725d37d4b80f7f06ca66e2f0de24c3dd",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 50,
"avg_line_length": 21.166666666666668,
"alnum_prop": 0.5511811023622047,
"repo_name": "Mattyvac/Templates",
"id": "20321d99ae32253fd21b612847c3a3eb959f15d6",
"size": "12... |
skyscheduler-to-csv
===================
Script to convert SkyScheduler Flight log entries to CSV.
| {
"content_hash": "769259951daec424488345a2130bbc78",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 57,
"avg_line_length": 24.75,
"alnum_prop": 0.6565656565656566,
"repo_name": "ablyler/skyscheduler-to-csv",
"id": "5fedf4104510d15ba1dcc7bb65307221b789663b",
"size": "99",
... |
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
namespace Microsoft.CodeAnalysis.Editor.Implementation.NavigateTo
{
internal interface INavigateToSearchResultProvider
{
/// <summary>
/// Compute navigate to search results for the given search pattern in t... | {
"content_hash": "9962c6cfa76b720805225b2b160f7c33",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 146,
"avg_line_length": 36.857142857142854,
"alnum_prop": 0.7558139534883721,
"repo_name": "jaredpar/roslyn",
"id": "4e08f8a73ccadaddee33d0cf41b813da67c29f60",
"size": "678... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace mko.Asp.Mvc.Test.Controllers
{
public class LispUiController : Controller
{
//
// GET: /LispUi/
public ActionResult Index()
{
return View();
... | {
"content_hash": "648dcc0224fe74542080f1ae9455a6e2",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 46,
"avg_line_length": 16.6,
"alnum_prop": 0.5963855421686747,
"repo_name": "mk-prg-net/mk-prg-net.lib",
"id": "d46fe9c45d51c62624885b15c2a724da7466b95f",
"size": "334",
... |
/*! UIkit 3.6.12 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('uikit-util')) :
typeof define === 'function' && define.amd ? define('uikitlightbox', ['uikit-uti... | {
"content_hash": "f3a695a2ddcf212efffdf702803e6233",
"timestamp": "",
"source": "github",
"line_count": 1828,
"max_line_length": 773,
"avg_line_length": 29.38074398249453,
"alnum_prop": 0.42745959633574143,
"repo_name": "cdnjs/cdnjs",
"id": "b60341e7bbf3bfef918f7c4b249499b335a77d34",
"size": "53708... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "4c9955ae4c7ecc63792821c47b187349",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "f93cef8e105d1fee2597e81bc363453eb3e5731c",
"size": "176... |
module.exports = function(config) {
config.set({
// base path that will be used to resolve all patterns (eg. files, exclude)
basePath: '..',
// frameworks to use
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
frameworks: ['mocha', 'chai'],
// list of files / patte... | {
"content_hash": "c848c0f3ac1b13cab6df21967d2a1477",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 120,
"avg_line_length": 24.686567164179106,
"alnum_prop": 0.6559854897218863,
"repo_name": "stasm/l20n.js",
"id": "304f44e23949082716d69c2f321c40cedc218aba",
"size": "1735"... |
package org.nd4j.linalg.api.ops.impl.layers.recurrent.outputs;
import java.util.Arrays;
import java.util.List;
import lombok.Getter;
import org.nd4j.autodiff.samediff.SDVariable;
import org.nd4j.base.Preconditions;
import org.nd4j.linalg.api.ops.impl.layers.recurrent.GRUCell;
/**
* The outputs of a GRU cell ({@link ... | {
"content_hash": "a7b07fee8c5c3e3f4844695461d3fa8a",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 72,
"avg_line_length": 21.612903225806452,
"alnum_prop": 0.6037313432835821,
"repo_name": "RobAltena/deeplearning4j",
"id": "a39a5bcc76cb878fb9be3b2eef4b6e108dbd681c",
"siz... |
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>maxent_toolbox: getFactors()</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" conte... | {
"content_hash": "e2f481af1f797d041c1010bd165de254",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 148,
"avg_line_length": 31.506493506493506,
"alnum_prop": 0.6438582028029678,
"repo_name": "orimaoz/maxent_toolbox",
"id": "99d63a20ec24f3a9c814cc8bb4e17e46041bfad3",
"size... |
package org.apache.hadoop.hdfs.server.namenode;
import static org.apache.hadoop.fs.permission.AclEntryScope.*;
import static org.apache.hadoop.fs.permission.AclEntryType.*;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.EnumMap;
import java.util.EnumSet;
impor... | {
"content_hash": "7b7b2db9fab85e3f0a53cb369b435726",
"timestamp": "",
"source": "github",
"line_count": 483,
"max_line_length": 84,
"avg_line_length": 43.4472049689441,
"alnum_prop": 0.6956873957588754,
"repo_name": "mapr/hadoop-common",
"id": "83ca54e0bb21c246092bb879f86b237939cef4af",
"size": "21... |
Imports System.Drawing
Imports System.Drawing.Drawing2D
Imports Owl.Core.Structures
Imports Owl.Core.Tensors
Namespace Visualization
Public Module PlotFactory
''' <summary>
''' Shape = {Rows, Columns, Channel}
''' </summary>
''' <param name="Tensor3D"></param>
''' <returns></returns>
Public Functio... | {
"content_hash": "ecb2a7c3240bf2e005d9a26141659599",
"timestamp": "",
"source": "github",
"line_count": 201,
"max_line_length": 167,
"avg_line_length": 37.288557213930346,
"alnum_prop": 0.5316877918612408,
"repo_name": "mateuszzwierzycki/Owl",
"id": "794f220f341977454061b5be4dabde8bc46b784b",
"size... |
"use strict";
var screenWidth;
var screenHeight;
var context;
var fps;
var camera;
var gameObjects = [];
var seek = new Seek();
$(document).ready(function() {
var canvas = $("#gameCanvas")[0];
screenWidth = canvas.width;
screenHeight = canvas.height;
context = canvas.getContext("2d");
context.font = "bold... | {
"content_hash": "ecc1d9b9af123623f636e0b6ef7c5ea3",
"timestamp": "",
"source": "github",
"line_count": 125,
"max_line_length": 66,
"avg_line_length": 19.816,
"alnum_prop": 0.6128381106176827,
"repo_name": "antonpantev/game-ai",
"id": "87143afddf5c5f502d534e6fc347d132abc9afa5",
"size": "2477",
"b... |
/*
* Thanks to Dmitry Baranovsky and his Raphael library for inspiration!
*/
/*
* @class SVG
*
* Although SVG is not available on IE7 and IE8, these browsers support [VML](https://en.wikipedia.org/wiki/Vector_Markup_Language), and the SVG renderer will fall back to VML in this case.
*
* VML was deprecated in 20... | {
"content_hash": "eb4389a9b83ab628ac10476257ca59cd",
"timestamp": "",
"source": "github",
"line_count": 153,
"max_line_length": 189,
"avg_line_length": 26.19607843137255,
"alnum_prop": 0.6444610778443114,
"repo_name": "hyperknot/Leaflet",
"id": "127ade901efd0da25a9a3887ac7ccfe9bfd86ced",
"size": "4... |
//!
//! @file ComponentSystem.h
//! @author FluMeS
//! @date 2009-12-20
//!
//! @brief Contains the subsystem component class and connection assistant help class
//!
//$Id$
#ifndef COMPONENTSYSTEM_H
#define COMPONENTSYSTEM_H
#if __cplusplus >= 201103L
#include <mutex>
#include <chrono>
#include <ctime>
#endif
... | {
"content_hash": "8f0737f43dc812d4ef001eba896f2736",
"timestamp": "",
"source": "github",
"line_count": 281,
"max_line_length": 203,
"avg_line_length": 40.70106761565836,
"alnum_prop": 0.6846200926816473,
"repo_name": "Hopsan/hopsan",
"id": "6a1eec50f4a0c6866bd4fce387ff1b4fae70228c",
"size": "12425... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Vap... | {
"content_hash": "9b75a73f60564581ae6c7c7989326a76",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 84,
"avg_line_length": 38.611111111111114,
"alnum_prop": 0.746043165467626,
"repo_name": "preslavc/SoftUni",
"id": "b1ee9c5464d96760807658eecf28892d5e431cad",
"size": "1393... |
using System.CommandLine;
using System.CommandLine.Parsing;
using DistributedTests.Client.Commands;
using DistributedTests.Client.LoadGeneratorScenario;
using Microsoft.Extensions.Logging;
var loggerFactory = LoggerFactory.Create(builder => builder.SetMinimumLevel(LogLevel.Information)
... | {
"content_hash": "191fc7a658fef749aa9726a0d6338547",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 116,
"avg_line_length": 44.3125,
"alnum_prop": 0.7602256699576869,
"repo_name": "ElanHasson/orleans",
"id": "0d7086d79229632ba6c526c6a644a6a370abda14",
"size": "709",
"bi... |
"""
Pagination: select how many results to display.
"""
# Maybe refactor later the same way as variant_filter,
# but maybe not necessary as long as they are so simple.
def pagination_from_request(request):
lim = request.GET.get('limit')
off = request.GET.get('offset', '0')
assert off.isdigit(), "Argument t... | {
"content_hash": "1b34a2c1849a7b1100bef7135ac80648",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 70,
"avg_line_length": 29,
"alnum_prop": 0.5982008995502249,
"repo_name": "444thLiao/VarappX-flask",
"id": "23a47459be9689c0586a52bec877165ddc996c48",
"size": "1334",
"bi... |
require 'devise/strategies/base'
module Devise
module Strategies
# This strategy should be used as basis for authentication strategies. It retrieves
# parameters both from params or from http authorization headers. See database_authenticatable
# for an example.
class Authenticatable < Base
attr... | {
"content_hash": "6b6a03ea04c4fcb01a2d8c4782ae1334",
"timestamp": "",
"source": "github",
"line_count": 179,
"max_line_length": 110,
"avg_line_length": 34.737430167597765,
"alnum_prop": 0.6463493084593117,
"repo_name": "xiuxian123/loyal_device",
"id": "28f12cdacb5312c8990ffcb967cc1de6f635a8d0",
"si... |
#ifndef Vps_VPublication_Interface
#define Vps_VPublication_Interface
/************************
***** Components *****
************************/
#include "Vca_VRolePlayer.h"
#include "Vps_IPublication.h"
#include "Vps_IMessage.h"
#include "Vps_IMessageSink.h"
#include "Vps_ISubscription.h"
#include "Vps_IWaterm... | {
"content_hash": "5d588dd4d7c00d7c61649b881950340f",
"timestamp": "",
"source": "github",
"line_count": 266,
"max_line_length": 142,
"avg_line_length": 23.909774436090224,
"alnum_prop": 0.6272012578616353,
"repo_name": "MichaelJCaruso/vision",
"id": "e84899fb6082ba80a51cb56790935b51b5f43749",
"size... |
/* door de scrollbar ruimte te reserveren springt het scherm en de menu's niet zo.' */
html {
overflow-y: scroll;
}
| {
"content_hash": "54dde25c6925c34cfc2a45346ae04bed",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 86,
"avg_line_length": 30,
"alnum_prop": 0.6916666666666667,
"repo_name": "joris520/broodjesalami",
"id": "364c09d1de2a44dd48c78cd22f2eabc227e63b78",
"size": "120",
"binar... |
#include "signverifymessagedialog.h"
#include "ui_signverifymessagedialog.h"
#include "addressbookpage.h"
#include "base58.h"
#include "guiutil.h"
#include "init.h"
#include "main.h"
#include "optionsmodel.h"
#include "walletmodel.h"
#include "wallet.h"
#include <QClipboard>
#include <string>
#include <vector>
Sign... | {
"content_hash": "f8e0dc24ad326aac95abc4e966066408",
"timestamp": "",
"source": "github",
"line_count": 277,
"max_line_length": 156,
"avg_line_length": 31.772563176895307,
"alnum_prop": 0.6418588796727644,
"repo_name": "VsyncCrypto/Vsync",
"id": "e14eaf0a754844f9d8236de97897b0a3a09bbf54",
"size": "... |
/**
* Tree
*
* @version 0.7.0, 2018-01-25
* @author Gregor Kofler
*
* @param {Object} config object
* container: {Object} DOM element tree will be appended to
* tree: {Object} (nested) UL element(s) which will be turned into tree
* branches: {Array} initial branches
* checkBoxes: {Boolean¦"la... | {
"content_hash": "0dd3581f1e0cc11d093e0a75f739b96b",
"timestamp": "",
"source": "github",
"line_count": 592,
"max_line_length": 135,
"avg_line_length": 21.618243243243242,
"alnum_prop": 0.5837630879824973,
"repo_name": "Vectrex/vxJS",
"id": "39498813355dcf9fee4728d1233082ac8f4ee8f8",
"size": "12799... |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>class RubyXL::Font - rubyXL 3.3.15</title>
<script type="text/javascript">
var rdoc_rel_prefix = "../";
</script>
<script src="../js/jquery.js"></script>
<script src="../js/darkfish.js"></script>
<link href="../css/fonts.css" rel="stylesheet">
<link hre... | {
"content_hash": "e5eefd78c4eda4a900b74d431f254311",
"timestamp": "",
"source": "github",
"line_count": 670,
"max_line_length": 449,
"avg_line_length": 32.43582089552239,
"alnum_prop": 0.5672280508006626,
"repo_name": "parallel588/rubyXL",
"id": "a3aabcb7b24495ef44914010e407986d681f1ccf",
"size": "... |
<!DOCTYPE html>
<!--html5-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<!-- Mirrored from arduino.cc/en/Reference/RobotCompassRead by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 06 Feb 2015 20:16:13 GMT -->
<!-- Added b... | {
"content_hash": "4d243035664fa5f212c4e4b543792ba8",
"timestamp": "",
"source": "github",
"line_count": 589,
"max_line_length": 642,
"avg_line_length": 40.15619694397284,
"alnum_prop": 0.6256553357009978,
"repo_name": "cpipero/ArduinoLadder",
"id": "61479781ae401c34002c6819a46e2de8b105e8ed",
"size"... |
/**
@Name: laydate 核心样式
@Author:贤心
@Site:http://sentsin.com/layui/laydate
**/
html{_background-image:url(about:blank); _background-attachment:fixed;}
.laydate_body .laydate_box, .laydate_body .laydate_box *{margin:0; padding:0;}
.laydate-icon,
.laydate-icon-default,
.laydate-icon-yahui,
.laydate-... | {
"content_hash": "e022a11dab031142d2ce15fed18b831d",
"timestamp": "",
"source": "github",
"line_count": 76,
"max_line_length": 202,
"avg_line_length": 80.60526315789474,
"alnum_prop": 0.7512242899118511,
"repo_name": "Heanes/cdn.heanes.com",
"id": "02cee996d4236b89b3f5ed3c138112672fb53ffa",
"size":... |
<?php
namespace DTS\eBaySDK\Trading\Types;
/**
*
* @property string $BotBlockAudioUrl
* @property string $BotBlockToken
* @property string $BotBlockUrl
*/
class BotBlockResponseType extends \DTS\eBaySDK\Types\BaseType
{
/**
* @var array Properties belonging to objects of this class.
*/
private... | {
"content_hash": "e2fc538978189f2ca2db7aef8d823548",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 116,
"avg_line_length": 28.771929824561404,
"alnum_prop": 0.5536585365853659,
"repo_name": "michabbb-backup/ebay-sdk-trading",
"id": "72f2c5094ba3402eb58cb64d6b9b51b005d275c3... |
package mil.nga.giat.geowave.cli.debug;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import mil.nga.giat.geowave.adapter.vector.GeotoolsFeatureDataAdapter;
import mil.nga.giat.geowave.adapter.vector.query.cql.FilterToCQLTool;
import mil.nga.giat.geowave.core.cli.... | {
"content_hash": "b94672be747723452d96326329e834f7",
"timestamp": "",
"source": "github",
"line_count": 126,
"max_line_length": 157,
"avg_line_length": 30.91269841269841,
"alnum_prop": 0.7476251604621309,
"repo_name": "chizou/geowave",
"id": "4ea4c88eac1c49271b2e716bfa64bdd96fa6cc48",
"size": "3895... |
<?php
namespace PHPExiftool\Driver\Tag\MinoltaRaw;
use JMS\Serializer\Annotation\ExclusionPolicy;
use PHPExiftool\Driver\AbstractTag;
/**
* @ExclusionPolicy("all")
*/
class WBRBLevelsWhiteF extends AbstractTag
{
protected $Id = 44;
protected $Name = 'WB_RBLevelsWhiteF';
protected $FullName = 'Mino... | {
"content_hash": "a54f72c975be6a2f65ae3f4145fb06ea",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 52,
"avg_line_length": 16.725,
"alnum_prop": 0.672645739910314,
"repo_name": "bburnichon/PHPExiftool",
"id": "1315bd48ba293b4e4aa869a6e1b57bf7e80e7d2e",
"size": "893",
"b... |
package edu.gatech.gtri.typesafeconfigextensions.factory;
import com.typesafe.config.Config;
import com.typesafe.config.ConfigParseOptions;
import static com.typesafe.config.ConfigFactory.parseResourcesAnySyntax;
import static edu.gatech.gtri.typesafeconfigextensions.internal.Check.checkNotNull;
final class Classp... | {
"content_hash": "7af8ee0c070c40559673d05103e9d033",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 83,
"avg_line_length": 24.71212121212121,
"alnum_prop": 0.6296750459840589,
"repo_name": "gtri/typesafeconfig-extensions",
"id": "597dc2539274bd96f19138aaa43a03817da16b5b",
... |
<!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" xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" ... | {
"content_hash": "36f3cac55525cc454a420d0269a79e5e",
"timestamp": "",
"source": "github",
"line_count": 92,
"max_line_length": 145,
"avg_line_length": 43.72826086956522,
"alnum_prop": 0.6162068108376834,
"repo_name": "vwolfley/runthru",
"id": "d9a186e42c650c9dab4dcacae03ad529aa7a6278",
"size": "402... |
<!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_65) on Thu Mar 26 14:24:31 EDT 2015 -->
<TITLE>
hipi.imagebundle (HIPI - Hadoop Image Processing Interface)
</TITLE>
<META NAME="date" CONTENT="2015... | {
"content_hash": "e5cffc268c9d3bd6ecd043901b19c3da",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 126,
"avg_line_length": 34.025,
"alnum_prop": 0.7156502571638501,
"repo_name": "nvoron23/hipi",
"id": "ba9da7f46a3b4f2c09a8d2e4ed611cf483c3a6af",
"size": "1361",
"binary"... |
import csv
import os
import re
try:
import urlparse
except ImportError:
import urllib.parse as urlparse
import pkgutil
import inspect
import bb
import supportedrecipesreport
class Columns(object):
"""Base class for all classes which extend the SUPPORTED_RECIPES_SOURCES report.
Typically used to add c... | {
"content_hash": "1d611e7dbd42e0d375c43890ff08059b",
"timestamp": "",
"source": "github",
"line_count": 401,
"max_line_length": 108,
"avg_line_length": 42.114713216957604,
"alnum_prop": 0.6040383704405495,
"repo_name": "jairglez/intel-iot-refkit",
"id": "e9907eae1772761d8c6ab416e23b7d733a20cbc7",
"... |
package org.spongycastle.jce.provider;
import java.io.IOException;
import java.math.BigInteger;
import java.security.InvalidKeyException;
import java.security.NoSuchAlgorithmException;
import java.security.NoSuchProviderException;
import java.security.Principal;
import java.security.Provider;
import java.security.Publ... | {
"content_hash": "c1c67b2c0108adcc57c924adcf1b6638",
"timestamp": "",
"source": "github",
"line_count": 663,
"max_line_length": 151,
"avg_line_length": 29.671191553544496,
"alnum_prop": 0.5252135014233428,
"repo_name": "Skywalker-11/spongycastle",
"id": "bfb8d35f9c84580f8f4378be7dbcd50218b1caad",
"... |
<?php
declare(strict_types=1);
namespace Tests\Unit\Coverage;
use Paraunit\Configuration\TempFilenameFactory;
use Paraunit\Coverage\CoverageFetcher;
use Paraunit\TestResult\Interfaces\TestResultHandlerInterface;
use Tests\BaseUnitTestCase;
use Tests\Stub\StubbedParaunitProcess;
class CoverageFetcherTest extends Bas... | {
"content_hash": "5b961eaa9fea5d6ce9c1160f7295b7d4",
"timestamp": "",
"source": "github",
"line_count": 86,
"max_line_length": 108,
"avg_line_length": 39,
"alnum_prop": 0.6845557543231962,
"repo_name": "facile-it/paraunit",
"id": "a8d6c1a037b2c4ff2547a871810d0c983d51251c",
"size": "3354",
"binary... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Fl. mycol. France (Paris) 75 (1888)
#### Original name
Agaricus jonquilla Lév., 1855
### Remarks
null | {
"content_hash": "6073e26c6f842fdda84e3d16d1a031e3",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 14.538461538461538,
"alnum_prop": 0.6984126984126984,
"repo_name": "mdoering/backbone",
"id": "4fad8f0d988f4a7d9f86bdbb781f2f538e490dbb",
"size": "25... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace Effekseer.GUI
{
public partial class DockFCurves : DockContent
{
public DockFCurves()
{
InitializeComponent();
}
... | {
"content_hash": "da4d353288e738d525774867a463e484",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 47,
"avg_line_length": 16.791666666666668,
"alnum_prop": 0.7468982630272953,
"repo_name": "lltcggie/Effekseer",
"id": "d3062c890ae92086a4a7e717c148862f5456096a",
"size": "4... |
#ifndef FREERDP_CODEC_INTERLEAVED_H
#define FREERDP_CODEC_INTERLEAVED_H
#include <freerdp/api.h>
#include <freerdp/types.h>
#include <freerdp/codec/color.h>
#include <freerdp/codec/bitmap.h>
typedef struct S_BITMAP_INTERLEAVED_CONTEXT BITMAP_INTERLEAVED_CONTEXT;
#ifdef __cplusplus
extern "C"
{
#endif
FREERDP_AP... | {
"content_hash": "6442e74deaaa6a20d4cb691cab6b7fb3",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 96,
"avg_line_length": 39.073170731707314,
"alnum_prop": 0.6173533083645443,
"repo_name": "awakecoding/FreeRDP",
"id": "d2ef02e5a06bb73474ea23b698664d9b06dabb0c",
"size": "... |
package com.phonegap.natives.bean;
/**
* Created by Trust on 17/1/5.
*/
public class TestBean {
/**
* systime : 2016-08-03 16:21:49
* lon : 116.47676009385665
* loctime : 1470212510269
* address :
* speed : 10.471948623657227
* bearing : 44.10205841064453
* provider : gps
... | {
"content_hash": "b9876605a1b8dc9bbd2a86e80af8e44f",
"timestamp": "",
"source": "github",
"line_count": 101,
"max_line_length": 46,
"avg_line_length": 18.752475247524753,
"alnum_prop": 0.5839493136219641,
"repo_name": "TrustMy/EBike",
"id": "cd18839ada68d897bea971f4df640abc7d510fc8",
"size": "1894"... |
<?php defined('BX_DOL') or die('hack attempt');
class BxBaseCmtsForm extends BxTemplFormView
{
protected static $_sAttributeMaskId;
protected static $_sAttributeMaskName;
public function __construct($aInfo, $oTemplate)
{
parent::__construct($aInfo, $oTemplate);
if(empty(self::$_s... | {
"content_hash": "2ce8239b64d3e70a17d1244498ad20fa",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 179,
"avg_line_length": 36.872727272727275,
"alnum_prop": 0.5798816568047337,
"repo_name": "camperjz/una",
"id": "a45f97b0871bf02165f85ac8282083f6ed1528da",
"size": "2200",... |
@charset "UTF-8";
@media all
{
/*------------------------------------------------------------------------------------------------------*/
/**
* @section browser reset
* @see http://www.yaml.de/en/documentation/css-components/base-stylesheet.html
*/
/* (en) Global reset of paddings and margins for all ... | {
"content_hash": "66fb14dbd9d654462931a093b620d182",
"timestamp": "",
"source": "github",
"line_count": 222,
"max_line_length": 107,
"avg_line_length": 33.47747747747748,
"alnum_prop": 0.5653928955866523,
"repo_name": "huihoo/olat",
"id": "1dc33677c80109cbd9e150b0838c5ba9304e0cc0",
"size": "8006",
... |
#ifndef _ATS_BEACON_INTERCEPT_H
#define _ATS_BEACON_INTERCEPT_H
#include "ts/ts.h"
bool hook_beacon_intercept(TSHttpTxn txnp);
#endif
| {
"content_hash": "0e16237fbcf564e91d568886684bc657",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 43,
"avg_line_length": 13.9,
"alnum_prop": 0.7410071942446043,
"repo_name": "chenglongwei/trafficserver",
"id": "d53d81cae3f03189176a9c6fbba376aa6599dbde",
"size": "1016",
... |
<!DOCTYPE html>
<html lang="zh-Hans">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0">
<meta name="description" content="">
<meta name="keywords" content="">
<!-- Set render engine for 360 browser -->
<meta... | {
"content_hash": "c91d73b9e3d935eee1f0781444e0707b",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 121,
"avg_line_length": 34.411764705882355,
"alnum_prop": 0.5354700854700855,
"repo_name": "shuang6/tutorhelp",
"id": "8c2441fae318ba5d33a05e7c5e83b3f73477403d",
"size": "2... |
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
<corners
android:radius="100dp"
/>
<solid
android:color="#0096ff"
/>
<padding
android:left="0dp"
android:top="0dp"
android:right="0dp"
android:bottom="0dp"... | {
"content_hash": "517a88948b4d0324f0b33ef02c0d9f16",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 93,
"avg_line_length": 20.347826086956523,
"alnum_prop": 0.6217948717948718,
"repo_name": "vishalkuo/FuturesRevealed",
"id": "2a3c191ec1114d108e40a477d845f70ea8db92d0",
"si... |
gnewszombie
===========
Because Google News API is retired.
| {
"content_hash": "5a974fae1c37d13de61a1c31be8e8f1a",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 36,
"avg_line_length": 15.5,
"alnum_prop": 0.6451612903225806,
"repo_name": "b-e-r-t-o/gnewszombie",
"id": "0cf2243fbbeaa2b0df992f6fab68257ba7c9bf52",
"size": "62",
"binar... |
<?php
namespace Drupal\KernelTests\Core\Theme;
use Drupal\Core\Path\CurrentPathStack;
use Drupal\Core\Path\PathMatcherInterface;
use Drupal\Core\Theme\Registry;
use Drupal\Core\Utility\ThemeRegistry;
use Drupal\KernelTests\KernelTestBase;
/**
* Tests the behavior of the ThemeRegistry class.
*
* @group Theme
*/
c... | {
"content_hash": "51f6a5ba547afec6a2dcf6e5c5c1936b",
"timestamp": "",
"source": "github",
"line_count": 195,
"max_line_length": 217,
"avg_line_length": 46.34871794871795,
"alnum_prop": 0.6896437264881611,
"repo_name": "rlnorthcutt/acquia-cd-demo",
"id": "a962fecc58f179c768c7f5d784af47149621ba57",
"... |
drop table appointment_service;
drop table appointment;
drop table client;
drop table worker_ability;
drop table worker;
drop table account;
drop table service;
drop type worker_role;
drop view time_available;
| {
"content_hash": "eb88ac54b607ce94a14d21d92c9bdaae",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 31,
"avg_line_length": 19.272727272727273,
"alnum_prop": 0.8018867924528302,
"repo_name": "nfrolov/useless-barbershop",
"id": "568b159ce643625d6a9918c528fee0f6d048dbcc",
"s... |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Macro BOOST_UNITS_METRIC_PREFIX</title>
<link rel="stylesheet" href="../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="The B... | {
"content_hash": "24d8a1ae08377ad53c8dfd12c0e4ae3e",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 450,
"avg_line_length": 71.74,
"alnum_prop": 0.6874825759687762,
"repo_name": "ycsoft/FatCat-Server",
"id": "10d3b62cfb06c1a566b4875e8e1e9af4c57c5437",
"size": "3587",
"b... |
#include "tensorflow/python/lib/io/py_record_writer.h"
#include "tensorflow/c/tf_status_helper.h"
#include "tensorflow/core/lib/core/stringpiece.h"
#include "tensorflow/core/lib/io/record_writer.h"
#include "tensorflow/core/lib/io/zlib_compression_options.h"
#include "tensorflow/core/platform/env.h"
#include "tensor... | {
"content_hash": "f5745804be0cb571435358d8a07a2b33",
"timestamp": "",
"source": "github",
"line_count": 89,
"max_line_length": 75,
"avg_line_length": 28.01123595505618,
"alnum_prop": 0.6321700762133975,
"repo_name": "DavidNorman/tensorflow",
"id": "03f24d0f8f4278db9595ef70827bea1894c834ce",
"size":... |
<?php
/**
* Created by Kutuzov Alexey Konstantinovich <lexus.1995@mail.ru>.
* Author: Kutuzov Alexey Konstantinovich <lexus.1995@mail.ru>
* Project: jungle
* IDE: PhpStorm
* Date: 14.07.2016
* Time: 23:19
*/
namespace Jungle\Application\Strategy {
use Jungle\Application\RequestInterface;
use Jungle\Applicati... | {
"content_hash": "8db3e40a1a2b5cfe49cd0a24ff8680dd",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 106,
"avg_line_length": 29.733333333333334,
"alnum_prop": 0.7382286995515696,
"repo_name": "Lexus27/Jungle",
"id": "fa15c93518c18d27f767f763c6b93fb53ea9a6e2",
"size": "1784... |
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "MenuAnchor.generated.h"
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FOnMenuOpenChangedEvent, bool, bIsOpen);
/**
* The Menu Anchor allows you to specify an location that a popup menu should be anchored to,
* and should be summon... | {
"content_hash": "a2380497cec910ea4301575428e0881c",
"timestamp": "",
"source": "github",
"line_count": 109,
"max_line_length": 108,
"avg_line_length": 29.431192660550458,
"alnum_prop": 0.7581047381546134,
"repo_name": "PopCap/GameIdea",
"id": "477e3a868e779d8434709b1e3dfab17297a63d32",
"size": "32... |
package cn.com.cennavi.rtic.decoder.match;
import cn.com.cennavi.rtic.decoder.bean.RTICMesage;
import cn.com.cennavi.visualizer.service.parsedata.translate.CommRttData;
public interface IRTICMatcher {
public RTICMesage match(CommRttData item);
}
| {
"content_hash": "439cbbb685866b30dc35b4883756e91d",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 73,
"avg_line_length": 23.09090909090909,
"alnum_prop": 0.8070866141732284,
"repo_name": "fenghlkevin/rtt-visualizer",
"id": "c56475e28545b0c553ae9305cfb5fba71220f294",
"si... |
import { extendObservable } from 'mobx';
import Counter from './Counter';
import getAuth from './Auth';
export default class Store {
constructor(data = {}) {
const { counter, auth, ...rest } = data;
this.counter = new Counter(counter);
this.auth = getAuth(auth);
extendObservable(this, rest);
}
}
| {
"content_hash": "c3fa4ba5405d21040547b7435d4b7998",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 44,
"avg_line_length": 26.5,
"alnum_prop": 0.6540880503144654,
"repo_name": "kennethtruong/react-webapp",
"id": "aa0ea43c614bae1d74b6ffd310b8507c519aaaa6",
"size": "318",
... |
package com.google.devtools.build.android.desugar.corelibadapter;
import static com.google.common.base.Preconditions.checkArgument;
import com.google.common.flogger.GoogleLogger;
import com.google.devtools.build.android.desugar.io.BootClassPathDigest;
import com.google.devtools.build.android.desugar.langmodel.Class... | {
"content_hash": "315fe6109045bff6b40e3ab5d2c8125b",
"timestamp": "",
"source": "github",
"line_count": 212,
"max_line_length": 100,
"avg_line_length": 42.74528301886792,
"alnum_prop": 0.7077907746634297,
"repo_name": "ButterflyNetwork/bazel",
"id": "9cdb1c575cbe8fc5fd76a4ed9519c44831e7564d",
"size... |
import React, { Component } from 'react';
import logo from './logo.svg';
import './App.css';
import ApolloClient, { createNetworkInterface } from 'apollo-client'
import gql from 'graphql-tag'
class App extends Component {
client = new ApolloClient({
networkInterface: createNetworkInterface({
uri: 'http://... | {
"content_hash": "cbe8fce1e70ca109f5eedaa9828e8fe1",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 74,
"avg_line_length": 21.916666666666668,
"alnum_prop": 0.5186311787072243,
"repo_name": "jfresco/graphql-workshop-es",
"id": "ee768090c0f9daee34e8cdde0561cac262b5f12b",
"... |
Rails.application.routes.draw do
mount OpenStax::Connect::Engine => "/connect"
namespace :api do
post "dummy", :to => "dummy#dummy"
resource :application_users, :only => :create
end
root :to => "application#index"
end
| {
"content_hash": "fa98019070b2e416407d25d662f8a07f",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 49,
"avg_line_length": 21.545454545454547,
"alnum_prop": 0.6666666666666666,
"repo_name": "openstax/connect-rails",
"id": "e7b783c6fff2b2a3533511b487d40eea44b57dcf",
"size"... |
#include <winpr/config.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <winpr/crt.h>
#include <winpr/collections.h>
/**
* C equivalent of the C# CountdownEvent Class
* http://msdn.microsoft.com/en-us/library/dd235708/
*/
/**
* Properties
*/
/**
* Gets the number of remaining signals required t... | {
"content_hash": "93f6165db272a61e31936896ad1206ea",
"timestamp": "",
"source": "github",
"line_count": 174,
"max_line_length": 100,
"avg_line_length": 18.45402298850575,
"alnum_prop": 0.7271877919651198,
"repo_name": "erbth/FreeRDP",
"id": "e119f87f8c27f538e092270a91b1256178314487",
"size": "3898"... |
#include <jni.h>
#include <assert.h>
#include "webrtc/examples/android/media_demo/jni/jni_helpers.h"
#include "webrtc/examples/android/media_demo/jni/video_engine_jni.h"
#include "webrtc/examples/android/media_demo/jni/voice_engine_jni.h"
#include "webrtc/video_engine/include/vie_base.h"
#include "webrtc/voice_engi... | {
"content_hash": "ecdf547deb757f47cb543176ba6be371",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 77,
"avg_line_length": 35.32608695652174,
"alnum_prop": 0.7095384615384616,
"repo_name": "surge-/libwebrtc",
"id": "27a2394b3d52f33ab0307fe202baede4ecaa88bc",
"size": "2037... |
'use strict';
var extend = require('xtend');
var CountedReadySignal = require('ready-signal/counted');
var test = require('tape');
var util = require('util');
var TChannel = require('../../channel.js');
var parallel = require('run-parallel');
var debugLogtron = require('debug-logtron');
module.exports = allocCluster;... | {
"content_hash": "ab968fe52a9eb1aa44e9ce620f9e0919",
"timestamp": "",
"source": "github",
"line_count": 217,
"max_line_length": 88,
"avg_line_length": 33.31797235023041,
"alnum_prop": 0.49363762102351316,
"repo_name": "chenwenbin928/tchannel",
"id": "4500f65ba02815b2ca0e1d3bc2285b97a06cf0f6",
"size... |
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/*******************************************************************************
* Model das transportadoras.
*******************************************************************************/
class Transportadoras_model extends CI_Model{
publ... | {
"content_hash": "b929eae8ff5b2b1b3c2ef2eaa31cac74",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 126,
"avg_line_length": 42.666666666666664,
"alnum_prop": 0.5347222222222222,
"repo_name": "christiancms/lojaphp",
"id": "bc070f1681091590ce64564e44927d251b2ffa6a",
"size":... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.