text stringlengths 2 99.9k | meta dict |
|---|---|
{
"images" : [
{
"size" : "20x20",
"idiom" : "iphone",
"filename" : "Icon-App-20x20@2x.png",
"scale" : "2x"
},
{
"size" : "20x20",
"idiom" : "iphone",
"filename" : "Icon-App-20x20@3x.png",
"scale" : "3x"
},
{
"size" : "29x29",
"idiom" : "... | {
"pile_set_name": "Github"
} |
package jsoniter
import (
"fmt"
"math"
"strconv"
)
var pow10 []uint64
func init() {
pow10 = []uint64{1, 10, 100, 1000, 10000, 100000, 1000000}
}
// WriteFloat32 write float32 to stream
func (stream *Stream) WriteFloat32(val float32) {
if math.IsInf(float64(val), 0) || math.IsNaN(float64(val)) {
stream.Error ... | {
"pile_set_name": "Github"
} |
'\" t
.\" Title: xmlcatalog
.\" Author: John Fleck <jfleck@inkstain.net>
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: $Date$
.\" Manual: xmlcatalog Manual
.\" Source: libxml2
.\" Language: English
.\"
.TH "XMLCATALOG" "1" "$Date$" "libxml2" "xmlcatalog Manual"
.... | {
"pile_set_name": "Github"
} |
.\" Copyright (c) 2012 Baptiste Daroussin <bapt@FreeBSD.org>
.\" Copyright (c) 2012-2014 Bryan Drewery <bdrewery@FreeBSD.org>
.\" Copyright (c) 2018 SRI International
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the fol... | {
"pile_set_name": "Github"
} |
@import '../../material/core/theming/theming';
@import '../../material/core/style/layout-common';
@import '../../material/core/focus-indicators/focus-indicators';
/// Mixin that turns on strong focus indicators.
///
/// @example
/// .my-app {
/// @include mat-mdc-strong-focus-indicators($config);
/// }
@mixin ... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of PHPExifTool.
*
* (c) 2012 Romain Neutron <imprec@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace PHPExiftool\Driver\Tag\DICOM;
use JMS\Serializer\Annotation\ExclusionPolicy;
u... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<section id="howto.managerighttoleft">
<title>Oikealta vasemmalle luettavien kielien hallinta</title>
<para>Lähde- ja kohdesegmenttien tasaus riippuu proje... | {
"pile_set_name": "Github"
} |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/pinpoint/model/DirectMessageConfiguration.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <utility>
using namespace Aws::Utils::Json;
using namespace Aws::Utils;
namespace... | {
"pile_set_name": "Github"
} |
//===--- DiagnosticAnalysis.h - Diagnostics for libanalysis -----*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
"""
This is a minimized version of the mlp.py in the tutorial. We removed stuff that make this mlp don't work.
But this test a bug that we saw. This bug made the Shape_i object not being lifted, that caused the CrossentropySoftmax... op not being inserted.
"""
__docformat__ = 'restructedtext en'
import numpy
import ... | {
"pile_set_name": "Github"
} |
use feature 'say';
say '1..8';
for ( 1 .. 4 ) {
last if $_ == 1 || $_ == 3;
say "ok ", ( $_ / 2 - 2 ), " - for loop with \$_, last";
}
for ( 1 .. 4 ) {
{
last if $_ == 1 || $_ == 3;
}
say "ok ", ( $_ ), " - for loop with \$_, last inside a block";
}
OUTER:
for my $i ( 1 .. 2 ) {
for ... | {
"pile_set_name": "Github"
} |
---
- name: Install and manage WordPress instances
hosts: 'wordpress'
become: True
roles:
# Environment roles
#
- role: wordpress/env
tags: [ 'role::mariadb', 'role::pki', 'role::users' ]
- role: debops.elasticsearch/env
tags: [ 'role::elasticsearch', 'role::elasticsearch:env', 'r... | {
"pile_set_name": "Github"
} |
x <- 1
| {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// RUN: %soll --lang=Yul %s
object "factorial" {
code {
let fact := 1
for { let i := 1 } ltu256(i, 10) { i := addu256(i, 1)}
{
fact := mulu256(fact, i)
}
sstore(0, fact)
}
// Unreferenced data is not added to the assembled byteco... | {
"pile_set_name": "Github"
} |
// https://github.com/tc39/proposal-global
var $export = require('./_export');
$export($export.S, 'System', { global: require('./_global') });
| {
"pile_set_name": "Github"
} |
#ifndef _HUFFMAN_H_
#define _HUFFMAN_H_
#include <liboil/liboil-stdint.h>
#include "jpeg_bits.h"
typedef struct _HuffmanEntry HuffmanEntry;
typedef struct _HuffmanTable HuffmanTable;
struct _HuffmanEntry {
unsigned int symbol;
unsigned int mask;
int n_bits;
unsigned char value;
};
struct _HuffmanTable {
... | {
"pile_set_name": "Github"
} |
#!/bin/sh
# startup script for FreeBSD 6.x.
# Written by Tamas Pal <folti@balabit.hu>
# PROVIDE: syslogd
# REQUIRE: mountcritremote cleanvar newsyslog
# BEFORE: SERVERS
# Enabling syslog-ng:
# * copy this script to /etc/rc.d or /usr/local/etc/rc.d
# * Edit /etc/rc.conf and add the following lines:
# ----- CUT HERE... | {
"pile_set_name": "Github"
} |
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
* ver.c
*
* version string
*
* Copyright (C) 2002, 2005 Oracle. All rights reserved.
*
* 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 ... | {
"pile_set_name": "Github"
} |
/*
* QLogic iSCSI HBA Driver
* Copyright (c) 2003-2012 QLogic Corporation
*
* See LICENSE.qla4xxx for copyright and licensing details.
*/
#ifndef __QL4_DEF_H
#define __QL4_DEF_H
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/types.h>
#include <linux/module.h>
#include <linux/list.h>
#include ... | {
"pile_set_name": "Github"
} |
form=词
tags=
芍药樱桃两斗新。
名园高会送芳辰。
洛阳初夏广陵春。
红玉半开菩萨面,
丹砂浓点柳枝唇。
尊前还有个中人。
| {
"pile_set_name": "Github"
} |
'use strict';
var _require = require('../helpers/is'),
isArray = _require.isArray,
isObject = _require.isObject;
module.exports = function flatten(depth) {
var flattenDepth = depth || Infinity;
var fullyFlattened = false;
var collection = [];
var flat = function flat(items) {
collection = [];
... | {
"pile_set_name": "Github"
} |
' Copyright (C) 2019 tribe29 GmbH - License: GNU General Public License v2
' This file is part of Checkmk (https://checkmk.com). It is subject to the terms and
' conditions defined in the file COPYING, which is part of this source code package.
' This agent plugin is meant to be used on a windows server which
' i... | {
"pile_set_name": "Github"
} |
# File src/library/base/R/temp.R
# Part of the R package, http://www.R-project.org
#
# 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) ... | {
"pile_set_name": "Github"
} |
import React from 'react'
import PropTypes from 'prop-types'
import shallowCompare from 'react-addons-shallow-compare'
import { ListItem, Divider } from '@material-ui/core'
import Fuse from 'fuse.js'
import MailboxListItem from './MailboxListItem'
import ServiceListItem from './ServiceListItem'
import { URL } from 'url... | {
"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"
} |
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<RootNamespace>NFluent.Tests</RootNamespace>
<AssemblyName>NFluent.NetStandard.20.Tests</AssemblyName>
<ApplicationIcon />
<OutputType>Library</OutputType>
<StartupObject />
</Proper... | {
"pile_set_name": "Github"
} |
// Copyright 2012-present Oliver Eilhard. All rights reserved.
// Use of this source code is governed by a MIT-license.
// See http://olivere.mit-license.org/license.txt for details.
package elastic
import (
"encoding/json"
"testing"
)
func TestBucketScriptAggregation(t *testing.T) {
agg := NewBucketScriptAggrega... | {
"pile_set_name": "Github"
} |
# Tests
## How to run
In the project root, install dependencies and then run:
```bash
pytest
```
| {
"pile_set_name": "Github"
} |
package jobs;
import models.agent.batch.commands.message.BatchResponseFromManager;
import models.data.providers.AgentCommandProvider;
import models.data.providers.AgentCommandProviderHelperForWholeJob;
import models.data.providers.AgentDataProvider;
import models.utils.ConfUtils;
import models.utils.DateUtils;
import ... | {
"pile_set_name": "Github"
} |
{% extends "base" %}
{% block head -%}
{{ super() }}
{%- endblock head %}
{% block title -%}
403
{%- endblock title %}
{% block header_title -%}
403
{%- endblock header_title %}
{% block header_subtitle -%}
{{ tr(_langs=langs, _msg="error-403") }}
{%- endblock header_subtitle %}
{% block main %}
{{ tr(_langs=langs... | {
"pile_set_name": "Github"
} |
#IncludeRegexLine: ^[ ]*#[ ]*(include|import)[ ]*[<"]([^">]+)([">])
#IncludeRegexScan: ^.*$
#IncludeRegexComplain: ^$
#IncludeRegexTransform:
/home/ewenwan/ewenwan/catkin_ws/src/using_markers_rviz/src/pointsAlines.cpp
ros/ros.h
-
visualization_msgs/Marker.h
-
cmath
-
/opt/ros/indigo/include/XmlRpcDecl.h
ros/ma... | {
"pile_set_name": "Github"
} |
stderr of test 'tst1012` in directory 'monetdb5/mal` itself:
# 15:35:46 >
# 15:35:46 > "mserver5" "--debug=10" "--set" "gdk_nr_threads=0" "--set" "mapi_open=true" "--set" "mapi_port=33827" "--set" "mapi_usock=/var/tmp/mtest-16148/.s.monetdb.33827" "--set" "monet_prompt=" "--forcemito" "--set" "mal_listing=2" "--db... | {
"pile_set_name": "Github"
} |
/******************************************************************************
* Copyright (c) 2004, 2008 IBM Corporation
* All rights reserved.
* This program and the accompanying materials
* are made available under the terms of the BSD License
* which accompanies this distribution, and is available at
* http:... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2011, 2018 ARM Limited
* All rights reserved
*
* The license below extends only to copyright in the software and shall
* not be construed as granting a license to any other intellectual
* property including but not limited to intellectual property relating
* to a hardware implementation of the... | {
"pile_set_name": "Github"
} |
// Copyright 2018 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.
#ifndef REMOTING_HOST_MAC_PERMISSION_UTILS_H_
#define REMOTING_HOST_MAC_PERMISSION_UTILS_H_
#include "base/memory/scoped_refptr.h"
namespace base {
clas... | {
"pile_set_name": "Github"
} |
<template>
<div class="form-intro">
<i18n
id="intro"
class="intro bg-faded"
@click-modal="show = true"
/>
<VueModal
v-if="show"
:title="i18n('intro-modal-title')"
class="medium"
@close="show = false"
>
<div class="default-body">
<i18n id="intro-... | {
"pile_set_name": "Github"
} |
mojom = "//components/arc/common/bluetooth.mojom"
public_headers = [
"//device/bluetooth/bluetooth_common.h",
"//device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.h",
]
traits_headers = [ "//components/arc/bluetooth/bluetooth_struct_traits.h" ]
deps = [
"//device/bluetooth",
]
type_mappings = [
"ar... | {
"pile_set_name": "Github"
} |
/*
Bullet Continuous Collision Detection and Physics Library
Copyright (c) 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the use of this software.
P... | {
"pile_set_name": "Github"
} |
'use strict';
var argv = process.argv;
module.exports = (function () {
if ('FORCE_COLOR' in process.env) {
return true;
}
if (argv.indexOf('--no-color') !== -1 ||
argv.indexOf('--no-colors') !== -1 ||
argv.indexOf('--color=false') !== -1) {
return false;
}
if (argv.indexOf('--color') !== -1 ||
argv.in... | {
"pile_set_name": "Github"
} |
import msg "github.com/filecoin-project/specs/systems/filecoin_vm/message"
// MessageSyncer is a component of the MessagePool. It is in charge of receiving and
// propagating Messages. It a libp2p pubsub protocol.
type MessageSyncer struct {
/*
// NewMessageReceived is a channel that returns message objects as th... | {
"pile_set_name": "Github"
} |
#-- encoding: UTF-8
#-- copyright
# ChiliProject is a project management system.
#
# Copyright (C) 2010-2013 the ChiliProject 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 versio... | {
"pile_set_name": "Github"
} |
{
"name": "@aws-sdk/client-iam",
"description": "@aws-sdk/client-iam client",
"version": "1.0.0-gamma.9",
"scripts": {
"clean": "npm run remove-definitions && npm run remove-dist",
"build-documentation": "npm run clean && typedoc ./",
"prepublishOnly": "yarn build",
"pretest": "yarn build:cjs",
... | {
"pile_set_name": "Github"
} |
x + y
| {
"pile_set_name": "Github"
} |
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* */
/* This file is part of the program and library */
/* SCIP --- Solving Constraint Integer Programs */
... | {
"pile_set_name": "Github"
} |
# Given a sorted array of n distinct integers where each integer is in the range from 0 to m- 1 and m > n. Find the smallest number that is missing from the array.
# Constraints
- 1 < size Of Array <= 10^6
- 0 < Array Elements < M
# Input
- Array
- Its Size
- M
# Output
- Return the Smallest Missing Element
```
... | {
"pile_set_name": "Github"
} |
package PascalScript_Core_D7;
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRA... | {
"pile_set_name": "Github"
} |
// Copyright 2012-present Oliver Eilhard. All rights reserved.
// Use of this source code is governed by a MIT-license.
// See http://olivere.mit-license.org/license.txt for details.
package config
import (
"fmt"
"net/url"
"strconv"
"strings"
)
// Config represents an Elasticsearch configuration.
type Config str... | {
"pile_set_name": "Github"
} |
/*
* This file is part of FFmpeg.
*
* FFmpeg 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 Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* FFmpeg is distributed... | {
"pile_set_name": "Github"
} |
[comment]: <> (Don't edit this file!)
[comment]: <> (It is automatically updated after every release of https://github.com/47degrees/.github)
[comment]: <> (If you want to suggest a change, please open a PR or issue in that repository)
github4s
Copyright (c) 2016-2020 47 Degrees Open Source. All rights reserved.
Lic... | {
"pile_set_name": "Github"
} |
// Copyright ©2015 The Gonum 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 gonum
import (
"math"
"gonum.org/v1/gonum/lapack"
)
// Dlascl multiplies an m×n matrix by the scalar cto/cfrom.
//
// cfrom must not be zero, a... | {
"pile_set_name": "Github"
} |
sig r : forall e::Row. ((forall a,f::Row. (a) -f-> forall b,g::Row. (b) -g-> b)) -e-> Int
fun r(_) { 0 }
r($(fun(x:a::(Unl,Any)) { $(fun(y:b::(Unl,Any)) { y }) }))
| {
"pile_set_name": "Github"
} |
{
"name": "dom-diff",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-scripts": "2.1.8"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts ... | {
"pile_set_name": "Github"
} |
---
title: "Talk to Us | Microsoft Docs"
ms.date: 11/15/2016
ms.prod: "visual-studio-dev14"
ms.topic: conceptual
helpviewer_keywords:
- "product support [Visual Studio]"
- "Help [Visual Studio], product support"
ms.assetid: e0846d4d-2ce1-48e3-b219-674ff070bf4e
caps.latest.revision: 34
author: jillre
ms.author: jill... | {
"pile_set_name": "Github"
} |
<?php
final class PhabricatorPasteRemarkupRule extends PhabricatorObjectRemarkupRule {
protected function getObjectNamePrefix() {
return 'P';
}
protected function loadObjects(array $ids) {
$viewer = $this->getEngine()->getConfig('viewer');
return id(new PhabricatorPasteQuery())
->setViewer($... | {
"pile_set_name": "Github"
} |
---
title: 노드에 파드 할당
content_type: task
weight: 120
---
<!-- overview -->
이 문서는 쿠버네티스 클러스터의 특정 노드에 쿠버네티스 파드를 할당하는
방법을 설명한다.
## {{% heading "prerequisites" %}}
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
<!-- steps -->
## 노드에 레이블 추가
1. 클러스터의 {{< glossary_tooltip term_id="node" text="노드" >}... | {
"pile_set_name": "Github"
} |
// Copyright 2013 The Closure Library Authors. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless requ... | {
"pile_set_name": "Github"
} |
# Beego [](https://travis-ci.org/astaxie/beego) [](http://godoc.org/github.com/astaxie/beego) [](http://golangfoundat... | {
"pile_set_name": "Github"
} |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain th... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file has been auto generated by Jane,
*
* Do no edit it directly.
*/
namespace Joli\Jane\OpenApi\Tests\Expected\Resource;
use Joli\Jane\OpenApi\Runtime\Client\QueryParam;
use Joli\Jane\OpenApi\Runtime\Client\Resource;
class TestResource extends Resource
{
/**
* @param array $parameters... | {
"pile_set_name": "Github"
} |
'use strict'
var path = require('path');
var testDir = path.join(__dirname, '..', 'node_modules', 'test262');
var whitelistFile = path.join(__dirname, 'test-262-whitelist.txt');
var shouldUpdate = process.argv.indexOf('--update-whitelist') > -1;
var esprima = require('..');
var TestStream = require('test262-stream')... | {
"pile_set_name": "Github"
} |
terraform {
required_version = ">= 0.12"
}
| {
"pile_set_name": "Github"
} |
#ifndef BOOST_MPL_AUX_BEGIN_END_IMPL_HPP_INCLUDED
#define BOOST_MPL_AUX_BEGIN_END_IMPL_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// Se... | {
"pile_set_name": "Github"
} |
//===- ThreadSafetyTraverse.h ----------------------------------*- C++ --*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | {
"pile_set_name": "Github"
} |
namespace MonoDevelop.FSharp
open FSharp.Compiler.AbstractIL.Internal.Library
open System.IO
open MonoDevelop.Ide
open MonoDevelop.Ide.Gui
open MonoDevelop.Core
open ExtCore.Control
type Version = int
type FileSystem (defaultFileSystem : IFileSystem, openDocuments: unit -> Document seq) =
let timestamps = new Sys... | {
"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"
} |
@import "../../../themes/ionic.globals";
// Toolbar Buttons
// --------------------------------------------------
.bar-button {
position: relative;
display: inline-block;
line-height: 1;
text-overflow: ellipsis;
text-transform: none;
white-space: nowrap;
vertical-align: top; // the better option for mos... | {
"pile_set_name": "Github"
} |
/*
This file is part of libmicrohttpd
Copyright (C) 2017 Karlson2k (Evgeny Grin)
This test tool 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, or
(at your option) any later version.... | {
"pile_set_name": "Github"
} |
// Copyright 2012-present Oliver Eilhard. All rights reserved.
// Use of this source code is governed by a MIT-license.
// See http://olivere.mit-license.org/license.txt for details.
package elastic
// TopHitsAggregation keeps track of the most relevant document
// being aggregated. This aggregator is intended to be ... | {
"pile_set_name": "Github"
} |
{
"kind": "discovery#restDescription",
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/fiMIPCbr-8OYnnFx-elRq37f8OU\"",
"discoveryVersion": "v1",
"id": "doubleclickbidmanager:v1",
"name": "doubleclickbidmanager",
"canonicalName": "DoubleClick Bid Manager",
"version": "v1",
"revision": "20170705",
"title": "DoubleClick B... | {
"pile_set_name": "Github"
} |
//------------- tables-basic.js -------------//
$(document).ready(function() {
//------------- Sparklines in header stats -------------//
$('#spark-visitors').sparkline([5,8,10,8,7,12,11,6,13,8,5,8,10,11,7,12,11,6,13,8], {
type: 'bar',
width: '100%',
height: '20px',
barColor: '#dfe2e7',
zeroAxis: false,
}... | {
"pile_set_name": "Github"
} |
// this project run jade agents in 3 different hosts
// (see Jason FAQ for detailed instructions about how to run it)
//
// a java class defines the host/container where the agents will run
// in this example, the same number of agents will run at each container
MAS demo_distributed_jade {
infrastructure: Jade(
... | {
"pile_set_name": "Github"
} |
#include "compile_commands.h"
#include <glib.h>
int main() {
auto tests_path=boost::filesystem::canonical(JUCI_TESTS_PATH);
{
CompileCommands compile_commands(tests_path/"meson_test_files"/"build");
g_assert(compile_commands.commands.at(0).directory=="jucipp/tests/meson_test_files/build");
... | {
"pile_set_name": "Github"
} |
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
names... | {
"pile_set_name": "Github"
} |
#!/bin/sh
set -x
rm -f aclocal.m4
rm -rf build-aux
rm -rf msvc
rm -rf fused-src
rm -f configure configure.ac
rm -f Makefile.in Makefile.am
rm -rf xcode
rm -rf test
rm -rf m4
rm -rf make
rm -rf codegear
rm -rf samples
rm -rf scripts
rm -rf docs
| {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Finder\Tests;
use Symfony\Component\Finder\Adapter\Ad... | {
"pile_set_name": "Github"
} |
var test = require('tap').test
var fs = require('../')
test('open lots of stuff', function (t) {
// Get around EBADF from libuv by making sure that stderr is opened
// Otherwise Darwin will refuse to give us a FD for stderr!
process.stderr.write('')
// How many parallel open()'s to do
var n = 1024
var ope... | {
"pile_set_name": "Github"
} |
/*
* This file is part of FFmpeg.
*
* FFmpeg 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 Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* FFmpeg is distributed... | {
"pile_set_name": "Github"
} |
"""This is a test"""
import __future__
from __future__ import nested_scopes
def f(x):
def g(y):
return x + y
return g
result = f(2)(4)
| {
"pile_set_name": "Github"
} |
{
"variants": {
"": {
"model": "mekanismadditions:block/plastic/road"
}
}
} | {
"pile_set_name": "Github"
} |
# -*- mode: python -*-
# vi: set ft=python :
# Copyright 2020 Massachusetts Institute of Technology.
# Licensed under the BSD 3-Clause License. See LICENSE.TXT for details.
load("//htmlbook/tools/python:defs.bzl", "rt_py_library")
rt_py_library(
name = "orbital_transfer",
srcs = [
"test_orbital_trans... | {
"pile_set_name": "Github"
} |
// ExitCode.h
#ifndef __EXIT_CODE_H
#define __EXIT_CODE_H
namespace NExitCode {
enum EEnum {
kSuccess = 0, // Successful operation
kWarning = 1, // Non fatal error(s) occurred
kFatalError = 2, // A fatal error occurred
// kCRCError = 3, // A CRC error occurred when unpack... | {
"pile_set_name": "Github"
} |
{
"jsonSchemaSemanticVersion": "1.0.0",
"imports": [
{
"corpusPath": "cdm:/foundations.cdm.json"
},
{
"corpusPath": "/core/operationsCommon/Common.cdm.json",
"moniker": "base_Common"
},
{
"corpusPath": "/core/operationsCommon/DataEntityView.cdm.json",
"moniker": "ba... | {
"pile_set_name": "Github"
} |
<!-- Heads up! This is a generated file, do not edit directly. You can find the source at https://github.com/ember-learn/super-rentals-tutorial/blob/master/src/markdown/tutorial/part-1/01-orientation.md -->
In this chapter, you will install _Ember CLI_, use it to generate a new Ember project, and add some basic templa... | {
"pile_set_name": "Github"
} |
//#include <stdlib.h>
#include "stdlib.h"
//#include <stdio.h>
#include "atomic_exchange.h"
//#include "threads.h"
//#include <stdatomic.h>
void *surely_malloc (size_t n) {
void *p = malloc(n);
if (!p) exit(1);
return p;
}
//This will be replaced by an external call eventually.
void *memset(void *s, int c, si... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python3
# Test whether a client produces a correct connect with a will.
# Will QoS=1, will retain=1.
# The client should connect to port 1888 with keepalive=60, clean session set,
# client id 01-will-set will topic set to topic/on/unexpected/disconnect , will
# payload set to "will message", will qos s... | {
"pile_set_name": "Github"
} |
#!/usr/local/bin/node
/*
* Copyright 2010-2020 Gildas Lormeau
* contact : gildas.lormeau <at> gmail.com
*
* This file is part of SingleFile.
*
* The code in this file is free software: you can redistribute it and/or
* modify it under the terms of the GNU Affero General Public License
* (GNU AGPL) as p... | {
"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"
} |
// Dropimage
// Allows you to click the element or drop an image on it to upload the image and display a preview.
@import 'class';
.dropimage {
@extend %dropimage;
}
| {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <objc/NSObject.h>
#import <AnnotationKit/NSSecureCoding-Protocol.h>
@class NSBezierPath, NSDate;
@interface AKPVSignaturePay... | {
"pile_set_name": "Github"
} |
/*
Copyright (C) 2020 Sebastien Canet <scanet@libreduc.cc>
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 option) any later version.
This program ... | {
"pile_set_name": "Github"
} |
package org.simpleflatmapper.converter;
import org.simpleflatmapper.util.Supplier;
public class DefaultContextFactory implements ContextFactory {
private final Supplier<?>[] suppliers;
public DefaultContextFactory(Supplier<?>[] suppliers) {
this.suppliers = suppliers;
}
@Override
pu... | {
"pile_set_name": "Github"
} |
/***********
AUTHORS: Michael Katelman, Vijay Ganesh, Trevor Hansen, Dan Liew
BEGIN DATE: Oct, 2008
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 limitat... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017, 2018, Oracle and/or its affiliates.
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are
* permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,... | {
"pile_set_name": "Github"
} |
// Unobtrusive validation support library for jQuery and jQuery Validate
// Copyright (C) Microsoft Corporation. All rights reserved.
// @version v3.2.9
/*jslint white: true, browser: true, onevar: true, undef: true, nomen: true, eqeqeq: true, plusplus: true, bitwise: true, regexp: true, newcap: true, immed: true, str... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtCore module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding valid commerc... | {
"pile_set_name": "Github"
} |
;
; Sharp OZ family functions
;
; ported from the OZ-7xx SDK by by Alexander R. Pruss
; by Stefano Bodrato - Oct. 2003
;
; Serial libraries
; buffered serial input
;
; ------
; $Id: ozserialgetc.asm,v 1.3 2016-06-27 21:25:36 dom Exp $
;
SECTION code_clib
PUBLIC ozserialgetc
PUBLIC _ozserialgetc
EXTERN seri... | {
"pile_set_name": "Github"
} |
{
"swagger": "2.0",
"info": {
"description": "Some description",
"version": "1.0",
"title": "API"
},
"host": "localhost:8080",
"basePath": "/",
"tags": [
{
"name": "body-types-rest",
"description": "Body Types Rest"
}
],
"paths": {
"/api/bodytypes/k": {
"post": ... | {
"pile_set_name": "Github"
} |
/*
ivtv driver internal defines and structures
Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo.com>
Copyright (C) 2004 Chris Kennedy <c@groovy.org>
Copyright (C) 2005-2007 Hans Verkuil <hverkuil@xs4all.nl>
This program is free software; you can redistribute it and/or modify
it under... | {
"pile_set_name": "Github"
} |
<Title name="Blocked users" />
<LazyPage {pageComponent} {params} />
<script>
import Title from './_components/Title.html'
import LazyPage from './_components/LazyPage.html'
import pageComponent from './_pages/blocked.html'
export default {
components: {
Title,
LazyPage
},
data: ()... | {
"pile_set_name": "Github"
} |
<?php
/**
* moosh - Moodle Shell
*
* @copyright 2012 onwards Tomasz Muras
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
namespace Moosh\Command\Moodle23\Role;
use Moosh\MooshCommand;
class RoleDelete extends MooshCommand
{
public function __construct()
{
parent::__con... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.