text
stringlengths
2
1.04M
meta
dict
package de.lessvoid.nifty.examples.progressbar; import de.lessvoid.nifty.Nifty; import de.lessvoid.nifty.controls.Controller; import de.lessvoid.nifty.controls.Parameters; import de.lessvoid.nifty.elements.Element; import de.lessvoid.nifty.elements.render.TextRenderer; import de.lessvoid.nifty.examples.NiftyExample; i...
{ "content_hash": "5b9c142106d2f69d30f07be7c865df6b", "timestamp": "", "source": "github", "line_count": 87, "max_line_length": 108, "avg_line_length": 26.39080459770115, "alnum_prop": 0.7286585365853658, "repo_name": "mkaring/nifty-gui", "id": "0708e6cd533b40ef6d13fb0633fbd364350ee607", "size": "22...
package com.ogamelib.building; import java.io.IOException; import java.lang.reflect.Modifier; import java.util.List; import org.junit.Test; import static org.junit.Assert.*; import com.ogamelib.Introspection; import com.ogamelib.building.Building; import com.ogamelib.building.BuildingSet; public class BuildingSetTe...
{ "content_hash": "92a72b0c6fb006d380e90746e1c3d774", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 70, "avg_line_length": 25.8, "alnum_prop": 0.7, "repo_name": "matthieu-vergne/Ogame-Library", "id": "3ffe44d65540960e899cb934f9938c7418a69497", "size": "1290", "binary": ...
import random from faker import Faker from . import College, Essay, Major, RecommendationLetter, TestScore, ChecklistItem, Acceptance, StudentScholarship from .. import db from sqlalchemy.orm import validates student_colleges = db.Table('student_colleges', db.Column('college_id', db.Integer...
{ "content_hash": "ae941fc8120b34ca35cd1cc575aa138c", "timestamp": "", "source": "github", "line_count": 133, "max_line_length": 115, "avg_line_length": 47.02255639097744, "alnum_prop": 0.5940198273105213, "repo_name": "hack4impact/next-gen-scholars", "id": "23c8337fc6e2ae3f0ee4f7f38e56dfcc208e6a37", ...
/** * notes on PseudoNCList needed for porting Trellis data loading to jbrowse_1.7 branch * mostly need to override ID assignment based on position in NCList, * and replace with unique IDs already present in feature arrays * * inherit from jbrowse Store/NCList, but override: _decorate_feature: function(acce...
{ "content_hash": "b45de535b6c20488b7625e92dfa7dcb4", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 87, "avg_line_length": 28.636363636363637, "alnum_prop": 0.6492063492063492, "repo_name": "agua/agua", "id": "5af85286aab04b9707762e2857b6f3055cbedcfd", "size": "630", "b...
using System; using System.Collections.Generic; using Aspose.Email.Exchange; using Aspose.Email.Mail; namespace Aspose.Email.Examples.CSharp.Exchange { class PagingSupportForListingAppointments { static void Run() { // ExStart: PagingSupportForListingAppointments using...
{ "content_hash": "86e6adafe2793c87db54f8f9b53161f5", "timestamp": "", "source": "github", "line_count": 65, "max_line_length": 126, "avg_line_length": 47.246153846153845, "alnum_prop": 0.51579290133507, "repo_name": "jawadaspose/Aspose.Email-for-.NET", "id": "1dad5d6e6611d8fdd9afd4fc9906964d324909b0"...
angular.module('hrApp') .controller('EmployeesController', ["UserService", "EmployeeService", "GroupService", "ReviewService", function(UserService, EmployeeService, GroupService, ReviewService) { var self = this; self.employees = [ { type : "RF", title : "Dr.", firstname : "Alice", lastname: "Acropolis...
{ "content_hash": "03f92148b3f71b6bc3c02793de886462", "timestamp": "", "source": "github", "line_count": 115, "max_line_length": 95, "avg_line_length": 30.991304347826087, "alnum_prop": 0.6430976430976431, "repo_name": "jleete97/hr", "id": "dad7d86852263478c9c46087b20ed6af96ee4663", "size": "3580", ...
<div> <table class="table table-striped"> <tr ng-repeat="doc in docs | limitTo:pageSize"> <td> <div class="time-ago" title="{{doc.date_dt}}">{{doc.date_dt|truncate:10}}</div> <div><a translation-url ng-href="{{doc.url_ss[0]}}">{{doc.title_t}}</a></div> ...
{ "content_hash": "5dd568d3508db2da04f6dba0aae0c736", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 190, "avg_line_length": 58.57142857142857, "alnum_prop": 0.5788617886178862, "repo_name": "scbd/chm.cbd.int", "id": "29fcb4169ee401024eaf4bd19a1222e3d23c6552", "size": "123...
package org.apache.beam.runners.fnexecution.wire; import static org.apache.beam.runners.core.construction.BeamUrns.getUrn; import static org.apache.beam.vendor.guava.v26_0_jre.com.google.common.base.MoreObjects.firstNonNull; import static org.apache.beam.vendor.guava.v26_0_jre.com.google.common.base.Preconditions.che...
{ "content_hash": "3615ea8c15c294a84683000fdb4cd53d", "timestamp": "", "source": "github", "line_count": 583, "max_line_length": 109, "avg_line_length": 46.16123499142367, "alnum_prop": 0.6904726516052319, "repo_name": "robertwb/incubator-beam", "id": "c5f2283e41b0a76665d783eb515cbe334c25e139", "siz...
package ru.atom.threads.examples; import org.jetbrains.annotations.NotNull; /** * @author apomosov */ public class CreateThreadExample { public static class HelloRunnable implements Runnable { public void run() { System.out.println("Hello from a thread, created via Runnable implementation!"); } } ...
{ "content_hash": "317832414e3ad95e6b9d8f4264999d49", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 94, "avg_line_length": 25.516129032258064, "alnum_prop": 0.6738305941845765, "repo_name": "SaenkoDmitry/atom", "id": "db5150f6f73a38ba8d6750769cfa1447bdf27039", "size": "79...
using namespace PS; using namespace LM; TEST(GradientDescent, LogistRegression) { // load data typedef double V; Config cf; readFileToProtoOrDie("../src/test/grad_desc.conf", &cf); auto data = readMatricesOrDie<V>(cf.training_data()); CHECK_EQ(data.size(), 2); auto X = data[1]; // allocate memories SAr...
{ "content_hash": "ecf508b603085b0dca160148123d74b8", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 69, "avg_line_length": 28, "alnum_prop": 0.5947802197802198, "repo_name": "hjk41/parameter_server", "id": "8a780bc4f6db43c5b8b2fa2ed1208152dcedd9fd", "size": "833", "bina...
const DrawCard = require('../../drawcard.js'); class ShinjoScout extends DrawCard { setupCardAbilities(ability) { this.reaction({ title: 'Gain 1 fate', when: { onPassDuringDynasty: (event, context) => event.player === context.player && event.firstToPass }...
{ "content_hash": "ec52e99d6b9a5313e133ad431c18222d", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 109, "avg_line_length": 26.941176470588236, "alnum_prop": 0.5829694323144105, "repo_name": "gryffon/ringteki", "id": "2baffd2994fd02047ca4419aaf569dcd608f739e", "size": "45...
// Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF licenses this file to You under the Apache License, Version 2.0 // (the "License"); you may no...
{ "content_hash": "3c500e233ab891a6ab12fcca2486569d", "timestamp": "", "source": "github", "line_count": 96, "max_line_length": 85, "avg_line_length": 32.791666666666664, "alnum_prop": 0.6861499364675985, "repo_name": "mesosphere/usergrid", "id": "aa4e1de3af239dfe24702dd4f37d2084d55f2aa8", "size": "...
@implementation NSString (ZZFramework) @end
{ "content_hash": "9301560393d37ea0c830ef4b0e978d5b", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 38, "avg_line_length": 15, "alnum_prop": 0.8, "repo_name": "AllisonWangJiaoJiao/Knowledge-oc", "id": "833226f8857f9455c112e0749705187eedc54dc5", "size": "226", "binary": f...
<?php namespace Box\Mod\Invoice; class ServiceSubscriptionTest extends \PHPUnit_Framework_TestCase { /** * @var \Box\Mod\Invoice\ServiceSubscription */ protected $service = null; public function setup() { $this->service = new \Box\Mod\Invoice\ServiceSubscription(); } publ...
{ "content_hash": "36ed3f2b6d816193c57541a5f85a8ec8", "timestamp": "", "source": "github", "line_count": 312, "max_line_length": 131, "avg_line_length": 32.69551282051282, "alnum_prop": 0.5080874424076071, "repo_name": "4Giedrius/boxbilling", "id": "9650e1a0c93166b30f7811f7defd727289276a86", "size":...
<?php return [ /* |-------------------------------------------------------------------------- | Authentication Defaults |-------------------------------------------------------------------------- | | This option controls the default authentication "guard" and password | reset options for your applicatio...
{ "content_hash": "7f11ae2fd915f3a79bf7315c44b2c023", "timestamp": "", "source": "github", "line_count": 103, "max_line_length": 77, "avg_line_length": 29.611650485436893, "alnum_prop": 0.5013114754098361, "repo_name": "cncgl/laravel53-vue2", "id": "6a5d7c6151bc236afd9152437920f78bfda8d55c", "size":...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Wed Jul 17 09:39:59 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>CacheConsumer (BOM: * : Al...
{ "content_hash": "8022e9c5ca5576a6e9076f1d6415be32", "timestamp": "", "source": "github", "line_count": 248, "max_line_length": 588, "avg_line_length": 43.875, "alnum_prop": 0.6436908372392244, "repo_name": "wildfly-swarm/wildfly-swarm-javadocs", "id": "1f2606fc76dcee3a6b10d6b1318618e8acc6f581", "s...
Test for hangul to jamo conversion filter --FILE-- <?php $filters = array( 'hangul_to_jamo', 'jamo_transliterate' ); $string = iconv("utf-8", "ucs-2", file_get_contents(__DIR__.'/hangul-to-jamo.txt')); $res = transliterate($string, $filters); echo iconv('ucs-2', 'utf-8', $res); ?> --EXPECT-- don Quijote nge ngosinkeos...
{ "content_hash": "91720e187f597525990c9b950fe0b8a4", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 121, "avg_line_length": 49.666666666666664, "alnum_prop": 0.8232662192393736, "repo_name": "derickr/pecl-translit", "id": "7803cba8b02922e5cd59b07f57e3b61d59b9e05b", "size"...
import events = require("events"); import minimatch = require("minimatch"); declare function G(pattern: string, cb: (err: Error | null, matches: string[]) => void): G.IGlob; declare function G(pattern: string, options: G.IOptions, cb: (err: Error | null, matches: string[]) => void): G.IGlob; declare namespace G { ...
{ "content_hash": "c096a243da24c4125f3e5b5959ceb63d", "timestamp": "", "source": "github", "line_count": 79, "max_line_length": 118, "avg_line_length": 37.77215189873418, "alnum_prop": 0.6099195710455764, "repo_name": "cloudfoundry-community/asp.net5-buildpack", "id": "8213c43da1204e92db61cd9af6018362...
layout: home description: headline: tags: [Riley, Childs] --- {% if site.paginate %} {% for post in paginator.posts %} {% if site.wpm %} {% assign readtime = post.content | strip_html | number_of_words | append: '.0' | divided_by:site.wpm %} {% else %} {% assign readtime = post.content | strip_html | number_...
{ "content_hash": "96dcdbb0d25b03244911d43b384899c6", "timestamp": "", "source": "github", "line_count": 433, "max_line_length": 669, "avg_line_length": 75.18475750577367, "alnum_prop": 0.48050990631239443, "repo_name": "RowdyChildren/uwrt1103.rileychilds.me", "id": "b05d2ee19a75f1fbb4eaa39a33c3f3e8b3...
<?php namespace Magento\Framework\Console; /** * Locator for Console commands */ class CommandLocator { /** * @var string[] */ private static $commands = []; /** * @param string $commandListClass * @return void */ public static function register($commandListClass) { ...
{ "content_hash": "32a6ab4c8485e2e6623c673f36794090", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 54, "avg_line_length": 16.06451612903226, "alnum_prop": 0.5602409638554217, "repo_name": "j-froehlich/magento2_wk", "id": "a6b38ca1d4c0b93eb9fd685e2ff049fd9d9f6365", "size"...
<?php namespace Fisharebest\Localization\Locale; use Fisharebest\Localization\Territory\TerritoryCo; class LocaleEsCo extends LocaleEs { protected function percentFormat() { return '%s' . self::PERCENT; } public function territory() { return new TerritoryCo; } }
{ "content_hash": "bc2eea4c53fca8456dbfe01abf224dd8", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 51, "avg_line_length": 19.642857142857142, "alnum_prop": 0.7563636363636363, "repo_name": "fweber1/Annies-Ancestors", "id": "166f3101a19c800c6a468b7d633e9b228e8c002d", "siz...
'use strict'; (function(module) { try { module = angular.module('tink.validation'); } catch (e) { module = angular.module('tink.validation', []); } module.directive('tinkValidation', ['$compile',function ($compile) { return { restrict: 'E', scope: { label: '@', informatio...
{ "content_hash": "6da0503324abee6b3c32420b35f92b89", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 301, "avg_line_length": 42.01587301587302, "alnum_prop": 0.5647903286739705, "repo_name": "tinkkit/tink-validation-angular", "id": "78f1689ab167987787870a8b775b4f2abeb474f6",...
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chromeos/dbus/update_engine_client.h" #include "base/bind.h" #include "base/callback.h" #include "base/command_line.h" #include "base/messa...
{ "content_hash": "8eb6925f597a43570afe2551a20f15ff", "timestamp": "", "source": "github", "line_count": 552, "max_line_length": 79, "avg_line_length": 35.23550724637681, "alnum_prop": 0.6811311053984576, "repo_name": "sencha/chromium-spacewalk", "id": "fd1bc2a251e990d3f876ba692f187354d1d94c3f", "si...
class RenameLibrarianToEditor < ActiveRecord::Migration[4.2] def change rename_column :project_users, :librarian, :editor end end
{ "content_hash": "b8ac9affd321e15d5148420e0a2cc890", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 60, "avg_line_length": 27.6, "alnum_prop": 0.7608695652173914, "repo_name": "remomueller/slice", "id": "cf9ac4cfd988655c06d814c46a5eb37266761414", "size": "138", "binary":...
<?php namespace TYPO3\Flow\Configuration; use TYPO3\Flow\Annotations as Flow; use TYPO3\Flow\Core\ApplicationContext; use TYPO3\Flow\Package\PackageInterface; use TYPO3\Flow\Utility\Arrays; use TYPO3\Flow\Utility\Files; use TYPO3\Flow\Utility\OpcodeCacheHelper; use TYPO3\Flow\Utility\PositionalArraySorter; /** * A...
{ "content_hash": "f8c5c0d59c5b630e98750468ed8586e4", "timestamp": "", "source": "github", "line_count": 886, "max_line_length": 286, "avg_line_length": 47.636568848758465, "alnum_prop": 0.6406198170876178, "repo_name": "mkeitsch/flow-development-collection", "id": "8378be62879b220f83e8b4d138fa4ee6115...
/* @flow */ import { renderSync } from './sass'; import assertions from './assertions'; import normalize from './normalizer'; import path from 'path'; type SassFunc = { called: Function, calledWithArgs: Function }; type SassFuncWrap = (name: string) => SassFunc; export default function func(file: string, asser...
{ "content_hash": "e7854d3e83451134bc864ea40980d82a", "timestamp": "", "source": "github", "line_count": 47, "max_line_length": 75, "avg_line_length": 24.48936170212766, "alnum_prop": 0.6038227628149435, "repo_name": "zephraph/sasspec", "id": "2139097eeb084d69dee4131aa67b521001d71fc0", "size": "1151...
@interface ElizaViewController : DetailsViewController <UITableViewDelegate, SGBubbleTableViewDataSource> @end
{ "content_hash": "6731565c2860048e511c8b0c5a63b104", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 105, "avg_line_length": 37.333333333333336, "alnum_prop": 0.875, "repo_name": "BeamApp/Transit", "id": "2e85c3fee356615f48b329d987a16927b5981122", "size": "503", "binary":...
class AddNameToBillingAccount < ActiveRecord::Migration def change add_column :billing_accounts, :name, :string end end
{ "content_hash": "4b1992f848ba123d6713301ba54968b6", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 55, "avg_line_length": 25.6, "alnum_prop": 0.765625, "repo_name": "AlexVangelov/billing", "id": "039822a788953f64d63526830811b98dd6b2865a", "size": "128", "binary": false,...
Improve overall data quality by validating user input for accuracy and completeness. This page shows how to validate user input in the UI and display useful validation messages using both reactive and template-driven forms. It assumes some basic knowledge of the two forms modules. <div class="alert is-helpful"> If y...
{ "content_hash": "c21bdca557a6539dbf7de9b4bb8f0d0a", "timestamp": "", "source": "github", "line_count": 349, "max_line_length": 403, "avg_line_length": 56.429799426934096, "alnum_prop": 0.7861785315324464, "repo_name": "IgorMinar/angular", "id": "2f364d5e34fb9f043b510c3fec9b0e0f556aa3c3", "size": "...
package com.sots.util.registries; import java.util.ArrayList; import java.util.List; import com.sots.pipe.BlockGenericPipe; import com.sots.pipe.NetworkCore; import com.sots.pipe.PipeBasic; import com.sots.pipe.PipeBlocking; import com.sots.pipe.PipeChassisMkI; import com.sots.pipe.PipeRouted; import net.minecraft.i...
{ "content_hash": "ed10cf05b438ac7084e7ff3c15f2144e", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 83, "avg_line_length": 25.74074074074074, "alnum_prop": 0.7561151079136691, "repo_name": "Bitterholz/LP2", "id": "f41edead3ab07a431484068094b5c0f61afd2443", "size": "1390",...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using System.Text; namespace WebApiContribTests.Helpers { public class DeepComparer { public static IEnumerable<string> Compare<T>(T a, T b) { var errors = new List<string>(); RecursiveCo...
{ "content_hash": "9655ec5d585909b8574bb6fa8f588263", "timestamp": "", "source": "github", "line_count": 120, "max_line_length": 112, "avg_line_length": 23.358333333333334, "alnum_prop": 0.6154120585087406, "repo_name": "modulexcite/WebAPIContrib", "id": "432fc6500811cddfaf270a5729ac58cd7c6213e2", "...
<?php namespace Zen\ApiBundle; use Symfony\Component\HttpKernel\Bundle\Bundle; class ZenApiBundle extends Bundle { }
{ "content_hash": "969bc4f076c8d942b265657b060bfd94", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 47, "avg_line_length": 13.333333333333334, "alnum_prop": 0.7916666666666666, "repo_name": "dumblob/zen-server-app", "id": "15353737eabdaa812366c8aeba34cb9c970ce8ba", "size":...
from __future__ import absolute_import from ..client import MultiClient from ..shell import MultiShell class MultiCinder(MultiClient): def __init__(self): super(MultiCinder, self).__init__() self.default_executable = 'cinder' self.prefix_list += ["cinder_", "cinderclient_"] def main_cl...
{ "content_hash": "475e5cbebce27d2e192c5e8258932d82", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 56, "avg_line_length": 24.058823529411764, "alnum_prop": 0.6748166259168704, "repo_name": "testeddoughnut/multistack", "id": "808f91c4c021a394fccdc960aca2389425bf7f6b", "si...
/* * Do not modify this file. This file is generated from the elasticache-2015-02-02.normal.json service model. */ using System; using System.Collections.Generic; using System.Xml.Serialization; using System.Text; using System.IO; using Amazon.Runtime; using Amazon.Runtime.Internal; namespace Amazon.ElastiCache.M...
{ "content_hash": "ab8b9c074d5433b60021444786a051fa", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 109, "avg_line_length": 27.869565217391305, "alnum_prop": 0.6388455538221529, "repo_name": "mwilliamson-firefly/aws-sdk-net", "id": "4156097a2f999fb46778013830378c78200007ea"...
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2005-2014 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.opensource.org/li...
{ "content_hash": "e94414ec63f418587f9cfc7443226b14", "timestamp": "", "source": "github", "line_count": 71, "max_line_length": 85, "avg_line_length": 31.704225352112676, "alnum_prop": 0.669035984007108, "repo_name": "ricepanda/rice-git2", "id": "2a6e7adf0b8245f033c7244365d1ca29c1726fde", "size": "2...
package data import _ "embed" // Mark this file as using embeds. // DOS33masterDSK is a DOS 3.3 Master Disk image. //go:embed disks/dos33master.dsk var DOS33masterDSK []byte // DOS33masterWOZ is a DOS 3.3 Master Disk, as a .woz file. //go:embed disks/dos33master.woz var DOS33masterWOZ []byte // ProDOS242PO is John ...
{ "content_hash": "fe956c0087a5e0e62829d8b9716ac705", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 130, "avg_line_length": 34.48, "alnum_prop": 0.7610208816705336, "repo_name": "zellyn/diskii", "id": "1db16d4539a15d0cc8032ea1cab96417687d935b", "size": "917", "binary": ...
<template name="ModalQueueEdit"> <div class="modal-queue-edit modal"> <div class="modal-dialog animated fadeInUp"> <div class="modal-content"> <!-- Modal Header --> <div class="modal-header"> <h4 class="modal-title">Edit Queue</h4> <button type="button" class="close" data...
{ "content_hash": "2ced117b51c2af3f43dbaafaf27ed6e9", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 129, "avg_line_length": 38.828125, "alnum_prop": 0.48370221327967805, "repo_name": "signmeup/signmeup", "id": "f3ad36ee645911117990b6ec31944f093626cd29", "size": "2485", ...
// // Copyright (C) 2003-2015 Rational Discovery LLC // // @@ All Rights Reserved @@ // This file is part of the RDKit. // The contents are covered by the terms of the BSD license // which is included in the file license.txt, found at the root // of the RDKit source tree. // #include <RDGeneral/export.h> #ifndef...
{ "content_hash": "38403ca396c7c381a4d5c44e6d0491f3", "timestamp": "", "source": "github", "line_count": 86, "max_line_length": 80, "avg_line_length": 30.372093023255815, "alnum_prop": 0.6550535987748851, "repo_name": "greglandrum/rdkit", "id": "42b6cac2ccbc9976d16e148fe2f9aa5ed90cbca3", "size": "26...
var PopularityBarManager = cc.Class.extend({ ctor: function (popularityBar, popularity, largestPopularity) { this.popularityBar = popularityBar; this.popularity = popularity; this.largestPopularity = largestPopularity; }, getTargetPercent: function () { if (this.largestPopul...
{ "content_hash": "a80c23139f8571f4e4ddf9f60ad74e9f", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 90, "avg_line_length": 30.433333333333334, "alnum_prop": 0.6418400876232202, "repo_name": "AI-comp/SamurAICoding2014", "id": "c8cee3dad44a232b3e0dee178da54395ef0721c4", "si...
/*! \file binary.hpp \brief Binary input and output archives */ /* Copyright (c) 2014, Randolph Voorhies, Shane Grant All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions o...
{ "content_hash": "4f29f45a3b57f13a2ca67b18e448fcc8", "timestamp": "", "source": "github", "line_count": 327, "max_line_length": 143, "avg_line_length": 44.5565749235474, "alnum_prop": 0.665888812628689, "repo_name": "Segs/Segs", "id": "69c02c0723e45e60ec00fe7aebaa4b0e84b9787b", "size": "14570", "...
<!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_45) on Mon Nov 18 22:32:06 EST 2013 --> <title>PlayerPane</title> <meta name="date" content="2013-11-18"> <link rel="stylesheet" type="...
{ "content_hash": "c31c94b5bd7c975be333fb30606742f6", "timestamp": "", "source": "github", "line_count": 457, "max_line_length": 172, "avg_line_length": 32.586433260393875, "alnum_prop": 0.6451786193929626, "repo_name": "doome1337/Shogi", "id": "f1401b9f3e7fdf6a57ff2e64a01b2066f03eee7a", "size": "14...
namespace YAPA.Plugins.SoundSettings.SoundNotifications { public partial class SoundNotificationSettingWindow { public SoundNotificationSettingWindow(SoundNotificationsSettings settings) { settings.DeferChanges(); InitializeComponent(); DataContext = setting...
{ "content_hash": "327c68522b17df51c6d5ad9a85102b80", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 82, "avg_line_length": 26.23076923076923, "alnum_prop": 0.6656891495601173, "repo_name": "YetAnotherPomodoroApp/YAPA-2", "id": "a4b32b7a960e63ad6a207c9049c7c11573e0cabe", "...
package org.conqat.engine.sourcecode.analysis.shallowparsed; import java.io.IOException; import java.util.ArrayList; import java.util.List; import org.conqat.engine.commons.pattern.PatternList; import org.conqat.engine.core.core.AConQATFieldParameter; import org.conqat.engine.core.core.AConQATProcessor; import org.c...
{ "content_hash": "32ec117774fd79ff3e3fbbec323a9775", "timestamp": "", "source": "github", "line_count": 163, "max_line_length": 182, "avg_line_length": 33.79754601226994, "alnum_prop": 0.7455073516064622, "repo_name": "vimaier/conqat", "id": "42f7821c41df5447e78845db48b9a47ca57d11e4", "size": "6740...
var ConfigParser = require('../../built/configParser').default; var path = require('path'); describe('the config parser', function() { it('should have a default config', function() { var config = new ConfigParser().getConfig(); expect(config.specs).toEqual([]); expect(config.rootElement).toEqual('body')...
{ "content_hash": "2a468ced66765c62eac9bd8361edbb18", "timestamp": "", "source": "github", "line_count": 82, "max_line_length": 104, "avg_line_length": 34.71951219512195, "alnum_prop": 0.6269757639620653, "repo_name": "sjelin/protractor", "id": "23d488563bb6b348a1a6220d4441c4077c08206d", "size": "28...
<?php /** * This class defines attributes, valid values, and usage which is generated * from a given json schema. * http://tools.ietf.org/html/draft-zyp-json-schema-03#section-5 * * @author Chirag Shah <chirags@google.com> * */ class W3TCG_Google_Model implements ArrayAccess { protected $internal_gapi_mappin...
{ "content_hash": "096831dd70b1d85d1abe103404ffead4", "timestamp": "", "source": "github", "line_count": 267, "max_line_length": 94, "avg_line_length": 26.655430711610485, "alnum_prop": 0.58887171561051, "repo_name": "jikamens/w3-total-cache-fixed", "id": "872c6b5c9aef5051c607729c0c74697e915eef75", ...
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="ApiGen 2.8.0" /> <title>Namespace Symfony\Component\DependencyInjection\ParameterBag | seip</title> <script type="text/javascript" src="resources/combined.js?784181472"></script> <s...
{ "content_hash": "89809d88b5819633a0540b672c834bd3", "timestamp": "", "source": "github", "line_count": 3357, "max_line_length": 221, "avg_line_length": 46.06732201370271, "alnum_prop": 0.6496301277740417, "repo_name": "Tecnocreaciones/VzlaGovernmentTemplateDeveloperSeed", "id": "bc57091184297bdab796...
<?php namespace Oro\Bundle\SoapBundle\DependencyInjection\Compiler; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; use Symfony\Component\DependencyInjection\Definition; use Symfony\Component\DependencyInjection\Reference; /** * R...
{ "content_hash": "07eb7fe5525a763852c9f08483019f35", "timestamp": "", "source": "github", "line_count": 67, "max_line_length": 114, "avg_line_length": 36.26865671641791, "alnum_prop": 0.6786008230452675, "repo_name": "trustify/oroplatform", "id": "caa7c022ebd5bf54e55a3e755192700df151ab5c", "size": ...
package com.cubicb.ssm.projectile; import com.cubicb.ssm.events.UpdateEvent; import com.cubicb.ssm.events.UpdateType; import org.bukkit.Bukkit; import org.bukkit.Sound; import org.bukkit.entity.Entity; import org.bukkit.entity.LivingEntity; import org.bukkit.event.EventHandler; import org.bukkit.event.Listener; import...
{ "content_hash": "402495e3e532c5d7e6e0f74a1db36ffb", "timestamp": "", "source": "github", "line_count": 80, "max_line_length": 159, "avg_line_length": 34.8125, "alnum_prop": 0.6186714542190305, "repo_name": "CubicB/Super-Smash-Mobs-Reborn", "id": "bd4696d487cba9ade0429d3cb4934ba1ff69d69d", "size": ...
require "embrace" module Embrace module Brackets module_function def from_brackets(opening, closing) ->(text) { "#{opening}#{text}#{closing}" } end def from_str(style) i = style.size / 2 from_brackets(style[0...i], style[i..-1]) end end module_function def Brackets(sty...
{ "content_hash": "116a90e896d66002fc6fe4a0b55ed6ea", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 83, "avg_line_length": 21.689655172413794, "alnum_prop": 0.6581875993640699, "repo_name": "johncarney/embrace", "id": "2ff69f1b38e2104d80c58bcd1a320ea3458870c5", "size": "6...
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_MulticastDelegate3201952435.h" #include "mscorlib_System_Void1841601450.h" // System.Object struct Il2CppObject; // System.AssemblyLoadEventArgs struct Asse...
{ "content_hash": "6c2f401e02d54804412c40d1160eb1d5", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 84, "avg_line_length": 18.772727272727273, "alnum_prop": 0.788135593220339, "repo_name": "WestlakeAPC/unity-game", "id": "adaabc88df1f2500b71a6ba8d7cd656c64583d8c", "size":...
import sympy import collections import stepprinter from stepprinter import functionnames, replace_u_var from sympy.core.function import AppliedUndef from sympy.functions.elementary.trigonometric import TrigonometricFunction from sympy.strategies.core import switch, identity def Rule(name, props=""): return collec...
{ "content_hash": "67197d60ceee11db1fa0a54c3097fb94", "timestamp": "", "source": "github", "line_count": 534, "max_line_length": 95, "avg_line_length": 36.92134831460674, "alnum_prop": 0.5679651044836681, "repo_name": "iScienceLuvr/sympy_gamma", "id": "9294ffeac57cfa5444d0260545fe3d987bfaed3c", "siz...
package com.prowidesoftware.swift.model.mt.mt3xx; import com.prowidesoftware.Generated; import java.io.Serializable; import java.util.ArrayList; import java.util.List; import java.util.Collections; import org.apache.commons.lang3.StringUtils; import com.prowidesoftware.swift.model.*; import com.prowidesoftware.sw...
{ "content_hash": "e77d3135a77eb5aadcc88f8c6d5a6515", "timestamp": "", "source": "github", "line_count": 3248, "max_line_length": 161, "avg_line_length": 33.923645320197046, "alnum_prop": 0.6872413417556088, "repo_name": "prowide/prowide-core", "id": "6f141c21dffb7b50446dda3a44b5879e17896e6a", "size...
@interface WMFPicOfTheDayTableViewCell : UITableViewCell - (void)setImageURL:(NSURL*)imageURL; - (void)setDisplayTitle:(NSString*)displayTitle; @end
{ "content_hash": "ac63a8e1e29e12d38e232d891cd26af9", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 56, "avg_line_length": 21.714285714285715, "alnum_prop": 0.7960526315789473, "repo_name": "jindulys/Wikipedia", "id": "592f16a1aab4c563cd5cb28657fed3f855992827", "size": "34...
#include "third_party/blink/renderer/modules/service_worker/service_worker.h" #include <memory> #include <utility> #include "mojo/public/cpp/bindings/pending_associated_receiver.h" #include "mojo/public/cpp/bindings/pending_associated_remote.h" #include "third_party/blink/public/mojom/service_worker/service_worker_...
{ "content_hash": "13fc7187ce1ce20aa73ded702b77cde0", "timestamp": "", "source": "github", "line_count": 199, "max_line_length": 91, "avg_line_length": 37.52261306532663, "alnum_prop": 0.6972010178117048, "repo_name": "scheib/chromium", "id": "801c7d8d9670635e3bd22ecafa32282f271a1c54", "size": "9029...
<?php // =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_...
{ "content_hash": "a2a51516157b7aae969816d4fff69865", "timestamp": "", "source": "github", "line_count": 75, "max_line_length": 102, "avg_line_length": 27.653333333333332, "alnum_prop": 0.5530376084860174, "repo_name": "FansWorldTV/web", "id": "d9c683085ffef23b402ce2e48e71a79f54797efb", "size": "207...
using System; using System.Linq; using System.Threading.Tasks; using System.Web; using System.Web.Mvc; using Microsoft.AspNet.Identity; using Microsoft.AspNet.Identity.Owin; using Microsoft.Owin.Security; using TourOfTemplateV2CustomStore.Models; using System.Collections.Generic; using System.Security.Claims; namespa...
{ "content_hash": "42a3448ddca86632df54941605db2b23", "timestamp": "", "source": "github", "line_count": 401, "max_line_length": 175, "avg_line_length": 36.33167082294264, "alnum_prop": 0.5663394879538747, "repo_name": "peteratseneca/bti420winter2017", "id": "deafc401b8510fe545d04a062f999184b2f316d8",...
package org.opengroup.osdu.workflow.provider.interfaces; import org.opengroup.osdu.core.common.exception.UnauthorizedException; import org.opengroup.osdu.core.common.model.http.DpsHeaders; import org.opengroup.osdu.workflow.model.GetStatusRequest; import org.opengroup.osdu.workflow.model.GetStatusResponse; import or...
{ "content_hash": "468d4ef3201b71149a01128204871896", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 93, "avg_line_length": 34.94117647058823, "alnum_prop": 0.7912457912457912, "repo_name": "google/framework-for-osdu", "id": "93f6e0f5be1c61579d9ca7e9fe5c3bbfb630ca18", "siz...
package org.drools.compiler.kie.builder.impl; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import com.google.protobuf.ByteString; import org.drools....
{ "content_hash": "2fe7116aeb05ec2c6dd5451bd5bdc701", "timestamp": "", "source": "github", "line_count": 145, "max_line_length": 143, "avg_line_length": 45.57931034482758, "alnum_prop": 0.6118928733545166, "repo_name": "reynoldsm88/drools", "id": "004c5acfce3e1d7f31f882cfe4ac02093f2cc9c0", "size": "...
package org.springframework.http; import java.io.ByteArrayOutputStream; import java.nio.charset.Charset; import java.nio.charset.StandardCharsets; import java.time.ZonedDateTime; import java.time.format.DateTimeParseException; import java.util.ArrayList; import java.util.Base64; import java.util.List; import java.ut...
{ "content_hash": "26ecb1cd219adf1ef5d829a576c01c27", "timestamp": "", "source": "github", "line_count": 778, "max_line_length": 112, "avg_line_length": 28.983290488431876, "alnum_prop": 0.6571023105237482, "repo_name": "spring-projects/spring-framework", "id": "6cc33fe8def86d509f7baacf5c61d4f1e68bd9d...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "f8e83e71f865bc807c48377a13d78b5c", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "d4aa74a6d8afd784a541e712c15f235ac0e55b33", "size": "179...
<div> <h2>Usando ngModelChange</h2> <form action=""> <label for="nombre">Dime tu nombre </label> <input type="text" id="nombre" name="nombre" [(ngModel)] = "nombre"> <button (click)='btnBorrar($event)'>Borrar</button> </form> <p>Hola {{nombre.toUpperCase()}}</p> </div...
{ "content_hash": "1d135099d3197022b22b0eeb96265dc1", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 59, "avg_line_length": 32.2, "alnum_prop": 0.5527950310559007, "repo_name": "silvamolinaf/Curso-Angular", "id": "c6024041fe9796f173e7c974e5b6d3d6a53c0b33", "size": "322", ...
#ifdef _WIN32_WCE #define _CRTDBG_MAP_ALLOC #include <math.h> #include <winerror.h> #include <stdlib.h> #include <stdio.h> #include <stddef.h> #include <string.h> #include <winsock.h> #include <wininet.h> #include <windows.h> #include <winioctl.h> #include <winbase.h> #elif WIN32 #define _CRTDBG_MAP_ALLO...
{ "content_hash": "d5d0b7c070129ec59db3f7c575a44d15", "timestamp": "", "source": "github", "line_count": 1263, "max_line_length": 173, "avg_line_length": 24.530482977038798, "alnum_prop": 0.6606739397069266, "repo_name": "dlna/DeveloperToolsForUPnP", "id": "ded0ca10e8639b00235e8e513d01db4d1ddf530e", ...
#ifndef INCLUDE_blame_h__ #define INCLUDE_blame_h__ #include "common.h" #include "git2/blame.h" #include "vector.h" #include "diff.h" #include "array.h" #include "git2/oid.h" /* * One blob in a commit that is being suspected */ typedef struct git_blame__origin { int refcnt; struct git_blame__origin *previous; g...
{ "content_hash": "f94d8bfa3a03dac1e9196da2631bf3de", "timestamp": "", "source": "github", "line_count": 95, "max_line_length": 74, "avg_line_length": 22.021052631578947, "alnum_prop": 0.7007648183556405, "repo_name": "GuapoTaco/chigraph", "id": "b31d2dc20f0de6b6f7659d1f50548462599b610b", "size": "2...
<?php /** * Class mybb16 * Settings for the MyBB 1.6 system. */ class mybb16 extends Importers\AbstractSourceImporter { protected $setting_file = '/inc/config.php'; public function getName() { return 'MyBB 1.6'; } public function getVersion() { return 'ElkArte 1.0'; } public function getPrefix() { ...
{ "content_hash": "c616cc24235551e285b68a2d2cbb916a", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 81, "avg_line_length": 17.666666666666668, "alnum_prop": 0.6630727762803235, "repo_name": "OpenImporter/openimporter", "id": "074a24f78fc233cdf649c3023d5297d80a122622", "si...
package deploymentmanager // Copyright (c) Microsoft and contributors. 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...
{ "content_hash": "60c4e67bbb05a14ff588ab1bbce6f6c2", "timestamp": "", "source": "github", "line_count": 271, "max_line_length": 218, "avg_line_length": 45.71955719557196, "alnum_prop": 0.7765940274414851, "repo_name": "sferich888/origin", "id": "67e1dd5b6c717bb9da4ed5f69ca154c76948d48f", "size": "1...
RARIC1 ;HISC/GJC-Check to see if Imaging package exists ;3/4/96 15:43 ;;5.0;Radiology/Nuclear Medicine;**23,93**;Mar 16, 1998;Build 3 ; 07/15/2008 BAY/KAM rem call 249750 RA*5*93 Correct DIK Calls ; ; API's STUFPHY and DELIMGPT are supported by DBIA#3317 ; IMAGE() ; check to see if Imaging package exists ; calle...
{ "content_hash": "665ffd9a6d9a5bde4fa583244b03f51a", "timestamp": "", "source": "github", "line_count": 77, "max_line_length": 189, "avg_line_length": 40.22077922077922, "alnum_prop": 0.6884081369066839, "repo_name": "OSEHRA-Sandbox/VistA-M", "id": "9b55fb0f68938368d1ceee5c81d50af9bcbe847f", "size"...
""" Flickrsaver: A screensaver for Flickr enthusiasts See README for more information. Copyright (c) 2010, Johannes H. Jensen. License: BSD, see LICENSE for more details. """ import time import os import signal import logging import urllib2 from random import randint from threading import Thread, Event, Condition, RL...
{ "content_hash": "def4762ca05eb19a14b2d304d205bdef", "timestamp": "", "source": "github", "line_count": 593, "max_line_length": 89, "avg_line_length": 31.160202360876898, "alnum_prop": 0.5224050221885486, "repo_name": "joh/Flickrsaver", "id": "9eb3e52319107c27b81665686897d7335aedbf65", "size": "185...
package org.apache.flume.source; import java.net.InetSocketAddress; import java.net.SocketAddress; import java.util.Map; import java.util.Set; import java.util.concurrent.Executors; import java.util.concurrent.TimeUnit; import com.google.common.annotations.VisibleForTesting; import org.apache.flume.ChannelException;...
{ "content_hash": "8b3c4a2ac1364c1443c6fefa69e52a03", "timestamp": "", "source": "github", "line_count": 194, "max_line_length": 92, "avg_line_length": 34.22680412371134, "alnum_prop": 0.7296686746987951, "repo_name": "szaboferee/flume", "id": "fac067bf24a31e09990c4934487079decf634604", "size": "744...
import sys from .testconfig import dsn from .testutils import unittest from . import test_async from . import test_bugX000 from . import test_bug_gc from . import test_cancel from . import test_connection from . import test_copy from . import test_cursor from . import test_dates from . import test_extras_dictcursor fr...
{ "content_hash": "5950e119813d753c01e14e9d44d6a1af", "timestamp": "", "source": "github", "line_count": 65, "max_line_length": 72, "avg_line_length": 31.446153846153845, "alnum_prop": 0.6952054794520548, "repo_name": "pabulumm/neighbors", "id": "ae32ac216498cb1741b9e34aed342284517a70dd", "size": "3...
<form class="keyboard-save" role="form" method="POST" id="settings" action="{{ url('admin/settings') }}"> <input type="hidden" name="_token" value="{{ csrf_token() }}"> <br> <div class="form-group"> <div class="fg-line"> <label class="fg-label">Blog Title</label> <input typ...
{ "content_hash": "dc1f9c12ce2e9bb1824486f0fe173ece", "timestamp": "", "source": "github", "line_count": 78, "max_line_length": 206, "avg_line_length": 41.94871794871795, "alnum_prop": 0.5999388753056235, "repo_name": "KangYoosam/canvas", "id": "ad5e9a1566e9bc14b0935b0d47ce18213953ebeb", "size": "32...
import {Suite, assertThat} from "../TestUtil.js" import {WidgetPainter} from "../../src/draw/WidgetPainter.js" import {Format} from "../../src/base/Format.js" import {Complex} from "../../src/math/Complex.js" let suite = new Suite("WidgetPainter"); suite.test("describeAxis", () => { let s = Math.sqrt(2); ...
{ "content_hash": "02d64df1dc40fa869f41f4715264da0e", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 111, "avg_line_length": 54.82222222222222, "alnum_prop": 0.6903121199837859, "repo_name": "Strilanc/Quirk", "id": "5420695ef547a705e7ab88150ba0e9f57430c910", "size": "3089"...
using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Aspose.CAD.Live.Demos.UI.Models { public class UploadFileModel { public bool AcceptMultipleFiles { get; set; } public string FileDropKey { get; set; } public string AcceptedExtentions { get; set; } public Dictio...
{ "content_hash": "9c2b8804c1d4b017448303ac7da2abcf", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 62, "avg_line_length": 24.09090909090909, "alnum_prop": 0.7188679245283018, "repo_name": "aspose-cad/Aspose.CAD-for-.NET", "id": "28517785308b099de28963b1bed4fb0f5195b60b", ...
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="dpl-info" content="status=plan"> <title>XML</title> <script src="../../System/Core/assets/scripts/Base.js" type="text/javascript"></script> <script src="../../System/Core/assets/scripts/Xml.js" type="text/javascript"></script>...
{ "content_hash": "207a00582a125c252b5cc26c8025bff5", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 91, "avg_line_length": 30.347826086956523, "alnum_prop": 0.5315186246418339, "repo_name": "jplusui/jplusui.github.com", "id": "45d174101c0c4783328c5a688d313414fe6c4c30", "s...
RobotMixTape ============ Robot Mix Tape : Android Testbed
{ "content_hash": "fe24ada8edc2c2b0e2860cc5e0d775a2", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 32, "avg_line_length": 15, "alnum_prop": 0.6333333333333333, "repo_name": "unstablesun/RobotMixTape", "id": "4669a41a76ba2b44d5660212ebb0d97477a9a6e0", "size": "60", "bina...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "content_hash": "9f49f115d5017630ea24c7c9fbf31eac", "timestamp": "", "source": "github", "line_count": 88, "max_line_length": 534, "avg_line_length": 64.82954545454545, "alnum_prop": 0.7267309377738825, "repo_name": "tzmartin/gae-python.docset", "id": "7097c77f57ab7a224008278ea8432d54de161938", "s...
package org.onosproject.net.flow.criteria; import static com.google.common.base.MoreObjects.toStringHelper; import java.util.Objects; import org.onosproject.net.PortNumber; import org.onosproject.net.flow.criteria.Criterion.Type; import org.onlab.packet.IpPrefix; import org.onlab.packet.MacAddress; import org.onlab...
{ "content_hash": "3e6bbb6a4b1ab0479ce1535fdca70abd", "timestamp": "", "source": "github", "line_count": 699, "max_line_length": 90, "avg_line_length": 25.223175965665234, "alnum_prop": 0.5380296069423175, "repo_name": "hd5970/ONOS", "id": "dcc7edcdab57cc35dd951f2f53994c143f2a4650", "size": "18240",...
package website.automate.teamcity.server.global; import static java.util.Arrays.asList; import static org.junit.Assert.assertEquals; import static org.mockito.Mockito.when; import java.io.IOException; import jetbrains.buildServer.serverSide.ServerPaths; import org.junit.Before; import org.junit.Rule; import org.jun...
{ "content_hash": "bbf19fa2e0d02fa05dfabec2c92ee822", "timestamp": "", "source": "github", "line_count": 75, "max_line_length": 88, "avg_line_length": 33.8, "alnum_prop": 0.7313609467455622, "repo_name": "automate-website/teamcity-plugin", "id": "985898237124d5744b147b804c42c73f8c2d1bf4", "size": "2...
namespace webdriver { class ExecuteAsyncScriptCommandHandler : public ExecuteScriptCommandHandler { public: ExecuteAsyncScriptCommandHandler(void) { } virtual ~ExecuteAsyncScriptCommandHandler(void) { } protected: void ExecuteInternal(const IECommandExecutor& executor, const Locato...
{ "content_hash": "e6961d36a835d00ee0893db81730970d", "timestamp": "", "source": "github", "line_count": 158, "max_line_length": 106, "avg_line_length": 45.12658227848101, "alnum_prop": 0.5963534361851333, "repo_name": "vinay-qa/vinayit-android-server-apk", "id": "e86787415d09e39c10fb0a3b9cab8f34a6757...
lang_csharp Cookbook ==================== TODO: Enter the cookbook description here. e.g. This cookbook makes your favorite breakfast sandwich. Requirements ------------ TODO: List your cookbook requirements. Be sure to include any requirements this cookbook has on platforms, libraries, other cookbooks, packages, ope...
{ "content_hash": "c12ff881adce71b515db4dded4e92f85", "timestamp": "", "source": "github", "line_count": 68, "max_line_length": 168, "avg_line_length": 21.88235294117647, "alnum_prop": 0.6599462365591398, "repo_name": "adarqui/polybooks", "id": "6fc3ba663c5394cb971238169e536f5440863f07", "size": "14...
package org.sagebionetworks.repo.web.service; import org.sagebionetworks.repo.model.LogEntry; /** * Abstraction for a AsynchronousJobServices * * @author marcel-blonk * */ public interface LogService { /** * Log an entry */ void log(LogEntry logEntry, String userAgent); }
{ "content_hash": "fb4bc585c999f3a3a0123ddacb25e123", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 47, "avg_line_length": 17.941176470588236, "alnum_prop": 0.6819672131147541, "repo_name": "Sage-Bionetworks/Synapse-Repository-Services", "id": "e33906cd48e54b033bb8b0fe52e63...
import test from "tape" import card from "../../../src/utils/cardUtils" test("getAutoCompleteMonth should prefix single digit months", assert => { //Arrange let formattedMonth, formattedIncompleteMonth const month = "3" const incompleteMonth = "1" //Act formattedMonth = card.getAutoCompleteMon...
{ "content_hash": "25c79dd27fb6d1c2867bc99f48b3be3a", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 85, "avg_line_length": 31.894736842105264, "alnum_prop": 0.7194719471947195, "repo_name": "danbahrami/cardsy", "id": "b60a00fee1178b9977f715a0b734cf46b26786ce", "size": "60...
import argparse import re import requests import urlparse import os import json from keystoneclient.v2_0 import Client as keystoneclient class NailgunClient(object): def __init__(self, admin_node_ip, **kwargs): self.url = "http://{0}:8000".format(admin_node_ip) keystone_url = "http://{0}:5000/v...
{ "content_hash": "d262c18cb03463f4d5a1aba5b351bbd0", "timestamp": "", "source": "github", "line_count": 341, "max_line_length": 79, "avg_line_length": 41.14076246334311, "alnum_prop": 0.5372442797063226, "repo_name": "smurashov/test-infra", "id": "586f34465679c15dff383eccaf2bb579d86d9616", "size": ...
body { margin: 0; border: 0; width: 100%; height: 100%; } /* * the bulk of the page where the content goes * includes the following: * header * body (container) * footer */ section#main { padding: 5px; margin: 0 auto; width: 100% auto; height: 100%; } /* * the header of the page */ header#outer { ba...
{ "content_hash": "d98805fef65980cd7e2fafb8d9f76fc1", "timestamp": "", "source": "github", "line_count": 133, "max_line_length": 47, "avg_line_length": 14.601503759398497, "alnum_prop": 0.6750772399588053, "repo_name": "milligan22963/PageBuilder", "id": "674e7c206bf65fa8d129fff8dc8dc66f79b4ae01", "s...
set -eu -o pipefail #if [[ "$(uname)" == Darwin ]]; then #export CC=clang #export CXX=clang++ #export CXXFLAGS="${CXXFLAGS} -I${PREFIX}/include/c++/v1" #export LDFLAGS="${LDFLAGS} -L${PREFIX}/lib -Wl,-rpath,${PREFIX}/lib" #fi mkdir -p $PREFIX/bin mkdir -p $PREFIX/lib mkdir -p build cd build cmake -DCMAKE_BUILD_TYPE=...
{ "content_hash": "634fe36addb258d9fbb44b8ea0ccdee2", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 173, "avg_line_length": 32.9375, "alnum_prop": 0.7020872865275142, "repo_name": "CGATOxford/bioconda-recipes", "id": "82e289fe6e0ba2f192f6e60c995c83b206777060", "size": "53...
 using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Kooboo.CMS.Search.Models { public class ResultObject { public string Title { get; set; } public string HighlightedTitle { get; set; } public string Body { get; set; } public string ...
{ "content_hash": "ebe37d300795ccee594f48efecdd9cd3", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 52, "avg_line_length": 22.45, "alnum_prop": 0.6369710467706013, "repo_name": "Epitomy/CMS", "id": "b259f4074166df0221f23ae12160694026a34906", "size": "451", "binary": fal...
.PHONEY: all binary test ut ut-circle st clean setup-env run-etcd install-completion fast-st SRCDIR=calico_containers PYCALICO=$(wildcard $(SRCDIR)/calico_ctl/*.py) $(wildcard $(SRCDIR)/*.py) BUILD_DIR=build_calicoctl BUILD_FILES=$(BUILD_DIR)/Dockerfile $(BUILD_DIR)/requirements.txt # There are subdirectories so use s...
{ "content_hash": "1f754a102695154cb43bb1dddf541be3", "timestamp": "", "source": "github", "line_count": 132, "max_line_length": 131, "avg_line_length": 36.45454545454545, "alnum_prop": 0.7329592684954281, "repo_name": "dalanlan/calico-docker", "id": "f960c0a7979140b379b2a842fe9b9c834dbd9357", "size...
package com.spotify.heroic.metric; import static org.junit.Assert.assertNotNull; import static org.mockito.Matchers.any; import static org.mockito.Mockito.doReturn; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.when; import com.spotify.heroic.common.GroupSet; import com.spotify.heroic.comm...
{ "content_hash": "afb26fc13e16d43966f70826d1938d1d", "timestamp": "", "source": "github", "line_count": 78, "max_line_length": 96, "avg_line_length": 34.05128205128205, "alnum_prop": 0.754894578313253, "repo_name": "OdenTech/heroic", "id": "ca7f0b7c3df060a1216e785c11208fb02efeaaef", "size": "2656",...
{% load i18n %} <div class="contribute"> Cobra is <a href="http://en.wikipedia.org/wiki/Open-source_software">Open Source Software</a> <a href="https://github.com/lyoniionly/django-cobra" class="btn btn-small">{% trans "Contribute" %}</a> <a href="" class="btn btn-small">{% trans "Translate" %}</a> </div> <div c...
{ "content_hash": "4f5751c9ab0ba48f4069e1596b234a09", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 105, "avg_line_length": 46.81818181818182, "alnum_prop": 0.6524271844660194, "repo_name": "lyoniionly/django-cobra", "id": "e3f29b4b3c65b35e7351d636e53122e2d88c8cad", "size...
/* ======================================================================== * DOM-based Routing * Based on http://goo.gl/EUTi53 by Paul Irish * * Only fires on body classes that match. If a body class contains a dash, * replace the dash with an underscore when adding it to the object below. * * .noConflict() * ...
{ "content_hash": "2096ad5ce216e658ac90ba378ec50096", "timestamp": "", "source": "github", "line_count": 116, "max_line_length": 267, "avg_line_length": 39.224137931034484, "alnum_prop": 0.4808791208791209, "repo_name": "Kilbourne/biosphaera", "id": "5d34d814b4baf0e80363a59a9a6358a9c04dba18", "size"...
START_ATF_NAMESPACE struct tagEMRCREATEDIBPATTERNBRUSHPT { tagEMR emr; unsigned int ihBrush; unsigned int iUsage; unsigned int offBmi; unsigned int cbBmi; unsigned int offBits; unsigned int cbBits; }; END_ATF_NAMESPACE
{ "content_hash": "585a5d8634232c1ed79b6e88d0e0d1d0", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 40, "avg_line_length": 23.916666666666668, "alnum_prop": 0.6236933797909407, "repo_name": "goodwinxp/Yorozuya", "id": "6acd8a3c91feb6ab970972d5a2c729ce2878a057", "size": "4...
Adds an AWS::KinesisAnalytics::Application.JSONMappingParameters resource property to the template. Provides additional mapping information when JSON is the record format on the streaming source. ## SYNTAX ``` Add-VSKinesisAnalyticsApplicationJSONMappingParameters [-RecordRowPath] <Object> [<CommonParameters>] ``` #...
{ "content_hash": "eea0b25ef76d84d5280ad7c1c2403936", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 315, "avg_line_length": 37.166666666666664, "alnum_prop": 0.820627802690583, "repo_name": "scrthq/Vaporshell", "id": "6b523bbca1933e563109295b2c5aaedd591079b9", "size": "18...
 using System; namespace OpenQA.Selenium { /// <summary> /// Represents the known and supported Platforms that WebDriver runs on. /// </summary> /// <remarks>The <see cref="Platform"/> class maps closely to the Operating System, /// but differs slightly, because this class is used to e...
{ "content_hash": "6ef0f38c0c3c7aedd4664744f4c0a6b3", "timestamp": "", "source": "github", "line_count": 185, "max_line_length": 162, "avg_line_length": 32.994594594594595, "alnum_prop": 0.5034403669724771, "repo_name": "brownman/selenium-webdriver", "id": "fcccd6cfd4802947b1da9f54705c9a8563eb4fc4", ...
package client import ( "github.com/fission/fission/pkg/controller/client/rest" v1 "github.com/fission/fission/pkg/controller/client/v1" ) type ( Interface interface { V1() v1.V1Interface ServerURL() string } Clientset struct { restClient rest.Interface v1 v1.V1Interface } ) func MakeClients...
{ "content_hash": "d11f44359635dcbcf1409e485f82c80d", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 57, "avg_line_length": 16.885714285714286, "alnum_prop": 0.7089678510998308, "repo_name": "fission/fission", "id": "d7c2eb1dbbfe8ac4d509da4a5aafaf2f1077110b", "size": "1157...
package com.aelchemy.maven.plugin.codingame.compiler.java; import java.util.HashSet; import java.util.Set; /** * {@link JavaDTO} is a DTO containing the package name, name and fully qualified imports contained within a .java file. * * @author Aelexe * */ public class JavaDTO { private String sPa...
{ "content_hash": "dde2243585ead4e90eaf71cea4e3c82b", "timestamp": "", "source": "github", "line_count": 121, "max_line_length": 120, "avg_line_length": 20.793388429752067, "alnum_prop": 0.6895866454689984, "repo_name": "Aelexe/codingame-compiler-maven-plugin", "id": "e40ea3aae1f962966a26a6b688e151dc7...
require 'net/http' require 'uri' #:nodoc: module Cinch #:nodoc: module Plugins ## # The Ping plugin allows you to check whether a website is down for you only # or for everyone else too. The plugin is similar to # downforeveryoneorjustme.com. # # Usage: # # [TRIGGER]ping [URL] ...
{ "content_hash": "dd8f265fee63e738cf062c22f2612e20", "timestamp": "", "source": "github", "line_count": 86, "max_line_length": 80, "avg_line_length": 25.03488372093023, "alnum_prop": 0.5215977705527172, "repo_name": "farstarinc/forrst-bot", "id": "9af2df17f875971fc628b5739a627949f51ab60a", "size": ...
/** * */ package io.sanjeevsachdev; import org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer; /** * @author Sanjeev Sachdev * */ public class WebApplicationInitializerImpl extends AbstractAnnotationConfigDispatcherServletInitializer { @Override protected Class<?>[]...
{ "content_hash": "7309088b1bb757d2a2c902a56fa835f8", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 105, "avg_line_length": 20.428571428571427, "alnum_prop": 0.7465034965034965, "repo_name": "sanjeevsachdev/microservices-workshop", "id": "192e42e2237a66b4ffbd347436ee325c9a2...
using Microsoft.Deployment.WindowsInstaller; namespace SccmTools.Library.Module.Common.Msi { public interface IMsiHelper { string GetProperty(Database msiDatabase, string propertyName); } }
{ "content_hash": "14ef9888844d6a684c90b096a91c75d7", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 70, "avg_line_length": 23.555555555555557, "alnum_prop": 0.75, "repo_name": "trondr/SccmTools", "id": "8791a81d32fb4ae9daba52b20738a3d66ddbd5f8", "size": "214", "binary": ...
package org.instantlogic.designer.codegenerator.jvmbytecode; import org.objectweb.asm.ClassWriter; import org.objectweb.asm.MethodVisitor; import org.objectweb.asm.Opcodes; public class EmptySubclassBytecodeTemplate implements Opcodes { public static byte[] dump(String className, String extendsFromClassName) { S...
{ "content_hash": "736f9859122a5ab84aa8039fa27f67ce", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 75, "avg_line_length": 25.54054054054054, "alnum_prop": 0.7026455026455026, "repo_name": "johan-gorter/Instantlogic", "id": "f1361950642fe43d39623a943e3d528c879d6921", "siz...
import Ember from 'ember'; import layout from '../templates/components/md-card'; const { Component } = Ember; export default Component.extend({ layout, classNames: ['card'], classNameBindings: ['class'] });
{ "content_hash": "ad36794ef243f45c0eee512aa4d98492", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 53, "avg_line_length": 21.5, "alnum_prop": 0.6976744186046512, "repo_name": "dortort/ember-cli-materialize", "id": "24bc3abcb7b979cd5caa6297d758a9acf4b8f218", "size": "215"...
layout: organization category: local title: Merrill Park Civic Association impact_area: The Elderly keywords: location_services: location_offices: website: description: mission: | Provides services for seniors cash_grants: grants: service_opp: services: learn: cont_relationship: salutation: first_na...
{ "content_hash": "5e614a2eed8b4b2037527ad3caa0561c", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 38, "avg_line_length": 13.707317073170731, "alnum_prop": 0.7348754448398577, "repo_name": "flipside-org/penny-harvest", "id": "6f2e984a5f662f1db6e610d25bba2e345b8aba9c", "s...