text
stringlengths
2
99.9k
meta
dict
exports = module.exports = cmd var npm = require('../npm.js') var usage = require('./usage.js') function cmd (stage) { function CMD (args, cb) { npm.commands['run-script']([stage].concat(args), cb) } CMD.usage = usage(stage, 'npm ' + stage + ' [-- <args>]') var installedShallow = require('./completion/ins...
{ "pile_set_name": "Github" }
# From http://lists.x.org/archives/xorg-announce/2013-September/002310.html sha256 23ceeca94e3e20a6c26a703ac7f789066d4517f8d2cb717ae7cb28a617d97dd0 xclock-1.0.7.tar.bz2
{ "pile_set_name": "Github" }
package deepq import ( "fmt" "math/rand" "time" envv1 "github.com/aunum/gold/pkg/v1/env" "github.com/aunum/log" "github.com/gammazero/deque" "gorgonia.org/tensor" ) // Event is an event that occurred. type Event struct { *envv1.Outcome // State by which the action was taken. State *tensor.Dense // Actio...
{ "pile_set_name": "Github" }
--- title: "RegionalSettings element (Regional Settings)" manager: soliver ms.date: 3/9/2015 ms.audience: Developer ms.topic: reference ms.prod: sharepoint localization_priority: Normal api_name: - Regional Settings schema api_type: - schema ms.assetid: d0d3ccfc-881f-4c50-8811-dd875b9555c9 description: Contains the reg...
{ "pile_set_name": "Github" }
# Copyright (C) 2006-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # menu "Global build settings" config ALL_KMODS bool "Select all kernel module packages by default" default ALL config ALL bool "Select all userspace package...
{ "pile_set_name": "Github" }
import { CallHandler, ExecutionContext, Injectable, NestInterceptor, } from '@nestjs/common'; import { Observable } from 'rxjs'; import { AuthService } from '../modules/auth/auth.service'; import { UserEntity } from '../modules/user/user.entity'; @Injectable() export class AuthUserInterceptor implemen...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. using System.Collections.Generic; using System.Text; namespace System.Web.WebPages.Administration.PackageManager { internal static class PageUtils { private const strin...
{ "pile_set_name": "Github" }
# 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 conditions and the ...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!29 &1 OcclusionCullingSettings: m_ObjectHideFlags: 0 serializedVersion: 2 m_OcclusionBakeSettings: smallestOccluder: 5 smallestHole: 0.25 backfaceThreshold: 100 m_SceneGUID: 00000000000000000000000000000000 m_OcclusionCullingData: {fileID: 0} --- !u!...
{ "pile_set_name": "Github" }
/* * Copyright (c) 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 contribut...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2007 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 app...
{ "pile_set_name": "Github" }
/* ==================================================================== * Copyright (c) 2001 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of ...
{ "pile_set_name": "Github" }
// 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. package uuid import ( "io" ) // randomBits completely fills slice b with random data. func randomBits(b []byte) { if _, err := io.ReadFull(rander, b); err != n...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: ab90c5d984b4d4e9e935ae8760fd47ef
{ "pile_set_name": "Github" }
export enum KeyboardModifier { NoModifier = 0x00000000, ShiftModifier = 0x02000000, ControlModifier = 0x04000000, AltModifier = 0x08000000, MetaModifier = 0x10000000, KeypadModifier = 0x20000000, GroupSwitchModifier = 0x40000000, }
{ "pile_set_name": "Github" }
/* * Copyright (C) 2006, 2007, 2008 Apple 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: * 1. Redistributions of source code must retain the above copyright * notice, this list of...
{ "pile_set_name": "Github" }
@echo off git submodule update --init --recursive
{ "pile_set_name": "Github" }
////////////////////////////////////////////////////////// // GENERATED BY FLUTTIFY. DO NOT EDIT IT. ////////////////////////////////////////////////////////// #import <Foundation/Foundation.h> #import <Flutter/Flutter.h> #import <MAMapKit/MAMapKit.h> @interface MACustomCalloutViewFactory : NSObject <FlutterPlatformV...
{ "pile_set_name": "Github" }
// Copyright 2011 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. package openpgp import ( "bytes" _ "crypto/sha512" "encoding/hex" "io" "io/ioutil" "strings" "testing" "golang.org/x/crypto/openpgp/armor" "golang.or...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # # euclid graphics maths module # # Copyright (c) 2006 Alex Holkner # Alex.Holkner@mail.google.com # # This library is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by the # Free Software Foundation; either version ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved. */ /****************************************************************************** * * You may not use the identified files except in compliance with the Apache * License, Version 2.0 (the "License.") * * You may obtain a copy of the ...
{ "pile_set_name": "Github" }
/** * @file AutoLabelImageProvider.h * * Provider for LabelImage based on simulated data. * Randomly places other robots of the field to random location. * This can be logged in the simulator and used for further processing. * * @author Jan Blumenkamp */ #pragma once #include "Tools/Module/Module.h" #include ...
{ "pile_set_name": "Github" }
// WARNING: DO NOT EDIT THIS FILE. THIS FILE IS MANAGED BY SPRING ROO. // You may push code into the target .java compilation unit if you wish to edit any member(s). package org.springframework.roo.petclinic.web; import io.springlets.data.domain.GlobalSearch; import io.springlets.data.web.datatables.ConvertedDatatabl...
{ "pile_set_name": "Github" }
/* * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. * Copyright 2007 Nuova Systems, Inc. All rights reserved. * * This program is free software; you may redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of...
{ "pile_set_name": "Github" }
/** Bits that can appear on any page. */ .path-mod-quiz .statedetails { display: block; font-size: 0.7em; } /** Attempt and review pages **/ #page-mod-quiz-attempt #page .controls, #page-mod-quiz-summary #page .controls, #page-mod-quiz-review #page .controls { text-align: center; margin: 8px auto; } #...
{ "pile_set_name": "Github" }
// cmcstl2 - A concept-enabled C++ standard library // // Copyright Casey Carter 2015 // Copyright Eric Niebler 2015 // // 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) // /...
{ "pile_set_name": "Github" }
package org.horaapps.leafpic.data; import android.content.Context; import android.content.Intent; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.media.ThumbnailUtils; import android.provider.MediaStore; import android.support.annotation.NonNull; import android.widget.Toast; impo...
{ "pile_set_name": "Github" }
Function moveMPEGFilters() Dim CommonFolder, LegacyFolder, InstallFolder, DestinationFolder, SourceTestFile, DestinationLegacy InstallFolder = Session.TargetPath("INSTALLFOLDER") 'InstallFolder = "C:\Program Files (x86)\SageTV" CommonFolder = InstallFolder + "\Common\" LegacyFolder = InstallFolder ...
{ "pile_set_name": "Github" }
#ifndef _ORA_SCHEMA_H_ #define _ORA_SCHEMA_H_ /* * Use internal * * Location: * src/backend/oraschema/oraschema.h */ #include "postgres.h" #include "catalog/catversion.h" #include "nodes/pg_list.h" #include <sys/time.h> #include "utils/datetime.h" #include "utils/datum.h" #define TextPCopy(t) ...
{ "pile_set_name": "Github" }
hello world
{ "pile_set_name": "Github" }
import { IconDefinition } from '../types'; declare const WechatOutlined: IconDefinition; export default WechatOutlined;
{ "pile_set_name": "Github" }
#region Copyright Syncfusion Inc. 2001-2020. // Copyright Syncfusion Inc. 2001-2020. All rights reserved. // Use of this code is subject to the terms of our license. // A copy of the current license can be obtained at any time by e-mailing // licensing@syncfusion.com. Any infringement will be prosecuted under // applic...
{ "pile_set_name": "Github" }
// // ATMessageCenterCell.h // ApptentiveConnect // // Created by Andrew Wooster on 1/29/13. // Copyright (c) 2013 Apptentive, Inc. All rights reserved. // #import <Foundation/Foundation.h> @protocol ATMessageCenterCell <NSObject> - (CGFloat)cellHeightForWidth:(CGFloat)width; @end
{ "pile_set_name": "Github" }
// // YFCategoryTableInteractor.m // BigShow1949 // // Created by big show on 2018/12/8. // Copyright © 2018年 BigShowCompany. All rights reserved. // #import "YFCategoryTableInteractor.h" #import "YFCategoryDisplayItem.h" @implementation YFCategoryTableInteractor -(NSMutableArray*)getAllCategories { YFCategor...
{ "pile_set_name": "Github" }
--- name: Bug Report about: Report a Cirrus CI bug labels: bug assignees: '' --- # Expected Behavior What should have happened is ... # Real Behavior What ended up happening was ... # Related Info - [ ] Website issue - Link to page: - [ ] Task issue - OS: (DockerLinux, macOS, Windows, FreeBSD) - Task name:...
{ "pile_set_name": "Github" }
-------------------------------------------------- Name -------------------------------------------------- Mango Salsa Chicken -------------------------------------------------- Ingredients -------------------------------------------------- 1 fresh, ripe mango 1/2 red onion, finely diced 1 bunch cilantro, finely choppe...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 %s -fsyntax-only -verify -pedantic extern int a1[]; void f0(); void f1(int [*]); void f2(int [const *]); void f3(int [volatile const*]); int f4(*XX)(void); /* expected-error {{cannot return}} expected-warning {{type specifier missing, defaults to 'int'}} */ char ((((*X)))); void (*sig...
{ "pile_set_name": "Github" }
// mkerrors.sh -m64 // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,openbsd // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_BLUETOOTH = 0x...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2011-2018, Meituan Dianping. All Rights Reserved. * * 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 fil...
{ "pile_set_name": "Github" }
// // UIEdgeInsets.swift // FBSnapshotTestCase // // Created by Daniel Huri on 4/21/18. // import UIKit extension UIEdgeInsets { var hasVerticalInsets: Bool { return top > 0 || bottom > 0 } }
{ "pile_set_name": "Github" }
/* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee, * provided that the above copyright notice appear in all copies and * that both that copyright notice and this permiss...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-only /****************************************************************************** AudioScience HPI driver Copyright (C) 1997-2014 AudioScience Inc. <support@audioscience.com> \file hpicmn.c Common functions used by hpixxxx.c modules (C) Copyright AudioScience Inc. 1...
{ "pile_set_name": "Github" }
--- layout: base title: 'Statistics of amod in UD_Dutch-Alpino' udver: '2' --- ## Treebank Statistics: UD_Dutch-Alpino: Relations: `amod` This relation is universal. 10242 nodes (5%) are attached to their parents as `amod`. 9820 instances of `amod` (96%) are right-to-left (child precedes parent). Average distance ...
{ "pile_set_name": "Github" }
/* * The RSA public-key cryptosystem * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: GPL-2.0 * * 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 Foundati...
{ "pile_set_name": "Github" }
FROM php:7.0-apache # Install composer RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer # Necessary to run composer RUN apt-get update RUN apt-get install -y git COPY composer.json /var/www WORKDIR /var/www RUN composer install COPY public/ /var/www/html/ CO...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- generated on Wed Sep 11 13:21:56 2019 by Eclipse SUMO duarouter Version v1_3_1+0234-c526b02 This data file and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="referencedata.xsl"?> <ReferenceData> <InitializedPositions> <Positions> <Int Name="Count">1</Int> <String Name="Type">single</String> <Sequence Name="Block"> <Int Name="Length">2</Int> <Int>0</Int> <Int>9</Int> ...
{ "pile_set_name": "Github" }
label { width: 4em; float: left; text-align: right; margin-right: 0.5em; display: block } .submit input { margin-left: 4.5em; } input { color: #781351; background: #fee3ad; border: 1px solid #781351 } .submit input { color: #000; background: #ffa20f; border: 2px outset #d7b9c9 } fieldset { border: 1px solid #7813...
{ "pile_set_name": "Github" }
/* Copyright 2016 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" }
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _SELFTESTS_POWERPC_BASIC_ASM_H #define _SELFTESTS_POWERPC_BASIC_ASM_H #include <ppc-asm.h> #include <asm/unistd.h> #define LOAD_REG_IMMEDIATE(reg, expr) \ lis reg, (expr)@highest; \ ori reg, reg, (expr)@higher; \ rldicr reg, reg, 32, 31; \ oris reg, reg, (expr)@high;...
{ "pile_set_name": "Github" }
amiga/launch.c amiga/expat_68k.c amiga/expat_68k.h amiga/expat_68k_handler_stubs.c amiga/expat_base.h amiga/expat_vectors.c amiga/expat_lib.c amiga/expat.xml amiga/README.txt amiga/Makefile amiga/include/proto/expat.h amiga/include/libraries/expat.h amiga/include/interfaces/expat.h amiga/include/inline4/expat.h bcb5/RE...
{ "pile_set_name": "Github" }
westinghouse says it expects at least pct ings shr growth through
{ "pile_set_name": "Github" }
# Événement Événement is a very simple event dispatching library for PHP. It has the same design goals as [Silex](http://silex-project.org) and [Pimple](http://pimple-project.org), to empower the user while staying concise and simple. It is very strongly inspired by the EventEmitter API found in [node.js](http://nod...
{ "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" }
/* * Copyright (c) [2015] - [2017] Red Hat, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * ...
{ "pile_set_name": "Github" }
from __future__ import print_function, division # import sys,os os.environ['KMP_DUPLICATE_LIB_OK']='True' # uncomment this line if omp error occurs on OSX for python 3 os.environ['OMP_NUM_THREADS']='1' # set number of OpenMP threads to run in parallel os.environ['MKL_NUM_THREADS']='1' # set number of MKL threads to run...
{ "pile_set_name": "Github" }
/* * 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 it will be use...
{ "pile_set_name": "Github" }
// Copyright 2014 Canonical Ltd. // Licensed under the LGPLv3 with static-linking exception. // See LICENCE file for details. package ratelimit import ( "math" "testing" "time" gc "gopkg.in/check.v1" ) func TestPackage(t *testing.T) { gc.TestingT(t) } type rateLimitSuite struct{} var _ = gc.Suite(rateLimitSu...
{ "pile_set_name": "Github" }
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/KVOController GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCRO...
{ "pile_set_name": "Github" }
// DIE's signature file init("packer","nPack"); function detect(bShowType,bShowVersion,bShowOptions) { if(PE.compareEP("833D..........7505E901000000C3E841000000B8........2B05........A3........E85E000000E8")) { switch(PE.getEPSignature(42,7)) { case "E0010000E8EC06": sVersion=...
{ "pile_set_name": "Github" }
.. _pvenc: ============================ PVENC: video encoding engine ============================ .. contents:: .. todo:: write me Introduction ============ .. todo:: write me .. _pvenc-falcon: falcon parameters ================= Present on: v0: GK104:GM107 v1: GM107+ BAR0 address: ...
{ "pile_set_name": "Github" }
"use strict"; const derivable = require("../dist/derivable"); const { atom, derive, lens } = derivable; describe("the `is*` fns", () => { it("just work, don't worry about it", () => { const a = atom(0); const d = derive(() => a.get() * 2); const p = lens({ get: () => a.get() * 2, set: x => a.set(x / 2) ...
{ "pile_set_name": "Github" }
13. 分页 =========
{ "pile_set_name": "Github" }
0.0.1 ----- - Initial version 0.0.2 ----- - routes « threads » renamed to « discussions »
{ "pile_set_name": "Github" }
import React from 'react'; import { DndProvider } from 'react-dnd'; import { Flipper, Flipped } from 'react-flip-toolkit'; import HTML5Backend from 'react-dnd-html5-backend'; import Sortly, { ContextProvider, useDrag, useDrop } from 'react-sortly'; // Components import Block from './block'; // Services import { findB...
{ "pile_set_name": "Github" }
{ "version": "eosio::abi/1.1", "structs": [ { "name": "abi_hash", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "hash", "type": "checksum256" } ] }, { "name": "activate", ...
{ "pile_set_name": "Github" }
// cgo -godefs types_aix.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build ppc,aix package unix const ( SizeofPtr = 0x4 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x4 SizeofLongLong = 0x8 PathMax = 0x3ff ) type ( _C_short int16...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2011 Broadcom Corporation * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHO...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <title>模拟迁徙</title> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/hmap-js/dist/hmap.css"> <style> html, ...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 1991, 2020 IBM Corp. and others * * This program and the accompanying materials are made available under * the terms of the Eclipse Public License 2.0 which accompanies this * distribution and is available at https://w...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-only /* * AMD Cryptographic Coprocessor (CCP) AES CMAC crypto API support * * Copyright (C) 2013,2018 Advanced Micro Devices, Inc. * * Author: Tom Lendacky <thomas.lendacky@amd.com> */ #include <linux/module.h> #include <linux/sched.h> #include <linux/delay.h> #include <linux/...
{ "pile_set_name": "Github" }
{ "defaultPolicy": "allow", "blockedServers": [] }
{ "pile_set_name": "Github" }
/* Editor Settings: expandtabs and use 4 spaces for indentation * ex: set softtabstop=4 tabstop=8 expandtab shiftwidth=4: * * -*- mode: c, c-basic-offset: 4 -*- */ /* * Copyright © BeyondTrust Software 2004 - 2019 * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you m...
{ "pile_set_name": "Github" }
/********************************************************************** * LeechCraft - modular cross-platform feature rich internet client. * Copyright (C) 2006-2014 Georg Rudoy * * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE or copy at https://www.boost.org/LICENSE...
{ "pile_set_name": "Github" }
//===----------------------------------------------------------------------===// // // 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" }
/***************************************************************************** * fsm.c - Network Control Protocol Finite State Machine program file. * * Copyright (c) 2003 by Marc Boucher, Services Informatiques (MBSI) inc. * portions Copyright (c) 1997 by Global Election Systems Inc. * * The authors hereby grant permi...
{ "pile_set_name": "Github" }
// Copyright 2014 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. #ifndef THIRD_PARTY_BLINK_RENDERER_CORE_PAINT_MULTI_COLUMN_SET_PAINTER_H_ #define THIRD_PARTY_BLINK_RENDERER_CORE_PAINT_MULTI_COLUMN_SET_PAINTER_H_ #incl...
{ "pile_set_name": "Github" }
/* ***** BEGIN LICENSE BLOCK ***** * Distributed under the BSD license: * * Copyright (c) 2010, Ajax.org B.V. * 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 so...
{ "pile_set_name": "Github" }
--- http_interactions: - request: method: get uri: https://auth0-sdk-tests.auth0.com/api/v2/connections?fields=name&include_fields=true&strategy=auth0 body: encoding: US-ASCII string: '' headers: Accept: - "*/*" Accept-Encoding: - gzip, deflate User-Agent: ...
{ "pile_set_name": "Github" }
################################################################################ # # openjdk jni test # ################################################################################ OPENJDK_JNI_TEST_DEPENDENCIES = openjdk JNI_INCLUDE_PATH = $(BUILD_DIR)/openjdk-$(OPENJDK_VERSION)/build/linux-aarch64-server-release...
{ "pile_set_name": "Github" }
'use strict'; var React = require('react'); var FluxibleApp = require('fluxible'); var routrPlugin = require('fluxible-plugin-routr'); var fetchrPlugin = require('fluxible-plugin-fetchr'); var routes = require('../client/client-routes'); var config = require('./config'); var appComponent = React.createFactory(require(...
{ "pile_set_name": "Github" }
<?php namespace Faker\Provider\kk_KZ; class Text extends \Faker\Provider\Text { /** * From kk.wikipedia.org * * Мәтін Creative Commons Attribution-ShareAlike лицензиясы аясында қолжетімді * кейбір жағдайларда қосымша шарттардың талаптары атқарылады. * Толығырақ қ. Қолдану шарттары. *...
{ "pile_set_name": "Github" }
namespace ClassLib063 { public class Class020 { public static string Property => "ClassLib063"; } }
{ "pile_set_name": "Github" }
/* ---------------------------------------------------------------------- LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator http://lammps.sandia.gov, Sandia National Laboratories Steve Plimpton, sjplimp@sandia.gov Copyright (2003) Sandia Corporation. Under the terms of Contract DE-AC04...
{ "pile_set_name": "Github" }
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build ignore /* Input to cgo -godefs. See README.md */ // +godefs map struct_in_addr [4]byte /* in_addr */ // +godefs map struct_in6_addr [16]byte /* in6...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2002, Intel Corporation. All rights reserved. * This file is licensed under the GPL license. For the full content * of this license, see the COPYING file at the top level of this * source tree. * Test that pthread_rwlock_rdlock(pthread_rwlock_t *rwlock) * * If the Thread Execution Schedulin...
{ "pile_set_name": "Github" }
{ "homebrew_version": "1.1.6", "used_options": [ "--with-foo", "--without-bar" ], "unused_options": [ "--with-baz", "--without-qux" ], "built_as_bottle": false, "poured_from_bottle": true, "changed_files": [ "INSTALL_RECEIPT.json", "bin/foo" ], "time": 1403827774, "HEAD": "...
{ "pile_set_name": "Github" }
#import <Foundation/Foundation.h> @interface PodsDummy_Pods_ChattoApp : NSObject @end @implementation PodsDummy_Pods_ChattoApp @end
{ "pile_set_name": "Github" }
/* * Common SPI flash Interface * * Copyright (C) 2008 Atmel Corporation * Copyright (C) 2013 Jagannadha Sutradharudu Teki, Xilinx Inc. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of th...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Platform>...
{ "pile_set_name": "Github" }
#ifndef K3DSDK_IBOUNDED_H #define K3DSDK_IBOUNDED_H // K-3D // Copyright (c) 1995-2004, Timothy M. Shead // // Contact: tshead@k-3d.com // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public // License as published by the Free Software Foundation; eit...
{ "pile_set_name": "Github" }
// PLAIN_PARAM(name) // ANY_PARAM(name) // WORD(name) // GROUP(options) module.exports = { name: 'AST', init: function(){ var AST = basis.require('basis.router.ast'); var parsePath = AST.parsePath; var stringify = AST.stringify; function plain(name) { return { type: AST.TYPE.PLAIN_PARAM, nam...
{ "pile_set_name": "Github" }
class Re2 < Formula desc "Alternative to backtracking PCRE-style regular expression engines" homepage "https://github.com/google/re2" head "https://github.com/google/re2.git" stable do url "https://github.com/google/re2/archive/2016-03-01.tar.gz" version "20160301" sha256 "2dc6188270fe83660ccb379ef...
{ "pile_set_name": "Github" }
/* Copyright The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
{ "pile_set_name": "Github" }
module.exports = { // doc for f1 f1: function() { return 7; } }; // doc for f2 module.exports.f2 = function() { return 7; };
{ "pile_set_name": "Github" }
_ 33494 e 8992 n 7900 t 7859 a 7781 r 7251 s 6435 i 5649 l 4541 d 4079 o 3724 m 3203 k 3058 g 2478 en 2403 n_ 2389 t_ 2073 de 1939 r_ 1910 v 1890 h 1789 u 1782 _s 1768 ä 1724 er 1709 f 1597 en_ 1537 a_ 1526 an 1357 p 1320 et 1317 ö 1278 å 1261 st 1236 ar 1226 c 1191 _d 1158 e_ 1116...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="anyType...
{ "pile_set_name": "Github" }
import pandas as pd import re from .constants import PARSING_SCHEME from ..decorators import float_property_decorator, int_property_decorator from .. import utils from .conferences import Conferences from .ncaaf_utils import _retrieve_all_teams from .roster import Roster from .schedule import Schedule class Team: ...
{ "pile_set_name": "Github" }
;(function(exports) { if (exports.F2 && !exports.F2_TESTING_MODE) { return; }
{ "pile_set_name": "Github" }
.class public Landroid/support/v7/widget/LinearLayoutManager$SavedState; .super Ljava/lang/Object; # interfaces .implements Landroid/os/Parcelable; # annotations .annotation build Landroid/support/annotation/RestrictTo; value = { .enum Landroid/support/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroid...
{ "pile_set_name": "Github" }