text
stringlengths
2
1.04M
meta
dict
"""Launch the experiment server.""" def main(): # Make sure gevent patches are applied early. import gevent.monkey gevent.monkey.patch_all() from dallinger.experiment_server.gunicorn import launch launch() if __name__ == "__main__": main()
{ "content_hash": "48d8c4a0af126eb134809b786f3805c3", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 59, "avg_line_length": 18, "alnum_prop": 0.6481481481481481, "repo_name": "Dallinger/Dallinger", "id": "4e8a1383f4da3527d49d0a4d47ee3071e023d266", "size": "270", "binary"...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "content_hash": "985ee47f62750b9a6b1002c1488e849b", "timestamp": "", "source": "github", "line_count": 109, "max_line_length": 486, "avg_line_length": 52.5045871559633, "alnum_prop": 0.6641621527171064, "repo_name": "v8-dox/v8-dox.github.io", "id": "5810f2c95f10c71a3d71f5afdc51dc8786268528", "size...
from os.path import join import bzt from bzt.modules.aggregator import DataPoint, KPISet from bzt.modules.k6 import K6Executor, K6LogReader from bzt.utils import EXE_SUFFIX from tests.unit import BZTestCase, ExecutorTestCase, RESOURCES_DIR, ROOT_LOGGER TOOL_NAME = join(RESOURCES_DIR, "k6", "k6_mock" + EXE_SUFFIX) K6...
{ "content_hash": "6da9c49ddd605ed803ba209b88f7032f", "timestamp": "", "source": "github", "line_count": 118, "max_line_length": 83, "avg_line_length": 30.296610169491526, "alnum_prop": 0.5362237762237763, "repo_name": "Blazemeter/taurus", "id": "2c5dff8df3561fa986fef22187159f00632f1baf", "size": "3...
<?php /** * Site configuration, this file is changed by user per site. * */ /** * Set level of error reporting */ error_reporting(-1); ini_set('display_errors', 1); /** * Set what to show as debug or developer information in the get_debug() theme helper. */ $ra->config['debug']['rama'] = false; $ra->config['d...
{ "content_hash": "46e1695933bb70a2f22111aa450812f7", "timestamp": "", "source": "github", "line_count": 184, "max_line_length": 121, "avg_line_length": 34.02717391304348, "alnum_prop": 0.6292924452962786, "repo_name": "mazzan/MVC", "id": "c3ce2293c83295feb3b58550983724a752442146", "size": "6262", ...
package org.basex.query.util.regex; import org.basex.util.list.*; /** * Resizable-array implementation for regular expressions. * * @author BaseX Team 2005-16, BSD License * @author Christian Gruen */ public final class RegExpList extends ElementList { /** Element container. */ private RegExp[] list = new Re...
{ "content_hash": "b9841bebeb5338b8d8a46ecbaac40299", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 83, "avg_line_length": 23.05, "alnum_prop": 0.6276211135213304, "repo_name": "vincentml/basex", "id": "c83b4d3855e6e1debdeca294ebe5e37bb2cbf186", "size": "1383", "binary"...
Current Version - 3.0.0 September 25, 2019 - Update flake8 quote linting - Add official support for Python 3.7 - Drop official support for Python 2.6, 3.2, 3.3 - Added `transactions` resource 2.7.0 June 21, 2018 - Added optional `time_field` argument to `client.accounts.transactions` 2.6.1 June 5, 2018 ...
{ "content_hash": "0950d2817a81a4a72ec76b46d09bebad", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 74, "avg_line_length": 23.354166666666668, "alnum_prop": 0.7100802854594113, "repo_name": "button/button-client-python", "id": "5c615d2373248581978761d22bfebeb3d82c6088", "...
import PropTypes from 'prop-types' import React from 'react' import propTypes from '../../prop-types' import buildClassName from '../../lib/class-names' const PageLayout = ({ classNames, children, footer, minorBackground = false, stickyFooter = false }) => ( <div className={buildClassName('PageLayout', {m...
{ "content_hash": "829d15c50b8cd8c3f517ce982e953394", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 93, "avg_line_length": 25.266666666666666, "alnum_prop": 0.7018469656992085, "repo_name": "all3dp/printing-engine-client", "id": "dee21c8dde9d6b8f3b239e0615e1c01c0bffb110", ...
from __future__ import division, print_function import numpy as np from scipy import linalg as la from .point_cloud import PointCloud try: import mklfft as fft except ImportError: import numpy.fft as fft def tdoa_loc(R, tdoa, c, x0=None): """ TDOA based localization Parameters ---------- ...
{ "content_hash": "f1ea7ef47f515aab822a8030b4814e6c", "timestamp": "", "source": "github", "line_count": 213, "max_line_length": 108, "avg_line_length": 26.183098591549296, "alnum_prop": 0.5752196521427291, "repo_name": "LCAV/pyroomacoustics", "id": "73cd63b96c21651ae7b02457c937db5b637171cc", "size"...
class TheanoConfig(object): floatX = 'float32' config = TheanoConfig()
{ "content_hash": "656a87f758c8d81b280591d53ae07f0f", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 27, "avg_line_length": 18.75, "alnum_prop": 0.72, "repo_name": "neopenx/Dragon", "id": "71609ddbab97df750bff315fc7a3a62473775734", "size": "264", "binary": false, "copie...
app.controller("cicloController", function($scope, cicloService, $window) { $scope.np_list = []; list = function() { cicloService.list().then(function(r) { $scope.np_list = r.data; }, function(error) { console.log("Error " + error.data.message); }) } l...
{ "content_hash": "a5e9ea90326166c789a94e157962dffc", "timestamp": "", "source": "github", "line_count": 47, "max_line_length": 76, "avg_line_length": 27.78723404255319, "alnum_prop": 0.45176110260336905, "repo_name": "lp2dev/HOMEND", "id": "e327ec28313be008da939b1031e6e8f0b45e195b", "size": "1306",...
Simple and reliable support for [mocha](https://github.com/visionmedia/mocha) testing with Appcelerator's [Titanium](http://www.appcelerator.com/titanium/) SDK. ## Full Documentation and Samples [http://tonylukasavage.com/ti-mocha/](http://tonylukasavage.com/ti-mocha/) ## Quick Start [![NPM version](https://badge.fu...
{ "content_hash": "faea7e493b5c99577748eb5a652b0582", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 388, "avg_line_length": 48.02564102564103, "alnum_prop": 0.7383876134543513, "repo_name": "CodexLabs/ti-mocha", "id": "1a9e8e1c6162b0c266b55e2fb139268166e777de", "size": "2...
package eu.seaclouds.platform.planner.optimizer; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.Iterator; import java.util.List; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class SuitableOptions { // implements Iterable<List<String> s...
{ "content_hash": "ba96ee7992a6ecc6a192a064e62d7c87", "timestamp": "", "source": "github", "line_count": 556, "max_line_length": 141, "avg_line_length": 32.81294964028777, "alnum_prop": 0.6140100855075641, "repo_name": "rosogon/SeaCloudsPlatform", "id": "969b0b83ec5e3d15b2d65b16b95f875aac5e0314", "s...
class Redis::Zset include Redis::FieldProxy #:nodoc: def add(value, score); redis.zset_add(key, score, marshal.to_redis(value)) end def remove(value); redis.zset_delete(key, marshal.to_redis(value)) end def range(start = 0 , stop = -1); redis.zset_range(key, star, stop) end def reverse_range(start = 0...
{ "content_hash": "ed16fb9e86a10964579e561b9faad0a0", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 96, "avg_line_length": 28.636363636363637, "alnum_prop": 0.6486772486772486, "repo_name": "BrianTheCoder/redis-types", "id": "2df77df4c82c772b9c20a449d9f35dffbbc892b8", "si...
/** * \usergroup{SceSystemParam} * \usage{psp2/system_param.h} */ #ifndef _PSP2_SYSTEM_PARAM_H_ #define _PSP2_SYSTEM_PARAM_H_ #ifdef __cplusplus extern "C" { #endif /** System param id */ typedef enum SceSystemParamId { //!< Language settings SCE_SYSTEM_PARAM_ID_LANG = 1, //!< Enter button assignment SCE_SYS...
{ "content_hash": "5ef6ff5407688fe42e1f02d0f104f117", "timestamp": "", "source": "github", "line_count": 107, "max_line_length": 72, "avg_line_length": 25.64485981308411, "alnum_prop": 0.7270408163265306, "repo_name": "vitasdk/vita-headers", "id": "4cbbc7b1b8df6d75c04ac9bb4fb94b62d4b01d09", "size": ...
Title: SIRA December 2015 Webinar - Real World Reconnaisance Costs: A metric Date: 2015-12-03 12:00:00 Category: News Tags: webinar Slug: reconnaisance-risk-webinar Author: SIRA <center> SIRA Members are invited to attend our next 2015 webinar on<br/><br/> <b>Real World Reconnaisance Costs: A metric</b><br/><br/> <b>F...
{ "content_hash": "f9821bd7c48f20bd67400a468cce837e", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 694, "avg_line_length": 74.66666666666667, "alnum_prop": 0.7954545454545454, "repo_name": "societyinforisk/blog", "id": "f2a082147345216d1f2f650518e84462312d85b6", "size": ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_131) on Mon Nov 06 19:55:12 GMT 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>QMazeGrid</title> <meta nam...
{ "content_hash": "c563469d32275291712df115cbf7353c", "timestamp": "", "source": "github", "line_count": 449, "max_line_length": 544, "avg_line_length": 40.55233853006681, "alnum_prop": 0.6592706502636204, "repo_name": "katharinebeaumont/QMaze", "id": "9c65e0a981516f22f120cb05377a6c4b4e4d120d", "siz...
package info.opencards.learnstrats.ltm; import info.opencards.core.CardFile; import info.opencards.core.Item; import info.opencards.core.ItemValuater; import info.opencards.core.LearnMethodFactory; import java.util.*; /** * A simple process-manager which just * * @author Holger Brandl */ public class RefreshPro...
{ "content_hash": "5460abbfb99bdd2f524a41969067c00a", "timestamp": "", "source": "github", "line_count": 65, "max_line_length": 97, "avg_line_length": 32.04615384615385, "alnum_prop": 0.6668266922707633, "repo_name": "Mebus/opencards", "id": "c53b999c26d681aae95b24719b477762263cae64", "size": "2083"...
var chai = require('chai'); global.expect = chai.expect; chai.use(require('chai-kerouac-handler'));
{ "content_hash": "42273c79808fe3703123fb70f0ea948b", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 42, "avg_line_length": 20.4, "alnum_prop": 0.7058823529411765, "repo_name": "jaredhanson/kerouac-blog", "id": "61100a0d2e6fc0f21b27ff992ee2f227aa6f81bc", "size": "102", "b...
package zms import ( "encoding/json" "fmt" rdl "github.com/ardielle/ardielle-go/rdl" ) var _ = rdl.Version var _ = json.Marshal var _ = fmt.Printf // // SimpleName - Copyright 2016 Yahoo Inc. Licensed under the terms of the // Apache version 2.0 license. See LICENSE file for terms. Common name types // used by se...
{ "content_hash": "3bb52bbfc5659edb35fcbff946a83982", "timestamp": "", "source": "github", "line_count": 4296, "max_line_length": 118, "avg_line_length": 22.25372439478585, "alnum_prop": 0.6878935587121608, "repo_name": "tatyano/athenz", "id": "574fa8019afc19f4aee0afd947743ce7c60f3fc8", "size": "956...
# Declarations in Program or Function Body (no-inner-declarations) In JavaScript, prior to ES6, a function declaration is only allowed in the first level of a program or the body of another function, though parsers sometimes [erroneously accept them elsewhere](https://code.google.com/p/esprima/issues/detail?id=422). T...
{ "content_hash": "b0b9f7ad524d5aa9a9f6f9939840d79b", "timestamp": "", "source": "github", "line_count": 134, "max_line_length": 427, "avg_line_length": 25.80597014925373, "alnum_prop": 0.6934644303065356, "repo_name": "winterbe/eslint", "id": "627a8030a01a2a37be968ea28e12b4e1093341ee", "size": "345...
package org.ayo.sample.menu.notify; import android.app.Application; import android.widget.Toast; /** * 只会显示一个toast 不会有延迟的toast * * @author pengjun */ public class ToasterDebug { private static Application app; public static void init(Application a){ app = a; } /** * 唯一的toast ...
{ "content_hash": "fa68fd71229f11109b1bf2db7a4d8fc7", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 75, "avg_line_length": 20.482758620689655, "alnum_prop": 0.5816498316498316, "repo_name": "cowthan/AyoCompoment", "id": "54e34b86a94d3b8762eee9a6c64503eff8e20a98", "size": ...
%% Copyright (C) 2009-2010, Gostai S.A.S. %% %% This software is provided "as is" without warranty of any kind, %% either expressed or implied, including but not limited to the %% implied warranties of fitness for a particular purpose. %% %% See the LICENSE file for more information. \section{Pattern} \lstinline|Patt...
{ "content_hash": "440d29282fbc9fb9030f3a522424e6db", "timestamp": "", "source": "github", "line_count": 137, "max_line_length": 77, "avg_line_length": 27.94160583941606, "alnum_prop": 0.7123824451410659, "repo_name": "aldebaran/urbi", "id": "d7241138c835680a81a86c264fc84f57389a6a56", "size": "3828"...
class ImageProcessing{ public: //variables ... image headers int numberOfColumns, numberOfRows, numberOfBands, highVal, totalPixels, header, highHisto; unsigned char * image, * histogram, * outimageHistogram; //functions void readImage(char **argv, int k); void writeImage(char **argv, int k); void calculateHisto...
{ "content_hash": "d37ce6de5b0b37afb0a3f104f43855c6", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 91, "avg_line_length": 27.53846153846154, "alnum_prop": 0.7402234636871509, "repo_name": "jelouodsa/Image-Processing", "id": "a08a01e468ce5737cc5c28cc7647e94d7e863415", "si...
require "spec_helper" require "chapters/chapter" module Viz3k describe "Chapter" do before(:each) do @page1 = double() @page2 = double() allow(@page1).to receive(:page) { 1 } allow(@page2).to receive(:page) { 2 } pages = [@page1, @page2] @chapter = Chapter.new(1, "Chapter 1", ...
{ "content_hash": "d64e07180c7284469d9aac2cdc6a314c", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 64, "avg_line_length": 33.628571428571426, "alnum_prop": 0.6074766355140186, "repo_name": "sbai/viz3k", "id": "b70211738e79ca64fab71f3d10b3cb8054ae9289", "size": "1196", ...
.class final Lcom/google/common/collect/Multisets$MultisetIteratorImpl; .super Ljava/lang/Object; .source "Multisets.java" # interfaces .implements Ljava/util/Iterator; # annotations .annotation system Ldalvik/annotation/EnclosingClass; value = Lcom/google/common/collect/Multisets; .end annotation ...
{ "content_hash": "2982e84df2d1608635741d9189c2ee9f", "timestamp": "", "source": "github", "line_count": 260, "max_line_length": 147, "avg_line_length": 30.46153846153846, "alnum_prop": 0.6746212121212121, "repo_name": "x5y/SparkNZ-Xposed", "id": "c5eaad677d6ba059d0c30c5af62f71bf54b40762", "size": "...
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=macro.include_bytes.html"> </head> <body> <p>Redirecting to <a href="macro.include_bytes.html">macro.include_bytes.html</a>...</p> <script>location.replace("macro.include_bytes.html" + location.search + location.hash);</script...
{ "content_hash": "bbc53ee88fd13dd367c334445cd941d2", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 100, "avg_line_length": 33.7, "alnum_prop": 0.6824925816023739, "repo_name": "sbeckeriv/warc_nom_parser", "id": "281a507068dcbf7c36efc90feff77287d2bf34a1", "size": "337", ...
package org.springframework.cloud.gcp.cloudfoundry; import java.io.IOException; import java.nio.file.Files; import java.util.List; import java.util.Map; import io.pivotal.cfenv.test.AbstractCfEnvTests; import org.junit.Before; import org.junit.Test; import org.springframework.boot.json.JsonParser; import org.sprin...
{ "content_hash": "e192222b62193d614ce6457bbfe997d8", "timestamp": "", "source": "github", "line_count": 139, "max_line_length": 109, "avg_line_length": 42.60431654676259, "alnum_prop": 0.7825059101654847, "repo_name": "spring-cloud/spring-cloud-gcp", "id": "5d18c4d741af87df3fe4d110f3db641c21972fbb", ...
package org.scify.jedai.schemaclustering; import gnu.trove.iterator.TIntIterator; import gnu.trove.iterator.TObjectIntIterator; import gnu.trove.list.TIntList; import gnu.trove.list.array.TIntArrayList; import gnu.trove.map.TObjectIntMap; import gnu.trove.map.hash.TObjectIntHashMap; import gnu.trove.set.TInt...
{ "content_hash": "e8c4f07d4364d0c96d6ffeea7c5b9af2", "timestamp": "", "source": "github", "line_count": 373, "max_line_length": 166, "avg_line_length": 42.042895442359246, "alnum_prop": 0.6321897717127918, "repo_name": "scify/JedAIToolkit", "id": "890e4f1b35b80cb778f54137a69a88447d96af2a", "size": ...
Below are a few ways to make contributing to `array-mapcat` smoother. ## Issues When opening an issue for a bug, please include steps for reproducing the problem. _If we can't reproduce it, we can't fix it_. If you are suggesting a new feature, please provide a clear and detailed explanation. ## Setup git clone...
{ "content_hash": "f8299f79fa4455345a35bf8874347663", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 386, "avg_line_length": 43.43478260869565, "alnum_prop": 0.7467467467467468, "repo_name": "wilmoore/array-mapcat.js", "id": "144d77d78a8766f6bbe6149e3147756e91b2ad51", "siz...
favorite:17 / forked:9 Ambient Occlusion Bench Flash10 porting Original version of AO bench was written by Syoyo Fujita. http://lucille.atso-net.jp/aobench/ In original Flash10 porting, it takes 7 times slower than the Proce55ing. (refer from http://lucille.atso-net.jp/blog/?p=638). And now, it seems to be s...
{ "content_hash": "b100c3fecfa111b0f530112d8bf6c107", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 75, "avg_line_length": 44.333333333333336, "alnum_prop": 0.6522556390977443, "repo_name": "keim/wonderfl", "id": "86137a54896673c28332e9ed11337ab429968da8", "size": "593", ...
package com.alibaba.rocketmq.remoting.netty; import com.alibaba.rocketmq.remoting.ChannelEventListener; import com.alibaba.rocketmq.remoting.InvokeCallback; import com.alibaba.rocketmq.remoting.RPCHook; import com.alibaba.rocketmq.remoting.RemotingClient; import com.alibaba.rocketmq.remoting.common.Pair; import com.a...
{ "content_hash": "ec96a3d3212f104fad9f333086d86546", "timestamp": "", "source": "github", "line_count": 663, "max_line_length": 140, "avg_line_length": 40.04374057315234, "alnum_prop": 0.5825454819390561, "repo_name": "Todd-start/RocketMQ", "id": "8c9d5fd82b9794803f928ff3b6ff60f88e1a7c19", "size": ...
package mist.api.encoding import mist.api.data.{JsData, JsMap} import shadedshapeless.labelled.FieldType import shadedshapeless._ import scala.annotation.implicitNotFound @implicitNotFound(msg = "Couldn't find mist.api.encoding.ObjectEncoder[${A}]" + " Ensure that JsEncoder instances exists for it's fields" + ...
{ "content_hash": "1c6c3b81770386d1167cece2ba29509c", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 125, "avg_line_length": 30.444444444444443, "alnum_prop": 0.67007299270073, "repo_name": "Hydrospheredata/mist", "id": "c813652441d7612d83b9eaa4d5c3da8efddf262f", "size": "...
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.navercorp.pinpoint</groupId> <...
{ "content_hash": "a0e42632193f7e4f39d1fcc8968029d9", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 104, "avg_line_length": 37.25925925925926, "alnum_prop": 0.6332007952286283, "repo_name": "chenguoxi1985/pinpoint", "id": "c5053fbcec09e633a886fa744004671ef3ee83ec", "size"...
Something gets lost and eventually will be found again. Real world trousers temporarily store things for you, these trousers feature nearly unlimited storage and persistence plus filtering capabilities. Just add more pockets! One could say this is nothing more than another Stickies app but let's just say, it can _a...
{ "content_hash": "5a43670656d78804d2147c586c9553ff", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 317, "avg_line_length": 65.5952380952381, "alnum_prop": 0.770961887477314, "repo_name": "lennart/trousers", "id": "2a5a06b01c93f59c193993861c3971e0347313ff", "size": "2771"...
from south.v2 import DataMigration class Migration(DataMigration): def forwards(self, orm): "Write your forwards methods here." second_edition_courses = orm['courses.course'].objects.filter(created_from__isnull=False) for course in second_edition_courses: users = course.studen...
{ "content_hash": "a38da37814abc8e98b35fa59a81642af", "timestamp": "", "source": "github", "line_count": 194, "max_line_length": 232, "avg_line_length": 82.03092783505154, "alnum_prop": 0.5480080432323741, "repo_name": "GeographicaGS/moocng", "id": "2af9d77c8c886eeb3ceee8782562287e6c7c0b59", "size":...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>schroeder: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.c...
{ "content_hash": "1a5bbabece4005f6a8925e333ae7c606", "timestamp": "", "source": "github", "line_count": 174, "max_line_length": 159, "avg_line_length": 41.189655172413794, "alnum_prop": 0.5476489465606251, "repo_name": "coq-bench/coq-bench.github.io", "id": "cd23557df5643f815939d933720aacc4c40c3a47",...
using base::TimeDelta; using base::TimeTicks; using content::RenderViewHost; using content::SessionStorageNamespace; namespace { void Send(int child_id, IPC::Message* raw_message) { using content::RenderProcessHost; scoped_ptr<IPC::Message> own_message(raw_message); RenderProcessHost* render_process_host = Ren...
{ "content_hash": "37f83c001ca160bc61f24a8674c2b599", "timestamp": "", "source": "github", "line_count": 331, "max_line_length": 80, "avg_line_length": 33.329305135951664, "alnum_prop": 0.6501087744742567, "repo_name": "zcbenz/cefode-chromium", "id": "d27a81e9264d230db4a31b1ea9a4d37685b70009", "size...
<component name="libraryTable"> <library name="Maven: egovframework.rte:egovframework.rte.fdl.logging:3.7.0"> <CLASSES> <root url="jar://$MAVEN_REPOSITORY$/egovframework/rte/egovframework.rte.fdl.logging/3.7.0/egovframework.rte.fdl.logging-3.7.0.jar!/" /> </CLASSES> <JAVADOC> <root url="jar://...
{ "content_hash": "872feb0231d523a963d504c494e60c5d", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 149, "avg_line_length": 51.23076923076923, "alnum_prop": 0.6966966966966966, "repo_name": "dasomel/egovframework", "id": "4ce46278d78dc4578acb4386f86e25ea3a09a19c", "size":...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "7c0cde65bc661ee00993fa6924a35af3", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "3d578693a4c54f4ffc3aad0d4453fd470d9254a3", "size": "191...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta http-e...
{ "content_hash": "bf16da5fd072939f6e7f7b4fd3d59c91", "timestamp": "", "source": "github", "line_count": 506, "max_line_length": 999, "avg_line_length": 39.41106719367589, "alnum_prop": 0.605355531040016, "repo_name": "statsmodels/statsmodels.github.io", "id": "f89b47db4529d993f80133836224a208d25e07dc...
<h2>{{greeting}} My First Angular2 nested component</h2>
{ "content_hash": "2c05003acc6cac279e34ecd6ff03b6aa", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 56, "avg_line_length": 57, "alnum_prop": 0.7368421052631579, "repo_name": "jmc420/examples", "id": "c12cf361681b76b2cd24beac64ff6f5fb63ce29f", "size": "57", "binary": fals...
The examples in this section show how to use the AWS SDK for .NET with Amazon Relational Database Service (Amazon RDS). Amazon RDS is a web service that makes it easier to set up, operate, and scale a relational database in the cloud. ## ⚠️ Important * Running this code might result in charges to your AWS account. * ...
{ "content_hash": "86ee298b0732f24bc3247688e2c3a0f7", "timestamp": "", "source": "github", "line_count": 69, "max_line_length": 273, "avg_line_length": 53.2463768115942, "alnum_prop": 0.7917800762112139, "repo_name": "awsdocs/aws-doc-sdk-examples", "id": "f1933af21625e8ae06b7aef87a3d914200301844", "...
<!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_45) on Thu Mar 26 16:48:38 UTC 2015 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Package com.hazelcast.hib...
{ "content_hash": "74a46799a712f1648b116c45e8c93d03", "timestamp": "", "source": "github", "line_count": 251, "max_line_length": 238, "avg_line_length": 45.191235059760956, "alnum_prop": 0.6652561050868377, "repo_name": "akiskip/KoDeMat-Collaboration-Platform-Application", "id": "57ad0efd832402d976155...
import logging import smtplib from email.mime.text import MIMEText from ConfigParser import SafeConfigParser def sendEmail(subject, text): parser = SafeConfigParser() parser.read('config.ini') from_user = parser.get('r_cricket_bot','email_id') from_pass = parser.get('r_cricket_bot','email_pass') to_user = [...
{ "content_hash": "cb4d4bef8a0cd79fbe7243780296ef15", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 104, "avg_line_length": 30.565217391304348, "alnum_prop": 0.6614509246088194, "repo_name": "rreyv/rcb", "id": "608382abddf9afe80dade8f740f0a9ea49671e2d", "size": "703", "...
ota custom server for miui updater
{ "content_hash": "a92dd8a9a067cd606ffd0c9f3668a91b", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 34, "avg_line_length": 35, "alnum_prop": 0.8285714285714286, "repo_name": "noBrainsDev/ota-server", "id": "b39758671e4ccd76f6fb2789dd88fa172069b6b6", "size": "72", "binary...
namespace content { class WebXRSessionTracker : public SessionTracker<ukm::builders::XR_WebXR_Session>, device::mojom::XRSessionMetricsRecorder { public: explicit WebXRSessionTracker( std::unique_ptr<ukm::builders::XR_WebXR_Session> entry); ~WebXRSessionTracker() override; // Records which feat...
{ "content_hash": "928d73790a23ccd06e85bc4e4b4a09a8", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 80, "avg_line_length": 38.17142857142857, "alnum_prop": 0.7514970059880239, "repo_name": "endlessm/chromium-browser", "id": "148762b5d808efcfb7e0874e9b43ca2a6f8d1de3", "siz...
<?php use DTS\eBaySDK\Trading\Types\SkypeMeTransactionalEnabledDefinitionType; class SkypeMeTransactionalEnabledDefinitionTypeTest extends \PHPUnit_Framework_TestCase { private $obj; protected function setUp() { $this->obj = new SkypeMeTransactionalEnabledDefinitionType(); } public funct...
{ "content_hash": "5415b398d3474e8be77d2c81c0397173", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 116, "avg_line_length": 26.304347826086957, "alnum_prop": 0.7206611570247934, "repo_name": "spoilie/ebay-sdk-trading", "id": "f8b22ec1dcfdd8b7db57c100c52fe021b47c42f7", "si...
<?php namespace SlmMail\Service; use Zend\Http\Client as HttpClient; use Zend\Http\Request as HttpRequest; use Zend\Http\Response as HttpResponse; use Zend\Mail\Address; use Zend\Mail\Message; class SendGridService extends AbstractMailService { /** * API endpoint */ const API_ENDPOINT = 'https:...
{ "content_hash": "e40e090750cb67189463e00e7889faf5", "timestamp": "", "source": "github", "line_count": 327, "max_line_length": 129, "avg_line_length": 36.29051987767584, "alnum_prop": 0.5247324513356366, "repo_name": "exclie/imedich", "id": "31ad4c5f859ab4d6303d0d635244b782a75a97ed", "size": "1370...
#ifndef UDMX_H #define UDMX_H #include <QStringList> #include <QList> #include "qlcioplugin.h" class UDMXDevice; class UDMX : public QLCIOPlugin { Q_OBJECT Q_INTERFACES(QLCIOPlugin) #if QT_VERSION > QT_VERSION_CHECK(5, 0, 0) Q_PLUGIN_METADATA(IID QLCIOPlugin_iid) #endif /*************************...
{ "content_hash": "ae7ff0ea9a7da244e4f19157b525e626", "timestamp": "", "source": "github", "line_count": 105, "max_line_length": 86, "avg_line_length": 23.914285714285715, "alnum_prop": 0.4555953803265631, "repo_name": "hveld/qlcplus", "id": "47cf96c5b3b8303f03d9eaa090ebedeb7cede3d4", "size": "3157"...
"""Provides an HTTP API for mobile_app.""" import uuid from typing import Dict from aiohttp.web import Response, Request from homeassistant.auth.util import generate_secret from homeassistant.components.cloud import ( async_create_cloudhook, async_remote_ui_url, CloudNotAvailable, ) from homeassistant.com...
{ "content_hash": "8a9056dd8b6339c141f5f2306a33ada8", "timestamp": "", "source": "github", "line_count": 77, "max_line_length": 85, "avg_line_length": 29.948051948051948, "alnum_prop": 0.6504770164787511, "repo_name": "fbradyirl/home-assistant", "id": "67914ea70763967c9b3485760287602abc12b57c", "siz...
<?php /** * Lexes a template string. * * @package twig * @author Fabien Potencier <fabien@symfony.com> */ class Twig_Lexer implements Twig_LexerInterface { protected $tokens; protected $code; protected $cursor; protected $lineno; protected $end; protected $state; ...
{ "content_hash": "075f269a919dfb99c0fb8c8c30e7988e", "timestamp": "", "source": "github", "line_count": 398, "max_line_length": 341, "avg_line_length": 40.675879396984925, "alnum_prop": 0.4942244734078695, "repo_name": "WCORP/just2", "id": "e37535818a8756df7c0fc180ce59f792832c7ecb", "size": "16422"...
namespace browser { BrowserNonClientFrameView* CreateBrowserNonClientFrameView( BrowserFrame* frame, BrowserView* browser_view) { Browser::Type type = browser_view->browser()->type(); switch (type) { case Browser::TYPE_PANEL: case Browser::TYPE_POPUP: return new PopupNonClientFrameView(frame); ...
{ "content_hash": "c43c321bb32a27af523283ff14fae8eb", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 62, "avg_line_length": 27.666666666666668, "alnum_prop": 0.7156626506024096, "repo_name": "paul99/clank", "id": "3ee97467f81ca49325a6676af675a4595a6ab76e", "size": "1051", ...
package net.hebrewcalendar.impl; public class HebrewDate extends HDateImpl { HebrewDate(int year, int month, int day) { super(HebrewCalendar.INSTANCE, year, month, day); } @Override public long absDay() { return 0; } }
{ "content_hash": "211d967cef56ecbe622de6f8f6e1a991", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 57, "avg_line_length": 15.055555555555555, "alnum_prop": 0.6125461254612546, "repo_name": "imush/hebrewcalendar", "id": "043b5a116b9ee0e17a0c8f3a082045b90945a908", "size": ...
using System.Collections.Generic; using Umbraco.Core.Services; namespace Umbraco.Web.HealthCheck.Checks.Config { [HealthCheck("9BED6EF4-A7F3-457A-8935-B64E9AA8BAB3", "Trace Mode", Description = "Leaving trace mode enabled can make valuable information about your system available to hackers.", Grou...
{ "content_hash": "447c2b40f376d49da1692204be4d514f", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 131, "avg_line_length": 41.39393939393939, "alnum_prop": 0.7254758418740849, "repo_name": "leekelleher/Umbraco-CMS", "id": "47c88bf2509e699688fe0ecf923442588924dacb", "size...
using Builder.Utility; using NugetWorker; using System; using System.IO; using Builder.Engine; namespace Builder { class Builder { static void Main(string[] args) { Console.WriteLine("Builder Task Begins!"); //create log file name for this session var logFi...
{ "content_hash": "d8275867b62433603ac0bd174c89d5c6", "timestamp": "", "source": "github", "line_count": 55, "max_line_length": 164, "avg_line_length": 39.69090909090909, "alnum_prop": 0.5639028859367843, "repo_name": "life1347/fission", "id": "881640bd9f0ff82fb5e02a4d9f98490b40cf04bf", "size": "218...
- Updated to be compatible with latest PHPUnit. - Updated to the latest PSR-3 (PSR Log) version. - Added link to `apix/log-tracker`. #### Version `1.2.1` (15-Oct-2015) - Added `\LogicException` when the stream has been `__destruct()` too early. #### Version `1.2.0` (18-Sep-2015) NOTE: The major version number update ...
{ "content_hash": "721af96049ae0b6425814e96f22f0dd9", "timestamp": "", "source": "github", "line_count": 71, "max_line_length": 208, "avg_line_length": 43.45070422535211, "alnum_prop": 0.6755267423014587, "repo_name": "frqnck/apix-log", "id": "293899691a943e89bdf731539ea4cd32bf314e1a", "size": "3142...
USE GSFSchema; DELIMITER $$ CREATE TRIGGER UserAccount_AuditUpdate AFTER UPDATE ON UserAccount FOR EACH ROW BEGIN IF OLD.Name != NEW.Name THEN INSERT INTO AuditLog SET TableName = 'UserAccount', PrimaryKeyColumn = 'ID', PrimaryKeyValue = OLD.ID, ColumnName = 'Name', OriginalValue = ...
{ "content_hash": "a73a3e9435976be05aa74136b0b560e2", "timestamp": "", "source": "github", "line_count": 1974, "max_line_length": 294, "avg_line_length": 94.23252279635258, "alnum_prop": 0.7053248393946725, "repo_name": "rmc00/gsf", "id": "5abf8d91eb8865e23b10a359e405cd28d4f84414", "size": "186015",...
from setuptools import setup, find_packages with open('README.rst') as fp: long_description = fp.read() setup( name='roviclient', version='0.1.0', description='A simple Python client library for the Rovi API', long_description=long_description, author='Devin Sevilla', author_email='das...
{ "content_hash": "6c3b55d622f74ae34f1b33a00a4ff887", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 75, "avg_line_length": 22.71875, "alnum_prop": 0.6354883081155434, "repo_name": "dasevilla/rovi-python", "id": "13341c05daa2811fcd17641f8c6c779cd92ce0ab", "size": "727", ...
package org.sagebionetworks.web.server.servlet; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; public class ServiceUtils { public static void writeToFile(File temp, InputStream stream, final long maxAttachmentSizeByte...
{ "content_hash": "5c19d5b0e76a2906cad3031f6b9bd618", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 124, "avg_line_length": 29.0625, "alnum_prop": 0.7010752688172043, "repo_name": "jay-hodgson/SynapseWebClient", "id": "472e0d1c02f5a13e06bf79a2a54a27e08733f1ce", "size": "1...
package net.kados.gtp.app.controllers.modules; import java.net.URL; import java.util.ResourceBundle; import javafx.beans.value.ObservableValue; import javafx.concurrent.WorkerStateEvent; import javafx.event.EventHandler; import javafx.fxml.FXML; import javafx.fxml.Initializable; import javafx.scene.control.Pr...
{ "content_hash": "b6cbd807ee30a78b50d8977ee813d685", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 139, "avg_line_length": 31.785714285714285, "alnum_prop": 0.7067415730337079, "repo_name": "Digital87/GUS-Teryt-Parser", "id": "6e897e0d0850bec2fcf00ac230a794f90d2ab353", "...
#ifndef EASYIMAGE_H_ #define EASYIMAGE_H_ #include <stdint.h> #include <vector> #include <iostream> /** * \brief The namespace of the EasyImage class */ namespace img { /** * \brief This class represents the color of a pixel in an img::EasyImage object */ class Color { //a safety warning to all of you: Do *...
{ "content_hash": "c514c6c4e594a1fcb168830ab4e7a17f", "timestamp": "", "source": "github", "line_count": 250, "max_line_length": 147, "avg_line_length": 27.728, "alnum_prop": 0.620600115406809, "repo_name": "timvdm/ComputerGraphics", "id": "52e4d5b76950c57a247d4d72565bf2e81a953a4e", "size": "7646", ...
// Copyright 2017 The Cloudprober Authors. // // 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...
{ "content_hash": "fa61933265680e7d3305bc3b4e796bf2", "timestamp": "", "source": "github", "line_count": 107, "max_line_length": 105, "avg_line_length": 28.981308411214954, "alnum_prop": 0.7158980973879394, "repo_name": "cloudprober/cloudprober", "id": "b582b16bd2dfb65d1f2b99afccb4e579d2b1acd8", "si...
package uk.ac.ncl.openlab.intake24.foodsql.shared import anorm.NamedParameter.symbol import anorm.{Macro, SQL, SqlParser, sqlToSimple} import uk.ac.ncl.openlab.intake24.api.data.admin.CategoryHeader import uk.ac.ncl.openlab.intake24.errors.{LocalLookupError, LookupError} import uk.ac.ncl.openlab.intake24.foodsql.admin...
{ "content_hash": "163b38a9700ef6e6f27e4e36b1586f9f", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 191, "avg_line_length": 62.52272727272727, "alnum_prop": 0.7826245001817521, "repo_name": "digitalinteraction/intake24", "id": "c6484a028cc1cba0839da0a983c9dc163b0b741f", "...
<resources> <string name="app_name">TestLeanCloud06</string> </resources>
{ "content_hash": "059ed2d7955c520efa0af540b94b8c1d", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 52, "avg_line_length": 26, "alnum_prop": 0.717948717948718, "repo_name": "ahjsrhj/EveryDayBuild", "id": "1301a7aefd21f6225de9e9d7a077c80291dc27d6", "size": "78", "binary":...
Metova Mandrill configures ActionMailer to use Mandrill by inspecting `ENV` for your Mandrill configuration options. ## Installation Add this line to your application's Gemfile: gem 'metova-mandrill' And then execute: $ bundle Or install it yourself as: $ gem install metova-mandrill ## Usage Set th...
{ "content_hash": "51eba38d8d383339d898034a80f5a05f", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 129, "avg_line_length": 28.157894736842106, "alnum_prop": 0.7392523364485981, "repo_name": "metova/metova-mandrill", "id": "6049d923bcbfdd01804479e43d5eabc821cab708", "size...
namespace remoting { namespace protocol { class ChromiumPortAllocatorFactory : public PortAllocatorFactory { public: ChromiumPortAllocatorFactory(); ~ChromiumPortAllocatorFactory() override; // PortAllocatorFactory interface. std::unique_ptr<cricket::PortAllocator> CreatePortAllocator( scoped_refptr<T...
{ "content_hash": "f0eb2d8ffee17dac32f6f4e97370a25b", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 79, "avg_line_length": 29.714285714285715, "alnum_prop": 0.7852564102564102, "repo_name": "endlessm/chromium-browser", "id": "b422a6cf76503e591c9cf919bc3bb3b49c7c7127", "si...
/****************************************************************** Change Script 3.0.10.86 1. update pmt_contacts to adhere to db version 3.0.10 ******************************************************************/ INSERT INTO version(_version, _iteration, _changeset) VALUES (3.0, 10, 86); -- select * from version orde...
{ "content_hash": "8232255a1e00f053562f3790cfe99082", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 92, "avg_line_length": 41.75, "alnum_prop": 0.5994677312042581, "repo_name": "spatialdev/PMT", "id": "cd91391e17b81dab3f80d5a3a647ddcdf048b431", "size": "1505", "binary":...
layout: model title: English RobertaForQuestionAnswering (from huxxx657) author: John Snow Labs name: roberta_qa_roberta_base_finetuned_scrambled_squad_10 date: 2022-06-20 tags: [en, open_source, question_answering, roberta] task: Question Answering language: en edition: Spark NLP 4.0.0 spark_version: 3.0 supported: tr...
{ "content_hash": "ad6d9a82dcaba44aca22c650c516237c", "timestamp": "", "source": "github", "line_count": 101, "max_line_length": 236, "avg_line_length": 32.01980198019802, "alnum_prop": 0.756338899196042, "repo_name": "JohnSnowLabs/spark-nlp", "id": "c86d90386169dfde0ff9dfc72d606f0c060fd4e8", "size"...
using System.Resources; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [ass...
{ "content_hash": "9b9be4084f00abfd241a0f79299c300d", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 84, "avg_line_length": 36.833333333333336, "alnum_prop": 0.746606334841629, "repo_name": "EminentTechnology/CodeTorch", "id": "e16578eafb9cce2dd705055ca24dc145082e1b3d", "s...
PathFinding::PathFinding() { m_initializedStartGoal = false; m_foundGoal = false; } PathFinding::~PathFinding() { } void PathFinding::Init(Grid2D* grid) { m_grid = grid; } bool PathFinding::FindPath(sf::Vector2f currentPos, sf::Vector2f targetPos) { currentPos.x = currentPos.x / m_grid->GetSquareSize(); curren...
{ "content_hash": "aadb2fa45a0b312231455985546df4ab", "timestamp": "", "source": "github", "line_count": 246, "max_line_length": 166, "avg_line_length": 29.1260162601626, "alnum_prop": 0.6604326587578506, "repo_name": "Sephia/petulant-octo-cyril", "id": "388a6361c45feb0e084d7e826800b8ac2d40a39a", "s...
function Get-AzureRMWebAppARM { param([String] [Parameter(Mandatory = $true)] $Name) Write-Verbose "[Azure Call] Getting azure webapp details for webapp with name : $Name " $azureWebApp = Get-AzureRMWebApp -Name $Name if( $azureWebApp.Count -eq 0 ) { Throw (Get-LocalizedString -Key "Web ...
{ "content_hash": "0997d9c747b648e517f28726a29c3eb3", "timestamp": "", "source": "github", "line_count": 174, "max_line_length": 178, "avg_line_length": 43.41379310344828, "alnum_prop": 0.7362986497220015, "repo_name": "cwoolum/vso-agent-tasks", "id": "11e422372409d4a14b890533f8ada31d1b2a081d", "siz...
#include <stdio.h> #include <string.h> #include <math.h> #include <fcntl.h> #include <sys/ioctl.h> #include <unistd.h> #include <pthread.h> #include <alloca.h> #include <malloc.h> #include <assert.h> #include <errno.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/poll.h> #include <limits.h> #include <se...
{ "content_hash": "8dba1f0f39ebdf9f043dad3f8bb1a4ae", "timestamp": "", "source": "github", "line_count": 1889, "max_line_length": 146, "avg_line_length": 34.63366860772896, "alnum_prop": 0.6456139278235483, "repo_name": "pikoro/sharpsdr", "id": "169a640acc271931937cbef545fa0f5b88d39530", "size": "67...
#include "_eth_include.h" #ifdef _ETH // the Ethernet device is present /**************************************************************************** * Function: _EthRxAckBuffer * * PreCondition: EthRxSetBufferSize, EthRxBuffersAppend, EthRxGetPacket should have been called. * * Input: pBuff...
{ "content_hash": "a3fafbd51342290190e4d2d9aa1b782a", "timestamp": "", "source": "github", "line_count": 289, "max_line_length": 139, "avg_line_length": 41.83737024221453, "alnum_prop": 0.5949880076089653, "repo_name": "sergev/vak-opensource", "id": "754fa01fda37f72e138c4863419ad33c8121c51c", "size"...
function lib() { // eslint-disable-line no-unused-vars var exponentByPrefix = { 'k': 3, 'm': 6, 'b': 9, 't': 12 }; function isNoZeroLeadingNumber(string) { var decimalSeparator = $A.get("$Locale.decimal"); var reg = new RegExp('(^\\s*(\\+|\\-)?\\s*)\\' + d...
{ "content_hash": "cc69432741cd051b8b5fba2e6fe1515e", "timestamp": "", "source": "github", "line_count": 121, "max_line_length": 150, "avg_line_length": 40.67768595041322, "alnum_prop": 0.4983746444534742, "repo_name": "madmax983/aura", "id": "322c50c0a99f771feefa10e8e7ce665f16e2d266", "size": "5533...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>AdminLTE 2 | General Form Elements</title> <!-- Tell the browser to be responsive to screen width --> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="v...
{ "content_hash": "ba606e4cf1953b5af8342044c29aeeee", "timestamp": "", "source": "github", "line_count": 1120, "max_line_length": 165, "avg_line_length": 40.34464285714286, "alnum_prop": 0.44223874651440714, "repo_name": "php2017php/project", "id": "e4369519193d1de1a72b290faf7a2d8cdde3de77", "size":...
Procedurally Generated Matrices (PGM) data from the paper Measuring Abstract Reasoning in Neural Networks, Barrett, Hill, Santoro et al. 2018. The goal is to infer the correct answer from the context panels based on abstract reasoning. To use this data set, please download all the *.tar.gz files from the data set page...
{ "content_hash": "a6128606183655bfe0566cd92f948df3", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 80, "avg_line_length": 59.25, "alnum_prop": 0.7637130801687764, "repo_name": "tensorflow/datasets", "id": "7ed4a5264a45597edb4c24db2c65bb79d44a9bfc", "size": "711", "bina...
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.spotify.missinglink.tes...
{ "content_hash": "081b9688797c30f5c3d9723e44acd082", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 204, "avg_line_length": 31.372093023255815, "alnum_prop": 0.6360266864343959, "repo_name": "pettermahlen/missinglink", "id": "7cc0703db1f7cab50514796bc2b6c0f4f28d231a", "si...
<!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 Mon May 07 13:00:01 PDT 2012 --> <TITLE> Uses of Class org.apache.hadoop.mapred.KeyValueLineRecordReader (Hadoop 0.20.2-cdh3u4 API) </TITLE> ...
{ "content_hash": "5dc25939a75ceca3dc3e5ae480fa2c67", "timestamp": "", "source": "github", "line_count": 144, "max_line_length": 230, "avg_line_length": 42.5, "alnum_prop": 0.6240196078431373, "repo_name": "Shmuma/hadoop", "id": "a3df67887ee4189e115e93cb9be2101f89e79815", "size": "6120", "binary":...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in Hist. Class. Discom. Eur. (Paris) 107 (1907) #### Original name Sclerotinia hirtella Boud., 1907 ### Remarks null
{ "content_hash": "acb8ef53d403e5178006cd40a021ba3c", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 44, "avg_line_length": 15.461538461538462, "alnum_prop": 0.7014925373134329, "repo_name": "mdoering/backbone", "id": "2c7c314546f55bd8f9bce3837293d57488da2960", "size": "25...
<?php namespace Keratine\Form\DataTransformer; use Doctrine\Common\Collections\ArrayCollection; use Doctrine\Common\Persistence\ObjectManager; use Symfony\Component\Form\DataTransformerInterface; use Symfony\Component\Form\Exception\TransformationFailedException; use Symfony\Component\PropertyAccess\PropertyAccess; ...
{ "content_hash": "bba243512873df7ae1b553145f868cc3", "timestamp": "", "source": "github", "line_count": 78, "max_line_length": 112, "avg_line_length": 24.58974358974359, "alnum_prop": 0.5891553701772679, "repo_name": "Cellules/keratine", "id": "01cb4e7722dc4c7ea7044698d9d7bf0eca697d8f", "size": "19...
import EchonestSerializer from 'ember-data-echonest/serializers/echonest'; export default EchonestSerializer.extend({ modelKey: 'track' });
{ "content_hash": "b53efb0130261c7bfd523eb26d46ee38", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 74, "avg_line_length": 29, "alnum_prop": 0.7862068965517242, "repo_name": "elwayman02/ember-data-echonest", "id": "dc6a76ab28f4176b3183f7eb53dc5e3ef42a3e41", "size": "145", ...
<?xml version="1.0" encoding="utf-8" ?> <hibernate-mapping xmlns="urn:nhibernate-mapping-2.2"> <class name="Zh.DAL.Define.Entities.Display_HomePriceChartType, Zh.DAL.Define" table="Display_HomePriceChartType"> <id name="ID" type="Guid" unsaved-value="00000000-0000-0000-0000-000000000000"> <column name="ID" lengt...
{ "content_hash": "c9899dbdc072ee9c4ff736cb3e0e61f9", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 115, "avg_line_length": 43.75, "alnum_prop": 0.6587755102040816, "repo_name": "Caspar12/Csharp", "id": "6a1c7d6560eb8cabf2796138218705133b0de415", "size": "1239", "binary...
var util = require('util'); var EventEmitter = require('events').EventEmitter; function FakeSocket () { EventEmitter.call(this); this.end = function () { var self = this; setImmediate(function () { self.emit('end'); }); }; this.close = function () {}; this.setKeepAlive = function () {}; ...
{ "content_hash": "1250fd169496ef7dc0107e9a85f7d2cc", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 50, "avg_line_length": 21.25, "alnum_prop": 0.6352941176470588, "repo_name": "february29/Learning", "id": "77d4aca62065de42e61e663e1e33189fc9f8c379", "size": "425", "bina...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "51d628a6af15dffb71ef47470b1afea8", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "b918e11ac07560ad0c56f1793b14ac3bef5ff4c4", "size": "187...
<?php namespace DvsaCommon\Model; use DvsaCommon\Enum\AuthorisationForTestingMotStatusCode; class AuthorisationForTestingMotStatus { /** get Possible Test Quality Information array with Status Codes for PersonProfile */ public static function getPossibleStatusesForTqiAssertion() { return [ ...
{ "content_hash": "19abd224a73feb5e7c04e70c2e3f4997", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 90, "avg_line_length": 28.523809523809526, "alnum_prop": 0.7395659432387313, "repo_name": "dvsa/mot", "id": "982a58a44ce5249fd8317037f8b1feeb8ab77848", "size": "599", "bi...
package resources import "github.com/awslabs/goformation/cloudformation/policies" // AWSDMSEndpoint_DynamoDbSettings AWS CloudFormation Resource (AWS::DMS::Endpoint.DynamoDbSettings) // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-dynamodbsettings.html type AWSDMSEndp...
{ "content_hash": "e2edbe7bb6fa2eeb5d8a2b2913f2d82b", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 175, "avg_line_length": 45.68421052631579, "alnum_prop": 0.8087557603686636, "repo_name": "PaulMaddox/goformation", "id": "9b995832f442c9cfafa3817179fcab1f018561f7", "size"...
package org.assertj.core.description; import static java.util.UUID.randomUUID; import static junit.framework.Assert.assertEquals; import static org.junit.rules.ExpectedException.none; import org.assertj.core.description.TextDescription; import org.junit.*; import org.junit.rules.ExpectedException; /** * Tests for ...
{ "content_hash": "9f45b6e5892a960e1cae67f16e55199a", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 74, "avg_line_length": 24.333333333333332, "alnum_prop": 0.7397260273972602, "repo_name": "yurloc/assertj-core", "id": "0ee97ea713ccfde7a0559024cb60209e87a59e62", "size": "...
<?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/ScrollView1" android:layout_width="match_parent" android:layout_height="match_parent" > <LinearLayout android:layout_width="match_parent" android:layout_height=...
{ "content_hash": "e197c064032b383ed3e4dc69cf9be396", "timestamp": "", "source": "github", "line_count": 120, "max_line_length": 72, "avg_line_length": 35.36666666666667, "alnum_prop": 0.5782280867106503, "repo_name": "cliffroot/2ways-gdg", "id": "cc537d7cf7ebfd594dae3d58e4a03208c23b3c2c", "size": "...
/* * state.cpp * * Created on: Dec 30, 2013 * Author: jonas */ #include "state.h" #include "project.h" #include "pcInterface.h" #include <xpcc/architecture.hpp> using namespace xpcc::stm32; GPIO__OUTPUT(ledRed, D, 14); GPIO__OUTPUT(ledBlue, D, 15); GPIO__OUTPUT(ledOrange, D, 13); GPIO__OUTPUT(ledGreen, D...
{ "content_hash": "9887163386da523313d644ac9378b482", "timestamp": "", "source": "github", "line_count": 140, "max_line_length": 91, "avg_line_length": 20.09285714285714, "alnum_prop": 0.6935655883398507, "repo_name": "jrahlf/3D-Non-Contact-Laser-Profilometer", "id": "55bc01bb2173c0e59262b1a63fa7b6cb6...
body { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; } header { padding-top: 65px; } h1 { font-size: 100px; font-weight: 500; display: inline-block; padding-bottom: 17px; border-bottom: 1px solid #bbb; } .bask-amp { font-family: Baskerville, serif; font-style: italic; ...
{ "content_hash": "af6d8663f0d4343441843cc47a27f70a", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 38, "avg_line_length": 15.4, "alnum_prop": 0.6666666666666666, "repo_name": "c-johnson/bnm", "id": "325a69af2d5e2ab9b2268a3207f66270f5efa058", "size": "693", "binary": fa...
import json import logging import requests from docker_registry.lib import config import docker_registry.lib.signals from docker_registry import storage from docker_registry import tags logger = logging.getLogger(__name__) logger.info("Loading OpenShift tag_created extension") cfg = config.load() store = storage.l...
{ "content_hash": "6841884954f0671c3f96125e771ec099", "timestamp": "", "source": "github", "line_count": 141, "max_line_length": 103, "avg_line_length": 34.5886524822695, "alnum_prop": 0.6239491490670495, "repo_name": "openshift/docker-registry-extensions", "id": "3e9e47f824047132eda9180b4b2635ca15910...
let formatParticipant = participant => participant != null ? participant.name : '[Unknown]'; let formatAmount = amount => amount.toFixed(2); let formatPayment = (payment, payee) => '- ' + formatAmount(payment.amount) + ' to ' + formatParticipant(payee); let formatPayerPayments = (payerId, paymen...
{ "content_hash": "0655b829d79fbc5710fef8c9efb738e5", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 86, "avg_line_length": 33.84, "alnum_prop": 0.6725768321513003, "repo_name": "manisero/FairShare", "id": "7fa17cfe3bf5a79174a5d3141cb65476c7373447", "size": "846", "binar...
package com.bzh.gl.lesson7; import android.app.ActivityManager; import android.content.Context; import android.content.pm.ConfigurationInfo; import android.opengl.GLSurfaceView; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v7.app.AppCompatActivity; import android.util.Di...
{ "content_hash": "14b73e216662efa480cf3f43105b3ed8", "timestamp": "", "source": "github", "line_count": 162, "max_line_length": 119, "avg_line_length": 31.660493827160494, "alnum_prop": 0.5934880093585494, "repo_name": "biezhihua/Android_OpenGL_Demo", "id": "b43b41981259cf70ad9e86eeca0827630005b5a0",...
import * as CopyWebpackPlugin from 'copy-webpack-plugin'; import * as path from 'path'; import {Configuration, DefinePlugin, LoaderOptionsPlugin, optimize} from 'webpack'; const config: Configuration = { entry: './src/index.tsx', output: { filename: 'bundle.js', path: path.join(__dirname, 'dist...
{ "content_hash": "e0a8b5706e69aa263f9be6e963aaf4c2", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 83, "avg_line_length": 26.403225806451612, "alnum_prop": 0.4129505192425168, "repo_name": "openscript/foolproof-react-starterkit", "id": "e8958edec18a80af7d6448b1f5b5eea60cd4...
```txt <application android:allowTaskReparenting=["true" | "false"] android:allowBackup=["true" | "false"] android:backupAgent="string" android:backupInForeground=["true" | "false"] android:banner="drawable resource" android:debuggable=["true" | "false"] ...
{ "content_hash": "af6d1cdc3b93a59ecc591ee686211674", "timestamp": "", "source": "github", "line_count": 47, "max_line_length": 73, "avg_line_length": 40.93617021276596, "alnum_prop": 0.5758835758835759, "repo_name": "cdcdec/LearningNotes", "id": "ef036f5dd9ed8d57a8cd37cbfa05a818bc440814", "size": "...
package com.zaxxer.hikari; import java.io.ByteArrayOutputStream; import java.io.PrintStream; import java.util.concurrent.ExecutionException; import java.util.concurrent.Future; import java.util.concurrent.TimeUnit; import java.util.concurrent.TimeoutException; import org.junit.AfterClass; import org.junit.Assert; i...
{ "content_hash": "f7a6931ea13cb3ad744d27bee6d0c0e4", "timestamp": "", "source": "github", "line_count": 135, "max_line_length": 128, "avg_line_length": 29.14074074074074, "alnum_prop": 0.6148957803762074, "repo_name": "785468931/HikariCP", "id": "3b1fce5ce7501d1686565e7e1f433c566278198c", "size": "...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "d67f15b0189a7d042b7697870c84cb75", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "d6cccdc9947fb99f0fad556d9a0aa490b24efced", "size": "178...
title: "Other APIs" description: "Sensu offers API endpoints for basic authentication, checking cluster health checks, and retrieving metrics, license information, and version information." product: "Sensu Go" version: "6.8" weight: 20 layout: "single" toc: false menu: sensu-go-6.8: parent: api identifier: ot...
{ "content_hash": "6730bdc85ecff21fd4660e1a7336a839", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 169, "avg_line_length": 27, "alnum_prop": 0.7222222222222222, "repo_name": "sensu/sensu-docs", "id": "0558bbde4bbf19e7037820ef7ce95209d8f58852", "size": "544", "binary": ...
actions :update, :reset, :reset_all default_action :update attr_accessor :exists attribute :name, name_attribute: true, kind_of: String attribute :mode, kind_of: Symbol, equal_to: [:ioo, :vmo, :schedo, :no], required: true attribute :tunables, kind_of: Hash attribute :permanent, kind_of: [TrueClass, FalseClass], defau...
{ "content_hash": "2c7bdb9ad45488889b072e4504277d7a", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 86, "avg_line_length": 44.44444444444444, "alnum_prop": 0.7475, "repo_name": "adejoux/aix", "id": "296f898617d3085ccf9c766ce60f16850a05e580", "size": "1011", "binary": fal...
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd"> <!-- 映射对应的 package --> <hibernate-mapping package="com.ap.entity"> <!-- 实体类和数据库中的表对应(如果没有这个表则新建) --> <cl...
{ "content_hash": "62272fe7f8131421f031d82ee31ac145", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 69, "avg_line_length": 34.833333333333336, "alnum_prop": 0.6220095693779905, "repo_name": "FelixCfs/Agricultural-products-trading-platform-based-on-SSH", "id": "12b3e298aa60d...