text
stringlengths
2
99.9k
meta
dict
#!/bin/bash pushd src make -f Makefile \ CC="${CC}" \ CFLAGS="${CFLAGS} -O2 -g -Wall -D__USE_FIXED_PROTOTYPES__" \ LDFLAGS="${LDFLAGS}" mkdir -p "${PREFIX}/bin" cp \ long_seq_tm_test \ ntdpal \ oligotm \ primer3_core \ "${PREFIX}/bin/"
{ "pile_set_name": "Github" }
(* TEST * expect *) (* Implicit unpack allows the signature in (val ...) expressions to be omitted. It also adds (module M : S) and (module M) patterns, relying on implicit (val ...) for the implementation. Such patterns can only be used in function definition, match clauses, and let ... in. New: i...
{ "pile_set_name": "Github" }
// Copyright 2016 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 slack provides constants for using OAuth2 to access Slack. package slack // import "golang.org/x/oauth2/slack" import ( "golang.org/x/oauth2" ) //...
{ "pile_set_name": "Github" }
/* Implement the stpcpy function. Copyright (C) 2003-2020 Free Software Foundation, Inc. Written by Kaveh R. Ghazi <ghazi@caip.rutgers.edu>. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License a...
{ "pile_set_name": "Github" }
define(['amd-utils/array/find'], function (find) { describe('array/find', function () { it('should return first match', function () { var obj = {a : 'b'}, arr = [123, 'foo', 'bar', obj]; expect( find(arr, function(val){ return val === 123; }) ).toEqual( 123 ); ...
{ "pile_set_name": "Github" }
" Vim syntax file " Language: Comshare Dimension Definition Language " Maintainer: Raul Segura Acevedo <raulseguraaceved@netscape.net> " Last change: 2016 Sep 20 " quit when a syntax file was already loaded if exists("b:current_syntax") finish endif sy case ignore sy sync fromstart sy keyword cdlStatement dimension ...
{ "pile_set_name": "Github" }
/* Copyright The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
{ "pile_set_name": "Github" }
# # Example of a Wasm Http Filter. # kind: Example
{ "pile_set_name": "Github" }
.\" .\" Copyright (c) 2009 by Daniel Stenberg .\" .TH libssh2_knownhost_readline 3 "28 May 2009" "libssh2 1.2" "libssh2 manual" .SH NAME libssh2_knownhost_readline - read a known host line .SH SYNOPSIS #include <libssh2.h> int libssh2_knownhost_readline(LIBSSH2_KNOWNHOSTS *hosts, const c...
{ "pile_set_name": "Github" }
# Go App Engine packages [![Build Status](https://travis-ci.org/golang/appengine.svg)](https://travis-ci.org/golang/appengine) This repository supports the Go runtime on *App Engine standard*. It provides APIs for interacting with App Engine services. Its canonical import path is `google.golang.org/appengine`. See h...
{ "pile_set_name": "Github" }
{"name":"koibumi-socks-core","vers":"0.0.0","deps":[],"cksum":"4d749dade1fd93b35cb1de983140b7ac3a2b9cd1cde4a6ba93f10a2d2d0c52b2","features":{},"yanked":false,"links":null} {"name":"koibumi-socks-core","vers":"0.0.1","deps":[],"cksum":"fbc0c26d3ea1bd0bc18def4511a8e02e03350cea54b0bf6724f420dfbcc88b4d","features":{},"yank...
{ "pile_set_name": "Github" }
Overview -------- Build tests for drivers and sensors on all platforms. This test might now work for some of the drivers, those need to be addressed in other tests targeting those special cases. Tests ----- drivers: build all drivers sensors_a_m: build sensors with name beginning a through m. sensors_n_z: buil...
{ "pile_set_name": "Github" }
'use strict'; var re = /foo/; module.exports = function () { if (typeof re.match !== 'function') return false; return re.match('barfoobar') && !re.match('elo'); };
{ "pile_set_name": "Github" }
#!/usr/bin/env python ''' @ author: Kshitij Kumar @ email: kshitijkumar14@gmail.com, kshitij.kumar@crowdstrike.com @ purpose: A module intended to read and parse the Chrome history database for each user on disk. ''' # IMPORT FUNCTIONS FROM COMMON.FUNCTIONS from common.functions import stats2 from common.functions...
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Copyright (C) 2019 tribe29 GmbH - License: GNU General Public License v2 # This file is part of Checkmk (https://checkmk.com). It is subject to the terms and # conditions defined in the file COPYING, which is part of this source code package. # yapf: disable # type: ign...
{ "pile_set_name": "Github" }
{ "logs": [ { "outputFile": "/usr/local/google/home/benweiss/Android/pi-dev/developers/build/prebuilts/gradle/AutofillFramework/Application/build/intermediates/incremental/mergeReleaseResources/merged.dir/values-mk/values-mk.xml", "map": [ { "sourc...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2000, 2006 IBM Corporation and others. * * This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at ...
{ "pile_set_name": "Github" }
[tower] localhost ansible_connection=local [database] [all:vars] admin_password='{{ ansible_tower.admin_password }}' pg_host="{{ ansible_tower.install.pg.host | default('') }}" pg_port="{{ ansible_tower.install.pg.port | default('') }}" pg_database="{{ ansible_tower.install.pg.database | default('awx') }}" pg_usern...
{ "pile_set_name": "Github" }
package ne_NP import ( "math" "strconv" "time" "github.com/go-playground/locales" "github.com/go-playground/locales/currency" ) type ne_NP struct { locale string pluralsCardinal []locales.PluralRule pluralsOrdinal []locales.PluralRule pluralsRange []locales.PluralRul...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ // <auto-generated> // Ten kod został wygenerowany przez narzędzie. // Wersja wykonawcza:4.0.30319.42000 // // Zmiany w tym pliku mogą spowodować nieprawidłowe zachowanie i zostaną utracone, jeśli // kod zostanie ponownie ...
{ "pile_set_name": "Github" }
# # commit-circle.R, 23 Apr 20 # # Data from: # Do time of day and developer experience affect commit bugginess? # Jon Eyolfson and Lin Tan and Patrick Lam # # Example from: # Evidence-based Software Engineering: based on the publicly available data # Derek M. Jones # # TAG commit_week-day Linux_commits OpenBSD_commits...
{ "pile_set_name": "Github" }
{ "author": "Microsoft Community", "name": "App Config", "description": "Добавляет пустой файл App.config в проект.", "identity": "wts.Feat.AppDotConfig.VB" }
{ "pile_set_name": "Github" }
# frozen_string_literal: true # Creation and updates timestamps for Ansible Roles class AutomaticallySetRoleTimestamps < ActiveRecord::Migration[4.2] def up change_column :ansible_roles, :created_at, :datetime, :null => true, :default => nil change_co...
{ "pile_set_name": "Github" }
--- title: "TeleSign, Twilio channels agent experience in Omnichannel for Customer Service | MicrosoftDocs" description: "Learn about the TeleSign, Twilio SMS channels agent experience in Omnichannel for Customer Service." author: neeranelli ms.author: nenellim manager: shujoshi ms.date: 04/06/2020 ms.service: - "dy...
{ "pile_set_name": "Github" }
import React, { Component } from 'react'; import { Redirect, Switch, Route } from 'react-router-dom'; import routerConfig from '../../routerConfig'; import Guide from '../../components/Guide'; class MainRoutes extends Component { /** * 渲染路由组件 */ renderNormalRoute = (item, index) => { return item.componen...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <meta charset="utf-8"> <title>Testing Available Space in Orthogonal Flows / max-height / no scroller</title> <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"> <link rel="help" href="https://www.w3.org/TR/css-writing-modes-3/#orthogonal-auto"> <link rel="match" href="reference...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- /* ** Copyright 2011, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. ** You may obtain a copy of the License at ** ** http://www.apache.org/licenses/...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __PERF_REGS_H #define __PERF_REGS_H #include <linux/types.h> #include <linux/compiler.h> struct regs_dump; struct sample_reg { const char *name; uint64_t mask; }; #define SMPL_REG(n, b) { .name = #n, .mask = 1ULL << (b) } #define SMPL_REG_END { .name = NULL } extern ...
{ "pile_set_name": "Github" }
<?php // Don't redefine the functions if included multiple times. if (!function_exists('GuzzleHttp\Psr7\str')) { require __DIR__ . '/functions.php'; }
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en-us"> <head> <link href="http://gmpg.org/xfn/11" rel="profile"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <!-- Enable responsiveness on mobile devices--> <meta name="viewport" content="width=device-...
{ "pile_set_name": "Github" }
<div class="modal fade show" id="start-install-modal" data-easein="shrinkIn" role="dialog" aria-hidden="true"> <div class="modal-dialog" style="width: 600px"> <div class="modal-content bg-primary"> <div class="modal-header"> <h4 class="modal-title">安装模块 </h4> <but...
{ "pile_set_name": "Github" }
// Prepare demo data // Data is joined to map using value of 'hc-key' property by default. // See API docs for 'joinBy' for more info on linking data and map. var data = [ ['td-ma', 0], ['td-sa', 1], ['td-nj', 2], ['td-lo', 3], ['td-mw', 4], ['td-br', 5], ['td-ti', 6], ['td-en', 7], ...
{ "pile_set_name": "Github" }
/********************************************************************** ceabstracteditor.h Base class for crystal builder editor dockwidgets Copyright (C) 2011 by David C. Lonie This file is part of the Avogadro molecular editor project. For more information, see <http://avogadro.cc/> This source code is r...
{ "pile_set_name": "Github" }
// Copyright © 2019 The Things Network Foundation, The Things Industries B.V. // // 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 // // Un...
{ "pile_set_name": "Github" }
package tillerino.tillerinobot.predicates; import lombok.Value; import java.util.Optional; import org.tillerino.osuApiModel.Mods; import org.tillerino.osuApiModel.OsuApiBeatmap; import tillerino.tillerinobot.UserException; import tillerino.tillerinobot.lang.Language; import tillerino.tillerinobot.predicates.Predica...
{ "pile_set_name": "Github" }
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ declare(strict_types=1); /** * Tests for \Magento\Framework\Data\Form\Element\Reset */ namespace Magento\Framework\Data\Test\Unit\Form\Element; use Magento\Framework\Data\Form\Element\CollectionFactory; use Magen...
{ "pile_set_name": "Github" }
Thanks for sending a pull request! **Please make sure that you are using `feature` branch, since all the WiFi Analyzer changes are done on the `feature` branch!** [How to submit a pull request](https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer/wiki/Pull-Request) **What does this implement/fix? Please describe....
{ "pile_set_name": "Github" }
%description: This test contains basic checks for integration. %includes: #include "inet/common/math/Functions.h" %global: using namespace inet; using namespace inet::math; using namespace inet::units::values; %activity: // 1 dimensional Ptr<const IFunction<double, Domain<simtime_t>>> c2 = makeShared<Boxcar1DFunct...
{ "pile_set_name": "Github" }
## 执行上下文 可执行代码:全局代码、函数代码、eval 代码 ## 执行上下文栈 当执行一个函数的时候,就会创建一个执行上下文,并且压入执行上下文栈,当函数执行完毕的时候,就会将函数的执行上下文从栈中弹出 ```js function fun3() { console.log("fun3"); } function fun2() { fun3(); } function fun1() { fun2(); } fun1(); // 伪代码 // fun1() ECStack.push(<fun1> functionContext); // fun1中竟然调用了fun2,还要创建fun2的执行上下文 ECSta...
{ "pile_set_name": "Github" }
#include "MinimalKeyType.h" std::atomic<int> MinimalKeyType::instances(0);
{ "pile_set_name": "Github" }
"use strict"; require("retape")(require("./index"))
{ "pile_set_name": "Github" }
# SHELL=/bin/bash TARGET_VERSION ?= latest all: docker docker: docker build --pull --no-cache -t antidotelabs/wordpress:$(TARGET_VERSION) . docker push antidotelabs/wordpress:$(TARGET_VERSION)
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <translate xmlns:android="http://schemas.android.com/apk/res/android" android:duration="@android:integer/config_mediumAnimTime" android:fromYDelta="0%p" android:toYDelta="100%p" />
{ "pile_set_name": "Github" }
export * from 'rxjs-compat/operators/min';
{ "pile_set_name": "Github" }
throw Error("Coucou")
{ "pile_set_name": "Github" }
"resource/UI/DemoPolish.res" { "DemoPolish" { "ControlName" "Frame" "fieldName" "DemoPolish" "xpos" "214" "ypos" "52" "wide" "280" "tall" "480" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "tabPosition" "0" "settitlebarvisible" "1" "title" "Demo Polish Options" ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 1997, 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.org/legal/epl-2.0. ...
{ "pile_set_name": "Github" }
package lib import ( "errors" "go.dedis.ch/kyber/v3" "go.dedis.ch/kyber/v3/share/dkg/rabin" "go.dedis.ch/kyber/v3/util/random" "go.dedis.ch/cothority/v3" ) // RandomKeyPair creates a random public/private Diffie-Hellman key pair. func RandomKeyPair() (x kyber.Scalar, X kyber.Point) { x = cothority.Suite.Scala...
{ "pile_set_name": "Github" }
<template> <component :is="type" v-bind="linkProps(to)"> <slot /> </component> </template> <script> import { isExternal } from '@/utils/validate' export default { props: { to: { type: String, required: true } }, computed: { isExternal() { return isExternal(this.to) }, ...
{ "pile_set_name": "Github" }
--- title: 投影运算 ms.date: 07/20/2015 ms.assetid: b8d38e6d-21cf-4619-8dbb-94476f4badc7 ms.openlocfilehash: 4795bdaba53949b34fe380ea9c51025ce43c40db ms.sourcegitcommit: f8c270376ed905f6a8896ce0fe25b4f4b38ff498 ms.translationtype: MT ms.contentlocale: zh-CN ms.lasthandoff: 06/04/2020 ms.locfileid: "84396332" --- # <a name=...
{ "pile_set_name": "Github" }
package apimodels; import java.time.OffsetDateTime; import com.fasterxml.jackson.annotation.*; import java.util.Set; import javax.validation.*; import java.util.Objects; import javax.validation.constraints.*; /** * An order for a pets from the pet store */ @SuppressWarnings({"UnusedReturnValue", "WeakerAccess"}) pu...
{ "pile_set_name": "Github" }
args @ { fetchurl, ... }: rec { baseName = ''mt19937''; version = ''1.1.1''; description = ''Portable MT19937 Mersenne Twister random number generator''; deps = [ ]; src = fetchurl { url = ''http://beta.quicklisp.org/archive/mt19937/2011-02-19/mt19937-1.1.1.tgz''; sha256 = ''1iw636b0iw5ygkv02y8i41l...
{ "pile_set_name": "Github" }
/** * @directive sb-clickwrap * @author Xtraball SAS <dev@xtraball.com> * @version 4.18.12 */ angular .module('starter') .directive('sbClickwrap', function (Application) { return { restrict: 'E', replace: false, scope: { field: '=', ...
{ "pile_set_name": "Github" }
// Copyright 2010 The Closure Library 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 requ...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
{ "pile_set_name": "Github" }
// https://tc39.github.io/proposal-setmap-offrom/#sec-weakmap.of require('./_set-collection-of')('WeakMap');
{ "pile_set_name": "Github" }
/* * #%L * BroadleafCommerce Integration * %% * Copyright (C) 2009 - 2016 Broadleaf Commerce * %% * Licensed under the Broadleaf Fair Use License Agreement, Version 1.0 * (the "Fair Use License" located at http://license.broadleafcommerce.org/fair_use_license-1.0.txt) * unless the restrictions on use therein a...
{ "pile_set_name": "Github" }
;- Copyright © 2008-2011 8th Light, Inc. All Rights Reserved. ;- Limelight and all included source files are distributed under terms of the MIT License. (ns limelight.clojure.production-player) (declare ^:dynamic *production*) (defn add-action-with-bindings [event-type action] (let [event-action (reify limelight.e...
{ "pile_set_name": "Github" }
# Be sure to restart your server when you modify this file. # You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. # Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } # You can also remove all the silencers if you're trying to debug a probl...
{ "pile_set_name": "Github" }
#浪潮之巅 近一百多年来,总有一些公司很幸运地、有意识或者无意识地站在技术革命的浪尖之上。 一旦处在了那个位置,即使不做任何事,也可以随着波浪顺顺当当地向前漂个十年甚至更长的时间。在这十几年间,它们代表着科技的浪潮,直到下一波浪潮的来临。 --- 1995年,如日中天的AT&T 公司重组,分裂成AT&T、朗讯和NCR三家公司。AT&T下属的举世闻名的科研机构贝尔实验室也被一分为二。朗讯公司获得了一半的科研机构和贝尔实验室的名称。划归AT&T的一半研究室组成了AT&T实验室(后来更名为香农实验室),从原来的茉莉山(MurrayHills)搬到了弗伦翰公园。在那里,出过十一位诺贝尔奖获得者的AT&T实验室,像一颗进入晚年的恒星,爆...
{ "pile_set_name": "Github" }
########################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2020, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # ########################################################################## import uuid impor...
{ "pile_set_name": "Github" }
--- # defaults file for libmysqlclient-dev
{ "pile_set_name": "Github" }
// // ASTMethod.hpp // Emojicode // // Created by Theo Weidmann on 05/08/2017. // Copyright © 2017 Theo Weidmann. All rights reserved. // #ifndef ASTMethod_hpp #define ASTMethod_hpp #include "ASTExpr.hpp" #include "Functions/CallType.h" #include <utility> #include <map> namespace EmojicodeCompiler { class Funct...
{ "pile_set_name": "Github" }
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation \\/ M anipulation | --------...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> ...
{ "pile_set_name": "Github" }
defmodule Hound.Helpers.ScriptExecution do @moduledoc "Functions to execute javascript" import Hound.RequestUtils @doc """ Execute javascript synchronously. * The first argument is the script to execute. * The second argument is a list of arguments that is passed. These arguments are accessible in th...
{ "pile_set_name": "Github" }
/* * sdh.h, export bfin_mmc_init * * Copyright (c) 2009 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #ifndef __ASM_SDH_H__ #define __ASM_SDH_H__ #include <mmc.h> #include <asm/u-boot.h> int bfin_mmc_init(bd_t *bis); #endif
{ "pile_set_name": "Github" }
#include "f2c.h" #include "blaswrap.h" /* Table of constant values */ static integer c__1 = 1; static integer c_n1 = -1; static integer c__0 = 0; static doublereal c_b17 = 1.; /* Subroutine */ int dsyev_(char *jobz, char *uplo, integer *n, doublereal *a, integer *lda, doublereal *w, doublereal *work, integer *lwo...
{ "pile_set_name": "Github" }
/* Copyright SecureKey Technologies Inc. All Rights Reserved. SPDX-License-Identifier: Apache-2.0 */ package fabsdk import ( "github.com/hyperledger/fabric-sdk-go/pkg/common/providers/msp" "github.com/pkg/errors" ) type identityOptions struct { signingIdentity msp.SigningIdentity orgName string usernam...
{ "pile_set_name": "Github" }
/* ******************************************************************************* * Copyright (C) 1997-2005, International Business Machines * Corporation and others. All Rights Reserved. ******************************************************************************* * Date Name Description * 06...
{ "pile_set_name": "Github" }
define([ "require", "dojo/_base/declare", "dijit/_WidgetBase", "dijit/_TemplatedMixin", "dijit/_WidgetsInTemplateMixin", "./TestWidget" ], function(require, declare, _WidgetBase, _TemplatedMixin, _WidgetsInTemplateMixin){ // This module requires utilises a relative MID in the template. Because of the synchrono...
{ "pile_set_name": "Github" }
! Copyright (C) 2008 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. USING: backtrack shuffle math math.ranges quotations locals fry kernel words io memoize macros prettyprint sequences assocs combinators namespaces ; IN: benchmark.backtrack ! This was suggested by Dr_Ford. Compute the number of...
{ "pile_set_name": "Github" }
// Copyright 2009 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 net import ( "bytes" "context" "fmt" "internal/testenv" "reflect" "runtime" "sort" "strings" "testing" "time" ) func lookupLocalhost(ctx con...
{ "pile_set_name": "Github" }
# Upgrading Forseti with Terraform ## Introduction <walkthrough-tutorial-duration duration="30"></walkthrough-tutorial-duration> This guide explains how to upgrade Forseti previously installed with Terraform, to version 2.23. This is due to a breaking change introduced in this Terraform module, now version 5.0.0. ...
{ "pile_set_name": "Github" }
package main
{ "pile_set_name": "Github" }
/* * R : A Computer Language for Statistical Data Analysis * Copyright (C) 2000-2016 The R Core Team. * Copyright (C) 2008-2014 Andrew R. Runnalls. * Copyright (C) 2014 and onwards the Rho Project Authors. * * Rho is not part of the R project, and bugs and other issues should * not be reported via r-bug...
{ "pile_set_name": "Github" }
from Foundation import * from PyObjCTools.TestSupport import * class TestNSURLRequest (TestCase): def testConstants(self): self.assertEqual(NSURLRequestUseProtocolCachePolicy, 0) self.assertEqual(NSURLRequestReloadIgnoringLocalCacheData, 1) self.assertEqual(NSURLRequestReloadIgnoringLocalAn...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
{ "pile_set_name": "Github" }
// // Prefix header for all source files of the 'Simplenote' target in the 'Simplenote' project // #ifdef __OBJC__ #import <Cocoa/Cocoa.h> #import <SystemConfiguration/SystemConfiguration.h> #endif
{ "pile_set_name": "Github" }
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"> <title>nLab</title> <link rel="alternate" type="application/xhtml+xml" href="https://ncatlab.org/nlab/show/HomePage"/> <link rel="self" href="https://ncatlab.org/nlab/atom_with_headlines"/> <updated>2017-09-21T16:03:01Z</updated> <id>tag:ncatlab.org,200...
{ "pile_set_name": "Github" }
type=item items=minecraft:experience_bottle texture=./frail.png nbt.display.Lore.*=ipattern:*Frail*
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:html="http://www.w3.org/TR/REC-html40"> <DocumentProperties xmlns="ur...
{ "pile_set_name": "Github" }
<template> <div class="user"> <div class="user-header"> <div class="user-img"> <img src="../../assets/a.jpg" alt> </div> <div class="user-name"> <p>这个少年不太冷</p> </div> <div class="mui-card"> <div class="mui-card-header mui-card-media"></div> <div class=...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 02732ee9378d4918a46cef340651fbc1 timeCreated: 1573133312
{ "pile_set_name": "Github" }
{ "1-geodesics": { "title": "General information on geodesics" }, "2-interface": { "title": "The library interface" }, "3-examples": { "title": "Examples of use" } }
{ "pile_set_name": "Github" }
include (../HelloSceneCover.pro)
{ "pile_set_name": "Github" }
/* ****************************************************************************** * Copyright (c) 2006-2012 XMind Ltd. and others. * * This file is a part of XMind 3. XMind releases 3 and * above are dual-licensed under the Eclipse Public License (EPL), * which is available at http://www.eclipse.org/legal/epl-v10...
{ "pile_set_name": "Github" }
using System; using System.Collections; using System.IO; using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.X509; using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Tls { /** * Parsing and encoding of a <i>Certificate</i> struct from RFC 4346. * <p/> * <pre> * opaque ASN...
{ "pile_set_name": "Github" }
import _ from 'lodash'; import moment from 'moment'; import PropTypes from 'prop-types'; import React, { Component } from 'react'; import { connect } from 'react-redux'; import { createSelector } from 'reselect'; import CalendarDay from './CalendarDay'; function createCalendarEventsConnector() { return createSelecto...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- 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, Ver...
{ "pile_set_name": "Github" }
/* * Event char devices, giving access to raw input device events. * * Copyright (c) 1999-2002 Vojtech Pavlik * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published by * the Free Software Foundation. */ #define pr_f...
{ "pile_set_name": "Github" }
/*! ***************************************************************************** Copyright (c) Microsoft Corporation. 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....
{ "pile_set_name": "Github" }
//! moment.js locale configuration //! locale : Polish [pl] //! author : Rafal Hirsz : https://github.com/evoL ;(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' && typeof require === 'function' ? factory(require('../moment')) : typeof define === 'function' && defi...
{ "pile_set_name": "Github" }
package com.android.internal.textservice; import android.os.Binder; import android.os.Bundle; import android.os.IBinder; import android.os.IInterface; import android.os.Parcel; import android.os.RemoteException; import android.view.textservice.SpellCheckerInfo; import android.view.textservice.SpellCheckerSubtype; impo...
{ "pile_set_name": "Github" }
/*---------------------------------------------------------------------- PuReMD - Purdue ReaxFF Molecular Dynamics Program Copyright (2010) Purdue University Hasan Metin Aktulga, hmaktulga@lbl.gov Joseph Fogarty, jcfogart@mail.usf.edu Sagar Pandit, pandit@usf.edu Ananth Y Grama, ayg@cs.purdue.edu Please...
{ "pile_set_name": "Github" }
// Copyright 2009 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 pflag import ( goflag "flag" "reflect" "strings" ) // flagValueWrapper implements pflag.Value around a flag.Value. The main // difference here is ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd"> <!--*********************************************************** * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOT...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////// // FILE: CSUXHub.h // PROJECT: Micro-Manager // SUBSYSTEM: DeviceAdapters //----------------------------------------------------------------------------- // DESCRIPTION: CSUX hub module. Required for operation of all /...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ // <copyright file="RegexRunner.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //----------------------------------...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd"> <test name="AdminCancel...
{ "pile_set_name": "Github" }