text
stringlengths
2
99.9k
meta
dict
// [FOR DEBUGGING] // One-off with noise SLIDES.push({ id: "noise", onstart: function(self){ var o = self.objects; Tournament.resetGlobalVariables(); // Iterated Simulation self.add({id:"iterated", type:"Iterated", x:130, y:133}); o.iterated.dehighlightPayoff(); o.iterated.playerA.chooseHat("tft"); ...
{ "pile_set_name": "Github" }
/*************************************************************************** qgsoptionalexpression - QgsOptionalExpression --------------------- begin : 14.9.2016 copyright : (C) 2016 by Matthias Kuhn email : matthias@opengis.ch ******************************************...
{ "pile_set_name": "Github" }
package stanford.cs106.io; import java.io.ByteArrayOutputStream; import java.io.PrintStream; /** for capturing console output (for methods that do printlns) */ public class OutputCapturer { private static final PrintStream SYSTEM_OUT = java.lang.System.out; private static final PrintStream SYSTEM_ERR ...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Jernej Skrabec <jernej.skrabec@siol.net> */ #include <drm/drm_print.h> #include "sun8i_csc.h" #include "sun8i_mixer.h" static const u32 ccsc_base[2][2] = { {CCSC00_OFFSET, CCSC01_OFFSET}, {CCSC10_OFFSET, CCSC11_OFFSET}, }; /* * Factors are in two'...
{ "pile_set_name": "Github" }
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/appmesh/AppMesh_EXPORTS.h> #include <aws/appmesh/model/PortMapping.h> #include <utility> namespace Aws { namespace Utils { namespace Json { class JsonValue; class JsonV...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <nrml xmlns:gml="http://www.opengis.net/gml" xmlns="http://openquake.org/xmlns/nrml/0.4"> <logicTree logicTreeID="lt1"> <logicTreeBranchingLevel branchingLevelID="bl1"> <logicTreeBranchSet uncertaintyType="sourceModel" ...
{ "pile_set_name": "Github" }
import warnings import numpy as np from scipy import integrate class RK4naive: """ Class for Defining Runge-Kutta 4th Order ODE solving method """ def __init__(self, fun, t0, y0, t_bound, stepsize): """ Initialization Parameters ---------- fun : function ...
{ "pile_set_name": "Github" }
horde.isDemo = function () { return false; }; horde.populateWaves = function (engine) { // FULL GAME WAVES // Wave 1: Level 1 var w = new horde.SpawnWave(); w.addSpawnPoint(0, 1000); w.addSpawnPoint(1, 1000); w.addSpawnPoint(2, 1000); w.addObjects(0, "bat", 1); w.addObjects(1, "bat", 1); w.addObjects(2, "b...
{ "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 not use ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:grav...
{ "pile_set_name": "Github" }
package laya.net { import laya.events.Event; import laya.events.EventDispatcher; import laya.net.Loader; import laya.resource.ICreateResource; import laya.resource.Texture; import laya.utils.Handler; import laya.utils.Utils; /** * 所有资源加载完成时调度。 * @eventType Event.COMPLETE * */ [Event(name =...
{ "pile_set_name": "Github" }
changelog: - type: FIX issueLink: https://github.com/solo-io/gloo/issues/3344 description: > URL-encoded data can now be extracted verbatim by path and header extractors.
{ "pile_set_name": "Github" }
// This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment. require('../../js/transition.js') require('../../js/alert.js') require('../../js/button.js') require('../../js/carousel.js') require('../../js/collapse.js') require('../../js/dropdown.js') require('../../...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "filename" : "VideoPauseFill.png", "scale" : "1x" }, { "idiom" : "universal", "filename" : "VideoPauseFill@2x.png", "scale" : "2x" }, { "idiom" : "universal", "filename" : "VideoPauseFill@3x.png", "scale"...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
{ "pile_set_name": "Github" }
/** * Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/> * Build: `lodash modularize modern exports="node" -o ./modern/` * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/> * Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE> * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and In...
{ "pile_set_name": "Github" }
<!--- CircuiTikz - Changelog ---> The major changes among the different circuitikz versions are listed here. See <https://github.com/circuitikz/circuitikz/commits> for a full list of changes. * Version 1.2.4 (unreleased) - Bumped version number * Version 1.2.3 (2020-08-07) Several fixes and small enhancemen...
{ "pile_set_name": "Github" }
import _ from 'lodash'; import os from 'os'; import methods, { getAndroidBinaryPath } from './tools/index.js'; import { DEFAULT_ADB_EXEC_TIMEOUT, requireSdkRoot, getSdkRootFromEnv } from './helpers'; import log from './logger.js'; const DEFAULT_ADB_PORT = 5037; const DEFAULT_OPTS = { sdkRoot: getSdkRootFromEnv() |...
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 # ABOUT # Artisan Dialogs # LICENSE # This program or module is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published # by the Free Software Foundation, either version 2 of the License, or # version 3 of the License, or (at your...
{ "pile_set_name": "Github" }
/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Copyright (C) 2013 Kitware, Inc. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the test suite of Qt for Python. ** ** $QT_BEGIN_LICENSE:GPL-EXCEPT$ ** Commercial License Us...
{ "pile_set_name": "Github" }
// This file was procedurally generated from the following sources: // - src/dstr-binding/ary-ptrn-elem-obj-id-init.case // - src/dstr-binding/default/for-of-let.template /*--- description: BindingElement with object binding pattern and initializer is used (for-of statement) esid: sec-for-in-and-for-of-statements-runti...
{ "pile_set_name": "Github" }
# Logrus <img src="http://i.imgur.com/hTeVwmJ.png" width="40" height="40" alt=":walrus:" class="emoji" title=":walrus:"/>&nbsp;[![Build Status](https://travis-ci.org/sirupsen/logrus.svg?branch=master)](https://travis-ci.org/sirupsen/logrus)&nbsp;[![GoDoc](https://godoc.org/github.com/sirupsen/logrus?status.svg)](https:...
{ "pile_set_name": "Github" }
P pack-3d944c0c5bcb6b16209af847052c6ff1a521529d.pack
{ "pile_set_name": "Github" }
<?php /** * Copyright Enalean (c) 2018. All rights reserved. * * Tuleap and Enalean names and logos are registrated trademarks owned by * Enalean SAS. All other trademarks or names are properties of their respective * owners. * * This file is a part of Tuleap. * * Tuleap is free software; you can redistribute ...
{ "pile_set_name": "Github" }
git fetch upstream git merge upstream/master
{ "pile_set_name": "Github" }
package connection import ( "bytes" "encoding/json" "fmt" "net" "net/url" "os" "os/user" "regexp" "github.com/containers/common/pkg/config" "github.com/containers/podman/v2/cmd/podman/registry" "github.com/containers/podman/v2/cmd/podman/system" "github.com/containers/podman/v2/libpod/define" "github.com...
{ "pile_set_name": "Github" }
% Part:sets-functions-relations % Chapter: size-of-sets % Section: non-enumerability \documentclass[../../../include/open-logic-section]{subfiles} \begin{document} \olfileid{sfr}{siz}{nen} \olsection{\printtoken{S}{nonenumerable} Sets} \begin{editorial} This section proves the non-enumerability of $\Bin^\omega$ ...
{ "pile_set_name": "Github" }
# Copyright 2017 The TensorFlow 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 applica...
{ "pile_set_name": "Github" }
#include <core.p4> #define V1MODEL_VERSION 20180101 #include <v1model.p4> header short { bit<32> f; } struct alt_t { bit<1> valid; bit<7> port; } struct row_t { alt_t alt0; alt_t alt1; } struct parsed_packet_t { } struct local_metadata_t { short _s0; bit<1> _row_alt0_valid1; bit<7>...
{ "pile_set_name": "Github" }
from conduit.apps.core.renderers import ConduitJSONRenderer class ArticleJSONRenderer(ConduitJSONRenderer): object_label = 'article' pagination_object_label = 'articles' pagination_count_label = 'articlesCount' class CommentJSONRenderer(ConduitJSONRenderer): object_label = 'comment' pagination_o...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp"> <Identity Name="bfdc...
{ "pile_set_name": "Github" }
# =========================================================================== # http://www.gnu.org/software/autoconf-archive/ax_enable_builddir.html # =========================================================================== # # SYNOPSIS # # AX_ENABLE_BUILDDIR [(dirstring-or-command [,Makefile.mk [,-all]])] # # ...
{ "pile_set_name": "Github" }
require_relative '../../../spec_helper' require 'cgi' describe "CGI::QueryExtension#[]" do before :each do ENV['REQUEST_METHOD'], @old_request_method = "GET", ENV['REQUEST_METHOD'] ENV['QUERY_STRING'], @old_query_string = "one=a&two=b&two=c", ENV['QUERY_STRING'] @cgi = CGI.new end after :each do ...
{ "pile_set_name": "Github" }
<?xml version="1.0" ?> <annotation> <folder>widerface</folder> <filename>32--Worker_Laborer_32_Worker_Laborer_Worker_Laborer_32_314.jpg</filename> <source> <database>wider face Database</database> <annotation>PASCAL VOC2007</annotation> <image>flickr</image> <flickrid>-1</flickrid> </source> <owner> <flickrid>yanyu</fl...
{ "pile_set_name": "Github" }
#include "ProjectileSpawnerComponent.h" #include "../../GameApp/BaseGameApp.h" #include "../../GameApp/BaseGameLogic.h" #include "PositionComponent.h" #include "../../UserInterface/HumanView.h" #include "RenderComponent.h" const char* ProjectileSpawnerComponent::g_Name = "ProjectileSpawnerComponent"; ProjectileSpawne...
{ "pile_set_name": "Github" }
--source include/have_innodb.inc set session transaction isolation level read committed; create table bug45357(a int, b int,key(b))engine=innodb; insert into bug45357 values (25170,6122); update bug45357 set a=1 where b=30131; delete from bug45357 where b < 20996; delete from bug45357 where b < 7001; drop table bug45...
{ "pile_set_name": "Github" }
{ ".:.::QUERY": { "Transitions": 0, "Transversions": 0, "nocall__nc": 68 }, ".:.::TRUTH": { "Transitions": 0, "Transversions": 0, "nocall__nc": 4809 }, ".:.:CONF:QUERY": { "Transitions": 0, "Transversions": 0, "nocall__nc": 103 ...
{ "pile_set_name": "Github" }
'use strict'; var path = require('path'); var fs = require('fs'); /** * @overview This function executes the machine that is responsible for running client tasks * * @param {String} projectRoot - path to the project root * @param {Object} config - contains an ENV object * @param {Object} config.ENV - contains ...
{ "pile_set_name": "Github" }
// Copyright 2016 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 ppc64 s390x mips mips64 package unix const isBigEndian = true
{ "pile_set_name": "Github" }
# Since we rely on paths relative to the makefile location, abort if make isn't being run from there. $(if $(findstring /,$(MAKEFILE_LIST)),$(error Please only invoke this makefile from the directory it resides in)) # The files that need updating when incrementing the version number. VERSIONED_FILES := *.js *.json RE...
{ "pile_set_name": "Github" }
Hash表是Memcached里面最重要的结构之一,其采用链接法来处理Hash冲突,当Hash表中的项太多时,也就是Hash冲突比较高的时候,Hash表的遍历就脱变成单链表,此时为了提供Hash的性能,Hash表需要扩容,Memcached的扩容条件是当表中元素个数超过Hash容量的1.5倍时就进行扩容,扩容过程由独立的线程来完成,扩容过程中会采用2个Hash表,将老表中的数据通过Hash算法映射到新表中,每次移动的桶的数目可以配置,默认是每次移动老表中的1个桶。 ``` //hash表中增加元素 int assoc_insert(item *it, const uint32_t hv) { unsigned int...
{ "pile_set_name": "Github" }
#include <iostream> #include <vector> #include <chrono> #include <random> #include <thread> #include <string_view> #include <mutex> #include <string> class logger { protected: logger() {} public: static logger& instance() { static logger lg; return lg; } logger(logger const &) = delete; ...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x" }, { "idiom" : "universal", "filename" : "record_code_top_bg@2x.png", "scale" : "2x" }, { "idiom" : "universal", "scale" : "3x" } ], "info" : { "version" : 1, "author" : "xcode" } }
{ "pile_set_name": "Github" }
package dasm import ( "fmt" "shanhu.io/smlvm/arch" ) // Dasm disassembles a byte block. func Dasm(bs []byte, addr uint32) []*Line { var ret []*Line base := addr add := func(b []byte) { inst := arch.Endian.Uint32(b) ret = append(ret, NewLine(addr, inst)) addr += 4 } nline := len(bs) / 4 for i := 0; i...
{ "pile_set_name": "Github" }
// Copyright 2019 (c) rust-themis developers // // 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 o...
{ "pile_set_name": "Github" }
#!/bin/bash # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this file, # You can obtain one at http://mozilla.org/MPL/2.0/. # # Download models and check that models can be correctly be loaded. Can be # disabled by passing CHECK_MODE...
{ "pile_set_name": "Github" }
--- title: Explore colocated tables in YugabyteDB on macOS headerTitle: Colocated tables linkTitle: Colocated tables description: Create and use colocated tables in a local YugabyteDB cluster on macOS. aliases: - /latest/explore/colocated-tables/ menu: latest: identifier: colocated-tables-1-macos parent: ex...
{ "pile_set_name": "Github" }
/* * Created by DSL Platform * v1.5.6040.24209 */ package com.dslplatform.json.generated; public class GA0A0Lc implements java.lang.Cloneable, java.io.Serializable, com.dslplatform.json.JsonObject { public GA0A0Lc() { this.ID = java.util.UUID.randomUUID(); this.setGE0A0Lc(new GE0A0...
{ "pile_set_name": "Github" }
using System.Collections.Generic; namespace ClassifiedAds.Infrastructure.MessageBrokers.AzureServiceBus { public class AzureServiceBusOptions { public string ConnectionString { get; set; } public Dictionary<string, string> QueueNames { get; set; } } }
{ "pile_set_name": "Github" }
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * ...
{ "pile_set_name": "Github" }
.. index:: index; compound .. index:: compound index .. _index-type-compound: ================ Compound Indexes ================ .. default-domain:: mongodb .. contents:: On this page :local: :backlinks: none :depth: 1 :class: singlecol MongoDB supports *compound indexes*, where a single index structure...
{ "pile_set_name": "Github" }
\header { title = "Adeste Fideles" composer = "John Francis Wade (1711-1786), circa 1743" mutopiatitle = "Adeste Fideles (hymntune)" mutopiacomposer = "WadeJF" mutopiainstrument = "Voice (SATB)" copyright = "Public Domain" date = "1743" maintainer = "Steve Dunlop" maintainerWeb = "http://www.nerstrand.net" ma...
{ "pile_set_name": "Github" }
-- This sets configuration pragmas for use with gnatprove. -- Partition_Elaboration_Policy is required (tasks don't start until -- elaboration has finished). pragma Partition_Elaboration_Policy (Sequential); -- We may well be proving using a host compiler (partly because -- gnatprove doesn't understand target, r...
{ "pile_set_name": "Github" }
// Copyright 2018 Oath, Inc. // Licensed under the terms of the Apache version 2.0 license. See LICENSE file for terms. package api import ( "encoding/json" "net/http" "testing" "github.com/yahoo/yfuzz/pkg/schema" "github.com/yahoo/yfuzz/services/yfuzz-server/kubernetes" batchv1 "k8s.io/api/batch/v1" metav1 "...
{ "pile_set_name": "Github" }
(a)=>1 ;
{ "pile_set_name": "Github" }
//===-- RegisterContextMinidump_x86_32.h ------------------------*- C++ -*-===// // // 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" }
/*! * 基础工具包 */ define( function ( require ) { var Utils = {}, commonUtils = require( "base/common" ); commonUtils.extend( Utils, commonUtils, require( "base/event/event" ) ); return Utils; } );
{ "pile_set_name": "Github" }
/** * Implementation of REST API using Jersey. * * @author Cedrick Lunven (@clunven)</a> * @version 1.0 */ package org.ff4j.web.api; /* * #%L * ff4j-core * %% * Copyright (C) 2013 - 2016 FF4J * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compli...
{ "pile_set_name": "Github" }
/* XOWA: the XOWA Offline Wiki Application Copyright (C) 2012-2017 gnosygnu@gmail.com XOWA is licensed under the terms of the General Public License (GPL) Version 3, or alternatively under the terms of the Apache License Version 2.0. You may use XOWA according to either of these licenses as is most appropriate for yo...
{ "pile_set_name": "Github" }
AB Abbreviation AW Additional Word CC Coordinating conjunction CD Cardinal number CLS Classifier DAD Determiner adjective DP Demonstrative Pronouns DT Determiner EX Existential there EXC Exclamation FW Foreign word GEN Gender IN Preposition/subordinate conjunction JJ Adj...
{ "pile_set_name": "Github" }
class ContactMailer < ActionMailer::Base default :from => "noreply@#{ApiUmbrellaConfig[:web][:default_host]}" def contact_email(contact_params) @contact = Contact.new(contact_params) mail :reply_to => @contact.email, :subject => "#{ApiUmbrellaConfig[:site_name]} Contact Message from #{@contact.email...
{ "pile_set_name": "Github" }
@using API.Areas.HelpPage @model ImageSample <img src="@Model.Src" />
{ "pile_set_name": "Github" }
<%= render layout: "shared/modal", locals: { title: t("group_settings.destroy.Delete group"), button_text: t("group_settings.destroy.Delete this group"), button_class: "btn btn-danger btn-submit" } do %> <div class="box-body overflow-auto"> <%= form_with(model: @group, url: group_settings_path(@group), meth...
{ "pile_set_name": "Github" }
// // Licensed under the terms in License.txt // // Copyright 2010 Allen Ding. All rights reserved. // #import "KWAfterAllNode.h" #import "KWAfterEachNode.h" #import "KWBeforeAllNode.h" #import "KWBeforeEachNode.h" #import "KWLetNode.h" #import "KWCallSite.h" #import "KWContextNode.h" #import "KWExampleNodeVisitor.h" ...
{ "pile_set_name": "Github" }
// Generated by CoffeeScript 1.8.0 (function() { var App, Listener, Server, chunking_test, events, fs, generate_dispatcher, iframe, sockjsVersion, trans_eventsource, trans_htmlfile, trans_jsonp, trans_websocket, trans_xhr, utils, webjs, __hasProp = {}.hasOwnProperty, __extends = function(child, parent) { for ...
{ "pile_set_name": "Github" }
/* SuperCollider real time audio synthesis system Copyright (c) 2002 James McCartney. All rights reserved. http://www.audiosynth.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Founda...
{ "pile_set_name": "Github" }
/* * Sonics Silicon Backplane * PCI Hostdevice wrapper * * Copyright (c) 2005 Martin Langer <martin-langer@gmx.de> * Copyright (c) 2005 Stefano Brivio <st3@riseup.net> * Copyright (c) 2005 Danny van Dyk <kugelfang@gentoo.org> * Copyright (c) 2005 Andreas Jaggi <andreas.jaggi@waterwave.ch> * Copyright (c) 2005-2...
{ "pile_set_name": "Github" }
# rmskOut2.sql was originally generated by the autoSql program, which also # generated rmskOut2.c and rmskOut2.h. This creates the database representation of # an object which can be loaded and saved from RAM in a fairly # automatic way. #RepeatMasker .out record CREATE TABLE rmskOut2 ( bin smallint not null, ...
{ "pile_set_name": "Github" }
/************************************************************************************* * Copyright (c) 2011, 2012, 2013 James Talbut. * jim-emitters@spudsoft.co.uk * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 ...
{ "pile_set_name": "Github" }
/***************************************************************** | | AP4 - ES Descriptors | | Copyright 2002-2008 Axiomatic Systems, LLC | | | This file is part of Bento4/AP4 (MP4 Atom Processing Library). | | Unless you have obtained Bento4 under a difference license, | this version of Bento4 is Bento...
{ "pile_set_name": "Github" }
using System.Collections.Generic; public sealed class BonusInitiativeGuaranteed : BonusInitiativeDesire { private int? MonstersMin { get; set; } private int? MonstersMax { get; set; } private int? MonstersSizeLimit { get; set; } public BonusInitiativeGuaranteed(Dictionary<string, object> dataSet) ...
{ "pile_set_name": "Github" }
<GDAL_WMS> <Service name="TMS"> <ServerUrl>http://wms.itn.liu.se/Mars/Mola_CTX/tile/${z}/${y}/${x}</ServerUrl> </Service> <DataWindow> <UpperLeftX>-180.0</UpperLeftX> <UpperLeftY>90.0</UpperLeftY> <LowerRightX>180.0</LowerRightX> <LowerRightY>-90.0</LowerRightY> <SizeX>46080</SizeX> <S...
{ "pile_set_name": "Github" }
/* * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package com.sun.xml.internal.ws.api.message.stream; import com.sun.xml.internal.ws.api.message.Attachm...
{ "pile_set_name": "Github" }
import cpp from Access a select a
{ "pile_set_name": "Github" }
"""HTTP server base class. Note: the class in this module doesn't implement any HTTP request; see SimpleHTTPServer for simple implementations of GET, HEAD and POST (including CGI scripts). It does, however, optionally implement HTTP/1.1 persistent connections, as of version 0.3. Contents: - BaseHTTPRequestHandler: ...
{ "pile_set_name": "Github" }
// ---------------------------------------------------------------- // Gunrock -- Fast and Efficient GPU Graph Library // ---------------------------------------------------------------- // This source code is distributed under the terms of LICENSE.TXT // in the root directory of this source distribution. // ----------...
{ "pile_set_name": "Github" }
0 1 1 1 1 1 1 1 1 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 1 1 1 1 1 1 1 1 0 0 0 0 1 1 ...
{ "pile_set_name": "Github" }
test:kF2EDBE2Ux8sQ user1:SQtevcsBBnBPY
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////// // range_matcher.hpp // // Copyright 2008 Eric Niebler. 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) #ifndef BOOST_XPRESS...
{ "pile_set_name": "Github" }
'use strict'; exports.decode = exports.parse = require('./decode'); exports.encode = exports.stringify = require('./encode');
{ "pile_set_name": "Github" }
type: log paths: {{ range $i, $path := .paths }} - {{$path}} {{ end }} exclude_files: [".gz$"] processors: - add_fields: target: '' fields: ecs.version: 1.5.0
{ "pile_set_name": "Github" }
/* Copyright The Kubernetes Authors. 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, softw...
{ "pile_set_name": "Github" }
# an attempt to tie together the fonts as seen from # troff et al to the corresponding bitmaps # map # lists mapping from name of character to its decimal position # in a font; a particular map applies to a list of fonts that # follows it. # troff F dir/prefix # maps troff font name into files in /lib/font/bit/dir/pr...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <window> <!--DefaultWide--> <id>3355</id> <defaultcontrol>4</defaultcontrol> <allowoverlay>yes</allowoverlay> <controls> <control> <description>image</description> <type>image</type> <id>0</id> <posX>0</posX> <posY>0</po...
{ "pile_set_name": "Github" }
/* * LINE.h * MSFSP * * Created by Makara Khloth on 11/27/12. * Copyright 2012 __MyCompanyName__. All rights reserved. * */ #import <Foundation/Foundation.h> #import <objc/runtime.h> // LINE header files #import "TalkMessageObject.h" #import "TalkMessageObject+4-7-1.h" #import "TalkChatObject.h" #import "T...
{ "pile_set_name": "Github" }
/************************************************************************* * * This file is part of the SAMRAI distribution. For full copyright * information, see COPYRIGHT and LICENSE. * * Copyright: (c) 1997-2020 Lawrence Livermore National Security, LLC * Description: Conservative linear refine operator...
{ "pile_set_name": "Github" }
a.navbar-brand { white-space: normal; text-align: center; word-break: break-all; } html { font-size: 14px; } @media (min-width: 768px) { html { font-size: 16px; } } .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
{ "pile_set_name": "Github" }
/* * extsprintf.js: extended POSIX-style sprintf */ var mod_assert = require('assert'); var mod_util = require('util'); /* * Public interface */ exports.sprintf = jsSprintf; exports.printf = jsPrintf; exports.fprintf = jsFprintf; /* * Stripped down version of s[n]printf(3c). We make a best effort to throw an ...
{ "pile_set_name": "Github" }
sysPath = require 'path' module.exports = class ParsedError constructor: (@error) -> do @_parse _parse: -> @_trace = [] @_kind = 'Error' @_wrapper = '' @_wrapper = String @error.wrapper if @error.wrapper? unless typeof @error is 'object' @_message = String @error else @_s...
{ "pile_set_name": "Github" }
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ // @generated // Use tools/generate_sequence_zip.py to regenerate module Sequence; class Zip2Sequence<T0, T1>( s0: Sequence<T0>...
{ "pile_set_name": "Github" }
class AddIndexIndexGroupsOnParentIdToGroups < ActiveRecord::Migration def change add_index "groups", ["parent_id"], :name => "index_groups_on_parent_id" end end
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Examples for bug 444928</title> </head> <body> <table cellspacing="50" cellpadding="0" style="table-layout:fixed" width="652"> <col width="150"> <col width="150"> <col> <tr><td colspan="2" style="background:...
{ "pile_set_name": "Github" }
#ifdef GL_ES precision mediump float; #endif varying vec3 v_reflect; uniform samplerCube u_cubeTex; uniform vec4 u_color; void main(void) { gl_FragColor = textureCube(u_cubeTex, v_reflect) * u_color; }
{ "pile_set_name": "Github" }
# Building the registry source ## Use-case This is useful if you intend to actively work on the registry. ### Alternatives Most people should use the [official Registry docker image](https://hub.docker.com/r/library/registry/). People looking for advanced operational use cases might consider rolling their own ima...
{ "pile_set_name": "Github" }
// Copyright 2009 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. // DragonFly BSD system calls. // This file is compiled as ordinary Go code, // but it is also input to mksyscall, // which parses the //sys lines and generates...
{ "pile_set_name": "Github" }
var mkdirp = require('../'); var path = require('path'); var fs = require('fs'); var exists = fs.exists || path.exists; var test = require('tap').test; var _0777 = parseInt('0777', 8); var _0755 = parseInt('0755', 8); test('async perm', function (t) { t.plan(5); var file = '/tmp/' + (Math.random() * (1<<30)).t...
{ "pile_set_name": "Github" }
#!/bin/sh # # Part of RedELK # Script to update list of TOR exit node IP addresses # # Author: Outflank B.V. / Marc Smeets # LOGFILE="/var/log/redelk/torupdate.log" CONFIGFILE="/etc/redelk/torexitnodes.conf" TEMPFILE="/tmp/torexitnodes.txt" curl -s https://check.torproject.org/exit-addresses | awk '/ExitAddress/ {p...
{ "pile_set_name": "Github" }
framework: router: strict_requirements: ~
{ "pile_set_name": "Github" }
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netstandard2.0</TargetFramework> <Version>0.22.2.1</Version> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\MxNet\MxNet.csproj" /> </ItemGroup> </Project>
{ "pile_set_name": "Github" }
#!/usr/bin/env bash set -e # Helper to check a file matches its known hash # Call it with: # $1: the full path to the file to check # $2: the path of the file containing all the the expected hashes h_file="${1}" file="${2}" # Does the hash-file exist? if [ ! -f "${h_file}" ]; then exit 0 fi # Check one hash...
{ "pile_set_name": "Github" }