text stringlengths 2 99k | meta dict |
|---|---|
from __future__ import division, absolute_import, print_function
from numpy.testing import *
from numpy import (logspace, linspace, dtype, array, finfo, typecodes, arange,
isnan)
class TestLogspace(TestCase):
def test_basic(self):
y = logspace(0, 6)
assert_(len(y) == 50)
... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
"""
The :py:mod:`tdda.constraints.pd.constraints` module provides an
implementation of TDDA constraint discovery and verification
for Pandas DataFrames.
This allows it to be used for data in CSV files, or for Pandas or R
DataFrames saved as Feather files.
The top-level functions are:
:py:... | {
"pile_set_name": "Github"
} |
; EXPECT: sat
(set-logic QF_S)
(declare-fun _substvar_270_ () String)
(declare-fun _substvar_273_ () Bool)
(declare-fun _substvar_275_ () Bool)
(declare-fun _substvar_293_ () Bool)
(declare-const v0 Bool)
(declare-const v1 Bool)
(declare-const v2 Bool)
(declare-const v3 Bool)
(declare-const Str3 String)
(declare-const ... | {
"pile_set_name": "Github"
} |
cd src && sdh_pip_install .
| {
"pile_set_name": "Github"
} |
/**
* Licensed to Cloudera, Inc. under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. Cloudera, Inc. licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use th... | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2000-2004
//
// 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)
//
// Preprocessed version of "boost/mpl/set.hpp" header
// -- DO NOT modify by hand!
namespace boost { namespace mp... | {
"pile_set_name": "Github"
} |
object frmMain: TfrmMain
Left = 185
Top = 94
Caption = 'KaM Font Editor'
ClientHeight = 650
ClientWidth = 833
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Scaled = False
OnCreate... | {
"pile_set_name": "Github"
} |
\section{Mikmatch}
\label{sec:mikmatch}
Directly supported in toplevel
Regular expression \emph{share} their own namespace.
\begin{enumerate}
\item compile
\begin{bluetext}
"test.ml" : pp(camlp4o -parser pa_mikmatch_pcre.cma)
<test.{cmo,byte,native}> : pkg_mikmatch_pcre
-- myocamlbuild.ml use default
\end{bluetext}
\i... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2020 Tigera, 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 appli... | {
"pile_set_name": "Github"
} |
/**
* @file src/llvmir2hll/ir/const_struct.cpp
* @brief Implementation of ConstStruct.
* @copyright (c) 2017 Avast Software, licensed under the MIT license
*/
#include "retdec/llvmir2hll/ir/const_int.h"
#include "retdec/llvmir2hll/ir/const_struct.h"
#include "retdec/llvmir2hll/ir/struct_type.h"
#include "retdec/llvmir... | {
"pile_set_name": "Github"
} |
package EqPatternm
function twoIdent
input Integer i1;
input Integer i2;
output Integer o1;
output Integer o2;
algorithm
o1 := i1;
o2 := i2;
end twoIdent;
type myTup = tuple<Integer,Integer>;
function twoTup
input myTup i1;
input myTup i2;
output myTup o1;
output myTu... | {
"pile_set_name": "Github"
} |
client
dev tun
proto tcp
cipher AES-256-CBC
remote-cert-tls server
remote be1.safervpn.net 443 # - Your server IP and OpenVPN Port
resolv-retry infinite
nobind
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
persist-key
persist-tun
auth-user-pass /config/openvpn-credentials.txt
comp-lzo
verb 3
ca /etc/openvpn/safervpn/ca.crt | {
"pile_set_name": "Github"
} |
$ORIGIN .
$TTL 1
; The CNAME is the same as the NS, so there are the differences and basics only.
; OK
@ CNAME test.example.com ; Relative dname
@ CNAME \# 1 00 ; Hexadecimal rdata
@ TYPE5 \# 1 00 ; TYPE + Hexadecimal rdata
@ TYPE5 @ ; TYPE
@ cname @ ; Type in lower-case
; KO
@ CNAME
| {
"pile_set_name": "Github"
} |
var express = require('../')
, request = require('supertest');
describe('app', function(){
describe('.locals(obj)', function(){
it('should merge locals', function(){
var app = express();
Object.keys(app.locals).should.eql(['settings']);
app.locals.user = 'tobi';
app.locals.age = 2;
... | {
"pile_set_name": "Github"
} |
---
title: クライアントを説得する
issue: https://github.com/gatsbyjs/gatsby/issues/14040
---
クライアントにとってもっとも重要なことは、ウェブサイトが品質基準を満たし、時間通りに、予算内で納品されることです。
さらに、クライアントはコンテンツの作成、編集、公開に際して、しばしば使い慣れた CMS ベースのワークフローを使いたがります。
クライアントに Gatsby を使うように説得するには、Gatsby の次のようなメリットが役立つでしょう。
- クライアントの使っている CMS と一緒に動くこと
- 開発スピードが速いので、プロジェクトを時間通りに進めや... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>CMSIS DSP Software Library: Matrix Transpose</title>
<link href="tabs.c... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
/*
* pcie-dra7xx - PCIe controller driver for TI DRA7xx SoCs
*
* Copyright (C) 2013-2014 Texas Instruments Incorporated - http://www.ti.com
*
* Authors: Kishon Vijay Abraham I <kishon@ti.com>
*/
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/err.h>
#include... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright (c) Enalean, 2018. All Rights Reserved.
*
* This file is a part of Tuleap.
*
* Tuleap 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 you... | {
"pile_set_name": "Github"
} |
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2018-16333",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
... | {
"pile_set_name": "Github"
} |
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Authors: iText Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
as published by the Free Software Foundation ... | {
"pile_set_name": "Github"
} |
## StringPart
```
StringPart(str, pos)
```
> return the character at position `pos` from the `str` string expression.
```
StringPart(str, {pos1, pos2, pos3,....})
```
> return the characters at the position in the list `{pos1, pos2, pos3,....}` from the `str` string expression.
### Examples
```
>> StringPart("12... | {
"pile_set_name": "Github"
} |
/*!
* jQuery Validation Plugin v1.17.0
*
* https://jqueryvalidation.org/
*
* Copyright (c) 2017 Jörn Zaefferer
* Released under the MIT license
*/
(function( factory ) {
if ( typeof define === "function" && define.amd ) {
define( ["jquery", "./jquery.validate"], factory );
} else if (typeof module === "objec... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
#parent {
max-height: 100px;
margin-bottom: 20px;
background-color: lightgreen;
}
#last-child {
height: 100px;
margin-bottom: 20px;
background-color: green;
}
#separator {
height: 20px;
background-color: blue;
}
</style>
</head>
<body>
<div id="parent">
<di... | {
"pile_set_name": "Github"
} |
<!-- Copyright 2018 the V8 project authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<template id="histogram-viewer-template">
<style>
#chart {
width: 100%;
height: 800px;
}
</style>
<div id="container" style="display: none;">
<h2>D... | {
"pile_set_name": "Github"
} |
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.
# .rst:
# UseCompilerCache
# --------
#
# This module provides a function to setup a compiler cache tool (currently ``ccache``):
#
# find_compiler_cache([PROGRAM <ccache_name>... | {
"pile_set_name": "Github"
} |
'use strict'
const BB = require('bluebird')
const fs = BB.promisifyAll(require('fs'))
const getBuff = require('get-stream').buffer
const mockTar = require('./util/mock-tarball')
const npa = require('npm-package-arg')
const npmlog = require('npmlog')
const path = require('path')
const test = require('tap').test
const... | {
"pile_set_name": "Github"
} |
/*
The zlib/libpng License
Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com)
This software is provided 'as-is', without any express or implied warranty. In no event will
the authors be held liable for any damages arising from the use of this software.
Permission is granted to anyone to use t... | {
"pile_set_name": "Github"
} |
/*
* Copyright DataStax, 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 wri... | {
"pile_set_name": "Github"
} |
[{"id":4,"name":"อัฟกานิสถาน","alpha2":"af","alpha3":"afg"},
{"id":8,"name":"แอลเบเนีย","alpha2":"al","alpha3":"alb"},
{"id":12,"name":"แอลจีเรีย","alpha2":"dz","alpha3":"dza"},
{"id":20,"name":"อันดอร์รา","alpha2":"ad","alpha3":"and"},
{"id":24,"name":"แองโกลา","alpha2":"ao","alpha3":"ago"},
{"id":28,"name":"แอนติกาแล... | {
"pile_set_name": "Github"
} |
uniform sampler2D _MainTex;
uniform sampler2D _BurntTex;
uniform mediump float _EmberFadeEnd;
uniform mediump float _EmberFadeStart;
varying mediump vec2 xlv_TEXCOORD0;
void main ()
{
lowp float tmpvar_1;
mediump float tmpvar_2;
tmpvar_2 = clamp (((_EmberFadeStart - 0.05) / (_EmberFadeStart - _EmberFadeEnd)), 0.0... | {
"pile_set_name": "Github"
} |
{ config, pkgs, ... }:
{
# List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget
environment.systemPackages =
[ pkgs.vim
];
# Use a custom configuration.nix location.
# $ darwin-rebuild switch -I darwin-config=$HOME/.config/nixpkgs/darwin/configuration.nix
... | {
"pile_set_name": "Github"
} |
/*
***************************************************************************
* Ralink Tech Inc.
* 4F, No. 2 Technology 5th Rd.
* Science-based Industrial Park
* Hsin-chu, Taiwan, R.O.C.
*
* (c) Copyright 2002-2006, Ralink Technology, Inc.
*
* All rights reserved. Ralink's source code is an unpublished work a... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros" />
<PropertyGroup />
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompil... | {
"pile_set_name": "Github"
} |
--- ./Makefile
+++ ./Makefile
@@ -57,16 +57,16 @@
cat findlib.conf.in | \
$(SH) tools/patch '@SITELIB@' '$(OCAML_SITELIB)' >findlib.conf
if ./tools/cmd_from_same_dir ocamlc; then \
- echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \
+ echo 'ocamlc="ocamlc.opt$(EXEC_SUFFIX)"' >>findlib.conf; \
fi
if ./tools/c... | {
"pile_set_name": "Github"
} |
/* ../netlib/dtgsna.f -- translated by f2c (version 20100827). You must link the resulting object file with libf2c: on Microsoft Windows system, link with libf2c.lib;
on Linux or Unix systems, link with .../path/to/libf2c.a -lm or, if you install libf2c.a in a standard place, with -lf2c -lm -- in that order, at the en... | {
"pile_set_name": "Github"
} |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/protobuf/wrappers.proto
#import "GPBProtocolBuffers_RuntimeSupport.h"
#import "google/protobuf/Wrappers.pbobjc.h"
// @@protoc_insertion_point(imports)
#pragma mark - GPBWrappersRoot
@implementation GPBWrappersRoot
@end
#pragma mark - GPB... | {
"pile_set_name": "Github"
} |
//
// VideoMode.cs
//
// Copyright (C) 2018 OpenTK
//
// This software may be modified and distributed under the terms
// of the MIT license. See the LICENSE file for details.
//
using System.Runtime.InteropServices;
namespace OpenToolkit.GraphicsLibraryFramework
{
/// <summary>
/// Replicated handle to a GL... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
<!-- Show a splash screen on the activity. Automatically removed when
Flutter draws its first frame -->
<item name="android:windowBackground">@drawable/launch_bac... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2013-2015 RoboVM AB
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... | {
"pile_set_name": "Github"
} |
# DESCRIPTION
# Converting a system of equations to a vector equation.
# ENDDESCRIPTION
##\{ textbook_ref_exact("Holt Linear Algebra", "2.1","12") \}
## DBsubject(Linear algebra)
## DBchapter(Systems of linear equations)
## DBsection(Vector equations)
## Institution(Saint Louis University)
## Author(Mike May)
## MLT(C... | {
"pile_set_name": "Github"
} |
//
// QMNewMessageContactListViewController.m
// Q-municate
//
// Created by Injoit on 3/18/16.
// Copyright © 2016 QuickBlox. All rights reserved.
//
#import "QMMessageContactListViewController.h"
#import "QMNewMessageContactListSearchDataSource.h"
#import "QMContactsSearchDataProvider.h"
#import "QMSelectableCon... | {
"pile_set_name": "Github"
} |
/*! Javascript plotting library for jQuery, v. 0.7.
*
* Released under the MIT license by IOLA, December 2007.
*
*/
// first an inline dependency, jquery.colorhelpers.js, we inline it here
// for convenience
/* Plugin for jQuery for working with colors.
*
* Version 1.1.
*
* Inspiration from jQuery color anima... | {
"pile_set_name": "Github"
} |
/*
This source file is part of Rigs of Rods
Copyright 2005-2012 Pierre-Michel Ricordel
Copyright 2007-2012 Thomas Fischer
Copyright 2013-2018 Petr Ohlidal & contributors
For more information, see http://www.rigsofrods.org/
Rigs of Rods is free software: you can redistribute it and/or modify
... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <Foundation/NSMutableArray.h>
@interface NSMutableArray (PBExtensions)
- (void)setObject:(id)arg1 atIndex:(unsigned long long)arg2;
@end
| {
"pile_set_name": "Github"
} |
public static class Program {
public static void Main() {
for (var i = 0; i < 1; i++) {
var x = 0;
if (x == 1) return;
x = 1;
x += 1;
}
}
} | {
"pile_set_name": "Github"
} |
function [R, T, newP] = bst_meshfit(Vertices, Faces, P)
% BST_MESHFIT: Find the best possible rotation-translation to fit a point cloud on a mesh.
%
% USAGE: [R, T, newP] = bst_meshfit(Vertices, Faces, P)
%
% DESCRIPTION:
% A Gauss-Newton method is used for the optimization of the distance points/mesh.
% The ... | {
"pile_set_name": "Github"
} |
/**
* Most of the code in the Qalingo project is copyrighted Hoteia and licensed
* under the Apache License Version 2.0 (release version 0.8.0)
* http://www.apache.org/licenses/LICENSE-2.0
*
* Copyright (c) Hoteia, 2012-2014
* http://www.hoteia.com - http://twitter.com/hoteia - con... | {
"pile_set_name": "Github"
} |
describe('Documents', function(){
beforeEach(function(){
setFixtures(sandbox({id: 'something'}));
appendSetFixtures('<a id="revisions-anchor" href="#">Revisions</a><div id="revisions" style="display:none"><br/>This is <b>first</b> revision</div>');
reloadScript('documents');
WebsiteOne.Documents.init(... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Actor Culling Test</title>
</head>
<body>
<canvas id="game"></canvas>
<script src="../../lib/excalibur.js"></script>
<script src="culling.js"></script>
<p>Press 'd' for debug mode, arrow keys to move around</p>
<p>Resize ... | {
"pile_set_name": "Github"
} |
[/
/ Copyright (c) 2008 Eric Niebler
/
/ 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)
/]
[section Cycle collection with [^tracking_ptr<>]]
In xpressive, regex objects can refer to each other and themselves by ... | {
"pile_set_name": "Github"
} |
flatten: function [
"Flatten the block"
block [any-block!]
][
load form block
]
red>> flatten [[1] 2 [[3 4] 5] [[[]]] [[[6]]] 7 8 []]
== [1 2 3 4 5 6 7 8]
;flatten a list to a string
>> blk: [1 2 ["test"] "a" [["bb"]] 3 4 [[[99]]]]
>> form blk
== "1 2 test a bb 3 4 99"
| {
"pile_set_name": "Github"
} |
# [747. 至少是其他数字两倍的最大数](https://leetcode-cn.com/problems/largest-number-at-least-twice-of-others)
[English Version](/solution/0700-0799/0747.Largest%20Number%20At%20Least%20Twice%20of%20Others/README_EN.md)
## 题目描述
<!-- 这里写题目描述 -->
<p>在一个给定的数组<code>nums</code>中,总是存在一个最大元素 。</p>
<p>查找数组中的最大元素是否至少是数组中每个其他数字的两倍。</p>
<p... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<test>
<name>xmlpipe2 string and wordcount attributes, defined in schema or in config</name>
<config>
indexer
{
mem_limit = 16M
}
searchd
{
<searchd_settings/>
}
source src
{
type = xmlpipe2
xmlpipe_command = cat <this_test/>/data.xml
xmlpipe_field = title
xmlpipe_field ... | {
"pile_set_name": "Github"
} |
// (C) Copyright Gennadiy Rozental 2001.
// 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://www.boost.org/libs/test for the library home page.
//
// File : $RCSfile$
//
// Version : ... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 4da61023839a0604d834e6ffde67ad52
timeCreated: 1489745652
licenseType: Pro
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
# coding: utf8
from __future__ import unicode_literals, division, print_function
import plac
import os
import tqdm
from pathlib import Path
from thinc.neural._classes.model import Model
from timeit import default_timer as timer
import shutil
import srsly
from wasabi import msg
import contextlib
import random
from .._... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# vim:fileencoding=utf-8
# License: GPLv3 Copyright: 2017, Kovid Goyal <kovid at kovidgoyal.net>
from calibre.db.cli import integers_from_string
from calibre.db.delete_service import delete_service
from calibre.srv.changes import books_deleted
readonly = False
version = 0 # change this if you ... | {
"pile_set_name": "Github"
} |
package diskv
import (
"bytes"
"io/ioutil"
"testing"
)
func TestBasicStreamCaching(t *testing.T) {
d := New(Options{
BasePath: "test-data",
CacheSizeMax: 1024,
})
defer d.EraseAll()
input := "a1b2c3"
key, writeBuf, sync := "a", bytes.NewBufferString(input), true
if err := d.WriteStream(key, writeBuf... | {
"pile_set_name": "Github"
} |
# Contributor Covenant Code of Conduct
## Our Pledge
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender... | {
"pile_set_name": "Github"
} |
/*
Copyright 2011 Google Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in ... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
# Copyright 2020 Awesome Technologies Innovationslabor GmbH
#
# 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
#
# Unle... | {
"pile_set_name": "Github"
} |
# Copyright (c) Facebook, Inc. and its affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
import importlib
import os
from fairseq import registry
build_tokenizer, register_tokenizer, TOKENIZER_REGISTRY = registry.setup_registry(... | {
"pile_set_name": "Github"
} |
import shortId from 'shortid';
import faker from 'faker';
import produce from '../util/produce';
export const initialState = {
mainPosts: [],
imagePaths: [],
hasMorePosts: true,
loadPostsLoading: false,
loadPostsDone: false,
loadPostsError: null,
addPostLoading: false,
addPostDone: false,
addPostErr... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class Constants
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class Constants
">
<meta name="... | {
"pile_set_name": "Github"
} |
/* -*- Mode: js; js-indent-level: 2; -*- */
/*
* Copyright 2011 Mozilla Foundation and contributors
* Licensed under the New BSD license. See LICENSE or:
* http://opensource.org/licenses/BSD-3-Clause
*/
var util = require('./util');
var binarySearch = require('./binary-search');
var ArraySet = require('./array-set... | {
"pile_set_name": "Github"
} |
* {
margin: 0;
padding: 0;
}
.container {
width: 100%;
height: 100%;
padding: 40px 0;
position: absolute;
color: #440a0e;
}
.main-content {
width: 1195px;
height: 896px;
margin: 0 auto;
background: url(http://lol.qq.com/act/a20161020teemo/_img/click/bg.jpg) no-repeat;
position: relative;
bac... | {
"pile_set_name": "Github"
} |
"""DICOM Upper Layer Protocol Data Units (PDUs).
There are seven different PDUs:
- A_ASSOCIATE_RQ
- A_ASSOCIATE_AC
- A_ASSOCIATE_RJ
- P_DATA_TF
- A_RELEASE_RQ
- A_RELEASE_RP
- A_ABORT_RQ
::
from_primitive encode
+----------------+ ------> +------------+ -----> +-------------+
... | {
"pile_set_name": "Github"
} |
import { ParserField } from '@/Models';
import { TemplateUtils } from './TemplateUtils';
/**
* Template for directives
*/
export class DirectiveTemplate {
/**
* Resolve directive field
*/
static resolve(f: ParserField): string {
let argsString = '';
if (f.args && f.args.length) {
argsString =... | {
"pile_set_name": "Github"
} |
using System;
using System.Linq;
using System.Reflection;
using Orleans.Runtime;
namespace Orleankka
{
partial class ClientEndpoint
{
/// <summary>
/// HACK to get GrainReference from KeyString
/// </summary>
static class GrainReferenceInternals
{
delegate G... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<PRONOM-Report xmlns="http://pronom.nationalarchives.gov.uk">
<report_format_detail>
<FileFormat>
<FormatID>1062</FormatID>
<FormatName>Macromedia Director</FormatName>
<FormatVersion>Macintosh</FormatVersion>
<FormatAliases>
</FormatAli... | {
"pile_set_name": "Github"
} |
### Indigo Java API
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2006-2009 Red Hat, Inc.
*
* This file is released under the LGPL.
*/
#ifndef __DM_LOG_USERSPACE_H__
#define __DM_LOG_USERSPACE_H__
#include <linux/dm-ioctl.h> /* For DM_UUID_LEN */
/*
* The device-mapper userspace log module consists of a kernel component and
* a user-space component. The k... | {
"pile_set_name": "Github"
} |
import Foundation
import UIKit
import Display
import LegacyComponents
import TelegramCore
import SyncCore
import Postbox
import TelegramPresentationData
import AccountContext
import ShareController
import LegacyUI
import OpenInExternalAppUI
import AppBundle
import LocationResources
private func generateClearIcon(color... | {
"pile_set_name": "Github"
} |
#include <iomanip>
#include <iostream>
#include <sstream>
#include <mem_usage/raster_project_function_tester.hpp>
#include <autoingest/AssetVersion.h>
class AddToAssetVersionCache_Tester : public opengee::mem_usage::RasterProjectFunctionTester
{
public:
// A rather useless count. Used instead of no opera... | {
"pile_set_name": "Github"
} |
(;CA[UTF-8]AP[YuanYu]GM[1]FF[4]
SZ[19]
GN[]
DT[2016-08-04]
PB[虎虎有生气]BR[9段]
PW[丈夫]WR[9段]
KM[0]HA[0]RU[Japanese]RE[B+R]TM[60]TC[3]TT[40]
;B[pp];W[dp];B[qd];W[dd];B[fc];W[cf];B[lc];W[qn];B[nq];W[qj];B[ql]
;W[rl];B[fq];W[iq];B[cn];W[fp];B[cq];W[eq];B[cp];W[lq];B[gq];W[gp]
;B[er];W[hq];B[dq];W[rp];B[lp];W[kp];B[mp];W[ko];B[... | {
"pile_set_name": "Github"
} |
Module(body=[FunctionDef(name='test',
args=arguments(args=[Name(id='a',
ctx=Param()),
Name(id='b',
ctx=Param())],
... | {
"pile_set_name": "Github"
} |
dnl
dnl/*D
dnl AC_CACHE_LOAD - Replacement for autoconf cache load
dnl
dnl Notes:
dnl Caching in autoconf is broken (at least through version 2.13).
dnl The problem is that the cache is read
dnl without any check for whether it makes any sense to read it.
dnl A common problem is a build on a shared file system; conn... | {
"pile_set_name": "Github"
} |
CMP0019
-------
Do not re-expand variables in include and link information.
CMake 2.8.10 and lower re-evaluated values given to the
include_directories, link_directories, and link_libraries commands to
expand any leftover variable references at the end of the
configuration step. This was for strict compatibility wit... | {
"pile_set_name": "Github"
} |
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
else if(typeof define === 'function' && define.amd)
define([], factory);
else {
var a = factory();
for(var i in a) (typeof exports === 'object' ? exports : roo... | {
"pile_set_name": "Github"
} |
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
const Endpoints = {
actions: {
addSelectedRepoToOrgSecret: ["PUT /orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"],
cancelWorkflowRun: ["POST /repos/{owner}/{repo}/actions/runs/{run_id}/cancel"],
createOr... | {
"pile_set_name": "Github"
} |
# PlON
Compute all the orthonormalized Legendre polynomials.
# Usage
call PlON (`p`, `lmax`, `z`, `exitstatus`)
# Parameters
`p` : output, real(dp), dimension (`lmax`+1)
: An array of orthonormalized Legendre polynomials up to degree `lmax`. Degree `l` corresponds to array index `l+1`.
`lmax` : input, integer
:... | {
"pile_set_name": "Github"
} |
/*
* jPOS Project [http://jpos.org]
* Copyright (C) 2000-2020 jPOS Software SRL
*
* 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, either version 3 of the
* License, or (at your opt... | {
"pile_set_name": "Github"
} |
// Copyright © 2013 Steve Francia <spf@spf13.com>.
//
// 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"
} |
#-----------------------------------------------------------------------------
# File: PSP\kaspersky_mp4.pl
# Description: Parses Kaspersky settinsg dump
#
# 2009-12-31 - First write to account for MP4 settings. OP ID 12345
#-----------------------------------------------------------------------------
use Data... | {
"pile_set_name": "Github"
} |
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M22,10L22,6c0,-... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: Margin collapsing - elements that collapse margins have to effect on positions of other elements that also have margins that are c... | {
"pile_set_name": "Github"
} |
#Country Name: Please see filename.
graphical_culture = latingfx
color = { 243 201 33 }
historical_ideas = {
church_attendance_duty
merchant_adventures
patron_of_art
military_drill
national_bank
national_conscripts
national_trade_policy
cabinet
smithian_economics
scientific_revolution
e... | {
"pile_set_name": "Github"
} |
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import <PhotoLibrary/PLAlbumViewController.h>
#import "MFMailComposeViewControllerDelegate-Protocol.h"
#import "PLAbstractAlbumPickerViewControllerDelegate-Protocol.h"
#import ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.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"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6254" systemVersion="14B25" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.ap... | {
"pile_set_name": "Github"
} |
{
'module': 'ide/services/menu/window',
'extensionPoint': 'ide-discussions-menu',
'description': 'Window Menu'
}
| {
"pile_set_name": "Github"
} |
//===- SPIRVIsValidEnum.h - SPIR-V isValid enums ----------------*- C++ -*-===//
//
// The LLVM/SPIRV Translator
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
// Copyright (c) 2014 Advanced Micro Devices, Inc. All rights reser... | {
"pile_set_name": "Github"
} |
config.test_exec_root = "@CMAKE_CURRENT_BINARY_DIR@"
lit_config.load_config(config, "@CMAKE_CURRENT_SOURCE_DIR@/unit/lit.cfg")
| {
"pile_set_name": "Github"
} |
<?php
namespace Composer\Installers;
class MediaWikiInstaller extends BaseInstaller
{
protected $locations = array(
'extension' => 'extensions/{$name}/',
'skin' => 'skins/{$name}/',
);
/**
* Format package name.
*
* For package type mediawiki-extension, cut off a trailing '-... | {
"pile_set_name": "Github"
} |
// /** @file
// Produces the Legacy Region 2 Protocol.
//
// This generic implementation of the Legacy Region 2 Protocol does not actually
// perform any lock/unlock operations. This module may be used on platforms
// that do not provide HW locking of the legacy memory regions. It can also
// be used as a templ... | {
"pile_set_name": "Github"
} |
#!/bin/sh
# print out the hash values
#
for i in $*
do
h=`openssl x509 -hash -noout -in $i`
echo "$h.0 => $i"
done
| {
"pile_set_name": "Github"
} |
/*
* MLP codec common header file
* Copyright (c) 2007-2008 Ian Caulfield
*
* This file is part of FFmpeg.
*
* FFmpeg 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... | {
"pile_set_name": "Github"
} |
<template name="page-footer">
<view class="page-footer">
<text>footer</text>
</view>
</template>
| {
"pile_set_name": "Github"
} |
<?php
namespace lajax\translatemanager\controllers\actions;
use Yii;
use lajax\translatemanager\bundles\TranslateAsset;
use lajax\translatemanager\bundles\TranslatePluginAsset;
use lajax\translatemanager\models\searches\LanguageSourceSearch;
/**
* This class facilitates the listing of language elements to be transl... | {
"pile_set_name": "Github"
} |
package com.enonic.xp.admin.impl.rest.resource.schema.relationship;
import java.awt.image.BufferedImage;
import java.io.InputStream;
import java.time.Instant;
import javax.ws.rs.core.Response;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import org.mockito.Mockito;
import com.google.c... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.