text
stringlengths
2
99.9k
meta
dict
import * as React from 'react'; import { withComponents } from '@devexpress/dx-react-core'; import { TableRowDetail as TableRowDetailBase } from '@devexpress/dx-react-grid'; import { TableDetailToggleCell as ToggleCell } from '../templates/table-detail-toggle-cell'; import { TableDetailCell as Cell } from '../templates...
{ "pile_set_name": "Github" }
#! /bin/sh . ../../testenv.sh GHDL_STD_FLAGS=--std=08 synth pkg.vhdl foo.vhdl -e > syn_foo.vhdl analyze pkg.vhdl syn_foo.vhdl clean echo "Test successful"
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <!-- index.qdoc --> <head> <title>Property Browser</title> <link href="classic.css" rel="stylesheet" type="text/css" /...
{ "pile_set_name": "Github" }
"""Provides functions to prefetch tensors to feed into models.""" import tensorflow as tf def prefetch(tensor_dict, capacity): """Creates a prefetch queue for tensors. Creates a FIFO queue to asynchronously enqueue tensor_dicts and returns a dequeue op that evaluates to a tensor_dict. This function is useful i...
{ "pile_set_name": "Github" }
# RUN: yaml2obj %s > %t # RUN: llvm-objcopy %t %t2 # RUN: llvm-readobj --file-headers --sections %t2 | FileCheck %s !ELF FileHeader: Class: ELFCLASS32 Data: ELFDATA2MSB Type: ET_EXEC Machine: EM_X86_64 Sections: - Name: .bss Type: SHT_NOBITS ...
{ "pile_set_name": "Github" }
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) &gt; [TextBoxSnapshot](./puppeteer.protocol.domsnapshot.textboxsnapshot.md) &gt; [bound...
{ "pile_set_name": "Github" }
<?php /** * Autogenerated by Thrift Compiler (0.12.0) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ use Thrift\Base\TBase; use Thrift\Type\TType; use Thrift\Type\TMessageType; use Thrift\Exception\TException; use Thrift\Exception\TProtocolException; use Thrift\Protocol\TProt...
{ "pile_set_name": "Github" }
/** @file Support functions for UEFI protocol notification infrastructure. Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "PiSmmCore.h" /** Signal event for every protocol in protocol entry. @param Prot ...
{ "pile_set_name": "Github" }
Copyright (c) 2015-2017 Valve Corporation Copyright (c) 2015-2017 LunarG, 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 app...
{ "pile_set_name": "Github" }
<!-- ...................................................................... --> <!-- XHTML Block Phrasal Module .......................................... --> <!-- file: xhtml-blkphras-1.mod This is XHTML, a reformulation of HTML as a modular XML application. Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All ...
{ "pile_set_name": "Github" }
-- Do not manually edit this file, it was auto-generated by dillonkearns/elm-graphql -- https://github.com/dillonkearns/elm-graphql module Hasura.Object.Online_users exposing (id, last_seen, user) import Graphql.Internal.Builder.Argument as Argument exposing (Argument) import Graphql.Internal.Builder.Object as Objec...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2013-2015 Apple Inc. * All rights reserved. */ #ifndef __NE_INDIRECT__ #error "Please import the NetworkExtension module instead of this file directly." #endif NS_ASSUME_NONNULL_BEGIN #if !defined(NEVPN_EXPORT) #define NEVPN_EXPORT extern #endif @class NEVPNManager; /*! * @typedef NEVPNStatu...
{ "pile_set_name": "Github" }
DROP TABLE IF EXISTS `quest_visual_effect`; CREATE TABLE `quest_visual_effect` ( `ID` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0', `Index` TINYINT(3) UNSIGNED NOT NULL DEFAULT '0', `VisualEffect` MEDIUMINT(8) NOT NULL DEFAULT '0', `VerifiedBuild` SMALLINT(5) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`, `...
{ "pile_set_name": "Github" }
/* * user_wifi.h */ #ifndef _USER_WIFI_H_ #define _USER_WIFI_H_ #include "os_type.h" #include "wifi_config.h" typedef void (*WifiCallback)(uint8_t); extern void wifi_connect(WifiCallback cb); extern void smartconfig_connect(WifiCallback cb); extern void wifi_check_init(u16); extern void wifi_status_led_init(void...
{ "pile_set_name": "Github" }
/* This is a simple example which shows how to employ the Tcl/Tk bindings of VTK (the "visualization toolkit", http://www.vtk.org/) to render 3D visualizations in Pure, a rotating globe in this example. You need VTK to make this work, and the earth.ppm texture must be in the current directory when running ...
{ "pile_set_name": "Github" }
'use strict'; Array.prototype.inArray = function(comparer) { for(var i=0; i < this.length; i++) { if(comparer(this[i])) return true; } return false; }; Array.prototype.pushIfNotExist = function(element, comparer) { if (!this.inArray(comparer)) { this.push(element); } }; Array.prototype.removeElemen...
{ "pile_set_name": "Github" }
# Copyright (c) 2010-2020 The Open-Transactions developers # 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/. set(cxx-sources BlockFilter.cpp BlockHeaders.cpp Blocks.cpp D...
{ "pile_set_name": "Github" }
// cgo -godefs -- -Wall -Werror -static -I/tmp/include linux/types.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build mips64le,linux package unix const ( SizeofPtr = 0x8 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x8 SizeofLongLong = 0x8 Pat...
{ "pile_set_name": "Github" }
1 2 3
{ "pile_set_name": "Github" }
#muuid {82181510-5dfa-49d7-b469-33871e2ae8b5} ;============================================================ ; File: TrafficCounter.dll ; Plugin: Traffic counter ; Version: 0.1.1.9 ; Authors: Ghost, Mironych ;============================================================ [Adding traffic and time counters.] Ліч...
{ "pile_set_name": "Github" }
/* * tw68 functions to handle video data * * Much of this code is derived from the cx88 and sa7134 drivers, which * were in turn derived from the bt87x driver. The original work was by * Gerd Knorr; more recently the code was enhanced by Mauro Carvalho Chehab, * Hans Verkuil, Andy Walls and many others. Th...
{ "pile_set_name": "Github" }
a { color: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
{ "pile_set_name": "Github" }
package linux import "testing" import "reflect" import "fmt" func TestNetStat(t *testing.T) { { var expected = NetStat{0, 0, 1764, 180, 0, 0, 0, 0, 0, 0, 28321, 0, 0, 0, 0, 243, 25089, 53, 837, 0, 0, 95994, 623148353, 640988091, 0, 92391, 81263, 594305, 590571, 35, 6501, 81, 113, 213, 1, 223, 318, 1056, 287, 218, ...
{ "pile_set_name": "Github" }
From adc86a463d4915cf85b4056d2762d3a107a6c6be Mon Sep 17 00:00:00 2001 From: Ioana Radulescu <ruxandra.radulescu@nxp.com> Date: Fri, 23 Mar 2018 08:44:05 -0500 Subject: [PATCH 255/448] staging: fsl-dpaa2/eth: Use generic irq handler For the link state interrupt, we used a dummy non-threaded irq handler, which had the ...
{ "pile_set_name": "Github" }
#ifndef SRC_APP_CONTEXTBROKER_ORIONRESTSERVICES_H_ #define SRC_APP_CONTEXTBROKER_ORIONRESTSERVICES_H_ /* * * Copyright 2018 Telefonica Investigacion y Desarrollo, S.A.U * * This file is part of Orion Context Broker. * * Orion Context Broker is free software: you can redistribute it and/or * modify it under the terms o...
{ "pile_set_name": "Github" }
package com.jnardari.opencv_androidsamples.utils.calibration; import java.util.ArrayList; import java.util.List; import org.opencv.calib3d.Calib3d; import org.opencv.core.Core; import org.opencv.core.CvType; import org.opencv.core.Mat; import org.opencv.core.MatOfDouble; import org.opencv.core.MatOfPoint2f; import or...
{ "pile_set_name": "Github" }
import React, {Component} from "react"; import {Provider, connect} from "react-redux"; import ReactDOM from "react-dom"; import QueryParameters from "../utils/QueryParameters"; import store from "../store/store"; import CurrentViewActions from "../store/state/currentView" var views = {}, configValues = {}, err...
{ "pile_set_name": "Github" }
/* Bullet Continuous Collision Detection and Physics Library Copyright (c) 2013 Erwin Coumans http://bulletphysics.org This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to...
{ "pile_set_name": "Github" }
/* * PLUGIN RSSURLREWRITE * * Danish language file. * * Author: */ theUILang.rssNewRule = "New rule"; theUILang.mnu_rssurlrewrite = "URL Replacement in RSS"; theUILang.rssRulesManager = "Rules Manager"; theUILang.rssAddRule = "Add"; theUILang.rssDelRule = "Delete"; theUILang.rssCheckRule = "?"; theU...
{ "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...
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 import os import time import ptan import random import argparse import collections from lib import game, model, mcts from tensorboardX import SummaryWriter import torch import torch.optim as optim import torch.nn.functional as F PLAY_EPISODES = 1 #25 MCTS_SEARCHES = 10 MCTS_BATCH_SIZE = 8 R...
{ "pile_set_name": "Github" }
#pragma hdrstop #define INITGUID #include <dsound.h> #include <eax/eax.h> /* --- replaces following #pragma comment(lib, "dxguid" ) */
{ "pile_set_name": "Github" }
require('../../modules/es6.number.constructor'); require('../../modules/es6.number.epsilon'); require('../../modules/es6.number.is-finite'); require('../../modules/es6.number.is-integer'); require('../../modules/es6.number.is-nan'); require('../../modules/es6.number.is-safe-integer'); require('../../modules/es6.number....
{ "pile_set_name": "Github" }
namespace SharpVk.Generator { public class ExtensionInfo { public string Name; public int SpecVersion; public string Extension; public string Scope; } }
{ "pile_set_name": "Github" }
// Boost.Range library // // Copyright Neil Groves 2010. Use, modification and // distribution is 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) // // For more information, see http://www.boost.org/libs/range/ // #ifn...
{ "pile_set_name": "Github" }
tinymce.addI18n('km_KH',{ "Cut": "\u1780\u17b6\u178f\u17cb", "Heading 5": "\u1780\u17d2\u1794\u17b6\u179b 5", "Header 2": "\u1780\u17d2\u1794\u17b6\u179b 2", "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "\u1780\u1798\u17d2\u1798\u179c\u17b7\u179...
{ "pile_set_name": "Github" }
@comment $NetBSD: PLIST,v 1.1 2016/05/16 07:53:02 nils Exp $ bin/wheel-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe ${PYSITELIB}/${EGG_IN...
{ "pile_set_name": "Github" }
#define AUTOTUNE_N 16, 16 // This tests a segfault generated by an autotuned schedule. #include "Halide.h" #include <stdio.h> using namespace Halide; int main(int argc, char **argv) { ImageParam in_img(UInt(16), 2); Func blur_x("blur_x"), blur_y("blur_y"); Var x("x"), y("y"), xi("xi"), yi("yi"); F...
{ "pile_set_name": "Github" }
////////////////////////////////////////////////////////////////////////////// // // (C) Copyright Ion Gaztanaga 2014-2015. 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/interpr...
{ "pile_set_name": "Github" }
@model CorporateEvents.SharePointWeb.Models.Registration @{ ViewBag.Title = "Register"; } <h2>Register</h2> @using (Html.BeginForm()) { @Html.AntiForgeryToken() @Html.HiddenFor(model => model.EventId, new { value = ViewBag.EventId }) <div class="form-horizontal"> <h4>Registration</h4>...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="debug_shared|SDK_AM335X_SK_WEC2013_V310"> <Configuration>debug_shared</Configuratio...
{ "pile_set_name": "Github" }
package net.sourceforge.vrapper.log; public class SystemStreamsLog implements Log { private boolean debugEnabled = Boolean.parseBoolean(System.getProperty(DEBUGLOG_PROPERTY)); public SystemStreamsLog(boolean enableDebug) { debugEnabled = enableDebug; } public void error(String msg, Throwable...
{ "pile_set_name": "Github" }
import Test.Tasty import Test.Tasty.HUnit import Control.Concurrent import Control.Exception import Control.Monad import System.Environment -- verbose versions of everything, to make it easier to debug from travis logs verbose :: String -> IO () verbose msg = putStrLn ("resource-release-test.hs: " ++ msg) verboseSl...
{ "pile_set_name": "Github" }
#%Module1.0 ##################################################################### set modulename h5utils-serial set version 1.12.1 set compiler gnu-4.7.2 set basepath /opt/h5utils-serial/$version/gnu-4.7.2 proc ModulesHelp { } { puts stderr "\tLoads $modulename ($version)" } module-whatis "Loads $modulename ($v...
{ "pile_set_name": "Github" }
langcode: en status: true dependencies: config: - field.storage.node.body - node.type.book module: - text id: node.book.body field_name: body entity_type: node bundle: book label: Body description: '' required: false translatable: true default_value: { } default_value_callback: '' settings: display_s...
{ "pile_set_name": "Github" }
using System; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("DeltaEngine.Input")] [assembly: AssemblyDescription("Delta Engine Library Input")] [assembly: AssemblyCompany("Delta Engine")] [assembly: AssemblyCopyright("Copyright ©...
{ "pile_set_name": "Github" }
// go run mksyscall.go -tags linux,amd64 syscall_linux.go syscall_linux_amd64.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build linux,amd64 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT func fchmodat...
{ "pile_set_name": "Github" }
/* 定义一个数组,输出数组名及元素。然后给数组中的元素赋值,再次输出数组名及元素。 */ class ArrayDemo2 { public static void main(String[] args) { //定义数组 int[] arr = new int[3]; //输出数组名称及元素 System.out.println(arr); System.out.println(arr[0]); System.out.println(arr[1]); System.out.println(arr[2]); //给数组中的元素赋值 arr[0] = 10; arr[1] = 20; ...
{ "pile_set_name": "Github" }
Tests that Runtime.evaluate has the correct error line number for 'new Function(...)' { id : <messageId> result : { exceptionDetails : { columnNumber : 3 exception : { className : TypeError description : TypeError: 0 is not a function at eval (...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 6d4955fc55080df4d88a3d7bb57d2434 timeCreated: 1495288242 licenseType: Free NativeFormatImporter: mainObjectFileID: 2100000 userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
/**************************************************************************/ /* */ /* This file is part of Frama-C. */ /* */ /* Copyrigh...
{ "pile_set_name": "Github" }
/* * Copyright 2003-2020 The Music Player Daemon Project * http://www.musicpd.org * * 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 Foundation; either version 2 of the License, or * (at your option) ...
{ "pile_set_name": "Github" }
do1 | do1 | sol2. | re4 la8 sol8 fa2 | mi2 mi2 | la2 fa4 mi4 | re2 si,2 | do2 re4 re,4 | sol,4 sol4 fa2 | mi2 mi2 | fa2 re2 | sol4 do4 sol,2 | do2. |
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="Telephone" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> <item> <key> <string>id</string> </key> <value> <string>default_telephone</string> </value> ...
{ "pile_set_name": "Github" }
<?xml version='1.0' encoding='utf-8'?> <doc><id>2214</id><url>http://www.chinanews.com/gj/2020/04-04/9147932.shtml</url><title>西班牙新冠确诊病例超12万 政府将申请延长紧急状态</title><datetime>2020-4-4 22:12:00</datetime><body> 新华社马德里4月4日电(谢宇智)西班牙卫生部4日发布的新冠疫情最新统计数据显示,西班牙累计确诊病例数已超过12万例,但单日新增死亡人数有所下降。首相桑切斯当天通过电视讲话宣布,政府将向议会申请将国家紧急状态延长至4月25日24时。...
{ "pile_set_name": "Github" }
//===- llvm/unittest/ADT/SmallVectorTest.cpp ------------------------------===// // // 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" }
// Copyright Aleksey Gurtovoy 2000-2004 // // 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) // // Preprocessed version of "boost/mpl/vector/vector10.hpp" header // -- DO NOT modify by hand! namespa...
{ "pile_set_name": "Github" }
import fs from 'fs-extra'; import { getPagesFromPdf, getPagesTextFromPdf } from './pdf'; jest.unmock('fs-extra'); /** * More files should be included as time passes to maintain compatability * with previous years' pdfs. */ const fileData = fs.readFileSync('__mocks__/fixtures/test1.pdf'); describe('pdf', () => { ...
{ "pile_set_name": "Github" }
/** * Greek translation for bootstrap-datepicker */ ;(function($){ $.fn.datepicker.dates['el'] = { days: ["Κυριακή", "Δευτέρα", "Τρίτη", "Τετάρτη", "Πέμπτη", "Παρασκευή", "Σάββατο", "Κυριακή"], daysShort: ["Κυρ", "Δευ", "Τρι", "Τετ", "Πεμ", "Παρ", "Σαβ", "Κυρ"], daysMin: ["Κυ", "Δε", "Τρ", "Τε", "Πε", "...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6254" systemVersion="13F34" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> <dependencies> <deployment version="1070" identifier="macosx"/>...
{ "pile_set_name": "Github" }
use itertools::Itertools; use crate::base::{ ast::{ self, AstType, DisplayEnv, Do, Expr, MutVisitor, Pattern, SpannedAlias, SpannedExpr, TypedIdent, }, fnv::FnvMap, pos::{self, ByteOffset, BytePos, Span}, scoped_map::ScopedMap, source::Source, symbol::{Symbol, SymbolData, Sy...
{ "pile_set_name": "Github" }
package middleware // import "github.com/docker/docker/api/server/middleware" import ( "bufio" "context" "encoding/json" "io" "net/http" "strings" "github.com/docker/docker/api/server/httputils" "github.com/docker/docker/pkg/ioutils" "github.com/sirupsen/logrus" ) // DebugRequestMiddleware dumps the request...
{ "pile_set_name": "Github" }
#Tue Nov 19 10:57:04 CET 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.1-all.zip
{ "pile_set_name": "Github" }
// import async to make control flow simplier var async = require('async'); // import the rest of the normal stuff var mongoose = require('../../lib'); require('./person.js')(); var Person = mongoose.model('Person'); // define some dummy data var data = [ { name : 'bill', age : 25, birthday : new Date().setFullYe...
{ "pile_set_name": "Github" }
Include: include/setup.vader Execute (neomake#log#debug writes to logfile always): Save g:neomake_verbose, g:neomake_logfile let neomake_verbose = 0 let g:neomake_logfile = tempname() call neomake#log#debug('msg1.') call neomake#log#debug('msg2.') if has('patch-7.4.503') let logfile_msg = readfile(g:ne...
{ "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" }
#!/bin/bash CONNECT_PORT=8083 declare -a connectors=("hive") connectorslen=${#connectors[@]} for (( i=0; i<${connectorslen}; i++ )); do CONNECTOR=${connectors[$i]} echo "Running integration tests for $CONNECTOR" CONNECTOR_PROJECT="kafka-connect-$CONNECTOR" echo "Connector path = $CONNECTOR_PROJECT" ...
{ "pile_set_name": "Github" }
// Boost.Geometry (aka GGL, Generic Geometry Library) // Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. // Copyright (c) 2008-2012 Bruno Lalande, Paris, France. // Copyright (c) 2009-2012 Mateusz Loskot, London, UK. // Copyright (c) 2014 Adam Wulkiewicz, Lodz, Poland. // This file was modified by...
{ "pile_set_name": "Github" }
defpackage stz/test-lang : import core import collections import parser import macro-utils import stz/core-macros import stz/params ;<doc>======================================================= ;=================== Test Syntax ============================ ;==================================================...
{ "pile_set_name": "Github" }
require("@fatso83/mini-mocha").install(); const sinon = require("sinon"); const referee = require("@sinonjs/referee"); const assert = referee.assert; describe("stub", function() { it("should add a custom behavior", function() { sinon.addBehavior("returnsNum", function(fake, n) { fake.returns(n...
{ "pile_set_name": "Github" }
<root> <styles> <include src="s2r://panorama/styles/dotastyles.vcss_c" /> <include src="s2r://panorama/styles/tooltips/battle_pass_activities/tooltip_battle_pass_arcana_vote.vcss_c" /> </styles> <Panel> <Label class="Title" text="#DOTA_BattlePass_ArcanaVoteTooltip_Title" /> <Panel class="MainContents"> ...
{ "pile_set_name": "Github" }
> * 原文地址:[Building A Node.js Express API To Convert Markdown To HTML](https://www.smashingmagazine.com/2019/04/nodejs-express-api-markdown-html/) > * 原文作者:[Sameer Borate](https://www.smashingmagazine.com/author/sameer-borate) > * 译文出自:[掘金翻译计划](https://github.com/xitu/gold-miner) > * 本文永久链接:[https://github.com/xitu/gold...
{ "pile_set_name": "Github" }
import { Component, Injectable, NgModule } from '@angular/core'; import { Shallow } from '../shallow'; ////// Module Setup ////// @Component({ template: '<h1>Step</h1>', selector: 'step', }) class StepComponent {} @Injectable() class StepService { getSteps() { return [StepComponent]; } } @Component({ s...
{ "pile_set_name": "Github" }
4 4 4 10 6 2 8 0 2 4 37 6 2 6 2 18 6 6 8 13 13 2 10 4 6 4 2 4 15 42 2 6 6 2 27 6 6 4 28 6 17 4 8 25 23 27 4 2 4 29 41 4 13 4 6 15 4 12 12 4 2 9 60 2 4 2 4 2 19 4 4 27 4 4 2 30 4 10 2 4 4 4 4 2 6 4 34 2 4 6 2 2 8 4 4 2 8 6 2 15 10 6 6 46 8 4 4 2 6 4 10 6 2 8 0 4 4 4 4 27 4 6 4 6 10 46 8 4 2 29 2 0 8 4 2 6 2 27 4 10 2 27...
{ "pile_set_name": "Github" }
Introduction ============ .. include:: ../README.rst :start-after: include:introduction/start
{ "pile_set_name": "Github" }
# This file is automatically generated by Android Tools. # Do not modify this file -- YOUR CHANGES WILL BE ERASED! # # This file must be checked in Version Control Systems. # # To customize properties used by the Ant build system edit # "ant.properties", and override values to adapt the script to your # project structu...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 35144820bcc25444bb8f0fd767d9423e MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0}
{ "pile_set_name": "Github" }
// Copyright (c) 2000 - 2007, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of ...
{ "pile_set_name": "Github" }
@TestOn('browser') import 'dart:async'; import 'package:over_react/over_react.dart'; import 'package:over_react/over_react_redux.dart'; import 'package:over_react_test/over_react_test.dart'; import 'package:test/test.dart'; import 'package:time/time.dart'; import 'package:todo_client/src/actions.dart'; import 'packag...
{ "pile_set_name": "Github" }
/* $Id: hisax.h,v 2.64.2.4 2004/02/11 13:21:33 keil Exp $ * * Basic declarations, defines and prototypes * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated herein by reference. * */ #include <linux/errno.h> #include <linux/fs.h> #include <linux/...
{ "pile_set_name": "Github" }
using System; using System.IO; using System.Diagnostics; using SCG = System.Collections.Generic; using Nemerle.Assertions; using Nemerle.Collections; using Nemerle.Compiler; using Nemerle.Compiler.Parsetree; using Nemerle.Compiler.Utils.Async; using Nemerle.Imperative; using Nemerle.Surround; using Nemerle.Utility; us...
{ "pile_set_name": "Github" }
<?php /** * Context diff generator for PHP DiffLib. * * PHP version 5 * * Copyright (c) 2009 Chris Boulton <chris.boulton@interspire.com> * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are ...
{ "pile_set_name": "Github" }
/* * (C) 2009 Jack Lloyd * * Distributed under the terms of the Botan license */ #include <fstream> #include <iostream> #include <sstream> #include <boost/regex.hpp> #include <botan/botan.h> #include <botan/eax.h> using namespace Botan; namespace { unsigned from_string(const std::string& s) { std::istringstr...
{ "pile_set_name": "Github" }
package io.scalechain.blockchain.proto.codec.messages import io.scalechain.blockchain.proto.* import io.scalechain.blockchain.proto.codec.* import io.scalechain.util.HexUtil.bytes /** * <Bitcoin Core Packets Not Captured> * * 02 ......... Filter bytes: 2 * b50f ....... Filter: 1010 1101 1111 0000 * 0b00...
{ "pile_set_name": "Github" }
-- 196406 - Back Draft Aura DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_warl_back_draft_aura'; INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (196406, 'spell_warl_back_draft_aura'); DELETE FROM `spell_proc` WHERE `SpellId`=196406; INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`,...
{ "pile_set_name": "Github" }
/*! TACHYONS v4.9.1 | http://tachyons.io */ /* * * ________ ______ * ___ __/_____ _________ /______ ______________________ * __ / _ __ `/ ___/_ __ \_ / / / __ \_ __ \_ ___/ * _ / / /_/ // /__ _ / / / /_/ // /_/ / / / /(__ ) * /_/ \__,_/ \___/ /_/ /_/_\__,...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Eventum (Issue Tracking System) package. * * @copyright (c) Eventum Team * @license GNU General Public License, version 2 or later (GPL-2+) * * For the full copyright and license information, * please see the COPYING and AUTHORS files * that were distributed with this source...
{ "pile_set_name": "Github" }
#!/usr/bin/python import sys import xml.etree.ElementTree as ET arguments = sys.argv[1:] if len(arguments) == 0: print 'A utility script for converting TV files from Trick 13 to Trick 15.' print 'usage: convert_tv_file <files>' else: types = ( ('Boolean', 'boolean'), ('Byte', 'b...
{ "pile_set_name": "Github" }
use std::f64; use std::iter::{Skip, Zip}; use std::slice::Iter; pub trait PairWise<T> { fn pairwise(&self) -> Zip<Iter<T>, Skip<Iter<T>>>; } impl<T> PairWise<T> for [T] { fn pairwise(&self) -> Zip<Iter<T>, Skip<Iter<T>>> { self.iter().zip(self.iter().skip(1)) } } fn _mean(s: &[f64]) -> f64 { ...
{ "pile_set_name": "Github" }
<?php /** * This file is part of the Propel package. * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @license MIT License */ /** * Abstract class for query formatter * * @author Francois Zaninotto * @version $Revision...
{ "pile_set_name": "Github" }
>Mycoplasma_agalactiae_5632_FP671138_gi|290752420|emb|CBH40391.1| MSAKSIELNKEKGSVVVEYEFTGEKWTNIFNKTKSNKIKKLKVDGFRPGKAPKHIVDKYVTPVTVASDSI HEAYNVFADEIFEEVKKQHENALQNAVLLELPVLAEESSVIKIEFPLLPDLSDIKLDESIKTKVAKLKVT EADIDSYLDELLSKNALLMPLGKKDKTKLGDVVTLKYKGFVNNEPFEGGEADQFDLKLGSKTFIDTFEDQ LVGKSVGWKGEVNVTFPESYAVPTLKGQPAVFECEILDAKR...
{ "pile_set_name": "Github" }
// +build !linux package cgroups
{ "pile_set_name": "Github" }
/* Copyright 2016 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 applicable law or a...
{ "pile_set_name": "Github" }
<?php use App\Models\City; use App\Support\Database\CsvSeeder; class CitiesTableSeeder extends CsvSeeder { protected $filename = __DIR__ . '/../csvs/cities.csv'; protected $model = City::class; }
{ "pile_set_name": "Github" }
activity-social-networking-summary-add-connection={0} and {1} are now connected. add-projects=Add Projects administrators=Administrators are-you-sure-you-want-to-delete-x-from-your-contacts=Are you sure you want to delete {0} from your contacts? back-to-selection=Back to Selection blocked=Blocked connect=Connect connec...
{ "pile_set_name": "Github" }
_ _ ____ _ ___| | | | _ \| | / __| | | | |_) | | ( (__| |_| | _ <| |___ \___|\___/|_| \_\_____| for AIX Toolbox Author: Tor Arntsen The spec file in this direct...
{ "pile_set_name": "Github" }
--- Description: The SetNotify method sets or removes a callback on the allocator. The allocator calls the callback method whenever the allocator's IMemAllocator::ReleaseBuffer method is called. ms.assetid: ef9a6c66-d392-4130-b4fc-9eb6aecb6cbf title: CBaseAllocator.SetNotify method (Amfilter.h) ms.topic: reference ms.d...
{ "pile_set_name": "Github" }
{ "name": "symfony/polyfill-mbstring", "type": "library", "description": "Symfony polyfill for the Mbstring extension", "keywords": ["polyfill", "shim", "compatibility", "portable", "mbstring"], "homepage": "https://symfony.com", "license": "MIT", "authors": [ { "name": "...
{ "pile_set_name": "Github" }
Appium iOS Inspector ==================== [![Inspector Screenshot](https://raw.githubusercontent.com/mykola-mokhnach/Appium-iOS-Inspector/master/screenshot.png)](#Inspector Screenshot) The tool for iOS elements location. It is based on the original source of [Selendroid Inspector](https://github.com/selendroid/selend...
{ "pile_set_name": "Github" }
<?php /* * Copyright 2014 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...
{ "pile_set_name": "Github" }