text stringlengths 2 99k | meta dict |
|---|---|
gcr.io/google_containers/kube-controller-manager:v1.4.0-alpha.1
| {
"pile_set_name": "Github"
} |
{
"name": "bpk-component-grid",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"js-tokens": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PK... | {
"pile_set_name": "Github"
} |
{
"Information": [
"This file provides default values for the deployment wizard inside Visual Studio and the AWS Lambda commands added to the .NET Core CLI.",
"To learn more about the Lambda commands with the .NET Core CLI execute the following command at the command line in the project root directory.",
... | {
"pile_set_name": "Github"
} |
# /* **************************************************************************
# * *
# * (C) Copyright Edward Diener 2013.
# * Distributed under the Boost Software License, Version 1.0. (See
# * accompanying file LICENSE_1_0.t... | {
"pile_set_name": "Github"
} |
# == License
# Ekylibre - Simple agricultural ERP
# Copyright (C) 2012-2013 David Joulin, Brice Texier
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, o... | {
"pile_set_name": "Github"
} |
/*********************************************************************
* Software License Agreement (BSD License)
*
* Copyright (c) 2008, Willow Garage, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following cond... | {
"pile_set_name": "Github"
} |
var WeixinJSCoreAndroid = (function(global) {
var WeixinJSCore = global.WeixinJSCore;
var notifyEvent = function(eventId) {
var res = WeixinJSCore.retrieveEvent(eventId);
try {
var obj = JSON.parse(res);
var data = JSON.parse(obj.data);
if (typeof WeixinJSB... | {
"pile_set_name": "Github"
} |
export PATH=/adt32/sdk/platform-tools:$PATH
export GRADLE_HOME=/android/gradle-4.10.2
export PATH=$PATH:$GRADLE_HOME/bin
source ~/.bashrc
gradlew run
| {
"pile_set_name": "Github"
} |
import React from 'react'
import { svgStyles } from './style'
export const ArrowLeft = styles => {
return (
<svg
style={svgStyles(styles)}
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 8 8">
<polygon points="5,0 8,0 3,4 8,8 5,8 0,4 " />
</svg>
)
}
| {
"pile_set_name": "Github"
} |
<?php
$title = "User's comments";
require "includes/config.php";
require "includes/header.php";
$USER_ID = NULL;
if (isset($_GET['user_id'])) $USER_ID = $_GET['user_id'];
else header('Location: index.php');
// Заявка за връзка потребител - коментари
$sql = 'SELECT content, date_added, comments.book_id, comments.comm... | {
"pile_set_name": "Github"
} |
# Material
[colors]
foreground = "#232322"
background = "#eaeaea"
cursor_bg = "#16afca"
cursor_fg = "#2e2e2d"
selection_bg = "#c2c2c2"
selection_fg = "#4e4e4e"
ansi = ["#212121","#b7141f","#457b24","#f6981e","#134eb2","#560088","#0e717c","#efefef"]
brights = ["#424242","#e83b3f","#7aba3a","#ffea2e","#54a4f3","#aa4dbc"... | {
"pile_set_name": "Github"
} |
//
// This file has been generated automatically by MonoDevelop to store outlets and
// actions made in the Xcode designer. If it is removed, they will be lost.
// Manual changes to this file may not be handled correctly.
//
using Foundation;
namespace WatchAppExtension
{
[Register ("GlanceController")]
partial cl... | {
"pile_set_name": "Github"
} |
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "compass/h5bp/version"
Gem::Specification.new do |s|
s.name = "compass-h5bp"
s.version = Compass::H5bp::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Peter Gumeson"]
s.email = ["gumeson@gmail.com"]... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0910"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
... | {
"pile_set_name": "Github"
} |
export AFL_QUIET = 1
CC = afl-clang
CXX = afl-clang++
LD = afl-clang++
ifeq ($(ASAN),1)
export AFL_USE_ASAN = 1
endif
| {
"pile_set_name": "Github"
} |
---- mprCylcylPenetration ----
| {
"pile_set_name": "Github"
} |
// Header for PCH test cxx-using.cpp
struct B {
void f(char c);
};
struct D : B
{
using B::f;
void f(int);
};
| {
"pile_set_name": "Github"
} |
//===------------------------ cxa_aux_runtime.cpp -------------------------===//
//
// 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
//
//
// This file implements the "... | {
"pile_set_name": "Github"
} |
(* Copyright (C) 2012--2017 Microsoft Research and INRIA *)
(**
This modules defines TLS 1.3 Extensions.
- An AST, and it's associated parsing and formatting functions.
- Nego calls prepareExtensions : config -> list extensions.
@summary: TLS 1.3 Extensions.
*)
module Extensions
open FStar.Bytes
open FStar.Error
op... | {
"pile_set_name": "Github"
} |
/**
* Persists the object to the database without archiving it.
*
* @param PropelPDO $con Optional connection object
*
* @return <?php echo $objectClassname ?> The current object (for fluent API support)
*/
public function saveWithoutArchive(PropelPDO $con = null)
{
<?php if (!$isArchiveOnInsert): ?>
if ... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 1f85852798026734aa67072d2d826044
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| {
"pile_set_name": "Github"
} |
/* stats1a.h -- statistics for the the LZO1A algorithm
This file is part of the LZO real-time data compression library.
Copyright (C) 2008 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 2007 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 2006 Markus Franz Xaver Johannes Oberhumer
Copyright (C... | {
"pile_set_name": "Github"
} |
'use strict';
exports.keys = 'test key';
exports.security = {
defaultMiddleware: 'csp',
ignore: '/ignore',
csp: {
enable: true
}
};
| {
"pile_set_name": "Github"
} |
<?php
/**
* OrangeHRM is a comprehensive Human Resource Management (HRM) System that captures
* all the essential functionalities required for any enterprise.
* Copyright (C) 2006 OrangeHRM Inc., http://www.orangehrm.com
*
* OrangeHRM is free software; you can redistribute it and/or modify it under the terms of
... | {
"pile_set_name": "Github"
} |
*vimpress.txt* Plugin for managing wordpress blog from Vim.
Script: blog.vim
Authors: Adrien Friggeri <mailto:adrien@friggeri.net>
Pigeond <http://pigeond.net/blog/>
* Preston M.[BOYPT] <mailto:pentie@gmail.com>
Justin Sattery <mailto:justin.slattery@fzysqr.com>
Lenin Lee <... | {
"pile_set_name": "Github"
} |
---
aliases: vanilla-javascript, vanillajs
created_by: Brendan Eich
display_name: Vanilla JavaScript
related: javascript, ecmascript
released: December 04 1995
short_description: Vanilla JavaScript is the native JavaScript language included in the browser.
topic: vanilla-js
---
Vanilla JavaScript is the native JavaScri... | {
"pile_set_name": "Github"
} |
Manifest-Version: 1.0
Created-By: Apache Ant 1.5.1
Main-Class: com.sun.s1asdev.timer31.nonpersistenttimer.client.Client
Class-Path: reporter.jar
| {
"pile_set_name": "Github"
} |
/**
* @overview the column3d componment
* @component#@chart#iChart.Column3D
* @extend#iChart.Column2D
*/
iChart.Column3D = iChart.extend(iChart.Column2D, {
/**
* initialize the context for the Column3D
*/
configure : function() {
/**
* invoked the super class's configuration
*/
iChart.C... | {
"pile_set_name": "Github"
} |
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/future_Map.R, R/future_mapply.R
\name{future_Map}
\alias{future_Map}
\alias{future_mapply}
\alias{future_.mapply}
\title{Apply a Function to Multiple List or Vector Arguments}
\usage{
future_Map(f, ..., future.label = "future_Map-\%d")
futur... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2009-2012, Salvatore Sanfilippo <antirez at gmail dot com>
* 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 co... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2017-2019 Dremio Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<group... | {
"pile_set_name": "Github"
} |
'use strict';
const proxyquire = require('proxyquire');
const child = require('child_process');
const chai = require('chai');
const expect = chai.expect;
const sinon = require('sinon');
const sinonChai = require('sinon-chai');
const chaiAsPromised = require("chai-as-promised");
const changelog = require('../tasks/g... | {
"pile_set_name": "Github"
} |
'use strict';
if (!process.version ||
process.version.indexOf('v0.') === 0 ||
process.version.indexOf('v1.') === 0 && process.version.indexOf('v1.8.') !== 0) {
module.exports = nextTick;
} else {
module.exports = process.nextTick;
}
function nextTick(fn, arg1, arg2, arg3) {
if (typeof fn !== 'function')... | {
"pile_set_name": "Github"
} |
Feature: Viewing a closed auction
Scenario: Viewing a closed auction
Given there is a closed auction
When I view the running auction
Then I should see the running auction
@end-to-end-available
Scenario: Closed auction does not offer chance to bid
Given there is a closed auc... | {
"pile_set_name": "Github"
} |
package com.planet_ink.coffee_mud.Abilities.Languages;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
imp... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"size" : "29x29",
"idiom" : "iphone",
"filename" : "Icon-29.png",
"scale" : "1x"
},
{
"size" : "29x29",
"idiom" : "iphone",
"filename" : "Icon-29@2x.png",
"scale" : "2x"
},
{
"size" : "40x40",
"idiom" : "iphone",
"f... | {
"pile_set_name": "Github"
} |
<table class="promotion" align="center" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td align="center">
{{ Illuminate\Mail\Markdown::parse($slot) }}
</td>
</tr>
</table>
| {
"pile_set_name": "Github"
} |
MIT License
Copyright (c) Andrey Popp
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, copy, modify, merge, publish, distribute... | {
"pile_set_name": "Github"
} |
/*
* /MathJax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular/Main.js
*
* Copyright (c) 2009-2018 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
*
* ... | {
"pile_set_name": "Github"
} |
//
// CompositePatternViewController.m
// DesignModeDemo
//
// Created by koala on 2018/4/20.
// Copyright © 2018年 koala. All rights reserved.
//
#import "CompositePatternViewController.h"
#import "FileCell.h"
#import "File.h"
@interface CompositePatternViewController () <UITableViewDelegate, UITableViewDataSourc... | {
"pile_set_name": "Github"
} |
/* Copyright (C) 2002-2006 Jean-Marc Valin
File: filters.c
Various analysis/synthesis filters
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 copy... | {
"pile_set_name": "Github"
} |
[[
"start",
["keyword","test:"],
["text"," recognises "],
["keyword.operator","AND"],
["text"," as keyword"]
],[
"start",
["keyword","test:"],
["text"," recognises "],
["keyword.operator","OR"],
["text"," as keyword"]
],[
"start",
["keyword","test:"],
["text"," recognises "],
["keyword.op... | {
"pile_set_name": "Github"
} |
<!--
Copyright 2014 Google Inc. 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 required by applicable... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.java.j2seproject</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/j2se-project/3">
<name>BluePot</name>
<source-roots>
<root id="... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2018 Alachisoft
//
// 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... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>API 文档</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type='text/css' rel='stylesheet' href='../../../apidoc/stylesheets/bundled/bootstrap.min.css'/>
<link type='text/css... | {
"pile_set_name": "Github"
} |
/*
Open Asset Import Library (assimp)
----------------------------------------------------------------------
Copyright (c) 2006-2017, assimp team
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the
following conditions... | {
"pile_set_name": "Github"
} |
{
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
+++
title = "`bool has_error() const noexcept`"
description = "Returns true if an error is present. Constexpr, never throws."
categories = ["observers"]
weight = 592
+++
Returns true if an error is present. Constexpr where possible.
*Requires*: Always available.
*Complexity*: Constant time.
*Guarantees*: Never thro... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python3
# Copyright (c) 2009-2019 The Bitcoin Core developers
# Copyright (c) 2014-2019 The DigiByte Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
"""Test mempool re-org scenarios.
Test re-org scen... | {
"pile_set_name": "Github"
} |
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
// use this file except in compliance with the License. You may obtain a copy of
// the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed un... | {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by jni4net. See http://jni4net.sourceforge.net/
// Runtime Version:2.0.50727.5446
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Resizable - Synchronous resize</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.7.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui... | {
"pile_set_name": "Github"
} |
// Copyright 2015 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.
// Flags: --allow-natives-syntax --harmony-do-expressions
function f(x) {
switch (x) {
case 1: return "one";
case 2: return "two";
case d... | {
"pile_set_name": "Github"
} |
;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | {
"pile_set_name": "Github"
} |
# AngularCliLibsExternas
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.3.0-rc.1.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Code scaffolding... | {
"pile_set_name": "Github"
} |
<example src="./examples/EmptyStateBasic.vue" />
<example src="./examples/EmptyStateRounded.vue" />
<example src="./examples/EmptyStateColors.vue" />
<template>
<page-container centered :title="$t('pages.emptyState.title')">
<div class="page-container-section">
<p>A list that doesn’t contain any items, or ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2016 Actinarium
*
* 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"
} |
#!/usr/bin/env bash
set -e
N="
"
PWD=`pwd`
readonly thisDir=$(cd $(dirname $0); pwd)
cd $(dirname $0)/../..
BUILD=false
TEST=false
DEBUG=false
CLONE=false
COPY=false
INTEGRATION=false
for ARG in "$@"; do
case "$ARG" in
-t)
TEST=true
;;
-b)
BUILD=true
;;
-clone)
CLONE=true... | {
"pile_set_name": "Github"
} |
/*
* universe.cpp
* BoE
*
* Created by Celtic Minstrel on 24/04/09.
*
*/
#include "universe.hpp"
#include <string>
#include <vector>
#include <map>
#include <sstream>
#include <stack>
#include "town.hpp"
#include "oldstructs.hpp"
#include "mathutil.hpp"
#include "fileio.hpp"
#include "gfxsheets.hpp"
void c... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)com.kishikawakatsumi.KeychainAccess.TestHost</string>
<string>$(AppIden... | {
"pile_set_name": "Github"
} |
// Mantid Repository : https://github.com/mantidproject/mantid
//
// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI,
// NScD Oak Ridge National Laboratory, European Spallation Source,
// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
// SPDX - License - Identifier: GPL - 3.0 ... | {
"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"
} |
<style>
body {
font-family: 'Roboto', 'Noto', sans-serif;
line-height: 1.5;
background-color: #fbfbfb;
margin: 20px;
}
#contents {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
#contents > div {
padding: 16px;
width: 25vw;
min-width: 400px;
height: auto;
... | {
"pile_set_name": "Github"
} |
Version 0.4.2 (March 9th, 2019)
* parse_gcov_file: handle empty/no lnum (#140 by @blueyed)
* added skip-ssl-verify argument (#141 by @nickmerwin)
Version 0.4.1 (Dec 1th, 2018)
* gcov: accommodate the execution_count format change in GCC 8.1 (by @ueno)
Version 0.4 (July 26th, 2017)
* Python 3 compatibility (by... | {
"pile_set_name": "Github"
} |
Advisory: Tiki Wiki CMS Groupware Multiple XSS vulnerabilities
Advisory ID: INFOSERVE-ADV2011-01
Author: Stefan Schurtz
Contact: security@infoserve.de
Affected Software: Successfully tested on Tiki 7.2 & 8.0 RC1
Vendor URL: http://info.tiki.org/
Vendor Status: ... | {
"pile_set_name": "Github"
} |
# Hosts 数据含义
数据全部使用 0.0.0.0 作为重定向目标;不同类型的广告域名使用 txt 分别存放。数据包括两个部分:Basic 和 Extra。
## Basic Data
- `360.txt` 360 下载劫持和 360 广告
- `adode.txt` Adobe 广告
- `ali.txt` 部分阿里广告
- `baidu.txt` 百度广告
- `g-ad.txt` Google 广告
- `ifeng.txt` 凤凰网广告
- `kingsoft.txt` 金山有关广告
- `kugou.txt` 酷狗音乐广告
- `microsoft.txt` 微软广告
- `miui.txt` MIUI 广告
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2015 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions a... | {
"pile_set_name": "Github"
} |
/* @flow */
import { InputTypeComposer } from 'graphql-compose';
import { getQueryITC, prepareQueryInResolve } from '../Query';
import { getTypeName, type CommonOpts, desc } from '../../../utils';
export function getFunctionScoreITC<TContext>(
opts: CommonOpts<TContext>
): InputTypeComposer<TContext> {
const name... | {
"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 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
' SPDX-License-Identifier: CC-BY-ND-2.0 (For details, see https://github.com/awslabs/aws-icons-for-plantuml/blob/master/LICENSE)
sprite $ECSContainer1 [64x64/16z] {
xPLL0eKm30GRs-N-5qRot5t9_60xrDisQueYS3SnwjBnRZePVH9n5o0NlhMxiA_o0pvT797VWEaYW4nNO... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2013-2015 RoboVM AB
*
* 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... | {
"pile_set_name": "Github"
} |
// Boost.Bimap
//
// Copyright (c) 2006-2007 Matias Capeletto
//
// 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)
/// \file tags/support/value_type_of.hpp
/// \brief Consistent way to access the value type of a t... | {
"pile_set_name": "Github"
} |
//
// JWTTestSuite.cpp
//
// Copyright (c) 2019, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: BSL-1.0
//
#include "JWTTestSuite.h"
#include "SerializerTest.h"
#include "TokenTest.h"
#include "SignerTest.h"
CppUnit::Test* JWTTestSuite::suite()
{
CppUnit::TestSui... | {
"pile_set_name": "Github"
} |
/* *********************************************************************** *
* project: org.matsim.*
* *
* *********************************************************************** *
* ... | {
"pile_set_name": "Github"
} |
# Note: Add Windows compilation directives at the END of this file
if( NOT WIN32)
if(${CMAKE_BUILD_TYPE} STREQUAL "Release" AND ${XRT_NATIVE_BUILD} STREQUAL "yes")
add_subdirectory(doc)
endif()
# Default include search path starts at runtime_src
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
option(XOCL_VERBOS... | {
"pile_set_name": "Github"
} |
# REQUIRES: zlib
# RUN: yaml2obj %p/Inputs/compress-debug-sections.yaml -o %t.o
# RUN: llvm-objcopy --compress-debug-sections --compress-debug-sections=zlib-gnu %t.o %t-compressed.o
# RUN: llvm-objdump -s %t-compressed.o | FileCheck %s
# CHECK: .zdebug_foo:
# CHECK: ZLIB
| {
"pile_set_name": "Github"
} |
/**
* Highcharts Drilldown module
*
* Author: Torstein Honsi
* License: www.highcharts.com/license
*
*/
(function (factory) {
if (typeof module === 'object' && module.exports) {
module.exports = factory;
} else {
factory(Highcharts);
}
}(function (H) {
'use strict';
var noop = function () {},
defau... | {
"pile_set_name": "Github"
} |
/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
* file distributed with this source distribution.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of ... | {
"pile_set_name": "Github"
} |
#include "PasswordDialogRes.h"
#include "GuiCommon.rc"
#define xc 140
#define yc 72
IDD_PASSWORD DIALOG 0, 0, xs, ys MY_MODAL_DIALOG_STYLE MY_FONT
CAPTION "Enter password"
BEGIN
LTEXT "&Enter password:", IDT_PASSWORD_ENTER, m, m, xc, 8
EDITTEXT IDE_PASSWORD_PASSWORD, m, 20, xc, 14, ES_PASSWORD | ES_AUTOHS... | {
"pile_set_name": "Github"
} |
import sys
import time
from .synthesizer import _setup, _start, _loop_once, _loop_forever, _stop
class Executable:
def __init__(self, args=None):
if args!=None:
# override the command line arguments
sys.argv = [sys.argv[0]] + args
# the setup MUST pass without errors
... | {
"pile_set_name": "Github"
} |
# Copyright 2016 The TensorFlow 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 required by applica... | {
"pile_set_name": "Github"
} |
"Resource/UI/SurvivalModeShutdown.res"
{
"survival_shutting_down"
{
"ControlName" "CSurvivalModeShutdown"
"fieldName" "survival_shutting_down"
"xpos" "0"
"ypos" "0"
"wide" "f0"
"tall" "480"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"P... | {
"pile_set_name": "Github"
} |
import chalk from "chalk";
import * as program from "commander";
import {AppId, Logo, SecFile} from "../";
program
.name("gitcracken-secfile")
.description("read GitKraken secFile")
.option("-i, --appid <id>", "AppId for secFile decrypt", AppId.read())
.arguments("[files...]")
.action((files?: string[]) => ... | {
"pile_set_name": "Github"
} |
browser display=foo
chr1 147971109 147971159 -0.59
chr1 147971147 147971197 0.12
chr1 147971185 147971235 0.11
chr1 147971223 147971273 -0.76
chr1 147971261 147971311 -0.20
chr1 147971299 147971349 -0.30
chr1 147971337 147971387 0.09
chr1 147971375 147971425 -0.51
chr1 147971413 147971463 -0.00
chr1 147971451 147971501... | {
"pile_set_name": "Github"
} |
import{html as t,PolymerElement as e}from"../../../../@polymer/polymer/polymer-element.js";import{dom as i}from"../../../../@polymer/polymer/lib/legacy/polymer.dom.js";import"../../../../@polymer/polymer/lib/elements/dom-if.js";import"../../../simple-tooltip/simple-tooltip.js";import"../../../../@polymer/polymer/lib/el... | {
"pile_set_name": "Github"
} |
---
title: Bands
---
_For all band options and API docs, see the [Band reference in Pattern Lab](/pattern-lab/?p=viewall-components-band)._
A band is a full width container that goes edge to edge on the display. Bands can contain multiple internal components, and help chunk related content together in a section of a ... | {
"pile_set_name": "Github"
} |
// Created on: 1998-10-06
// Created by: Jean Yves LEBEY
// Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GN... | {
"pile_set_name": "Github"
} |
// Copyright 2017 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.
// Functions to access/create device major and minor numbers matching the
// encoding used in FreeBSD's sys/types.h header.
//
// The information below is extra... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2007-2019 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* o... | {
"pile_set_name": "Github"
} |
package procfs
import (
"fmt"
"reflect"
"strings"
"testing"
"time"
)
func TestMountStats(t *testing.T) {
tests := []struct {
name string
s string
mounts []*Mount
invalid bool
}{
{
name: "no devices",
s: `hello`,
},
{
name: "device has too few fields",
s: `device ... | {
"pile_set_name": "Github"
} |
'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2018 The Android Open Source Project
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/license... | {
"pile_set_name": "Github"
} |
.. _streaming-api:
Streaming API
=============
This section will cover how to use Twython and interact with the Twitter Streaming API.
Streaming Documentation: https://developer.twitter.com/en/docs/tweets/filter-realtime/guides/streaming-message-types
.. important:: The Streaming API requires that you have OAuth 1 ... | {
"pile_set_name": "Github"
} |
<?php
/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* Authors:
* - Alastair McKinstry bug-glibc-locales@gnu.org
*/
return array_r... | {
"pile_set_name": "Github"
} |
export default {
mdRounded: Boolean,
mdSize: {
type: Number,
default: 420
},
mdIcon: String,
mdLabel: String,
mdDescription: String
}
| {
"pile_set_name": "Github"
} |
""" codecs -- Python Codec Registry, API and helpers.
Written by Marc-Andre Lemburg (mal@lemburg.com).
(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
"""#"
import __builtin__, sys
### Registry and builtin stateless codec functions
try:
from _codecs import *
except ImportError, why:
raise SystemErr... | {
"pile_set_name": "Github"
} |
// Copyright Joyent, Inc. and other Node contributors.
//
// 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, copy, modi... | {
"pile_set_name": "Github"
} |
flf2a$ 8 7 11 1 7
"TOMAHAWK" file. Commodore2Figlet v1.00 by David Proper
Net13 1134:666/1 - Rosenet 696:2666/666 - Ace of Spades BBS 1-330-339-4592
FidoNet 1:2265/105 - DProper@Juno.com
NOTE: I got the font from a Commodore 64 charactor set file. (Wrote a little
program to convert them to Figlet). And since some chara... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.