text
stringlengths
2
99.9k
meta
dict
//Bullet Continuous Collision Detection and Physics Library //Copyright (c) 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/ // // btAxisSweep3 // // Copyright (c) 2006 Simon Hobbs // // This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liab...
{ "pile_set_name": "Github" }
/* SORelativeDateTransformer.strings Created by StdOrbit on 12/6/10. Copyright 2010 Standard Orbit Software, LLC. All rights reserved. */ /* Phrase for expressing a date in the relative past. E.g. "12 minutes ago" <relative time difference> <date component name> ago */ "formatTemplateForRelativePastDatePh...
{ "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 applicable law ...
{ "pile_set_name": "Github" }
package io.ipfs.api; import io.ipfs.api.cbor.*; import io.ipfs.cid.*; import io.ipfs.multihash.Multihash; import io.ipfs.multiaddr.MultiAddress; import org.junit.*; import java.io.*; import java.nio.file.*; import java.util.*; import java.util.concurrent.*; import java.util.function.*; import java.util.stream.*; imp...
{ "pile_set_name": "Github" }
package com.jwetherell.algorithms.mathematics.test; import com.jwetherell.algorithms.mathematics.Modular; import org.junit.Test; import static org.junit.Assert.*; public class ModularArithmeticTest { @Test public void sumTest() { assertEquals(4, Modular.add(-3, 22, 5)); assertEquals(Long.MAX...
{ "pile_set_name": "Github" }
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) // A...
{ "pile_set_name": "Github" }
import UIKit final class MaskCropperOverlayView: UIView { private let croppingOverlayProvider: CroppingOverlayProvider // MARK: - Init init(croppingOverlayProvider: CroppingOverlayProvider) { self.croppingOverlayProvider = croppingOverlayProvider super.init(...
{ "pile_set_name": "Github" }
#!/bin/bash -eu status="Nevergreen v${VERSION} ${VERSION_NAME} has been released! Find out more from https://github.com/build-canaries/nevergreen or try it for yourself at https://nevergreen.io" echo "${status}" #curl -v \ # -X POST \ # -u${TWITTER_USERNAME}:${TWITTER_PASSWORD} \ # -d status="${status}" \ # "htt...
{ "pile_set_name": "Github" }
// Copyright 2015-2020 Swim inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to ...
{ "pile_set_name": "Github" }
#import <Foundation/Foundation.h> @interface PodsDummy_nRFMeshProvision : NSObject @end @implementation PodsDummy_nRFMeshProvision @end
{ "pile_set_name": "Github" }
#include<stdio.h> #include<assert.h> int main() { int rt, rs; int achi, acli; int dsp; int acho, aclo; int resulth, resultl; int resdsp; achi = 0x00000000; acli = 0x0000B4CB; rs = 0xFF060000; rt = 0xCB000000; resulth = 0x00000000; resultl = 0x006838CB; __asm ...
{ "pile_set_name": "Github" }
#import <UIKit/UIKit.h> @class ViewController; @interface DemoAppDelegate : UIResponder <UIApplicationDelegate,UIImagePickerControllerDelegate, UINavigationControllerDelegate> @property (strong, nonatomic) UIWindow *window; @end
{ "pile_set_name": "Github" }
#!/usr/bin/env bash if [ "$LEXNLP_USE_STANFORD" = true ]; then echo "Stanford tests are enabled. Downloading stanford libs..." # Set parameters STANFORD_VERSION="2017-06-09" STANFORD_PATH="libs/stanford_nlp" # Download wget --continue -O tmp.zip "http://nlp.stanford.edu/software/stanford-corenlp-full-$STANFORD_VERSI...
{ "pile_set_name": "Github" }
-- Use of this source code is governed by the Apache 2.0 license; see COPYING. module(...,package.seeall) local lib = require("core.lib") local mib = require("lib.ipc.shmem.mib") local counter = require("core.counter") local macaddress = require("lib.macaddress") local logger = require("lib.logger") local ffi = requir...
{ "pile_set_name": "Github" }
# Some useful notes can be found at https://conda-forge.hackpad.com/BLAS-Numpy-Friends-86De62hoNdT {% set variant = os.environ.get('BLAS_VARIANT', 'openblas') %} # The version should be in the form X.Y, where X denotes major infrastructural change to how blas is managed, # and Y denoting blas priority. Currently Y=0 ...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2000, 2005 IBM Corporation and others. * 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, an...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <syn></syn>
{ "pile_set_name": "Github" }
// <copyright file="MailHelper.cs" company="Twilio SendGrid"> // Copyright (c) Twilio SendGrid. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // </copyright> using System; using System.Collections.Generic; using System.Text.RegularExp...
{ "pile_set_name": "Github" }
/* * GRAL: GRAphing Library for Java(R) * * (C) Copyright 2009-2019 Erich Seifert <dev[at]erichseifert.de>, * Michael Seifert <mseifert[at]error-reports.org> * * This file is part of GRAL. * * GRAL is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public Lic...
{ "pile_set_name": "Github" }
<!-- This file is machine generated: DO NOT EDIT! --> # Framework (contrib) [TOC] Framework utilities. - - - ### `tf.contrib.framework.assert_same_float_dtype(tensors=None, dtype=None)` {#assert_same_float_dtype} Validate and return float type based on `tensors` and `dtype`. For ops such as matrix multiplication,...
{ "pile_set_name": "Github" }
// Copyright 2015 The Prometheus 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...
{ "pile_set_name": "Github" }
<component name="libraryTable"> <library name="Maven: org.fusesource.leveldbjni:leveldbjni-all:1.8"> <CLASSES> <root url="jar://$MAVEN_REPOSITORY$/org/fusesource/leveldbjni/leveldbjni-all/1.8/leveldbjni-all-1.8.jar!/" /> </CLASSES> <JAVADOC> <root url="jar://$MAVEN_REPOSITORY$/org/fusesource/l...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: cc88a7024199e63498ce904188db6bb3 PrefabImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`BLoading active render correctly 1`] = ` <transition-stub name="fade"> <div class="loading-overlay is-active is-full-page"> <div class="loading-background"></div> <div class="loading-icon"></div> </div> </transition-stub> `;
{ "pile_set_name": "Github" }
[Scheme] Name=Framer ColorForeground=#777777 ColorBackground=#111111 ColorCursor=#fcdc08 ColorPalette=#141414;#ff5555;#98ec65;#ffcc33;#00aaff;#aa88ff;#88ddff;#cccccc;#414141;#ff8888;#b6f292;#ffd966;#33bbff;#cebbff;#bbecff;#ffffff
{ "pile_set_name": "Github" }
# arrify [![Build Status](https://travis-ci.org/sindresorhus/arrify.svg?branch=master)](https://travis-ci.org/sindresorhus/arrify) > Convert a value to an array ## Install ``` $ npm install --save arrify ``` ## Usage ```js const arrify = require('arrify'); arrify('unicorn'); //=> ['unicorn'] arrify(['unicorn']...
{ "pile_set_name": "Github" }
/** * Copyright 2013-2020 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see http://www.jhipster.tech/ * for more information. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Li...
{ "pile_set_name": "Github" }
<?php /** * Created by PhpStorm. * User: xudong.ding * Date: 16/5/19 * Time: 下午2:09 */ require_once 'ContentBuilder.php'; class AlipayTradeQueryContentBuilder extends ContentBuilder { // 支付宝交易号,和商户订单号不能同时为空, 如果同时存在则通过tradeNo查询支付宝交易 private $tradeNo; // 商户订单号,通过此商户订单号查询当面付的交易状态 private $outTradeNo...
{ "pile_set_name": "Github" }
{ "properties": { "Ã": "Ã" }, "type": "Feature", "geometry": null }
{ "pile_set_name": "Github" }
// *************************************************************************** // * // * Copyright (C) 2006 International Business Machines // * Corporation and others. All Rights Reserved. // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java // * Source File:<path>/common/main/tr_TR.xml // * // **************...
{ "pile_set_name": "Github" }
import java.awt.Color; import java.awt.Graphics; import java.awt.image.BufferedImage; import java.io.File; import org.jcodec.api.awt.SequenceEncoder; import org.junit.Test; import org.openpnp.CameraListener; import org.openpnp.machine.reference.ReferenceMachine; import org.openpnp.machine.reference.ReferencePnpJobProc...
{ "pile_set_name": "Github" }
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /** * Operator ++x uses GetValue and PutValue * * @path ch11/11.4/11.4.4/S11.4.4_A2.1_T3.js * @description If Type(x) is not Reference, throw ReferenceError (or SyntaxError) * @negat...
{ "pile_set_name": "Github" }
# # BioPerl module for Bio::Factory::ObjectFactoryI # # Please direct questions and support issues to <bioperl-l@bioperl.org> # # Cared for by Jason Stajich <jason@bioperl.org> # # Copyright Jason Stajich # # You may distribute this module under the same terms as perl itself # POD documentation - main docs before the...
{ "pile_set_name": "Github" }
# Copyright (c) 2017, The University of Bristol, Senate House, Tyndall Avenue, Bristol, BS8 1TH, United Kingdom. # Copyright (c) 2020, COSIC-KU Leuven, Kasteelpark Arenberg 10, bus 2452, B-3001 Leuven-Heverlee, Belgium. from Compiler.types import cint,sint,cfix,sfix,sfloat,cfloat,sbit,MPCThread,Array,MemValue,_number...
{ "pile_set_name": "Github" }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAn...
{ "pile_set_name": "Github" }
{ "aggregate":{ "type":"date", "parameters":{ "interval":"1d", "format":"yyyy-MM-dd" } }, "condition":{ "type":"booleanCondition", "parameterValues":{ "operator":"and", "subConditions":[ { "type":"sessionPropertyCondition", "parameterValues":...
{ "pile_set_name": "Github" }
; RUN: llc -mtriple=aarch64-linux-gnu -aarch64-neon-syntax=apple -verify-machineinstrs -o - %s | FileCheck %s ; CHECK-LABEL: test1 ; CHECK-NOT: fmul.2s ; CHECK: fcvtzs.2s v0, v0, #4 ; CHECK: ret define <2 x i32> @test1(<2 x float> %f) { %mul.i = fmul <2 x float> %f, <float 16.000000e+00, float 16.000000e+00> %vcvt...
{ "pile_set_name": "Github" }
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US IDD_DLG_SCREEN DIALOGEX DISCARDABLE 0, 0, 276, 112 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Maze ScreenSaver Settings" FONT 8, "MS Shell Dlg" BEGIN LTEXT "Maze Size:",IDC_STATIC,7,7,90,12,SS_CENTERIMAGE CONTROL ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14092" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="vXZ-lx-h...
{ "pile_set_name": "Github" }
// GCJ Qual 2020 A. Vestigium https://codingcompetitions.withgoogle.com/codejam/round/000000000019fd27/000000000020993c // by Errichto #include <bits/stdc++.h> using namespace std; #define sim template < class c #define ris return * this #define dor > debug & operator << #define eni(x) sim > typename \ enable_if<size...
{ "pile_set_name": "Github" }
 namespace Sigil.NonGeneric { public partial class Emit { /// <summary> /// <para>Pushes a pointer to the current argument list onto the stack.</para> /// <para>This instruction can only be used in VarArgs methods.</para> /// </summary> public Emit ArgumentList() ...
{ "pile_set_name": "Github" }
apiVersion: v1 kind: ServiceAccount metadata: name: prometheus-adapter namespace: monitoring
{ "pile_set_name": "Github" }
/* * Copyright (C) 2012, 2016 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 condit...
{ "pile_set_name": "Github" }
/***************************************************************************** * * netapp.c - CC3000 Host Driver Implementation. * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided tha...
{ "pile_set_name": "Github" }
'use strict'; const fs = require('fs'); const path = require('path'); const send = require('koa-send'); const debug = require('debug')('koa-grace:xload'); let existhashFile = false; module.exports = function sendfile(ctx, filename, config) { let hashFilePath = path.resolve(config.downloadDir, 'name.json'); let...
{ "pile_set_name": "Github" }
#!/bin/bash set -e BASEDIR=$(readlink -f $(dirname $0)) cd $BASEDIR VERSION=$(git rev-parse HEAD) COVERDIR="$BASEDIR/build/cover-$VERSION" function usage() { echo "Run unit tests and coverage reports on reddit codebase with optional" echo "http server to the report" echo echo "Usage: `basename $0` [o...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <!--[if IE 8]> <html xmlns="http://www.w3.org/1999/xhtml" class="ie8" dir="ltr" lang="en-US"> <![endif]--> <!--[if !(IE 8)]><!--> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US"> <!--<![endif]--> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <met...
{ "pile_set_name": "Github" }
(function (window) { "use strict"; var params = ["utm_source", "utm_medium", "utm_name", "utm_term", "utm_campaign", "utm_content"]; var purser = window.purser || window.Purser || { fetch: function(){ return JSON.parse(window.localStorage.getItem("purser_visitor")); }, destroy: function(){ ...
{ "pile_set_name": "Github" }
p.adb:5:30: info: loop invariant initialization proved (CVC4: 1 VC) p.adb:5:30: info: loop invariant preservation proved (CVC4: 1 VC) p.adb:6:24: medium: overflow check might fail [reason for check: result of multiplication must fit in a 32-bits machine integer]
{ "pile_set_name": "Github" }
$NetBSD: patch-bb,v 1.1 2008/07/10 13:09:58 joerg Exp $ --- include/FrameBuffer.hh.orig 2008-07-10 13:03:29.000000000 +0000 +++ include/FrameBuffer.hh @@ -1,6 +1,7 @@ #ifndef _FrameBuffer_hh_ #define _FrameBuffer_hh_ +#include "FrontBuffer.hh" #include "Compat.hh" #include "GraphConfig.hh" #include "Transparenc...
{ "pile_set_name": "Github" }
// Foundation by ZURB // foundation.zurb.com // Licensed under MIT Open Source @import 'global'; // // Alert Box Variables // $include-html-alert-classes: $include-html-classes !default; // We use this to control alert padding. $alert-padding-top: rem-calc(14) !default; $alert-padding-default-float: $alert-padding-t...
{ "pile_set_name": "Github" }
/* * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is * regenerated. */ i...
{ "pile_set_name": "Github" }
# To get started with Dependabot version updates, you'll need to specify which # package ecosystems to update and where the package manifests are located. # Please see the documentation for all configuration options: # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-update...
{ "pile_set_name": "Github" }
#include <vector> #include "caffe/filler.hpp" #include "caffe/layers/dummy_data_layer.hpp" namespace caffe { template <typename Dtype> void DummyDataLayer<Dtype>::LayerSetUp(const vector<Blob<Dtype>*>& bottom, const vector<Blob<Dtype>*>& top) { const int num_top = top.size(); const DummyDataParameter& para...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <PRESENTATION> <MAPPING business_type="ACTION" business_name="SHOW_DATA_DETAILS_ACTION" publisher_name="DATA_DETAILS_PUBLISHER"/> </PRESENTATION>
{ "pile_set_name": "Github" }
<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" ...
{ "pile_set_name": "Github" }
/*- * BSD LICENSE * * Copyright(c) 2015 Intel Corporation. All rights reserved. * 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 mu...
{ "pile_set_name": "Github" }
// Copyright (c) 2016 The WebM 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 projec...
{ "pile_set_name": "Github" }
/* Copyright 2013 Google Inc. 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 ag...
{ "pile_set_name": "Github" }
# # Settings for Microsoft Windows Vista and Server 2008 # # The Vista theme can only be defined on Windows Vista and above. The theme # is created in C due to the need to assign a theme-enabled function for # detecting when themeing is disabled. On systems that cannot support the # Vista theme, there will be no such...
{ "pile_set_name": "Github" }
/*********************************************************\ * File: DebugRayEnd_GLSL.h * * Fragment shader source code - GLSL (OpenGL 3.3 ("#version 330") * * Copyright (C) 2002-2013 The PixelLight Team (http://www.pixellight.org/) * * This file is part of PixelLight. * * Pe...
{ "pile_set_name": "Github" }
// // ******************************************************************** // * License and Disclaimer * // * * // * The Geant4 software is copyright of the Copyright Holders of * // * the Geant4 Collaboration...
{ "pile_set_name": "Github" }
{# ## This file defines macros for rendering tag data either as HTML ## or Javascript (JSON). See index.html and index.js for examples ## of how it is used. ## ## This may be a smarter way to build partials? ## ############################################################################} {# 1st. Create a macro for the...
{ "pile_set_name": "Github" }
// https://github.com/nexusdev/erc20/blob/master/contracts/base.sol pragma solidity ^0.5.0; contract Token { event Transfer(address indexed from, address indexed to, uint value); event Approval( address indexed owner, address indexed spender, uint value); mapping( address => uint ) _balances; mapping( addre...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- WARNING: THIS FILE WILL BE OVERWRITTEN AT BUILD TIME--> <resources> <string name="godot_project_name_string">godot-project-name-el</string> </resources>
{ "pile_set_name": "Github" }
/* Copyright (c) 2016 Sargun Dhillon <sargun@sargun.me> * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #include <linux/skbuff.h> #include <linux/netdevice.h> #include <ua...
{ "pile_set_name": "Github" }
package staticcheck import "honnef.co/go/tools/analysis/lint" var Docs = map[string]*lint.Documentation{ "SA1000": { Title: `Invalid regular expression`, Since: "2017.1", }, "SA1001": { Title: `Invalid template`, Since: "2017.1", }, "SA1002": { Title: `Invalid format in time.Parse`, Since: "2017.1"...
{ "pile_set_name": "Github" }
# coding=utf-8 r""" This code was generated by \ / _ _ _| _ _ | (_)\/(_)(_|\/| |(/_ v1.0.0 / / """ from twilio.base.version import Version from twilio.rest.supersim.v1.command import CommandList from twilio.rest.supersim.v1.fleet import FleetList from twilio.rest.supersim.v1.network import Network...
{ "pile_set_name": "Github" }
import os # This module should be kept compatible with Python 2.1. __revision__ = "$Id: debug.py 37828 2004-11-10 22:23:15Z loewis $" # If DISTUTILS_DEBUG is anything other than the empty string, we run in # debug mode. DEBUG = os.environ.get('DISTUTILS_DEBUG')
{ "pile_set_name": "Github" }
1. Check the version of package you are using. If it's not the newest version, update and try again (see changelog while updating!). 2. If the issue is still there, write a minimal project showing the problem and expected output. 3. Link to the project and mention Node version and OS in your report. **IMPORTANT! You s...
{ "pile_set_name": "Github" }
# libssh2.la - a libtool library file # Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.1 # # Please DO NOT delete this file! # It is necessary for linking the library. # The name that we can dlopen(3). dlname='' # Names of this library. library_names='' # The name of the static archive. old_library='libssh2...
{ "pile_set_name": "Github" }
/*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *----------------------------------------------------------------------...
{ "pile_set_name": "Github" }
type = plugin repository = https://gitlab.com/lusiadas/peco_utils maintainer = hThoreau description = A wrapper script for peco, the simplistic interactive filtering tool, with additional options and completions
{ "pile_set_name": "Github" }
**Introduction** This project will analyze the New York City data. First, we will find the most visited commercial shop according to the number of check-ins, then we will try to find the neighborhoods that are lacking the selected type of shop which could be potential business opportunity. ___________________ ...
{ "pile_set_name": "Github" }
0 : 0 : 0B : 0 B : 0 B 1 : 1 : 1B : 1 B : 1 B 123 : 123 : 123B : 123 B : 123 B 18446744073709551615 : 1844674407370955161...
{ "pile_set_name": "Github" }
Xuggler incorporates the libx264 library (the Library) into our project. If you are using Xuggler under the AGPL license, then we explicitly choose to redistribute all LGPL and GPL components of the Library under the GPL Version 3 or Later, as allowed by the copyright holders of the Library.
{ "pile_set_name": "Github" }
#!/bin/sh #attempt to fix broken Go import paths as a consequence of forking the repo #sanity check [ "${GOPATH}" ] || fail 'Sorry you need to set GOPATH' #fix sed for mactards (like me) if [ $(uname) == 'darwin' ] then s='sed -E' else s='sed' fi # setup some functions function fail { echo "$@" exit 42 } funct...
{ "pile_set_name": "Github" }
/** * Copyright (C) 2011 Brian Ferris <bdferris@onebusaway.org> * * 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 requ...
{ "pile_set_name": "Github" }
/** * Copyright 2015 Mozilla * * 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 ...
{ "pile_set_name": "Github" }
/* YUI 3.7.3 (build 5687) Copyright 2012 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */ YUI.add('shim-plugin', function (Y, NAME) { /** * Provides shimming support for Node via a Plugin. * This fixes SELECT bleedthrough for IE6 & Mac scrollbars * @...
{ "pile_set_name": "Github" }
# Copyright (c) 2005-2016 Intel Corporation # # 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 ...
{ "pile_set_name": "Github" }
import { actionsEnums } from "../../../common/actionsEnums"; import { StudentEntity } from "../../../model/student"; import { studentApi } from "../../../rest-api/student-api"; import { studentSaveRequestCompletedAction } from "./studentSaveRequestCompleted"; import * as toastr from "toastr"; import { FormValidationRes...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2002-2018, the original author or authors. * * This software is distributable under the BSD license. See the terms of the * BSD license in the documentation provided with this software. * * https://opensource.org/licenses/BSD-3-Clause */ package jdk.internal.org.jline.reader.impl.history; imp...
{ "pile_set_name": "Github" }
#N canvas 86 384 472 497 10; #X obj 125 38 inlet; #X obj 129 74 t f b; #X obj 274 237 / 44100; #X text 332 240 <- seconds; #X obj 260 325 t f f; #X obj 119 468 outlet; #X obj 242 349 div 60; #X obj 328 356 mod 60; #X obj 262 390 pack f f; #X obj 317 417 makesymbol %sm%ss; #X obj 72 134 moses; #X msg 52 378 symbol <1s; ...
{ "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 n...
{ "pile_set_name": "Github" }
/* __ *\ ** ________ ___ / / ___ Scala API ** ** / __/ __// _ | / / / _ | (c) 2003-2011, LAMP/EPFL ** ** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ ** ** /____/\___/_/ |_/...
{ "pile_set_name": "Github" }
/Makefile/1.2/Sat Nov 6 14:41:50 2004//Tr1-3-1 /kc-gto-lod1.ac/1.1/Fri Feb 6 23:33:32 2004//Tr1-3-1 /kc-gto-lod1.acc/1.1/Fri Feb 6 23:33:32 2004//Tr1-3-1 /kc-gto-lod2.ac/1.1/Fri Feb 6 23:33:32 2004//Tr1-3-1 /kc-gto-lod2.acc/1.1/Fri Feb 6 23:33:32 2004//Tr1-3-1 /kc-gto-lod3.ac/1.1/Fri Feb 6 23:33:32 2004//Tr1-3-1 ...
{ "pile_set_name": "Github" }
package frame import "io" const ( wndIncBodySize = 4 wndIncFrameSize = headerSize + wndIncBodySize ) // Increase a stream's flow control window size type RStreamWndInc struct { Header body [wndIncBodySize]byte } func (f *RStreamWndInc) WindowIncrement() (inc uint32) { return order.Uint32(f.body[:]) & wndIncMa...
{ "pile_set_name": "Github" }
gcr.io/google_containers/conformance:v1.17.4
{ "pile_set_name": "Github" }
#!/usr/bin/env bash set -e if [ -z "$1" ]; then echo "usage: build-openssl x64|arm" exit 1 fi if [ -z "$O3" ]; then echo O3 var must point to ovpn3 tree ; exit 1 fi if [ -z "$DEP_DIR" ]; then echo DEP_DIR var must point to ovpn3 dependency tree exit 1 fi cd $DEP_DIR rm -rf openssl mkdir openssl ex...
{ "pile_set_name": "Github" }
-- update_api_key updates the provided api key in the database. create or replace function update_api_key(p_api_key jsonb) returns void as $$ update api_key set name = p_api_key->>'name' where api_key_id = (p_api_key->>'api_key_id')::uuid and user_id = (p_api_key->>'user_id')::uuid; $$ language sql;
{ "pile_set_name": "Github" }
/* * Copyright (C) 2007 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 condit...
{ "pile_set_name": "Github" }
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var react_1 = tslib_1.__importDefault(require("react")); var styled_components_1 = tslib_1.__importDefault(require("styled-components")); var StyledQuoteO = styled_components_1.default.i(templateObject_1 || (tem...
{ "pile_set_name": "Github" }
# Library design The library is designed to provide easy wrapping in target languages and platforms. At the time of writing, this means essentially C++ and C# for Desktop PC, UWP platforms (HoloLens), and Android. ## Code standard and style The library takes a dependency on `webrtc.lib`, which already depends on num...
{ "pile_set_name": "Github" }
 Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.28010.2048 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VirtioLib", "VirtioLib.vcxproj", "{01D87C47-437A-4A16-8FD9-33FA5C99339E}" EndProject Project("{8BC9CEB8-8B...
{ "pile_set_name": "Github" }
//Copyright © 2014 Sony Computer Entertainment America LLC. See License.txt. using System; using System.Globalization; namespace Sce.Atf.VectorMath { /// <summary> /// Class that encapsulates angle/axis representation of rotation</summary> public struct AngleAxisF : IEquatable<AngleAxisF>, IForma...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2011-2013, Yahoo! Inc. All rights reserved. * Copyrights licensed under the New BSD License. * See the accompanying LICENSE file for terms. */ YUI.add('child-model-tests', function(Y) { var suite = new YUITest.TestSuite('child-model-tests'), model = null, A = YUITest.As...
{ "pile_set_name": "Github" }
/* * Copyright 2020 Red Hat, Inc. and/or its affiliates * and other contributors as indicated by the @author tags. * * 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.apach...
{ "pile_set_name": "Github" }
/****************************************************************************** * * Name: accommon.h - Common include files for generation of ACPICA source * *****************************************************************************/ /*****************************************************************************...
{ "pile_set_name": "Github" }
<?php return [ /* |-------------------------------------------------------------------------- | Global Language Lines |-------------------------------------------------------------------------- | | CMS global language lines | */ /* * Date format pattern */ 'date_for...
{ "pile_set_name": "Github" }