text
stringlengths
2
1.04M
meta
dict
package com.vmware.vim25; /** * @author Steve Jin (http://www.doublecloud.org) * @version 5.1 */ @SuppressWarnings("all") public class VmfsDatastoreSpec extends DynamicData { public String diskUuid; public String getDiskUuid() { return this.diskUuid; } public void setDiskUuid(String diskUuid) { th...
{ "content_hash": "c927e0646f76b9fbb0f70be1292127f2", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 52, "avg_line_length": 16.523809523809526, "alnum_prop": 0.7089337175792507, "repo_name": "patrickianwilson/vijava-contrib", "id": "92b3b87bc0edccc9fe5aa8cbc4b68ed48d00c49f",...
# Node.js Core Test Common Modules This directory contains modules used to test the Node.js implementation. ## Table of Contents * [ArrayStream module](#arraystream-module) * [Benchmark module](#benchmark-module) * [Common module API](#common-module-api) * [Countdown module](#countdown-module) * [CPU Profiler module...
{ "content_hash": "295c75f2ec25b716f589d0b86bc27c53", "timestamp": "", "source": "github", "line_count": 970, "max_line_length": 115, "avg_line_length": 28.454639175257732, "alnum_prop": 0.7128364914314699, "repo_name": "enclose-io/compiler", "id": "5410a8a6c0acf92cf92042edbe28894075a19425", "size":...
<meta charset="utf-8"> {% include seo.html %} <link href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | absolute_url }}{% endif %}" type="application/atom+xml" rel="alternate" title="{{ site.title }} Feed"> <!-- http://t.co/dKP3o1e --> <meta name="HandheldFriendly" content="True"> <...
{ "content_hash": "0f8dc581b4898a2269fdfbfa28957e8e", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 194, "avg_line_length": 28.705882352941178, "alnum_prop": 0.6188524590163934, "repo_name": "EdmondsNAC/edmondsnac.github.io", "id": "c10461fe782a464db3204e3916305d712955294d"...
<!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 Sat Mar 16 04:11:58 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildf...
{ "content_hash": "9a47644af7c6be03ea37c8eb1ae0f71b", "timestamp": "", "source": "github", "line_count": 170, "max_line_length": 573, "avg_line_length": 48.26470588235294, "alnum_prop": 0.6602071907373552, "repo_name": "wildfly-swarm/wildfly-swarm-javadocs", "id": "d25a31124c96272c2f6301a4443441bee529...
define({ "_widgetLabel": "Controller antet", "signin": "Conectare", "signout": "Deconectare", "about": "Despre", "signInTo": "Autentificare la", "cantSignOutTip": "Această funcţie nu este disponibilă în modul de previzualizare.", "more": "mai mult" });
{ "content_hash": "4d51e314353b9e26a7b3d55f019146bd", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 86, "avg_line_length": 29.555555555555557, "alnum_prop": 0.6691729323308271, "repo_name": "cmndrbensisko/LocalLayer", "id": "24e8e51ac1d52002b504023187a47b45df8f9b1d", "size...
package Brettspiel; public class Player { // int turn ; // i added this String name; char symbol; int score; Player(String name, char symbol) { this.name = name; this.symbol = symbol; // this.turn = turn; } }
{ "content_hash": "2875b6e3774cdd2944b3aad7c7a1da39", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 36, "avg_line_length": 16.333333333333332, "alnum_prop": 0.5918367346938775, "repo_name": "tpe-lecture/repo-27", "id": "dc8fff43de2d9921cf98f6b1195dafd184ae80e7", "size": "...
<?php namespace Proxies\__CG__\MyIT\BoxBundle\Entity; /** * DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR */ class BackOffice extends \MyIT\BoxBundle\Entity\BackOffice implements \Doctrine\ORM\Proxy\Proxy { /** * @var \Closure the callback responsible for loading properties in the pr...
{ "content_hash": "5ef3eb0cac993f8d1c7f4e9ca4fe5e8a", "timestamp": "", "source": "github", "line_count": 367, "max_line_length": 668, "avg_line_length": 26.64032697547684, "alnum_prop": 0.5460775288943439, "repo_name": "SkyzoFahira/myitbox", "id": "ffaacef05ad6251159a51d1b35f70f1ae4765870", "size": ...
package com.azure.spring.cloud.resourcemanager.implementation.connectionstring; import com.azure.core.http.HttpResponse; import com.azure.core.management.exception.ManagementException; import com.azure.resourcemanager.AzureResourceManager; import com.azure.spring.cloud.core.properties.resource.AzureResourceMetadata; i...
{ "content_hash": "a103b5ca32f4d06034e6517be7cc1b5f", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 97, "avg_line_length": 42.138888888888886, "alnum_prop": 0.7897165458141068, "repo_name": "Azure/azure-sdk-for-java", "id": "e4fe6c75001a2adb0596c7a590b4fff9c3cc758c", "siz...
<?php namespace Symfony\Component\Routing\Generator; use Symfony\Component\Routing\RequestContextAwareInterface; /** * UrlGeneratorInterface is the interface that all URL generator classes must implements. * * @author Fabien Potencier <fabien@symfony.com> */ interface UrlGeneratorInterface extends RequestConte...
{ "content_hash": "1c759752afa932aa146d65623894b787", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 89, "avg_line_length": 27.76923076923077, "alnum_prop": 0.7077562326869806, "repo_name": "DerekRoth/symfony", "id": "bc66f95998f27efd71171acfdacd5489ed85c119", "size": "951...
/* * 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. */ package execution; import java.util.Collection; import java.util.concurrent.LinkedBlockingQueue; import java.util.logging.Level; impor...
{ "content_hash": "c42a90e84ac5f7686a04e56b11573ddd", "timestamp": "", "source": "github", "line_count": 124, "max_line_length": 203, "avg_line_length": 28.096774193548388, "alnum_prop": 0.5895522388059702, "repo_name": "strakai/pd_corp", "id": "81d7de8578f3aefffb022f5e539c1ab4caaf8604", "size": "34...
layout: post title: Goldschmidt &middot Evolution of the Water Cycle since the Archean type: poster --- Kurokawa H, Foriel J & Laneuville M, Evolution of the Water Cycle Since the Archean as Constrained by Hydrogen Isotopes. [Abstract](https://goldschmidt.info/2017/abstracts/abstractView?id=2017004813) Manuscript n...
{ "content_hash": "6e099e94b608986869e772f51c2df2a9", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 78, "avg_line_length": 34.2, "alnum_prop": 0.7923976608187134, "repo_name": "mlaneuville/mlaneuville.github.io", "id": "3883cc721b4ec3a9d5a7d68a3c583ed4204bf266", "size": "...
from django.contrib import admin from .models import Link class LinkAdmin(admin.ModelAdmin): search_fields = ['title__icontains', 'description'] list_display = ['title', 'user', 'domain', 'active'] list_filter = ['user', 'active'] date_hierarchy = 'created_on' admin.site.register(Link, LinkAdmin)
{ "content_hash": "ba9f24a0442584af4fa70e6113c40e2b", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 56, "avg_line_length": 24.53846153846154, "alnum_prop": 0.6833855799373041, "repo_name": "moshthepitt/product.co.ke", "id": "094d7f606e62915e065e725b89fc3afc6e0caa57", "siz...
<?php namespace Exceptions\IO\Filesystem; use Exceptions\Tag\AbortedTag; /** * Use this exception when your code realizes that there is no more space available on the device to write to. * * @author Mathieu Dumoulin <thecrazycodr@gmail.com> * @license MIT */ class NoMoreSpaceException extends FilesystemExcep...
{ "content_hash": "7f15c3ae63af0403abdf0a579ead891b", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 110, "avg_line_length": 26.235294117647058, "alnum_prop": 0.7488789237668162, "repo_name": "crazycodr/standard-exceptions", "id": "12f3d3312c1398e7959650c42ce407ba075af1de", ...
package com.softwaremill.macwire class CompileTests extends CompileTestsSupport { runTestsWith( expectedFailures = List( "methodWithTaggedParamsNotFound" -> List(valueNotFound("com.softwaremill.macwire.tagging.@@[Berry,Blue]")), "methodWithTaggedParamsAmbiguous" -> List(ambiguousResMsg("com.software...
{ "content_hash": "100430dc5e9e4656ee1e53d391210a23", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 150, "avg_line_length": 49.333333333333336, "alnum_prop": 0.7381756756756757, "repo_name": "guersam/macwire", "id": "ea25fe386d888df866df002ef734d5f376a76d3a", "size": "592...
/** * Контроллер панели notebody. * * @author dew1983@mail.ru <Suvorov Andrey M.> */ Ext.define( 'FBEditor.view.panel.main.props.body.editor.notebody.EditorController', { extend: 'FBEditor.view.panel.main.props.body.editor.AbstractEditorController', alias: 'controller.panel.props.body.editor.no...
{ "content_hash": "9ce64ed2d84882d820990101f3a96ad7", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 80, "avg_line_length": 21.14814814814815, "alnum_prop": 0.6409807355516638, "repo_name": "Litres/FB3Editor", "id": "a3a242ca2f0e8da86a22a403d7bfa32b69725ed1", "size": "610"...
module Azure::Redis::Mgmt::V2016_04_01 module Models # # Parameters for Redis export operation. # class ExportRDBParameters include MsRestAzure # @return [String] File format. attr_accessor :format # @return [String] Prefix to use for exported files. attr_accessor :pre...
{ "content_hash": "d4ce391aba888e368bb861289523b6cf", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 60, "avg_line_length": 25.523809523809526, "alnum_prop": 0.46455223880597013, "repo_name": "Azure/azure-sdk-for-ruby", "id": "9b8bb6b45d2ce03f3205098610052877645ea7a3", "si...
namespace ft { int Library::initialized = 0; Library::Library() { if (!initialized) { const auto error = FT_Init_FreeType(&library); if (error) throw Exception("Couldn't init FreeType engine", error); } ++initialized; } Library::~Library() { if (in...
{ "content_hash": "98641d9d28d7ab66f740a0abe29fe909", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 68, "avg_line_length": 18.095238095238095, "alnum_prop": 0.506578947368421, "repo_name": "vladimirgamalian/fontbm", "id": "ceeb643e919fdef4cc66577d76116e7150f45860", "size"...
package output import ( "fmt" "github.com/mcuadros/harvester/src/intf" ) type DummyConfig struct { Print bool } type Dummy struct { printInfo bool } func NewDummy(config *DummyConfig) *Dummy { output := new(Dummy) output.SetConfig(config) return output } func (o *Dummy) SetConfig(config *DummyConfig) { o....
{ "content_hash": "76aebc7afb385df529635378d1cb2a9a", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 52, "avg_line_length": 13.93939393939394, "alnum_prop": 0.7130434782608696, "repo_name": "mcuadros/harvester", "id": "e8d25020b64ccf5d1fc9853c8103460be29a4118", "size": "46...
package org.wso2.developerstudio.eclipse.gmf.esb; import java.util.Arrays; import java.util.Collections; import java.util.List; import org.eclipse.emf.common.util.Enumerator; /** * <!-- begin-user-doc --> * A representation of the literals of the enumeration '<em><b>Rule Source Type</b></em>', * and utility meth...
{ "content_hash": "dd2c4973c09bc20425be957f43222171", "timestamp": "", "source": "github", "line_count": 239, "max_line_length": 109, "avg_line_length": 23.06694560669456, "alnum_prop": 0.5924179212769817, "repo_name": "nwnpallewela/devstudio-tooling-esb", "id": "50b6f61522a801ba841e0e7dbb0dcd5bf3424c...
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ProjectModuleManager"> <modules> <module fileurl="file://$PROJECT_DIR$/AppMarket.iml" filepath="$PROJECT_DIR$/AppMarket.iml" /> <module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" /> <...
{ "content_hash": "cc4696ecf57e50f6a952f532519441bc", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 100, "avg_line_length": 39.44444444444444, "alnum_prop": 0.6591549295774648, "repo_name": "FreyHerbert/AppMarket", "id": "10d7df86f53be07942f909fda174ec9215734e93", "size": ...
namespace Google.Cloud.VpcAccess.V1.Snippets { // [START vpcaccess_v1_generated_VpcAccessService_CreateConnector_sync_flattened_resourceNames] using Google.Api.Gax.ResourceNames; using Google.Cloud.VpcAccess.V1; using Google.LongRunning; public sealed partial class GeneratedVpcAccessServiceClientSn...
{ "content_hash": "66d1469fc1b0e89bc46eb39a460eb63f", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 134, "avg_line_length": 49.65909090909091, "alnum_prop": 0.6764302059496567, "repo_name": "jskeet/google-cloud-dotnet", "id": "eed22b6c83b7f461ada032df3a63e71663dc9b15", "s...
package org.apache.arrow.vector; import static io.netty.util.internal.PlatformDependent.getByte; import static io.netty.util.internal.PlatformDependent.getInt; import static io.netty.util.internal.PlatformDependent.getLong; import static org.apache.arrow.memory.util.LargeMemoryUtil.checkedCastToInt; import org.apac...
{ "content_hash": "e0deb5ce6c0ddf0b25eed1b7f82c364d", "timestamp": "", "source": "github", "line_count": 444, "max_line_length": 112, "avg_line_length": 35.58108108108108, "alnum_prop": 0.6739460691226737, "repo_name": "cpcloud/arrow", "id": "ec73382a0ef33206f7d07ea2c9b68888086004fb", "size": "16598...
<?xml version="1.0" ?> <xmcda:XMCDA xmlns:xmcda="http://www.decision-deck.org/2017/XMCDA-3.0.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.decision-deck.org/2017/XMCDA-3.0.2 http://www.decision-deck.org/xmcda/_downloads/XMCDA-3.0.2.xsd"> <performan...
{ "content_hash": "32f82030e3193b5f7d61c08618d0c687", "timestamp": "", "source": "github", "line_count": 102, "max_line_length": 142, "avg_line_length": 33.745098039215684, "alnum_prop": 0.41167925624636836, "repo_name": "sbigaret/PrometheeDiviz-maciej7777", "id": "3d5d7b7022cf02c122149f9192ae8cb0335a...
typedef NS_ENUM(NSUInteger, DDBottomShowComponent) { DDInputViewUp = 1, DDShowKeyboard = 1 << 1, DDShowEmotion = 1 << 2, DDShowUtility = 1 << 3 }; typedef NS_ENUM(NSUInteger, DDBottomHiddComponent) { DDInputViewD...
{ "content_hash": "c4a9793f89b9e5f514aff2a7c7917939", "timestamp": "", "source": "github", "line_count": 1219, "max_line_length": 187, "avg_line_length": 35.96390484003281, "alnum_prop": 0.6521441605839416, "repo_name": "zhaiqingchao/TTiOSClient", "id": "01f176bc02d69071c7dad571a9b293fca7f32a80", "s...
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /** * @name: S15.5.4.11_A1_T11; * @section: 15.5.4.11; * @assertion: String.prototype.replace (searchValue, replaceValue); * @description: Call replace (searchValue, replaceValue) functio...
{ "content_hash": "4383e2fa65e56d1d2fc8f91cc6cb5060", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 170, "avg_line_length": 36.3, "alnum_prop": 0.527089072543618, "repo_name": "seraum/nectarjs", "id": "1520b02fb11c909aaaa45258f3163e5f9e347bbd", "size": "1089", "binary":...
<?xml version="1.0" encoding="UTF-8"?> <!-- You may freely edit this file. See commented blocks below for --> <!-- some examples of how to customize the build. --> <!-- (If you delete it and reopen the project it will be recreated.) --> <!-- By default, only the Clean and Build commands use this build script. --> ...
{ "content_hash": "126e5220d97a8aa579a947eff126e723", "timestamp": "", "source": "github", "line_count": 73, "max_line_length": 86, "avg_line_length": 49.68493150684932, "alnum_prop": 0.6421284808381582, "repo_name": "JmoIST331Repo/EX-5.3", "id": "10be89deaf9ea42c247435ef7acb4bce9bc8d647", "size": "...
package de.techdev.springtest; import org.hamcrest.Description; import org.hamcrest.Matcher; import org.hamcrest.TypeSafeMatcher; import org.springframework.test.web.servlet.ResultActions; import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status; /** * Matchers to be used in {@link de....
{ "content_hash": "58cf7156df4397df3f6468128144c9a6", "timestamp": "", "source": "github", "line_count": 112, "max_line_length": 113, "avg_line_length": 31.339285714285715, "alnum_prop": 0.621937321937322, "repo_name": "techdev-solutions/spring-test-example", "id": "cc25d2af2e628fb3dcb24c0e60d62e71be0...
@implementation M3uContainer #pragma mark - ORMGContainer + (NSArray *)fileTypes { return @[@"m3u"]; } + (NSArray *)urlsForContainerURL:(NSURL*)url { NSStringEncoding encoding; NSError *error = nil; NSString *contents = [NSString stringWithContentsOfURL:url usedEncodi...
{ "content_hash": "761205e8b587907f36983421ef397c1f", "timestamp": "", "source": "github", "line_count": 59, "max_line_length": 82, "avg_line_length": 33.74576271186441, "alnum_prop": 0.5715720743345053, "repo_name": "ardenfire/SonanEngine", "id": "b483bdd116b1eeac06198dd54d691e6061b284ec", "size": ...
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.grpc</groupId> <art...
{ "content_hash": "616cf982f97bf2196002b90e82374ca0", "timestamp": "", "source": "github", "line_count": 52, "max_line_length": 149, "avg_line_length": 34, "alnum_prop": 0.6578054298642534, "repo_name": "dhwanishah9/Lab2", "id": "c53f8951d23f2aa153e799fe714b361947b88daf", "size": "1768", "binary":...
Installation ============ 1. Using Composer (recommended) ------------------------------- To install JMSPaymentCoreBundle with Composer just add the following to your `composer.json` file: .. code-block :: js // composer.json { // ... require: { // ... "jms/payment-co...
{ "content_hash": "2f9fe071e72bee081fd4dd3e18d6d4e2", "timestamp": "", "source": "github", "line_count": 91, "max_line_length": 78, "avg_line_length": 22.978021978021978, "alnum_prop": 0.5949306551889049, "repo_name": "wolfoux/soleil", "id": "bc3a5374ae87c744a29dc157cb5ac7cfc5ea7f0b", "size": "2091"...
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2015 The Android Open Source Project 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/li...
{ "content_hash": "95d6d162cb2513d7a3ae445ef0f755b3", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 77, "avg_line_length": 37.529411764705884, "alnum_prop": 0.6927899686520376, "repo_name": "ycdev-aosp/sdk-support", "id": "3c01324f9a08c812dc7386a9ba2043dacb4dcb77", "size"...
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd"> <!-- Copyright © 1991-2013 Unicode, Inc. CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) For terms of use, see http://www.unicode.org/copyright.html -...
{ "content_hash": "65e003914a1ec10d18ec40b1ffe7dfc8", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 102, "avg_line_length": 37.142857142857146, "alnum_prop": 0.676923076923077, "repo_name": "haakonsk/O2-Framework", "id": "dad5258bf72321372ad028c01ca20f9099391f82", "size":...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "5071052c06647e6b365d9a02f023d5ae", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "6b62ff384b1cd30bf07249b7869179f75608c3df", "size": "180...
package org.apache.carbondata.core.util; import java.nio.ByteBuffer; import java.util.ArrayList; import java.util.List; import org.apache.carbondata.core.datastore.block.SegmentProperties; import org.apache.carbondata.core.datastore.page.EncodedTablePage; import org.apache.carbondata.core.datastore.page.encoding.Co...
{ "content_hash": "bfec64c203f623142e47bb393d26b2e0", "timestamp": "", "source": "github", "line_count": 258, "max_line_length": 123, "avg_line_length": 40.298449612403104, "alnum_prop": 0.7340579013176878, "repo_name": "aniketadnaik/carbondataStreamIngest", "id": "35b45ca483a9657be57e79dd023aa7bc4a19...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in Proc. Amer. Acad. Arts & Sci. 5: 399 (1862) #### Original name Physcidia Tuck. ### Remarks null
{ "content_hash": "69da3ba4593a5095f34c5bf07c73a81e", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 43, "avg_line_length": 14.153846153846153, "alnum_prop": 0.6793478260869565, "repo_name": "mdoering/backbone", "id": "00d97af1f69bc3db11b93f42c9d971f33073665a", "size": "22...
import Immutable from "immutable"; import alt from "alt-instance"; import GatewayActions from "actions/GatewayActions"; import ls from "common/localStorage"; const STORAGE_KEY = "__graphene__"; let ss = new ls(STORAGE_KEY); class GatewayStore { constructor() { this.backedCoins = Immutable.Map(ss.get("back...
{ "content_hash": "767f617a9fc87a41e6feccc8cd102cdf", "timestamp": "", "source": "github", "line_count": 108, "max_line_length": 125, "avg_line_length": 33.2962962962963, "alnum_prop": 0.49860956618464963, "repo_name": "BitSharesEurope/graphene-ui-testnet", "id": "84f016dcb6a337fe881cd34b9d5645cd8e3cb...
namespace LINQSamples { using System; using System.Collections.Generic; public partial class Employee { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")] public Employee() { this.EmployeeDepar...
{ "content_hash": "b79d6404da3ebd21e0b30399866a4ca3", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 128, "avg_line_length": 53.31818181818182, "alnum_prop": 0.6930946291560103, "repo_name": "SudhersonV/DotNetRoot", "id": "659c1381fa41e364ad2893ce09ce211c52eb0194", "size":...
( function() { if ( !jQuery.fn.offset ) { return; } var supportsScroll, supportsFixedPosition, forceScroll = jQuery( "<div/>" ).css( { width: 2000, height: 2000 } ), checkSupport = function() { // Only run once checkSupport = false; var checkFixed = jQuery( "<div/>" ).css( { position: "fixed", top: "20px" ...
{ "content_hash": "4c8468f60496ce696471f021fe417473", "timestamp": "", "source": "github", "line_count": 606, "max_line_length": 165, "avg_line_length": 43.693069306930695, "alnum_prop": 0.567792129314903, "repo_name": "jacobSingh/allbackgammongroup", "id": "cacfe675035067fe30c5334e28e95149a2c7475d", ...
ACCEPTED #### According to International Plant Names Index #### Published in Ann. Sci. Nat. , Bot. sér. 2, 16:91, t. 7. 1841 #### Original name null ### Remarks null
{ "content_hash": "214adc9f7181a381a5b0e7465c5530a0", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 47, "avg_line_length": 13, "alnum_prop": 0.6568047337278107, "repo_name": "mdoering/backbone", "id": "b71661dd98079c7620ef1bb03ae939e05212fc6f", "size": "219", "binary": ...
const { dest, src } = require('gulp') const browserSync = require('browser-sync') const changed = require('gulp-changed') const config = require('../config').images const handleErrors = require('../utilities/handle-errors') const plumber = require('gulp-plumber') // Task function images () { browserSync.notify('Rebu...
{ "content_hash": "47a5b89ead112af904c54f95be49311e", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 58, "avg_line_length": 28.27777777777778, "alnum_prop": 0.7072691552062869, "repo_name": "cbracco/rapid-website-boilerplate", "id": "de0001b0d4e90183468858ac60d276461606369a"...
const int default_font_width = 8; const int default_font_height = 12; const uint8_t default_font[][default_font_height] = { #include "generated/default-font-data.txt" };
{ "content_hash": "14296095402fe6ec73143151d3a4d807", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 53, "avg_line_length": 34.2, "alnum_prop": 0.7309941520467836, "repo_name": "satgo1546/frogimine", "id": "5ce4da1ee021f21de8291cba3d78d8a25c6bf482", "size": "1359", "binar...
/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.stdole; import com.wilutions.com.*; /** * OLE_YPOS_CONTAINER. * */ @SuppressWarnings("all") public class OLE_YPOS_CONTAINER { static boolean __typelib__loaded = __TypeLib.load(); private Float value; public OLE_YPOS_CONTAINER...
{ "content_hash": "0f3f4db1ce308dbf8c9c699aed61fa6b", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 60, "avg_line_length": 28.470588235294116, "alnum_prop": 0.6528925619834711, "repo_name": "wolfgangimig/joa", "id": "0cd5474aa26d36905cb611efb06c06f2f834b7b6", "size": "484...
(function() { var ownerDocument = document.currentScript.ownerDocument; var eventCard = Object.create(HTMLElement.prototype); /** * The element has been attached to the DOM, update the structure. * * Kris: This probably wouldn't even be necessary if we configured the * attributeChangedCallback correctly. ...
{ "content_hash": "5ed5115ce31331453ccda80bb8f7016b", "timestamp": "", "source": "github", "line_count": 229, "max_line_length": 120, "avg_line_length": 30.323144104803493, "alnum_prop": 0.6553859447004609, "repo_name": "SalesforceSFDC/aura", "id": "561991420fbff4e3a176d539e9893bf75b81e64d", "size":...
#ifndef THIRD_PARTY_BLINK_RENDERER_MODULES_SPEECH_SPEECH_RECOGNITION_H_ #define THIRD_PARTY_BLINK_RENDERER_MODULES_SPEECH_SPEECH_RECOGNITION_H_ #include "mojo/public/cpp/bindings/receiver.h" #include "mojo/public/cpp/bindings/remote.h" #include "third_party/blink/public/mojom/speech/speech_recognizer.mojom-blink.h" ...
{ "content_hash": "140a811145f6f9a2565602e3f04bbf43", "timestamp": "", "source": "github", "line_count": 125, "max_line_length": 99, "avg_line_length": 36.992, "alnum_prop": 0.7770328719723183, "repo_name": "chromium/chromium", "id": "683e5d340214b0d4b513628f3398b4fc1ef5d286", "size": "5975", "bin...
<HTML> <BODY BGCOLOR="white"> <PRE> <FONT color="green">001</FONT> /* Generated By:JavaCC: Do not edit this line. Token.java Version 5.0 */<a name="line.1"></a> <FONT color="green">002</FONT> /* JavaCCOptions:TOKEN_EXTENDS=,KEEP_LINE_COL=null,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */<a name="line.2"></a> <FONT colo...
{ "content_hash": "7f434a56f8969026e98955241563131d", "timestamp": "", "source": "github", "line_count": 197, "max_line_length": 145, "avg_line_length": 58.81725888324873, "alnum_prop": 0.6229395011650988, "repo_name": "vasukiarunachalam/Android-Projects", "id": "c0cc2b77f119c1b7fcac94dd7bce4e50093600...
<?php declare(strict_types=1); namespace Sphp\Config\ErrorHandling; use Throwable; use Zend\Mail\Message; use Zend\Mail\Transport\Sendmail; /** * Sends a thrown exception as a email * * @author Sami Holck <sami.holck@gmail.com> * @license https://opensource.org/licenses/MIT The MIT License * @filesource */...
{ "content_hash": "8ca79c3ccb8c5082f10b77ed18372527", "timestamp": "", "source": "github", "line_count": 113, "max_line_length": 91, "avg_line_length": 24, "alnum_prop": 0.575589970501475, "repo_name": "samhol/SPHP-framework", "id": "449b24609fb44e6bc07c72dabcb1dd86c05f5f1c", "size": "3003", "bina...
@implementation NSMutableDictionary (RangeOutRunTime) + (void)load{ // 交换方法 //Check:addObj Method addObjCheck = class_getClassMethod(self, @selector(setValueCheck:forKey:)); Method addObj = class_getClassMethod(self, @selector(setValue:forKey:)); ; method_exchangeImplementations(addObjChec...
{ "content_hash": "2ef0a0a89cfc5c956d60803283d32169", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 86, "avg_line_length": 25.238095238095237, "alnum_prop": 0.6452830188679245, "repo_name": "1457792186/JWOCLibertyDemoWithPHP", "id": "5b44197c9f776bcaa2b2e6d839e59c03ff7f3e40...
<?php namespace DBScribe; use Exception; /** * This class holds all information concerning a database table and methods to operate * on the table and it's columns and rows * * @author Ezra Obiwale <contact@ezraobiwale.com> */ class Table { const ORDER_ASC = 'ASC'; const ORDER_DESC = 'DESC'; const I...
{ "content_hash": "53451894a261e04d7831691c91c1fcce", "timestamp": "", "source": "github", "line_count": 2189, "max_line_length": 179, "avg_line_length": 31.886706258565557, "alnum_prop": 0.5209312320916906, "repo_name": "ezra-obiwale/DBScribe", "id": "11c0d0ce070180a986cb1b9a9968478281db8b38", "siz...
var path = require('path'), globalConfigs = require(path.resolve(__dirname, './globalConfigs')); // Dir Paths var LIB_DIR = globalConfigs.paths.LIB_DIR; UTIL_DIR = globalConfigs.paths.UTIL_DIR; // Export Configs module.exports = { modules : { 'regexDict' : require(LIB_DIR + 'regexDict'), 'enEx...
{ "content_hash": "24048651e991e732e0b8e848be2b2c07", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 72, "avg_line_length": 28.166666666666668, "alnum_prop": 0.6370808678500987, "repo_name": "sramzan/bo-sr-stem", "id": "0a5305cde8447a45f85819fe608ba61958f29e35", "size": "5...
A self-hosted chat app for small teams built by [Security Compass][seccom]. ## Features and Stuff * BYOS (bring your own server) * Persistent messages * Multiple rooms * Private and password-protected rooms * New message alerts / notifications * Mentions (hey @you/@all) * Image embeds / Giphy search * Code pasting * ...
{ "content_hash": "733a9ef7232c2c41f0b1b2c8caed3c6f", "timestamp": "", "source": "github", "line_count": 84, "max_line_length": 89, "avg_line_length": 35.214285714285715, "alnum_prop": 0.7647058823529411, "repo_name": "8bitjeremy/velochat", "id": "d3761c20a2396d7aeb1f782c04d653196abad37a", "size": "...
package brown.tracingplane.atomlayer; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import java.nio.ByteBuffer; import java.util.ArrayList; import org.junit.Test; import brown.tracingplane.atomlayer.AtomLayerSerialization; public class TestSerialization { @Test pu...
{ "content_hash": "d5f5eea72274defc37bbd3bcad905425", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 94, "avg_line_length": 29.956521739130434, "alnum_prop": 0.7663280116110305, "repo_name": "JonathanMace/tracingplane", "id": "4f47c00f983d6269fa60626659975fc392bb7d8a", "si...
<?php namespace Dudulina\CodeGeneration\Event; use Dudulina\CodeGeneration\Command\AggregateCommandValidatorDetector; use Dudulina\CodeGeneration\Command\ReadModelEventHandlerDetector; use Dudulina\CodeGeneration\Command\WriteSideEventHandlerDetector; use Gica\CodeAnalysis\MethodListenerDiscovery; use Gica\CodeAnaly...
{ "content_hash": "bdb87073d31416a7b485ed3aef53704f", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 96, "avg_line_length": 38.666666666666664, "alnum_prop": 0.8040752351097179, "repo_name": "xprt64/cqrs-es", "id": "e0317fc5f4d56f3055be8bc74f95f327a16502fa", "size": "1343"...
require 'prawn/literal_string' require 'prawn/reference' module Prawn module NameTree #:nodoc: class Node #:nodoc: attr_reader :children attr_reader :limit attr_reader :document attr_accessor :parent attr_accessor :ref def initialize(document, limit, parent=nil) @docu...
{ "content_hash": "194b6af9c99c46a74451978fe8bab677", "timestamp": "", "source": "github", "line_count": 158, "max_line_length": 90, "avg_line_length": 22.132911392405063, "alnum_prop": 0.5295967972547898, "repo_name": "Santhoshonet/ticketingSystem", "id": "c7d20c881359fc0c895641c7f7a9b2991641e458", ...
export DEBIAN_FRONTEND=noninteractive apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10 && echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/mongodb.list curl -sL https://deb.nodesource.com/setup | bash - apt-get update && apt-get instal...
{ "content_hash": "3d763b619f462f270680b1872c00acdd", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 198, "avg_line_length": 61.69230769230769, "alnum_prop": 0.7556109725685786, "repo_name": "LarngearTech/codelinks", "id": "b11367b4dd05467e9941826cb13b5418db1f00fc", "size"...
package co.cask.cdap.data2.transaction.stream; import co.cask.cdap.proto.Id; import java.io.IOException; /** * Factory for creating {@link StreamConsumerStateStore} instance for different streams. */ public interface StreamConsumerStateStoreFactory { /** * Creates a {@link StreamConsumerStateStore} for the ...
{ "content_hash": "0a62333e5dfeb71c284e7f7ea6193752", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 88, "avg_line_length": 25.84, "alnum_prop": 0.7507739938080495, "repo_name": "anthcp/cdap", "id": "244c1c403bed66e4b098d9ef807b6f6f9199f12f", "size": "1243", "binary": fa...
package com.datatorrent.common.util; /** * <p>ScheduledExecutorService interface.</p> * * @since 0.3.2 */ public interface ScheduledExecutorService extends java.util.concurrent.ScheduledExecutorService { /** * * @return long */ public long getCurrentTimeMillis(); }
{ "content_hash": "c73fb1d2003a0a6e46867e8dd8995909", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 95, "avg_line_length": 18.375, "alnum_prop": 0.6870748299319728, "repo_name": "PramodSSImmaneni/apex-core", "id": "0e2aff0f9c5286dfa6a329c03a19ae888afab02e", "size": "1102"...
from __future__ import unicode_literals from django.contrib.auth.models import User from django.db import models from django.template.defaultfilters import slugify class Publicacion(models.Model): titulo = models.CharField(max_length=50) contenido = models.TextField() autor = models.ForeignKey(User, on_d...
{ "content_hash": "e0fee448a556fd9f0879b1dd1d47f002", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 77, "avg_line_length": 33.24, "alnum_prop": 0.677496991576414, "repo_name": "edwar/repositio.com", "id": "bc81897d11ad5c1defae5f723a544ab0ed87a44b", "size": "831", "binar...
"use strict"; var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Refl...
{ "content_hash": "86eb2ae36c8ac60506192c309927be00", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 209, "avg_line_length": 52.67567567567568, "alnum_prop": 0.6218573627501283, "repo_name": "mbrown6944/LilSass", "id": "cdafa294be7228b87948cd5db40c8157076a5785", "size": "1...
<program xmlns="http://ci.uchicago.edu/swift/2009/02/swiftscript" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <variable name="a" type="int" xsi:nil="true"/> <variable name="b" type="int" xsi:nil="true"/> <variable name="c" type="...
{ "content_hash": "68f2d685fd333ccf8662d2542309e742", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 65, "avg_line_length": 50.42857142857143, "alnum_prop": 0.6260623229461756, "repo_name": "ya7lelkom/swift-k", "id": "ea25699ab35ea3d8c1c44412355bb3e8e26f2eac", "size": "353"...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> <title>Core Network</title> <link rel="stylesheet" type="text/css" href="styles/app.css"> </head> <body> <div id="menu"> <butto...
{ "content_hash": "5ba81ef170649ef0c5ca474293ab7bc3", "timestamp": "", "source": "github", "line_count": 49, "max_line_length": 121, "avg_line_length": 27.387755102040817, "alnum_prop": 0.5886736214605067, "repo_name": "core-network/client-threejs", "id": "1bf86fba1d396af682bd69f7cb636a37cb456d11", ...
"""Google Cloud Platform library - Cloud Storage Functionality.""" from __future__ import absolute_import from ._bucket import Bucket, Buckets from ._object import Object, Objects __all__ = ['Bucket', 'Buckets', 'Object', 'Objects']
{ "content_hash": "f1424519cda80e0c38cf8669467c1467", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 66, "avg_line_length": 33.57142857142857, "alnum_prop": 0.7148936170212766, "repo_name": "supriyagarg/pydatalab", "id": "f68f853b415b5f99fae1de77581b07a69cabc29d", "size": "...
 #pragma once #include <aws/rds-data/RDSDataService_EXPORTS.h> #include <aws/rds-data/RDSDataServiceRequest.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/core/utils/memory/stl/AWSVector.h> #include <aws/rds-data/model/ResultSetOptions.h> #include <aws/rds-data/model/SqlParameter.h> #include <utili...
{ "content_hash": "032bd66192777662251c7a0f5f5543dc", "timestamp": "", "source": "github", "line_count": 485, "max_line_length": 162, "avg_line_length": 39.02268041237114, "alnum_prop": 0.6725668392687308, "repo_name": "jt70471/aws-sdk-cpp", "id": "b2255e1ddecbb7c0b2c47c8068fcf8e05ae61bad", "size": ...
'use strict'; const models = require('./index'); /** * Defines a video object that is relevant to the query. * * @extends models['MediaObject'] */ class VideoObject extends models['MediaObject'] { /** * Create a VideoObject. * @property {string} [motionThumbnailUrl] * @property {string} [motionThumbn...
{ "content_hash": "0cd00b3138401cd2109f0494a8a82d5d", "timestamp": "", "source": "github", "line_count": 273, "max_line_length": 75, "avg_line_length": 25.227106227106226, "alnum_prop": 0.4106287207782779, "repo_name": "xingwu1/azure-sdk-for-node", "id": "7dbe069ca77be3408f66ac03b026862e8f76f793", "...
class AddLandingToPages < ActiveRecord::Migration[6.1] def change add_column :pages, :landing, :boolean, default: false, null: false end end
{ "content_hash": "df9607cd93487952c574e2dc3df6e753", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 70, "avg_line_length": 29.8, "alnum_prop": 0.7315436241610739, "repo_name": "rubycentral/cfp-app", "id": "319e400c7adda83445973678cdd57f499fa58fc6", "size": "149", "binary...
package org.apache.myfaces.trinidadbuild.plugin.javascript.uixtools; import java.io.IOException; /** * A buffer to hold Token objects. Tokens can be read from and written to this * buffer as if it were a queue. it is thread safe. Best if a single thread is * reading and a single thread is writing. * @version $Na...
{ "content_hash": "a3f79ee836b6ccd943b13fdfaae64479", "timestamp": "", "source": "github", "line_count": 81, "max_line_length": 97, "avg_line_length": 22.14814814814815, "alnum_prop": 0.664994425863991, "repo_name": "alessandroleite/maven-jdev-plugin", "id": "8606d81b9937a1e5fefb946fea061a78cf6d87c2",...
import os import django # Calculated paths for django and the site # Used as starting points for various other paths # Thanks to Gareth Rushgrove: # http://www.morethanseven.net/2009/02/11/django-settings-tip-setting-relative-paths/ DJANGO_ROOT = os.path.dirname(os.path.realpath(django.__file__)) SITE_ROOT = os.path.d...
{ "content_hash": "fd450fd2b93547a9cf33711471aa8379", "timestamp": "", "source": "github", "line_count": 205, "max_line_length": 101, "avg_line_length": 33.53658536585366, "alnum_prop": 0.645090909090909, "repo_name": "jimivdw/OMFraF", "id": "90631633a66c286b0a9292f741f3c816bb7f1484", "size": "6875"...
local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function onCreatureSay(cid, type, msg)...
{ "content_hash": "90f0fe4c57efe35dbb542ef49c275644", "timestamp": "", "source": "github", "line_count": 68, "max_line_length": 901, "avg_line_length": 56.088235294117645, "alnum_prop": 0.7338751966439434, "repo_name": "victorperin/tibia-server", "id": "a714be92f2e067c7d1248f8bbfe98bb1f2ff7103", "si...
package com.dennisxu.sample.common.ui; import android.os.Bundle; /** * fragment与activity通信接口 * * @author: xuyang * @date: 2014-8-24 上午9:59:24 */ public interface IFragmentNotification { public void beforeFragmentView(); public void afterFragmentView(); /** * fragment与Activity通信回调 * ...
{ "content_hash": "5f2df4679e44904dab1101f2a9ce07a9", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 84, "avg_line_length": 20.16, "alnum_prop": 0.6567460317460317, "repo_name": "dennisxu1014/dennisxu-sample-android", "id": "6cfaf51f15b5ade86c1df72b22edbb77939e7d3f", "size...
from __future__ import unicode_literals from django.db import models # Create your models here. class Registrado(models.Model): nombre = models.CharField(max_length=120, blank=True, null=True) email = models.EmailField() codigo_postal = models.IntegerField(blank=True, null=True) timestamp = models.DateTimeField(...
{ "content_hash": "6cd9560ba36ffee118779a0cb8d5af0e", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 95, "avg_line_length": 34.411764705882355, "alnum_prop": 0.7521367521367521, "repo_name": "probardjango/Probar-Django-1.9", "id": "adf9ea91782a8b2ecc810927eef58a04a149cd81", ...
// Copyright 2015 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. package org.chromium.mojo.shell; import org.chromium.base.ApplicationStatus; import org.chromium.mojo.application.ServiceFactoryBinder; import org.chromi...
{ "content_hash": "c74b88139a54ddf5cabcdf2c7c508089", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 93, "avg_line_length": 34.51851851851852, "alnum_prop": 0.7682403433476395, "repo_name": "afandria/mojo", "id": "0136b7dec105fc53e76d20a88676dc33062df88d", "size": "932", ...
package com.netflix.spinnaker.clouddriver.alicloud.cache; import static org.junit.Assert.assertTrue; import org.junit.Test; public class KeysTest { static final String ACCOUNT = "test-account"; static final String REGION = "cn-test"; @Test public void testGetLoadBalancerKey() { String key = "alicloud:...
{ "content_hash": "285cadbc30c570e4c4845e3aa969a505", "timestamp": "", "source": "github", "line_count": 99, "max_line_length": 99, "avg_line_length": 34.36363636363637, "alnum_prop": 0.7325102880658436, "repo_name": "spinnaker/clouddriver", "id": "0ff7dab080dd640c8370f34ff12ab0607a7a5d3d", "size": ...
<?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta na...
{ "content_hash": "eb043f05fc21019616a7e647cda4b462", "timestamp": "", "source": "github", "line_count": 150, "max_line_length": 876, "avg_line_length": 72.22, "alnum_prop": 0.6775593095172159, "repo_name": "cpascal/af-cpp", "id": "bd5a091bde9b758ec54f52dc36989bdcd3cd3f15", "size": "10836", "binar...
@class JavaIoBufferedReader; @class JavaUtilArrayList; @class JavaUtilHashMap; @protocol JavaUtilCollection; #import "JreEmulation.h" @interface FFTCsvReader : NSObject { @public JavaUtilArrayList *attributes_; JavaUtilArrayList *rows_; } - (id)initWithJavaIoBufferedReader:(JavaIoBufferedReader *)inArg ...
{ "content_hash": "922df8cecb286fb386faffd5c45e5468", "timestamp": "", "source": "github", "line_count": 81, "max_line_length": 75, "avg_line_length": 23.25925925925926, "alnum_prop": 0.7117834394904459, "repo_name": "joey1087/fluid-framework", "id": "79a8c06d385543b502b8a92ed21cb5ac0399bf54", "size...
This is a live editor for Riot tag. ## Have a play [Open this example on Plunker](http://riotjs.com/examples/plunker/?app=live-editor) ## Run locally Install superstatic if you don't have. ```bash $ npm install -g superstatic ``` Download or clone this repo, then run the command. ```bash $ cd to/this/dir $ ss ``...
{ "content_hash": "1b27cfc3d6375f52f226d596990a6b3a", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 83, "avg_line_length": 16.318181818181817, "alnum_prop": 0.7047353760445683, "repo_name": "dp-lewis/examples", "id": "153d7d3543bd1e8ddb0c60d6f3ce8992df2ddc7e", "size": "37...
A simple starter project demonstrating the basic concepts of Angular 2. ### Usage - Clone or fork this repository - Make sure you have [node.js](https://nodejs.org/) installed version 5+ - Make sure you have NPM installed version 3+ - `WINDOWS ONLY` run `npm install -g webpack webpack-dev-server typescript` to instal...
{ "content_hash": "6885c9725e5b92ba535dfa9e27b1232d", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 106, "avg_line_length": 44.81818181818182, "alnum_prop": 0.7525354969574036, "repo_name": "ogix/angular2-seed", "id": "4f8db873877b0cf088788783fd1d238878e8dfab", "size": "5...
package com.connectsdk.smarthomesampler; import android.app.Service; import android.content.Intent; import android.os.IBinder; import com.connectsdk.smarthomesampler.adapter.BeaconAdapter; public class BluetoothService extends Service implements BeaconAdapter.BeaconUpdate { public static final String ACTION_NEW...
{ "content_hash": "d32d8b3a71ca5cc6b5bed03fa0e5dcd0", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 143, "avg_line_length": 30.17543859649123, "alnum_prop": 0.6831395348837209, "repo_name": "ConnectSDK/SmartHomeSamplerAndroid", "id": "618e3b70e7154cfcef7b8948ae85ae1f19cc7d0...
angular.module('thirdi.system').factory("Global", [ function() { var _this = this; _this._data = { user: window.user, authenticated: !! window.user }; return _this._data; } ]);
{ "content_hash": "882d11183b7ac1299ef9aed4b25de027", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 51, "avg_line_length": 22, "alnum_prop": 0.4793388429752066, "repo_name": "abhinavzspace/node-express-mysql-angular-boilerplate", "id": "65208a740105c6ab0494e691cc54dc8ed2dbd...
<?php /** * Contains methods for matching API requests with endpoint routes. * * @package NamelessMC\Endpoints * @author Aberdeener * @version 2.0.0-pr13 * @license MIT */ trait MatchesRoutes { /** * Determine if an Endpoint matches a route. * If it does, return an array of variables to pass to th...
{ "content_hash": "01335cf9c5e484a1ba5c737455f798f0", "timestamp": "", "source": "github", "line_count": 59, "max_line_length": 147, "avg_line_length": 35.220338983050844, "alnum_prop": 0.5871029836381135, "repo_name": "NamelessMC/Nameless", "id": "84526b48f7ae0316b642ca588ee7bfa5c37fdfdb", "size": ...
<!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/html; charset=utf-8" /> <title>The OEmbed Spec &mdash; djangoembed v0.1 documentati...
{ "content_hash": "f99ecec61f61463a4059a07eb516b26a", "timestamp": "", "source": "github", "line_count": 188, "max_line_length": 165, "avg_line_length": 45.005319148936174, "alnum_prop": 0.6317220186739156, "repo_name": "0101/djangoembed", "id": "5535b6373566cca694d92f94065f6fae4a14d9aa", "size": "8...
package org.apache.logging.log4j.core.net.server; import java.io.IOException; import java.io.Serializable; import java.util.Arrays; import java.util.List; import java.util.Map; import org.apache.logging.log4j.Level; import org.apache.logging.log4j.core.Appender; import org.apache.logging.log4j.core.Filter; import or...
{ "content_hash": "907c1bad248421b9bf2488630c1c8523", "timestamp": "", "source": "github", "line_count": 198, "max_line_length": 118, "avg_line_length": 35.121212121212125, "alnum_prop": 0.6629278113316077, "repo_name": "lburgazzoli/apache-logging-log4j2", "id": "ee5c2de5d31a7046c9529f01f50efaaa934192...
from flask_webtest import SessionScope from pytest import fixture from portal.database import db from portal.models.questionnaire_bank import ( QuestionnaireBank, QuestionnaireBankQuestionnaire ) from portal.models.recur import Recur @fixture def initialized_with_ss_qb( initialized_with_ss_protocol, ...
{ "content_hash": "9975e6d5097e431fdf5bfc55b00328bd", "timestamp": "", "source": "github", "line_count": 51, "max_line_length": 61, "avg_line_length": 31.019607843137255, "alnum_prop": 0.6599241466498104, "repo_name": "uwcirg/true_nth_usa_portal", "id": "a54cff346a634f29eab4ba4fe8683c7f7fe77c5a", "s...
FolderUploadConfirmationView::FolderUploadConfirmationView( const base::FilePath& path, base::OnceCallback<void(const std::vector<ui::SelectedFileInfo>&)> callback, std::vector<ui::SelectedFileInfo> selected_files) : callback_(std::move(callback)), selected_files_(std::move(selected_files)) { Se...
{ "content_hash": "38d6cd0750c9eab4ad3d9598bf3aa043", "timestamp": "", "source": "github", "line_count": 79, "max_line_length": 80, "avg_line_length": 40.56962025316456, "alnum_prop": 0.7039001560062402, "repo_name": "chromium/chromium", "id": "3d053fc89047978222fa7efcc372e632128e7644", "size": "398...
#pragma once #include "antlr4-common.h" namespace antlrcpp { ANTLR4CPP_PUBLIC std::string join(const std::vector<std::string> &strings, const std::string &separator); ANTLR4CPP_PUBLIC std::map<std::string, size_t> toMap(const std::vector<std::string> &keys); ANTLR4CPP_PUBLIC std::string escapeWhitespace(std:...
{ "content_hash": "cff219769b1c5fbae1aea713366ba546", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 120, "avg_line_length": 38.483870967741936, "alnum_prop": 0.6886001676445934, "repo_name": "SystemRDL/systemrdl-compiler", "id": "2eb1a36037a241c96cf92584059ce72901ead9d7", ...
import ConfigParser import os import tarfile import urllib2 # Default client libs import glanceclient as glance_client import keystoneclient.v2_0.client as keystone_client # Import Openstack exceptions import glanceclient.exc as glance_exception import keystoneclient.exceptions as keystone_exception TEMPEST_TEMP_DI...
{ "content_hash": "0df2e3d2e381db3ea5b0a85942582e3d", "timestamp": "", "source": "github", "line_count": 370, "max_line_length": 79, "avg_line_length": 37.95135135135135, "alnum_prop": 0.6306793904002279, "repo_name": "eltonkevani/tempest_el_env", "id": "fe9f5afef19ae90f5d96369d452a27d49a1756b9", "s...
<?php namespace Magento\ProductAlert\Test\Unit\Block\Product; class ViewTest extends \PHPUnit_Framework_TestCase { /** * @var \PHPUnit_Framework_MockObject_MockObject */ protected $block; /** * @var \PHPUnit_Framework_MockObject_MockObject */ protected $postHelper; protected ...
{ "content_hash": "b9ce2b8b37c56598ae803b096d8a4e65", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 95, "avg_line_length": 27.142857142857142, "alnum_prop": 0.5728070175438597, "repo_name": "j-froehlich/magento2_wk", "id": "394faf83756912420e656bcf3e4c5f0e08997c24", "size...
package org.apache.ranger.plugin.conditionevaluator; import org.apache.commons.collections.CollectionUtils; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache.ranger.plugin.policyengine.RangerAccessRequest; public class RangerAccessedFromClusterTypeCondition extends...
{ "content_hash": "5ffcad5b464874bb91727d245298e26d", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 96, "avg_line_length": 28.729166666666668, "alnum_prop": 0.7403915881073242, "repo_name": "gzsombor/ranger", "id": "50a92bd6ff725efb9e38399b8a3810935c64b0a5", "size": "2184...
require 'spec_helper' describe SecureHeaders do class DummyClass include ::SecureHeaders end subject {DummyClass.new} let(:headers) {double} let(:response) {double(:headers => headers)} let(:max_age) {99} let(:request) {double(:ssl? => true, :url => 'https://example.com')} before(:each) do st...
{ "content_hash": "67f2b77d3595f5e6e395e0ee7b8b1d05", "timestamp": "", "source": "github", "line_count": 314, "max_line_length": 150, "avg_line_length": 35.8343949044586, "alnum_prop": 0.6753466050479915, "repo_name": "reedloden/secureheaders", "id": "6f3d053292280caa69aec4bc086c7e4a20830d52", "size...
TEST(ProbUniform, cdf_log_matches_lcdf) { double y = 0.8; double alpha = 0.4; double beta = 2.3; EXPECT_FLOAT_EQ((stan::math::uniform_lcdf(y, alpha, beta)), (stan::math::uniform_cdf_log(y, alpha, beta))); EXPECT_FLOAT_EQ( (stan::math::uniform_lcdf<double, double, double>(y, alpha, bet...
{ "content_hash": "ebb5952b9362ab828b0ea2dc0f5de3c4", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 77, "avg_line_length": 36.81818181818182, "alnum_prop": 0.6123456790123457, "repo_name": "stan-dev/math", "id": "4c75fa8ce1df49f4f85e1bf908965eb3800b87f2", "size": "461", ...
ALTER TABLE stop_areas ADD COLUMN referent_id uuid; -- +migrate Down -- SQL section 'Down' is executed when this migration is rolled back ALTER TABLE stop_areas DROP COLUMN IF EXISTS referent_id;
{ "content_hash": "da7c4a59f23128f2499aeb50fc06c9c1", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 68, "avg_line_length": 32.833333333333336, "alnum_prop": 0.7766497461928934, "repo_name": "af83/edwig", "id": "0e9ccd236f5fa39c004bf4a793bdb81278f8af67", "size": "279", "b...
<?xml version="1.0" encoding="UTF-8"?> <databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-2.0.xsd"> ...
{ "content_hash": "e615f82b895125ba53a0cd22b2a0bbe9", "timestamp": "", "source": "github", "line_count": 300, "max_line_length": 137, "avg_line_length": 39.47, "alnum_prop": 0.602482898403851, "repo_name": "OculusVR/shanghai-liquibase", "id": "f0e69482f1ab783161645a73dd2943e75c9fa601", "size": "1184...
<mvc:View xmlns:mvc="sap.ui.core.mvc" xmlns:form="sap.ui.layout.form" xmlns:core="sap.ui.core" controllerName="sap.ui.demo.tracker.view.IssueEdit" displayBlock="true" xmlns="sap.m"> <Page title="{i18n>EDIT_ISSUE_TITLE}"> <mvc:XMLView id="editFormView" viewName="sap.ui.demo.tracker.view.IssueEditForm"/> ...
{ "content_hash": "3400ca81297c56d6b57678db6c75fdfd", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 86, "avg_line_length": 32.30434782608695, "alnum_prop": 0.5908479138627187, "repo_name": "shubhadeep/ui5-tracker-mvc", "id": "0030f15415bf39af5fbc667dd983657cfe48d5db", "si...
package es.caib.zkib.jxpath.ri.model.container; import java.util.Locale; import es.caib.zkib.jxpath.Container; import es.caib.zkib.jxpath.ri.QName; import es.caib.zkib.jxpath.ri.compiler.NodeTest; import es.caib.zkib.jxpath.ri.model.NodeIterator; import es.caib.zkib.jxpath.ri.model.NodePointer; import es.caib.zkib.j...
{ "content_hash": "c246533199260cb200a70aefbf870bd8", "timestamp": "", "source": "github", "line_count": 152, "max_line_length": 96, "avg_line_length": 27.605263157894736, "alnum_prop": 0.6453765490943756, "repo_name": "SoffidIAM/jxpath", "id": "4f0c2def17032086027462bd531c82171637001d", "size": "49...
namespace com { namespace microsoft { namespace maker { namespace SecuritySystem { // Signals } } } }
{ "content_hash": "ccab2838724e1fd36aa7b85aeba38ad5", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 82, "avg_line_length": 21, "alnum_prop": 0.7047619047619048, "repo_name": "mwmckee/securitysystem", "id": "34e0610c5965b972d9725b5743ca10a1d5c5dd05", "size": "1073", "bina...
package org.lwjgl.opengl; import org.lwjgl.system.*; /** * Native bindings to the <a target="_blank" href="https://www.khronos.org/registry/OpenGL/extensions/ARB/ARB_color_buffer_float.txt">ARB_color_buffer_float</a> extension. * * <p>The standard OpenGL pipeline is based on a fixed-point pipeline. While color c...
{ "content_hash": "931a7a61ac46f77e4f503ef1a9769f75", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 272, "avg_line_length": 54.96551724137931, "alnum_prop": 0.7180050188205772, "repo_name": "code-disaster/lwjgl3", "id": "94837a32863491b23898df0bcb495ffc6fea6f1b", "size": ...
<?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class CreateFactorsTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('factors', funct...
{ "content_hash": "40999a45494fdeb2ead64a20b266e0c9", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 137, "avg_line_length": 28.84090909090909, "alnum_prop": 0.5571315996847912, "repo_name": "jcnwobodo/ASPES", "id": "64e8c7da67691db365fc835611c91d0086e5a5b1", "size": "1269...
This project is forked from socket.io 0.9.16 It removed support for long polling & flashsocket. It just support websocket transport, and a subset of socket.io 0.9.16 protocol. We aimed to make this project simple.
{ "content_hash": "dcaecb94b3209ff5f47a7402d9e41517", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 79, "avg_line_length": 31, "alnum_prop": 0.7788018433179723, "repo_name": "cynron/sio-lite", "id": "ac5a171a6a9c2764cab3cd46f963d6bb855db199", "size": "217", "binary": fal...
<div class="main-list-item experience-section" id="projects"> <h2 class="main-list-item-title">Projects</h2> <ul> <li class="project"> <div class="project-info"> <h3 class="project-name"><a href="https://hiveapp.org">Hive</a></h3><p class="date">2017 - Present</p> ...
{ "content_hash": "8f93f789b8ec3fbb4e3c5b269f7ef779", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 118, "avg_line_length": 43.6875, "alnum_prop": 0.5200286123032904, "repo_name": "andrew749/andrew749.github.io", "id": "5ab5f10b616437c8b354d447753781f076579ed7", "size": "...
module Dummy module Generators class UrlsGenerator < Rails::Generators::Base include Dummy::Generators::Common def self.source_root @source_root ||= File.expand_path("../templates", __FILE__) end class_option :divisor, :type => :numeric, :default => 10, ...
{ "content_hash": "85413588b8ebaf463c5c0710afc19db4", "timestamp": "", "source": "github", "line_count": 130, "max_line_length": 139, "avg_line_length": 33.715384615384615, "alnum_prop": 0.5653661875427789, "repo_name": "goncalossilva/dummy_urls", "id": "a3f0532df70923d4cffdc0720e405eaa8860389c", "s...
from __future__ import print_function import core import numpy import six.moves as six from framework import Variable, default_main_program __all__ = ['DataFeeder'] class DataToLoDTensorConverter(object): def __init__(self, place, lod_level, shape, dtype): self.place = place self.lod_level = lod...
{ "content_hash": "2871619d46da6f1e9f9d35e90146574d", "timestamp": "", "source": "github", "line_count": 104, "max_line_length": 80, "avg_line_length": 35.25, "alnum_prop": 0.5365521003818876, "repo_name": "lcy-seso/Paddle", "id": "ac02401c79b787716b2e5f43e0d1c5686cf2bd13", "size": "4279", "binary...
.. Copyright © 2012-2014 Cask Data, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "content_hash": "12804cd942164d5a356565e6566b78eb", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 391, "avg_line_length": 55.630434782608695, "alnum_prop": 0.7588901914810473, "repo_name": "cdapio/coopr", "id": "66cd09cbda569aa92407ae6e5c2679867e0dc361", "size": "2560",...