text
stringlengths
2
99.9k
meta
dict
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. #include "precomp.h" #include "CFrostCore.h" #include "CFrostEngine.h" #include "IFrostUserExperience.h" #include "shim.h" us...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: f20529f812864439c8f062e55938542d timeCreated: 1506402197 licenseType: Pro MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
/*- * SPDX-License-Identifier: BSD-3-Clause * * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source cod...
{ "pile_set_name": "Github" }
# Requirements [!!] Before continuing, make sure you have a web server (like Apache) configured with the following requirements. - PHP 5.3.3 or newer. - [Iconv Extension](http://php.net/iconv) - [Character Type (CTYPE) Extension](http://php.net/ctype) # Download You can get the latest **stable** release on the [...
{ "pile_set_name": "Github" }
# Contributor Covenant Code of Conduct ## Our Pledge We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of...
{ "pile_set_name": "Github" }
[![Build Status](https://travis-ci.org/libbitcoin/libbitcoin-system.svg?branch=master)](https://travis-ci.org/libbitcoin/libbitcoin-system) [![Coverage Status](https://coveralls.io/repos/libbitcoin/libbitcoin-system/badge.svg)](https://coveralls.io/r/libbitcoin/libbitcoin-system) # Libbitcoin *The Bitcoin Developmen...
{ "pile_set_name": "Github" }
.media { display: flex; align-items: flex-start; } .media-body { flex: 1; }
{ "pile_set_name": "Github" }
const BaseModel = require('../../classes/base_model'); const instanceProps = { tableName: 'series', books: function () { return this.hasMany(require('../books/model')); } }; const classProps = { typeName: 'series', filters: { title: function (qb, value) { return qb.whereIn('title', value); ...
{ "pile_set_name": "Github" }
[colors] # Base16 Atelier Cave # Scheme: Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave) foreground = #8b8792 foreground_bold = #8b8792 cursor = #8b8792 background = #19171c # 16 color space color0 = #19171c color1 = #be4678 color2 = #2a9292 color3 = #a06e3b...
{ "pile_set_name": "Github" }
--- - include: section_09_level1.yml tags: - section09 - level1
{ "pile_set_name": "Github" }
--- apiVersion: extensions/v1beta1 kind: Deployment metadata: name: carts-db labels: name: carts-db namespace: sock-shop spec: replicas: 1 template: spec: containers: - name: carts-db image: mongo securityContext: fake: entry
{ "pile_set_name": "Github" }
# https://atcoder.jp/contests/dp/tasks/dp_k import sequtils, strutils let f = stdin.readLine.split.mapIt(it.parseInt) n = f[0] k = f[1] a = stdin.readLine.split.mapIt(it.parseInt) var b = newSeq[bool](k+1) for i in 0..k: for x in a: if i >= x and not b[i - x]: b[i] = true if b[k]: echo "First" else:...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "markdown", "metadata": { "deletable": true, "editable": true }, "source": [ "### osu!nn #6: Rhythm Predictor\n", "\n", "Calculates a map's rhythm from the music and the timing.\n", "\n", "Synthesis of \"rhythmData\"\n", "* rhythmModel x 1\n", ...
{ "pile_set_name": "Github" }
import './style/index.less'; import button from './button'; import buttonGroup from './button-group'; button.group = buttonGroup; export default button;
{ "pile_set_name": "Github" }
// Common/IntToString.h #ifndef __COMMON_INTTOSTRING_H #define __COMMON_INTTOSTRING_H #include <stddef.h> #include "Types.h" void ConvertUInt64ToString(UInt64 value, char *s, UInt32 base = 10); void ConvertUInt64ToString(UInt64 value, wchar_t *s); void ConvertInt64ToString(Int64 value, char *s); void ConvertInt64To...
{ "pile_set_name": "Github" }
/* cygwin/sysproto.h This file is part of Cygwin. This software is a copyrighted work licensed under the terms of the Cygwin license. Please consult the file "CYGWIN_LICENSE" for details. */ /* cygwin/sysproto.h header file for Cygwin. */ #ifndef _CYGWIN_SYSPROTO_H #define _CYGWIN_SYSPROTO_H #define _SYS_SYSPROTO...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>Matlab Index</title> <meta name="keywords" content="{DIRS}"> <meta name="description" content="{DIRS}"> <meta http-equiv="Content-Type" content="text/html; charset=iso...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_79) on Wed Jul 20 08:39:14 PDT 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>AsArraySerializerBas...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2007-2010 Júlio Vilmar Gesser. * Copyright (C) 2011, 2013-2016 The JavaParser Team. * * This file is part of JavaParser. * * JavaParser can be used either under the terms of * a) the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the...
{ "pile_set_name": "Github" }
/* Aggregator is a reporter used by the Ginkgo CLI to aggregate and present parallel test output coherently as tests complete. You shouldn't need to use this in your code. To run tests in parallel: ginkgo -nodes=N where N is the number of nodes you desire. */ package remote import ( "time" "github.com/onsi/gi...
{ "pile_set_name": "Github" }
Hello there! Thank you for wanting to add more awesome speakers! How to add new speakers: - Add people that you believe hold awesome talks (you can also add yourself ☺️) - For privacy reasons, let people know you are adding them here ([example tweet](https://twitter.com/karlhorky/status/927550556570357760)) Format (...
{ "pile_set_name": "Github" }
# #-- 03-testbound.test --# # source the master var file when it's there [ -f ../.tpkg.var.master ] && source ../.tpkg.var.master # use .tpkg.var.test for in test variable passing [ -f .tpkg.var.test ] && source .tpkg.var.test . ../common.sh PRE="../.." get_make (cd $PRE ; $MAKE testbound) exitval=0 # quiet="" to make...
{ "pile_set_name": "Github" }
/* Copyright (c) 2011 Xiph.Org Foundation Written by Jean-Marc Valin */ /* 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 ...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 98a2d8b0832fa7d43817129a4a09c8a0 timeCreated: 1503273260 licenseType: Free NativeFormatImporter: mainObjectFileID: 2100000 userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
//////////////////////////////////////////////// // // radiance hints // //////////////////////////////////////////////// lazyshader 0 "rsmsky" [ attribute vec4 vvertex; uniform mat4 rsmmatrix; void main(void) { gl_Position = rsmmatrix * vvertex; } ] [ fragdata(0) vec4 gcolor; fragd...
{ "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 an...
{ "pile_set_name": "Github" }
with AWS.Config; with AWS.Response; with AWS.Services.Dispatchers.URI; with AWS.Status; package @_Project_Name_@.Dispatchers is use AWS; procedure Initialize (Web_Config : in Config.Object); -- Initialize state in this package depending on the HTTP configuration. -- For example it sets the web root fo...
{ "pile_set_name": "Github" }
{% if not nav_item.children %} <li {% if nav_item.active %}class="active"{% endif %}> <a href="{{ nav_item.url }}">{{ nav_item.title }}</a> </li> {% else %} {% if nav_item.title == "Spells" or nav_item.title == "Monsters" or nav_item.title == "Magic items" %} {% else %} <li class="dropdown-submenu"> <a ta...
{ "pile_set_name": "Github" }
//===-- llvm-dis.cpp - The low-level LLVM disassembler --------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
{ "pile_set_name": "Github" }
<?xml version='1.0' encoding='utf-8'?> <section xmlns="https://code.dccouncil.us/schemas/dc-library" xmlns:codified="https://code.dccouncil.us/schemas/codified" xmlns:codify="https://code.dccouncil.us/schemas/codify" xmlns:xi="http://www.w3.org/2001/XInclude" containing-doc="D.C. Code"> <num>16-4502</num> <reason>R...
{ "pile_set_name": "Github" }
# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Red Hat, Inc. # This file is distributed under the same license as the PACKAGE package. # # Translators: # Guido Grazioli <guido.grazioli@gmail.com>, 2011 # Milo Casagrande <milo@milo.name>, 2019. #zanata msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-M...
{ "pile_set_name": "Github" }
/* * PURPOSE: * Class representing an articulated rigid body. Stores the body's * current state, allows forces and torques to be set, handles * timestepping and implements Featherstone's algorithm. * * COPYRIGHT: * Copyright (C) Stephen Thompson, <stephen@solarflare.org.uk>, 2011-2013 * Portions wr...
{ "pile_set_name": "Github" }
/* Copyright 2012 Yaqiang Wang, * yaqiang.wang@gmail.com * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or (at * your option) any later versi...
{ "pile_set_name": "Github" }
1. Get the application URL by running these commands: {{- if .Values.ingress.enabled }} {{- range .Values.ingress.hosts }} http{{ if $.Values.ingress.tls }}s{{ end }}://{{ . }}{{ $.Values.ingress.path }} {{- end }} {{- else if contains "NodePort" .Values.service.type }} export NODE_PORT=$(kubectl get --namespace {{...
{ "pile_set_name": "Github" }
* There are currently three very similar families of dpdfiles that look like Fock matrices: Fock <X|X> - An intermediate used during construction of the Fock matrix. Just the J/K part. F <X|X> - The Fock matrix without diagonal elements FD <X|X> - The Fock matrix * Ideally, those can be condensed. The F uses...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!--Generated by crowdin.net--> <resources> <string-array name="pref_automatic_action_entries"> <item>Demander</item> <item>Refuser</item> <item>Autoriser</item> </string-array> <string-array name="pref_status_icon_type_entries"> <item>Point</item> <item>...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the...
{ "pile_set_name": "Github" }
package router import ( "fmt" "io/ioutil" "log" "time" "github.com/AsynkronIT/protoactor-go/actor" "github.com/stretchr/testify/mock" ) var nilPID *actor.PID func init() { // discard all logging in tests log.SetOutput(ioutil.Discard) } // mockContext type mockContext struct { mock.Mock } // // Interface:...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 1efcf3b84c99d3041b869d559d696634 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: ...
{ "pile_set_name": "Github" }
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-glass:before { content: $fa-var-glass; } .#{$fa-css-prefix}-music:before { content: $fa-var-music; } .#{$fa-css-prefix}-search:before { content: $fa-var-searc...
{ "pile_set_name": "Github" }
/************* Reset Styles *************/ html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,...
{ "pile_set_name": "Github" }
package net.perfectdreams.loritta.website import com.github.benmanes.caffeine.cache.Caffeine import com.mrpowergamerbr.loritta.Loritta import com.mrpowergamerbr.loritta.utils.WebsiteUtils import com.mrpowergamerbr.loritta.utils.locale.BaseLocale import com.mrpowergamerbr.loritta.utils.loritta import com.mrpowergamerbr...
{ "pile_set_name": "Github" }
package controllers import ( "encoding/json" service "goERP/services" "goERP/utils" "strconv" ) // LoginController 登录模块 type LoginController struct { BaseController } // Post 登录请求 func (ctl *LoginController) Post() { response := make(map[string]interface{}) var requestBody map[string]string json.Unmarshal(ct...
{ "pile_set_name": "Github" }
package com.gettipsi.stripe.util; /** * Created by ngoriachev on 13/03/2018. */ public abstract class PayParams { public static final String CURRENCY_CODE = "currency_code"; public static final String BILLING_ADDRESS_REQUIRED = "billing_address_required"; public static final String SHIPPING_ADDRESS_REQUIRED ...
{ "pile_set_name": "Github" }
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE124_Buffer_Underwrite__new_char_cpy_22b.cpp Label Definition File: CWE124_Buffer_Underwrite__new.label.xml Template File: sources-sink-22b.tmpl.cpp */ /* * @description * CWE: 124 Buffer Underwrite * BadSource: Set data pointer to before the allocated memory buffer ...
{ "pile_set_name": "Github" }
# Sets default memory used for gradle commands. Can be overridden by user or command line properties. # This is required to provide enough memory for the Minecraft decompilation process. org.gradle.jvmargs=-Xmx2G # SkyblockAddons Properties modId = skyblockaddons modName = SkyblockAddons version = 1.5.4 acceptedMinecr...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources xmlns:tools="http://schemas.android.com/tools"> <string name="unknown_artist">Onbekende artiest</string> <string name="unknown_album">Onbekend album</string> <string name="unknown_genre">Onbekend genre</string> <string name="various_artists">Diverse arti...
{ "pile_set_name": "Github" }
## Hybrid API gateway pattern ### Introduction In all the deployment patterns mentioned above, the management aspect of the deployment needs to be handled by the enterprise. It gives them the utmost flexibility and control over the platform. But sometimes, organizations with limited IT staff and skill set wants to out...
{ "pile_set_name": "Github" }
[Mesh] [gen] type = GeneratedMeshGenerator dim = 2 nx = 10 ny = 10 elem_type = QUAD4 [] [] [Variables] [u] order = CONSTANT family = MONOMIAL [] [v][] [] [Functions] [force] type = ParsedFunction value = t [] [] [Kernels] [diff] type = Diffusion variable = ...
{ "pile_set_name": "Github" }
/* * Copyright 2015-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 "licen...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height=...
{ "pile_set_name": "Github" }
// Copyright 2017, OpenCensus 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 agree...
{ "pile_set_name": "Github" }
require 'spec_helper' RSpec.describe 'Tokenize integration specs' do client = Cryptoexchange::Client.new let(:btc_eth_pair) { Cryptoexchange::Models::MarketPair.new(base: 'eth', target: 'btc', market: 'tokenize') } it 'fetch pairs' do pairs = client.pairs('tokenize') expect(pairs).not_to be_empty p...
{ "pile_set_name": "Github" }
Clazz.declarePackage ("JM"); Clazz.load (["J.api.JmolMeasurementClient"], "JM.MeasurementData", ["java.lang.Float", "JU.BS", "$.Lst", "JM.Measurement", "JU.BSUtil"], function () { c$ = Clazz.decorateAsClass (function () { this.client = null; this.measurementStrings = null; this.measurements = null; this.points = ...
{ "pile_set_name": "Github" }
gs://k8s-artifacts-kind/ has no CORS configuration.
{ "pile_set_name": "Github" }
# # This is the Apache server configuration file providing SSL support. # It contains the configuration directives to instruct the server how to # serve pages over an https connection. For detailing information about these # directives see <URL:http://httpd.apache.org/docs/2.2/mod/mod_ssl.html> # # Do NOT simply read...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the PHP_Timer package. * * (c) Sebastian Bergmann <sebastian@phpunit.de> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /** * Utility class for timing. * * @since Class available since Rele...
{ "pile_set_name": "Github" }
require 'spec_helper' describe service('nagios') do it { should be_enabled } it { should be_running } it { should be_running.under('systemd') } end ['nagios', 'nagios-plugins', 'nagios-devel', 'nagios-plugins-load', 'nagios-plugins-http'].each do |p| describe package("#{p}") do it { should be_installed }...
{ "pile_set_name": "Github" }
<?php namespace DeepCopy\TypeFilter\Spl; /** * @deprecated Use {@see SplDoublyLinkedListFilter} instead. */ class SplDoublyLinkedList extends SplDoublyLinkedListFilter { }
{ "pile_set_name": "Github" }
# Map & Tuple <nav> <a href="#一映射Map">一、映射(Map)</a><br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#11-构造Map">1.1 构造Map</a><br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#12-获取值">1.2 获取值</a><br/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#13-新增修改删除值">1.3 新增/修改/删除值</a><br/>...
{ "pile_set_name": "Github" }
// Boost.Signals2 library // Copyright Frank Mori Hess 2007,2009. // Copyright Timmo Stange 2007. // Copyright Douglas Gregor 2001-2004. Use, modification and // distribution is subject to the Boost Software License, Version // 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICEN...
{ "pile_set_name": "Github" }
(* * Copyright 2014, General Dynamics C4 Systems * * SPDX-License-Identifier: GPL-2.0-only *) theory KHeap_AI imports "./$L4V_ARCH/ArchKHeap_AI" begin context begin interpretation Arch . requalify_consts obj_is_device valid_vso_at non_vspace_obj vspace_obj_pred requalify_facts pspace_in_kernel_window_...
{ "pile_set_name": "Github" }
package com.yuqiyu.chapter25; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.junit4.SpringRunner; @RunWith(SpringRunner.class) @SpringBootTest public class Chapter25ApplicationTests { @Test public void con...
{ "pile_set_name": "Github" }
using UnityEngine; namespace BehaviorDesigner.Runtime.Tasks.Basic.UnityParticleSystem { [TaskCategory("Basic/ParticleSystem")] [TaskDescription("Is the Particle System stopped?")] public class IsStopped : Conditional { [Tooltip("The GameObject that the task operates on. If null the task GameObj...
{ "pile_set_name": "Github" }
import { RequestType, RequestHandler, HandlerResult, CancellationToken } from 'vscode-jsonrpc'; export interface ConfigurationClientCapabilities { /** * The workspace client capabilities */ workspace: { /** * The client supports `workspace/configuration` requests. */ co...
{ "pile_set_name": "Github" }
@{ Layout = "_Layout"; }
{ "pile_set_name": "Github" }
global.this = typeof this
{ "pile_set_name": "Github" }
-- -- Created by SQL::Translator::Producer::PostgreSQL -- Created on Tue May 29 19:00:46 2018 -- ; -- -- Table: bugs -- CREATE TABLE bugs ( id serial NOT NULL, bugid text NOT NULL, title text, priority text, assigned boolean, assignee text, open boolean, status text, resolution text, existing bool...
{ "pile_set_name": "Github" }
module MailerHelper end
{ "pile_set_name": "Github" }
/* * Copyright 2020 Red Hat, Inc. and/or its affiliates. * * 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 ap...
{ "pile_set_name": "Github" }
# This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0 # which is available at https://www.volatilityfoundation.org/license/vsl-v1.0 # """Renderers. Renderers display the unified output format in some manner (be it text or file or graphical output """ import collecti...
{ "pile_set_name": "Github" }
var searchData= [ ['wa',['WA',['../structrlSiemensTCP_1_1WA.html',1,'rlSiemensTCP']]], ['wh',['WH',['../structrlSiemensTCP_1_1WH.html',1,'rlSiemensTCP']]], ['worker_5fdata',['WORKER_DATA',['../structWORKER__DATA.html',1,'']]], ['wsemaphore',['WSEMAPHORE',['../structWSEMAPHORE.html',1,'']]] ];
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////// // Copyright 2012 John Maddock. 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_ // // Compare arithmetic results using fixed_int to GMP results. // #ifd...
{ "pile_set_name": "Github" }
<?php # Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/devtools/clouderrorreporting/v1beta1/error_stats_service.proto namespace Google\Cloud\ErrorReporting\V1beta1; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** ...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. using System.Diagnostics.Contracts; using System.Globalization; using System.Linq; using System.Web.Http.OData.Properties; using Microsoft.Data.Edm; using Microsoft.Data.OData; namespa...
{ "pile_set_name": "Github" }
# Project-wide Gradle settings. # IDE (e.g. Android Studio) users: # Gradle settings configured through the IDE *will override* # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html # Specifies ...
{ "pile_set_name": "Github" }
#! /usr/bin/env python3 """Keywords (from "graminit.c") This file is automatically generated; please don't muck it up! To update the symbols in this file, 'cd' to the top directory of the python source tree after building the interpreter and run: ./python Lib/keyword.py """ __all__ = ["iskeyword", "kwlist"] k...
{ "pile_set_name": "Github" }
"plus_tinker_march_damage" { "template" "tinker_march_damage" "tier" "1" "<total_damage>" { "1" { "1200" "1" } "2" { "2400" "1" } "3" { "3600" "1" } } "challenge_ranks" "3" }
{ "pile_set_name": "Github" }
/* * Copyright (C) 2015 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 conditions a...
{ "pile_set_name": "Github" }
; ; Java Information Dynamics Toolkit (JIDT) ; Copyright (C) 2012, Joseph T. Lizier ; ; 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 optio...
{ "pile_set_name": "Github" }
{ "name": "director", "description": "A client Side/Server Side Router", "author": "Charlie Robbins <charlie.robbins@gmail.com>", "version": "1.2.5", "maintainers": [ "hij1nx <paolo@nodejitsu.com>", "beaugunderson <beau@beaugunderson.com>" ], "repository": { "type": "git", "url": "http://g...
{ "pile_set_name": "Github" }
#include <linux/pm.h> #include <linux/acpi.h> struct usb_hub_descriptor; struct dev_state; /* Functions local to drivers/usb/core/ */ extern int usb_create_sysfs_dev_files(struct usb_device *dev); extern void usb_remove_sysfs_dev_files(struct usb_device *dev); extern void usb_create_sysfs_intf_files(struct usb_inter...
{ "pile_set_name": "Github" }
/** * @license * Copyright Google Inc. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ // tslint:disable:no-console self.addEventListener('install', event => { self.skipWaiting(); }); self.addEventList...
{ "pile_set_name": "Github" }
<?php /** * The MIT License (MIT) * * Webzash - Easy to use web based double entry accounting software * * Copyright (c) 2014 Prashant Shah <pshah.mumbai@gmail.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Softwa...
{ "pile_set_name": "Github" }
# Installing qsimcirq The qsim-Cirq Python interface is available as a PyPI package for Linux users. For all other users, Dockerfiles are provided to install qsim in a contained environment. **Note:** The core qsim library (under [lib/](/lib)) can be included directly in C++ code without installing this interface. #...
{ "pile_set_name": "Github" }
{ "assigned_to_str": "Allan L. Gropper", "case_name": "Enron Creditors Recovery Corp. - Adversary Proceeding", "cause": "", "court_id": "nysb", "date_converted": null, "date_discharged": null, "date_filed": "2003-09-24", "date_terminated": "2014-04-22", "demand": "", "docket_entries": [ ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
{ "pile_set_name": "Github" }
coder=1 flags=+loop cmp=+chroma partitions=-parti8x8-parti4x4-partp8x8-partb8x8 me_method=dia subq=2 me_range=16 g=250 keyint_min=25 sc_threshold=40 i_qfactor=0.71 b_strategy=1 qcomp=0.6 qmin=10 qmax=51 qdiff=4 bf=3 refs=1 directpred=1 trellis=0 flags2=+bpyramid-mixed_refs+wpred-dct8x8+fastpskip wpredp=0 rc_lookahead=1...
{ "pile_set_name": "Github" }
/** @file ACPI DSDT table Copyright (c) 2017, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ /////////////////////////////////////////////////////////////////////////////////// //Values are set like this to have ASL compiler reserve enough space for object...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2011 Joel de Guzman 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" }
/* Copyright (C) 1993-2012 Hewlett-Packard Company */ /* libraried performance include file */ /* the define NOPERFEXTERN tels us not to re-define all the */ /* defines and defaults */ #define HOSTNAMESIZE 255 #define PORTBUFSIZE 10 #define DEFAULT_SIZE 32768 #define HOST_NAME "127.0.0.1"...
{ "pile_set_name": "Github" }
[package] name = "bb" version = "0.4.0" authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"] license = "GPL-3.0-or-later" readme = "README.md" description = "clean simple fast process viewer" homepage = "https://nessuent.xyz/bb.html" repository = "https://github.com/epilys/bb.git" categories = ["command-line-utilit...
{ "pile_set_name": "Github" }
/* Copyright (C) 1997-2001 Id Software, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in th...
{ "pile_set_name": "Github" }
# These components will be loaded when running Microsoft.Powershell (i.e. Not Visual Studio) Push-Location (Join-Path (Split-Path -parent $profile) "components") # From within the ./components directory... . .\visualstudio.ps1 . .\console.ps1 Pop-Location
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard. // #import "Element.h" @interface UIElement : Element { struct __AXUIElement *_ref; unsigned int _classCode; } - (id)valueInUiAc...
{ "pile_set_name": "Github" }
.device ATtiny10 ; +====+ ; (PWMA) PB0 |* | PB3 (RESET) ; GND | | Vcc ; (PWMB) PB1 | | PB2 ; +====+ ; available fuses: ckout, wdton, rstdisbl .fuses ckout .DSEG .CSEG .org 0 ;Interrupt vector table rjmp reset ; All Resets reti ; External Interrupt Request 0 reti ...
{ "pile_set_name": "Github" }
from galaxy import model from galaxy.managers.markdown_util import resolve_invocation_markdown, validate_galaxy_markdown from .test_workflow_progress import TEST_WORKFLOW_YAML from .workflow_support import MockTrans, yaml_to_model def test_workflow_section_expansion(): workflow_markdown = """ ## Workflow ```galax...
{ "pile_set_name": "Github" }
// +build !ignore_autogenerated /* Copyright The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable l...
{ "pile_set_name": "Github" }
#region File Description //----------------------------------------------------------------------------- // KeyFrameSequence.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #endre...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0-only */ /* Copyright (c) 2016-2018, The Linux Foundation. All rights reserved. */ #ifndef _DPU_CORE_PERF_H_ #define _DPU_CORE_PERF_H_ #include <linux/types.h> #include <linux/dcache.h> #include <linux/mutex.h> #include <drm/drm_crtc.h> #include "dpu_hw_catalog.h" #define DPU_PER...
{ "pile_set_name": "Github" }