text
stringlengths
2
1.04M
meta
dict
// Copyright (C) 2006 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed t...
{ "content_hash": "49ee5725ddb098873a53e91a80952345", "timestamp": "", "source": "github", "line_count": 1654, "max_line_length": 238, "avg_line_length": 38.278113663845225, "alnum_prop": 0.563052817791256, "repo_name": "Kodemon/reach-yuidoc-theme", "id": "2e4c62c170c27bd87c7a339ebde937e4a5501de2", ...
import enum from typing import Dict, Set @enum.unique class NotificationType(enum.IntEnum): """ Constants regarding the different types of notification we can send to a device See https://docs.google.com/document/d/1SV-hNCtgAn2hSMZaC973UdLHCFXCNpvq_RKq0UoY4yg/edit# """ # DO NOT CHANGE THESE CONS...
{ "content_hash": "a35446a39a4e803fbe048d3e77df3d7a", "timestamp": "", "source": "github", "line_count": 126, "max_line_length": 103, "avg_line_length": 38.166666666666664, "alnum_prop": 0.7540029112081513, "repo_name": "the-blue-alliance/the-blue-alliance", "id": "c60049545a54cc28c5ca95e9d1e0c1093944...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_171-google-v7) on Mon Apr 08 11:10:18 PDT 2019 --> <title>LogQuery.Builder (Google App Engine API for Java)</title> <meta name="date" content="...
{ "content_hash": "2902ef75861cde7b1d95b0db130e731e", "timestamp": "", "source": "github", "line_count": 584, "max_line_length": 396, "avg_line_length": 55.73972602739726, "alnum_prop": 0.6775006144015728, "repo_name": "googlearchive/caja", "id": "8ed30f0b02f1e19f4dde31071ef2a38189cf34d4", "size": "...
// // JBaseView.m // Journey // // Created by Wayde Sun on 6/30/13. // Copyright (c) 2013 iHakula. All rights reserved. // #import "BBQBaseView.h" @implementation BBQBaseView - (id)initWithFrame:(CGRect)frame { self = [super initWithFrame:frame]; if (self) { // Initialization code } retur...
{ "content_hash": "207fa82890c061b4dd17b4044d640e67", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 74, "avg_line_length": 17.096774193548388, "alnum_prop": 0.6660377358490566, "repo_name": "wayde191/tulip", "id": "ef71fa5f6b9ae6d13e91f9025920fc0d7e3003f2", "size": "530",...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>infotheo: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.cs...
{ "content_hash": "b0576c412b135b6206bd9a4ec0c61a51", "timestamp": "", "source": "github", "line_count": 187, "max_line_length": 159, "avg_line_length": 39.81283422459893, "alnum_prop": 0.5527199462726662, "repo_name": "coq-bench/coq-bench.github.io", "id": "a5e40693cda4bfc908557a679f7ee8b6c5745418", ...
<?xml version="1.0"?> <layout> <adminhtml_faq_index> <reference name="content"> <block type="edgecom_faq/adminhtml_faq" name="faq" /> </reference> </adminhtml_faq_index> </layout>
{ "content_hash": "3613d6bf0623ced0e8649f7949dd1937", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 65, "avg_line_length": 27, "alnum_prop": 0.5787037037037037, "repo_name": "edgecom/faq", "id": "e6b229cc927f0a43a87bc5f493c7e625d6f0c4e8", "size": "216", "binary": false, ...
package org.pac4j.saml.client; import org.junit.Test; import org.pac4j.saml.util.Configuration; import java.io.File; import static org.junit.Assert.*; /** * Unit tests for the SAML2Client. */ public class SAML2ClientTest { public SAML2ClientTest() { assertNotNull(Configuration.getParserPool()); ...
{ "content_hash": "c27126133841bbea1f1edd0b1270f71b", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 120, "avg_line_length": 33.703125, "alnum_prop": 0.6852109411219286, "repo_name": "robgratz/pac4j", "id": "2f263f7ba928e933eb0749b2460e2d391c5902a2", "size": "2758", "bin...
'use strict'; describe('ReactDOMProduction', () => { var ReactDOMFeatureFlags = require('ReactDOMFeatureFlags'); var React; var ReactDOM; var oldProcess; beforeEach(() => { __DEV__ = false; // Mutating process.env.NODE_ENV would cause our babel plugins to do the // wrong thing. If you change ...
{ "content_hash": "2a6d21f5c3b748a2cb302cf17942305d", "timestamp": "", "source": "github", "line_count": 271, "max_line_length": 96, "avg_line_length": 27.837638376383765, "alnum_prop": 0.5487804878048781, "repo_name": "niubaba63/react", "id": "aba6fc4ff996670026bc44040e268e8cefc576d2", "size": "787...
package main import ( "errors" "time" sj "github.com/bitly/go-simplejson" "github.com/donnie4w/go-logger/logger" "job" ) type Workshop struct { sub string // 业务的名字,打日志时有用 ctx *sj.Json sleepWhenNeed bool // 当机器不健康时消极怠工 ctrlChan chan int // [0] unis -> channel -> control reportChan cha...
{ "content_hash": "a2eb0daa38262731b7bc47c5eb4ee995", "timestamp": "", "source": "github", "line_count": 513, "max_line_length": 137, "avg_line_length": 30.364522417153996, "alnum_prop": 0.669833729216152, "repo_name": "Qihoo360/poseidon", "id": "31b54f16db7caa6b320885bdb84eff9cbf6a990b", "size": "1...
package org.apache.aries.blueprint.plugin.handlers.config; import org.apache.aries.blueprint.annotation.config.Config; import org.apache.aries.blueprint.annotation.config.DefaultProperty; import org.apache.aries.blueprint.plugin.spi.XmlWriter; import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLSt...
{ "content_hash": "53a5301a959996b0dbdbd2570ffe2ba9", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 106, "avg_line_length": 37.34782608695652, "alnum_prop": 0.6740395809080326, "repo_name": "WouterBanckenACA/aries", "id": "c7ac2e90bf55f5c9ce78cb30689e94784f658999", "size"...
use std::result::Result; use std::error::Error; use std::io::*; use std::sync::*; use serde_json::*; use gossyp_base::*; /// /// Tool that prints out text for its parameter to a stream /// pub struct PrintTool<Stream: Write+Send> { stream: Mutex<Stream> } impl PrintTool<Stdout> { /// /// Creates a new pri...
{ "content_hash": "98399d332211b82243750d0ec5d1fb75", "timestamp": "", "source": "github", "line_count": 75, "max_line_length": 93, "avg_line_length": 27.88, "alnum_prop": 0.5418460066953611, "repo_name": "Logicalshift/gossyp", "id": "bc5715e8d180ee4e3daf1a7e46b298efaa297c72", "size": "2166", "bin...
/* * Jitsi, the OpenSource Java VoIP and Instant Messaging client. * * Distributable under LGPL license. * See terms of license at gnu.org. */ package net.java.sip.communicator.impl.callhistory; import java.util.*; import net.java.sip.communicator.service.callhistory.*; import net.java.sip.communicator.service.c...
{ "content_hash": "677e26fa2a7093d2411ffe5b81841ab5", "timestamp": "", "source": "github", "line_count": 164, "max_line_length": 80, "avg_line_length": 29.615853658536587, "alnum_prop": 0.6413423924233066, "repo_name": "ibauersachs/jitsi", "id": "0ebeafde335e4c3f62eaff7280b4dd2c18cf5613", "size": "4...
/* ----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ Copyright (c) 2000-2012 Torus Knot Software Ltd Permission is hereby granted, free of charge, to any...
{ "content_hash": "8cd471f3e327d40b20228ab62e811f2c", "timestamp": "", "source": "github", "line_count": 247, "max_line_length": 127, "avg_line_length": 33.24696356275304, "alnum_prop": 0.6854603019970774, "repo_name": "Oriense/orsens", "id": "c24620fb5e9d6da6fd5cecf0e5f061364b9b78ad", "size": "8559...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Ca...
{ "content_hash": "547269b6d5d3dc3dcf9c81344924fd16", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 84, "avg_line_length": 38.97222222222222, "alnum_prop": 0.7462580185317177, "repo_name": "Emiliya93/TelerikAcademy", "id": "b03528e0815a51c91caf59fe4844ca4e1ce47129", "size...
<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Orbitron"> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Raleway"> <style> h1{ font-family: 'Orbitron', serif; fo...
{ "content_hash": "22dff785c2a2ffc2d62bafacfea4cbe7", "timestamp": "", "source": "github", "line_count": 53, "max_line_length": 103, "avg_line_length": 23.37735849056604, "alnum_prop": 0.5940274414850686, "repo_name": "AmandaWouldGo/gamegyft", "id": "2596d4ba504fa8276cd9a3688ac1c255ea14bd1c", "size"...
EnhancedZipFile =============== This is a custom zipfile library that supports the zipping of very large files out of memory. ###NB * I wrote this code specifically to solve [this problem](http://goo.gl/k5ykDP) which I posted on stack-overflow * The code may not be heavily optimized since I am still a newbie in pyth...
{ "content_hash": "f8741b83f141b601f17b9a013e6c0562", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 111, "avg_line_length": 28, "alnum_prop": 0.7252747252747253, "repo_name": "najela/EnhancedZipFile", "id": "c1406cf1416a78da055953e11df6716f625927d0", "size": "364", "bin...
#ifndef __FSL_MC_CMD_H #define __FSL_MC_CMD_H #define MC_CMD_NUM_OF_PARAMS 7 #define MAKE_UMASK64(_width) \ ((uint64_t)((_width) < 64 ? ((uint64_t)1 << (_width)) - 1 : -1)) static inline uint64_t mc_enc(int lsoffset, int width, uint64_t val) { return (uint64_t)(((uint64_t)val & MAKE_UMASK64(width)) << lsoffset); ...
{ "content_hash": "ab64e001f40daed8ab5496b5aa2ef700", "timestamp": "", "source": "github", "line_count": 179, "max_line_length": 74, "avg_line_length": 30.48603351955307, "alnum_prop": 0.6492578339747114, "repo_name": "guileschool/BEAGLEBONE-tutorials", "id": "1ec67b549164f4a7a48969d8eb9f004228252891"...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="description" content="a low-code development platform for creating systems" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scala...
{ "content_hash": "a7061833ea9c80d98aad1ce9ac8f526a", "timestamp": "", "source": "github", "line_count": 65, "max_line_length": 110, "avg_line_length": 33.53846153846154, "alnum_prop": 0.6027522935779817, "repo_name": "system-sdk/system-designer-cordova", "id": "5f3d8398df9730b750b93a77a0ecd6d57cf9be7...
layout: model title: English Bert Embeddings (from smeylan) author: John Snow Labs name: bert_embeddings_childes_bert date: 2022-04-11 tags: [bert, embeddings, en, open_source] task: Embeddings language: en edition: Spark NLP 3.4.2 spark_version: 3.0 supported: true annotator: BertEmbeddings article_header: type: cover...
{ "content_hash": "c63f1b163994056c8a172f3150e41b1d", "timestamp": "", "source": "github", "line_count": 98, "max_line_length": 195, "avg_line_length": 25.836734693877553, "alnum_prop": 0.7401263823064771, "repo_name": "JohnSnowLabs/spark-nlp", "id": "ad06fc60e33a64f47a1e26f3c5e8768647e07477", "size...
/* Includes ------------------------------------------------------------------*/ #include "stm32f1xx_hal.h" #include "stm32f1xx.h" #include "stm32f1xx_it.h" /* USER CODE BEGIN 0 */ #include "esp8266.h" #include "control.h" bool USER_GPIO_EXTI_IRQHandler(uint16_t GPIO_Pin); /* USER CODE END 0 */ /* Exte...
{ "content_hash": "150411556a2805aed496f8dd937c4f37", "timestamp": "", "source": "github", "line_count": 287, "max_line_length": 103, "avg_line_length": 24.027874564459932, "alnum_prop": 0.5743909512761021, "repo_name": "JalonWong/Mini-IoT", "id": "8bc6408f71f6c111b7bad31b300e33903dbf6cdf", "size": ...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "d1ab2c3be33a489e76047027e574a5b2", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "7359f18b7db7b7f15ec764690d8822a745b024b7", "size": "205...
<?php namespace Area4\ContableBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\Controller; use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; use Area4\ContableBundle\En...
{ "content_hash": "e73b5fe2e6581b4f70a9d00a1231edf1", "timestamp": "", "source": "github", "line_count": 202, "max_line_length": 104, "avg_line_length": 29.846534653465348, "alnum_prop": 0.5913086747387627, "repo_name": "ezekielriva/CampeonatoFutbol-Area4", "id": "33af2c0ab9e272e02bfc106cac328d8092082...
<!DOCTYPE html> <head> <title>circlepacking</title> <meta http-equiv='Content-Type' content='text/html; charset=UTF-8'> <script src='../deps/lib.js'></script> <script src="../deps/pvisual.v1.min.js"></script> <style> .chart, svg{ float: left; } </style> </head> <body> <div id...
{ "content_hash": "d43d94aeee166f2c0fc9e81b99490372", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 71, "avg_line_length": 26.304347826086957, "alnum_prop": 0.6066115702479339, "repo_name": "linan142857/pvisual", "id": "4aa0fb7ce3842f98d821c097661a818ad4084786", "size": "...
import { Component, ViewChild, AfterViewInit } from '@angular/core'; import { jqxNavigationBarComponent } from '../../../../../jqwidgets-ts/angular_jqxnavigationbar'; @Component({ selector: 'app-root', templateUrl: './app.component.html' }) export class AppComponent implements AfterViewInit { @ViewChild...
{ "content_hash": "b09b3a2973a60924a26e40b9777a8e85", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 97, "avg_line_length": 28.5625, "alnum_prop": 0.7089715536105032, "repo_name": "juannelisalde/holter", "id": "292c9e21c59d78f9dc11d5527e1ddba581a11c1b", "size": "459", "b...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in Mem. New York Bot. Gard. 65:300. 1991 #### Original name Schrankia floridana Chapman ### Remarks null
{ "content_hash": "d2e2ab5626ec866b6eecf3e564d7ea59", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 14.615384615384615, "alnum_prop": 0.7157894736842105, "repo_name": "mdoering/backbone", "id": "eabef0dbe4948f26796d9a1b7cea1530b7fe1049", "size": "26...
namespace ncore { Semaphore::Semaphore() : handle_(0) { } Semaphore::~Semaphore() { fini(); } bool Semaphore::init(uint32_t initial, uint32_t max) { if(handle_) return true; handle_ = CreateSemaphore(0, initial, max, 0); return handle_ != 0; } void Semaphore::f...
{ "content_hash": "097f18bc8c8ffa48cacfed839d4eaa5a", "timestamp": "", "source": "github", "line_count": 65, "max_line_length": 63, "avg_line_length": 16.83076923076923, "alnum_prop": 0.6023765996343693, "repo_name": "shileiyu/ncore", "id": "a559f9448a1af8f432f4061fba2f8527d916c9d2", "size": "1137",...
import functools import json from contextlib import contextmanager import pytest import launch import launch.cli import launch.config import pkgpanda import ssh import test_util from launch.util import get_temp_config_path, stub from test_util.helpers import Host @contextmanager def mocked_context(*args, **kwargs):...
{ "content_hash": "a298e7e87f02cbce2129a8bbf851e314", "timestamp": "", "source": "github", "line_count": 255, "max_line_length": 119, "avg_line_length": 38.984313725490196, "alnum_prop": 0.7017402675787144, "repo_name": "jeid64/dcos", "id": "4e3dc9b9f2159cfb0f898fae16939b9e32b4fbf5", "size": "9941",...
// Copyright (c) kuicker.org. All rights reserved. // Modified By YYYY-MM-DD // kevinjong 2016-02-11 - Creation using System; using System.Drawing; using System.IO; using System.Linq; using System.Text; using Xunit; namespace IsTo.Tests { public class ToOfTypeToArray { [Fact] public...
{ "content_hash": "7175d5487aa3edf11444762d31a76a77", "timestamp": "", "source": "github", "line_count": 352, "max_line_length": 79, "avg_line_length": 23.74715909090909, "alnum_prop": 0.590261993061371, "repo_name": "Kuick/IsTo", "id": "c104a37957cef87c73a63c5a74890044e2eefe4c", "size": "8361", "...
import BaseHTTPServer import json import service_func class service_handler(BaseHTTPServer.BaseHTTPRequestHandler): def __init__(self, request, client_address, server): BaseHTTPServer.BaseHTTPRequestHandler.__init__(self, request, client_address, server) def do_GET(self): data = None ...
{ "content_hash": "f8728579aca1c68ca8565214873f9f3f", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 111, "avg_line_length": 32.54, "alnum_prop": 0.51259987707437, "repo_name": "jordsti/hacker-jeopardy", "id": "0b39b0210cf5007a3d0276b5b06c50a1ce786430", "size": "1627", "...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name Craterostigma latibracteatum Skan ### Remarks null
{ "content_hash": "e83125d13f83a319e143292fa035b4f5", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 33, "avg_line_length": 11.923076923076923, "alnum_prop": 0.7483870967741936, "repo_name": "mdoering/backbone", "id": "48b685d5099d71a29cd2c926a82101e15e3d040a", "size": "22...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="pt"> <head> <!-- Generated by javadoc (1.8.0_45) on Thu Nov 12 15:33:43 BRST 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ET</title> <meta nam...
{ "content_hash": "32506c00226912ab4495e0052d139511", "timestamp": "", "source": "github", "line_count": 364, "max_line_length": 391, "avg_line_length": 35.41208791208791, "alnum_prop": 0.617377812257564, "repo_name": "lucasdavid/CG-Assignment-1", "id": "c11912e2c2470f519177c2fdab17af2d0b7b33eb", "s...
A simple combat manager for the Supers! rpg written for the Commodore 64 using CC65
{ "content_hash": "80b48875e0e9a0b11c2d9ca2ee4667b6", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 83, "avg_line_length": 84, "alnum_prop": 0.8095238095238095, "repo_name": "hculpan/supers-combat-manager", "id": "2461702a67e4383885a840200b747d910deeb55b", "size": "108", ...
import {OnlinePlayerMetadata} from "../../io/OnlinePlayerMetadata"; import {ResourcePath, ResourcePathUtil} from "../../io/ResourcePath"; import {ResourceSubscriberTabModel} from "../ResourceSubscriberTabModel"; import {TabController} from "../TabController"; import {UserManagementTabController} from "./UserManagementT...
{ "content_hash": "098cdb7ccf57a153f96fb7c159597dc8", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 96, "avg_line_length": 37.073170731707314, "alnum_prop": 0.7171052631578947, "repo_name": "gianluca-nitti/FacadeServer-frontend", "id": "b3d8c8dca1201560e188fcd8e1884e8c179e1...
Official releases are built in Docker containers. Details are [here](../../build/README.md). You can do simple builds and development with just a local Docker installation. If want to build go locally outside of docker, please continue below. ## Go development environment Kubernetes is written in [Go](http://golan...
{ "content_hash": "668ec0326f2848f445bbd2f15093cc8a", "timestamp": "", "source": "github", "line_count": 265, "max_line_length": 328, "avg_line_length": 36.011320754716984, "alnum_prop": 0.7557371895630305, "repo_name": "whitmo/kubernetes", "id": "6d6bdb8611890f7cb409e038a206dcd2bd42ce0e", "size": "...
<?php /** * Defines the securable object role assignments for a user or group on the Web site, list, or list item. */ namespace SharePoint\PHP\Client; class RoleAssignment extends ClientObject { }
{ "content_hash": "9d6562f4d002d94b70f142c3534e7402", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 105, "avg_line_length": 16.833333333333332, "alnum_prop": 0.7425742574257426, "repo_name": "ctcudd/phpSPO", "id": "58e25e90a89c8485eb240e41a869b4a14da6d527", "size": "202",...
<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <title>Sistema de Aprendizado de Lógica</title> <meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' /> <meta name="viewport" co...
{ "content_hash": "7e0100ab3be80e8c33bc18d32b6a8fca", "timestamp": "", "source": "github", "line_count": 360, "max_line_length": 889, "avg_line_length": 58.12222222222222, "alnum_prop": 0.43576753966736764, "repo_name": "herbertsds/projetoFinal", "id": "3275a0cdb709935dab9e2acc8494ea75471a63e1", "si...
// // QtThread.cpp - C++ Thread class built on top of Qt threads. // ~~~~~~~~~~~ #include "QtThreadPrivateData.h" #include <QtCore/QCoreApplication> #include <iostream> using namespace OpenThreads; //----------------------------------------------------------------------------- // Initialize thread master priority ...
{ "content_hash": "5672113a0d1deeeb62000c0d949ef2a2", "timestamp": "", "source": "github", "line_count": 452, "max_line_length": 102, "avg_line_length": 24.347345132743364, "alnum_prop": 0.5086778736937756, "repo_name": "mattjr/seafloorexplore", "id": "803da0cd39974fd829b450af3ea3d84b0108f8b5", "siz...
'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": "ec15b4d555edb67adca0fc6c9fc1ce54", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 257, "avg_line_length": 36.90625, "alnum_prop": 0.6494496189669772, "repo_name": "bairrada97/festival", "id": "78b1c2e1975e09165f51cfbe4cf2ccbee087194c", "size": "1181", ...
import contextlib import os import sys import tempfile import uuid import datetime import shlex import pyclbr import random import inspect import socket import re import types import time import calendar import netaddr import shutil import json import itertools from collections import OrderedDict from xml.sax import sa...
{ "content_hash": "7279b947dc8d90301a096a09b505281e", "timestamp": "", "source": "github", "line_count": 699, "max_line_length": 80, "avg_line_length": 34.06008583690987, "alnum_prop": 0.5933299731182796, "repo_name": "spcs/synaps", "id": "7eeeee8f4ed109737d7edf38d6b3810a3d6e913e", "size": "24666", ...
 using EDDiscovery.Controls; using EliteDangerousCore; using EliteDangerousCore.EDSM; using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.IO; using System.Linq; using System.Windows.Forms; namespace EDDiscovery.UserControls { public partial class UserCon...
{ "content_hash": "fb3339d9b98fa725e15e61fac70f3515", "timestamp": "", "source": "github", "line_count": 636, "max_line_length": 484, "avg_line_length": 43.20754716981132, "alnum_prop": 0.5791848617176129, "repo_name": "EDDiscovery/EDDiscovery", "id": "e0cc9a3dd2114563acde976b6d64ed1a64451d62", "siz...
//----------------------------------------------------------------------- // <copyright file="Program.cs" company="Akka.NET Project"> // Copyright (C) 2009-2016 Typesafe Inc. <http://www.typesafe.com> // Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net> // </copyright> //-------...
{ "content_hash": "8a6c853c52df8a0daba69779572bb8cb", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 95, "avg_line_length": 35.54545454545455, "alnum_prop": 0.539002557544757, "repo_name": "eloraiby/akka.net", "id": "6145e7f60de53778f515e7b138e70c4f5da2848c", "size": "1566...
package java.awt.dnd; import gnu.classpath.NotImplementedException; import java.awt.Component; import java.awt.Cursor; import java.awt.Image; import java.awt.Point; import java.awt.datatransfer.Transferable; import java.awt.dnd.peer.DragSourceContextPeer; import java.io.Serializable; import java.util.TooManyListen...
{ "content_hash": "536ca8eb5cd6f06f0ebcd6d09279f926", "timestamp": "", "source": "github", "line_count": 330, "max_line_length": 87, "avg_line_length": 26.696969696969695, "alnum_prop": 0.6623155505107832, "repo_name": "shaotuanchen/sunflower_exp", "id": "1fee5c0c3043faacbc821f83010fad1f9bb73b09", "...
require "inspec" require "kitchen/terraform/system_bastion_host_resolver" require "kitchen/terraform/system_inspec_map" require "rubygems" module Kitchen module Terraform # InSpecOptionsMapper is the class of objects which build Inspec options. class InSpecOptionsFactory class << self # #inputs...
{ "content_hash": "756e52df83f78618c687383381cd4d2b", "timestamp": "", "source": "github", "line_count": 70, "max_line_length": 118, "avg_line_length": 41.214285714285715, "alnum_prop": 0.6790294627383016, "repo_name": "newcontext-oss/kitchen-terraform", "id": "19211560787adb4664417b425a46cf13cef36c8f...
FROM balenalib/solidrun-imx6-ubuntu:focal-build ENV GO_VERSION 1.17.7 RUN mkdir -p /usr/local/go \ && curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \ && echo "e4f33e7e78f96024d30ff6bf8d2b86329fc04df1b411a8bd30a82dbe60f408ba go$GO_VERSION.linux-armv7hf.tar...
{ "content_hash": "5af3ac72a2f4378d9d145395c007bad9", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 673, "avg_line_length": 64.7741935483871, "alnum_prop": 0.727589641434263, "repo_name": "resin-io-library/base-images", "id": "181258de6d53347a4ce56bd45cf72870961994f9", "s...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_112) on Wed May 31 18:08:09 EDT 2017 --> <title>Uses of Class brown.tracingplane.baggageprotocol.BagKey.Keyed</title> <meta name="date" content...
{ "content_hash": "9a41e53ba21496ffbda5b0fce2ab031e", "timestamp": "", "source": "github", "line_count": 205, "max_line_length": 449, "avg_line_length": 50.58048780487805, "alnum_prop": 0.6863728421255666, "repo_name": "tracingplane/tracingplane-java", "id": "2148ae1d42770606873591fde55c4db763f8fa8c",...
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.culiu.mhvp.core"> <!-- <application android:allowBackup="false" > </application>--> </manifest>
{ "content_hash": "820e875ffbbdf1c504aa57d3f57678e7", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 68, "avg_line_length": 24, "alnum_prop": 0.6770833333333334, "repo_name": "XavierSAndroid/MagicHeaderViewPager", "id": "223ea86d1e9f2c931d01ed9f92d186ff883ca7ad", "size": "1...
<?php namespace xleeuwx\Affiliate\Model; abstract class ProductImport { abstract function getExternalProductDetails($productID); abstract function getExternalProduct($productID); abstract function getExternalProductPrice($productID); abstract function updateExternalProduct($productID); }
{ "content_hash": "8dc1fa5ee604f6819e766ffa4a672c21", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 60, "avg_line_length": 19.4375, "alnum_prop": 0.7909967845659164, "repo_name": "xleeuwx/octobercms-plugin-affiliate", "id": "9ef5a4fe6aba1cc90a5eb6119c34d2983b376215", "siz...
Welcome to the example app used in the [Tour of Heroes: Multiple Components](https://webdev.dartlang.org/angular/tutorial/toh-pt3) page of [Dart for the web](https://webdev.dartlang.org). You can run a [hosted copy](https://webdev.dartlang.org/examples/toh-3) of this sample. Or run your own copy: 1. Create a local co...
{ "content_hash": "c1abc85126de48853ef858a9bdd9fdef", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 96, "avg_line_length": 46.22727272727273, "alnum_prop": 0.7453294001966568, "repo_name": "angular-examples/toh-3", "id": "0f5c876879244b26f5583360a3329e6ce7f1cc22", "size":...
package mesosphere.marathon package core.matcher.manager.impl import java.util.UUID import java.time.Clock import mesosphere.AkkaUnitTest import mesosphere.marathon.core.instance.TestInstanceBuilder._ import mesosphere.marathon.core.instance.{ Instance, TestInstanceBuilder } import mesosphere.marathon.core.launcher.I...
{ "content_hash": "90c76acbd1c64210d0951c0afe616b0a", "timestamp": "", "source": "github", "line_count": 227, "max_line_length": 158, "avg_line_length": 45.629955947136565, "alnum_prop": 0.7372079552037073, "repo_name": "meln1k/marathon", "id": "27f68587594bcdf037d6d2545d0f39470ecb9ecb", "size": "10...
<?xml version="1.0" ?><!DOCTYPE TS><TS language="la" version="2.0"> <defaultcodec>UTF-8</defaultcodec> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="+14"/> <source>About Apollocoin</source> <translation>Informatio de Apollocoin</translati...
{ "content_hash": "19d3342255feffb89344aef11ac75fca", "timestamp": "", "source": "github", "line_count": 2937, "max_line_length": 402, "avg_line_length": 39.97003745318352, "alnum_prop": 0.6379054790786425, "repo_name": "apollocoin/apollocoin", "id": "db3fb9c190e8d97daaaf24d1447a8cb334f3c46f", "size...
<?php /* * This file is copied from the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> */ namespace Composer\Autoload; use Symfony\Component\Finder\Finder; use Composer\IO\IOInterface; use Composer\Util\Filesystem; /** * ClassMapGenerator * * @author Gyula Sallai <salla016@gmail.com> * @au...
{ "content_hash": "6d079bb74a27caa6bffe7bd123f1de5e", "timestamp": "", "source": "github", "line_count": 295, "max_line_length": 217, "avg_line_length": 42.14915254237288, "alnum_prop": 0.51407431236931, "repo_name": "nicolas-grekas/composer", "id": "6910fcb6fc8ff0b1697d9e48e187543dda71d2b7", "size"...
<?php require 'config_files.php'; require 'int_debug.php'; require 'int_get_message.php'; require 'signin_post.php'; $response = ''; $link = @mysqli_connect(DB_SERVER, DB_USER, DB_PASS, DB_DATABASE_NAME); if (!$link) { require 'response_500_db_open_error.php'; } else { $debugState = int_GetDebug($link, 'signin', ...
{ "content_hash": "ef01b24d95fb561ed16692da79ed0a3c", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 71, "avg_line_length": 23.829268292682926, "alnum_prop": 0.6192425793244627, "repo_name": "weblabux/wluxui", "id": "817d915fe978b66beff3f511aab9425f052f752b", "size": "2200...
import SimpleHTTPServer import SocketServer import sys from requests import get PORT = 8000 if __name__ == '__main__': old_stderr = sys.stderr with open('httpd.log', 'a') as f: sys.stderr = f Handler = SimpleHTTPServer.SimpleHTTPRequestHandler try: httpd = Socket...
{ "content_hash": "498502714c6fbee2a8c8af0f8c61536b", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 63, "avg_line_length": 21.5, "alnum_prop": 0.587737843551797, "repo_name": "theonewolf/straplay", "id": "e6fdfa700e4d7d7b81a840ef3b15c20059274c10", "size": "496", "binary...
package org.monarchinitiative.phenotefx.gui; import org.monarchinitiative.phenotefx.gui.infoviewer.InfoViewerFactory; import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.IOException; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.ut...
{ "content_hash": "55d811778588f1e78df2ecf2dd7f3d9d", "timestamp": "", "source": "github", "line_count": 146, "max_line_length": 120, "avg_line_length": 39.082191780821915, "alnum_prop": 0.48615492464072907, "repo_name": "pnrobinson/hphenote", "id": "148cc99f5a25f9f3b70461890d762f01cb1910d8", "size"...
using System; using System.Data.SqlClient; using System.Data; namespace BaseLibrary { /// <summary> /// Methods to connect to SQL Server /// </summary> internal class ConnectionTools { static string getConnectionStr = System.Configuration.ConfigurationManager.AppSettings["ConnStr"].ToStrin...
{ "content_hash": "4fb9c8d07c706462d86a6ec8afa6b2a2", "timestamp": "", "source": "github", "line_count": 109, "max_line_length": 117, "avg_line_length": 36.43119266055046, "alnum_prop": 0.5434399395618232, "repo_name": "JEnriqueZS/DAL-BaseLibrary", "id": "377de84188dbf77508463dd88a30f40718ec7c24", "...
<mvc:View controllerName="sap.ui.demo.walkthrough.controller.HelloPanel" xmlns="sap.m" xmlns:mvc="sap.ui.core.mvc"> <Panel headerText="{i18n>helloPanelTitle}" class="sapUiResponsiveMargin" width="auto"> <content> <Button id="helloDialogButton" text="{i18n>openDialogButtonText}" press=".onOpen...
{ "content_hash": "8d7f1d61a338d7b5a753d6ce642eed71", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 69, "avg_line_length": 25.428571428571427, "alnum_prop": 0.6910112359550562, "repo_name": "SAP/openui5", "id": "f13ca82cd40fda673a98af2ebdabfbbb88a80f85", "size": "712", ...
package org.mamasdelrio.android.views; import android.content.Context; import android.util.AttributeSet; import android.widget.CheckBox; import android.widget.Checkable; import android.widget.RadioButton; import android.widget.RelativeLayout; import org.mamasdelrio.android.R; /** * Created by sudars on 8/19/16. */...
{ "content_hash": "c9650c8da383fe48ff4ed9bf812f2b2a", "timestamp": "", "source": "github", "line_count": 51, "max_line_length": 85, "avg_line_length": 22.725490196078432, "alnum_prop": 0.7394305435720449, "repo_name": "srsudar/MamasDelRioAndroid", "id": "2988b385ed39a1682e68e05ff282314bef6929a7", "s...
var split = require('./') var salad = { apples: 1, bananas: 3, carrots: 2 } var loudIngredients = split(salad).map(function (ingredient) { return { key: ingredient.key.toUpperCase(), value: ingredient.value * 3 } }) inspect('loud ingredients', loudIngredients) var loudSalad = split.join(loudIngred...
{ "content_hash": "5d760216b81782c0c396d5e646d88639", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 83, "avg_line_length": 19.72, "alnum_prop": 0.6734279918864098, "repo_name": "timoxley/split-object", "id": "09b3db01973092414585d1591633c34bdfbea2b7", "size": "493", "bi...
Here's an example of a module that has two parts: a service and a db. The service depends on the db. Here's the `db.js`: ```javascript module.exports = Db; function Db() { } Db.$inject = []; Db.prototype.answer = function () { return 42; }; ``` And here's `service.js`: ```javascript module.exports = Service; fu...
{ "content_hash": "bd7ffd49c1d15b50cafa776ff41faae8", "timestamp": "", "source": "github", "line_count": 144, "max_line_length": 118, "avg_line_length": 22.73611111111111, "alnum_prop": 0.6985339034819792, "repo_name": "dowjones/di", "id": "f7bc3b9a81718732319dcdf5a3a29ea2cb3514b0", "size": "3485", ...
'use strict'; var VersionChecker = require('ember-cli-version-checker'); var path = require('path'); var isModuleUnification; module.exports = { name: 'ember-resolver', emberResolverFeatureFlags() { var resolverConfig = {}; //TODO: load from ember-cli-build.js return Object.assign({ /* Add defaul...
{ "content_hash": "d5e399b0d82477c445a30164da557dd9", "timestamp": "", "source": "github", "line_count": 110, "max_line_length": 128, "avg_line_length": 30.272727272727273, "alnum_prop": 0.6396396396396397, "repo_name": "gabz75/ember-cli-deploy-redis-publish", "id": "3713b81f0e6f10783c6fa7aaa26728cd91...
#include <string> #include <iostream> using namespace std; template <class T> class StringTest { public: virtual void runTest(); void testFunction(); }; template <class T> void StringTest<T>:: runTest() { testFunction (); } template <class T> void StringTest <T>::testFunction() { // initialize s with s...
{ "content_hash": "63b5f491512c4887524addb7d2ec2475", "timestamp": "", "source": "github", "line_count": 55, "max_line_length": 52, "avg_line_length": 19, "alnum_prop": 0.6267942583732058, "repo_name": "execunix/vinos", "id": "2e491883d73237b30146dc29b37fd923cf77e5d1", "size": "1797", "binary": fa...
The MIT License (MIT) Copyright (c) 2015 108anup Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish,...
{ "content_hash": "662cdc6856ea73895677b958448f3ae5", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 78, "avg_line_length": 51.142857142857146, "alnum_prop": 0.8035381750465549, "repo_name": "108anup/course-comparator", "id": "f525c2be94b7223be727667f4581c53d878bc5df", "si...
require File.dirname(__FILE__) + '/unit_test_helper' require 'crack' require 'restclient' require File.dirname(__FILE__) + "/../init" class TicketTest < Test::Unit::TestCase def test_query_ticket result = UuyoooTicket.get_with('queryTicket',{:goodsId=>"xxxxxx"}) p result.inspect,'----queryTicket---' e...
{ "content_hash": "25777bff71f9e6106f3f19d4b46b1acd", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 145, "avg_line_length": 30, "alnum_prop": 0.6594202898550725, "repo_name": "foyoto/uuyooo_sdk", "id": "fac7ea2ca3148b855dd86998dc3986f04ec404c5", "size": "706", "binary":...
package com.codefollower.douyu.http.ssl; import javax.net.ssl.KeyManager; import javax.net.ssl.SSLContext; import javax.net.ssl.SSLSessionContext; import javax.net.ssl.TrustManager; public interface SSLUtil { public SSLContext createSSLContext() throws Exception; public KeyManager[] getKeyManagers() throw...
{ "content_hash": "59e196cd5e3df999f6786ba4e85cbc0f", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 77, "avg_line_length": 27, "alnum_prop": 0.7839506172839507, "repo_name": "codefollower/Open-Source-Research", "id": "35e9ac2d62a8c0dd40bd4c2eeb91db338e254eca", "size": "12...
ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Leveillula taurica f. saussureae Jacz. ### Remarks null
{ "content_hash": "8051116f744e35f13313f262852dc346", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 38, "avg_line_length": 11, "alnum_prop": 0.7132867132867133, "repo_name": "mdoering/backbone", "id": "cc53b00d7fc61480eb77704bb25d959d97b695b3", "size": "217", "binary": ...
<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/xsd/maven-4.0.0.xsd"> <parent> <groupId>com.alibaba.rocketmq</groupId> <artifactId>rocketmq-all</artif...
{ "content_hash": "d896a936af2f87fbd90dd4e49bcfa8db", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 68, "avg_line_length": 28.1875, "alnum_prop": 0.7012195121951219, "repo_name": "lizhanhui/Alibaba_RocketMQ", "id": "8fdd761ad6736b84a69861ff8bf39d0ae2b58dcb", "size": "1804...
At this point we're going to talk about best practices to work with git. ## Index * [Prologue](#prologue) * [Getting Started](#getting-started) * [Setting up git](#setting-up-git) * [gitignore](#gitignore) * [Commit Messages](#commit-messages) * [Commit Often](#commit-often) * [Push only finished and tested code...
{ "content_hash": "2a2a56fae810e05735dcfb26a81c474f", "timestamp": "", "source": "github", "line_count": 679, "max_line_length": 407, "avg_line_length": 37.273932253313696, "alnum_prop": 0.7529337389861314, "repo_name": "beeva-arturomartinez/beeva-best-practices", "id": "a907bd95a2b2fd3b1c78b1b5e8edaf...
layout: documentation title: Query how-to --- <a name="_Bazel_Query_How_To"> </a> # Bazel query how-to This is a quick tutorial to get you started using Bazel's query language to trace dependencies in your code. For a language details and `--output` flag details, please see the reference manual, [Bazel query referen...
{ "content_hash": "f0fadb9c519beae99423912e2d75222f", "timestamp": "", "source": "github", "line_count": 460, "max_line_length": 148, "avg_line_length": 36.68913043478261, "alnum_prop": 0.6812229661669728, "repo_name": "kchodorow/bazel-1", "id": "98e8f87b48a4b8eb449817afef04fa9d2f60392a", "size": "1...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "49cbcbda510cdc39f91f30f947166d98", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "a740c51a3993af533bcb0c189a6ae247c22564f4", "size": "183...
filename: /packages/material-ui/src/Modal/Modal.js --- <!--- This documentation is automatically generated, do not try to edit it. --> # Modal API <p class="description">The API documentation of the Modal React component. Learn more about the props and the CSS customization points.</p> ## Import ```js import Modal...
{ "content_hash": "03304ad9435cb9102fd4c3cf0d285817", "timestamp": "", "source": "github", "line_count": 65, "max_line_length": 496, "avg_line_length": 90.86153846153846, "alnum_prop": 0.7202844564849306, "repo_name": "lgollut/material-ui", "id": "aef58d703ac875bd3e9b0a1f9bf89f3a339da46c", "size": "...
@interface ASPOSEWBookmarkData : JSONModel @property(nonatomic, strong) NSString<Optional> *text; @end
{ "content_hash": "f18379c66508a31e37b2321da905dcb2", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 54, "avg_line_length": 21, "alnum_prop": 0.7904761904761904, "repo_name": "asposeforcloud/Aspose_Cloud_SDK_For_iOS", "id": "026fbacadbd964a6a42237c04949ba55c5e49f9d", "size"...
/*------------------------------------------------------------------------- * * pg_resgroup.h * definition of the system "resource group" relation (pg_resgroup). * * * * NOTES * the genbki.sh script reads this file and generates .bki * information from the DATA() statements. * *-----------------------...
{ "content_hash": "9ade92e6f239e034805a0c0747525a2d", "timestamp": "", "source": "github", "line_count": 128, "max_line_length": 79, "avg_line_length": 26.1171875, "alnum_prop": 0.6374513909661981, "repo_name": "rvs/gpdb", "id": "c5b1e2b0689a9f3b596309757403eef917a49b3a", "size": "3343", "binary":...
package io.jeo.android.graphics; import static io.jeo.map.CartoCSS.COMP_OP; import static io.jeo.map.CartoCSS.LINE_CAP; import static io.jeo.map.CartoCSS.LINE_COLOR; import static io.jeo.map.CartoCSS.LINE_COMP_OP; import static io.jeo.map.CartoCSS.LINE_DASHARRAY; import static io.jeo.map.CartoCSS.LINE_DASH_OFFSET; im...
{ "content_hash": "c470c4bfa473c7031a879bbfe58bc552", "timestamp": "", "source": "github", "line_count": 437, "max_line_length": 89, "avg_line_length": 30.954233409610985, "alnum_prop": 0.573519627411843, "repo_name": "jeo/jeo-android", "id": "5499634c29ff3fbfaa7096dd65b14b2552c0a3fb", "size": "1414...
""" Handles all requests relating to volumes + cinder. """ import collections import copy import functools import sys from cinderclient import client as cinder_client from cinderclient import exceptions as cinder_exception from cinderclient.v1 import client as v1_client from keystoneauth1 import exceptions as keyston...
{ "content_hash": "f237d44512763f41fdbf45a36441cba2", "timestamp": "", "source": "github", "line_count": 533, "max_line_length": 79, "avg_line_length": 41.70544090056285, "alnum_prop": 0.5715506770435017, "repo_name": "zhimin711/nova", "id": "5be9d5bbec06b3769cff109aa82f9f6699444376", "size": "22961...
//===-- llvm/CodeGen/DwarfDebug.cpp - Dwarf Debug Framework ---------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
{ "content_hash": "4c230a04b96ca6781f8342b9ac76394f", "timestamp": "", "source": "github", "line_count": 3024, "max_line_length": 82, "avg_line_length": 34.554232804232804, "alnum_prop": 0.6598495578608888, "repo_name": "wrmsr/lljvm", "id": "5ad1e5ea050961bcaf2c31bcc6d6f7d56ac385ad", "size": "104492...
<!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_34) on Wed Oct 23 13:33:57 EDT 2013 --> <TITLE> Uses of Class org.hibernate.collection.internal.PersistentSortedMap (Hibernate JavaDocs) </TITLE> <M...
{ "content_hash": "a374788a5b7722d0c7b7bbb7835577a6", "timestamp": "", "source": "github", "line_count": 144, "max_line_length": 243, "avg_line_length": 43.166666666666664, "alnum_prop": 0.624034749034749, "repo_name": "HerrB92/obp", "id": "2645504c9f19977225579ae728620bd6c9212fe6", "size": "6216", ...
@interface GYMExerciseListTableViewCellModel () @property (nonatomic, copy, readwrite) NSString *weight; @property (nonatomic, copy, readwrite) NSString *numberOfRepetitions; @property (nonatomic, copy, readwrite) NSString *numberOfSets; @property (nonatomic, copy, readwrite) NSString *exerciseName; @end @implementati...
{ "content_hash": "773304304131b06d24be14e4ab684961", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 83, "avg_line_length": 32.95652173913044, "alnum_prop": 0.7638522427440633, "repo_name": "gymmy/gymmy-ios", "id": "9b780c0730cfc6d7dffddf8e098415905a998897", "size": "869",...
package com.eeeya.fantuan.api.android.client.model; import com.fasterxml.jackson.annotation.JsonProperty; /** * **/ @ApiModel(description = "") public class ResultModelOfTableStatus { private String message = null; private Object ext = null; private Integer status = null; private Long time = null; p...
{ "content_hash": "14f2dd08980e5fe3bf039747a6d0df64", "timestamp": "", "source": "github", "line_count": 98, "max_line_length": 60, "avg_line_length": 20.071428571428573, "alnum_prop": 0.6161667513980681, "repo_name": "huizhong/fantuan", "id": "1d15871710f25dc47692928c16a9a63f9edeb027", "size": "207...
$(document).ready(function(){ var SlideMenu = function(selector) { this.selector = selector; this.element = function(){ return $(this.selector); }; this.currentWidth = function() { return this.element().width(); }; this.minWidth = this.element().width(); this.maxWidth = this.m...
{ "content_hash": "b6236c2509574686bea14bc3f5db3fd8", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 66, "avg_line_length": 25.295454545454547, "alnum_prop": 0.5705300988319856, "repo_name": "JLWolfe1990/blast", "id": "d466145888047df41ea1a3b5d4acd2833f17bd90", "size": "11...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>subst: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" ...
{ "content_hash": "eaa10f700cd02fc28761457322f51b4c", "timestamp": "", "source": "github", "line_count": 165, "max_line_length": 299, "avg_line_length": 42.696969696969695, "alnum_prop": 0.5442157558552164, "repo_name": "coq-bench/coq-bench.github.io", "id": "273f665800eff3201b255aab5a391eeb99312a65",...
ACCEPTED #### According to Index Fungorum #### Published in Trans. Br. mycol. Soc. 11: 190 (1926) #### Original name Cryptotheciaceae A.L. Sm. ### Remarks null
{ "content_hash": "04fe31bf46a5591b2c9a2c400ec9d7a1", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 37, "avg_line_length": 12.538461538461538, "alnum_prop": 0.6748466257668712, "repo_name": "mdoering/backbone", "id": "870088d289aa24b8a4854a3cd0af4c34c99a127c", "size": "21...
package pt.trycatch.javax.sound.midi; import java.io.ByteArrayOutputStream; import android.hardware.usb.UsbDevice; import android.hardware.usb.UsbDeviceConnection; import android.hardware.usb.UsbEndpoint; import android.hardware.usb.UsbInterface; /** * MIDI Input Device * stop() method must be called when the appl...
{ "content_hash": "296556d212d77d89d152e1176c8196fa", "timestamp": "", "source": "github", "line_count": 359, "max_line_length": 215, "avg_line_length": 27.899721448467968, "alnum_prop": 0.6429712460063898, "repo_name": "nmldiegues/jamify", "id": "252269f36a81dd16b32786d10bf179e3b2040c3d", "size": "...
Satoyama API official server
{ "content_hash": "d6c55952feb844729cc0f046960a85bf", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 28, "avg_line_length": 29, "alnum_prop": 0.8620689655172413, "repo_name": "DgFutureLab/satoyama-api", "id": "100d0201393ca441efde8131ff4194e1746ca051", "size": "29", "bina...
/* Template Name: Color Admin - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.7 Version: 2.1.0 Author: Sean Ngu Website: http://www.seantheme.com/color-admin-v2.1/admin/html/ */var handleDataTableKeyTable=function(){"use strict";0!==$("#data-table").length&&$("#data-table").DataTable({scroll...
{ "content_hash": "196176062c1a1bb1536d6cf11c0bcffa", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 269, "avg_line_length": 78.66666666666667, "alnum_prop": 0.7415254237288136, "repo_name": "geoffroygivry/CyclopsVFX-Polyphemus", "id": "4c92d5c4211826cc6f9db427c8f978d5c3d6098...
<?php class ElementTests extends Octopus_Html_TestCase { function testTextEscapesProperly() { $e = new Octopus_Html_Element('span'); $e->text(<<<END 'quotes should be intact, <> but "angle brackets" should be escaped' END ); $this->assertHtmlEquals( <<<END <span>'quo...
{ "content_hash": "8c0f33ed9e484c3fce01659f58c9ae39", "timestamp": "", "source": "github", "line_count": 340, "max_line_length": 122, "avg_line_length": 25.33823529411765, "alnum_prop": 0.5145676146256529, "repo_name": "codestruck/octopus", "id": "861fdeead1b7ce24c2019c9b96fe934afc1e8976", "size": "...
from google.cloud import aiplatform_v1 def sample_update_tensorboard(): # Create a client client = aiplatform_v1.TensorboardServiceClient() # Initialize request argument(s) tensorboard = aiplatform_v1.Tensorboard() tensorboard.display_name = "display_name_value" request = aiplatform_v1.Updat...
{ "content_hash": "11d8eedbd4a8eb36dcb1ca10ebf85bb5", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 73, "avg_line_length": 25.807692307692307, "alnum_prop": 0.7257824143070045, "repo_name": "googleapis/python-aiplatform", "id": "5718f09a87d4e61cc5a35bfcb423dc51a10b9b96", ...
package org.apache.spark.sql.catalyst.expressions.aggregate import org.apache.spark.sql.catalyst.dsl.expressions._ import org.apache.spark.sql.catalyst.expressions._ import org.apache.spark.sql.types._ /** * Compute the covariance between two expressions. * When applied on empty data (i.e., count is zer...
{ "content_hash": "d428977fdab1115018a44984d14a4ebc", "timestamp": "", "source": "github", "line_count": 85, "max_line_length": 95, "avg_line_length": 35.77647058823529, "alnum_prop": 0.6586649128576126, "repo_name": "wangyixiaohuihui/spark2-annotation", "id": "9bcd6281cedebd120056ebac313b29ab8f315553...
/* imalloc.h -- internal malloc definitions shared by source files. */ /* Copyright (C) 2001 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. Bash is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by...
{ "content_hash": "b82d8440a9849d38606937b73112d97c", "timestamp": "", "source": "github", "line_count": 67, "max_line_length": 74, "avg_line_length": 27.328358208955223, "alnum_prop": 0.6619333697433096, "repo_name": "easion/os_sdk", "id": "ef0886814c5a17470b355f64884c2e28422a7453", "size": "1831",...
FROM balenalib/artik10-alpine:3.12-build ENV NODE_VERSION 17.6.0 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.m...
{ "content_hash": "52fd6ccb3c292694b1888b45238a8cab", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 698, "avg_line_length": 65, "alnum_prop": 0.7111111111111111, "repo_name": "resin-io-library/base-images", "id": "9e450a276967c01b0a5e3920b886e52f2a0bc6b1", "size": "2946",...
package dev.jinkim.snappollandroid.ui.widget.slidingtab; import android.R; import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.util.AttributeSet; import android.util.TypedValue; import android.view.View; import android.widget.Li...
{ "content_hash": "3ef932420c2d80cb1340dd7cb7ac3ebb", "timestamp": "", "source": "github", "line_count": 154, "max_line_length": 100, "avg_line_length": 37.74025974025974, "alnum_prop": 0.6672401927047488, "repo_name": "jinkim608/SnapPoll", "id": "23f2272b5b9681ea21faba29bff883faf66fa8b9", "size": "...
module StringHelpers # Convert a string to ASCII hex string # (Adapted from the Ruby Black Bag [http://github.com/emonti/rbkb/]) def hexify() out=Array.new hexchars = [("0".."9").to_a, ("a".."f").to_a].flatten self.each_byte do |c| hc = (hexchars[(c >> 4)] + hexchars[(c & 0xf )]) out << ...
{ "content_hash": "2529593476c0e5e85783cb0178af59d9", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 87, "avg_line_length": 28.725, "alnum_prop": 0.6344647519582245, "repo_name": "woodbusy/ooxml_decrypt", "id": "60873dd6fb692f6d20b338dc1a0b5ba7c44ef9f2", "size": "1149", ...
package com.maddyhome.idea.copyright.language.psi; import com.intellij.lang.Language; import com.intellij.psi.tree.IElementType; import com.maddyhome.idea.copyright.language.SimpleLanguage; import org.jetbrains.annotations.NonNls; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; ...
{ "content_hash": "f71a174f79da9f17225b80ef43e66d4c", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 61, "avg_line_length": 25.875, "alnum_prop": 0.7729468599033816, "repo_name": "mikedamay/trinkets", "id": "36d3e4f63b151ac424d271e30aa0d9c6e3386c12", "size": "1221", "bin...
package org.opensaml.xml.security.credential; import java.util.Map; import org.opensaml.xml.security.CriteriaSet; //TODO amend docs (and impl) for symmetric key storage and retrieval /** * A {@link CredentialResolver} that pulls credential information from the file system. * * This credential resolver attemp...
{ "content_hash": "05d522214c8ca771296430e40b3596da", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 117, "avg_line_length": 38.733333333333334, "alnum_prop": 0.7257601835915088, "repo_name": "duck1123/java-xmltooling", "id": "935e9698cf5eba6bbc5d9faaa0231812ebea7d05", "si...
'use strict'; require('./api_extractor.es6.js'); const ObjectGraph = require('object-graph-js').BrowserObjectGraph; foam.CLASS({ package: 'org.chromium.apis.web', name: 'ApiExtractorService', imports: [ 'container', 'info', ], properties: [ // TODO(markdittmer): This should be unnecessary. Li...
{ "content_hash": "9d0bbcccc1178d64590864cb97b6cd1e", "timestamp": "", "source": "github", "line_count": 116, "max_line_length": 106, "avg_line_length": 29.637931034482758, "alnum_prop": 0.5796974985456661, "repo_name": "GoogleChromeLabs/confluence", "id": "5d6cf73a59eafae1be97c40bb6b4b9c3f8a6f092", ...
<!-- #docregion --> <!DOCTYPE html> <html> <head> <base href="/"> <title>Angular Tour of Heroes</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="styles.css"> <!-- Polyfills for older browsers --> <script src="node_modules/core-js/clien...
{ "content_hash": "65a9cba773553dea2155c0d7f94ac1df", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 72, "avg_line_length": 26.692307692307693, "alnum_prop": 0.622478386167147, "repo_name": "Urigo/angular.io", "id": "c32df50c6f73af0600ef3892fb1c0acefd51b3a7", "size": "694"...
package integration import ( "crypto/tls" "crypto/x509" "encoding/json" "errors" "fmt" "io/ioutil" "net/http" "reflect" "sort" "strings" "testing" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" knet "k8s.io/apimachinery/pkg/util/net" kapi "k8s.io/kubernetes/pkg/api" build "github.com/openshift/origin/p...
{ "content_hash": "f481f4306abc9ff5b46718d91af47e0f", "timestamp": "", "source": "github", "line_count": 374, "max_line_length": 211, "avg_line_length": 30.505347593582886, "alnum_prop": 0.7022526075904987, "repo_name": "chlunde/origin", "id": "3a330b194ff27d76d3d8503055534d9494110d25", "size": "114...
#include "addresstablemodel.h" #include "guiutil.h" #include "walletmodel.h" #include "wallet.h" #include <QFont> #include <QColor> const QString AddressTableModel::Send = "S"; const QString AddressTableModel::Receive = "R"; struct AddressTableEntry { enum Type { Sending, Receiving }; T...
{ "content_hash": "0bacae1fde641a6080c06eedb8ed6ea0", "timestamp": "", "source": "github", "line_count": 352, "max_line_length": 126, "avg_line_length": 27.261363636363637, "alnum_prop": 0.5845143809920801, "repo_name": "ybchain/ybcoin", "id": "d2f9743426c5955f8f462ede38125e700e1abd7e", "size": "959...
package controle.modelos; import java.math.BigDecimal; import java.util.Date; import org.bson.types.ObjectId; import org.mongodb.morphia.annotations.Entity; import org.mongodb.morphia.annotations.Id; import org.mongodb.morphia.annotations.Property; import org.mongodb.morphia.annotations.Reference; @Entity("ajusteMat...
{ "content_hash": "adab66d3881d0b3969f20fb8dc3687a5", "timestamp": "", "source": "github", "line_count": 114, "max_line_length": 179, "avg_line_length": 24.842105263157894, "alnum_prop": 0.696680790960452, "repo_name": "jpsacheti/manufatura-controle", "id": "c64bd300e4b1e71835ae8de80b3c59cd9fccb5ed", ...
#ifndef LATENCY_H #define LATENCY_H /* Hanoh Haim Ido Barnea Cisco Systems, Inc. */ /* Copyright (c) 2015-2015 Cisco Systems, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www...
{ "content_hash": "0a5096b3acaa65ade2da1228a532edff", "timestamp": "", "source": "github", "line_count": 386, "max_line_length": 110, "avg_line_length": 27.935233160621763, "alnum_prop": 0.5851803765185941, "repo_name": "dproc/trex_odp_porting_integration", "id": "2351eee8b31df13ae0c0096bb78045d04583c...
package org.apache.calcite.test.concurrent; import org.apache.calcite.jdbc.SqlTimeoutException; import org.apache.calcite.util.Unsafe; import org.apache.calcite.util.Util; import org.slf4j.Logger; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.BufferedReader; import java.io....
{ "content_hash": "b251569c9ab900cc6f8d8afffd6843a5", "timestamp": "", "source": "github", "line_count": 2164, "max_line_length": 81, "avg_line_length": 30.805452865064694, "alnum_prop": 0.5812369680332419, "repo_name": "googleinterns/calcite", "id": "c684ad78c4ebf2a2d41aeac872c5e7a0c6e86769", "size...