text
stringlengths
2
1.04M
meta
dict
/**************************************************************************************/ /* */ /* Visualization Library */ /* http://www.visualizationlibrary.org ...
{ "content_hash": "e10acf528f4c9269f8016cb806b3788c", "timestamp": "", "source": "github", "line_count": 140, "max_line_length": 156, "avg_line_length": 41.65714285714286, "alnum_prop": 0.5516117969821673, "repo_name": "VizLibrary/Visualization-Library", "id": "b639ee9c016ee6fa5dc6997bfc244d7f181fe63a...
using System; using System.Runtime.WootzJs; using WootzJs.Testing; namespace WootzJs.Compiler.Tests { public class EventTests : TestFixture { [Test] public void BasicEvent() { var o = new EventClass(); var success = false; o.Foo += () => success = tru...
{ "content_hash": "0bd8fceb5a8e119fceabb5bbfffb8fc9", "timestamp": "", "source": "github", "line_count": 201, "max_line_length": 74, "avg_line_length": 26.945273631840795, "alnum_prop": 0.4495937961595273, "repo_name": "kswoll/WootzJs", "id": "f676acde9e77f7f2216f8ed10e30f27ce52fb89e", "size": "6761...
package org.assertj.core.api.classes; import static org.mockito.Mockito.verify; import org.assertj.core.api.ClassAssert; import org.assertj.core.api.ClassAssertBaseTest; /** * Tests for <code>{@link org.assertj.core.api.ClassAssert#isAnnotation()}</code>. * * @author William Delanoue */ public class ClassAsser...
{ "content_hash": "7ebf40ebb1bbd81626f4f43306b10c33", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 83, "avg_line_length": 23.846153846153847, "alnum_prop": 0.7532258064516129, "repo_name": "xasx/assertj-core", "id": "e60fc42106e3e3f7909e0eb857a08917805bf9a1", "size": "12...
// Copyright (C) 2008 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/licenses/LICENSE-2.0 // // Unless required by applicable ...
{ "content_hash": "6d1e19151539fc0b82c01472abfb06d3", "timestamp": "", "source": "github", "line_count": 231, "max_line_length": 83, "avg_line_length": 29.89177489177489, "alnum_prop": 0.6832729905865315, "repo_name": "zommarin/gerrit", "id": "94b37e144c46148c19e35d4f9c45aa1f72681cda", "size": "6905...
from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('icekit_events', '0014_eventbase_human_times'), ('fluent_contents', '0001_initial'), ] operations = [ migrations.CreateModel( nam...
{ "content_hash": "9ed36898bea24f64859576926bf30938", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 187, "avg_line_length": 41.44444444444444, "alnum_prop": 0.6210902591599643, "repo_name": "ic-labs/icekit-events", "id": "602ba23ffc8436dfacfb10381710beaa0ddc6ea3", "size":...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>24-timers værvarsel for Rudolstadt</title> <link rel="stylesheet" type="text/css" href="main.css" /> <meta http-equiv="Content-Type" content="text/html; charset=UT...
{ "content_hash": "ebf9dc179605c841f2b7a140a7149ff6", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 121, "avg_line_length": 37.13333333333333, "alnum_prop": 0.6391382405745063, "repo_name": "thingol/simple_cnc", "id": "80b93110e6e2973e7c20a93f185f2211de640048", "size": "5...
"""Implementation of an S3-like storage server based on local files. Useful to test features that will eventually run on S3, or if you want to run something locally that was once running on S3. We don't support all the features of S3, but it does work with the standard S3 client for the most basic semantics. To use t...
{ "content_hash": "160afc723cf5dfb27f26c84676213371", "timestamp": "", "source": "github", "line_count": 256, "max_line_length": 76, "avg_line_length": 36.8828125, "alnum_prop": 0.5883287439101885, "repo_name": "hhru/tornado", "id": "4e85794461ecf209d99eaa792ebb46414683bba3", "size": "10017", "bin...
require "find" beginTime = Time::now p "begin time: #{beginTime}" packBySubDir = [ # 'ArtSource/Enemy', # 'ArtSource/Character', ] targetFileInfos = [ # { # 'folder' => 'ArtSource/GameObject', # 'plist' => 'ArtProduction/GameObject/GameObject.plist', # 'ccz' => 'ArtProduction/GameObject/GameObject.pvr.ccz...
{ "content_hash": "e26bd7b0f0ff5b23e5c3fc984f612244", "timestamp": "", "source": "github", "line_count": 112, "max_line_length": 194, "avg_line_length": 23.669642857142858, "alnum_prop": 0.6352319879290834, "repo_name": "pipi32167/DoubleScreenMatchIt", "id": "7fe2b45230d133b0afab75e8962bd73cf4cab428",...
package main import ( zmq "github.com/pebbe/zmq3" "github.com/pebbe/zmq3/examples/kvsimple" "fmt" ) func main() { // Prepare our context and updates socket updates, _ := zmq.NewSocket(zmq.SUB) updates.SetSubscribe("") updates.Connect("tcp://localhost:5556") kvmap := make(map[string]*kvsimple.Kvmsg) seque...
{ "content_hash": "e78701ecc17fac36056d8797871572a7", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 54, "avg_line_length": 19.77777777777778, "alnum_prop": 0.6779026217228464, "repo_name": "cider-plugins/cider-github-trigger", "id": "6300f38977656f8f55e3d45b7a99b768781429f2...
require_relative 'field' module Rubytypeformio class RatingField < Field def initialize (question, description, required) return super(question, description, required, 'rating') end def self.from_json(string) data = JSON.load(string) obj = self.new( data["question"], ...
{ "content_hash": "968e18b6f3bf69e1e678f510eaa9f947", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 61, "avg_line_length": 21.38095238095238, "alnum_prop": 0.5902004454342984, "repo_name": "zachgoldstein/rubytypeformio", "id": "4cbd9e5e5e4e8eba6f962d4470aedbfaab6930c0", "...
- Added support for the *externalAskSubmit* message type in the ***send-notification*** command.
{ "content_hash": "317e91ba098b579d0940a5ff71a76c4d", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 96, "avg_line_length": 97, "alnum_prop": 0.7628865979381443, "repo_name": "demisto/content", "id": "74c0870a0cd9fdab5ba8d28b702e89a7f88a50e3", "size": "131", "binary": fal...
This folder will host unit tests that test individual HoloToolkit-Unity components. #### Creating a unit test: 1. Unit tests can be located anywhere under an Editor folder but consider placing it under the HoloToolkit-UnitTests\Editor folder so that HoloToolkit-Unity can be easily deployed without the tests if requir...
{ "content_hash": "cb23aeecc35995ed4d868e67b8873dd3", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 210, "avg_line_length": 57.2, "alnum_prop": 0.7552447552447552, "repo_name": "reislerjul/HoloIoT", "id": "c69fdc5bff89bdfde4533277639cee00d15d9d05", "size": "882", "binar...
namespace Autofac.Test.Scenarios.ScannedAssembly { public interface ICloseCommand : ICommand<object> { } }
{ "content_hash": "aec4a929770247022f47eddd16f66140", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 53, "avg_line_length": 19.666666666666668, "alnum_prop": 0.7288135593220338, "repo_name": "jruckert/Autofac", "id": "bc07e943b124a399eb0d7a5dcd14e172a6cee65f", "size": "118"...
.class public Lorg/jets3t/service/multi/event/DownloadObjectsEvent; .super Lorg/jets3t/service/multi/event/ServiceEvent; .source "DownloadObjectsEvent.java" # instance fields .field private objects:[Lorg/jets3t/service/model/StorageObject; # direct methods .method private constructor <init>(ILjava/lang/Object;)V ...
{ "content_hash": "c97c65cbcc26f0d94c2e385f5c07329a", "timestamp": "", "source": "github", "line_count": 236, "max_line_length": 194, "avg_line_length": 33.34322033898305, "alnum_prop": 0.7260134705807599, "repo_name": "GaHoKwan/tos_device_meizu_mx4", "id": "4b760efeec3b14c7be8f9a3564a4116630b01942", ...
<?php declare(strict_types=1); namespace JMS\Serializer\Construction; use Doctrine\Persistence\ManagerRegistry; use JMS\Serializer\DeserializationContext; use JMS\Serializer\Exception\InvalidArgumentException; use JMS\Serializer\Exception\ObjectConstructionException; use JMS\Serializer\Exclusion\ExpressionLanguageEx...
{ "content_hash": "b77990162e5ac81e3c9d4248d663a4c2", "timestamp": "", "source": "github", "line_count": 158, "max_line_length": 162, "avg_line_length": 40.82911392405063, "alnum_prop": 0.6595876608277786, "repo_name": "mpoiriert/serializer", "id": "7fc4cd51cbb8c38b20be465bc42bee1d77876d4d", "size":...
package com.wso2telco.dep.mediator.executor; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.json.simple.JSONArray; import org.json.simple.JSONObject; import org.mozilla.javascript.*; import org.wso2.carbon.apimgt.api.APIManagementException; import java.util.*; public...
{ "content_hash": "20f5c69d449d162239d856b460f1c9a4", "timestamp": "", "source": "github", "line_count": 413, "max_line_length": 179, "avg_line_length": 30.774818401937047, "alnum_prop": 0.6519276160503541, "repo_name": "buddhimihara/component-dep", "id": "c4268d240bd0fff2e8790a75029ff6930e7d08b9", ...
package org.zaproxy.clientapi.gen.deprecated; import java.util.HashMap; import java.util.Map; import org.zaproxy.clientapi.core.ClientApi; import org.zaproxy.clientapi.core.ClientApiException; /** API implementation with deprecated methods, (re)moved from generated class. */ @SuppressWarnings("javadoc") public class...
{ "content_hash": "de751a6e0224daa94fe205794517c4f9", "timestamp": "", "source": "github", "line_count": 122, "max_line_length": 99, "avg_line_length": 33.049180327868854, "alnum_prop": 0.5533234126984127, "repo_name": "zaproxy/zap-api-java", "id": "d9a397e3d9d74c05002819879149b478c0b16282", "size":...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE78_OS_Command_Injection__char_listen_socket_w32_execv_32.c Label Definition File: CWE78_OS_Command_Injection.strings.label.xml Template File: sources-sink-32.tmpl.c */ /* * @description * CWE: 78 OS Command Injection * BadSource: listen_socket Read data using ...
{ "content_hash": "5b97e9faff820a2d52d4c5924884b551", "timestamp": "", "source": "github", "line_count": 222, "max_line_length": 113, "avg_line_length": 30.09009009009009, "alnum_prop": 0.5354790419161677, "repo_name": "JianpingZeng/xcc", "id": "dee2253540365c08a5940ffefb038486134bcd1c", "size": "66...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content=""> <meta name="author" content=""> <title>Joey Wong &#8226 About</title> <link href="img/jkangaroo.png" rel...
{ "content_hash": "d43d0ea72c7585b1a77b4c489ed65f5a", "timestamp": "", "source": "github", "line_count": 135, "max_line_length": 285, "avg_line_length": 34.666666666666664, "alnum_prop": 0.5747863247863247, "repo_name": "joeyca/joeyca.github.io", "id": "f8a1830906ff468f50f41c175e0fb9d01792aacb", "si...
* * * title: Graph Paper Programming view: page_curriculum theme: none * * * <%= partial('curriculum_header', :title=> 'Graph Paper Programming', :unplugged=>true,:disclaimer=>'Basic lesson time includes activity only. Introductory and Wrap-Up suggestions can be used to delve deeper when time allows.', :time=>20) %>...
{ "content_hash": "891f1f923c43188a5079d4c92d7a078e", "timestamp": "", "source": "github", "line_count": 319, "max_line_length": 367, "avg_line_length": 37.96865203761755, "alnum_prop": 0.740505284015852, "repo_name": "dillia23/code-dot-org", "id": "3d0a6808051505384b6fd41b3b826205b95e2b7e", "size":...
package za.org.grassroot.webapp.controller.android1; import io.swagger.annotations.Api; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.core.env.Environment; import org.springframework.core.env.Profiles; import org.springframework.http.HttpSta...
{ "content_hash": "c0637ad503282d4c5aab4bab45144f5f", "timestamp": "", "source": "github", "line_count": 290, "max_line_length": 161, "avg_line_length": 59.83448275862069, "alnum_prop": 0.7169778699861687, "repo_name": "grassrootza/grassroot-platform", "id": "e3a91e4d580715944045927d7b0d3b2c39ef2838",...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "5e17d3e8c15b8b49fe8204b23e608a4e", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.307692307692308, "alnum_prop": 0.6940298507462687, "repo_name": "mdoering/backbone", "id": "ff70a1a77ad3a98052e9da934c42a3940e6dba73", "size": "18...
#ifndef __PolyVox_ArraySizes_H__ #define __PolyVox_ArraySizes_H__ #include "Impl/ArraySizesImpl.h" #include "Impl/TypeDef.h" namespace PolyVox { ///The ArraySizes class provide a convienient way to specify the dimensions of an Array. /////////////////////////////////////////////////////////////////////...
{ "content_hash": "fb5e1c3bd5b243f97408246da64aeddf", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 89, "avg_line_length": 33.839285714285715, "alnum_prop": 0.6200527704485488, "repo_name": "celeron55/buildat", "id": "93bd6d0c57a64309c8964ced4af017241c2a6876", "size": "29...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Hosting; namespace ParusnikServiceDesk.WebStatus { public class Program { public static void Main(string[] args) { var host = new WebHostBuil...
{ "content_hash": "008b1e661900df4584ce52e72650256b", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 64, "avg_line_length": 24.32, "alnum_prop": 0.5805921052631579, "repo_name": "Parusnik/Parusnik.OnlineAssistant", "id": "9f1868c22e9e9712d0aa92c05c3e6d0b0b1bf8f1", "size": ...
$(function () { "use strict"; var $container = $('#masonry'); $container.imagesLoaded(function () { $container.masonry({ columnWidth: '.item', itemSelector: '.item', gutter: 0, transitionDuration: '1s' }); }).done(function () { ...
{ "content_hash": "cd3475416147d3490b1f8ccb383db40b", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 41, "avg_line_length": 17.333333333333332, "alnum_prop": 0.46703296703296704, "repo_name": "mul14/porto-two", "id": "8e7a757d612eb2761269f5094cad13e212c53e8d", "size": "364...
package io.apiman.manager.api.jpa; import io.apiman.common.util.crypt.DataEncryptionContext; import io.apiman.common.util.crypt.IDataEncrypter; import io.apiman.manager.api.beans.apis.ApiBean; import io.apiman.manager.api.beans.apis.ApiDefinitionBean; import io.apiman.manager.api.beans.apis.ApiGatewayBean; import io....
{ "content_hash": "585a4b75bfcef9f151065a3b7a1c425c", "timestamp": "", "source": "github", "line_count": 2548, "max_line_length": 182, "avg_line_length": 40.035321821036106, "alnum_prop": 0.6131751789040291, "repo_name": "jcechace/apiman", "id": "9f06f2a5434ee828f6b0abf2366d29811379ec88", "size": "1...
#ifndef GGADGET_JS_JSCRIPT_MASSAGER_H_ #define GGADGET_JS_JSCRIPT_MASSAGER_H_ #include <string> namespace ggadget { namespace js { /** * @ingroup JSLibrary * @{ */ std::string MassageJScript(const char *input, bool debug, const char *filename, int lineno); /** @} */ } // namespace j...
{ "content_hash": "8e32be7d66f471374b78d23ea9dcd55f", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 61, "avg_line_length": 16.82608695652174, "alnum_prop": 0.6382428940568475, "repo_name": "tectronics/google-gadgets-for-linux", "id": "7e2ab0eed9c1b279e5de07e57498a5c149479a0...
/* * 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 distributed under t...
{ "content_hash": "be48fff235322a166dcfb67f703af750", "timestamp": "", "source": "github", "line_count": 99, "max_line_length": 182, "avg_line_length": 35.343434343434346, "alnum_prop": 0.7250643040868819, "repo_name": "googleapis/google-api-java-client-services", "id": "1e3d046c3b8e19c3658fa66f7ee644...
class CreateActiveRecordOrmPrimals < ActiveRecord::Migration def change create_table :active_record_orm_primals do |t| t.string :string_field t.text :text_field t.string :select_field t.integer :integer_field t.float :float_field t.decimal :decimal_field t.datetime :datet...
{ "content_hash": "5bf623fd88e8577950f4d0b3da6b68bd", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 60, "avg_line_length": 27.294117647058822, "alnum_prop": 0.6637931034482759, "repo_name": "puffer/puffer", "id": "f6200ca1fe3910698e1e3f5b4263252412bbc525", "size": "464", ...
import os import StringIO import cProfile from datetime import datetime import pytz from django.shortcuts import * from django.utils import timezone class TimezoneMiddleware(object): def process_request(self, request): if request.user.is_authenticated(): tzname = request.user.p...
{ "content_hash": "3ae6b329f2a5c79a160d20ada51dd378", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 118, "avg_line_length": 31.647058823529413, "alnum_prop": 0.6384758364312267, "repo_name": "twitterdev/twitter-leaderboard", "id": "c8d7ffd8efec4874e9c975f35de6a34f83b1a4d9",...
class ApplicationController < ActionController::Base protect_from_forgery with: :exception before_action :set_locale before_action :set_languages before_action :configure_permitted_parameters, if: :devise_controller? rescue_from CanCan::AccessDenied do |exception| redirect_to root_url, :notice => except...
{ "content_hash": "4bc5192cd2d5845d4a4a30541492cd5b", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 87, "avg_line_length": 31.514285714285716, "alnum_prop": 0.6727107887579329, "repo_name": "lisovskey/crowdfach", "id": "4e98765ef2fe645559f3f401518ddb3298cb06c7", "size": "...
hello ===== hello world test download (clone) ===== git clone https://github.com/Combe-Martin/hello.git building ===== * default ```Bash mkdir build cd build cmake ../ make ``` * debug version: ```Bash mkdir debug cd debug cmake -DCMAKE_BUILD_TYPE=Debug ../ make ``` * release version: ```Bash mkdir release...
{ "content_hash": "00fa47801d20a14ad5bd82180b4d04a7", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 51, "avg_line_length": 9.45, "alnum_prop": 0.6613756613756614, "repo_name": "Combe-Martin/hello", "id": "1b0f1f19b15270ea0525f16ad8ae7824caf3ce8d", "size": "378", "binary...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>chapar: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css"...
{ "content_hash": "13003f5c17007a1a42337d800ffe9c73", "timestamp": "", "source": "github", "line_count": 174, "max_line_length": 159, "avg_line_length": 41.160919540229884, "alnum_prop": 0.5618542306618263, "repo_name": "coq-bench/coq-bench.github.io", "id": "ea447e35c0d57e824d94e8d35676c5fb972e48f8",...
LineItem.class_eval do delegate :basket, :to => :purchasable_item end
{ "content_hash": "48784155d9bd4cfc753b93e1eb54b8df", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 44, "avg_line_length": 24, "alnum_prop": 0.7361111111111112, "repo_name": "kete/kete_gets_trollied", "id": "961f9d4d5d9003c92285ad340c697636c630078b", "size": "123", "bina...
package service import ( "net" "reflect" "time" "github.com/GoogleCloudPlatform/kubernetes/pkg/api" "github.com/GoogleCloudPlatform/kubernetes/pkg/api/errors" "github.com/GoogleCloudPlatform/kubernetes/pkg/master/ports" "github.com/golang/glog" ) const ( SCHEDULER_SERVICE_NAME = "k8sm-scheduler" ) func (...
{ "content_hash": "ae7a1b0a26fe70dab4235d7bcc2a58ef", "timestamp": "", "source": "github", "line_count": 108, "max_line_length": 104, "avg_line_length": 29.055555555555557, "alnum_prop": 0.6963033779477374, "repo_name": "ruo91/kubernetes-mesos", "id": "99722ac4b84446c59bf93db553d841cdba6536d2", "siz...
require 'equalizer' require 'abstract_type' require 'knight/version' require 'knight/rule' require 'knight/rule/presence' require 'knight/rule/exact_length' require 'knight/rule/maximum_length' require 'knight/rule/minimum_length' require 'knight/rule/range_length' require 'knight/rule/format' require 'knight/rule/inc...
{ "content_hash": "abab74d0604e9fb158ef4c6e78b60b1e", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 36, "avg_line_length": 23.94736842105263, "alnum_prop": 0.8, "repo_name": "handiwiguna/knight", "id": "141d85f2b974132bea25a4e729564d7d5c7132ed", "size": "474", "binary":...
<?php /** * This is the tinyMCE (rich text editor) configuration file. Please visit * http://tinymce.moxiecode.com for more information. */ if ($GLOBALS['TL_CONFIG']['useRTE']): ?> <script src="<?php echo $this->base; ?>assets/tinymce/tiny_mce_gzip.js"></script> <script> tinyMCE_GZ.init({ plugins : "advimage,a...
{ "content_hash": "1c5d5cc15fe7410843cde50d579f5582", "timestamp": "", "source": "github", "line_count": 61, "max_line_length": 268, "avg_line_length": 48.09836065573771, "alnum_prop": 0.7382413087934561, "repo_name": "westwerk-ac/metamodels-cc15-demo", "id": "5aaa5de4a95b6cb424767f20fe754b105125f391"...
<?php /* * This file is part of Mongator. * * (c) Pablo Díez <pablodip@gmail.com> * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. */ namespace Mongator; use Mongator\Cache\AbstractCache; use Mongator\Document\Event; use SRG\Odm\MongatorRepository...
{ "content_hash": "f47e36d7616619ac61ce0c57e8ae439a", "timestamp": "", "source": "github", "line_count": 475, "max_line_length": 128, "avg_line_length": 23.04, "alnum_prop": 0.5884502923976608, "repo_name": "srggroup/mongator", "id": "f5bdf05f6962b0645395481a6be3d4f12f18527d", "size": "10946", "bi...
ACCEPTED #### According to NUB Generator [autonym] #### Published in null #### Original name null ### Remarks null
{ "content_hash": "5c8dcd762dd54ff125600324f87b0c09", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 23, "avg_line_length": 9.076923076923077, "alnum_prop": 0.6779661016949152, "repo_name": "mdoering/backbone", "id": "0367aa719b8459164df942ab42a24e94f0208e1b", "size": "178...
FROM balenalib/imx7-var-som-alpine:3.12-build # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public key "Simon McVittie <smcv@pseudoran...
{ "content_hash": "98154ea44a98aab89dfc3f7a2e78ad36", "timestamp": "", "source": "github", "line_count": 93, "max_line_length": 716, "avg_line_length": 51.82795698924731, "alnum_prop": 0.7076763485477179, "repo_name": "nghiant2710/base-images", "id": "fe3e1ff72c23773e213e05be76669eeb5a2a0cc1", "size...
<?php class ConfigurationsController extends AppController { var $name = 'Configurations'; var $uses = array(); function beforeFilter(){ parent::beforeFilter(); //debug($this->Session->read('Auth.User.group_id')); die; if ($this->Session->read('Auth.User.group_id') == '3'){ $this->Session->se...
{ "content_hash": "27aaae671346c93feed485925555f482", "timestamp": "", "source": "github", "line_count": 124, "max_line_length": 166, "avg_line_length": 40.524193548387096, "alnum_prop": 0.60318407960199, "repo_name": "ragmar/bvmjm", "id": "ebf3d28336497cfa429541673b517450400fac0a", "size": "5042", ...
package lectures; import static org.assertj.core.api.Assertions.assertThat; import com.google.common.collect.ImmutableList; import java.awt.*; import java.util.List; import java.util.Set; import java.util.stream.Collectors; import org.junit.Test; public class Lecture4 { @Test public void distinct() throws Exc...
{ "content_hash": "84fe3f383e0b5b654ce61871821d387b", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 114, "avg_line_length": 26.727272727272727, "alnum_prop": 0.6394557823129252, "repo_name": "europa1613/java", "id": "b787bc6d1c3b23dcce3d618a10e4826f5b716190", "size": "882...
package com.amazonaws.services.codecommit.model; import javax.annotation.Generated; /** * <p> * An approval rule name is required, but was not specified. * </p> */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class ApprovalRuleNameRequiredException extends com.amazonaws.services.codecommit.mode...
{ "content_hash": "5d825a6e01aae11b3a203314c5be15fe", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 119, "avg_line_length": 27.24, "alnum_prop": 0.7209985315712188, "repo_name": "aws/aws-sdk-java", "id": "fdc72332f73f421e2741a583324fcd05d9697a23", "size": "1261", "binar...
package account // Copyright (c) Microsoft and contributors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unl...
{ "content_hash": "23b4f396e1aa40c0a63c69f193cf62dd", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 84, "avg_line_length": 38.214285714285715, "alnum_prop": 0.7495327102803738, "repo_name": "mrogers950/origin", "id": "f215bf10ffe4c6322d2235017ab5cd16e6bf31a9", "size": "10...
<?php namespace InfluxDB; use Prophecy\Argument; class ManagerTest extends \PHPUnit_Framework_TestCase { public function testQueryCommandWithCallables() { $client = $this->prophesize("InfluxDB\Client"); $client->query("CREATE DATABASE mydb")->shouldBeCalledTimes(1); $manager = new Man...
{ "content_hash": "db7eb915c09a2009e2834f92f08c8683", "timestamp": "", "source": "github", "line_count": 114, "max_line_length": 128, "avg_line_length": 25.017543859649123, "alnum_prop": 0.6048387096774194, "repo_name": "corley/influxdb-php-sdk", "id": "ae0d6d628618bf0077a088aa41d48accbff30c3e", "si...
The `ide-haskell-cabal` package provides a build backend for `ide-haskell` package based on `cabal` or `stack`. It supports easy switching between multiple versions of GHC by having a set of configuration settings for each version of GHC, plus a drop-down box to pick a GHC version. For each GHC version you can specify...
{ "content_hash": "77e84b9b4ce1eb0e691161de2cab0d99", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 241, "avg_line_length": 40.1, "alnum_prop": 0.7630922693266833, "repo_name": "atom-haskell/ide-haskell-cabal", "id": "250773bea53ff4caa113baf867b971f71b8ff907", "size": "12...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="ro"> <head> <!-- Generated by javadoc (version 1.7.0_07) on Tue May 27 14:37:22 EEST 2014 --> <title>net.sf.jasperreports.components.map.fill Class Hierarchy (JasperReports 5.6.0 API)</tit...
{ "content_hash": "b0f0f6ef6e8f5721bb7c85f4417dc27a", "timestamp": "", "source": "github", "line_count": 169, "max_line_length": 495, "avg_line_length": 61.74556213017752, "alnum_prop": 0.6751317680881649, "repo_name": "phurtado1112/cnaemvc", "id": "2804aa5de6eda9d15e2a2044bc0745811a1477e9", "size":...
<?php declare(strict_types=1); namespace Doctrine\Tests\ORM\Mapping; use Doctrine\Common\Annotations\AnnotationException; use Doctrine\Common\Annotations\AnnotationReader; use Doctrine\ORM\Cache\Exception\CacheException; use Doctrine\ORM\Mapping; use Doctrine\ORM\Mapping\Cache; use Doctrine\ORM\Mapping\ClassMetadata...
{ "content_hash": "0c093ad8764f207cd9bd6586befc4f19", "timestamp": "", "source": "github", "line_count": 441, "max_line_length": 163, "avg_line_length": 28.17233560090703, "alnum_prop": 0.6659690920798454, "repo_name": "doctrine/doctrine2", "id": "00a9c6b127ea8e4896395d72eb7fdb9a6542f7f8", "size": "...
package com.google.ads.googleads.v11.services; public final class KeywordPlanAdGroupServiceProto { private KeywordPlanAdGroupServiceProto() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.prot...
{ "content_hash": "a0511d492c0b863f016da31d9f38d952", "timestamp": "", "source": "github", "line_count": 144, "max_line_length": 112, "avg_line_length": 58.763888888888886, "alnum_prop": 0.7514771921531553, "repo_name": "googleads/google-ads-java", "id": "fc0c447c4787ac05922414913e85e9b071a815ec", "...
package com.netflix.discovery.shared.resolver; import java.net.URL; import java.util.ArrayList; import java.util.Collections; import java.util.List; /** * @author Tomasz Bak */ public class DefaultEndpoint implements EurekaEndpoint { protected final String networkAddress; protected final int port; pr...
{ "content_hash": "1c39f5f1e39f86193b03d2f4ce339eaf", "timestamp": "", "source": "github", "line_count": 136, "max_line_length": 125, "avg_line_length": 29.147058823529413, "alnum_prop": 0.6082240161453077, "repo_name": "qiangdavidliu/eureka", "id": "2a4d1ffd81eb080d699d477255b3f95549b912d5", "size"...
// Karma configuration // http://karma-runner.github.io/0.12/config/configuration-file.html // Generated on 2016-02-14 using // generator-karma 1.0.1 module.exports = function(config) { 'use strict'; config.set({ // enable / disable watching file and executing tests whenever any file changes autoWatch: tr...
{ "content_hash": "3d9bf32d66965c27bb7e47ec5e17b668", "timestamp": "", "source": "github", "line_count": 84, "max_line_length": 85, "avg_line_length": 28.5, "alnum_prop": 0.6278195488721805, "repo_name": "marcsauter/igcstat", "id": "696d539439bbf2b95eb72389e219d1d43cbb3786", "size": "2394", "binar...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace WebApplication2.Controllers { public class HomeController : Controller { public ActionResult Index() { return View(); } public ActionResult About() ...
{ "content_hash": "c3a12ff7d67bc84ee5af5f546c8274b9", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 67, "avg_line_length": 19.4, "alnum_prop": 0.5670103092783505, "repo_name": "jdg12/BootstrapMVA", "id": "29fb65482c39648d7f47d9090d3793981dfc6616", "size": "584", "binary...
import { Component } from '@angular/core'; import { ComponentFixture, fakeAsync, TestBed, tick } from '@angular/core/testing'; import '../../../scripts/jest/toHaveCssClass'; import { CarouselModule } from '../index'; import { getBsVer, IBsVersion } from 'ngx-bootstrap/utils'; @Component({ selector: 'carousel-test', t...
{ "content_hash": "0ddb76eb1f0e5119e9f03115695daed1", "timestamp": "", "source": "github", "line_count": 333, "max_line_length": 184, "avg_line_length": 40.98498498498498, "alnum_prop": 0.674164712778429, "repo_name": "valor-software/ngx-bootstrap", "id": "f910e073106664aa715de85316d5ea8231e83f59", ...
package Paws::CognitoIdp::EmailConfigurationType; use Moose; has ReplyToEmailAddress => (is => 'ro', isa => 'Str'); has SourceArn => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::CognitoIdp::EmailConfigurationType =head1 USAGE This class represents one of two things: ...
{ "content_hash": "1c5df234dd2bb55a89cc514407ff91d3", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 111, "avg_line_length": 23.838709677419356, "alnum_prop": 0.7368064952638701, "repo_name": "ioanrogers/aws-sdk-perl", "id": "ce866d1f418f9f7cb82b08c379484dfdd4b1e8d7", "siz...
<div class="doxter-video"> {%- if name == 'youtube' -%} <iframe width="560" height="315" src="https://youtube.com/embed/{{ src }}" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen> </iframe> {%- endif -%} {% if name == '...
{ "content_hash": "93d534082ffb0d1a9338c1204f788190", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 121, "avg_line_length": 27.083333333333332, "alnum_prop": 0.5276923076923077, "repo_name": "selvinortiz/doxter", "id": "c4c14e2a146023ca80e0877ed273c143ac1079a1", "size": "...
<?xml version="1.0" encoding="utf-8"?> <assembly> <id>bin</id> <formats> <format>zip</format> </formats> <includeBaseDirectory>true</includeBaseDirectory> <fileSets> <fileSet> <directory>src/main</directory> <outputDirectory>${file.separator}bin</outputDirectory> <fileMode>0755</file...
{ "content_hash": "2525f368aa2fb9f145a12bdc93223a5c", "timestamp": "", "source": "github", "line_count": 129, "max_line_length": 89, "avg_line_length": 43.55813953488372, "alnum_prop": 0.6543869015839118, "repo_name": "marklogic/marklogic-contentpump", "id": "c25bb31f111ca92771924c626801a5435a8bb117",...
//----------------------------------------------------------------------- // <copyright file="ActorMaterializerSpec.cs" company="Akka.NET Project"> // Copyright (C) 2009-2020 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2020 .NET Foundation <https://github.com/akkadotnet/akka.net> // </copyr...
{ "content_hash": "576bdbcaeb15213b686eaf5ab254bb1f", "timestamp": "", "source": "github", "line_count": 90, "max_line_length": 147, "avg_line_length": 33.8, "alnum_prop": 0.5785667324128863, "repo_name": "simonlaroche/akka.net", "id": "f38f8b3c2f4eff5dd739eb787d2a67b45746b403", "size": "3044", "b...
<?php declare(strict_types=1); namespace spec\Sylius\Bundle\CoreBundle\Validator\Constraints; use PhpSpec\ObjectBehavior; use Prophecy\Argument; use Sylius\Bundle\AttributeBundle\Validator\Constraints\ValidAttributeValue; use Sylius\Component\Attribute\AttributeType\AttributeTypeInterface; use Sylius\Component\Att...
{ "content_hash": "844499ef1d42a6f27f262cefc24d71b0", "timestamp": "", "source": "github", "line_count": 85, "max_line_length": 165, "avg_line_length": 44.44705882352941, "alnum_prop": 0.7366331392271043, "repo_name": "gorkalaucirica/Sylius", "id": "ec1f79b6173315040ecbcf95f3b79edff304f913", "size":...
#ifndef __simple_scheduler_hpp__ #define __simple_scheduler_hpp__ #include <ioa/scheduler_interface.hpp> namespace ioa { class simple_scheduler_impl; class simple_scheduler : public scheduler_interface { private: simple_scheduler_impl* m_impl; simple_scheduler (const simple_scheduler&) { ...
{ "content_hash": "e1d63973cb1654207d2700047d76cbc5", "timestamp": "", "source": "github", "line_count": 59, "max_line_length": 64, "avg_line_length": 21.677966101694917, "alnum_prop": 0.6489444878811571, "repo_name": "jrwilson/ioa", "id": "c31380b9585bde670a473cd2e82c18260ac5a7da", "size": "1871", ...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "65de63bd5e828ee5e9ec8187a2a4e03f", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "9b255f7c8c42030c67ae150480c31930de719fd8", "size": "180...
package org.uberfire.ext.security.management.client.widgets.management; import java.util.List; import com.google.gwt.editor.client.Editor; import com.google.gwt.editor.client.EditorError; import com.google.gwtmockito.GwtMockitoTestRunner; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWi...
{ "content_hash": "08013019fdaa0f91a11e52ab0a4779e2", "timestamp": "", "source": "github", "line_count": 126, "max_line_length": 121, "avg_line_length": 34.96825396825397, "alnum_prop": 0.5941897412619156, "repo_name": "porcelli-forks/uberfire", "id": "4241ee1fef00cf304f1741a329bdfd422a42e0cd", "siz...
package io.qameta.allure.executor; import io.qameta.allure.CommonJsonAggregator; import io.qameta.allure.Constants; import io.qameta.allure.Reader; import io.qameta.allure.context.JacksonContext; import io.qameta.allure.core.Configuration; import io.qameta.allure.core.LaunchResults; import io.qameta.allure.core.Resul...
{ "content_hash": "314f9a7e2993e5a2db1bf89a52aa4d16", "timestamp": "", "source": "github", "line_count": 59, "max_line_length": 95, "avg_line_length": 36.33898305084746, "alnum_prop": 0.675839552238806, "repo_name": "allure-framework/allure2", "id": "16e667ea438476cef9d4ea153847cf2063065588", "size"...
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>ssl::context::use_certificate (2 of 2 overloads)</title> <link rel="stylesheet" href="../../../../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="../../../...
{ "content_hash": "782625821d7b83640a50c95b47ad77a2", "timestamp": "", "source": "github", "line_count": 78, "max_line_length": 372, "avg_line_length": 60.666666666666664, "alnum_prop": 0.63229078613694, "repo_name": "sxlin/dist_ninja", "id": "046e99bca6c4d834eaa185a867dbd63834df82ad", "size": "4732...
/* global describe, it, jsPDF, comparePdf */ /** * Standard spec tests */ describe("Module: SetLanguage", () => { it("set english (US)", () => { const doc = new jsPDF({ floatPrecision: 2 }); doc.setLanguage("en-US"); comparePdf(doc.output(), "enUS.pdf", "setlanguage"); }); it("refuse non-existing...
{ "content_hash": "140a16fcc4807a712f60b859ecb9b5f5", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 56, "avg_line_length": 23.95, "alnum_prop": 0.5803757828810021, "repo_name": "yWorks/jsPDF", "id": "f2e4144d21c7ddcbab54858cab657e4813a08741", "size": "479", "binary": fa...
> Print descriptive statistics for all columns in a CSV file. > Included in csvkit. - Show all stats for all columns: `csvstat {{data.csv}}` - Show all stats for columns 2 and 4: `csvstat -c {{2,4}} {{data.csv}}` - Show sums for all columns: `csvstat --sum {{data.csv}}` - Show the max value length for column 3: ...
{ "content_hash": "e5b99707cfc998e53618ce28a75a11d0", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 61, "avg_line_length": 21, "alnum_prop": 0.6558441558441559, "repo_name": "cptdeka10/tldr", "id": "36fcbb62cc03209be624dff7450f98b1f08337be", "size": "473", "binary": fal...
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"> <title>Sock Js Demo</title> <script src="../../webcomponentsjs/webcomponents-lite.js"></script> <link rel="import" href="../sock-js.html...
{ "content_hash": "7fe979a46c6fdddd2b68a11f4154faba", "timestamp": "", "source": "github", "line_count": 65, "max_line_length": 112, "avg_line_length": 31.8, "alnum_prop": 0.5268505079825835, "repo_name": "ymahnovskyy/polymer-sock-js", "id": "f0292e178b0e35523fe4e5c9268a53185fd18f68", "size": "2067"...
name 'deploy-play' maintainer 'Sameer Arora' maintainer_email 'sameera@bluepi.in' license 'Apache 2.0' description 'Deploys Play Application' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) version '1.0.0' supports 'ubuntu' recipe 'deploy-play::default...
{ "content_hash": "61e3cb6860ed652fa02b8b0f5376c62a", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 72, "avg_line_length": 33, "alnum_prop": 0.6721763085399449, "repo_name": "sean-avalon/ChefPlay", "id": "143039448f87af9bdaa3b0f2ddad9f60093365ef", "size": "363", "binary...
namespace Potassium.Providers { using System; using System.Threading; using Potassium.Internal; /// <summary> /// Toggle is an IProvider of type bool that starts with an initial value, /// and flips it's value after each request to the Value property. /// </summary> public class Toggl...
{ "content_hash": "284076ed192362f8ca21f36fc91dcb75", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 96, "avg_line_length": 27.912280701754387, "alnum_prop": 0.4751728472658705, "repo_name": "jerometerry/potassium", "id": "f9607a31d6a04c60c0d76420fa8a7c0a648bd496", "size":...
<div> When you are using Hudson for various automations, it's sometimes convenient to be able to "parameterize" a build, by requiring a set of user inputs to be made available to the build process. For example, you might be setting up an on-demand test job, where the user can submit a zip file of the bi...
{ "content_hash": "0367fe864955cca81e8fcc4d9fbf819d", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 153, "avg_line_length": 52.11764705882353, "alnum_prop": 0.7347629796839729, "repo_name": "cnopens/hudson", "id": "342b5de0fb843fca684c554ccf1989c02c841e73", "size": "886",...
from qingcloud.cli.misc.utils import explode_array from qingcloud.cli.iaas_client.actions.base import BaseAction class LeaveVxnetAction(BaseAction): action = 'LeaveVxnet' command = 'leave-vxnet' usage = '%(prog)s --instances "instance_id, ..." --vxnet <vxnet_id> [-f <conf_file>]' @classmethod def...
{ "content_hash": "55d2ef470826a451ea4c537fc162d247", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 89, "avg_line_length": 36.6, "alnum_prop": 0.592896174863388, "repo_name": "yunify/qingcloud-cli", "id": "ff4311bf77c4e791a704db3d03ca81ae3e0e6548", "size": "1931", "bina...
function detectTouchEvent(element, onTap, onLongTap) { var start; var coordX; var coordY; var namespace = onTap ? '.onTap' : '.onLongTap'; d3.select(element) .on('touchstart' + namespace, function(d, i) { start = d3.event.timeStamp; coordX = d3.event.changedTouches[0].screenX; coordY = d...
{ "content_hash": "4c25f025c94f9db8791735aa961e0ec0", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 69, "avg_line_length": 26.177777777777777, "alnum_prop": 0.6434634974533107, "repo_name": "Gapminder/vizabi", "id": "0f6624d649e2f411ceb4bc135fc252b13e874a0a", "size": "117...
// // animation3.m // MadMax+ // // Created by ruany on 2016/12/26. // Copyright © 2016年 ruany. All rights reserved. // #import "animation3.h" #import <GPUImage/GPUImage.h> #import <Masonry/Masonry.h> #import <QuartzCore/QuartzCore.h> #import "KYCuteView.h" extern const NSString *str=@"全局变量"; static const NSStrin...
{ "content_hash": "f04f7effab90b32656b25be216284c8e", "timestamp": "", "source": "github", "line_count": 161, "max_line_length": 251, "avg_line_length": 30.36024844720497, "alnum_prop": 0.7236088379705401, "repo_name": "paradisery/MadMax", "id": "aecf9ebcb7a571d83f423ce338ace89fda90cf4a", "size": "5...
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.Text; using System.Threading.Tasks; namespace DeadManSwitch.Service.Wcf { [Serializable] [DataContract] public class LoginResponse { [DataMember] public bool IsSuccessful...
{ "content_hash": "b7a25666e11599349fc75c64a20688a9", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 90, "avg_line_length": 22.925925925925927, "alnum_prop": 0.6155088852988692, "repo_name": "tategriffin/DeadManSwitch", "id": "2ebc5e7125c3ee2a2d314a235d2301ad99bf1fe0", "si...
package org.tendiwa.inflectible.antlr.parsed; import java.util.Locale; import org.tendiwa.inflectible.ArgumentName; import org.tendiwa.inflectible.antlr.TemplateParser; /** * Argument name from ANTLR parse tree about which it is not known until * runtime if its content is capitalized or not. * @author Georgy Vlas...
{ "content_hash": "8b5980af83ee74c65324df4843cafb5e", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 80, "avg_line_length": 29.622222222222224, "alnum_prop": 0.6481620405101275, "repo_name": "Suseika/liblexeme", "id": "a70ab801c32abac6d2eb4ccc84ee42af662d96e2", "size": "24...
package com.metrix.ble; import android.app.Activity; import android.app.ListActivity; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothManager; import android.content.Context; import android.content.Intent; import android.content.pm.PackageManager...
{ "content_hash": "b098794e9940f11b9ca5f70803081695", "timestamp": "", "source": "github", "line_count": 257, "max_line_length": 100, "avg_line_length": 33.7431906614786, "alnum_prop": 0.6193496309963099, "repo_name": "metrix/MetrixBLEUtility", "id": "177502cc7f7cdad59e3eb9ea810798f9e3d49aae", "size...
class CscEventsScraperNew < Tess::Scrapers::Scraper def self.config { name: 'CSC Events Scraper (New)', root_url: 'https://www.csc.fi/en/training/', json_api_url: 'https://www.csc.fi/o/events' } end def scrape cp = add_content_provider(Tess::API::ContentProvider.new( ...
{ "content_hash": "34feeaf09d8f63138b3fab6fdb9b79a7", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 432, "avg_line_length": 41.1, "alnum_prop": 0.6597729115977291, "repo_name": "ElixirUK/newtessscraper", "id": "930c8315abc701acffec0f96620e6e5c6aa1848a", "size": "2466", ...
#include <features.h> #include <sys/param.h> #include <sys/time.h> #include <sys/gmon.h> #include <sys/gmon_out.h> #include <sys/uio.h> #include <errno.h> #include <stdio.h> #include <fcntl.h> #include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <signal.h> #inc...
{ "content_hash": "3ab450aabe9c29a5ef6b4595e4ab7d3a", "timestamp": "", "source": "github", "line_count": 613, "max_line_length": 79, "avg_line_length": 24.766721044045678, "alnum_prop": 0.6190883941509683, "repo_name": "easion/os_sdk", "id": "a3444a28ed7cdb06730bdbd200172eee4e009e46", "size": "16782...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LYtest.Helpers { interface IUniqueIdGen<T> { T GetNext(); } class UniqueIntGen : IUniqueIdGen<int> { private int _id = 0; public int GetNext() ...
{ "content_hash": "2d80ad9959c5becef04a60a1bf328d46", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 42, "avg_line_length": 15.666666666666666, "alnum_prop": 0.574468085106383, "repo_name": "DeKoyre/b8", "id": "2194761143ebe445db9f1a46f3b2679b85ac9bd0", "size": "378", "b...
package org.smoothbuild.bytecode.type.exc; import org.smoothbuild.bytecode.hashed.Hash; public class DecodeCatIllegalKindExc extends DecodeCatExc { public DecodeCatIllegalKindExc(Hash hash, byte marker) { super("Cannot decode category at %s. It has illegal CategoryKind marker = %s." .formatted(hash, mar...
{ "content_hash": "85a739dc091fa225e8272d10557c9a45", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 82, "avg_line_length": 33.3, "alnum_prop": 0.7567567567567568, "repo_name": "mikosik/smooth-build", "id": "ea6fe5cea09121c8ba6576a4742dac00fc17116c", "size": "333", "bina...
Enforces unbound methods are called with their expected scope. Warns when a method is used outside of a method call. Class functions don't preserve the class scope when passed as standalone variables. If your function does not access `this`, [you can annotate it with `this: void`](https://www.typescriptlang.org/docs...
{ "content_hash": "b1d5f4f39094213fe3aacf4072564aa4", "timestamp": "", "source": "github", "line_count": 114, "max_line_length": 276, "avg_line_length": 25.166666666666668, "alnum_prop": 0.701289647960962, "repo_name": "ChromeDevTools/devtools-frontend", "id": "9f71738f5a9147d87617d3b4df61c1c20f12219d...
package org.apache.dubbo.common.serialize.avro; import org.apache.dubbo.common.serialize.model.Person; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import java.io.IOException; import java.io.PipedInputStream; import java.io.PipedOutpu...
{ "content_hash": "7ec59c205a48d2a7f8e3584a78c15d14", "timestamp": "", "source": "github", "line_count": 181, "max_line_length": 94, "avg_line_length": 27.07182320441989, "alnum_prop": 0.6148979591836735, "repo_name": "fengyie007/dubbo", "id": "431b29f0830230474738e1a49d34767374a8c27c", "size": "573...
{% load i18n %} {% load devicetags %} <div class="modal fade" id="{{ modalname }}" role="dialog" aria-labelledby="{{ modalname }}Label" aria-hidden="true"> <div class="modal-dialog {% block cssClasses %}{% endblock %}"> <div class="modal-content"> <div class="modal-header"> {% b...
{ "content_hash": "a1a7c68b9fc9c9e8e9545c261657d4dc", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 117, "avg_line_length": 38.63157894736842, "alnum_prop": 0.5095367847411444, "repo_name": "MPIB/Lagerregal", "id": "c158b4ad123bd80737bde9404eb61bd9dd8578d6", "size": "734"...
# frozen_string_literal: true require "cases/helper" require "models/post" if supports_optimizer_hints? class Mysql2OptimzerHintsTest < ActiveRecord::Mysql2TestCase fixtures :posts def test_optimizer_hints assert_sql(%r{\ASELECT /\*\+ NO_RANGE_OPTIMIZATION\(posts index_posts_on_author_id\) \*/}) do ...
{ "content_hash": "79df8e86b7212864338781728660b749", "timestamp": "", "source": "github", "line_count": 69, "max_line_length": 104, "avg_line_length": 40.608695652173914, "alnum_prop": 0.6370449678800857, "repo_name": "tgxworld/rails", "id": "d043b3c72604f6e7f6047af9dcebea3c5f0c3801", "size": "2802...
using System.Collections.Generic; using System.Linq; namespace BaselineSolution.Framework.Response { public abstract class BaseResponse<T> { private List<Message> _messages; private IEnumerable<T> _values; protected BaseResponse() { } protected Ba...
{ "content_hash": "abfa83b977fbcc3979c8742fe46897f5", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 74, "avg_line_length": 22.289473684210527, "alnum_prop": 0.5182998819362455, "repo_name": "Adconsulting/BaseSolution", "id": "df8491355c480ead4903e43bf78e954187f32d49", "si...
title: "Filters" description: "Filters help you reduce alert fatigue by controlling which events acted on by Sensu handlers. Read the reference doc to learn about filters, use Sensu's built-in filters, and create your own filters." weight: 10 version: "5.11" product: "Sensu Go" platformContent: false menu: sensu-go-5...
{ "content_hash": "51ee01d9846bcd4bad618daaa86a67cf", "timestamp": "", "source": "github", "line_count": 886, "max_line_length": 386, "avg_line_length": 35.465011286681715, "alnum_prop": 0.6655209725669913, "repo_name": "sensu/sensu-docs", "id": "13d9c9059fcb0f37bcda6cf2e1f92ed531cb16de", "size": "3...
package org.apache.ambari.server.controller; public class RootServiceHostComponentRequest extends RootServiceComponentRequest{ private String hostName; public RootServiceHostComponentRequest(String serviceName, String hostName, String componentName) { super(serviceName, componentName); this.hostName = ...
{ "content_hash": "e22941904761a3bcb01c652c93a22027", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 101, "avg_line_length": 22.666666666666668, "alnum_prop": 0.7626050420168067, "repo_name": "sekikn/ambari", "id": "cebe6173751c5254e42b36a80a2215c28a56ee87", "size": "1281"...
package kafka.api; import java.util.Map; import java.util.concurrent.atomic.AtomicInteger; import com.google.common.collect.Maps; import kafka.common.TopicAndPartition; import kafka.consumer.ConsumerConfigs; import kafka.utils.NonThreadSafe; @NonThreadSafe public class FetchRequestBuilder { private AtomicIntege...
{ "content_hash": "b1e74402ffff8d0a309fb953fdc34cfb", "timestamp": "", "source": "github", "line_count": 55, "max_line_length": 149, "avg_line_length": 32.63636363636363, "alnum_prop": 0.7264623955431755, "repo_name": "lemonJun/Jkafka", "id": "5fca0092cbcf50f33b70a2900a47837faf396fe6", "size": "1795...
package com.hcl.appscan.sdk.scanners.mobile; public interface MAConstants { String APPLICATION_FILE_ID = "ApplicationFileId"; //$NON-NLS-1$ String MA = "Mobile Analyzer"; //$NON-NLS-1$ String MOBILE_ANALYZER = "MobileAnalyzer"; //$NON-NLS-1$ //Errors String ERROR_SUBMITTING_FILE = "error.submit...
{ "content_hash": "86bc5e8dda979fbfa5d91a3ee099aa33", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 70, "avg_line_length": 24.857142857142858, "alnum_prop": 0.6810344827586207, "repo_name": "AppSecDev/appscan-sdk", "id": "575b85711bfe6966143f83b0dab862e0b16d0fe9", "size":...
/// <reference no-default-lib="true"/> interface ErrorOptions { cause?: unknown; } interface Error { cause?: unknown; } interface ErrorConstructor { new (message?: string, options?: ErrorOptions): Error; (message?: string, options?: ErrorOptions): Error; } interface EvalErrorConstructor { n...
{ "content_hash": "128461511c8b9db106de2fb181363042", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 67, "avg_line_length": 24.661290322580644, "alnum_prop": 0.6893394375408763, "repo_name": "LivelyKernel/lively4-core", "id": "4b16e09121d45866ed7f1962de011527f73e1e1b", "si...
using Bokeh plotfile("display.html") x = linspace(0, 2pi) # plot returns a Plot object myplot = plot(x, sin(x)) # which can then be displayed with showplot(myplot) # if you wish to generate a plot but not display it, you can use genplot genplot(myplot) # you can also specify the filename directly to genplot: genpl...
{ "content_hash": "ba8221f861d01260ed396473d10ee608", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 90, "avg_line_length": 30.333333333333332, "alnum_prop": 0.7502497502497503, "repo_name": "spencerlyon2/Bokeh.jl", "id": "d07e9d47fc05c6aa00dae9dfae9dc26cf53ce40e", "size":...
<?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. ~ ~ WSO2 Inc. licenses this file to you 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 co...
{ "content_hash": "86b967cefedd7966825eef4e211894b1", "timestamp": "", "source": "github", "line_count": 88, "max_line_length": 201, "avg_line_length": 47.03409090909091, "alnum_prop": 0.5462672143029718, "repo_name": "cdwijayarathna/carbon-identity", "id": "2013633538d2578e508a2df374fa2261b69b6f97", ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="zh"> <head> <!-- Generated by javadoc (1.8.0_25) on Thu Nov 19 15:55:26 CST 2015 --> <title>com.guangchiguangchi.littlebee.models 类分层结构</title> <meta name="date" content="2015-11-19"> <lin...
{ "content_hash": "a2b0934bfe1b900ce35bf549433f6c96", "timestamp": "", "source": "github", "line_count": 142, "max_line_length": 238, "avg_line_length": 36.352112676056336, "alnum_prop": 0.6321193335916312, "repo_name": "guangchiguangchi/little-bee", "id": "796097e9627cc8effda3f795705ceb828efef45a", ...
package org.apache.commons.validator; /** * Contains validation methods for different unit tests. * * @version $Revision: 1649191 $ */ public class ParameterValidatorImpl { /** * ValidatorParame...
{ "content_hash": "bf4c5e8ec66297371d4fa68c8923155d", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 68, "avg_line_length": 31.037037037037038, "alnum_prop": 0.5930787589498807, "repo_name": "ManfredTremmel/gwt-commons-validator", "id": "1c8d12ce7879defcdc46e132afb59d87ced79...
include $(TOPDIR)/rules.mk LUCI_TITLE:=Roaring Penguin PPPoE Server LUCI_DEPENDS:=+luci-compat +rp-pppoe-server include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature
{ "content_hash": "61df3ac54613025013fe3d39e7522f4b", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 49, "avg_line_length": 23.375, "alnum_prop": 0.7593582887700535, "repo_name": "openwrt/luci", "id": "b4edfc9499a5d978046090b0651646e08caa4cbd", "size": "339", "binary": fa...
require File.expand_path("../boot", __FILE__) require "rails/all" require "csv" require "securerandom" require "elasticsearch/rails/instrumentation" require "elasticsearch/rails/lograge" # Require the gems listed in Gemfile, including any gems # you've limited to :test, :development, or :production. Bundler.require(*R...
{ "content_hash": "363320be83f9048828ba4dc6617db932", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 99, "avg_line_length": 33.574074074074076, "alnum_prop": 0.655819084390513, "repo_name": "allaboardapps/access-cal-server", "id": "7890f9dbef8c82f8f74163d824d1bbc0c9a9b402", ...
package org.apache.storm.cluster; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Optional; import java.util.Set; import org.apache.storm.generated.Assignment; import org.apache.storm.generated.ClusterWorkerHeartbeat; import org.apache.storm.generated.Credentials; import org.a...
{ "content_hash": "5f3c4794d6a18cd72c9001d35d35c521", "timestamp": "", "source": "github", "line_count": 315, "max_line_length": 140, "avg_line_length": 36.70793650793651, "alnum_prop": 0.7062181094871574, "repo_name": "srdo/storm", "id": "5627997363f50c09f0f62085f115452e621644ba", "size": "12347", ...
package fake import ( unversioned "k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset/typed/certificates/unversioned" restclient "k8s.io/kubernetes/pkg/client/restclient" core "k8s.io/kubernetes/pkg/client/testing/core" ) type FakeCertificates struct { *core.Fake } func (c *FakeCertificates) Ce...
{ "content_hash": "843bfd0f6a944abc4822eba752be9651", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 112, "avg_line_length": 27.666666666666668, "alnum_prop": 0.8072289156626506, "repo_name": "djosborne/kubernetes", "id": "92cf1449a10b69af56e1ce8a13641fe3692ee0b7", "size":...
package util import ( "context" "errors" "fmt" "net" "strconv" v1 "k8s.io/api/core/v1" "k8s.io/apimachinery/pkg/types" utilrand "k8s.io/apimachinery/pkg/util/rand" "k8s.io/apimachinery/pkg/util/sets" "k8s.io/client-go/tools/record" helper "k8s.io/kubernetes/pkg/apis/core/v1/helper" utilsysctl "k8s.io/ku...
{ "content_hash": "939601ccd525b4b7aa02305c3605e322", "timestamp": "", "source": "github", "line_count": 299, "max_line_length": 142, "avg_line_length": 30.076923076923077, "alnum_prop": 0.701768041810297, "repo_name": "klaus1982/kubernetes", "id": "d7f94345e2dde54311391ed06cc720e8ec591a0a", "size":...
<?php class Mage_Connect_Channel_Generator extends Mage_Xml_Generator { protected $_file = 'channel.xml'; protected $_generator = null; public function __construct($file='') { if ($file) { $this->_file = $file; } return $this; } public...
{ "content_hash": "ef4d782b0c477f9248bbf063079734f0", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 63, "avg_line_length": 20.575, "alnum_prop": 0.48724179829890646, "repo_name": "almadaocta/lordbike-production", "id": "2a18a52814bdba46d285db4523dec0b2adfa76f6", "size": "...
/* fileDriver.h - common header file for file driver */ #ifndef FILE_DRIVER_HPP #define FILE_DRIVER_HPP #ifndef windows_platform #include <dirent.h> #endif #include "rods.h" #include "rcConnect.h" #include "objInfo.h" #include "msParam.h" // =-=-=-=-=-=-=- #include "irods_error.hpp" #include "irods_first_class...
{ "content_hash": "1efcd544b3d441e2a58641aa11c52bfa", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 103, "avg_line_length": 47.56521739130435, "alnum_prop": 0.7271480804387569, "repo_name": "janiheikkinen/irods", "id": "12b747a71d0a8dd411c6b0a3ff17c9279cefd283", "size": "...