text
stringlengths
2
1.04M
meta
dict
/* BlockRegExp version 0.1.0 */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : (global.BlockRegExp = factory()); }(this, (function () { 'use strict'; function _toConsumableArray(...
{ "content_hash": "d4611431c07997acab470f3771a0551d", "timestamp": "", "source": "github", "line_count": 49, "max_line_length": 195, "avg_line_length": 31.653061224489797, "alnum_prop": 0.6105738233397808, "repo_name": "x4storm/Block-RegExp", "id": "7808e494fec9981d0e986d57fc721a484625b71d", "size":...
var http = require("http"); // essential var st = require('st'); // essential var Router = require("routes-router"); // essential var pwd = require("pwd"); var redirect = require("redirecter"); var Session = require("generic-session"); var MemoryStore = require("generic-session").MemoryStore; var sendHtml = require("se...
{ "content_hash": "c1ccb374eb66e44e557181b9892cebf7", "timestamp": "", "source": "github", "line_count": 203, "max_line_length": 84, "avg_line_length": 25.985221674876847, "alnum_prop": 0.5435071090047393, "repo_name": "portlandcodeschool/js-night", "id": "7a9726ca75e9d49a2977dd5753eeb43e58b64ae4", ...
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media...
{ "content_hash": "d472ee3ee80c7a1df4643806499a7287", "timestamp": "", "source": "github", "line_count": 209, "max_line_length": 297, "avg_line_length": 43.942583732057415, "alnum_prop": 0.5099085365853658, "repo_name": "dcarda/aba.route.validator", "id": "1f1c41ecada7a6882b40d2cd3dfb33e48046c4f6", ...
/** * Definition of Interval: * classs Interval { * int start, end; * Interval(int start, int end) { * this->start = start; * this->end = end; * } */ class Solution { public: /** * Insert newInterval into intervals. * @param intervals: Sorted interval list. * @para...
{ "content_hash": "381fe20efeb74c52493aa0646f93dfce", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 80, "avg_line_length": 28.325581395348838, "alnum_prop": 0.4523809523809524, "repo_name": "joshua-jin/algorithm-campus", "id": "f54691002a593e7bb8721a216d3e4fcc0afebd23", "...
package cfg import ( "database/sql" "flag" "github.com/golang/glog" _ "github.com/mattn/go-sqlite3" ) var configSqlite = flag.String("config.sqlite", "config.db", "path to config database") var db *sql.DB func init() { var err error if configSqlite != nil && *configSqlite != "" { db, err = sql.Open("sqlite3...
{ "content_hash": "f9016ca897a6eb2bfe9e582ee9c78aed", "timestamp": "", "source": "github", "line_count": 52, "max_line_length": 87, "avg_line_length": 20.153846153846153, "alnum_prop": 0.648854961832061, "repo_name": "mstone/atlas", "id": "2e2cb3adac7517d3b7aa5373224040f612efe957", "size": "1103", ...
<div class="modal fade" id="registration" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true"> ...
{ "content_hash": "7fde8e3aafdaae12ba8c7fceb4172e35", "timestamp": "", "source": "github", "line_count": 118, "max_line_length": 106, "avg_line_length": 38.91525423728814, "alnum_prop": 0.38806620209059234, "repo_name": "aodarc/flowers_room", "id": "72257e140ffff94fef499c89e79993612addbc45", "size":...
package net.paultek.util.massive.annotation; import java.io.IOException; import java.io.Writer; import java.util.Set; import java.util.logging.Level; import java.util.logging.Logger; import javax.annotation.processing.AbstractProcessor; import javax.annotation.processing.Filer; import javax.annotation.processing.Mess...
{ "content_hash": "4f735ea7156e34347ff36bbc49303b08", "timestamp": "", "source": "github", "line_count": 73, "max_line_length": 139, "avg_line_length": 37.342465753424655, "alnum_prop": 0.7215700660308144, "repo_name": "knockhead/massive_collections", "id": "00254c32e4a4c2835a42afe411624e29cd8cf447", ...
<?php namespace Magento\Framework\Setup\Option; /** * Multi-select option in deployment config tool */ class MultiSelectConfigOption extends AbstractConfigOption { /**#@+ * Frontend input types */ const FRONTEND_WIZARD_CHECKBOX = 'checkbox'; const FRONTEND_WIZARD_MULTISELECT = 'multiselect'; ...
{ "content_hash": "4008a5410afd8354ae01ecc11d870636", "timestamp": "", "source": "github", "line_count": 95, "max_line_length": 116, "avg_line_length": 25.36842105263158, "alnum_prop": 0.5344398340248963, "repo_name": "tarikgwa/test", "id": "03feebaca18ff50ca6607fb08bdc6c57e3952769", "size": "2508",...
package org.oscm.string; import java.io.IOException; import java.io.UnsupportedEncodingException; import java.nio.ByteBuffer; import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.nio.file.Paths; import java.util.Collection; /** * Utility class for working with strings. */ public class...
{ "content_hash": "b7e01a170edddf3179ab59476b314b17", "timestamp": "", "source": "github", "line_count": 206, "max_line_length": 88, "avg_line_length": 30.067961165048544, "alnum_prop": 0.5637713916693574, "repo_name": "opetrovski/development", "id": "b8ebf76ddaf0c1902a24950724df333468249e7c", "size...
<?php namespace BlogBundle\Form; use Symfony\Component\Form\AbstractType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\OptionsResolver\OptionsResolver; use Symfony\Component\Form\Extension\Core\Type\TextType; use Symfony\Component\Form\Extension\Core\Type\SubmitType; use Symfony\Component\Fo...
{ "content_hash": "2ef6d730dc33cfbef276d26d4af9e96c", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 118, "avg_line_length": 30.791666666666668, "alnum_prop": 0.6481732070365359, "repo_name": "jcg678/pruebasSymfony", "id": "83459a4362664f7400836549584acec49fd179bc", "size"...
DATETIME_FORMAT = "%Y-%m-%d %H:%M:%S.%f" DATE_FORMAT = '%Y-%m-%d' DEFAULT_BASE_URL = 'https://acm.pdx.edu/api/v1' from .parser import parser from .routines import * from acmlib import AcmLib def acmcli(): args = parser.parse_args() acmlib = AcmLib( username = args.username, password =...
{ "content_hash": "8e91e5fc57ade920e6eabf0d4526fd8e", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 47, "avg_line_length": 35.4, "alnum_prop": 0.57015065913371, "repo_name": "pdxacm/acmcli", "id": "2dbfe4f90e44af363d128409f93622731e5f9385", "size": "2124", "binary": fal...
#pragma once #include "ViewTree.h" class CFileViewToolBar : public CMFCToolBar { virtual void OnUpdateCmdUI(CFrameWnd* /*pTarget*/, BOOL bDisableIfNoHndler) { CMFCToolBar::OnUpdateCmdUI((CFrameWnd*) GetOwner(), bDisableIfNoHndler); } virtual BOOL AllowShowOnList() const { return FALSE; } }; class CFileView :...
{ "content_hash": "273702eb47914c5b58fcfa1b6ce7dbec", "timestamp": "", "source": "github", "line_count": 55, "max_line_length": 76, "avg_line_length": 20.054545454545455, "alnum_prop": 0.7470534904805077, "repo_name": "temcocontrols/T3000_CrossPlatform", "id": "42df24ec62a407c0e461adc023d9ebc53a2d3ccc...
using System; using System.Collections.Generic; using System.Text; namespace Newtonsoft.Json { /// <summary> /// Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer. /// </summary> internal class StringBuffer { private char[] _buffer; private int _position; private static c...
{ "content_hash": "3a69436fd371c235bc7f232870e70ca9", "timestamp": "", "source": "github", "line_count": 65, "max_line_length": 90, "avg_line_length": 18.338461538461537, "alnum_prop": 0.6493288590604027, "repo_name": "blancosj/dodonet", "id": "506fdbb54c152c335a9d01b0c866b26f447d3388", "size": "199...
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis.org/dtd/mybatis-3-config.dtd"> <configuration> <settings> <!-- 开启驼峰匹配 --> <setting name="mapUnderscoreToCamelCase" value="true"/> </settings> <!-- 分页助手 --> <plugins> <!-- com.gi...
{ "content_hash": "6f97900d1362cd1a88223a50d81de220", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 59, "avg_line_length": 24.884615384615383, "alnum_prop": 0.6414219474497682, "repo_name": "zhaoshuxue/ssm", "id": "abedab470819553cdcaea8bf216e9da9abd4fdba", "size": "731",...
import path from 'path'; import {PackageJson} from 'type-fest'; import {Ignore} from 'ignore'; import {Rules} from '../native-rules'; import {parseJsonFile} from '../file-parser'; import {LintIssue} from '../lint-issue'; import {RuleType} from '../types/rule-type'; import {Severity} from '../types/severity'; import {ag...
{ "content_hash": "ffc80dedb80eb1cc707d360d1ba60118", "timestamp": "", "source": "github", "line_count": 328, "max_line_length": 121, "avg_line_length": 28.021341463414632, "alnum_prop": 0.6890436296376891, "repo_name": "tclindner/npm-package-json-lint", "id": "68cb5c42350ea553d206104e23c2204da520b1d9...
// ----------------------------------------------------------------------- // <copyright file="Program.cs" company="Asynkron HB"> // Copyright (C) 2015-2018 Asynkron HB All rights reserved // </copyright> // ----------------------------------------------------------------------- using System; using Prot...
{ "content_hash": "07c917ae52f7b337b84e2a3eb02fe9a3", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 75, "avg_line_length": 28.379310344827587, "alnum_prop": 0.42770352369380316, "repo_name": "tomliversidge/protoactor-dotnet", "id": "5a075238107db6942324e6c3f0b5f7894bb04d74"...
var defaults = require('../defaults'), moment = require('moment').utc, _ = require('lodash'); exports.details = function(result){ var details = { relays: [], bridges: [] }; if(result && result.hasOwnProperty('relays') && result.hasOwnProperty('bridges')){ v...
{ "content_hash": "467d0779f87125ed2bf7bdb2fd8ac836", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 94, "avg_line_length": 35.473684210526315, "alnum_prop": 0.5425321463897131, "repo_name": "makepanic/globe-node", "id": "2ad38ff2277d6566a6ee49ae8c83ec95f58441a7", "size": ...
<?php namespace ElkArte\Notifiers; use ElkArte\Mentions\MentionType\NotificationInterface; use ElkArte\Notifications\NotificationsTask; /** * Class Notifications * * Core area for notifications, defines the abstract model */ Interface NotifierInterface { /** * Process a certain task in order to send out the...
{ "content_hash": "02ed6a0b58a1d0235abc606611f0f697", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 84, "avg_line_length": 23.44, "alnum_prop": 0.7627986348122867, "repo_name": "elkarte/Elkarte", "id": "fd59c186605c511a8b0106f01fc345c48e9b2335", "size": "871", "binary":...
<!DOCTYPE html> <meta charset="utf-8"> <style> body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; width: 780px; margin: 30px auto; color: #222; font-size: 15px; text-align: center; } path { fill: none; stroke-linejoin: round; } .land { fill: #e6e6e6; } .states { stroke: #fff; } .h...
{ "content_hash": "2adbe6568842b199b26f7913c3d18f0f", "timestamp": "", "source": "github", "line_count": 224, "max_line_length": 140, "avg_line_length": 23.589285714285715, "alnum_prop": 0.5985995457986374, "repo_name": "berkeley-gif/ecoengine", "id": "762d3286d94bccad981aeb170854bc4cab2d5907", "siz...
Rails.application.routes.draw do get 'welcome/index' # The priority is based upon order of creation: first created -> highest priority. # See how all your routes lay out with "rake routes". # Set up the initial articles routing resources :articles do resources :comments end # You can have the root...
{ "content_hash": "e7b47549771cca8f065a24e7fa5759b1", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 84, "avg_line_length": 27.285714285714285, "alnum_prop": 0.6503781268179174, "repo_name": "davidhostios/mynewnewblog", "id": "4fab88c2b937d9ee4fdc0c2a21304e94b8bdd847", "si...
#ifndef GRPC_CORE_EXT_TRANSPORT_CHTTP2_TRANSPORT_FRAME_GOAWAY_H #define GRPC_CORE_EXT_TRANSPORT_CHTTP2_TRANSPORT_FRAME_GOAWAY_H #include <grpc/support/port_platform.h> #include <grpc/support/slice.h> #include <grpc/support/slice_buffer.h> #include "src/core/ext/transport/chttp2/transport/frame.h" #include "src/core/...
{ "content_hash": "3faf3b6dad7cc752d4ed08e045b07455", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 78, "avg_line_length": 35, "alnum_prop": 0.7304347826086957, "repo_name": "leifurhauks/grpc", "id": "7c38b26a39b985e738af7754dbea0bae9d5ff81c", "size": "3178", "binary": ...
'''Runner for pyOCD .''' import os import sys from .core import ZephyrBinaryRunner, RunnerCaps, BuildConfiguration from .. import log DEFAULT_PYOCD_GDB_PORT = 3333 class PyOcdBinaryRunner(ZephyrBinaryRunner): '''Runner front-end for pyOCD.''' def __init__(self, cfg, target, flashtool='pyoc...
{ "content_hash": "4367e595e7c590450a2272e621bb0eec", "timestamp": "", "source": "github", "line_count": 143, "max_line_length": 79, "avg_line_length": 37.9020979020979, "alnum_prop": 0.5409594095940959, "repo_name": "mbolivar/zephyr", "id": "b8a6ee4ed4a9cd8a1130b45b7077a591000fbcf4", "size": "5498"...
namespace Common { // 'StringView' is a pair of pointer to constant char and size. // It is recommended to pass 'StringView' to procedures by value. // 'StringView' supports 'EMPTY' and 'NIL' representations as follows: // 'data' == 'nullptr' && 'size' == 0 - EMPTY NIL // 'data' != 'nullptr' && 'size' == 0 - EMPTY...
{ "content_hash": "4804e355e4d1310958cef2df44a3efca", "timestamp": "", "source": "github", "line_count": 182, "max_line_length": 140, "avg_line_length": 40.93956043956044, "alnum_prop": 0.7227217823110992, "repo_name": "tobeyrowe/StarKingdomCoin", "id": "93f73b0dade37ba6fad184a6bc620c327c938a8f", "s...
import superimport import numpy as np import matplotlib.pyplot as plt import pyprobml_utils as pml from scipy.stats import t, laplace, norm x = np.linspace(-4, 4, 100) plt.title('|x|^0.2') plt.plot(x, np.absolute(x)**.2) pml.savefig('lossFnQ2.pdf') plt.figure() plt.title('|x|') plt.plot(x, np.absolute(x)) pml.savefi...
{ "content_hash": "f577b693432dc876d23470d47b993b32", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 40, "avg_line_length": 20.136363636363637, "alnum_prop": 0.6997742663656885, "repo_name": "probml/pyprobml", "id": "c56c33d40bc7a29b1578648a3526e9d44d52e968", "size": "483"...
cask "mullvadvpn-beta" do version "2022.5-beta2" sha256 "78b2571f0ac4b5d8bc99086172225009924dbb7619658707416622f095eb58e9" url "https://github.com/mullvad/mullvadvpn-app/releases/download/#{version}/MullvadVPN-#{version}.pkg", verified: "github.com/mullvad/mullvadvpn-app/" name "Mullvad VPN" desc "VPN ...
{ "content_hash": "0320e9683df0e2c04be454bf74beb16d", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 136, "avg_line_length": 34.375, "alnum_prop": 0.6827272727272727, "repo_name": "mahori/homebrew-cask-versions", "id": "8b79ff155a8929b5d368be24812e254c3452545a", "size": "1...
class GURL; namespace blink { enum class WebAutofillState; class WebDocument; class WebElement; class WebFormControlElement; class WebFormElement; class WebInputElement; class WebLocalFrame; class WebNode; } // namespace blink namespace content { class RenderFrame; } // namespace content namespace autofill { str...
{ "content_hash": "da71fcc209993a5b48e3fad2b7f90322", "timestamp": "", "source": "github", "line_count": 422, "max_line_length": 80, "avg_line_length": 45.78436018957346, "alnum_prop": 0.7379535220744268, "repo_name": "chromium/chromium", "id": "ece0116fa09368620b989129b1844029df649bc2", "size": "20...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-real-closed: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../boot...
{ "content_hash": "08f96a76024fb7d6ef2f1037cff2094d", "timestamp": "", "source": "github", "line_count": 172, "max_line_length": 190, "avg_line_length": 45.52906976744186, "alnum_prop": 0.5621248882645895, "repo_name": "coq-bench/coq-bench.github.io", "id": "b2ed65455791d908f5195fb085f2a5aa0006bf79", ...
package org.eclipse.jetty.nosql.memcached.hashmap; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.TimeUnit; import org.eclipse.jetty.nosql.kvs.KeyValueStoreClientException; import org.eclipse.jetty.nosql.memcached.AbstractMemcachedClient; // intend to use this as tes...
{ "content_hash": "618d0e1b7e17453511346a2ace7d47d4", "timestamp": "", "source": "github", "line_count": 126, "max_line_length": 96, "avg_line_length": 28.555555555555557, "alnum_prop": 0.7095608671484158, "repo_name": "kauppalehti/jetty-nosql-memcached-legacy", "id": "848f116d19550a0c76da941cd7c58917...
package s_mach.aeondb.impl import s_mach.concurrent._ import s_mach.aeondb.{LocalProjection, Projection} trait LiftedLocalProjection[A,+B] extends Projection[A,B] { def local: LocalProjection[A,B] override def size = local.size.future override def find(key: A) = local.find(key).future override def keys = lo...
{ "content_hash": "8485b9f6652089a68af2b6b6217943f4", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 62, "avg_line_length": 28.647058823529413, "alnum_prop": 0.7258726899383984, "repo_name": "S-Mach/aeondb", "id": "d12daa63880ceba8a65ccf52a213881994f1aac2", "size": "1712",...
#!/bin/bash . $(dirname $0)/../setup.sh describe "Cookies should be removed from the response by fastly to improve caching" keep_headers "Age|X-Cache|X-Served-By|Server|Set-Cookie|Cookie" it "echoes Set-Cookie on origin server" until_fresh_curl_object 5 record_curl -k "${origin_url}/host/${target_event_id}/facets?...
{ "content_hash": "b6feddf062751e39a28712b0e8898b50", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 852, "avg_line_length": 91.66666666666667, "alnum_prop": 0.7439393939393939, "repo_name": "mwolson/fastly-shell-tests", "id": "e43943af2ae1b83fc948b6c5fecb56f8a271433d", "s...
#ifndef _LINUX_MTRR_H #define _LINUX_MTRR_H #include <linux/config.h> #include <linux/ioctl.h> #include <linux/compat.h> #define MTRR_IOCTL_BASE 'M' struct mtrr_sentry { unsigned long base; /* Base address */ unsigned int size; /* Size of region */ unsigned int type; /* Type of region...
{ "content_hash": "8449949d39f3df7beca88891598ad88f", "timestamp": "", "source": "github", "line_count": 120, "max_line_length": 82, "avg_line_length": 35.11666666666667, "alnum_prop": 0.674655908875178, "repo_name": "ut-osa/syncchar", "id": "66ac1c0f27e1d7eba11de129680617d3476a0f33", "size": "5216"...
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="./testcase.xsl"?> <test_definition> <suite name="tct-batterystatus-w3c-tests" category="W3C/HTML5 APIs"> <set name="Battery" type="js"> <testcase component="WebAPI/Device/Battery Status API" execution_type="auto" id="Navigator...
{ "content_hash": "a6fa35296a1e82e52a2e7c6d75d0e9f8", "timestamp": "", "source": "github", "line_count": 53, "max_line_length": 224, "avg_line_length": 73.45283018867924, "alnum_prop": 0.7382481376830208, "repo_name": "yugang/crosswalk-test-suite", "id": "62e90839a84f51ba0777e2ab25a9deb4b80890f1", "...
'use strict'; /** * The parameters for updating a webhook. * */ class WebhookUpdateParameters { /** * Create a WebhookUpdateParameters. * @property {object} [tags] The tags for the webhook. * @property {string} [serviceUri] The service URI for the webhook to post * notifications. * @property {obj...
{ "content_hash": "3970cf1becc80ddf311efbf58ae3f3a0", "timestamp": "", "source": "github", "line_count": 112, "max_line_length": 77, "avg_line_length": 27.660714285714285, "alnum_prop": 0.49063912201420273, "repo_name": "Azure/azure-sdk-for-node", "id": "db47c6fae3894714829b70dd214addd3b048995b", "s...
<?php return [ 'config_only_with_entity_node' => [ '<?xml version="1.0"?><config><entity type="type_one" /></config>', ["Element 'entity': Missing child element(s). Expected is ( attribute ).\nLine: 1\n"], ], 'field_code_must_be_unique' => [ '<?xml version="1.0"?><config><entity typ...
{ "content_hash": "57f537b82ccdc297212a47437a9d85d7", "timestamp": "", "source": "github", "line_count": 72, "max_line_length": 120, "avg_line_length": 58.40277777777778, "alnum_prop": 0.5731272294887039, "repo_name": "j-froehlich/magento2_wk", "id": "7a78f5d3319b2393f5f8fff65cd2a65b100e0224", "size...
'use strict'; var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i];for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } }re...
{ "content_hash": "895413c02d7e76ac5141d7dbc0d015a2", "timestamp": "", "source": "github", "line_count": 845, "max_line_length": 878, "avg_line_length": 44.514792899408285, "alnum_prop": 0.6346404359962781, "repo_name": "amorphousxd/griddle-ets", "id": "37e224d37b2aed011b570eeff343a20fc4212eb7", "si...
body { color: #525252; background: #6AA6D6 url(../img/devoops_pattern_b10.png) 0 0 repeat; } .body-expanded, .modal-open { overflow-y:hidden; margin-right: 15px; } .modal-open #content {z-index: inherit;} .body-expanded .expanded-panel, .fancybox-margin .expanded-panel, .modal-open .expanded-panel { margin-ri...
{ "content_hash": "ea136488fd3315398fee344209f38b51", "timestamp": "", "source": "github", "line_count": 2426, "max_line_length": 514, "avg_line_length": 24.60181368507832, "alnum_prop": 0.665370953689431, "repo_name": "SupriyaVenkatesh/meanjsnew", "id": "d6d5a0813df5460157d57360a57f408fbadedc54", "...
namespace instrument { namespace transforms { // This class implements the transformation applied to each basic block. class AsanBasicBlockTransform : public block_graph::transforms::NamedBasicBlockSubGraphTransformImpl< AsanBasicBlockTransform>, public block_graph::Filterable { public: // Repre...
{ "content_hash": "61163f8f6159aa06569636ea8fdafe7a", "timestamp": "", "source": "github", "line_count": 420, "max_line_length": 80, "avg_line_length": 40.63095238095238, "alnum_prop": 0.7256372692645766, "repo_name": "wangming28/syzygy", "id": "beed21256b20d70f2adaf33855f440e648cd20e0", "size": "18...
<!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 Oct 07 06:41:31 UTC 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.apache.hadoop.m...
{ "content_hash": "289bf0890a3c78cc256ae91c846267b6", "timestamp": "", "source": "github", "line_count": 145, "max_line_length": 226, "avg_line_length": 42.827586206896555, "alnum_prop": 0.6231884057971014, "repo_name": "ashish-17/drift", "id": "08467c18d837875091215bd115b872cd5b9a2de8", "size": "62...
<!DOCTYPE html> <html lang="en"> <head> <meta name="viewport" content="width=device-width, minimal-ui"> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="../css/style.css"> <title>ENTER YOUR TITLE</title> </head> <body> <!-- Header w/ breadcrumb (Adjust breadcrumb links as needed...
{ "content_hash": "600180e003c1c6e4c1efe21d384ce7d6", "timestamp": "", "source": "github", "line_count": 53, "max_line_length": 159, "avg_line_length": 37.735849056603776, "alnum_prop": 0.5465, "repo_name": "IBMa/Va11yS", "id": "176a5b326814f7691f51b949da8e41126830f8dc", "size": "2000", "binary": ...
import random from nltk.tokenize import wordpunct_tokenize from collections import OrderedDict from trainbot import Trainbot import chatbot_brain brain_dict = OrderedDict({}) def add_func_to_dict(name=None): def wrapper(func): function_name = name if function_name is None: function_nam...
{ "content_hash": "13d0676e9d338ccec530fa00118fde77", "timestamp": "", "source": "github", "line_count": 78, "max_line_length": 74, "avg_line_length": 34.98717948717949, "alnum_prop": 0.5807988274093074, "repo_name": "corinnelhh/chatbot", "id": "39d2551041033acafebee866f435a29e18203272", "size": "27...
module Sidekiq module Middleware module Client module Stats class ResqueLike include Sidekiq::ResqueStatus # Store information on the current enqueued job into redis def call(worker, msg, queue) enqueue_job(worker, msg, queue) yield en...
{ "content_hash": "b8316b0f36689f974311236fe8947ca5", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 68, "avg_line_length": 21.294117647058822, "alnum_prop": 0.5773480662983426, "repo_name": "ThomasAlxDmy/sidekiq-resque_status", "id": "96d7874052d58c295e5149c7029e65bb6302c12...
import React from 'react'; import utils from '../../core/utils'; export default (props) => { let $dateTime = props.date; return <div className="showTime"> <span className="date"> {$dateTime.getDate() < 10 ? '0' : ''}{$dateTime.getDate()} ...
{ "content_hash": "19824c92ee22769d57ccee327043f32f", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 94, "avg_line_length": 43.142857142857146, "alnum_prop": 0.46357615894039733, "repo_name": "yodfz/nblog", "id": "889c53a091992acb06c35b958af937b980dca3ca", "size": "912", ...
ACCEPTED #### According to Index Fungorum #### Published in Biblthca Lichenol. 77: 124 (2000) #### Original name Thrombium lecanorae Stein ### Remarks null
{ "content_hash": "d65dea46ecf708df48b5bc992fa00f9f", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 33, "avg_line_length": 12.23076923076923, "alnum_prop": 0.7169811320754716, "repo_name": "mdoering/backbone", "id": "c55ed5266c76e6a6b797b9b1b579045e42b8cfdb", "size": "238...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "3dccd8dd330c96bbf26c0579eac30cf9", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "ffaab3bf505ea0d7fa24945333b9520fc00fdbbd", "size": "172...
from corehq.apps.reports.fields import ReportSelectField, SelectCaseOwnerField from django.utils.translation import ugettext_noop from corehq.apps.groups.models import Group from dimagi.utils.couch.database import get_db from django.utils.translation import ugettext as _ class SelectPNCStatusField(ReportSelectField):...
{ "content_hash": "ed4d1ac52d5c0a59b51ca7a1bb44a085", "timestamp": "", "source": "github", "line_count": 59, "max_line_length": 109, "avg_line_length": 33.59322033898305, "alnum_prop": 0.6392532795156408, "repo_name": "gmimano/commcaretest", "id": "861d3e1a3ac0fa6ecec7cd2828079706bab05e6e", "size": ...
package com.flytxt.tp.processor.filefilter; import java.util.HashMap; import java.util.Map; import java.util.Map.Entry; import java.util.Set; import javax.annotation.PostConstruct; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; impo...
{ "content_hash": "b4ec4551a392580c9d02c6284f0f1122", "timestamp": "", "source": "github", "line_count": 133, "max_line_length": 92, "avg_line_length": 28.57894736842105, "alnum_prop": 0.6971849513285977, "repo_name": "arunsoman/text-processor", "id": "8e80c72a6521d009f5f5022d6247e9b22f34e7de", "siz...
set -x find albums/ -name \*thumbnail.JPG | xargs rm find albums/ -name \*meta\* | xargs rm
{ "content_hash": "aac584c88db679c8ec6f1ebf53bfa6fd", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 46, "avg_line_length": 23.75, "alnum_prop": 0.6526315789473685, "repo_name": "ae6rt/photo-albums", "id": "9af53fd1b9d13aaa42336266d4997cf647adae9b", "size": "105", "binary...
/** * @file * This file defines block- and streaming-based interfaces for * base64 encoding and decoding. * */ #ifndef NLUTILITIES_NLBASE64_H #define NLUTILITIES_NLBASE64_H #include <stddef.h> #include <stdint.h> #include <stdbool.h> #ifdef __cplusplus extern "C" { #endif extern uint16_t nl_base...
{ "content_hash": "ce673c26c2956d145d3bb57dc1ece21b", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 86, "avg_line_length": 30.32, "alnum_prop": 0.5897097625329816, "repo_name": "nestlabs/nlutilities", "id": "bdd94356f4af7348c49cdcbb737b4e85ae8a731f", "size": "2183", "bi...
typedef struct { OBJECT_HEADER; Value selector; Value arguments; } RawMessage; OBJECT_HANDLE(Message); typedef struct { RawClass *classes[LOOKUP_CACHE_SIZE]; RawString *selectors[LOOKUP_CACHE_SIZE]; uint8_t *codes[LOOKUP_CACHE_SIZE]; } LookupTable; extern LookupTable LookupCache; NativeCodeEntry lookupNativeCo...
{ "content_hash": "b8c1cc4c26d67422b247f0e041a9b9f5", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 86, "avg_line_length": 25.390243902439025, "alnum_prop": 0.7665706051873199, "repo_name": "lm/yet-another-smalltalk-vm", "id": "d5495db86f4a9ae9f470916463a9bfb5f383c2a8", "...
$(function () { // Initialize modal dialog attach modal-container bootstrap attributes to links with .modal-link class. // when a link is clicked with these attributes, bootstrap will display the href content in a modal dialog. $('body').on('click', '.modal-link', function (e) { e.preventDefault();...
{ "content_hash": "1dd1232866a32e101d52947f39d8e716", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 111, "avg_line_length": 33.57142857142857, "alnum_prop": 0.5787234042553191, "repo_name": "MitchThors/GovHack2015", "id": "19696678fbe397e3e19d28939d4596f27a48b96f", "size"...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "b7f1b6378eb0e0f533e0344c4cc177bc", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "7be9c0e5791fe182b5d24bc4d583ea0d59c3b050", "size": "173...
struct Node; struct Link { Node* node; unsigned int length; }; struct Node { std::vector<Link> links; unsigned int sum; std::vector<unsigned int> path; }; class Graph { public: Graph(); ~Graph(); Node* root(); Node* create_children(Node* parent, unsigned int len...
{ "content_hash": "9150c098fd8f00c4d4c8d101400cc807", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 65, "avg_line_length": 14.931034482758621, "alnum_prop": 0.5727482678983834, "repo_name": "lucas8/MPSI", "id": "435b07acf8fe996e03148cec69c0f6114fe1a8ed", "size": "490", ...
require 'chef' require 'cheffish/merged_config' require 'chef/provisioning/driver' require 'chef/provisioning/machine/windows_machine' require 'chef/provisioning/machine/unix_machine' require 'chef/provisioning/vsphere_driver/clone_spec_builder' require 'chef/provisioning/vsphere_driver/version' require 'chef/provision...
{ "content_hash": "285ab991a74cbf649d19594f679631d8", "timestamp": "", "source": "github", "line_count": 673, "max_line_length": 189, "avg_line_length": 35.841010401188704, "alnum_prop": 0.6177190000414576, "repo_name": "shaneramey/chef-provisioning-vsphere", "id": "a559201cc1edb631b62832253d2143452b3...
using BepuUtilities.Memory; using BepuPhysics; using BepuUtilities; using System.Numerics; namespace HeadlessTests23.StreamerStyle; public abstract class Scene : IDisposable { /// <summary> /// Gets the simulation created by the demo's Initialize call. /// </summary> public Simulation Simulation { get...
{ "content_hash": "8071d22b84aab326e3cb90693d116370", "timestamp": "", "source": "github", "line_count": 74, "max_line_length": 145, "avg_line_length": 31.18918918918919, "alnum_prop": 0.6234835355285961, "repo_name": "RossNordby/scratchpad", "id": "cc5bf19ef135563ca1b3374fd95e35dc745736d5", "size":...
<style> .roles-tab .form-horizontal .control-label { text-align: left; } .roles-tab .view-results-table { margin-top: 20px; } </style> <div class="container-fluid roles-tab"> <div class="row"> <div class="col-md-8"> <md-card class="oppia-page-card oppia-long-text"> <form class="form...
{ "content_hash": "2e08ab58516c07ad6ac2d3049e893975", "timestamp": "", "source": "github", "line_count": 100, "max_line_length": 196, "avg_line_length": 42.29, "alnum_prop": 0.5620714116812485, "repo_name": "MAKOSCAFEE/oppia", "id": "cd2c932f489bf6bfa6fa56c7d3692e6fd4fe2c41", "size": "4229", "bina...
module Azure::ServiceBus::Mgmt::V2015_08_01 module Models # # The response to the List Subscriptions operation. # class SubscriptionListResult include MsRestAzure include MsRest::JSONable # @return [Array<SubscriptionResource>] Result of the List Subscriptions # operation. ...
{ "content_hash": "b4c10dfd5097bceb81f2a4c8ca873569", "timestamp": "", "source": "github", "line_count": 95, "max_line_length": 80, "avg_line_length": 28.71578947368421, "alnum_prop": 0.5102639296187683, "repo_name": "Azure/azure-sdk-for-ruby", "id": "c8a472ee6cddf456ebb87ebbb656eb85266a1d70", "size...
{% extends "tasks/base.html" %} {% load i18n %} {% load shorttimesince_tag %} {% load tasks_tags %} {% load pagination_tags %} {% load group_tags %} {% block head_title %}Tasks History{% endblock %} {% block body %} <h1>History for all Tasks</h1> <p>This page shows all changes on all tasks.</p> {% autopa...
{ "content_hash": "71ed31e67fe80313d6159ed071e8bcb6", "timestamp": "", "source": "github", "line_count": 83, "max_line_length": 124, "avg_line_length": 36.91566265060241, "alnum_prop": 0.39033942558746737, "repo_name": "ericholscher/pinax", "id": "a4107a7d66994d434ee22c56d6ae63f53b0bf821", "size": "...
<?php namespace Dotdigitalgroup\Email\Test\Unit\Model\AbandonedCart\ProgramEnrolment; use Dotdigitalgroup\Email\Helper\Config; use Dotdigitalgroup\Email\Helper\Data; use Dotdigitalgroup\Email\Logger\Logger; use Dotdigitalgroup\Email\Model\AbandonedCart\CartInsight\Data as CartInsight; use Dotdigitalgroup\Email\Model\...
{ "content_hash": "c7088d478b056a96e9d6114e47702218", "timestamp": "", "source": "github", "line_count": 302, "max_line_length": 116, "avg_line_length": 32.52317880794702, "alnum_prop": 0.615047851761352, "repo_name": "dotmailer/dotmailer-magento2-extension", "id": "5e567a711027d0d178f7d201b85acdbfda6...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "f1d79c6bd94130dd1ac5b71041a5d9ce", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "97c0087b97d37d1e1c3c7bdb1506ac39f403c8c0", "size": "180...
<!-- Copyright 2014 Bhavyanshu Parasher Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed t...
{ "content_hash": "f5bd203b247f648d37259de4134fcaf9", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 74, "avg_line_length": 35.291666666666664, "alnum_prop": 0.7213695395513577, "repo_name": "bhavyanshu/CheckIt_Android", "id": "0f646c3cef467d24f600f17a691b58d3881f774c", "s...
FROM balenalib/am571x-evm-ubuntu:focal-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public key "Simon McVittie...
{ "content_hash": "efdfd99e5ef58b8f7e652bbe91a23e08", "timestamp": "", "source": "github", "line_count": 95, "max_line_length": 709, "avg_line_length": 50.578947368421055, "alnum_prop": 0.7036420395421435, "repo_name": "resin-io-library/base-images", "id": "95a0ddc1b1b426725bc3de60289fd3fdbe807416", ...
var buster = require("buster-node"); var assert = buster.assert; var refute = buster.refute; var ramp = require("./../lib/ramp"); var http = require("http"); var rampResources = require("ramp-resources"); var th = require("./test-helper.js"); var when_pipeline = require("when/pipeline"); buster.testCase("Slave header...
{ "content_hash": "b64ece2a82a211863c58058b0f2ba4a8", "timestamp": "", "source": "github", "line_count": 79, "max_line_length": 107, "avg_line_length": 31.620253164556964, "alnum_prop": 0.47678142514011207, "repo_name": "ctesene/homepage", "id": "4e72b6d5a7bf481493df39b1a9b0150a336a776e", "size": "2...
<?php namespace Google\AdsApi\AdManager\v202202; /** * This file was generated from WSDL. DO NOT EDIT. */ abstract class BaseAudioCreative extends \Google\AdsApi\AdManager\v202202\HasDestinationUrlCreative { /** * @var int $duration */ protected $duration = null; /** * @var boolean $al...
{ "content_hash": "7abc7406ad9bb9eaac55f9b341e388d7", "timestamp": "", "source": "github", "line_count": 306, "max_line_length": 590, "avg_line_length": 26.137254901960784, "alnum_prop": 0.6372843210802701, "repo_name": "googleads/googleads-php-lib", "id": "59950a6ed212c3fba0756330fef7c88d583a55e0", ...
<?php use Illuminate\Http\RedirectResponse; use Illuminate\Http\Request; use Illuminate\Routing\Redirector; use Illuminate\Routing\UrlGenerator; use Illuminate\Session\Store; use L4\Tests\BackwardCompatibleTestCase; use Mockery as m; use Symfony\Component\HttpFoundation\HeaderBag; class RoutingRedirectorTest extends ...
{ "content_hash": "ed98a9c5c6527e7362150144c3fe53e6", "timestamp": "", "source": "github", "line_count": 159, "max_line_length": 112, "avg_line_length": 32.465408805031444, "alnum_prop": 0.6627276249515691, "repo_name": "keripix/laravel42x", "id": "ff03d0236b2e9195a1fabe8c9b6e6ca27619ae4e", "size": ...
/* * dgeev.h * ($Revision: 1 $) This file contains a wrapper around the LAPACK dgeev routine, used to calculate eigenvalues and associated eigenvectors for a square asymmetric matrix H. Since the matrix is asymmetrix, both real and imaginary components of the eigenvalues are returned. For real, symmetric ma...
{ "content_hash": "62366c7a60f229cd54522c1d276d5aa4", "timestamp": "", "source": "github", "line_count": 51, "max_line_length": 74, "avg_line_length": 31.470588235294116, "alnum_prop": 0.6878504672897197, "repo_name": "benranco/SNPpipeline", "id": "b36a95888c61b155aba60e6f77dee9c681c7034c", "size": ...
#include "web/WebSharedWorkerImpl.h" #include "core/dom/CrossThreadTask.h" #include "core/dom/Document.h" #include "core/events/MessageEvent.h" #include "core/html/HTMLFormElement.h" #include "core/inspector/ConsoleMessage.h" #include "core/inspector/InspectorInstrumentation.h" #include "core/inspector/WorkerDebugge...
{ "content_hash": "b42251f141448dbf826e7387dd06cd74", "timestamp": "", "source": "github", "line_count": 375, "max_line_length": 205, "avg_line_length": 36.656, "alnum_prop": 0.7528735632183908, "repo_name": "highweb-project/highweb-webcl-html5spec", "id": "0344fbc40e2d10223ebc84ec20e51940fc115a2f", ...
<?php namespace Skaphandrus\AppBundle\Controller; use Symfony\Component\HttpFoundation\Request; use Symfony\Bundle\FrameworkBundle\Controller\Controller; use Skaphandrus\AppBundle\Entity\SkPoints; use Skaphandrus\AppBundle\Form\SkPointsType; /** * SkPoints controller. * */ class SkPointsController extends Control...
{ "content_hash": "068416bcd59786b379d3906272a0f87e", "timestamp": "", "source": "github", "line_count": 222, "max_line_length": 120, "avg_line_length": 30.765765765765767, "alnum_prop": 0.5469985358711567, "repo_name": "luismiguens/skaphandrus_v4", "id": "c6c81928ea9773ac75ff7ed3f92d1e1091ea3788", ...
package docker_metadata_fetcher_test import ( "errors" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "github.com/cloudfoundry-incubator/ltc/docker_runner/docker_metadata_fetcher" "github.com/cloudfoundry-incubator/ltc/docker_runner/docker_metadata_fetcher/fake_docker_session" "github.com/docker/docker/...
{ "content_hash": "39f9cd7c6da69d18b7dc7c8563ac50dc", "timestamp": "", "source": "github", "line_count": 394, "max_line_length": 382, "avg_line_length": 41.954314720812185, "alnum_prop": 0.6913490623109498, "repo_name": "cloudfoundry-incubator/ltc", "id": "73467dd856f031ffa6f1fba0ddbe1c2906ed0ea1", ...
layout: post title: BioVis Sessions and Papers at IEEE VIS 2017 date: 2017-10-03 event: ieee categories: ieee back_title: BioVis @ VIS back_url: /ieeevis author: Ana Crisan --- The BioVis challenge @ IEEE VIS 2017 is over, but there's still a lot of great biovis content at the infovis, VAST, and SciVis meetings. Here...
{ "content_hash": "7a0f04f4cc8a77077d366902ee1d0e5e", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 136, "avg_line_length": 32.883720930232556, "alnum_prop": 0.7765205091937766, "repo_name": "biovis/2017", "id": "845f847da4fb063ab5563569c27095d2205a2b07", "size": "1418", ...
<?php namespace Mmi\Http; /** * Klasa pliku * * @property string $name nazwa pliku * @property string $tmpName tymczasowa ścieżka * @property integer $size rozmiar pliku * @property string $type mime type */ class RequestFile extends \Mmi\DataObject { /** * Konstruktor * @throws \Mmi\Http\HttpE...
{ "content_hash": "b62b3688a613107cf045dc4d885d0da4", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 88, "avg_line_length": 27.6046511627907, "alnum_prop": 0.5492839090143218, "repo_name": "milejko/mmi", "id": "3e08f769a994a8a1ee103fd227b0bfc7750aa470", "size": "1454", "...
 #include <aws/inspector/model/RemoveAttributesFromFindingsRequest.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::Inspector::Model; using namespace Aws::Utils::Json; using namespace Aws::Utils; RemoveAttributesFromFindingsRequest::RemoveAttributesFromFindingsRequest() : ...
{ "content_hash": "1db0076e4234455311177682224aede1", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 117, "avg_line_length": 28.228070175438596, "alnum_prop": 0.7793660658794282, "repo_name": "cedral/aws-sdk-cpp", "id": "22e2f19ac845a8d33a032da233d098b94a8de408", "size": "...
<?php declare(strict_types=1); namespace Sabre\HTTP; interface ResponseInterface extends MessageInterface { /** * Returns the current HTTP status code. */ public function getStatus(): int; /** * Returns the human-readable status string. * * In the case of a 200, this may for ex...
{ "content_hash": "029182495d6919bfd27bfca65deea50c", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 79, "avg_line_length": 22.583333333333332, "alnum_prop": 0.6223862238622386, "repo_name": "fruux/sabre-http", "id": "9bd93f179ade2bf2133801ef49087c115bc53d19", "size": "103...
import os # Django settings for geonition project. # If you set this to False, Django will make some optimizations so as not # to load the internationalization machinery. USE_I18N = True # If you set this to False, Django will not format dates, numbers and # calendars according to the current locale. USE_L10N = True...
{ "content_hash": "377881833b4e5aa0ed86248d659ce366", "timestamp": "", "source": "github", "line_count": 257, "max_line_length": 135, "avg_line_length": 33.3852140077821, "alnum_prop": 0.6892773892773892, "repo_name": "Mapita/mapita_ci", "id": "3e310dbf10a36cc558ba827923d4a0bbbb70d75a", "size": "858...
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>basic_seq_packet_socket::shutdown_type</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../.....
{ "content_hash": "c54b775917c83483ac4bccd4f1d10aa4", "timestamp": "", "source": "github", "line_count": 78, "max_line_length": 459, "avg_line_length": 55.96153846153846, "alnum_prop": 0.6235967926689576, "repo_name": "djsedulous/namecoind", "id": "2ec6b1f2956a6f3d24cca48534602461b46f17a7", "size": ...
import r from 'restructure'; import Entity from '../entity'; import StringRef from '../string-ref'; export default Entity({ id: r.uint32le, name: StringRef, animationDataID: r.uint32le, flags: r.uint32le, unknowns: new r.Reserved(r.uint32le, 2), soundID: r.uint32le, });
{ "content_hash": "3b314139efe01e69523176484edd488a", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 42, "avg_line_length": 21.923076923076923, "alnum_prop": 0.6982456140350877, "repo_name": "timkurvers/blizzardry", "id": "483f39883286741e79e314e39540c31d17dc61e9", "size":...
using UnityEngine; using System.Collections; using UnityStandardAssets.ImageEffects; /// <summary> /// Add a Greyscale effect to the player vision. /// Increases the light range /// </summary> public class SpellEffectNightVision : SpellEffectLight { public static bool inUse; public Grayscale gs; public override vo...
{ "content_hash": "8699c584a82756ebcee2fe86c2f9bff2", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 58, "avg_line_length": 18.80952380952381, "alnum_prop": 0.6822784810126582, "repo_name": "hankmorgan/UnderworldExporter", "id": "df92410c474801c8ed09f75c61944a5d1a65b421", ...
<?php namespace Screen\Injection\Scripts; use Screen\Injection\LocalPath; class FacebookHideSignUp extends LocalPath { public function __construct() { $path = __DIR__ . '/../../../scripts/facebook-hide-signup.js'; parent::__construct($path); } }
{ "content_hash": "c20190c899c21d9f96d208a34d59a6ad", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 70, "avg_line_length": 18.533333333333335, "alnum_prop": 0.6330935251798561, "repo_name": "microweber/screen", "id": "3c7251d958b76030df3540e4b3219a009d66ecbd", "size": "27...
/* Package eventsouce provides a basic interface for serving server sent events (aka EventSource). It is patterned after the Go Websocket library: https://code.google.com/p/go/source/browse?repo=net#hg%2Fwebsocket For more destails about Server Sent Events see: http://html5doctor.com/server-sent-events/ http://www.ht...
{ "content_hash": "352445fdea1b2a4f28dd306f3d85d2b8", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 70, "avg_line_length": 22.25862068965517, "alnum_prop": 0.7017815646785438, "repo_name": "getlantern/eventsource", "id": "85990d0dca91b07894ea0efd399297f10b0db4da", "size":...
package org.broadinstitute.hellbender.exceptions; import htsjdk.samtools.SAMRecord; import org.broadinstitute.hellbender.utils.read.GATKRead; /** * <p/> * Class GATKException. * <p/> * This exception is for errors that are beyond the user's control, such as internal pre/post condition failures * and "this should...
{ "content_hash": "f5648e187f58b6bd325e032de10e0614", "timestamp": "", "source": "github", "line_count": 84, "max_line_length": 282, "avg_line_length": 45.083333333333336, "alnum_prop": 0.6762608925270662, "repo_name": "broadinstitute/hellbender", "id": "34c674888b9f858ae2f746490222e4b2d1e957f5", "s...
<div class="main-panel"> <div class="content"> <div class="container-fluid"> <div class="row"> <div class="col-md-8"> <div class="card"> <div class="header"> <h4 class="title">Add Subject</h4> <...
{ "content_hash": "5babfbbb836dcc6720baa9b26f28734d", "timestamp": "", "source": "github", "line_count": 185, "max_line_length": 211, "avg_line_length": 36.35675675675676, "alnum_prop": 0.3679750223015165, "repo_name": "kamalhappysanz/ensyfi", "id": "c91ca6f70c6c11178a6e68aa47042ef01c9a7bf9", "size"...
//------------------------------------------------------------------------------ // <copyright file="pch.h" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ // // pch.h // Header for ...
{ "content_hash": "99244ed1648fe9c66e289871150a4484", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 81, "avg_line_length": 27.6, "alnum_prop": 0.41545893719806765, "repo_name": "k-m-j/Kinect", "id": "6b09e3da828a2aeb16af0c7fdc22b0fd1b31b071", "size": "416", "binary": fa...
<?php namespace Academe\Exceptions; class DataNotFoundException extends \Exception { }
{ "content_hash": "e32d8aae57c88c61d4b5641f416d26e1", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 46, "avg_line_length": 11.25, "alnum_prop": 0.7888888888888889, "repo_name": "AaronJan/Academe", "id": "35f415e36f7f5b0f9384d1035836585dfe4929a7", "size": "90", "binary": ...
Dalli Changelog ===================== 0.9.3 ----- - Rails 2.3 support (beanieboi) - Rails SessionStore support - Passenger integration - memcache-client upgrade docs, see Upgrade.md 0.9.2 ---- - Verify proper operation in Heroku. 0.9.1 ---- - Add fetch and cas operations (mperham) - Add incr and decr oper...
{ "content_hash": "7e4c3d573fa599cb718c794fd0c5cb00", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 130, "avg_line_length": 18.035714285714285, "alnum_prop": 0.6831683168316832, "repo_name": "lomography/dalli", "id": "73ea9510842c270cbe6e45bd264c631bb298aeb8", "size": "50...
package com.sgrailways.giftidea.listeners; import android.content.DialogInterface; import javax.inject.Inject; public class DialogDismissListener implements DialogInterface.OnClickListener { @Inject public DialogDismissListener(){} public void onClick(DialogInterface dialog, int which) { dialog...
{ "content_hash": "5214b85abadb7b65ec0575a36c73f4d2", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 79, "avg_line_length": 22.666666666666668, "alnum_prop": 0.7617647058823529, "repo_name": "sgrailways/giftidea", "id": "1b282458c2cf06631a447da32c22b57748685e61", "size": "...
title: "About Us" permalink: /about/ feature_row1: - image_path: /assets/images/members/james.jpg feature_row3: - image_path: /assets/images/members/Kuang-Li.jpg feature_row2: - image_path: /assets/images/members/cheng-xuan.jpg title: "Xuan Cheng" excerpt: "<p>Xuan learned to dance at age of five and star...
{ "content_hash": "f2d4551589b88ee615618ef3711a00a4", "timestamp": "", "source": "github", "line_count": 124, "max_line_length": 607, "avg_line_length": 90.45967741935483, "alnum_prop": 0.7801551216902916, "repo_name": "PDXChinese/pdxchinese.github.io", "id": "8fd8927bec69604c5e911b53623361679f90b1bb"...
// Template Source: BaseEntity.java.tt // ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // -------------------------------------------...
{ "content_hash": "5d758363a186a326c917152242e9a2ce", "timestamp": "", "source": "github", "line_count": 93, "max_line_length": 249, "avg_line_length": 31.161290322580644, "alnum_prop": 0.6649413388543823, "repo_name": "microsoftgraph/msgraph-sdk-java", "id": "2ec930d5c54d35d2e3e3ed9d3a2ac11a7802fa0c"...
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!-- Copyright 2003 - 2010 The eFaps Team 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...
{ "content_hash": "e179c24d56f56cb8dd56cb8affb3754a", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 98, "avg_line_length": 43, "alnum_prop": 0.6949702541914549, "repo_name": "eFaps/eFapsApp-Accounting", "id": "5e1b60a1ee124acfc51920d3f0828ec33c451463", "size": "1849", "...
<?php namespace JJ\WeddingBundle\Entity; use Doctrine\ORM\Mapping as ORM; use Symfony\Component\HttpFoundation\File\UploadedFile; use Doctrine\Common\Collections\ArrayCollection; /** * JJ\WeddingBundle\Entity\Document */ class Document { /** * @var integer $id */ private $id; /** * @var ...
{ "content_hash": "e3be5b2ee66d76edceabb97fddf3ca88", "timestamp": "", "source": "github", "line_count": 430, "max_line_length": 86, "avg_line_length": 19.472093023255812, "alnum_prop": 0.4938492774393885, "repo_name": "curtisghanson/JJWedding", "id": "99074ea6f528a184005a623fd12e6dfe65758dff", "siz...
package javax.naming.directory; import java.io.Serializable; import javax.naming.NamingEnumeration; /** * This is the interface to a collection of attributes associated with a * directory entry. * <p> * This interface defines the methods that are implemented by a collection of a * particular directory entry's ...
{ "content_hash": "baeea1ef15a2655938bf95d4aed5164d", "timestamp": "", "source": "github", "line_count": 127, "max_line_length": 80, "avg_line_length": 34.95275590551181, "alnum_prop": 0.6539761207479162, "repo_name": "nextopio/nextop-client", "id": "d81f8c58baf45417e3c3249454df9f1430e208f0", "size"...
require([ 'base/js/namespace', 'jquery', 'notebook/js/notebook', 'contents', 'services/config', 'base/js/utils', 'base/js/page', 'base/js/events', 'auth/js/loginwidget', 'notebook/js/maintoolbar', 'notebook/js/pager', 'notebook/js/quickhelp', 'notebook/js/menubar', ...
{ "content_hash": "27b5327d31541aa1dbbe2a174ed3cd04", "timestamp": "", "source": "github", "line_count": 192, "max_line_length": 149, "avg_line_length": 32.536458333333336, "alnum_prop": 0.619177205058428, "repo_name": "Edu-Glez/Bank_sentiment_analysis", "id": "fe7bc069caf4f5ebdef804b17bd2d3edc0ddc4d5...
<?php /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ class Admin extends CI_Controller { function __construct() { parent::__construct(); $this->load->database(...
{ "content_hash": "7aaae31646340e04eac1ee26fb916665", "timestamp": "", "source": "github", "line_count": 262, "max_line_length": 112, "avg_line_length": 42.454198473282446, "alnum_prop": 0.5572237705654949, "repo_name": "itphamphong/viettoc", "id": "3ac093d2af8909360d3ab24c58af396aa8369e93", "size":...
'use strict'; var Backbone = require('backbone'); var models = require('../src/models'); describe('models', function () { describe('Module', function () { it('should define a Module Model', function () { expect(models).to.have.property('Module'); }); describe('an instance', fun...
{ "content_hash": "b4ec2341afd3eac07103d96aa6edbb77", "timestamp": "", "source": "github", "line_count": 101, "max_line_length": 85, "avg_line_length": 33.13861386138614, "alnum_prop": 0.514191813564386, "repo_name": "node-installable/installable-web-manager", "id": "75de1146b92d521b4615042b7aaa94e53b...
<?php namespace Bazaar\Component\Cart\Tests\Infrastructure\Persistence\Doctrine\Fixtures; use Bazaar\Component\Cart\Domain\Model\Cart as BaseCart; /** * Custom Cart. (for testing) * * @author Beau Simensen <beau@dflydev.com> */ class CustomCart extends BaseCart { }
{ "content_hash": "c8f84c56c55a5fda4b80f8d29161a07f", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 83, "avg_line_length": 17.1875, "alnum_prop": 0.7490909090909091, "repo_name": "bazaar/bazaar", "id": "8819611738a9a5a5e8b087e85a40840db84542ff", "size": "482", "binary":...
using UnityEngine; using System.Collections; using System.Collections.Generic; namespace RootMotion.FinalIK { /// <summary> /// Handles FBBIK interactions for a character. /// </summary> [AddComponentMenu("Scripts/RootMotion.FinalIK/Interaction System/Interaction System")] public class InteractionSystem : MonoB...
{ "content_hash": "9ca739f21bcc8ff600f1c3a2516cab57", "timestamp": "", "source": "github", "line_count": 658, "max_line_length": 174, "avg_line_length": 31.082066869300913, "alnum_prop": 0.6854097398787404, "repo_name": "mbottone/uga_hacks_2015", "id": "32f1171f35c255eb4e30ff1edadef1d453b4bcb0", "si...
package net.sourceforge.schemaspy.model; import java.sql.DatabaseMetaData; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.ResultSetMetaData; import java.sql.SQLException; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.C...
{ "content_hash": "b5b35af4c5cfb3c5445502d12a3d056d", "timestamp": "", "source": "github", "line_count": 1136, "max_line_length": 175, "avg_line_length": 32.98943661971831, "alnum_prop": 0.5387447966698687, "repo_name": "wakaleo/maven-schemaspy-plugin", "id": "66aebb14e6ed76c5dae6d8a7b95715757d7e05c8"...
package com.alipay.api.response; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.AlipayResponse; /** * ALIPAY API: alipay.security.prod.facerepo.add response. * * @author auto create * @since 1.0, 2016-06-30 08:29:39 */ public class AlipaySecurityProdFacerepoAddResponse extends AlipayRes...
{ "content_hash": "c6b06658f3b53bf22152f65e45450e90", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 75, "avg_line_length": 18.627906976744185, "alnum_prop": 0.7153558052434457, "repo_name": "wendal/alipay-sdk", "id": "a70c94a39a035965d45af4a9937224f49a76c3a9", "size": "83...
import optparse import os import sys import time # The tables maintained by this script maintained_tables = [ {'tablename' : 'bvermeulen_sdx', 'id_column' : 'id'}, {'tablename' : 'msb_metrics', 'id_column' : 'id'}, {'tablename' : 'nriganikytopo2', 'id_column' : 'id'}, {'tablename' : 'starlight_metrics'...
{ "content_hash": "d958bc11e0f1244c0c9fad0f8acb903a", "timestamp": "", "source": "github", "line_count": 140, "max_line_length": 102, "avg_line_length": 42.83571428571429, "alnum_prop": 0.5652826413206603, "repo_name": "GENI-NSF/geni-demoviz", "id": "83c6636c6021086eaad78fc426164834f8291e7b", "size"...
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ChangeListManager"> <list default="true" id="0a964b48-62a1-4819-95ee-2ff15311acd0" name="Default" comment="" /> <ignored path="What's Cooking.iws" /> <ignored path=".idea/workspace.xml" /> <option name="EXCLUDED_CONVERTED_TO...
{ "content_hash": "257a169b787c8b7fd068955731fb8793", "timestamp": "", "source": "github", "line_count": 849, "max_line_length": 225, "avg_line_length": 54.9434628975265, "alnum_prop": 0.6240058310287907, "repo_name": "AhmedHani/Kaggle-Machine-Learning-Competitions", "id": "37bc12355f1e4323e6c02740158...
resharper-gendarme ================== Gendarme plugin for ReSharper.
{ "content_hash": "7ad1f0d3ac00603c2c5cc3d66bf9633f", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 30, "avg_line_length": 17.5, "alnum_prop": 0.6142857142857143, "repo_name": "azhidkov/resharper-gendarme", "id": "0c3609bd5ede9ddbc529d8a58d8f77472136c065", "size": "70", ...
module Mongo module CRUD module Operation # Defines common behaviour for running CRUD read operation tests # on a collection. # # @since 2.0.0 class Read # Map of method names to test operation argument names. # # @since 2.0.0 ARGUMENT_MAP = { :sort ...
{ "content_hash": "d9cea7a90572e9b8bbcdb1b05fa92e73", "timestamp": "", "source": "github", "line_count": 133, "max_line_length": 101, "avg_line_length": 26.909774436090224, "alnum_prop": 0.5199776473875384, "repo_name": "wandenberg/mongo-ruby-driver", "id": "5a98219856d8d868e6126b16a232955ec9497fce", ...