text
stringlengths
2
99k
meta
dict
# ============================================================================== # Copyright (c) 2016-2020 Proton Technologies AG (Switzerland) # Email: contact@protonvpn.com # # The MIT License (MIT) # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated docu...
{ "pile_set_name": "Github" }
Parsed test spec with 2 sessions starting permutation: wxry1 c1 r2 wyrx2 c2 step wxry1: INSERT INTO child (parent_id) VALUES (0); step c1: COMMIT; step r2: SELECT TRUE; bool t step wyrx2: DELETE FROM parent WHERE parent_id = 0; ERROR: child row exists step c2: COMMIT; starting permutation: ...
{ "pile_set_name": "Github" }
--- redirect: tutorial/index ---
{ "pile_set_name": "Github" }
package beehive import ( "bytes" "net/http" "github.com/kandoo/beehive/Godeps/_workspace/src/github.com/gorilla/mux" ) type webPage struct { title string url string onMenu bool script string style string body string page []byte } // handle must use a copy of p because this function is used as a c...
{ "pile_set_name": "Github" }
module imports.test9276util; string _dgliteral(T...)() { foreach (t; T) return t.stringof; assert(0); } template DownCastMethods(T...) { enum x = _dgliteral!T; }
{ "pile_set_name": "Github" }
---------------------------------------------------------------------- select * from user where email='null@void.com' 1 ks_sharded/-40: select * from user where email = 'null@void.com' limit 10001 1 ks_sharded/40-80: select * from user where email = 'null@void.com' limit 10001 1 ks_sharded/80-c0: select * from user wh...
{ "pile_set_name": "Github" }
# /* ************************************************************************** # * * # * (C) Copyright Paul Mensonides 2002. # * Distributed under the Boost Software License, Version 1.0. (See # * accompanying file LICENSE_1_0.txt...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2012-2015 VMware, 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 ...
{ "pile_set_name": "Github" }
# Finite Strain Crystal Plasticity Slip Rate Residual !syntax description /Materials/FiniteStrainCPSlipRateRes ## Description !alert warning The `FiniteStrainCPSlipRateRes` model is maintained but not actively developed. Use of the [FiniteStrainUObasedCP](/FiniteStrainUObasedCP.md) crystal plasticity system is recom...
{ "pile_set_name": "Github" }
/* Flot plugin for computing bottoms for filled line and bar charts. Copyright (c) 2007-2013 IOLA and Ole Laursen. Licensed under the MIT license. The case: you've got two series that you want to fill the area between. In Flot terms, you need to use one as the fill bottom of the other. You can specify the bottom of e...
{ "pile_set_name": "Github" }
<?php /* * Copyright 2016 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
{ "pile_set_name": "Github" }
<?php // +---------------------------------------------------------------------------+ // | This file is part of the Agavi package. | // | Copyright (c) 2005-2011 the Agavi Project. | // | ...
{ "pile_set_name": "Github" }
#include <elogind/sd-bus.h> int append_strings_to_message(sd_bus_message *m, const char *const *arr) { int r; r = sd_bus_message_open_container(m, 'a', "s"); if (r < 0) return r; for (const char *s = *arr; *s; s++) { r = sd_bus_message_append(m, "s", s); if (r < 0) return r; } return s...
{ "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 ...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Content-Style-Type" content="text/css"> <link rel="up" title="FatFs" href="../00index_e.html"> <link rel="al...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2011-2016 Juli Mallett. 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 cond...
{ "pile_set_name": "Github" }
{ "AWSTemplateFormatVersion" : "2010-09-09", "Description": "Sample template to bring up Puppet Master instance that can be used to bootstrap and manage Puppet Clients. The Puppet Master is populated from an embedded template that defines the set of applications to load. **WARNING** This template creates one ...
{ "pile_set_name": "Github" }
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/medialive/model/ListOfferingsRequest.h> #include <aws/core/utils/json/JsonSerializer.h> #include <aws/core/http/URI.h> #include <aws/core/utils/memory/stl/AWSStringStream.h> #include <u...
{ "pile_set_name": "Github" }
body{ margin: 0; padding: 0; overflow: hidden; } #videoContainer{ position: absolute; top: 0; height: 100vh; width: 100vw; z-index: 99999; overflow: hidden; display: flex; flex-direction: column; justify-content: center; padding-bottom: 120px; } #youtubeModeOnFullscr...
{ "pile_set_name": "Github" }
/* * RHQ Management Platform * Copyright (C) 2010 Red Hat, Inc. * 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 version 2 of the License. * * This program is dis...
{ "pile_set_name": "Github" }
.. Copyright (c) 2019 The STE||AR-Group SPDX-License-Identifier: BSL-1.0 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) === functional === This library is part of HPX. Documentation can be found `her...
{ "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 x( { if true { protocol A { extension Array { func i { class case ,
{ "pile_set_name": "Github" }
//===------------------ mach-o/compact_unwind_encoding.h ------------------===// // // 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. // // // Darwin's alternative to dwarf based unw...
{ "pile_set_name": "Github" }
import matplotlib.pyplot as plt from mpl_toolkits.axes_grid1 import ImageGrid def get_demo_image(): import numpy as np from matplotlib.cbook import get_sample_data f = get_sample_data("axes_grid/bivariate_normal.npy", asfileobj=False) z = np.load(f) # z is a numpy array of 15x15 return z, (-3,...
{ "pile_set_name": "Github" }
gcr.io/google_containers/kube-apiserver-arm:v1.6.9-beta.0
{ "pile_set_name": "Github" }
""" Python Character Mapping Codec mac_roman generated from 'MAPPINGS/VENDORS/APPLE/ROMAN.TXT' with gencodec.py. """#" import codecs ### Codec APIs class Codec(codecs.Codec): def encode(self,input,errors='strict'): return codecs.charmap_encode(input,errors,encoding_table) def decode(self,input,err...
{ "pile_set_name": "Github" }
package io.cattle.platform.core.dao.impl; import static io.cattle.platform.core.model.tables.HostLabelMapTable.*; import static io.cattle.platform.core.model.tables.LabelTable.*; import io.cattle.platform.core.dao.LabelsDao; import io.cattle.platform.core.model.Label; import io.cattle.platform.db.jooq.dao.impl.Abstra...
{ "pile_set_name": "Github" }
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.ServiceModel.Channels { using System.Xml; /* public */ class BinaryVersion { static public...
{ "pile_set_name": "Github" }
<demo-page-title> <div header>Sidebar</div> <div sub-header> <p>A sidebar hides additional content beside a page</p> </div> </demo-page-title> <demo-page-content> <h2 class="ui dividing header">Examples</h2> <demo-example [code]="exampleStandardTemplate"> <div info> <h4 c...
{ "pile_set_name": "Github" }
// // TRIPPaletteTarget.m // Atom // // Created by dylan.tang on 17/4/11. // Copyright © 2017年 dylan.tang All rights reserved. // #import "PaletteTarget.h" const float TARGET_DARK_LUMA = 0.26f; const float MAX_DARK_LUMA = 0.45f; const float MIN_LIGHT_LUMA = 0.55f; const float TARGET_LIGHT_LUMA = 0.74f; const fl...
{ "pile_set_name": "Github" }
{ "name": "polyml", "full_name": "polyml", "oldname": null, "aliases": [ ], "versioned_formulae": [ ], "desc": "Standard ML implementation", "license": "LGPL-2.1", "homepage": "https://www.polyml.org/", "versions": { "stable": "5.8.1", "head": "HEAD", "bottle": true }, "urls": { ...
{ "pile_set_name": "Github" }
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("BitDiffer.Core")] [assembly: AssemblyDescription("BitDiffer core Library")] [assembly: AssemblyProduct("BitDiffer.Core")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] [assem...
{ "pile_set_name": "Github" }
// examples for printing floating point numbers import java.util.*; import java.io.*; import java.text.DecimalFormat; public class DecFormat { public static void main(String[] args) { DecimalFormat fmt; // round to at most 2 digits, leave of digits if not needed fmt = new DecimalFormat("#...
{ "pile_set_name": "Github" }
\ tag: FCode implementation functions \ \ this code implements IEEE 1275-1994 ch. 5.3.3 \ \ Copyright (C) 2003 Stefan Reinauer \ \ See the file "COPYING" for further information about \ the copyright and warranty status of this work. \ hex 0 value fcode-sys-table \ table with built-in fcodes (0-0x7ff) true v...
{ "pile_set_name": "Github" }
#!/bin/ksh # # $OpenBSD: vnu.rc,v 1.1.1.1 2018/09/10 06:50:04 bentley Exp $ daemon="${TRUEPREFIX}/share/yacy/lib/yacycore.jar" daemon_user="_yacy" #daemon_flags="8888" . /etc/rc.d/rc.subr rc_bg=YES rc_reload=NO pexp="$(${LOCALBASE}/bin/javaPathHelper -c yacy) -cp ${daemon} net.yacy.yacy ${daemon_flags}" rc_start()...
{ "pile_set_name": "Github" }
Calculator is an application that solves mathematical equations and is suitable as a default application in a Desktop environment.
{ "pile_set_name": "Github" }
apiVersion: apps/v1 kind: Deployment metadata: name: event-subscriber labels: app: event-subscriber demo: dapr-apim spec: selector: matchLabels: app: event-subscriber template: metadata: labels: app: event-subscriber demo: dapr-apim annotations: dapr.io/...
{ "pile_set_name": "Github" }
{ "priority": "INFO", "payload": {"$ref": "common_payloads/ServerGroupPayload.json#"}, "event_type": "server_group.create", "publisher_id": "nova-api:fake-mini" }
{ "pile_set_name": "Github" }
import * as React from 'react'; import './App.css'; import JqxComboBox, { IComboBoxProps } from 'jqwidgets-scripts/jqwidgets-react-tsx/jqxcombobox'; import JqxPanel from 'jqwidgets-scripts/jqwidgets-react-tsx/jqxpanel'; class App extends React.PureComponent<{}, IComboBoxProps> { private myPanel = React.crea...
{ "pile_set_name": "Github" }
/******************************************************************************/ /* */ /* Copyright (c) Ulrich Drepper <drepper@redhat.com> */ /* Copyright (c) International Business Machines Corp., 2009 ...
{ "pile_set_name": "Github" }
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) // This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Globalization; namespace ICSharpCode.NRefactory.VB.Parser { /// <summary> /// This class impl...
{ "pile_set_name": "Github" }
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netstandard2.0</TargetFramework> <Version>2.1.1</Version> <Copyright>Copyright (c) Microsoft Corporation.</Copyright> <PackageLicenseFile>LICENSE</PackageLicenseFile> <PackageProjectUrl>https://github.com/microsoft/RulesEngine</P...
{ "pile_set_name": "Github" }
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c @@ -833,6 +833,25 @@ static struct board_info __initdata boar .has_ohci0 = 1, }; +/* NetGear DG834G v4 */ +static struct board_info __initdata board_96348W3 = { + .name = "96348W3", + .expected_cpu_id = 0x6348, + ...
{ "pile_set_name": "Github" }
/* $Id: teleint.c,v 1.16.2.5 2004/01/19 15:31:50 keil Exp $ * * low level stuff for TeleInt isdn cards * * Author Karsten Keil * Copyright by Karsten Keil <keil@isdn4linux.de> * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated her...
{ "pile_set_name": "Github" }
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd"> <id>bin</id> <formats> <format>zip</format> </formats> <fileSets> <fileSet> <directory>t...
{ "pile_set_name": "Github" }
import { Token, KeywordDescTable } from '../token'; import { nextToken } from '../scanner/scan'; import { report, Errors } from '../errors'; /** * The type of the `onToken` option. */ export type OnToken = void | Token[] | ((token: string, value: string, start?: number, end?: number) => void); /** * The core conte...
{ "pile_set_name": "Github" }
############################################################################### # Copyright (c) 2020 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is availa...
{ "pile_set_name": "Github" }
var http = require('http'); var fs = require('fs'); // BIG5 var cp950_b2u = {host:'moztw.org',path:'/docs/big5/table/cp950-b2u.txt'}, cp950_u2b = {host:'moztw.org',path:'/docs/big5/table/cp950-u2b.txt'}, cp950_moz18_b2u = {host:'moztw.org',path:'/docs/big5/table/moz18-b2u.txt'}; http.get(cp950_moz18_b2u, funct...
{ "pile_set_name": "Github" }
//===--- StmtCXX.h - Classes for representing C++ statements ----*- C++ -*-===// // // 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" }
# Copyright 2010-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 PROFILE_ARCH="mips64el" CHOST="mips64el-unknown-linux-gnu" DEFAULT_ABI="n64" ABI="${DEFAULT_ABI}" MULTILIB_ABIS="n64" CHOST_n64="${CHOST}" ABI_MIPS="n64" IUSE_IMPLICIT="abi_mips_n64"
{ "pile_set_name": "Github" }
/*********************************************************************************************************************** * OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC, and other contributors. All rights reserved. * * Redistribution and use in source and binary forms, with or without m...
{ "pile_set_name": "Github" }
#ifndef PQCLEAN_SPHINCSSHA256128FSIMPLE_AVX2_SHA256_H #define PQCLEAN_SPHINCSSHA256128FSIMPLE_AVX2_SHA256_H #define PQCLEAN_SPHINCSSHA256128FSIMPLE_AVX2_SHA256_BLOCK_BYTES 64 #define PQCLEAN_SPHINCSSHA256128FSIMPLE_AVX2_SHA256_OUTPUT_BYTES 32 /* This does not necessarily equal PQCLEAN_SPHINCSSHA256128FSIMPLE_AVX2_N *...
{ "pile_set_name": "Github" }
{ "title":"SVG SMIL animation", "description":"Method of using animation elements to animate SVG images", "spec":"https://www.w3.org/TR/SVG/animate.html", "status":"rec", "links":[ { "url":"http://svg-wow.org/blog/category/animation/", "title":"Examples on SVG WOW" }, { "url":"ht...
{ "pile_set_name": "Github" }
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const AWS = require('aws-sdk'); AWS.config.region = process.env.AWS_REGION || 'us-east-1'; exports.handler = async (event, context) => { console.log(event); // Create the DynamoDB service object var ddb = new AWS.DynamoDB({ apiVers...
{ "pile_set_name": "Github" }
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\Sales\Service\V1; use Magento\TestFramework\TestCase\WebapiAbstract; class OrderCommentsListTest extends WebapiAbstract { const SERVICE_NAME = 'salesOrderManagementV1'; const SERVICE_VERS...
{ "pile_set_name": "Github" }
@ant build-jparted
{ "pile_set_name": "Github" }
# Pi-Egg for Eggbot by thor4231 <p align="center"> <img src="preview.jpg"/> </p> http://www.thingiverse.com/thing:269809 Summary Eggbot art in celebration of Pi Day. Made it last year and felt it was time to share it.
{ "pile_set_name": "Github" }
package com.openrsc.server.plugins.authentic.skills.crafting; import com.openrsc.server.ServerConfiguration; import com.openrsc.server.constants.ItemId; import com.openrsc.server.constants.Quests; import com.openrsc.server.constants.Skills; import com.openrsc.server.external.ItemCraftingDef; import com.openrsc.server....
{ "pile_set_name": "Github" }
<?xml version="1.0" ?> <annotation> <folder>widerface</folder> <filename>13--Interview_13_Interview_Interview_2_People_Visible_13_260.jpg</filename> <source> <database>wider face Database</database> <annotation>PASCAL VOC2007</annotation> <image>flickr</image> <flickrid>-1</flickrid> </source> <owner> <flickrid>yanyu</...
{ "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" }
/** * C: 邻接表表示的"有向图(List Directed Graph)" * * @author skywang * @date 2014/04/18 */ #include <stdio.h> #include <stdlib.h> #include <malloc.h> #include <string.h> #define MAX 100 #define isLetter(a) ((((a)>='a')&&((a)<='z')) || (((a)>='A')&&((a)<='Z'))) #define LENGTH(a) (sizeof(a)/sizeof(a[0])) // 邻接表中表对应的链表...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="8152.3" systemVersion="14E46" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES"> <dependencies> ...
{ "pile_set_name": "Github" }
version https://git-lfs.github.com/spec/v1 oid sha256:893b53ba91c6d85fc07d91debf03027a792e6a3862bb4eb2c7bf6a868dc34d3c size 14527
{ "pile_set_name": "Github" }
// Copyright 2010 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 stdmethods defines an Analyzer that checks for misspellings // in the signatures of methods similar to well-known interfaces. package stdmethods imp...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # Copyright (c) 2012 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. """Helper script to repack paks for a list of locales. Gyp doesn't have any built-in looping capability, so this just provides a w...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: BSD-3-Clause * Copyright(c) 2010-2014 Intel Corporation. * Copyright(c) 2016 6WIND S.A. */ #include <stdio.h> #include <string.h> #include <stdint.h> #include <stdarg.h> #include <unistd.h> #include <inttypes.h> #include <errno.h> #include <sys/queue.h> #include <sys/mman.h> #include <r...
{ "pile_set_name": "Github" }
// // Copyright (c) Microsoft Corporation. All rights reserved. // namespace Microsoft.DeviceModels.Chipset.MM9691LP { using System; using System.Runtime.CompilerServices; using Microsoft.Zelig.Runtime; [MemoryMappedPeripheral(Length=0x00000020U)] public abstract class ARMTIMERx ...
{ "pile_set_name": "Github" }
# @prefix without : @prefix x <http://www.w3.org/2013/TurtleTests/> .
{ "pile_set_name": "Github" }
/* * Copyright 2010 Lincoln Baxter, III * * 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" }
/* ** 2011 April 02 ** ** 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" }
<?php /* * This file is part of Sulu. * * (c) Sulu GmbH * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. */ namespace Sulu\Bundle\ContactBundle\Tests\Functional\Controller; use Sulu\Bundle\ContactBundle\Entity\Account; use Sulu\Bundle\MediaBundle\...
{ "pile_set_name": "Github" }
// // AppDelegate.swift // EmojiArt // // Created by CS193p Instructor. // Copyright © 2017 CS193p Instructor. All rights reserved. // import UIKit @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? func application(_ application: UIApplication, didFinishLa...
{ "pile_set_name": "Github" }
source "https://rubygems.org" gem 'rails', '~>3.0.0' gem 'rake', '~>0.8.7' gem 'haml' gem 'sass' gem 'compass' group :test, :development do gem 'ruby-debug19' gem 'awesome_print' end
{ "pile_set_name": "Github" }
/* * Copyright (C) 2014-2018 Mikhail Kulesh * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation, either version 3 of the License, * or (at your option) any later version. * * This program is d...
{ "pile_set_name": "Github" }
use crate::Process; use std::collections::hash_map::DefaultHasher; use std::hash::{Hash, Hasher}; use std::time::Duration; #[test] fn process_equality() { // TODO: Tests like these would be cleaner with the builder pattern for the rust-side Process API. let process_generator = |description: String, timeout: Optio...
{ "pile_set_name": "Github" }
/* Copyright Rene Rivera 2008-2014 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) */ #ifndef MSGPACK_PREDEF_COMPILER_METROWERKS_H #define MSGPACK_PREDEF_COMPILER_METROWERKS_H #include <msgpack/predef/version_number.h> ...
{ "pile_set_name": "Github" }
# # Copyright 2002-2005 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation...
{ "pile_set_name": "Github" }
(define Y (lambda (m) ((lambda (f) (m (lambda (a) ((f f) a)))) (lambda (f) (m (lambda (a) ((f f) a)))))))
{ "pile_set_name": "Github" }
/* * Copyright (C) 2008 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" }
#!/bin/bash set -euo pipefail warning='" WARNING: Do not edit this file directly - it is built from the src directory' echo $warning > colors/nova.vim echo $warning > autoload/airline/themes/nova.vim echo $warning > autoload/lightline/colorscheme/nova.vim node src/index.js >> colors/nova.vim node src/airline.js >> aut...
{ "pile_set_name": "Github" }
class A { public: A(int i); }; class B : public A { public: B() : A(1) {} };
{ "pile_set_name": "Github" }
var fs = require('graceful-fs'); var test = require('tap').test; var glob = require('../'); test('mock fs', function(t) { var stat = fs.stat var statSync = fs.statSync var readdir = fs.readdir var readdirSync = fs.readdirSync function fakeStat(path) { var ret switch (path.toLowerCase()) { case...
{ "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" }
#include <memory> #include <cassert> #include <cstdio> #include <stdlib.h> #include <algorithm> #include <vector> // enable debugging code in spp_bitset.h #define SPP_TEST 1 #include <sparsepp/spp_timer.h> #include <sparsepp/spp_memory.h> #include <sparsepp/spp_dlalloc.h> using namespace std; static float _to_mb(...
{ "pile_set_name": "Github" }
{ "parent": "item/handheld", "textures": { "layer0": "thebetweenlands:items/weedwood_sword_aqua_corrodible", "layer1": "thebetweenlands:items/weedwood_sword_aqua_corrosion_1" } }
{ "pile_set_name": "Github" }
//===----------------------------------------------------------------------===// // // 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" }
{ "name": "package-4", "version": "1.0.0" }
{ "pile_set_name": "Github" }
PACKAGE=semantic_version TESTS_DIR=tests DOC_DIR=docs # Use current python binary instead of system default. COVERAGE = python $(shell which coverage) FLAKE8 = flake8 all: default default: .PHONY: all default # Package management # ================== clean: find . -type f -name '*.pyc' -delete find . -type f...
{ "pile_set_name": "Github" }
# This file is automatically generated by Android Tools. # Do not modify this file -- YOUR CHANGES WILL BE ERASED! # # This file must be checked in Version Control Systems. # # To customize properties used by the Ant build system use, # "ant.properties", and override values to adapt the script to your # project structu...
{ "pile_set_name": "Github" }
/* * Copyright 2009-2011 Freescale Semiconductor, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * Version 2 as published by the Free Software Foundation. */ #include <common.h> #include <i2c.h> #include <hwconfig.h> #include <...
{ "pile_set_name": "Github" }
# {{classname}} ## Enum {{#allowableValues}}{{#enumVars}} * `{{name}}` (value: `{{{value}}}`) {{/enumVars}}{{/allowableValues}}
{ "pile_set_name": "Github" }
/* * Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
{ "pile_set_name": "Github" }
// Copyright 2018 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 protoreflect // Descriptor provides a set of accessors that are common to every descriptor. // Each descriptor type wraps the equivalent google.protobu...
{ "pile_set_name": "Github" }
// Copyright (c) 2011 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. #include "remoting/base/auth_token_util.h" #include "remoting/base/constants.h" namespace remoting { void ParseAuthTokenWithService(const std::strin...
{ "pile_set_name": "Github" }
// // Mono.Data.Tds.Protocol.TdsConnectionParameters.cs // // Author: // Tim Coleman (tim@timcoleman.com) // Daniel Morgan (danielmorgan@verizon.net) // // Copyright (C) 2002 Tim Coleman // Portions (C) 2003 Daniel Morgan // // // Permission is hereby granted, free of charge, to any person obtaining // a copy of t...
{ "pile_set_name": "Github" }
/* Copyright (c) 2004-2009, Sara Golemon <sarag@libssh2.org> * Copyright (c) 2009-2015 Daniel Stenberg * Copyright (c) 2010 Simon Josefsson <simon@josefsson.org> * All rights reserved. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided * that the followi...
{ "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" }
{{template "base/head" .}} <div class="user settings profile"> {{template "user/settings/navbar" .}} <div class="ui container"> {{template "base/alert" .}} <h4 class="ui top attached header"> {{.i18n.Tr "settings.public_profile"}} </h4> <div class="ui attached segment"> <p>{{.i18n.Tr "settings.profile_d...
{ "pile_set_name": "Github" }
/*! * Font Awesome Free 5.10.2 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ .fa, .fas, .far, .fal, .fad, .fab { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-blo...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2019 Nam Nguyen, nam@ene.im * * 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" }