text
stringlengths
2
99.9k
meta
dict
--- name: BVLC AlexNet Model caffemodel: bvlc_alexnet.caffemodel caffemodel_url: http://dl.caffe.berkeleyvision.org/bvlc_alexnet.caffemodel license: unrestricted sha1: 9116a64c0fbe4459d18f4bb6b56d647b63920377 caffe_commit: 709dc15af4a06bebda027c1eb2b3f3e3375d5077 --- This model is a replication of the model described ...
{ "pile_set_name": "Github" }
#include <pocketsphinx.h> #include <stdio.h> #include <string.h> #include "pocketsphinx_internal.h" #include "test_macros.h" int ps_decoder_test(cmd_ln_t *config, char const *sname, char const *expected) { ps_decoder_t *ps; mfcc_t **cepbuf; FILE *rawfh; int16 *buf; int16 const *bptr; size_t n...
{ "pile_set_name": "Github" }
/* * QEMU educational PCI device * * Copyright (c) 2012-2015 Jiri Slaby * * 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 right...
{ "pile_set_name": "Github" }
<?php /* * * ____ _ _ __ __ _ __ __ ____ * | _ \ ___ ___| | _____| |_| \/ (_)_ __ ___ | \/ | _ \ * | |_) / _ \ / __| |/ / _ \ __| |\/| | | '_ \ / _ \_____| |\/| | |_) | * | __/ (_) | (__| < __/ |_| | | | | | | | __/_____| | | | __/ * |_| \___/ \___...
{ "pile_set_name": "Github" }
Media Exchange Module __________________________________________________________ Table of Contents 1. Admin Guide 1.1. Overview 1.2. Dependencies 1.2.1. OpenSIPS Modules 1.2.2. External Libraries or Applications 1.3. Exported Functions 1...
{ "pile_set_name": "Github" }
# @actions/io Releases ### 1.0.2 - [Add \"types\" to package.json](https://github.com/actions/toolkit/pull/221) ### 1.0.0 - Initial release
{ "pile_set_name": "Github" }
//////////////////////////////////////////////////////////////////////////////// // // JASPER BLUES // Copyright 2012 - 2013 Jasper Blues // All Rights Reserved. // // NOTICE: Jasper Blues permits you to use, modify, and distribute this file // in accordance with the terms of the license agreement accompanying it....
{ "pile_set_name": "Github" }
package net.wigle.wigleandroid.model; import android.os.Build; import android.text.Html; import android.text.Spanned; import net.wigle.wigleandroid.MainActivity; /** * news. not thread-safe. */ public final class NewsItem { private final String subject; private final Spanned post; private final String ...
{ "pile_set_name": "Github" }
{ "name": "chart.js", "homepage": "http://www.chartjs.org", "description": "Simple HTML5 charts using the canvas element.", "version": "1.0.2", "main": "Chart.js", "repository": { "type": "git", "url": "https://github.com/nnnick/Chart.js.git" }, "dependences": {}, "devDependencies": { "gul...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
{ "pile_set_name": "Github" }
# Copyright 2015 Google LLC # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
package com.oreilly.demo.android.pa.audioplayer; import java.io.BufferedInputStream; import java.io.DataInputStream; import java.io.File; import java.io.FileInputStream; import android.app.Activity; import android.media.AudioFormat; import android.media.AudioManager; import android.media.AudioTrack; import android.os...
{ "pile_set_name": "Github" }
# PaddleFL deployment example with Kubernetes ## How to run in PaddleFL ```sh kubectl apply -f master.yaml ``` ## Compile time #### Master ```sh #Define distributed training config for trainer and server python fl_master.py --trainer_num 2 tar -zcvf fl_job_config.tar.gz fl_job_config #Start HTTP server and wait ...
{ "pile_set_name": "Github" }
import React, { FunctionComponent } from 'react'; import { Anchor } from 'antd'; import EditButton from './EditButton'; import moment from 'moment'; import AvatarList from './AvatarList'; import { useSiteContext } from '@rcpress/core'; import SEO from '../SEO/SEO'; import PrevAndNext from '../prevAndNext'; import Toc f...
{ "pile_set_name": "Github" }
package(default_visibility = ["//visibility:public"]) load( "@io_bazel_rules_go//go:def.bzl", "go_test", ) go_test( name = "go_default_test", size = "large", srcs = [ "etcd_storage_path_test.go", "main_test.go", ], tags = [ "etcd", "integration", ], ...
{ "pile_set_name": "Github" }
{ "test2": { "title": "Test 2", "children": ["test3", "test6"] }, "test3": { "title": "Test 3", "children": { "test4": {"title": "Test 4"} } } }
{ "pile_set_name": "Github" }
// Copyright John Maddock 2008. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // # include <pch.hpp> #ifndef BOOST_MATH_TR1_SOURCE # define BOOST_MATH_TR1_SOURCE #endif #i...
{ "pile_set_name": "Github" }
varnishtest "VMOD blob decode() n chars with URL" varnish v1 -vcl { import blob; import std; backend b None; sub vcl_recv { return(synth(200)); } sub vcl_synth { set req.http.urllcfoobar = "foo%3abar%3abaz%3aquux"; set req.http.urlucfoobar = "foo%3Abar%3Abaz%3Aquux"; set req.http.urlhobbeslc ...
{ "pile_set_name": "Github" }
--TEST-- sqli for code coverage, not mysql -- but sqli --INPUT-- 1--sp_password --EXPECTED-- 1c
{ "pile_set_name": "Github" }
define([ 'jquery' ], function ($) { // Used to shim jQuery.mousewheel for non-full builds. return $; });
{ "pile_set_name": "Github" }
/* Apache UIMA v3 - First created by JCasGen Wed Apr 17 13:42:08 BST 2019 */ package uk.gov.dstl.baleen.types.semantic; import java.lang.invoke.CallSite; import java.lang.invoke.MethodHandle; import org.apache.uima.cas.impl.CASImpl; import org.apache.uima.cas.impl.TypeImpl; import org.apache.uima.cas.impl.TypeSystem...
{ "pile_set_name": "Github" }
/* Interface for marshal.c */ #ifndef Py_MARSHAL_H #define Py_MARSHAL_H #ifdef __cplusplus extern "C" { #endif #define Py_MARSHAL_VERSION 2 PyAPI_FUNC(void) PyMarshal_WriteLongToFile(long, FILE *, int); PyAPI_FUNC(void) PyMarshal_WriteObjectToFile(PyObject *, FILE *, int); PyAPI_FUNC(PyObject *) PyMarshal_WriteObje...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <html> <body> <fieldset> <legend><span style="position:relative; top:20px">Legend</span></legend> </fieldset> </body> </html>
{ "pile_set_name": "Github" }
#ifdef NAML$C_MAXRSS # define CC_RMS_NAMX cc$rms_naml # define FAB_NAMX fab$l_naml # define FAB_OR_NAML( fab, naml) naml # define FAB_OR_NAML_DNA naml$l_long_defname # define FAB_OR_NAML_DNS naml$l_long_defname_size # define FAB_OR_NAML_FNA naml$l_long_filename # define FAB_OR_NAML_FNS naml$l_long_filename_size # def...
{ "pile_set_name": "Github" }
<div class="apiDetail"> <div> <h2><span>Function(key, value, parentNode)</span><span class="path">zTreeObj.</span>getNodesByParamFuzzy</h2> <h3>Overview<span class="h3_info">[ depends on <span class="highlight_green">jquery.ztree.core</span> js ]</span></h3> <div class="desc"> <p></p> <div class="longdesc"> <...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>jQuery UI Accordion - No auto height</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> <script src="../../jquery-1.7.1.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.wid...
{ "pile_set_name": "Github" }
#ifndef EQEMU_LUA_RAID_H #define EQEMU_LUA_RAID_H #ifdef LUA_EQEMU #include "lua_ptr.h" class Raid; class Lua_Client; class Lua_Mob; namespace luabind { struct scope; } luabind::scope lua_register_raid(); class Lua_Raid : public Lua_Ptr<Raid> { typedef Raid NativeType; public: Lua_Raid() : Lua_Ptr(nullptr) { } ...
{ "pile_set_name": "Github" }
{{>licenseInfo}} {{#models}} {{#model}} import { RequestFile } from './models'; {{#tsImports}} import { {{classname}} } from '{{filename}}'; {{/tsImports}} {{#description}} /** * {{{description}}} */ {{/description}} {{^isEnum}} export class {{classname}} {{#parent}}extends {{{parent}}} {{/parent}}{ {{#vars}} {{#descr...
{ "pile_set_name": "Github" }
/* The MIT License (MIT) Copyright (c) 2017 Lancaster University. 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...
{ "pile_set_name": "Github" }
// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build aix darwin dragonfly freebsd linux netbsd openbsd solaris // Socket control messages package unix import ( "runtime" "unsafe" ) // Round the len...
{ "pile_set_name": "Github" }
# Changelog All notable changes to this project will be documented in this file. ## [Unreleased] ## [1.0.0.6] - 2019-06-23 ### Added - Add Get-ADSIUserPrimaryGroup (by @oze4) - This was added as part of the resolution for issue #70 - By putting this function in it's own ps1 file, it keeps things clean and organiz...
{ "pile_set_name": "Github" }
import Function._ object Test extends App { var xyz: (Int, String, Boolean) = _ xyz = (1, "abc", true) Console.println(xyz) xyz match { case (1, "abc", true) => Console.println("OK") case _ => ??? } def func(x: Int, y: String, z: Double): Unit = { Console.println("x = " + x + "; y = " + y + "; ...
{ "pile_set_name": "Github" }
load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["interface.go"], importpath = "github.com/prysmaticlabs/prysm/beacon-chain/db/iface", # Other packages must use github.com/prysmaticlabs/prysm/beacon-chain/db.Database alias. visibility = ["//beacon-chai...
{ "pile_set_name": "Github" }
<?php /** * Smarty Method UnregisterResource * * Smarty::unregisterResource() method * * @package Smarty * @subpackage PluginsInternal * @author Uwe Tews */ class Smarty_Internal_Method_UnregisterResource { /** * Valid for Smarty and template object * * @var int */ public $ob...
{ "pile_set_name": "Github" }
'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; $provide.value("$locale", { "DATETIME_FORMATS": { "AMPMS": [ "a.m.", "p.m." ], "DAY": [ "Sunday", "...
{ "pile_set_name": "Github" }
@import "commonvars"; .scastie { .CodeMirror-cursor { border-left-width: 2px; } .CodeMirror, .CodeMirror-scroll { height: 100%; } .CodeMirror-simplescroll-vertical { width: 12px; margin-right: 2px; } .CodeMirror-simplescroll-horizontal { height: 12px; margin-bottom: 2px; } ...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Text; using Microsoft.LiveLabs.Html; using Microsoft.LiveLabs.JavaScript; using Microsoft.LiveLabs.JavaScript.IL2JS; using Microsoft.LiveLabs.JavaScript.Interop; using Ribbon.Page; using LLPage = Microsoft.LiveLabs.Html.Page; namespace Ribbon { public p...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////// // JsonTool.as // Macromedia ActionScript Implementation of the Class JsonTool // Created on: 2015-11-27 上午9:58:59 // Original author: ww /////////////////////////////////////////////////////////// package laya.debug.tools { /** * * @author w...
{ "pile_set_name": "Github" }
package network // Copyright (c) Microsoft and contributors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unl...
{ "pile_set_name": "Github" }
package com.qcadoo.mes.materialFlowResources.print.helper; import com.google.common.collect.Lists; import com.qcadoo.model.api.NumberService; import java.math.BigDecimal; import java.util.List; public class PositionsHolder { private NumberService numberService; private List<Position> positions = Lists.newA...
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser on iPhone OS 3.0 Image: /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary */ @class AVCapture, PLPreviewView, <PLCameraControllerDelegate>; @interface PLCameraController : NSObject { AVCapture *_avCapture; PLPreviewView *_previewView; BOOL _isPrevi...
{ "pile_set_name": "Github" }
/// Copyright (c) 2012 Ecma International. All rights reserved. /// Ecma International makes this code available under the terms and conditions set /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the /// "Use Terms"). Any redistribution of this code must retain the above /// copyright an...
{ "pile_set_name": "Github" }
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); /* * InvoicePlane * * @author InvoicePlane Developers & Contributors * @copyright Copyright (c) 2012 - 2018 InvoicePlane.com * @license https://invoiceplane.com/license.txt * @link https://invoiceplane.com */ /** * Generate a temporat...
{ "pile_set_name": "Github" }
ARM convenience instructions ldr: destReg rn: baseReg rm: offsetReg " LDR destReg, [baseReg, + offsetReg] - ARM_ARM v7 DDI10406 pp. A8-124-5 The contents of offsetReg are assumed to be correctly signed" ^self memMxr: AL reg: destReg base: baseReg p: 1 u: 1 b: 0 w: 0 l: 1 rm: offsetReg
{ "pile_set_name": "Github" }
"$schema": https://raw.githubusercontent.com/microsoft/Quantum/main/Chemistry/Schema/broombridge-0.1.schema.json bibliography: - {url: 'https://www.nwchem-sw.org'} format: {version: '0.1'} generator: {source: nwchem, version: '6.8'} integral_sets: - basis_set: {name: sto-3g, type: gaussian} coulomb_repulsion: {unit...
{ "pile_set_name": "Github" }
extern crate clap; use clap::{App, Arg, SubCommand}; fn main() { // SubCommands function exactly like sub-Apps, because that's exactly what they are. Each // instance of a SubCommand can have it's own version, author(s), Args, and even it's own // subcommands. // // # Help and Version // Just...
{ "pile_set_name": "Github" }
import { BrowserModule } from '@angular/platform-browser'; import { NgModule } from '@angular/core'; import { RouterModule, Routes } from '@angular/router'; import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; import { HttpClientModule, HttpClientXsrfModule, HTTP_INTERCEPTORS, } from '@...
{ "pile_set_name": "Github" }
=============== User Management =============== On the User management page of your ownCloud Web UI you can: * Create new users * View all of your users in a single scrolling window * Filter users by group * See what groups they belong to * Edit their full names and passwords * See their data storage locations * View...
{ "pile_set_name": "Github" }
// // KeychainItemWrapper+SwipeAddresses.h // Blockchain // // Created by Kevin Wu on 10/21/16. // Copyright © 2016 Blockchain Luxembourg S.A. All rights reserved. // #import "KeychainItemWrapper.h" #import "Assets.h" @interface KeychainItemWrapper (SwipeAddresses) + (NSArray *)getSwipeAddressesForAssetType:(Lega...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>SFML - Simple and Fast Multimedia Library</title> <meta http-equiv="Content-Type" content="text/html;"/> <meta c...
{ "pile_set_name": "Github" }
// Windows/FileIO.cpp //#include "StdAfx.h" #include "../Common/Common.h" #include "../Common/MyWindows.h" #include "FileIO.h" #include "../Windows/Defs.h" #include "../Common/StringConvert.h" #include <time.h> #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> #include <fcntl.h> #define NEED_NAME_WIN...
{ "pile_set_name": "Github" }
<?php namespace DTL\WhatChanged\Model; interface ReportOutput { public function write(string $output); public function writeln(string $output = null); }
{ "pile_set_name": "Github" }
declare md5_id number; min_pid number; max_pid number; lmin number; lmax number; incr number; begin select id into md5_id from rhnChecksumType where label = 'md5'; select min(package_id) into min_pid from rhnPackageFile; select max(package_id) into max_pid from rhnPackageFile; ...
{ "pile_set_name": "Github" }
from lib.common import helpers class Stager: def __init__(self, mainMenu, params=[]): self.info = { 'Name': 'Launcher', 'Author': ['@harmj0y'], 'Description': ('Generates a one-liner stage0 launcher for Empire.'), 'Comments': [ '' ...
{ "pile_set_name": "Github" }
{"text": ["$", "utx", "pennystock", "research", "on", "$", "ftnt", "$", "cnx", "$", "cbm", "must", "have", "URL"], "created_at": "Sun Apr 20 03:43:27 +0000 2014", "user_id_str": "2486323642"}
{ "pile_set_name": "Github" }
# encoding: utf-8 # frozen_string_literal: true # # Thanks to Nicolas Fouché for this wrapper # require 'singleton' module Mail # The Configuration class is a Singleton used to hold the default # configuration for all Mail objects. # # Each new mail object gets a copy of these values at initialization # whi...
{ "pile_set_name": "Github" }
<map id="&lt;CPTAxisDelegate&gt;" name="&lt;CPTAxisDelegate&gt;"> <area shape="rect" id="node2" href="/Users/eskroch/Projects/Core Plot/documentation/doxygen/doxygen-cocoa-tags.xml$https://developer.apple.com/library/mac/.html#documentation/Cocoa/Reference/Foundation/Protocols/NSObject_Protocol/Reference/NSObject" titl...
{ "pile_set_name": "Github" }
//--------------------------------------------------------------------------- // Greenplum Database // Copyright (C) 2011 Greenplum, Inc. // // @filename: // CEnfdDistribution.cpp // // @doc: // Implementation of enforceable distribution property //---------------------------------------------------------------------...
{ "pile_set_name": "Github" }
// Copyright (c) rubicon IT GmbH, www.rubicon.eu // // See the NOTICE file distributed with this work for additional information // regarding copyright ownership. rubicon licenses this file to you under // the Apache License, Version 2.0 (the "License"); you may not use this // file except in compliance with the Lic...
{ "pile_set_name": "Github" }
package sqlite3 /* #ifndef USE_LIBSQLITE3 #include <sqlite3-binding.h> #else #include <sqlite3.h> #endif */ import "C" import ( "reflect" "time" ) // ColumnTypeDatabaseTypeName implement RowsColumnTypeDatabaseTypeName. func (rc *SQLiteRows) ColumnTypeDatabaseTypeName(i int) string { return C.GoString(C.sqlite3_col...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 1a5cd7317c4754d8fa8108ac59749344 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
import re from gi.repository import GObject from pychess.ic import BLKCMD_NEWS days = "(Mon|Tue|Wed|Thu|Fri|Sat|Sun)" months = "(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)" AMOUNT_OF_NEWSITEMS = 5 FICS_SENDS = 10 class NewsManager(GObject.GObject): __gsignals__ = { 'readingNews': (GObject.Signa...
{ "pile_set_name": "Github" }
```html {2,6,10} title="example.vue" <template> <VimeCurrentTime /> </template> <script> import { VimeCurrentTime } from '@vime/vue'; export default { components: { VimeCurrentTime, }, }; </script> ```
{ "pile_set_name": "Github" }
package com.fusionx.lightirc.ui; import com.fusionx.bus.Subscribe; import com.fusionx.bus.ThreadType; import com.fusionx.lightirc.R; import com.fusionx.lightirc.event.OnConversationChanged; import com.fusionx.lightirc.misc.FragmentType; import android.content.Context; import android.os.Bundle; import android.view.Lay...
{ "pile_set_name": "Github" }
#include <Box2D/Box2D.h> #include <stdio.h> void b2RevoluteJoint_EnableLimit(void* joint, double flag) { ((b2RevoluteJoint*)joint)->EnableLimit(flag); } void b2RevoluteJoint_EnableMotor(void* joint, double flag) { ((b2RevoluteJoint*)joint)->EnableMotor(flag); } double b2RevoluteJoint_GetJointAngle(void* joint) { ...
{ "pile_set_name": "Github" }
<!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) on Sun Jul 19 11:36:55 PDT 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class com.fasterxml.jac...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Scheme LastUpgradeVersion = "0910" version = "1.3"> <BuildAction parallelizeBuildables = "YES" buildImplicitDependencies = "YES"> <BuildActionEntries> <BuildActionEntry buildForTesting = "YES" buildForRunning = "YES" ...
{ "pile_set_name": "Github" }
<div class="post_entry-module mdl-card <% if(theme.card_elevation) { %><%= 'mdl-shadow--' + theme.card_elevation + 'dp' %><% } %> mdl-cell mdl-cell--12-col fade out"> <!-- Post Thumbnail --> <% if(!post.thumbnail) { %> <% if(!theme.thumbnail.purecolor) { %> <!-- Random Thumbnail --> ...
{ "pile_set_name": "Github" }
<Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Class="ControlShape.App" > <Application.Resources> </Application.Resources> </Application>
{ "pile_set_name": "Github" }
/* Copyright 2014 The Kubernetes Authors All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or ag...
{ "pile_set_name": "Github" }
/* Copyright © 2017-2020 ABBYY Production LLC 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...
{ "pile_set_name": "Github" }
""" csv.py - read/write/investigate CSV files """ import re from _csv import Error, __version__, writer, reader, register_dialect, \ unregister_dialect, get_dialect, list_dialects, \ field_size_limit, \ QUOTE_MINIMAL, QUOTE_ALL, QUOTE_NONNUMERIC, QUOTE_NONE, \ ...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
{ "pile_set_name": "Github" }
function inArrayTest() { var a = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]; for (var i = 0; i < a.length; i++) { if (!(i in a)) break; } return i; } assertEq(inArrayTest(), 10);
{ "pile_set_name": "Github" }
# created by tools/tclZIC.tcl - do not edit if {![info exists TZData(Africa/Abidjan)]} { LoadTimeZoneFile Africa/Abidjan } set TZData(:Africa/Dakar) $TZData(:Africa/Abidjan)
{ "pile_set_name": "Github" }
module.exports = require('./reduceRight');
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <ae:configurations xmlns:ae="http://agavi.org/agavi/config/global/envelope/1.1" xmlns="http://agavi.org/agavi/config/parts/filters/1.1"> <ae:configuration context="web"> <filters> <filter name="FormPopulationFilter" class="AgaviFormPopulationFilter"> <ae:parameter ...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Linq; using Microsoft.VisualStudio.Language.Intellisense; using Microsoft.VisualStudio.Text; using static System.String; using Nitra.ClientServer.Messages; namespace Nitra.VisualStudio....
{ "pile_set_name": "Github" }
@annotate: folktale.concurrency.future._Future.prototype.toString @annotate: folktale.concurrency.future._Future.prototype.inspect category: Debugging --- Returns a textual representation of the Future.
{ "pile_set_name": "Github" }
package ini import ( "fmt" ) var ( emptyRunes = []rune{} ) func isSep(b []rune) bool { if len(b) == 0 { return false } switch b[0] { case '[', ']': return true default: return false } } var ( openBrace = []rune("[") closeBrace = []rune("]") ) func newSepToken(b []rune) (Token, int, error) { tok ...
{ "pile_set_name": "Github" }
<!-- Copyright (c) 2015 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be found at http://polymer....
{ "pile_set_name": "Github" }
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Pricing\V2\Voice; use Twilio\ListResource; use Twilio\Version; class NumberList extends ListResource { /** * Construct the NumberList * * @param Version $versio...
{ "pile_set_name": "Github" }
.\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. 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 code must retain the a...
{ "pile_set_name": "Github" }
/** * Copyright 2019 Adrian Hurtado (adrianhurt) * * 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 l...
{ "pile_set_name": "Github" }
/* ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio 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 requi...
{ "pile_set_name": "Github" }
eclipse.preferences.version=1 org.moreunit.preferences.version=2 org.moreunit.unitsourcefolder=org.robotframework.ide.eclipse.main.plugin\:src\:org.robotframework.ide.eclipse.main.plugin.tests\:src org.moreunit.useprojectsettings=true
{ "pile_set_name": "Github" }
{ "url": "https://api.github.com/repos/hub4j-test-org/github-api/pulls/272", "id": 315252370, "node_id": "MDExOlB1bGxSZXF1ZXN0MzE1MjUyMzcw", "html_url": "https://github.com/hub4j-test-org/github-api/pull/272", "diff_url": "https://github.com/hub4j-test-org/github-api/pull/272.diff", "patch_url": "https://gi...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <WFS_Capabilities version="2.0.0" xmlns="http://www.opengis.net/wfs/2.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:fes="http://www.opengis.net/fes/2.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xsd="http://www.w3...
{ "pile_set_name": "Github" }
/* * Author: Yevgeniy Kiveisha <yevgeniy.kiveisha@intel.com> * Copyright (c) 2014 Intel Corporation. * * This program and the accompanying materials are made available under the * terms of the The MIT License which is available at * https://opensource.org/licenses/MIT. * * SPDX-License-Identifier: MIT */ #prag...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <!-- @license Copyright (c) 2016 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be...
{ "pile_set_name": "Github" }
//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
{ "pile_set_name": "Github" }
<!doctype html> <!-- @license Copyright (c) 2016 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be...
{ "pile_set_name": "Github" }
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
{ "pile_set_name": "Github" }
SELECT COUNT(@@GLOBAL.innodb_purge_threads); COUNT(@@GLOBAL.innodb_purge_threads) 1 1 Expected SELECT COUNT(@@innodb_purge_threads); COUNT(@@innodb_purge_threads) 1 1 Expected SET @@GLOBAL.innodb_purge_threads=1; ERROR HY000: Variable 'innodb_purge_threads' is a read only variable Expected error 'Read-only variable' SE...
{ "pile_set_name": "Github" }
do let {selstart}i{selend} = 123
{ "pile_set_name": "Github" }
{ "a2c_gae_lunar": { "agent": [{ "name": "A2C", "algorithm": { "name": "ActorCritic", "action_pdtype": "default", "action_policy": "default", "explore_var_spec": null, "gamma": 0.99, "lam": 0.95, "num_step_returns": null, "entropy_coef_sp...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
{ "pile_set_name": "Github" }
#ifdef _WIN32 #include "co/time.h" #include <time.h> #define WIN32_LEAN_AND_MEAN #include <Windows.h> namespace now { struct _Mono { static inline int64 _QueryFrequency() { LARGE_INTEGER freq; QueryPerformanceFrequency(&freq); return freq.QuadPart; } static inli...
{ "pile_set_name": "Github" }
/* Copyright 2003-2013 Joaquin M Lopez Munoz. * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/LICENSE_1_0.txt) * * See http://www.boost.org/libs/multi_index for library home page. */ #ifndef BOOST_MULTI_INDEX_DETAIL_INVARIANT...
{ "pile_set_name": "Github" }
#version 450 layout (location = 0) in vec3 inPos; layout (location = 1) in vec3 inColor; layout (binding = 0) uniform UBO { mat4 modelMatrix; mat4 viewMatrix; mat4 projectionMatrix; } ubo; layout (location = 0) out vec3 outColor; out gl_PerVertex { vec4 gl_Position; }; void main() ...
{ "pile_set_name": "Github" }