text
stringlengths
2
1.04M
meta
dict
name: Feature request about: Suggest an idea for this project title: 'FEATURE REQUEST: ' labels: enhancement assignees: '' --- **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd ...
{ "content_hash": "c5e76a72d00004a56d12756e279a54bb", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 92, "avg_line_length": 32.473684210526315, "alnum_prop": 0.7714748784440842, "repo_name": "Nordstrom/serverless-artillery", "id": "8ce70512e1028889d0871b8a0e70c8b8ec001295", ...
'use strict'; module.exports.definition = { set: function (v) { this.setProperty('table-layout', v); }, get: function () { return this.getPropertyValue('table-layout'); }, enumerable: true, configurable: true };
{ "content_hash": "161ba2025d20e4c4616925dafaa5ddc9", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 53, "avg_line_length": 22.083333333333332, "alnum_prop": 0.5622641509433962, "repo_name": "mathewgrabau/shmotg", "id": "6bec88ffe1325115ee9113319c4106b7c0eaed82", "size": "...
package com.google.cloud.apigeeregistry.v1.samples; // [START apigeeregistry_v1_generated_Registry_UpdateApiVersion_async] import com.google.api.core.ApiFuture; import com.google.cloud.apigeeregistry.v1.ApiVersion; import com.google.cloud.apigeeregistry.v1.RegistryClient; import com.google.cloud.apigeeregistry.v1.Up...
{ "content_hash": "790719e278aed0661e72e0389eaceff5", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 100, "avg_line_length": 42.5945945945946, "alnum_prop": 0.7423857868020305, "repo_name": "googleapis/java-apigee-registry", "id": "ee15fb3cbe8bc0823834b1af199413f82a8ff4d2", ...
package gorillas.collection.immutable import gorillas.collection.generic.KeyTransformation import collection.immutable.{ SortedSet, Seq } import collection.SortedMap private[immutable] final class NavigableMultiMap0[K, +V](implicit val ordering: Ordering[K], protected[this] val key2int: KeyTransformation[K], prot...
{ "content_hash": "689126df238d40ce9a8b306b25a4cc70", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 92, "avg_line_length": 24.696428571428573, "alnum_prop": 0.707881417208966, "repo_name": "rmleon/GorillasCollection", "id": "9ebd483abd2c32500d76134a3938e14c1e9e1cb8", "siz...
<?xml version="1.0" encoding="UTF-8"?> <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>org.vertext</grou...
{ "content_hash": "17858fd6df6d0edfc05bcf6fec75c6e7", "timestamp": "", "source": "github", "line_count": 92, "max_line_length": 105, "avg_line_length": 35.880434782608695, "alnum_prop": 0.49409269918206605, "repo_name": "peterbednar/vertext", "id": "199b3a23d7bd106e42cdebe61946d223375bd2ec", "size":...
function makeDefaultQueryInfo() { return { seen: false, observable: null }; } var RenderPromises = (function () { function RenderPromises() { this.queryPromises = new Map(); this.queryInfoTrie = new Map(); this.stopped = false; } RenderPromises.prototype.stop ...
{ "content_hash": "a5e13ba581511411cb33b9e31af06eae", "timestamp": "", "source": "github", "line_count": 90, "max_line_length": 99, "avg_line_length": 36.888888888888886, "alnum_prop": 0.5487951807228916, "repo_name": "BigBoss424/portfolio", "id": "0eb1275e9f3fd4738bff7faa975d81927cf694fa", "size": ...
/* * 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": "4a5ff3906c8977ee3388b615fde025a9", "timestamp": "", "source": "github", "line_count": 121, "max_line_length": 120, "avg_line_length": 45.18181818181818, "alnum_prop": 0.6826413023596122, "repo_name": "Praveen2112/presto", "id": "b1d756ee380f00d295b2ef866e1466b0ca707b2d", "size": "...
"""Contains tests for oweb.views.basic.home""" # Python imports from unittest import skip # Django imports from django.core.urlresolvers import reverse from django.test.utils import override_settings from django.contrib.auth.models import User # app imports from oweb.tests import OWebViewTests from oweb.models.account ...
{ "content_hash": "9294f7d50e3e85686e223caf8496952f", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 93, "avg_line_length": 39.93939393939394, "alnum_prop": 0.6608497723823976, "repo_name": "Mischback/django-oweb", "id": "2798ef9da63ccbd6cce38817f60b5cd407e69587", "size": ...
<?php use Doctrine\DBAL\Platforms\AbstractPlatform; use Doctrine\DBAL\Schema\Table; use Doctrine\DBAL\Types\Type; use umi\orm\metadata\ICollectionDataSource; return function (ICollectionDataSource $dataSource) { $masterServer = $dataSource->getMasterServer(); $schemaManager = $masterServer ->getConn...
{ "content_hash": "51ad3463085b88940508b5e627edca86", "timestamp": "", "source": "github", "line_count": 69, "max_line_length": 79, "avg_line_length": 28.81159420289855, "alnum_prop": 0.614185110663984, "repo_name": "Umisoft/umi.framework-dev", "id": "fc312917c76d60dab4750e278cfa1ba3e11b279b", "size...
package org.apache.solr.request; import static org.apache.solr.common.params.CommonParams.SORT; import java.io.IOException; import java.lang.invoke.MethodHandles; import java.util.AbstractMap.SimpleImmutableEntry; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util...
{ "content_hash": "2755e7e035e1c6ee24ccae57079f45c4", "timestamp": "", "source": "github", "line_count": 1367, "max_line_length": 112, "avg_line_length": 37.51426481346013, "alnum_prop": 0.6428571428571429, "repo_name": "apache/solr", "id": "7a1ce68a87220b560fb9dfa486ea5c96d3ac627f", "size": "52083"...
<?php error_reporting(E_ALL | E_STRICT); ini_set('display_errors', 1); ini_set('display_startup_errors', 1); define('BASE_PATH', realpath(dirname(__FILE__).'/../')); define('APPLICATION_ENV', 'testing'); define('APPLICATION_PATH', BASE_PATH.'/core'); define('LIBRARY_PATH', BASE_PATH.'/library'); define('TESTS_PATH',...
{ "content_hash": "ab3c7bbc91b6d4ebb4e7c0eb09c4decd", "timestamp": "", "source": "github", "line_count": 131, "max_line_length": 94, "avg_line_length": 35.36641221374046, "alnum_prop": 0.6602633282969997, "repo_name": "jcfr/Midas", "id": "7a59606d0b0c2e91ae8fa59f0db866ce9d378df2", "size": "5489", ...
package org.jivesoftware.util; import java.time.Duration; import java.time.Instant; import java.time.temporal.ChronoUnit; import java.util.Arrays; import java.util.Collection; import java.util.Collections; import java.util.Date; import java.util.HashMap; import java.util.HashSet; import java.util.LinkedHashSet; import...
{ "content_hash": "49f15dda3f5009ba8bac35e353271d58", "timestamp": "", "source": "github", "line_count": 729, "max_line_length": 215, "avg_line_length": 45.62688614540466, "alnum_prop": 0.6240755216162588, "repo_name": "igniterealtime/Openfire", "id": "139dd9176039c3a16e56e085e278cfdb47b6c53e", "siz...
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="EntryPointsManager"> <entry_points version="2.0" /> </component> <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" assert-keyword="true" jdk-15="true"> <output url="file://$PROJECT_DIR$/build/classes" /> ...
{ "content_hash": "09b790c9b34adfbdec91fe208328c8f6", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 111, "avg_line_length": 28.92, "alnum_prop": 0.5643153526970954, "repo_name": "philiplourandos/panda-1", "id": "f0c45691dd02179135f675a06ab4f52c13de04cb", "size": "723", ...
ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Sphaerella sentina f. sentina ### Remarks null
{ "content_hash": "7c655d39664183bfe364c2e056fe34c1", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 29, "avg_line_length": 10.307692307692308, "alnum_prop": 0.7089552238805971, "repo_name": "mdoering/backbone", "id": "900a7b7a44c44818230b17222f75362a5dfc7a63", "size": "18...
#import <AppKit/NSPopUpView.h> #import <AppKit/NSStringDrawer.h> #import <AppKit/NSGraphicsStyle.h> #import <AppKit/NSMenuItem.h> #import <AppKit/NSGraphicsStyle.h> enum { KEYBOARD_INACTIVE, KEYBOARD_ACTIVE, KEYBOARD_OK, KEYBOARD_CANCEL }; #define ITEM_MARGIN 2 @implementation NSPopUpView // Note:...
{ "content_hash": "c4764d7905b8e7493f162827b886a63d", "timestamp": "", "source": "github", "line_count": 530, "max_line_length": 156, "avg_line_length": 27.043396226415094, "alnum_prop": 0.666503872183074, "repo_name": "liruqi/cocotron", "id": "96b527e34351ff3bcf2a43bf460272ba17b659be", "size": "154...
<?php /** * Report event type resource model * * @author Magento Core Team <core@magentocommerce.com> */ namespace Magento\Reports\Model\ResourceModel\Event; class Type extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb { /** * Main table initialization * * @return void */ ...
{ "content_hash": "fc5e69ed58c9fc37c59951ba5c8c65a5", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 71, "avg_line_length": 19.59090909090909, "alnum_prop": 0.6403712296983759, "repo_name": "j-froehlich/magento2_wk", "id": "c50299c9affaa9814c560bb4e6e47af8dee9a256", "size"...
<?php /** * @file * Rate widget theme */ print theme('item_list', array( 'items' => $buttons, //'title' => $display_options['title'], )); if ($info) { print '<div class="rate-info">' . $info . '</div>'; } if ($display_options['description']) { print '<div class="rate-description">' . $display_options['...
{ "content_hash": "7798c545da6d61fc21fc8bd9f0f43c93", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 86, "avg_line_length": 18.31578947368421, "alnum_prop": 0.5689655172413793, "repo_name": "AlannaBurke/endocommoms", "id": "774cd7f0ab92f9188ce448301615b2b5b745ca27", "size"...
'use strict'; import type {NormalizationRootNode} from '../../util/NormalizationNode'; import type { HandleFieldPayload, RecordSourceProxy, } from 'relay-runtime/store/RelayStoreTypes'; import type {RequestParameters} from 'relay-runtime/util/RelayConcreteNode'; import type { CacheConfig, Variables, } from '...
{ "content_hash": "db10ee1a95e4d67ca4d7cdc82849ffc8", "timestamp": "", "source": "github", "line_count": 284, "max_line_length": 171, "avg_line_length": 32.90492957746479, "alnum_prop": 0.6454788657035848, "repo_name": "xuorig/relay", "id": "2348f12a49f7a8f47ff497a2bfa49025e924eae7", "size": "9575",...
<?php if (!defined('PHPUnit_MAIN_METHOD')) { define('PHPUnit_MAIN_METHOD', 'Zend_Paginator_AllTests::main'); } require_once 'Zend/PaginatorTest.php'; require_once 'Zend/Paginator/Adapter/ArrayTest.php'; require_once 'Zend/Paginator/Adapter/DbSelectTest.php'; require_once 'Zend/Paginator/Adapter/DbSelect/OracleT...
{ "content_hash": "6f7f78c46f8cfa2898adad9cd22bf4c6", "timestamp": "", "source": "github", "line_count": 69, "max_line_length": 87, "avg_line_length": 36.79710144927536, "alnum_prop": 0.7187869239858212, "repo_name": "bluelovers/ZendFramework-1.x", "id": "38a58347f14744191bd4d32ce0213280b94acede", "...
/* eslint max-len: 0 */ import * as util from "util"; /** * Mapping of messages to be used in Babel. * Messages can include $0-style placeholders. */ export const MESSAGES = { tailCallReassignmentDeopt: "Function reference has been reassigned, so it will probably be dereferenced, therefore we can't optimise thi...
{ "content_hash": "c1bcd887cf1d18dbb146103d6326e492", "timestamp": "", "source": "github", "line_count": 79, "max_line_length": 182, "avg_line_length": 46.265822784810126, "alnum_prop": 0.7302325581395349, "repo_name": "zertosh/babel", "id": "3fce2e2cf277f5179b10f340a295db381f0235a9", "size": "3655"...
apetools.parsers.iperfparser.IperfParser.reset ============================================== .. currentmodule:: apetools.parsers.iperfparser .. automethod:: IperfParser.reset
{ "content_hash": "dc78c9be413e75fc036e096c6b4d5d6b", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 47, "avg_line_length": 29.5, "alnum_prop": 0.6045197740112994, "repo_name": "rsnakamura/oldape", "id": "d00b32739f03821f1652e6d1ea61730911a04661", "size": "177", "binary":...
-- This gives a frequency count of how many calls each customer makes. Useful for filtering additional queries. -- I added some additional rows from materialized view optourism.foreigners_counts, but materialized views can't be -- updated and other materialized views now depend on it so I can't just regenerate it. -- ...
{ "content_hash": "880788301b68f0c4ee2feabe504dc299", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 138, "avg_line_length": 66, "alnum_prop": 0.7521212121212121, "repo_name": "DSSG2017/florence", "id": "a3f538c3507efe1b8431d6b9276aaa65f18ff0dc", "size": "1650", "binary"...
#include "OgreStableHeaders.h" #include "OgreManualObject.h" #include "OgreException.h" #include "OgreMaterialManager.h" #include "OgreRoot.h" #include "OgreRenderSystem.h" #include "OgreHardwareBufferManager.h" #include "OgreEdgeListBuilder.h" #include "OgreMeshManager.h" #include "OgreMesh.h" #include "OgreSubMesh.h...
{ "content_hash": "623251b1c53b9a3491498afe9f2e12f5", "timestamp": "", "source": "github", "line_count": 1207, "max_line_length": 189, "avg_line_length": 39.454018227009115, "alnum_prop": 0.503748346317801, "repo_name": "redheli/ogre", "id": "f0699efbc84ab1a5431e6d4c0851a61f193351cd", "size": "48984...
@interface User : NSObject @property(readonly,nonatomic,strong) NSString* userid; @property(readonly,nonatomic,strong) NSString* password; +(instancetype)userWithId:(NSString*)userid AndPassword:(NSString*)password; -(instancetype)initWithId:(NSString*)userid AndPassword:(NSString*)password; @end
{ "content_hash": "560b3375793d62ee501b20a6f4f277b2", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 76, "avg_line_length": 42.714285714285715, "alnum_prop": 0.8093645484949833, "repo_name": "pydio/pydio-sdk-objc", "id": "a715c19d318ee031a617e98090c9b47c28dd438c", "size": "...
package com.google.cloud.notebooks.v1.samples; // [START notebooks_v1_generated_notebookserviceclient_getinstancehealth_async] import com.google.api.core.ApiFuture; import com.google.cloud.notebooks.v1.GetInstanceHealthRequest; import com.google.cloud.notebooks.v1.GetInstanceHealthResponse; import com.google.cloud.n...
{ "content_hash": "16b5178696211cc6d9724ced0b3b6ebe", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 100, "avg_line_length": 44.5, "alnum_prop": 0.7590511860174781, "repo_name": "googleapis/java-notebooks", "id": "f85dced78f8a6f0598f27f5d665f56b0a31eedd6", "size": "2197", ...
#http://www.techdiction.com/2016/02/12/create-a-custom-script-extension-for-an-azure-resource-manager-vm-using-powershell/ $rgname = "rg_vm" $VMName = "vm4" $file = "C:\Data\dev\posh\Azure\Utilities\ConfigureWinRM_HTTPS.ps1" $containerName = "script-container" # Get the VM we need to configure $vm = Get-AzureRmVM -R...
{ "content_hash": "043af7e329ebffb230c0f156e4a8eea6", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 253, "avg_line_length": 43.63333333333333, "alnum_prop": 0.7853323147440795, "repo_name": "alexverboon/posh", "id": "8a75cfe09718784531168fa50867b574c8c88f27", "size": "131...
require File.expand_path('../../../../spec_helper', __FILE__) require 'stringio' require 'zlib' describe "Zlib::GzipWriter#mtime=" do before :each do @io = StringIO.new end it "sets mtime using Integer" do Zlib::GzipWriter.wrap @io do |gzio| gzio.mtime = 1 gzio.mtime.should == Time.at(1) ...
{ "content_hash": "65d3c126da63763144d80979117e8c8f", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 71, "avg_line_length": 20.615384615384617, "alnum_prop": 0.6106965174129353, "repo_name": "yous/rubyspec", "id": "8113ad289029ab350f706e1198da469c3c0bcf3d", "size": "804", ...
package org.springframework.boot.autoconfigure.graphql.reactive; import java.util.Collections; import java.util.stream.Collectors; import graphql.GraphQL; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import reactor.core.publisher.Mono; import org.springframework.beans.factor...
{ "content_hash": "ed56289b7a989645ca495edaf5868fb6", "timestamp": "", "source": "github", "line_count": 166, "max_line_length": 108, "avg_line_length": 44.84939759036145, "alnum_prop": 0.8333109469442579, "repo_name": "chrylis/spring-boot", "id": "70178c80163478782a350adb3efb3e4b49536593", "size": ...
/** * */ package com.hcr.bdr.crm.dao; import java.beans.PropertyVetoException; import java.io.IOException; import java.sql.Connection; import java.sql.SQLException; import java.util.Properties; import javax.sql.DataSource; import com.mchange.v2.c3p0.ComboPooledDataSource; /** * @author seraph * */ public clas...
{ "content_hash": "54576269faaaef42c5aec4ab90102bf4", "timestamp": "", "source": "github", "line_count": 74, "max_line_length": 68, "avg_line_length": 22.43243243243243, "alnum_prop": 0.7463855421686747, "repo_name": "seraph115/crm4j", "id": "2bdffe03902a8d0a5b92135f1a26b52d51eb6840", "size": "1660"...
#ifndef _ACTIVEMQ_TEST_OPENWIRE_OPENWIREVIRTUALTOPICTEST_H_ #define _ACTIVEMQ_TEST_OPENWIRE_OPENWIREVIRTUALTOPICTEST_H_ #include <activemq/test/VirtualTopicTest.h> namespace activemq { namespace test { namespace openwire { class OpenwireVirtualTopicTest : public VirtualTopicTest { private: CPPUNIT...
{ "content_hash": "5e56bad08ca1c176780badd8fc3c6fe6", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 85, "avg_line_length": 26.529411764705884, "alnum_prop": 0.7161862527716186, "repo_name": "apache/activemq-cpp", "id": "ed0276c9b542731d2b005714aebe7a80d57e425c", "size": "...
'use strict'; import type {HostComponent} from '../../Renderer/shims/ReactNativeTypes'; import requireNativeComponent from '../../ReactNative/requireNativeComponent'; import codegenNativeCommands from '../../Utilities/codegenNativeCommands'; import type {Int32} from '../../Types/CodegenTypes'; import type {TextInput...
{ "content_hash": "9df62a24e8bb3f64d1c689e307694648", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 95, "avg_line_length": 34.75, "alnum_prop": 0.7925659472422062, "repo_name": "exponent/react-native", "id": "a0dd8841123f6d6c8b743fd391b8eeda4ba30b8e", "size": "1058", "b...
layout: post title: Implementation-defined Behavior in C tags: C semantics published: true --- I've become interested recently in how we should think about C programs that perform implementation-defined operations, in particular, conversions between nonnull pointers and integers. Mostly, this is just idle curiosity ...
{ "content_hash": "39ac053297598c6853adb2472c64e0fa", "timestamp": "", "source": "github", "line_count": 136, "max_line_length": 436, "avg_line_length": 53.11764705882353, "alnum_prop": 0.7631506090808416, "repo_name": "gstew5/gstew5.github.io", "id": "ec3684cbd76709fa79329b293e80be26d2033f6b", "siz...
calculate_concurrency() { MEMORY_AVAILABLE=${MEMORY_AVAILABLE-$(detect_memory 512)} WEB_MEMORY=${WEB_MEMORY-512} WEB_CONCURRENCY=${WEB_CONCURRENCY-$((MEMORY_AVAILABLE/WEB_MEMORY))} if (( WEB_CONCURRENCY < 1 )); then WEB_CONCURRENCY=1 fi WEB_CONCURRENCY=$WEB_CONCURRENCY } log_concurrency() { echo "Det...
{ "content_hash": "07690c0158acb7da927735cc43081735", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 102, "avg_line_length": 29.08888888888889, "alnum_prop": 0.7089381207028266, "repo_name": "NSWIDER/nodejs-oracle-buildpack", "id": "f038da227aaa0bb877a85c77ac44cd6da8643280",...
include(ExternalProject) set(ROCKSDB_PREFIX_DIR ${THIRD_PARTY_PATH}/rocksdb) set(ROCKSDB_INSTALL_DIR ${THIRD_PARTY_PATH}/install/rocksdb) set(ROCKSDB_INCLUDE_DIR "${ROCKSDB_INSTALL_DIR}/include" CACHE PATH "rocksdb include directory." FORCE) set(ROCKSDB_LIBRARIES "${ROCKSDB_INSTALL_DIR}/lib/librocksdb.a" ...
{ "content_hash": "0e1c69e479f7d442a18fedd84434d92a", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 78, "avg_line_length": 36.69767441860465, "alnum_prop": 0.7122940430925222, "repo_name": "luotao1/Paddle", "id": "673b143aba853688ff433639576dbe4675db2b73", "size": "2185",...
package org.gradle.test.performance.mediummonolithicjavaproject.p81; import org.junit.Test; import static org.junit.Assert.*; public class Test1639 { Production1639 objectUnderTest = new Production1639(); @Test public void testProperty0() { String value = "value"; objectUnderTest.s...
{ "content_hash": "e956dc54e9df9f5a0c064e278b64c18a", "timestamp": "", "source": "github", "line_count": 79, "max_line_length": 68, "avg_line_length": 26.70886075949367, "alnum_prop": 0.6445497630331753, "repo_name": "oehme/analysing-gradle-performance", "id": "25ec19a810479e551aed97e2465c45d9ceaba30c...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>lambda: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" re...
{ "content_hash": "58b07b2fb4d22ce74554a3d4eef370b0", "timestamp": "", "source": "github", "line_count": 179, "max_line_length": 157, "avg_line_length": 40.815642458100555, "alnum_prop": 0.5544757733369833, "repo_name": "coq-bench/coq-bench.github.io", "id": "f2feca7af6fbbd602e4ce92656756b29c6f89a0b",...
/* $NetBSD: vrc4173cmureg.h,v 1.2 2001/10/26 04:22:25 enami Exp $ */ /*- * Copyright (c) 2001 TAKEMURA Shin * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source...
{ "content_hash": "337388cd7c0459ec9bffa01e7db4dba5", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 77, "avg_line_length": 43.48, "alnum_prop": 0.7539098436062558, "repo_name": "MarginC/kame", "id": "e5d0f200883361fcb5deca54d9234f942d5f53a6", "size": "2174", "binary": f...
from msrest.serialization import Model class ReplicaInfo(Model): """Information about the identity, status, health, node name, uptime, and other details about the replica. :param replica_status: Possible values include: 'Invalid', 'InBuild', 'Standby', 'Ready', 'Down', 'Dropped' :type replica_st...
{ "content_hash": "a893e6f9ea20cc74ea4827cd4c87009b", "timestamp": "", "source": "github", "line_count": 49, "max_line_length": 133, "avg_line_length": 40.57142857142857, "alnum_prop": 0.6413480885311871, "repo_name": "AutorestCI/azure-sdk-for-python", "id": "1f3cc3d49400e6e97950a4984b40de0118968872",...
#ifndef _MNP_IMPL_H_ #define _MNP_IMPL_H_ #include "NetLib.h" #include "MnpDriver.h" #include "MnpDebug.h" #define NET_ETHER_FCS_SIZE 4 #define MNP_SYS_POLL_INTERVAL (2 * TICKS_PER_MS) // 2 milliseconds #define MNP_TIMEOUT_CHECK_INTERVAL (50 * TICKS_PER_MS) // 50 milliseconds #define MNP...
{ "content_hash": "8e5e1f9b3ff8e95e446836f91ff8733e", "timestamp": "", "source": "github", "line_count": 259, "max_line_length": 79, "avg_line_length": 22.35135135135135, "alnum_prop": 0.6159958542062532, "repo_name": "kontais/EFI-MIPS", "id": "6328cc8c03a8a38a18f9fc362d53bcb8d6194682", "size": "657...
class Invisorql < Cask url 'http://www.pozdeev.com/invisor/InvisorQL.zip' homepage 'http://www.pozdeev.com/invisor/' version 'latest' sha256 :no_check qlplugin 'InvisorQL.qlgenerator' end
{ "content_hash": "405d51fd6750768c95189e79b4223d43", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 52, "avg_line_length": 28.285714285714285, "alnum_prop": 0.7373737373737373, "repo_name": "0asa/homebrew-cask", "id": "35f02582260190db117691fbdf569e0bca8e83bf", "size": "19...
<!DOCTYPE html> <html> <head> <title>Intuit Bootcamp Demonstrations</title> <link href="libs/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"> <link href="libs/bootstrap/dist/css/bootstrap-theme.min.css" rel="stylesheet"> <link href="css/site.css" rel="stylesheet"> </head> <body> <h1>Updated page</...
{ "content_hash": "a06887df9a788064a1ec5c8bd1f56017", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 80, "avg_line_length": 27.555555555555557, "alnum_prop": 0.6895161290322581, "repo_name": "Shikhanjali/bootcamp-sn", "id": "71e537d0fd6d94a040f403d229d8dcd6c05364d2", "size...
<?php namespace Drupal\Tests\Core\Annotation; use Drupal\Core\Annotation\Translation; use Drupal\Core\DependencyInjection\ContainerBuilder; use Drupal\Tests\UnitTestCase; /** * @coversDefaultClass \Drupal\Core\Annotation\Translation * @group Annotation */ class TranslationTest extends UnitTestCase { /** * T...
{ "content_hash": "9fb9a67fc4def3d6f0b5fb2f0f519bbc", "timestamp": "", "source": "github", "line_count": 78, "max_line_length": 102, "avg_line_length": 24.576923076923077, "alnum_prop": 0.5993740219092332, "repo_name": "MGApcDev/MGApcDevCom", "id": "ead56ae425109fb04d2cee3793f32dd4e0807dd4", "size":...
Tic Tac Toe game in Elm-lang and `<canvas>` http://tictactoe.szeremi.org/ # License MIT
{ "content_hash": "5c20e4124224894ed76f38a2ab203c82", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 43, "avg_line_length": 13, "alnum_prop": 0.7032967032967034, "repo_name": "amcsi/elm-tic-tac-toe", "id": "18d35ef886d8399506cec28c5cc4af519c898580", "size": "110", "binary...
using System; using System.Net.Http; using System.Collections.Generic; using System.Linq; using Refit; using System.Threading.Tasks; using System.IO; /* ******** Hey You! ********* * * This is a generated file, and gets rewritten every time you build the * project. If you want to edit it, you need to edit the mus...
{ "content_hash": "1a82bb5b19a34dd9887caa6a3922a4ed", "timestamp": "", "source": "github", "line_count": 128, "max_line_length": 287, "avg_line_length": 34.734375, "alnum_prop": 0.6365272154745839, "repo_name": "pdoh00/Time2Brew-FermentationController", "id": "93ce620d647ef7f822fd17aa6519cec1fc238f48"...
int main(int argc, const char *argv[]) { FLToolMain(argc, argv, [FLSyncFishLampTool class]); return 0; }
{ "content_hash": "821147ac30ffbd3c39afcfe349a093a3", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 55, "avg_line_length": 28.25, "alnum_prop": 0.6637168141592921, "repo_name": "fishlamp-released/FishLamp2", "id": "f13a74674585435fe6e5d966e78ca821c6236494", "size": "434", ...
@interface UIApplication (tvout) - (void) startTVOut; - (void) stopTVOut; - (void) updateTVOut; @end @interface MPTVOutWindow : UIWindow - (id)initWithVideoView:(id)fp8; @end @interface MPVideoView : UIView - (id)initWithFrame:(struct CGRect)fp8; @end @implementation MPVideoView (tvout) - (void) addSubview: (UIView ...
{ "content_hash": "f46639330d6d4200822d3175f707d474", "timestamp": "", "source": "github", "line_count": 119, "max_line_length": 97, "avg_line_length": 21.941176470588236, "alnum_prop": 0.7154346993489085, "repo_name": "bryansum/urMus", "id": "e76eafb1746ff5be6a7d452c7ef4bee5618eaf0c", "size": "2807...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in Encyclop. Mycol. (Paris), <b>1</b> Le Genre Inocybe 319 (1931) #### Original name Inocybe friesii R. Heim, 1931 ### Remarks null
{ "content_hash": "e8d7f2d5351cd2d3542b8244036fd7b1", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 62, "avg_line_length": 16.615384615384617, "alnum_prop": 0.6898148148148148, "repo_name": "mdoering/backbone", "id": "8b9c85fc32b9a6cc3c01c088d40fa73688909ddb", "size": "26...
package org.apache.ddlutils.model; import java.io.Serializable; import java.sql.Types; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.HashSet; import java.util.Iterator; import java.util.regex.Pattern; import java.util.regex.PatternSyntaxException; i...
{ "content_hash": "569c923e48a16224e1e3c2d0cd0169f5", "timestamp": "", "source": "github", "line_count": 694, "max_line_length": 224, "avg_line_length": 32.606628242074926, "alnum_prop": 0.5256087321578505, "repo_name": "jpcb/ddlutils", "id": "ecaf99a11138a1f4b54b18a1353eb0723916ba38", "size": "2345...
<!DOCTYPE compass-core-mapping PUBLIC "-//Compass/Compass Core Mapping DTD 1.0//EN" "http://www.opensymphony.com/compass/dtd/compass-core-mapping.dtd"> <compass-core-mapping package="org.compass.core.test.component.cyclic2"> <class name="ParentCycle" alias="parent"> <id name="id" /> <pr...
{ "content_hash": "b7dabb579a7a565b55f9726a89bdd9a0", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 72, "avg_line_length": 25.620689655172413, "alnum_prop": 0.604306864064603, "repo_name": "vthriller/opensymphony-compass-backup", "id": "3e56a909f0cced5483293239f80fbcd900e67...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_26) on Mon Jul 18 10:42:01 PDT 2011 --> <TITLE> net.authorize.data.mobile Class Hierarchy (Authorize.Net Java SDK) </TITLE> <META NAME="date" CONTEN...
{ "content_hash": "070f845a4ef632bb1a686f900d5c6ed8", "timestamp": "", "source": "github", "line_count": 155, "max_line_length": 216, "avg_line_length": 41.25806451612903, "alnum_prop": 0.6229867083659109, "repo_name": "YOTOV-LIMITED/sdk-android", "id": "66ac71db17f399d481c73094fb33500e06cd28f3", "s...
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W28653_text</title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;"> ...
{ "content_hash": "f7953e751d6937e04071bf2479e6a7cc", "timestamp": "", "source": "github", "line_count": 91, "max_line_length": 504, "avg_line_length": 62.56043956043956, "alnum_prop": 0.6852274723344458, "repo_name": "datamade/elpc_bakken", "id": "ac915f0d70790c5d3acc00642149d7a8895aa095", "size": ...
<?xml version="1.0" encoding="UTF-8" ?> <class name="VisualShaderNodeCustom" inherits="VisualShaderNode" version="3.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> <brief_description> Virtual class to define custom [VisualShaderNode]s for use in the Visual Shade...
{ "content_hash": "a3f73dcd40159da9c530d0a2f286e4c5", "timestamp": "", "source": "github", "line_count": 127, "max_line_length": 322, "avg_line_length": 60.77952755905512, "alnum_prop": 0.7226324653452519, "repo_name": "ex/godot", "id": "957a4a27c4bafbde8f8cae58aedda61dde34d38e", "size": "7719", "...
@class JPTopic; @interface JPTopicVoiceView : UIView @property(nonatomic,strong)JPTopic *topic; @end
{ "content_hash": "fd0748b73f06929108bf185a97a86cd3", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 42, "avg_line_length": 20.4, "alnum_prop": 0.7941176470588235, "repo_name": "Rogue24/MyProjectDemo", "id": "b9a1d643332f03a227fa6c6d812d5063d89a6812", "size": "268", "bina...
<div> <span class="grey-note"> Flight Doc ID: {{id}} <a target="_blank" href="/_utils/document.html?{{db_name}}/{{id}}">{{raw_data_lnk}}</a> </span> <p> <label for="flight_name">flight</label> <input id="flightName" type="text" name="flight_name" readonly="readonly" value="{{flight_name}}" style=...
{ "content_hash": "aec67a375875b42f6c543adf1c5be514", "timestamp": "", "source": "github", "line_count": 89, "max_line_length": 245, "avg_line_length": 66.30337078651685, "alnum_prop": 0.607015760040671, "repo_name": "shmakes/hf-basic", "id": "b2b28bd293580f164cb33d95e288f26e19de4034", "size": "5901...
package net.sourceforge.squirrel_sql.client.session.mainpanel; import javax.swing.DefaultComboBoxModel; import javax.swing.MutableComboBoxModel; import javax.swing.event.ListDataListener; import net.sourceforge.squirrel_sql.fw.util.log.ILogger; import net.sourceforge.squirrel_sql.fw.util.log.LoggerController; import...
{ "content_hash": "a8e14542944dcc8a367f10fe7ffa1823", "timestamp": "", "source": "github", "line_count": 215, "max_line_length": 79, "avg_line_length": 23.795348837209303, "alnum_prop": 0.7044566067240031, "repo_name": "sdgdsffdsfff/bigtable-sql", "id": "478b88a83ddafefe24cf700d0d9a91f2298b15f2", "s...
cask "navicat-premium-essentials" do version "16.0.13" sha256 :no_check url "https://download.navicat.com/download/navicatess#{version.major_minor.no_dots}_premium_en.dmg" name "Navicat Premium Essentials" desc "Database administration and development tool" homepage "https://navicat.com/products/navicat-es...
{ "content_hash": "d232c710db728cf78b8a562bf0ec7b27", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 101, "avg_line_length": 26.88235294117647, "alnum_prop": 0.7417943107221007, "repo_name": "sscotth/homebrew-cask", "id": "097f6c38486e7eee14aab8f34850bddbbcee592f", "size":...
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } }...
{ "content_hash": "f740967bd64b60261354e9e83afa7576", "timestamp": "", "source": "github", "line_count": 73, "max_line_length": 564, "avg_line_length": 45.178082191780824, "alnum_prop": 0.6952698605215282, "repo_name": "bokuweb/re-bulma", "id": "232bd82002c17a85c2c99035c90765d24c1dd5b5", "size": "32...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>propcalc: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.cs...
{ "content_hash": "6009b72458257b32bef5421fc71522a4", "timestamp": "", "source": "github", "line_count": 174, "max_line_length": 313, "avg_line_length": 41.758620689655174, "alnum_prop": 0.5546380401871731, "repo_name": "coq-bench/coq-bench.github.io", "id": "77046e049666051b6bb4d5e19b63aaa9038ad1e8",...
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Overlay](./puppeteer.protocol.overlay.md) &gt; [SetInspectModeRequest](./puppeteer.protocol.overlay.setinspectmoderequest.md) &gt; [mode]...
{ "content_hash": "5d68900bb743c4fede78733c18a568ec", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 296, "avg_line_length": 40.84615384615385, "alnum_prop": 0.7250470809792844, "repo_name": "GoogleChrome/puppeteer", "id": "13d0d3b3081be2fa7ee81cd9e490b995910198bb", "size"...
[![Build Status](https://travis-ci.org/marshall-lee/descendants_fetcher.svg?branch=master)](https://travis-ci.org/marshall-lee/descendants_fetcher) This gem provides functionality similar to [descendants_tracker](https://github.com/dkubb/descendants_tracker) but it doesn't store classes in the array. Instead of this i...
{ "content_hash": "a3dda70092def31884be1908e0afccce", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 437, "avg_line_length": 26.936507936507937, "alnum_prop": 0.7472009428403065, "repo_name": "marshall-lee/descendants_fetcher", "id": "91e665d9e03ca2e993dbb1753e31cac944216a91...
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>[ESUI EXAMPLE] - Select</title> <link rel="stylesheet" href="page.css" type="text/css" /> <link rel="stylesheet" href="../../src/esui/css/ui-select.css" type="text/css" /> <!-- __debug__ <link rel="stylesheet" href...
{ "content_hash": "fdb7f4596fff55d79075e29b90a5d332", "timestamp": "", "source": "github", "line_count": 83, "max_line_length": 88, "avg_line_length": 25.85542168674699, "alnum_prop": 0.6178937558247903, "repo_name": "erik168/ER", "id": "dea10f4658cfb5fe44a0146fbcf8bac93aad1ce1", "size": "2222", "...
=head1 LICENSE Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute Copyright [2016-2018] 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 obt...
{ "content_hash": "41c2a26f56db7b8943abe51ec534f4c4", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 101, "avg_line_length": 25.314814814814813, "alnum_prop": 0.6854425749817118, "repo_name": "ens-lgil/ensembl-rest", "id": "5a8f8cd46bf70308cd1c8243041486e6c86db5e0", "size"...
 #include <aws/route53domains/model/Nameserver.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::Utils::Json; using namespace Aws::Utils; namespace Aws { namespace Route53Domains { namespace Model { Nameserver::Nameserver() : m_nameHasBeenSet(false), m_glueIpsHasB...
{ "content_hash": "910396b31b5ee9adae5fc3a434f81cbf", "timestamp": "", "source": "github", "line_count": 79, "max_line_length": 94, "avg_line_length": 19.49367088607595, "alnum_prop": 0.7032467532467532, "repo_name": "jt70471/aws-sdk-cpp", "id": "8462b80aba3bf15e01c1d9e98125bda26ae4534d", "size": "1...
<?php namespace Phony\Tests\Server; use Phony\Server\Response; class ResponseTest extends \PHPUnit_Framework_TestCase { public function testGetMethod() { $method = "POST"; $response = new Response($method); $this->assertEquals($method, $response->getMethod()); } public functi...
{ "content_hash": "f342cec236a608b4054aaea7bb6d7bab", "timestamp": "", "source": "github", "line_count": 72, "max_line_length": 83, "avg_line_length": 28.51388888888889, "alnum_prop": 0.5635655138821237, "repo_name": "icambridge/phony", "id": "6b9a2a0defcd92a9af3cf7ef3b353b56ac43a338", "size": "2053...
<?php /** * RmaAmb form. * * @package sf_sandbox * @subpackage form * @author Your name here * @version SVN: $Id: sfDoctrineFormTemplate.php 23810 2009-11-12 11:07:44Z Kris.Wallsmith $ */ class RmaAmbForm extends BaseRmaAmbForm { public function configure() { } }
{ "content_hash": "517706c24e9cd520f1829f4be70031a7", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 95, "avg_line_length": 18, "alnum_prop": 0.6597222222222222, "repo_name": "luelher/gesser", "id": "25458064485b6053170c595df9b8395f98e1783e", "size": "288", "binary": fal...
package tap import ( "encoding/json" ) // yaml serializes a message to YAML. This implementation uses JSON, // which is a subset of YAML [1] and is implemented by Go's standard // library. // // [1]: http://www.yaml.org/spec/1.2/spec.html#id2759572 func yaml(message interface{}, prefix string) (marshaled []byte, er...
{ "content_hash": "29e9c1e19dbd33962962c6eaea0e62b1", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 77, "avg_line_length": 25.45, "alnum_prop": 0.6856581532416502, "repo_name": "opencontainers/runtime-tools", "id": "f848e64269bb426a10e9e83e1dccb79779d6855d", "size": "526"...
define(function(require, exports, module) { exports.isDark = true; exports.cssClass = "ace--nouba"; exports.cssText = require("../requirejs/text!./Nouba.css"); var dom = require("../lib/dom"); dom.importCssString(exports.cssText, exports.cssClass); });
{ "content_hash": "08059e2c1a9bbca34debbe5f8c42bfe2", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 59, "avg_line_length": 23.363636363636363, "alnum_prop": 0.708171206225681, "repo_name": "Colorsublime/colorsublime.github.io", "id": "7fde789ae949c725904fd2c4b8e96ca7b38049b...
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-us" xml:lang="en-us"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contribut...
{ "content_hash": "dd1290c45aff54545b8f9e95aefda986", "timestamp": "", "source": "github", "line_count": 68, "max_line_length": 261, "avg_line_length": 47.51470588235294, "alnum_prop": 0.7288765088207985, "repo_name": "Kerensky256/Database", "id": "46bf8e8d63262a5d1659a4292d22e98bd0f0ec6a", "size": ...
using System; using System.Collections.Generic; using System.Linq; namespace LinqToDB.Mapping { using Common; using Extensions; using Linq; using Reflection; /// <summary> /// Stores mapping entity descriptor. /// </summary> public class EntityDescriptor { /// <summary> /// Creates desc...
{ "content_hash": "713b13600505566b7947ded4cc0f33ef", "timestamp": "", "source": "github", "line_count": 277, "max_line_length": 182, "avg_line_length": 32.848375451263536, "alnum_prop": 0.6355643477305198, "repo_name": "genusP/linq2db", "id": "2af39c01d68ae3e547678350569fe83b8d23f377", "size": "910...
<?php require_once(__DIR__ . '/../autoload.php'); $messageBird = new \MessageBird\Client('YOUR_ACCESS_KEY'); // Set your own API access key here. $hlr = new \MessageBird\Objects\Hlr(); $hlr->msisdn = 31612345678; $hlr->reference = "Custom reference"; try { $hlrResult = $messageBird->hlr->create($h...
{ "content_hash": "fec0f704116ed945b4198a78cb5ef77d", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 95, "avg_line_length": 32.90909090909091, "alnum_prop": 0.6726519337016574, "repo_name": "messagebird/php-rest-api", "id": "faaf914a61ba33314bc52525858138f35e78239c", "size...
/* Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name> */ .hljs { display: block; overflow-x: auto; padding: 0.5em; padding-top: 0; padding-bottom: 0; color: black; -webkit-text-size-adjust: none; } .hljs-comment, .hljs-annotation, .diff .hljs-header, .hljs-chun...
{ "content_hash": "3693b69ccd9c12636853cc88930d47e8", "timestamp": "", "source": "github", "line_count": 94, "max_line_length": 92, "avg_line_length": 16.851063829787233, "alnum_prop": 0.6900252525252525, "repo_name": "wcyz666/Autolab", "id": "325bd26e7a29e7e966f9fea0558801d308fb3dd3", "size": "1584...
// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import {assert} from 'chrome://resources/js/assert.m.js'; import {MetadataItem} from './metadata_item.js'; import {MetadataRequest} from './metadata_request.js'; /** * @abst...
{ "content_hash": "4f729fbad5cc4f796c99247bc7bc1ed6", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 78, "avg_line_length": 29.97826086956522, "alnum_prop": 0.6584481508339376, "repo_name": "nwjs/chromium.src", "id": "5c813724e55153835d8f04c3dc14af0a6bcdb178", "size": "137...
Local app to keep track of cryptocurrency markets ## Motivation **Goal** My goal is to create a local app that anyone can use to monitor and make trades on multiple markets. Using api keys from those markets just like others apps out there, except that the keys are local and not on someone elses server. ## Status ...
{ "content_hash": "c1656bf1d03df17cf1886fab0ccffebd", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 231, "avg_line_length": 30.727272727272727, "alnum_prop": 0.7692307692307693, "repo_name": "mikebobadilla/cryptowatch", "id": "a40a6dc9a7ca9b856563387937f7646fb8a80d98", "s...
This project does not use ';' at the end of lines.
{ "content_hash": "09efae01a46ad835eafdcc4675886ead", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 50, "avg_line_length": 50, "alnum_prop": 0.72, "repo_name": "DeividasK/tgoals", "id": "21815b6b2e6aff5b28a0ad9ed0f1ce50d799445e", "size": "76", "binary": false, "copies"...
(function($) { var extend = function(out) { out = out || {}; for (var i = 1; i < arguments.length; i++) { if (!arguments[i]) { continue; } for (var key in arguments[i]) { if (arguments[i].hasOwnProperty(key)) { out[key] = arguments[i][key]; } } }...
{ "content_hash": "296205d36f85b83b5edc64a7d781b461", "timestamp": "", "source": "github", "line_count": 486, "max_line_length": 150, "avg_line_length": 32.62139917695473, "alnum_prop": 0.5879273369496657, "repo_name": "thomaspark/glyphsearch", "id": "5316224da92289e4d9c5ee421ce4c75aae3f396f", "size...
setTimeout(function () { // Authy form helpers clobber bootstrap styles, need to add them back $('.countries-input').addClass('form-control'); },200);
{ "content_hash": "f066fd034ff5f906bac4a2aae37f1849", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 73, "avg_line_length": 40.5, "alnum_prop": 0.6728395061728395, "repo_name": "TwilioDevEd/authy2fa-csharp", "id": "4f17558ff733e4c6bb1c099086d99d727b115349", "size": "164", ...
package org.mmtk.plan.poisoned; import org.mmtk.plan.marksweep.MSCollector; import org.vmmagic.pragma.*; import org.vmmagic.unboxed.Address; import org.vmmagic.unboxed.ObjectReference; /** * This class implements a poisoned collector, that is essentially a test * case for read and write barriers in the VM. */ @U...
{ "content_hash": "71abb523630141726c5e39fc5024c0d8", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 79, "avg_line_length": 24.904761904761905, "alnum_prop": 0.6625239005736138, "repo_name": "ut-osa/laminar", "id": "abf8002298e495b031a482bbe16f8fd182ea8c3c", "size": "1479"...
package com.amazonaws.services.mediaconnect.model; import java.io.Serializable; import javax.annotation.Generated; /** * * @see <a href="http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/StopFlow" target="_top">AWS API * Documentation</a> */ @Generated("com.amazonaws:aws-java-sdk-code-generato...
{ "content_hash": "f90e4211b8b3bc6d9580e095d4c7745c", "timestamp": "", "source": "github", "line_count": 165, "max_line_length": 141, "avg_line_length": 29.21212121212121, "alnum_prop": 0.5993775933609958, "repo_name": "aws/aws-sdk-java", "id": "d93e3bdcf4c8da778c4adc47fd1ee5b049eb669d", "size": "54...
from SDAWithVectorField import Obstacle from SDAWithVectorField import Constants class StationaryObstacle(Obstacle): """ Wrapper class for Stationary obstacles """ def __init__(self, point, radius, height): """ :param point: The point for the stationary obstacle :type point: Nu...
{ "content_hash": "c0a7be051fccd825de6752963963029f", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 72, "avg_line_length": 25.842105263157894, "alnum_prop": 0.59979633401222, "repo_name": "FlintHill/SUAS-Competition", "id": "086baf076da8f74e366f7e3055f804a0b3043430", "siz...
from swgpy.object import * def create(kernel): result = Creature() result.template = "object/mobile/shared_dressed_rebel_specforce_guerrilla_human_female_01.iff" result.attribute_template_id = 9 result.stfName("npc_name","human_base_female") #### BEGIN MODIFICATIONS #### #### END MODIFICATIONS #### re...
{ "content_hash": "88f9c868cf6232f412ea82fd25b0984b", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 95, "avg_line_length": 25.46153846153846, "alnum_prop": 0.7099697885196374, "repo_name": "anhstudios/swganh", "id": "c699bf91c80d44045cdd976424c0ddd611ac3b12", "size": "476...
<?php $file = __DIR__.'/../vendor/autoload.php'; if (!file_exists($file)) { throw new RuntimeException('Install dependencies to run test suite. "php composer.phar install --dev"'); } $loader = require($file); use \Doctrine\Common\Annotations\AnnotationRegistry; use Symfony\Component\ClassLoader\UniversalClassLoa...
{ "content_hash": "e4f30e08eedbba265be6ccf70b70b227", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 108, "avg_line_length": 33.214285714285715, "alnum_prop": 0.7150537634408602, "repo_name": "SamEngenner/extjs-bundle", "id": "f3b89714545b62bd3224504381b68c2d63c1f517", "si...
package thumbtack.inMemoryDatabase; public class NoTransactionException extends Throwable { }
{ "content_hash": "2edd9718fe07706b25e60f421759fe32", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 53, "avg_line_length": 19, "alnum_prop": 0.8526315789473684, "repo_name": "gauravkm/InMemoryDatabase", "id": "2a0da2ef15b943451e9420d4083bedc41ed08e4d", "size": "95", "bin...
package com.ztemt.test.mtbf; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public abstract class Cer_MTBF_Telephony extends Cer_MTBF { protected String getOperatorNumber() { String operator = null; String phoneNumber = null; try ...
{ "content_hash": "543938cb5f06005ea7a36e2314319051", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 82, "avg_line_length": 30.942857142857143, "alnum_prop": 0.5604801477377654, "repo_name": "doctang/TestPlatform", "id": "78ae7676bc399ed16109bf1883bfce648cb8ce54", "size": ...
package ru.justnero.study.dsmnm.lab02; import java.nio.file.Paths; import java.util.ArrayList; import java.util.List; import java.util.Random; import java.util.Scanner; import javafx.collections.FXCollections; import javafx.collections.ObservableList; import javafx.fxml.FXML; import javafx.scene.chart.LineChart; impo...
{ "content_hash": "1916fece58fb6d9f5d7d94d6c9de8b69", "timestamp": "", "source": "github", "line_count": 184, "max_line_length": 109, "avg_line_length": 36.89673913043478, "alnum_prop": 0.5949329798202976, "repo_name": "justnero-ru/university", "id": "90f03ce8c913d34e422db702c4418e01048b86fa", "size...
from tempest_lib import exceptions as lib_exc from tempest.api.network import base from tempest.common.utils import data_utils from tempest import test class NetworksNegativeTestJSON(base.BaseNetworkTest): @test.attr(type=['negative']) @test.idempotent_id('9293e937-824d-42d2-8d5b-e985ea67002a') def test...
{ "content_hash": "abae23ca80758ab2cf640d486d5b5ebc", "timestamp": "", "source": "github", "line_count": 80, "max_line_length": 79, "avg_line_length": 42.125, "alnum_prop": 0.6409495548961425, "repo_name": "xbezdick/tempest", "id": "4d1971f9f2f262a5df9b61a79a11f446978f905b", "size": "4052", "binar...
package com.github.paginationspring.example.jsf1.entity; import java.math.BigDecimal; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; @Entity @Table(name = "PG_NBA_PLAYER") public class PgNbaPlayer { private int nbaPlayerId; private Str...
{ "content_hash": "39fa9c6b2f9d4932ecaaed778e89de8b", "timestamp": "", "source": "github", "line_count": 103, "max_line_length": 94, "avg_line_length": 26.310679611650485, "alnum_prop": 0.7228782287822878, "repo_name": "paginationspring/pagination-example-jsf1", "id": "f5e32d830c0083f9096ec6e4798377c8...
<a href='https://github.com/angular/angular.js/edit/v1.5.x/src/ng/directive/ngEventDirs.js?message=docs(ngKeydown)%3A%20describe%20your%20change...#L246' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit">&nbsp;</i>Improve this Doc</a> <a href='https://github.com/angular/angular.js/tree/v1.5.2/...
{ "content_hash": "55a186e4d289cad0cf9efdc4e3d02492", "timestamp": "", "source": "github", "line_count": 116, "max_line_length": 257, "avg_line_length": 21.146551724137932, "alnum_prop": 0.6074194863432532, "repo_name": "bensonmyrtil/movie_manager", "id": "af6b8e1022a378eb2cb6c023569575823b9dc8de", ...
/*! translation-dictionary v0.1.1 | https://github.com/rottmann/translation-dictionary | Peter Rottmann <rottmann@inveris.de> | MIT */ (function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(); else if(typeof define === 'func...
{ "content_hash": "fc9a06814d4a1a0c6552936d9450597f", "timestamp": "", "source": "github", "line_count": 837, "max_line_length": 166, "avg_line_length": 33.101553166069294, "alnum_prop": 0.5429509853461344, "repo_name": "rottmann/translation-dictionary", "id": "98cf7d2dee1204b2f0dfc82cb9c0cfc9e870e323...
#import <Foundation/Foundation.h> #import "MMEnumAttributeContainer.h" typedef NS_ENUM(NSUInteger, MMPasswordResetMethod){ MMPasswordResetMethodNOTIFICATION = 0, MMPasswordResetMethodOLDPASSWORD, MMPasswordResetMethodOTP, }; @interface MMPasswordResetMethodContainer : NSObject <MMEnumAttributeContainer>...
{ "content_hash": "a0a6871ccb790f790876d8ca997de513", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 79, "avg_line_length": 23.357142857142858, "alnum_prop": 0.8134556574923547, "repo_name": "tutsplus/iOS-MagnetMessage", "id": "fb0b7fcc1be87dd25da0ec9054f6419752b78f84", "s...
package org.apache.asterix.builders; import java.io.DataOutput; import java.io.DataOutputStream; import java.io.IOException; import org.apache.asterix.dataflow.data.nontagged.serde.SerializerDeserializerUtil; import org.apache.asterix.om.types.ATypeTag; import org.apache.asterix.om.types.AbstractCollectionType; impo...
{ "content_hash": "d206a79cdd91b6185bb8992ac649022e", "timestamp": "", "source": "github", "line_count": 125, "max_line_length": 116, "avg_line_length": 40.72, "alnum_prop": 0.6357563850687623, "repo_name": "heriram/incubator-asterixdb", "id": "f64206e383080b7bbd9df45161ac4f53e1f41ce1", "size": "589...
import os from os import path import sys from optparse import OptionParser import json dataset = {"dataset": {"listing": [], "ui": [], "manifest": [], "code": [] }} def generate_target(source_dir, targetType): for root, dirs, files in os.walk(source_dir): if len(dirs) == 0: entry = {"target": ...
{ "content_hash": "a6a271e4aac542e70067afa70b208bf2", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 116, "avg_line_length": 35.214285714285715, "alnum_prop": 0.6206896551724138, "repo_name": "sieveable/sieveable-tools", "id": "bdd161c22068445bac9cd5e53235699967547112", "s...
The service auto instrument agent is a subset of language-based native agents. This kind of agents is based on some language-specific features, especially those of a VM-based language. ## What does Auto Instrument mean? Many users learned about these agents when they first heard that "Not a single line of code has to...
{ "content_hash": "50da4f496de93c8ebc8497549023e36d", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 369, "avg_line_length": 91.5, "alnum_prop": 0.7991803278688525, "repo_name": "apache/skywalking", "id": "ee52af15288868eb49d2044ff471a5f7df91e21a", "size": "2960", "binar...
In this section, we gonna talk about how atlas handles caching and batching. Here we will learn: - What is caching and batching - Why batching - Why caching - Defaults - Enabling cache (careful) # What is caching and batching (for atlas) Let's clarify what is caching and batching for ***atlas***. Note that t...
{ "content_hash": "f89fd0e35dfd9a68996bc9d7c394a7eb", "timestamp": "", "source": "github", "line_count": 74, "max_line_length": 522, "avg_line_length": 64.0945945945946, "alnum_prop": 0.7170567151591819, "repo_name": "gugamm/react-api-atlas", "id": "fa2873e878455fc2c1b140519d5a38c62ec94d7b", "size":...
/* @author holman * * Index file for directivesthat needed to be included in app */ // TODO remove ./module when an actual directive is included define(['./module'], function() {});
{ "content_hash": "8ca92d8e44c3f09b12a1055f5647eab5", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 61, "avg_line_length": 26.571428571428573, "alnum_prop": 0.6881720430107527, "repo_name": "golmansax/my-ng-skeleton", "id": "df7f38b92a56fbdc1e803a8247ea1d867db572c4", "size...
<?xml version="1.0" encoding="UTF-8"?> <list> <option name="HASKELL_CONSTRUCTOR"> <value> <option name="FOREGROUND" value="67daf0"/> </value> </option> <option name="HASKELL_TYPE"> <value> <option name="FOREGROUND" value="73e3d0"/> </value> </optio...
{ "content_hash": "f794a9ff916fb33aabd2a63784aada07", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 54, "avg_line_length": 26.642857142857142, "alnum_prop": 0.5214477211796247, "repo_name": "anlun/haskell-idea-plugin", "id": "62868dbc962fef08d779135d51e8b36047f236e8", "si...
using System; namespace Indigo.Security.Exceptions { [Serializable] public class UnkownUserNameException : IncorrectUserNameOrPasswordException { public UnkownUserNameException(string userName) : base("未知的用户名 [{0}]", userName) { } } }
{ "content_hash": "dd2ccac78690ce2df7b77f3334ad4b0d", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 88, "avg_line_length": 23.916666666666668, "alnum_prop": 0.6550522648083623, "repo_name": "ynhng/Indigo.NET", "id": "1bb4193d997b9ef3767f77348ab5aa13cf2dc1c5", "size": "301...
package org.folio.marccat.dao.persistence; /** * 2018 Paul Search Engine Java * * @author paulm * @version $Revision: 1.1 $, $Date: 2018/01/01 14:09:42 $ * @since 1.0 */ public class S_BIB1_SMNTC { private int useNumber; private int relationNumber; private int positionNumber; private int structureNumber;...
{ "content_hash": "db1ec4acd3cd6703844eb072bad6cb46", "timestamp": "", "source": "github", "line_count": 244, "max_line_length": 100, "avg_line_length": 23.922131147540984, "alnum_prop": 0.7431899948603735, "repo_name": "atcult/mod-cataloging", "id": "9672b8a9c6233980a3f71a51f23af723be153fa4", "size...
ntec ==== is an open-source information visualization and analysis tool that is available under the MIT license. User features: <ul> <li>tables</li> <li>charts</li> <li>monitorization objects</li> <li>filters</li> <li>free draw objects</li> <li>sql analysis tool</li> </ul> Admin features: <ul> <li>backo...
{ "content_hash": "cc6969519aeb148ee1c97f9d29382d42", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 102, "avg_line_length": 17.6875, "alnum_prop": 0.6643109540636042, "repo_name": "nelsonjma/ntec", "id": "03a2a9ebf418b3e9a41c59b2ce2e8caf126330eb", "size": "566", "binary...
// Copyright (c) 2019 The Bitcoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_RADIX_H #define BITCOIN_RADIX_H #include <rcu.h> #include <util/system.h> #include <array> #include <atomic> #include...
{ "content_hash": "091725ec92b036f1c1c70a3032b17e3c", "timestamp": "", "source": "github", "line_count": 399, "max_line_length": 80, "avg_line_length": 33.51629072681704, "alnum_prop": 0.48665220967621325, "repo_name": "Bitcoin-ABC/bitcoin-abc", "id": "85cb206b1f861b900a6974b3a729be2616045f40", "siz...
package com.capitalone.dashboard.service; import com.capitalone.dashboard.model.Feature; import com.capitalone.dashboard.model.SprintEstimate; import com.capitalone.dashboard.model.DataResponse; import java.util.List; import java.util.Optional; import org.bson.types.ObjectId; public interface FeatureService { /**...
{ "content_hash": "78414ea9443d0a77cae3c81a56fd2a88", "timestamp": "", "source": "github", "line_count": 164, "max_line_length": 89, "avg_line_length": 37.03048780487805, "alnum_prop": 0.6910917174378396, "repo_name": "harish961/Hygieia-WFN", "id": "21966cad56747c9669be1d4bd0e7144d9b05b8f4", "size":...