text stringlengths 2 99k | meta dict |
|---|---|
// Copyright 2014 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.
#include "net/spdy/spdy_pinnable_buffer_piece.h"
namespace net {
SpdyPinnableBufferPiece::SpdyPinnableBufferPiece()
: buffer_(0), length_(0) {}
Spd... | {
"pile_set_name": "Github"
} |
# foreach
Iterate over the key value pairs of either an array-like object or a dictionary like object.
[![browser support][1]][2]
## API
### foreach(object, function, [context])
```js
var each = require('foreach');
each([1,2,3], function (value, key, array) {
// value === 1, 2, 3
// key === 0, 1, 2
/... | {
"pile_set_name": "Github"
} |
import { Group3DFacade, Object3DFacade } from 'troika-3d'
import {
BackSide,
Color,
CylinderBufferGeometry,
Mesh,
MeshBasicMaterial,
Plane,
PlaneBufferGeometry,
SphereBufferGeometry,
Vector3
} from 'three'
import { createDerivedMaterial } from 'troika-three-utils'
const tempColor = new Color()
const ... | {
"pile_set_name": "Github"
} |
/**
* External dependencies
*/
import { expect } from 'chai';
/**
* Internal dependencies
*/
import getJetpackModules from 'state/selectors/get-jetpack-modules';
import { moduleData as MODULE_DATA_FIXTURE } from './fixtures/jetpack-modules';
describe( 'getJetpackModules()', () => {
test( 'should return data for ... | {
"pile_set_name": "Github"
} |
<H2 CLASS="title">Печать пробной страницы на {printer_name}</H2>
<P>Пробная страница отправлена на печать;Номер задания <A HREF="/{SECTION}/{printer_name}">
{printer_name}-{job_id}</A>.</P>
| {
"pile_set_name": "Github"
} |
# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======
Header header
actionlib_msgs/GoalStatus status
ReactivePlaceFeedback feedback
| {
"pile_set_name": "Github"
} |
<TeXmacs|1.99.5>
<style|<tuple|article|literate>>
<\body>
<\hide-preamble>
\;
</hide-preamble>
<\show-part|1>
\;
<\cpp-chunk|OnlyForTest.cpp|false|false>
#include\<less\>stdio.h\<gtr\>
int main() {
}
</cpp-chunk>
</show-part|>
</body>
<initial|<\collection>
</collection>... | {
"pile_set_name": "Github"
} |
// Copyright 2012 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 darwin,race linux,race freebsd,race
package unix
import (
"runtime"
"unsafe"
)
const raceenabled = true
func raceAcquire(addr unsafe.Pointer) {
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<!--
Copyright World Wide Web Consortium, (Massachusetts Institute of
Technology, Institut National de Recherche en Informatique et en
Automatique, Keio University).
All Rights Reserved.
Please see the full Copyright clause at
<http://www.w3.org/Consortium/Legal/copyright-software.... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# /usr/libexec/iiab-startup.sh is AUTOEXEC.BAT for IIAB
# (put initializations here, if needed on every boot)
if [ ! -f /etc/iiab/uuid ]; then
uuidgen > /etc/iiab/uuid
echo "/etc/iiab/uuid was MISSING, so a new one was generated."
fi
# Temporary promiscuous-mode workaround for RPi's WiFi "10SEC d... | {
"pile_set_name": "Github"
} |
#
# Makefile for the Switch device API
#
obj-$(CONFIG_NET_SWITCHDEV) += switchdev.o
| {
"pile_set_name": "Github"
} |
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Id>813c46f6-08f8-4905-a9c0-f5a2beceeb3e</Id>
<Status>OK</Status>
<ProviderName>Demo AU</ProviderName>
<DateTimeUTC>2011-05-31T01:31:06.1955046Z</DateTimeUTC>
<Invoices>
<Invoice>
<Contact>
... | {
"pile_set_name": "Github"
} |
<!--This Document is generated by GameMaker, if you edit it by hand then you do so at your own risk!-->
<room>
<caption></caption>
<width>384</width>
<height>216</height>
<vsnap>16</vsnap>
<hsnap>16</hsnap>
<isometric>0</isometric>
<speed>60</speed>
<persistent>0</persistent>
<colour>1263225... | {
"pile_set_name": "Github"
} |
// WARNING: DO NOT EDIT THIS FILE. THIS FILE IS MANAGED BY SPRING ROO.
// You may push code into the target .java compilation unit if you wish to edit any member(s).
package nl.bzk.brp.model.data.kern;
import nl.bzk.brp.model.data.kern.PlaatsDataOnDemand;
import org.springframework.beans.factory.annotation.Configurab... | {
"pile_set_name": "Github"
} |
/*
Bootstrap - File Input
======================
This is meant to convert all file input tags into a set of elements that displays consistently in all browsers.
Converts all
<input type="file">
into Bootstrap buttons
<a class="btn">Browse</a>
*/
$(function() {
$.fn.bootstrapFileInput = function() {
... | {
"pile_set_name": "Github"
} |
#ifndef __ARCH_ARM_FAULT_H
#define __ARCH_ARM_FAULT_H
/*
* Fault status register encodings. We steal bit 31 for our own purposes.
*/
#define FSR_LNX_PF (1 << 31)
#define FSR_WRITE (1 << 11)
#define FSR_FS4 (1 << 10)
#define FSR_FS3_0 (15)
#define FSR_FS5_0 (0x3f)
#ifdef CONFIG_ARM_LPAE
static inline int fsr_... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2019 Xilinx, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | {
"pile_set_name": "Github"
} |
/*
* linux/fs/affs/inode.c
*
* (c) 1996 Hans-Joachim Widmaier - Rewritten
*
* (C) 1993 Ray Burr - Modified for Amiga FFS filesystem.
*
* (C) 1992 Eric Youngdale Modified for ISO9660 filesystem.
*
* (C) 1991 Linus Torvalds - minix filesystem
*/
#include <linux/sched.h>
#include <linux/gfp.h>
#include ... | {
"pile_set_name": "Github"
} |
/**
* Library tests focused on the phantomjsOptions option.
*
* Copyright (c) 2013 - 2020, Alex Grant, LocalNerve, contributors
*/
/* global beforeEach, describe, it */
// var assert = require("assert");
var path = require("path");
var fs = require("fs");
var _ = require("lodash");
var rimraf = require("rimraf").sy... | {
"pile_set_name": "Github"
} |
/*-------------------------------- Arctic Core ------------------------------
* Copyright (C) 2013, ArcCore AB, Sweden, www.arccore.com.
* Contact: <contact@arccore.com>
*
* You may ONLY use this file:
* 1)if you have a valid commercial ArcCore license and then in accordance with
* the terms contained in... | {
"pile_set_name": "Github"
} |
<!--
---
name: PaPiRus HAT
class: board
type: display
formfactor: HAT
manufacturer: Pi Supply
description: PaPiRus is an ePaper / eInk screen HAT module for the Raspberry Pi
url: https://www.kickstarter.com/projects/pisupply/papirus-the-epaper-screen-hat-for-your-raspberry-p
github: https://github.com/PiSupply/PaPiRus
... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2015-present, Parse, LLC.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
#import "PFAss... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2014 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | {
"pile_set_name": "Github"
} |
// Copyright 2012 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef V8_CODEGEN_MIPS64_CONSTANTS_MIPS64_H_
#define V8_CODEGEN_MIPS64_CONSTANTS_MIPS64_H_
#include "src/base/logging.h"
#include "src/base/macros.h"
... | {
"pile_set_name": "Github"
} |
<?php
/*
+---------------------------------------------------------------------------+
| Revive Adserver |
| http://www.revive-adserver.com |
| ... | {
"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 may not... | {
"pile_set_name": "Github"
} |
syncline :model file
3 :#interfaces in model
plotcolors :model colors file
m :first plot descriptor (mwq) ...SEE
dummywell :well coordinates FILE
s ... | {
"pile_set_name": "Github"
} |
package mruby
import "unsafe"
// #include <stdlib.h>
// #include "gomruby.h"
import "C"
// Class is a class in mruby. To obtain a Class, use DefineClass or
// one of the variants on the Mrb structure.
type Class struct {
class *C.struct_RClass
mrb *Mrb
}
// DefineClassMethod defines a class-level method on the ... | {
"pile_set_name": "Github"
} |
/*
Copyright 2016 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"
} |
//
// PDPageDomainController.h
// PonyDebugger
//
// Created by Wen-Hao Lue on 8/6/12.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.
//
#import "PonyDebugger.... | {
"pile_set_name": "Github"
} |
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/moz2_slave/mozilla-1.9.1-win32-xulrunner/build/dom/public/idl/html/nsIDOMHTMLUListElement.idl
*/
#ifndef __gen_nsIDOMHTMLUListElement_h__
#define __gen_nsIDOMHTMLUListElement_h__
#ifndef __gen_nsIDOMHTMLElement_h__
#include "nsIDOMHTMLElement.h"
#e... | {
"pile_set_name": "Github"
} |
package ramsql
import (
"database/sql"
"testing"
"time"
"github.com/go-gorp/gorp"
"github.com/proullon/ramsql/engine/log"
)
func TestGorp(t *testing.T) {
log.UseTestLogger(t)
// initialize the DbMap
dbmap := initDb(t)
defer dbmap.Db.Close()
// delete any existing rows
err := dbmap.TruncateTables()
che... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
# vi:si:et:sw=4:sts=4:ts=4
##
## Copyright (C) 2014 Async Open Source <http://www.async.com.br>
## All rights reserved
##
## 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 F... | {
"pile_set_name": "Github"
} |
require 'ostruct'
require 'erb'
require 'rack/request'
module Rack
# Rack::ShowExceptions catches all exceptions raised from the app it
# wraps. It shows a useful backtrace with the sourcefile and
# clickable context, the whole Rack environment and the request
# data.
#
# Be careful when you use this on p... | {
"pile_set_name": "Github"
} |
#playerAvatar {
height: 75%;
max-height: 250px;
width: auto;
}
#playerName {
text-align: center;
font-size: 20px;
font-weight: bold;
}
#displayProfileContent {
text-align: center;
}
#keyboardContent {
text-align: center;
}
.overlay {
position: relative;
height: 100%;
widt... | {
"pile_set_name": "Github"
} |
/* DB Version 2 to Version 3 */
ALTER TABLE games ADD COLUMN uniqueplayers INTEGER DEFAULT 0;
| {
"pile_set_name": "Github"
} |
[
{
"keys": ["ctrl+.", "ctrl+x"],
"command": "margo_open_extension",
},
{
"keys": ["ctrl+.", "ctrl+1"],
"command": "open_file",
"args": { "file": "${packages}/GoSublime/README.md" }
},
{
"keys": ["ctrl+.", "ctrl+2"],
"command": "open_file",
"args": { "file": "${packages}/GoSublime/USAGE.md" }
},
... | {
"pile_set_name": "Github"
} |
{
"redirected": "YOU HAVE BEEN REDIRECTED",
"site-flagged": "This site has been flagged for suspicious activity,",
"redirected-browser": "so we've redirected your browser. Stay safe out there"
}
| {
"pile_set_name": "Github"
} |
import {ArgumentException, ArgumentOutOfRangeException} from '../Exceptions/ArgumentException';
import {ArrayHelper} from '../ExtensionMethods';
import {EwsUtilities} from "../Core/EwsUtilities";
import {Strings} from "../Strings";
import {WellKnownFolderName} from "../Enumerations/WellKnownFolderName";
import {Folde... | {
"pile_set_name": "Github"
} |
Name: %{_cross_os}iputils
Version: 20190709
Release: 1%{?dist}
Summary: A set of network monitoring tools
License: GPL-2.0-or-later AND BSD-3-Clause
URL: https://github.com/iputils/iputils
Source0: https://github.com/iputils/iputils/archive/s%{version}.tar.gz#/iputils-s%{version}.tar.gz
BuildRequires: %{_cross_os}glib... | {
"pile_set_name": "Github"
} |
/*
TiMidity -- Experimental MIDI to WAVE converter
Copyright (C) 1995 Tuukka Toivonen <toivonen@clinet.fi>
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 2 of th... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright (c) 2011-2016 The University of Waikato, Hamilton, New Zealand.
* All rights reserved.
*
* This file is part of libprotoident.
*
* This code has been developed by the University of Waikato WAND
* research group. For further information please see http://www.wand.net.nz/
*
* libprotoident is f... | {
"pile_set_name": "Github"
} |
package client // import "github.com/docker/docker/client"
import (
"bytes"
"encoding/json"
"fmt"
"io/ioutil"
"net/http"
"strings"
"testing"
"github.com/docker/docker/api/types"
"github.com/docker/docker/api/types/filters"
"github.com/docker/docker/api/types/swarm"
"github.com/gotestyourself/gotestyourself... | {
"pile_set_name": "Github"
} |
<?xml version='1.1' ?>
<xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="include/StorageFunctions.xsl"/>
<xsl:output method="xml" omit-xml-declaration="yes" />
<xsl:template match="/">
<xsl:element name="StorageObjects">
<xsl:apply-templates select="L... | {
"pile_set_name": "Github"
} |
// eeeeeevvvvviiiiiiillllll
// more evil than monkey-patching the native builtin?
// Not sure.
var mod = require("module")
var pre = '(function (exports, require, module, __filename, __dirname) { '
var post = '});'
var src = pre + process.binding('natives').fs + post
var vm = require('vm')
var fn = vm.runInThisContext... | {
"pile_set_name": "Github"
} |
/*
===========================================================================
Doom 3 BFG Edition GPL Source Code
Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company.
This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code").
Doom 3 BFG Edition Source Code is free so... | {
"pile_set_name": "Github"
} |
logstash-indexer-config:
restart: always
image: rancher/logstash-config:v0.2.0
labels:
io.rancher.container.hostname_override: container_name
redis:
restart: always
tty: true
image: redis:3.0.3
stdin_open: true
labels:
io.rancher.container.hostname_override: container_name
logstash-indexer:
re... | {
"pile_set_name": "Github"
} |
---
-api-id: P:Windows.Storage.UserDataPaths.Videos
-api-type: winrt property
---
<!-- Property syntax.
public string Videos { get; }
-->
# Windows.Storage.UserDataPaths.Videos
## -description
Gets the path to a user's Videos folder.
## -property-value
The full path to the user's Videos folder.
##... | {
"pile_set_name": "Github"
} |
/*
* /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js
*
* Copyright (c) 2009-2014 The MathJax Consortium
*
* 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
*
* h... | {
"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 may not u... | {
"pile_set_name": "Github"
} |
#pragma once
#include "config_common.h"
#define VENDOR_ID 0x1234
#define PRODUCT_ID 0x5678
#define DEVICE_VER 0x0001
#define MANUFACTURER QMK
#define PRODUCT TRACKPOINT-DEMO
#define DESCRIPTION Simple demonstration for IBM Trackpoint integration
#define MATRIX_ROWS 1
#define MATRIX_COL... | {
"pile_set_name": "Github"
} |
<table>
<tr>
<td><img width="20" src="https://cdnjs.cloudflare.com/ajax/libs/octicons/8.5.0/svg/archive.svg" alt="archived" /></td>
<td><strong>Archived Repository</strong><br />
This code is no longer maintained. Feel free to fork it, but use it at your own risks.
</... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017 Red Hat, Inc. and/or its affiliates.
*
* 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 app... | {
"pile_set_name": "Github"
} |
#Wed Sep 11 23:45:10 IST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
| {
"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"
} |
//=======================================================================
// Copyright (c) 2014-2020 Baptiste Wicht
// Distributed under the terms of the MIT License.
// (See accompanying file LICENSE or copy at
// http://opensource.org/licenses/MIT)
//==================================================================... | {
"pile_set_name": "Github"
} |
/* GStreamer
* Copyright (C) <2004> Benjamin Otte <otte@gnome.org>
* <2007> Stefan Kost <ensonic@users.sf.net>
*
* 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; eithe... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2011,2012 National ICT Australia Limited
*
* 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 applica... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>RepoDialog</class>
<widget class="QDialog" name="RepoDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>737</width>
<height>591</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</st... | {
"pile_set_name": "Github"
} |
package com.datamountaineer.streamreactor.connect.redis.sink
import com.datamountaineer.streamreactor.connect.redis.sink.config.{RedisConfig, RedisConfigConstants, RedisSinkSettings}
import com.datamountaineer.streamreactor.connect.redis.sink.support.RedisMockSupport
import org.scalatest.matchers.should.Matchers
impor... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_METAPARSE_ERROR_INDEX_OUT_OF_RANGE_HPP
#define BOOST_METAPARSE_ERROR_INDEX_OUT_OF_RANGE_HPP
// Copyright Abel Sinkovics (abel@sinkovics.hu) 2013.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/L... | {
"pile_set_name": "Github"
} |
release: all
pack-pbp EBOOT.PBP UPDATE.SFO ICON0.PNG NULL NULL NULL NULL updater.prx NULL
TARGET = updater
OBJS = main.o
INCDIR = ../include
CFLAGS = -O2 -Os -G0 -Wall -fshort-wchar -fno-pic -mno-check-zero-division
CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti
ASFLAGS = $(CFLAGS)
BUILD_PRX = 1
LIBDI... | {
"pile_set_name": "Github"
} |
#include <Gwork/Util/ControlFactory.h>
#include <Gwork/Controls.h>
namespace Gwk
{
// namespace ControlFactory
// {
// class ListBox_Factory : public Gwk::ControlFactory::Base
// {
// public:
//
// GWK_CONTROL_FACTORY_FOR(ListBox, Base)
// {
// }
//
// ... | {
"pile_set_name": "Github"
} |
use serde::{Deserialize, Serialize};
/// This object describes the position on faces where a mask should be placed by
/// default.
///
/// [The official docs](https://core.telegram.org/bots/api#maskposition).
#[derive(Clone, Debug, PartialEq, Serialize, Deserialize)]
#[non_exhaustive]
pub struct MaskPosition {
///... | {
"pile_set_name": "Github"
} |
--TEST--
Statics in nested functions & evals.
--FILE--
<?php
static $a = array(7,8,9);
function f1() {
static $a = array(1,2,3);
function g1() {
static $a = array(4,5,6);
var_dump($a);
}
var_dump($a);
}
f1();
g1();
var_dump($a);
eval(' static $b = array(10,11,12); ');
function f2... | {
"pile_set_name": "Github"
} |
# Files in the config/locales directory are used for internationalization
# and are automatically loaded by Rails. If you want to use locales other
# than English, add the necessary files in this directory.
#
# To use the locales, use `I18n.t`:
#
# I18n.t 'hello'
#
# In views, this is aliased to just `t`:
#
# <... | {
"pile_set_name": "Github"
} |
#include <precomp.h>
#include <stdlib.h>
#include <string.h>
extern char*_acmdln;
extern wchar_t* _wcmdln;
#undef _pgmptr
extern char*_pgmptr;
#undef _wpgmptr
extern wchar_t*_wpgmptr;
#undef _environ
extern char**_environ;
#undef __argv
#undef __argc
char**__argv = NULL;
#undef __wargv
wchar_t**__wargv = NULL;
int ... | {
"pile_set_name": "Github"
} |
using System;
using System.ComponentModel;
using Newtonsoft.Json;
namespace Umbraco.Web.PublishedCache.NuCache.DataSource
{
internal class PropertyData
{
private string _culture;
private string _segment;
[DefaultValue("")]
[JsonProperty(DefaultValueHandling = DefaultValueHandl... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2000-2013 The Exult Team
*
* 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 2 of the License, or
* (at your option) any later version.
*
* This pr... | {
"pile_set_name": "Github"
} |
/*
Copyright (C) 1997-2001 Id Software, Inc.
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 2 of the License, or
(at your option) any later version.
This program is distributed in th... | {
"pile_set_name": "Github"
} |
@summary {
Crosshair line weight
}
| {
"pile_set_name": "Github"
} |
package edu.stanford.bmir.protege.web.client.hierarchy;
import com.google.auto.factory.AutoFactory;
import com.google.auto.factory.Provided;
import com.google.common.collect.ImmutableSet;
import com.google.gwt.event.dom.client.ContextMenuEvent;
import com.google.gwt.user.client.Window;
import edu.stanford.bmir.protege... | {
"pile_set_name": "Github"
} |
/*
* /MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/Main.js
*
* Copyright (c) 2012 Design Science, Inc.
*
* Part of the MathJax library.
* See http://www.mathjax.org for details.
*
* Licensed under the Apache License, Version 2.0;
* you may not use this file except in compliance with the ... | {
"pile_set_name": "Github"
} |
bazinga_geocoder:
profiling:
enabled: false
providers:
acme:
factory: Bazinga\GeocoderBundle\ProviderFactory\PickPointFactory
options:
api_key: 'foo'
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
mvn clean package
| {
"pile_set_name": "Github"
} |
// Copyright (c) 2012, Suryandaru Triandana <syndtr@gmail.com>
// All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Package leveldb provides implementation of LevelDB key/value database.
//
// Create or open a database:
//
// // The retur... | {
"pile_set_name": "Github"
} |
/*<-
Copyright (c) 2016 Barrett Adair
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
->*/
#ifdef BOOST_CLBL_TRTS_MSVC
// MSVC requires __cdecl for varargs, and I don't want to clutter the example
int main(){}
#else
//[ has... | {
"pile_set_name": "Github"
} |
// ----------------------------------------------------------------------
// <copyright file="ICallbackStore.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
// ----------------------------------------------------------------------
namespace ClusterInsight.... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace NorthwindService
{
public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
} | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportHeight="108"
android:viewportWidth="108">
<path
android:fillColor="#26A69A"
android:pathData="M0,0h108v108h-108z" />
... | {
"pile_set_name": "Github"
} |
# YAML marshaling and unmarshaling support for Go
[](https://travis-ci.org/ghodss/yaml)
## Introduction
A wrapper around [go-yaml](https://github.com/go-yaml/yaml) designed to enable a better way of handling YAML when marshaling to and from structs.
In short, th... | {
"pile_set_name": "Github"
} |
#!/bin/bash
echo "Prepare Deployment"
# Script will zip the javadoc for upload to the release later, generate the changelog and increment the version in the pom.xml file to the one of the tag
echo TRAVIS_TAG=$TRAVIS_TAG
echo TAG_BRANCH=$TAG_BRANCH
rev=$(git rev-parse --short HEAD)
echo "Install Dependencies for Ch... | {
"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"
} |
/*
* Jack-detection handling for HD-audio
*
* Copyright (c) 2011 Takashi Iwai <tiwai@suse.de>
*
* This driver is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at y... | {
"pile_set_name": "Github"
} |
; COMMAND-LINE: --uf-ho
; EXPECT: unsat
(set-logic ALL)
(declare-datatype Unit ((unit)))
(declare-fun f (Int) Unit)
(declare-fun g (Int) Unit)
(declare-fun P ((-> Int Unit)) Bool)
(assert (P f))
(assert (not (P g)))
(check-sat)
| {
"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 2017 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"
} |
/*
* Copyright 2016 SimplifyOps, Inc. (http://simplifyops.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 ... | {
"pile_set_name": "Github"
} |
package engine
import (
"bytes"
"encoding/json"
"testing"
"github.com/docker/docker/pkg/testutils"
)
func TestEnvLenZero(t *testing.T) {
env := &Env{}
if env.Len() != 0 {
t.Fatalf("%d", env.Len())
}
}
func TestEnvLenNotZero(t *testing.T) {
env := &Env{}
env.Set("foo", "bar")
env.Set("ga", "bu")
if env.... | {
"pile_set_name": "Github"
} |
//args: -Etestpackage -Egochecknoglobals
package testdata
// Test expects at least one issue in the file.
// So we have to add global variable and enable gochecknoglobals.
var global = `global` // ERROR "`global` is a global variable"
| {
"pile_set_name": "Github"
} |
'**********************************************************************************
'* クラス名 :Order_DetailsEntity
'* クラス日本語名 :自動生成Entityクラス
'*
'* 作成日時 :2014/2/9
'* 作成者 :棟梁 D層自動生成ツール(墨壺), 日立 太郎
'* 更新履歴 :
'*
'* 日時 更新者 内容
'* ---------- ---------------- -----------------... | {
"pile_set_name": "Github"
} |
within ThermoSysPro.FlueGases.BoundaryConditions;
model SinkG "General flue gas sink"
ThermoSysPro.Units.AbsolutePressure P "Fluid pressure";
Modelica.SIunits.MassFlowRate Q "Mass flow";
ThermoSysPro.Units.AbsoluteTemperature T "Fluid temperature";
Real Xco2 "CO2 mass fraction";
Real Xh2o "H2O mass fraction";... | {
"pile_set_name": "Github"
} |
<?php
class photosDialogConfirmViewAction extends waViewAction
{
protected $type = '';
public function __construct($params = null) {
parent::__construct($params);
$this->template = 'templates/actions/dialog/DialogConfirm.html';
}
public function display($clear_assign = true) {
... | {
"pile_set_name": "Github"
} |
package ini
// ASTKind represents different states in the parse table
// and the type of AST that is being constructed
type ASTKind int
// ASTKind* is used in the parse table to transition between
// the different states
const (
ASTKindNone = ASTKind(iota)
ASTKindStart
ASTKindExpr
ASTKindEqualExpr
ASTKindStateme... | {
"pile_set_name": "Github"
} |
//AdminLTE 2 Variables.less
//=========================
//PATHS
//--------------------------------------------------------
@boxed-layout-bg-image-path: "../img/boxed-bg.jpg";
//COLORS
//--------------------------------------------------------
//Primary
@light-blue: #3c8dbc;
//Danger
@red: #dd4b39;
//Success
@green: ... | {
"pile_set_name": "Github"
} |
Triage Working Group
======
https://en.wikipedia.org/wiki/Triage
Triage is the process of determining the priority of patients' treatments
based on the severity of their condition or likelihood of recovery with and
without treatment.
Within the Open Enclave SDK project, we use the term "triage" to refer ... | {
"pile_set_name": "Github"
} |
#pragma once
#ifndef GWEN_CONTROLS_DIALOGS_FILESAVE_H
#define GWEN_CONTROLS_DIALOGS_FILESAVE_H
#include "Gwen/Gwen.h"
namespace Gwen
{
namespace Dialogs
{
// Usage:
//
// Gwen::Dialogs::FileOpen( true, "Open Map", "C:\my\folder\", "My Map Format|*.bmf", this, &MyClass::OpenFilename );
//
//
// Callbac... | {
"pile_set_name": "Github"
} |
#
# Copyright (c) 2007, Cameron Rich
#
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# * Redistributions of source code must retain the above copyright notice,
# this list of conditions and ... | {
"pile_set_name": "Github"
} |
// This source file is part of the Swift.org open source project
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/LICENSE.txt for license information
// See https://swift.org/CONTRIBUTORS.txt for the li... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import json
from alipay.aop.api.FileItem import FileItem
from alipay.aop.api.constant.ParamConstants import *
from alipay.aop.api.domain.AlipayBossFncInvoiceQueryModel import AlipayBossFncInvoiceQueryModel
class AlipayBossFncInvoiceQueryRequest(object):
def __init... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.