text stringlengths 2 1.04M | meta dict |
|---|---|
.class Landroid/mtp/MtpDatabase$MtpDatabaseThread;
.super Ljava/lang/Thread;
.source "MtpDatabase.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroid/mtp/MtpDatabase;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x2
name = "MtpData... | {
"content_hash": "81569c6426e6860b5f84cd21e1896783",
"timestamp": "",
"source": "github",
"line_count": 89,
"max_line_length": 127,
"avg_line_length": 25.146067415730336,
"alnum_prop": 0.7359249329758714,
"repo_name": "baidurom/devices-g520",
"id": "e2ca690ce06e061978899fdffa99e9df539148f7",
"size"... |
package org.apache.hadoop.mapreduce.v2.app.job.impl;
import java.io.IOException;
import java.net.InetAddress;
import java.net.InetSocketAddress;
import java.net.UnknownHostException;
import java.nio.ByteBuffer;
import java.util.ArrayList;
import java.util.Collection;
import java.util.EnumSet;
import java.util.HashMa... | {
"content_hash": "f58cd8b2bcaf7a1cb68bac68e04aca31",
"timestamp": "",
"source": "github",
"line_count": 2230,
"max_line_length": 129,
"avg_line_length": 41.431838565022424,
"alnum_prop": 0.7150325241089693,
"repo_name": "wankunde/cloudera_hadoop",
"id": "96d1ebcf84b47014e3fa1af842759779bf5d3696",
"... |
(function () {
'use strict';
angular
.module('app')
.factory('Navigation', Navigation);
Navigation.$inject = ['$http', 'config'];
function Navigation($http, config ) {
var service = {
get: get
};
return service;
///////////... | {
"content_hash": "7c4bf0482fe97ad8ff08896da1846856",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 64,
"avg_line_length": 20.136363636363637,
"alnum_prop": 0.435665914221219,
"repo_name": "Alberto19/nuflow-web",
"id": "ade8ba5f28b49855b6ba613fa19db40c47212711",
"size": "... |
"""
Time zone utilities.
"""
from datetime import datetime, timedelta, tzinfo
__all__ = [
"FixedOffsetTimeZone",
"UTC",
]
class FixedOffsetTimeZone(tzinfo):
"""
Represents a fixed timezone offset (without daylight saving time).
@ivar name: A L{str} giving the name of this timezone; the name ju... | {
"content_hash": "35bbf76c441d9c2822f3658ce58cf453",
"timestamp": "",
"source": "github",
"line_count": 115,
"max_line_length": 79,
"avg_line_length": 26.63478260869565,
"alnum_prop": 0.5902709761671564,
"repo_name": "mollstam/UnrealPy",
"id": "614f62bf6b170623abe36b4cdbc3cb11dac5f34b",
"size": "31... |
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = companiesResponse;
function companiesResponse(data) {
var companiesByOperationArea = data.e,
informationDate = data.hr;
return {
informationDate: informationDate,
companiesByOperationArea: companiesByOpe... | {
"content_hash": "554073cebbdf32edcd0ee17a2597247e",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 94,
"avg_line_length": 26.03846153846154,
"alnum_prop": 0.6484490398818316,
"repo_name": "thiagommedeiros/bus-promise",
"id": "6536a32d045132f09d4fadba337530cc47ed8be2",
"s... |
package com.qreal.stepic.robots.checker;
import com.qreal.stepic.robots.constants.PathConstants;
import java.io.*;
/**
* Created by vladimir-zakharov on 31.08.15.
*/
public class Compressor {
public void compress(String taskId, String pathToFolder) throws IOException, InterruptedException {
File fol... | {
"content_hash": "4fe01ebc86ec27515e64b8cdd3290cff",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 111,
"avg_line_length": 36.285714285714285,
"alnum_prop": 0.6653543307086615,
"repo_name": "qreal/qreal-web",
"id": "f3468a15aa00b163578d12909d5603287795be18",
"size": "212... |
namespace System.Data.SqlClient
{
[Flags]
public enum SqlBulkCopyOptions
{
Default = 0,
KeepIdentity = 1 << 0,
CheckConstraints = 1 << 1,
TableLock = 1 << 2,
KeepNulls = 1 << 3,
FireTriggers = 1 << 4,
UseInternalTransaction = 1 << 5,
}
}
| {
"content_hash": "ffeacc1f81a253af8d390c56306e0dfb",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 40,
"avg_line_length": 22.142857142857142,
"alnum_prop": 0.5193548387096775,
"repo_name": "shimingsg/corefx",
"id": "7011fcd4a502dc60115c8ddb552326b21461239e",
"size": "598... |
<!-- Login -->
<section id="login" class="padding">
<div class="container">
<h3 class="hidden">hidden</h3>
<?php
if($this->session->flashdata('successsub'))
{
echo "<br>
<div class='col-md-offset-3 col-md-6'>
<div id='alert-pop' class='text-center alert alert-danger'>";
echo $this->session->flashdata('su... | {
"content_hash": "3b6cb6d4b5f0fd3d202c56d8ff941e63",
"timestamp": "",
"source": "github",
"line_count": 285,
"max_line_length": 148,
"avg_line_length": 51.29824561403509,
"alnum_prop": 0.45492476060191517,
"repo_name": "qasim902/favmove1",
"id": "1ca08ee91ad0483dbb771e39b28184a07eab9253",
"size": "... |
This file is used to list changes made in each version of the phpenv cookbook.
## 0.5.0
- [Pierre Rambaud] - Update dependencies
## 0.4.0
- [Pierre Rambaud] - Add libssl and libreadline packages
## 0.3.0
- [Pierre Rambaud] - Fix bug on ubuntu 14.04
## 0.2.0
- [Pierre Rambaud] - More Attributes, add supported OS... | {
"content_hash": "26336b29a124b3c21eaeb76a3b2bbbb8",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 91,
"avg_line_length": 20.238095238095237,
"alnum_prop": 0.7011764705882353,
"repo_name": "NoMan2000/chefRecipes",
"id": "142cde865a23f1c4813164b09e3a8bb49612751f",
"size":... |
<?php
use yii\helpers\Url;
use yii\helpers\Html;
use yii\widgets\ActiveForm;
use yii\captcha\Captcha;
?>
<style type="text/css">
#finuser-verifycode{
border: 1px solid #ccc;
color: #999;
font-size: 12px;
height: 36px;
padding: 0 5px;
width: 130px;
}
</style>
<script type="text/javascript" src='public/j... | {
"content_hash": "7a8ec9892cf49393c66696f9a89886cc",
"timestamp": "",
"source": "github",
"line_count": 119,
"max_line_length": 393,
"avg_line_length": 39.15126050420168,
"alnum_prop": 0.596479931315733,
"repo_name": "zcwzz/gittao",
"id": "148186065845540b6d0d712c0c4233641bb0022e",
"size": "4879",
... |
layout: post
title: Tweets
date: 2018-02-28
summary: These are the tweets for February 28, 2018.
categories:
---
| {
"content_hash": "ec7e9cd6330f4e7352d40b5db7d9e521",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 55,
"avg_line_length": 18.857142857142858,
"alnum_prop": 0.6363636363636364,
"repo_name": "alexlitel/congresstweets",
"id": "c5ec3e70e33b90fe749a920515495e549b1c7508",
"size... |
<?php
declare(strict_types=1);
namespace JMS\Serializer\Tests\Serializer\Naming;
use JMS\Serializer\Naming\CamelCaseNamingStrategy;
use PHPUnit\Framework\TestCase;
class CamelCaseNamingStrategyTest extends TestCase
{
public function providePropertyNames()
{
return [
['getUrl', 'get_url']... | {
"content_hash": "170e44942167d9c0f8d506eedacc131e",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 131,
"avg_line_length": 27.516129032258064,
"alnum_prop": 0.6834701055099648,
"repo_name": "mpoiriert/serializer",
"id": "6de01f42a13bb32f07973c991078f6299d5c74d4",
"size":... |
package com.google.common.primitives;
import com.google.common.annotations.GwtCompatible;
import com.google.common.annotations.GwtIncompatible;
import com.google.common.collect.ImmutableSet;
import com.google.common.testing.EqualsTester;
import com.google.common.testing.NullPointerTester;
import com.google.common.te... | {
"content_hash": "625da03e5e1fee1ee8b94a47c849f96c",
"timestamp": "",
"source": "github",
"line_count": 237,
"max_line_length": 99,
"avg_line_length": 32.20675105485232,
"alnum_prop": 0.6492859950216167,
"repo_name": "mkeesey/guava-for-small-classpaths",
"id": "3901ab0b0587c000460685c6c887f2e46dadece... |
(function (global, factory) {
if (typeof define === "function" && define.amd) {
define(['exports', 'knockout', 'lodash'], factory);
} else if (typeof exports !== "undefined") {
factory(exports, require('knockout'), require('lodash'));
} else {
var mod = {
exports: {}
... | {
"content_hash": "d071a1e99f56950c7a9bdecebcc78fb2",
"timestamp": "",
"source": "github",
"line_count": 110,
"max_line_length": 107,
"avg_line_length": 32.08181818181818,
"alnum_prop": 0.5381127798243128,
"repo_name": "cbcrc/koco-component-loader",
"id": "2e08e9e792fe25535ed8f9df5d379ef0649687d2",
... |
require 'sinatra/base'
require 'sass'
require 'maruku'
module Sinatra
module MercuryHelpers
SASS = 'sass'
JS = 'js'
MDOWN = 'md'
COFFEE = 'coffee'
CSS = 'css'
SCSS = 'scss'
RUBY = 'rb'
# parses and evals ruby partials
def ruby(rubyfile)
instance_eval(open_file(find_fil... | {
"content_hash": "e554eedda536ca7eb5e94180f6b64c42",
"timestamp": "",
"source": "github",
"line_count": 81,
"max_line_length": 140,
"avg_line_length": 25.098765432098766,
"alnum_prop": 0.6064928676832267,
"repo_name": "jackhq/mercury",
"id": "06f67606d202548996f54ffb9c3afac96dc3c748",
"size": "2033... |
"use strict";
var generators = require('yeoman-generator');
module.exports = generators.Base.extend({
}); | {
"content_hash": "283155e465e926b7085c568e82bf4f9d",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 45,
"avg_line_length": 17.833333333333332,
"alnum_prop": 0.719626168224299,
"repo_name": "icefox0801/generator-wuba",
"id": "9ac2c6c694da2bef775323737e1984dd4d569864",
"size... |
package org.zstack.header.cluster;
import org.zstack.header.vo.ForeignKey;
import org.zstack.header.vo.ForeignKey.ReferenceOption;
import org.zstack.header.vo.Index;
import org.zstack.header.vo.ResourceVO;
import org.zstack.header.zone.ZoneEO;
import javax.persistence.*;
import java.sql.Timestamp;
/**
*/
@MappedSup... | {
"content_hash": "2951442e7880fbe471f744e13f2141e1",
"timestamp": "",
"source": "github",
"line_count": 126,
"max_line_length": 92,
"avg_line_length": 20.126984126984127,
"alnum_prop": 0.6573343848580442,
"repo_name": "mingjian2049/zstack",
"id": "160dbe5c38dfdfa4212a6049765be1d505f1bd9e",
"size": ... |
using Glimpse.AspNet.Extensions;
using Glimpse.Core.Extensibility;
using Shop.Net.Resources;
namespace Shop.Net.Web
{
public class GlimpseSecurityPolicy : IRuntimePolicy
{
public RuntimePolicy Execute(IRuntimePolicyContext policyContext)
{
// You can perform a check like the one bel... | {
"content_hash": "9bde64b396a1f81e2d0093fa7b4bcd31",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 137,
"avg_line_length": 39.55172413793103,
"alnum_prop": 0.6704446381865736,
"repo_name": "webdude21/Shop.NET",
"id": "b474a8a8204170d4e506162375bb5190e3ceebaa",
"size": "1... |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_margin="15dp"
android:background="#8000">
<TextView
android... | {
"content_hash": "dfb21d0494b604f13ccb8ff5849265ef",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 72,
"avg_line_length": 38.523809523809526,
"alnum_prop": 0.6551297898640297,
"repo_name": "wgh2755/kingweather",
"id": "e32ab98e1894df76ab9b5714c1f8ebad0d644cc0",
"size": "... |
import array
import struct
import io
import warnings
from struct import unpack_from
from PIL import Image, ImageFile, TiffImagePlugin, _binary
from PIL.JpegPresets import presets
from PIL._util import isStringType
i8 = _binary.i8
o8 = _binary.o8
i16 = _binary.i16be
i32 = _binary.i32be
__version__ = "0.6"
#
# Parser... | {
"content_hash": "3f69d50b742c8e21da15c2c58af1a675",
"timestamp": "",
"source": "github",
"line_count": 736,
"max_line_length": 79,
"avg_line_length": 34.08423913043478,
"alnum_prop": 0.555608706051184,
"repo_name": "Ali-aqrabawi/ezclinic",
"id": "ef229e61157cc2a03c538b9d4d72beb35507674a",
"size": ... |
package mpasswd
import (
"testing"
)
func TestHashPasswd(t *testing.T) {
passwd := "demo"
hashPasswd, _ := GenerateHashPassword(passwd)
if CompareHashAndPassword(hashPasswd, "demo") != nil {
t.Error("hashpasswd and provide passwd not equal.")
}
}
| {
"content_hash": "7ed06f561a39eed742a84e2e9128be12",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 55,
"avg_line_length": 17.2,
"alnum_prop": 0.7015503875968992,
"repo_name": "mabetle/mgo",
"id": "330915bb9d001be4901b95cbf09a767bd7ac580e",
"size": "258",
"binary": fals... |

Fantasy Rampage : http://www.team-arg.org/frmp-manual.html
**Download latest Arduboy version and source :** https://github.com/TEAMarg/ID-48-Fantasy-Rampage/releases/latest
MADE by TEAM a.r.g. : http://www.team-arg.org/more-about.h... | {
"content_hash": "4d0530f4e00235fd017b799b3a1bbdf2",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 115,
"avg_line_length": 49.857142857142854,
"alnum_prop": 0.7363896848137536,
"repo_name": "TEAMarg/ID-48-Fantasy-Rampage",
"id": "943c60973ba782804b6a8fc7481ea86c48842ab4",
... |
package com.zx.crawler.stock.util;
import java.net.URL;
import java.net.URLConnection;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
public class DocumentUtil {
public static Document getDocument(String url) throws Exception {
Document doc = null;
try {
URLConnection conn =... | {
"content_hash": "0c9ed07cee555a3ac248a395f26ba956",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 69,
"avg_line_length": 26.476190476190474,
"alnum_prop": 0.6205035971223022,
"repo_name": "pipingyishi/test",
"id": "59a43baed6cf20817d2a6b0bf9fcd57638a202df",
"size": "556... |
import io
import json
import os
import unittest
from . import conformance
from .fhirdate import FHIRDate
class ConformanceTests(unittest.TestCase):
def instantiate_from(self, filename):
datadir = os.environ.get('FHIR_UNITTEST_DATADIR') or ''
with io.open(os.path.join(datadir, filename), 'r', enco... | {
"content_hash": "d2586fa386e08b38a5377f3861f15ccb",
"timestamp": "",
"source": "github",
"line_count": 163,
"max_line_length": 275,
"avg_line_length": 69.87116564417178,
"alnum_prop": 0.6986565984722101,
"repo_name": "all-of-us/raw-data-repository",
"id": "37abfd901e6bbe39e28c186044988a703d537219",
... |
<resources>
<string name="app_name">Unificiency</string>
<string name="username">Email</string>
<string name="password">Passwort</string>
<string name="login">Login</string>
<string name="register">Registrieren</string>
<string name="nickname">Nickname</string>
<string name="password_confi... | {
"content_hash": "6fc2121167b8b821cd8a7f12dd9d607a",
"timestamp": "",
"source": "github",
"line_count": 99,
"max_line_length": 196,
"avg_line_length": 56.61616161616162,
"alnum_prop": 0.7302408563782338,
"repo_name": "zhenhaoli/Unificiency",
"id": "60011bb84e54a8050bc38188d610db672242af2f",
"size":... |
<?php
/**
* @namespace
*/
namespace Yandex\Dictionary;
use Yandex\Dictionary\DictionaryBaseItem;
use Yandex\Dictionary\DictionaryExample;
/**
* Class DictionaryTranslation
*
* @category Yandex
* @package Dictionary
*
* @author Nikolay Oleynikov <oleynikovny@mail.ru>
* @created 07.11.14 20:05
*/
class ... | {
"content_hash": "2b0ec4774a5ebeeef1314a8c9cfbc14a",
"timestamp": "",
"source": "github",
"line_count": 88,
"max_line_length": 69,
"avg_line_length": 18.261363636363637,
"alnum_prop": 0.5245799626633478,
"repo_name": "malinink/yandex-php-library",
"id": "363b2c7fc5fe21b56f08073f887ab075aa8fad39",
"... |
/*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v1.1.1-master-342ee53
*/
md-toolbar.md-menu-toolbar h2.md-toolbar-tools {
line-height: 1rem;
height: auto;
padding: 28px;
padding-bottom: 12px; }
md-toolbar.md-has-open-menu {
position: relative;
z-index: 100; }
md-m... | {
"content_hash": "00cd3db392fd38102b923d635e400e3d",
"timestamp": "",
"source": "github",
"line_count": 104,
"max_line_length": 193,
"avg_line_length": 36.69230769230769,
"alnum_prop": 0.6176624737945493,
"repo_name": "andream91/fusion-form",
"id": "0c36940f1939d7e17a5dfeacd35a797aa65f1b63",
"size"... |
import { test } from 'qunit';
import moduleForAcceptance from '../helpers/module-for-acceptance';
moduleForAcceptance('Acceptance: Filters Test', {
beforeEach() {
this.store = this.application.__container__.lookup('service:simple-store');
},
afterEach() {
this.store = null;
}
});
test('push will trigg... | {
"content_hash": "3100b8dc29120aeeacb198d72aaf8f41",
"timestamp": "",
"source": "github",
"line_count": 134,
"max_line_length": 124,
"avg_line_length": 39.11194029850746,
"alnum_prop": 0.6077084525853844,
"repo_name": "toranb/ember-cli-simple-store",
"id": "f0c9fde11e0623e6f7a46c954718895d6163dde9",
... |
from __future__ import absolute_import
from __future__ import print_function
import numpy as np
import pandas as pd
np.random.seed(1337) # for reproducibility
from keras.models import Sequential
from keras.layers.core import Dense, Dropout, Activation
from keras.layers.normalization import BatchNormalization
from ke... | {
"content_hash": "2e43eaa32554f3b23344cada07d50580",
"timestamp": "",
"source": "github",
"line_count": 150,
"max_line_length": 98,
"avg_line_length": 32.44,
"alnum_prop": 0.6789971228935471,
"repo_name": "puyokw/kaggle_Otto",
"id": "8902b1c965397ea2c03526ac1fdcedf15814dcb9",
"size": "4866",
"bin... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE476_NULL_Pointer_Dereference__null_check_after_deref_14.c
Label Definition File: CWE476_NULL_Pointer_Dereference.pointflaw.label.xml
Template File: point-flaw-14.tmpl.c
*/
/*
* @description
* CWE: 476 NULL Pointer Dereference
* Sinks: null_check_after_deref
... | {
"content_hash": "5bf9ed071f075cc5a4b1b12c2e9cfa25",
"timestamp": "",
"source": "github",
"line_count": 114,
"max_line_length": 103,
"avg_line_length": 28.57894736842105,
"alnum_prop": 0.5914671577655003,
"repo_name": "JianpingZeng/xcc",
"id": "717a8756d0d7f267028867463cfdd45a8c234797",
"size": "32... |
google-site-verification: google1e1c30c8d5f52a9f.html | {
"content_hash": "8c30a3896d70f8b62a293a52c222a2e4",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 53,
"avg_line_length": 53,
"alnum_prop": 0.9056603773584906,
"repo_name": "jhonoryza/blog",
"id": "63fca8a6cb6e089b2166d7c4220e9fcc315f393b",
"size": "53",
"binary": false... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Reflection;
using IdentityAdmin.Core.Metadata;
namespace IdentityAdmin.Extensions
{
public static class PropertyInfoExtensions
{
public static boo... | {
"content_hash": "3ff7108aec066685fc50054559bbd3a2",
"timestamp": "",
"source": "github",
"line_count": 157,
"max_line_length": 140,
"avg_line_length": 30.21019108280255,
"alnum_prop": 0.5224541429475016,
"repo_name": "IdentityServer/IdentityServer3.Admin",
"id": "fc4d46c03ee7916b98762d8661bc388b1205... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_112) on Fri Jun 16 09:55:15 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.s... | {
"content_hash": "e0e06229d537564cf034c92128519233",
"timestamp": "",
"source": "github",
"line_count": 168,
"max_line_length": 503,
"avg_line_length": 49.517857142857146,
"alnum_prop": 0.6707536963577353,
"repo_name": "wildfly-swarm/wildfly-swarm-javadocs",
"id": "ecea9dbf52751d05dfb3e7355d6d5fd6319... |
package de.hbrs.aspgen.jparser.type;
import de.hbrs.aspgen.api.ast.JavaParameter;
public class Java6Parameter extends Java6BasicElement implements JavaParameter {
private int startPosition;
@Override
public int getStartPosition() {
return startPosition;
}
public void setStartPosition(fi... | {
"content_hash": "b989955e80abe0e713620d7ae02e8222",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 80,
"avg_line_length": 22.11111111111111,
"alnum_prop": 0.7311557788944724,
"repo_name": "FuriKuri/aspgen",
"id": "6338918173302392958e77b09b4b1301a6d16ccd",
"size": "398",... |
class Animal(object):
def run(self):
print('Animal is Running...')
class Dog(Animal):
def run(self):
print('Dog is Running...')
class Cat(Animal):
pass
def run_twice(animal):
animal.run()
animal.run()
run_twice(Dog())
dog = Dog()
dog.run()
print(isinstance(dog, Dog))
print(isin... | {
"content_hash": "9ddc84e40d624f0ea0f3f8c563da05c1",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 37,
"avg_line_length": 15.5,
"alnum_prop": 0.6129032258064516,
"repo_name": "KrisCheng/HackerPractice",
"id": "d9e2b2e887f133510965c8ae2e05c0876063ac63",
"size": "368",
"... |
package org.apache.jena.shared;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.jena.graph.test.GraphTestBase ;
import org.apache.jena.shared.PrefixMapping ;
/**
Test prefix mappings - subclass this test and override getMapping() to
deliver the prefixMapping to be t... | {
"content_hash": "14f329ed043de99edd274a3d4015cbd3",
"timestamp": "",
"source": "github",
"line_count": 453,
"max_line_length": 115,
"avg_line_length": 35.24503311258278,
"alnum_prop": 0.5654515846173118,
"repo_name": "kidaa/jena",
"id": "ec72d9f357782c425a9ce6354e2703ddba3c574d",
"size": "16771",
... |
package eu.qualimaster.common.logging;
import java.util.Map;
import org.slf4j.LoggerFactory;
import ch.qos.logback.classic.Level;
import ch.qos.logback.classic.Logger;
import ch.qos.logback.classic.LoggerContext;
/**
* The QM specific logging functionality. By default, QMspecific logging is disabled a... | {
"content_hash": "e07bc1e76f65071c3a9fa98380bdbf42",
"timestamp": "",
"source": "github",
"line_count": 142,
"max_line_length": 116,
"avg_line_length": 32.19718309859155,
"alnum_prop": 0.6084864391951006,
"repo_name": "QualiMaster/Infrastructure",
"id": "3f929350b3c8a3c0f4be937a496043f79238fd09",
"... |
<?php
/**
* @file
* Contains \Drupal\views\Plugin\views\field\Date.
*/
namespace Drupal\views\Plugin\views\field;
use Drupal\Core\Entity\EntityStorageInterface;
use Drupal\Core\Form\FormStateInterface;
use Drupal\views\ResultRow;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Drupal\Core\Dateti... | {
"content_hash": "abf2c8411ab323e43095ac793336441f",
"timestamp": "",
"source": "github",
"line_count": 187,
"max_line_length": 245,
"avg_line_length": 40.903743315508024,
"alnum_prop": 0.6182507517322526,
"repo_name": "kaperkin/drupal_8_shelby_site",
"id": "340518ca5da1232fee475cce015f7cc5251b98a4",... |
For this initial release, and likely for the next several releases, we will be
driven by internal, production needs and will therefore need to prioritize our
internal users requirements. However, we want to encourage that you submit
contributions, either as issues or PRs within this proejct or as an RFC in
the [TensorF... | {
"content_hash": "d1440d46b1e3ad285f86a8491fabb339",
"timestamp": "",
"source": "github",
"line_count": 72,
"max_line_length": 102,
"avg_line_length": 41.083333333333336,
"alnum_prop": 0.7816091954022989,
"repo_name": "tensorflow/gnn",
"id": "d29e6bbe36799b7cd7be05a2a8398700935e475c",
"size": "2979... |
'use strict';
var should = require('should');
var util = require('util');
var CLITest = require('../../../framework/arm-cli-test');
var testUtils = require('../../../util/util');
var testprefix = 'arm-cli-vm-stoprestart-tests';
var groupPrefix = 'xplatTestGVMStart';
var VMTestUtil = require('../../../util/vmTestUtil'... | {
"content_hash": "fc7422db1f0b4bdbab16eda34c84ceb0",
"timestamp": "",
"source": "github",
"line_count": 156,
"max_line_length": 152,
"avg_line_length": 41.80128205128205,
"alnum_prop": 0.6008280938506364,
"repo_name": "colrack/azure-xplat-cli",
"id": "79627f440ea9b004e093504d8f7c83545df696c9",
"siz... |
var gulp = require('gulp');
var shell = require('gulp-shell')
gulp.task('default', function() {
// place code for your default task here
console.log("Gulp is working");
});
gulp.task('dev', function() {
// place code for your default task here
console.log("Launching dev server");
shell([
'npm start'
]... | {
"content_hash": "5da75d9b7b2a7bf14e1d8fc37e64081e",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 42,
"avg_line_length": 23.4,
"alnum_prop": 0.6410256410256411,
"repo_name": "nemerkab/AngularSpike",
"id": "21d396c9b86948d69a53d13a8d945d3e19a662b3",
"size": "351",
"bin... |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Function template none_of</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" ... | {
"content_hash": "ddb6f57359b286ac1e0ef27e56f3753d",
"timestamp": "",
"source": "github",
"line_count": 97,
"max_line_length": 489,
"avg_line_length": 55.649484536082475,
"alnum_prop": 0.6450537236013338,
"repo_name": "rkq/cxxexp",
"id": "772e39d0b20ee643d0966ce488f5d7b990cb45c5",
"size": "5398",
... |
require 'rails_helper'
RSpec.describe StaticPagesController, type: :controller do
describe "GET #history" do
it "returns http success" do
get :history
expect(response).to have_http_status(:success)
end
end
describe "GET #sites" do
it "returns http success" do
get :sites
expe... | {
"content_hash": "845b9077c5f2382e09b05fc2cf37dd63",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 58,
"avg_line_length": 20.73076923076923,
"alnum_prop": 0.6679035250463822,
"repo_name": "VictorianResearchWeb/TheCurranIndex",
"id": "232465450644c21ac32f638fd0824ac540c4d33... |
<?php
namespace SMA\SMABundle\DependencyInjection;
use Symfony\Component\Config\Definition\Builder\TreeBuilder;
use Symfony\Component\Config\Definition\ConfigurationInterface;
/**
* This is the class that validates and merges configuration from your app/config files
*
* To learn more see {@link http://symfony.com... | {
"content_hash": "e17a88860e8438a444a0c317b101c27b",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 131,
"avg_line_length": 29.93103448275862,
"alnum_prop": 0.7142857142857143,
"repo_name": "matsuyuki/smanegeri11",
"id": "1a8bd247d78668c94d18ef40d80fb86819333481",
"size":... |
package com.agimatec.validation;
import com.agimatec.validation.model.MetaBean;
/**
* Description: interface for abstraction how to initialize a MetaBean
* with information from somewhere<br/>
* User: roman <br/>
* Date: 07.10.2009 <br/>
* Time: 11:38:03 <br/>
* Copyright: Agimatec GmbH
*/
public interface Me... | {
"content_hash": "e494a91a6337aa17a451b33159b86fff",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 70,
"avg_line_length": 24.9375,
"alnum_prop": 0.731829573934837,
"repo_name": "google-code/agimatec-validation",
"id": "7f98a266d3dd41dc149235db3de9beec900a492a",
"size": "... |
(function( amplify, undefined ) {
var store = amplify.store = function( key, value, options ) {
var type = store.type;
if ( options && options.type && options.type in store.types ) {
type = options.type;
}
return store.types[ type ]( key, value, options || {} );
};
store.types = {};
store.type = null;
store.add... | {
"content_hash": "3b9f672422b09059d267223bdb0d3dd6",
"timestamp": "",
"source": "github",
"line_count": 289,
"max_line_length": 132,
"avg_line_length": 27.27681660899654,
"alnum_prop": 0.6179119624508436,
"repo_name": "graemepatt/BerryCamExpress",
"id": "d8e50572caf5134e2080c26544c0b6dc987070ff",
"... |
* [Draggable Object](#draggable-object)
* [Draggable Object Target](#draggable-object-target)
#### Examples
* [Classify Posts](#classify-posts)
# Primitives
## Draggable Object
The `draggable-object` component represents an object you want to drag onto a target.
The two things to provide to the component are:... | {
"content_hash": "455e525aec8ac047ab16bc35eb907209",
"timestamp": "",
"source": "github",
"line_count": 127,
"max_line_length": 142,
"avg_line_length": 22.519685039370078,
"alnum_prop": 0.7122377622377623,
"repo_name": "jarredkenny/ember-drag-drop",
"id": "c2f91813ca29612f3cf44602af03217562611395",
... |
<?xml version="1.0" encoding="utf-8"?>
<translate xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/accelerate_interpolator"
android:fromXDelta="0" android:toXDelta="0"
android:duration="300" /> | {
"content_hash": "03b66f3425388de0e4f146f1ab701e10",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 69,
"avg_line_length": 53,
"alnum_prop": 0.690566037735849,
"repo_name": "xinfan123/bulu",
"id": "863c73dfb8704e7cabcf499c71c51c1baa784a0a",
"size": "265",
"binary": false... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>label: Error with dependencies</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min... | {
"content_hash": "851e8d0ff589192998df312efe9b8c9e",
"timestamp": "",
"source": "github",
"line_count": 706,
"max_line_length": 260,
"avg_line_length": 38.34985835694051,
"alnum_prop": 0.655881809787627,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "e5178018edf74220c667ed4d27de23cc0da731c4",
... |
module Travicator
module Verifier
# Verifier states.
UNKNOWN = 0
RUNNING = 1
SUCCESS = 2
FAILURE = 3
end
end
| {
"content_hash": "6c32ba1eba25f790c63afeabd5f5d9a2",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 22,
"avg_line_length": 13.4,
"alnum_prop": 0.6119402985074627,
"repo_name": "afterburner/travicator",
"id": "e867afcfc35568a19fafc409a03cf1708a60e996",
"size": "134",
"bi... |
import { FeatureRow } from '../../features/user/featureRow';
import { Geometry } from 'geojson';
import { CrsGeometry } from '../../types/CrsGeometry';
/**
* Feature Paint Cache.
* @module tiles/features
*/
/**
* Constructor, created with cache size of {@link #DEFAULT_GEOMETRY_CACHE_SIZE}
* @constructor
*/
expo... | {
"content_hash": "4872e2475112a9ae7d84bea8fd35fc09",
"timestamp": "",
"source": "github",
"line_count": 113,
"max_line_length": 89,
"avg_line_length": 29.47787610619469,
"alnum_prop": 0.6574602221555088,
"repo_name": "ngageoint/geopackage-js",
"id": "591da7acb91dfb028229cff0dcff304be79a5764",
"size... |
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... | {
"content_hash": "15e7916af6640090740f22908a4c70a9",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 75,
"avg_line_length": 28.93103448275862,
"alnum_prop": 0.7127532777115614,
"repo_name": "AWildBeard/WildChat",
"id": "411315acdefa34e0f476f80b3c80ea8a3c83d881",
"size": "8... |
require 'yt/models/comment'
module Yt
module Models
# @private
# Provides methods to interact with the snippet of YouTube resources.
# @see https://developers.google.com/youtube/v3/docs/channels#resource
# @see https://developers.google.com/youtube/v3/docs/videos#resource
# @see https://developer... | {
"content_hash": "a4b4e95591225d74b700dba769bc7ae3",
"timestamp": "",
"source": "github",
"line_count": 71,
"max_line_length": 85,
"avg_line_length": 37.16901408450704,
"alnum_prop": 0.6684350132625995,
"repo_name": "jacknguyen/yt",
"id": "603a7f4e2df704bff1a17d428914b1c406444bbb",
"size": "2639",
... |
/***
* Interface for Chatbox method
*
*/
package RMIInterfaces;
import ChatBox.ChatClient;
import java.rmi.*;
import java.util.ArrayList;
public interface ChatServerInterface extends Remote {
void registerChatClient(ChatClient peer) throws RemoteException;
ArrayList<ChatClient> getChatClients() throws... | {
"content_hash": "dcb221d1d350023a8336eed6c7b186dd",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 68,
"avg_line_length": 18.318181818181817,
"alnum_prop": 0.771712158808933,
"repo_name": "Karen-he/DS_Proj2",
"id": "33aa86732cf3f63db67a57ec4b682f2c9d8ae81e",
"size": "403... |
package resourceapply
import (
"k8s.io/klog"
storagev1 "k8s.io/api/storage/v1"
"k8s.io/apimachinery/pkg/api/equality"
apierrors "k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
storageclientv1 "k8s.io/client-go/kubernetes/typed/storage/v1"
"github.com/openshift/library-go/pkg... | {
"content_hash": "720e72cd2931179101d7e1aff14f9c91",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 159,
"avg_line_length": 35.08,
"alnum_prop": 0.774230330672748,
"repo_name": "sdminonne/origin",
"id": "28aaa8d83aa8aa9a1cbd60a101c4ba1e198e787b",
"size": "1754",
"binary... |
var config = require('./config')
, async = require('async')
, should = require('should')
, Join = require('../lib').Join
, mongodb = require('mongodb')
, Db = mongodb.Db
, Server = mongodb.Server
;
describe('mongo-join', function() {
describe('#join()', function() {
it('Should join two documents in... | {
"content_hash": "beace460ee2da1f617d56a1c26436e02",
"timestamp": "",
"source": "github",
"line_count": 110,
"max_line_length": 106,
"avg_line_length": 39.00909090909091,
"alnum_prop": 0.5415986949429038,
"repo_name": "cbumgard/node-mongo-join",
"id": "9b8c63c76c409f28ae5e8173b698c511a2ea79bd",
"si... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=type.N10000000.html">
</head>
<body>
<p>Redirecting to <a href="type.N10000000.html">type.N10000000.html</a>...</p>
<script>location.replace("type.N10000000.html" + location.search + location.hash);</script>
</body>
</html> | {
"content_hash": "e4c0c6267b39df94a0c015c04b93c6bb",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 95,
"avg_line_length": 31.7,
"alnum_prop": 0.6750788643533123,
"repo_name": "nitro-devs/nitro-game-engine",
"id": "60786afc9b022246de40d9bdf9b5dd3cdff063c5",
"size": "317",... |
package org.apache.webbeans.test.interceptors.factory.beans;
public interface PartialBeanSuperInterface2<E>
{
E test(E e);
}
| {
"content_hash": "9a5d1b39b3d5ca19b5303975918d0336",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 60,
"avg_line_length": 18.714285714285715,
"alnum_prop": 0.7709923664122137,
"repo_name": "apache/openwebbeans",
"id": "72870fc3a6d87fed6dcca25be9312abde565e059",
"size": "9... |
<html>
<head>
<title>jcoverage package summary for tools</title><style>
<!--
body {
background-color: white;
}
p {
text-align: left;
margin-top: 10pt;
margin-bottom: 10pt;
}
p, h1, h2, h3, td, th, dt {
font-family: verdana, arial, sans-serif;
font-size: 10pt;
line-height: 100%;
margin-left: 0pt;
}
li {
font-family: ... | {
"content_hash": "d40b2fc9ed2e29c64cd8bd79a58e7c2a",
"timestamp": "",
"source": "github",
"line_count": 285,
"max_line_length": 165,
"avg_line_length": 24.66315789473684,
"alnum_prop": 0.6693697538767961,
"repo_name": "kgidev/maserJ",
"id": "f1bdc649ede5a9971e6e712c5e213ffa9c0c8bd4",
"size": "7029"... |
"""
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"... | {
"content_hash": "336c91965ad6c2be41b9a3551fb0da13",
"timestamp": "",
"source": "github",
"line_count": 90,
"max_line_length": 114,
"avg_line_length": 35.4,
"alnum_prop": 0.6180163214061519,
"repo_name": "cloudControl/s3-image-load",
"id": "d60bcb09a195e49c81900fc677cd740b53d04953",
"size": "3210",... |
import React from 'react';
import { shallow } from 'enzyme';
import ResourceItem from './ResourceItem';
import ResourcePercent from './ResourcePercent';
function createShallowResourceItem({ path = 'path' } = {}) {
return shallow(
<ResourceItem
parameters={{
locale: 'locale',
... | {
"content_hash": "28ae8b3f0eb61edf5c47dc7ff2f004c2",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 80,
"avg_line_length": 31.487179487179485,
"alnum_prop": 0.5716612377850163,
"repo_name": "jotes/pontoon",
"id": "da194b1cb85b18d8dde70ec0f6f490536d9b8748",
"size": "1228",... |
/**
* Typecasts to number, then returns locale aware format (toLocaleString).
* @param {*} value
* @returns {string}
*/
module.exports = function(value) {
return (+value).toLocaleString();
}; | {
"content_hash": "fe2680246ae2149d339637063295a61c",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 74,
"avg_line_length": 24.5,
"alnum_prop": 0.6785714285714286,
"repo_name": "viddamao/Software_paradigm_project",
"id": "4a1d9e1279ccc4ef3ecb330554fb646004f5f3ab",
"size": "... |
package org.jboss.resteasy.test.providers.multipart.resource;
import org.jboss.resteasy.annotations.providers.multipart.PartType;
import javax.ws.rs.FormParam;
import javax.ws.rs.HeaderParam;
public class ProxyAttachment {
@HeaderParam("X-Atlassian-Token")
@PartType("text/plain")
private String multipar... | {
"content_hash": "a5244bc248c5041f30b570aa2ab01511",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 67,
"avg_line_length": 21.970588235294116,
"alnum_prop": 0.6813922356091031,
"repo_name": "awhitford/Resteasy",
"id": "cb49c35f342bcdaa9de2d004a50739013f3102fe",
"size": "7... |
package com.isoftechtraining;
/**
* Created by Rajesh on 6/25/2016.
*/
public class Bicycle {
public int cadence;
public int gear;
public int speed;
// the Bicycle class has
// one constructor
// constructor overload
public Bicycle(int startCadence, int startSpeed, int s... | {
"content_hash": "370c6291f2024d744a6fb084f3e58f1e",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 69,
"avg_line_length": 18.46153846153846,
"alnum_prop": 0.559375,
"repo_name": "SowjanyaRajesh/first-repo",
"id": "e94952fbcfd7d24d86d8274ec8992a3d0ee3807e",
"size": "960",... |
sizers Package
==============
:mod:`flow` Module
------------------
.. automodule:: pyface.sizers.flow
:members:
:undoc-members:
:show-inheritance:
| {
"content_hash": "0c7380686176d9f5ae77d62764f5b3eb",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 34,
"avg_line_length": 14.818181818181818,
"alnum_prop": 0.5276073619631901,
"repo_name": "brett-patterson/pyface",
"id": "822706368d1dcd08e4ae09f6b7cbe7c1b2b82ad2",
"size"... |
package org.asteriskjava.manager.internal;
import static org.asteriskjava.manager.ManagerConnectionState.CONNECTED;
import static org.asteriskjava.manager.ManagerConnectionState.CONNECTING;
import static org.asteriskjava.manager.ManagerConnectionState.DISCONNECTED;
import static org.asteriskjava.manager.ManagerConnec... | {
"content_hash": "85a5fdb48da00646142624f1119f5719",
"timestamp": "",
"source": "github",
"line_count": 1544,
"max_line_length": 147,
"avg_line_length": 32.9119170984456,
"alnum_prop": 0.5756454659949622,
"repo_name": "milesje/asterisk-java",
"id": "2b2a35744cb0b6fd61b5522f1cc13f4fa16f8c11",
"size"... |
@(branch: String,
repository: service.RepositoryService.RepositoryInfo,
pathList: List[String],
content: util.JGitUtil.ContentInfo,
latestCommit: util.JGitUtil.CommitInfo)(implicit context: app.Context)
@import context._
@import view.helpers._
@html.main(s"${repository.owner}/${repository.name}", Some(repositor... | {
"content_hash": "a845ace97fc5a4d7423ddc83b03e5898",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 127,
"avg_line_length": 37.2037037037037,
"alnum_prop": 0.5973120955699353,
"repo_name": "martinx/gitbucket",
"id": "ea6952d13659e1f02c93583b78b320d1b0193792",
"size": "200... |
// ========================================================================
// Copyright 2002-2005 Mort Bay Consulting Pty. Ltd.
// ------------------------------------------------------------------------
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in complianc... | {
"content_hash": "4cd0f85683137ef678b3c56222478667",
"timestamp": "",
"source": "github",
"line_count": 103,
"max_line_length": 95,
"avg_line_length": 36.25242718446602,
"alnum_prop": 0.5286555972147831,
"repo_name": "napcs/qedserver",
"id": "13ef599af1db1c66badc94ffcc48d1cba1b60a62",
"size": "3734... |
package de.endrullis.sta
import java.awt.Color
/**
* Default class for creating Tikz animations.
* It extends the BaseTikzAni by functions of BaseVarIC.
* Inherit from this class to describe your Tikz animation.
*
* @author Stefan Endrullis <stefan@endrullis.de>
*/
class ScalaTikzAni extends Ba... | {
"content_hash": "5601a8fd82954330133f465675549d84",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 121,
"avg_line_length": 35.80769230769231,
"alnum_prop": 0.6573576799140709,
"repo_name": "xylo/scala-tikz-animations",
"id": "f1c8eced31673dcf39af6b3be927c061b8029827",
"s... |
package com.xinyu.mwp.fragment;
import android.support.v4.widget.DrawerLayout;
import android.view.View;
import android.widget.ImageButton;
import android.widget.TextView;
import com.jaeger.library.StatusBarUtil;
import com.xinyu.mwp.R;
import com.xinyu.mwp.entity.CurrentTimeLineReturnEntity;
import com.xinyu.mwp.fra... | {
"content_hash": "e7c67314c44b37ed07a5a7ad9eb1e89d",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 72,
"avg_line_length": 25.46153846153846,
"alnum_prop": 0.7258308157099698,
"repo_name": "yaobanglin/wpan",
"id": "145fece7a3368034ca61d58ff60248db8e320b99",
"size": "1344"... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "5b447ec7201112876022e2b24a741641",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.6940298507462687,
"repo_name": "mdoering/backbone",
"id": "300b7c757fe22d1cd9f6efbbafb231df8dcf5ed3",
"size": "18... |
<!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_80) on Thu Oct 15 19:27:56 UTC 2015 -->
<title>ReplicationRuleStatus (AWS SDK for Java - 1.10.27)</title>
<meta name="date" content="20... | {
"content_hash": "90e41e4de0ea66fefe6790b937345cdd",
"timestamp": "",
"source": "github",
"line_count": 451,
"max_line_length": 228,
"avg_line_length": 43.80709534368071,
"alnum_prop": 0.6204889406286379,
"repo_name": "TomNong/Project2-Intel-Edison",
"id": "3be4c3d64d4e8be25ee2a8e75914bc1797c2e768",
... |
<?xml version="1.0" encoding="UTF-8" ?>
<class name="PacketPeerStream" inherits="PacketPeer" category="Core" version="3.1">
<brief_description>
Wrapper to use a PacketPeer over a StreamPeer.
</brief_description>
<description>
PacketStreamPeer provides a wrapper for working using packets over a stream. This allow... | {
"content_hash": "1ed8af9a7810ca02852695de673f8d00",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 276,
"avg_line_length": 41.03846153846154,
"alnum_prop": 0.7366447985004686,
"repo_name": "RandomShaper/godot",
"id": "9e3195bb448ec5883a4d7f41dd156705398259b1",
"size": "1... |
from __future__ import annotations # isort:skip
import pytest ; pytest
#-----------------------------------------------------------------------------
# Imports
#-----------------------------------------------------------------------------
# Standard library imports
from time import sleep
# External imports
from sel... | {
"content_hash": "236fcc16a84280c84bb08fd04cc37dc2",
"timestamp": "",
"source": "github",
"line_count": 136,
"max_line_length": 100,
"avg_line_length": 33.98529411764706,
"alnum_prop": 0.572263089571614,
"repo_name": "bokeh/bokeh",
"id": "40ba07e2112d8b8346c2edf6d5ba2f822aa902f9",
"size": "5142",
... |
using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using BiBilet.Domain.Entities.Application;
namespace BiBilet.Domain.Repositories.Application
{
/// <summary>
/// Repository interface for <see cref="SubTopic" />
/// </summary>
public interface ISubTo... | {
"content_hash": "ba9bd41f44b7358f1717287e52ffff89",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 98,
"avg_line_length": 34.810810810810814,
"alnum_prop": 0.6149068322981367,
"repo_name": "erenpinaz/BiBilet",
"id": "f33cce3f170a19a66cbe6bbfdcf20601b9dadf98",
"size": "12... |
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may ... | {
"content_hash": "dbfcd4939dd2cd906398f7f32b2eadb6",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 104,
"avg_line_length": 44.83720930232558,
"alnum_prop": 0.6986514522821576,
"repo_name": "GabrielBrascher/cloudstack",
"id": "b5bf324c753cdb8d2e1689765b3672fb0b8bcbe8",
"s... |
/* opensslconf.h */
/* WARNING: Generated automatically from opensslconf.h.in by Configure. */
/* OpenSSL was configured with the following options: */
#ifndef OPENSSL_SYSNAME_WIN32
# define OPENSSL_SYSNAME_WIN32
#endif
#ifndef OPENSSL_DOING_MAKEDEPEND
#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
# define OPENS... | {
"content_hash": "109f9cd8e57d446c8cf685fcd162234f",
"timestamp": "",
"source": "github",
"line_count": 235,
"max_line_length": 91,
"avg_line_length": 28.28936170212766,
"alnum_prop": 0.6850180505415162,
"repo_name": "suhetao/srs.win",
"id": "e7ea8b8e17cd3198482a7d016ce75fdad9431373",
"size": "6648... |
"""Python interface to GenoLogics LIMS via its REST API.
Usage example: Get some projects.
Per Kraulis, Science for Life Laboratory, Stockholm, Sweden.
"""
import codecs
from genologics.lims import *
# Login parameters for connecting to a LIMS instance.
from genologics.config import BASEURI, USERNAME, PASSWORD
... | {
"content_hash": "8780f0db7a50c8e6703bc7801037e32c",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 75,
"avg_line_length": 27.333333333333332,
"alnum_prop": 0.7116212338593975,
"repo_name": "jwhite007/genologics",
"id": "47c102e795458d376f9db5bdab7079ea5fd2cbe4",
"size": ... |
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this... | {
"content_hash": "c2db311bae34b8fb54da121b53394db7",
"timestamp": "",
"source": "github",
"line_count": 312,
"max_line_length": 97,
"avg_line_length": 42.256410256410255,
"alnum_prop": 0.365063713592233,
"repo_name": "apache/incubator-echarts",
"id": "38df70e6e9e04a3478f98160196a0ec27805aeff",
"siz... |
package org.elasticsearch.xpack.ml.rest.filter;
import org.elasticsearch.client.node.NodeClient;
import org.elasticsearch.rest.BaseRestHandler;
import org.elasticsearch.rest.RestRequest;
import org.elasticsearch.rest.action.RestToXContentListener;
import org.elasticsearch.xpack.core.ml.action.DeleteFilterAction;
impo... | {
"content_hash": "3444d15260707f8db8268522db9d7236",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 118,
"avg_line_length": 37.7,
"alnum_prop": 0.7619363395225465,
"repo_name": "gingerwizard/elasticsearch",
"id": "9857d587b50a7e2bf84b4f2477dd14f1a63d81a5",
"size": "1749",... |
@interface ZBShopCollectionViewCell()
@property (weak, nonatomic) IBOutlet UILabel *PriceLabel;
@property (weak, nonatomic) IBOutlet UIImageView *ClothesImage;
@end
@implementation ZBShopCollectionViewCell
-(void)setShop:(ZBShop *)shop{
// 1.衣服的图片
[self.ClothesImage sd_setImageWithURL:[NSURL URLWithString:sh... | {
"content_hash": "6612ecd251c8963d1f1b8b699350d942",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 127,
"avg_line_length": 27.8125,
"alnum_prop": 0.755056179775281,
"repo_name": "zb553828497/WaterFall",
"id": "d81342e8886b640a4f1b443885c234fa4d3099fb",
"size": "701",
"... |
package org.commonjava.indy.sli.metrics;
import org.commonjava.o11yphant.metrics.api.MetricSet;
import org.commonjava.o11yphant.metrics.MetricSetProvider;
import javax.enterprise.context.ApplicationScoped;
import javax.inject.Inject;
@ApplicationScoped
public class IndyGoldenSignalsMetricSetProvider
impleme... | {
"content_hash": "1f9b10e46e0aa6a04efd02cc2941f128",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 58,
"avg_line_length": 19.38235294117647,
"alnum_prop": 0.708649468892261,
"repo_name": "ruhan1/indy",
"id": "d760c38967f5d0b791a07c16a1e83add942bb736",
"size": "1306",
"... |
<?php
namespace JsonApiHttp;
class Included extends Resources {}
| {
"content_hash": "7ecc98282795c4b06e125993fef233f7",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 35,
"avg_line_length": 13.4,
"alnum_prop": 0.7761194029850746,
"repo_name": "tomblakemore/laravel-jsonapi-http",
"id": "f5412410d1bdab6370d1c4b1d3a552ecf6f312d9",
"size": "6... |
<?php
namespace UserFrosting\Sprinkle\Admin\Controller;
use Illuminate\Database\Capsule\Manager as Capsule;
use Psr\Http\Message\ResponseInterface as Response;
use Psr\Http\Message\ServerRequestInterface as Request;
use UserFrosting\Fortress\Adapter\JqueryValidationAdapter;
use UserFrosting\Fortress\RequestDataTran... | {
"content_hash": "31d6e2ba553e2304f14edd77475e8a9e",
"timestamp": "",
"source": "github",
"line_count": 1053,
"max_line_length": 142,
"avg_line_length": 35.533713200379864,
"alnum_prop": 0.5855627121361948,
"repo_name": "alexweissman/UserFrosting",
"id": "602789ecec6d8bb6a93214315c631ff2d12efe0d",
... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "cefc54c4147ab2df0a2c6c0d58e8760b",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "c7ffb82679b42ed71425eda0ed5096461e80a67f",
"size": "181... |
package org.dcm4chex.archive.web.maverick.mwl.model;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.Comparator;
import java.util.Date;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
impor... | {
"content_hash": "4f8b5b8f37dfb59fd7728188a86cee93",
"timestamp": "",
"source": "github",
"line_count": 384,
"max_line_length": 104,
"avg_line_length": 29.6953125,
"alnum_prop": 0.6818381127773393,
"repo_name": "medicayun/medicayundicom",
"id": "43e5a70276d4dbb7812731292475dcac35dc0fbd",
"size": "1... |
(function () {
'use strict';
var module = angular.module('fim.base');
module.run(function (plugins, $q, $rootScope, $templateCache, $translate, nxt) {
var plugin = plugins.get('transaction');
/**
* Arguments can be given either as a literal (string, boolean, number),
* as a Promise, as a Function that retu... | {
"content_hash": "c68a97fa8cf308052c3facb39f52bb51",
"timestamp": "",
"source": "github",
"line_count": 858,
"max_line_length": 145,
"avg_line_length": 32.137529137529135,
"alnum_prop": 0.5269456734605062,
"repo_name": "fimkrypto/mofowallet",
"id": "db19fc45be4eb9e77ac6931d989e710702800165",
"size"... |
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
// PARTICULAR PURPOSE.
//
// Copyright (c) Microsoft Corporation. All rights reserved
using System;
using System... | {
"content_hash": "710e6c7ecb44fb0e209b340b35a2f963",
"timestamp": "",
"source": "github",
"line_count": 294,
"max_line_length": 198,
"avg_line_length": 34.156462585034014,
"alnum_prop": 0.5064728141804421,
"repo_name": "studio-nine/Nine.Application",
"id": "5f591f1ef2290ddf66b2986875d6b4fb82bb2851",
... |
"use strict";
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
var Test = function Test() {
_classCallCheck(this, Test);
};
"use strict";
arr.map(function (x) {
return x * MULTIPLIER;
});
//# sourceMappingUR... | {
"content_hash": "cfe4d961b5bbcb54f75f251e443e5a1c",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 372,
"avg_line_length": 48.142857142857146,
"alnum_prop": 0.8382789317507419,
"repo_name": "kedromelon/babel",
"id": "4a96b7518990d30b327c344e354c70fd975ce482",
"size": "67... |
module Compadre
module Friendable
extend ActiveSupport::Concern
included do
has_many :friendships, class_name: "Compadre::Friendship",
foreign_key: :user_id
has_many :friends, through: :friendships
end
def received_friend_requests
Compadre::FriendReques... | {
"content_hash": "24550b866adc020a5737c3fffcfbdebe",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 75,
"avg_line_length": 27.050847457627118,
"alnum_prop": 0.6547619047619048,
"repo_name": "essn/compadre",
"id": "73516f8c0a71f7a7748ccf1bc4eba4356a934f13",
"size": "1596",... |
@interface TPTwinPushRequest : TPRESTJSONRequest
+ (void)setServerURL:(NSString*)serverURL;
@property (strong, nonatomic) NSString* notificationId;
@property (strong, nonatomic) NSString* deviceId;
@property (strong, nonatomic) NSString* appId;
@property (strong, nonatomic) NSString* apiKey;
@end
| {
"content_hash": "3c4224f788cff1488cd4c2a6dfd0f3a9",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 55,
"avg_line_length": 27.454545454545453,
"alnum_prop": 0.7814569536423841,
"repo_name": "TwinPush/ios-sdk",
"id": "7a4bfa35450277e2025ffc94f3f9937ae0b348f5",
"size": "480... |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Copyright (c) 2015-2017 The Bitcoin Unlimited developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_CHAIN... | {
"content_hash": "ea6da6236d37802829d02dac43c9ac21",
"timestamp": "",
"source": "github",
"line_count": 410,
"max_line_length": 118,
"avg_line_length": 31.334146341463416,
"alnum_prop": 0.6091694559041021,
"repo_name": "AllanDoensen/BitcoinUnlimited",
"id": "c24b0d42d2c5fb329f9e863c6d23e610170741d4",... |
namespace v8 {
namespace internal {
namespace compiler {
#define KILL_ENVIRONMENT_LIST(V) \
V(Abort) \
V(ReThrow) \
V(Throw)
#define CLEAR_ACCUMULATOR_LIST(V) \
V(CallRuntime) \
V(CloneObject) \
V(CreateArrayFromIterable) \
... | {
"content_hash": "9aeba22274a53a1ac0a4dde8e159b3c3",
"timestamp": "",
"source": "github",
"line_count": 3576,
"max_line_length": 80,
"avg_line_length": 39.503914988814316,
"alnum_prop": 0.6645406538020472,
"repo_name": "youtube/cobalt_sandbox",
"id": "3e57da18a0e40600ca74e09e97973b85fab004c3",
"siz... |
# Use this hook to configure devise mailer, warden hooks and so forth.
# Many of these configuration options can be set straight in your model.
Devise.setup do |config|
# The secret key used by Devise. Devise uses this key to generate
# random tokens. Changing this key will render invalid all existing
# confirmat... | {
"content_hash": "572335e54dc46fee2c86447a56d93872",
"timestamp": "",
"source": "github",
"line_count": 265,
"max_line_length": 154,
"avg_line_length": 49.39245283018868,
"alnum_prop": 0.7426082970433188,
"repo_name": "lullman/WhatToDo",
"id": "f444b1d9021c3ef236228533305c5ea84ad9b844",
"size": "13... |
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
<appender name="console" class="org.apache.log4j.ConsoleAppender">
<layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern" value="%d %-5p [%c] %m%n" />
... | {
"content_hash": "207f06ec8019a62d95ac64c609fc0111",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 72,
"avg_line_length": 29.57894736842105,
"alnum_prop": 0.6174377224199288,
"repo_name": "llavoie/platform-medical-records",
"id": "9bd6c6abec97a124d07440a4a5d666ae4d18eba4",... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "61105d81933500f66b3ef4980523d6b5",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "fc1734a123901832cb0d1091455a893a19032054",
"size": "171... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | {
"content_hash": "9322ef6a0bfc2a6f677d676207605831",
"timestamp": "",
"source": "github",
"line_count": 113,
"max_line_length": 325,
"avg_line_length": 57.32743362831859,
"alnum_prop": 0.659771534424205,
"repo_name": "v8-dox/v8-dox.github.io",
"id": "43bd8a8c96413bdfc55367e23ad886c20f8daaeb",
"size... |
'use strict';
var chai = require('chai'),
should = require('chai').should(),
SSML = require('../lib/to-ssml');
var PlainStrings = [
'This output speech uses SSML.',
'This is a sentence',
'This is what Alexa sounds like without any SSML.'
],
EmbeddedSSMLStrings = [
'Here is a number <w role="iv... | {
"content_hash": "21f6f0f6f3e8553ae4ab7030686a0628",
"timestamp": "",
"source": "github",
"line_count": 181,
"max_line_length": 197,
"avg_line_length": 44.55801104972376,
"alnum_prop": 0.607315561066336,
"repo_name": "alexa-js/alexa-app",
"id": "cda865328fccca64204b3adfc12315bae335c3aa",
"size": "8... |
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<com.lyft.android.scissors.CropV... | {
"content_hash": "e7fbfed7c1c13aaae2661e55e6d3f0a2",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 71,
"avg_line_length": 45.13793103448276,
"alnum_prop": 0.679144385026738,
"repo_name": "mattleibow/XamarinComponents",
"id": "1d698589c6da0283fb16ecb877415d6a384e3f7c",
"s... |
package org.springframework.boot.loader;
import java.io.File;
import java.io.IOException;
import java.net.MalformedURLException;
import java.util.Arrays;
import org.junit.Test;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Tests for {@link InputArgumentsJavaAgentDetector}
*
* @author Andy Wil... | {
"content_hash": "a974d3b89fb630bd82ad17ab7ff31086",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 85,
"avg_line_length": 32.847457627118644,
"alnum_prop": 0.762641898864809,
"repo_name": "joansmith/spring-boot",
"id": "5ca75e65e0d7b9d789cf65834928d6b046441864",
"size": ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.