text stringlengths 2 1.04M | meta dict |
|---|---|
package org.ehcache.management.providers.actions;
import org.ehcache.Ehcache;
import org.ehcache.config.CacheRuntimeConfiguration;
import org.hamcrest.Matcher;
import org.junit.Test;
import org.terracotta.management.capabilities.context.CapabilityContext;
import org.terracotta.management.capabilities.descriptors.Call... | {
"content_hash": "67ae036592f82e6dc6dfe5c36f4d9478",
"timestamp": "",
"source": "github",
"line_count": 271,
"max_line_length": 173,
"avg_line_length": 35.81180811808118,
"alnum_prop": 0.7258114374034003,
"repo_name": "chenrui2014/ehcache3",
"id": "85fb4dcfe6f535df4d7e8d4a9b4314e479878dfc",
"size":... |
@{
# Script module or binary module file associated with this manifest.
RootModule = 'DscOperations.psm1'
# Version number of this module.
ModuleVersion = '1.5.5.0'
# ID used to uniquely identify this module
GUID = 'c5e2c892-c16d-4649-9d65-dc14c0bddcb9'
# Author of this module
Author = 'Steven Murawsk... | {
"content_hash": "69544127b82d82d261ec1dfee52b391c",
"timestamp": "",
"source": "github",
"line_count": 91,
"max_line_length": 121,
"avg_line_length": 29.835164835164836,
"alnum_prop": 0.7314917127071823,
"repo_name": "beni55/DSC",
"id": "4fe1a6c2e5707a72fd5eb015111662fc04bb713b",
"size": "2823",
... |
using System.Reflection;
using Microsoft.OData.ProxyExtensions.Lite;
namespace ProxyExtensionsUnitTests.Extensions
{
internal static class EntityBaseTextExtensions
{
public static void CallOnPropertyChanged(this EntityBase entityBase, string propertyName)
{
typeof(EntityBase).GetMe... | {
"content_hash": "56afb10731ea698b009b32b0ecab122c",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 109,
"avg_line_length": 33.785714285714285,
"alnum_prop": 0.7145877378435518,
"repo_name": "v-am/Vipr",
"id": "2a6f9f1d166ce8ca956843e00bf61862845682be",
"size": "475",
"... |
#import <UIKit/UIKit.h>
@class MDCBottomSheetPresentationController;
/**
Material Dialog UIViewController Category
*/
@interface UIViewController (MaterialBottomSheet)
/**
The Material bottom sheet presentation controller that is managing the current view controller.
@return nil if the view controller is not ... | {
"content_hash": "541866fb6e62cae1d868959efa0d8cb2",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 96,
"avg_line_length": 24.428571428571427,
"alnum_prop": 0.8070175438596491,
"repo_name": "randallli/material-components-ios",
"id": "e874400d227772044dc87ef1c18a0c38de74a320... |
from openerp.osv import fields, osv
class res_company(osv.osv):
_inherit = "res.company"
_columns = {
'expects_chart_of_accounts': fields.boolean('Expects a Chart of Accounts'),
'tax_calculation_rounding_method': fields.selection([
('round_per_line', 'Round per Line'),
(... | {
"content_hash": "3bdbe4b78e519dbb2c7af6f717359a1b",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 610,
"avg_line_length": 59.645161290322584,
"alnum_prop": 0.7133585722011898,
"repo_name": "ntiufalara/openerp7",
"id": "a4624ae5ad5ef247281c2058b2c723b9ef74c4d7",
"size": ... |
.class public interface abstract Lcom/android/ims/internal/IImsCallSessionListener;
.super Ljava/lang/Object;
.source "IImsCallSessionListener.java"
# interfaces
.implements Landroid/os/IInterface;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/android/ims/internal/IIms... | {
"content_hash": "17c96e685b7fd7063e41584154e6c738",
"timestamp": "",
"source": "github",
"line_count": 272,
"max_line_length": 178,
"avg_line_length": 34.3125,
"alnum_prop": 0.7277402764384442,
"repo_name": "Liberations/Flyme5_devices_base_cm",
"id": "ef9c9a651c2f2df2529f500fd14f60bb37077f74",
"si... |
// This file is derived from cache.cc in the LevelDB project:
//
// Some portions copyright (c) 2011 The LevelDB Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// ------------------------------------------------------------
... | {
"content_hash": "4dc9c41cb50e9aee4753fdf88ca8e93b",
"timestamp": "",
"source": "github",
"line_count": 577,
"max_line_length": 86,
"avg_line_length": 29.854419410745233,
"alnum_prop": 0.646348542900267,
"repo_name": "cloudera/kudu",
"id": "ef52ec0e02d32d173f18d2dbb61fb96e1631b981",
"size": "17226"... |
use std::env;
use std::fmt;
use std::fs::{self, File};
use std::path::{Path, PathBuf};
use git2::{self, ObjectType};
use serde::ser::{self, Serialize};
use url::Url;
use core::GitReference;
use util::{ToUrl, internal, Config, network};
use util::errors::{CargoResult, CargoResultExt, CargoError};
#[derive(PartialEq, ... | {
"content_hash": "b217e2322d66f48d743ec3eadcb38f0f",
"timestamp": "",
"source": "github",
"line_count": 585,
"max_line_length": 97,
"avg_line_length": 38.06153846153846,
"alnum_prop": 0.5393424952842899,
"repo_name": "durka/cargo",
"id": "e715d63d11280f51df0106ae349125f5f1ee9f29",
"size": "22266",
... |
package logic
import (
"fmt"
"math/rand"
"os"
"os/signal"
"sync"
"sync/atomic"
"syscall"
"time"
"github.com/github/orchestrator/go/agent"
"github.com/github/orchestrator/go/collection"
"github.com/github/orchestrator/go/config"
"github.com/github/orchestrator/go/discovery"
"github.com/github/orchestrat... | {
"content_hash": "6e19371a0dc5847adc306df5411e03b6",
"timestamp": "",
"source": "github",
"line_count": 573,
"max_line_length": 153,
"avg_line_length": 31.902268760907504,
"alnum_prop": 0.7338074398249453,
"repo_name": "enisoc/orchestrator",
"id": "cfcd95569813a3ad0857aad4943d1438c1b09ac7",
"size":... |
/**
* Plural rules for the kkj (Kazakh, Қазақ тілі) language
*
* This plural file is generated from CLDR-DATA
* (http://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html)
* using js-simple-plurals and universal-i18n
*
* @param {number} p
* @return {number} 0 - one, 1 - other
*
* @exam... | {
"content_hash": "3adbdf43249eaf6d1e02e1044f6b1162",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 86,
"avg_line_length": 31.761904761904763,
"alnum_prop": 0.623688155922039,
"repo_name": "megahertz/js-simple-plurals",
"id": "b94bef0105f93e66f785379157292ecc7c156ee0",
"s... |
.class public final Lcom/upsight/android/unitybindingbase/R$raw;
.super Ljava/lang/Object;
.source "R.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/upsight/android/unitybindingbase/R;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19... | {
"content_hash": "ccf480b2b91ed11ac380478035ca1e12",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 64,
"avg_line_length": 21.916666666666668,
"alnum_prop": 0.7477820025348543,
"repo_name": "shenxdtw/PokemonGo-Plugin",
"id": "60044631121d3c257d3d0f4d44e18012f95455e4",
"si... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "34d0cd6ca0f46f9bdf404821af6c3048",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "d30e75ce3578658cfe9f0abd704093513f004259",
"size": "177... |
<?php
namespace Tests\Builders;
class CardPreauthBuilder extends CardPaymentBuilder
{
}
| {
"content_hash": "92c41e5c813d936a63990c5f83ae2eac",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 51,
"avg_line_length": 12.857142857142858,
"alnum_prop": 0.8111111111111111,
"repo_name": "JudoPay/PhpSdk",
"id": "f7665a078de52f0ded3bc80a51fb8aff9bfb8606",
"size": "90",
... |
title: 'Tauplitz Lakes'
date: 2019-11-08T18:29:32+01:00
description: 'Impressions from a hike along the six-lake-trail in the fog-covered area of the Styrian mountain group Totes Gebirge.'
featured_image: '0005'
featured: true
draft: false
---
| {
"content_hash": "668c6aaf67144f88fca210b0352e3865",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 132,
"avg_line_length": 34.857142857142854,
"alnum_prop": 0.7663934426229508,
"repo_name": "ulrichson/lehner-photography",
"id": "de18c6762038082792b386c2086bcf0c1bd86a84",
... |
<!doctype html>
<html>
<title>npm-bundle</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="../../static/style.css">
<link rel="canonical" href="https://www.npmjs.org/doc/cli/npm-bundle.html">
<script async=true src="../../static/toc.js"></script>
<body>
<div id="wrapper">
<h1... | {
"content_hash": "ca9ad7f2f1b64d0d2d55335e4de4cd1e",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 807,
"avg_line_length": 85.11428571428571,
"alnum_prop": 0.708291372943941,
"repo_name": "prasoon007/DroidX",
"id": "4e9d1a70de11dbeb46abb343a889e2d6e158a757",
"size": "297... |
package com.thoughtworks.startup.data;
import android.app.Service;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.net.ConnectivityManager;
import android.os.IBinder;
import com.thoughtworks.startup.StartupApplication;
import com.thoughtworks.sta... | {
"content_hash": "a2c6f192de66340cf004e601198aa166",
"timestamp": "",
"source": "github",
"line_count": 101,
"max_line_length": 95,
"avg_line_length": 31.11881188118812,
"alnum_prop": 0.6245625198854597,
"repo_name": "Tony---Zhang/AndroidStartupKit",
"id": "b6b421841c59dcd2576780b0a7a77123d9508995",
... |
Wärme fließt grundsätzlich vom wärmeren Medium zum kälteren Medium - laut dem
zweiten Hauptsatz der Thermodynamik. Für die Umkehrung dieses Prozesses muss
Energie von außen zugeführt werden, z.B. durch eine Wärmepumpe, welche mechanische
Arbeit in das System steckt. Es gilt:
\begin{equation}
Q_\su{1} = Q_\su{2} + A
\... | {
"content_hash": "4d606113364c4de34358245025140f21",
"timestamp": "",
"source": "github",
"line_count": 85,
"max_line_length": 126,
"avg_line_length": 46.95294117647059,
"alnum_prop": 0.7058381358055625,
"repo_name": "pascalgutjahr/Praktikum-1",
"id": "12644694015d9da1df549811518735af7336a504",
"si... |
import React from 'react';
import { Emoji as EmojiCharacter, EmojiDataManager } from 'interweave-emoji';
import { render } from 'rut-dom';
import { Emoji, EmojiProps } from '../src/Emoji';
import { CAT_EMOJI, ContextWrapper } from './mocks';
describe('Emoji', () => {
const props: EmojiProps = {
active: false,
emo... | {
"content_hash": "52828693fd7d5c80e859f2780d01bdb1",
"timestamp": "",
"source": "github",
"line_count": 93,
"max_line_length": 93,
"avg_line_length": 27.49462365591398,
"alnum_prop": 0.6249511145874072,
"repo_name": "milesj/interweave",
"id": "42cdf65e93f507862bba960fbae4a5725f20aa38",
"size": "255... |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Header <boost/optional/optional_fwd.hpp></title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="hom... | {
"content_hash": "44e3b452515750199fb07abfa2630020",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 627,
"avg_line_length": 80.4090909090909,
"alnum_prop": 0.6476351987940456,
"repo_name": "Franky666/programmiersprachen-raytracer",
"id": "dbd9d62ac226f23348298097595a9b11a52... |
namespace MvcApp.Models
{
public class MaleActorViewModel
{
public string Name { get; set; }
public int? Id { get; set; }
}
} | {
"content_hash": "d3079257a6cd3445dfb8f6a907c29203",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 40,
"avg_line_length": 15.6,
"alnum_prop": 0.5705128205128205,
"repo_name": "Stev3nT/Telerik-Academy",
"id": "d97663b170fb99aa425d38ab728d89eaa5bea601",
"size": "158",
"b... |
package com.github.assisstion.ModulePack.collection.wrapper.restriction;
import java.util.function.BiPredicate;
@FunctionalInterface
public interface BiChecker<T, S>{
BiPredicate<T, S> getChecker();
default boolean check(T t, S s){
return getChecker().test(t, s);
}
}
| {
"content_hash": "ff3f0f85f51b0f55824381216d9768e1",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 72,
"avg_line_length": 25,
"alnum_prop": 0.7636363636363637,
"repo_name": "assisstion/Modules",
"id": "8629e40e6aae6509602f4cdc926c3f866e816dde",
"size": "275",
"binary":... |
using System;
using System.Reflection;
using System.Reflection.Emit;
namespace FluentMethods.UnitTests
{
public partial class ILGeneratorFixture
{
#if NetCore
[Xunit.Fact]
#else
[NUnit.Framework.Test]
#endif
public void LoadReflectionStaticField()
{
v... | {
"content_hash": "db5e596bb5c7f09b2774bdd757ecdffd",
"timestamp": "",
"source": "github",
"line_count": 108,
"max_line_length": 100,
"avg_line_length": 32.7962962962963,
"alnum_prop": 0.5508187464709203,
"repo_name": "edwardmeng/FluentMethods",
"id": "be7f96e1ae9a18a41c45fa4a59a65ca70568289d",
"siz... |
require 'tempfile'
require 'open3'
module FFI
##
# ConstGenerator turns C constants into ruby values.
class ConstGenerator
@options = {}
attr_reader :constants
##
# Creates a new constant generator that uses +prefix+ as a name, and an
# options hash.
#
# The only option is :require... | {
"content_hash": "75cbf1669b5bfcba214c9f6153fa6de1",
"timestamp": "",
"source": "github",
"line_count": 177,
"max_line_length": 161,
"avg_line_length": 25.519774011299436,
"alnum_prop": 0.5804737657737437,
"repo_name": "babble/babble",
"id": "218458ae2ee18742cdd791c10d5b4d079bdf6b82",
"size": "4517... |
import { Renew32 } from "../../";
export = Renew32;
| {
"content_hash": "37f0923675489e902a2d341647222cd1",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 33,
"avg_line_length": 17.666666666666668,
"alnum_prop": 0.5660377358490566,
"repo_name": "markogresak/DefinitelyTyped",
"id": "ea2c2548c75b95a90738b03e96b53a9c75b080cb",
"s... |
// Copyright 2007-2011 Chris Patterson, Dru Sellers, Travis Smith, et. al.
//
// 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.... | {
"content_hash": "00f2527b6f36d81ca23f5eb60ea97a87",
"timestamp": "",
"source": "github",
"line_count": 94,
"max_line_length": 83,
"avg_line_length": 23.28723404255319,
"alnum_prop": 0.6555504796710827,
"repo_name": "eswann/Burrows",
"id": "a0d6e96b136fd0d6d397268780adf699929cea9c",
"size": "2191",... |
using System;
using System.Collections.Generic;
namespace TagLib {
internal static class Debugger
{
public delegate void DebugMessageSentHandler (string message);
public static event DebugMessageSentHandler DebugMessageSent;
public static void Debug (string message)
{
if (DebugMessageSent != null)
D... | {
"content_hash": "290f8b027af37e1151b3ec3382c42699",
"timestamp": "",
"source": "github",
"line_count": 121,
"max_line_length": 105,
"avg_line_length": 25.50413223140496,
"alnum_prop": 0.6014257939079715,
"repo_name": "epaz/KeyConvert",
"id": "9825cc84ea8858eb92cda22125a802f5769708bd",
"size": "388... |
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<servicing></servicing>
<settings pass="windowsPE">
<component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm=... | {
"content_hash": "35e812b296602f8a38e5ff10e6ee74c8",
"timestamp": "",
"source": "github",
"line_count": 235,
"max_line_length": 290,
"avg_line_length": 52.8936170212766,
"alnum_prop": 0.5432823813354787,
"repo_name": "117111302/bento",
"id": "3a15757d6d1ee02620592e35000bbd91d5d9f76c",
"size": "1243... |
package org.apache.geode.management.internal.cli.commands;
import static org.assertj.core.api.Assertions.assertThat;
import java.io.File;
import java.nio.charset.StandardCharsets;
import java.util.Arrays;
import java.util.List;
import java.util.regex.Pattern;
import com.google.common.io.Files;
import org.apache.co... | {
"content_hash": "103e3174daec6f04532d13c8c28723e6",
"timestamp": "",
"source": "github",
"line_count": 254,
"max_line_length": 99,
"avg_line_length": 36.15748031496063,
"alnum_prop": 0.7240853658536586,
"repo_name": "charliemblack/geode",
"id": "2cd27150f97f0c26d82f08363b2eb0575d7553f0",
"size": "... |
<?php
namespace Palladium\Service;
use PHPUnit\Framework\TestCase;
use Palladium\Component\MapperFactory;
use Palladium\Repository\Identity AS Repository;
use Palladium\Exception;
use Psr\Log\LoggerInterface;
use PDO;
use Mock;
final class LoginWithNonceTokenTest extends TestCase
{
private $identification;
... | {
"content_hash": "cad494b6790705bd1b22de8097465dfe",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 137,
"avg_line_length": 32.5,
"alnum_prop": 0.7017369727047147,
"repo_name": "teresko/palladium",
"id": "f26f45931572088869611c8a6e8dd3c35c2e9fb1",
"size": "2015",
"binar... |
<!-- Buttons am Seitenende: zurück zur vorigen Seite, hinauf zum Seitenanfang -->
<div class="screen">
<ul class="umblaettern">
<li><a href="javascript:history.back()"> <<< zurück </a></li>
<li><a href="#anfang">^^ Seitenanfang ^^</a></li>
</ul>
</div>
| {
"content_hash": "7da81959486338e7df60c5c163d20d72",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 93,
"avg_line_length": 45.42857142857143,
"alnum_prop": 0.550314465408805,
"repo_name": "ominty/ominty-hugoissues",
"id": "fc6ab6ba97b6494a538c5337ef994e9a496e78a2",
"size":... |
module MediaWiki.API.Action.ExpandTemplates where
import MediaWiki.API.Types
data ExpandTemplatesRequest
= ExpandTemplatesRequest
{ etTitle :: Maybe PageName
, etText :: String
, etGenXml :: Maybe Bool
}
emptyExpandTemplatesRequest :: ExpandTemplatesRequest
emptyExpandTemplatesRequest... | {
"content_hash": "b18040a8d465f42c9a22ef99d493c448",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 55,
"avg_line_length": 24.766666666666666,
"alnum_prop": 0.7092866756393001,
"repo_name": "neobrain/neobot",
"id": "bcfeda586df353ebedabb3b9640938ef42ddcdfb",
"size": "1211... |
package org.owasp.webgoat.lessons.GoatHillsFinancial;
import org.owasp.webgoat.session.ParameterNotFoundException;
import org.owasp.webgoat.session.UnauthenticatedException;
import org.owasp.webgoat.session.UnauthorizedException;
import org.owasp.webgoat.session.ValidationException;
import org.owasp.webgoat.se... | {
"content_hash": "76a534ccc838c69ca55d84638f36047f",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 101,
"avg_line_length": 32.44827586206897,
"alnum_prop": 0.8172157279489904,
"repo_name": "paulnguyen/cmpe279",
"id": "257abe1ddecfcff7320f85ceaf03fe3f78d322dd",
"size": "9... |
package gitbase
import (
"bytes"
"io"
"strings"
"gopkg.in/src-d/go-git.v4/plumbing"
"github.com/src-d/go-mysql-server/sql"
"gopkg.in/src-d/go-git.v4/plumbing/object"
"gopkg.in/src-d/go-git.v4/plumbing/storer"
)
type refCommitsTable struct {
checksumable
partitioned
filters []sql.Expression
index sql.In... | {
"content_hash": "14cf0845f8bef2062fcdd3bda58883e0",
"timestamp": "",
"source": "github",
"line_count": 451,
"max_line_length": 97,
"avg_line_length": 20.39689578713969,
"alnum_prop": 0.643548211762148,
"repo_name": "gitql/gitql",
"id": "c39d48c635c8265875d1394925a4fda4c1099dde",
"size": "9199",
... |
namespace OpenMOO2 {
namespace LBX {
class LBXPaletteEntry;
class LBXPalette {
public:
LBXPalette();
LBXPalette(const LBXPalette&);
LBXPalette(LBXPalette&&);
LBXPalette(const LBXFile&, size_t);
const LBXPaletteEntry & get_palette_entry(size_t) const;
void override_entry(size_t, const LBXPaletteEntry&);
private... | {
"content_hash": "a0f96e8fa8149eb767151f3b998f870b",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 57,
"avg_line_length": 20.2,
"alnum_prop": 0.7475247524752475,
"repo_name": "nskillen/liblbx",
"id": "1a450cc59435c551c370e488503f2b9e0eb79857",
"size": "508",
"binary": ... |
class AddFulfillableToStockLocation < ActiveRecord::Migration[4.2]
def change
add_column :spree_stock_locations, :fulfillable, :boolean, default: true, null: false
end
end
| {
"content_hash": "4dc54a6d9a250921e90d6e5dc11be337",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 89,
"avg_line_length": 36,
"alnum_prop": 0.7666666666666667,
"repo_name": "StemboltEU/solidus_bare_docker",
"id": "09b908d6b076d000d92eece40b9b56ea74aa092d",
"size": "242",
... |
namespace single {
class single {
private:
size_t N;
std::vector<double> &A;
std::vector<double> &B;
bool transposed;
uint64_t block_result;
uint64_t block_input;
uint64_t repetitions;
uint64_t verbose;
public:
single(size_t N, std::vector<double> &A, std::vector<double> &B,
bool transpos... | {
"content_hash": "819449f81c3cf5a33e0c468386c737c8",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 70,
"avg_line_length": 20.26086956521739,
"alnum_prop": 0.6695278969957081,
"repo_name": "DavidPfander-UniStuttgart/MatrixMultiplicationHPX",
"id": "d444f31621dc573346af9bab1... |
<!DOCTYPE html>
<p>There should be a green square below.</p>
<div style="width:40px; height:40px; background:green;"></div>
| {
"content_hash": "3ffaca0eb7053ad6b6525d841a36c52b",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 62,
"avg_line_length": 41.333333333333336,
"alnum_prop": 0.7096774193548387,
"repo_name": "scheib/chromium",
"id": "ac29d57d4ab8c7dad7abe71ad11f07947ea22e29",
"size": "124",... |
[TOC]
# Overview
# References
[wiki]: https://en.wikipedia.org/wiki/Mars
[missions]: https://www.jpl.nasa.gov/missions/?search=&type=&missions_target=Mars&mission_type=&launch_date=ascending#submit
| {
"content_hash": "e0facf374062d4795e34311b12994151",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 124,
"avg_line_length": 25.125,
"alnum_prop": 0.746268656716418,
"repo_name": "samtron1412/docs",
"id": "753b2504675fe36a53a05aafc3c70a2d6bdaf795",
"size": "201",
"binary"... |
package org.dylanfoundry.deft.filetypes.dylan.psi.impl;
import java.util.List;
import org.jetbrains.annotations.*;
import com.intellij.lang.ASTNode;
import com.intellij.psi.PsiElement;
import com.intellij.psi.PsiElementVisitor;
import com.intellij.psi.util.PsiTreeUtil;
import static org.dylanfoundry.deft.filetypes.dyl... | {
"content_hash": "9b3404cb9e27cec3cb8f34fa7ffeeb14",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 99,
"avg_line_length": 31.586206896551722,
"alnum_prop": 0.7958515283842795,
"repo_name": "dylan-foundry/DeftIDEA",
"id": "dd7c91057163ece83f52e2689f4b11d3e39fd2b7",
"size"... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "c0c58a1d08aab83cbb1a3ad7e7e95615",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "42aac88abe1d7db9515f894eb2dba5b0b9bb1c3f",
"size": "188... |
"""
Copyright (c) 2008, appengine-utilities project
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list of conditions and ... | {
"content_hash": "54667f5814e7923cf82c855365d519ac",
"timestamp": "",
"source": "github",
"line_count": 117,
"max_line_length": 83,
"avg_line_length": 38.64957264957265,
"alnum_prop": 0.6437417072091994,
"repo_name": "yesudeep/pyebs",
"id": "ebab4933ff4d193aeb6204e280e8a5c1d36e11d3",
"size": "4522"... |
import sys
import json
import datetime
#NOTE: NEVER TESTED!!!
US_CHAR = 0x1F;
try:
args = sys.argv[1]
incomming = args[0].split(us+"",2);
if(incomming[0] == "GetTime"):
now = datetime.datetime.now()
time = "%d:%d" % (now.hour, now.minute)
print time
elif(incomming[0] == "FoundPerson"):
now = datetime.dat... | {
"content_hash": "4160e9b6c918c014e388046f4f898ea3",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 41,
"avg_line_length": 17.5,
"alnum_prop": 0.65,
"repo_name": "kammce/STARC",
"id": "d6d9cbb8c60df5d70fac709a496f6b814de8d5cf",
"size": "420",
"binary": false,
"copies"... |
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once
#include "ok_state.h"
class FRT_RPCRequest;
namespace slobrok {
/**
* Interface used to signal the result of LocalRpcMonitorMap::addLocal()
**/
struct CompletionHandler {
virtual void doneHan... | {
"content_hash": "60ee812cd9c7dc47c5e46d91b5f0fd41",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 104,
"avg_line_length": 23.357142857142858,
"alnum_prop": 0.7477064220183486,
"repo_name": "vespa-engine/vespa",
"id": "944e8aae80a21aa6e35395a3d0fcb284529a6188",
"size": "... |
package org.apache.dubbo.rpc.cluster.router.address;
import java.io.Serializable;
public class Address implements Serializable {
private final String ip;
private final int port;
public Address(String ip, int port) {
this.ip = ip;
this.port = port;
}
public String getIp() {
... | {
"content_hash": "393f84d9ddbaa19c35b1fc41d2f2bbf9",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 52,
"avg_line_length": 15.423076923076923,
"alnum_prop": 0.6134663341645885,
"repo_name": "fengyie007/dubbo",
"id": "69e26facb3e8b5931f1c0ff4fbac806919ee08b7",
"size": "120... |
<p class="logo">
<a href="{{ pathto(master_doc) }}">
<img class="logo" src="{{ pathto('_static/openee.png', 1) }}" title="OpenEE Logo"/>
</a>
</p>
<p>
<iframe src="https://ghbtns.com/github-btn.html?user=openeemeter&repo=eemeter&type=star&count=false&size=large" frameborder="0" scrolling="0" width="160px" heig... | {
"content_hash": "f7b873b8e63bdd4d9e1a702bc0e84f34",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 179,
"avg_line_length": 33.63333333333333,
"alnum_prop": 0.6937561942517344,
"repo_name": "openeemeter/eemeter",
"id": "3db9ae676a98dbd5e46b160bff3f6d6e64552cc3",
"size": "... |
package tsg.mb;
import java.util.ArrayList;
import tsg.Label;
import tsg.TSNodeLabel;
import util.BoundedLinkedList;
public class TreeMarkoBinarizationRight_LC extends TreeMarkoBinarization {
public TSNodeLabel performMarkovBinarization(TSNodeLabel t) {
TSNodeLabel result = performParentAnnotation(t);
return ... | {
"content_hash": "ae613d45bb5de271ac14f8fc8db3a8a0",
"timestamp": "",
"source": "github",
"line_count": 119,
"max_line_length": 119,
"avg_line_length": 34.54621848739496,
"alnum_prop": 0.7351009486742885,
"repo_name": "kercos/TreeGrammars",
"id": "62e1c61d7261d05cf77ce0eb4b15b7559d1d0e11",
"size": ... |
layout: post
title: Fuck me like your girlfriend
titleinfo: pornvd
desc: Watch Fuck me like your girlfriend. Pornhub is the ultimate xxx porn and sex site.
---
<iframe src="http://www.pornhub.com/embed/1054399294" frameborder="0" width="630" height="338" scrolling="no"></iframe>
<h2>Fuck me like your girlfriend</h2>
<... | {
"content_hash": "4fd7f677d61adfd02a17aba55c833849",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 119,
"avg_line_length": 42.7,
"alnum_prop": 0.7236533957845434,
"repo_name": "pornvd/pornvd.github.io",
"id": "f4675ee78ec4e0819979729180bf7c3cd3a98203",
"size": "431",
"... |
<!doctype html>
<html class="no-js" lang="{{page.lang}}">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{{ site.translate_meta[page.lang].title }}</title>
<meta name="title" content="{{ site.translate_meta[page.lang].title }}" />
<meta name="description" content="... | {
"content_hash": "fe1112b914bdec13ad718b4f46ee9c74",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 124,
"avg_line_length": 40.95,
"alnum_prop": 0.6385836385836385,
"repo_name": "GeotrekCE/Geotrek-website",
"id": "c023de6e2075426838fda2bcd849e32c42f2541b",
"size": "2459",... |
namespace mysql_ripple {
namespace mysql {
static const int MAX_SERVICES = 10;
// "global" repository of server ports
static ServerPortFactory *serverPorts[MAX_SERVICES] = { nullptr };
ServerPortFactory::~ServerPortFactory() {
}
bool ServerPortFactory::Register(ServerPortFactory *factory) {
for (int i = 0; i < M... | {
"content_hash": "8a954b9b19952b018f148bbd1482e1a1",
"timestamp": "",
"source": "github",
"line_count": 74,
"max_line_length": 70,
"avg_line_length": 26.054054054054053,
"alnum_prop": 0.5570539419087137,
"repo_name": "google/mysql-ripple",
"id": "5c8ebde5a9a6a30561a572ea5b25b85a803efb15",
"size": "... |
/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,... | {
"content_hash": "360717116df48825370dbac15d1dcf2a",
"timestamp": "",
"source": "github",
"line_count": 716,
"max_line_length": 493,
"avg_line_length": 20.625698324022345,
"alnum_prop": 0.6967768147345612,
"repo_name": "turkey321/turkey321.github.com",
"id": "24117d6e8560ea6485f7beff644b8322e7aaa97b"... |
var config = require('./config.js');
var paths = config.paths;
module.exports = function(gulp) {
return function() {
paths.fonts.src.forEach(function(src) {
gulp.src(src).pipe(gulp.dest(paths.fonts.dest));
});
}
}; | {
"content_hash": "6bbd397059cef25fcc07729736a445d4",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 54,
"avg_line_length": 23.3,
"alnum_prop": 0.6394849785407726,
"repo_name": "zuhlke/ucc-2015-camp",
"id": "d183fc5bd63ba23bd2a4498b3e8877fbee580e1f",
"size": "233",
"bina... |
"use strict";
app.factory("horseFactory", function ($q, $http){
const addHorse = (obj) => {
let newObj = JSON.stringify(obj);
return $http.post(``, newObj)
.then((data) => {
return data;
}, (error) => {
console.log('error', error.code, error.messa... | {
"content_hash": "5569be3ab8e11f3e36e471a8b9be5053",
"timestamp": "",
"source": "github",
"line_count": 53,
"max_line_length": 64,
"avg_line_length": 25.452830188679247,
"alnum_prop": 0.4314306893995552,
"repo_name": "beelarr/horse_haven",
"id": "9c045d888aed831c8c1d3773a276ed9e11119d0c",
"size": "... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "9f06bdcb7e550031a63626c98e2a67f3",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "a313c3a8a1b79391d1e494d1a0f5dedf0a4d8a55",
"size": "196... |
#include "gtl/stage.h"
#include <gtl/events.h>
//#include <gtl/scenes.h>
#include <gtl/d3d_helper_funcs.h>
#include <gtl/d3d_types.h>
#include <gtl/gtl_window.h>
//#include <boost/coroutine/asymmetric_coroutine.hpp>
#include <boost/variant/apply_visitor.hpp>
#include <boost/variant/get.hpp>
#include <vn/boost_vi... | {
"content_hash": "c255f41a6b61d9c290404e21b4f6e982",
"timestamp": "",
"source": "github",
"line_count": 97,
"max_line_length": 119,
"avg_line_length": 23.649484536082475,
"alnum_prop": 0.6312118570183086,
"repo_name": "mikelneg/gtl",
"id": "4af9c49e62ecca2f0abbd6429ad25d25b42892be",
"size": "2547",... |
// Karma configuration
// http://karma-runner.github.io/0.10/config/configuration-file.html
module.exports = function(config) {
config.set({
// base path, that will be used to resolve files and exclude
basePath: '',
// testing framework to use (jasmine/mocha/qunit/...)
frameworks: ['jasmine'],
... | {
"content_hash": "057d48ccfd30c08b527530b2100a7723",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 85,
"avg_line_length": 26.574074074074073,
"alnum_prop": 0.621602787456446,
"repo_name": "dabontv/videogular",
"id": "83a7c4433e136eb91ed90560df76c1014b5f9348",
"size": "14... |
class SmsReminderActivity < Activity
def self.from(appointment)
create!(booking_request: appointment.booking_request, message: '')
end
end
| {
"content_hash": "7e8840c01ee929faae753826c6233b1e",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 70,
"avg_line_length": 29.4,
"alnum_prop": 0.7619047619047619,
"repo_name": "guidance-guarantee-programme/planner",
"id": "0ecc471d8c955cb5ef0e946ae905806c98bf235f",
"size":... |
// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/**
* @fileoverview Polymer element for displaying AD domain joining and AD
* Authenticate user screens.
*/
import '//resources/cr_elements/cr_toggle/cr_toggle.js';
import ... | {
"content_hash": "ea004e41b4239b5b73efd04455a56959",
"timestamp": "",
"source": "github",
"line_count": 695,
"max_line_length": 120,
"avg_line_length": 27.732374100719426,
"alnum_prop": 0.6402407388191346,
"repo_name": "chromium/chromium",
"id": "c0da012eb3eca7e908ab5f17151e6aee7b9842a9",
"size": "... |
"""
Common utilities for OpenStack
"""
import sys
import binascii
import os
import datetime
from libcloud.utils.py3 import httplib
from libcloud.utils.iso8601 import parse_date
from libcloud.common.base import ConnectionUserAndKey, Response
from libcloud.compute.types import (LibcloudError, InvalidCredsError,
... | {
"content_hash": "3304218f34ed212b30ebaba977c3eebd",
"timestamp": "",
"source": "github",
"line_count": 649,
"max_line_length": 93,
"avg_line_length": 35.8828967642527,
"alnum_prop": 0.5737718996908279,
"repo_name": "IsCoolEntertainment/debpkg_libcloud",
"id": "ba1425a177604f131318e62e2a979b3af544242... |
namespace Spring.Expressions.Parser
{
// Generate the header common to all output files.
using System;
using TokenBuffer = antlr.TokenBuffer;
using TokenStreamException = antlr.TokenStreamException;
using TokenStreamIOException = antlr.TokenStreamIOException;
using ANTLRException = ... | {
"content_hash": "0fe449b225faca0333838785a180f701",
"timestamp": "",
"source": "github",
"line_count": 3489,
"max_line_length": 237,
"avg_line_length": 24.969618801948982,
"alnum_prop": 0.629288674112421,
"repo_name": "MaferYangPointJun/Spring.net",
"id": "4499c0cc6e7f545f3f1dce520611a48e69ca58d4",
... |
module CloudModel
module Mixins
module HasIssues
def self.included(base)
base.has_many :item_issues, as: :subject, class_name: "CloudModel::ItemIssue"
base.field :monitoring_last_check_at, type: Time
base.field :monitoring_last_check_result, type: Hash, default: {}
base.exten... | {
"content_hash": "2bd7b4f813cd443dfdc31614de976e5d",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 105,
"avg_line_length": 25.37142857142857,
"alnum_prop": 0.5765765765765766,
"repo_name": "cloudmodel/cloudmodel",
"id": "ef60429fbb89cf63ba308c58aecfba21cbe141e6",
"size":... |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="edge" />
<!-- [jQuery] -->
<script src="/easyui/jquery.min.js" type="text/javascript" charset="utf-8"></script>
<!-- [EasyUI] -->
<link id="easyuiTheme" rel="styles... | {
"content_hash": "01f53caa7fcc585e46962ce3c8928fcb",
"timestamp": "",
"source": "github",
"line_count": 81,
"max_line_length": 157,
"avg_line_length": 45.22222222222222,
"alnum_prop": 0.5320775320775321,
"repo_name": "sunzhongqiang/mall",
"id": "e77b85fb05e2df4f8fe899310ddc8e89d63052d6",
"size": "3... |
<?php
namespace Magento\Downloadable\Pricing\Price;
/**
* Class LinkPriceTest
*/
class LinkPriceTest extends \PHPUnit_Framework_TestCase
{
/**
* @var \Magento\Downloadable\Pricing\Price\LinkPrice
*/
protected $linkPrice;
/**
* @var \Magento\Framework\Pricing\Amount\Base|\PHPUnit_Framewo... | {
"content_hash": "ddbec9ad88e863cb6141a399a107c19e",
"timestamp": "",
"source": "github",
"line_count": 85,
"max_line_length": 118,
"avg_line_length": 31.811764705882354,
"alnum_prop": 0.6113165680473372,
"repo_name": "webadvancedservicescom/magento",
"id": "6681eaa830c6ae366af72868307a2ba4be209410",... |
<?php
/**
* @namespace
*/
namespace Zend\Filter\Compress;
/**
* Abstract compression adapter
*
* @uses \Zend\Filter\Compress\CompressInterface
* @category Zend
* @package Zend_Filter
* @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framew... | {
"content_hash": "78eb347e32d7a75e211a028d45d11d79",
"timestamp": "",
"source": "github",
"line_count": 72,
"max_line_length": 87,
"avg_line_length": 22.930555555555557,
"alnum_prop": 0.548152634766808,
"repo_name": "triggertoo/whatsup",
"id": "d28597b2ac8152dc3f3cdf0d342b2bd7f6ebb835",
"size": "23... |
/* *
*
* Imports
*
* */
import DataTable from './DataTable.js';
import U from '../Core/Utilities.js';
var addEvent = U.addEvent, fireEvent = U.fireEvent, isNumber = U.isNumber, merge = U.merge, wrap = U.wrap;
/* *
*
* Constants
*
* */
var composedClasses = [];
/* *
*
* Functions
*
* */
/**
* @private
*... | {
"content_hash": "657e1220598eb25278891e7aa19e3971",
"timestamp": "",
"source": "github",
"line_count": 288,
"max_line_length": 183,
"avg_line_length": 32.14930555555556,
"alnum_prop": 0.504806134571768,
"repo_name": "cdnjs/cdnjs",
"id": "0f94e69e30b39d6a8af674a1b8a3ccfa570e1de3",
"size": "9259",
... |
<?php
namespace OCP\AppFramework\Db;
/**
* This is returned or should be returned when a find request does not find an
* entry in the database
* @since 7.0.0
*/
class DoesNotExistException extends \Exception {
/**
* Constructor
* @param string $msg the error message
* @since 7.0.0
*/
public function _... | {
"content_hash": "2776d0c8f5efc38af0808ea7d2d2bb5b",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 78,
"avg_line_length": 17.761904761904763,
"alnum_prop": 0.6702412868632708,
"repo_name": "phil-davis/core",
"id": "2fefb257d97646bd8e98dcd7b5ec7b3f9f6f377f",
"size": "1169... |
typedef struct EventNode
{
TAILQ_ENTRY(EventNode) entries;
const MirEvent* event;
_GLFWwindow* window;
} EventNode;
static void deleteNode(EventQueue* queue, EventNode* node)
{
mir_event_unref(node->event);
free(node);
}
static GLFWbool emptyEventQueue(EventQueue* queue)
{
ret... | {
"content_hash": "302c439418b93ba0c6c97d147106d7b6",
"timestamp": "",
"source": "github",
"line_count": 942,
"max_line_length": 96,
"avg_line_length": 30.23673036093418,
"alnum_prop": 0.6122950531896219,
"repo_name": "onqtam/code-evolution",
"id": "a0d17db2e10b28c25e101ca7f6c8dc397a184b95",
"size":... |
class AddFromToPosts < ActiveRecord::Migration
def change
add_column :posts, :from, :string, default: 'Standup Blogger'
end
end
| {
"content_hash": "7bbbe1f6cf55be7ccbf9ccc17c0cb97c",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 65,
"avg_line_length": 27.2,
"alnum_prop": 0.7352941176470589,
"repo_name": "se3000/whiteboard",
"id": "044d5f9dd0889779a9e79b1a9a143e5911ccc2cf",
"size": "136",
"binary":... |
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.jeo</groupId>
<artifactId>contrib</artifactI... | {
"content_hash": "ffb2d8ae128a3ba4657bea2614882561",
"timestamp": "",
"source": "github",
"line_count": 113,
"max_line_length": 104,
"avg_line_length": 28.991150442477878,
"alnum_prop": 0.5863858363858364,
"repo_name": "jeo/jeo",
"id": "d88a69c090ffa5744acf3c46a585d30579c97a3a",
"size": "3276",
"... |
// ----------------------------------------------------------------------------------
//
// Copyright Microsoft Corporation
// 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.apa... | {
"content_hash": "cc0ec5a496d0c25f9ba0a8f887876c54",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 86,
"avg_line_length": 36,
"alnum_prop": 0.5460704607046071,
"repo_name": "iouri-s/azure-powershell",
"id": "87adae5642661395eda9520799e9bd21ac6a49d2",
"size": "1478",
"b... |
// Copyright (C) 2009 The Android Open Source Project
//
// 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 ... | {
"content_hash": "3c07b17d96f5caee596b780ca6f51377",
"timestamp": "",
"source": "github",
"line_count": 118,
"max_line_length": 79,
"avg_line_length": 31.127118644067796,
"alnum_prop": 0.6874489518105091,
"repo_name": "zommarin/gerrit",
"id": "e9a31c9285c5b7952c46e51ac74599e3fde64724",
"size": "367... |
using System.Threading.Tasks;
using OrchardCore.ContentManagement.Handlers;
using OrchardCore.Media.Services;
namespace OrchardCore.Media.Handlers
{
/// <summary>
/// Content Handler to delete files used on attached media fields once the content item is deleted.
/// </summary>
public class AttachedMedi... | {
"content_hash": "f66e790cfad1b0d91397aba100f5563c",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 108,
"avg_line_length": 35,
"alnum_prop": 0.7185185185185186,
"repo_name": "petedavis/Orchard2",
"id": "d3d8dc9821e72d92b93deb81ff9454f19e74f731",
"size": "945",
"binary"... |
package eu.hyvar.mspl.manifest.resource.hymanifest;
/**
* A common interface for token styles. Text resources must return style
* information using classes that implement this interface.
*/
public interface IHymanifestTokenStyle {
/**
* Returns the color of the token as array of length 3.
*/
public int[] ... | {
"content_hash": "aa5391d2e21b00d0c787ea16c7549794",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 83,
"avg_line_length": 22.80851063829787,
"alnum_prop": 0.6977611940298507,
"repo_name": "HyVar/DarwinSPL",
"id": "afd9c9e237d537a06359f004b3c5c795223e915b",
"size": "1117"... |
package org.ontosoft.shared.classes.permission;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
public class Permission {
String id;
List<Agent> owners;
String type;
Map<String, Authorization> authorizations;
public Permission(... | {
"content_hash": "75463684d291c03c01cbaefa16fcbb2f",
"timestamp": "",
"source": "github",
"line_count": 140,
"max_line_length": 115,
"avg_line_length": 23.321428571428573,
"alnum_prop": 0.637978560490046,
"repo_name": "IKCAP/ontosoft",
"id": "4c65f447bdf58443904e57149f294a24c0b3ce4c",
"size": "3265... |
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("Ma... | {
"content_hash": "c9b67da60b3323a2897186d301b7b10e",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 84,
"avg_line_length": 39.361111111111114,
"alnum_prop": 0.7487649964714185,
"repo_name": "dechoD/Telerik-Homeworks",
"id": "2d54884ad0e765d0684fe960d8146d3c4de72de6",
"siz... |
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.AspNet.Http;
namespace Glimpse.Server.Web
{
public interface IResourceManager
{
void Register(string name, string uriTemplate, Func<HttpContext, IDictionary<string, string>, Task> resource);
ResourceM... | {
"content_hash": "4158e3b6a1d695eef30129c0131b0dd3",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 118,
"avg_line_length": 26.285714285714285,
"alnum_prop": 0.7554347826086957,
"repo_name": "pranavkm/Glimpse.Prototype",
"id": "18f1a114a74303b31bed32d490e762b6856ede22",
"... |
/**
* @author amakaseev / https://github.com/amakaseev
*
* for description see https://www.khronos.org/opengles/sdk/tools/KTX/
* for file layout see https://www.khronos.org/opengles/sdk/tools/KTX/file_format_spec/
*
* ported from https://github.com/BabylonJS/Babylon.js/blob/master/src/Tools/babylon.khronosTexture... | {
"content_hash": "7e41c230f9066e7867c9f9fd9960f375",
"timestamp": "",
"source": "github",
"line_count": 182,
"max_line_length": 158,
"avg_line_length": 38.03846153846154,
"alnum_prop": 0.6994077711974578,
"repo_name": "webmaster444/webmaster444.github.io",
"id": "a00ce9ce683bbde966740d38406d473a11416... |
from django.db import models
from accounts.models import Profile
from courses.models import Course
class Article(models.Model):
title = models.CharField(max_length=100)
content = models.TextField()
source_url = models.URLField(null=True)
created_by = models.ManyToManyField(Profile)
created_at = m... | {
"content_hash": "4659ec0f2a39a594f0527f6470ebc5fa",
"timestamp": "",
"source": "github",
"line_count": 79,
"max_line_length": 73,
"avg_line_length": 30.734177215189874,
"alnum_prop": 0.6911037891268533,
"repo_name": "lockhawksp/beethoven",
"id": "d58734cf61037f66a31da090f52f896e5d8f85ae",
"size": ... |
//////////////////////////////////////////////////////////////////////////////
// //
// Ludic Game Library //
// Copyright (C)2014 - Michell Stuttgart Faria //
// ... | {
"content_hash": "b66a09f4f7131cab300530e4f128edab",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 78,
"avg_line_length": 27.727272727272727,
"alnum_prop": 0.42295081967213116,
"repo_name": "mstuttgart/ludic-game-library",
"id": "17eae7aace9f1db7e139e16d67120440c1b915fe",
... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>User agent detail - Mozilla/5.0 (Linux; Android 4.4.2; Lenovo A536 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 YaBrowser/15.4.2272.3842.00 Mobile Safari/537.36</title>
<link rel="style... | {
"content_hash": "145e8f11a3037cb159f26f34720a35b4",
"timestamp": "",
"source": "github",
"line_count": 1419,
"max_line_length": 813,
"avg_line_length": 40.60394644115574,
"alnum_prop": 0.5469219154069112,
"repo_name": "ThaDafinser/UserAgentParserComparison",
"id": "2ab9bb39d7c071b4ae2cd6016a2b929a65... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_65) on Wed Sep 03 20:05:59 PDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.a... | {
"content_hash": "69d09811481618f34c3b5e3ab07ac4f2",
"timestamp": "",
"source": "github",
"line_count": 157,
"max_line_length": 403,
"avg_line_length": 44.789808917197455,
"alnum_prop": 0.6429180887372014,
"repo_name": "lshain/hbase-0.98.6-hadoop2",
"id": "f9208defcb3aa45c7cb96398f0c77ed1d01ef110",
... |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.Runtime.InteropServices;
using System.Text;
using Mindscape.Raygun4Net.Messages;
#if __UNIFIED__
using Foundation;
using UIKit;
#else
using MonoTouch.Foundation;
using MonoTouch.UIKit;
#endif
namespace M... | {
"content_hash": "574341212419955f06ea96c285b9c890",
"timestamp": "",
"source": "github",
"line_count": 158,
"max_line_length": 107,
"avg_line_length": 29.860759493670887,
"alnum_prop": 0.6428571428571429,
"repo_name": "tdiehl/raygun4net",
"id": "504c62a5b2d6dcb0ff8cd108e4521e674a8d0c06",
"size": "... |
external help file: Microsoft.Azure.Commands.ApiManagement.dll-Help.xml
ms.assetid: 9D4A68A8-0A39-4C9A-8EA6-391A5E7A0E25
online version:
schema: 2.0.0
---
# Add-AzureRmApiManagementRegion
## SYNOPSIS
Adds new deployment regions to a PsApiManagement instance.
## SYNTAX
```
Add-AzureRmApiManagementRegion -ApiManagem... | {
"content_hash": "54ba6551566601cfb8351eaaafa77a6b",
"timestamp": "",
"source": "github",
"line_count": 198,
"max_line_length": 314,
"avg_line_length": 23.8989898989899,
"alnum_prop": 0.7791631445477599,
"repo_name": "zhencui/azure-powershell",
"id": "a3a0f60df1b733e37f24eb900a7b26ae75a73db3",
"siz... |
.hide{display:none}
a,.hand{cursor:pointer}
body,p,dl,dt,dd,ul,li,ol,h1,h2,h3,h4,h5,h6,table,td,th,input,select{margin:0;padding:0}
p,a,div,b,strong,h1,h2,h3,h4,h5,h6,dt,button,dd,th,td,span,input,li{font-family:tahoma,Microsoft YaHei,Arial,Helvetica,sans-serif;}
input{background:none}
input[placeholder],[placehol... | {
"content_hash": "80718903d2ed5e51762435ab6bb10890",
"timestamp": "",
"source": "github",
"line_count": 1402,
"max_line_length": 668,
"avg_line_length": 79.98216833095577,
"alnum_prop": 0.7738796985776073,
"repo_name": "gaowanyao/trading",
"id": "2c5a10d912795948a1b7707b0f3a30a289414142",
"size": "... |
<?php
namespace Hawalius;
// Fail out if not included from root
if(!defined('HAWALIUS_PATH')){
header('HTTP/1.1 403 Forbidden', true, 403);
die();
}
// Compares PHP version against our requirement.
if(!version_compare(PHP_VERSION, '5.4.0', '>=')){
die('Hawalius needs PHP 5.4.0 or higher to run. You are currently r... | {
"content_hash": "b9457db0e793f02d44df9630a5754895",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 102,
"avg_line_length": 24.91176470588235,
"alnum_prop": 0.6741440377804014,
"repo_name": "hawalius/app",
"id": "e4bda8778ca9fb38d2e2c51e48c64edeadfe7800",
"size": "1694",
... |
/*******************************************************************************
*
* Module Name: dmutils - AML disassembler utilities
*
******************************************************************************/
/******************************************************************************
*
* 1. Copyright... | {
"content_hash": "fb0c58ef99a589ddca9578658a97dbac",
"timestamp": "",
"source": "github",
"line_count": 375,
"max_line_length": 80,
"avg_line_length": 31.138666666666666,
"alnum_prop": 0.6188233279095658,
"repo_name": "devlato/kolibrios-llvm",
"id": "b64b8fb00093322fbee0cb49cd83ef67a5ab5bc7",
"size... |
'use strict';
module.exports = function (grunt) {
// load all npm grunt tasks
require('load-grunt-tasks')(grunt);
// Project configuration.
grunt.initConfig({
// Before generating any new files, remove any previously-created files.
clean: {
tests: ['test/fixtures/*']
},
// Configu... | {
"content_hash": "24f1ea963cc717659ffeb558ac4048ae",
"timestamp": "",
"source": "github",
"line_count": 65,
"max_line_length": 78,
"avg_line_length": 21.415384615384614,
"alnum_prop": 0.47844827586206895,
"repo_name": "loolmeh/generator-rui-angular",
"id": "63b052f5233b527a3c9fc3e2b8a5f4da7a86f3d4",
... |
// Template Source: BaseEntityRequestBuilder.java.tt
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// -----------------------------... | {
"content_hash": "0d1e7919f4712a449846bcfe7193439d",
"timestamp": "",
"source": "github",
"line_count": 182,
"max_line_length": 232,
"avg_line_length": 47.70879120879121,
"alnum_prop": 0.7540020730162387,
"repo_name": "microsoftgraph/msgraph-sdk-java",
"id": "b191d7156f248aa1b13a3ec18a5903d3367b051f"... |
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./../../assets/css/combined.css">
<link rel="shortcut icon" href="./../../favicon.ico" />
<script src="http://www.google.com/jsapi" type="text/ja... | {
"content_hash": "2da368a346b9752c575327abc128a51e",
"timestamp": "",
"source": "github",
"line_count": 1424,
"max_line_length": 198,
"avg_line_length": 28.468398876404493,
"alnum_prop": 0.5175016650632724,
"repo_name": "wizardry/gitadora_skill_sim",
"id": "1275748309490197ddae320fd9d6d70dff9c5df9",
... |
package com.badlogic.test.core;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.badlogic.gdx.ApplicationAdapter;
import com.badlogic.gdx.Gdx;
public class Test extends ApplicationAdapter {
SpriteBatch batch;
Texture img;
... | {
"content_hash": "ae64b4ecd6e42a66d0399bc8f73d712a",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 49,
"avg_line_length": 22.48148148148148,
"alnum_prop": 0.7248764415156508,
"repo_name": "Leejjon/libgdx-maven-example",
"id": "7e02868b73e472bccd01301f5aad4eb51e89d28a",
"... |
//===--- UnwrappedLineParser.cpp - Format C++ code ------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"content_hash": "caa6f9944d63aaeaf8e86818576cb377",
"timestamp": "",
"source": "github",
"line_count": 2991,
"max_line_length": 100,
"avg_line_length": 32.1571380809094,
"alnum_prop": 0.623910918882951,
"repo_name": "endlessm/chromium-browser",
"id": "96e0bd2276fa8a3446b733cffd7dd22a83ded593",
"si... |
<?php
/**
* @example =expression()
*/
namespace Phug\Lexer\Scanner;
use Phug\Lexer\ScannerInterface;
use Phug\Lexer\State;
use Phug\Lexer\Token\ExpressionToken;
class ExpressionScanner implements ScannerInterface
{
public function scan(State $state)
{
$reader = $state->getReader();
if (!$... | {
"content_hash": "a6adbf245b889ce9fbe960b652c2d56b",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 67,
"avg_line_length": 21.125,
"alnum_prop": 0.5254437869822485,
"repo_name": "phug-php/lexer",
"id": "46e0e817d6339d48aad130c3f0ae7cda373f25ca",
"size": "845",
"binary":... |
package com.cinchapi.common.util;
import java.util.Collection;
import java.util.Collections;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
import javax.annotation.concurrent.ThreadSafe;
import org.cliffc.high_scale_lib.NonBlockingHashMap;
i... | {
"content_hash": "a24b0c688c3a6e27eb87bcc1ae140021",
"timestamp": "",
"source": "github",
"line_count": 373,
"max_line_length": 80,
"avg_line_length": 25.021447721179623,
"alnum_prop": 0.5525554484088717,
"repo_name": "dubex/concourse",
"id": "e479ab10f494b687583a6ec637899c1b948ddbf5",
"size": "993... |
import {async, ComponentFixture, TestBed} from '@angular/core/testing'
import {PalettePickerComponent} from './palette-picker.component'
xdescribe('PalettePickerComponent', () => {
let component: PalettePickerComponent
let fixture: ComponentFixture<PalettePickerComponent>
beforeEach(async(() => {
... | {
"content_hash": "6493c30d74cec8e07671b81153f461da",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 70,
"avg_line_length": 29.708333333333332,
"alnum_prop": 0.6605890603085554,
"repo_name": "lernejaro/core",
"id": "3312398bbf9f8de82439cf6feffbb2afc49a9c7e",
"size": "713",... |
/* multiboot.h - Multiboot header file. */
/* Copyright (C) 1999,2003,2007,2008,2009 Free Software Foundation, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
* deal in the Software without restricti... | {
"content_hash": "517ac1dcf10deff5f6bdd374bf93e91a",
"timestamp": "",
"source": "github",
"line_count": 223,
"max_line_length": 87,
"avg_line_length": 32.18834080717489,
"alnum_prop": 0.6799944274171078,
"repo_name": "naegelejd/duneOS",
"id": "9a32b8fc400bbe7fc1f98e5c40215ba39b20e392",
"size": "717... |
'use strict';
var _assign = require('object-assign');
var ReactComponentEnvironment = require('./ReactComponentEnvironment');
var ReactCurrentOwner = require('./ReactCurrentOwner');
var ReactElement = require('./ReactElement');
var ReactErrorUtils = require('./ReactErrorUtils');
var ReactInstanceMap = require('./Re... | {
"content_hash": "5b8d3df1bff87fa067bb944579677222",
"timestamp": "",
"source": "github",
"line_count": 785,
"max_line_length": 388,
"avg_line_length": 39.78343949044586,
"alnum_prop": 0.6877041306436119,
"repo_name": "puaykai/noodles",
"id": "1d5c426b2afee4f1f8317f584ff00d75b99ce356",
"size": "315... |
import {Component} from "@angular/core";
import {HTML_TEMPLATE} from "./app.component.html";
@Component({
selector: 'educama-app',
template: HTML_TEMPLATE,
styles: [`.active-nav { color: white !important; }
.nonclickable:hover { color: #9d9d9d !important }`],
})
export class AppComponent {
}
| {
"content_hash": "f8d57e91d044dc62a8a8528dab7788fc",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 66,
"avg_line_length": 29.09090909090909,
"alnum_prop": 0.653125,
"repo_name": "tobiasschaefer/Showcase",
"id": "7c4a4fff1b472a4c42f6e05ffeb1a5797d8e645b",
"size": "320",
... |
<?php
/*
|--------------------------------------------------------------------------
| Application Routes
|--------------------------------------------------------------------------
|
| Here is where you can register all of the routes for an application.
| It's a breeze. Simply tell Laravel the URIs it should respond ... | {
"content_hash": "9b506484a30099fcbe726955ec27942a",
"timestamp": "",
"source": "github",
"line_count": 119,
"max_line_length": 123,
"avg_line_length": 41.20168067226891,
"alnum_prop": 0.6842749337140526,
"repo_name": "GordonChen13/jianzhi",
"id": "fb42ea2ab126faa5a9d6c561dda9a2fb4fc52d0c",
"size":... |
FROM alpine:latest
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ENV JAVA_HOME /usr/lib/jvm/java-1.8-openjdk
RUN apk add --no-cache \
bash \
ca-certificates \
openjdk8
# https://github.com/bazelbuild/bazel/releases
ENV BAZEL_VERSION 0.12.0
# https://gerrit.googlesource.com/gitiles/
ENV GITILES_VERSION v0.2-... | {
"content_hash": "01d32a655827f7c0856c987b72c176c9",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 141,
"avg_line_length": 34,
"alnum_prop": 0.6363122171945701,
"repo_name": "johnsandiford/dockerfiles",
"id": "8e9bc7c669fdb6164c8b687370075e18306090e0",
"size": "1768",
... |
import itertools
from oslo_log import log as logging
from webtest import TestApp
from designate.api import admin as admin_api
from designate.api import middleware
from designate.tests.test_api import ApiTestCase
LOG = logging.getLogger(__name__)
INVALID_ID = [
'2fdadfb1-cf96-4259-ac6b-bb7b6d2ff98g',
'2fda... | {
"content_hash": "ef8de6bd9edaa7a23039b1e8d1dbcc03",
"timestamp": "",
"source": "github",
"line_count": 135,
"max_line_length": 79,
"avg_line_length": 33.48148148148148,
"alnum_prop": 0.5480088495575222,
"repo_name": "openstack/designate",
"id": "82bbec2949ff7ad51647b15b5b457f5fc51bc4cf",
"size": "... |
<!--
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.... | {
"content_hash": "f5982b85a315d21958768511e907086c",
"timestamp": "",
"source": "github",
"line_count": 79,
"max_line_length": 136,
"avg_line_length": 29.658227848101266,
"alnum_prop": 0.7037985488689714,
"repo_name": "theodorosploumis/dotfiles",
"id": "ddbe3661ebd753fd87a6ba65ec87e9628e735cfd",
"s... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.