text stringlengths 2 99k | meta dict |
|---|---|
/*
* Copyright (c) 2015, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
*/
#if swift(>=3)
pu... | {
"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"
} |
The nice thing is that we can define the windows used for gradient calculation
by first selecting a sufficient aligned window, and then sub-selecting the
set of predictions we want, which can be a subset of the total number of
predictions arising from the window.
There are a couple design decisions to be made.
1. Tru... | {
"pile_set_name": "Github"
} |
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl... | {
"pile_set_name": "Github"
} |
document.title += ' ' + art.dialog.fn.version;
// 运行代码
$.fn.runCode = function () {
var getText = function(elems) {
var ret = "", elem;
for ( var i = 0; elems[i]; i++ ) {
elem = elems[i];
if ( elem.nodeType === 3 || elem.nodeType === 4 ) {
ret += elem.nodeValue;
} else if ( elem.nodeType !== 8 ) {
... | {
"pile_set_name": "Github"
} |
<table class="typeindex" border="1">
<tr style="background-color:cornflowerblue">
<td>
<table class="category">
<tr><td><strong></strong></td></tr>
</table>
</td>
<td>
<table class="category">
<tr><td><strong>Nominals</strong></td></tr>
</table>
</td>
<td>
<table class="cat... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE project [
<!--
Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
http://www.eclipse... | {
"pile_set_name": "Github"
} |
{-# OPTIONS_GHC -fno-warn-type-defaults #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE ScopedTypeVariables #-}
module Course.FunctorTest where
import Test.Tasty (TestTree, testGroup)
import Test.Tasty.HUnit (testCase, (@?=))
import Test.Tasty.QuickCheck (testProper... | {
"pile_set_name": "Github"
} |
<?php
return array(
'name' => array(
'not_empty' => 'Role name must not be empty',
'min_length' => 'Name of Role must be at least :param2 characters long',
'max_length' => 'Name of Role must be less than :param2 characters long',
),
'description' => array(
'max_length' => 'Description of Role must be less t... | {
"pile_set_name": "Github"
} |
\usepackage[top=1in, bottom=1in, left=1.0in, right=1.0in]{geometry}
\usepackage{fancyhdr}
\pagestyle{fancy}
\lhead{}
\rhead{\footnotesize{P0443}}
\chead{}
\lfoot{}
\rfoot{\thepage}
\cfoot{}
| {
"pile_set_name": "Github"
} |
#pragma once
#include "util/window_ex.h"
#include "module/service/photo_service.h"
namespace nim_comp
{
/** @class BlackListWindow
* @brief 黑名单窗口
* @copyright (c) 2016, NetEase Inc. All rights reserved
* @date 2016/09/19
*/
class BlackListWindow : public WindowEx
{
public:
BlackListWindow();
virtual ~BlackL... | {
"pile_set_name": "Github"
} |
import numpy as np
import ipdb
def produce_adjacent_matrix_6_neighbors(flag_bits, stroke_len):
assert flag_bits.shape == (10, 1)
adja_matr = np.zeros([10, 10], int)
adja_matr[ : ][ : ] = -1
adja_matr[0][0] = 0
# TODO
if (flag_bits[0] == 100):
adja_matr[0][1] = 0
... | {
"pile_set_name": "Github"
} |
import React from 'react';
export function StepchildTitle({ formData }) {
return (
<div>
<h4 className="vads-u-border-color--link-default vads-u-border-bottom--2px vads-u-margin-top--0 vads-u-padding-bottom--0p5">
{formData.fullName.first} {formData.fullName.last}
</h4>
</div>
);
}
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html >
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title></title>
<meta name="description" content="" />
<meta name... | {
"pile_set_name": "Github"
} |
[Desktop Entry]
Name=DevilutionX
Comment=Diablo 1 for GKD350h
Exec=devilutionx
Terminal=false
Type=Application
StartupNotify=true
Icon=Diablo_32
Categories=games;
X-OD-Manual=readme.gcw0.txt
X-OD-NeedsDownscaling=true
| {
"pile_set_name": "Github"
} |
package checkers
import (
"go/ast"
"github.com/go-critic/go-critic/checkers/internal/lintutil"
"github.com/go-lintpack/lintpack"
"github.com/go-lintpack/lintpack/astwalk"
"github.com/go-toolsmith/astcopy"
"github.com/go-toolsmith/astp"
"golang.org/x/tools/go/ast/astutil"
)
func init() {
var info lintpack.Che... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python3
#
# vmtools.py - part of the FDroid server tools
# Copyright (C) 2017 Michael Poehn <michael.poehn@fsfe.org>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, eithe... | {
"pile_set_name": "Github"
} |
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
zh_Hant_HK{
Ellipsis{
final{"{0}⋯"}
initial{"⋯{0}"}
medial{"{0}⋯{1}"}
word-final{"{0}⋯"}
word-initial{"⋯{0}"}
word-medial{"{0}⋯{1}"}
}
Numb... | {
"pile_set_name": "Github"
} |
// EDK2
#include <Uefi.h>
#include <Library/UefiLib.h>
EFI_STATUS EFIAPI UefiMain(IN EFI_HANDLE IH, IN EFI_SYSTEM_TABLE *ST) {
auto console = ST->ConOut;
//We want blank screen!
console->ClearScreen(console);
CHAR16 *msg = L"Hello world!";
console->OutString(msg);
// Pause
while(1);
... | {
"pile_set_name": "Github"
} |
PY_LIBRARY()
VERSION(1.10)
LICENSE(BSD)
NO_WERROR()
NO_WSHADOW()
NO_COMPILER_WARNINGS()
ENABLE(NO_WIN32_LEAN)
PY_REGISTER(_scandir)
SRCS(
_scandir.c
)
PY_SRCS(
TOP_LEVEL
scandir.py
)
RESOURCE_FILES(
PREFIX contrib/python/scandir/
.dist-info/METADATA
.dist-info/top_level.txt
)
NO_LINT()... | {
"pile_set_name": "Github"
} |
{
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//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 UUID_618474C2DE1511DEB74A388C56D89593
#define UUID_618474C2DE1511DEB74A388C56D89593
... | {
"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 not use ... | {
"pile_set_name": "Github"
} |
.so man3/avr_watchdog.3
| {
"pile_set_name": "Github"
} |
import isContentHidden from '../isContentHidden';
window.getComputedStyle = element => ({
getPropertyValue: property => element.style[property],
});
describe('isContentHidden', () => {
it('should return true when the element has zero size and does not has content', () => {
const element = {
... | {
"pile_set_name": "Github"
} |
K 13
svn:mime-type
V 24
application/octet-stream
END
| {
"pile_set_name": "Github"
} |
/******************************************************************************
* SOFA, Simulation Open-Framework Architecture *
* (c) 2006 INRIA, USTL, UJF, CNRS, MGH *
* *
... | {
"pile_set_name": "Github"
} |
-- tkt1443.test
--
-- execsql {
-- CREATE TABLE Items(
-- itemId integer primary key,
-- item str unique
-- );
-- INSERT INTO "Items" VALUES(0, 'ALL');
-- INSERT INTO "Items" VALUES(1, 'double:source');
-- INSERT INTO "Items" VALUES(2, 'double');
-- INSERT INTO "Items" VALUES(3, 'dou... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of Twig.
*
* (c) 2009 Fabien Potencier
* (c) 2009 Armin Ronacher
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Twig_Node_Expression_Binary_Concat extends Twig_Node_Expression_Binary
{
publ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<author>Paul Tarjan</author>
<description>Mimetype translations</description>
<sampleQuery>SELECT * FROM {table} WHERE mimetype = "application/pdf"</sampleQuery>
<documentatio... | {
"pile_set_name": "Github"
} |
import * as React from 'react';
import { TypeStyleButton } from './TypeStyleButton/TypeStyleButton';
export const StylesDemo: React.FC = () => (
<div>
<div><TypeStyleButton /></div>
</div>
);
| {
"pile_set_name": "Github"
} |
// Copyright 2016 The Closure Rules 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 require... | {
"pile_set_name": "Github"
} |
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package search
import (
"reflect"
"strings"
"testing"
"golang.org/x/text/language"
)
func TestCompile(t *testing.T) {
for i, tc := range []struct {
de... | {
"pile_set_name": "Github"
} |
# ==========================================================================
#
# UnitDblConverter
#
# ==========================================================================
"""UnitDblConverter module containing class UnitDblConverter."""
# ==========================================================================... | {
"pile_set_name": "Github"
} |
//
// SwitchIfEmpty.swift
// RxSwift
//
// Created by sergdort on 23/12/2016.
// Copyright © 2016 Krunoslav Zaher. All rights reserved.
//
extension ObservableType {
/**
Returns the elements of the specified sequence or `switchTo` sequence if the sequence is empty.
- seealso: [DefaultIfEmpty operato... | {
"pile_set_name": "Github"
} |
export CROSSPATH=/media/storage2/amiga-code/m68k-amigaos
export GCCLIBPATH=$CROSSPATH/lib/gcc-lib/m68k-amigaos/2.95.3
export PATH=$CROSSPATH/bin:$GCCLIBPATH:$PATH
export GCC_EXEC_PREFIX=m68k-amigaos
export LIBS=$CROSSPATH/lib
m68k-amigaos-gcc -O2 -m68000 -o mntsdtest -noixemul -I$CROSSPATH/m68k-amigaos/sys-include -I$... | {
"pile_set_name": "Github"
} |
/datum/event/anomaly/anomaly_grav
startWhen = 3
announceWhen = 20
endWhen = 70
/datum/event/anomaly/anomaly_grav/announce()
GLOB.event_announcement.Announce("Gravitational anomaly detected on long range scanners. Expected location: [impact_area.name].", "Anomaly Alert")
/datum/event/anomaly/anomaly_grav/start()
... | {
"pile_set_name": "Github"
} |
<?php
namespace Tests\Unit;
use App\Models\Client;
use App\Models\Quote;
use Tests\TestCase;
class QuoteTest extends TestCase
{
/**
* A basic test example.
*
* @return void
*/
public function test_create_quote()
{
$client = factory(Client::class)->create();
Quote::ungu... | {
"pile_set_name": "Github"
} |
12
0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 1 0 0 1 0 0 0
0 0 0 0 0 0 0 0 1 0 0 0
0 0 0 0 0 0 0 0 0 0 0 1
0 0 0 0 0 1 0 0 1 0 0 1
0 1 0 0 1 0 0 0 0 1 1 0
0 0 0 0 0 0 0 1 0 1 0 0
0 0 0 0 0 0 1 0 0 0 0 0
0 1 1 0 1 0 0 0 0 0 1 0
0 0 0 0 0 1 1 0 0 0 0 1
0 0 0 0 0 1 0 0 1 0 0 1
0 0 0 1 1 0 0 0 0 1 1 0
| {
"pile_set_name": "Github"
} |
%% clearing the workspace
clc;close all;clear;
%% What is K-Means?
% K-Means is a clustering algorithm that aims to parition n points
% into K clusters.
%% Lets load up a dataset
% We will use the iris dataset to demonstrate the power
% of the k-means algorithm. The data set consists of 50 samples
% from each of th... | {
"pile_set_name": "Github"
} |
+install(kernel-pattern-form-icon)
// sass-lint:disable empty-args
.fm.fm-ico-left input,
.fm.fm-ico-left select[multiple],
.fm.fm-ico-left textarea
padding-left: $form-element-horizontal-padding-em * 2 + _form-icon-size-em()
.fm.fm-ico-right input,
.fm.fm-ico-right select[multiple],
.fm.fm-ico-righ... | {
"pile_set_name": "Github"
} |
// The algorithm used to determine whether a regexp can appear at a
// given point in the program is loosely based on sweet.js' approach.
// See https://github.com/mozilla/sweet.js/wiki/design
import {Parser} from "./state"
import {types as tt} from "./tokentype"
import {lineBreak} from "./whitespace"
export class To... | {
"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>33-514</num>
<reason>Re... | {
"pile_set_name": "Github"
} |
<Placement>
<!-- available display shapes -->
<!--
Parts_Common_Body
Parts_Common_Body_Summary
Parts_Common_Metadata
Parts_Common_Metadata_Summary
Parts_Common_Metadata_SummaryAdmin
Fields_Common_Text
-->
<!-- edit shapes getting default placements -->
<!-- edit "shape" -->
... | {
"pile_set_name": "Github"
} |
namespace Nancy.ViewEngines
{
/// <summary>
/// Default implementation of the <see cref="IViewRenderer"/> interface.
/// </summary>
public class DefaultViewRenderer : IViewRenderer
{
private readonly IViewFactory factory;
/// <summary>
/// Initializes an instance ... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2014 Victor Fragoso <vfragoso@cs.ucsb.edu>
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// ... | {
"pile_set_name": "Github"
} |
// Copyright 2020 Google LLC
//
// 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 w... | {
"pile_set_name": "Github"
} |
/*
Privacy Friendly Net Monitor (Net Monitor)
- Copyright (2015 - 2017) Felix Tsala Schiller
###################################################################
This file is part of Net Monitor.
Net Monitor is free software: you can redistribute it and/or modify
it under the terms of the GNU ... | {
"pile_set_name": "Github"
} |
<?php
declare(strict_types=1);
namespace Tests\BitBag\SyliusCmsPlugin\Application;
use PSS\SymfonyMockerContainer\DependencyInjection\MockerContainer;
use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;
use Symfony\Component\Config\Loader\DelegatingLoader;
use Symfony\Component\Config\Loader\LoaderInterface;... | {
"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 "IPropertyValueExtractor.h"
@interface IPropertyArrayExtractor : IPropertyValueExtractor
{
}
@end
| {
"pile_set_name": "Github"
} |
/**********************************************************************
iso8859_13.c - Oniguruma (regular expression library)
**********************************************************************/
/*-
* Copyright (c) 2002-2007 K.Kosako <sndgk393 AT ybb DOT ne DOT jp>
* All rights reserved.
*
* Redistribution ... | {
"pile_set_name": "Github"
} |
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:width="108dp"
android:height="108dp"
android:viewportHeight="108"
android:viewportWidth="108">
<path
android:fillType="evenOdd"
android:pathData="M32,64C32,64 3... | {
"pile_set_name": "Github"
} |
/*
TDA8261 8PSK/QPSK tuner driver
Copyright (C) Manu Abraham (abraham.manu@gmail.com)
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 la... | {
"pile_set_name": "Github"
} |
#include "ntp1tokenlistmodel.h"
#include "boost/thread/future.hpp"
#include <boost/atomic/atomic.hpp>
#include <boost/make_shared.hpp>
#include <boost/shared_ptr.hpp>
#include <QIcon>
#include <QImage>
std::atomic<NTP1TokenListModel*> ntp1TokenListModelInstance{nullptr};
QString NTP1TokenListModel::__getTokenName(in... | {
"pile_set_name": "Github"
} |
# Copyright 2019, The TensorFlow 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 agreed t... | {
"pile_set_name": "Github"
} |
/* This file is part of the Spring engine (GPL v2 or later), see LICENSE.html */
#include "MoveMath.h"
#include "Map/Ground.h"
#include "Map/MapInfo.h"
#include "Sim/Misc/GlobalSynced.h"
#include "Sim/Misc/GroundBlockingObjectMap.h"
#include "Sim/MoveTypes/MoveDefHandler.h"
#include "Sim/MoveTypes/MoveType.h"
#includ... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2014 XCL-Charts
*
* 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"
} |
<?php
/**
* 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 distributed in the hope that it will... | {
"pile_set_name": "Github"
} |
package com.mesosphere.dcos.cassandra.common.tasks.cleanup;
import com.google.common.collect.Iterators;
import org.apache.mesos.state.JsonSerializer;
import org.codehaus.jackson.JsonNode;
import org.codehaus.jackson.map.ObjectMapper;
import org.junit.Assert;
import org.junit.Test;
import java.nio.charset.StandardCha... | {
"pile_set_name": "Github"
} |
/* Copyright (C) Charles Forsyth
* See /doc/license/NOTICE.Plan9-9k.txt for details about the licensing.
*/
/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio <giacomo@tesio.it>
* See /doc/license/gpl-2.0.txt for details about the licensing.
*/
#include "u.h"
#include "../port/lib.h"
#include "mem.h... | {
"pile_set_name": "Github"
} |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>sh.tak.appbundler</groupId>
<artifactId>appbundle-maven-plugin</art... | {
"pile_set_name": "Github"
} |
Inputs: 0:Qbit, 1:Qbit, 2:Qbit, 3:Qbit, 4:Qbit, 5:Qbit, 6:Qbit, 7:Qbit, 8:Qbit
QGate["H"](7) with nocontrol
QGate["not"](7) with controls=[+0] with nocontrol
QGate["T"](7) with nocontrol
QGate["not"](7) with controls=[+2] with nocontrol
QGate["T"](7) with nocontrol
QGate["not"](7) with controls=[+0] with nocontrol
QGat... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0 */
#include <linux/virtio_byteorder.h>
#include <linux/virtio.h>
#include <uapi/linux/virtio_config.h>
/*
* __virtio_test_bit - helper to test feature bits. For use by transports.
* Devices should normally use virtio_has_feature,
* which in... | {
"pile_set_name": "Github"
} |
////////////////////////////////////////////////////////////////////////////////
///////////////////InstallShield Media Library Report Summary///////////////////
////////////////////////////////////////////////////////////////////////////////
Media Name : Floppies
Report Filename : D:\My Installations\Execut... | {
"pile_set_name": "Github"
} |
/*ckwg +29
* Copyright 2016 by Kitware, 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:
*
* * Redistributions of source code must retain the above copyright notice,
* this list of... | {
"pile_set_name": "Github"
} |
---
layout: "vault"
page_title: "Vault: vault_identity_entity resource"
sidebar_current: "docs-vault-resource-identity-entity"
description: |-
Creates an Identity Entity for Vault.
---
# vault\_identity\_entity
Creates an Identity Entity for Vault. The Identity secrets engine is the identity management solution for... | {
"pile_set_name": "Github"
} |
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by SpecFlow (http://www.specflow.org/).
// SpecFlow Version:1.8.1.0
// SpecFlow Generator Version:1.8.0.0
// Runtime Version:4.0.30319.269
//
// Changes to ... | {
"pile_set_name": "Github"
} |
<registry_state xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#windows" comment="Version is less than 13.0.0.277" id="oval:org.mitre.oval:ste:39434" version="1">
<value datatype="version" operation="less than">13.0.0.277</value>
</registry_state>
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft... | {
"pile_set_name": "Github"
} |
export * from './Path'
export * from './Tree'
export * from './TreeItem'
export * from './Preview'
| {
"pile_set_name": "Github"
} |
/****************************************************************************
Copyright (c) 2013-2017 Chukong Technologies Inc.
http://www.cocos2d-x.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Sof... | {
"pile_set_name": "Github"
} |
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fas';
var iconName = 'plane';
var width = 576;
var height = 512;
var ligatures = [];
var unicode = 'f072';
var svgPathData = 'M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 1... | {
"pile_set_name": "Github"
} |
// DATA_TEMPLATE: dom_data
oTest.fnStart( "aoColumns.bVisible" );
$(document).ready( function () {
/* Check the default */
var oTable = $('#example').dataTable();
var oSettings = oTable.fnSettings();
oTest.fnTest(
"All columns are visible by default",
null,
function () { return $('#example tbody tr:eq(0) ... | {
"pile_set_name": "Github"
} |
all:
patch revert:
@bash run.sh $@
| {
"pile_set_name": "Github"
} |
# Portions Copyright (c) Facebook, Inc. and its affiliates.
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2.
# Copyright 2016 Mercurial Contributors
#
# This software may be used and distributed according to the terms of the
# GNU General Public Licens... | {
"pile_set_name": "Github"
} |
.TH std::make_error_code(std::errc) 3 "2019.08.27" "http://cppreference.com" "C++ Standard Libary"
.SH NAME
std::make_error_code(std::errc) \- std::make_error_code(std::errc)
.SH Synopsis
Defined in header <system_error>
std::error_code make_error_code( std::errc e ) noexcept; \fI(since C++11)\fP
Creates er... | {
"pile_set_name": "Github"
} |
<?php
namespace Oro\Bundle\PricingBundle\Tests\Unit\Form\Extension;
use Doctrine\Common\Persistence\ManagerRegistry;
use Doctrine\ORM\EntityManager;
use Doctrine\ORM\QueryBuilder;
use Oro\Bundle\SecurityBundle\ORM\Walker\AclHelper;
use Oro\Bundle\WebsiteBundle\Entity\Repository\WebsiteRepository;
use Oro\Bundle\Websi... | {
"pile_set_name": "Github"
} |
/*
===========================================================================
Return to Castle Wolfenstein single player GPL Source Code
Copyright (C) 1999-2010 id Software LLC, a ZeniMax Media company.
This file is part of the Return to Castle Wolfenstein single player GPL Source Code (RTCW SP Source Code).
R... | {
"pile_set_name": "Github"
} |
/* error : variable not array */
let
var d:=0
in
d[3]
end
| {
"pile_set_name": "Github"
} |
<?php
// +----------------------------------------------------------------------
// | ThinkPHP [ WE CAN DO IT JUST THINK IT ]
// +----------------------------------------------------------------------
// | Copyright (c) 2006-2016 http://thinkphp.cn All rights reserved.
// +----------------------------------------------... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
* Copyright (C) 2016 Johnny Shieh 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/lice... | {
"pile_set_name": "Github"
} |
### 0.13.0 - April 16, 2015
This release adds a minimal Windows compatibility layer.
The parser, standalone since v0.12.0, can now be compiled on Windows
(and thus used in other client libraries as well)
* Windows compatibility layer for parser code (tzickel)
* Properly escape data printed to PKGCONF file (Dan Skorup... | {
"pile_set_name": "Github"
} |
Docker
Copyright 2012-2017 Docker, Inc.
This product includes software developed at Docker, Inc. (https://www.docker.com).
This product contains software (https://github.com/creack/pty) developed
by Keith Rarick, licensed under the MIT License.
The following is courtesy of our legal counsel:
Use and transfer of Do... | {
"pile_set_name": "Github"
} |
-- wal.test
--
-- execsql {
-- COMMIT;
-- SELECT * FROM t1;
-- }
COMMIT;
SELECT * FROM t1; | {
"pile_set_name": "Github"
} |
{
"_from": "express",
"_id": "express@4.16.3",
"_inBundle": false,
"_integrity": "sha1-avilAjUNsyRuzEvs9rWjTSL37VM=",
"_location": "/express",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "express",
"name": "express",
"escapedName": "express",
"ra... | {
"pile_set_name": "Github"
} |
package alicloud
import (
"fmt"
"log"
"testing"
"strings"
"time"
"github.com/alibaba/terraform-provider/alicloud/connectivity"
"github.com/denverdino/aliyungo/ram"
"github.com/hashicorp/terraform/helper/resource"
"github.com/hashicorp/terraform/terraform"
)
func init() {
resource.AddTestSweepers("alicloud... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2002-2017 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | {
"pile_set_name": "Github"
} |
2.11 OBSERVATION DATA M RINEX VERSION / TYPE
BNC 2.12.1 rtproc 18-Jun-16 00:59 PGM / RUN BY / DATE
PORTIONS OF THIS HEADER GENERATED BY BKG COMMENT
RTCM_3 www.igs-ip.net/NKLG0 COMMENT
NKLG ... | {
"pile_set_name": "Github"
} |
package sign
import (
"crypto/rsa"
"crypto/x509"
"encoding/pem"
"fmt"
"io"
"io/ioutil"
"os"
)
// LoadPEMPrivKeyFile reads a PEM encoded RSA private key from the file name.
// A new RSA private key will be returned if no error.
func LoadPEMPrivKeyFile(name string) (*rsa.PrivateKey, error) {
file, err := os.Ope... | {
"pile_set_name": "Github"
} |
<?php
/**
* Template hints
*
* @author Alexander Menk
*/
class Aoe_TemplateHints_Model_Renderer_TipOnly extends Aoe_TemplateHints_Model_Renderer_Opentip {
/**
* Just remove the border
*
* @return string
*/
protected function getHintClass()
{
return 'tpl-hint';
}
} | {
"pile_set_name": "Github"
} |
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020 Nextcloud GmbH
# This file is distributed under the same license as the Nextcloud latest User Manual package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Kurt Seiler <kurt@seiler.onl>, 2020
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Nextcloud latest ... | {
"pile_set_name": "Github"
} |
.. bpo: 2236
.. date: 8293
.. nonce: 1Mj4VJ
.. release date: 2010-11-27
.. section: Library
distutils' mkpath ignored the mode parameter.
..
.. bpo: 0
.. date: 8292
.. nonce: NFeWRc
.. section: Library
Fix typo in one sdist option (medata-check).
..
.. bpo: 10323
.. date: 8291
.. nonce: rFKI3X
.. section: Library... | {
"pile_set_name": "Github"
} |
(;CA[UTF-8]AP[YuanYu]GM[1]FF[4]
DT[2017-01-03]
PB[Ke Jie]BR[9p]
PW[Master]WR[9p]
PC[Fox]RO[50]KM[6.5]RE[W+R]TC[3]TM[60]TT[30]
;B[pd];W[pp];B[cd];W[dp];B[ic];W[qf];B[nd];W[qc];B[qd];W[rd];B[cn]
;W[fq];B[dg];W[ec];B[dc];W[de];B[dd];W[eg];B[eh];W[ed];B[ee];W[ef]
;B[fe];W[df];B[fh];W[db];B[cg];W[bd];B[ce];W[cf];B[be];W[bf]... | {
"pile_set_name": "Github"
} |
; <<>> DiG 9.9.5-3ubuntu0.8-Ubuntu <<>> AXFR intuit. @ns2.dns.nic.intuit. +nocomments +nocmd +noquestion +nostats +time=15
;; global options: +cmd
; Transfer failed.
| {
"pile_set_name": "Github"
} |
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
//
// copyright : (C) 2008 by Eran Ifrah
// file name : csscopeconfdata.h
//
// ------------------------------------------------------... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2017 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"
} |
// a passthrough stream.
// basically just the most minimal sort of Transform stream.
// Every written chunk gets output as-is.
'use strict';
module.exports = PassThrough;
var Transform = require('./_stream_transform');
/*<replacement>*/
var util = require('core-util-is');
util.inherits = require('inherits');
/*</r... | {
"pile_set_name": "Github"
} |
/*jshint eqeqeq:false */
/*global jQuery */
(function($){
/**
* jqGrid extension for SubGrid Data
* Tony Tomov tony@trirand.com
* http://trirand.com/blog/
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl-2.0.html
**/
... | {
"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"
} |
{
"_from": "mkdirp@^0.5.1",
"_id": "mkdirp@0.5.1",
"_inBundle": false,
"_integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
"_location": "/mkdirp",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "mkdirp@^0.5.1",
"name": "mkdirp",
"escapedName": "mkdirp"... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.