text stringlengths 2 1.04M | meta dict |
|---|---|
<?php
namespace Gregwar\Formidable\Fields;
use Gregwar\Formidable\Language\Language;
use Gregwar\Formidable\ParserData;
use Gregwar\Formidable\DataForm;
use Gregwar\Formidable\Form;
/**
* Multiple zone
*
* @author Grégoire Passault <g.passault@gmail.com>
*/
class Multiple extends Field
{
/**
* Parser da... | {
"content_hash": "e539bf4b4071500dfe0d7baab50a5ad9",
"timestamp": "",
"source": "github",
"line_count": 202,
"max_line_length": 93,
"avg_line_length": 26.41089108910891,
"alnum_prop": 0.48678537956888474,
"repo_name": "Gregwar/Formidable",
"id": "21873b9182c615f0a9b71d92df18b5e4725a98d9",
"size": "... |
from direct.directnotify import DirectNotifyGlobal
from toontown.parties.DistributedPartyJukeboxActivityBaseAI import DistributedPartyJukeboxActivityBaseAI
class DistributedPartyJukebox40ActivityAI(DistributedPartyJukeboxActivityBaseAI):
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPartyJukebox... | {
"content_hash": "e2b801d2deeafa9da9888df5158c6f06",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 104,
"avg_line_length": 56,
"alnum_prop": 0.9047619047619048,
"repo_name": "Spiderlover/Toontown",
"id": "d392b804b548c6ae9d6e24d1e111df3a2dd4cb57",
"size": "336",
"binary... |
#include <QtCore/QTime>
#include <QtCore/QDebug>
#include <QtDispatch/QtDispatch>
#include <QtNetwork/QNetworkAccessManager>
#include <QtNetwork/QNetworkReply>
#include "Qt_tests.h"
/*
Tests the source type network manager
*/
extern "C" void Qt_dispatch_source_network_blocks(){
char argv[] = "test";
int... | {
"content_hash": "3226147c4b11304c062d0d78f0117301",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 65,
"avg_line_length": 21.72340425531915,
"alnum_prop": 0.6865817825661117,
"repo_name": "mykeul/xdispatch",
"id": "9b8806ea7687b924d1fb55095fc1f6771e456b8d",
"size": "1763... |
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 20... | {
"content_hash": "1ea1e835418ec783c00fef15b032b2c1",
"timestamp": "",
"source": "github",
"line_count": 75,
"max_line_length": 124,
"avg_line_length": 29.413333333333334,
"alnum_prop": 0.6223934723481415,
"repo_name": "inbloom/secure-data-service",
"id": "7d8923e15811ad075fb7bf7036516fa11250d63e",
... |
package com.centzy.badger.fdb.database.impl;
import com.centzy.badger.common.Constants;
import com.centzy.badger.common.Preconditions2;
import com.centzy.badger.fdb.database.BadgerFdbRegistry;
import com.foundationdb.FDB;
import com.google.common.base.Preconditions;
import javax.annotation.Nullable;
/**
* @author P... | {
"content_hash": "3af8e0d72dedd17b0de7fb18acaa32e7",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 110,
"avg_line_length": 28.09090909090909,
"alnum_prop": 0.7572815533980582,
"repo_name": "peter-edge/badger-java",
"id": "d50a96ec037ddf55cd0f813f0bccdd0b4b61fe5f",
"size"... |
using Util.Ui.Components;
using Util.Ui.Material.Tabs.Wrappers;
using Util.Ui.Operations.Styles;
namespace Util.Ui.Material.Tabs {
/// <summary>
/// 导航选项卡
/// </summary>
public interface ITabNav : IContainer<ITabNavWrapper>, IColor, IBackgroundColor {
}
} | {
"content_hash": "47d9ea3ad3217309a3f9596ab73730df",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 85,
"avg_line_length": 25.181818181818183,
"alnum_prop": 0.6967509025270758,
"repo_name": "yuleyule66/Util",
"id": "23cb030e2727cf89bf9a332e3124e25584ecb24b",
"size": "289"... |
<div id="toolbar-share" data-toolbar="style-option" class="btn-toolbar btn-toolbar-default">
<i class="fa fa-share-alt"></i>
</div>
<div id="toolbar-share-options" class="hidden btn-toolbar-warning">
<div id="icons" class="fa-1x">
<a id="icon_share_twitter" data-share="twitter" title="Twitter">
<i class="fa fa-t... | {
"content_hash": "21ea786c79b8676230f58cc3e3b33913",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 92,
"avg_line_length": 40.90909090909091,
"alnum_prop": 0.65,
"repo_name": "cavo789/marknotes",
"id": "8e8745172a76d804d8c2d333d2465cdceeaaf0bc",
"size": "900",
"binary":... |
"""Utilities for fast persistence of big data, with optional compression."""
# Author: Gael Varoquaux <gael dot varoquaux at normalesup dot org>
# Copyright (c) 2009 Gael Varoquaux
# License: BSD Style, 3 clauses.
import pickle
import io
import warnings
import contextlib
from contextlib import closing
from ._compat ... | {
"content_hash": "92013c3c3e5dff5a9f1eb7820e09602c",
"timestamp": "",
"source": "github",
"line_count": 245,
"max_line_length": 79,
"avg_line_length": 34.43265306122449,
"alnum_prop": 0.621977240398293,
"repo_name": "vortex-ape/scikit-learn",
"id": "1ebf1aa61bb44e345a09c6ce01b8242a0aefda51",
"size"... |
# Copyright (c) 2014 VMware, Inc.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required... | {
"content_hash": "8e61045ba7259ed1d2b011febc02b0ab",
"timestamp": "",
"source": "github",
"line_count": 300,
"max_line_length": 78,
"avg_line_length": 38.29666666666667,
"alnum_prop": 0.5434763687004961,
"repo_name": "citrix-openstack-build/oslo.vmware",
"id": "a27f70dcb9c68fb9e84ff924554042cf5198d15... |
set -e # exit on an error
source lib.sh
mkdir -p /tmp/eq
(docker images | grep $DOCKER_IMAGE_NAME) || \
(
INFO "Building docker image"
BUILD_DOCKER_IMAGE
)
(ls -1 zk_testbed/zookeeper/build | grep jar) || \
(
INFO "Building zookeeper"
( cd zk_testbed/zookeeper; ant)
)
if [ -z $DISABLE_EQ ]; then... | {
"content_hash": "837e90116546758c2b31c0b92b136827",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 181,
"avg_line_length": 29.054054054054053,
"alnum_prop": 0.68,
"repo_name": "fuku-ys/earthquake",
"id": "3996da803b25b59e5cc81653a013982a1f341ae3",
"size": "1087",
"bina... |
using namespace clang::ast_matchers;
namespace clang {
namespace tidy {
namespace objc {
namespace {
AST_MATCHER_P(ObjCImplementationDecl, hasInterface,
ast_matchers::internal::Matcher<ObjCInterfaceDecl>, Base) {
const ObjCInterfaceDecl *InterfaceDecl = Node.getClassInterface();
return Base.matches... | {
"content_hash": "81decba2189146f197a4e8a748b6e5b1",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 79,
"avg_line_length": 30.804347826086957,
"alnum_prop": 0.6683133380381087,
"repo_name": "endlessm/chromium-browser",
"id": "26104ed8f19695ffe211111b8a46bbdd3369931e",
"si... |
"""web URL Configuration
The `urlpatterns` list routes URLs to views. For more information please see:
https://docs.djangoproject.com/en/1.9/topics/http/urls/
Examples:
Function views
1. Add an import: from my_app import views
2. Add a URL to urlpatterns: url(r'^$', views.home, name='home')
Class-based v... | {
"content_hash": "35d366c1b4e8fa7d2f68c731ca788efa",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 79,
"avg_line_length": 37,
"alnum_prop": 0.6953316953316954,
"repo_name": "SnailTowardThesun/blog_django",
"id": "2990a15e263f8e733efd9cfecd2973079c3b8118",
"size": "814",
... |
package com.navercorp.pinpoint.plugin.tomcat.interceptor;
import com.navercorp.pinpoint.bootstrap.context.Trace;
import com.navercorp.pinpoint.bootstrap.instrument.InstrumentMethod;
import com.navercorp.pinpoint.bootstrap.interceptor.AroundInterceptor;
import com.navercorp.pinpoint.bootstrap.logging.PLogger;
import c... | {
"content_hash": "3d6580514de8ac55dfea2116a384760a",
"timestamp": "",
"source": "github",
"line_count": 53,
"max_line_length": 104,
"avg_line_length": 34.509433962264154,
"alnum_prop": 0.6539092400218699,
"repo_name": "sjmittal/pinpoint",
"id": "ea3d1e4f2ba91b4ae60a7b2a7a0fc91162847409",
"size": "2... |
package org.mule.modules.morphia;
import com.github.jmkgreen.morphia.annotations.Entity;
import com.github.jmkgreen.morphia.annotations.Id;
import org.bson.types.ObjectId;
@Entity("employees")
public class Employee {
@Id
private ObjectId id;
private String firstName;
private String lastName;
pri... | {
"content_hash": "cf8054a8eb7334db1077c9a8d6f5be9b",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 54,
"avg_line_length": 18.307692307692307,
"alnum_prop": 0.6313025210084033,
"repo_name": "mulesoft/mule-module-morphia",
"id": "af3c2a8e7a57e4ff2156d8358e4be75a3b1bdd49",
... |
package org.terasology.world.block.shapes;
import com.bulletphysics.collision.shapes.CollisionShape;
import org.terasology.asset.Asset;
import org.terasology.math.Rotation;
import org.terasology.math.Side;
import org.terasology.math.geom.Vector3f;
import org.terasology.world.block.BlockPart;
/**
* Describes a shap... | {
"content_hash": "b709e750c89e38190ea7b0fcf4d2baa7",
"timestamp": "",
"source": "github",
"line_count": 53,
"max_line_length": 116,
"avg_line_length": 25.566037735849058,
"alnum_prop": 0.6885608856088561,
"repo_name": "Ciclop/Terasology",
"id": "8f7bccac9e47d1c1c81b9685fd59c9cbef0e1b12",
"size": "1... |
<?php
require_once( dirname( __FILE__ ) . '/FreemiusBase.php' );
define( 'FS_SDK__USER_AGENT', 'fs-php-' . Freemius_Api_Base::VERSION );
if ( ! defined( 'FS_SDK__SIMULATE_NO_CURL' ) ) {
define( 'FS_SDK__SIMULATE_NO_CURL', false );
}
if ( ! defined( 'FS_SDK__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLAR... | {
"content_hash": "7e97bcb15a0cf543c3b6ff413cf37456",
"timestamp": "",
"source": "github",
"line_count": 562,
"max_line_length": 197,
"avg_line_length": 29.67437722419929,
"alnum_prop": 0.5356478983030522,
"repo_name": "michaelbontyes/ekogito",
"id": "2fc58d6f56332e694cade55997ace40a3c86f226",
"size... |
module.exports = function(config){
var express = require('express');
var router = express.Router();
var lastResponse;
/* GET home page. */
router.get('/', function(req, res, next) {
console.log(config.isPrelaunch);
if(config.preLaunch){
res.render('comingSoon', { title: 'Hector Help' });
}else{
re... | {
"content_hash": "895b609a9e5d6fd7609798f721e105d2",
"timestamp": "",
"source": "github",
"line_count": 69,
"max_line_length": 88,
"avg_line_length": 23.82608695652174,
"alnum_prop": 0.6289537712895377,
"repo_name": "alexlogan-io/hector-help",
"id": "3a131bb0b1c26a16ab908bbcc50d1a75c9b7932a",
"size... |
FROM balenalib/nanopc-t4-debian:bullseye-build
ENV NODE_VERSION 14.16.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --batch --keyserv... | {
"content_hash": "26a6e66551c8cc4b7e455b62a47fdefe",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 696,
"avg_line_length": 67.4390243902439,
"alnum_prop": 0.7092224231464738,
"repo_name": "nghiant2710/base-images",
"id": "03255d00c1e7f55c05ad9651310946735f140448",
"size"... |
from flask import render_template, request
from standup.utils import json_requested, jsonify
def register_error_handlers(app):
app.register_error_handler(403, forbidden)
app.register_error_handler(404, page_not_found)
app.register_error_handler(500, something_broke)
def api_error(code, message):
er... | {
"content_hash": "d92d267e45ecbbec148b97af17b76508",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 77,
"avg_line_length": 28.357142857142858,
"alnum_prop": 0.6943744752308985,
"repo_name": "rlr/standup",
"id": "97c1cf5ca07a2f21dfaf5dcf2f69c05d1ad1eb87",
"size": "1191",
... |
{% load testsite_tags %}
<!DOCTYPE html>
<html>
<head>
<title>{% block localheader_title %}SignUp Testsite{% endblock %} | DjaoDjin</title>
{% block localheader %}
{% endblock %}
</head>
<body>
{% block menubar %}
<div>
{% if user.is_authenticated %}
<a id="authenticated-user" href="{% url 'accounts_p... | {
"content_hash": "515206a45ae819b7a2539051ad1d6e9b",
"timestamp": "",
"source": "github",
"line_count": 106,
"max_line_length": 100,
"avg_line_length": 40.41509433962264,
"alnum_prop": 0.6363211951447245,
"repo_name": "djaodjin/djaodjin-signup",
"id": "e5abc6a874f5688f055f0404021efbc7ca125556",
"si... |
Jumpup::Heroku.configure do |config|
config.app = 'podaholic'
end if Rails.env.development?
| {
"content_hash": "e5fb2ce5fef559d7cd22ff4824ad6e78",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 36,
"avg_line_length": 31.333333333333332,
"alnum_prop": 0.7553191489361702,
"repo_name": "ResultadosDigitais/podaholic",
"id": "58fb350964c5079f5614ecb7770bde5882e76f2a",
"... |
package org.elasticsearch.hadoop.pig;
import java.util.List;
import java.util.Map;
import org.apache.pig.ResourceSchema;
import org.apache.pig.ResourceSchema.ResourceFieldSchema;
import org.apache.pig.data.DataBag;
import org.apache.pig.data.DataByteArray;
import org.apache.pig.data.DataType;
import org.apache.pig.d... | {
"content_hash": "bb983d03c6ca98f5f044a46ea4a6dc8b",
"timestamp": "",
"source": "github",
"line_count": 222,
"max_line_length": 155,
"avg_line_length": 35.090090090090094,
"alnum_prop": 0.6100128369704749,
"repo_name": "nfouka/elasticsearch-hadoop",
"id": "45fe84c57182802b647750b03f56a5541ab39774",
... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using Azure.Core;
using Azure.Messaging.ServiceBus;
using Azure.Messaging.ServiceBus.Administration;
using Microsoft.Azure.WebJobs.Extensions.Clients.Shared;
using Microsoft.Azure.WebJobs.ServiceBus;
using Microsoft.Extens... | {
"content_hash": "800b6517e98cd5e6eb834fc34c23ffd2",
"timestamp": "",
"source": "github",
"line_count": 107,
"max_line_length": 153,
"avg_line_length": 43.345794392523366,
"alnum_prop": 0.6658042259594653,
"repo_name": "AsrOneSdk/azure-sdk-for-net",
"id": "3966284ffbb6aee05dbc54c6be40e30ee08f9009",
... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "8087ecc17903fab192dec1811f892afd",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "2b8d2966bd2e764921a24d73c139e42048d28ed8",
"size": "186... |
=============================
Improvements of Node Security
=============================
This document describes an enhancement of Ganeti's security by restricting
the distribution of security-sensitive data to the master and master
candidates only.
Note: In this document, we will use the term 'normal node' for a no... | {
"content_hash": "7c30ef812602f0cf4c8216a0ad8b1984",
"timestamp": "",
"source": "github",
"line_count": 683,
"max_line_length": 80,
"avg_line_length": 45.595900439238655,
"alnum_prop": 0.7667458737396442,
"repo_name": "bitemyapp/ganeti",
"id": "12152777abd19d60b912a511c0e19af759d62b51",
"size": "31... |
using System.Security.Policy;
namespace SpotifyRecorder.Core.Abstractions.Entities
{
public class ID3Tags
{
public string[] Artists { get; set; }
public string Title { get; set; }
public string Album { get; set; }
}
} | {
"content_hash": "a02ef175b751ef3b6ebaf4af57252b1a",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 52,
"avg_line_length": 23.181818181818183,
"alnum_prop": 0.6352941176470588,
"repo_name": "haefele/SpotifyRecorder",
"id": "4ec5286dcc3443ee2b2c4703cfa3cdcbbc58bfe5",
"size... |
require 'fog/core/model'
module Fog
module DNS
class StormOnDemand
class Record < Fog::Model
identity :id
attribute :adminEmail
attribute :expiry
attribute :fullData
attribute :minimum
attribute :name
attribute :nameserver
attribute :port
... | {
"content_hash": "0ce2cb37ad446b1e89ca9da4296ecfca",
"timestamp": "",
"source": "github",
"line_count": 64,
"max_line_length": 80,
"avg_line_length": 23.125,
"alnum_prop": 0.5682432432432433,
"repo_name": "12spokes/fog",
"id": "ee034d3414c281f954682f76350e3ae4fa577eed",
"size": "1480",
"binary": ... |
<?xml version='1.0' encoding='UTF-8'?>
<org.jenkinsci.plugins.workflow.support.storage.SimpleXStreamFlowNodeStorage_-Tag plugin="workflow-support@2.14">
<node class="org.jenkinsci.plugins.workflow.graph.FlowEndNode" plugin="workflow-api@2.16">
<parentIds>
<string>10</string>
</parentIds>
<id>11</id>... | {
"content_hash": "5f9e1a7dcf5375d2d6ad9fba5dbb1dac",
"timestamp": "",
"source": "github",
"line_count": 76,
"max_line_length": 142,
"avg_line_length": 76.89473684210526,
"alnum_prop": 0.7368240930869268,
"repo_name": "10000TB/state-replay",
"id": "6eab034d44d81c2ddfa4ab52fd4e7f50ae1959c6",
"size": ... |
<?php
class DroneAdmin
{
static function handle()
{
global $tmpl;
$tmpl = new DroneTemplate();
if (isset($_SESSION['drone_admin_user']))
self::processRequest();
else
self::login();
}
static function verify_credentials($data)
{
$user = ... | {
"content_hash": "15cdbc376f3949de2244a4213bd98f45",
"timestamp": "",
"source": "github",
"line_count": 79,
"max_line_length": 156,
"avg_line_length": 30.164556962025316,
"alnum_prop": 0.5383969785984054,
"repo_name": "surdu/phpDrone",
"id": "4a0c6b25a9d24a3411c872a420fe738754992641",
"size": "2383... |
function plotcv(cvResult)
figure;
x = cellfun(@(x) x.param.nprincomp, cvResult);
y = cellfun(@(x) x.stat('VaError'), cvResult);
plot(x, y);
xlabel('number of principal components', 'FontSize', 14);
ylabel('validation frame error', 'FontSize', 14);
end | {
"content_hash": "1e2f626de852010ae9b06e8e42debe69",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 57,
"avg_line_length": 31.375,
"alnum_prop": 0.7051792828685259,
"repo_name": "ushadow/gesture-recog",
"id": "2b08d43017bbcdff4a85f4cdbfd134fadf5a0754",
"size": "251",
"bi... |
package org.gradle.nativeplatform.internal.resolve;
import org.gradle.nativeplatform.NativeLibraryBinary;
public class LibraryNativeDependencyResolver implements NativeDependencyResolver {
private final LibraryBinaryLocator libraryBinaryLocator;
public LibraryNativeDependencyResolver(final LibraryBinaryLoc... | {
"content_hash": "901cc95ac4f51707555e7c80bb7cf6ff",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 166,
"avg_line_length": 44.26086956521739,
"alnum_prop": 0.7917485265225933,
"repo_name": "HenryHarper/Acquire-Reboot",
"id": "26e556c54698e1d42eb563f83532a21142147951",
"s... |
package org.elasticsearch.xpack.sql.expression.function.scalar.string;
import org.elasticsearch.xpack.sql.expression.Expression;
import org.elasticsearch.xpack.sql.expression.function.scalar.FunctionTestUtils.Combinations;
import org.elasticsearch.xpack.sql.expression.gen.pipeline.Pipe;
import org.elasticsearch.xpac... | {
"content_hash": "8a0821ce1b6dbf5df5da95f355e60881",
"timestamp": "",
"source": "github",
"line_count": 131,
"max_line_length": 134,
"avg_line_length": 46.717557251908396,
"alnum_prop": 0.5993464052287582,
"repo_name": "coding0011/elasticsearch",
"id": "fbb8c33061d939fc6d39b7df97e4257f9f1b42d3",
"s... |
function fn1(): number { }
function fn2(): string { }
function fn3(): boolean { }
function fn4(): Date { }
function fn7(): any { } // should be valid: any includes void
interface I { id: number }
class C implements I {
id: number;
dispose() {}
}
class D extends C {
name: string;
}
function fn10(): D { r... | {
"content_hash": "f77ab746c79030ab6f1bd125dac94cce",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 89,
"avg_line_length": 25.5531914893617,
"alnum_prop": 0.5603663613655288,
"repo_name": "mmoskal/TypeScript",
"id": "0f5b0d3e08dd5258c21ccbac2403f6717bd4b40e",
"size": "127... |
phpSpring is a port of the ColdSpring project (which is based on the Spring java framework). The
project is primarily a dependency injection framework, however it will eventually also include some
AOP features as well.
## Copyright
Copyright (c) 2012, GreenTie Development, AJ Michels
Licensed under the Apache Lice... | {
"content_hash": "ebf0e40fbc400c44450bb705f223c4a9",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 305,
"avg_line_length": 57.857142857142854,
"alnum_prop": 0.7975308641975308,
"repo_name": "greentiedev/phpSpring",
"id": "90270be31709fe50c6492717b26f753d4e141597",
"size"... |
package com.cloudTop.starshare.utils;
import android.content.Context;
import android.widget.ImageView;
import com.bumptech.glide.Glide;
import com.bumptech.glide.load.DecodeFormat;
import com.bumptech.glide.load.engine.DiskCacheStrategy;
import com.cloudTop.starshare.R;
import com.cloudTop.starshare.app.AppConfig;
i... | {
"content_hash": "d06400b2caedc165964790361560453e",
"timestamp": "",
"source": "github",
"line_count": 183,
"max_line_length": 114,
"avg_line_length": 37.12568306010929,
"alnum_prop": 0.5975861053871063,
"repo_name": "hankooxiaozei/adcelebrity",
"id": "1f82b610da74aba0309b5c28d974827cd84b2891",
"s... |
<include file="Public/head"/>
<include file="Businessktv:ktv_menu"/>
<script src="__STATIC__/artDialog/jquery.artDialog.js?skin=default"></script>
<script src="__STATIC__/artDialog/plugins/iframeTools.js"></script>
<link rel="stylesheet" href="__STATIC__/kindeditor/themes/default/default.css" />
<link rel="styleshee... | {
"content_hash": "7d58abb03f36a24aa1f3b67194ee4c34",
"timestamp": "",
"source": "github",
"line_count": 167,
"max_line_length": 306,
"avg_line_length": 51.47904191616767,
"alnum_prop": 0.6014888914737699,
"repo_name": "h136799711/2015weitonghui",
"id": "b6b47a3608339ad515d352f162a165519898f616",
"s... |
package junitparams;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
import org.junit.runner.JUnitCore;
import org.junit.runner.Result;
import junitparams.usage.SamplesOfUsageTest;
public class SamplesOfUsageVerificationTest {
@Test
public void verifyNoTestsIgnoredInSamplesOfUsageTest()... | {
"content_hash": "42ae14cef549cacaf93283dc3a99fccb",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 71,
"avg_line_length": 24.095238095238095,
"alnum_prop": 0.7608695652173914,
"repo_name": "ukcrpb6/JUnitParams",
"id": "13a0719448c2ddb5ee80f3bdc931b85b63c62c8f",
"size": "... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Configuration;
using WzComparerR2.Config;
namespace WzComparerR2.MapRender.Config
{
[SectionName("WcR2.MapRender")]
public sealed class MapRenderConfig : ConfigSectionBase<MapRender... | {
"content_hash": "f58da031376510e926c25465121d3c99",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 85,
"avg_line_length": 32.688311688311686,
"alnum_prop": 0.6038935240365515,
"repo_name": "KENNYSOFT/WzComparerR2",
"id": "13cce28dd0a1b39ebf9dabd95d5245854f493662",
"size"... |
select * from pmntdoc where cashdesk_id = 1754451635
order by pdcreated desc
/
--NAGYERIKA2
select * from cashdesk where cdcode = '832'
/
1790376122
1790376121
/
select * from payment where PMNTDOCUMENTEDINVOICE = '5301120000016289'
and payment_id >= 2034151131-10000
--pmntdoc_id = 1790376141
/
--SZEL... | {
"content_hash": "9932ced7f8924fc5a8dbfcf1d2705246",
"timestamp": "",
"source": "github",
"line_count": 71,
"max_line_length": 71,
"avg_line_length": 22.64788732394366,
"alnum_prop": 0.7176616915422885,
"repo_name": "szelesg76/sqlFiles",
"id": "d0d91fa9d629909312ec08038176c28fe3b635b9",
"size": "16... |
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.Dropbox = {}));
}(this, (function (e... | {
"content_hash": "a5b654f701b49ad67866c6b7c8f1ba55",
"timestamp": "",
"source": "github",
"line_count": 5004,
"max_line_length": 185,
"avg_line_length": 42.48341326938449,
"alnum_prop": 0.7049631445008396,
"repo_name": "cdnjs/cdnjs",
"id": "338c3ba5447ebe9a8c0d8c34ba67e8c8378722c6",
"size": "212587... |
<!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_55) on Sun Oct 26 05:56:34 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class... | {
"content_hash": "77dfdd2fe94523ace2321445f2bdcc10",
"timestamp": "",
"source": "github",
"line_count": 131,
"max_line_length": 171,
"avg_line_length": 38.76335877862596,
"alnum_prop": 0.5947223316266247,
"repo_name": "kilfu0701/Solr4-Scaffold",
"id": "f5d93bf657c43940350138f2590fc16a7e5f6af9",
"si... |
class Opendata::Agents::Nodes::Mypage::Dataset::MyDatasetController < ApplicationController
include Cms::NodeFilter::View
include Member::LoginFilter
include Opendata::MemberFilter
helper Opendata::UrlHelper
helper Opendata::ListHelper
before_action :set_model
before_action :set_item, only: [:show, :edit... | {
"content_hash": "95edecd02b2743e2b94a8d00a53bb74c",
"timestamp": "",
"source": "github",
"line_count": 150,
"max_line_length": 112,
"avg_line_length": 23.093333333333334,
"alnum_prop": 0.6377020785219399,
"repo_name": "sunny4381/shirasagi",
"id": "e7f8ecebf79466cada5a2828daea2efc7031c15c",
"size":... |
/**
*
* Navbar
*
*/
import React, { Component } from 'react';
import { connect } from 'react-redux';
import { createSelector } from 'reselect';
import { push } from 'react-router-redux';
import { Link } from 'react-router';
import Menu from 'Menu';
import { openAuthModal, openPlaceModal, logout, cleanLocalDB } from ... | {
"content_hash": "4c56eb218b23f5f2c2fb04bd6de8f1e9",
"timestamp": "",
"source": "github",
"line_count": 63,
"max_line_length": 88,
"avg_line_length": 26.07936507936508,
"alnum_prop": 0.6682897139379185,
"repo_name": "GuiaLa/guiala-web-app",
"id": "3a7960b4d6ff194f842322a8cc7f6720718e3761",
"size": ... |
[](LICENSE.md)
[](https://travis-ci.org/ammezie/paystack-laravel)
[ NSString *userId;
@property (nonatomic,copy) NSString *placementId;
//做为扩展参数使用
@property (nonatomic,strong) NSDictionary *options;
+ (instancetype)request;
@end
| {
"content_hash": "18edaa6eabe343d8b5b88d5d52d17cea",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 51,
"avg_line_length": 16.5,
"alnum_prop": 0.7662337662337663,
"repo_name": "soulgame/CocoaPods-TGSDK",
"id": "187299ecd1bda231b8c4131a1726bdc705a8b2c4",
"size": "415",
"... |
<!DOCTYPE html><html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<meta charset="utf-8">
<title>ArangoDB PHP client API » \ArangoDBClient\ValueValidator</title>
<meta name... | {
"content_hash": "b3813ac0a293353690157833da050c5a",
"timestamp": "",
"source": "github",
"line_count": 120,
"max_line_length": 489,
"avg_line_length": 55.34166666666667,
"alnum_prop": 0.6649600963710285,
"repo_name": "arangodb/arangodb-php",
"id": "fa0cfda0ad3748f86c35eef3607bee04da0b32ac",
"size"... |
package io.druid.query;
import com.metamx.emitter.service.ServiceEmitter;
import io.druid.java.util.common.guava.Sequence;
import java.util.Map;
import java.util.concurrent.atomic.AtomicLong;
public class FluentQueryRunnerBuilder<T>
{
final QueryToolChest<T, Query<T>> toolChest;
public FluentQueryRunner creat... | {
"content_hash": "a721ca28d628642e641d97d23a60232c",
"timestamp": "",
"source": "github",
"line_count": 96,
"max_line_length": 82,
"avg_line_length": 22.572916666666668,
"alnum_prop": 0.6220581449007845,
"repo_name": "zhihuij/druid",
"id": "71bf44451cda44c076e5bda79b885def4a615a62",
"size": "2972",... |
<?php
namespace Okatea\Modules\Development\Admin\Controller;
use Okatea\Admin\Controller;
class Index extends Controller
{
public function page()
{
if (!$this->okt['visitor']->checkPerm('development_usage'))
{
return $this->serve401();
}
return $this->render('Development/Admin/Templates/Index', []);... | {
"content_hash": "d077de01bbbe00593a4b39a97eb2f69b",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 64,
"avg_line_length": 17.157894736842106,
"alnum_prop": 0.6901840490797546,
"repo_name": "forxer/okatea",
"id": "5543601c8b2ed43f7dc7a22bc41cb68195255265",
"size": "494",
... |
package com.norbitltd.spoiwo.model.enums
object PageOrder {
lazy val DownThenOver = PageOrder("DownThenOver")
lazy val OverThenDown = PageOrder("OverThenDown")
}
case class PageOrder(value : String) {
override def toString = value
}
| {
"content_hash": "bd5f3feba7fdb13376e20165240d85be",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 51,
"avg_line_length": 18.76923076923077,
"alnum_prop": 0.75,
"repo_name": "intracer/spoiwo",
"id": "ba9e2f9cb4df391a853263fe26df2b523e2f4482",
"size": "244",
"binary": f... |
const TeeworldsConnection = require('./teeworlds-connection');
const protocol = require('./protocol');
const { inetNtop } = require('./utils');
class TeeworldsMaster {
constructor(host, port = 8300) {
if (!host) throw new Error('Undefined host');
if (!port) throw new Error('Undefined port');
this.clien... | {
"content_hash": "70bb0825c2dbe82aca9fe25241d2e226",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 119,
"avg_line_length": 26.06451612903226,
"alnum_prop": 0.6522277227722773,
"repo_name": "black-roland/teeworlds-info-js",
"id": "d1ea2fc9d72f306fc3daa25826902986b4851fa4",
... |
.class Lcom/android/server/MountService;
.super Landroid/os/storage/IMountService$Stub;
.source "MountService.java"
# interfaces
.implements Lcom/android/server/INativeDaemonConnectorCallbacks;
.implements Lcom/android/server/Watchdog$Monitor;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
va... | {
"content_hash": "4a9c1bc5a569cdb172ac7cac23d08349",
"timestamp": "",
"source": "github",
"line_count": 10800,
"max_line_length": 214,
"avg_line_length": 26.3775,
"alnum_prop": 0.6805744233476202,
"repo_name": "wenxiangli/FlymeOS_devices_cherry",
"id": "2f30723b8c30ad90c4cd9bca87bac3e0d719a651",
"s... |
<!DOCTYPE html>
<!--
Copyright 2016 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<link rel="import" href="/tracing/model/event_set.html">
<link rel="import" href="/tracing/model/model.html">
<link rel="import" href="/tr... | {
"content_hash": "dcad3909e83958bd92e14df96f30f646",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 76,
"avg_line_length": 31.045454545454547,
"alnum_prop": 0.6808199121522694,
"repo_name": "catapult-project/catapult",
"id": "caf4601f33c71e99243ff89f05d9ff309f803a84",
"si... |
using System;
using System.Collections.Generic;
using System.Text;
using System.Xml;
using System.Windows.Forms;
namespace dnscrypt_winservicemgr
{
class UpdateChecker
{
public UpdateChecker()
{
}
public static void checkVersion()
{
Version newVersion = nu... | {
"content_hash": "bd6bd5bad7a44f1a65ba868dccb5b3c9",
"timestamp": "",
"source": "github",
"line_count": 69,
"max_line_length": 145,
"avg_line_length": 35.21739130434783,
"alnum_prop": 0.4148148148148148,
"repo_name": "simonclausen/dnscrypt-winservicemgr",
"id": "3983d9250df9cff7800e5902263c0c725bf746... |
<?php
class Site_Controller
{
public static function get_title_parts($title = array())
{
if (is_array($title))
{
$title_name = !empty($title['name']) ? $title['name'] : '';
$title_label = !empty($title['label']) ? $title['label'] : array();
}
else
{
$title_name = $title;
$title_label = array(... | {
"content_hash": "e890535be354390ae6bfd5b8cc75ccdc",
"timestamp": "",
"source": "github",
"line_count": 122,
"max_line_length": 151,
"avg_line_length": 28.60655737704918,
"alnum_prop": 0.6120343839541548,
"repo_name": "uzura8/torilife",
"id": "22e401e7430e92578f5e714bebb4491d9e106af8",
"size": "363... |
package com.team3925.robot2016.commands.auto;
import edu.wpi.first.wpilibj.command.CommandGroup;
/**
* Auto routine that does nothing.
*/
public class AutoRoutineDoNothing extends CommandGroup {
public AutoRoutineDoNothing() {
// Commands don't go here.
}
}
| {
"content_hash": "2169d946c327015464c2950d50cf755f",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 56,
"avg_line_length": 17.1875,
"alnum_prop": 0.7345454545454545,
"repo_name": "CircuitOfLifeRobotics/Robot2016-Limbot",
"id": "a426ebe02435c83824f70a4218c786c98cbfc74a",
"... |
exports.Stage = require('./Stage');
exports.Layer = require('./Layer');
exports.FastLayer = require('./FastLayer');
exports.Group = require('./Group');
exports.Arc = require('./shapes/Arc');
exports.Arrow = require('./shapes/Arrow');
exports.Circle = require('./shapes/Circle');
exports.Ellipse = require('./shapes/Elli... | {
"content_hash": "4abfb35b638f3ecb2078a512cd2ba774",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 60,
"avg_line_length": 40.82608695652174,
"alnum_prop": 0.6986155484558041,
"repo_name": "3lvcz/react-konva",
"id": "f6848b44675a6d5d903717b8fb0e6b1cc596084d",
"size": "939... |
<!DOCTYPE html>
<html class="theme-next mist" lang="en,zh-Hans,default">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta name="theme-color" content="#222">
<meta http-equiv=... | {
"content_hash": "34f10eda64ee4cd69eb3f19133cdff09",
"timestamp": "",
"source": "github",
"line_count": 846,
"max_line_length": 200,
"avg_line_length": 22.418439716312058,
"alnum_prop": 0.5316355583676052,
"repo_name": "haocen-site/haocen-site.github.io",
"id": "6790aecae475509d70fd15688b8e5f4983f0a0... |
package http
import (
"context"
"go-common/app/interface/main/mcn/model/mcnmodel"
"go-common/library/net/http/blademaster"
)
func mcnGetMcnGetIndexInc(c *blademaster.Context) {
oarg := new(mcnmodel.McnGetIndexIncReq)
httpGetFunc(
oarg,
func(context context.Context, arg interface{}) (res interface{}, err erro... | {
"content_hash": "cb03b6c39ee32a408c1fca64318c29ac",
"timestamp": "",
"source": "github",
"line_count": 150,
"max_line_length": 91,
"avg_line_length": 28.80666666666667,
"alnum_prop": 0.7329321916223096,
"repo_name": "LQJJ/demo",
"id": "bfd75d761299a37364a20c4b1806b0a76250503b",
"size": "4321",
"... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
~
~ WSO2 Inc. licenses this file to you 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 ... | {
"content_hash": "a0c1b283827c31b5a14fd34471ab3ef8",
"timestamp": "",
"source": "github",
"line_count": 403,
"max_line_length": 201,
"avg_line_length": 42.903225806451616,
"alnum_prop": 0.5628108733371892,
"repo_name": "keerthu/identity-oauth2-grant-jwt",
"id": "6b571741ce7511ea5429f2811fac8744ec66c5... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.mysql.generated;
import com.azure.core.util.Context;
/** Samples for VirtualNetworkRules Delete. */
public final class VirtualN... | {
"content_hash": "28a18a887e8b3a178497b7a0b3272d58",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 142,
"avg_line_length": 38.86363636363637,
"alnum_prop": 0.7380116959064328,
"repo_name": "Azure/azure-sdk-for-java",
"id": "8225e713852e87496246fc28959933c5786b5863",
"siz... |
package org.onosproject.bgpio.types;
import java.util.Objects;
import org.jboss.netty.buffer.ChannelBuffer;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.google.common.base.MoreObjects;
/**
* Provides AreaID Tlv which contains opaque value (32 Bit Area-ID).
*/
public class AreaIDTlv impleme... | {
"content_hash": "7bb3080675090696d7d5cb5993670762",
"timestamp": "",
"source": "github",
"line_count": 112,
"max_line_length": 81,
"avg_line_length": 25.821428571428573,
"alnum_prop": 0.5200553250345782,
"repo_name": "packet-tracker/onos-1.4.0-custom-build",
"id": "52bae466e51ee7390efbe04d37127fa23b... |
package org.onosproject.yms.ypm;
import org.onosproject.yms.ydt.YdtContext;
/**
* Abstraction of an entity which provides interfaces to YANG Protocol Metadata Manager.
*/
public interface YpmService {
/**
* Returns the protocol data stored in sepecific data model path.
*
* @param rootNode YANG... | {
"content_hash": "8e50a92455e82f28e2a685562a1ac695",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 88,
"avg_line_length": 24.77777777777778,
"alnum_prop": 0.6890881913303438,
"repo_name": "LorenzReinhart/ONOSnew",
"id": "18ecd8af5182ed034f802a69c13997f9af937b37",
"size":... |
package com.team.blaze.dao;
import com.team.blaze.exceptions.ExceptionLogger;
import com.team.blaze.models.Player;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
public class ScoreDAOJDBC extend... | {
"content_hash": "79e8c4c553bfd15c5aa344acba9f38ee",
"timestamp": "",
"source": "github",
"line_count": 126,
"max_line_length": 122,
"avg_line_length": 29.88095238095238,
"alnum_prop": 0.5450199203187251,
"repo_name": "StefanSinapov/TelerikAcademy",
"id": "39e4e7713cb651cf67c9cdca3e5294fa650de1ac",
... |
// .NAME vtkStructuredData - abstract class for topologically regular data
// .SECTION Description
// vtkStructuredData is an abstract class that specifies an interface for
// topologically regular data. Regular data is data that can be accessed
// in rectangular fashion using an i-j-k index. A finite difference grid,... | {
"content_hash": "76226ac5ce09ab7bae5ced85daf255d5",
"timestamp": "",
"source": "github",
"line_count": 113,
"max_line_length": 83,
"avg_line_length": 38.19469026548673,
"alnum_prop": 0.696014828544949,
"repo_name": "cjh1/vtkmodular",
"id": "fbf4d8418bf27eb63dadbfaa7d2e277b0d7405bc",
"size": "4903"... |
import { fetchGrimoire } from 'data-service';
export class CardView {
constructor() {
this.card = null;
this.cardName = '';
this.pageName = '';
this.themeName = '';
this.color = 'footer-color-1';
this.shareHref = '';
this.encodedCardName = '';
}
activate(params) {
this.id = pa... | {
"content_hash": "bf66f68a3e35f85b1c91386128af4442",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 76,
"avg_line_length": 26.224137931034484,
"alnum_prop": 0.5272846811308349,
"repo_name": "davetimmins/random-destiny-grimoire",
"id": "115d1c58ca689bf0b39004bdf54af20eed0612... |
/**
* CPython 3 C extension.
*/
#include <Python.h>
#include <stdbool.h>
#include "bitstream.h"
#include <stdio.h>
struct field_info_t;
typedef void (*pack_field_t)(struct bitstream_writer_t *self_p,
PyObject *value_p,
struct field_info_t *field_info_p);
... | {
"content_hash": "b9e7b4169e46758545458358fcb48a69",
"timestamp": "",
"source": "github",
"line_count": 2617,
"max_line_length": 88,
"avg_line_length": 26.028276652655713,
"alnum_prop": 0.4936725585765459,
"repo_name": "eerimoq/bitstruct",
"id": "1ebbedece2c409c8bcf114281a5686519c4aafae",
"size": "... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "dcd51739061357024b6756ea77b2471e",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "dba82fc2c85bccf17adfcb5bc34df276851a64b9",
"size": "184... |
Project realized by **Jules Gagnon-Marchand** ([Mila](mila.quebec)) while interning at Google Brain,
under the supervision of **Noam Shazeer** (Brain) and **Aurko Roy** (Brain).
*[jgagnonmarchand@gmail.com](jgagnonmarchand@gmail.com), [noam@google.com](noam@google.com), [aurkor@google.com](aurkor@google.com)*
### D... | {
"content_hash": "415f249fa9041b99d1d05ff232f9f24d",
"timestamp": "",
"source": "github",
"line_count": 144,
"max_line_length": 132,
"avg_line_length": 54.229166666666664,
"alnum_prop": 0.7770521193494686,
"repo_name": "google-research/google-research",
"id": "dc19cda2914329e0b6f460566f7027eddd8a1bac... |
package dynamodb
import (
"context"
"fmt"
"github.com/Clever/wag/samples/v8/gen-go-db/models"
"github.com/Clever/wag/samples/v8/gen-go-db/server/db"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/awserr"
"github.com/aws/aws-sdk-go/service/dynamodb"
"github.com/aws/aws-sdk-go/service/dynamodb/d... | {
"content_hash": "784a47677c5f685322bc6a7118c0ad29",
"timestamp": "",
"source": "github",
"line_count": 343,
"max_line_length": 247,
"avg_line_length": 31.463556851311953,
"alnum_prop": 0.7219236471460341,
"repo_name": "Clever/wag",
"id": "a6ca04637f41fe804544f1f025b7fdbe940f08a7",
"size": "10792",... |
/*
* 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": "7e4f6528a5909fc22bb2b76d4ea692aa",
"timestamp": "",
"source": "github",
"line_count": 214,
"max_line_length": 161,
"avg_line_length": 44.67289719626168,
"alnum_prop": 0.701255230125523,
"repo_name": "jietang3/test",
"id": "da8d41b3b50d4fc4e36273969ed3abac42b6efb3",
"size": "9560",... |
package com.soomla.profile.unity;
import android.app.Activity;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.util.Base64;
import com.soomla.Soomla;
import com.soomla.SoomlaApp;
import com.soomla.SoomlaUtils;
import com.soomla.profile.SoomlaProfile;
import com.soomla.profile.dat... | {
"content_hash": "c7d4c75d94a69705a8bc9fc3590b493e",
"timestamp": "",
"source": "github",
"line_count": 206,
"max_line_length": 146,
"avg_line_length": 49.63592233009709,
"alnum_prop": 0.7123716381418093,
"repo_name": "soomla/unity3d-profile",
"id": "94215e9ae13411ee68f777fd0dd8ef98c1ced42c",
"size... |
package com.amazonaws.util;
import org.apache.log4j.AppenderSkeleton;
import org.apache.log4j.Level;
import org.apache.log4j.Logger;
import org.apache.log4j.spi.LoggingEvent;
import org.junit.After;
import org.junit.Before;
import java.util.ArrayList;
import java.util.List;
/**
* A test utility that allows inspec... | {
"content_hash": "2b92e1d3223fdbd43ecdf85f40e371d6",
"timestamp": "",
"source": "github",
"line_count": 111,
"max_line_length": 86,
"avg_line_length": 26.306306306306308,
"alnum_prop": 0.6095890410958904,
"repo_name": "aws/aws-sdk-java",
"id": "2bc40d89d3261a9afaec50b68541fc882ea17518",
"size": "35... |
<?xml version="1.0" ?><!DOCTYPE TS><TS language="nl" version="2.1">
<context>
<name>AboutDialog</name>
<message>
<location filename="../forms/aboutdialog.ui" line="+14"/>
<source>About BlackCoin</source>
<translation>Over BlackCoin</translation>
</message>
<message>
<loca... | {
"content_hash": "81995d30d3818a866282dc428cc7511c",
"timestamp": "",
"source": "github",
"line_count": 3331,
"max_line_length": 405,
"avg_line_length": 38.07265085559892,
"alnum_prop": 0.6253193502602113,
"repo_name": "som4paul/BolieC",
"id": "9f5f98a8ab8b3fee7b242245a0f5da6832b72ceb",
"size": "12... |
package com.thoughtworks.go.server.service.builders;
import com.thoughtworks.go.config.NantTask;
import com.thoughtworks.go.domain.NullPipeline;
import com.thoughtworks.go.domain.Pipeline;
import com.thoughtworks.go.domain.builder.CommandBuilder;
import com.thoughtworks.go.server.service.UpstreamPipelineResolver;
imp... | {
"content_hash": "d5e2cae4e9323a4beec68f246ab9f920",
"timestamp": "",
"source": "github",
"line_count": 125,
"max_line_length": 197,
"avg_line_length": 40.696,
"alnum_prop": 0.731079221545115,
"repo_name": "gocd/gocd",
"id": "fa4ac373c06e6660ee1ee2d712287fd4d6f98d66",
"size": "5688",
"binary": fa... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>monae: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" ... | {
"content_hash": "fd08bd2b41db58d965565e728e4dac0a",
"timestamp": "",
"source": "github",
"line_count": 181,
"max_line_length": 159,
"avg_line_length": 39.331491712707184,
"alnum_prop": 0.5461441213653603,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "abaa1c1b0f002087a1ebfc5162967382e66e2f48",... |
using System;
using System.Diagnostics;
using System.IO;
using System.IO.Pipes;
using XElement.SDM.UI.Win32.Proxy.Service;
namespace XElement.SDM.UI.Win32.Proxy.ServiceAdapter
{
#region not unit-tested
//TODO: DRY w.r.t. CSH project
internal class Adapter
{
public Adapter( string pipeName )
... | {
"content_hash": "70dc14984009121972b935bdb7bc8426",
"timestamp": "",
"source": "github",
"line_count": 76,
"max_line_length": 96,
"avg_line_length": 26,
"alnum_prop": 0.5364372469635628,
"repo_name": "XElementDev/SDM",
"id": "a4959f44204817e925ea7e5ca94584601ba8b44e",
"size": "1976",
"binary": f... |
<?php
class Google_Service_ServiceControl_ConsumerInfo extends Google_Model
{
public $projectNumber;
public function setProjectNumber($projectNumber)
{
$this->projectNumber = $projectNumber;
}
public function getProjectNumber()
{
return $this->projectNumber;
}
}
| {
"content_hash": "b384b3bee9198ab4bfe745067f5527b8",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 69,
"avg_line_length": 18,
"alnum_prop": 0.7291666666666666,
"repo_name": "githubmoros/myclinicsoft",
"id": "d80cdd66e918bca0606a90811320d581355fa505",
"size": "878",
"bi... |
import sys
from redisattacks import redis_conn,redis_enum
from couchattacks import couch_conn
from termcolor import colored
#def post_couch():
def post_redis():
target=raw_input("Enter target\n")
r_server=redis_conn(target,6379)
try:
shit=r_server.keys()
except:
print colored("[+] Authentication Required \n... | {
"content_hash": "12ffc79261fec1acf747b20e67041462",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 175,
"avg_line_length": 36.355932203389834,
"alnum_prop": 0.6564102564102564,
"repo_name": "ajinabraham/Nosql-Exploitation-Framework",
"id": "976ba1f68e7e55a79a69c4354f0a9bde... |
package org.springframework.cloud.netflix.ribbon;
import java.io.IOException;
import java.net.URI;
import java.net.URL;
import org.junit.Before;
import org.junit.Test;
import org.mockito.ArgumentCaptor;
import org.mockito.Mock;
import org.mockito.MockitoAnnotations;
import org.springframework.cloud.client.ServiceIns... | {
"content_hash": "bdab84a8bb0bc9c3347adaa15eeaa40d",
"timestamp": "",
"source": "github",
"line_count": 112,
"max_line_length": 118,
"avg_line_length": 30.794642857142858,
"alnum_prop": 0.779936213395187,
"repo_name": "bijukunjummen/spring-cloud-netflix",
"id": "aa9bb89ea9086730fdb950153ca48197ad4674... |
export class StackItem {
constructor(
public title: string,
public description: string,
public image: string
) { }
}
| {
"content_hash": "f12028ec584753b3598cee5b42dbebe0",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 31,
"avg_line_length": 19.142857142857142,
"alnum_prop": 0.6567164179104478,
"repo_name": "webzeppelin/wz-docker-starter-lib",
"id": "5aa5991807091dfb4ae2fab399e15c75e786d2dc"... |
namespace cc {
namespace {
// Layer version unit tests
TEST(LayerListIteratorTest, VerifyTraversalOrder) {
// Unfortunate preamble.
FakeLayerTreeHostClient client;
TestTaskGraphRunner task_graph_runner;
std::unique_ptr<FakeLayerTreeHost> host_ptr =
FakeLayerTreeHost::Create(&client, &task_graph_runner);... | {
"content_hash": "88a030901445af6f0c9b581b0181a642",
"timestamp": "",
"source": "github",
"line_count": 367,
"max_line_length": 80,
"avg_line_length": 32.771117166212534,
"alnum_prop": 0.6862891826723206,
"repo_name": "danakj/chromium",
"id": "457752dbc8adb2b91c3b75a27aa0d35727befb1f",
"size": "126... |
unless defined?(STANDARD_OBJECT_PUBLIC_INSTANCE_METHODS)
STANDARD_OBJECT_PUBLIC_INSTANCE_METHODS = Object.public_instance_methods
end
$:.unshift File.expand_path(File.join(File.dirname(__FILE__), "..", "lib"))
$:.unshift File.expand_path(File.join(File.dirname(__FILE__)))
$:.unshift File.expand_path(File.join(File.d... | {
"content_hash": "7f0312139862150e19a8846a359607f1",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 92,
"avg_line_length": 33.47826086956522,
"alnum_prop": 0.7233766233766233,
"repo_name": "beno/devise_sociable",
"id": "f6705987f136929ba69993196a98ea07e557d154",
"size": "... |
@interface MainThreadFreezeDetector : NSObject
// Returns the sharedInstance of the watchdog.
// Note that on first access, the instance is immediately started without
// checking the new preferences values. This is necessary to detect freezes
// during applicationDidFinishLaunching.
+ (instancetype)sharedInstance;
// ... | {
"content_hash": "bb5abb2b7cb6caaee534d26b3e753fcd",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 78,
"avg_line_length": 49,
"alnum_prop": 0.7814625850340136,
"repo_name": "ric2b/Vivaldi-browser",
"id": "abbeee0c16dccf5f2ee139d567ec6e7289ed4aa3",
"size": "2108",
"bina... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>otway-rees: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.... | {
"content_hash": "90dc01be40d8dfcf0bb1626983d70f1c",
"timestamp": "",
"source": "github",
"line_count": 166,
"max_line_length": 212,
"avg_line_length": 42.22289156626506,
"alnum_prop": 0.5482950492224283,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "5ca3be0f343e1280318c4e8e631283b72b3f5391",
... |
(function () {
'use strict';
var module = angular.module('fim.base');
module.factory('AliasProvider', function (nxt, $q, IndexedEntityProvider) {
function AliasProvider(api, $scope, pageSize, account) {
this.init(api, $scope, pageSize, account);
}
angular.extend(AliasProvider.prototype, IndexedEntityProvide... | {
"content_hash": "5a678024008170511e078930435ed85d",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 95,
"avg_line_length": 31.558139534883722,
"alnum_prop": 0.6197494473102432,
"repo_name": "fimkrypto/mofowallet",
"id": "f4fc3e644b6c371b26e555bfd7f7814e95856be3",
"size": ... |
from msrest.exceptions import (
ClientException,
SerializationError,
DeserializationError,
TokenExpiredError,
ClientRequestError,
AuthenticationError,
HttpOperationError,
)
from .api_client import AutoRestLongRunningOperationTestService, AutoRestLongRunningOperationTestServiceConfiguration
... | {
"content_hash": "ace0796cb775a2ae05955f1fbff08f95",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 117,
"avg_line_length": 27.043478260869566,
"alnum_prop": 0.7717041800643086,
"repo_name": "vulcansteel/autorest",
"id": "ea1145bcb5d0b5cfa7dab0f0dc81a233fd6aab4f",
"size":... |
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_checked="true" android:drawable="@drawable/bg_img_btn_dish_item_dec_press" />
<item android:state_pressed="true" android:drawable="@drawable/bg_img_btn_dish_item_dec_press" />
<... | {
"content_hash": "f8dfe3abe0199b8a71f83165b56ae5fd",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 105,
"avg_line_length": 63.25,
"alnum_prop": 0.717391304347826,
"repo_name": "superspeedone/youyou",
"id": "5481d3b2ce0f03296e835da3f7556c40b87543d9",
"size": "506",
"bina... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "ae8d4104265d7c19088e02ebc851ffcf",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "e7a6724240ccbbd74e806ae3e9c538f21b0b0c7c",
"size": "186... |
youpass-js
==========
JavaScript version of YouPass.
| {
"content_hash": "b028770546d6a5a1f81b9139681d39ac",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 30,
"avg_line_length": 13.5,
"alnum_prop": 0.6481481481481481,
"repo_name": "semscenterdev/youpass-js",
"id": "109fdd479f3fdf35246537d8c14eb8f8438d9416",
"size": "54",
"bi... |
use crate::cpp_data::{CppPath, CppPathItem, CppVisibility};
use crate::cpp_ffi_data::CppCast;
pub use crate::cpp_operator::{CppOperator, CppOperatorInfo};
use crate::cpp_type::{CppPointerLikeTypeKind, CppType};
use crate::rust_info::RustQtReceiverType;
use itertools::Itertools;
use ritual_common::errors::{bail, err_msg... | {
"content_hash": "d086cc78670861b75919c51908c711b0",
"timestamp": "",
"source": "github",
"line_count": 467,
"max_line_length": 91,
"avg_line_length": 34.226980728051394,
"alnum_prop": 0.5384134134134134,
"repo_name": "rust-qt/cpp_to_rust",
"id": "04b85617a4bd4c1b4e1068cb0e5b47a268727f8e",
"size": ... |
package com.evolveum.midpoint.wf.impl.processors.primary;
import com.evolveum.midpoint.prism.PrismContext;
import com.evolveum.midpoint.repo.api.RepositoryService;
import com.evolveum.midpoint.task.api.TaskManager;
import com.evolveum.midpoint.util.logging.Trace;
import com.evolveum.midpoint.util.logging.TraceManage... | {
"content_hash": "8f02c7f013325c6fc3723d675718d227",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 99,
"avg_line_length": 26.023255813953487,
"alnum_prop": 0.8016085790884718,
"repo_name": "arnost-starosta/midpoint",
"id": "8e69158e885abd053df642aafe4e60da5d0e9b86",
"siz... |
@interface JSCartView : UIView
@property (nonatomic,strong) NSArray *data;
@end
| {
"content_hash": "db96d2c1ff6f7882c9f4b569a387336f",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 43,
"avg_line_length": 16.4,
"alnum_prop": 0.7560975609756098,
"repo_name": "ShenYj/Demos",
"id": "f1efbc1ab73a457553f38ba7946a82727dff9ece",
"size": "237",
"binary": fals... |
offical website | {
"content_hash": "ddf2953cbb69574da525986bb6684c83",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 15,
"avg_line_length": 15,
"alnum_prop": 0.9333333333333333,
"repo_name": "apporoad/DesignAndScheme2017",
"id": "7314a5297c34e16de9b949c429c6dcbafc2dd6d1",
"size": "16",
"... |
package org.nutz.ioc.val;
import java.util.Set;
import org.nutz.el.El;
import org.nutz.ioc.Ioc;
import org.nutz.ioc.IocMaking;
import org.nutz.ioc.ValueProxy;
import org.nutz.lang.util.SimpleContext;
public class EL_Value extends SimpleContext implements ValueProxy {
protected El el;
protected Ioc ... | {
"content_hash": "0f3175c67636a0b9c3d0aa7993b2b076",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 67,
"avg_line_length": 24.764705882352942,
"alnum_prop": 0.5243467933491687,
"repo_name": "lzxz1234/nutz",
"id": "79a814fa71fc7c530fd08b037303ff7f581c970a",
"size": "1684",... |
/* Generated by camel build tools - do NOT edit this file! */
package org.apache.camel.component.google.pubsub;
import java.net.URISyntaxException;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import org.apache.camel.spi.EndpointUriFacto... | {
"content_hash": "72870c1643d644bcc6c1babe6fc8e045",
"timestamp": "",
"source": "github",
"line_count": 74,
"max_line_length": 144,
"avg_line_length": 30.95945945945946,
"alnum_prop": 0.673068529026626,
"repo_name": "nicolaferraro/camel",
"id": "07bf77a0c0be50cd3eb66b0f019f35303ae13693",
"size": "2... |
<div class="page-content">
<md-card class="page-card">
<md-card-title>Flex Layout
<a class="badge" href="https://github.com/angular/flex-layout">Official Documentation</a></md-card-title>
</md-card>
<md-card class="page-card">
<md-card-title>Responsive Flex Directives</md-card-title>
<md-card-su... | {
"content_hash": "640d7486ff158a550234543caa7f1921",
"timestamp": "",
"source": "github",
"line_count": 165,
"max_line_length": 119,
"avg_line_length": 43.70909090909091,
"alnum_prop": 0.5933166943982252,
"repo_name": "marulinho/Proyecto-Angular-Final",
"id": "2f48a81a49c23ece34f80f262c70a291d056316e... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.