text stringlengths 2 99k | meta dict |
|---|---|
// 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 runtime
// Numbers fundamental to the encoding.
const (
runeError = '\uFFFD'
runeSelf = 0x80
maxRune = '\U0010FFFF'
)
// Code points in the surr... | {
"pile_set_name": "Github"
} |
package info.movito.themoviedbapi;
import info.movito.themoviedbapi.model.Reviews;
import info.movito.themoviedbapi.model.core.ResultsPage;
import info.movito.themoviedbapi.tools.ApiUrl;
import static info.movito.themoviedbapi.TmdbMovies.TMDB_METHOD_MOVIE;
public class TmdbReviews extends AbstractTmdbApi {
Tmd... | {
"pile_set_name": "Github"
} |
[#]: collector: (lujun9972)
[#]: translator: ( )
[#]: reviewer: ( )
[#]: publisher: ( )
[#]: url: ( )
[#]: subject: (5 ways to conduct user research with an open source mindset)
[#]: via: (https://opensource.com/article/20/9/open-source-user-research)
[#]: author: (Alana Fialkoff https://opensource.com/users/alana)
5 ... | {
"pile_set_name": "Github"
} |
<?php
// +----------------------------------------------------------------------
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
// +----------------------------------------------------------------------
// | Copyright (c) 2006~2018 http://thinkphp.cn All rights reserved.
// +-------------------------------------------------... | {
"pile_set_name": "Github"
} |
import logging
from contextlib import contextmanager
from datetime import timedelta
from dimagi.utils.couch import acquire_lock, release_lock
from dimagi.ext.jsonobject import DictProperty, StringProperty
from corehq.form_processor.backends.sql.dbaccessors import CaseAccessorSQL
from corehq.form_processor.models impo... | {
"pile_set_name": "Github"
} |
import { Base } from "./base.js";
import { return_type, argument_list, unescape, autoParenter } from "./helpers.js";
export class CallbackFunction extends Base {
/**
* @param {import("../tokeniser.js").Tokeniser} tokeniser
*/
static parse(tokeniser, base) {
const tokens = { base };
const ret = autoPa... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2007-2010 Benoit Jacob <jacob.benoit.1@gmail.com>
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If ... | {
"pile_set_name": "Github"
} |
<?php
class Issue244Test extends PHPUnit_Framework_TestCase
{
/**
* @expectedException Issue244Exception
* @expectedExceptionCode 123StringCode
*/
public function testWorks()
{
throw new Issue244Exception;
}
/**
* @expectedException Issue244Exception
* @expectedExce... | {
"pile_set_name": "Github"
} |
<resources>
<string name="app_name">FolioReader</string>
<string name="andada">Andada</string>
<string name="lato">Lato</string>
<string name="lora">Lora</string>
<string name="raleway">Raleway</string>
<string name="andada_font">fonts/andada/Andada-Regular.otf</string>
<string name="lato... | {
"pile_set_name": "Github"
} |
package com.twitter.finagle.mysql;
import java.nio.charset.StandardCharsets;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Collections;
import java.util.List;
import java.util.TimeZone;
import scala.Array;
import scala.Option;
import scala.collection.JavaConverters;
import scala.collection.immutab... | {
"pile_set_name": "Github"
} |
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`jsx embedded-conditional.src 1`] = `
Object {
"column": 3,
"index": 3,
"lineNumber": 1,
"message": "'>' expected.",
}
`;
| {
"pile_set_name": "Github"
} |
//
// RCDDBHelper.h
// SealTalk
//
// Created by LiFei on 2019/5/29.
// Copyright © 2019 RongCloud. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <FMDB/FMDB.h>
NS_ASSUME_NONNULL_BEGIN
@interface RCDDBHelper : NSObject
+ (BOOL)isDBOpened;
+ (BOOL)openDB:(NSString *)path;
+ (void)closeDB;
+... | {
"pile_set_name": "Github"
} |
<p>En Administrator hos !!sitename!! har ændret medlemsskabs niveau.</p>
<p>!!membership_change!!.</p>
<p>Log ind på din konto her: !!login_link!!</p> | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com>
*/
#include <linux/clk-provider.h>
#include <linux/clkdev.h>
#include <linux/clk/at91_pmc.h>
#include <linux/of.h>
#include <linux/mfd/syscon.h>
#include <linux/regmap.h>
#include "pmc.h"
#define PLL_STA... | {
"pile_set_name": "Github"
} |
---
layout: default
---
<div class="wrap section __head __foot">
<div class="grid rich">
<div class="8">
<h1>{{ page.title }}</h1>
{{ content }}
</div>
</div>
</div>
| {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using KellermanSoftware.CompareNetObjects;
using KellermanSoftware.CompareNetObjectsTests.TestClasses;
using NUnit.Framework;
namespace KellermanSoftware.CompareNetObjectsTests
{
[TestFixture]
public class CompareExtensionsTests
{
[Test]
... | {
"pile_set_name": "Github"
} |
% Style file for the Trends in Functional Programming Symposium Proceedings 2005 <MVE>
%
% Used to be the style file for the Scottish Functional Programming Workshop.
% Mainly a wrapper around article.cls redefining various sizes
%
%% General formating guidelines (not enforced by the style file):
%
% For formating the ... | {
"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"
} |
// mkerrors.sh -m32
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build 386,freebsd
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
// cgo -godefs -- -m32 _const.go
package unix
import "syscall"
const (
AF_APPLETALK = 0x10
AF_ARP = 0x23
AF_A... | {
"pile_set_name": "Github"
} |
MOP_undef,
MOP_xmovrr,
MOP_wmovrr,
MOP_xmovri32,
MOP_xmovri64,
MOP_xvmovsr,
MOP_xvmovdr,
MOP_xvmovrs,
MOP_xvmovrd,
MOP_xvmovs,
MOP_xvmovd,
MOP_xvmovrv,
MOP_xadrp,
MOP_xadri64,
MOP_xadrpl12,
MOP_xaddrrr,
MOP_xaddrrrs,
MOP_xxwaddrrre,
MOP_xaddrri24,
MOP_xaddrri12,
MOP_waddrrr,
MOP_waddrrrs,
MOP_waddrri24,
MOP_waddrri12,
... | {
"pile_set_name": "Github"
} |
#define __CRT__NO_INLINE
#include <sys/stat.h>
#include <stdlib.h>
/**
* Returns _path without trailing slash if any
*
* - if _path has no trailing slash, the function returns it
* - if _path has a trailing slash, but is of the form C:/, then it returns it
* - otherwise, the function creates a new string, which i... | {
"pile_set_name": "Github"
} |
// pages/category/childCpns/w-content/w-content.js
const types = ['pop', 'new', 'sell']
Component({
properties: {
subcategories: {
type: Array
},
categoryDetail: {
type: Array
}
},
data: {
currentIndex: 0,
},
observers: {
// categoryDetail: function (newValue) {
// c... | {
"pile_set_name": "Github"
} |
/*
* Swagger Petstore
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
*
* OpenAPI spec version: 1.0.0
* Contact: apiteam@swagger.io
*
* NOTE: This class is auto generated by the swagger code generator p... | {
"pile_set_name": "Github"
} |
<?php
/**
* ALIPAY API: alipay.commerce.cityfacilitator.deposit.cancel request
*
* @author auto create
* @since 1.0, 2015-12-18 21:35:58
*/
class AlipayCommerceCityfacilitatorDepositCancelRequest
{
/**
* 合作渠道可通过该接口补登扣款取消请求,以帮助支付宝将用户的资金退给用户
**/
private $bizContent;
private $apiParas = array();
private $te... | {
"pile_set_name": "Github"
} |
/*
Copyright 2018 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, ... | {
"pile_set_name": "Github"
} |
#!/bin/sh
wget https://raw.githubusercontent.com/dlang/dlang.org/master/spec/pragma.dd -O pragma.dd
wget https://raw.githubusercontent.com/dlang/dlang.org/master/spec/traits.dd -O traits.dd
rdmd generator.d
| {
"pile_set_name": "Github"
} |
Full/Half Width
===============
Full width / half width converter extension for PopClip.
Originally developed by [Lucifr](http://www.unige.ch/sciences/chifi/publis/refs_pdf/ref00613.pdf).
| {
"pile_set_name": "Github"
} |
#!/bin/sh
display_usage() {
echo "usage: fetch_native_targets [coordinates]"
}
if [[ $# == "--help" || $# == "-h" ]]
then
display_usage
exit 0
fi
if [ $# -ne 1 ]
then
display_usage
exit 1
fi
coordinates=$1
if [ ${coordinates:0:1} == "-" ]
then
display_usage
exit 1
fi
group=$(echo "$coordinates" | c... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
"""Net summarization tool.
This tool summarizes the structure of a net in a concise but comprehensive
tabular listing, taking a prototxt file as input.
Use this tool to check at a glance that the computation you've specified is the
computation you expect.
"""
from caffe.proto import caffe_pb2
... | {
"pile_set_name": "Github"
} |
/*
* JBoss, Home of Professional Open Source.
* Copyright 2011, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* un... | {
"pile_set_name": "Github"
} |
// +build linux,gccgo
package nsenter
/*
#cgo CFLAGS: -Wall
extern void nsexec();
void __attribute__((constructor)) init(void) {
nsexec();
}
*/
import "C"
// AlwaysFalse is here to stay false
// (and be exported so the compiler doesn't optimize out its reference)
var AlwaysFalse bool
func init() {
if AlwaysFalse ... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env sh
##############################################################################
##
## Gradle start up script for UN*X
##
##############################################################################
# Attempt to set APP_HOME
# Resolve links: $0 may be a link
PRG="$0"
# Need this for relative symlin... | {
"pile_set_name": "Github"
} |
import { URI } from "vscode-uri";
export class NoWorkspaceContainsError extends Error {
constructor(uri: URI) {
super(`No Elm workspace contains ${uri.fsPath}`);
}
}
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2014 InfiniDB, Inc.
*
* InfiniDB, Inc. licenses this file
* to you 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 ... | {
"pile_set_name": "Github"
} |
////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2009-2015 Denim Group, Ltd.
//
// The contents of this file are subject to the Mozilla Public License
// Version 2.0 (the "License"); you may not use this file except in
// compliance with the License. You may o... | {
"pile_set_name": "Github"
} |
<?php
/**
* Translation file
*
* Note: don't change the return array to short notation because Transifex can't handle those during `tx push -s`
*/
return array(
'item:object:discussion' => "Diskussionsämne",
'add:object:discussion' => 'Lägg till diskussionsämne',
'edit:object:discussion' => 'Redigera ämne',
... | {
"pile_set_name": "Github"
} |
//
// CScoketClientUITests.m
// CScoketClientUITests
//
// Created by 涂耀辉 on 16/12/30.
// Copyright © 2016年 涂耀辉. All rights reserved.
//
#import <XCTest/XCTest.h>
@interface CScoketClientUITests : XCTestCase
@end
@implementation CScoketClientUITests
- (void)setUp {
[super setUp];
// Put setup code... | {
"pile_set_name": "Github"
} |
Subject: fw : midcon 9401 ( permanent march file - expanded distribution li
st )
this is message # 2 .
thanks
- jackie -
- - - - - - - - - - - - - - - - - - - - - - forwarded by jackie young / hou / ect on 03 / 08 / 2000 08 : 47
am - - - - - - - - - - - - - - - - - - - - - - - - - - -
" allen , john s . " on 03 ... | {
"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"
} |
/*
* Copyright (C) 2005, 2006 IBM Corporation
* Copyright (C) 2014 Intel Corporation
*
* Authors:
* Leendert van Doorn <leendert@watson.ibm.com>
* Kylene Hall <kjhall@us.ibm.com>
*
* Maintained by: <tpmdd-devel@lists.sourceforge.net>
*
* Device driver for TCG/TCPA TPM (trusted platform module).
* Specificati... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" ?>
<MenuRoot url="~/" title="Root" description="Root description">
<MenuNode url="http://mono-project.com/" title="Mono" description="Mono Project Home Page">
<MenuNode url="http://mono-project.com/Bugs" title="Mono Bugs" description="How to report Mono bugs">
<MenuNode url="... | {
"pile_set_name": "Github"
} |
configure_file(test.py test.py)
add_test(NAME geant4py-test06 COMMAND ${PYTHON_EXECUTABLE} test.py)
set_tests_properties(geant4py-test06 PROPERTIES ENVIRONMENT "PYTHONPATH=${GEANT4_PYTHON_OUTPUT_DIR};${GEANT4_TEST_ENVIRONMENT}")
| {
"pile_set_name": "Github"
} |
/*
* libqos virtio PCI driver
*
* Copyright (c) 2014 Marc Marí
*
* This work is licensed under the terms of the GNU GPL, version 2 or later.
* See the COPYING file in the top-level directory.
*/
#include "qemu/osdep.h"
#include "libqtest.h"
#include "libqos/virtio.h"
#include "libqos/virtio-pci.h"
#include "lib... | {
"pile_set_name": "Github"
} |
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2010-2014 Intel Corporation
# binary name
APP = vmdq_app
# all source are stored in SRCS-y
SRCS-y := main.c
# Build using pkg-config variables if possible
ifneq ($(shell pkg-config --exists libdpdk && echo 0),0)
$(error "no installation of DPDK found")
endif
al... | {
"pile_set_name": "Github"
} |
{
"_from": "util-deprecate@~1.0.1",
"_id": "util-deprecate@1.0.2",
"_location": "/bl/readable-stream/util-deprecate",
"_nodeVersion": "4.1.2",
"_npmUser": {
"email": "nathan@tootallnate.net",
"name": "tootallnate"
},
"_npmVersion": "2.14.4",
"_phantomChildren": {},
"_requiredBy": [
"/bl/re... | {
"pile_set_name": "Github"
} |
# decorator
Run the 'decorator' NestJs Schematic with Nx project support
## Usage
```bash
nx generate decorator ...
```
By default, Nx will search for `decorator` in the default collection provisioned in `workspace.json`.
You can specify the collection explicitly as follows:
```bash
nx g @nrwl/nest:decorator ...
... | {
"pile_set_name": "Github"
} |
# Kodi Media Center language file
# Addon Name: MythTV PVR Client
# Addon id: pvr.mythtv
# Addon Provider: Christian Fetzer, Jean-Luc Barrière
msgid ""
msgstr ""
"Project-Id-Version: XBMC Main\n"
"Report-Msgid-Bugs-To: http://trac.xbmc.org/\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: YEAR-MO-DA H... | {
"pile_set_name": "Github"
} |
#! /bin/sh
# Wrapper for compilers which do not understand '-c -o'.
scriptversion=2018-03-27.18; # UTC
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
# Written by Tom Tromey <tromey@cygnus.com>.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General ... | {
"pile_set_name": "Github"
} |
import scattertext as st
'''
convention_df = st.SampleCorpora.ConventionData2012.get_data()
corpus = (st.CorpusFromPandas(convention_df,
category_col='party',
text_col='text',
nlp=st.whitespace_nlp_with_sentences)
.buil... | {
"pile_set_name": "Github"
} |
/*
* Notification functions
*
* Copyright (C) 2011-2020, Joachim Metz <joachim.metz@gmail.com>
*
* Refer to AUTHORS for acknowledgements.
*
* This program 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 Fo... | {
"pile_set_name": "Github"
} |
#***************************************************************************
# _ _ ____ _
# Project ___| | | | _ \| |
# / __| | | | |_) | |
# | (__| |_| | _ <| |___
# \___|\___/|... | {
"pile_set_name": "Github"
} |
var arrayMap = require('./_arrayMap'),
baseIndexOf = require('./_baseIndexOf'),
baseIndexOfWith = require('./_baseIndexOfWith'),
baseUnary = require('./_baseUnary');
/** Used for built-in method references. */
var arrayProto = Array.prototype;
/** Built-in value references. */
var splice = arrayProto.spli... | {
"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
# di... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 8dbea881d28056a4a8348de9f4ac7d0e
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
#!/bin/sh
##
## Copyright (c) 2014 The WebM 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 in the root of the source
## tree. An additional intellectual property rights grant can be found
## in the file PATENTS. All c... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "group:AppSwizzle.xcodeproj">
</FileRef>
<FileRef
location = "group:Pods/Pods.xcodeproj">
</FileRef>
</Workspace>
| {
"pile_set_name": "Github"
} |
#ifndef _MBEDTLS_DEBUG_H_
#define _MBEDTLS_DEBUG_H_
#include "osapi.h"
#define MBEDTLS_SSL_DEBUG_MSG( level, args ) os_printf args;
#define MBEDTLS_SSL_DEBUG_RET( level, ... ) os_printf (__VA_ARGS__);
#define MBEDTLS_SSL_DEBUG_BUF( level, ... ) os_printf (__VA_ARGS__);
#define MBEDT... | {
"pile_set_name": "Github"
} |
/*
Copyright 2017 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,... | {
"pile_set_name": "Github"
} |
/*
This file is part of Ext JS 3.4
Copyright (c) 2011-2013 Sencha Inc
Contact: http://www.sencha.com/contact
GNU General Public License Usage
This file may be used under the terms of the GNU General Public License version 3.0 as
published by the Free Software Foundation and appearing in the file LICENSE included in... | {
"pile_set_name": "Github"
} |
2.43.0
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 9ed9aa864ec2d7f4dad266b9534c6d85
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
""
INDEX__SECTION INDEX_SECTION
houdini.hdalibrary houdini.hdalibrary
labs_8_8Sop_1maps__baker labs::Sop/maps_baker
labs_8_8Sop_1maps__baker_8_82.0 labs::Sop/maps_baker::2.0
labs_8_8Sop_1maps__baker_8_83.0 labs::Sop/maps_baker::3.0
labs_8_8Sop_1maps__baker_8_84.0 labs::Sop/maps_baker::4.0
| {
"pile_set_name": "Github"
} |
# authentication (preservation of $authenticated_id)
exim -odi -bs -oMa 10.0.0.2
ehlo testing.ex
auth plain AHVzZXJ4CgBzZWNyZXQ=
auth plain AHVzZXJ4AHNlY3JldA==
mail from:<userx@test.ex>
rcpt to:<userx@test.ex>
data
Test data
.
quit
****
no_msglog_check
| {
"pile_set_name": "Github"
} |
import pytest
from pybind11_tests import callbacks as m
from threading import Thread
def test_callbacks():
from functools import partial
def func1():
return "func1"
def func2(a, b, c, d):
return "func2", a, b, c, d
def func3(a):
return "func3({})".format(a)
assert m.tes... | {
"pile_set_name": "Github"
} |
/*=========================================================================
Program: Visualization Toolkit
Module: vtkSuperquadric.cxx
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This software ... | {
"pile_set_name": "Github"
} |
from __future__ import absolute_import, division, unicode_literals
from collections import MutableMapping
from xml.dom import minidom, Node
import weakref
from . import base
from .. import constants
from ..constants import namespaces
from .._utils import moduleFactoryFactory
def getDomBuilder(DomImplementation):
... | {
"pile_set_name": "Github"
} |
SU = /pad/data5/zli/lf
ROOT= $(SU)/cwp
UROOT= $(SU)/slt
L= $(ROOT)/lib
I= $(ROOT)/include
M= $(UROOT)/lib
K= $(UROOT)/include
B = /home/stgpzli/OS6bin/slt
OPTC = -xO3 -fast -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
CFLAGS= $(OPTC) -I$K -I$I
FFLAGS= -O3 -fast -I$K -I$I
MSUBS= -L$M -lusu -lgrid -lwgc -lsubf -lsubc
... | {
"pile_set_name": "Github"
} |
package com.roncoo.education;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class ServiceApplicationTests {
@Test
public void conte... | {
"pile_set_name": "Github"
} |
//
// Kerbal Engineer Redux
//
// Copyright (C) 2014 CYBUTEK
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your opt... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0+
/* getline.c -- Replacement for GNU C library function getline
*
* Copyright (C) 1993, 1996, 2001, 2002 Free Software Foundation, Inc.
*/
/* Written by Jan Brittenson, bson@gnu.ai.mit.edu. */
#include <assert.h>
#include <stdio.h>
/* Always add at least this many bytes when e... | {
"pile_set_name": "Github"
} |
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/*
* test_pk11certstore.c
*
* Test Pk11CertStore Type
*
*/
#include "testutil.h"
#include "testutil_nss.h"
s... | {
"pile_set_name": "Github"
} |
# vue2
> A Vue.js project
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
```
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).
| {
"pile_set_name": "Github"
} |
<?php
namespace Tests\FFMpeg\Functional;
use FFMpeg\FFMpeg;
use PHPUnit\Framework\TestCase;
abstract class FunctionalTestCase extends TestCase
{
/**
* @return FFMpeg
*/
public function getFFMpeg()
{
return FFMpeg::create(array('timeout' => 300));
}
}
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:padding="3dp">
<ProgressBar
android:id="@... | {
"pile_set_name": "Github"
} |
STARTFONT 2.1
COMMENT
COMMENT Id: cu-lig12.bdf,v 1.7 2002/11/22 22:46:25 mleisher Exp $
COMMENT
COMMENT Copyright 2002 Computing Research Labs, New Mexico State University
COMMENT
COMMENT Permission is hereby granted, free of charge, to any person
COMMENT obtaining a copy of this software and associated documentatio... | {
"pile_set_name": "Github"
} |
<style lang="css">
@import '/zanui/panel.wxss';
@import '/zanui/cell.wxss';
.my-class {
padding: 10px;
}
.my-class .zan-steps__step--done {
color: #f44;
}
</style>
<template>
<view class="container">
<view class="doc-title zan-hairline--bottom">STEPS</view>
<view class="zan-panel">
<view class="z... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012, Thomas Goyne <plorkyeran@aegisub.org>
//
// Permission to use, copy, modify, and distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
// copyright notice and this permission notice appear in all copies.
//
// THE SOFTWARE IS PROVIDED "AS IS" A... | {
"pile_set_name": "Github"
} |
{
"name": "@expo-google-fonts/lexend-tera",
"version": "0.1.0",
"description": "Use the Lexend Tera font family from Google Fonts in your Expo app",
"main": "index.js",
"repository": "https://github.com/expo/google-fonts.git",
"homepage": "https://github.com/expo/google-fonts/tree/master/font-packages/lexen... | {
"pile_set_name": "Github"
} |
package com.leetcode.arrays;
import static org.junit.jupiter.api.Assertions.assertEquals;
/**
* Level: Medium
* Problem Link: https://leetcode.com/problems/find-the-celebrity/
* Problem Description:
* Suppose you are at a party with n people (labeled from 0 to n - 1) and among them, there may exist one celebrity.... | {
"pile_set_name": "Github"
} |
<?php
$fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php';
$pname = 'phar://' . $fname;
$file = "<?php __HALT_COMPILER(); ?>";
$files = array();
$files['a.php'] = '<?php echo "This is a\n"; ?>';
$files['b.php'] = '<?php echo "This is b\n"; ?>';
$files['b/c.php'] = '<?php echo "This is b/c\n"; ?... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="dotJS">
<title>SimplePresence</title>
<l... | {
"pile_set_name": "Github"
} |
<?php
/**
* @package deployment
* @subpackage gemini.roles_and_permissions
*
* Adds userId parameter permissions
*
* No need to re-run after server code deploy
*/
$script = realpath(dirname(__FILE__) . '/../../../../') . '/alpha/scripts/utils/permissions/addPermissionsAndItems.php';
$config = realpath(dirname(_... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Softwa... | {
"pile_set_name": "Github"
} |
//
// Created by Jesse Squires
// http://www.jessesquires.com
//
//
// Documentation
// http://cocoadocs.org/docsets/JSQMessagesViewController
//
//
// GitHub
// https://github.com/jessesquires/JSQMessagesViewController
//
//
// License
// Copyright (c) 2014 Jesse Squires
// Released under an MIT license: http... | {
"pile_set_name": "Github"
} |
package org.basex.query.up.atomic;
import org.basex.data.*;
/**
* Atomic update operation that deletes a node.
*
* @author BaseX Team 2005-20, BSD License
* @author Lukas Kircher
*/
final class Delete extends StructuralUpdate {
/**
* Constructor.
* @param location target node location PRE
* @param shi... | {
"pile_set_name": "Github"
} |
/**
* This file is copyright 2017 State of the Netherlands (Ministry of Interior Affairs and Kingdom Relations).
* It is made available under the terms of the GNU Affero General Public License, version 3 as published by the Free Software Foundation.
* The project of which this file is part, may be found at https://g... | {
"pile_set_name": "Github"
} |
namespace AuthorizeNet.Api.Controllers
{
using System;
using AuthorizeNet.Api.Contracts.V1;
using AuthorizeNet.Api.Controllers.Bases;
#pragma warning disable 1591
public class updateCustomerPaymentProfileController : ApiOperationBase<updateCustomerPaymentProfileRequest, updateCustomerPaymentProfileRes... | {
"pile_set_name": "Github"
} |
REM CommandInterpreter: $(COMSPEC)
if not exist .\release\nul mkdir release
if not exist .\release\obj\nul mkdir release\obj
if not exist .\release\obj\libexpat\nul mkdir release\obj\libexpat
if not exist .\release\obj\libexpatw\nul mkdir release\obj\libexpatw
if not exist .\release\obj\libexpat_static\nul mkdir releas... | {
"pile_set_name": "Github"
} |
#include <GuiFoundationPCH.h>
#include <Foundation/Strings/TranslationLookup.h>
#include <GuiFoundation/PropertyGrid/Implementation/AddSubElementButton.moc.h>
#include <GuiFoundation/PropertyGrid/Implementation/ElementGroupButton.moc.h>
#include <GuiFoundation/PropertyGrid/PropertyBaseWidget.moc.h>
#include <GuiFounda... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
module Arel # :nodoc: all
module Nodes
class Extract < Arel::Nodes::Unary
attr_accessor :field
def initialize(expr, field)
super(expr)
@field = field
end
def hash
super ^ @field.hash
end
def eql?(other)
super &&
... | {
"pile_set_name": "Github"
} |
---
title: "Long flowing fire hair"
excerpt: "PaperFaces portrait of @du_vs_ich drawn with Paper for iOS on an iPad."
image:
path: &image /assets/images/paperfaces-du-vs-ich-twitter.jpg
feature: *image
thumbnail: /assets/images/paperfaces-du-vs-ich-twitter-150.jpg
categories: [paperfaces]
tags: [portrait, illus... | {
"pile_set_name": "Github"
} |
export * from './index';
| {
"pile_set_name": "Github"
} |
100 4 16
| {
"pile_set_name": "Github"
} |
/*
* Sonatype Nexus (TM) Open Source Version
* Copyright (c) 2008-present Sonatype, Inc.
* All rights reserved. Includes the third-party code listed at http://links.sonatype.com/products/nexus/oss/attributions.
*
* This program and the accompanying materials are made available under the terms of the Eclipse Public... | {
"pile_set_name": "Github"
} |
\documentclass[11pt]{article}
\usepackage{amsmath}
\begin{document}
\begin{align}
\limsup\limits_{x\rightarrow0}\\
\liminf\limits_{x\rightarrow0}
\end{align}
\end{document} | {
"pile_set_name": "Github"
} |
HKCR
{
hMailServer.DiagnosticResult.1 = s 'DiagnosticResult Class'
{
CLSID = s '{430C3328-6348-4A86-8E12-74B5B5EFF48D}'
}
hMailServer.DiagnosticResult = s 'DiagnosticResult Class'
{
CLSID = s '{430C3328-6348-4A86-8E12-74B5B5EFF48D}'
CurVer = s 'hMailServer.DiagnosticResult.1'
}
NoRemove CLSID
{
ForceRem... | {
"pile_set_name": "Github"
} |
@import url(../font/material-icons.css);
@import url(./mdi/css/materialdesignicons.css);
@import url(../plugins/node-waves/waves.css);
@import url(loaders/waitMe.css);
@import url(grid.css);
@import url(domino-ui-components.css);
@import url(style.css);
@import url(colors.css); | {
"pile_set_name": "Github"
} |
{
"Mail.Main.Copyright": {
"other": "Piattaforma di condivisione dei file powered by Pydio"
},
"Mail.Main.Troubleshoot": {
"other": "Se il {ACTION}-pulsante non funziona, basta copiare e incollare l'URL qui sotto nel browser."
},
"Mail.Main.Greeting": {
"other": "Salve"
},
"Mail.Main.Signature... | {
"pile_set_name": "Github"
} |
import os
import platform
import subprocess
import time
from setuptools import Extension, dist, find_packages, setup
from torch.utils.cpp_extension import BuildExtension, CUDAExtension
dist.Distribution().fetch_build_eggs(['Cython', 'numpy>=1.11.1'])
import numpy as np # noqa: E402
from Cython.Build import cythonize... | {
"pile_set_name": "Github"
} |
GL_NV_video_capture
http://www.opengl.org/registry/specs/NV/video_capture.txt
GL_NV_video_capture
GL_VIDEO_BUFFER_NV 0x9020
GL_VIDEO_BUFFER_BINDING_NV 0x9021
GL_FIELD_UPPER_NV 0x9022
GL_FIELD_LOWER_NV 0x9023
GL_NUM_VIDEO_CAPTURE_STREAMS_NV 0x9024
GL_NEXT_VIDEO_CAPTURE_BUFFER_STATUS_NV 0x9025
GL_VIDEO_CAPTURE_TO... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.