text stringlengths 2 99.9k | meta dict |
|---|---|
Kyra is a simple, fully featured Sprite engine written in C++.
The Kyra engine is suited to 2D, isometric, and quasi-3D games.
It is built on top of SDL for cross platform use. It supports
tiles, sprites, and user drawn surfaces. It has full support
for alpha blending, scaling, color transformation, pixel
perfect colli... | {
"pile_set_name": "Github"
} |
"""
Fixer that changes zip(seq0, seq1, ...) into list(zip(seq0, seq1, ...)
unless there exists a 'from future_builtins import zip' statement in the
top-level namespace.
We avoid the transformation if the zip() call is directly contained in
iter(<>), list(<>), tuple(<>), sorted(<>), ...join(<>), or for V in <>:.
"""
#... | {
"pile_set_name": "Github"
} |
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
/*============================================================
**
** Class: StringReader
**
** <OWNER>Microsoft</OWNER>
**
** Purpose: For reading text from strings
**
**
==========================================================... | {
"pile_set_name": "Github"
} |
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* The MV of StringNumericLiteral ::: StrWhiteSpaceopt StrNumericLiteral StrWhiteSpaceopt is the MV of StrNumericLiteral, no matter whether white space is present or not
*
* @path c... | {
"pile_set_name": "Github"
} |
# 双向性
一个良好设计的应用可以很容易本地化,只要使用例如英语从左到右读写的语言脚本,或者双向语言脚本。
在双向脚本中,文本从右到左写和读,除了数字和来自 LTR 语言的词汇,例如非本地化的名称,是从左到右写的。双向脚本包括 Arabic,Hebrew 和 Persian。
双向性不仅影响文本布局和 UI 元素,还影响图标图表。本节提供关于如何在设计中考虑双向性的基本高级信息。
> UI 镜像概览
> 从右到左(RTL)镜像指南
> 其他本地化考虑
## UI 镜像概览
从左到右(LTR) 界面和从右到左(RTL)界面的主要区别在于时间的流逝如何计算。使用从左到右(LTR)脚本的语言从左到右描绘时间,... | {
"pile_set_name": "Github"
} |
def slice_hypercube(data, header, dimensions=[0, 1], slices=[]):
"""
Extract a slice from an n-dimensional HDU data/header pair, and return the
new data (without changing the header).
"""
if type(slices) == int:
slices = (slices, )
else:
slices = slices[:]
shape = data.sha... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2010-2011 Atheros Communications Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" A... | {
"pile_set_name": "Github"
} |
[Desktop Entry]
Name=Tor Browser
Name[hu]=Tor-böngésző
Name[pt_BR]=Navegador Tor
GenericName=Tor browser
GenericName[hu]=Tor böngésző indító
Comment=Launch Tor Browser
Comment[hu]=Tor böngésző indító
Comment[pt_BR]=Navegador Tor
Exec=torbrowser-launcher %u
Terminal=false
Type=Application
Icon=torbrowser
Categories=Netw... | {
"pile_set_name": "Github"
} |
import test from 'ava';
import { fileExtension } from '../src';
test('if the path is an url, fileExtension should return the right extension', (t) => {
const expected = 'js';
t.is(fileExtension('https://example.com/script.js'), expected);
});
test('if the path is a local file, fileExtension should return th... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/launcher_background" />
<foreground android:drawable="@mipmap/launcher_foreground" />
</adaptive-icon> | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2016 Alexey Verein
*
* 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 ag... | {
"pile_set_name": "Github"
} |
// Copyright 2018 Superblocks AB
//
// This file is part of Superblocks Lab.
//
// Superblocks Lab 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 version 3 of the License.
//
// Superblocks Lab is distribute... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# description: analyze all perf samples
perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/event_analyzing_sample.py
| {
"pile_set_name": "Github"
} |
# OrientDB Module
!!! note
This module is INCUBATING. While it is ready for use and operational in the current version of Testcontainers, it is possible that it may receive breaking changes in the future. See [our contributing guidelines](/contributing/#incubating-modules) for more information on our incubating mo... | {
"pile_set_name": "Github"
} |
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
class RRlang(RPackage):
"""A toolbox for working with base types, core R features like the
... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using AnimalsMvc.Models;
namespace AnimalsMvc.Controllers
{
public class AnimalsController : Controller
{
private IData _tempData;
public AnimalsController(IData te... | {
"pile_set_name": "Github"
} |
# Set of Irish contractions for ElisionFilter
# TODO: load this as a resource from the analyzer and sync it in build.xml
d
m
b
| {
"pile_set_name": "Github"
} |
import numpy, os, sys, glob, time, caffe
import tornado.ioloop
import tornado.httpclient
import tornado.web
from tornado.httpclient import AsyncHTTPClient
from tornado import gen
from PIL import Image
from StringIO import StringIO
class ImageHandler(tornago.web.RequestHandler):
def initialize(self, layers, network, ... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2010-2014 Intel Corporation
*/
#include <string.h>
#include <stdint.h>
#include <rte_mbuf.h>
#include <rte_ethdev.h>
#include <rte_malloc.h>
#include "rte_port_ethdev.h"
/*
* Port ETHDEV Reader
*/
#ifdef RTE_PORT_STATS_COLLECT
#define RTE_PORT_ETHDEV_READE... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | {
"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"
} |
// RUN: llvm-objdump -d %p/Inputs/kextbundle.macho-aarch64 | FileCheck %s
CHECK: 4008: 03 00 00 94 bl 0x4014 <_bar.stub>
| {
"pile_set_name": "Github"
} |
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package org.meteoinfo.legend;
import java.awt.Color;
/**
*
* @author Yaqiang Wang
*/
public class BarBreak extends Po... | {
"pile_set_name": "Github"
} |
/*
Simple DirectMedia Layer
Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
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.
Permission is granted to anyone to use this ... | {
"pile_set_name": "Github"
} |
exports.ERR_OBJECT_NOT_FOUND = 'ERR_OBJECT_NOT_FOUND'
exports.ERR_USER_NOT_FOUND = 'ERR_USER_NOT_FOUND'
exports.ERR_PASSWORD_ERROR = 'ERR_PASSWORD_ERROR'
exports.TOKEN_NOT_FOUND = 'TOKEN_NOT_FOUND'
exports.ERR_SERVER_ERROR = 'ERR_SERVER_ERROR'
exports.ERR_PERMISSION_DENY = 'ERR_PERMISSION_DENY'
exports.ERR_USER_DISABLE... | {
"pile_set_name": "Github"
} |
extension Foo {
// RUN: %sourcekitd-test -req=format -line=2 -length=1 %s | %FileCheck --strict-whitespace %s
// CHECK: key.sourcetext: " "
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11134" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched... | {
"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 n... | {
"pile_set_name": "Github"
} |
#!/usr/bin/perl
#
# Check flock() feature
#
# This isn't a real test; it just checks to make sure we can call the method.
# It doesn't even check to make sure that the default behavior
# (LOCK_EX) is occurring. This is because I don't know how to write a good
# portable test for flocking. I checked the Perl core dist... | {
"pile_set_name": "Github"
} |
/*
* [The "BSD licence"]
* Copyright (c) 2005-2008 Terence Parr
* All rights reserved.
*
* Conversion to C#:
* Copyright (c) 2008 Sam Harwell, Pixel Mine, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright (c) 2004 James Courtier-Dutton <James@superbug.demon.co.uk>
* Driver CA0106 chips. e.g. Sound Blaster Audigy LS and Live 24bit
* Version: 0.0.22
*
* FEATURES currently supported:
* See ca0106_main.c for features.
*
* Changelog:
* Suppor... | {
"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 ... | {
"pile_set_name": "Github"
} |
@import "~styles/mixins";
.avatar-prize {
display: flex;
align-items: center;
margin-bottom: 20px;
@include xs-to-sm {
margin-bottom: 10px;
}
}
.avatar {
border-radius: 65px !important;
height: 65px !important;
margin: 5px 15px 0 0 !important;
width: 65px !important;
}
.flag {
background-col... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (C) by Paul Barton-Davis 1998-1999
*
* Some portions of this file are taken from work that is
* copyright (C) by Hannu Savolainen 1993-1996
*/
/*
* An ALSA lowlevel driver for Turtle Beach ICS2115 wavetable synth
* ... | {
"pile_set_name": "Github"
} |
@managing_products
Feature: Editing product's slug in multiple locales
In order to manage access path to product page in many languages
As an Administrator
I want to be able to edit product's slug in multiple locales
Background:
Given the store operates on a single channel in "United States"
... | {
"pile_set_name": "Github"
} |
# These test special (mostly error) UTF features of DFA matching. They are a
# selection of the more comprehensive tests that are run for non-DFA matching.
# The output is different for the different widths.
#subject dfa
/X/utf
XX\x{d800}
Failed: error -27: UTF-32 error: code points 0xd800-0xdfff are not defined... | {
"pile_set_name": "Github"
} |
/*********************************************************************
* Portions COPYRIGHT 2013 STMicroelectronics *
* Portions SEGGER Microcontroller GmbH & Co. KG *
* Solutions for real time microcontroller applications *
************************************... | {
"pile_set_name": "Github"
} |
<?php
/*
* $Id$
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* OWNER OR CO... | {
"pile_set_name": "Github"
} |
<h1>Address Form</h1>
<div class="alert alert-info" role="alert">
Error messages per field and disabled save button until entire form is valid.
</div>
<form (ngSubmit)="onSubmit()" [formGroup]="form">
<div class="form-row">
<div class="formHeading">First Name</div>
<input type="text" id="first... | {
"pile_set_name": "Github"
} |
---
name: "Ross Dakin"
link: "https://rossdak.in"
github: "rossdakin"
---
| {
"pile_set_name": "Github"
} |
// Copyright (c) 2011-present, Facebook, Inc. 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.
//
// The following ... | {
"pile_set_name": "Github"
} |
# Clusters
A kaws cluster is a Kubernetes cluster managed by kaws.
Clusters are isolated from each other because they each exist in their own [AWS VPC](https://aws.amazon.com/vpc/).
The AWS resources that comprise a cluster are defined in kaws's Terraform module, which is imported in the file `terraform/kaws.tf` of a ... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Behat Gherkin.
* (c) Konstantin Kudryashov <ever.zet@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Behat\Gherkin\Loader;
use Behat\Gherkin\Gherkin;
use Behat\Gherkin\Node... | {
"pile_set_name": "Github"
} |
/* +------------------------------------------------------------------------+
| Mobile Robot Programming Toolkit (MRPT) |
| https://www.mrpt.org/ |
| |
| Cop... | {
"pile_set_name": "Github"
} |
/*
* This file is part of acados.
*
* acados 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 3 of the License, or (at your option) any later version.
*
* acado... | {
"pile_set_name": "Github"
} |
// Generated from definition io.k8s.api.authorization.v1.NonResourceAttributes
/// NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface
#[derive(Clone, Debug, Default, PartialEq)]
pub struct NonResourceAttributes {
/// Path is the URL path of t... | {
"pile_set_name": "Github"
} |
# (C) Datadog, Inc. 2019-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
from __future__ import absolute_import
import os
from contextlib import contextmanager
import psutil
from six import PY3
from .conditions import WaitForPortListening
from .env import environment_run
fro... | {
"pile_set_name": "Github"
} |
---
title: "'System.STAThreadAttribute' y 'System.MTAThreadAttribute' no se pueden aplicar a la vez a '|1'"
ms.date: 07/20/2015
f1_keywords:
- bc31513
- vbc31513
helpviewer_keywords:
- BC31513
ms.assetid: 7efb4c8e-d31c-4273-9d85-8cd2bef4d120
ms.openlocfilehash: 6502cc3517047158864731aad44c7ed0f7db3576
ms.sourcegitcommi... | {
"pile_set_name": "Github"
} |
f(UpgradeNode).
UpgradeNode = fun () ->
case logplex_app:config(git_branch) of
"v61" ->
io:format(whereis(user), "at=upgrade_start cur_vsn=61~n", []);
"v62" ->
io:format(whereis(user),
"at=upgrade type=retry cur_vsn=61 old_vsn=62~n", []);
Else ->
io:... | {
"pile_set_name": "Github"
} |
; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck -check-prefix=CHECK-NO-FP %s
; RUN: llc < %s -mtriple=x86_64-apple-darwin -disable-fp-elim | FileCheck -check-prefix=CHECK-FP %s
; RUN: llc < %s -mtriple=x86_64-linux-gnu | FileCheck -check-prefix=LINUX-NO-FP %s
; RUN: llc < %s -mtriple=x86_64-linux-gnu -disable-... | {
"pile_set_name": "Github"
} |
from onl.platform.base import *
from onl.platform.mellanox import *
class OnlPlatform_x86_64_mlnx_msn2700_r0(OnlPlatformMellanox,
OnlPlatformPortConfig_32x100):
PLATFORM='x86-64-mlnx-msn2700-r0'
MODEL="SN2700"
SYS_OBJECT_ID=".2700.1"
def baseconfig(self):... | {
"pile_set_name": "Github"
} |
<view class="container">
<image class="logo" src="/images/search-logo.png"></image>
<text class="name">咩咩辞典</text>
<view class="input-container">
<input class="input-search" bindconfirm="search" placeholder="请输入您要查询的单词" type="text"/>
</view>
<view class="button-search" bindtap="help">
<text class="tex... | {
"pile_set_name": "Github"
} |
-----------------------------------------------------------------------------
-- Name: minimal.wx.lua
-- Purpose: 'Minimal' wxLua sample
-- Author: J Winwood
-- Modified by:
-- Created: 16/11/2001
-- RCS-ID: $Id: veryminimal.wx.lua,v 1.7 2008/01/22 04:45:39 jrl1 Exp $
-- Copyright: (c) 2001 J... | {
"pile_set_name": "Github"
} |
table
border-collapse: collapse
margin: $small-spacing 0
table-layout: fixed
width: 100%
th
border-bottom: 1px solid shade($base-border-color, 25%)
font-weight: 600
padding: $small-spacing 0
text-align: left
td
border-bottom: $base-border
padding: $small-spacing 0
tr,
td,
th
vertical-align: mid... | {
"pile_set_name": "Github"
} |
<?php namespace Forone\Providers;
/**
* This file is part of Entrust,
* a role & permission management solution for Laravel.
*
* @license MIT
* @package Zizaco\Entrust
*/
use Illuminate\Support\ServiceProvider;
use Zizaco\Entrust\ClassCreatorCommand;
use Zizaco\Entrust\Entrust;
use Zizaco\Entrust\MigrationComma... | {
"pile_set_name": "Github"
} |
package com.uber.okbuck.example
import dagger.Component
import dagger.android.AndroidInjector
import dagger.android.support.AndroidSupportInjectionModule
import javax.inject.Singleton
@Singleton
@Component(
modules = [
AndroidSupportInjectionModule::class,
TestAnalyticsModule::class,
... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!11 &1
AudioManager:
m_ObjectHideFlags: 0
m_Volume: 1
Rolloff Scale: 1
Doppler Factor: 1
Default Speaker Mode: 2
m_SampleRate: 0
m_DSPBufferSize: 0
m_VirtualVoiceCount: 512
m_RealVoiceCount: 32
m_DisableAudio: 0
| {
"pile_set_name": "Github"
} |
<li>
No bios yet.
</li>
| {
"pile_set_name": "Github"
} |
/**
* Module dependencies.
*/
var lingo = require('lingo')
, assert = require('assert')
, en = lingo.en;
var fr = new lingo.Language('fr');
fr.translations = {
'Hello World': 'Bonjour tout le monde'
, 'Hello {name}': 'Bonjour {name}'
, 'Hello {first} {last}': 'Bonjour {first} {last}'
};
module.export... | {
"pile_set_name": "Github"
} |
# Lines starting with '#' and sections without content
# are not displayed by a call to 'details'
#
[Website]
http://www.time.com/time/
[filters]
http://img.timeinc.net/tii/omniture/h/config/time_s_code.js
http://img.timeinc.net/time/assets/js/responsive-ads.min.js
[other]
# Any other details
... | {
"pile_set_name": "Github"
} |
# 音乐和音效
- [音频播放](audio.md)
- [AudioSource 组件参考](../components/audiosource.md)
- [兼容性说明](compatibility.md)
| {
"pile_set_name": "Github"
} |
// -*- 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"
} |
public class LSD {
private static final int BITS_PER_BYTE = 8;
private LSD() { }
public static void sort(String[] a, int w) {
int n = a.length;
int R = 256;
String[] aux = new String[n];
for (int d = w-1; d >= 0; d--) {
int[] count = new int[R+1... | {
"pile_set_name": "Github"
} |
/*----------------------------------------------------------------------------*/
/* Copyright (c) 2019 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... | {
"pile_set_name": "Github"
} |
/*
* Digital Audio (PCM) abstract layer
* Copyright (c) by Jaroslav Kysela <perex@perex.cz>
*
*
* 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... | {
"pile_set_name": "Github"
} |
/*++
Copyright (c) 1989-1993 Microsoft Corporation
Module Name:
receive.c
Abstract:
This module contains the code to handle receive indication
and posted receives for the Netbios module of the ISN transport.
Author:
Adam Barr (adamba) 22-November-1993
Environment:
Kernel mode
Revision His... | {
"pile_set_name": "Github"
} |
var castPath = require('./_castPath'),
isFunction = require('./isFunction'),
isKey = require('./_isKey'),
toKey = require('./_toKey');
/**
* This method is like `_.get` except that if the resolved value is a
* function it's invoked with the `this` binding of its parent object and
* its result is returne... | {
"pile_set_name": "Github"
} |
# libiconv.la - a libtool library file
# Generated by libtool (GNU libtool) 2.4
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# The name that we can dlopen(3).
dlname='../bin/libiconv-2.dll'
# Names of this library.
library_names='libiconv.dll.a'
# The name of the static archive.
old... | {
"pile_set_name": "Github"
} |
-- Copyright (c) 2013 Snowplow Analytics Ltd. All rights reserved.
--
-- This program is licensed to you under the Apache License Version 2.0,
-- and you may not use this file except in compliance with the Apache License Version 2.0.
-- You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/li... | {
"pile_set_name": "Github"
} |
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/os.manage.R
\name{os.sleep}
\alias{os.sleep}
\title{Sleeps the operating system (Windows) through a shell command}
\usage{
os.sleep(s = 0, m = 0, h = 0, first_turn_hibernate_off = TRUE)
}
\arguments{
\item{s}{time to wait before shutting down... | {
"pile_set_name": "Github"
} |
###
### DO NOT MODIFY THIS FILE. THIS FILE HAS BEEN AUTOGENERATED
###
FROM circleci/php:7.2.9-fpm-stretch
# install java 8
#
RUN if grep -q Debian /etc/os-release && grep -q jessie /etc/os-release; then \
echo "deb http://http.us.debian.org/debian/ jessie-backports main" | sudo tee -a /etc/apt/sources.list \
... | {
"pile_set_name": "Github"
} |
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit2db7e2fa11a5b7e8309e5b34a51b960e
{
public static $files = array (
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
'0e6d7bf4a5811bfa5cf... | {
"pile_set_name": "Github"
} |
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "immersiveengineering:alu_scaffolding_grate_top"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
... | {
"pile_set_name": "Github"
} |
import * as M from '@meetalva/message';
import { MessageHandlerContext, MessageHandler } from '../create-handlers';
import * as Types from '@meetalva/types';
export function deleteSelected({
app,
store
}: MessageHandlerContext): MessageHandler<M.DeleteSelected> {
return m => {
if (app.getHasFocusedInput()) {
r... | {
"pile_set_name": "Github"
} |
:tocdepth: 3
====================================
Cyrus IMAP 3.0.0 rc2 Release Notes
====================================
.. WARNING::
Cyrus IMAP 3.0 is under active development, and subject to change.
Do **NOT** use this version unless you're a developer of sorts.
Download from GitHub:
* https://gi... | {
"pile_set_name": "Github"
} |
Feature: Display
As a developer of a system using alpaca
I want my file fields to display correctly
So that I can develop applications faster
Scenario: Basic Field
Given I am on a page with a file field
Then I should see 1 "input[type='file']" tag
| {
"pile_set_name": "Github"
} |
module namespace ns = "http://www.example.com/example";
declare collection ns:collection as node()*;
declare collection ns:collection2 as node()*;
declare function ns:test2() { () };
| {
"pile_set_name": "Github"
} |
//
// GitHubApiSession.swift
// FluxExample
//
// Created by marty-suzuki on 2018/07/31.
// Copyright © 2018年 marty-suzuki. All rights reserved.
//
import GitHub
protocol GitHubApiRequestable: class {
func searchRepositories(query: String, page: Int, completion: @escaping (GitHub.Result<([GitHub.Repository], ... | {
"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\CssSelector\XPath\Extension;
use Symfony\Component\Cs... | {
"pile_set_name": "Github"
} |
testing
handlerClass
^ WATextFileHandlerListing | {
"pile_set_name": "Github"
} |
#ifndef BOOST_ARCHIVE_BASIC_SERIALIZER_HPP
#define BOOST_ARCHIVE_BASIC_SERIALIZER_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER)
# pragma once
#endif
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// basic_serializer.hpp: extenstion of type_info required f... | {
"pile_set_name": "Github"
} |
header.title {
position: fixed;
top: 0;
padding: 10px;
margin-top: px;
box-shadow: 0 1px 3px rgba(10, 10, 10, 0.1);
width: 100%;
}
svg.Zi.Zi--LabelSpecial {
height: 20px;
right: 8px;
position: relative;
}
div.voteup {
box-shadow: 0px 0px 4px 4px antiquewhite;
padding: 12px;... | {
"pile_set_name": "Github"
} |
package deprecated;
public class Foo {
// ref in Bar.test and Bar.foo()
@Deprecated
public Foo(String s) {
}
// no ref should be deleted
@Deprecated
public void test1() {
test2();
}
// ref in Foo.test1()
@Deprecated
public boolean test2() {
return true;
}
// should be deleted because only ref in Fo... | {
"pile_set_name": "Github"
} |
/***************************************************************************/
/* */
/* t1gload.h */
/* */
/* Ty... | {
"pile_set_name": "Github"
} |
VoicForm u => blackhole;
1::samp => now;
u =< blackhole;
null @=> u;
<<< "success" >>>;
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<?import java.lang.*?>
<?import javafx.collections.*?>
<?import javafx.scene.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.effect.*?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.control.ToolBar?>
<?import javafx.scen... | {
"pile_set_name": "Github"
} |
{
"version": "1.0.0",
"name": "NewTabPageOverride",
"manifest_version": 2,
"description": "NTP override",
"chrome_url_overrides" : {
"newtab": "new_tab_override.html"
},
"permissions": [ "contentSettings", "tabs", "storage", "webNavigation" ]
}
| {
"pile_set_name": "Github"
} |
# AWS Unity Chess Game Sample
This is a chess game built with [Unity](http://unity3d.com/), using the [AWS Mobile SDK for Unity](https://github.com/aws/aws-sdk-unity). This sample's purpose is to demonstate how to add a wealth of backend features to a game by leveraging the power of AWS.
## Why Are You Here?
I'm assu... | {
"pile_set_name": "Github"
} |
/**
* Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/>
* Build: `lodash modularize exports="node" -o ./compat/`
* Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
* Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE>
* Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investiga... | {
"pile_set_name": "Github"
} |
import {
AfterViewInit, ChangeDetectionStrategy, Component, ElementRef, EventEmitter, Input, OnChanges, OnDestroy,
Output, SimpleChanges, ViewChild, ViewEncapsulation, Renderer, OnInit
} from '@angular/core';
import { Select2OptionData } from './ng2-select2.interface';
@Component({
selector: 'select2',
... | {
"pile_set_name": "Github"
} |
# desc "Explaining what the task does"
# task :payola do
# # Task goes here
# end
| {
"pile_set_name": "Github"
} |
/** @file
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions
of the BSD License which accompanies this distribution. The
full text of the license may be found at
http://opensource.or... | {
"pile_set_name": "Github"
} |
package com.habitrpg.android.habitica.models
import com.habitrpg.android.habitica.models.notifications.*
class Notification {
enum class Type(val type: String) {
// Notification types coming from the server
LOGIN_INCENTIVE("LOGIN_INCENTIVE"),
NEW_STUFF("NEW_STUFF"),
NEW_CHAT_MESSAG... | {
"pile_set_name": "Github"
} |
Copyright (c) 2002-2006 Marcus Geelnard
Copyright (c) 2006-2016 Camilla Berglund <elmindreda@glfw.org>
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.
Permission is granted to anyone to use t... | {
"pile_set_name": "Github"
} |
// (C) Copyright Gennadiy Rozental 2001.
// 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)
// See http://www.boost.org/libs/test for the library home page.
//
//!@file
//!@brief few helpers for working with v... | {
"pile_set_name": "Github"
} |
.so man2/setpgid.2
| {
"pile_set_name": "Github"
} |
// snippet-comment:[These are tags for the AWS doc team's sample catalog. Do not remove.]
// snippet-sourcedescription:[CreateOpsItem.java demonstrates how to create a new OpsItem.]
// snippet-service:[ssm]
// snippet-keyword:[Java]
// snippet-keyword:[AWS Systems Manager]
// snippet-keyword:[Code Sample]
// snip... | {
"pile_set_name": "Github"
} |
## Sum
```
Sum(expr, {i, imin, imax})
```
> evaluates the discrete sum of `expr` with `i` ranging from `imin` to `imax`.
```
Sum(expr, {i, imin, imax, di})
```
> `i` ranges from `imin` to `imax` in steps of `di`.
```
Sum(expr, {i, imin, imax}, {j, jmin, jmax}, ...)
```
> evaluates `expr` as a multiple sum, with `... | {
"pile_set_name": "Github"
} |
module SocialStream
module Places
module Models
module ActivityObject
extend ActiveSupport::Concern
included do
has_one :geotag, :autosave => true
has_one :address, :through => :geotag, :autosave => true
delegate :latitude, :latitude=,
:l... | {
"pile_set_name": "Github"
} |
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: test.fbe
// Version: 1.4.0.0
@file:Suppress("UnusedImport", "unused")
package com.chronoxor.test.fbe
// Fast Binary Encoding optional Char final model
class FinalModelOptional... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.