text
stringlengths
2
99.9k
meta
dict
// // 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 PARTICULAR // PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT. ...
{ "pile_set_name": "Github" }
/* ---------------------------------------------------------------------------- * SAM Software Package License * ---------------------------------------------------------------------------- * Copyright (c) 2012, Atmel Corporation * * All rights reserved. * * Redistribution and use in source and binary fo...
{ "pile_set_name": "Github" }
[build_ext] inplace=1
{ "pile_set_name": "Github" }
/** * @file * @brief * * @date 27.12.12 * @author Alexander Kalmuk */ #include <javacall_memory.h> #include <stdlib.h> void* javacall_memory_heap_allocate(long size, /*OUT*/ long* outSize) { void *heap = malloc(size); if (!heap) { *outSize = 0; } else { *outSize = size; } return heap; } void javacal...
{ "pile_set_name": "Github" }
# arm testcase for orr$cond${set-cc?} $rd,$rn,$imm12 # mach: unfinished .include "testutils.inc" start .global orr_imm orr_imm: orr00 pc,pc,0 pass # arm testcase for orr$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftimm} # mach: unfinished .include "testutils.inc" start .global orr_reg...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <!-- this file is auto-generated. DO NOT EDIT. /* ** Copyright (c) 2012 The Khronos Group Inc. ** ** Permission is hereby granted, free of charge, to any person obtaining a ** copy of this software and/or associated documentation files (the ** "Materials"), to deal in the Materials without restriction,...
{ "pile_set_name": "Github" }
# ----------------------------------------------------------------------------- # Copyright (c) 2017 Leandro T. C. Melo (LTCMELO@GMAIL.COM) # # All rights reserved. Unauthorized copying of this file, through any # medium, is strictly prohibited. # # This software is provided on an "AS IS" BASIS, WITHOUT WARRANTIES OR #...
{ "pile_set_name": "Github" }
const createConsumer = require('../index') const { secureRandom, createCluster, createTopic, newLogger, waitForConsumerToJoinGroup, flakyTest, } = require('testHelpers') describe('Consumer', () => { let topicNames, groupId, consumer1, consumer2 beforeEach(async () => { topicNames = [`test-topic-$...
{ "pile_set_name": "Github" }
/* * PS3 AV backend support. * * Copyright (C) 2007 Sony Computer Entertainment Inc. * Copyright 2007 Sony Corp. * * 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; version 2 of the ...
{ "pile_set_name": "Github" }
######################## # logstash Configuration Files - Bro IDS Logs # Created by 505Forensics (http://www.505forensics.com) # MIT License, so do what you want with it! # # For use with logstash, elasticsearch, and kibana to analyze logs # # Usage: Reference this config file for your instance of logstash to parse Bro...
{ "pile_set_name": "Github" }
""" Unit tests for format checking """ from __future__ import print_function from nose.plugins.skip import SkipTest import os import pylearn2 from pylearn2.devtools.tests.docscrape import docstring_errors from pylearn2.devtools.list_files import list_files from pylearn2.devtools.tests.pep8.pep8 import StyleGuide w...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_enabled="true" android:state_pressed="true" android:drawable="@drawable/bg_cover_userheader_outerpress" /> <item android:drawable="@drawable/bg_cover_userheader" /> </selector>
{ "pile_set_name": "Github" }
/* sndpipe.hh ---------- */ #ifndef SNDPIPE_SNDPIPE_HH #define SNDPIPE_SNDPIPE_HH // SoundDriver #include "SoundDriver/SoundDriver.h" namespace sndpipe { #ifdef __MACOS__ // Use the same type as MacTypes.h, with no inclusion overhead. typedef long Phase; typedef long RecID; #else // For non-Mac, the exact t...
{ "pile_set_name": "Github" }
/* Copyright 2015 Mandar Chandorkar 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 ...
{ "pile_set_name": "Github" }
//========= Copyright Valve Corporation, All rights reserved. ============// // // Purpose: Antlion Grub - cannon fodder // // $Workfile: $ // $Date: $ // $NoKeywords: $ //=============================================================================// #ifndef NPC_ANTLIONGRUB_H #define NPC_ANTLIONGRUB_H #...
{ "pile_set_name": "Github" }
#!/bin/bash cd `dirname $0` echo `pwd` training_path=$1 validation_path=$2 echo "training path: " $training_path echo "validation path: " $validation_path save_model_dir=$3 echo "save model on: " $save_model_dir batch_size=$4 embedding_size=$5 echo "batch size: " $batch_size echo "embedding size: " $embedding_size ...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright 2011 See AUTHORS file. * * 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.a...
{ "pile_set_name": "Github" }
/* * Copyright 2006-2008 The FLWOR Foundation. * * 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...
{ "pile_set_name": "Github" }
/* MAPI Implementation OpenChange Project Copyright (C) Julien Kerihuel 2006 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...
{ "pile_set_name": "Github" }
# Copyright (c) 2019 PaddlePaddle 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 appli...
{ "pile_set_name": "Github" }
/*========================================================================= Program: Visualization Toolkit Module: ArraySparseArrayToTable.cxx ------------------------------------------------------------------------- Copyright 2008 Sandia Corporation. Under the terms of Contract DE-AC04-94AL85000 with Sa...
{ "pile_set_name": "Github" }
// 19.1.3.19 Object.setPrototypeOf(O, proto) var $export = require('./$.export'); $export($export.S, 'Object', {setPrototypeOf: require('./$.set-proto').set});
{ "pile_set_name": "Github" }
package grouper import ( "sync" "github.com/tedsuo/ifrit" ) /* An EntranceEvent occurs every time an invoked member becomes ready. */ type EntranceEvent struct { Member Member Process ifrit.Process } type entranceEventChannel chan EntranceEvent func newEntranceEventChannel(bufferSize int) entranceEventChannel...
{ "pile_set_name": "Github" }
// RUN: %check_clang_tidy -check-suffix=USING-A %s misc-unused-using-decls %t -- -- -DUSING_A // RUN: %check_clang_tidy -check-suffix=USING-B %s misc-unused-using-decls %t -- -- -DUSING_B // RUN: %check_clang_tidy -check-suffix=USING-C,USING-D %s misc-unused-using-decls %t -- -- -DUSING_C_D // RUN: %check_clang_tidy -c...
{ "pile_set_name": "Github" }
GET /abc/foo/baz HTTP/1.1 Host: 127.0.0.1:51240 User-Agent: curl/7.49.0-DEV Accept: */* --MARK--
{ "pile_set_name": "Github" }
/**************************************************************************** Copyright (c) 2010 cocos2d-x.org http://www.cocos2d-x.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software with...
{ "pile_set_name": "Github" }
package voldemort.rest.server; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.Executor; import java.util.concurrent.ThreadPoolExecutor; import org.jboss.netty.channel.ChannelEvent; import org.jboss.netty.channel.ChannelHandlerContext; import org.jboss.netty.channel.MessageEvent; import org...
{ "pile_set_name": "Github" }
// WARNING // // This file has been generated automatically by Xamarin Studio from the outlets and // actions declared in your storyboard file. // Manual changes to this file will not be maintained. // using Foundation; using System; using System.CodeDom.Compiler; using UIKit; namespace MALClient.iOS { [Register (...
{ "pile_set_name": "Github" }
/* * Jitsi, the OpenSource Java VoIP and Instant Messaging client. * * Copyright @ 2015 Atlassian Pty 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.or...
{ "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. */ package com.microsoft.azure.management.network.v2020_06_01.implementation; import com.m...
{ "pile_set_name": "Github" }
/* * Copyright 2015 Dropbox, 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" }
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @jest-environment jsdom */ process.cwd = () => `${__dirname}/__fixtures__/website`; const React = require('react'); const {conf...
{ "pile_set_name": "Github" }
#include <iostream> #include <fstream> #include <sstream> #include <vector> #include <utility> #include <string> #include <set> #include <getopt.h> #include <stdlib.h> #include <unistd.h> #include <sys/sysinfo.h> #include "../allocator.h" #include "../stats_server.h" #include "bench.h" #include "bdb_wrapper.h" #inclu...
{ "pile_set_name": "Github" }
#ifndef __ASM_GENERIC_POLL_H #define __ASM_GENERIC_POLL_H /* These are specified by iBCS2 */ #define POLLIN 0x0001 #define POLLPRI 0x0002 #define POLLOUT 0x0004 #define POLLERR 0x0008 #define POLLHUP 0x0010 #define POLLNVAL 0x0020 /* The rest seem to be more-or-less nonstandard. Check them! */ #define POLLRDNORM...
{ "pile_set_name": "Github" }
<?php namespace Drupal\Tests\node\Functional\Update; use Drupal\Core\Entity\Entity\EntityFormDisplay; use Drupal\FunctionalTests\Update\UpdatePathTestBase; /** * Tests that node settings are properly updated during database updates. * * @group node * @group legacy */ class NodeUpdateTest extends UpdatePathTestB...
{ "pile_set_name": "Github" }
{ "action": { "hacking": { "variety": [ "Unknown" ], "vector": [ "Web application" ] }, "malware": { "variety": [ "Capture app data" ], "vector": [ "Direct install" ] } }, "actor": { "external": { "country": ...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2002-2012, Industrial Light & Magic, a division of Lucas // Digital Ltd. LLC // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that ...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &128450 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 417074} - 114: {fileID: 11479102} m_Layer: 0 m_Name: SteamVR_ExternalCamera m_TagString: ...
{ "pile_set_name": "Github" }
/* * Tencent is pleased to support the open source community by making TKEStack * available. * * Copyright (C) 2012-2019 Tencent. 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 th...
{ "pile_set_name": "Github" }
android.enableJetifier=true android.useAndroidX=true org.gradle.jvmargs=-Xmx4096M kapt.incremental.apt=true
{ "pile_set_name": "Github" }
/* * Copyright (c) 2008 Thorsten Kukuk <kukuk@suse.de> * Copyright (c) 2013 Red Hat, Inc. * * 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 * ...
{ "pile_set_name": "Github" }
{ "_args": [ [ { "name": "tmp", "raw": "tmp@0.0.24", "rawSpec": "0.0.24", "scope": null, "spec": "0.0.24", "type": "version" }, "/Users/carsenklock/explorer/node_modules/selenium-webdriver" ] ], "_from": "tmp@0.0.24", "_id": "tmp@0.0.24",...
{ "pile_set_name": "Github" }
{ "images": [ { "filename": "ic_fluent_currency_dollar_rupee_20_regular.pdf", "idiom": "universal" } ], "info": { "author": "xcode", "version": 1 }, "properties": { "preserves-vector-representation": true, "template-rendering-intent": "template" } }
{ "pile_set_name": "Github" }
/* Atom One Dark With support for ReasonML by Gidi Morris, based off work by Daniel Gamage Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax */ .hljs { display: block; overflow-x: auto; padding: 0.5em; line-height: 1.3em; color: #abb2bf; background: #282c34; border-radius: 5px...
{ "pile_set_name": "Github" }
// Copyright © 2017 Dmitry Sikorsky. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using ExtCore.Events; using Platformus.Barebone; using Platformus.Configurations.Data.Entities; namespace Platformus.Configurations.Events { publ...
{ "pile_set_name": "Github" }
/* * * Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's * prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok. * Level 2 and Level 3 source code contains trade secrets of ...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Idle serializedVersion: 4 m_AnimationType: 2 m_Compressed: 0 m_UseHighQualityCurve: 1 m_RotationCurves: [] m_CompressedRotationCurve...
{ "pile_set_name": "Github" }
<!-- Copyright (c) 2005, 2018 Oracle and/or its affiliates. All rights reserved. Portions Copyright &#169; [2017-2020] Payara Foundation and/or affiliates. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at htt...
{ "pile_set_name": "Github" }
/* * Copyright 2003-2020 The Music Player Daemon Project * http://www.musicpd.org * * 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) ...
{ "pile_set_name": "Github" }
.signatureDetail .signatureTable { padding: 3px; border-radius: 5px; border: 1px solid black; box-shadow: 0px 0px 7px; margin-bottom: 10px; } .signatureDetail .signatureTable .signatureTableWidth { display: flex; } .signatureDetail .signatureTable .signatureTableWidth input { width: 100%; } .signatureDeta...
{ "pile_set_name": "Github" }
#!/usr/bin/env sh # This script converts the mnist data into leveldb format. set -e EXAMPLES=./build/examples/siamese DATA=./data/mnist echo "Creating leveldb..." rm -rf ./examples/siamese/mnist_siamese_train_leveldb rm -rf ./examples/siamese/mnist_siamese_test_leveldb $EXAMPLES/convert_mnist_siamese_data.bin \ ...
{ "pile_set_name": "Github" }
.. _`Overloaded name`: Overloaded name Overloaded name is a term used in this reference documentation to designate a metafunction providing more than one public interface. In reality, class template overloading is nonexistent and the referenced functionality is implemented by other, unspecified, mean...
{ "pile_set_name": "Github" }
(benchmark tst_bvudiv4 :logic QF_BV :extrafuns ((a BitVec[80])) :extrafuns ((b BitVec[80])) :formula (and (= a (bvudiv bv999[80] bv1000[80])) (= b (bvurem bv999[80] bv1000[80]))) )
{ "pile_set_name": "Github" }
/* * jmemname.c * * Copyright (C) 1992-1997, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file provides a generic implementation of the system-dependent * portion of the JPEG memory manager. Th...
{ "pile_set_name": "Github" }
// RAINBOND, Application Management Platform // Copyright (C) 2014-2017 Goodrain Co., Ltd. // 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 opt...
{ "pile_set_name": "Github" }
import Logger from '../utils/Logger'; const log = Logger.module('FcStack'); const FcStack = (spec) => { /* spec.callback({ type: sessionDescription.type, sdp: sessionDescription.sdp }); */ const that = {}; that.pcConfig = {}; that.peerConnection = {}; that.desc = {}; that.signalCallback...
{ "pile_set_name": "Github" }
/* * Copyright 2015, The Querydsl Team (http://www.querydsl.com/team) * * 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 ...
{ "pile_set_name": "Github" }
package lang import "jvmgo/ch09/native" import "jvmgo/ch09/rtda" import "jvmgo/ch09/rtda/heap" const jlString = "java/lang/String" func init() { native.Register(jlString, "intern", "()Ljava/lang/String;", intern) } // public native String intern(); // ()Ljava/lang/String; func intern(frame *rtda.Frame) { this := ...
{ "pile_set_name": "Github" }
<?php class AclTest extends RavelTestCase { public function setUp() { $rolesConfig = $this->_getRolesConfig(); //Config::get('Ravel::Roles'); $auth = $this->_getAuthMock(); $this->acl = new Raftalks\Ravel\Acl\Acl($auth, $rolesConfig); $Module = $this->_getModuleMock(); $this->acl->setModuleModel($M...
{ "pile_set_name": "Github" }
// Copyright 2020 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. package org.chromium.components.paintpreview.player; import android.content.Context; import android.view.View; import android.view.ViewGroup.LayoutParams...
{ "pile_set_name": "Github" }
Why we don't support IE 8 ------------------------- We've been living in 2007 for a while now, pretending that new browser features don't exist because they aren't in IE8. You might not even know about some of these features, or think they are only enabled by jQuery or underscore, simply because it hasn't been an opt...
{ "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" }
//$$ newmat3.cpp Matrix get and restore rows and columns // Copyright (C) 1991,2,3,4: R B Davies //#define WANT_STREAM #include <ossim/matrix/include.h> #include <ossim/matrix/newmat.h> #include <ossim/matrix/newmatrc.h> #ifdef use_namespace namespace NEWMAT { #endif #ifdef DO_REPORT #define REPORT { stat...
{ "pile_set_name": "Github" }
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
{ "pile_set_name": "Github" }
/* ### * IP: GHIDRA * * 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 writin...
{ "pile_set_name": "Github" }
<?php /*************************************************************************** Copyright (C) 2005-2008 GetBoo project http://sourceforge.net/projects/getboo/ http://www.getboo.com/ This file is part of GetBoo. GetBoo is free software; you can redistribute it and/or modify it under the terms of the GNU Ge...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> <email>chewi@gentoo.org</email> <name>James Le Cuirot</name> </maintainer> </pkgmetadata>
{ "pile_set_name": "Github" }
/* * Copyright 2006 Andras Kovacs * * 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 2.1 of the License, or (at your option) any later version. * * This library is...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2008 Joel de Guzman Copyright (c) 2001-2008 Hartmut Kaiser http://spirit.sourceforge.net/ Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www....
{ "pile_set_name": "Github" }
# ****************************************************************************** # Copyright 2014-2018 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.ap...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2006 Tobias Schwinger http://spirit.sourceforge.net/ Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) =============...
{ "pile_set_name": "Github" }
spring: application: name: eureka-server server: port: 7000 eureka: client: service-url: defaultZone: http://localhost:7000/eureka/ fetch-registry: false register-with-eureka: false
{ "pile_set_name": "Github" }
import Resolver from 'ember-resolver'; export default Resolver;
{ "pile_set_name": "Github" }
Subject: today hey , last week , jo and me were talking about my prbolem and he said that he tried this new thing from this site and it worked great for him . cowry avoid http : / / ns 2 . herbalonline . biz / en / 10 / ? aff _ id = 00450 footmen give me your thoughts on it and shoot me back an email and tell me w...
{ "pile_set_name": "Github" }
# DRAFT Meeting notes from the workshop "Advanced/Hybrid Fixed Layouts in EPUB" # [TokyoWorshopForAdvancedHybridFixedLayouts](TokyoWorshopForAdvancedHybridFixedLayouts.md) Attendees:GYLLING, Markus (IDPF); MURATA, Makoto (IDPF); KOBAYASHI, Tatsuo (IDPF); McCOY, Bill (IDPF); NAGAI, Seiji (ACCESS Co., Ltd.); YAMAMO...
{ "pile_set_name": "Github" }
local krpc = require 'krpc' local conn = krpc.connect() local status = conn.krpc:get_status() print(string.format('Data in = %.2f KB/s', status.bytes_read_rate/1024)) print(string.format('Data out = %.2f KB/s', status.bytes_written_rate/1024))
{ "pile_set_name": "Github" }
// Copyright (c) 2011 The LevelDB Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. See the AUTHORS file for names of contributors. #include "leveldb/env.h" #include "port/port.h" #include "util/testharness.h" namespace leveldb { st...
{ "pile_set_name": "Github" }
# # best response leduc strategy random_br0.strat # made on: Fri Mar 29 20:26:34 2013 # opponent: random.strat # value: 2.14414 # J:/: 0.000000000 1.000000000 0.000000000 Q:/: 0.000000000 1.000000000 0.000000000 K:/: 0.000000000 1.000000000 0.000000000 J:/rr: 0.000000000 1.000000000 0.000000000 Q:/rr: 0.000000000 1...
{ "pile_set_name": "Github" }
"""A POP3 client class. Based on the J. Myers POP3 draft, Jan. 96 """ # Author: David Ascher <david_ascher@brown.edu> # [heavily stealing from nntplib.py] # Updated: Piers Lauder <piers@cs.su.oz.au> [Jul '97] # String method conversion and test jig improvements by ESR, February 2001. # Added the POP3_SSL clas...
{ "pile_set_name": "Github" }
{ "title":"Navigation Timing API", "description":"API for accessing timing information related to navigation and elements.", "spec":"https://www.w3.org/TR/navigation-timing/", "status":"rec", "links":[ { "url":"https://developer.mozilla.org/en/API/navigationTiming", "title":"MDN Web Docs - Nav...
{ "pile_set_name": "Github" }
## ## SPDX-License-Identifier: BSD-3-Clause ## Copyright Contributors to the OpenEXR Project. ## ## Process this file with automake to produce Makefile.in AM_CPPFLAGS = -I$(top_srcdir)/config lib_LTLIBRARIES = libHalf.la libHalf_la_SOURCES = half.cpp half.h halfFunction.h halfLimits.h libHalf_la_LDFLAGS = -version...
{ "pile_set_name": "Github" }
// Copyright (c) BruTile developers team. All rights reserved. See License.txt in the project root for license information. using System.Collections.Generic; namespace BruTile.Predefined { public class GlobalSphericalMercator : TileSchema { private const double ScaleFactor = 78271.51696401953...
{ "pile_set_name": "Github" }
public static void getResultSetMetaData(Connection con) { try(Statement stmt = con.createStatement();) { String SQL = "SELECT TOP 10 * FROM Person.Contact"; ResultSet rs = stmt.executeQuery(SQL); ResultSetMetaData rsmd = rs.getMetaData(); // Display the column name and type....
{ "pile_set_name": "Github" }
// #docplaster // #docregion schematics-imports, schema-imports, workspace import { Rule, Tree, SchematicsException, apply, url, applyTemplates, move, chain, mergeWith } from '@angular-devkit/schematics'; import { strings, normalize, experimental } from '@angular-devkit/core'; // #enddocregion schematics-imports...
{ "pile_set_name": "Github" }
// Copyright (c) 2018 The Khronos Group 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 o...
{ "pile_set_name": "Github" }
require_relative '../helper' require 'yajl' require 'flexmock/test_unit' require 'fluent/command/binlog_reader' require 'fluent/event' class TestFluentBinlogReader < ::Test::Unit::TestCase module ::BinlogReaderCommand class Dummy < Base def call; end end end def suppress_stdout out = StringI...
{ "pile_set_name": "Github" }
/* * jni.c - stoken Java Native Interface * * Copyright 2014 Kevin Cernekee <cernekee@gmail.com> * * This program 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 2.1 of the Lice...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See the LICENSE.txt file in the project root // for the license information. using System; using Xamarin.Flex; public partial class Test { void test_set_margin_all() { Item item = new Item(); item....
{ "pile_set_name": "Github" }
org.gradle.jvmargs=-Xmx1536M android.enableR8=true android.useAndroidX=true android.enableJetifier=true
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2013, Daniel Murphy * 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 ...
{ "pile_set_name": "Github" }
(set-logic QF_NRA) (set-info :smt-lib-version 2.0) (declare-fun x () Real) (declare-fun b () Bool) (assert (< x (ite b (+ x 1) (- x 1)))) (check-sat) (exit)
{ "pile_set_name": "Github" }
/* * LSP computing for ACELP-based codecs * * Copyright (c) 2008 Vladimir Voroshilov * * This file is part of FFmpeg. * * FFmpeg 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 * versio...
{ "pile_set_name": "Github" }
// Copyright 2019 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 !gccgo #include "textflag.h" // // System call support for arm64, OpenBSD // // Just jump to package syscall's implementation for all these functio...
{ "pile_set_name": "Github" }
/* * ----------------------------------------------------------------- * Programmer(s): Daniel R. Reynolds @ SMU * Allan Taylor, Alan Hindmarsh and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start * Copyright (c) 2002-2020, Lawrence Livermor...
{ "pile_set_name": "Github" }
// Copyright Joyent, Inc. and other Node contributors. // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modi...
{ "pile_set_name": "Github" }
// |jit-test| debug setDebug(true); x = "notset"; function myparent(nested) { if (nested) { /* myparent call in myparent. */ trap(myparent, 39, "failure()"); } else { x = "success"; myparent(true); } } function failure() { x = "failure"; } myparent(false); assertEq(x, "success");
{ "pile_set_name": "Github" }
package amidst.gui.main.viewer.widget; import amidst.documentation.AmidstThread; import amidst.documentation.CalledOnlyBy; import amidst.documentation.NotThreadSafe; @NotThreadSafe public class FramerateTimer { private int tickCounter; private long lastTime; private long msPerUpdate; private float currentFPS = 0...
{ "pile_set_name": "Github" }
--- layout: news_post title: "Ruby 1.8.7-p330 Sürümü Yayınlandı" author: "Urabe Shyouhei" lang: tr --- 1.8.7 güncellemelerinin yıllık yayını burada. ### İndirin * [https://cache.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p330.tar.gz][1] * [https://cache.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p330.tar.bz2][2] * [https://ca...
{ "pile_set_name": "Github" }
Query for weight samples. the options object is used to setup a query to retrieve relevant samples. ```javascript let options = { unit: 'pound', // optional; default 'pound' startDate: (new Date(2016,4,27)).toISOString(), // required endDate: (new Date()).toISOString(), // optional; default now ascending: fals...
{ "pile_set_name": "Github" }
<?php class GetAllHeadersTest extends \PHPUnit_Framework_TestCase { /** * @dataProvider testWorksData */ public function testWorks($test_type, $expected, $server) { foreach ($server as $key => $val) { $_SERVER[$key] = $val; } $result = getallheaders(); ...
{ "pile_set_name": "Github" }