text
stringlengths
2
99.9k
meta
dict
// +build windows package process import ( "syscall" ) func set_user_id(_ *syscall.SysProcAttr, _ uint32, _ uint32) { }
{ "pile_set_name": "Github" }
<?php namespace Composer\Installers; class DokuWikiInstaller extends BaseInstaller { protected $locations = array( 'plugin' => 'lib/plugins/{$name}/', 'template' => 'lib/tpl/{$name}/', ); /** * Format package name. * * For package type dokuwiki-plugin, cut off a trailing '-p...
{ "pile_set_name": "Github" }
<?php namespace { const Y = 1; } namespace Y\X{ echo E_ALL; echo null; echo true; ANOTHER_CONSTANT; echo Y; } ?>
{ "pile_set_name": "Github" }
------------------------------------------------------------------------------- This directory contains the test suite for the pyscard framework. You will need two smart card readers and two smart cards to run the test suite. Insert the readers and the cards in the readers before executing the test suite. On the...
{ "pile_set_name": "Github" }
import { createLocalOrUTC } from './from-anything'; export function createLocal (input, format, locale, strict) { return createLocalOrUTC(input, format, locale, strict, false); }
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <G:calendar-multiget xmlns:G="urn:ietf:params:xml:ns:caldav"> <A:prop xmlns:A="DAV:"> <A:getetag/> <G:calendar-data/> <G:schedule-tag/> </A:prop> %(hrefs)s </G:calendar-multiget>
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html><head> <title>rinetd man page</title> <meta name="generator" content="roffit"> <STYLE type="text/css"> P.level0 { padding-left: 2em; } P.level1 { padding-left: 4em; } P.level2 { padding-left: 6em; } span....
{ "pile_set_name": "Github" }
/* ---------------------------------------------------------------------------- * SAM Software Package License * ---------------------------------------------------------------------------- * Copyright (c) 2012, Atmel Corporation * * All rights reserved. * * Redistribution and use in source and binary fo...
{ "pile_set_name": "Github" }
# frozen_string_literal: true require 'spec_helper' RSpec.describe Gitlab::Ci::Status::Canceled do subject do described_class.new(double('subject'), double('user')) end describe '#text' do it { expect(subject.text).to eq 'canceled' } end describe '#label' do it { expect(subject.label).to eq 'c...
{ "pile_set_name": "Github" }
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24.0" android:viewportHeight="24.0"> <path android:fillColor="#FF000000" android:pathData="M5,17v2h14v-2L5,17zM9.5,12.8h5l0.9,2.2h2.1L1...
{ "pile_set_name": "Github" }
package com.zheng.cms.dao.model; import java.io.Serializable; public class CmsCategoryTag implements Serializable { /** * 编号 * * @mbg.generated */ private Integer categoryTagId; /** * 类目编号 * * @mbg.generated */ private Integer categoryId; /** * 标签编号 ...
{ "pile_set_name": "Github" }
# --------------------------------------------------------------------------- # See the NOTICE file distributed with this work for additional # information regarding copyright ownership. # # This is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as # p...
{ "pile_set_name": "Github" }
<resources> <string name="app_name">browser</string> </resources>
{ "pile_set_name": "Github" }
The <strong>grid</strong> style will display each row of your view within a grid. You may customize the <strong>number of columns</strong>, though it defaults to 4. A grid looks like this: <table width="100%"> <tr><td>row 1</td><td>row 2</td><td>row 3</td><td>row 4</td></tr> <tr><td>row 5</td><td>row 6</td><td>row 7</...
{ "pile_set_name": "Github" }
/*Header-MicMac-eLiSe-25/06/2007 MicMac : Multi Image Correspondances par Methodes Automatiques de Correlation eLiSe : ELements of an Image Software Environnement www.micmac.ign.fr Copyright : Institut Geographique National Author : Marc Pierrot Deseilligny Contributors : Gregoire Maille...
{ "pile_set_name": "Github" }
spv.constStruct.vert // Module Version 10000 // Generated by (magic number): 80007 // Id's are bound by 23 Capability Shader 1: ExtInstImport "GLSL.std.450" MemoryModel Logical GLSL450 EntryPoint Verte...
{ "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" }
## Unreleased - Fixes stringify to only take ancestors into account when checking circularity. It previously assumed every visited object was circular which led to [false positives][issue9]. Uses the tiny serializer I wrote for [Must.js][must] a year and a half ago. - Fixes calling the `replacer` function i...
{ "pile_set_name": "Github" }
package main import ( "encoding/json" "fmt" "io/ioutil" "os" "path/filepath" "runtime" "strings" "github.com/docker/distribution" "github.com/docker/distribution/manifest" "github.com/docker/distribution/manifest/manifestlist" "github.com/docker/distribution/manifest/schema2" "github.com/docker/docker/int...
{ "pile_set_name": "Github" }
cheats = 12 cheat0_desc = "Infinite Lives" cheat0_code = "00C2-4A09" cheat0_enable = false cheat1_desc = "Infinite Money ($255)" cheat1_code = "00CF-70FF" cheat1_enable = false cheat2_desc = "Item Slot Modifier 1" cheat2_code = "00CF-5701" cheat2_enable = false cheat3_desc = "Item Slot Modifier 2" cheat3_code = "00...
{ "pile_set_name": "Github" }
package openstack import ( "fmt" "log" "strings" "time" "github.com/hashicorp/terraform-plugin-sdk/helper/resource" "github.com/hashicorp/terraform-plugin-sdk/helper/schema" "github.com/hashicorp/terraform-plugin-sdk/helper/validation" "github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/lb...
{ "pile_set_name": "Github" }
import torch from mmdet.core import bbox2roi, build_assigner, build_sampler from .. import builder from ..registry import DETECTORS from .two_stage import TwoStageDetector @DETECTORS.register_module class MaskScoringRCNN(TwoStageDetector): """Mask Scoring RCNN. https://arxiv.org/abs/1903.00241 """ ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2013, Mellanox Technologies inc. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main directory of th...
{ "pile_set_name": "Github" }
// go run linux/mksysnum.go -Wall -Werror -static -I/tmp/include -m32 /tmp/include/asm/unistd.h // Code generated by the command above; see README.md. DO NOT EDIT. // +build 386,linux package unix const ( SYS_RESTART_SYSCALL = 0 SYS_EXIT = 1 SYS_FORK = ...
{ "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. // +build go1.8 package http2 import ( "crypto/tls" "io" "net/http" ) func cloneTLSConfig(c *tls.Config) *tls.Config { c2 := c.Clone() c2.GetClientCerti...
{ "pile_set_name": "Github" }
/* //@HEADER // ************************************************************************ // // Kokkos v. 3.0 // Copyright (2020) National Technology & Engineering // Solutions of Sandia, LLC (NTESS). // // Under the terms of Contract DE-NA0003525 with NTESS, // the U.S. Govern...
{ "pile_set_name": "Github" }
create table test (a int) stored as inputformat 'org.apache.hadoop.hive.ql.io.RCFileInputFormat' outputformat 'org.apache.hadoop.hive.ql.io.RCFileOutputFormat' inputdriver 'RCFileInDriver' outputdriver 'RCFileOutDriver'; desc extended test;
{ "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"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2011-2019 Contributors to the Eclipse Foundation * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 * which is available at https:...
{ "pile_set_name": "Github" }
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */ /* vim: set ts=2 et sw=2 tw=80: */ /************************************************************* * * MathJax/extensions/TeX/cancel.js * * Implements the \cancel, \bcancel, \xcancel, and \cancelto macros. * * Usage: * * \can...
{ "pile_set_name": "Github" }
1 17Networks_LH_VisCent_Striate_1 120 18 135 0 2 17Networks_LH_VisCent_Striate_2 120 18 136 0 3 17Networks_LH_VisCent_Striate_3 120 18 137 0 4 17Networks_LH_VisCent_Striate_4 120 18 138 0 5 17Networks_LH_VisCent_ExStr_1 120 17 130 0 6 17Networks_LH_VisCent_ExStr_2 120 17 131 0 7 17Networks_LH_VisCent_ExStr_3 120 17 132...
{ "pile_set_name": "Github" }
# Middleware Add `"pinax.stripe.middleware.ActiveSubscriptionMiddleware"` to the middleware settings if you need to limit access to urls for only those users with an active subscription. Settings that should be setup for use of this middleware can be found in [the SaaS documentation](../user-guide/saas.md).
{ "pile_set_name": "Github" }
[![Build Status](https://travis-ci.org/dejavu-fonts/dejavu-fonts.svg)](https://travis-ci.org/dejavu-fonts/dejavu-fonts) DejaVu fonts 2.37 (c)2004-2016 DejaVu fonts team ------------------------------------------------ The DejaVu fonts are a font family based on the Bitstream Vera Fonts (http://gnome.org/fonts/). Its ...
{ "pile_set_name": "Github" }
select @@global.large_page_size = 1; @@global.large_page_size = 1 0 select @@session.large_page_size; ERROR HY000: Variable 'large_page_size' is a GLOBAL variable show global variables like 'large_page_size'; Variable_name Value large_page_size # show session variables like 'large_page_size'; Variable_name Value large_...
{ "pile_set_name": "Github" }
{ "id": "blue-mosaic-tile-flooring", "name": "Blue Mosaic-tile Flooring", "games": { "nh": { "sellPrice": { "currency": "bells", "value": 225 }, "buyPrices": [ { "currency": "bells", "value": 900 } ] } }, "category": "Flooring...
{ "pile_set_name": "Github" }
/*! * Connect - session - Session * Copyright(c) 2010 Sencha Inc. * Copyright(c) 2011 TJ Holowaychuk * MIT Licensed */ /** * Module dependencies. */ var utils = require('../../utils'); /** * Create a new `Session` with the given request and `data`. * * @param {IncomingRequest} req * @param {Object} data ...
{ "pile_set_name": "Github" }
package scalafix.internal.jgit import java.nio.file.Path import scalafix.internal.diff._ import org.eclipse.jgit.util.FS import org.eclipse.jgit.lib.RepositoryCache import org.eclipse.jgit.storage.file.FileRepositoryBuilder import org.eclipse.jgit.diff.DiffEntry.ChangeType._ import org.eclipse.jgit.diff.DiffFormatte...
{ "pile_set_name": "Github" }
--- '1431587655': - :distance: 340 :file: 3e9539f877daff206107c5e5dd1ebbc637760996467b4d517180db04e2935a60_5 - :distance: 334 :file: 2608fe81fd5435fd61dbc8176c8a9e936c36ddf44b04f42550688508f251c340_1 - :distance: 312 :file: 4fbc42e1c21b21499a6d3cd63a3fca5985b8aa75880915c6220ef2d661092f0f_3 - :distance: 322 :fil...
{ "pile_set_name": "Github" }
-----BEGIN CERTIFICATE----- MIIDTjCCAjagAwIBAgICUhowDQYJKoZIhvcNAQELBQAwITESMBAGA1UEAwwJVGVz dCBSb290MQswCQYDVQQGEwJERTAeFw0xNzA3MjYxMzI1NDlaFw0yMDA3MjcxMzI1 NDlaMCMxFDASBgNVBAMMC1Rlc3QgU3ViIENBMQswCQYDVQQGEwJERTCCASIwDQYJ KoZIhvcNAQEBBQADggEPADCCAQoCggEBALCFLJmzmejO9iDEac7Lcx7vwJtIcv+A i/3emB6Woi9JLnWwBeVOgAG1gs2...
{ "pile_set_name": "Github" }
/** * Stores a 2D vector. */ export default class Vector { /** * @param {number} x * @param {number} y */ constructor(x, y) { /** type {number} */ this.x = x; /** type {number} */ this.y = y; } /** * @param {jQuery.Event} event * @return {!Vector} */ static fromMouseEvent(event) {...
{ "pile_set_name": "Github" }
DROP TABLE IF EXISTS t1; CREATE TABLE t1 (b BINARY <CUSTOM_COL_OPTIONS>, b20 BINARY(20) <CUSTOM_COL_OPTIONS>, v16 VARBINARY(16) <CUSTOM_COL_OPTIONS>, v128 VARBINARY(128) <CUSTOM_COL_OPTIONS>, <CUSTOM_INDEX> b20 (b20) ) ENGINE=<STORAGE_ENGINE> <CUSTOM_TABLE_OPTIONS>; SHOW INDEX IN t1; Table Non_unique Key_name Seq_in_in...
{ "pile_set_name": "Github" }
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */ article aside details figcaption figure footer header hgroup main nav section summary display: block audio, canvas, video display: inline-block audio:not([controls]) display: none height: 0 [hidden], template display: none html font-family: ...
{ "pile_set_name": "Github" }
/** * Container for routig configs * * @author ab */ package btools.router; import java.io.File; import btools.expressions.BExpressionContextNode; import btools.expressions.BExpressionContextWay; import btools.expressions.BExpressionMetaData; public final class ProfileCache { private static File lastLookupF...
{ "pile_set_name": "Github" }
/** * **************************************************************************** * Copyright 2013 EMBL-EBI * <p/> * 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 * <p/> * http://www.a...
{ "pile_set_name": "Github" }
using SharpGen.Config; using SharpGen.Logging; using SharpGen.Model; using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Text; namespace SharpGen.Transform { public class TypeRegistry { private readonly Dictionary<string, (CsTypeBase CS...
{ "pile_set_name": "Github" }
const not = true; export const map = new Map([ [`主站`, `ホーム`], [`画友`, `アルバム`], [`音频`, `音楽`], [`游戏中心`, `ゲーム`], [`会员购`, `会員購`], [`下载APP`, `アプリ`], [`会员`, `会員`], [`大会员`, `大会員`], [`小会员`, `小会員`], [`未登录`, `未登録`], [`注册会员`, `登録会員`], [`正式会员`, `正式会員`], [`年度大会员`, `年度大会員`], [`年度小会员`, `年度小会員`], [`消息`, `通...
{ "pile_set_name": "Github" }
--- title: "ScriptBlock Element for SelectionCondition for Controls for Configuration (Format) | Microsoft Docs" ms.date: "09/13/2016" --- # ScriptBlock Element for SelectionCondition for Controls for Configuration (Format) Specifies the script that triggers the condition. When this script is evaluated to `true`, the ...
{ "pile_set_name": "Github" }
# encoding: utf-8 require 'minitest_helper' require 'plugins/pre_commit/checks/coffeelint' describe PreCommit::Checks::Coffeelint do let(:config) do mock = MiniTest::Mock.new mock.expect(:get, '', ['coffeelint.config']) mock end let(:check) {PreCommit::Checks::Coffeelint.new(nil, config, [])} it "...
{ "pile_set_name": "Github" }
if !has('python') echo "Vim must support python in order to use the repeater" finish endif " Settings to make life easier set hidden let s:pyscript = resolve(expand('<sfile>:p:h') . '/repeater.py') function! RepeaterAction(...) execute 'pyfile ' . s:pyscript endfunc command! -nargs=* RepeaterSetup call ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> <!-- Generated with https://github.com/citation-style-language/utilities/tree/master/generate_dependent_styles/data/bmj --> <info> <title>BMJ Supportive &amp; Palliative Care</title> <...
{ "pile_set_name": "Github" }
/* stylelint-disable selector-list-comma-newline-after */ .blog-header { line-height: 1; border-bottom: 1px solid #e5e5e5; } .blog-header-logo { font-family: "Playfair Display", Georgia, "Times New Roman", serif; font-size: 2.25rem; } .blog-header-logo:hover { text-decoration: none; } h1, h2, h3, h4, h5, ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]--> <!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]--> <!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]--> <!--[if (gte IE 9)|!(IE)]><!--> <html lang="en" xmlns="http://www.w3.org/1999/html"> <!--<![endif]--> <head> <!-- Basic...
{ "pile_set_name": "Github" }
// // ViewController.m // GCD队列与执行 // // Created by MisterBooo on 2018/4/28. // Copyright © 2018年 MisterBooo. All rights reserved. // #import "ViewController.h" @interface ViewController () @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after l...
{ "pile_set_name": "Github" }
# Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under t...
{ "pile_set_name": "Github" }
/**************************************************************************** * * ==CONFIDENTIAL INFORMATION== * COPYRIGHT 1994-2000 BREADBOX COMPUTER COMPANY -- * ALL RIGHTS RESERVED -- * THE FOLLOWING CONFIDENTIAL INFORMATION IS BEING DISCLOSED TO YOU UNDER A * NON-DISCLOSURE AGREEMENT AND MAY NOT BE DI...
{ "pile_set_name": "Github" }
#ifndef __ALEMBIC_SPLINE_UTILITIES_H #define __ALEMBIC_SPLINE_UTILITIES_H #include "AlembicDefinitions.h" #include "resource.h" // Alembic Functions ////////////////////////////////////////////////////////////////////////////////////////// // Import options struct containing the information necessary to fil...
{ "pile_set_name": "Github" }
/* * Uniter - JavaScript PHP interpreter * Copyright 2013 Dan Phillimore (asmblah) * http://asmblah.github.com/uniter/ * * Released under the MIT license * https://github.com/asmblah/uniter/raw/master/MIT-LICENSE.txt */ 'use strict'; var _ = require('microdash'), engineTools = require('../../tools'), n...
{ "pile_set_name": "Github" }
// (C) Copyright Jeremy Siek 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) #include <set> #include <boost/core/lightweight_test.hpp> #include <boost/graph/subgraph.hpp> #include <boost/graph/adjacen...
{ "pile_set_name": "Github" }
// Write a method to generate the nth Fibonacci number #include <iostream> using namespace std; // Using Recursion int fibonacci1(int n) { if(n == 0) return 0; if(n == 1) return 1; return fibonacci1(n - 1) + fibonacci1(n - 2); } // Time Complexity: T(n) = T(n-1) + T(n-2) + θ(1) which is exponential. // Bottom...
{ "pile_set_name": "Github" }
/** * Copyright 2017 ZuInnoTe (Jörn Franke) <zuinnote@gmail.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 appli...
{ "pile_set_name": "Github" }
Makes all the bootstrap token configurations and creates an initial token ### Synopsis Bootstrap tokens are used for establishing bidirectional trust between a node joining the cluster and a the master node. This command makes all the configurations required to make bootstrap tokens works and then creates an init...
{ "pile_set_name": "Github" }
package metrics import ( "net/http" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promhttp" ) // HTTPHandlerOpts describes a set of configurable options of http metrics type HTTPHandlerOpts struct { DurationBuckets []float64 RequestSizeBuckets []float64 R...
{ "pile_set_name": "Github" }
/* || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. */ #include "buffer.h" #include "stralloc.h" #include "svalue.h" #include "pike_error.h" #include "bignum.h" PMOD_EXPORT void buffer_free(struct byte_...
{ "pile_set_name": "Github" }
# --------------------------------------------------------------------------- # Unified Panoptic Segmentation Network # # Modifications Copyright (c) 2019 Uber Technologies, Inc. # --------------------------------------------------------------------------- # Based on: # -------------------------------------------------...
{ "pile_set_name": "Github" }
/* * This file contains stub implementation of * invalidate_dcache_range() * flush_dcache_range() * * SPDX-License-Identifier: GPL-2.0+ */ void invalidate_dcache_range(unsigned long start, unsigned long stop) { } void flush_dcache_range(unsigned long start, unsigned long stop) { }
{ "pile_set_name": "Github" }
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. */ package com.microsoft.azure.management.network.v2019_02_01.implementation; import com.m...
{ "pile_set_name": "Github" }
<?php use PHPUnit\Framework\TestCase; class FunctionalTest extends TestCase { /** * If there is a terminus token, then log in. */ public static function setUpBeforeClass() { $token = getenv('TERMINUS_TOKEN'); if ($token) { static::call_terminus("auth:login --machine-t...
{ "pile_set_name": "Github" }
.. _grab_settings: Grab Settings ============= Network options --------------- .. _option_url: url ^^^ :Type: string :Default: None The URL of the requested web page. You can use relative URLS, in which case Grab will build the absolute url by joining the relative URL with the URL or previously requested document...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////// /// \file rbegin.hpp /// Proto callables for boost::rbegin() // // Copyright 2012 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/LICEN...
{ "pile_set_name": "Github" }
/* global $, audio, db */ (function () { 'use strict'; var toArray = function (collection) { return [].slice.call(collection); }; var ui = { ui: this, classes: { selected: 'selected', highlighted: 'highlighted' }, html: { trackRow: '<li class="track" id="track-{NAME}" data-index="{INDEX}">' ...
{ "pile_set_name": "Github" }
# If we don't need RTTI or EH, there's no reason to export anything # from the hello plugin. if( NOT LLVM_REQUIRES_RTTI ) if( NOT LLVM_REQUIRES_EH ) set(LLVM_EXPORTED_SYMBOL_FILE ${CMAKE_CURRENT_SOURCE_DIR}/Hello.exports) endif() endif() if(WIN32 OR CYGWIN) set(LLVM_LINK_COMPONENTS Core Support) endif() add...
{ "pile_set_name": "Github" }
/* Full width item with 100% width image. Only to be used in nuclear situations. *********************************************************************************************** 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ...
{ "pile_set_name": "Github" }
<?php class Swift_Events_ResponseEventTest extends \PHPUnit\Framework\TestCase { public function testResponseCanBeFetchViaGetter() { $evt = $this->createEvent($this->createTransport(), "250 Ok\r\n", true); $this->assertEquals("250 Ok\r\n", $evt->getResponse(), '%s: Response should b...
{ "pile_set_name": "Github" }
//***************************************************************************** // Copyright 2017-2020 Intel Corporation // // 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://w...
{ "pile_set_name": "Github" }
// Copyright 2016 Canonical Ltd. // Licensed under the AGPLv3, see LICENCE file for details. package dummy import ( "github.com/juju/errors" "github.com/juju/juju/core/constraints" "github.com/juju/juju/environs" "github.com/juju/juju/environs/context" "github.com/juju/juju/environs/instances" ) var _ environs...
{ "pile_set_name": "Github" }
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using System.Web; using NuGetGallery.Authentication; using Microsoft.Owin.Extensions;...
{ "pile_set_name": "Github" }
[test_import.py]
{ "pile_set_name": "Github" }
<?php namespace Infinite\FormBundle\Attachment; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpFoundation\StreamedResponse as BaseStreamedResponse; class StreamedResponse extends BaseStreamedResponse { public function prepare(Request $reques...
{ "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" }
/* ============================================================================== This file is part of the JUCE library. Copyright (c) 2017 - ROLI Ltd. JUCE is an open source library subject to commercial or open-source licensing. By using JUCE, you agree to the terms of both the JUCE 5 End...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <translate xmlns:android="http://schemas.android.com/apk/res/android" android:duration="225" android:fromXDelta="0%" android:fromYDelta="100%" android:interpolator="@android:anim/decelerate_interpolator" android:toXDelta="0%" android:toYDelta="0%" />
{ "pile_set_name": "Github" }
This module provides regular svn operations on check out directory. It tries to do this in a simplest form possible. All operations are currently performed by running svn binary directly. Thus it is probably unportable. For a much more powerful way of working with svn repository see SVN::Client. WWW: https://metacpan...
{ "pile_set_name": "Github" }
http://patchwork.openembedded.org/patch/921/ diff -ur libmad-0.15.1b-orig/fixed.h libmad-0.15.1b/fixed.h --- libmad-0.15.1b-orig/fixed.h 2004-02-17 12:32:03.000000000 +1030 +++ libmad-0.15.1b/fixed.h 2009-08-05 10:46:30.000000000 +0930 @@ -299,6 +299,23 @@ # elif defined(FPM_MIPS) +/* Test for gcc >= maj.min, as ...
{ "pile_set_name": "Github" }
<style> #k-toc-card{ background-color: transparent; width: 260px; list-style: none; padding: 0; } #k-toc-card ul{ list-style: none; padding: 0px; } .pin-top { margin-top: 245px; } .pinned { position: fixed; } #k-toc-card...
{ "pile_set_name": "Github" }
$include = "*.Tests.dll", "*.Tests.NUnit.dll" $includePerfTests = "*.Tests.Performance.dll" $exclude = "Experimental\\.*?\\CodeJam.Tests.Performance.dll" mkdir "$env:APPVEYOR_BUILD_FOLDER\_Results" -ErrorAction SilentlyContinue $wc = New-Object System.Net.WebClient $targetsDotNet = "net47","net46","net45","net40","...
{ "pile_set_name": "Github" }
<tr> <td class="authorInfo"> <%= render_forum_name(post.user) %> <!-- avatar example --> <!-- NO AVATAR FOR NOW <%= image_tag "logo-amex.gif", :class => "avatar" %>--> <ul class="authorStats"> <% if post.user %> <li class="authorStatus"><%= post.user.honorific if p...
{ "pile_set_name": "Github" }
/* ******************************************************************** * COPYRIGHT: * Copyright (c) 1996-2011, International Business Machines Corporation and * others. All Rights Reserved. ******************************************************************** */ #ifndef NORMLZR_H #define NORMLZR_H #include "uni...
{ "pile_set_name": "Github" }
// Copyright 2019 The MediaPipe 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 a...
{ "pile_set_name": "Github" }
difflet ======= Create colorful diffs for javascript objects. example ======= string.js --------- ``` js var difflet = require('difflet'); var s = difflet.compare({ a : 2, c : 5 }, { a : 3, b : 4 }); process.stdout.write(s); ``` output: ![colorful output](http://substack.net/images/screenshots/difflet_string.png...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <MetaDataObject xmlns="http://v8.1c.ru/8.3/MDClasses" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:cmi="http://v8.1c.ru/8.2/managed-application/cmi" xmlns:ent="http://v8.1c.ru/8.1/data/enterprise" xm...
{ "pile_set_name": "Github" }
#ifndef CAFFE_UTIL_DB_HPP #define CAFFE_UTIL_DB_HPP #include <string> #include "caffe/common.hpp" #include "caffe/proto/caffe.pb.h" namespace caffe { namespace db { enum Mode { READ, WRITE, NEW }; class Cursor { public: Cursor() { } virtual ~Cursor() { } virtual void SeekToFirst() = 0; virtual void Next()...
{ "pile_set_name": "Github" }
'use strict' const BB = require('bluebird') const index = require('./lib/entry-index') const memo = require('./lib/memoization') const path = require('path') const rimraf = BB.promisify(require('rimraf')) const rmContent = require('./lib/content/rm') module.exports = entry module.exports.entry = entry function entry...
{ "pile_set_name": "Github" }
import theano import theano.tensor as T import numpy as np from gauss import * from theano.tensor.slinalg import Cholesky as MatrixChol import math def n_pdf(x): return 1.0 / T.sqrt(2 * math.pi) * T.exp(-0.5 * x**2) def log_n_pdf(x): return -0.5 * T.log(2 * math.pi) - 0.5 * x**2 def n_cdf(x): retur...
{ "pile_set_name": "Github" }
package com.github.bohnman.squiggly.web; import net.jcip.annotations.ThreadSafe; import javax.servlet.http.HttpServletResponse; /** * Provides a thread-local for holding a servlet response. */ @ThreadSafe public class SquigglyResponseHolder { private static final ThreadLocal<HttpServletResponse> HOLDER = new T...
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('round', require('../round')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
Title: 短消息:Kernel 2.6.35, Nvidia OpenGL 4.1 Driver 等 Date: 2010-08-04 18:59 Author: lovenemesis Category: Distros Tags: Chromium, Kernel, NVIDIA, OpenGL, opensolaris Slug: briefing-kernel-2635-nvidia-driver-opengl41-etc-al 最近开源界变化多多,更新慢了,只好整合成筐。请各位见谅!*感谢 Petty 来稿* **Linux Kernel [发布 2.6.35 版](http://lkml.org/lkml/201...
{ "pile_set_name": "Github" }
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.base; /** * Build configuration. Generated on a per-target basis. */ public class BuildConfig { /** Whether multidex is enab...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2020 Igalia S.L. 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 ...
{ "pile_set_name": "Github" }
/* Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) an...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ThreadFactorySingleton (operator-runtime 2.1 API)</title> <link rel="st...
{ "pile_set_name": "Github" }