text
stringlengths
2
99.1k
meta
dict
@echo off reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | find /i "x86" > NUL && set UNAME=i686 || set UNAME=amd64 set PATH=%PATH%;C:\Program Files\7-Zip;C:\Program Files\Git\bin FOR /F "tokens=1 delims=" %%A in ('git describe --abbrev^=0 --tags') do SET VERSION=%%A set DIR=%0\..\.. set DISTNAME=gl...
{ "pile_set_name": "Github" }
--- title: Security layout: developersection wip: true ---
{ "pile_set_name": "Github" }
define( [ "../core", "../data/var/dataPriv", "../css/var/isHiddenWithinTree" ], function( jQuery, dataPriv, isHiddenWithinTree ) { "use strict"; var defaultDisplayMap = {}; function getDefaultDisplay( elem ) { var temp, doc = elem.ownerDocument, nodeName = elem.nodeName, display = defaultDisplayMap[ nodeNa...
{ "pile_set_name": "Github" }
--- # # These vars are generally considered private and not expected to be altered # by end users # openshift_metrics_cassandra_storage_types: - emptydir - pv - dynamic - nfs
{ "pile_set_name": "Github" }
// Copyright ©2016 The Gonum 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 !noasm,!appengine #include "textflag.h" // MOVSHDUP X3, X2 #define MOVSHDUP_X3_X2 BYTE $0xF3; BYTE $0x0F; BYTE $0x16; BYTE $0xD3 // MOVSLDUP X3, ...
{ "pile_set_name": "Github" }
{ "type": "mekanism:crushing", "input": { "ingredient": { "item": "minecraft:oxeye_daisy" } }, "output": { "item": "mekanism:bio_fuel", "count": 5 } }
{ "pile_set_name": "Github" }
--- --- @import "main";
{ "pile_set_name": "Github" }
{ "name": "autoMessageService", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "date-utils": "^1.2.21", "wx-server-sdk": "^1.8.2" } }
{ "pile_set_name": "Github" }
# SPDX-License-Identifier: GPL-2.0 # # Makefile for Red Hat Linux AFS client. # afs-cache-$(CONFIG_AFS_FSCACHE) := cache.o kafs-y := \ $(afs-cache-y) \ addr_list.o \ callback.o \ cell.o \ cmservice.o \ dir.o \ dir_edit.o \ dynroot.o \ file.o \ flock.o \ fsclient.o \ inode.o \ main.o \ misc.o \ mntpt.o ...
{ "pile_set_name": "Github" }
{ "name": "auth", "scripts": { "start": "serve . --single" }, "dependencies": { "serve": "latest" } }
{ "pile_set_name": "Github" }
<annotation> <folder>imagesRaw</folder> <filename>2017-12-19 09:03:34.085648.jpg</filename> <path>/Users/abell/Development/other.nyc/Camera/imagesRaw/2017-12-19 09:03:34.085648.jpg</path> <source> <database>Unknown</database> </source> <size> <width>352</width> <height>240</height> <depth>3</depth> </siz...
{ "pile_set_name": "Github" }
<component name="ArtifactManager"> <artifact type="exploded-war" name="seckill:war exploded"> <output-path>$PROJECT_DIR$/target/seckill</output-path> <root id="root"> <element id="directory" name="WEB-INF"> <element id="directory" name="classes"> <element id="module-output" name="secki...
{ "pile_set_name": "Github" }
--- title: "cytoscape" layout: cask --- {{ content }}
{ "pile_set_name": "Github" }
# mall功能结构说明 ## 后台管理系统 ### 商品管理 ![功能结构图-商品.jpg](https://github.com/macrozheng/mall/blob/master/document/resource/mind_product.jpg) ### 订单管理 ![功能结构图-订单.jpg](https://github.com/macrozheng/mall/blob/master/document/resource/mind_order.jpg) ### 促销管理 ![功能结构图-促销.jpg](https://github.com/macrozheng/mall/blob/master/docu...
{ "pile_set_name": "Github" }
--- title: "avimetaedit" layout: formula --- {{ content }}
{ "pile_set_name": "Github" }
""" Python Character Mapping Codec mac_croatian generated from 'MAPPINGS/VENDORS/APPLE/CROATIAN.TXT' with gencodec.py. """#" import codecs ### Codec APIs class Codec(codecs.Codec): def encode(self,input,errors='strict'): return codecs.charmap_encode(input,errors,encoding_table) def decode(self,inp...
{ "pile_set_name": "Github" }
(defparameter *x* nil "nothing")
{ "pile_set_name": "Github" }
(declare (block) (standard-bindings) (extended-bindings)) (begin)
{ "pile_set_name": "Github" }
[ 'env', 'exit', 'ipc', 'logger', 'module', 'object', 'openBrowser', 'pluginResolution', 'launch', 'request', 'spinner', 'validate' ].forEach(m => { Object.assign(exports, require(`./lib/${m}`)) }) exports.chalk = require('chalk') exports.execa = require('execa')
{ "pile_set_name": "Github" }
{ "name": "not-a-real-dep", "version": "0.0.0" }
{ "pile_set_name": "Github" }
In this directory: # # MarkdownTester -- Run tests for Markdown implementations # # Copyright (c) 2004-2005 John Gruber # <http://daringfireball.net/projects/markdown/> # Partially modified for testing purposes.
{ "pile_set_name": "Github" }
--- title: gocloud.dev/internal/openurl type: pkg ---
{ "pile_set_name": "Github" }
defmodule Nectar.Query.Setting do use Nectar.Query, model: Nectar.Setting end
{ "pile_set_name": "Github" }
--- :layout: refresh :refresh_to_post_id: "/blog/2010/11/30/whos-driving-this-thing" ---
{ "pile_set_name": "Github" }
@startuml sprite $bitbucket [48x48/16] { 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 0000000000000000001245566554210000...
{ "pile_set_name": "Github" }
IO.print(1 + 2) // expect: 3 IO.print(12.34 + 0.13) // expect: 12.47 IO.print(3 + 5 + 2) // expect: 10
{ "pile_set_name": "Github" }
# Changelog for Highmaps v1.1.9 (2015-10-07) - Most changes listed under Highcharts 4.1.9 above also apply to Highmaps 1.1.9. ## Bug fixes - Fixed issue with double clicking map zoom buttons. Closes #4444.
{ "pile_set_name": "Github" }
This is a Subversion working copy administrative directory. Visit http://subversion.tigris.org/ for more information.
{ "pile_set_name": "Github" }
--- title: "codespace" layout: cask --- {{ content }}
{ "pile_set_name": "Github" }
--- title: "couchpotato" layout: cask --- {{ content }}
{ "pile_set_name": "Github" }
# gold loot=currency,50,40,50 # crafting loot=751,15 loot=752,15 loot=754,15 # normal clothes loot=311,13 loot=312,13 loot=313,13 loot=314,13 loot=315,13 loot=316,13 loot=317,13 loot=318,13 loot=319,13 loot=320,13 # normal weapons loot=321,13 loot=322,13 loot=323,13 # normal misc loot=324,13 # magic clothes loot=3...
{ "pile_set_name": "Github" }
module BigBroda class Auth attr_accessor :api, :client cattr_accessor :api, :client def initialize @config = BigBroda::Config @key = Google::APIClient::KeyUtils.load_from_pkcs12(@config.key_file, @config.pass_phrase) @asserter = Google::APIClient::JWTAsserter.new( @config.email, @confi...
{ "pile_set_name": "Github" }
batch_size: 20 buckets: 25,50,100,200 input_pipeline_dev: class: ParallelTextInputPipeline params: source_files: - ${HOME}/text-to-sql/data/imdb/2018_02_08/question_split/1/1_encode.txt target_files: - ${HOME}/text-to-sql/data/imdb/2018_02_08/question_split/1/1_decode.txt input_pipeline_train: cla...
{ "pile_set_name": "Github" }
def postprocess_handler(): print("Hello from post-proc script!")
{ "pile_set_name": "Github" }
define("ace/snippets/razor",["require","exports","module"], function(require, exports, module) { "use strict"; exports.snippetText = "snippet if\n\ (${1} == ${2}) {\n\ ${3}\n\ }"; exports.scope = "razor"; });
{ "pile_set_name": "Github" }
gson 2.8.6 2019-10-04
{ "pile_set_name": "Github" }
# # FolderChooser # FolderChooser.new.title=\u5efa\u7acb\u65b0\u76ee\u9304 FolderChooser.new.folderName=\u8f38\u5165\u65b0\u76ee\u9304\u540d\uff1a FolderChooser.delete.title=\u78ba\u8a8d\u522a\u9664\u76ee\u9304 FolderChooser.delete.header=\u60a8\u771f\u7684\u8981\u522a\u9664\u9078\u4e2d\u7684\u76ee\u9304\u55ce\uf...
{ "pile_set_name": "Github" }
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : factory((global.myModule = {})) }(this, function (exports) { 'use strict'; exports.incr = incr; var a = 1; function incr ()...
{ "pile_set_name": "Github" }
@import 'ej2-inputs/styles/textbox/highcontrast-light.scss';
{ "pile_set_name": "Github" }
// Code generated by smithy-go-codegen DO NOT EDIT. package cloudtrail import ( "context" awsmiddleware "github.com/aws/aws-sdk-go-v2/aws/middleware" "github.com/aws/aws-sdk-go-v2/aws/retry" "github.com/aws/aws-sdk-go-v2/aws/signer/v4" smithy "github.com/awslabs/smithy-go" "github.com/awslabs/smithy-go/middlewa...
{ "pile_set_name": "Github" }
{{- if .Values.rbac.enabled }} apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: name: {{ include "enmasse.fullname" . }}-address-space-controller labels: {{ include "enmasse.labels" . | indent 4 }} roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: {{ include "enmasse.fullname" ...
{ "pile_set_name": "Github" }
approvers: - munnerz - simonswine - kragniz reviewers: - munnerz - unguiculus - kragniz
{ "pile_set_name": "Github" }
PROGRAM_PREFIX = genode-aarch64- BINUTILS_TARGET = aarch64-none-elf include $(PRG_DIR)/../binutils/target.inc
{ "pile_set_name": "Github" }
{ "word": "Postseason", "definitions": [ "The period following the regular season.", "A game or competition held during the postseason." ], "parts-of-speech": "Noun" }
{ "pile_set_name": "Github" }
(this.x++).toString() new (r++); (x++)(); const uuid = String(this._uuidCounter++);
{ "pile_set_name": "Github" }
## MOBY DEBUG OPTIONS ## CONFIG_LOCKDEP=y CONFIG_FRAME_POINTER=y CONFIG_LOCKUP_DETECTOR=y CONFIG_DETECT_HUNG_TASK=y CONFIG_DEBUG_TIMEKEEPING=y CONFIG_DEBUG_RT_MUTEXES=y CONFIG_DEBUG_SPINLOCK=y CONFIG_DEBUG_MUTEXES=y CONFIG_DEBUG_WW_MUTEX_SLOWPATH=y CONFIG_DEBUG_LOCK_ALLOC=y CONFIG_PROVE_LOCKING=y CONFIG_LOCK_STAT=y ...
{ "pile_set_name": "Github" }
@echo off java ^ -Djava.library.path=../../com.amd.aparapi.jni/dist ^ -classpath ../../com.amd.aparapi/dist/aparapi.jar;javaonedemo.jar ^ com.amd.aparapi.examples.javaonedemo.Mandel
{ "pile_set_name": "Github" }
$ $! $" $# $$ $% $& $' $( $) $* $+ $, $- $. $/ $: $; $< $= $> $? $@ $[ $\ $] $^ $_ $` ${ $| $} $~
{ "pile_set_name": "Github" }
{{- if .Values.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount metadata: name: {{ template "cockroachdb.serviceAccountName" . }} labels: {{ include "cockroachdb.labels" . | indent 4 }} {{- end -}}
{ "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 amd64,!gccgo,!appengine #include "textflag.h" DATA iv0<>+0x00(SB)/4, $0x6a09e667 DATA iv0<>+0x04(SB)/4, $0xbb67ae85 DATA iv0<>+0x08(SB)/4, $0x3c6ef3...
{ "pile_set_name": "Github" }
[Hearts x10] 58000000 0C5B0BC8 78000000 02B2E5D4 68000000 41200000 41200000 [Money x999999] 58000000 0C5A0F00 78000000 005B3F74 68000000 000F423F 000F423F [EXP x50.000] 58000000 0C5A0F00 78000000 005B4114 68000000 0000C350 0000C350 [Arrows x99] 58000000 0C5A0F00 78000000 005B42B4 68000000 00000063 00000063 [Bombs x...
{ "pile_set_name": "Github" }
console.log(1 + 2)
{ "pile_set_name": "Github" }
declare interface I { } declare const I: I;
{ "pile_set_name": "Github" }
{ "info" : { "version" : 1, "author" : "xcode" }, "properties" : { "filename" : "48---j67Ng9Z.png" } }
{ "pile_set_name": "Github" }
define( function() { return ( /^margin/ ); } );
{ "pile_set_name": "Github" }
{ "word": "Omnipotence", "definitions": [ "The quality of having unlimited or very great power." ], "parts-of-speech": "Noun" }
{ "pile_set_name": "Github" }
define( [ "../core" ], function( jQuery ) { "use strict"; jQuery.readyException = function( error ) { window.setTimeout( function() { throw error; } ); }; } );
{ "pile_set_name": "Github" }
@title Python C API bytes @tangler bytes.flx = share/lib/python/bytes.flx @h1 bytes @tangle bytes.flx // Nonfunction line: from .object cimport PyObject // Nonfunction line: cdef extern from "Python.h": // Nonfunction line: ctypedef struct va_list // FUNCTION: bint PyBytes_Check(object o) gen PyBytes_Check: P...
{ "pile_set_name": "Github" }
{ "Namespace": "test", "Operation": "EVAL", "Collection": "", "Database": "test", "Keys": "", "Fingerprint": "EVAL" }
{ "pile_set_name": "Github" }
{ "Namespace": "test", "Operation": "EVAL", "Collection": "", "Database": "test", "Keys": "", "Fingerprint": "EVAL" }
{ "pile_set_name": "Github" }
(yield) => 42;
{ "pile_set_name": "Github" }
{ "scripts": { "build": "babel src -d assets/js" }, "devDependencies": { "babel-cli": "^6.8.0", "babel-preset-es2015": "^6.6.0" } }
{ "pile_set_name": "Github" }
{ "word": "Marble", "definitions": [ "Stain or streak (something) so that it looks like marble." ], "parts-of-speech": "Verb" }
{ "pile_set_name": "Github" }
--- nav_exclude: true redirect_to: /components/materials/vgl-line-basic-material ---
{ "pile_set_name": "Github" }
define([ "../Data" ], function( Data ) { return new Data(); });
{ "pile_set_name": "Github" }
(library (name uopt) (public_name core_kernel.uopt) (libraries core_kernel) (preprocess (pps ppx_jane -check-doc-comments)))
{ "pile_set_name": "Github" }
-- some typos i:= 1 + 1 + 1; j:= 1 + + 1;
{ "pile_set_name": "Github" }
(* ** Bit-strings *) (* ****** ****** *) %{^ // #include <pthread.h> // %} // end of [%{^] (* ****** ****** *) // #include "share/atspre_staload.hats" // (* ****** ****** *) // #staload UN = $UNSAFE // (* ****** ****** *) // #staload UNISTD = "libats/libc/SATS/unistd.sats" // (* ****** ****** *) // #staload _ = "lib...
{ "pile_set_name": "Github" }
package client const ( AUDIT_LOG_TYPE = "auditLog" ) type AuditLog struct { Resource AccountId string `json:"accountId,omitempty" yaml:"account_id,omitempty"` AuthType string `json:"authType,omitempty" yaml:"auth_type,omitempty"` AuthenticatedAsAccountId string `json:"authenticatedAsAccountId,omitempty" yaml:...
{ "pile_set_name": "Github" }
:local(.dropdownheader) { padding-left: 10px; padding-right: 10px; padding-bottom: 5px; margin-bottom: 5px; font-weight: 600; } :local(.bottomSpacer) { margin-bottom: 10px; list-style: none; } :local(.topSpacer) { margin-top: 10px; }
{ "pile_set_name": "Github" }
Motoya L Cider W3 and L Mulberry W3 TrueType fonts from Android.
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &195068 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 5 m_Component: - component: {fileID: 495068} - component: {fileID: 21295068} - component: {fileID: 9595068} - component:...
{ "pile_set_name": "Github" }
/** * This callback type is completely empty, a no-operation. * * @callback Phaser.Types.Core.NOOP * @since 3.0.0 */
{ "pile_set_name": "Github" }
.css-test:before { content: "CSS works" }
{ "pile_set_name": "Github" }
/* *
{ "pile_set_name": "Github" }
{ "backgroundTextStyle": "light", "backgroundColor": "#4a475b", "navigationBarBackgroundColor": "#4a475b", "navigationBarTitleText": "小鸡单词", "navigationBarTextStyle": "white", "enablePullDownRefresh": true }
{ "pile_set_name": "Github" }
approvers: - billimek - batazor reviewers: - billimek - batazor
{ "pile_set_name": "Github" }
{ "name": "DUBS", "description": "Earplugs.", "url": "https://www.getdubs.com/" }
{ "pile_set_name": "Github" }
{% extends "base.html" %} {% block title %}{{ object }}{% endblock %} {% block main %} <h1>{{ object }}</h1> {% endblock %}
{ "pile_set_name": "Github" }
@keyframes flash { from, 50%, to { opacity: 1; } 25%, 75% { opacity: 0; } } .flash { animation-name: flash; }
{ "pile_set_name": "Github" }
{ "parent": "item/generated", "textures": { "layer0": "gregtech:items/material_sets/metallic/gear" } }
{ "pile_set_name": "Github" }
{ "multipart": [ { "when": { "up": "true" }, "apply": { "model": "techreborn:block/storage/titanium_storage_block_wall_post" } }, { "when": { "north": "low" }, "apply": { "model": "techreborn:block/storage/titanium_storage_block_wall_side", "uvlock": true } }, { "when": { "...
{ "pile_set_name": "Github" }
[Desktop Entry] Comment=bind keys or mouse buttons to shell commands Exec=xbindkeys GenericName=xbindkeys Name=xbindkeys Categories=Utility; StartupNotify=false Terminal=false Type=Application
{ "pile_set_name": "Github" }
// Package natives provides native packages via a virtual filesystem. // // See documentation of parseAndAugment in github.com/gopherjs/gopherjs/build // for explanation of behavior used to augment the native packages using the files // in src subfolder. package natives //go:generate vfsgendev -source="github.com/goph...
{ "pile_set_name": "Github" }
1 2 3 1 2 3 wwow wwow wwow
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &128450 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 417074} - 114: {fileID: 11479102} m_Layer: 0 m_Name: SteamVR_ExternalCamera m_TagString: ...
{ "pile_set_name": "Github" }
--- # vars file for cifv2
{ "pile_set_name": "Github" }
#### suite/funcs_1/t/innodb_storedproc_10.test # # 1. Check if InnoDB is available # 2. Set $engine_type let $engine_type= innodb; --source suite/funcs_1/storedproc/storedproc_10.inc
{ "pile_set_name": "Github" }
{ "key": "interval", "type": "text", "label": "Interval" }
{ "pile_set_name": "Github" }
#N canvas 300 169 770 718 10; #X text 84 159 data packet: 64-bit_destination 16-bit_destination broadcast_radius options data; #X obj 80 115 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 5800 0; #X obj 77 134 nbx 5 14 -1e+37 1e+37 0 0 empty empty empty 0 -8 0 10 -262144 -1 -1 58 256; #X obj 77 10 tgl ...
{ "pile_set_name": "Github" }
:10FC000001C0DDC0112484B790E890936100109288 :10FC10006100882361F0982F9A70923041F081FF43 :10FC200002C097EF94BF282E80E0ECD0E9C185E0B8 :10FC30008093810082E08093C80088E18093C900AE :10FC400087E18093CC0086E08093CA008EE0DAD012 :10FC5000279A84E02AEB3AEF91E0309385002093D5 :10FC6000840096BBB09BFECF1F9AA8954091C80018 :10FC...
{ "pile_set_name": "Github" }
# This filter is compiled to all_instructions.bpf by the `bpf_asm` # tool, which can be found in the linux kernel source tree under # tools/net. # Load immediate ld #42 ldx #42 # Load scratch ld M[3] ldx M[3] # Load absolute ldb [42] ldh [42] ld [42] # Load indirect ldb [x + 42] ldh [x + 42] ld [x + 42] # Load IPv...
{ "pile_set_name": "Github" }
{ "raw_sec": 0, "cash": 5000, "cpu_allocations": [], "techs_done": [], "events_triggered": {} }
{ "pile_set_name": "Github" }
--- title: "purevpn" layout: cask --- {{ content }}
{ "pile_set_name": "Github" }
# Growl for nodejs [![Build Status](https://travis-ci.org/tj/node-growl.svg?branch=master)](https://travis-ci.org/tj/node-growl) Growl support for Nodejs. This is essentially a port of my [Ruby Growl Library](http://github.com/visionmedia/growl). Ubuntu/Linux support added thanks to [@niftylettuce](http://github.com/n...
{ "pile_set_name": "Github" }
{ "properties": { "Ã": "Ã" }, "type": "Feature", "geometry": null }
{ "pile_set_name": "Github" }
/home/ksw/develop/ijkplayer-android/android/ijkplayer/ijkplayer-x86/src/main/obj/local/x86/objs/ijkj4a/j4a/class/android/media/MediaCodec.o: \ /home/ksw/develop/ijkplayer-android/android/ijkplayer/ijkplayer-x86/src/main/jni/ijkmedia/ijkj4a/j4a/class/android/media/MediaCodec.c \ /home/ksw/develop/ijkplayer-android/and...
{ "pile_set_name": "Github" }
#! /usr/bin/env bash cd ../.. > /dev/null # train model # if you wish to resume from an exists model, uncomment --init_from_pretrained_model export FLAGS_sync_nccl_allreduce=0 CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 \ python -u train.py \ --batch_size=64 \ --num_epoch=50 \ --num_conv_layers=2 \ --num_rnn_layers=3 \ --rn...
{ "pile_set_name": "Github" }
define( function() { "use strict"; function nodeName( elem, name ) { return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); }; return nodeName; } );
{ "pile_set_name": "Github" }
{ "type": "botania:mana_infusion", "input": { "item": "minecraft:lily_pad" }, "output": { "item": "minecraft:vine" }, "mana": 320, "catalyst": { "name": "botania:alchemy_catalyst" } }
{ "pile_set_name": "Github" }