text stringlengths 2 99.1k | meta dict |
|---|---|
public class Utils {
public static int[][] getIntIntArray() {
return new int[][] { { 0, 1, 2, 3 }, { 4, 5, 6, 7} };
}
}
| {
"pile_set_name": "Github"
} |
build:
docker build -t alpine-postgres --rm=true .
debug:
docker run -i -t --entrypoint=sh alpine-postgres
run:
docker run -i -P alpine-postgres
| {
"pile_set_name": "Github"
} |
// CS0012: The type `A1' is defined in an assembly that is not referenced. Consider adding a reference to assembly `CS0012-lib-missing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
// Line: 13
// Compiler options: -r:CS0012-lib.dll
using System.Threading.Tasks;
class Test
{
public static void Main ()
{
... | {
"pile_set_name": "Github"
} |
{% extends "index.html" %}
{% block title %}500-OMS{% endblock %}
{% block container %}
<section id="error-container">
<div class="block-error">
<header>
<h1 class="error">500</h1>
<p class="text-center">Something went wrong.</p>
</header>
... | {
"pile_set_name": "Github"
} |
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- sig-auth-authenticators-approvers
reviewers:
- sig-auth-authenticators-reviewers
labels:
- sig/auth
| {
"pile_set_name": "Github"
} |
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- sig-auth-authenticators-approvers
reviewers:
- sig-auth-authenticators-reviewers
labels:
- sig/auth
| {
"pile_set_name": "Github"
} |
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.yolean.trace;
import org.junit.Test;
/**
* @author Simon Thoresen Hult
*/
public class TraceVisitorTestCase {
@Test
public void requireThatTraceVisitorCompilesWithOnlyVis... | {
"pile_set_name": "Github"
} |
{
"display": {
"icon": {
"item": "tfc:ore/garnierite"
},
"frame": "goal",
"title": {
"translate": "advancements.tfc.world.find_nickel.title"
},
"description": {
"translate": "advancements.tfc.world.find_nickel.description"
}
},
"parent": "tfc:world/make_propick",
"c... | {
"pile_set_name": "Github"
} |
#include "parent_header.h"
#include "cycling_header_1.h"
int main() {
return 0;
}
| {
"pile_set_name": "Github"
} |
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
*/
#include "AppConfig.h"
#include <juce_audio_plugin_client/juce_audio_plugin_client_AUv3.mm>
| {
"pile_set_name": "Github"
} |
[theme]
inherit = basic
stylesheet = nature.css
pygments_style = tango
[options]
oldversion = False
collapsiblesidebar = True | {
"pile_set_name": "Github"
} |
import './server';
| {
"pile_set_name": "Github"
} |
#config_version=5
mode:
game_mode: False
queue_relay_player:
relay3:
post: relay3_start
wait_for: relay3_done
| {
"pile_set_name": "Github"
} |
#lang pollen
test
==== | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
** Copyright 2016, 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 my obtain a copy of the License at
**
** http://www.apache.org/licenses/... | {
"pile_set_name": "Github"
} |
apiVersion: v1
kind: Service
metadata:
name: hello
spec:
selector:
app: hello
tier: backend
ports:
- protocol: TCP
port: 80
targetPort: http
| {
"pile_set_name": "Github"
} |
//
// Overview
// --------------------------------------------------
.overview {
overflow: auto;
img {
width: 150px;
float: left;
margin-right: $padding / 2;
margin-bottom: $padding / 2;
}
} | {
"pile_set_name": "Github"
} |
#Author : Jonas Bonèr <jonas@jonasboner.com>
#name : case class T(arg: A)
# --
case class ${1:name}(${2:arg}: ${3:type}) $0 | {
"pile_set_name": "Github"
} |
#!/bin/bash
UUID=$(blkid | grep btrfs | sed -e 's/.*UUID="\([^"]*\)".*/\1/')
cat << EOF >> /etc/fstab
UUID=${UUID} /srv btrfs defaults 1 1
EOF
mount /srv
btrfs subvolume create /srv/@www
cat << EOF >> /etc/fstab
UUID=${UUID} /www btrfs noatime,nodiratime,subvol=@www 0 2
EOF
cp /etc/skel/.bash* /srv/@www
mkdir /www
... | {
"pile_set_name": "Github"
} |
---
title: Block If without End If
keywords: vblr6.chm1040082
f1_keywords:
- vblr6.chm1040082
ms.prod: office
ms.assetid: 91afa2da-49e3-ea56-1d5c-128ae4fb1409
ms.date: 06/08/2017
---
# Block If without End If
An error occurred due to an incomplete statement. This error has the following cause and solution:
- An ... | {
"pile_set_name": "Github"
} |
//
// MessagePack for C++ static resolution routine
//
// Copyright (C) 2008-2014 FURUHASHI Sadayuki and KONDO Takatoshi
//
// 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)
//
#ifndef MSGPACK_MSGPACK_TUPL... | {
"pile_set_name": "Github"
} |
---
- import_tasks: check-tokens.yml
tags:
- k8s-secrets
- k8s-gen-tokens
- facts
- name: Make sure the tokens directory exits
file:
path: "{{ kube_token_dir }}"
state: directory
mode: o-rwx
group: "{{ kube_cert_group }}"
- import_tasks: gen_tokens.yml
tags:
- k8s-secrets
- ... | {
"pile_set_name": "Github"
} |
/// Removes the unit (e.g. px, em, rem) from a value, returning the number only.
/// @param {Number} $num - Number to strip unit from.
/// @return {Number} The same number, sans unit.
/// @access private
@function strip-unit($num) {
@return $num / ($num * 0 + 1);
}
| {
"pile_set_name": "Github"
} |
.ngb-header {
padding-left: 20px;
}
ngb-main-toolbar {
display: block;
ngb-info-product {
float: right;
vertical-align: top;
}
ngb-open-file {
float: right;
vertical-align: top;
}
ngb-tool-windows {
float: right;
vertical-align: top;
}
ngb-share-link {
float: right;
ve... | {
"pile_set_name": "Github"
} |
import TagsNav from './tags-nav.vue'
export default TagsNav
| {
"pile_set_name": "Github"
} |
namespace Xms.QueryView
{
public interface IQueryViewCreater
{
bool Create(Domain.QueryView entity);
bool CreateDefaultView(Schema.Domain.Entity entity);
}
} | {
"pile_set_name": "Github"
} |
/* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/CallHistory.framework/CallHistory
*/
@interface NotificationSender : NSObject {
NSString * _name;
NSDictionary * _userInfo;
}
@property (readonly) NSString *name;
@property (retain) NSDictionary *userInfo;
- (void).cxx_destruct;
- (v... | {
"pile_set_name": "Github"
} |
export default function reducer(state, action) {
switch(action.type) {
case INCREMENT:
return state + 1
case DECREMENT:
return state - 1
default:
state
}
}
const INCREMENT = 'CONTADOR:INCREMENT'
const DECREMENT = 'CONTADOR:DECREMENT'
export function increment() {
return {
type: INCREMENT
... | {
"pile_set_name": "Github"
} |
import XCTest
@testable import ComposableArchitecture
class ComposableArchitectureTests: XCTestCase {
}
| {
"pile_set_name": "Github"
} |
local bones = require 'chr.bones'
local shared = require 'chr.shared'
function init()
shared.setupMeshTypes()
bones.setupBones()
shared.setBasePath("human", "female")
shared.setAllPaths("worker")
settings.setPath("shoulder", "")
return shared.defaultSkeletonAttributes()
end
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; URL='https://www.npmjs.com/package/@bazel/typescript#ts_config'" />
</head>
</html>
| {
"pile_set_name": "Github"
} |
# must-init-record disabled because these pass and we want
# these tests to be futures.
#-M ../must-init-record
# --no-warnings to avoid whole domain assignment serialized
-M ../tracking-record -M ../tracking --no-warnings
| {
"pile_set_name": "Github"
} |
'use strict';
const ansiRegex = require('ansi-regex');
module.exports = input => typeof input === 'string' ? input.replace(ansiRegex(), '') : input;
| {
"pile_set_name": "Github"
} |
# 제너레이터와 비동기 이터레이션
| {
"pile_set_name": "Github"
} |
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: lmdb
Description: Lightning memory-mapped database
Version: 0.9.21
Libs: -L${libdir} -llmdb
Cflags: -I${includedir}
| {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'notification', 'tr', {
closed: 'Uyarılar kapatıldı.'
} );
| {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!236 &1
ClusterInputManager:
m_ObjectHideFlags: 0
m_Inputs: []
| {
"pile_set_name": "Github"
} |
// +build windows
package builder
import (
"path/filepath"
"github.com/docker/docker/pkg/longpath"
)
func getContextRoot(srcPath string) (string, error) {
cr, err := filepath.Abs(srcPath)
if err != nil {
return "", err
}
return longpath.AddPrefix(cr), nil
}
| {
"pile_set_name": "Github"
} |
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
import 'zone.js/dist/zone-testing';
import { getTestBed } from '@angular/core/testing';
import {
BrowserDynamicTestingModule,
platformBrowserDynamicTesting
} from '@angular/platform-browser-dynamic/testing';
declare ... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!236 &1
ClusterInputManager:
m_ObjectHideFlags: 0
m_Inputs: []
| {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!236 &1
ClusterInputManager:
m_ObjectHideFlags: 0
m_Inputs: []
| {
"pile_set_name": "Github"
} |
require('./_typed-array')('Int16', 2, function (init) {
return function Int16Array(data, byteOffset, length) {
return init(this, data, byteOffset, length);
};
});
| {
"pile_set_name": "Github"
} |
name = "Matte"
uuid = "b0b859e2-eb2e-45cd-bd98-8fc21bfdc9fa"
repo = "https://github.com/angusmoore/Matte.jl.git"
| {
"pile_set_name": "Github"
} |
package object p {
type Prop = String
}
| {
"pile_set_name": "Github"
} |
// Copyright 2017, OpenCensus 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 agree... | {
"pile_set_name": "Github"
} |
name=Satyr Piper
image=https://magiccards.info/scans/en/ths/175.jpg
value=2.857
rarity=U
type=Creature
subtype=Satyr,Rogue
cost={2}{G}
pt=2/1
ability={3}{G}: Target creature must be blocked this turn if able.
timing=main
oracle={3}{G}: Target creature must be blocked this turn if able.
status=not supported: blocking-re... | {
"pile_set_name": "Github"
} |
{
"name": "c-component",
"repo": "webpack/c-component",
"version": "0.0.1",
"scripts": ["main.js"],
"main": "main.js",
"dependencies": {
"webpack/a-component": "*"
},
"license": "MIT"
} | {
"pile_set_name": "Github"
} |
{{var "v"}} := {{if not isArray}}*{{end}}{{ .Varname }}
{{var "h"}}, {{var "l"}} := z.DecSliceHelperStart() {{/* // helper, containerLenS */}}{{if not isArray}}
var {{var "c"}} bool {{/* // changed */}}
_ = {{var "c"}}{{end}}
if {{var "l"}} == 0 {
{{if isSlice }}if {{var "v"}} == nil {
{{var "v"}} = []{{ .Typ }}{}
... | {
"pile_set_name": "Github"
} |
import Lean
open Lean
def oh_no : Nat := 0
def snakeLinter : Linter :=
fun env n stx =>
-- TODO(Sebastian): return actual message with position from syntax tree
if n.toString.contains '_' then throw $ IO.userError "SNAKES!!"
else pure MessageLog.empty
@[init]
def registerSnakeLinter : IO Unit :=
addLinter sna... | {
"pile_set_name": "Github"
} |
# Budgets
Creates Standard Budgets and Alerts in the main account. The budgets will trigger when certain limits or forecasts are reached.
For specific values of the budget please consult the config file and buget.template.yaml. | {
"pile_set_name": "Github"
} |
{
"private": true,
"name": "demo",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"clean": "gatsby clean"
},
"dependencies": {
"@vojtaholik/gatsby-theme-simplecast": "^1.0.8",
"gatsby": "^2.13.41",
"gatsby-plugin-theme-ui": ... | {
"pile_set_name": "Github"
} |
# build the base image: jdk
# this is the docker file, use the jdk 8u144-ubuntu16.04
# VERSION 1
# Author: leviqian
# the basic image
FROM 192.168.88.73:8888/common/jdk:8u144-ubuntu16.04
# maintainer
MAINTAINER leviqian leviqian@sina.com
# get the args
ARG version
# set env
ENV VERSION $version
# copy the file
RUN... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
@protocol settingModifyAliasDelegate
- (void)saveNewAlias;
@end
| {
"pile_set_name": "Github"
} |
import circ2
import numpy
import testing as t
import os
print("hei1")
| {
"pile_set_name": "Github"
} |
require('../../modules/es7.reflect.get-own-metadata');
module.exports = require('../../modules/_core').Reflect.getOwnMetadata;
| {
"pile_set_name": "Github"
} |
// +build freebsd
package initwd
import (
"fmt"
"os"
"syscall"
)
// lookup the inode of a file on posix systems
func inode(path string) (uint64, error) {
stat, err := os.Stat(path)
if err != nil {
return 0, err
}
if st, ok := stat.Sys().(*syscall.Stat_t); ok {
return uint64(st.Ino), nil
}
return 0, fmt.... | {
"pile_set_name": "Github"
} |
// +build freebsd
package initwd
import (
"fmt"
"os"
"syscall"
)
// lookup the inode of a file on posix systems
func inode(path string) (uint64, error) {
stat, err := os.Stat(path)
if err != nil {
return 0, err
}
if st, ok := stat.Sys().(*syscall.Stat_t); ok {
return uint64(st.Ino), nil
}
return 0, fmt.... | {
"pile_set_name": "Github"
} |
# created by tools/tclZIC.tcl - do not edit
if {![info exists TZData(Africa/Abidjan)]} {
LoadTimeZoneFile Africa/Abidjan
}
set TZData(:Africa/Dakar) $TZData(:Africa/Abidjan)
| {
"pile_set_name": "Github"
} |
object Nested18 {
def test(a: BigInt): BigInt = {
require(a > 0)
def f(b: BigInt): BigInt = {
def g(c: BigInt): BigInt = {
require(a > 0)
c
}
g(b)
}
f(12)
}
}
| {
"pile_set_name": "Github"
} |
################################################################################
#
# grep
#
################################################################################
GREP_VERSION = 2.20
GREP_SITE = $(BR2_GNU_MIRROR)/grep
GREP_SOURCE = grep-$(GREP_VERSION).tar.xz
GREP_LICENSE = GPLv3+
GREP_LICENSE_FILES = COPYIN... | {
"pile_set_name": "Github"
} |
from ._version import version_info, __version__ # noqa: F401 imported but unused
def get_include(user=False):
import os
d = os.path.dirname(__file__)
if os.path.exists(os.path.join(d, "include")):
# Package is installed
return os.path.join(d, "include")
else:
# Package is from... | {
"pile_set_name": "Github"
} |
rm -f tests/root
ln -s root1 tests/root
LC_ALL=C TZ=GMT ./iostat -d -p ALL -j ID > tests/out.iostat-jID.tmp
| {
"pile_set_name": "Github"
} |
issuerepo: golang/go
| {
"pile_set_name": "Github"
} |
include_rules = [
'+libxml',
]
| {
"pile_set_name": "Github"
} |
package constx
// msgid
const (
MsgConnectReq = 101
MsgNodeHeartBeatResp = 1001
MsgTestStepUpdateResp = 1002
MsgWorkerHeartBeatResp = 1003
)
// mode
const (
ModeSingle = "single"
ModeMultiple = "multiple"
)
| {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
class Article < ActiveRecord::Base
belongs_to :user
has_many :taggings
has_many :tags, :through => :taggings
ThinkingSphinx::Callbacks.append(self, :behaviours => [:sql, :updates])
end
| {
"pile_set_name": "Github"
} |
{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"side": "create:block/encased_belt",
"1": "create:block/gearbox",
"particle": "#side"
},
"elements": [
{
"name": "Base",
"from": [0, 0, 0],
"to": [16, 2, 16],
"faces": {
"north": {"uv": [0, 14, 16, 16], "texture": "#... | {
"pile_set_name": "Github"
} |
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
install_fat_java_artifact(config-bundle)
| {
"pile_set_name": "Github"
} |
import React from 'react';
import ReactDOM from 'react-dom';
import App from './App';
it('renders without crashing', () => {
const div = document.createElement('div');
ReactDOM.render(<App />, div);
});
| {
"pile_set_name": "Github"
} |
[
{ "keys": ["ctrl+alt+x"], "command": "prefixr" }
] | {
"pile_set_name": "Github"
} |
<FormFields::FieldWrapper @model={{this.model}} @style={{this.style}} @fieldName={{this.fieldName}} @inputId={{this.inputId}} @label={{this.label}} @tooltip={{this.tooltip}} @hint={{this.hint}}>
<textarea id={{this.inputId}} class="form-control" placeholder={{this.placeholder}} oninput={{action (mut (get this.model t... | {
"pile_set_name": "Github"
} |
wlxt.jxie.edu.cn
jw.jxie.edu.cn
xxfw.jxie.edu.cn
xlzx.jxie.edu.cn
portal.jxie.edu.cn
www.jxie.edu.cn
jpkc.jxie.edu.cn
| {
"pile_set_name": "Github"
} |
f = open("io/data/bigfile1", "rb")
b = f.read(512)
print(len(b))
print(b)
| {
"pile_set_name": "Github"
} |
from .runner import PreciseRunner, PreciseEngine, ReadWriteStream
__version__ = '0.3.1'
| {
"pile_set_name": "Github"
} |
app.controller('OnaftersaveCtrl', function($scope, $http) {
$scope.user = {
id: 1,
name: 'awesome user'
};
$scope.updateUser = function() {
return $http.post('/updateUser', $scope.user);
};
}); | {
"pile_set_name": "Github"
} |
From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999
At-Start: some text
Received: from CALLER by myhost.test.ex with local-smtp (Exim x.yz)
(envelope-from <CALLER@myhost.test.ex>)
id 10HmaX-0005vi-00
for someone@el.se; Tue, 2 Mar 1999 09:44:33 +0000
After-Received: some text
From: some@ne
To: someone@el.se
Message-I... | {
"pile_set_name": "Github"
} |
app.version=1.0
app.id=com.udacity.gamedev.gamesandscreens.IOSLauncher
app.mainclass=com.udacity.gamedev.gamesandscreens.IOSLauncher
app.executable=IOSLauncher
app.build=1
app.name=GamesAndScreens
| {
"pile_set_name": "Github"
} |
------------------------------------------------------------------------
-- The Agda standard library
--
-- This module is DEPRECATED. Please use the
-- Relation.Binary.Construct.Closure.ReflexiveTransitive.Properties
-- module directly.
------------------------------------------------------------------------
{-# OPTI... | {
"pile_set_name": "Github"
} |
#ifndef NESTED_MULTIPLE_INCLUDE3_H
#define NESTED_MULTIPLE_INCLUDE3_H
#include "nested_multiple_include.h"
/*@
#define NIL Nil
@*/
/*@
fixpoint Stack Push(void* item, any info, Stack Stack)
{
switch ( Stack )
{
case NIL:
return Cons(item, info, Stack);
case Cons(x, y, z):
return Cons(item, ... | {
"pile_set_name": "Github"
} |
# This file generated from the Hadoop DSL. Do not edit by hand.
type=TonyJob
dependencies=jobs1_job23
executes=path/to/python/script.py
tony.am.gpus=1
tony.am.memory=2g
tony.am.vcores=1
tony.ps.instances=2
tony.ps.memory=2g
tony.ps.vcores=1
tony.worker.gpus=2
tony.worker.instances=4
tony.worker.memory=8g
tony.worker.vc... | {
"pile_set_name": "Github"
} |
DEAL:2d::Testing FE_Q<2>(1)
DEAL:2d::Norm of difference: 0
DEAL:2d::
DEAL:2d::Testing FE_Q<2>(2)
DEAL:2d::Norm of difference: 0
DEAL:2d::
DEAL:3d::Testing FE_Q<3>(1)
DEAL:3d::Norm of difference: 0
DEAL:3d::
DEAL:3d::Testing FE_Q<3>(2)
DEAL:3d::Norm of difference: 0
DEAL:3d::
| {
"pile_set_name": "Github"
} |
@charset "UTF-8";
/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)
Copyright (c) 2012 Dan Eden
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 Soft... | {
"pile_set_name": "Github"
} |
JXGrabKey
Copyright: Edwin Stang (edwinstang@gmail.com)
2008
The entire code base may be distributed under the terms of the GNU Lesser General
Public License (LGPL).
See "LICENSE.txt" or "http://www.gnu.org/licenses/" for the complete licence.
| {
"pile_set_name": "Github"
} |
#[doc = "Reader of register PIDR3"]
pub type R = crate::R<u32, super::PIDR3>;
impl R {}
| {
"pile_set_name": "Github"
} |
--- Lv1 Treasure Chest ---
addnpc(147392, "ETC_20150317_009100", "d_cmine_66_2", -953, 566, 338, 270, "npc_dummy")
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<foo/>
<bar/>
<baz/>
| {
"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"
} |
from lib.utils.container import Services
output = Services.get("output")
request = Services.get("request_factory")
if request.redirect == True:
output.info("For better waf detection we recommend you to run with --no-redirect")
| {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-gc -emit-llvm -o - %s | FileCheck %s
// rdar://10073896
@interface I
{
__weak id wObject;
}
@property (readwrite, weak) id representedObject;
@property (readwrite, weak) id wObject;
@property (readwrite, weak) __weak id wRandom;
@property (readwrite, assign) __... | {
"pile_set_name": "Github"
} |
In addition to configuring your app itself, you can also configure Ember CLI.
These configurations can be made by adding them to the `.ember-cli` file in your application's root. Many can also be made by passing them as arguments to the command line program.
For example, a common desire is to change the port that Embe... | {
"pile_set_name": "Github"
} |
usr/bin/qadmin
usr/bin/londiste3
usr/bin/scriptmgr3
usr/bin/queue_mover3
usr/bin/queue_splitter3
usr/bin/simple_consumer3
usr/bin/simple_local_consumer3
usr/bin/data_maintainer3
debian/skytools.ini /etc
usr/lib/python*/site-packages/skytools-3.0/londiste
usr/share/skytools3
| {
"pile_set_name": "Github"
} |
//
// BGViewController.h
// BGUtilities
//
// Created by Ben Gordon on 12/11/13.
// Copyright (c) 2013 Ben Gordon. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface BGViewController : UIViewController
@end
| {
"pile_set_name": "Github"
} |
function assert(a, e) {
if (a !== e) {
throw new Error("Bad!");
}
}
function foo(a) {
let loc = ~a;
return a + 2;
}
noInline(foo);
let b = 0;
let o = {
valueOf: function () {
b++;
return 2;
}
};
for (let i = 0; i < 100000; i++) {
assert(foo(o), 4);
}
assert(b, 200... | {
"pile_set_name": "Github"
} |
Name: Plato Questions Star
Description: Adds the ability for users to star or favorite questions.
Author: InstantASP
WebSite: https://www.instantasp.co.uk/
Category: Questions
PlatoVersion: 2.0.0
Version: 1.0.0
Icon: /plato.questions.star/content/images/icon.png
Dependencies:
[
{
Id: "Plato.Questions",
Version: "... | {
"pile_set_name": "Github"
} |
using System;
namespace Duality.Editor
{
public enum AutosaveFrequency
{
Disabled,
TenMinutes,
ThirtyMinutes,
OneHour
}
}
| {
"pile_set_name": "Github"
} |
import axios from 'axios'
/**
* Axios config
*/
axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest'
let token = document.head.querySelector('meta[name="csrf-token"]')
if (token) {
axios.defaults.headers.common['X-CSRF-TOKEN'] = token.content
}
export { axios }
| {
"pile_set_name": "Github"
} |
[console_scripts]
srt = pysrt.commands:main
| {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "kr-video-player-pause@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "kr-video-player-pause@3x.png",
"scale" : "3x"
}
],
"info"... | {
"pile_set_name": "Github"
} |
#!/bin/bash
source /tmp/chroot-functions.sh
echo "Double checking everything is fresh and happy."
run_merge -uDN --with-bdeps=y world
echo "Setting the default Python interpreter to Python 2."
eselect python set python2.7
| {
"pile_set_name": "Github"
} |
[BGAnimation]
LengthSeconds=0.3
Sound=../_swoosh.ogg
[Layer1]
File=../_black
Type=1 // 0=sprite, 1=stretch, 2=particles, 3=tiles
Command=diffusealpha,1;linear,0.3;diffusealpha,0
| {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.