text
stringlengths
2
99k
meta
dict
process-nextick-args ===== [![Build Status](https://travis-ci.org/calvinmetcalf/process-nextick-args.svg?branch=master)](https://travis-ci.org/calvinmetcalf/process-nextick-args) ```bash npm install --save process-nextick-args ``` Always be able to pass arguments to process.nextTick, no matter the platform ```js va...
{ "pile_set_name": "Github" }
// // NSString+OTPURLArguments.h // // Copyright 2006-2011 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); you may not // use this file except in compliance with the License. You may obtain a copy // of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unl...
{ "pile_set_name": "Github" }
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICUL...
{ "pile_set_name": "Github" }
.centeredPrompt { /** * Lay out the children of this container with * flexbox. */ display: flex; /** * Rotate the main axis so that the children * are laid out vertically, the same as in the * above "Side bar" example. */ flex-direction: column; /** * Instead of pushing the children ...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 84970638106daed4ea3a02e6f4d201b8 ShaderImporter: externalObjects: {} defaultTextures: [] nonModifiableTextures: [] userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
package org.telegram.android.ui; /** * Author: Korshakov Stepan * Created: 30.06.13 4:33 */ public class Smileys { public static final long[] STANDART = new long[] {0xD83DDE0AL, 0xD83DDE03L, 0xD83DDE09L, 0xD83DDE06L, ...
{ "pile_set_name": "Github" }
(function () { var a, b, c; }());
{ "pile_set_name": "Github" }
import {EventEmitter} from 'events'; export interface ITransaction { name: string; uuid: string; type: string; } class WindowGroupTransactionTracker extends EventEmitter { public transactions: { [groupUuid: string]: ITransaction; }; constructor() { super(); this.transa...
{ "pile_set_name": "Github" }
// ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // ------------------------------------------------------------ namespace Microsoft.Azure.II...
{ "pile_set_name": "Github" }
3.0.2 / 2015-10-12 ================== * perf: hoist regular expressions * perf: use single regular expression for anchor checking 3.0.1 / 2015-07-19 ================== * perf: enable strict mode 3.0.0 / 2014-08-29 ================== * Remove support for sub-http servers; use the `handle` function 2.0.0 / ...
{ "pile_set_name": "Github" }
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. // Package elbv2 provides the client and types for making API // requests to Elastic Load Balancing. // // A load balancer distributes incoming traffic across targets, such as your // EC2 instances. This enables you to increase the availability of yo...
{ "pile_set_name": "Github" }
#!/usr/bin/env python from __future__ import absolute_import, division, print_function import matplotlib.pyplot as plt import numpy as np import tensorflow as tf # Import MINST data from tensorflow.examples.tutorials.mnist import input_data mnist = input_data.read_data_sets("./mnist/", one_hot=True) # Parameters le...
{ "pile_set_name": "Github" }
/* ============================================================================== This file is part of the JUCE library. Copyright (c) 2020 - Raw Material Software Limited JUCE is an open source library subject to commercial or open-source licensing. The code included in this file is provided under ...
{ "pile_set_name": "Github" }
@if "%DEBUG%" == "" @echo off @rem ########################################################################## @rem @rem Gradle startup script for Windows @rem @rem ########################################################################## @rem Set local scope for the variables with windows NT shell if "%OS%"=="Window...
{ "pile_set_name": "Github" }
// Copyright 2012 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 windows // Package svc provides everything required to build Windows service. // package svc import ( "errors" "runtime" "syscall" "unsafe" "g...
{ "pile_set_name": "Github" }
{ "Logging": { "IncludeScopes": false, "LogLevel": { "Default": "Warning" } } }
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('isNil', require('../isNil'), require('./_falseOptions')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
<?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\Translation\Tests\DependencyInjection; use PHPUnit\Fr...
{ "pile_set_name": "Github" }
package com.vladsch.flexmark.ext.attributes.internal; import com.vladsch.flexmark.ext.attributes.AttributeImplicitName; import com.vladsch.flexmark.ext.attributes.AttributeValueQuotes; import com.vladsch.flexmark.ext.attributes.AttributesExtension; import com.vladsch.flexmark.util.data.DataHolder; import com.vladsch.f...
{ "pile_set_name": "Github" }
import { Bezier } from "./bezier.js"; // math-inlining. const { abs, cos, sin, acos, atan2, sqrt, pow } = Math; // cube root function yielding real roots function crt(v) { return v < 0 ? -pow(-v, 1 / 3) : pow(v, 1 / 3); } // trig constants const pi = Math.PI, tau = 2 * pi, quart = pi / 2, // float precision ...
{ "pile_set_name": "Github" }
import request from 'superagent' import jsonp from 'superagent-jsonp' const state = { hotMovies: [], newMovies: [], topMovies: [], movieTags: [ { title: '同时入选IMDB250和豆瓣电影250的电影', href: 'https://m.douban.com/doulist/968362/', color: '#FFAC2D' }, { title: '带你进入不正常的世界', h...
{ "pile_set_name": "Github" }
# # See https://www.terraform.io/intro/getting-started/variables.html for more details. # # Change these defaults to fit your needs! variable "esxi_hostname" { default = "esxi" } variable "esxi_hostport" { default = "22" } variable "esxi_hostssl" { default = "443" } variable "esxi_username" { default = "roo...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2016 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/...
{ "pile_set_name": "Github" }
/** ******************************************************************************* * Copyright (C) 2006-2012, International Business Machines Corporation * and others. All Rights Reserved. ******************************************************************************* */ #include "unicode/utypes.h" #if !UCONFIG...
{ "pile_set_name": "Github" }
/* Copyright (c) 2014-2016 Jason Ish * 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 condi...
{ "pile_set_name": "Github" }
<UserControl x:Class="HandBrakeWPF.Controls.TimeSpanBox" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Loaded="UserControl_Loaded"> <UserControl.Resources> <Style x:Key="Arrow" TargetType="Polygon"> <Setter Prop...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <script src='../../../vendor/three.js/build/three.min.js'></script> <script src='../../../vendor/three.js/examples/js/loaders/ColladaLoader.js'></script> <body style='margin: 0px; background-color: #bbbbbb; overflow: hidden;'><script> var renderer = new THREE.WebGLRenderer(); renderer.setSize( window....
{ "pile_set_name": "Github" }
package container import ( "strings" "github.com/docker/docker/api/types/blkiodev" "github.com/docker/docker/api/types/mount" "github.com/docker/docker/api/types/strslice" "github.com/docker/go-connections/nat" "github.com/docker/go-units" ) // Isolation represents the isolation technology of a container. The ...
{ "pile_set_name": "Github" }
/** \file ctcpp.h * Contains a simple CPP interface to call fast CPU and GPU based computation * of the CTC loss. */ #pragma once #include "ctc.h" namespace CTC { /** Returns a single integer which specifies the API version of the warpctc library */ int get_warpctc_version(); /** Returns a string containing a d...
{ "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" }
package com.kaspersky.kaspresso.interceptors.behaviorkautomator.impl.systemsafety import androidx.test.uiautomator.UiDevice import com.kaspersky.components.kautomator.intercept.interaction.UiObjectInteraction import com.kaspersky.components.kautomator.intercept.operation.UiObjectAction import com.kaspersky.components....
{ "pile_set_name": "Github" }
# frozen_string_literal: true module RuboCop module Cop module RSpec # Checks for empty before and after hooks. # # @example # # bad # before {} # after do; end # before(:all) do # end # after(:all) { } # # # good # before {...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010-2015 Evolveum and contributors * * This work is dual-licensed under the Apache License 2.0 * and European Union Public License. See LICENSE file for details. */ package com.evolveum.midpoint.model.impl.integrity; import com.evolveum.midpoint.model.api.ModelPublicConstants; import com.evol...
{ "pile_set_name": "Github" }
#! /usr/bin/env bash if [ -z "$1" ] then echo "Please supply the connection uri for the user with create database privileges" exit -1 fi if [ -z "$2" ] then echo "Please supply the test database name" exit -1 fi if [[ $1 != postgres://* ]] then echo "Please use a valid connection URI (https://www...
{ "pile_set_name": "Github" }
/*************************************** vRipple ***************************************/ v-ripple { position: absolute; display: inline-block; background: $v-ripple-color; border-radius: 100%; transform: scale(0.2); opacity: 0; pointer-events: none; z-index: 0; animation: v-ripple-enter $v-rippl...
{ "pile_set_name": "Github" }
/* ctdb database library Copyright (C) Amitay Isaacs 2015 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 3 of the License, or (at your option) any later version. ...
{ "pile_set_name": "Github" }
set(CMAKE_C_COMPILER "/Library/Developer/CommandLineTools/usr/bin/cc") set(CMAKE_C_COMPILER_ARG1 "") set(CMAKE_C_COMPILER_ID "AppleClang") set(CMAKE_C_COMPILER_VERSION "7.0.2.7000181") set(CMAKE_C_COMPILER_VERSION_INTERNAL "") set(CMAKE_C_COMPILER_WRAPPER "") set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11") set(CMAKE_C_COMP...
{ "pile_set_name": "Github" }
# Copyright Tamil s.a.r.l. 2008-2015 # Copyright Biblibre 2008-2015 # Copyright The National Library of Finland, University of Helsinki 2016-2017 # # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the F...
{ "pile_set_name": "Github" }
# Event 178 - task_0 ###### Version: 0 ## Description None ## Data Dictionary |Standard Name|Field Name|Type|Description|Sample Value| |---|---|---|---|---| |TBD|Int1|Int32|None|`None`| ## Tags * etw_level_Informational * etw_task_task_0
{ "pile_set_name": "Github" }
ls := { |sort_by:field=^file @args| "List names of files non-recursively" " Unlike find and ll, ls only shows you the names of files. sort_by can be one of ^user, ^size, ^modified, ^type or ^file. Example: ls / sort_by=^size" find recursive=false @args | sort sort_by| select ^file } l...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <CodeBlocks_layout_file> <ActiveTarget name="Release" /> </CodeBlocks_layout_file>
{ "pile_set_name": "Github" }
/* * Copyright 2019 The FATE 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 a...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="generator" content="hevea 2.32"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <link rel="stylesheet" type="text/css" href="manual.css"> <title>7.3  Names</title> <...
{ "pile_set_name": "Github" }
/* * Backpack - Skyscanner's Design System * * Copyright 2016-2020 Skyscanner Ltd * * 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 * ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8" ?> <ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:windowsSpecific="clr-namespace:Xamarin.Forms.PlatformConfiguration.WindowsSpecific;assembly=Xamarin.Forms.Core" xmlns:androidSpecific="clr-n...
{ "pile_set_name": "Github" }
require_relative '../../spec_helper' require_relative 'fixtures/common' describe "Process.kill" do ProcessSpecs.use_system_ruby(self) before :each do @pid = Process.pid end it "raises an ArgumentError for unknown signals" do -> { Process.kill("FOO", @pid) }.should raise_error(ArgumentError) end ...
{ "pile_set_name": "Github" }
package com.ice.restring.shadow; import android.content.res.AssetManager; import org.robolectric.annotation.Implements; import org.robolectric.shadows.ShadowAssetManager; import java.util.LinkedHashMap; import java.util.Map; @Implements(AssetManager.class) public class MyShadowAssetManager extends ShadowAssetManag...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE sun-application PUBLIC "-//Sun Microsystems, Inc.//DTD Sun ONE Application Server 7.0 J2EE Application 1.3//EN" "http://www.sun.com/software/sunone/appserver/dtds/sun-application_1_3-0.dtd"> <!-- Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights rese...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # -*- coding: utf-8 -*- # MIT Licensed. See LICENSE for more information. """ Pingo setup module """ from setuptools import setup, find_packages from setuptools.command.test import test as TestCommand import io import os import sys pkgname = 'pingo' version = '0.2.0' class PyTest(TestCommand):...
{ "pile_set_name": "Github" }
package com.beijunyi.parallelgit.filesystem.exceptions; import javax.annotation.Nonnull; import org.eclipse.jgit.lib.FileMode; public class IncompatibleFileModeException extends IllegalArgumentException { private final FileMode current; private final FileMode proposed; public IncompatibleFileModeException(Fi...
{ "pile_set_name": "Github" }
"use strict"; exports.__esModule = true; function binaryOperation(operator, left, right) { switch (operator) { case '+': return left + right; case '-': return left - right; case '/': return left / right; case '%': return left % right; ...
{ "pile_set_name": "Github" }
! pipedum_13d.scl ! 125/121, 33275/32768, Joe Monzo, 2003 13 ! 275/256 11/10 605/512 5/4 32/25 11/8 16/11 25/16 8/5 55/32 20/11 121/64 2/1
{ "pile_set_name": "Github" }
! " # ¤ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Ä Ö Å ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z ä ö å ‾
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <packages> <package id="GitVersionTask" version="3.6.2" targetFramework="net40" developmentDependency="true" /> </packages>
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright 2012-2019 Amazon.com, Inc. or its affiliates. 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. A copy of the License...
{ "pile_set_name": "Github" }
<!doctype html> <html> <head> <title>Bar Chart</title> <script src="../Chart.js"></script> </head> <body> <div style="width: 50%"> <canvas id="canvas" height="450" width="600"></canvas> </div> <script> var randomScalingFactor = function(){ return Math.round(Math.random()*100)}; var barChartData = { ...
{ "pile_set_name": "Github" }
// (C) Copyright John Maddock 2015. // Use, modification and distribution are 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) #ifndef BOOST_TYPE_TRAITS_INTEGRAL_CONSTANT_HPP #define BOOST_TYPE_TRAITS_INTEGRAL_CONST...
{ "pile_set_name": "Github" }
/* Copyright (C) 2015 Rainmeter Project Developers * * This Source Code Form is subject to the terms of the GNU General Public * License; either version 2 of the License, or (at your option) any later * version. If a copy of the GPL was not distributed with this file, You can * obtain one at <https://www.gnu....
{ "pile_set_name": "Github" }
# hook cleanup () { true; } die() { local ret=1 trap EXIT cleanup case "$1" in [0-9]) ret="$1"; shift ;; esac [ -z "$@" ] || echo "$@" >&2 exit $ret } checkconnactive() { [ -z "$1" ] && return 0 ipsec auto --status | awk -v var="$1" ' BEGIN { expr="^000 \"" var "\": " status=1 } $0 ~ expr { gsub("^000 ...
{ "pile_set_name": "Github" }
import UIKit import RxSwift import RxCocoa extension Reactive where Base: UISlider { public var maximumValue: Binder<Float> { return Binder(self.base, binding: { slider, value in slider.maximumValue = value }) } } class PlayViewController: UIViewController, UITextFieldDelegate { @IBOutlet var nameTextField:...
{ "pile_set_name": "Github" }
## Window events example A demonstration of event-handlers attached to the `window`. --- ```bash cargo make start ``` Open [127.0.0.1:8000](http://127.0.0.1:8000) in your browser.
{ "pile_set_name": "Github" }
// Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Support for memory sanitizer. See runtime/cgo/sigaction.go. // +build linux,amd64 freebsd,amd64 linux,arm64 package runtime import "unsafe" // _cgo_sigac...
{ "pile_set_name": "Github" }
// Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // ...
{ "pile_set_name": "Github" }
/* config.h for CMake builds */ #cmakedefine HAVE_DIRENT_H 1 #cmakedefine HAVE_INTTYPES_H 1 #cmakedefine HAVE_STDINT_H 1 #cmakedefine HAVE_STRERROR 1 #cmakedefine HAVE_SYS_STAT_H 1 #cmakedefine HAVE_SYS_TYPES_H 1 #cmakedefine HAVE_UNISTD_H 1 #cmakedefine HAVE_WIND...
{ "pile_set_name": "Github" }
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="5.0" xml:id="footer.hr"> ...
{ "pile_set_name": "Github" }
#!/usr/bin/python # coding: utf-8 -*- # (c) 2017, Wayne Witzel III <wayne@riotousliving.com> # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) from __future__ import absolute_import, division, print_function __metaclass__ = type ANSIBLE_METADATA = {'metadata_version': '1.1...
{ "pile_set_name": "Github" }
{ "created_at": "2015-02-27T22:27:28.344356", "description": "Embulk: Pluggable Bulk Data Loader", "fork": false, "full_name": "embulk/embulk", "language": "Java", "updated_at": "2015-02-27T23:41:20.994112" }
{ "pile_set_name": "Github" }
# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version:  scripts@paucapo.com\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-02-18 20:53...
{ "pile_set_name": "Github" }
package terraform // NodeEvalableProvider represents a provider during an "eval" walk. // This special provider node type just initializes a provider and // fetches its schema, without configuring it or otherwise interacting // with it. type NodeEvalableProvider struct { *NodeAbstractProvider } // GraphNodeEvalable ...
{ "pile_set_name": "Github" }
// @flow import {observer} from 'mobx-react'; import {action, computed, intercept, observable} from 'mobx'; import type {IValueWillChange} from 'mobx'; import React, {Fragment} from 'react'; import type {Node} from 'react'; import equal from 'fast-deep-equal'; import classNames from 'classnames'; import jexl from 'jexl...
{ "pile_set_name": "Github" }
<?php /** * Dead simple, high performance, drop-in bridge to Golang RPC with zero dependencies * * @author Wolfy-J */ declare(strict_types=1); namespace Spiral\Goridge; use Error; use Exception; /** * Communicates with remote server/client over be-directional socket using byte payload: * * [ prefix ][...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved. * * @APPLE_OSREFERENCE_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 th...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../../../libc/type.off_t.html"> </head> <body> <p>Redirecting to <a href="../../../../libc/type.off_t.html">../../../../libc/type.off_t.html</a>...</p> <script>location.replace("../../../../libc/type.off_t.html" + location....
{ "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" }
<template> <div> <div class="content-section introduction"> <div class="feature-intro"> <h1>DataTable <span>Sort</span></h1> <p>Enabling sortable property on a column is enough to make a column sortable. Multiple column sorting is enabled using sortMode property and used with metaKey.</p> </div> </di...
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('range', require('../range')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
module test; using system::*; func main():void { var x : string = ""; var y = cast Function* x; }
{ "pile_set_name": "Github" }
using System; namespace EventStore.TestClient.Commands.RunTestScenarios { internal interface IScenario : IDisposable { void Run(); void Clean(); } }
{ "pile_set_name": "Github" }
1
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 2cd55b87b3839004b9ef08c5cf3b2d6f timeCreated: 1587239166 licenseType: Free DefaultImporter: userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
FactoryGirl.define do factory :assignment do subtasks { [factory_build(:subtask, assignment: nil)] } end_at { 1.month.from_now } coordinator end factory :completed_assignment, parent: :assignment do status { Assignment::COMPLETED } end factory :ethereum_assignment, parent: :assignment do ...
{ "pile_set_name": "Github" }
@comment $NetBSD: PLIST,v 1.2 2017/06/04 16:11:29 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/.rspec ${GEM_LIBDIR}/.yardopts ${GEM_LIBDIR}/Gemfile ${GEM_LIBDIR}/MIT-LICENSE ${GEM_LIBDIR}/README.md ${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/VERSION ${GEM_LIBDIR}/lib/rb-kqueue.rb ${GEM_L...
{ "pile_set_name": "Github" }
define([ "components/kpicomponentcore", "renderers/kpirenderer", "prop/properties", 'vendor/lodash' ], function (KPIComponentCore, KPIRenderer, Properties, _) { /** * Creates a kpi component * @class KPIComponent * @augments {KPIComponentCore} */ function KPIComponent() { KPIComponentCore.ap...
{ "pile_set_name": "Github" }
{ "copyright": "Halil İbrahim ŞAFAK", "url": "https://github.com/halil", "email": "hibrahimsafak@gmail.com", "format": "txt" }
{ "pile_set_name": "Github" }
/* Any copyright is dedicated to the Public Domain. * http://creativecommons.org/publicdomain/zero/1.0/ */ "use strict"; const { SitePermissions } = ChromeUtils.import( "resource:///modules/SitePermissions.jsm" ); const { Services } = ChromeUtils.import("resource://gre/modules/Services.jsm"); const RESIST_FINGERP...
{ "pile_set_name": "Github" }
/* src/p80211/p80211wep.c * * WEP encode/decode for P80211. * * Copyright (C) 2002 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * * linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "Licen...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2009, 2012, 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" }
# # 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 # Shared lit script for each tests. Run bash commands that run tests with make. # RUN: KEEP_FILES=%keep FLAGS=%flags T...
{ "pile_set_name": "Github" }
{ "AWSTemplateFormatVersion": "2010-09-09", "Description": "Service Catalog: S3 Reference Architecture: Private restricted access bucket accessible only from specific CIDR block addresses(fdp-1oc5gsre6).", "Metadata": { "AWS::CloudFormation::Interface": { "ParameterGroups": [ ...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <style type="text/css"> @import "../../../dojo/resources/dojo.css"; @import "../../../dijit/themes/tundra/tundra.css"; @import "../../../dijit/themes/tundra/tundra_rtl.css"; @import "../../../dijit/tests/...
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser. */ @protocol SUICFlamesViewDelegate <NSObject> @required - (float)audioLevelForFlamesView:(SUICFlamesView *)arg1; @optional - (void)flamesViewAuraDidDisplay:(SUICFlamesView *)arg1; @end
{ "pile_set_name": "Github" }
module inflight_wg_buffer (/*AUTOARG*/ // Outputs inflight_wg_buffer_host_rcvd_ack, inflight_wg_buffer_host_wf_done, inflight_wg_buffer_host_wf_done_wg_id, inflight_wg_buffer_alloc_valid, inflight_wg_buffer_alloc_available, inflight_wg_buffer_alloc_wg_id, inflight_wg_buffer_alloc_num_wf, inflight_...
{ "pile_set_name": "Github" }
/** * This file is part of Kayak. * * Kayak 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 3 of the License, or * (at your option) any later version. * * Kayak is distri...
{ "pile_set_name": "Github" }
# Support code for running stuff with warnings disabled. module Kernel def with_verbose_disabled verbose, $VERBOSE = $VERBOSE, nil result = yield $VERBOSE = verbose return result end end
{ "pile_set_name": "Github" }
# # This file is a placeholder to prevent accidental build breakage if someone # enables CONFIG_CFG80211_INTERNAL_REGDB. Almost no one actually needs to # enable that build option. # # You should be using CRDA instead. It is even better if you use the CRDA # package provided by your distribution, since they will prob...
{ "pile_set_name": "Github" }
<?php /** * * Provides an object-oriented template system for PHP5. * * @package Savant3 * * @author Paul M. Jones <pmjones@ciaweb.net> * * @license http://www.gnu.org/copyleft/lesser.html LGPL * * @version $Id$ * */ /** * Always have these classes available. */ //include_once dirname(__FILE__) . '/Savant3/Fil...
{ "pile_set_name": "Github" }
#!/bin/sh # Get modification time of a file or directory and pretty-print it. scriptversion=2005-06-29.22 # Copyright (C) 1995, 1996, 1997, 2003, 2004, 2005 Free Software # Foundation, Inc. # written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, June 1995 # # This program is free software; you can redistribute it and/o...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Type Name="ServiceType" FullName="System.Runtime.Remoting.MetadataServices.ServiceType"> <TypeSignature Language="C#" Value="public class ServiceType" Maintainer="auto" /> <AssemblyInfo> <AssemblyName>System.Runtime.Remoting</AssemblyName> <AssemblyPublicKey>[00 00 00...
{ "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 amd64,linux package unix //sys Dup2(oldfd int, newfd int) (err error) //sys EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) //...
{ "pile_set_name": "Github" }
/* * Driver for Digigram VX soundcards * * Common mixer part * * Copyright (c) 2002 by Takashi Iwai <tiwai@suse.de> * * 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 versio...
{ "pile_set_name": "Github" }