text
stringlengths
2
9.79k
meta
dict
sentences_perturbed
int64
0
2
doc_stats
dict
<!DOCTYPE html> <html class="no-js"> <head> <title>jQuery Presentation Plugin</title> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <script type="text/javascript">(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement)</script> <link href="st...
{ "pile_set_name": "Github" }
null
null
/*! * Jade - filters * Copyright(c) 2010 TJ Holowaychuk <tj@vision-media.ca> * MIT Licensed */ module.exports = { /** * Wrap text with CDATA block. */ cdata: function(str){ return '<![CDATA[\\n' + str + '\\n]]>'; }, /** * Transform sass to css, wrapped in style tags. */ sass:...
{ "pile_set_name": "Github" }
null
null
/* Copyright 2005-2014 Intel Corporation. All Rights Reserved. This file is part of Threading Building Blocks. Threading Building Blocks is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundat...
{ "pile_set_name": "Github" }
null
null
/* * Copyright 2019, GeoSolutions Sas. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. */ import expect from 'expect'; import React from 'react'; import ReactDOM from 'react-dom'; import GeoStoryEditor from...
{ "pile_set_name": "Github" }
null
null
/* SequenceCursor.cpp Copyright (C) 2014 Kushview, LLC. All rights reserved. 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 opt...
{ "pile_set_name": "Github" }
null
null
package org.openstack4j.core.transport; import org.openstack4j.api.exceptions.AuthenticationException; import org.openstack4j.api.exceptions.ClientResponseException; import org.openstack4j.api.exceptions.ResponseException; import org.openstack4j.api.exceptions.ServerResponseException; /** * Exception Handles for com...
{ "pile_set_name": "Github" }
null
null
// Copyright (c) 2012, 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 conditi...
{ "pile_set_name": "Github" }
null
null
// Copyright 2016 Adrien Descamps // Distributed under BSD 3-Clause License /* You need to define the following macros before including this file: SSE_FUNCTION_NAME STD_FUNCTION_NAME YUV_FORMAT RGB_FORMAT */ /* You may define the following macro, which affects generated code: SSE_ALIGNED */ #ifdef SSE_ALIGNED /*...
{ "pile_set_name": "Github" }
null
null
BDEPEND=dev-util/ninja dev-util/cmake virtual/pkgconfig DEFINED_PHASES=compile configure install postinst prepare pretend test DEPEND=acct-user/i2pd acct-group/i2pd !static? ( dev-libs/boost:=[threads] !libressl? ( dev-libs/openssl:0=[-bindist] ) libressl? ( dev-libs/libressl:0= ) upnp? ( net-libs/miniupnpc:= ) ) stati...
{ "pile_set_name": "Github" }
null
null
<?php return [ /* |-------------------------------------------------------------------------- | Mail Driver |-------------------------------------------------------------------------- | | Laravel supports both SMTP and PHP's "mail" function as drivers for the | sending of e-mail. You may s...
{ "pile_set_name": "Github" }
null
null
.TH sshpk\-sign 1 "Jan 2016" sshpk "sshpk Commands" .SH NAME .PP sshpk\-sign \- sign data using an SSH key .SH SYNOPSYS .PP \fB\fCsshpk\-sign\fR \-i KEYPATH [OPTION...] .SH DESCRIPTION .PP Takes in arbitrary bytes, and signs them using an SSH private key. The key can be of any type or format supported by the \fB\fCsshp...
{ "pile_set_name": "Github" }
null
null
<?php class Images { function load($data){ $db = new SQLiteDatabase("sql/imgorg.db"); $tags = $data->tags; $album = $data->album; $qry = 'select i.filename as filename, i.url as url, i.id as id from Images i'; $where = array(); if ($tags) { for ($i = 0;$i ...
{ "pile_set_name": "Github" }
null
null
# frozen_string_literal: true require 'socket' class Wpxf::Exploit::SimplecartShellUpload < Wpxf::Module include Wpxf def initialize super update_info( name: 'Simplecart Theme Shell Upload', desc: 'This module exploits a file upload vulnerability in all versions '\ 'of the Simple...
{ "pile_set_name": "Github" }
null
null
using YAF.Lucene.Net.QueryParsers.Flexible.Core.Builders; using YAF.Lucene.Net.QueryParsers.Flexible.Core.Nodes; using YAF.Lucene.Net.QueryParsers.Flexible.Standard.Nodes; using YAF.Lucene.Net.Search; namespace YAF.Lucene.Net.QueryParsers.Flexible.Standard.Builders { /* * Licensed to the Apache Softw...
{ "pile_set_name": "Github" }
null
null
# Email Thanks to the plugin `Email`, you can send email from your server or externals providers such as **Sendgrid**. ## Programmatic usage In your custom controllers or services you may want to send email. By using the following function, strapi will use the configured provider to send an email. ```js await strap...
{ "pile_set_name": "Github" }
null
null
一、简介 该款APP是一个后台基于bmob后端云的校园社交APP,后台采用bmob云存储技术。界面采用了谷歌的matrial design设计,框架基于MD+Rxjava+retrofit+MVP架构。 到目前为止,已经完成的功能模块有单聊,群聊,附近人搜索,开心时刻,天气预报,朋友圈发表和个人信息编辑展示等7大功能模块。 首先郑重声明下,该聊天功能的实现并不是调用官方的即时通讯API,而是本人自己结合官方提供的推送功能和实时同步的功能,按照自己的逻辑来实现的,所以内部聊天信息的逻辑处理过程源码是开放的,希望对想学习Android聊天框架的同学有所帮助。   项目详解地址:http://www.j...
{ "pile_set_name": "Github" }
null
null
<!-- iso-amsr.ent produced by Norman Walsh for the XML version of DocBook --> <!-- Derived from the corresponding ISO 8879 standard entity set and the Unicode character mappings provided by Sebastian Rahtz --> <!ENTITY ape "&#x224A;"> <!-- --> <!ENTITY asymp "&#x224D;"> <!-- EQUIVALENT TO --> <!ENTITY bc...
{ "pile_set_name": "Github" }
null
null
// Copyright (C) 2004-2013 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library 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 3, or (at your op...
{ "pile_set_name": "Github" }
null
null
Changes ======= (See :doc:`roadmap` for future plans.) Release History --------------- 1.2.10 ^^^^^^^^^^^^^^^^^^ * Improved MidiFile.play to avoid time drift. (Implemented by John Belmonte, pull request #161.) * New ``repr()`` format. (Original implementation by John Belmonte, pull request #164.) * bugfix: M...
{ "pile_set_name": "Github" }
null
null
fileFormatVersion: 2 guid: 222d3ab738ddda64284a4e37b238bce9 TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 10 mipmaps: mipMapMode: 0 enableMipMap: 0 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapsPreserveCoverage: 0 alphaTestR...
{ "pile_set_name": "Github" }
null
null
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschraenkt) // All rights reserved. Licensed under the MIT license. // ===========================...
{ "pile_set_name": "Github" }
null
null
// Code generated by linux/mkall.go generatePtracePair(mipsle, mips64le). DO NOT EDIT. // +build linux // +build mipsle mips64le package unix import "unsafe" // PtraceRegsMipsle is the registers used by mipsle binaries. type PtraceRegsMipsle struct { Regs [32]uint64 Lo uint64 Hi uint64 Epc ...
{ "pile_set_name": "Github" }
null
null
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using Microsoft.Bot.Builder; namespace Microsoft.Bot.Builder.AI.LuisV3.Tests { public class TelemetryConvertResult : IRecognizerConvert { public TelemetryConvertResult() { } public...
{ "pile_set_name": "Github" }
null
null
@charset "utf-8"; /* Reset CSS */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label...
{ "pile_set_name": "Github" }
null
null
// // RACSerialDisposable.m // ReactiveCocoa // // Created by Justin Spahr-Summers on 2013-07-22. // Copyright (c) 2013 GitHub, Inc. All rights reserved. // #import "RACSerialDisposable.h" #import <libkern/OSAtomic.h> @interface RACSerialDisposable () { // A reference to the receiver's `disposable`. This variabl...
{ "pile_set_name": "Github" }
null
null
// Copyright 2013 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,!windows package ipv6 import ( "net" "golang.org/x/net/bpf" "golang.org/x/net/...
{ "pile_set_name": "Github" }
null
null
/* * Solution to Project Euler problem 17 * Copyright (c) Project Nayuki. All rights reserved. * * https://www.nayuki.io/page/project-euler-solutions * https://github.com/nayuki/Project-Euler-solutions */ public final class p017 implements EulerSolution { public static void main(String[] args) { System.o...
{ "pile_set_name": "Github" }
null
null
// Copyright 2018 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 go1.11 package http2 import ( "net/http/httptrace" "net/textproto" ) func traceHasWroteHeaderField(trace *httptrace.ClientTrace) bool { return t...
{ "pile_set_name": "Github" }
null
null
base bit.lua +bit math string table coroutine ffi +ffi contents.lua
{ "pile_set_name": "Github" }
null
null
/* * pluto2.c - Satelco Easywatch Mobile Terrestrial Receiver [DVB-T] * * Copyright (C) 2005 Andreas Oberritter <obi@linuxtv.org> * * based on pluto2.c 1.10 - http://instinct-wp8.no-ip.org/pluto/ * by Dany Salman <salmandany@yahoo.fr> * Copyright (c) 2004 TDF * * This program is free software; you can redistr...
{ "pile_set_name": "Github" }
null
null
/* animation sets */ /* move from / to */ .pt-page-moveToLeft { -webkit-animation: moveToLeft .6s ease both; animation: moveToLeft .6s ease both; } .pt-page-moveFromLeft { -webkit-animation: moveFromLeft .6s ease both; animation: moveFromLeft .6s ease both; } .pt-page-moveToRight { -webkit-animation: moveToRi...
{ "pile_set_name": "Github" }
null
null
<?php use Illuminate\Support\Str; return [ /* |-------------------------------------------------------------------------- | Default Cache Store |-------------------------------------------------------------------------- | | This option controls the default cache connection that gets used whil...
{ "pile_set_name": "Github" }
null
null
namespace KindleHelper { partial class FormTocList { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// ...
{ "pile_set_name": "Github" }
null
null
/* 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" }
null
null
/* * 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" }
null
null
// go run mksyscall.go -openbsd -tags openbsd,amd64 syscall_bsd.go syscall_openbsd.go syscall_openbsd_amd64.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build openbsd,amd64 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE...
{ "pile_set_name": "Github" }
null
null
########### # pgms/mwips.awk # # Measures MWIPS for Whetstone (self-timing, ignore "time" output) # # Created 1997.08.25 DCN # BEGIN { rsum = 0.000; r2sum = 0.000; r_product = 0.0000; iter = 0; Test=""; SubTest=""; secs = 10.00; secs_sum = 0.00; } /TEST\|/ { split($0, junk,"|"); Test=junk[2]; } /...
{ "pile_set_name": "Github" }
null
null
/* fit.c: turn a bitmap representation of a curve into a list of splines. Some of the ideas, but not the code, comes from the Phoenix thesis. See README for the reference. The code was partially derived from limn. Copyright (C) 1992 Free Software Foundation, Inc. This program is free software; you ca...
{ "pile_set_name": "Github" }
null
null
fileFormatVersion: 2 guid: cf9ebc36d43f657468fecb524763e3bc ShaderImporter: defaultTextures: [] userData:
{ "pile_set_name": "Github" }
null
null
--- title: "Loading and Exporting Formatting Data | Microsoft Docs" ms.date: "09/13/2016" --- # Loading and Exporting Formatting Data Once you have created your formatting file, you need to update the format data of the session by loading your files into the current session. (The formatting files provided by Windows P...
{ "pile_set_name": "Github" }
null
null
<?php /* * This file is part of the Ekino Wordpress package. * * (c) 2013 Ekino * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Ekino\WordpressBundle\Entity; use Ekino\WordpressBundle\Model\User as UserModel; /** * Cl...
{ "pile_set_name": "Github" }
null
null
define(['../function/makeIterator_'], function (makeIterator) { /** * Array some */ function some(arr, callback, thisObj) { callback = makeIterator(callback, thisObj); var result = false; if (arr == null) { return result; } var i = -1, len = arr.le...
{ "pile_set_name": "Github" }
null
null
//===-- RuntimeDyldCheckerImpl.h -- RuntimeDyld test framework --*- 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" }
null
null
## @file # Component information file for Board Init Library # # Copyright (c) 2017, Intel Corporation. All rights reserved.<BR> # # SPDX-License-Identifier: BSD-2-Clause-Patent # ## [Defines] INF_VERSION = 0x00010005 BASE_NAME = PeiMultiBoardInitSupportLib FIL...
{ "pile_set_name": "Github" }
null
null
<!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> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "pile_set_name": "Github" }
null
null
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>com.apple.security.app-sandbox</key> <true/> <key>com.apple.security.network.client</key> <true/> </dict> </plist>
{ "pile_set_name": "Github" }
null
null
package org.gradle.example.simple; import org.gradle.example.simple.Person; import org.junit.Test; import static org.junit.Assert.*; public class TestPerson417 { @Test public void testPerson() { Person p = new Person(); p.setAge(20); p.setName("Fird Birfle"); p.setSalary(195750.22); ...
{ "pile_set_name": "Github" }
null
null
/* * Maxim MAX77620 MFD Driver * * Copyright (C) 2016 NVIDIA CORPORATION. All rights reserved. * * Author: * Laxman Dewangan <ldewangan@nvidia.com> * Chaitanya Bandi <bandik@nvidia.com> * Mallikarjun Kasoju <mkasoju@nvidia.com> * * This program is free software; you can redistribute it and/or modify * it und...
{ "pile_set_name": "Github" }
null
null
#!/usr/bin/env python # vim:ts=4:sts=4:sw=4:et # # Author: Hari Sekhon # Date: 2016-01-15 00:07:09 +0000 (Fri, 15 Jan 2016) # # https://github.com/harisekhon/devops-python-tools # # License: see accompanying Hari Sekhon LICENSE file # # If you're using my code you're welcome to connect with me on LinkedIn and opt...
{ "pile_set_name": "Github" }
null
null
### 简介 多数主流编程语言都提供了若干种复杂数据结构,而在ES6以前,js只有数组和对象两种 ES6为了弥补这一方面的不足,引入了四种新的数据结构 它们分别是:映射(`Map`)、集合(`Set`)、弱集合(`WeakSet`)和弱映射(`WeakMap`) ### 正文 Set类似数组,但是成员的值都是唯一的,没有重复的值 ```javascript let set = new Set([1, 2, 3, 3]) console.log(set) // Set(3) {1, 2, 3} [...set] // [1, 2, 3] ``` 我们可以通过给Set构造函数传入一个数...
{ "pile_set_name": "Github" }
null
null
// Created by cgo -godefs - DO NOT EDIT // cgo -godefs defs_linux.go package ipv6 const ( sysIPV6_ADDRFORM = 0x1 sysIPV6_2292PKTINFO = 0x2 sysIPV6_2292HOPOPTS = 0x3 sysIPV6_2292DSTOPTS = 0x4 sysIPV6_2292RTHDR = 0x5 sysIPV6_2292PKTOPTIONS = 0x6 sysIPV6_CHECKSUM = 0x7 sysIPV6_2292HOPLI...
{ "pile_set_name": "Github" }
null
null
print ("Hello World") print ("Hello World")
{ "pile_set_name": "Github" }
null
null
package io.cucumber.junit; import io.cucumber.plugin.Plugin; import org.apiguardian.api.API; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * Configure Cucumbers options. */ @Retention(RetentionPol...
{ "pile_set_name": "Github" }
null
null
/ C operator tables .globl _getwrd .globl getw .globl fopen .globl _tmpfil .data _getwrd: 1f .text 1: tst buf bne 1f mov _tmpfil,r0 jsr r5,fopen; buf bes botchp 1: jsr r5,getw; buf bes botchp rts pc botchp: mov $1,r0 sys write; botch; ebotch-botch sys exit botch: <Temp file botch.\n>; ebotch: .even .bss ...
{ "pile_set_name": "Github" }
null
null
StartChar: brokenbar Encoding: 166 166 314 GlifName: brokenbar Width: 1024 VWidth: 0 Flags: W HStem: 1024 21G<512 640> VStem: 512 128<-128 384 1024 1536> LayerCount: 5 Back Fore SplineSet 640 384 m 1 640 -128 l 1 512 -128 l 1 512 384 l 1 640 384 l 1 640 1536 m 1 640 1024 l 1 512 1024 l 1 512 1536 l 1 640 1536 l...
{ "pile_set_name": "Github" }
null
null
{ "$schema" : "http://json-schema.org/draft-03/hyper-schema#", "id" : "http://json-schema.org/draft-03/json-ref#", "additionalItems" : {"$ref" : "#"}, "additionalProperties" : {"$ref" : "#"}, "links" : [ { "href" : "{id}", "rel" : "self" }, { "href" : "{$ref}", "rel" : "full...
{ "pile_set_name": "Github" }
null
null
{{#emitJSDoc}} /** * Allowed values for the <code>{{baseName}}</code> property. * @enum {{=<% %>=}}{<%datatype%>}<%={{ }}=%> * @readonly */ {{/emitJSDoc}} exports.{{datatypeWithEnum}} = { {{#allowableValues}} {{#enumVars}} {{#emitJSDoc}} /** * value: {{{value}}} * @const */ {{/emi...
{ "pile_set_name": "Github" }
null
null
/* * Copyright (c) 2012-2014 HockeyApp, Bit Stadium GmbH. * All rights reserved. * * 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 t...
{ "pile_set_name": "Github" }
null
null
early
{ "pile_set_name": "Github" }
null
null
/* * Intel Sunrisepoint PCH pinctrl/GPIO driver * * Copyright (C) 2015, Intel Corporation * Authors: Mathias Nyman <mathias.nyman@linux.intel.com> * Mika Westerberg <mika.westerberg@linux.intel.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU...
{ "pile_set_name": "Github" }
null
null
--TEST-- phpunit EmptyTestCaseTest ../_files/EmptyTestCaseTest.php --FILE-- <?php $_SERVER['argv'][1] = '--no-configuration'; $_SERVER['argv'][2] = 'EmptyTestCaseTest'; $_SERVER['argv'][3] = dirname(dirname(__FILE__)) . '/_files/EmptyTestCaseTest.php'; require __DIR__ . '/../bootstrap.php'; PHPUnit_TextUI_Command::mai...
{ "pile_set_name": "Github" }
null
null
<?xml version="1.0" encoding="UTF-8"?> <module type="JAVA_MODULE" version="4"> <component name="NewModuleRootManager" inherit-compiler-output="true"> <exclude-output /> <content url="file://$MODULE_DIR$"> <sourceFolder url="file://$MODULE_DIR$" isTestSource="false" /> </content> <orderEntry type...
{ "pile_set_name": "Github" }
null
null
#!/bin/sh node server.js & #node server.js & #node server.js & #node server.js & node --debug pub.js
{ "pile_set_name": "Github" }
null
null
//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
{ "pile_set_name": "Github" }
null
null
<?php namespace OSS\Tests; use OSS\Http\ResponseCore; use OSS\Core\OssException; use OSS\Model\LifecycleConfig; use OSS\Result\GetLifecycleResult; class GetLifecycleResultTest extends \PHPUnit_Framework_TestCase { private $validXml = <<<BBBB <?xml version="1.0" encoding="utf-8"?> <LifecycleConfiguration> <Rule>...
{ "pile_set_name": "Github" }
null
null
// Copyright 2016 Google, Inc. All rights reserved. // // Use of this source code is governed by a BSD-style license // that can be found in the LICENSE file in the root of the source // tree. package layers import ( "bytes" "encoding/binary" "fmt" "net" "github.com/google/gopacket" ) // DHCPOp rerprents a boo...
{ "pile_set_name": "Github" }
null
null
/***************************************************************** | | Neptune - Trust Anchors | | This file is automatically generated by a script, do not edit! | | Copyright (c) 2002-2010, Axiomatic Systems, LLC. | All rights reserved. | | Redistribution and use in source and binary forms, with or without | modif...
{ "pile_set_name": "Github" }
null
null
// Acorn is a tiny, fast JavaScript parser written in JavaScript. // // Acorn was written by Marijn Haverbeke, Ingvar Stepanyan, and // various contributors and released under an MIT license. // // Git repositories for Acorn are available at // // http://marijnhaverbeke.nl/git/acorn // https://github.com/ternjs...
{ "pile_set_name": "Github" }
null
null
using System; using JetBrains.Annotations; // ReSharper disable once CheckNamespace namespace BenchmarkDotNet.Horology { /// <summary> /// <see cref="IClock"/> implementation over QueryThreadCycleTime(). /// WARNING: results are inaccurate (up to +/- 30% to actual time), /// see https://blogs.msdn.mi...
{ "pile_set_name": "Github" }
null
null
"""Wrapper to the POSIX crypt library call and associated functionality.""" import _crypt import string as _string from random import SystemRandom as _SystemRandom from collections import namedtuple as _namedtuple _saltchars = _string.ascii_letters + _string.digits + './' _sr = _SystemRandom() class _Method(_named...
{ "pile_set_name": "Github" }
null
null
/* Copyright (C) 2002 Jean-Marc Valin File: exc_10_16_table.c Codebook for excitation in narrowband CELP mode (3200 bps) 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...
{ "pile_set_name": "Github" }
null
null
#pragma once #include <pybind11/pybind11.h> #include <torch/csrc/python_headers.h> namespace py = pybind11; namespace c10 { namespace ivalue { // concrete ivalue Holder that hold a py::object struct C10_EXPORT ConcretePyObjectHolder final : PyObjectHolder { public: static c10::intrusive_ptr<PyObjectHolder> create...
{ "pile_set_name": "Github" }
null
null
[package] name = "cmdline_example" version = "0.1.0" edition = "2018" [dependencies] makepad-live-compiler = { path = "../../render/live_compiler", version = "0.1" } makepad-live-macros = { path = "../../render/live_macros", version = "0.2" }
{ "pile_set_name": "Github" }
null
null
[DEFAULT] head = head.js support-files = protocolHandler.html [browser_auto_close_window.js] run-if = e10s # test relies on e10s behavior support-files = download_page.html download.bin download.sjs [browser_download_always_ask_preferred_app.js] [browser_download_privatebrowsing.js] [browser_download_open_with...
{ "pile_set_name": "Github" }
null
null
# -*- coding: utf-8 -*- # # SelfTest/PublicKey/test_RSA.py: Self-test for the RSA primitive # # Written in 2008 by Dwayne C. Litzenberger <dlitz@dlitz.net> # # =================================================================== # The contents of this file are dedicated to the public domain. To # the extent that dedic...
{ "pile_set_name": "Github" }
null
null
# CaffeConverter The tool will help you convert trained models from Caffe to CNTK. *Convert trained models:* giving a model script and its weights file, export to CNTK model. ## Dependency 1. Protobuf Using `pip install protobuf` 2. Caffe runtime support (Optional) While loading Caffe models, Model2CNTK ...
{ "pile_set_name": "Github" }
null
null
/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ /* * 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) any later version. ...
{ "pile_set_name": "Github" }
null
null
<?php /** * MIT License. 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. */ namespace Propel\Generator\Model; /** * Object to hold vendor specific information. * * @author Hans Lellelid <hans@...
{ "pile_set_name": "Github" }
null
null
#ifndef __SOUND_WTM_H #define __SOUND_WTM_H /* ID */ #define WTM_DEVICE_DESC "{EGO SYS INC,WaveTerminal 192M}," #define VT1724_SUBDEVICE_WTM 0x36495345 /* WT192M ver1.0 */ /* *chip addresses on I2C bus */ #define AK4114_ADDR 0x20 /*S/PDIF receiver*/ #define STAC9460_I2C_ADDR 0x54 /* ADC*2 | DAC*6 */ #define STAC...
{ "pile_set_name": "Github" }
null
null
<!DOCTYPE html> <html lang="en-US"> <head> <title>test of border-image</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"> div.p1 { background: red; /* fail if this shows through */ background-im...
{ "pile_set_name": "Github" }
null
null
/* * Copyright (c) 1996, 2013, 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" }
null
null
/***************************************************************************** Copyright (c) 2011, Intel Corp. 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 cod...
{ "pile_set_name": "Github" }
null
null
{ "compilerOptions": { "module": "commonjs", "lib": [ "es6" ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" ], ...
{ "pile_set_name": "Github" }
null
null
const path = require('path'); const resolve = require('resolve'); module.exports = function (cwd, moduleName, register) { try { var modulePath = resolve.sync(moduleName, {basedir: cwd}); var result = require(modulePath); if (typeof register === 'function') { register(result); } } catch (e) { ...
{ "pile_set_name": "Github" }
null
null
/** * 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. * * @flow * @format */ 'use strict'; const ReactNativeStyleAttributes = require('../Components/View/ReactNativeStyleAttributes');...
{ "pile_set_name": "Github" }
null
null
(function($){ $.fn.validationEngineLanguage = function(){ }; $.validationEngineLanguage = { newLang: function(){ $.validationEngineLanguage.allRules = { "required": { // Add your regex rules here, you can take telephone as an example "regex": "n...
{ "pile_set_name": "Github" }
null
null
: ascii("α") 1 2 +-------------+ 1 | 206 177 | +-------------+
{ "pile_set_name": "Github" }
null
null
/* 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 this fi...
{ "pile_set_name": "Github" }
null
null
/* 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" }
null
null
##################################################################### # Dataset Name: Lottery # #Description: This is an observed/"real world" data set # consisting of 218 lottery values # from September 3, 1989 to April 14, 1990 (32 weeks). # One 3-digit random number (from...
{ "pile_set_name": "Github" }
null
null
--- title: NullableOperators.( >=? )<'T> Function (F#) description: NullableOperators.( >=? )<'T> Function (F#) keywords: visual f#, f#, functional programming author: dend manager: danielfe ms.date: 05/16/2016 ms.topic: language-reference ms.prod: visual-studio-dev14 ms.technology: devlang-fsharp ms.assetid: d1336d6b-...
{ "pile_set_name": "Github" }
null
null
<Canvas> <Kind>42</Kind> <Name>LightSettings</Name> <IsMinified>0</IsMinified> <XPosition>230.000000000</XPosition> <YPosition>431.000000000</YPosition> </Canvas> <Widget> <Kind>2</Kind> <Name>ENABLE</Name> <Value>1</Value> </Widget> <Widget> <Kind>2</Kind> <Name>SMOOTH</Name> ...
{ "pile_set_name": "Github" }
null
null
SELECT * FROM USERS INNER JOIN KNOWLEDGE_EDIT_USERS ON USERS.USER_ID = KNOWLEDGE_EDIT_USERS.USER_ID WHERE KNOWLEDGE_EDIT_USERS.KNOWLEDGE_ID = ? ORDER BY USERS.USER_ID
{ "pile_set_name": "Github" }
null
null
/* * Copyright (c) 2004, 2005 Topspin Communications. All rights reserved. * Copyright (c) 2005, 2006, 2007, 2008 Mellanox Technologies. All rights reserved. * Copyright (c) 2005, 2006, 2007 Cisco Systems, Inc. All rights reserved. * * This software is available to you under a choice of one of two * licenses. ...
{ "pile_set_name": "Github" }
null
null
<!doctype html> <title>CodeMirror: YAML front matter mode</title> <meta charset="utf-8"/> <link rel=stylesheet href="../../doc/docs.css"> <link rel="stylesheet" href="../../lib/codemirror.css"> <script src="../../lib/codemirror.js"></script> <script src="../../addon/mode/overlay.js"></script> <script src="../markdown...
{ "pile_set_name": "Github" }
null
null
(eval-when (:compile-toplevel :load-toplevel :execute) (require 'regexp2)) (defpackage :csv (:use :common-lisp :iterate :parse-number) (:export #:read-csv-file #:read-csv-stream #:write-csv-file #:write-csv-stream #:read-csv-file-and-sort)) (in-package :csv) ;;; helper function (defun parse-num...
{ "pile_set_name": "Github" }
null
null
1234
{ "pile_set_name": "Github" }
null
null
name: "ris80_h2_VGG_ILSVRC_19_rgb2imNet" input: "data" input_dim: 10 input_dim: 3 input_dim: 224 input_dim: 224 layers { bottom: "data" top: "conv1_1" name: "conv1_1" type: CONVOLUTION convolution_param { num_output: 64 pad: 1 kernel_size: 3 } } layers { bottom: "conv1_1" top: "conv1_1" na...
{ "pile_set_name": "Github" }
null
null
#ifndef BILINEARPROCESSOROCL_H #define BILINEARPROCESSOROCL_H #include "IProcessorOCL.h" class BilinearProcessorOCL : public IProcessorOCL { private: void* _redChannel; void* _greenChannel; void* _blueChannel; unsigned int _width; unsigned int _height; unsigned long _size; ...
{ "pile_set_name": "Github" }
null
null
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head><title></title> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta name="generator" content="Doxygen 1.8.3.1"> <link rel="stylesheet" type="text/css" href="search...
{ "pile_set_name": "Github" }
null
null