text
stringlengths
2
9.79k
meta
dict
sentences_perturbed
int64
0
2
doc_stats
dict
<?php /* * $Id$ * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT * OWNER OR CO...
{ "pile_set_name": "Github" }
null
null
// Copyright (C) 2009 The Android Open Source Project // // 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 ...
{ "pile_set_name": "Github" }
null
null
<?php /** * UserEventApiTest * PHP version 5 * * @category Class * @package Swagger\Client * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ /** * BitMEX API * * ## REST API for the BitMEX Trading Platform [View Changelog](/app/apiChangelog) - #### Getting St...
{ "pile_set_name": "Github" }
null
null
#ifndef __WON_ROUTINGGROUPNAMECHANGEDOP_H__ #define __WON_ROUTINGGROUPNAMECHANGEDOP_H__ #include "WONShared.h" #include "RoutingOp.h" #include <string> namespace WONAPI { /////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////...
{ "pile_set_name": "Github" }
null
null
// // PersonCard.swift // // Generated by swagger-codegen // https://github.com/swagger-api/swagger-codegen // import Foundation /** This is an card object for a Person derived from BaseCard. */ public struct PersonCard: Codable { public var cardType: String public var firstName: String? public var las...
{ "pile_set_name": "Github" }
null
null
/* This code demonstrates how to use the SPI master half duplex mode to read/write a AT932C46D EEPROM (8-bit mode). This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this software is distributed on an "AS IS" BASIS,...
{ "pile_set_name": "Github" }
null
null
# probabilistic_robotics I am working on detailed solutions of exercises of the book "probabilistic robotics". This is a work in progress, any helpful feedback is welcomed. I also deployed the fastslam nodejs/c++ app on google cloud [here](http://35.242.140.13:8080) (server running from 0000 to 0800 UTC). ![alt text]...
{ "pile_set_name": "Github" }
null
null
#ifndef HOOKS_H #define HOOKS_H #include <stdint.h> enum __parsec_benchmark { __parsec_blackscholes, }; uint64_t start, stop, res; inline double ticks_to_sec(uint64_t ticks); inline uint64_t rdtsc(void); inline void __parsec_bench_begin(enum __parsec_benchmark __bench) {}; inline void __parsec_bench_end() {}; ...
{ "pile_set_name": "Github" }
null
null
from django.urls import reverse from wakawaka.tests.base import BaseTestCase class RevisionsTestCase(BaseTestCase): """ The Revisions view displays the list of revisions of a given page. """ def test_revisions(self): """ Calling the revisions view without a slug, displays all ...
{ "pile_set_name": "Github" }
null
null
from celery.utils import uuid from celery.events import Event from html.parser import HTMLParser import xml.etree.ElementTree as ET class HtmlTableParser(HTMLParser): def __init__(self, *args, **kwargs): HTMLParser.__init__(self, *args, **kwargs) self.table = '' self.inTable = False ...
{ "pile_set_name": "Github" }
null
null
// Copyright 2010 Chris Patterson // // 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...
{ "pile_set_name": "Github" }
null
null
# Copyright 2020 the V8 project authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. # 0x00 (module # 0x08 [type] # (type $type0 (func (param i32 i32) (result i32))) # 0x11 [function] # 0x15 (export "mul" (func $func0)) # 0x1e ...
{ "pile_set_name": "Github" }
null
null
<?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="9,00" Name="libogg_static" ProjectGUID="{15CBFEFF-7965-41F5-B4E2-21E8795C9159}" RootNamespace="libogg" Keyword="Win32Proj" TargetFrameworkVersion="0" > <Platforms> <Platform Name="Win32" /> ...
{ "pile_set_name": "Github" }
null
null
// Generated by CoffeeScript 1.9.1 (function() { var XMLComment, XMLNode, create, extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); c...
{ "pile_set_name": "Github" }
null
null
<testcase> <info> <keywords> TELNET UPLOAD </keywords> </info> # # Server-side <reply> </reply> # # Client-side <client> <server> http </server> <features> telnet </features> <name> TELNET check of upload with stdout redirected </name> <stdin> GET /ignore/for/1327 HTTP/1.0 </stdin> <file name="log/1327.txt"> GET...
{ "pile_set_name": "Github" }
null
null
<?xml version="1.0" encoding="UTF-8"?> <!-- Written by Eclipse BIRT 2.0 --> <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.20"> <page-setup> <graphic-master-page name="My Page"> <contents> <data/> </contents> </graphic-master-...
{ "pile_set_name": "Github" }
null
null
package cvm import ( "context" "fmt" "github.com/hashicorp/packer/helper/multistep" vpc "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/vpc/v20170312" ) type stepConfigVPC struct { VpcId string CidrBlock string VpcName string isCreate bool } func (s *stepConfigVPC) Run(ctx context.Context, ...
{ "pile_set_name": "Github" }
null
null
#include <ctype.h> #include <locale.h> #include <stdio.h> #include <stdlib.h> static int do_test (locale_t l); int main (void) { locale_t l; locale_t l2; int result; l = newlocale (1 << LC_ALL, "de_DE.ISO-8859-1", NULL); if (l == NULL) { printf ("newlocale failed: %m\n"); exit (EXIT_FAILUR...
{ "pile_set_name": "Github" }
null
null
#ifndef __CURL_CURLRULES_H #define __CURL_CURLRULES_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| ...
{ "pile_set_name": "Github" }
null
null
--- title: 把时间当作朋友 date: '2011-03-13' slug: let-time-be-a-friend --- 现在是夜里1点半了,显然我没把时间当朋友,尽管我刚花了五个小时读了《把时间当作朋友》。这本书写得比较踏实,是我还比较喜欢看的,因为感觉有不少真实经历在里面。不过我看完第一遍的感受是,这本书的别名可以是《如何作自我反省》,因为它谈的并不全是管理时间,而是自己扯下自己的面具,或用反省的方式让自己的劣性没有藏身之处,或学习控制自己。本小子一定程度上有同感,这也是本小子需要修炼的。
{ "pile_set_name": "Github" }
null
null
/// <reference path="../bower_components/jquery/dist/jquery.js" /> /* jquery-resizable Version 0.27 - 1/10/2018 © 2015-2017 Rick Strahl, West Wind Technologies www.west-wind.com Licensed under MIT License */ (function(factory, undefined) { if (typeof define === 'function' && define.amd) { // AMD define(['jquery'],...
{ "pile_set_name": "Github" }
null
null
rule j3f9_05a6e1ed1ee31132 { meta: copyright="Copyright (c) 2014-2018 Support Intelligence Inc, All Rights Reserved." engine="saphire/1.3.1 divinorum/0.998 icewater/0.4" viz_url="http://icewater.io/en/cluster/query?h64=j3f9.05a6e1ed1ee31132" cluster="j3f9.05a6e1ed1ee31132" cluster_size="4"...
{ "pile_set_name": "Github" }
null
null
/** */ package net.opengis.gml311; import org.eclipse.emf.ecore.EObject; import org.w3.xlink.ActuateType; import org.w3.xlink.ShowType; import org.w3.xlink.TypeType; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Engineering CRS Ref Type</b></em>'. * <!-- end-user-doc --> * * <!--...
{ "pile_set_name": "Github" }
null
null
#include <stdio.h> #include <string.h> int main(void) { char *all = "안녕하세요"; char buf[16]; buf[0] = all[3]; buf[1] = all[4]; buf[2] = all[5]; buf[3] = '\0'; printf("%s\n", all); printf("length= %d\n", strlen(all)); //5? printf("all[3]= %c\n", all[3]); printf("all[3][4][5]= %c%c%c\n", all[3], all[4], all[5]);...
{ "pile_set_name": "Github" }
null
null
**This airport has been automatically generated** We have no information about DRRP[*] airport other than its name, ICAO and location (NE). This airport will have to be done from scratch, which includes adding runways, taxiways, parking locations, boundaries... Good luck if you decide to do this airport!
{ "pile_set_name": "Github" }
null
null
#include <linux/types.h> #include "event.h" #include "debug.h" #include "sort.h" #include "string.h" #include "strlist.h" #include "thread.h" #include "thread_map.h" static const char *perf_event__names[] = { [0] = "TOTAL", [PERF_RECORD_MMAP] = "MMAP", [PERF_RECORD_LOST] = "LOST", [PERF_RECORD_COMM] = "C...
{ "pile_set_name": "Github" }
null
null
org/bukkit/entity/Damageable _INVALID_damage (I)V damage org/bukkit/entity/Damageable _INVALID_damage (ILorg/bukkit/entity/Entity;)V damage org/bukkit/entity/Damageable _INVALID_getHealth ()I getHealth org/bukkit/entity/Damageable _INVALID_setHealth (I)V setHealth org/bukkit/entity/Damageable _INVALID_getMaxHealth ()I ...
{ "pile_set_name": "Github" }
null
null
/* * Copyright 2002-2018 the original author or 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
{ "pile_set_name": "Github" }
null
null
out vec4 FragColor; uniform sampler2D strokeColor; uniform sampler2D strokeDepth; uniform float amplitude; uniform float period; uniform float phase; uniform int orientation; uniform vec2 wsize; #define M_PI 3.1415926535897932384626433832795 #define HORIZONTAL 0 #define VERTICAL 1 void main() { vec4 outcolor; ...
{ "pile_set_name": "Github" }
null
null
// https://codeforces.com/contest/1199/problem/C #include <bits/stdc++.h> using namespace std; using mii = map<int, int>; int main() { int n, I, x; cin >> n >> I; mii m; for (int i = 0; i < n; i++) { cin >> x; m[x]++; } int k = (8 * I) / n; int K = 1; for (int i = 0; i < k; i++) { K *= 2; ...
{ "pile_set_name": "Github" }
null
null
# # MSILO usage example # # $ID: daniel $ # udp_workers=2 check_via=no # (cmd. line: -v) dns=off # (cmd. line: -r) rev_dns=off # (cmd. line: -R) # ------------------ module loading ---------------------------------- #set module path mpath="/usr/local/lib/opensips/modules/" loadmodule "textops....
{ "pile_set_name": "Github" }
null
null
/* ScummVM - Graphic Adventure Engine * * ScummVM is the legal property of its developers, whose names * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of ...
{ "pile_set_name": "Github" }
null
null
package com.mashibing.controller.base; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.stereotype.Controller; /** * <p> * 自定义类型 前端控制器 * </p> * * @author lian * @since 2020-04-18 */ @Controller @RequestMapping("/tblCustomType") public class TblCustomTypeController { ...
{ "pile_set_name": "Github" }
null
null
// 26.1.3 Reflect.defineProperty(target, propertyKey, attributes) var dP = require('./_object-dp'); var $export = require('./_export'); var anObject = require('./_an-object'); var toPrimitive = require('./_to-primitive'); // MS Edge has broken Reflect.defineProperty - throwing instead of returning false $export($expor...
{ "pile_set_name": "Github" }
null
null
# Blender v2.78 (sub 0) OBJ File: '' # www.blender.org o collision_mesh_Cube v 1.670722 -0.127512 -28.506155 v 1.160390 -0.022079 -28.506147 v 1.160390 -0.022079 -29.095850 v 1.670722 -0.127512 -31.214417 v 7.181986 -0.294439 -16.803648 v 4.320757 -3.384111 -17.799223 v 2.375209 -0.294435 -28.506155 v 4.320757 3.466504...
{ "pile_set_name": "Github" }
null
null
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, instal...
{ "pile_set_name": "Github" }
null
null
module.exports = { 'camelCase': require('./string/camelCase'), 'capitalize': require('./string/capitalize'), 'deburr': require('./string/deburr'), 'endsWith': require('./string/endsWith'), 'escape': require('./string/escape'), 'escapeRegExp': require('./string/escapeRegExp'), 'kebabCase': require('./strin...
{ "pile_set_name": "Github" }
null
null
import _ from 'lodash'; import PropTypes from 'prop-types'; import React, { Component } from 'react'; import { inputTypes } from 'Helpers/Props'; import Button from 'Components/Link/Button'; import Form from 'Components/Form/Form'; import FormGroup from 'Components/Form/FormGroup'; import FormLabel from 'Components/For...
{ "pile_set_name": "Github" }
null
null
using cloudscribe.Multitenancy; namespace Microsoft.AspNetCore.Http { /// <summary> /// Multitenant extensions for <see cref="HttpContext"/>. /// </summary> public static class MultitenancyHttpContextExtensions { private const string TenantContextKey = "cloudscribe.TenantContext"; pu...
{ "pile_set_name": "Github" }
null
null
# -*- encoding : utf-8 -*- # ClientSideValidations Initializer # Uncomment to disable uniqueness validator, possible security issue # ClientSideValidations::Config.disabled_validators = [:uniqueness] # Uncomment to validate number format with current I18n locale # ClientSideValidations::Config.number_format_with_loca...
{ "pile_set_name": "Github" }
null
null
<?xml version="1.0" encoding="UTF-8" ?> <office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns...
{ "pile_set_name": "Github" }
null
null
--- title: 保護された Web API アプリを構成する |Microsoft titleSuffix: Microsoft identity platform description: 保護された Web API をビルドして、アプリケーションのコードを構成する方法について学習します。 services: active-directory author: jmprieur manager: CelesteDG ms.service: active-directory ms.subservice: develop ms.topic: conceptual ms.workload: identity ms.date: 07/...
{ "pile_set_name": "Github" }
null
null
/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */ /* If you are missing that file, acquire a complete release at teeworlds.com. */ #ifndef ENGINE_CLIENT_INPUT_H #define ENGINE_CLIENT_INPUT_H class CInput : public IEngineInput { IEngineGraphics *m_pGraphics;...
{ "pile_set_name": "Github" }
null
null
<!DOCTYPE html> html(lang="en") head meta(charset="UTF-8") meta(name="viewport", content="width=device-width, initial-scale=1.0") meta(http-equiv="X-UA-Compatible", content="ie=edge") title Document body h1 Pug
{ "pile_set_name": "Github" }
null
null
<?php namespace Ushahidi\App\Http\Controllers\API\Posts; /** * Ushahidi API Posts Revisions Controller * * @author Ushahidi Team <team@ushahidi.com> * @package Ushahidi\Application\Controllers * @copyright 2013 Ushahidi * @license https://www.gnu.org/licenses/agpl-3.0.html GNU Affero General Public L...
{ "pile_set_name": "Github" }
null
null
#ifndef BOOST_MPL_POP_BACK_FWD_HPP_INCLUDED #define BOOST_MPL_POP_BACK_FWD_HPP_INCLUDED // 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) // // See http://www.boost.or...
{ "pile_set_name": "Github" }
null
null
15 46 30 82 90 56 17 95 15 48 26 4 58 71 79 92 60 12 21 63 47 19 41 90 85 14 9 52 71 79 16 81 51 95 93 34 10 79 95 61 92 89 88 66 64 92 63 66 64 39 51 27 0 95 12 8 66 47 42 74 69 89 83 66 41 90 78 65 79 90 33 53 29 85 22 33 37 36 68 60 58 36 60 42 42 67 15 16 18 56 79 8 59 61 97 55 81 75 40 90 1 37 35 43 67 12 11 33 93...
{ "pile_set_name": "Github" }
null
null
(ns prosemirror.commands (:require [prosemirror.core :as pm] ["prosemirror-state" :as state] ["prosemirror-history" :as history] ["prosemirror-commands" :as commands] ["prosemirror-inputrules" :as input-rules] [applied-science.js-interop :as j])) (def chain...
{ "pile_set_name": "Github" }
null
null
import os from glob import glob import cv2 import numpy as np from tqdm import tqdm def main(): img_size = 96 paths = glob('inputs/data-science-bowl-2018/stage1_train/*') os.makedirs('inputs/dsb2018_%d/images' % img_size, exist_ok=True) os.makedirs('inputs/dsb2018_%d/masks/0' % img_size, exist_ok=T...
{ "pile_set_name": "Github" }
null
null
{ "comments": { // symbol used for single line comment. Remove this entry if your language does not support line comments "lineComment": "//", // symbols used for start and end a block comment. Remove this entry if your language does not support block comments "blockComment": [ "/*", "*/" ] }, // sym...
{ "pile_set_name": "Github" }
null
null
/* * Copyright 2011 The WebRTC Project Authors. 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. An additional intellectual property rights grant can be found * in the file PATENTS. All contributing ...
{ "pile_set_name": "Github" }
null
null
<?php /* * This file is part of Respect/Validation. * * (c) Alexandre Gomes Gaigalas <alexandre@gaigalas.net> * * For the full copyright and license information, please view the LICENSE file * that was distributed with this source code. */ declare(strict_types=1); namespace Respect\Validation\Rules; use Resp...
{ "pile_set_name": "Github" }
null
null
var convert = require('./convert'), func = convert('curryRight', require('../curryRight')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
null
null
/* Copyright (C) 2003-2008 Fons Adriaensen <fons@kokkinizita.net> 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
--- kind: Template apiVersion: v1 metadata: annotations: iconClass: icon-jboss tags: rhdm,decisionserver,jboss,kieserver version: "7.6" openshift.io/display-name: Red Hat Decision Manager 7.6 managed KIE Server openshift.io/provider-display-name: Red Hat, Inc. description: Application template...
{ "pile_set_name": "Github" }
null
null
/* * Copyright 2019. Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
{ "pile_set_name": "Github" }
null
null
![DynamicColor](http://yannickloriot.com/resources/dynamiccolor-header.png) [![Supported Plateforms](https://cocoapod-badges.herokuapp.com/p/DynamicColor/badge.svg)](http://cocoadocs.org/docsets/DynamicColor/) [![Version](https://cocoapod-badges.herokuapp.com/v/DynamicColor/badge.svg)](http://cocoadocs.org/docsets/Dyn...
{ "pile_set_name": "Github" }
null
null
/* Copyright (C) 2006 StrmnNrmn 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. This program is distributed in the hope that i...
{ "pile_set_name": "Github" }
null
null
#ifndef BOOST_METAPARSE_V1_STRING_TAG_HPP #define BOOST_METAPARSE_V1_STRING_TAG_HPP // Copyright Abel Sinkovics (abel@sinkovics.hu) 2013. // 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) nam...
{ "pile_set_name": "Github" }
null
null
/* Copyright (c) 2012, Broadcom Europe Ltd 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 conditions and t...
{ "pile_set_name": "Github" }
null
null
0.preset.3=eNrTNbQO8ffSNgvQDkksSk8tsTazNgDDtMSc4lQoaW1oam1obWYAlTI2sDY0BAqUFJWmYiUguiwNrE1RjEEmweoMDTBswlRpgKzDzAAATE06Sg== 0.preset.2=eNrTNbT2K83JKcjPzczL13bMydEOLsjMszazNgDDtMSc4lQoaW1oam1obWYAlTI2sDY0tDayLikqTcVKQHQZWhhYm6KYAyER6gwNgCYha8Gi2gAsDwAI4zoF 0.preset.1=eNrTNbR2yslPzk7Kr7A2szYAw7TEnOJUKGltaGptaG1mAJUyNrA...
{ "pile_set_name": "Github" }
null
null
#!/usr/bin/env python from __future__ import division, print_function import os def configuration(parent_package='', top_path=None): from numpy.distutils.misc_util import Configuration config = Configuration('matrixlib', parent_package, top_path) config.add_data_dir('tests') return config if __name__...
{ "pile_set_name": "Github" }
null
null
- hosts: localhost roles: - role: create-afs-token # CentOS - role: release-afs-volume afs_volume: mirror.wheel.cent7x64 - role: release-afs-volume afs_volume: mirror.wheel.cent8x64 - role: release-afs-volume afs_volume: mirror.wheel.cent8a64 # Debian - role: release-a...
{ "pile_set_name": "Github" }
null
null
/* * Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc. * * This file is part of Jam - see jam.c for Copyright information. */ #ifndef JAM_BUILTINS_H # define JAM_BUILTINS_H # include "frames.h" /* * builtins.h - compile parsed jam statements */ void load_builtins(); void init_set(); void ini...
{ "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>Author</key> <string>Lectorius, Inc.</string> <key>Builder Version</key> <string>534.57.2</string> <key>CFBundleDisplayName</key> <string>...
{ "pile_set_name": "Github" }
null
null
Fix a bug that reading and writing on the same file may cause race on multiple processes.
{ "pile_set_name": "Github" }
null
null
/* * Copyright (c) 2004 Apple Computer, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'License'). You may not use this file except in...
{ "pile_set_name": "Github" }
null
null
/* * Copyright (c) 2010 Jiri Svoboda * 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 condit...
{ "pile_set_name": "Github" }
null
null
ruby: ext: ['.rb', '.rake'] after: ['^#!', '^#.*encoding:'] comment: open: '#\n' close: '#\n' prefix: '# ' perl: ext: ['.pl'] after: ['^#!', '^#.*encoding:'] comment: open: '#\n' close: '#\n' prefix: '# ' # Support PEP 0263 comments: # coding=<encoding name> # -*- coding: <en...
{ "pile_set_name": "Github" }
null
null
/* Copyright 2018 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, ...
{ "pile_set_name": "Github" }
null
null
import * as React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon( <path d="M21 5v14h2V5h-2zm-4 14h2V5h-2v14zM15 5H1v14h14V5zM8 7.75c1.24 0 2.25 1.01 2.25 2.25S9.24 12.25 8 12.25 5.75 11.24 5.75 10 6.76 7.75 8 7.75zM12.5 17h-9v-.75c0-1.5 3-2.25 4.5-2.25s4.5.75 4.5 2.25V1...
{ "pile_set_name": "Github" }
null
null
/* Copyright (c) 2009 M. J. D. Powell (mjdp@cam.ac.uk) * Modifications Copyright (c) 2010 Massachusetts Institute of Technology * * 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 ...
{ "pile_set_name": "Github" }
null
null
syntax = "proto3"; package envoy.service.discovery.v4alpha; import "envoy/service/discovery/v4alpha/discovery.proto"; import "udpa/annotations/status.proto"; import "udpa/annotations/versioning.proto"; option java_package = "io.envoyproxy.envoy.service.discovery.v4alpha"; option java_outer_classname = "AdsProto"; o...
{ "pile_set_name": "Github" }
null
null
// Helper for combining css classes inside components export type IClassName = string | string[] | IClassNameMap; export type IClassNameMap = { [className: string]: boolean | any; }; export function cssNames(...args: IClassName[]): string { const map: IClassNameMap = {}; args.forEach(className => { if (type...
{ "pile_set_name": "Github" }
null
null
{ "info" : { "version" : 1, "author" : "xcode" } }
{ "pile_set_name": "Github" }
null
null
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the Lic...
{ "pile_set_name": "Github" }
null
null
/* Copyright 2019 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" }
null
null
############## mysql-test\t\concurrent_insert_basic.test ####################### # # # Variable Name: concurrent_insert # # Scope: GLOBAL ...
{ "pile_set_name": "Github" }
null
null
/* * 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, software distributed under t...
{ "pile_set_name": "Github" }
null
null
using Nancy.Metadata.Module; using Nancy.Swagger; namespace OmniSharp.CodeActions.Metadata { public class GetCodeActionsMetadataModule : MetadataModule<SwaggerRouteData> { public GetCodeActionsMetadataModule() { Describe["GetCodeActions"] = desc => desc.AsSwagger(builder => builde...
{ "pile_set_name": "Github" }
null
null
#include "unp.h" void tv_sub(struct timeval *out, struct timeval *in) { if ( (out->tv_usec -= in->tv_usec) < 0) { /* out -= in */ --out->tv_sec; out->tv_usec += 1000000; } out->tv_sec -= in->tv_sec; }
{ "pile_set_name": "Github" }
null
null
/*! @file Defines operators for Iterables. @copyright Louis Dionne 2013-2017 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) */ #ifndef BOOST_HANA_DETAIL_OPERATORS_ITERABLE_HPP #define BOOST_HANA_DETAIL_OPERATORS_ITERABLE_HPP ...
{ "pile_set_name": "Github" }
null
null
# created by tools/tclZIC.tcl - do not edit set TZData(:Asia/Taipei) { {-9223372036854775808 29160 0 LMT} {-2335248360 28800 0 CST} {-1017820800 32400 0 JST} {-766224000 28800 0 CST} {-745833600 32400 1 CDT} {-733827600 28800 0 CST} {-716889600 32400 1 CDT} {-699613200 28800 0 CST} ...
{ "pile_set_name": "Github" }
null
null
# frozen_string_literal: true class Fakes::EndProductStore < Fakes::PersistentStore class << self def redis_ns "end_product_records_#{Rails.env}" end end class Contention < OpenStruct; end class BgsContention < OpenStruct; end # we call it a "child" because even though Redis has only key:valu...
{ "pile_set_name": "Github" }
null
null
/*----------------------------------------------------------------------------*/ /** * This confidential and proprietary software may be used only as * authorised by a licensing agreement from ARM Limited * (C) COPYRIGHT 2011-2012 ARM Limited * ALL RIGHTS RESERVED * * The entire notice above must be reproduced on...
{ "pile_set_name": "Github" }
null
null
# Copyright 2018 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import("//build/buildflag_header.gni") import("//chromecast/chromecast.gni") import("//third_party/protobuf/proto_library.gni") buildflag_header("buildflags...
{ "pile_set_name": "Github" }
null
null
fileFormatVersion: 2 guid: e85a3776f5266b144a8e170c88e08647 timeCreated: 1493210307 licenseType: Free TextureImporter: fileIDToRecycleName: 8900000: generatedCubemap serializedVersion: 4 mipmaps: mipMapMode: 0 enableMipMap: 1 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 ...
{ "pile_set_name": "Github" }
null
null
<?php /** * CodeIgniter * * An open source application development framework for PHP * * This content is released under the MIT License (MIT) * * Copyright (c) 2014 - 2016, British Columbia Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this softw...
{ "pile_set_name": "Github" }
null
null
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Config; use Symfony\Component\Config\Resource\SelfChe...
{ "pile_set_name": "Github" }
null
null
<?php /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a co...
{ "pile_set_name": "Github" }
null
null
'use strict'; var isImplemented = require('../../../string/from-code-point/is-implemented'); module.exports = function (a) { a(isImplemented(), true); };
{ "pile_set_name": "Github" }
null
null
/* NOLINT(build/header_guard) */ /* Copyright 2016 Google Inc. All Rights Reserved. Distributed under MIT license. See file LICENSE for detail or copy at https://opensource.org/licenses/MIT */ /* template parameters: FN, BUCKET_BITS, NUM_BANKS, BANK_BITS, NUM_LAST_DISTANCES_TO_CHECK */ ...
{ "pile_set_name": "Github" }
null
null
# -*- mode: ruby -*- # vi: set ft=ruby : # Provisioning script to install the reference policy $install_refpolicy = <<-SHELL # fail as soon as a command failed set -e # we set to permissive to allow loading and working with reference policy as opposed to fedora's fork echo "Setting SELinux to Permissive Mode....
{ "pile_set_name": "Github" }
null
null
13 0 0 0 0 0 0 0 1 0 1 1 1 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0...
{ "pile_set_name": "Github" }
null
null
package com.huantansheng.easyphotos.models.ad; import android.view.View; /** * 广告实体 * Created by huan on 2017/10/24. */ public class AdEntity { public View adView; public int lineIndex; public AdEntity(View adView, int lineIndex) { this.adView = adView; this.lineIndex = lineIndex; ...
{ "pile_set_name": "Github" }
null
null
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.opencoweb</groupId> <artifactId>c...
{ "pile_set_name": "Github" }
null
null
CONFIG_RCU_REF_SCALE_TEST=y CONFIG_PRINTK_TIME=y
{ "pile_set_name": "Github" }
null
null
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; namespace SortingDemo { class Program { static void Main() { string[] names = {"Alabama", "Texas", "Washington", "Virginia", "Wisconsin", "Wyoming", ...
{ "pile_set_name": "Github" }
null
null
<?xml version="1.0"?> <configuration> <system.webServer> <handlers> <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified" /> </handlers> <aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdo...
{ "pile_set_name": "Github" }
null
null
#!/usr/bin/env bash # # test of qemu-img convert -n - convert without creation # # Copyright (C) 2009 Red Hat, Inc. # Copyright (C) 2013 Alex Bligh (alex@alex.org.uk) # # 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 Fre...
{ "pile_set_name": "Github" }
null
null