text
stringlengths
2
1.04M
meta
dict
<?php namespace Google\AdsApi\AdManager\v202202; /** * This file was generated from WSDL. DO NOT EDIT. */ abstract class CreativeAction { public function __construct() { } }
{ "content_hash": "5e85959d47ad4162cc695625ad2b1ca1", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 50, "avg_line_length": 11.277777777777779, "alnum_prop": 0.625615763546798, "repo_name": "googleads/googleads-php-lib", "id": "08ac78d90f5cefdc38009bd8768d697ff98a488b", "s...
FROM phusion/baseimage:0.9.13 MAINTAINER Sean Chatman <xpointsh@gmail.com> # Use baseimage-docker's init system. CMD ["/sbin/my_init"] ##### Installing JDK 8 ##### RUN echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu precise main" | tee -a /etc/apt/sources.list RUN echo "deb-src http://ppa.launchpad.net/we...
{ "content_hash": "2a73d5baacb62b42326424d850eb6071", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 113, "avg_line_length": 37.59090909090909, "alnum_prop": 0.7484885126964933, "repo_name": "arbiterofcool/jdk8-baseimage-docker", "id": "0553cbe7957f84a1f97f3b8ff0bfda4738d8ff...
#ifndef ALIANALYSISTASKPARTICLEEFF #define ALIANALYSISTASKPARTICLEEFF #define MULTBINS 1 #define PARTTYPES 6 #include "AliAnalysisTaskSE.h" #include "AliAnalysisUtils.h" #include "AliEventCuts.h" #include "THnSparse.h" #include "AliPIDResponse.h" #include "AliAODpidUtil.h" class AliAnalysisUtils; class AliAnalysis...
{ "content_hash": "f1426a5306b6f89a99b9d022c2e061e6", "timestamp": "", "source": "github", "line_count": 182, "max_line_length": 791, "avg_line_length": 33.35164835164835, "alnum_prop": 0.7336079077429983, "repo_name": "akubera/AliPhysics", "id": "61b7acb4ef57b3dfce772a3e137eb9bf6d5fec98", "size": "...
require 'codeclimate-test-reporter' CodeClimate::TestReporter.start $LOAD_PATH.unshift File.expand_path('../../lib', __FILE__) require 'mongoid_extended' require 'minitest/autorun' Mongoid.load!(File.expand_path('../mongoid.yml', __FILE__), :test) class TestMongoidExtended include Mongoid::Document include Mong...
{ "content_hash": "ad2351acebdaf2060453b7afa7c43267", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 66, "avg_line_length": 22.217391304347824, "alnum_prop": 0.7416829745596869, "repo_name": "NaixSpirit/mongoid_extended", "id": "fa47c16b5372c19ee0eb76d1215d14b5f1dad437", "...
(function() { let Navigation = window.Navigation; let Header = window.Header; let Home = { url: '/', render: routes => { return ` ${Header.render()} ${Navigation.render()} <main> Main content </main> `; } }; window.Home = Home; }());
{ "content_hash": "8a26bc0206e3b06606f685a4abbbb423", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 37, "avg_line_length": 14.904761904761905, "alnum_prop": 0.4696485623003195, "repo_name": "krulik/demos", "id": "2556406570b1423906a30f89662dc32de0382e8a", "size": "313", ...
=head1 LICENSE Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute Copyright [2016-2022] EMBL-European Bioinformatics Institute Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obta...
{ "content_hash": "d1908c86575a046a57334c311bf3acc5", "timestamp": "", "source": "github", "line_count": 144, "max_line_length": 110, "avg_line_length": 37.9375, "alnum_prop": 0.5055830129965221, "repo_name": "Ensembl/ensembl-production", "id": "b736e3c2838adb51207832590b11e48e79b1609d", "size": "54...
{% capture post_slug %}{{ page.date | date: "%Y-%m-%d" }}-{{ page.title | slugify }}{% endcapture %} <section class="comments"> <div> <div {% if site.data.comments[post_slug] == null %}aria-hidden="true"{% endif %}> <h2>Comments</h2> {% if site.data.comments[post_slug] %} {% assign wrappedComment...
{ "content_hash": "80ec44113bad16795ce44b078d4d6f5b", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 156, "avg_line_length": 38.03703703703704, "alnum_prop": 0.555014605647517, "repo_name": "AlexanderLindsay/AlexanderLindsay.github.io", "id": "7cf19ef2cde34e6e46c9fbcd8ea63ef...
With [`Control.Foldl`](https://hackage.haskell.org/package/foldl-1.2.1/docs/Control-Foldl.html) you can write ```haskell fold ((/) <$> sum <*> genericLength) [1..10^6] ``` and it'll stream. With `prefolds` you can write ```haskell exec ((/) <$> take (10^6) sum <&> take (10^6) genericLength) [1..] ``` and it'll str...
{ "content_hash": "2196a54de7da1bf0e72e53a1d51a10ca", "timestamp": "", "source": "github", "line_count": 228, "max_line_length": 427, "avg_line_length": 35.25, "alnum_prop": 0.6298370038571607, "repo_name": "effectfully/prefolds", "id": "90dfa56d7a14820d2d2e31533274905b621db584", "size": "8073", "...
(function () { /** * Noise Filter. Randomly adds or substracts to the color channels * @function * @memberof Kinetic.Filters * @param {Object} imagedata * @author ippo615 */ Kinetic.Filters.Noise = function (imageData) { var amount = this.noise() * 255, data = imageData.data, ...
{ "content_hash": "da3a6ab56a715e77bf7768d644ab6634", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 100, "avg_line_length": 26.352941176470587, "alnum_prop": 0.5680803571428571, "repo_name": "mitchellvanderhoeff/kikcah", "id": "87de76264ef289f46998cc9e93b1ec481461b9bc", "...
namespace WpfAnalyzers.Benchmarks.Benchmarks { [BenchmarkDotNet.Attributes.MemoryDiagnoser] public class AttributeAnalyzerBenchmarks { private static readonly Gu.Roslyn.Asserts.Benchmark Benchmark = Gu.Roslyn.Asserts.Benchmark.Create(Code.ValidCodeProject, new WpfAnalyzers.AttributeAnalyzer()); ...
{ "content_hash": "684c88f1e8961d8143605703f09d1bb4", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 168, "avg_line_length": 33.214285714285715, "alnum_prop": 0.7139784946236559, "repo_name": "DotNetAnalyzers/WpfAnalyzers", "id": "ada20f856c0e5d2fb993fb155f029976457285f9", ...
<?php /** * Currency form base class. * * @method Currency getObject() Returns the current form's model object * * @package blank * @subpackage form * @author Your name here */ abstract class BaseCurrencyForm extends BaseFormPropel { public function setup() { $this->setWidgets(array( 'id' ...
{ "content_hash": "73aeb49a35f890f780facc9770edbfa1", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 167, "avg_line_length": 27.348837209302324, "alnum_prop": 0.6173469387755102, "repo_name": "homer6/blank_altumo", "id": "a9180bdb32f4a81aacea55e045fff9b7473f70e3", "size": ...
@class RACSignal, PSTConversation; @interface DMComposeViewModel : NSObject <MTTokenFieldDelegate> @property (nonatomic, strong) NSArray *fontSizesArray; @property (nonatomic, strong) NSArray *toFieldAddresses; @property (nonatomic, strong) NSArray *ccFieldAddresses; @property (nonatomic, strong) NSArray *bccFieldAdd...
{ "content_hash": "38dede12b2bae8e4cfa50c798db24c84", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 90, "avg_line_length": 38.54838709677419, "alnum_prop": 0.7958158995815899, "repo_name": "DotMail/DotMail", "id": "f104f4f205d7772875da29413b916f8a65f5f66c", "size": "1435"...
var Color = (function(window){ var Events = { RGB_UPDATED : 'RGBUpdated', HSL_UPDATED : 'HSLUpdated', HSV_UPDATED : 'HSVUpdated', HEX_UPDATED : 'HexUpdated', INT_UPDATED : 'IntUpdated', UPDATED : 'updated', PARSED: 'parsed' }; var namedColors = { 'transparent':'rgba(0, 0, 0, 0)','aliceblue':'#F0F8F...
{ "content_hash": "30b00dc66131483da22c87a7e305414c", "timestamp": "", "source": "github", "line_count": 910, "max_line_length": 167, "avg_line_length": 32.92967032967033, "alnum_prop": 0.635486885136488, "repo_name": "moagrius/Color", "id": "843b46f11fbdd0147d96174848153259cb2948c2", "size": "29966...
#include "BulletCollision/CollisionShapes/btConvexShape.h" #include "btGjkEpaPenetrationDepthSolver.h" #include "BulletCollision/NarrowPhaseCollision/btGjkEpa2.h" bool btGjkEpaPenetrationDepthSolver::calcPenDepth( btSimplexSolverInterface& simplexSolver, const btConvexShape* pConvexA, const b...
{ "content_hash": "e585aa898e622391b84ca4013f1caa22", "timestamp": "", "source": "github", "line_count": 51, "max_line_length": 101, "avg_line_length": 28.80392156862745, "alnum_prop": 0.7093260721579305, "repo_name": "uspgamedev/3D-experiment", "id": "f0fc6f0c228da3176836cc1027666604e3ac4af9", "siz...
const searchResults = document.getElementById("search-results"); // Perform search on page load document.addEventListener('DOMContentLoaded', function () { updateList(); }); // Listen for keystroke events let timeout = null; const searchField = document.getElementById("search-input"); searchField.addEventListener...
{ "content_hash": "9c334bbc76e95d73f29c9db77427efc4", "timestamp": "", "source": "github", "line_count": 55, "max_line_length": 64, "avg_line_length": 25.945454545454545, "alnum_prop": 0.6117729502452698, "repo_name": "hackerspace-ntnu/website", "id": "9deab42d0327fc2f3734f2602d283492b2abae47", "siz...
#include "core/inspector/InspectorDOMAgent.h" #include "bindings/core/v8/BindingSecurity.h" #include "bindings/core/v8/ExceptionState.h" #include "bindings/core/v8/V8Node.h" #include "core/InputTypeNames.h" #include "core/dom/Attr.h" #include "core/dom/CharacterData.h" #include "core/dom/ContainerNode.h" #include "c...
{ "content_hash": "2ad07a61e02a1e8c7270fc3276ad4fa0", "timestamp": "", "source": "github", "line_count": 2064, "max_line_length": 224, "avg_line_length": 34.58624031007752, "alnum_prop": 0.6734513770207043, "repo_name": "was4444/chromium.src", "id": "ca150bc8a3c7be6b1a81a095d7171600173c8719", "size"...
package org.wintersleep.util.spring.plugin; import org.springframework.beans.factory.xml.NamespaceHandlerSupport; public class PluginNamespaceHandler extends NamespaceHandlerSupport { public void init() { registerBeanDefinitionParser("extension-point", new ExtensionPointBeanDefinitionParser()); ...
{ "content_hash": "21666357694519f2aa4f217dd6d7029c", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 98, "avg_line_length": 29.714285714285715, "alnum_prop": 0.7956730769230769, "repo_name": "dverstap/wintersleep", "id": "0174bc603024c307d81b41244d7324d5316a9d21", "size": ...
var __extends = this.__extends || function (d, b) { function __() { this.constructor = d; } __.prototype = b.prototype; d.prototype = new __(); } var bar = (function () { function bar() { this.baz = new tester(); } return bar; })(); var baz = (function () { function baz() { } ret...
{ "content_hash": "6d93e685aebc4c042dd57121947f73df", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 51, "avg_line_length": 21.652173913043477, "alnum_prop": 0.5281124497991968, "repo_name": "jumperchen/typescript", "id": "2a404ce3eb2c0c48fe725147e2ce38dc202c98c9", "size":...
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <base target="_top"> <title>Tangle: API Reference</title> <link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="Fonts/Insolent/styleshe...
{ "content_hash": "7c71b5ab0c5ab5cdd04857281bd7e485", "timestamp": "", "source": "github", "line_count": 474, "max_line_length": 477, "avg_line_length": 35.68987341772152, "alnum_prop": 0.6634154992019862, "repo_name": "egrosclaude/IC2016", "id": "7d3d82669f94de004c8efb959f95149055ff19d2", "size": "...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <title>Works-Webex.com Digital</title> <!-- CSS --> <link href="assets/bootstrap/css/bootstrap.min.css" rel=...
{ "content_hash": "f24ddf00c1116ce24210bdfa32326ea9", "timestamp": "", "source": "github", "line_count": 175, "max_line_length": 640, "avg_line_length": 40.497142857142855, "alnum_prop": 0.6621983914209115, "repo_name": "alienk703/alienk703.github.io", "id": "ddbfa877397460c9e273847793fdd099d6baec18",...
require File.dirname(__FILE__) + "/../spec_helper" describe Pars::NginxConfig::AST::WorkerProcesses, "worker_processes 6;" do before(:all) do @parser = Pars::NginxConfig::Parser.new end describe "defining a user and group" do before(:all) do @result = @parser.parse("worker_processes 6;\n") end ...
{ "content_hash": "a8488e3e215b32051f07f69f34dcd1e7", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 74, "avg_line_length": 27.347826086956523, "alnum_prop": 0.6311605723370429, "repo_name": "atmos/pars", "id": "a7f46df669a188939a86ab613d007bc9452416ee", "size": "629", "...
layout: icon title: Bank categories: commercial icon-24: bank-24.png icon-18: bank-18.png icon-12: bank-12.png tags: - bank - atm - commercial - money ---
{ "content_hash": "a660b9afc274eff166f45183c34d3106", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 22, "avg_line_length": 13.583333333333334, "alnum_prop": 0.6748466257668712, "repo_name": "keum/maki", "id": "e6ff4dfd7d534abe44b62329fdee7edbfe2e087a", "size": "167", "b...
require_relative '../base' module Cb module Requests module User class CheckExisting < Base def endpoint_uri Cb.configuration.uri_user_check_existing end def http_method :post end def body <<-eos <Request> <De...
{ "content_hash": "b7fb3a64590be3f1a1a4d4678a2454df", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 70, "avg_line_length": 20.928571428571427, "alnum_prop": 0.49658703071672355, "repo_name": "cbdr/ruby-cb-api", "id": "48997e41598e4eb62685fdc94434c501f38ff6bd", "size": "11...
<!doctype html> <head> <base href="/"> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="robots" content="noindex, nofollow"> <title>Akrobarth</title> <meta name="description" content="Akrobarth"> <meta name="HandheldFriendly" content="True"> <meta name="Mobile...
{ "content_hash": "02b81037447cca9cb47a7890cf39dad9", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 137, "avg_line_length": 38.93333333333333, "alnum_prop": 0.6934931506849316, "repo_name": "akrobarth/akrobarth.github.io", "id": "6f4bea8798201e860ae82b54239425e7efa15070", ...
//===- subzero/src/IceAssemblerX86Base.h - base x86 assembler -*- C++ -*---===// // // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. // // Modified by th...
{ "content_hash": "ca8ec25c820b001fdd42ecbcffd52769", "timestamp": "", "source": "github", "line_count": 953, "max_line_length": 80, "avg_line_length": 39.76810073452256, "alnum_prop": 0.6810206074038893, "repo_name": "bkaradzic/SwiftShader", "id": "86a93fcd736e54e6668d790e680d83d44dfb3304", "size":...
<?php /** * DO NOT EDIT THIS FILE! * * This file was automatically generated from external sources. * * Any manual change here will be lost the next time the SDK * is updated. You've been warned! */ namespace DTS\eBaySDK\Test\Trading\Types; use DTS\eBaySDK\Trading\Types\ProductSuggestionType; class ProductSug...
{ "content_hash": "fcdebe3b55efa7c456766b0e4d177f6b", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 96, "avg_line_length": 23.272727272727273, "alnum_prop": 0.6901041666666666, "repo_name": "davidtsadler/ebay-sdk-php", "id": "54e8327a7716897480bf4dbdfa439cb83cd4318a", "si...
'use strict'; var parseColor = require('../parsers').parseColor; module.exports.definition = { set: function (v) { this.setProperty('-webkit-tap-highlight-color', parseColor(v)); }, get: function () { return this.getPropertyValue('-webkit-tap-highlight-color'); }, enumerable: true ...
{ "content_hash": "63662a511fda4029a2f2c0a15993dc6e", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 71, "avg_line_length": 24.846153846153847, "alnum_prop": 0.631578947368421, "repo_name": "stevebering/siteValidationCrawler", "id": "7a309ccbef8214468ee103954f1b5839dfd733c4"...
package pl.touk.nussknacker.engine.schemedkafka.encode import io.circe.Json import pl.touk.nussknacker.engine.util.json.ToJsonEncoder import scala.jdk.CollectionConverters.asScalaBufferConverter class AvroToJsonEncoder extends ToJsonEncoder { override def encoder(encode: Any => Json): PartialFunction[Any, Json] =...
{ "content_hash": "e91deb36c8c9cd55fb3f9213749ecce6", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 89, "avg_line_length": 32.666666666666664, "alnum_prop": 0.7489795918367347, "repo_name": "TouK/nussknacker", "id": "a8c7c05286f2b683b0adaabaf0f8256217b40ef0", "size": "490...
package com.opengamma.strata.product.fx; import java.time.LocalDate; import java.util.NoSuchElementException; import java.util.concurrent.ConcurrentMap; import org.joda.beans.BeanBuilder; import org.joda.beans.MetaBean; import org.joda.beans.MetaProperty; import org.joda.beans.impl.BufferingBeanBuilder; import org.j...
{ "content_hash": "cfa13a8fad35dfd356fc4d46251c5ac4", "timestamp": "", "source": "github", "line_count": 85, "max_line_length": 125, "avg_line_length": 41.870588235294115, "alnum_prop": 0.730823264962068, "repo_name": "OpenGamma/Strata", "id": "2c05eedaa730168d48e53d3531690a949182a419", "size": "369...
<ion-view title="Dashboard"> <ion-content class="has-header" padding="true"> <div class="row padding"> <p style="text-align: center; width: 100%;"> {{ 'hello' | translate }}, {{yUser.name}}! </p> </div> <div class="list card"> <a href="#" class="item item-icon-left"> ...
{ "content_hash": "f823abbcecf91580fabd43c89014e2b5", "timestamp": "", "source": "github", "line_count": 47, "max_line_length": 74, "avg_line_length": 31.638297872340427, "alnum_prop": 0.5023537323470074, "repo_name": "ywallet/yapp", "id": "f2f05d1341453315692414a39d85c30f97cd5c6f", "size": "1487", ...
(function(win) { "use strict"; // DOM-ready auto-init of plugins. // Many plugins bind to an "enhance" event to init themselves on dom ready, or when new markup is inserted into the DOM // Use raw DOMContentLoaded instead of shoestring (may have issues in Android 2.3, exhibited by stack table) if (!("Tablesaw" ...
{ "content_hash": "bda24646cc7e2b5e56715c89904dec23", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 120, "avg_line_length": 33.64705882352941, "alnum_prop": 0.6940559440559441, "repo_name": "lccgov/lcc_sp_prototype_kit", "id": "9f6ed03705892c5c6ed91cba553f49d350399e14", "...
from __future__ import unicode_literals from .common import InfoExtractor from ..utils import ( HEADRequest, get_element_by_attribute, parse_iso8601, ) class YesJapanIE(InfoExtractor): _VALID_URL = r'https?://(?:www\.)?yesjapan\.com/video/(?P<slug>[A-Za-z0-9\-]*)_(?P<id>[A-Za-z0-9]+)\.html' _TEST...
{ "content_hash": "a0a90090ffe0f762540a9a3ecea898ab", "timestamp": "", "source": "github", "line_count": 61, "max_line_length": 117, "avg_line_length": 35.721311475409834, "alnum_prop": 0.5663148233134465, "repo_name": "Electroscholars/P.E.E.R.S", "id": "112a6c030138e6c7d0e58619d40f3af012e13362", "s...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Sys...
{ "content_hash": "8de986899f769418bc8aa1bab637f708", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 84, "avg_line_length": 39, "alnum_prop": 0.7485754985754985, "repo_name": "BlackVikingPro/aresdoor", "id": "d32fe5921a676a2355a08d0277b7832a12bec3f7", "size": "1407", "bi...
/* * This is a basic func test for a Serveronly application. */ YUI({ useConsoleOutput: true, useBrowserConsole: true, logInclude: { TestRunner: true } }).use('node', 'node-event-simulate', 'test', 'console', 'intl', 'datatype-date-format', function (Y) { var suite = new Y.Test.Suite("ServerOnly: f...
{ "content_hash": "c6b992e8ee963e6befae0c59ce64e33f", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 103, "avg_line_length": 26.714285714285715, "alnum_prop": 0.6024955436720143, "repo_name": "sahat/mojito", "id": "5c2651cf2c2cb46dac905c7e61a8c19021922dfb", "size": "561", ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="lang:clipboard.copy" content...
{ "content_hash": "dac313dc4f4a24516d3ef2b16c7773b8", "timestamp": "", "source": "github", "line_count": 518, "max_line_length": 999, "avg_line_length": 40.1042471042471, "alnum_prop": 0.6073938577067488, "repo_name": "statsmodels/statsmodels.github.io", "id": "b6ad15cab87fa8d40743559ee90ee38ccd1e0432...
Rails.application.config.session_store :cookie_store, key: '_students-education-rails_session'
{ "content_hash": "8c724979a6ce5cce8681ba9310e87160", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 94, "avg_line_length": 95, "alnum_prop": 0.8105263157894737, "repo_name": "lucas-nelson/students-education-rails", "id": "d74216b1c55bd7019bae369158594cb1e4473580", "size": ...
import Ember from 'ember'; export default Ember.Route.extend({ redirect() { this.transitionTo('risk-assessment.threat_events'); } });
{ "content_hash": "2c51130169c04e16cb43b4b9b0300281", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 55, "avg_line_length": 20.428571428571427, "alnum_prop": 0.6923076923076923, "repo_name": "chasballew/dashboard.aptible.com", "id": "929633494705d25492265c5d0d3d649f9a1f064b",...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTi...
{ "content_hash": "7b84930c577324ca97f82bf497f28be6", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 84, "avg_line_length": 41.416666666666664, "alnum_prop": 0.7330650570087189, "repo_name": "toddmeinershagen/Demo.ADTProcessing", "id": "74af8d30a15085ac9407634acfc487c40dfb92...
package com.francetelecom.clara.cloud.logicalmodel.samplecatalog; import com.francetelecom.clara.cloud.commons.TechnicalException; import com.francetelecom.clara.cloud.logicalmodel.*; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.net.MalformedURLException; import java.net.URL; import java.util...
{ "content_hash": "b304072b8d1bd8bdd07c8f90093960e7", "timestamp": "", "source": "github", "line_count": 134, "max_line_length": 197, "avg_line_length": 44.74626865671642, "alnum_prop": 0.7113075383589059, "repo_name": "Orange-OpenSource/elpaaso-core", "id": "7683ca91ec90473103147e946f8f87d9f66f0658",...
package me.lorenc.dreadlogs.util; import static org.hamcrest.Matchers.equalTo; import static org.junit.Assert.assertThat; import java.util.Collections; import java.util.HashMap; import java.util.Map; import org.junit.Test; public class DefaultStringTest { @Test public void shouldReturnEmptyStringIfNull() t...
{ "content_hash": "f12da533eac2de43699aec689d49a8f5", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 86, "avg_line_length": 27.928571428571427, "alnum_prop": 0.7101449275362319, "repo_name": "d-lorenc/dread-logs", "id": "984fb9f10788701a1768f7817c4d0c0b91bf8f2b", "size": "...
package com.github.gmnt.app.service; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.util.ArrayList; import java.util.List; import javax.swing.Timer; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.springframework.beans.factory.anno...
{ "content_hash": "a0d9e2a884391f27291334e55d8b4112", "timestamp": "", "source": "github", "line_count": 206, "max_line_length": 133, "avg_line_length": 25.524271844660195, "alnum_prop": 0.7073031570939521, "repo_name": "gammamusic/gamma", "id": "5ac1e6d7d4625c7655ee844bcba4f45b7f428740", "size": "5...
<?xml version="1.0" encoding="UTF-8"?> <!-- 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....
{ "content_hash": "e5f37b425c64fe08e63f68e786f4f16f", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 89, "avg_line_length": 42.266666666666666, "alnum_prop": 0.751577287066246, "repo_name": "ofbizfriends/vogue", "id": "10b2811fee27d790c45742fc9e26b8d2153be323", "size": "12...
package jp.com.pollseed.utils; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.io.PrintWriter; import jp.com.pollseed.utils.abstracts.AbstractFileParser; /** * Fileパースのクラス * ...
{ "content_hash": "73111a609af50aebe276803b88e34550", "timestamp": "", "source": "github", "line_count": 92, "max_line_length": 65, "avg_line_length": 25.956521739130434, "alnum_prop": 0.44221105527638194, "repo_name": "pollseed/machine-learning", "id": "4babbef8c4243d8020fc92e5b460537550a57541", "s...
package dbs //Licensed under the Apache License, Version 2.0 (the "License"); //you may not use this file except in compliance with the License. //You may obtain a copy of the License at // //http://www.apache.org/licenses/LICENSE-2.0 // //Unless required by applicable law or agreed to in writing, software //distribut...
{ "content_hash": "52848b3ac726fc5b858cb4b391188bfd", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 109, "avg_line_length": 44.523809523809526, "alnum_prop": 0.7903743315508022, "repo_name": "aliyun/alibaba-cloud-sdk-go", "id": "e3cc8304e3b8673251c8750ea5620603683acf18", ...
#import <Foundation/Foundation.h> #import "YapDatabaseExtensionTypes.h" NS_ASSUME_NONNULL_BEGIN /** * The handler block handles extracting the column values for the rtree index. * * When you add or update rows in the databse the block is invoked. * Your block can inspect the row and determine if it contains any v...
{ "content_hash": "fa1fef567d76e0391e175a38d7ad8dbb", "timestamp": "", "source": "github", "line_count": 53, "max_line_length": 128, "avg_line_length": 52.79245283018868, "alnum_prop": 0.7841315225160829, "repo_name": "yakatak/YapDatabase", "id": "f660204dfbed4f1276ef43f05646dd47b5d3c15e", "size": "...
<?php namespace Magento\Review\Test\Constraint; use Magento\Customer\Test\Fixture\Customer; use Magento\Customer\Test\Page\Adminhtml\CustomerIndex; use Magento\Customer\Test\Page\Adminhtml\CustomerIndexEdit; use Magento\Review\Test\Block\Adminhtml\Product\Grid as ReviewsGrid; use Magento\Review\Test\Fixture\Review; ...
{ "content_hash": "47e2a78b8da63327509e213ad5d58ef4", "timestamp": "", "source": "github", "line_count": 83, "max_line_length": 115, "avg_line_length": 34.25301204819277, "alnum_prop": 0.658459373900809, "repo_name": "florentinaa/magento", "id": "efe9bbb19c6bcd540c521c925737b3193f12f2d9", "size": "2...
<?php /** * Config backend model for "Custom Admin URL" option * * @author Magento Core Team <core@magentocommerce.com> */ namespace Magento\Backend\Model\Config\Backend\Admin; class Custom extends \Magento\Framework\App\Config\Value { const CONFIG_SCOPE = 'stores'; const CONFIG_SCOPE_ID = 0; c...
{ "content_hash": "7b5e33e17860d2de9676696cdca0ac87", "timestamp": "", "source": "github", "line_count": 102, "max_line_length": 97, "avg_line_length": 29.225490196078432, "alnum_prop": 0.593089567259309, "repo_name": "webadvancedservicescom/magento", "id": "6d39dbb00e288461b112874608e371c4b8b6676e", ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> <head>...
{ "content_hash": "a1419b582676e38872ab077d6957fd78", "timestamp": "", "source": "github", "line_count": 201, "max_line_length": 214, "avg_line_length": 33.48756218905473, "alnum_prop": 0.6432922299806864, "repo_name": "tangaoyu520hf/jeesiteFrist", "id": "6dd65141b65f6721ebaffa3e1b879afeb0472d61", "...
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"/><!-- using block title in layout.dt--><!-- using block ddox.defs in ddox.layout.dt--><!-- using block ddox.title in ddox.layout.dt--> <title>Function constructVector2</title> <link rel="stylesheet" type="text/css" href="../../styles/ddox.css"/> <link rel="s...
{ "content_hash": "f3f6765db2217912fad66ca578b647f5", "timestamp": "", "source": "github", "line_count": 250, "max_line_length": 233, "avg_line_length": 33.532, "alnum_prop": 0.5503996182750805, "repo_name": "Circular-Studios/Dash-Docs", "id": "e4e7d51b8c55a7f5cb86c2185080e90ed966e12e", "size": "838...
<?php namespace Dsh\NewBundle\Controller; use Dsh\NewBundle\Entity\Filmstrip\Photos; use Symfony\Bundle\FrameworkBundle\Controller\Controller; class GetphotoController extends Controller { public function showAction() { $em = $this->getDoctrine()->getManager(); $query = $em->createQuery( ...
{ "content_hash": "4c0ed6199c7553671158efc7ce28543b", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 68, "avg_line_length": 19.741935483870968, "alnum_prop": 0.6699346405228758, "repo_name": "dshardy/Symfony_Doctrine", "id": "4b4d23753d49f39763f34d9b3b33ae5ae50609fe", "siz...
module.exports = function(app) { app.use(function(req, res) { res.status(404); res.render('error.html', { statusCode: 404, statusMessage: 'Página não encontrada' }); }); app.use(function(err, req, res, next) { res.status(500); res.render('error.html', { statusMessage: 'Erro i...
{ "content_hash": "2e8d6b194b67b106f55300c58071c186", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 44, "avg_line_length": 19.36842105263158, "alnum_prop": 0.5842391304347826, "repo_name": "sandro-csimas/promessa-de-politico", "id": "9273d49ebf4298017095f47133f76510a4cbffbc...
<container xmlns="http://symfony.com/schema/dic/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services/services-1.0.xsd"> <imports> <import resource="admin.xml"/> </imports> </container>
{ "content_hash": "a77a72ce35b99aa477f494a352d76415", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 88, "avg_line_length": 41.857142857142854, "alnum_prop": 0.6552901023890785, "repo_name": "gingerbreadman-sightings-org/gingerbreadman-sightings.org", "id": "8529365e758326a37...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "f60501abece1317ee84b197bbf27d757", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.307692307692308, "alnum_prop": 0.6940298507462687, "repo_name": "mdoering/backbone", "id": "51992ebdcbe998ad60111b1c54a4fcec5ea1eaaf", "size": "19...
/* Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that the copyright noti...
{ "content_hash": "b1ef5a68e48049ce00c242607fe6f971", "timestamp": "", "source": "github", "line_count": 72, "max_line_length": 115, "avg_line_length": 31.791666666666668, "alnum_prop": 0.7221494102228048, "repo_name": "aeksco/lyrebird", "id": "adae5778837d9dc1be7bfab58884058de1db1517", "size": "242...
require File.expand_path('../../lib/albeano', __FILE__) require 'tempfile' describe Albeano do describe "::generate #to_s/#generate" do it "converts [code] blocks into syntax highlighted snippets" do Albeano.generate("[code]foo bar[/code]").should == Albino.colorize("foo bar") end it "trims left/...
{ "content_hash": "e548339be21a842d3de6bb7415554c15", "timestamp": "", "source": "github", "line_count": 61, "max_line_length": 96, "avg_line_length": 34.65573770491803, "alnum_prop": 0.6263008514664143, "repo_name": "leejarvis/albeano", "id": "3438b1cfa83a0a3a4bd9d1fdb5ff42985255f344", "size": "211...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Code Coverage for /home/david/Documentos/curso/php/zf2.intermediario/module/SONAcl/src/SONAcl/Form/Resource.php</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="../../../css/bootstrap.min.css" rel="s...
{ "content_hash": "d23ac3396342e5691861ddba4ad59990", "timestamp": "", "source": "github", "line_count": 215, "max_line_length": 782, "avg_line_length": 98.46511627906976, "alnum_prop": 0.6146905999055267, "repo_name": "davidpetro88/zf2_gema", "id": "356096ddf86c9690cfc59f6d5daa0f4ff7d65d7b", "size"...
#include <functional> #include <memory> #include "tensorflow/core/common_runtime/device.h" #include "tensorflow/core/common_runtime/device_factory.h" #include "tensorflow/core/common_runtime/kernel_benchmark_testlib.h" #include "tensorflow/core/framework/allocator.h" #include "tensorflow/core/framework/fake_input.h"...
{ "content_hash": "e187105d1c510f7ff8c37ef3b0a78c16", "timestamp": "", "source": "github", "line_count": 483, "max_line_length": 80, "avg_line_length": 38.73084886128365, "alnum_prop": 0.5581333190784199, "repo_name": "freedomtan/tensorflow", "id": "6e0b638c79dbc96792b681ee47c11e24414c0f89", "size":...
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media...
{ "content_hash": "94d38119ca20fb3f236739492e5fc89a", "timestamp": "", "source": "github", "line_count": 235, "max_line_length": 359, "avg_line_length": 46.744680851063826, "alnum_prop": 0.5302685480200273, "repo_name": "dcarda/aba.route.validator", "id": "bbc01656d4c6bc90b23f11f1babd2f513a556e71", ...
/* Create indexes */ CREATE INDEX idx_fk_clinic_program ON clinic (program_id ASC); CREATE INDEX idx_fk_measure_measure_type ON measure (measure_type_id ASC); CREATE INDEX idx_fk_measure_answer_meas ON measure_answer (measure_id ASC); CREATE INDEX idx_fk_measure_parent ON measure (parent_measure_id ASC); CREATE INDE...
{ "content_hash": "90d82a56d3ac70fbc38812acc2444a30", "timestamp": "", "source": "github", "line_count": 93, "max_line_length": 138, "avg_line_length": 58.56989247311828, "alnum_prop": 0.7938314668624931, "repo_name": "VHAINNOVATIONS/Mental-Health-eScreening", "id": "665e24000dcded06535cd339fa0283fb7c...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>YellowCube PHP Library: {{ title }}</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="/yellowcube-php/assets/css/docs.css" rel="stylesheet"> </head> <body> <header id="masthead"> ...
{ "content_hash": "1eea57625c19a1a18ec4b84fabb95866", "timestamp": "", "source": "github", "line_count": 49, "max_line_length": 162, "avg_line_length": 31.081632653061224, "alnum_prop": 0.5022980958634274, "repo_name": "WooYellowCube/wooyellowcube", "id": "d7ae9b1e73217ddcf6d144328556444a307f56a0", ...
<?php namespace Social\PhotoBundle\DependencyInjection; use Symfony\Component\Config\Definition\Builder\TreeBuilder; use Symfony\Component\Config\Definition\ConfigurationInterface; /** * This is the class that validates and merges configuration from your app/config files * * To learn more see {@link http://symfon...
{ "content_hash": "af6e6684ee482f363a52d85bf5832b80", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 131, "avg_line_length": 30.310344827586206, "alnum_prop": 0.7167235494880546, "repo_name": "nicolaslu/_Petbook", "id": "42fe20c91f5ae530384dc22bbf26b45f45a7bbb3", "size": "...
package cn.com.sparkle.raptor.test; import java.util.LinkedList; import cn.com.sparkle.raptor.core.buff.BuffPool; import cn.com.sparkle.raptor.core.buff.IoBuffer; import cn.com.sparkle.raptor.core.buff.IoBufferArray; import cn.com.sparkle.raptor.core.protocol.CodecHandler.ProtocolHandlerIoSession; import cn.c...
{ "content_hash": "b0c79d81407f5b1e1e0fc554cb967399", "timestamp": "", "source": "github", "line_count": 91, "max_line_length": 89, "avg_line_length": 29.736263736263737, "alnum_prop": 0.696969696969697, "repo_name": "qinannmj/FireFly", "id": "cc5200bbcce9393d2185465b2e84dcaa4d1a746f", "size": "2706...
[![Build Status](https://secure.travis-ci.org/routelastresort/cookbook-devtrail.png)](http://travis-ci.org/routelastresort/cookbook-devtrail) Installs an [OpenContrail](http://opencontrail.org) development environment # Requirements * Ruby 1.9.3 * Any git client * [Vagrant](http://www.vagrantup.com/) 1.3.5 (recommen...
{ "content_hash": "9ec68e51002a5ffc2d7612b071a4b915", "timestamp": "", "source": "github", "line_count": 55, "max_line_length": 248, "avg_line_length": 50.92727272727273, "alnum_prop": 0.7486611924312745, "repo_name": "sysbot/cookbook-devtrail", "id": "4180c7f5a5121f6181177ed6bdc890520d08e7a1", "siz...
cask "grids" do version "7.0.8" sha256 "1adfabdc3221766fe46ac1d4728b077137f41bde0f8937cb558dea8b3fe56c65" url "https://gridsapp.net/bin/Grids_#{version}.zip" name "Grids" desc "Instagram desktop application" homepage "https://gridsapp.net/" livecheck do url "https://gridsapp.net/appcast.json" re...
{ "content_hash": "067df5ae55c7b0bdf43a2977b32c18df", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 75, "avg_line_length": 24.576923076923077, "alnum_prop": 0.6932707355242567, "repo_name": "singingwolfboy/homebrew-cask", "id": "1d59fe3468ede7d5104e395e09ac7d91b9b80aa0", ...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in Not. syst. bot. 13. 1942 #### Original name Brassica elongata var. integrifolia Boiss. ### Remarks null
{ "content_hash": "e25b185be97d34e00d4a3b9661146ca5", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 42, "avg_line_length": 14.76923076923077, "alnum_prop": 0.7135416666666666, "repo_name": "mdoering/backbone", "id": "c44ec64a97a7315ce19ee607c692312b9aac4c36", "size": "274...
// Copyright 2016 The Bazel Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
{ "content_hash": "fd33117ca4357f987c632331f0bb9b04", "timestamp": "", "source": "github", "line_count": 245, "max_line_length": 100, "avg_line_length": 44.09795918367347, "alnum_prop": 0.7064050351721585, "repo_name": "perezd/bazel", "id": "34224df92b67864d69e3046d7e4cea993d10a8b4", "size": "10804"...
<?php /** * Created by: ogre * Date: 2014-11-20 * Time: 19:01 */ require_once(DIR_INC . 'classes/api/response_error.class.php'); require_once(DIR_INC . 'classes/api/responses.class.php'); class RErr_Register_Invalid_Screen_Name extends Response_Error { public static $tag = 'INVALID_SCREEN_NAME'; functio...
{ "content_hash": "812c8c212a0747ed0ced0b16d8231993", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 70, "avg_line_length": 23.45, "alnum_prop": 0.6545842217484008, "repo_name": "ogrebgr/forge-server-skeleton-php", "id": "1d84e1b7b5dcdf6a72634797173a18a9b0f022dd", "size": ...
import { BinaryNetworkID } from "../../core/data/BinaryNetworkID"; import { AbstractData } from "../../core/data/AbstractData"; export class ClGetCondPrizeLimitInfoData extends AbstractData { public tourNetworkIDVO:BinaryNetworkID; public lowPlrsLimit:number; constructor(parent?:AbstractData) { super(pare...
{ "content_hash": "fccb6125d466f0e2cc84cce2ad6a2ca8", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 66, "avg_line_length": 22, "alnum_prop": 0.7484848484848485, "repo_name": "gesh123/MyLibrary", "id": "c5dd9aa10a256bb8a6ff3f0a89eec1a3ebbdbaa1", "size": "331", "binary": ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_13) on Wed Aug 05 08:53:14 ICT 2009 --> <META http-equiv="Content-Type" content="text/html; charset=utf8"> <TITLE> org.jgentleframework.integr...
{ "content_hash": "06fc78b2d133e65d75e0aa3bafa00728", "timestamp": "", "source": "github", "line_count": 153, "max_line_length": 298, "avg_line_length": 43.69934640522876, "alnum_prop": 0.6147173197726593, "repo_name": "desiderantes/jgentle", "id": "800f823cec14bc017cb6bb04beb44146b601eab9", "size":...
\documentclass[a4,11pt]{report} \usepackage[pdftex]{graphicx} \usepackage{setspace} %\usepackage{lineno} \usepackage{color} \usepackage{float} \usepackage{enumitem} \definecolor{PiranaOrange}{rgb}{0.9,0.4,0.1} \definecolor{Blue}{rgb}{0.0,0.0,0.7} \definecolor{Red}{rgb}{0.7,0.0,0.0} \definecolor{Grey}{rgb}{0.4,0.4,0.4}...
{ "content_hash": "19bd34861a3213035b2aa9d708d1cd6c", "timestamp": "", "source": "github", "line_count": 165, "max_line_length": 153, "avg_line_length": 38.78181818181818, "alnum_prop": 0.7737146429129551, "repo_name": "ronkeizer/pirana_docs", "id": "c8f686a0fa853fe1fe992c1ea21ff5ae615a5fcc", "size"...
""" Custom logger handle that adds the output to a text window.. """ __authors__ = "Nicu Tofan" __copyright__ = "Copyright 2015, Nicu Tofan" __credits__ = ["Nicu Tofan"] __license__ = "3-clause BSD" __maintainer__ = "Nicu Tofan" __email__ = "nicu.tofan@gmail.com" import logging class LoggerToWidget(logging.StreamHan...
{ "content_hash": "9f467716c1a4771b8e88ecf6c1d528a7", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 72, "avg_line_length": 24.35135135135135, "alnum_prop": 0.5849056603773585, "repo_name": "TNick/pyl2extra", "id": "aed457be119b2dc604b192ddd85a4af578d16ada", "size": "901",...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Xml.Linq; using Orchard.ContentManagement; using Orchard.Data; using Orchard.Environment.Configuration; using Orchard.ImportExport.Models; using Orchard.ImportExport.Services; using Orchard.ImportExport.ViewModels; using O...
{ "content_hash": "beb9eaa10635fb6559055e50b2db3d36", "timestamp": "", "source": "github", "line_count": 227, "max_line_length": 169, "avg_line_length": 45.27753303964758, "alnum_prop": 0.6156839852111305, "repo_name": "fortunearterial/Orchard", "id": "da7f43edfe4859a01fa80e8958e62a0d6bd64274", "siz...
package de.lessvoid.nifty.renderer.lwjgl.input; import de.lessvoid.nifty.input.keyboard.KeyboardInputEvent; import org.lwjgl.input.Keyboard; import javax.annotation.Nonnull; /** * KeyboardInputEventCreator. * * @author void */ public class LwjglKeyboardInputEventCreator { /** * shiftDown. ...
{ "content_hash": "1f349d7438cc8a77f1da55c1e5ae7225", "timestamp": "", "source": "github", "line_count": 114, "max_line_length": 110, "avg_line_length": 26.149122807017545, "alnum_prop": 0.6296544783629654, "repo_name": "void256/nifty-gui", "id": "224b77ca1c68061b2526b2559223d64c860294bf", "size": "...
package ru.stqa.pft.adressbook; public class ContactData { private final String firstname; private final String lastname; private final String address; private final String mobile; private final String email; public ContactData(String firstname, String lastname, String address, String mobile, String email...
{ "content_hash": "f71b7eef272d496179dd9d9d33f655a7", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 102, "avg_line_length": 20.27027027027027, "alnum_prop": 0.6933333333333334, "repo_name": "Pupul29/java_pft", "id": "2201fee367672bd9582a7974abd09bacb5cdf4a5", "size": "750...
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../../core/ops/trait.Rem.html"> </head> <body> <p>Redirecting to <a href="../../../core/ops/trait.Rem.html">../../../core/ops/trait.Rem.html</a>...</p> <script>location.replace("../../../core/ops/trait.Rem.html" + location....
{ "content_hash": "cb2e3efb88919d66fc7edb569fde852f", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 108, "avg_line_length": 36.9, "alnum_prop": 0.6016260162601627, "repo_name": "ArcherSys/ArcherSys", "id": "994c16fa19baacd3d62bc14394580ea36a482d61", "size": "369", "bina...
import {MockDirectory, compile, expectNoDiagnostics, setup, toMockFileArray} from './test_util'; describe('aot stubs', () => { let angularFiles = setup(); it('should create empty .ngfactory and .ngsummary files for every source file', () => { const appDir = {'app.ts': `export const x = 1;`}; const rootD...
{ "content_hash": "315aed094195e4bb17203e1429e2f46d", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 97, "avg_line_length": 34.142857142857146, "alnum_prop": 0.5983263598326359, "repo_name": "kwalrath/angular", "id": "3ec27c7eb5ee95b75fc08e9e07b914d9fb89e4ad", "size": "235...
package org.basex.examples.server; import java.io.*; import org.basex.*; import org.basex.api.client.*; import org.basex.core.cmd.*; import org.basex.examples.local.*; /** * This class demonstrates database access via the client/server architecture. * It shows how to add and modify files. * For further options se...
{ "content_hash": "752efb3e79756cdd8c997e0ea817d34a", "timestamp": "", "source": "github", "line_count": 108, "max_line_length": 89, "avg_line_length": 32.26851851851852, "alnum_prop": 0.6493543758967002, "repo_name": "drmacro/basex", "id": "a9a50314f5a9fa2e7c7deae2239f97347e68c2b9", "size": "3485",...
require "helper" describe Google::Cloud::Pubsub::Subscription, :pull, :wait, :mock_pubsub do let(:topic_name) { "topic-name-goes-here" } let(:sub_name) { "subscription-name-goes-here" } let(:sub_json) { subscription_json topic_name, sub_name } let(:sub_hash) { JSON.parse sub_json } let(:sub_grpc) { Google::P...
{ "content_hash": "85b2d885b7c82eb9cdfba1b697854744", "timestamp": "", "source": "github", "line_count": 51, "max_line_length": 120, "avg_line_length": 38.05882352941177, "alnum_prop": 0.7212776919113859, "repo_name": "CloudVLab/google-cloud-ruby", "id": "3e09e875bc001685b5f6ef83d2e70e13f9b4246c", "...
import jsonschema from girder.exceptions import ValidationException from girder.utility import setting_utilities class PluginSettings: AUTOJOIN = 'autojoin' @setting_utilities.default(PluginSettings.AUTOJOIN) def _defaultAutojoin(): return [] @setting_utilities.validator(PluginSettings.AUTOJOIN) def _val...
{ "content_hash": "e0668907de2fd68c1142a49ebd2a7e59", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 70, "avg_line_length": 25.55, "alnum_prop": 0.5205479452054794, "repo_name": "Kitware/girder", "id": "4291ac9d356f97582ad1afa3ac9990877b7204fd", "size": "1022", "binary":...
var Action = require('../../../fsmpack/statemachine/actions/Action'); function WasdAction(/*id, settings*/) { Action.apply(this, arguments); } WasdAction.prototype = Object.create(Action.prototype); WasdAction.prototype.constructor = WasdAction; WasdAction.prototype.configure = function (settings) { this.targets =...
{ "content_hash": "ff7dee55fa2c0447b47061295cc28f2f", "timestamp": "", "source": "github", "line_count": 72, "max_line_length": 77, "avg_line_length": 22.083333333333332, "alnum_prop": 0.6723270440251572, "repo_name": "GooTechnologies/goojs", "id": "1ab97d496034c6d733b30c401ccb7a16e48c2c4b", "size":...
package com.xinfan.blueblue.util; import java.util.Collection; import java.util.Map; public class CollectionsUtils { public static boolean isEmpty(Collection<?> paramCollection) { if ((paramCollection == null) || (paramCollection.isEmpty())); for (boolean bool = true; ; bool = false) retu...
{ "content_hash": "2f92a38112fceef10da147887adcd435", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 66, "avg_line_length": 24.857142857142858, "alnum_prop": 0.6195402298850575, "repo_name": "xinfan123/bulu", "id": "a66238a9e3f035f4a446eab9075bcbe5a291c3ac", "size": "870",...
@echo off nim c -d:release --verbosity:0 --hints:off gen_color_conv gen_color_conv > gen_color_conv.cpp g++ -o gen_color_conv_cpp.exe -I../agg-2.5/include gen_color_conv.cpp gen_color_conv_cpp > test_color_conv_inc.nim nim c -d:release --verbosity:0 --hints:off test_color_conv_test test_color_conv_test del gen_color_c...
{ "content_hash": "666dcf82d8f010395e330c688035c472", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 69, "avg_line_length": 33.38461538461539, "alnum_prop": 0.7465437788018433, "repo_name": "jangko/nimAGG", "id": "e66ee20fb2d3ee042516d55825097c528ebfc3a4", "size": "434", ...
package javax.security.sasl; /** * Performs SASL authentication as a server. *<p> * A server such an LDAP server gets an instance of this * class in order to perform authentication defined by a specific SASL * mechanism. Invoking methods on the <tt>SaslServer</tt> instance * generates challenges according to t...
{ "content_hash": "a9e7273afe3af007f899d5c238017aa7", "timestamp": "", "source": "github", "line_count": 193, "max_line_length": 89, "avg_line_length": 42.8860103626943, "alnum_prop": 0.6783858886069832, "repo_name": "rokn/Count_Words_2015", "id": "54ba684341136f19187a75db31c3030e6cb857b7", "size": ...
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>net.krinsoft</groupId> <artifactId>TeleportSuite</art...
{ "content_hash": "5be71f6468bd8d5b1a5747667adcbb8b", "timestamp": "", "source": "github", "line_count": 156, "max_line_length": 113, "avg_line_length": 39.32051282051282, "alnum_prop": 0.48402347570916204, "repo_name": "PwnedGalaxy/TeleportSuite", "id": "aa1f04d46a608f56bb61be1a6a20160f82dc0d9d", "...
- Fixed an issue in which ***send-notification*** command referred to an email address as case-sensitive. - Updated the Docker image to: *demisto/teams:1.0.0.32085*.
{ "content_hash": "87247bf0b806203c5fada337176c97f3", "timestamp": "", "source": "github", "line_count": 2, "max_line_length": 105, "avg_line_length": 82.5, "alnum_prop": 0.7515151515151515, "repo_name": "demisto/content", "id": "65dec0e96386592b61d5eec4e543df5691847f00", "size": "206", "binary": ...
typedef CGAL::Exact_predicates_inexact_constructions_kernel Gt; typedef CGAL::Tag_true Alpha_cmp_tag; //We use CGAL::Default to skip the complete declaration of base classes typedef CGAL::Alpha_shape_vertex_base_3<Gt,CGAL::Default,Alpha_cmp_tag> ...
{ "content_hash": "33a1f7ef53c1684b91d281aea1803741", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 93, "avg_line_length": 47.714285714285715, "alnum_prop": 0.6197604790419161, "repo_name": "hlzz/dotfiles", "id": "74607794c949cd3bbebee5a89fcc085a90c1884f", "size": "1531",...
using System; namespace Vigilant.Watchman.Http { public interface IHttpClient : IDisposable { string Retrieve(string ipAddress, int port, string httpRequest, bool useSsl); } }
{ "content_hash": "d2fc07cc4c723d411641ddd287184ec5", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 79, "avg_line_length": 25.857142857142858, "alnum_prop": 0.7734806629834254, "repo_name": "dylanbeattie/Vigilant", "id": "6ebb9e3cb6f9a5298ef9717e8cc1928a22d39f5a", "size": ...
package io.apptik.tarator; public class AndroidCubes { }
{ "content_hash": "65599c93f0de1c8d215c779a61445f95", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 27, "avg_line_length": 10, "alnum_prop": 0.75, "repo_name": "apptik/tarator", "id": "a5a66dbba16f20375a3d2dc4c4b946a08aa647ae", "size": "60", "binary": false, "copies": ...
package org.wildfly.metrics.scheduler.polling; /** * @author Harald Pehl */ public abstract class AbstractScheduler<R> implements Scheduler { private State state = State.STOPPED; protected void pushState(State state) { this.state = state; } protected void verifyState(State state) throws I...
{ "content_hash": "3b0b6fc9bbda9987171263cc0cef1a4a", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 99, "avg_line_length": 24.8, "alnum_prop": 0.657258064516129, "repo_name": "hawkular/wildfly-monitor", "id": "24c3cca2f6704036e92e39ba339731a0090cc18c", "size": "1518", "...
'use strict'; const _ = require('lodash'); const service = require('../patientService'); const serviceTestUtils = require('../tests/serviceTestUtils'); describe('getPatientReport asynchronous spec', () => { let context; beforeAll(() => { context = serviceTestUtils.beforeAllScript(service).context; ...
{ "content_hash": "505fd45a6a4c311df36f5837907c625f", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 91, "avg_line_length": 36.958333333333336, "alnum_prop": 0.5501691093573844, "repo_name": "vistadataproject/metaPureJS", "id": "739df6fe6c0956329753b24371a75d04c9a3431d", "...
/* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
{ "content_hash": "8266aee0854f0dc55dd4e08f97391c1c", "timestamp": "", "source": "github", "line_count": 322, "max_line_length": 113, "avg_line_length": 51.43788819875776, "alnum_prop": 0.7193745094487713, "repo_name": "robsoncardosoti/flowable-engine", "id": "936674ae39f37f82593471005119b9c7e12e488a"...
namespace logic { class ASTIff : public ASTBin { public: ASTIff(const Token& token, AST* left, AST* right); virtual AST* clone() const override; virtual void accept(Visitor& visitor) override; }; }
{ "content_hash": "8188efa0b2eabdc203cacf9fa85fe289", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 54, "avg_line_length": 15.133333333333333, "alnum_prop": 0.6431718061674009, "repo_name": "obs145628/ai-cpp", "id": "b69544ef4c9213e4bb4edc0899101b9c239ec10a", "size": "264...
@implementation CustomizingBadgesViewController - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil { self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil]; if (self) { self.title = @"Customizing Badges"; } return self; } - (void)viewDidLoad { [super viewDidLoad]...
{ "content_hash": "3b07e26fa298856a13142f325678e380", "timestamp": "", "source": "github", "line_count": 53, "max_line_length": 127, "avg_line_length": 39.735849056603776, "alnum_prop": 0.7706552706552706, "repo_name": "jyotiness/ARTSDK", "id": "647ea7a96fc3f003e35f5cb69eb39550afd7d521", "size": "30...
package com.highway2urhell.service.impl; import com.highway2urhell.VersionUtils; import com.highway2urhell.domain.EntryPathData; import com.highway2urhell.service.AbstractLeechService; import java.util.List; public class SpringAMQPRabbitService extends AbstractLeechService { public static final String FRAMEWORK...
{ "content_hash": "c051f1f9a6408f437c8475f69eae2971", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 70, "avg_line_length": 32.266666666666666, "alnum_prop": 0.6549586776859504, "repo_name": "highway-to-urhell/highway-to-urhell", "id": "de22fc0ef1c4255dda409a7a9a79ee4686f9c6...
import datetime import os import glob from PySide import QtCore, QtGui from dpa.config import Config from dpa.action.registry import ActionRegistry from dpa.notify import Notification, emails_from_unames from dpa.ptask.area import PTaskArea, PTaskAreaError from dpa.ptask import PTask from dpa.queue import get_unique_...
{ "content_hash": "21e3f0e9511ac51f4eb08839d9e32855", "timestamp": "", "source": "github", "line_count": 502, "max_line_length": 119, "avg_line_length": 36.14342629482072, "alnum_prop": 0.5342261904761905, "repo_name": "Clemson-DPA/dpa-pipe", "id": "6a8dbfa010154e59391f1affd814da72f89519f2", "size":...
<?php namespace Pacman\Model\Customer; use Pacman\Model\Entity as EntityAbstract; class Entity extends EntityAbstract { /** * Customer properties * @var array */ protected $_properties = array( 'id' => null, 'name' => null, ); }
{ "content_hash": "0917cdb3f59508b804fbd3aeb99b18f7", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 42, "avg_line_length": 15.777777777777779, "alnum_prop": 0.573943661971831, "repo_name": "Freeaqingme/Pacman", "id": "97d396d1cebad92e3e814e5a16417477c18164f4", "size": "54...
static VALUE bug_funcall_callback(VALUE self, VALUE obj) { return rb_funcall(obj, rb_intern("callback"), 0); } void Init_bug(void) { VALUE mBug = rb_define_module("Bug"); rb_define_module_function(mBug, "funcall_callback", bug_funcall_callback, 1); }
{ "content_hash": "a81680589f61cc278dc3f0dae0516feb", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 81, "avg_line_length": 22, "alnum_prop": 0.6893939393939394, "repo_name": "ontouchstart/docker-ruby-2.2", "id": "67be5844b6f627501f4fc0af8706cfcf32b1010b", "size": "283", ...
<!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_25) on Thu May 08 23:40:57 ICT 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>API Help (MathParse...
{ "content_hash": "d98bb75f445753f87ba6baf605ecb9f8", "timestamp": "", "source": "github", "line_count": 215, "max_line_length": 497, "avg_line_length": 39, "alnum_prop": 0.7023255813953488, "repo_name": "ZulNs/j2me-math-expression-parser", "id": "0623e0e87666df6f7f30c48314ee7ebdb4474499", "size": "...
import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { Comp2459Component } from './comp-2459.component'; describe('Comp2459Component', () => { let component: Comp2459Component; let fixture: ComponentFixture<Comp2459Component>; beforeEach(async(() => { TestBed.configureTestingM...
{ "content_hash": "051d29aa4a780217c402e02b09b443bc", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 73, "avg_line_length": 23.88888888888889, "alnum_prop": 0.6744186046511628, "repo_name": "angular/angular-cli-stress-test", "id": "58b67639480edb0e27c5db9607304212895791c1", ...
// Copyright (c) DotSpatial Team. All rights reserved. // Licensed under the MIT license. See License.txt file in the project root for full license information. using System; using System.ComponentModel; using System.Diagnostics; namespace DotSpatial.Data { /// <summary> /// This base class tries t...
{ "content_hash": "5922427e83f3e316c4f0d6ed694d6c38", "timestamp": "", "source": "github", "line_count": 88, "max_line_length": 114, "avg_line_length": 36.68181818181818, "alnum_prop": 0.5833333333333334, "repo_name": "CGX-GROUP/DotSpatial", "id": "966123e8fc6732a4b2e52958ceb63093bc642f9c", "size": ...