text
stringlengths
2
99k
meta
dict
/* * Copyright (c) 2018 Gomint team * * This code is licensed under the BSD license found in the * LICENSE file in the root directory of this source tree. */ package io.gomint.world.block; import io.gomint.world.block.data.QuartzVariant; /** * @author geNAZt * @version 1.0 * @stability 3 */ public interface...
{ "pile_set_name": "Github" }
# Copyright 2011 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 a...
{ "pile_set_name": "Github" }
// // Carousel // -------------------------------------------------- // Wrapper for the slide container and indicators .carousel { position: relative; } .carousel-inner { position: relative; overflow: hidden; width: 100%; > .item { display: none; position: relative; @include transition(.6s eas...
{ "pile_set_name": "Github" }
- 使用client_id去申请授权码 - 使用client_id client_secret 申请回的授权码去申请令牌(包含令牌ID, 令牌Token,令牌Token过期时间,刷新令牌Token) - 使用令牌token去访问需要鉴权的网址 ![Image text](https://user-gold-cdn.xitu.io/2019/2/28/169325d0994e5895?imageView2/0/w/1280/h/960/format/webp/ignore-error/1)
{ "pile_set_name": "Github" }
% INVFFT2 - takes inverse fft and returns real part % % Function to `wrap up' taking the inverse Fourier transform % and extracting the real part into the one operation % Peter Kovesi October 1999 function ift = invfft2(ft) ift = real(ifft2(ft));
{ "pile_set_name": "Github" }
# Copyright 2020 The TensorFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applica...
{ "pile_set_name": "Github" }
/* * Copyright 2008 Red Hat, Inc. All rights reserved. * Copyright 2008 Ian Kent <raven@themaw.net> * * This file is part of the Linux kernel and is made available under * the terms of the GNU General Public License, version 2, or at your * option, any later version, incorporated herein by reference. */ #includ...
{ "pile_set_name": "Github" }
Copyright (c) 2010, Michael Bostock All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following d...
{ "pile_set_name": "Github" }
# Azure Function with Transform ![Azure Public Test Date](https://azurequickstartsservice.blob.core.windows.net/badges/201-logic-app-transform-function/PublicLastTestDate.svg) ![Azure Public Test Result](https://azurequickstartsservice.blob.core.windows.net/badges/201-logic-app-transform-function/PublicDeployment.svg)...
{ "pile_set_name": "Github" }
# 2010 April 13 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for yourself and forgive others. # May you share freely, never taking more than you give. # #**********************************...
{ "pile_set_name": "Github" }
blender = add alpha = 200 invisible = 1 occluded = 1 col_layer = -1 light_radius=10 render_layer = 8 on timer( 3 ) remove()
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <link rel="stylesheet" href="style.css" type="text/css"> <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"> <link rel="Start" href="index.html"> <link rel="previous" href="Scanf.html"> <link rel="next" href="Sort.html"> ...
{ "pile_set_name": "Github" }
<?php /** * This web page receives requests for web-pages hosted by modules, and directs them to * the process() handler in the Module class. */ require_once('_include.php'); \SimpleSAML\Module::process()->send();
{ "pile_set_name": "Github" }
/* Copyright 2016 Goldman Sachs. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing...
{ "pile_set_name": "Github" }
/** * Flot plugin that provides spline interpolation for line graphs * author: Alex Bardas < alex.bardas@gmail.com > * modified by: Avi Kohn https://github.com/AMKohn * based on the spline interpolation described at: * http://scaledinnovation.com/analytics/splines/aboutSplines.html * * Example usage: (add in p...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2013-2015 RoboVM AB * * 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" }
/* Our web app will be a micro-blogging site. It will only allow people to share 140 characters of their thoughts per post. GL2U. An example of a tweet could be: GOLANG WEB APP TRAININGS from Silicon Valley Code @sv_code_camp 1 of 2: https://youtu.be/qeREX9r20YQ 2 of 2: https://youtu.be/cIatklLmr5I Learn more about ...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title> Internet Worm Propagation Simulator - Computer Virus Simulators (VX heaven)</title> <meta http...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head xmlns:v="urn:"> <title>VML Playground</title> <style type="text/css"> #input { width: 90%; height: 200px; margin: 10px; } #output { margin: 10px; height: 400px; position: relative; ...
{ "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" }
// Copyright 2010 Chris Patterson // // Licensed under the Apache License, Version 2.0 (the "License"); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
{ "pile_set_name": "Github" }
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license a...
{ "pile_set_name": "Github" }
# Kubernetes Community Code of Conduct Please refer to our [Kubernetes Community Code of Conduct](https://git.k8s.io/community/code-of-conduct.md)
{ "pile_set_name": "Github" }
// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package precis import ( "testing" "golang.org/x/text/runes" ) // Compile-time regression test to ensure that Class is a Set var _ runes.Set = (*class)(nil)...
{ "pile_set_name": "Github" }
<html> <head> <link rel="stylesheet" type="text/css" href="css/tips.css"> </head> <body> <h1>InspectCode(检查代码) <a href='https://www.pingfangx.com/xx/translation/feedback?from=tips'>[汉化反馈]</a></h1> <p>使用 <span class="control">Analyze | Inspect Code</span> 来运行整个项目或自定义范围内的代码分析,并以友好的视图检查结果。</p> </body> </html>
{ "pile_set_name": "Github" }
package format import ( "bufio" "bytes" "fmt" "sort" "strings" "github.com/mitchellh/colorstring" "github.com/zclconf/go-cty/cty" ctyjson "github.com/zclconf/go-cty/cty/json" "github.com/hashicorp/terraform-plugin-sdk/internal/addrs" "github.com/hashicorp/terraform-plugin-sdk/internal/configs/configschema"...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <model ref="r:2cefd736-58fe-49dc-ad4d-7f3671d30e15(com.mbeddr.mpsutil.dependenciesdiagram.generator.template.main@generator)"> <persistence version="9" /> <languages> <use id="ceab5195-25ea-4f22-9b92-103b95ca8c0c" name="jetbrains.mps.lang.core" version="2" /> <use id="...
{ "pile_set_name": "Github" }
ld { GLIBC_PRIVATE { __get_cpu_features; } }
{ "pile_set_name": "Github" }
#include <stdio.h> int main() { char *buf; read(0, buf, -1); puts(buf); return 0; }
{ "pile_set_name": "Github" }
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class AddEditedToCommentsTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::table('comments',...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <Document style="helpdocument"> <p style="htitle">Raon-rocaide</p> <p style="hp">'S urrainn dhut do mhuinntir às-àiteachadh dha shaoghal eile le rocaidean 's crìoch a chur air a' gheama le sin.</p> <p style="hp">Feumaidh tu còig rocaidean falamh a losgadh gu soirbheachail mus urrainn d...
{ "pile_set_name": "Github" }
<!-- //********************************************************* // // Copyright (c) Microsoft. All rights reserved. // 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-INFRINGEME...
{ "pile_set_name": "Github" }
--- ID: "0f45df05-546f-462d-97c0-ba4fb2b02564" Parent: "6ecd54a6-fd59-4ec3-ae87-0dbd90fe43bb" Template: "455a3e98-a627-4b40-8035-e683a0331ac7" Path: /sitecore/templates/Feature/Accounts/_MailTemplate/Email Content/Subject DB: master SharedFields: - ID: "ab162cc0-dc80-4abf-8871-998ee5d7ba32" Hint: Type Val...
{ "pile_set_name": "Github" }
package org.telegram.telegrambots.meta.api.objects.inlinequery.result.cached; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; import org.telegram.telegrambots.meta.api.objects.inlinequery.inputmessagecontent.InputMessageContent; import org.telegr...
{ "pile_set_name": "Github" }
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== using System; using System.Diagnostics.Contracts; namespace System.Security.Cryptography { /// <summary> /// Wrapper around the BCrypt implementation of the SHA-512 hashing algorithm /// </summary> [System....
{ "pile_set_name": "Github" }
{ "e": 4000 }
{ "pile_set_name": "Github" }
/* crypto/rc4/rc4.h */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-comm...
{ "pile_set_name": "Github" }
{ "collectors": 177791, "comments": 14, "lists": 663, "plays": 461567, "votes": 7994, "watchers": 338732 }
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 # # linearize-hashes.py: List blocks in a linear, no-fork version of the chain. # # Copyright (c) 2013-2016 The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. # from __future__ impo...
{ "pile_set_name": "Github" }
<forms:WindowsPage x:Class="ConnectivityTest.UWP.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="using:ConnectivityTest.UWP" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="htt...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8" ?> <phpunit backupGlobals="true" backupStaticAttributes="false" bootstrap="/path/to/bootstrap.php" cacheTokens="false" colors="false" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToE...
{ "pile_set_name": "Github" }
/***************************************************************************/ /* */ /* otvgpos.h */ /* */ /* Op...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: af2eba76c6418bd46af05e234652275c timeCreated: 1522041409 licenseType: Pro NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
// // Navs // -------------------------------------------------- // Base class // -------------------------------------------------- .nav { margin-bottom: 0; padding-left: 0; // Override default ul/ol list-style: none; &:extend(.clearfix all); > li { position: relative; display: block; > a { ...
{ "pile_set_name": "Github" }
// +build !go1.5 // Package tlsconfig provides primitives to retrieve secure-enough TLS configurations for both clients and servers. // package tlsconfig import ( "crypto/tls" ) // Client TLS cipher suites (dropping CBC ciphers for client preferred suite set) var clientCipherSuites = []uint16{ tls.TLS_ECDHE_ECDSA_...
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "nsCOMPtr.h" #include "ns...
{ "pile_set_name": "Github" }
context("Checking polarity") test_that("polarity gives the desired output for default polarity frame",{ poldat <- structure(list(person = structure(c(4L, 4L, 1L, 5L, 4L, 1L), .Label = c("greg", "researcher", "sally", "sam", "teacher"), class = "factor"), wc = c(3L, 3L, 5L, 4L, 4L, 5L), p...
{ "pile_set_name": "Github" }
type: integer format: int64
{ "pile_set_name": "Github" }
// Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) // Test case found by fuzzing let v{{a{}{func g{func b{class g{func g{for b=c
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>ACPI</key> <dict> <key>DSDT</key> <dict> <key>Debug</key> <false/> <key>DropOEM_DSM</key> <false/> <key>Fixes</key> <dic...
{ "pile_set_name": "Github" }
StartChar: uniFE79 Encoding: 65145 65145 5434 Width: 185 Flags: HW LayerCount: 3 Fore Refer: 4633 -1 N 1 0 0 1 0 0 2 Refer: 236 1615 N 1 0 0 1 -185 0 2 Colour: ff0000 EndChar
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core" xmlns:c="...
{ "pile_set_name": "Github" }
/* * Copyright 2011 The Error Prone 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...
{ "pile_set_name": "Github" }
h2 { font-size: 20px; } body, html { margin: 0 0; padding: 0 0; } body > * { padding-left: 20px; padding-right: 20px; box-sizing: border-box; } .user-split { display: flex; } #profile { margin-top: 30px; width: 400px; order: 2; margin-left: auto; } #profile img { width: 100%; } .version...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="" > <head> <meta charset="utf-8"/> <title>lang="" vs HTTP</title> <link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'> <link rel='help' href='https://html.spec.whatwg.org/multipage/#the-lang-and-xml:lang-attributes'> <script src="/resources/testharness.js"></script> <scri...
{ "pile_set_name": "Github" }
""" This code is automatically generated. Never edit it manually. For details of generating the code see `rubi_parsing_guide.md` in `parsetools`. """ from sympy.external import import_module matchpy = import_module("matchpy") if matchpy: from matchpy import Pattern, ReplacementRule, CustomConstraint, is_match ...
{ "pile_set_name": "Github" }
AUTHORS COPYING ChangeLog INSTALL NEWS README doc/designstyle.css doc/glog.html
{ "pile_set_name": "Github" }
/* Name: usbdrvasm20.inc * Project: V-USB, virtual USB port for Atmel's(r) AVR(r) microcontrollers * Author: Jeroen Benschop * Based on usbdrvasm16.inc from Christian Starkjohann * Creation Date: 2008-03-05 * Tabsize: 4 * Copyright: (c) 2008 by Jeroen Benschop and OBJECTIVE DEVELOPMENT Software GmbH * License: G...
{ "pile_set_name": "Github" }
""" MTGJSON simple utilities """ import collections import hashlib import inspect import itertools import json import logging import os import pathlib import time from typing import Any, Callable, Dict, Iterator, List, Optional, Tuple, Union import gevent.pool import requests import requests.adapters import requests_c...
{ "pile_set_name": "Github" }
/* ****** * * HX-2015-04: * for JavaScript code * translated from ATS * ****** */ /* ****** * beg of [baconjs_cats.js] ****** */ /* ****** ****** */ // function ats2js_bacon_Bacon_more() { return Bacon.more; } function ats2js_bacon_Bacon_noMore() { return Bacon.noMore; } // /* ****** ****** */ // function ats2js_baco...
{ "pile_set_name": "Github" }
--- src/3rdparty/chromium/printing/backend/print_backend_cups.cc.orig 2015-10-12 21:36:42.000000000 -0700 +++ src/3rdparty/chromium/printing/backend/print_backend_cups.cc 2016-10-25 05:50:33.000000000 -0700 @@ -6,6 +6,7 @@ #include "build/build_config.h" +#include <cups/ppd.h> #include <dlfcn.h> #include <errno....
{ "pile_set_name": "Github" }
Command `run script.move`: Compiling 1 source file(s) Execution aborted with code 17 in transaction script
{ "pile_set_name": "Github" }
; Joomla! Project ; Copyright (C) 2005 - 2017 Open Source Matters. All rights reserved. ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php ; Note : All ini files need to be saved as UTF-8 MOD_VERSION="Joomla! Version Information" MOD_VERSION_LAYOUT_DEFAULT="Default" MOD_VERSION_X...
{ "pile_set_name": "Github" }
// This file is part of OpenCV project. // It is subject to the license terms in the LICENSE file found in the top-level directory // of this distribution and at http://opencv.org/license.html. // // Copyright (C) 2018, Intel Corporation, all rights reserved. // Third party copyrights are property of their respective o...
{ "pile_set_name": "Github" }
/* * Copyright 2010-2020 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 is located at * * http://aws.amazon.com/apache2.0 * * or in the "lice...
{ "pile_set_name": "Github" }
<?php namespace oasis\names\specification\ubl\schema\xsd\CommonBasicComponents_2; use un\unece\uncefact\data\specification\UnqualifiedDataTypesSchemaModule\_2; /** * @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 * @xmlType IdentifierType * @xmlName OrangeHazardPlacardIDType * @...
{ "pile_set_name": "Github" }
name=Lovisa Coldeyes image=https://magiccards.info/scans/en/cs/90.jpg value=3.917 rarity=R type=Legendary,Creature subtype=Human cost={3}{R}{R} pt=3/3 ability=Each creature that's a Barbarian, a Warrior, or a Berserker gets +2/+2 and has haste. timing=main oracle=Each creature that's a Barbarian, a Warrior, or a Berser...
{ "pile_set_name": "Github" }
#include <stdint.h> #include <ctype.h> #include <assert.h> #include "heatshrink_encoder.h" #include "heatshrink_decoder.h" #include "greatest.h" #if !HEATSHRINK_DYNAMIC_ALLOC #error Must set HEATSHRINK_DYNAMIC_ALLOC to 1 for dynamic allocation test suite. #endif SUITE(encoding); SUITE(decoding); SUITE(integration); ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug MX|Win32"> <Configuration>Debug MX</Configuration> <Platform>Win3...
{ "pile_set_name": "Github" }
# -*- encoding : utf-8 -*- require_relative 'spec_helper' describe Cequel::Record::Scoped do model :Post do key :blog_subdomain, :text key :id, :uuid, auto: true column :name, :text end it 'should use current scoped key values to populate new record' do expect(Post['bigdata'].new.blog_subdomain)...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="pl.bclogic.pulsator4droid.demo"> <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" ...
{ "pile_set_name": "Github" }
<html> <body> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/common/get-host-info.sub.js"></script> <script src="resources/feature-policy-navigation.js"></script> <script> (async () => { await test_frame( "HTTPS_REMOTE_ORIGIN", "device-m...
{ "pile_set_name": "Github" }
# https://www.youtube.com/watch?v=-lWf7Z8aoRU # 厦门菜市场神奇小吃,4元大肉条,没一点肥肉吃着香!5个阿姨忙晕 # Amazing street food in Xiamen farmer's market, 4 yuan meat roll, no fat meat and delicious, five worker are busy # 今天来到了厦门网红菜市场——八市! # 这里的美食众多,一时让人迈不动脚步。 # 当然了,想迈也迈不了,人太多啦。 # 好不容易挤进去,找到了在本地很有名气的五香店。 # 五香就是用豆皮包裹着猪肉、洋葱,成卷状, # 然后放入油锅炸5分钟, ...
{ "pile_set_name": "Github" }
<?php /** * Class Sheep_Debug_EmailController * * @category Sheep * @package Sheep_Debug * @license Copyright: Pirate Sheep, 2016 * @link https://piratesheep.com */ class Sheep_Debug_EmailController extends Sheep_Debug_Controller_Front_Action { /** * E-mail body action */ public functio...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); /* * This file is part of the Explicit Architecture POC, * which is created on top of the Symfony Demo application. * * (c) Herberto Graça <herberto.graca@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this ...
{ "pile_set_name": "Github" }
/* BranchIA64.h */ #ifndef __BRANCH_IA64_H #define __BRANCH_IA64_H #include "BranchTypes.h" UInt32 IA64_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding); #endif
{ "pile_set_name": "Github" }
{ "shadowCopy": false }
{ "pile_set_name": "Github" }
-- boundary2.test -- -- db eval { -- SELECT a FROM t1 WHERE r >= 4294967295 ORDER BY a DESC -- } SELECT a FROM t1 WHERE r >= 4294967295 ORDER BY a DESC
{ "pile_set_name": "Github" }
/* * MaxentStressGTest.cpp * * Created on: Apr 19, 2016 * Author: Michael */ #include <gtest/gtest.h> #include <vector> #include <string> #include <networkit/graph/Graph.hpp> #include <networkit/viz/Point.hpp> #include <networkit/io/METISGraphReader.hpp> #include <networkit/io/METISGraphWriter.hpp> #inclu...
{ "pile_set_name": "Github" }
// -*- C++ -*- //===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===-------------------------...
{ "pile_set_name": "Github" }
//: operators/Casting.java package operators; /* Added by Eclipse.py */ public class Casting { public static void main(String[] args) { int i = 200; long lng = (long)i; lng = i; // "Widening," so cast not really required long lng2 = (long)200; lng2 = 200; // A "narrowing conversion":...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2019, Nordic Semiconductor * 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" }
//Copyright 2017 Ryan Wick //This file is part of Bandage //Bandage 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. //Bandage is dis...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <array> <string>Alabama</string> <string>Alaska</string> <string>Arizona</string> <string>Arkansas</string> <string>California</string> <string...
{ "pile_set_name": "Github" }
#include "ling_common.h" #include "console.h" #include "outlet.h" #include <stdlib.h> #include <stdbool.h> #include <stdio.h> #include <unistd.h> #include <fcntl.h> #include <termios.h> #define constwrite1(s) write(1, (s), sizeof(s)-1) static outlet_t *attached_outlet; struct termios saved_termios; bool console_ava...
{ "pile_set_name": "Github" }
/** * This header is generated by class-dump-z 0.2b. * * Source: /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream */ #import <CoreMediaStream/CoreMediaStream-Structs.h> #import <CoreMediaStream/XXUnknownSuperclass.h> @interface MSObjectQueue : XXUnknownSuperclass { @private sqlite3 *_...
{ "pile_set_name": "Github" }
[ { "geometry": { "type": "Polygon", "coordinates": [ [ [ -79.46205139160156, 43.63532972467448 ], [ -79.46205139160156, 43.642535173141056 ], [ -79.4556999206543, 43.64253...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2017 Anup Patel. * All rights reserved. * * 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, or (at your option) * any later version. * * This progra...
{ "pile_set_name": "Github" }
# $NetBSD: options.mk,v 1.2 2020/03/26 11:31:48 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.netcdf-fortran PKG_SUPPORTED_OPTIONS= f90 .include "../../mk/bsd.options.mk" PLIST_VARS+= f90 .if !empty(PKG_OPTIONS:Mf90) USE_LANGUAGES+= fortran PLIST.f90= yes .else CONFIGURE_ARGS+= --disable-f90 .endif
{ "pile_set_name": "Github" }
/* * Copyright (C) STMicroelectronics SA 2015 * Authors: Arnaud Pouliquen <arnaud.pouliquen@st.com> * for STMicroelectronics. * License terms: GNU General Public License (GPL), version 2 */ #include <linux/io.h> #include <linux/module.h> #include <linux/regmap.h> #include <linux/reset.h> #include <linux...
{ "pile_set_name": "Github" }
/** * * This package contains interfaces and classes for manipulating Java beans. * It is used by most other Spring packages. * * <p>A BeanWrapper object may be used to set and get bean properties, * singly or in bulk. * * <p>The classes in this package are discussed in Chapter 11 of * <a href="http://www.ama...
{ "pile_set_name": "Github" }
'use strict'; // https://github.com/tc39/proposal-string-pad-start-end var $export = require('./_export') , $pad = require('./_string-pad'); $export($export.P, 'String', { padEnd: function padEnd(maxLength /*, fillString = ' ' */){ return $pad(this, maxLength, arguments.length > 1 ? arguments[1] : undefined...
{ "pile_set_name": "Github" }
/* * This file is part of WebLookAndFeel library. * * WebLookAndFeel library 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" }
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * gradle plugin from the resource data it found. It * should not be modified by hand. */ package android.support.coreui; public final class R { public static final class attr { public static final int coordinator...
{ "pile_set_name": "Github" }
/* * Copyright (c) 1997, 2020 Oracle and/or its affiliates. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0, which is available at * http://www.eclipse.org/legal/epl-2.0. * * This Source Code may also be made available...
{ "pile_set_name": "Github" }
The FAME! Speech Corpus The components of the Frisian data collection are speech and language resources gathered for building a large vocabulary ASR system for the Frisian language. Firstly, a new broadcast database is created by collecting recordings from the archives of the regional broadcaster Omrop Fryslân, and an...
{ "pile_set_name": "Github" }
/******************************************************************************** * Copyright (c) 2020 Cedalo AG * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-I...
{ "pile_set_name": "Github" }
// RUN: %swift -typecheck -verify -parse-stdlib -module-name Swift -target x86_64-apple-macosx10.10 %s // Fake declarations of some standard library features for -parse-stdlib. precedencegroup AssignmentPrecedence {} enum Optional<T> { case none case some(T) } @available(OSX, introduced: 10.5, deprecated: 10.8, ...
{ "pile_set_name": "Github" }
<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait"> <head> <script> function doDraw() { var ctx = document.getElementById('canvas').getContext('2d'); var grad = ctx.createLinearGradient(120,20,300,20); grad.addColorStop(0, '#0000ff'); grad.addColorStop(1, '#000000'); ctx.fillStyle = grad...
{ "pile_set_name": "Github" }
import re, urllib, sys, cPickle metra_pages={ 'Union Pacific North Line':[ ('http://www.metrarail.com/Sched/cnw_n/cnwn_wki.shtml',1), ('http://www.metrarail.com/Sched/cnw_n/cnwn_wko.shtml',1), ('http://www.metrarail.com/Sched/cnw_n/cnwn_sai.shtml',2), ('http://www.metrarail.com/Sched/cnw_n/cnwn_sao.shtml',2), ('http:/...
{ "pile_set_name": "Github" }