text stringlengths 2 1.04M | meta dict |
|---|---|
package com.google.security.zynamics.binnavi.API.debug;
import com.google.security.zynamics.binnavi.debug.connection.packets.replies.QueryDebuggerEventSettingsReply;
public class DebuggerQueryDebuggerEventSettingsReply extends DebuggerReply {
public DebuggerQueryDebuggerEventSettingsReply(final QueryDebuggerEventS... | {
"content_hash": "11b33fd3e42bec2d87c807187be7648a",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 109,
"avg_line_length": 36.6,
"alnum_prop": 0.8497267759562842,
"repo_name": "google/binnavi",
"id": "a691adcc35e9719ec94c84cf0aaa822d5b4d8864",
"size": "955",
"binary": ... |
#ifndef __avmplus_Namespace__
#define __avmplus_Namespace__
namespace avmplus
{
/**
* a namespace is a primitive value in the system, similar to String
*/
class Namespace : public AvmPlusScriptableObject
{
private:
friend class AvmCore;
// Should these be Stringp's?
Atom m_prefix;
uintptr m_uri; //... | {
"content_hash": "326ecc13eead83f482bc98d17e2836ff",
"timestamp": "",
"source": "github",
"line_count": 81,
"max_line_length": 85,
"avg_line_length": 23.679012345679013,
"alnum_prop": 0.6480709071949948,
"repo_name": "zodouglass/PBNetworking",
"id": "26118a5029f45c7c10a0b5c9bdcfb67ab6f9d29c",
"size... |
Are there any images that look unusual? List the file name of any unusual images for this night here, with description:
The first 11 Bias images are normal FYI other than #5
+ `Bias-S001-R001-C005-NoFilt.fit` - Darker horizontal band in lower 3rd
+ `Bias-S001-R001-C012-NoFilt.fit` - Sizeable lighter horizontal bands in... | {
"content_hash": "b5f9aeb5e65965f139fe7d8cbd66c35c",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 384,
"avg_line_length": 69.83582089552239,
"alnum_prop": 0.761701218209019,
"repo_name": "feder-observatory/processed_images",
"id": "a9c4d23b03f65a22c31f68511b0b78ed26acea1a... |
module.exports = function () {
return function (req, res, next) {
if (req.context.user.github_id + '' !== req.user.github_id + '') return res.boom.unauthorized();
next();
};
}; | {
"content_hash": "f07fcd65827d4c813e39871cd4c8cff7",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 100,
"avg_line_length": 31.333333333333332,
"alnum_prop": 0.601063829787234,
"repo_name": "divshot/ele-api",
"id": "6dd26486ee41e2b5782525cecf1348528a3336a5",
"size": "188",... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
Acta Phys. -Med. Acad. Caes. Leop. -Carol. Nat. Cur. 4:136,t. 3. 1770
#### Original name
null
### Remarks
null | {
"content_hash": "44b96ebecd0837b4f05b4b8b957fc750",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 69,
"avg_line_length": 14.692307692307692,
"alnum_prop": 0.675392670157068,
"repo_name": "mdoering/backbone",
"id": "6849e5e5ca78a52e4d2c4a1529133fe7158803c8",
"size": "241... |
package dao;
import java.util.List;
import model.Shop;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Modifying;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Param;
import org.springframework.stere... | {
"content_hash": "b67ae9c797d9213c30ce7402abddf116",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 110,
"avg_line_length": 33.40625,
"alnum_prop": 0.784845650140318,
"repo_name": "h920526/jaBenDon",
"id": "b260ab204509f9111184badff04d69a25e76a79d",
"size": "1069",
"bin... |
NS_ASSUME_NONNULL_BEGIN
/// The view that displays native ads. A minimum implementation to get an ad from within a
/// UIViewController class is:
///
/// <pre>
/// // Create and setup the ad view, specifying the size and origin at {0, 0}.
/// GADNativeExpressAdView *adView =
/// [[GADNativeExpressAdView al... | {
"content_hash": "7c6e541c2ba257fe4cdd973832ee3608",
"timestamp": "",
"source": "github",
"line_count": 82,
"max_line_length": 100,
"avg_line_length": 48.90243902439025,
"alnum_prop": 0.7665835411471321,
"repo_name": "sagittarius-90/conwaysgameoflife",
"id": "1a0c48f1d51eedfc114d552df579dbed3de83294"... |
package com.planet_ink.coffee_mud.Commands;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import com.planet_ink.coffee_mud.Behaviors.interfaces.*;
import com... | {
"content_hash": "f0248fec9a9aa9689fb54761712ce315",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 102,
"avg_line_length": 37.24390243902439,
"alnum_prop": 0.7380484610347086,
"repo_name": "robjcaskey/Unofficial-Coffee-Mud-Upstream",
"id": "40ec76354f91029597e0c5c4a2c231c5... |
git clone https://github.com/pyenv/pyenv.git ~/.pyenv
echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bash_profile
echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bash_profile
echo -e 'if command -v pyenv 1>/dev/null 2>&1; then\n eval "$(pyenv init -)"\nfi' >> ~/.bash_profile
# Install python dependencies
sudo apt-g... | {
"content_hash": "ad423c995bfa5ffde7843ecad0b47627",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 226,
"avg_line_length": 55.7,
"alnum_prop": 0.7378815080789947,
"repo_name": "caesar0301/warp-drive",
"id": "51b67d7275ebd6095ebf16d18670d1d00d72ab87",
"size": "573",
"bi... |
/*global define */
/*jslint browser:true,sloppy:true,nomen:true,unparam:true,plusplus:true,indent:4 */
/*
| Copyright 2013 Esri
|
| 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
|
| ... | {
"content_hash": "fef111eb6d9eae0189aa2938d85a4328",
"timestamp": "",
"source": "github",
"line_count": 74,
"max_line_length": 170,
"avg_line_length": 51.689189189189186,
"alnum_prop": 0.6556862745098039,
"repo_name": "Esri/land-use-public-notification",
"id": "5e5df81ae0d2b8e25262648cd9625d02d94472f... |
package org.apache.cassandra.cql3.functions;
import java.nio.ByteBuffer;
import java.util.List;
import com.google.common.base.Objects;
import org.apache.cassandra.cql3.AssignmentTestable;
import org.apache.cassandra.cql3.CQL3Type;
import org.apache.cassandra.cql3.ColumnSpecification;
import org.apache.cassandra.db.... | {
"content_hash": "bd411c4431569a64a3be2cc06dd8e5a2",
"timestamp": "",
"source": "github",
"line_count": 125,
"max_line_length": 115,
"avg_line_length": 28.584,
"alnum_prop": 0.612650433809124,
"repo_name": "clohfink/cassandra",
"id": "aea0d01b877c8ad788ff1a1fb60e55130dc53d3f",
"size": "4378",
"bi... |
<!--
Copyright (C) 2012 Red Hat, Inc.
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 ... | {
"content_hash": "c06635e83f6c31b557f4366243597882",
"timestamp": "",
"source": "github",
"line_count": 105,
"max_line_length": 108,
"avg_line_length": 33.61904761904762,
"alnum_prop": 0.5875354107648725,
"repo_name": "rnc/pom-manipulation-ext",
"id": "0b98689bacdc9e749790d00e0236542ee228ea7b",
"si... |
fhc-admin-users(1) -- Administer FeedHenry Users
================================================
## SYNOPSIS
fhc admin-users list
fhc admin-users create username=<username> [password=<password>] [email=<email>] [name=<name>] [roles=<roles>] [authpolicies=<authpolicies>] [invite=<invitation>]
fhc admin-us... | {
"content_hash": "568264a0402aa9647850121abb796916",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 189,
"avg_line_length": 49.77272727272727,
"alnum_prop": 0.6958904109589041,
"repo_name": "david-martin/fh-fhc",
"id": "e739ae71e6ef54f7e472cde7a797df058ec367a1",
"size": "... |
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using System.Web.Razor.Generator;
using System.Web.Razor.Parser.SyntaxTree;
using System.Web.Razor.Resources;
us... | {
"content_hash": "d615f8caa485c98cebaf2300d59b3456",
"timestamp": "",
"source": "github",
"line_count": 314,
"max_line_length": 234,
"avg_line_length": 45.761146496815286,
"alnum_prop": 0.5035145104043427,
"repo_name": "Terminator-Aaron/Katana_Diagram",
"id": "b5bb00dd13f88e247b3b5b68d2ec3bf1c78573c4... |
package com.example.quartz.example15;
import org.quartz.DateBuilder.IntervalUnit;
import org.quartz.JobDetail;
import org.quartz.Scheduler;
import org.quartz.SchedulerFactory;
import org.quartz.SimpleTrigger;
import org.quartz.impl.StdSchedulerFactory;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
impor... | {
"content_hash": "ccf0b98bf0cee6149300c10ef4e3d829",
"timestamp": "",
"source": "github",
"line_count": 193,
"max_line_length": 120,
"avg_line_length": 48.18652849740933,
"alnum_prop": 0.5351612903225806,
"repo_name": "yuweijun/learning-programming",
"id": "7083665d2807d33b48b0e89fdc855be912baa3d6",
... |
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Allocation;
using osu.Framework.Extensions.EnumExtensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using... | {
"content_hash": "ac95718a09826077500d9e59361c7eba",
"timestamp": "",
"source": "github",
"line_count": 128,
"max_line_length": 136,
"avg_line_length": 30.2109375,
"alnum_prop": 0.5285751228342385,
"repo_name": "peppy/osu-new",
"id": "eb877f3dffef375af337aecaed347f844af51bf0",
"size": "3869",
"bi... |
{% load i18n %}
<h3>{% trans "Search" %}</h3>
<form id="search" action="{{ satchmo_search_url }}" method="get">
{% if categories %}
<select name="category">
<option value="" selected="selected">{% trans "All Products" %}</option>
{% for cat in categories %}
<option value="{{ cat.slug }}"{% ifequal cat category... | {
"content_hash": "6ae36a9a0e90064512cdabcd977d00f0",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 117,
"avg_line_length": 38.13333333333333,
"alnum_prop": 0.5961538461538461,
"repo_name": "grengojbo/satchmo",
"id": "85ed0955149366f361e12b8f1bd93aefa6c6b699",
"size": "57... |
package org.apache.calcite.adapter.enumerable;
import org.apache.calcite.plan.Convention;
import org.apache.calcite.plan.RelTraitSet;
import org.apache.calcite.rel.RelNode;
import org.apache.calcite.rel.convert.ConverterRule;
import org.apache.calcite.rel.core.RelFactories;
import org.apache.calcite.rel.logical.Logic... | {
"content_hash": "3191ab73e0a9bc59c1ec31c4f0a968e3",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 103,
"avg_line_length": 38.266666666666666,
"alnum_prop": 0.7799070847851336,
"repo_name": "dindin5258/calcite",
"id": "a5a4190bf48ae078aa0a4b1efb21e0bf70752a97",
"size": "... |
package org.springframework.security.oauth2.server.resource.introspection;
import java.net.URI;
import java.net.URL;
import java.time.Instant;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.List;
import java.util.Map;
import com.nimbusds.oauth2.sdk.TokenIntro... | {
"content_hash": "22343d4d992b3b8807b178fc107c9a1d",
"timestamp": "",
"source": "github",
"line_count": 193,
"max_line_length": 114,
"avg_line_length": 38.5440414507772,
"alnum_prop": 0.7733566339561769,
"repo_name": "djechelon/spring-security",
"id": "b562c8630874b04dcd91a8f2bac7e1fbd42d0b01",
"si... |
<!DOCTYPE html>
<html lang="en" itemscope itemtype="http://schema.org/WebPage">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>observation - Dripping Data</title>
<m... | {
"content_hash": "761f245b49f3595355f33854f68a53ca",
"timestamp": "",
"source": "github",
"line_count": 344,
"max_line_length": 476,
"avg_line_length": 33.526162790697676,
"alnum_prop": 0.5795543223792595,
"repo_name": "mching/mching.github.io",
"id": "232af577298f421fabc68c03411d40eda28a538d",
"si... |
using System;
using System.Data;
namespace MyMeta.VistaDB3x
{
#if ENTERPRISE
using System.Runtime.InteropServices;
[ComVisible(true), ClassInterface(ClassInterfaceType.AutoDual), ComDefaultInterface(typeof(IParameters))]
#endif
public class VistaDBParameters : Parameters
{
public VistaDBParameters()
{
}
... | {
"content_hash": "bace2bfd1ea4fc1e50c311dfbc6e1967",
"timestamp": "",
"source": "github",
"line_count": 82,
"max_line_length": 146,
"avg_line_length": 22.23170731707317,
"alnum_prop": 0.5765222161272627,
"repo_name": "cafephin/mygeneration",
"id": "b31facec6ae7f0617734d8a360add907894f96e3",
"size":... |




Intercepts uploads to WebGL buffers in order to ... | {
"content_hash": "621f7e05bb730325814f3e06912592b7",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 89,
"avg_line_length": 32.57377049180328,
"alnum_prop": 0.7413185707096125,
"repo_name": "stackgl/gl-buffer-snoop",
"id": "17be4a380ffda71623b34852944d7eca8f218bb3",
"size"... |
package org.sfm.map.mapper;
import org.sfm.map.FieldKey;
import org.sfm.map.MappingContext;
import org.sfm.map.MappingException;
import org.sfm.map.SetRowMapper;
import org.sfm.utils.ErrorHelper;
import org.sfm.utils.UnaryFactory;
import org.sfm.utils.RowHandler;
import org.sfm.utils.UnaryFactoryWithException;
import... | {
"content_hash": "61b591e0fc18c75529d314640a19c72a",
"timestamp": "",
"source": "github",
"line_count": 109,
"max_line_length": 123,
"avg_line_length": 28.513761467889907,
"alnum_prop": 0.7348777348777349,
"repo_name": "tsdl2013/SimpleFlatMapper",
"id": "3c872cd40cd1749161053d47bc6812ae8c06293d",
"... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Sporodum stemonitideum De Not.
### Remarks
null | {
"content_hash": "c29f28f1d67b07b7ef53a20aa15cd8dd",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 30,
"avg_line_length": 10.384615384615385,
"alnum_prop": 0.7111111111111111,
"repo_name": "mdoering/backbone",
"id": "13284145abac24eb205190125992645971823641",
"size": "18... |
/** section: Ajax
* Ajax.Responders
* includes Enumerable
*
* A repository of global listeners notified about every step of
* Prototype-based Ajax requests.
*
* Sometimes, you need to provide generic behaviors over all Ajax operations
* happening on the page (through [[Ajax.Request]], [[Ajax.Updater]] or
... | {
"content_hash": "9d661871730ccd4b1f2ff5e717ae6caa",
"timestamp": "",
"source": "github",
"line_count": 120,
"max_line_length": 82,
"avg_line_length": 41.333333333333336,
"alnum_prop": 0.6923387096774194,
"repo_name": "daejunpark/jsaf",
"id": "0f5611e37cd2a114f9b43605ac64b31b6e157b45",
"size": "496... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "c6b374d30c77f66c7a70a11d7326d41e",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "6ee20aac85ed820fcf9f533ff6b9be45f0f8580d",
"size": "181... |
'use strict';
// Put simple "helper" functions here for DRY and to keep code clean.
// use e.g.
// var toconcsole =require(Config.libDirectory + 'helpers').toconsole;
module.exports = {
// sends your file stream to the console. Good for debugging file streams
toconsole: function(chunk){
var contents =... | {
"content_hash": "34454be1c76b0b001a60705f6565c194",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 76,
"avg_line_length": 30.476190476190474,
"alnum_prop": 0.6109375,
"repo_name": "dkebler/hugo-sass-bower-gulp-starter",
"id": "442148d5ab3a7f855057739df444c1c86885a77a",
"... |
module Pling
##
# This module adds support for Google's Cloud to Device Messaging (C2DM) to pling.
# Please refer to {Pling::C2DM::Gateway} for documentation.
#
# @see Pling::C2DM::Gateway
module C2DM
autoload :Gateway, 'pling/c2dm/gateway'
class QuotaExceeded < Pling::DeliveryFailed; end
... | {
"content_hash": "bd623493bf0472ba2f7190efe4e2ca71",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 84,
"avg_line_length": 36.529411764705884,
"alnum_prop": 0.7133655394524959,
"repo_name": "mrnugget/pling",
"id": "dda12233871eab0a6379cba579d5d4e531bd8953",
"size": "621",... |
package io.cattle.platform.token.impl;
import io.cattle.platform.archaius.util.ArchaiusUtil;
import io.cattle.platform.token.TokenDecryptionException;
import io.cattle.platform.token.TokenException;
import io.cattle.platform.token.TokenService;
import java.security.interfaces.RSAPublicKey;
import java.text.ParseExcep... | {
"content_hash": "f5647fd6fdd480fb257f28b0acb47588",
"timestamp": "",
"source": "github",
"line_count": 163,
"max_line_length": 121,
"avg_line_length": 37.12883435582822,
"alnum_prop": 0.6802709847984137,
"repo_name": "alena1108/cattle",
"id": "8fd0be2964aad890e2be982154d2e8bf564ed367",
"size": "60... |
var mongoose = require('mongoose');
var userSchema = new mongoose.Schema({
steamid: { type: String, index: true, unique: true },
steamid32: { type: Number },
_json: Object,
matches: [{type: String, ref: '' }]
});
userSchema.statics.updateUser = function (profile, cb) {
if (!profile || profile == n... | {
"content_hash": "914d958dc27ae640666aa423dedd234c",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 94,
"avg_line_length": 31.333333333333332,
"alnum_prop": 0.5186170212765957,
"repo_name": "nicholasmf/nodesteam",
"id": "e9b6f42b1605870adef5f50b114ce57a6dad84a9",
"size": ... |
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Collections.Immutable
Imports System.Runtime.InteropServices
Imports System.Threading
Imports Microsoft... | {
"content_hash": "240f890e66d9f053c231469651b02dfc",
"timestamp": "",
"source": "github",
"line_count": 733,
"max_line_length": 300,
"avg_line_length": 62.346521145975444,
"alnum_prop": 0.6757549234135667,
"repo_name": "abock/roslyn",
"id": "3a81b8bab3db7e16010aef358ecaa1a5a5cb8d3f",
"size": "45702... |
<?php
/* SyliusWebBundle:Backend/Order:index.html.twig */
class __TwigTemplate_4671ea868310fa1a0c6576b6a4ff361f745803c9988e35280e019cdc7433468d extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = $this->env->loadTemplate("Syli... | {
"content_hash": "313d36ba38547f8aad7a4ef68b306582",
"timestamp": "",
"source": "github",
"line_count": 103,
"max_line_length": 376,
"avg_line_length": 39.699029126213595,
"alnum_prop": 0.6138420151626315,
"repo_name": "johnyjamma93/prod_lokisalle",
"id": "7f25732885db519fccc77fe9dd695abeeed5b0bc",
... |
"""Sensor from an SQL Query."""
import datetime
import decimal
import logging
import re
import sqlalchemy
from sqlalchemy.orm import scoped_session, sessionmaker
import voluptuous as vol
from homeassistant.components.recorder import CONF_DB_URL, DEFAULT_DB_FILE, DEFAULT_URL
from homeassistant.components.sensor import... | {
"content_hash": "9a4f14e2d508fa1e7bf008a633c25919",
"timestamp": "",
"source": "github",
"line_count": 178,
"max_line_length": 88,
"avg_line_length": 30.528089887640448,
"alnum_prop": 0.5901729849098271,
"repo_name": "sander76/home-assistant",
"id": "1b0ae5a9076af075c29e4ff63678f62c932a33d0",
"siz... |
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/info_template_blue_background"
android:paddingBottom="10dp"
android:paddingTop="... | {
"content_hash": "ad6682913f858abcaf6a95df98dbfca5",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 74,
"avg_line_length": 35.94444444444444,
"alnum_prop": 0.6599690880989181,
"repo_name": "amritsinghbains/BuildmLearn-Toolkit-Android",
"id": "47f338ad0fae0656da49bddd47c303b... |
var WIDTH = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
var HEIGHT = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight;
// creating instance of Phaser.Game
var game = new Phaser.Game(WIDTH, HEIGHT, Phaser.AUTO, '', { preload: preload, ... | {
"content_hash": "29be0c0d75318e1487188bd8b49cc8dd",
"timestamp": "",
"source": "github",
"line_count": 92,
"max_line_length": 128,
"avg_line_length": 28.48913043478261,
"alnum_prop": 0.695154521175124,
"repo_name": "suvingrg/sniper2D",
"id": "03388150c1554b5322d8a25a1fdd63e09ecf4a54",
"size": "266... |
package com.callfire.api11.client;
import org.apache.commons.lang3.builder.ToStringBuilder;
/**
* Callfire API exception is thrown by client in case of 4xx or 5xx HTTP code
* response
*
* @since 1.0
*/
public class CfApi11ApiException extends RuntimeException {
protected String message;
public CfApi11Ap... | {
"content_hash": "5c9bac80121bb30a5129ac92c768a59b",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 77,
"avg_line_length": 22.75,
"alnum_prop": 0.6253746253746254,
"repo_name": "CallFire/callfire-api-1.1-client-java",
"id": "40456f3c2b197d20be124b175c12d1ef628836c6",
"siz... |
class ThreadIdValidationThread : public v8::base::Thread {
public:
ThreadIdValidationThread(v8::base::Thread* thread_to_start,
i::List<i::ThreadId>* refs, unsigned int thread_no,
v8::base::Semaphore* semaphore)
: Thread(Options("ThreadRefValidationThread"))... | {
"content_hash": "cd0e4eb7270600c0baf737f6bf104c20",
"timestamp": "",
"source": "github",
"line_count": 53,
"max_line_length": 78,
"avg_line_length": 29.28301886792453,
"alnum_prop": 0.5966494845360825,
"repo_name": "baslr/ArangoDB",
"id": "a9058a523a4b0338f4e5f0df57127721644007e5",
"size": "3270",... |
#import <CorePDF/CPChunk.h>
@interface CPTextObject : CPChunk
{
struct CGPoint anchor;
_Bool metricInfoCalculated;
float maxFontSize;
double maxFontLineHeight;
}
- (void)translateObjectYBy:(double)arg1;
- (void)clearCachedInfo;
- (double)maxFontLineHeight;
- (float)maxFontSize;
- (void)calculateMetr... | {
"content_hash": "4f1ab9d5a35739588ec597fa85f0ab21",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 40,
"avg_line_length": 16.6,
"alnum_prop": 0.7349397590361446,
"repo_name": "matthewsot/CocoaSharp",
"id": "6769a21facdd1cb991528b5cdb178b652512d89d",
"size": "472",
"bin... |
// clang-format off
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2015 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See http://swift.org/LICENSE.txt for license information
// See http://swift.o... | {
"content_hash": "a10bf77da573decde678ac10389fa26e",
"timestamp": "",
"source": "github",
"line_count": 675,
"max_line_length": 276,
"avg_line_length": 52.97185185185185,
"alnum_prop": 0.7272345899988814,
"repo_name": "rajsesh-msft/WinObjC",
"id": "3dfcc2a57fdd0e9530c4b888c4a72c230b9c2dcf",
"size":... |
Getting Started
###############
You have installed Elgg and worked through any potential initial issues. What now? Here are some
suggestions on how to to familiarize yourself with Elgg.
Focus first on core functionality
=================================
When you're new to Elgg, it's best to explore the stock feature... | {
"content_hash": "f6369a357a9a49ab27222dd935dec546",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 455,
"avg_line_length": 76.34285714285714,
"alnum_prop": 0.7627245508982036,
"repo_name": "miniguez/novadores",
"id": "05e0fbec95518d1f1171f4bce29e78f1a6f26230",
"size": "2... |
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.technovalley21.layerlistexample;
public final class R {
public static final class array {
public static final int... | {
"content_hash": "2cec86523b67b073d669fc6d178611fb",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 91,
"avg_line_length": 38.18181818181818,
"alnum_prop": 0.6850340136054421,
"repo_name": "pengzhao001/android-apps",
"id": "5dec3e127235e14188f327f0728f7be522d3c821",
"size... |
namespace Microsoft.ApplicationInsights.DataContracts
{
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using KellermanSoftware.CompareNetObjects;
using Microsoft.ApplicationInsights.Channel;
using Microsoft.ApplicationInsi... | {
"content_hash": "466c5c8c7f2ec2d6ee1eda7c4974e569",
"timestamp": "",
"source": "github",
"line_count": 357,
"max_line_length": 156,
"avg_line_length": 48.87675070028011,
"alnum_prop": 0.6586623875293713,
"repo_name": "pharring/ApplicationInsights-dotnet",
"id": "299d1d6fe78bc021a8d7166996c28f9436822... |
package org.apache.ignite;
import java.util.ArrayList;
import java.util.List;
import org.apache.ignite.marshaller.Marshaller;
import org.apache.ignite.marshaller.MarshallerContext;
import org.apache.ignite.marshaller.MarshallerContextTestImpl;
import org.apache.ignite.marshaller.jdk.JdkMarshaller;
import org.apache.... | {
"content_hash": "161612a0cde16e26bb0ed47a7cfa24c6",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 81,
"avg_line_length": 28.583333333333332,
"alnum_prop": 0.7482993197278912,
"repo_name": "pperalta/ignite",
"id": "de8dfbef59de8f3c8872e77b7253eb3d9e484b75",
"size": "1831... |
package main
import (
"fmt"
"testing"
)
type tcase struct {
apkFile,
certFile,
vendor,
certType string
result bool
}
func TestCheckCert(t *testing.T) {
cases := []struct {
in tcase
}{
{tcase{"test/app-debug.apk", "/dev/null", "android", "release", false}},
{tcase{"/dev/null", "test/android.cert", "", ... | {
"content_hash": "fc01dc068f96cbcd72060b637327798b",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 82,
"avg_line_length": 29.342105263157894,
"alnum_prop": 0.6080717488789238,
"repo_name": "ElvisChiang/androidtools",
"id": "7b9372f73a2cefc68ab298dc2cc39b71852a1762",
"siz... |
package org.squbs.stream.javasamples;
import akka.NotUsed;
import akka.http.javadsl.model.HttpRequest;
import akka.http.javadsl.model.HttpResponse;
import akka.stream.Materializer;
import akka.stream.javadsl.Flow;
import org.squbs.marshallers.MarshalUnmarshal;
import org.squbs.stream.FlowToPerpetualStream;
import sta... | {
"content_hash": "f7a72880390c4ba3c65fa367fa7ce424",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 100,
"avg_line_length": 40.96,
"alnum_prop": 0.7470703125,
"repo_name": "akara/squbs",
"id": "d4a2a8ac616f0798bcc50d9c8bfc3373e43df0e2",
"size": "1024",
"binary": false,
... |
package procstat
import (
"regexp"
"github.com/shirou/gopsutil/process"
)
//Pattern matches on the process name
func (pg *NativeFinder) Pattern(pattern string) ([]PID, error) {
var pids []PID
regxPattern, err := regexp.Compile(pattern)
if err != nil {
return pids, err
}
procs, err := process.Processes()
if... | {
"content_hash": "a02be8e2c265236016db621aeeb71841",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 64,
"avg_line_length": 20.1875,
"alnum_prop": 0.6547987616099071,
"repo_name": "signalfx/telegraf",
"id": "33275460162d2fcccf9ebae6d23159d11124597c",
"size": "666",
"bina... |
<!-- title: custom -->
<div class="dev-header">
<a class="btn btn-default btn-sm" disabled style="margin-bottom: 10px;">
Version 6.x.x</a>
<a class="btn btn-default btn-sm" href="https://github.com/frappe/frappe/tree/develop/custom"
target="_blank" style="margin-left: 10px; margin-bottom: 10px;"><i class="octi... | {
"content_hash": "632524ad1ff01d5b2774bc1d5b2f4f0e",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 120,
"avg_line_length": 22.210526315789473,
"alnum_prop": 0.6658767772511849,
"repo_name": "jevonearth/frappe",
"id": "4d659752b229b7769e0a7533984f87b8c5454442",
"size": "4... |
/**
* Comments REDUCER
*/
function postComments(state = [], action) {
switch (action.type) {
case 'ADD_COMMENT_DATA_RECEIVED':
return [...state, {
user: action.data.author,
text: action.data.comment
}];
case 'REMOVE_COMMENT_DATA_RECEIVED':
return [
...state.slic... | {
"content_hash": "58928b1e17ef5feca0f462857b70a04e",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 65,
"avg_line_length": 18.488888888888887,
"alnum_prop": 0.5805288461538461,
"repo_name": "rabbitfighter81/yodagram",
"id": "cd7bf05789b78c4a9c964f6baf691d3c39483302",
"siz... |
var secretNumber = 7;
var password = 'just open the door';
var allowedIn = false;
var members = ['John','chicken','apple pie','Mary'];
// __________________________________________
// Test Code: Do not alter code below this line.
function assert(test, message, test_number) {
if (!test) {
console.log(test_num... | {
"content_hash": "32259c727d1d7a2032f0417244836abf",
"timestamp": "",
"source": "github",
"line_count": 73,
"max_line_length": 65,
"avg_line_length": 18.246575342465754,
"alnum_prop": 0.6028528528528528,
"repo_name": "ian-kinner/phase-0",
"id": "763b9dda7bfd9a448e3072cba89ff923011b7920",
"size": "1... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "2c6f88cba76c8316eb61734ebfa27498",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "a430795635130e605365be55046fbc344fb366cc",
"size": "184... |
package org.apache.camel.component.webhook;
import java.net.UnknownHostException;
import java.nio.charset.StandardCharsets;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.util.Base64;
import org.apache.camel.RuntimeCamelException;
import org.apache.camel.spi.RestConfig... | {
"content_hash": "3485a63120dd93fce5e1ba10bc75398b",
"timestamp": "",
"source": "github",
"line_count": 240,
"max_line_length": 121,
"avg_line_length": 30.966666666666665,
"alnum_prop": 0.6332077502691066,
"repo_name": "CodeSmell/camel",
"id": "be3a58ccfc0906089cddc875633d9874bf8aa494",
"size": "82... |
<!--
Copyright 2010 The Kuali Foundation
Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php
Unless required by applicable law or ag... | {
"content_hash": "2cce3f823f92b106d9e1014644146690",
"timestamp": "",
"source": "github",
"line_count": 135,
"max_line_length": 157,
"avg_line_length": 47.05925925925926,
"alnum_prop": 0.6760585550133795,
"repo_name": "Ariah-Group/Finance",
"id": "512c3d4195c546cba920a7fd8515510b58c37505",
"size": ... |
define([],
function () {
var getGovUkUrl = function (req) {
return ['https://', req.app.get('govukHost'), req.originalUrl].join('');
};
var commonConfig = function (req) {
return {
url: req.originalUrl,
govukUrl: this.getGovUkUrl(req),
requirePath: req.app.get('requirePath'),
asse... | {
"content_hash": "32f719656087676ccc5872858197b97c",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 76,
"avg_line_length": 29.20689655172414,
"alnum_prop": 0.6505312868949232,
"repo_name": "tijmenb/spotlight",
"id": "2866aa243e539e57bceb3f65083ddc840df419cf",
"size": "847... |
package org.kuali.rice.krad.lookup;
import org.kuali.rice.krad.uif.view.ViewPresentationControllerBase;
/**
* Implementation of {@link org.kuali.rice.krad.uif.view.ViewPresentationController} for
* {@link org.kuali.rice.krad.uif.view.LookupView} instances
*
* <p>
* Adds flag for export of inquiry re... | {
"content_hash": "32dc43860b542b917ce732b89691ae15",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 90,
"avg_line_length": 28.3,
"alnum_prop": 0.7402826855123675,
"repo_name": "ua-eas/ksd-kc5.2.1-rice2.3.6-ua",
"id": "7c8f51e6abfaf28c4190fe5ff8854998ad8a11e7",
"size": "12... |
using System.Collections.Generic;
using System.Linq;
using Baseline;
using Oakton.Descriptions;
using Spectre.Console;
namespace Jasper.RabbitMQ.Internal
{
public partial class RabbitMqTransport : ITreeDescriber
{
void ITreeDescriber.Describe(TreeNode parentNode)
{
var props = new D... | {
"content_hash": "25c8199d41583e2e7583d906f2596563",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 119,
"avg_line_length": 36.4,
"alnum_prop": 0.5164835164835165,
"repo_name": "JasperFx/jasper",
"id": "c162a3aca7f3b86f961ef5989377f4d42ccbe8aa",
"size": "2002",
"binary"... |
package org.elasticsearch.rest.action.cat;
import org.elasticsearch.action.admin.cluster.state.ClusterStateRequest;
import org.elasticsearch.action.admin.cluster.state.ClusterStateResponse;
import org.elasticsearch.action.admin.indices.stats.CommonStats;
import org.elasticsearch.action.admin.indices.stats.IndicesSta... | {
"content_hash": "76444fc8ddf1a4c7b4daefcbaacd4c71",
"timestamp": "",
"source": "github",
"line_count": 302,
"max_line_length": 236,
"avg_line_length": 68.31788079470199,
"alnum_prop": 0.6856824350523458,
"repo_name": "fred84/elasticsearch",
"id": "a5a880061612ff080afe46812a93a730bc026168",
"size":... |
namespace ppapi_proxy {
// Implements the untrusted side of the PPB_Messaging interface.
class PluginMessaging {
public:
static const PPB_Messaging* GetInterface();
private:
NACL_DISALLOW_COPY_AND_ASSIGN(PluginMessaging);
};
} // namespace ppapi_proxy
#endif // NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_PP... | {
"content_hash": "d47b401058d5d83daaf83ec189d5bfd2",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 71,
"avg_line_length": 22.4,
"alnum_prop": 0.7529761904761905,
"repo_name": "keishi/chromium",
"id": "96f3c229c0963bf49ba161511bf0926da7009e02",
"size": "732",
"binary": ... |
#include "config.h"
#include <string.h>
#include "gresource.h"
#include "gresourcefile.h"
#include "gfileattribute.h"
#include <gfileattribute-priv.h>
#include <gfileinfo-priv.h>
#include "gfile.h"
#include "gseekable.h"
#include "gfileinputstream.h"
#include "gfileinfo.h"
#include "gfileenumerator.h"
#include "gco... | {
"content_hash": "ca442de4a404bd628f25a145d8687c33",
"timestamp": "",
"source": "github",
"line_count": 858,
"max_line_length": 149,
"avg_line_length": 28.93822843822844,
"alnum_prop": 0.6630150227556486,
"repo_name": "AlexiaChen/ImageMagick_Cmake",
"id": "de262463a4320a0f660f3d69e21b68559873e225",
... |
namespace content {
namespace {
int WindowFormat(gfx::BufferFormat format) {
switch (format) {
case gfx::BufferFormat::RGBA_8888:
return WINDOW_FORMAT_RGBA_8888;
case gfx::BufferFormat::ATC:
case gfx::BufferFormat::ATCIA:
case gfx::BufferFormat::DXT1:
case gfx::BufferFormat::DXT5:
case ... | {
"content_hash": "fd18ce3e16eef62565808db598171312",
"timestamp": "",
"source": "github",
"line_count": 106,
"max_line_length": 73,
"avg_line_length": 28.160377358490567,
"alnum_prop": 0.7165829145728643,
"repo_name": "Just-D/chromium-1",
"id": "088aaf57375b65679bc549ab77bbb4f2d1f7500b",
"size": "3... |
/*================================================================================
code generated by: java2cpp
author: Zoran Angelov, mailto://baldzar@gmail.com
class: android.text.style.MetricAffectingSpan
================================================================================*/
#ifndef J2CPP_I... | {
"content_hash": "b91fe09f1c38504069a31eb3a59c582d",
"timestamp": "",
"source": "github",
"line_count": 153,
"max_line_length": 125,
"avg_line_length": 35.89542483660131,
"alnum_prop": 0.7161325564457393,
"repo_name": "hyEvans/ph-open",
"id": "8d7c290fdb694e4d2bb5270d69cb53a88e02a210",
"size": "549... |
title: Browser DevTools
type: activity
tasks:
-
id: network-weight
text: Use the <strong>Network tab</strong> to see the total page weight.
-
id: network-milestones
text: Use the <strong>Network tab</strong> to see time until the DOMContentLoaded and onLoad events.
-
id: network-heavy
tex... | {
"content_hash": "d9b94ae52d617e135480bff7fba244c1",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 140,
"avg_line_length": 38.51724137931034,
"alnum_prop": 0.7063563115487914,
"repo_name": "DavidHughes/frontend-perf",
"id": "a1e3f73230020b6beda4cde8c086bed90c1f0554",
"si... |
/*
Tiles to summarize page performance
*/
import data from "../data";
import helper from "../helpers/helpers";
import dom from "../helpers/dom";
var summaryTilesComponent = {};
summaryTilesComponent.init = function(){
var createTile = function(title, value, titleFontSize){
titleFontSize = titleFontSize || 60;
... | {
"content_hash": "0aad7a407a4a6df7b8170615892bcc56",
"timestamp": "",
"source": "github",
"line_count": 63,
"max_line_length": 236,
"avg_line_length": 45.41269841269841,
"alnum_prop": 0.7098916462775253,
"repo_name": "ahmadassaf/Performance-bookmarklet",
"id": "3a1301b8e767c079d9c0155ae101294656e797b... |
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.clustercontroller.core;
import com.yahoo.vdslib.state.Node;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
... | {
"content_hash": "88fd1341f529cc6bf092477a95733e4b",
"timestamp": "",
"source": "github",
"line_count": 162,
"max_line_length": 147,
"avg_line_length": 40.092592592592595,
"alnum_prop": 0.5919938414164743,
"repo_name": "vespa-engine/vespa",
"id": "0058d12f640797d4d5fb6073e0c444c82628996b",
"size": ... |
using Orleans.Runtime;
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading;
using Orleans;
using Orleans.Internal;
namespace UnitTests.StorageTests.Relational
{
/// <summary>
/// Utility function to provide random values to some tests.
/// </summary>
public static ... | {
"content_hash": "56382f204018c985ed9a5d6d91b3822b",
"timestamp": "",
"source": "github",
"line_count": 254,
"max_line_length": 251,
"avg_line_length": 48.37007874015748,
"alnum_prop": 0.6089858375386619,
"repo_name": "ReubenBond/orleans",
"id": "354adada5694f9c928a7fe72d5a95472cdea4132",
"size": "... |
<!DOCTYPE html>
<html>
<head>
<meta charset=UTF-8>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Angular2 Seed</title>
</head>
<body>
<app>
Loading...
</app>
<script src="dist/polyfills.bundle.js"></script>
<script src="dist/vendor.bundle.js"></scr... | {
"content_hash": "57b175fd2a2d2a9afa0b60b875378654",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 72,
"avg_line_length": 20.63157894736842,
"alnum_prop": 0.6045918367346939,
"repo_name": "pikachu49/is2-2016-2-final",
"id": "56f77f23fa05b287a75315defb15218d2ffddd10",
"si... |
/*
* ContextoSpring.java
*
* Created on 12 de Outubro de 2007, 17:09
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package br.uff.ic.oceano.contexto;
import br.uff.ic.oceano.util.SystemUtil;
/**
*
* @author Kann
*/
public class Constan... | {
"content_hash": "f046206990eb1c5e753dfbdf964c620e",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 98,
"avg_line_length": 34.193548387096776,
"alnum_prop": 0.6981132075471698,
"repo_name": "gems-uff/oceano",
"id": "f0cad6a33c92cadfd64ac71aad1795030ed2f2ce",
"size": "1060... |
title: "Use secrets management in Sensu"
linkTitle: "Use Secrets Management"
description: "Sensu's secrets management allows you to avoid exposing secrets like usernames and passwords in your Sensu configuration. In this guide, you'll learn how to use Sensu's built-in secrets provider or HashiCorp Vault and refer to ex... | {
"content_hash": "e20195e390f841c83bdc1171e44a3ef5",
"timestamp": "",
"source": "github",
"line_count": 347,
"max_line_length": 630,
"avg_line_length": 44.242074927953894,
"alnum_prop": 0.7514981761334029,
"repo_name": "sensu/sensu-docs",
"id": "fd5c18b094334679149daf94f8982996e416cfde",
"size": "1... |
<!DOCTYPE html>
<html lang="ko-kr">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="generator" content="Hugo 0.15" />
<title>#Ludens</title>
<meta property=... | {
"content_hash": "1b5d8c6d4c55553be6055b061af2313f",
"timestamp": "",
"source": "github",
"line_count": 229,
"max_line_length": 370,
"avg_line_length": 45.51091703056768,
"alnum_prop": 0.6567837267319132,
"repo_name": "ludens/ludens.kr",
"id": "f718cc8bf6747afcc6c8cbfbe5f7f4b50e854a96",
"size": "10... |
import urllib
import pytest
from mitmproxy.test import taddons
from mitmproxy.test import tflow
import mitmproxy.test.tutils
from mitmproxy.addons import serverplayback
from mitmproxy import options
from mitmproxy import exceptions
from mitmproxy import io
def tdump(path, flows):
w = io.FlowWriter(open(path, "w... | {
"content_hash": "f7bd8dadf8b2e5365e9ffe64464267ed",
"timestamp": "",
"source": "github",
"line_count": 360,
"max_line_length": 79,
"avg_line_length": 27.094444444444445,
"alnum_prop": 0.5952429772401067,
"repo_name": "xaxa89/mitmproxy",
"id": "7078b66e35af392762c8ab07d327deaf24637f4d",
"size": "97... |
package com.navercorp.pinpoint.web.service.stat;
import com.navercorp.pinpoint.common.hbase.HBaseAdminTemplate;
import com.navercorp.pinpoint.common.hbase.HBaseTables;
import org.apache.hadoop.hbase.TableName;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.FactoryBe... | {
"content_hash": "5214e471a453eac2c71156d5e6d26ef2",
"timestamp": "",
"source": "github",
"line_count": 87,
"max_line_length": 149,
"avg_line_length": 38.172413793103445,
"alnum_prop": 0.6934658235471244,
"repo_name": "wziyong/pinpoint",
"id": "2654f559ae31931453f5b6633d1f0b6ff22081a6",
"size": "39... |
package com.twu.biblioteca;
/**
* Created by aarni on 1/8/15.
*/
public class MyProfileOption extends Option {
Library library;
public MyProfileOption(Library library){
this.library = library;
}
public void execute(){
showProfile();
}
public void showProfile(){
if(l... | {
"content_hash": "2d47d9e3fd597b8ccb81a5236c72a789",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 76,
"avg_line_length": 21.791666666666668,
"alnum_prop": 0.6061185468451242,
"repo_name": "anikarni/twu-biblioteca-anike",
"id": "d5b908496d99e4e7fc42463d2b22860f3cfc0ec9",
... |
function foo() {
return Number.isNaN();
};
%PrepareFunctionForOptimization(foo);
assertFalse(foo());
assertFalse(foo());
%OptimizeFunctionOnNextCall(foo);
assertFalse(foo());
| {
"content_hash": "b32cb004b2b56a677817d4910c5a3369",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 37,
"avg_line_length": 22.125,
"alnum_prop": 0.7457627118644068,
"repo_name": "youtube/cobalt_sandbox",
"id": "e1a70cfb95820ba451ecddfea037e28d2c2913d7",
"size": "379",
"b... |
<?php
namespace app\modules\library\models;
use Yii;
/**
* This is the model class for table "library_book_formats".
*
* @property integer $id
* @property string $name
* @property string $description
* @property string $date_created
* @property string $date_update
*
* @property BookPrinting[] $bookPrintings... | {
"content_hash": "bb8fa97d3b2aaf384640a8b7fd051550",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 80,
"avg_line_length": 20.870967741935484,
"alnum_prop": 0.517774343122102,
"repo_name": "nihilco/NF2",
"id": "23ae7219094cf1b7af8da09c4bb9489664e59c4b",
"size": "1294",
... |
"""Global registry for OpDefs."""
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
from tensorflow.core.framework import op_def_pb2
_registered_ops = {}
def register_op_list(op_list):
"""Register all the ops in an op_def_pb2.OpList."""
if not isinsta... | {
"content_hash": "991e33a3ecdd5c11b6714e66a1230a21",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 58,
"avg_line_length": 27.333333333333332,
"alnum_prop": 0.6639566395663956,
"repo_name": "kcartier/tensorflow-toe-in-the-water",
"id": "28e55a47a444909185d74890734c49147a76a... |
"use strict";
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return function (d, b)... | {
"content_hash": "88242b3c9122e459b612eb754047b3ab",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 93,
"avg_line_length": 37.19672131147541,
"alnum_prop": 0.5403261348611723,
"repo_name": "ShareTracs/app",
"id": "5ab716a3210ff1068d5aacd2818c4b478c0dbbc5",
"size": "2269",... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "ff52f5defa9dd82c69dc0fec19025852",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "30fcd8e3fbff97bf9868becbe3511a7091b65fd3",
"size": "195... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2009-2010, WSO2 Inc. (http://www.wso2.org) 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
~
~ htt... | {
"content_hash": "2d2f0f527d48073f02eba88872b4a588",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 204,
"avg_line_length": 40.03157894736842,
"alnum_prop": 0.5811201682881936,
"repo_name": "NatashaWso2/carbon-business-process",
"id": "a67a01f1db4b83186746998b5a190ca69cd4ea... |
class Application < Rails::Application
config.time_zone = "America/Indiana/Indianapolis"
end
| {
"content_hash": "e42058f8afe0c2556ece664c51a2e91d",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 51,
"avg_line_length": 31.666666666666668,
"alnum_prop": 0.7894736842105263,
"repo_name": "Bulldogse45/website_on_rails",
"id": "90e53d1ef54d9f8b2bb995fcc8cf3e0a04c867e1",
"... |
import zasim
import sys
ca_init, display_init, histogram_init = sys.argv[1:]
if ca_init == "constructor":
binrule = zasim.ca.BinRule(
rule = 110,
initial = zasim.conf.RandomConfiguration)
# this API must support setting the size manually and then initializing it
# from random data,... | {
"content_hash": "2a532d0cd31886cacec42d3f37535495",
"timestamp": "",
"source": "github",
"line_count": 103,
"max_line_length": 82,
"avg_line_length": 30.398058252427184,
"alnum_prop": 0.7304375598850208,
"repo_name": "timo/zasim",
"id": "b1ef79f0f897afce4502489d1369a3a35ec2c6da",
"size": "3131",
... |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="etc">
<select id="getList" resultType="map">
SELECT
SEQ as seq,
EMAIL as email,
WRITER as writer,
TITLE as title,
CONTENTS as... | {
"content_hash": "4c907e162df8814ad27da955f07d8938",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 228,
"avg_line_length": 34.27777777777778,
"alnum_prop": 0.6450567260940032,
"repo_name": "ParkMinKyu/intranet",
"id": "5fcd92340a10f4499cdcb0f8814433c998b57e81",
"size": "... |
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers;
import java.lang.reflect.Method;
import com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller;
import com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingException;
import com.amazonaws.services.dynamodbv2.model.AttributeVa... | {
"content_hash": "f3f5607f47665f2fa4ac8785a4a2ad76",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 108,
"avg_line_length": 33.421052631578945,
"alnum_prop": 0.7622047244094489,
"repo_name": "mhurne/aws-sdk-java",
"id": "786acb4739099deaa1f067e476d0a38d87a555d5",
"size": ... |
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-guide-concepts-2-production</title>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.24/angular.min.js"></script>
<script src="invoice1.js"></script>
</head>
<body >
<div ng-app="invoice1" ng-contr... | {
"content_hash": "360084d85795a85207ad2125efe66805",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 89,
"avg_line_length": 27.257142857142856,
"alnum_prop": 0.5765199161425576,
"repo_name": "Zyckzto/angularjs-app",
"id": "35168c1fa5172542fb998c11e15b89fa6321a01a",
"size":... |
<link rel="import" href="/components/app-link/app-link.html">
<link rel="import" href="../layout-admin/layout-admin.html">
<link rel="import" href="../style-page/style-page.html">
<link rel="import" href="form-category.html">
<dom-module id="page-category">
<template>
<style include="style-page"></style>
<la... | {
"content_hash": "9c3645793ddb679558e0ff69eab12a69",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 61,
"avg_line_length": 21.53125,
"alnum_prop": 0.5849056603773585,
"repo_name": "x-project/x-project-example-user",
"id": "91073d3957c7f8ce33424e08e7f6e334a031e471",
"size"... |
find_package(Ogg CONFIG)
if(NOT TARGET Ogg::ogg)
find_package(PkgConfig REQUIRED)
pkg_check_modules(Ogg REQUIRED IMPORTED_TARGET ogg)
set_target_properties(PkgConfig::Ogg PROPERTIES IMPORTED_GLOBAL TRUE)
add_library(Ogg::ogg ALIAS PkgConfig::Ogg)
endif()
| {
"content_hash": "1ed947989509ef8b3e7973dce22afbac",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 71,
"avg_line_length": 37.57142857142857,
"alnum_prop": 0.779467680608365,
"repo_name": "xiph/opusfile",
"id": "f18da8258c09eea3fd2b267211ef80436fdaace4",
"size": "263",
"... |
'use strict';
var tape = require('tape');
var _test = require('tape-promise');
var test = _test(tape);
var rewire = require('rewire');
var path = require('path');
var util = require('util');
var testUtil = require('./util.js');
var fs = require('fs-extra');
var utils = require('fabric-client/lib/utils.js');
var Fi... | {
"content_hash": "9f0e75ef309917ce07834a1cb61c675f",
"timestamp": "",
"source": "github",
"line_count": 298,
"max_line_length": 138,
"avg_line_length": 33.218120805369125,
"alnum_prop": 0.6931003131629457,
"repo_name": "Sechin/fabric-sdk-node",
"id": "edd66164db2f4070ea00b9560409ab953b400799",
"siz... |
/**
* @author Dan Nuffer
*/
#include "OW_config.h"
#include "OW_CppSimpleInstanceProviderIFC.hpp"
#include "OW_CIMClass.hpp"
#include "OW_CIMInstance.hpp"
#include "OW_CIMException.hpp"
#include "OW_CIMValue.hpp"
#include "OW_CIMProperty.hpp"
#include "OW_CIMObjectPath.hpp"
#include "OW_CIMObjectPathEnumeration.hp... | {
"content_hash": "7e9589f6a89e554f04fc3b9fd3d92e51",
"timestamp": "",
"source": "github",
"line_count": 200,
"max_line_length": 106,
"avg_line_length": 31.79,
"alnum_prop": 0.6653035545769109,
"repo_name": "kkaempf/openwbem",
"id": "68dbc3ee11f32a98a2647ae9330c98d2fa274086",
"size": "8063",
"bina... |
#ifndef XBB_DETAIL_CONSTANCY_THROUGH_ADDITION_H
#define XBB_DETAIL_CONSTANCY_THROUGH_ADDITION_H
namespace xbb {
namespace detail {
// Use template specialization to specify the constancy when two
// values are added together
template<Constancy LeftT, Constancy RightT>
struct ConstancyThroughAddi... | {
"content_hash": "3471fcf6aeda19eb0bacf23046ee8023",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 68,
"avg_line_length": 29.345454545454544,
"alnum_prop": 0.7106567534076828,
"repo_name": "01org/XBB",
"id": "11035cfd363aaced716b27405c3db473db61deda",
"size": "3119",
"... |
/*
* 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": "4bca9029ad61341a8dd5778739a8bafd",
"timestamp": "",
"source": "github",
"line_count": 147,
"max_line_length": 101,
"avg_line_length": 34.605442176870746,
"alnum_prop": 0.6225673284843719,
"repo_name": "HackShare/Presto",
"id": "4acccd66a6a998d14470edba9a4412d4e0447c1e",
"size": "5... |
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Collections.Immutable
Imports System.Runtime.InteropServices
Imports System.Threading
Imports Microsoft... | {
"content_hash": "31fa293a4275278f7aa7a2c72446eede",
"timestamp": "",
"source": "github",
"line_count": 371,
"max_line_length": 128,
"avg_line_length": 34.482479784366575,
"alnum_prop": 0.6191667318064566,
"repo_name": "heejaechang/roslyn",
"id": "39855f0b3fdc5d4a7b904752ebf4aed7073f671b",
"size": ... |
package com.qulice.checkstyle;
import com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck;
import java.io.File;
import java.util.List;
import org.apache.commons.lang3.StringUtils;
/**
* Make sure each line indentation is either:
* <ul>
* <li>the same as previous one or less
* <li>bigger than previous by exa... | {
"content_hash": "c927ace7851986945bf2fc5ba9101e77",
"timestamp": "",
"source": "github",
"line_count": 85,
"max_line_length": 76,
"avg_line_length": 30.258823529411764,
"alnum_prop": 0.5186625194401244,
"repo_name": "HDouss/qulice",
"id": "7068b0de971bb29a547f98a5e28c717c0576f60d",
"size": "4135",... |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="shortcut icon" type="image/x-icon" href="../../../../../../../favicon.ico" />
<title>Polyline | Android Developers</title>
<!-- STYLESH... | {
"content_hash": "a28067746be8c53c75730b60df79e69d",
"timestamp": "",
"source": "github",
"line_count": 1969,
"max_line_length": 404,
"avg_line_length": 27.697308278313866,
"alnum_prop": 0.5099017162974916,
"repo_name": "photo/mobile-android",
"id": "ed747b28c5254fbbdad45be06e3e737a0bc9ea33",
"size... |
module ag.grid {
export class VerticalStack {
isLayoutPanel: any;
childPanels: any;
eGui: any;
constructor() {
this.isLayoutPanel = true;
this.childPanels = [];
this.eGui = document.createElement('div');
this.eGui.style.h... | {
"content_hash": "70a028e050ce821cb51566f441ca8389",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 63,
"avg_line_length": 24.404761904761905,
"alnum_prop": 0.4302439024390244,
"repo_name": "dsmarcoantonio/GTAC_AWS",
"id": "272ddcc8226bf70af55b5c81c08f76019de2610a",
"size... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2005-2015 Red Hat, Inc.
Red Hat 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 License at
http://www.apach... | {
"content_hash": "aef3faa8c0da149bb610f26f60d23f29",
"timestamp": "",
"source": "github",
"line_count": 191,
"max_line_length": 204,
"avg_line_length": 31.68586387434555,
"alnum_prop": 0.6044282881692002,
"repo_name": "migue/fabric8",
"id": "af3ff1d76a6b99f352f6e613dc64400f25a8411a",
"size": "6052"... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_26) on Sat Jun 21 06:31:59 UTC 2014 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.apache.hadoop.l... | {
"content_hash": "e4e89e4c86a83f97254fe8fa91a35fbb",
"timestamp": "",
"source": "github",
"line_count": 145,
"max_line_length": 253,
"avg_line_length": 44.04137931034483,
"alnum_prop": 0.6144691512683996,
"repo_name": "devansh2015/hadoop-2.4.1",
"id": "06f92dd75e1583885e5be22a3396d36d80c27859",
"si... |
package no.uio.studentweb.sword;
/**
* Exeception class to be thrown when the EndpointDiscovery has been unable
* to acquire a service document url or a service document itself, for
* whatever reasons
*/
public class NoServiceException extends DiscoveryException
{
public NoServiceException()
{
super();
}
p... | {
"content_hash": "49aab152059d07106d38e0647eb9dc81",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 75,
"avg_line_length": 18.2,
"alnum_prop": 0.7454212454212454,
"repo_name": "nye-duo/StudentWeb",
"id": "9f0d07fead12253b5362ac096dcf9abc8adee461",
"size": "2064",
"binar... |
package com.github.binding;
import java.util.List;
import java.util.ArrayList;
import com.github.event.PropertyChangeListener;
import com.github.util.ObjectUtil;
/**
* Hold a property for a class.
*
* A sophisticated wrapper for a property, supporting {@code PropertyChangeListener}s.
*
* Used with the data... | {
"content_hash": "325c3b7e2ff8436f964bb2d2c0d14524",
"timestamp": "",
"source": "github",
"line_count": 121,
"max_line_length": 99,
"avg_line_length": 25.520661157024794,
"alnum_prop": 0.6042746113989638,
"repo_name": "orbekk/jadab",
"id": "afedb7a9defb22edec7bd50d00631bec745778ad",
"size": "3717",... |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct base_unit_info<metric::ton_base_unit></title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" ty... | {
"content_hash": "3304e8cc58c5d0e647144102ddfb0d83",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 494,
"avg_line_length": 91.33823529411765,
"alnum_prop": 0.6776686523909193,
"repo_name": "calvinfarias/IC2015-2",
"id": "3dc71dc3beb13b169f64292f3e05edb6fbf49dd7",
"size":... |
<?php
namespace Iltar\HttpBundle\DoctrineBridge;
use Doctrine\ORM\Mapping\MappingException;
use Symfony\Bridge\Doctrine\RegistryInterface;
use Symfony\Component\PropertyAccess\PropertyAccess;
/**
* @author Iltar van der Berg <kjarli@gmail.com>
*/
class EntityIdResolverTest extends \PHPUnit_Framework_TestCase
{
... | {
"content_hash": "1a2dac2b5ddaff0e9302e4c260b89548",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 115,
"avg_line_length": 33.53703703703704,
"alnum_prop": 0.6775262286029817,
"repo_name": "iltar/http-bundle",
"id": "3de5bdeaaebff4e2f362e5cf11dd3de3aca54593",
"size": "18... |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta... | {
"content_hash": "8a870694f330e3ee004f2cc45f2f5e5b",
"timestamp": "",
"source": "github",
"line_count": 243,
"max_line_length": 329,
"avg_line_length": 48.74074074074074,
"alnum_prop": 0.5491388044579534,
"repo_name": "00wendi00/MyProject",
"id": "6fc5ce6d90ba6d9a3661ade287699e5d449b12b1",
"size": ... |
@interface LCApplication ()
@property (nonatomic) NSString *identifier;
@property (nonatomic) NSString *key;
- (NSString *)identifierThrowException;
- (NSString *)keyThrowException;
@end
| {
"content_hash": "14be72c7b25bf31ab69b3a752e48af0a",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 43,
"avg_line_length": 21.11111111111111,
"alnum_prop": 0.7631578947368421,
"repo_name": "leancloud/objc-sdk",
"id": "41280889487f31da0baa878dffa9c3f7621725b0",
"size": "365... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.