text
stringlengths
2
1.04M
meta
dict
<?php /** * ====================================================================== * LICENSE: This file is subject to the terms and conditions defined in * * file 'license.txt', which is part of this source code package. * * ====================================================================== * * @versio...
{ "content_hash": "51a50d96a0483299068e8708364f4d0f", "timestamp": "", "source": "github", "line_count": 137, "max_line_length": 84, "avg_line_length": 20.45985401459854, "alnum_prop": 0.5090973956475205, "repo_name": "mandino/www.bloggingshakespeare.com", "id": "3b0ba657ef649c38b6b82393398cb3c79e0070...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>topology: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.cs...
{ "content_hash": "65c84af5232f8bd22442bf782c67ecfd", "timestamp": "", "source": "github", "line_count": 175, "max_line_length": 159, "avg_line_length": 40.15428571428571, "alnum_prop": 0.5446136331293582, "repo_name": "coq-bench/coq-bench.github.io", "id": "c8f4664321db9728b2fae1283c093ccedb6acfc5", ...
/* WARNING! DO NOT EDIT THIS FILE! To make it easy to update your theme, you should not edit the styles in this file. Instead use the custom.css file to add your styles. You can copy a style from this file and paste it in custom.css and it will override the style in this file. You have been warned! :) */ /*---...
{ "content_hash": "0bd643acadb8b89d43acdd6af7befc4e", "timestamp": "", "source": "github", "line_count": 1062, "max_line_length": 471, "avg_line_length": 52.123352165725045, "alnum_prop": 0.6808057086080751, "repo_name": "mandino/pursuitofeverything", "id": "5bb0685b62f19f79076cf66f163a5eea45617092", ...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "e0d6d3f05febf4ed582c8fcd545c6b5d", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "0b420e36fbb776a06ba5583635850a3a23c87010", "size": "191...
from qprompt import alert, echo, error, warn, info echo("Just a message.") alert("Heads up!") info("Hmm...") warn("Uh oh...") error("OMG this is bad!") error("REALLY BAD", end="!!!!!!!\n")
{ "content_hash": "4bb04a5b20650d4231e5fedc399e38da", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 50, "avg_line_length": 27, "alnum_prop": 0.6190476190476191, "repo_name": "jeffrimko/Qprompt", "id": "f1a3ae164287a6010277d077c647ac5b5711bb01", "size": "189", "binary": f...
<!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) on Fri Dec 12 19:29:15 EST 2008 --> <TITLE> com.google.gxp.compiler.io (GXP Compiler 0.2.4-beta (BETA)) </TITLE> <META NAME="date" CONTENT="2008-12...
{ "content_hash": "3a63bc5fe78babd81df4aa75fd1cd245", "timestamp": "", "source": "github", "line_count": 169, "max_line_length": 170, "avg_line_length": 39.53846153846154, "alnum_prop": 0.6161328943430111, "repo_name": "xenomachina/gxp", "id": "6b6aba47924db7c5f6a61eee8e4204bc8e7c1357", "size": "668...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "8ed61e38ce42bb616647ceb828050343", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "8499437655f8535ced8bba04141b86410c2e0945", "size": "191...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_111) on Thu Aug 18 01:51:14 UTC 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.hadoop.m...
{ "content_hash": "a611084c697f8aacfb603ebd66d1ce72", "timestamp": "", "source": "github", "line_count": 206, "max_line_length": 608, "avg_line_length": 77.40291262135922, "alnum_prop": 0.6875509564126685, "repo_name": "TK-TarunW/ecosystem", "id": "a7ad8286259855f7e32dbc79c6977160859e3ae2", "size": ...
""" Created on Sun Feb 14 22:11:14 2016 @author: Rob """ import random messages = ['It is certain', 'It is decidedly so', 'Yes definitely', 'Reply hazy try again', 'Ask again later', 'Concentrate and ask again', 'My reply is no', ...
{ "content_hash": "f1845fcb589f946c929b8f47d41c3f34", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 52, "avg_line_length": 22.25, "alnum_prop": 0.5056179775280899, "repo_name": "rfreiberger/Automate-the-Boring-Stuff", "id": "f6b7295812a09ff8a7b8231809f2d9d69870c807", "siz...
/* jshint evil:true */ 'use strict'; // MODULES // var isFunction = require( 'validate.io-function' ); // CREATE // /** * FUNCTION: create( fcn ) * Returns a function for validating whether an input is an array for which all elements pass a test function. * * @param {Function} fcn - function to apply * @returns {F...
{ "content_hash": "9df4572b475416cad85efb6b881fbb15", "timestamp": "", "source": "github", "line_count": 92, "max_line_length": 129, "avg_line_length": 20.97826086956522, "alnum_prop": 0.5735751295336787, "repo_name": "validate-io/array-function", "id": "b2687420838924b387cc0766a305b0ec351702f2", "s...
require "spec_helper" require "chef/exceptions" describe Chef::Provider::Ifconfig::Redhat do before do @node = Chef::Node.new @cookbook_collection = Chef::CookbookCollection.new([]) @events = Chef::EventDispatch::Dispatcher.new @run_context = Chef::RunContext.new(@node, @cookbook_collection, @events)...
{ "content_hash": "51302d358e0cf59318e54c30899e9133", "timestamp": "", "source": "github", "line_count": 55, "max_line_length": 96, "avg_line_length": 40.29090909090909, "alnum_prop": 0.6737364620938628, "repo_name": "brettcave/chef", "id": "2111de02fbff52dd3db37d376f9bff37c200ffbc", "size": "2904",...
process.env.NODE_ENV = 'testing' const supertest = require('supertest'), app = require('../../app.js'), Task = require('../../models/task'), assert = require('assert') describe('integration tests', function() { beforeEach(function(done) { Task.remove({}, function(err) { if (err) return done(err) don...
{ "content_hash": "777d6e7021083b3b884f3c500c8a3066", "timestamp": "", "source": "github", "line_count": 125, "max_line_length": 85, "avg_line_length": 28.84, "alnum_prop": 0.5181692094313454, "repo_name": "raelcun/orange-hippos-todo-backend", "id": "e5db14f63dd5c1d29775b29315d387531cdf14ad", "size"...
<module> <inherits name="gwtuploadsample.Sample"/> <entry-point class="gwtuploadsample.client.ChismesUploadSample"/> <stylesheet src="GWTCBox.css"/> <stylesheet src="GWTCButton.css"/> <stylesheet src="GWTCTabPanel.css"/> <set-property name="compiler.stackMode" value="strip"/> <extend-property name="locale...
{ "content_hash": "487a2761390d74b470b9f42305b52702", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 67, "avg_line_length": 38.888888888888886, "alnum_prop": 0.7228571428571429, "repo_name": "mwl/gwt-upload", "id": "09e8dd0d163f9ac16481b160ef0653c6401add30", "size": "350", ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Reflection; using NUnit.Common; using NUnit; using NUnit.Framework.Api; using NUnit.Framework.Interfaces; using NUnit.Framework.Internal; using NUnit.Framework.Internal.Filters; namespace NUnitLite { /// <summar...
{ "content_hash": "37281507c60e481e957bf6f7356abd8a", "timestamp": "", "source": "github", "line_count": 440, "max_line_length": 132, "avg_line_length": 34.39090909090909, "alnum_prop": 0.5632434575733545, "repo_name": "jadarnel27/nunit", "id": "0d3ce7409af6869c38c888f61368e1afce7872e3", "size": "16...
const etag = require('./etag') const pkg = JSON.stringify(require('./package.json')) const restify = require('restify') const server = restify.createServer() let count = 1 server.get('/a', function (req, res, next) { const tag = etag(pkg + ++count) if (!(tag instanceof Error)) { res.setHeader('ETag', tag) ...
{ "content_hash": "c07c8f1ac648d49bede1f101d670eedb", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 75, "avg_line_length": 20.575, "alnum_prop": 0.6245443499392467, "repo_name": "davidmarkclements/0x", "id": "dfbd65bfb1cb6a06993095fbaa14d873413b9b13", "size": "823", "bi...
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Composite//EN" "ditabase.dtd"> <topic id="topic2" xml:lang="en"> <title id="iw157419">About the Greenplum Architecture</title> <shortdesc>This section provides a high-level description of Greenplum Database architecture.</...
{ "content_hash": "bf1f0bc75ee0b5c946e7b5d3be3e3f73", "timestamp": "", "source": "github", "line_count": 276, "max_line_length": 129, "avg_line_length": 67.84420289855072, "alnum_prop": 0.6213618157543391, "repo_name": "rvs/gpdb", "id": "e3a48a940f593a67947fc267dd2faf30a7b3d92a", "size": "18725", ...
// https://github.com/pburtchaell/redux-promise-middleware function isPromise(value) { if (value !== null && typeof value === 'object') { return value && typeof value.then === 'function'; } return false; } const defaultTypes = [ 'PENDING', 'FULFILLED', 'REJECTED' ]; /** * @function promiseMiddleware * @...
{ "content_hash": "508fab0e8da1d323b5bb758c0425ae27", "timestamp": "", "source": "github", "line_count": 156, "max_line_length": 79, "avg_line_length": 30.012820512820515, "alnum_prop": 0.5685604442545921, "repo_name": "pbdm/html-base-template", "id": "c8a0aaf4f7ffeee351d2129bdf7d2f7bda257339", "siz...
{-# LANGUAGE OverloadedStrings #-} module Main ( main ) where import Criterion.Main (Benchmark, defaultMain, bgroup) import System.FilePath ((</>)) import System.IO (IOMode (WriteMode), openFile, hSetEncoding, utf8) import qualified Benchmarks.Builder as Builder import qualified Benchmarks.DecodeUtf8 as Decod...
{ "content_hash": "8ae58f4d46b48b91cc813470fdbed3e9", "timestamp": "", "source": "github", "line_count": 77, "max_line_length": 70, "avg_line_length": 40.324675324675326, "alnum_prop": 0.7069243156199678, "repo_name": "text-utf8/text", "id": "f074ab4a49db8dedc4fdee093702b7f19ee5e2ab", "size": "3193"...
@interface AppDelegate () @end @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Override point for customization after application launch. return YES; } - (void)applicationWillResignActive:(UIApplication *)applicat...
{ "content_hash": "3482deb8559f3d3937dcf07b121a2e22", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 281, "avg_line_length": 53.48571428571429, "alnum_prop": 0.7863247863247863, "repo_name": "ShenYj/Demos", "id": "56b16ee25ce55230bb2b61f34bc25a159bfe4164", "size": "2032", ...
<div class="row"> <?php echo form_open(current_url()); ?> <div class="col-md-4"> <?php echo $this->session->flashdata('alert'); ?> <legend>Tambah Topik Baru</legend> <div class="form-group"> <label for="">Nama</label> <input type="text" name="nama" class="form-control" value="<?php echo set_value('nama');...
{ "content_hash": "6ee1a519e850e897f3d89e4ee02ca9c2", "timestamp": "", "source": "github", "line_count": 134, "max_line_length": 184, "avg_line_length": 43.87313432835821, "alnum_prop": 0.5844531382888246, "repo_name": "nitinegoro/tamtv", "id": "a5c2a610f1288bb5869af5f6cdb48cb6c5703103", "size": "58...
<?php namespace ReCaptcha; /** * reCAPTCHA client. */ class ReCaptcha { /** * Version of this client library. * * @const string */ const VERSION = 'php_1.2.3'; /** * URL for reCAPTCHA siteverify API. * * @const string */ const SITE_VERIFY_URL = 'https://www....
{ "content_hash": "f7a22bd9957e14b3cb0cd4b21170eac6", "timestamp": "", "source": "github", "line_count": 265, "max_line_length": 125, "avg_line_length": 26.841509433962266, "alnum_prop": 0.5910305075214396, "repo_name": "greenelfx/MapleBit", "id": "224931b42e45295a02c8b1892ce7478c8456886f", "size": ...
#ifndef rtosim_SignalProcessing_h #define rtosim_SignalProcessing_h #include "rtb/Filter/Designer.h" #include "rtb/Filter/Filter.h" #include "rtb/Filter/Polynomial.h" #include "rtb/Filter/StateSpaceFilter.h" #include "rtb/Filter/TransferFunction.h" #include "rtosim/GeneralisedCoordinatesStateSpace.h" #include "rtosi...
{ "content_hash": "55f87aaa7c17b25c91418ff762527a71", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 62, "avg_line_length": 29.833333333333332, "alnum_prop": 0.819366852886406, "repo_name": "RealTimeBiomechanics/rtosim", "id": "734b7b118d2fdf938457d929880cc57d6e4cb72a", "s...
using System; using System.Collections.Generic; namespace Autocore.Samples.Console { #region Output services public interface IOutput : ISingletonDependency { void WriteLine(string text); } public class ConsoleOutput : IOutput { public virtual void WriteLine(string text) { System.Console.WriteLine(strin...
{ "content_hash": "6184a34fbf59398b52d976acd0a89f31", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 71, "avg_line_length": 20.703125, "alnum_prop": 0.7018867924528301, "repo_name": "pzavolinsky/Autocore", "id": "7c82a3ab59e832da654bfca4a43d2d461c63a7dd", "size": "1325", ...
require 'spec_helper' describe Location do subject { @location } before { @location = Location.make } # Valid context 'when has valid attributes' do it { should be_valid } end # Validations context 'validations' do it { should have_valid(:country).when('a'*2, 'a'*100) } it { should_not have_...
{ "content_hash": "c496c7129fbc432d4b60f6155d511307", "timestamp": "", "source": "github", "line_count": 53, "max_line_length": 97, "avg_line_length": 29.37735849056604, "alnum_prop": 0.5626204238921002, "repo_name": "lucianot/dealbook", "id": "16d1b37490f5430cde48ee45895177f997636791", "size": "155...
<TEI xmlns="http://www.tei-c.org/ns/1.0"> <teiHeader> <fileDesc> <titleStmt> <title>Memoirs: of Mrs. Lætitia Pilkington, wife to the Rev. Mr. Matthew Pilkington. Written by herself. Wherein are occasionally interspersed, all her poems; with anecdotes of several eminent persons, living and ...
{ "content_hash": "185c3c7272a3c97a172310d109f53956", "timestamp": "", "source": "github", "line_count": 7456, "max_line_length": 878, "avg_line_length": 64.00013412017168, "alnum_prop": 0.6258306526818739, "repo_name": "benjaminpauley/RBSDigitalApproaches", "id": "49da73e9e92af7ff041dfc3897fb0a6b144f...
FROM balenalib/jetson-xavier-nx-devkit-ubuntu:cosmic-build ENV NODE_VERSION 10.24.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha.pool.s...
{ "content_hash": "314bb65d85a32bc994587391234c5290", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 694, "avg_line_length": 67.09756097560975, "alnum_prop": 0.7102871683024354, "repo_name": "nghiant2710/base-images", "id": "4e3f7354c89a4cbef2232ad3eef43c2b11a8bfde", "size...
PROJECT_ID=$1 IPV6_HACK=true DRYRUN=${DRYRUN:-} set +x if [ "$IPV6_HACK" = "true" ]; then # Workaround https://github.com/hashicorp/terraform-provider-google/issues/6782 sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1 net.ipv6.conf.default.disable_ipv6=1 net.ipv6.conf.lo.disable_ipv6=1 > /dev/null export APIS=...
{ "content_hash": "ffa0ed1a23f37983c4a53be1169883b6", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 154, "avg_line_length": 33.92, "alnum_prop": 0.6981132075471698, "repo_name": "GoogleCloudPlatform/retail-common-services", "id": "b579e9ec98f95c7423c29dcd91c1c2c0583043f4", ...
layout: page title: About Me --- Hello, I'm Sagang, a student at the University of California, Berkeley pursuing a degree in Computer Science. ## About This Site This site is built using [Jekyll](https://jekyllrb.com/), and [Poole's](http://getpoole.com/) [Hyde](http://hyde.getpoole.com) theme. It is developed on G...
{ "content_hash": "89e8ea6bb82bf1a7e0152f3890a957dd", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 208, "avg_line_length": 41.666666666666664, "alnum_prop": 0.728, "repo_name": "sagangwee/sagangwee.github.io", "id": "725c62e8a4be73a3924c6e137d6ed7a8f680ed42", "size": "379...
angular.module("umbraco").controller( "ConfirmModalController", function ($scope, modals) { // --- // PUBLIC METHODS. // --- // Wire the modal buttons into modal resolution actions. $scope.close = modals.reject; ...
{ "content_hash": "b526dcc2057915104229f3d0f38bc612", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 72, "avg_line_length": 29.846153846153847, "alnum_prop": 0.44329896907216493, "repo_name": "ccasalicchio/UmbracoPackages", "id": "129d3f3244e0c41404d024366f697b1276702d92", ...
module.exports = submodule var npm = require("./npm.js") , cache = require("./cache.js") , git = require("./utils/git.js") , asyncMap = require("slide").asyncMap , chain = require("slide").chain submodule.usage = "npm submodule <pkg>" submodule.completion = require("./docs.js").completion function submodule...
{ "content_hash": "340c89e5060b999322f4ca219f63f445", "timestamp": "", "source": "github", "line_count": 86, "max_line_length": 73, "avg_line_length": 26.837209302325583, "alnum_prop": 0.6161178509532063, "repo_name": "ronbelson/ghost-proxy-hebrew", "id": "eab4d21b05cea95a56fdb908f5f48adfd285aecf", ...
:: :: Collect files to be installed to install directory :: :: This file is part of the Sofia-SIP package :: :: Copyright (C) 2006 Nokia Corporation. :: :: Contact: Pekka Pessi <pekka.pessi@nokia.com> :: :: This library is free software; you can redistribute it and/or :: modify it under the terms of the GNU L...
{ "content_hash": "4c2291109ac3d53276af0b4c185cb6a4", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 98, "avg_line_length": 31.483870967741936, "alnum_prop": 0.7008196721311475, "repo_name": "ctdao/dektalk", "id": "75457fd2cbd40b1fa8f649c6519509d524070c8a", "size": "1952",...
<?php namespace PHPExiftool\Driver\Tag\DICOM; use JMS\Serializer\Annotation\ExclusionPolicy; use PHPExiftool\Driver\AbstractTag; /** * @ExclusionPolicy("all") */ class DetectorActiveOrigin extends AbstractTag { protected $Id = '0018,7028'; protected $Name = 'DetectorActiveOrigin'; protected $FullN...
{ "content_hash": "31c7506d3a9ba37cc30b45e87533288d", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 54, "avg_line_length": 16.36111111111111, "alnum_prop": 0.6689303904923599, "repo_name": "bburnichon/PHPExiftool", "id": "8881af6876bc29018fc6a91d02381113feea8c9c", "size":...
package org.apache.druid.query; import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.databind.ObjectMapper; import com.google.common.annotations.VisibleForTesting; import com.google.common.base.Preconditions; import org.apache.druid.java.util.common.ISE; import org.apache.druid.java.uti...
{ "content_hash": "1a0f7ae94c9706988853357149cb655c", "timestamp": "", "source": "github", "line_count": 239, "max_line_length": 121, "avg_line_length": 39.83682008368201, "alnum_prop": 0.7122151034555194, "repo_name": "nishantmonu51/druid", "id": "9302763d3e5f134685473848787c67f987619c65", "size": ...
package org.elasticsearch.test; import com.google.common.collect.Lists; import org.elasticsearch.action.admin.cluster.node.info.NodeInfo; import org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse; import org.elasticsearch.action.admin.cluster.node.stats.NodeStats; import org.elasticsearch.action.admi...
{ "content_hash": "3c6711f2f401f6e9b6e2692387f83bdd", "timestamp": "", "source": "github", "line_count": 151, "max_line_length": 168, "avg_line_length": 38.264900662251655, "alnum_prop": 0.6915887850467289, "repo_name": "dmiszkiewicz/elasticsearch", "id": "64838887ad1aae563464da8935135395474a6ae7", ...
#ifndef PSOC6_IPCPIPE_TRANSPORT_DRIVER_H_ #define PSOC6_IPCPIPE_TRANSPORT_DRIVER_H_ #include <stdint.h> #include "mbed.h" #include "CordioHCITransportDriver.h" namespace ble { namespace vendor { namespace cypress { using namespace ble::vendor; /** * Implementation of the H4 driver over PSoC6 IPC pipe. */ class...
{ "content_hash": "809bb2dc0a70f45f7f7d06b335e66a06", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 72, "avg_line_length": 18.178571428571427, "alnum_prop": 0.6601178781925344, "repo_name": "andcor02/mbed-os", "id": "02f7fe69e0fa7c2cef9c313be40bbb0d093833b5", "size": "173...
layout: post title: "Revamping Curriculum" description: "Time to focus on Javascript." headline: category: Bootcamp tags: [Technical, Curriculum, Incoming Students] image: feature: comments: true mathjax: --- We'll be making some major changes to the curriculm at Coder Camps in the following months, starting wit...
{ "content_hash": "21515715923d34d4e0c3326b43ed1b79", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 342, "avg_line_length": 62.94444444444444, "alnum_prop": 0.7837599293909974, "repo_name": "brassington/brassington.github.io", "id": "b8195c45aba550cece5ca9f1846d703dee7fa2cd...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "45e0d4faa2e6f3335be4808ded139694", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "36dbe167e90129762a90256b52839c1d6cd19fde", "size": "185...
namespace NativeCode.Sqlite.QueryBuilder.Statements { using System; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Text; using NativeCode.Sqlite.QueryBuilder.Extensions; [SuppressMessage("StyleCop.CSharp.ReadabilityRules", "SA1126:PrefixCallsCorrectly", Justification =...
{ "content_hash": "66209662e3552e8d52ee0d7cab7afa47", "timestamp": "", "source": "github", "line_count": 88, "max_line_length": 141, "avg_line_length": 32.90909090909091, "alnum_prop": 0.5783839779005525, "repo_name": "nativecode-dev/sqlitenet-querybuilder", "id": "621569bb223dfe53f7649a05837496ad686b...
function SingInWindow() { //var tabGroup = Titanium.UI.createTabGroup(); var win = Titanium.UI.createWindow({ title : L('singin'), tabBarHidden : true, backgroundColor : "black" }); win = Titanium.UI.createWindow({ backgroundImage : '/images/background.png', id : "window1" }); var scrollView = Ti.UI....
{ "content_hash": "ac2b4531321a403c1400418a492a5f04", "timestamp": "", "source": "github", "line_count": 193, "max_line_length": 165, "avg_line_length": 23.378238341968913, "alnum_prop": 0.637854609929078, "repo_name": "alexjabf/itstaff-movil", "id": "b78f380469a8aa10d4e2b43a31e8ab52240ab2f1", "size...
/* MIT License http://www.opensource.org/licenses/mit-license.php */ "use strict"; const RuntimeGlobals = require("../RuntimeGlobals"); const Template = require("../Template"); const HelperRuntimeModule = require("./HelperRuntimeModule"); class CreateFakeNamespaceObjectRuntimeModule extends HelperRuntimeModule { c...
{ "content_hash": "0b20bfe854c66cb8ab09ec507c3e4f2c", "timestamp": "", "source": "github", "line_count": 70, "max_line_length": 139, "avg_line_length": 35.642857142857146, "alnum_prop": 0.6368737474949899, "repo_name": "jarv/cmdchallenge", "id": "83506677ee4a665a66d750ea705acc8e507d660a", "size": "2...
package com.norwand.game.desktop; import com.badlogic.gdx.Files.FileType; import com.badlogic.gdx.backends.lwjgl.LwjglApplication; import com.badlogic.gdx.backends.lwjgl.LwjglApplicationConfiguration; import com.norwand.game.MainGame; /** The main launcher for the desktop application. */ public class DesktopLauncher ...
{ "content_hash": "5923ad135af441e57c7ac190f830ab48", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 81, "avg_line_length": 33.81818181818182, "alnum_prop": 0.7661290322580645, "repo_name": "Darkxell/Les-Chroniques-de-Norwand", "id": "8dfdbb2cd5670f1a305eecd24f690836526da5a9...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>People</title> <meta name="generator" content="Serif WebPlus X7"> <meta name="viewport" content="width=320"> <link rel="stylesheet" type="text/css" href="wpscripts/wpstyles.css"> <style type="text/css"> .C-1 { line-he...
{ "content_hash": "1ff910d807a8636f636f5dc057525386", "timestamp": "", "source": "github", "line_count": 92, "max_line_length": 341, "avg_line_length": 87.40217391304348, "alnum_prop": 0.6900882974754384, "repo_name": "GrowSocial/pilot", "id": "c4163a502f29d61cc3f1d28a1e0c37b8974c9cb3", "size": "804...
package io.reactivex.netty.server; import io.netty.bootstrap.ServerBootstrap; import io.netty.buffer.PooledByteBufAllocator; import io.netty.channel.ChannelOption; import io.netty.channel.EventLoopGroup; import io.netty.channel.ServerChannel; import io.netty.channel.epoll.EpollServerSocketChannel; import io.netty.ch...
{ "content_hash": "8ee93d94002291b5cc2171545a452d01", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 97, "avg_line_length": 36.61290322580645, "alnum_prop": 0.728193832599119, "repo_name": "mgajdos/RxNetty", "id": "df19f86602da32cc01f69a365035b8c1a1ff89b5", "size": "2866",...
The examples are written with nim-0.10.2. Use $ nim c NAME.nim or $ nim c --opt:speed NAME.nim to build, where `NAME.nim` is the project main file.
{ "content_hash": "81f81f54a4dcb42769140271e8651fb0", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 52, "avg_line_length": 14.636363636363637, "alnum_prop": 0.6583850931677019, "repo_name": "arthurtw/nim-examples", "id": "746c95f9738a0dc2cd0ef49956e43133a084363b", "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 (version 1.7.0_60) on Wed Nov 26 10:53:03 PST 2014 --> <title>Request.GraphUserCallback</title> <meta name="date" content="2014-11-26"> <link rel="sty...
{ "content_hash": "4a97e7ca5cd4e7febda31b5d1e7fe659", "timestamp": "", "source": "github", "line_count": 217, "max_line_length": 300, "avg_line_length": 36.654377880184335, "alnum_prop": 0.6532562232838823, "repo_name": "GoldenMobile009/BeingAgent-facebook-android-sdk-3.21.0-", "id": "93fd42040854a193...
namespace System.Management.Automation { /// <summary> /// Providers that want to specify OutputType can use these strings /// for the ProviderCmdlet parameter. /// </summary> public static class ProviderCmdlet { /// <summary> /// Add-Content cmdlet. /// </summary> ...
{ "content_hash": "a93ecd82d809acacd3c9d157d3116713", "timestamp": "", "source": "github", "line_count": 194, "max_line_length": 71, "avg_line_length": 27.432989690721648, "alnum_prop": 0.5189778278842541, "repo_name": "JamesWTruher/PowerShell-1", "id": "c91c3ce69fbf090672f6e7731b25f7c493b2b6c7", "s...
import { isEqual, isFn, Subscribable, FormPath, FormPathPattern, defaults, shallowClone, isStr, isValid } from '@formily/shared' import { Immer, enableAllPlugins, Draft, setAutoFreeze } from 'immer' import { StateDirtyMap, IDirtyModelFactory, NormalRecord } from '../types' enableAllPlugins() setAuto...
{ "content_hash": "b31eeed58c4a497d5f8f5c5473830ac8", "timestamp": "", "source": "github", "line_count": 292, "max_line_length": 77, "avg_line_length": 26.113013698630137, "alnum_prop": 0.5791475409836065, "repo_name": "leomYili/my-learning-notes", "id": "c4d33f872784cdc01160c2854b57ab5723d4300a", "...
namespace net { namespace test_server { class EmbeddedTestServer; class HttpResponse; struct HttpRequest; } // namespace test_server } // namespace net // Installs a mock crash server endpoint. class MockCrashEndpoint { public: struct Report { Report(std::string query_value, std::string content_value); st...
{ "content_hash": "5dc42783a2eb32f6c660c858f0e129e8", "timestamp": "", "source": "github", "line_count": 72, "max_line_length": 82, "avg_line_length": 33.986111111111114, "alnum_prop": 0.7176134041683694, "repo_name": "nwjs/chromium.src", "id": "b7cc1b8efb6bb039128d4717c594a141a176c2a6", "size": "30...
* * * title: React Themes built by or curated by the Material-UI's creators * * * # Temas Premium <p class="description">Our collection of templates include themes to build an admin, dashboard, landing page, e-commerce site, application, and more.</p> React Themes & Templates built by or curated by Material-UI's c...
{ "content_hash": "671f1308efcd6bf39e98feaad2e615a1", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 153, "avg_line_length": 30.846153846153847, "alnum_prop": 0.7381546134663342, "repo_name": "allanalexandre/material-ui", "id": "78a487e40e7f970f80883964ca8b4729bdf802a4", "...
package com.ocdsoft.bacta.swg.server.game.component; /** * Created by crush on 9/5/2014. */ public abstract class NpcConversationComponent implements ExtensibleComponent { @Override public final int getComponentType() { return ComponentTypes.NpcConversationComponent; } public abstract void onStartConver...
{ "content_hash": "780d931ce9d360b1a5dd82ab4f16d281", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 91, "avg_line_length": 33.38461538461539, "alnum_prop": 0.7764976958525346, "repo_name": "bacta/swg", "id": "a18e00b060df29998221deb97e9d2ae56218b236", "size": "434", "bi...
from django.core.urlresolvers import reverse, NoReverseMatch from corehq.apps.reports.standard.deployments import DeploymentsReport from corehq.apps.reports.datatables import DataTablesHeader, DataTablesColumn from corehq.const import SERVER_DATETIME_FORMAT from corehq.util.timezones.conversions import ServerTime from ...
{ "content_hash": "d95d54d8741bf24828ef45fb3e0bbb00", "timestamp": "", "source": "github", "line_count": 125, "max_line_length": 145, "avg_line_length": 40.592, "alnum_prop": 0.6166732361056366, "repo_name": "puttarajubr/commcare-hq", "id": "95f475d2241f6a55db259ad50fd2c068036dcbd1", "size": "5074",...
/** * Author: Bob Chen */ package com.jcommerce.core.io; public class FileManagerFactory { private static IFileManager fileManager = null; public synchronized static IFileManager getFileManager() { if (fileManager == null) { String root = System.getProperty("JCOMMERCE_HOME"); System.out.println("...
{ "content_hash": "cb5194653a76a3412e02ddbb3b48d691", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 60, "avg_line_length": 22.473684210526315, "alnum_prop": 0.6861826697892272, "repo_name": "jbosschina/jcommerce", "id": "3d7fcde032cc9b448e253769d1e0bf1e4fb354ea", "size": ...
<!-- HTML header for doxygen 1.8.6--> <!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" conte...
{ "content_hash": "14ce600e7a14cfe4c34d3946cc84799e", "timestamp": "", "source": "github", "line_count": 203, "max_line_length": 140, "avg_line_length": 37.669950738916256, "alnum_prop": 0.5880737544134955, "repo_name": "lucasbrsa/OpenCV-3.2", "id": "b07eff485fa5c2b02fbfc53d7c92072119bf4acb", "size"...
package eu.scasefp7.eclipse.umlrec.ui.wizard; import org.eclipse.osgi.util.NLS; public class Messages extends NLS { private static final String BUNDLE_NAME = "eu.scasefp7.eclipse.umlrec.ui.wizard.messages"; //$NON-NLS-1$ public static String PapyrusExportJob_Failed; public static String PapyrusExportJobDescr...
{ "content_hash": "4e4119f66eeb079c931c1110420a0375", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 105, "avg_line_length": 40.592592592592595, "alnum_prop": 0.833941605839416, "repo_name": "s-case/uml-extraction", "id": "eae593e4b5ab5812969557db8422786e1c3fa2e7", "size":...
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.shansown.androidarchitecture"> <uses-permission android:name="android.permission.INTERNET"/> <application android:name=".App" android:allowBackup="true" android:icon="@mip...
{ "content_hash": "b8560b41de67f1281e2e827423d87eb5", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 68, "avg_line_length": 32, "alnum_prop": 0.6662946428571429, "repo_name": "ShansOwn/android-architecture", "id": "2ac4d69d5242ccd98b706531b8545f300b6f56b4", "size": "896", ...
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.lany.pwv"> <uses-permission android:name="android.permission.INTERNET" /> <application android:icon="@mipmap/ic_launcher" android:label="@string/app_name" androi...
{ "content_hash": "a83410a1dddf263e5f641478f45fa518", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 76, "avg_line_length": 32.03448275862069, "alnum_prop": 0.5855758880516685, "repo_name": "lany192/ProgressWebView", "id": "19498536f02fe662f9a55c3b24917043481c012a", "size"...
function StartChallengeWindow() { var StartChallengeView = require('ui/newChallenge/StartChallengeView'); var startChallengeView = new StartChallengeView(); var Picker = require('ui/newChallenge/Picker'); var picker = new Picker(); var self = Titanium.UI.createWindow({ navTintColor : 'white', tintColor : '#E...
{ "content_hash": "f56766b240f672d02899dd0a893dbf9d", "timestamp": "", "source": "github", "line_count": 55, "max_line_length": 72, "avg_line_length": 23.145454545454545, "alnum_prop": 0.6732128829536528, "repo_name": "johneisenheim/bangcode", "id": "116ddb42a255b11c65764c8ee1e6348245dfb31b", "size"...
layout: post title: "Типовой конфиг сайта на связке NGINX + PHP-FPM" categories: nginx php description: "Типовой конфиг сайта на связке NGINX + PHP-FPM" keywords: "nginx, php, php-fpm" --- Пути файлов в зависимости от ОС, версии ОС и используемого софта (web-панели типа WHM или Parallels Plesk) могут очень сильно варь...
{ "content_hash": "10494c6a929141868a043a89ec5a4b8d", "timestamp": "", "source": "github", "line_count": 106, "max_line_length": 484, "avg_line_length": 29.4811320754717, "alnum_prop": 0.67808, "repo_name": "strangeman/strangeman.github.io", "id": "f4127d9bdd59c96eacca8bdf465c1b6865c4ed8b", "size": ...
/// @ref core /// @file glm/detail/type_vec.hpp #pragma once #include "qualifier.hpp" #include "type_int.hpp" #include "compute_vector_relational.hpp" namespace glm{ namespace detail { template<typename T, std::size_t size, bool aligned> struct storage { typedef struct type { uint8 data[size]; } type; }; ...
{ "content_hash": "b8506d90b5b1cc724b8d090d4e75bc33", "timestamp": "", "source": "github", "line_count": 562, "max_line_length": 142, "avg_line_length": 46.98398576512456, "alnum_prop": 0.7074417723915924, "repo_name": "f1nalspace/final_game_tech", "id": "cf4f34c69c41955bf15335a2f2f0caf2a92fb0aa", "...
<?xml version="1.0" encoding="utf-8"?> <resources> <plurals name="albums_quantity"> <item quantity="one">1 album</item> <item quantity="other">%d album</item> </plurals> <plurals name="mediafiles_quantity"> <item quantity="one">1 média fájl</item> <item quantity="other">%d mé...
{ "content_hash": "17c3d1560cbc4b2bc59589c308e5052f", "timestamp": "", "source": "github", "line_count": 249, "max_line_length": 196, "avg_line_length": 65.96787148594377, "alnum_prop": 0.7301229757701205, "repo_name": "hanhailong/VCL-Android", "id": "1e842e66caaf40e932749f977fe76d0fa3b3259e", "size...
import * as asn1js from "asn1js"; import { getParametersValue, clearProps } from "pvutils"; import GeneralName from "./GeneralName.js"; //************************************************************************************** /** * Class from RFC5280 */ export default class AuthorityKeyIdentifier { //*******...
{ "content_hash": "867f2f7d8c01d8bda3dd72628b122cf1", "timestamp": "", "source": "github", "line_count": 244, "max_line_length": 163, "avg_line_length": 30.40573770491803, "alnum_prop": 0.5812104057150559, "repo_name": "GlobalSign/PKI.js", "id": "6573c8f502009fa1665b39dd2ad60981e8552141", "size": "7...
""" Wrapper functions for running the Kappa programs *Kasim* and *complx*. In general only the following three functions will be needed for typical use: * :py:func:`run_simulation` * :py:func:`influence_map` * :py:func:`contact_map` The other functions are used internally and manage the execution of the ...
{ "content_hash": "74461cc19bb784e94cd6a528070640c0", "timestamp": "", "source": "github", "line_count": 351, "max_line_length": 80, "avg_line_length": 35.33048433048433, "alnum_prop": 0.6260785420530602, "repo_name": "d-fan/pysb", "id": "6ccbfd0a12acc46f42038dc32673f40b924a1bb1", "size": "12401", ...
using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Steep.Web.Controllers.Tests")] [assembly: ...
{ "content_hash": "f4b5209ee7d868867aca842287f0c97c", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 84, "avg_line_length": 39.51428571428571, "alnum_prop": 0.7454808387563269, "repo_name": "newmast/Steep", "id": "a17f0e91e46a5392e8df07eae6da3f39eb160659", "size": "1386", ...
import { NG_VALUE_ACCESSOR, ControlValueAccessor } from '@angular/forms'; import { Component, OnInit, Input, EventEmitter, Output, forwardRef, ChangeDetectorRef, ChangeDetectionStrategy } from '@angular/core'; export const CHECKBOX_VALUE_ACCESSOR: any = { provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => B...
{ "content_hash": "5f20b448a1e2416d77410cf5a44dbbfb", "timestamp": "", "source": "github", "line_count": 91, "max_line_length": 135, "avg_line_length": 22.87912087912088, "alnum_prop": 0.6479346781940442, "repo_name": "gsbybb/ng-bulma", "id": "07d97b1348554a3243315f5993f795ef2ed6d7ea", "size": "2082...
package com.example.androiduploadfile; import java.io.InputStream; import java.io.OutputStream; import java.net.HttpURLConnection; import java.net.URL; import java.net.URLEncoder; import org.json.JSONException; import org.json.JSONObject; public class UserUpdate { public static void update() { Thread t = new Thr...
{ "content_hash": "d23b30fc2f21cfaa5d71488506655a7f", "timestamp": "", "source": "github", "line_count": 102, "max_line_length": 67, "avg_line_length": 28.03921568627451, "alnum_prop": 0.6157342657342657, "repo_name": "yuSniper/FileUpLoad-android-web", "id": "5bbaba518da99152e4fc22356eb8db3ffc0d9640",...
Welcome! We would love to have you contribute bug fixes or new functionality to Prism. The best starting point is to enter an Issue [here](https://github.com/PrismLibrary/Prism/issues). We can then have a brief discussion on what you want to do and where it fits with our milestones and goals for the library. As long ...
{ "content_hash": "2b1dd0be7d1b2946146a28991cc07263", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 346, "avg_line_length": 92.53333333333333, "alnum_prop": 0.7824207492795389, "repo_name": "GaaH/Prism", "id": "a28544b7e750c7e1a34feef3d4d491f97e45ae43", "size": "1411", ...
```bash # 1. Consultar la configuracion actual $ cat ~/.gitconfig # 2. Hacer un wrapper $ echo -e '#!/bin/sh\n/usr/bin/opendiff "$2" "$5" -merge "$1"' > /usr/local/bin/programa-git-diff.sh $ sudo chmod +x /usr/local/bin/programa-git-diff.sh # 3. Setter de Git $ git config --global diff.external programa-git-diff.sh `...
{ "content_hash": "986676d7fa940cd2d7965092a1bb7d96", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 100, "avg_line_length": 29.363636363636363, "alnum_prop": 0.6718266253869969, "repo_name": "sinaptica/curso-git", "id": "5ced90398dc3429b55b92033dbef66a1b44b1f2f", "size": ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace KPU_Assembler { public partial class LowLevelAssemblyVisitor<Result> : LowLevelAssemblyBaseVisitor<Result> { /// <summary> /// OUT C /// </summary> /// ...
{ "content_hash": "1335da12e2b6dadc66b55eb6fa64ce63", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 94, "avg_line_length": 27.82857142857143, "alnum_prop": 0.5390143737166324, "repo_name": "KPU-RISC/KPU", "id": "9ac8d02d68673fb73903e17723b4a0907fddd484", "size": "976", ...
/*You are given a binary tree in which each node contains a value. Design an alogorithm to print all paths which sum to a given value. The path does not need to start or end at the root or leaf, but must go in a straight line down*/ "use strict"; function getPaths(node, val, paths, results) { if(!paths) { paths = ...
{ "content_hash": "c190661123e05cbbe12f9c420b46f2b3", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 232, "avg_line_length": 19.65, "alnum_prop": 0.6268023748939779, "repo_name": "snatesan/problems", "id": "03b393a7b2b49040e1f1f4feffc2ac6af060b2a9", "size": "1179", "bina...
package org.apache.commons.math3.analysis.interpolation; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import org.apache.commons.math3.analysis.differentiation.DerivativeStructure; import org.apache.commons.math3.analysis.differentiation.UnivariateDifferentiableVectorFunction; import or...
{ "content_hash": "1eb06be85e08aad9024f2238c7b2ae4a", "timestamp": "", "source": "github", "line_count": 224, "max_line_length": 102, "avg_line_length": 38.47767857142857, "alnum_prop": 0.6389372316974127, "repo_name": "venkateshamurthy/java-quantiles", "id": "15ed322947f81669d736a604f1dd4614c58d0595"...
class AddStartDateToBaselines < ActiveRecord::Migration def change add_column :baselines, :start_date, :date end end
{ "content_hash": "f128d640e3e594422e1a11b26f6a0681", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 55, "avg_line_length": 24.8, "alnum_prop": 0.7661290322580645, "repo_name": "momibun926/redmine_evm_custom", "id": "9a49eee66855b402d1f036c3952c264948bd5a91", "size": "124",...
jQuery(document).ready(function(){ jQuery('#guided_help_begin_button').click(function(){ jQuery('#guided_help_begin_dialog').modal('show'); }); jQuery('#guided_help_seedlot_inventory_button').click(function(){ jQuery('#guided_help_seedlot_inventory_dialog').modal('show'); }); jQuery...
{ "content_hash": "016b9e8588d2de3c2a2eed2cb9a1e3bd", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 70, "avg_line_length": 37.75, "alnum_prop": 0.6450331125827815, "repo_name": "solgenomics/sgn", "id": "c2643054eea80afa701a9055a7e103872371a667", "size": "756", "binary":...
Rails.application.routes.draw do mount Product::Engine => "/product" end
{ "content_hash": "0e0d2e317db03e4e1ba8c656b53a5088", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 37, "avg_line_length": 19, "alnum_prop": 0.7368421052631579, "repo_name": "madetech/made-product-engine", "id": "ea0cec129817438ed56a86d062e4a6951fd576e8", "size": "76", "...
function o = Mcl_Poly_Compress(o) % function o = Mcl_Poly_Compress(o) % This compresses some information inside an Mcl_Poly object (to consume less storage area). This reduces some 64-bit floating point numbers % down to 32-bit and clips o.X to only include columns for the linear terms. % ----------------------------...
{ "content_hash": "d70d95dffaf350996fb264302fd5c476", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 141, "avg_line_length": 43.78048780487805, "alnum_prop": 0.5119777158774373, "repo_name": "adaviding/Morpe", "id": "3fb264b052a0b22c6419e46282ec0da144b6ca36", "size": "1795...
#include "test_strategies.h" #include "src/strategyselector.h" strategy_list_t strategies; void init_test_strategies() { strategies.allocated = 0; strategies.count = 0; strategies.strategies = NULL; // Init strategyselector because it sets hardware flags. kvz_strategyselector_init(1, KVZ_BIT_DEPTH); ...
{ "content_hash": "c65af7e2b8b074f4410cf36f2eac57c8", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 67, "avg_line_length": 22.457142857142856, "alnum_prop": 0.6959287531806616, "repo_name": "ultravideo/kvazaar", "id": "1e8e4e44dbd7f19802f464922a0c2d5bfc88ee25", "size": "2...
package com.networknt.petstore.handler; import com.networknt.client.Http2Client; import com.networknt.exception.ApiException; import com.networknt.exception.ClientException; import io.undertow.UndertowOptions; import io.undertow.client.ClientConnection; import io.undertow.client.ClientRequest; import io.undertow.clien...
{ "content_hash": "7eadf2f3ffbaa4d9a4630280ddcfaeab", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 207, "avg_line_length": 42.095238095238095, "alnum_prop": 0.7168174962292609, "repo_name": "networknt/light-java-example", "id": "57f24675cdaf0ce0afc09ee7413326b8d7aeb93d", ...
import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { ChartModule } from '../components/chart'; import { ApiService } from '../services/api'; import { SharedModule } from '../shared/shared.module'; import { HomeComponent } from './home.component'; import { HomeRoutingModul...
{ "content_hash": "f0bc1336bd94623e283cd47ef5489014", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 58, "avg_line_length": 22.833333333333332, "alnum_prop": 0.677007299270073, "repo_name": "artiz/ng2-monitor", "id": "8f7e4f9046a994c2e15fa56a02a9b054238bfa2f", "size": "548...
package gov.nih.nci.caintegrator.domain.annotation; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotSame; import static org.junit.Assert.assertTrue; import gov.nih.nci.caintegrator.application.study.AnnotationTypeEnum; import gov.nih.nci.caintegrator.application.study.ValidationEx...
{ "content_hash": "4e17480e5141633c9ae7cfe938b4400d", "timestamp": "", "source": "github", "line_count": 118, "max_line_length": 110, "avg_line_length": 40.58474576271186, "alnum_prop": 0.7467112131969096, "repo_name": "NCIP/caintegrator", "id": "4a0f2339f3952c816d3befd821af17246360207a", "size": "4...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "0b634449c5c7c3d7fb6399786e07f14b", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.307692307692308, "alnum_prop": 0.6940298507462687, "repo_name": "mdoering/backbone", "id": "6878d6b596ecbde1e94cb7c27c56f977647094ad", "size": "17...
package com.betfair.publicapi.types.global.v3; import javax.xml.bind.annotation.XmlEnum; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for MarketTypeEnum. * * <p>The following schema fragment specifies the expected content contained within this class. * <p> * <pre> * &lt;simpleType name="Mark...
{ "content_hash": "7dece197e4c8ce3b0a83bfcff3288dce", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 95, "avg_line_length": 20.977272727272727, "alnum_prop": 0.6359696641386782, "repo_name": "etothepii/haddock", "id": "74e9d13f969999e91441d1c491698a64bf21cc02", "size": "92...
import copy from string import Template import boto3 import json from moto import mock_cloudformation, mock_ecr import sure # noqa # pylint: disable=unused-import from moto.core import DEFAULT_ACCOUNT_ID as ACCOUNT_ID repo_template = Template( json.dumps( { "AWSTemplateFormatVersion": "2010-...
{ "content_hash": "4e66c7b8991686fb6e83573f4e4e5e92", "timestamp": "", "source": "github", "line_count": 103, "max_line_length": 75, "avg_line_length": 30.41747572815534, "alnum_prop": 0.6316629428662623, "repo_name": "spulec/moto", "id": "43f19fc99ff1382cc8bb7127650de3ada34e5088", "size": "3133", ...
var str = ''; var mp = new MonochromaticPalette(0, 50); var colors = mp.generate( 16, 60 ); for(var color of colors) { str += '<div style="display: inline-block; width: 50px; height: 50px;'; str += ' background-color: hsl(' + color.h + ',' + color.s + '%,' + color.l + '%)"></div>'; } document.write(str);
{ "content_hash": "0bb49920bd9e73b3fd47471328c2fe1a", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 95, "avg_line_length": 26.5, "alnum_prop": 0.5817610062893082, "repo_name": "mnito/factors-game", "id": "61f0a12c473bd4cc5191cf56bd74be65c2d5cd32", "size": "318", "binary...
FROM ubuntu:14.04 MAINTAINER Tianon Gravi <admwiggin@gmail.com> (@tianon) RUN apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys E871F18B51E0147C77796AC81196BA81F6B0FC61 RUN echo deb http://ppa.launchpad.net/zfs-native/stable/ubuntu trusty main > /etc/apt/sources.list.d/zfs.list # Packaged depen...
{ "content_hash": "bfe93802b5540792ffb827058b034e3a", "timestamp": "", "source": "github", "line_count": 186, "max_line_length": 166, "avg_line_length": 38.586021505376344, "alnum_prop": 0.736658771074265, "repo_name": "maaquib/docker", "id": "c73dee9606ed54406d392c10de81b265ee78a290", "size": "7923...
/* Code generated by IfcQuery EXPRESS generator, www.ifcquery.com */ #pragma once #include <vector> #include <map> #include <sstream> #include <string> #include "ifcpp/model/GlobalDefines.h" #include "ifcpp/model/BasicTypes.h" #include "ifcpp/model/BuildingObject.h" #include "IfcFlowTerminal.h" namespace IFC4X3 { clas...
{ "content_hash": "3100e7cfdad244c1d5381f256de5c91c", "timestamp": "", "source": "github", "line_count": 98, "max_line_length": 159, "avg_line_length": 53.173469387755105, "alnum_prop": 0.6407599309153713, "repo_name": "ifcquery/ifcplusplus", "id": "57e2e764848763b52e497a461e23fd84b4406ad0", "size":...
package org.fujion.plotly.common; /** * Controls display of tick labels. */ public enum ShowTickEnum { ALL, FIRST, LAST, NONE; @Override public String toString() { return name().toLowerCase(); } }
{ "content_hash": "fd92a0e11f56f0bd2d9b5e7955617ff9", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 36, "avg_line_length": 15.4, "alnum_prop": 0.6147186147186147, "repo_name": "fujion/fujion-framework", "id": "8a471f0a3f3e0f01f8ffee179b516777c569f1b3", "size": "871", "b...
package action import ( "helm.sh/helm/v3/pkg/release" ) // Get is the action for checking a given release's information. // // It provides the implementation of 'helm get' and its respective subcommands (except `helm get values`). type Get struct { cfg *Configuration Version int } // NewGet creates a new Get o...
{ "content_hash": "66f37940d9a6947380078e8819a11386", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 106, "avg_line_length": 20.8125, "alnum_prop": 0.7072072072072072, "repo_name": "adamreese/deployment-manager", "id": "c776eb696370c1cc3448d03dc7d9cd003371458d", "size": "1...
require 'pathname' Puppet::Type.newtype(:dsc_officeonlineserverwebappsmachine) do require Pathname.new(__FILE__).dirname + '../../' + 'puppet/type/base_dsc' require Pathname.new(__FILE__).dirname + '../../puppet_x/puppetlabs/dsc_type_helpers' @doc = %q{ The DSC OfficeOnlineServerWebAppsMachine resource typ...
{ "content_hash": "792e6e99bd137d5e32e03ed3f0285ad8", "timestamp": "", "source": "github", "line_count": 123, "max_line_length": 170, "avg_line_length": 33.86178861788618, "alnum_prop": 0.6777911164465786, "repo_name": "ferventcoder/puppetlabs-dsc", "id": "49a50f3d308ad676c4fe9bba449eb42e7c724eee", ...
package com.baidu.oped.apm.common.bo; import com.baidu.oped.apm.common.buffer.AutomaticBuffer; import com.baidu.oped.apm.common.buffer.Buffer; import com.baidu.oped.apm.common.buffer.FixedBuffer; /** * @author hyungil.jeong */ public class AgentStatCpuLoadBo { private final String agentId; private final ...
{ "content_hash": "e1948c2c08b9a30153f3be46ec2ffb7d", "timestamp": "", "source": "github", "line_count": 136, "max_line_length": 92, "avg_line_length": 31.360294117647058, "alnum_prop": 0.6086752637749121, "repo_name": "masonmei/apm-agent", "id": "dfac88a2ec62c3e6c0669a1ff29191ee44d1e9ad", "size": "...
<!-- Copyright (C) 2012-2015 DataStax 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 ...
{ "content_hash": "fc179d9b093953e4c4284d15389831f1", "timestamp": "", "source": "github", "line_count": 83, "max_line_length": 201, "avg_line_length": 36.024096385542165, "alnum_prop": 0.6130434782608696, "repo_name": "tommystendahl/java-driver", "id": "a8769bca3679feeff551faf766d1e1c8d8652c6a", "s...
<?php namespace Admin\Entity; use Doctrine\ORM\EntityRepository; /** * ConteudosRepository * * This class was generated by the Doctrine ORM. Add your own custom * repository methods below. */ class ConteudosRepository extends EntityRepository { }
{ "content_hash": "507c4e015271f5997ab4ff9e443dd6a9", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 68, "avg_line_length": 17, "alnum_prop": 0.7607843137254902, "repo_name": "sisdeve/site_gerenciador_pax", "id": "6a6bcf923036c2e363c5b631652c4bc3dbba497b", "size": "255", ...
org-citeproc is a standalone program that uses [pandoc-citeproc] to generate citations and a bibliography, given a database of bibliographic references and a [CSL] stylesheet. The idea is to make it possible for Emacs' [Org mode] exporters to use this excellent tool. org-citeproc is a fork of John MacFarlane's [cit...
{ "content_hash": "548627e0820f18adc54cc02a1a4404c6", "timestamp": "", "source": "github", "line_count": 80, "max_line_length": 90, "avg_line_length": 34.3625, "alnum_prop": 0.748272098945071, "repo_name": "wyleyr/org-citeproc", "id": "360fda8e1491307a041cf2ffee064555ff63bb4d", "size": "2765", "bi...
<!--########################################################################## # Copyright 2010 North Carolina State University # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # ...
{ "content_hash": "916bc29e4add9b264a742dbb8152a99a", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 116, "avg_line_length": 63.46153846153846, "alnum_prop": 0.4763636363636364, "repo_name": "ehelms/Opus", "id": "c6604d91e234ba50a21a62fa5ab1dc80b5ac7cac", "size": "1650", ...
module BarkestCore ## # Defines the email configuration for the system. class EmailConfig include ActiveModel::Model include ActiveModel::Validations attr_accessor :config_mode, :default_sender, :default_recipient, :default_hostname attr_accessor :address, :port, :authentication, :ssl, :e...
{ "content_hash": "eed2eba51ba8f4cf4c2e3d59d78b726a", "timestamp": "", "source": "github", "line_count": 132, "max_line_length": 102, "avg_line_length": 27.810606060606062, "alnum_prop": 0.5818578044129665, "repo_name": "barkerest/barkest_core", "id": "0b904e83f0f9a55c150f53941ab3f36a45b9ec42", "siz...
<?xml version="1.0" encoding="utf-8"?> <geo:GeodesyML gml:id="TOW200AUS" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <geo:siteL...
{ "content_hash": "99e0ec2bb3cb4085327e3a117981f16a", "timestamp": "", "source": "github", "line_count": 787, "max_line_length": 267, "avg_line_length": 67.07242693773824, "alnum_prop": 0.6026408517409919, "repo_name": "GeoscienceAustralia/geodesy-domain-model", "id": "de77af6a1e13da626eb9891b8c8ab9a7...
// Copyright (c) Zhirnov Andrey. For more information see 'LICENSE.txt' /* Type qualifiers used to optimize copy strategies. */ #pragma once #include "Core/STL/CompileTime/PlainOldDataType.h" namespace GX_STL { namespace CompileTime { // // Type Qualifier // struct ETypeQualifier { enum type : uint { ...
{ "content_hash": "a9a7b45cd00e6a6c0b4fe5980bf154f9", "timestamp": "", "source": "github", "line_count": 139, "max_line_length": 137, "avg_line_length": 32.07913669064748, "alnum_prop": 0.6983628616281677, "repo_name": "azhirnov/GraphicsGenFramework-modular", "id": "31e765842f56430d2808d66f247f9f66f4e...
title: Date.prototype.setUTCFullYear localeTitle: Date.prototype.setUTCFullYear --- ## Date.prototype.setUTCFullYear Это заглушка. [Помогите нашему сообществу расширить его](https://github.com/freecodecamp/guides/tree/master/src/pages/javascript/standard-objects/date/date-prototype-setutcfullyear/index.md) . [Это рук...
{ "content_hash": "e49819ad4a7e1eed286b9c1d618a5894", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 192, "avg_line_length": 48.3, "alnum_prop": 0.8115942028985508, "repo_name": "pahosler/freecodecamp", "id": "99c26cbf2d32216d22891f50830adcf6991dda5d", "size": "619", "bi...
// Copyright 2019 The Bazel Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
{ "content_hash": "5e4e09b051fb6d017b1ca4ce2d2f8510", "timestamp": "", "source": "github", "line_count": 110, "max_line_length": 100, "avg_line_length": 43.836363636363636, "alnum_prop": 0.7243882206553297, "repo_name": "aehlig/bazel", "id": "841ae42549abc1b1721418ebf44e7c93054fda54", "size": "4822"...
var eRouter = require('express').Router; var verbs = ['all', 'get', 'post', 'put', 'delete']; function makeArray(e) { if (!e) { return []; } else if (Array.isArray(e)) { return e; } else { return [e]; } } function Router(config, resolve) { var self = this; var router = eRouter(config); if (!resolve) { ...
{ "content_hash": "b96b0abd91aaa449ab4ea7e66652d7a1", "timestamp": "", "source": "github", "line_count": 139, "max_line_length": 53, "avg_line_length": 18.9568345323741, "alnum_prop": 0.6110056925996205, "repo_name": "onetwotrip/mvc", "id": "17bd737097f25bd5cff43cf246e870da8341d4d1", "size": "2635",...
<!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_91) on Mon Jun 06 14:51:22 EDT 2016 --> <title>Uses of Class org.apache.cassandra.utils.memory.MemtablePool (apache-cassandra API)</title> <met...
{ "content_hash": "26a4694e39007c02741089006b21215e", "timestamp": "", "source": "github", "line_count": 217, "max_line_length": 351, "avg_line_length": 48.41935483870968, "alnum_prop": 0.6508042257542591, "repo_name": "jasonwee/videoOnCloud", "id": "3dc6f67e17fda7321a8d6385e1b0f1b8fc2ec2ec", "size"...
package org.lilyproject.tools.import_.json.filters; import org.codehaus.jackson.JsonNode; import org.codehaus.jackson.node.ObjectNode; import org.lilyproject.repository.api.LRepository; import org.lilyproject.repository.api.RepositoryException; import org.lilyproject.repository.api.filter.RecordFilter; import org.lil...
{ "content_hash": "acae3b56c3cc880cd636d6e83ec97c12", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 82, "avg_line_length": 41.91304347826087, "alnum_prop": 0.803941908713693, "repo_name": "stevek-ngdata/lilyproject", "id": "aae34dea349c83c3669b8f30590160ab9ff6c459", "size...