text stringlengths 2 99k | meta dict |
|---|---|
{
"_from": "is-fullwidth-code-point@^2.0.0",
"_id": "is-fullwidth-code-point@2.0.0",
"_inBundle": false,
"_integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
"_location": "/yargs/is-fullwidth-code-point",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-fullw... | {
"pile_set_name": "Github"
} |
require('../../modules/es6.array.filter');
module.exports = require('../../modules/_core').Array.filter; | {
"pile_set_name": "Github"
} |
/* mbed Microcontroller Library
*******************************************************************************
* Copyright (c) 2014, STMicroelectronics
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condition... | {
"pile_set_name": "Github"
} |
entity tb_dpram1 is
end tb_dpram1;
library ieee;
use ieee.std_logic_1164.all;
architecture behav of tb_dpram1 is
signal raddr : std_logic_vector(3 downto 0);
signal rdat : std_logic_vector(7 downto 0);
signal waddr : std_logic_vector(3 downto 0);
signal wdat : std_logic_vector(7 downto 0);
signal clk : std_... | {
"pile_set_name": "Github"
} |
--
-- Copyright (c) 2016, Facebook, Inc.
-- All rights reserved.
--
-- This source code is licensed under the BSD-style license found here
-- https://github.com/facebook/fb.resnet.torch/blob/master/LICENSE. An additional grant
-- of patent rights can be found in the PATENTS file in the same directory.
--
-- Code ... | {
"pile_set_name": "Github"
} |
{
"id": "addon@jetpack",
"name": "addon",
"version": "0.0.1"
}
| {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-scheduler:v1.16.1-beta.0
| {
"pile_set_name": "Github"
} |
<block_set xmlns="http://de.fhg.iais.roberta.blockly" robottype="ev3" xmlversion="" description="" tags="">
<instance x="-7" y="1">
<block type="robActions_motorDiff_on" id="154" inline="false" disabled="true">
<field name="DIRECTION">FOREWARD</field>
</block>
</instance>
</block_set> | {
"pile_set_name": "Github"
} |
package lager // import "code.cloudfoundry.org/lager"
| {
"pile_set_name": "Github"
} |
package simplelru
// LRUCache is the interface for simple LRU cache.
type LRUCache interface {
// Adds a value to the cache, returns true if an eviction occurred and
// updates the "recently used"-ness of the key.
Add(key, value interface{}) bool
// Returns key's value from the cache and
// updates the "recently... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"filename" : "feature-SMS.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
/***
Olive - Non-Linear Video Editor
Copyright (C) 2019 Olive Team
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.... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<FrameLayout
android:layout_width="wrap_content"
android:layout_height="32dp"
android:background="... | {
"pile_set_name": "Github"
} |
"Test statusbar, coverage 100%."
from idlelib import statusbar
import unittest
from test.support import requires
from tkinter import Tk
class Test(unittest.TestCase):
@classmethod
def setUpClass(cls):
requires('gui')
cls.root = Tk()
cls.root.withdraw()
@classmethod
def tearD... | {
"pile_set_name": "Github"
} |
---
external help file: Builtin-help.xml
Module Name: Builtin
online version:
schema: 2.0.0
---
# Get-CommandHistory
## SYNOPSIS
Get the recent execution history of a command
## SYNTAX
### all (Default)
```
Get-CommandHistory -Bot <Object> [[-Count] <Int32>] [<CommonParameters>]
```
### name
```
Get-CommandHistory... | {
"pile_set_name": "Github"
} |
/*
* X.509v3 certificate parsing and processing
* Copyright (c) 2006-2011, Jouni Malinen <j@w1.fi>
*
* This software may be distributed under the terms of the BSD license.
* See README for more details.
*/
#ifndef X509V3_H
#define X509V3_H
#include "asn1.h"
struct x509_algorithm_identifier {
struct asn1_oid o... | {
"pile_set_name": "Github"
} |
/*
* 练习6.34:如果factorial函数的停止条件如下所示,将发生什么情况?
* if (val != 0)
*/
/*
* 如果val是个负数,那么函数将永远递归下去,直到栈溢出。提示:Segmentation fault (core dumped)
* 如果是正数,那么会多调用一次,即调用factorial(1) --> factorial(0) * 1 --> 1 * 1,这是多余的。
*/
#include <iostream>
using std::cout;
using std::endl;
using std::cin;
// 计算val的阶乘,即1 * 2 * 3 ... * val
i... | {
"pile_set_name": "Github"
} |
#include <linux/ceph/ceph_debug.h>
#include <linux/module.h>
#include <linux/fs.h>
#include <linux/slab.h>
#include <linux/string.h>
#include <linux/uaccess.h>
#include <linux/kernel.h>
#include <linux/writeback.h>
#include <linux/vmalloc.h>
#include <linux/posix_acl.h>
#include <linux/random.h>
#include "super.h"
#i... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2012 www.amsoft.cn
*
* 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 agr... | {
"pile_set_name": "Github"
} |
/*
* This file is part of Mixin, licensed under the MIT License (MIT).
*
* Copyright (c) SpongePowered <https://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software... | {
"pile_set_name": "Github"
} |
[package]
name = "livesplit-title-abbreviations"
version = "0.1.0"
authors = ["Christopher Serr <christopher.serr@gmail.com>"]
documentation = "https://docs.rs/livesplit-title-abbreviations/"
repository = "https://github.com/LiveSplit/livesplit-core/tree/master/crates/livesplit-title-abbreviations"
license = "Apache-2.... | {
"pile_set_name": "Github"
} |
form=词
tags=
东南形胜地,
极目锁岚烟。
海山钟异秀、产英贤。
人多吉善,
息念屏嚣喧。
是处追朋挹,
探妙*真,
共修物外因缘。
愿由斯、道念弥坚。
早早悟重玄。
殷勤营养就、火中莲。
清香馥郁,
递互尽相传。
异日真功满,
拂袖携云,
迳超无上人天。
节令频移政,
寒暑递相迁。
光阴驹过隙、古今传。
晓来万户,
欢笑贺新年。
谁肯回光照,
绀发童颜,
渐成衰鬓皤然。
愿人人、早悟根原。
搜觅妙中玄。
洞天风月下、舞胎仙。
刀圭潋滟,
一颗大丹圆。
捧入青霄路,
步步无生,
任从海变桑田。
人间何最苦,
说著替君愁。
眼前生灭景、象悠悠。
虚名薄利,
随分少贪求。
幸遇嘉时节,
乘兴偷闲,
访寻霞侣云俦。
更那堪、猛... | {
"pile_set_name": "Github"
} |
require 'spec_helper'
describe Kms::TemplateProcessor, type: :service do
describe '#process' do
let(:template) { FactoryGirl.build(:template) }
subject { Kms::TemplateProcessor.new(template) }
it "substitutes <script src> with {{ ... asset_tag }}" do
expect(subject.process).to include("{{ 'compres... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2000, 2011 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | {
"pile_set_name": "Github"
} |
--TEST--
PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', TRUE, TRUE, TRUE)
--FILE--
<?php
class Foo
{
public function bar(Foo $foo)
{
}
public function baz(Foo $foo)
{
}
}
require_once 'PHPUnit/Autoload.php';
require_once 'Text/Template.php';
$mock = PHPUnit_Framew... | {
"pile_set_name": "Github"
} |
/**********************************************************************************
* Copyright 2008-2009 Sakai Foundation
*
* Licensed under the Educational Community 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
... | {
"pile_set_name": "Github"
} |
<snippet>
<content><![CDATA[${TM_RAILS_TEMPLATE_START_RUBY_EXPR}submit_tag "${1:Save changes}"${2:, :id => "${3:submit}"}${4:, :name => "${5:$3}"}${6:, :class => "${7:form_$3}"}${8:, :disabled => ${9:false}}${10:, :disable_with => "${11:Please wait...}"}${TM_RAILS_TEMPLATE_END_RUBY_EXPR}]]></content>
<tabTrigger>st</... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) Narf Industries <info@narfindustries.com>
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, cop... | {
"pile_set_name": "Github"
} |
This file is autogenerated, but we've stopped checking such files into the
repository to reduce the need for rebases. Please run hack/generate-docs.sh to
populate this file.
| {
"pile_set_name": "Github"
} |
.. index:: Raster, Layer properties
.. _raster_properties_dialog:
************************
Raster Properties Dialog
************************
.. only:: html
.. contents::
:local:
To view and set the properties for a raster layer, double click on
the layer name in the map legend, or right click on the layer ... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2013 the original author or 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 applica... | {
"pile_set_name": "Github"
} |
/*
* 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, software
* distribut... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2019 Arthur Gregorio, AG.Software
*
* 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 ... | {
"pile_set_name": "Github"
} |
rootWebArea
++genericContainer editable multiline richlyEditable name='label'
++genericContainer editable multiline richlyEditable description='description' descriptionFrom=relatedElement
++genericContainer editable multiline richlyEditable name='title'
++paragraph
++++staticText name='description'
++++++inlineTextBox ... | {
"pile_set_name": "Github"
} |
<?php
/**
* LegacyProxy class file.
*/
namespace Automattic\WooCommerce\Proxies;
use Automattic\WooCommerce\Internal\DependencyManagement\Definition;
use \Psr\Container\ContainerInterface;
/**
* Proxy class to access legacy WooCommerce functionality.
*
* This class should be used to interact with code outside t... | {
"pile_set_name": "Github"
} |
--TEST--
Bug #54973: SimpleXML casts integers wrong
--SKIPIF--
<?php if (!extension_loaded('simplexml')) die('skip simplexml extension not loaded'); ?>
--FILE--
<?php
$xml = simplexml_load_string("<xml><number>9223372036854775808</number></xml>");
var_dump($xml->number);
$int = $xml->number / 1024 / 1024 / 1024;
var_... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1996, 2017, 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"
} |
{% noeol %}
{% if item.isSchema and item.associatedResource %}
{% call_template _resource_file_path resource=item.associatedResource children="" %}
{% endif %}
{% endnoeol%}
| {
"pile_set_name": "Github"
} |
;<?php die(''); ?>
;for security reasons , don't remove or modify the first line
;============= Main parameters
; driver name : "ldap", "Db", "Class" or "LDS" (respect the case of characters)
driver = Db
;============ Parameters for the plugin
; session variable name
session_name = "JELIX_USER"
; set to 'on' to des... | {
"pile_set_name": "Github"
} |
@{
ViewData["Title"] = "Secure";
}
@using Microsoft.AspNetCore.Authentication
<h2>Claims</h2>
<dl>
@foreach (var claim in User.Claims)
{
<dt>@claim.Type</dt>
<dd>@claim.Value</dd>
}
</dl>
<h2>Properties</h2>
<dl>
@foreach (var prop in (await Context.AuthenticateAsync()).Propert... | {
"pile_set_name": "Github"
} |
/* Copyright 2016 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 applicable law or ag... | {
"pile_set_name": "Github"
} |
:030000000219FDE5
:03000B000200AA46
:03002B0002015679
:03005B000202E5B9
:030073000202D2B4
:1000800002030406080C10182030406080040608A3
:100090000C10182030406080A0C00003070F1F0D17
:1000A0000D04050D050205030302C2AFC0D0C0E078
:1000B000206214E5256009E473E525F4F58AD2622F
:1000C000D0E0D0D0D2AF3285268AC262E526F46075
:1000D0002... | {
"pile_set_name": "Github"
} |
/*
Copyright 2019 The Jetstack cert-manager contributors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed... | {
"pile_set_name": "Github"
} |
// Copyright 2007-2010 Baptiste Lepilleur
// Distributed under MIT license, or public domain if desired and
// recognized in your jurisdiction.
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
#ifndef JSON_CONFIG_H_INCLUDED
#define JSON_CONFIG_H_INCLUDED
/// If defined, indicates that ... | {
"pile_set_name": "Github"
} |
Param
(
[bool]$use_tls = $false
)
$allTests =
"empty_unary",
"large_unary",
"client_streaming",
"server_streaming",
"ping_pong",
"empty_stream",
#"compute_engine_creds",
#"jwt_token_creds",
#"oauth2_auth_token",
#"per_rpc_creds",
"cancel_after_begin",
"cancel_after_first_response",
"ti... | {
"pile_set_name": "Github"
} |
{
"uri": "test/base/data/node/matrix_indecomposable.gltf",
"mimeType": "model/gltf+json",
"validatorVersion": "2.0.0-dev.3.0",
"issues": {
"numErrors": 1,
"numWarnings": 0,
"numInfos": 2,
"numHints": 0,
"messages": [
{
"code": "NODE_MAT... | {
"pile_set_name": "Github"
} |
// Copyright 2014 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 "components/undo/bookmark_undo_utils.h"
#include "components/undo/bookmark_undo_service.h"
#include "components/undo/undo_manager.h"
// ScopedS... | {
"pile_set_name": "Github"
} |
//
// RoutingTests.swift
// TunnelKitTests
//
// Created by Davide De Rosa on 4/30/19.
// Copyright (c) 2020 Davide De Rosa. All rights reserved.
//
// https://github.com/passepartoutvpn
//
// This file is part of TunnelKit.
//
// TunnelKit is free software: you can redistribute it and/or modify
// it under the... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1020"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# added 2018-02-07 by Harshvardhan Shrivastava
# This file is part of the rsyslog project, released under ASL 2.0
echo ===============================================================================
echo \rscript_hash32.sh\]: test for hash32 and hash64mod script-function
. ${srcdir:=.}/diag.sh init
generate... | {
"pile_set_name": "Github"
} |
1
| {
"pile_set_name": "Github"
} |
/* (c) 2017 Open Source Geospatial Foundation - all rights reserved
* This code is licensed under the GPL 2.0 license, available at the root
* application directory.
*/
package org.geoserver.notification.geonode.kombu;
public abstract class KombuWorkspaceItemInfo extends KombuSource {
private String wo... | {
"pile_set_name": "Github"
} |
// Copyright 2016 Google Inc. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package uuid
import (
"database/sql/driver"
"fmt"
)
// Scan implements sql.Scanner so UUIDs can be read from databases transparently
// Currently, database typ... | {
"pile_set_name": "Github"
} |
// Choreo version 1
actor "!Target1"
{
channel "Audio"
{
event speak "cit_shock04"
{
time 0.000000 0.420567
param "ep1_citizen.cit_shock04"
param2 "75dB"
fixedlength
cctype "cc_master"
cctoken ""
}
}
channel "Expression"
{
}
channel "Look"
{
}
channel ... | {
"pile_set_name": "Github"
} |
0 val_0
0 val_0
0 val_0
0 val_0
0 val_0
0 val_0
0 val_0
0 val_0
0 val_0
2 val_2
4 val_4
5 val_5
5 val_5
5 val_5
5 val_5
5 val_5
5 val_5
5 val_5
5 val_5
5 val_5
8 val_8
9 val_9
10 val_10
11 val_11
12 val_12
12 val_12
12 val_12
12 val_12
15 val_15
15 val_15
15 val_15
15 val_15
17 val_17
18 val_18
18 val_18
18 val_18
18 v... | {
"pile_set_name": "Github"
} |
//===--- PPC.cpp - PPC Helpers for Tools ------------------------*- 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"
} |
/*
* Locale definitions for Belarusian
*
* Copyright 2002 Alexandre Julliard for CodeWeavers
*
* 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,... | {
"pile_set_name": "Github"
} |
#format: frame checksums
#version: 1
#hash: MD5
#tb 0: 1001/30000
#stream#, dts, pts, duration, size, hash
0, 0, 0, 1, 152064, 40839b7a3a40ec10f96b8a75224f646d
0, 1, 1, 1, 152064, 11408dd73e8c45ddaab99f5c9650102b
| {
"pile_set_name": "Github"
} |
# On HDI edge node, need to run this so that the AzureML package can be installed:
# sudo apt-get -y update && sudo apt-get -y install libcurl4-gnutls-dev
# sudo apt-get -y install libssl-dev
# sudo apt-get -y install libxml2-dev
# Run R using "sudo" if you want to install AzureML system-wide
options("repos"="https:/... | {
"pile_set_name": "Github"
} |
// WARNING: DO NOT EDIT THIS FILE. THIS FILE IS MANAGED BY SPRING ROO.
// You may push code into the target .java compilation unit if you wish to edit any member(s).
package com.disid.restful.model;
import com.disid.restful.model.Product;
import org.apache.commons.lang3.builder.ReflectionToStringBuilder;
import org.a... | {
"pile_set_name": "Github"
} |
pragma experimental ABIEncoderV2;
pragma solidity ^0.6.0;
contract ContractWithWarning {
uint256 initialValue;
event SomeEvent(uint256 value);
address payable owner;
constructor() public {
owner = msg.sender;
}
function someFunction() public payable {
initialValue += msg.... | {
"pile_set_name": "Github"
} |
//===- llvm/CodeGen/CriticalAntiDepBreaker.h - Anti-Dep Support -*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
/**
* OEML - REST API
* This section will provide necessary information about the `CoinAPI OEML REST API` protocol. This API is also available in the Postman application: <a href=\"https://postman.coinapi.io/\" target=\"_blank\">https://postman.coinapi.io/</a>
*
* The version of the OpenAPI document: v1
* C... | {
"pile_set_name": "Github"
} |
package wyvern.stdlib.support;
public class CommandLineUtils {
private static DynArrayList argumentList; // array list of command line arguments.
public static final CommandLineUtils utils = new CommandLineUtils();
public CommandLineUtils() {
}
public String get(int index) {
return (Strin... | {
"pile_set_name": "Github"
} |
// Rewrite of Quarterstaff
// Author: Rook
// Date: January 25, 2015
"item_quarterstaff_datadriven"
{
// General
//-------------------------------------------------------------------------------------------------------------
"BaseClass" "item_datadriven"
"ID" "1010" //Valve's version of this item uses ... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2009 Mark Renouf
*
* 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 i... | {
"pile_set_name": "Github"
} |
"use strict";
exports.__esModule = true;
exports.default = void 0;
/**
* Contains helpers for working with vendor prefixes.
*
* @example
* const vendor = postcss.vendor
*
* @namespace vendor
*/
var vendor = {
/**
* Returns the vendor prefix extracted from an input string.
*
* @param {string} prop St... | {
"pile_set_name": "Github"
} |
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | {
"pile_set_name": "Github"
} |
/*
*
*
* Copyright 1990-2007 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program 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"
} |
/* Albanian initialisation for the jQuery UI date picker plugin. */
/* Written by Flakron Bytyqi (flakron@gmail.com). */
jQuery(function($){
$.datepicker.regional['sq'] = {
closeText: 'mbylle',
prevText: '<mbrapa',
nextText: 'Përpara>',
currentText: 'sot',
monthNames: ['Janar','Shkurt','Mars','Pril... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2000-2003,2005 Silicon Graphics, 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.
*
* This program is distributed in the hope that it woul... | {
"pile_set_name": "Github"
} |
package tls
import (
"crypto/tls"
"crypto/x509"
"io/ioutil"
)
//------------------------------------------------------------------------------
// Documentation is a markdown description of how and why to use TLS settings.
const Documentation = `### TLS
Custom TLS settings can be used to override system defaults.... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env sh
if [ "x$npm_config_node_gyp" = "x" ]; then
node "`dirname "$0"`/../../node_modules/node-gyp/bin/node-gyp.js" "$@"
else
"$npm_config_node_gyp" "$@"
fi
| {
"pile_set_name": "Github"
} |
var searchData=
[
['uniform',['uniform',['../classfasttext_1_1Matrix.html#aef334e5d5a164b01c2b74960ffa3782d',1,'fasttext::Matrix']]],
['update',['update',['../classfasttext_1_1Model.html#ad92f524e3bf61598602c588408ca934b',1,'fasttext::Model']]]
];
| {
"pile_set_name": "Github"
} |
// +build go1.2
package toml
// In order to support Go 1.1, we define our own TextMarshaler and
// TextUnmarshaler types. For Go 1.2+, we just alias them with the
// standard library interfaces.
import (
"encoding"
)
// TextMarshaler is a synonym for encoding.TextMarshaler. It is defined here
// so that Go 1.1 can... | {
"pile_set_name": "Github"
} |
import sys, wx
sys.path.append('../../')
from sciapp.object import Surface, MarkText, MeshSet
from sciwx.mesh import Canvas3DFrame, Canvas3DNoteBook, Canvas3DNoteFrame
from sciapp.util import surfutil
vts, fs, ns, cs = surfutil.build_ball((100,100,100),50, (1,0,0))
def canvas3d_test():
frame = wx.Frame(None, titl... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft. All rights reserved.
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("Microsoft.Azure.Devices.Edge.Agent.Edgelet.Test")]
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2019 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 to in... | {
"pile_set_name": "Github"
} |
<Application x:Class="StylingIntroSample.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="Window1.xaml"
>
<Application.Resources>
</Application.Resources>
</Application>
| {
"pile_set_name": "Github"
} |
"""
:class:`ZoomBar` is a class that *appoximatively* mimics the behaviour of the Mac Dock,
inside a :class:`Panel`.
Description
===========
:class:`ZoomBar` is a class that *appoximatively* mimics the behaviour of the Mac Dock,
inside a :class:`Panel`.
Once you hover mouse over the :class:`ZoomBar` correct button ... | {
"pile_set_name": "Github"
} |
/*=========================================================================
Program: Visualization Toolkit
Module: vtkSMPMergePolyDataHelper.h
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This s... | {
"pile_set_name": "Github"
} |
// Copyright 2014 BitPay Inc.
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <iomanip>
#include <sstream>
#include <stdio.h>
#include "univalue.h"
#include "univalue_escapes.h"
using namespace std;
static string json... | {
"pile_set_name": "Github"
} |
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-09-11 12:44+0000\n"... | {
"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
c = (
{
class A {
let a {
struct B {
class
case ,
var {
{
{
( {
{
{
( {
{
{
( {
( {
{
( {
{
{
( {
{
{
{
(
A {
| {
"pile_set_name": "Github"
} |
/*-------------------------------------------------------------------------
*
* nodeBitmapIndexscan.c
* Routines to support bitmapped index scans of relations
*
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
*... | {
"pile_set_name": "Github"
} |
From 8124706e6040b1cf0d2dd3a05759df6cec4bddfb Mon Sep 17 00:00:00 2001
From: Jonas Gorski <jonas.gorski@gmail.com>
Date: Sun, 16 Jul 2017 12:32:37 +0200
Subject: [PATCH V2 3/8] tty/bcm63xx_uart: use refclk for the expected clock
name
We now have the clock available under refclk, so use that.
Acked-by: Greg Kroah-Har... | {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
// <auto-generated />
//
// This file was automatically generated by SWIG (http://www.swig.org).
// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
//----... | {
"pile_set_name": "Github"
} |
ca73f82f9c7f05588701b63980c15dfcb0fe2e77637de4f378bd8e8aae7698c49d4a9c83c70bdec1181aeae99ff64f867f5da2284cd0bd4021e2ee4d289cc48d
| {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <MMCommon/MMObject.h>
@class NSArray, NSString;
@interface WCPayTransBankItem : MMObject
{
unsigned int _m_uiBankFlag;
... | {
"pile_set_name": "Github"
} |
# This source code refers to The Go Authors for copyright purposes.
# The master list of authors is in the main Go distribution,
# visible at http://tip.golang.org/AUTHORS.
| {
"pile_set_name": "Github"
} |
// Boost string_algo library find_format_store.hpp header file ---------------------------//
// Copyright Pavol Droba 2002-2003.
//
// 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)
// See http://... | {
"pile_set_name": "Github"
} |
{
extern char *ops;
extern void *ops_cache;
#include "d.h"
int ops_scan(char *ops, void *ops_cache, d_loc_t *loc,
unsigned char *op_assoc, int *op_priority);
}
X: '1' (${scan ops_scan(ops, ops_cache)} '2')*;
| {
"pile_set_name": "Github"
} |
/**
* Implements hook_field_widget_properties_alter().
*/
function <?php print $basename; ?>_field_widget_properties_alter(&\$widget, \$context) {
${1:// Change a widget's type according to the time of day.
\$field = \$context['field'];
if (\$context['entity_type'] == 'node' && \$field['field_name'] == 'field_f... | {
"pile_set_name": "Github"
} |
{
"type": "index",
"value": {
"index": ".monitoring-kibana-6-2018.02.13",
"mappings": {
"dynamic": false,
"properties": {
"cluster_uuid": {
"type": "keyword"
},
"kibana_stats": {
"properties": {
"concurrent_connections": {
"ty... | {
"pile_set_name": "Github"
} |
/** @file
This file contains the register definition of XHCI host controller.
Copyright (c) 2011 - 2017, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distributio... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
# PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN:
# https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code
from ccxt.async_support.base.exchange import Exchange
import hashlib
import json
from ccxt.base.errors import ArgumentsRequired
class sou... | {
"pile_set_name": "Github"
} |
#include <linux/export.h>
#include <linux/kref.h>
#include <linux/list.h>
#include <linux/mutex.h>
#include <linux/phylink.h>
#include <linux/rtnetlink.h>
#include <linux/slab.h>
#include "sfp.h"
struct sfp_bus {
struct kref kref;
struct list_head node;
struct device_node *device_node;
const struct sfp_socket_op... | {
"pile_set_name": "Github"
} |
#include <ntddk.h>
#include "hvpp.h"
#include "hypervisor.h"
#include "vcpu.h"
#include "lib/assert.h"
#include "lib/cr3_guard.h"
#include "lib/driver.h"
#include "lib/mm.h"
#include "vmexit/vmexit_c_wrapper.h"
#include <stdarg.h>
using namespace ia32;
using namespace hvpp;
#define vcpu_ ... | {
"pile_set_name": "Github"
} |
ref: refs/heads/master
| {
"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"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.