text stringlengths 2 99.1k | meta dict |
|---|---|
{
"created_at": "2015-02-27T22:28:30.880888",
"description": "This project is DEACTIVE",
"fork": false,
"full_name": "lepture/Vealous",
"language": "Python",
"updated_at": "2015-02-27T23:42:54.740715"
} | {
"pile_set_name": "Github"
} |
{
"name": "container-training-pub-sub-server",
"version": "0.0.1",
"dependencies": {
"express": "^4.16.2",
"socket.io": "^2.0.4"
}
}
| {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-apiserver-arm:v1.5.6
| {
"pile_set_name": "Github"
} |
#import <UIKit/UIKit.h>
@interface MyPulling : UIView
@end
| {
"pile_set_name": "Github"
} |
module github.com/transip/gotransip
require github.com/stretchr/testify v1.3.0
| {
"pile_set_name": "Github"
} |
// This is a home of system tests of vulcan daemon.
package systest
| {
"pile_set_name": "Github"
} |
{
"data": {
"id": "account-id-1",
"name": "BTC Wallet",
"primary": true,
"type": "wallet",
"currency": {
"code": "BTC",
"name": "Bitcoin",
"color": "#FFB119",
"exponent": 8,
"type": "crypto",
"address_regex": "^([13][a-km-zA-HJ-NP-Z1-9]{25,34})|^(bc1([qpzry9x8gf... | {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-scheduler-ppc64le:v1.16.8-beta.0
| {
"pile_set_name": "Github"
} |
CONFIG_ARCH_MULTI_CPU_AUTO=y
# CONFIG_ARCH_MULTI_V4 is not set
# CONFIG_ARCH_MULTI_V4T is not set
CONFIG_ARCH_MULTI_V4_V5=y
CONFIG_ARCH_MULTI_V5=y
# CONFIG_CACHE_L2X0 is not set
CONFIG_CPU_32v5=y
CONFIG_CPU_ABRT_EV5TJ=y
CONFIG_CPU_ARM926T=y
# CONFIG_CPU_CACHE_ROUND_ROBIN is not set
CONFIG_CPU_CACHE_VIVT=y
CONFIG_CPU_CO... | {
"pile_set_name": "Github"
} |
# $FreeBSD$
PORTNAME= rrd-ffi
PORTVERSION= 0.2.14
PORTREVISION= 2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= robak@FreeBSD.org
COMMENT= Ruby bindings for RRD functions
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rrdtool:databases/rrdtool \
rubygem-activesupport4>=0:devel/rubygem-acti... | {
"pile_set_name": "Github"
} |
touch foo
| {
"pile_set_name": "Github"
} |
{
"extends": "../../tsconfig.json",
"compileOnSave": true,
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
},
"include": [
"./src/**/*.ts"
]
}
| {
"pile_set_name": "Github"
} |
{
"extends": "dtslint/dt.json",
"rules": {
"no-angle-bracket-type-assertion": false,
"no-object-literal-type-assertion": false
}
}
| {
"pile_set_name": "Github"
} |
{
"name": "SCRIBENDI INC.",
"displayName": "SCRIBENDI",
"properties": [
"scribendi.com"
]
} | {
"pile_set_name": "Github"
} |
line 1
line 2
line 3
line 4
line5
line 1
line 2
line 3
line 4
line5
| {
"pile_set_name": "Github"
} |
module github.com/hashicorp/golang-lru
go 1.12
| {
"pile_set_name": "Github"
} |
from TransitionTSVFile cimport *
from TargetedExperiment cimport *
from DataValue cimport *
from DefaultParamHandler cimport *
from MSExperiment cimport *
from FeatureMap cimport *
from String cimport *
from Types cimport *
cdef extern from "<OpenMS/ANALYSIS/OPENSWATH/TargetedSpectraExtractor.h>" namespace "OpenMS":
... | {
"pile_set_name": "Github"
} |
git https://github.com/rotatef/gettext.git
| {
"pile_set_name": "Github"
} |
TYPE SIGNATURES
foo :: Bool -> Bool
Dependent modules: []
Dependent packages: [base-4.13.0.0, ghc-bignum-1.0, ghc-prim-0.7.0]
| {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-controller-manager:v1.10.11
| {
"pile_set_name": "Github"
} |
GL_EXT_texture_rectangle
http://developer.apple.com/opengl/extensions/ext_texture_rectangle.html
GL_EXT_texture_rectangle
GL_TEXTURE_RECTANGLE_EXT 0x84F5
GL_TEXTURE_BINDING_RECTANGLE_EXT 0x84F6
GL_PROXY_TEXTURE_RECTANGLE_EXT 0x84F7
GL_MAX_RECTANGLE_TEXTURE_SIZE_EXT 0x84F8
| {
"pile_set_name": "Github"
} |
--- Makefile Sun Jan 23 14:01:55 2000
+++ Makefile.new Mon May 29 23:12:10 2000
@@ -55,9 +55,9 @@
####################
# C compiler options
# GNU gcc is recommended.
-CC=gcc
+CC?=gcc
# Use these with gcc
-CFLAGS=-g -Wall -W -fno-common -pedantic
+CFLAGS+= -Wall -W -fno-common -pedantic
# If you don't have gcc, d... | {
"pile_set_name": "Github"
} |
git https://gitlab.com/DataLinkDroid/omer-count.git
| {
"pile_set_name": "Github"
} |
CC = gcc
LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0)
LIBUSB_LIBS = $(shell pkg-config --libs libusb-1.0)
WARNINGS = -Wall -Wextra
CFLAGS = $(LIBUSB_CFLAGS) $(WARNINGS)
LDFLAGS = $(LIBUSB_LIBS)
all: test
%: %.c
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
clean:
$(RM) test
| {
"pile_set_name": "Github"
} |
/**
* @class UIListItem
* @extends UIElement
* UIListItem is a simple container. It is the only UIList/UIListView that can contain children.
*
*/
| {
"pile_set_name": "Github"
} |
/* Kikoo */
/**
* Kikoo
*/
| {
"pile_set_name": "Github"
} |
{
"version": "1.0",
"sessionAttributes": {},
"response": {
"outputSpeech": {
"type": "SSML",
"ssml": "<speak>Simple Ask</speak>"
},
"reprompt": {
"outputSpeech": {
"type": "SSML",
"ssml": "<speak>Simple Ask Reprompt</speak>"
}
},
"card": {
"type": ... | {
"pile_set_name": "Github"
} |
@sample etc/portshaker.conf.sample-config etc/portshaker.conf
etc/portshaker.d/enlightenment
etc/portshaker.d/gecko
etc/portshaker.d/github
etc/portshaker.d/haskell
etc/portshaker.d/marcuscom_ports
etc/portshaker.d/marcuscom_ports_stable
etc/portshaker.d/ports
etc/portshaker.d/redports
etc/portshaker.d/xorg
| {
"pile_set_name": "Github"
} |
---
sidebar: home_sidebar
title: Upgrade LineageOS on lithium
folder: upgrade
permalink: /devices/lithium/upgrade
device: lithium
---
{% include templates/device_upgrade.md %}
| {
"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 <ContactsUI/NSObject-Protocol.h>
@class CNContact, CNFamilyMemberWhitelistedContactViewCell, CNUICoreFamilyMemberContactItem, ... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"filename" : "timer-15-12.pdf",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
| {
"pile_set_name": "Github"
} |
{
"dependencies": {
"mocha": "^6.1.4",
"selenium-webdriver":"4.0.0-alpha.1"
}
}
| {
"pile_set_name": "Github"
} |
CONFIG_SMP=y
CONFIG_NR_CPUS=54
CONFIG_PREEMPT_NONE=n
CONFIG_PREEMPT_VOLUNTARY=n
CONFIG_PREEMPT=y
#CHECK#CONFIG_PREEMPT_RCU=y
CONFIG_HZ_PERIODIC=n
CONFIG_NO_HZ_IDLE=y
CONFIG_NO_HZ_FULL=n
CONFIG_RCU_FAST_NO_HZ=n
CONFIG_HOTPLUG_CPU=n
CONFIG_SUSPEND=n
CONFIG_HIBERNATION=n
CONFIG_RCU_FANOUT=3
CONFIG_RCU_FANOUT_LEAF=2
CONFIG... | {
"pile_set_name": "Github"
} |
{
"word": "Temperamental",
"definitions": [
"(of a person) liable to unreasonable changes of mood.",
"Relating to a person's temperament."
],
"parts-of-speech": "Adjective"
} | {
"pile_set_name": "Github"
} |
{
"id": "query.json#",
"type": "object",
"required": [
"name",
"value"
],
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
},
"comment": {
"type": "string"
}
}
}
| {
"pile_set_name": "Github"
} |
@import "../../../../theme/_breakpoints.scss";
@import "../../../../theme/_palette.scss";
.button {
@include red-gradient;
flex: 0 0 auto;
border-radius: 6px !important;
padding: 0.75rem;
font-size: 1rem;
width: 8rem;
height: 2.4rem;
@include respond-to-desktop {
font-size: 1.25rem;
width: 11... | {
"pile_set_name": "Github"
} |
{
"created_at": "2015-02-27T22:28:07.504589",
"description": ":rocket: The easiest and most effective way to parse your Wordpress blog's feed on iOS.",
"fork": false,
"full_name": "sebyddd/SDFeedParser",
"language": "Objective-C",
"updated_at": "2015-03-10T07:01:43.097926"
} | {
"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>Ansi 0 Color</key>
<dict>
<key>Color Space</key>
<string>sRGB</string>
<key>Blue Component</key>
<real>0.10980392156862745</real>
<k... | {
"pile_set_name": "Github"
} |
#!/bin/sh
[[ -d /usr/local/lib/node_modules/npm ]] \
&& rm -rf /usr/local/lib/node_modules/npm
exit 0
| {
"pile_set_name": "Github"
} |
{
"name": "tex3d_blend",
"node_position": {
"x": 0,
"y": 0
},
"parameters": {
"amount": 0,
"blend_type": 8
},
"shader_model": {
"code": "",
"global": "vec3 blend3d_normal(vec3 c1, vec3 c2, float opacity) {\n\treturn opacity*c1 + (1.0-opacity)*c2;\n}\n\nvec3 blend3d_multiply(vec3 c1, vec3 c2, float opa... | {
"pile_set_name": "Github"
} |
{
"id": "cache.json#",
"properties": {
"beforeRequest": {
"oneOf": [
{ "type": "null" },
{ "$ref": "beforeRequest.json#" }
]
},
"afterRequest": {
"oneOf": [
{ "type": "null" },
{ "$ref": "afterRequest.json#" }
]
},
"comment": {
"type"... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# Do an apt-get update, so that packages can be installed.
if [ ${DIB_DEBUG_TRACE:-0} -gt 0 ]; then
set -x
fi
set -eu
set -o pipefail
apt-get -y update
| {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-proxy-amd64:v1.7.0
| {
"pile_set_name": "Github"
} |
@php
$restoreDialogTitle = isset($restoreDialogTitle) ? $restoreDialogTitle : trans('dialogs.confirm_restore_title_text');
$restoreBtnText = isset($restoreBtnText) ? $dialogSaveBtnText : trans('dialogs.confirm_modal_button_restore_text');
$restoreIcon = isset($restoreIcon) ? $restoreIcon : 'replay';
$restoreC... | {
"pile_set_name": "Github"
} |
[net]
batch=2
channels=3
height=4
width=5
# Upsample is a nearest neighbor resize
[upsample]
stride=2
| {
"pile_set_name": "Github"
} |
{
"created_at": "2015-02-27T22:28:18.612218",
"description": "Mind mapping App for OS X compatible with FreeMind",
"fork": false,
"full_name": "qvacua/qmind",
"language": "Objective-C",
"updated_at": "2015-02-27T23:42:26.878605"
} | {
"pile_set_name": "Github"
} |
module github.com/gorilla/mux
go 1.12
| {
"pile_set_name": "Github"
} |
{
"name": "Autism Speaks, Inc.",
"displayName": "Autism Speaks",
"properties": [
"autismspeaks.org"
]
} | {
"pile_set_name": "Github"
} |
{
"parent": "item/generated",
"textures": {
"layer0": "base:items/plate"
}
}
| {
"pile_set_name": "Github"
} |
@rem
@rem Copyright 2015 the original author or authors.
@rem
@rem Licensed under the Apache License, Version 2.0 (the "License");
@rem you may not use this file except in compliance with the License.
@rem You may obtain a copy of the License at
@rem
@rem http://www.apache.org/licenses/LICENSE-2.0
@rem
@r... | {
"pile_set_name": "Github"
} |
@rem
@rem Copyright 2015 the original author or authors.
@rem
@rem Licensed under the Apache License, Version 2.0 (the "License");
@rem you may not use this file except in compliance with the License.
@rem You may obtain a copy of the License at
@rem
@rem http://www.apache.org/licenses/LICENSE-2.0
@rem
@r... | {
"pile_set_name": "Github"
} |
false
true
false
false
true
true
| {
"pile_set_name": "Github"
} |
// Auto-generated via `yarn polkadot-types-from-defs`, do not edit
/* eslint-disable */
export * from './types';
| {
"pile_set_name": "Github"
} |
proxy=Ð#Ð,Ù#Ð
localencoding=1 | {
"pile_set_name": "Github"
} |
{
"word": "Dermatology",
"definitions": [
"The branch of medicine concerned with the diagnosis and treatment of skin disorders."
],
"parts-of-speech": "Noun"
} | {
"pile_set_name": "Github"
} |
{
"name": "bundle-test-app",
"scripts": {
"start": "xvfb-maybe electron .",
"build": "webpack"
},
"main": "dist/main.js",
"dependencies": {
"electron": "^7.1.10"
},
"devDependencies": {
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-pl... | {
"pile_set_name": "Github"
} |
--AaB03x
Content-Disposition: form-data; name="foo"
bar
--AaB03x
Content-Disposition: form-data; name="files"
Content-Type: multipart/mixed, boundary=BbC04y
--BbC04y
Content-Disposition: attachment; filename="file.txt"
Content-Type: text/plain
contents
--BbC04y
Content-Disposition: attachment; filename... | {
"pile_set_name": "Github"
} |
---
layout: tags
title: Tags
permalink: /tags/
icon: "fa-tags"
---
| {
"pile_set_name": "Github"
} |
{
"dependencies": {
"babel": "^5.8.38"
}
}
| {
"pile_set_name": "Github"
} |
{
"parent": "item/generated",
"textures": {
"layer0": "thebetweenlands:items/nettle_soup"
}
}
| {
"pile_set_name": "Github"
} |
module.exports = require('./getOr');
| {
"pile_set_name": "Github"
} |
| {
"pile_set_name": "Github"
} |
module github.com/spf13/pflag
go 1.12
| {
"pile_set_name": "Github"
} |
import { buildExps } from "./regexps-uri";
export default buildExps(true);
//# sourceMappingURL=regexps-iri.js.map | {
"pile_set_name": "Github"
} |
/* Generated by RuntimeBrowser.
*/
@protocol MSPHistoryEntryRoute <MSPHistoryEntry>
@required
- (GEOComposedWaypoint *)endWaypoint;
- (bool)isFailed;
- (bool)navigationWasInterrupted;
- (GEOURLRouteHandle *)routeHandle;
- (GEOComposedWaypoint *)startWaypoint;
- (long long)transportType;
@end
| {
"pile_set_name": "Github"
} |
/Users/nikhilsridhar/Desktop/GeoFirestore-iOS/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/leveldb-library.build/Objects-normal/x86_64/arena.o
/Users/nikhilsridhar/Desktop/GeoFirestore-iOS/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/leveldb-library.build/Objects-normal/x86_64/block.o
/U... | {
"pile_set_name": "Github"
} |
--require ts-node/register
--timeout 20000
--reporter mochawesome
--reporter-option consoleReporter=min
--exit
| {
"pile_set_name": "Github"
} |
((output (((f.ml (1 0) (1 7)) @closed) ((f.ml (2 0) (2 11)) (@deprecated))))
(warnings ()))
| {
"pile_set_name": "Github"
} |
1 05:27:12.808464432 30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144:
0x0000: 3030 3030 30 00000
2 05:27:12.808464432 30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144:
0x0000: 3030 3030 30 ... | {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-controller-manager-ppc64le:v1.11.2-beta.0
| {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-controller-manager-ppc64le:v1.13.9-beta.0
| {
"pile_set_name": "Github"
} |
(*
* OWL - OCaml Scientific and Engineering Computing
* Copyright (c) 2016-2020 Liang Wang <liang.wang@cl.cam.ac.uk>
*)
open Owl_types
(* Functor of making a Lazy engine, just an alias of CPU engine. *)
module Make (A : Ndarray_Mutable) = struct
include Owl_computation_cpu_engine.Make (A)
end
(* Make functor e... | {
"pile_set_name": "Github"
} |
while (foo) {
} | {
"pile_set_name": "Github"
} |
config SND_AOA_SOUNDBUS
tristate "Apple Soundbus support"
select SND_PCM
---help---
This option enables the generic driver for the soundbus
support on Apple machines.
It is required for the sound bus implementations.
config SND_AOA_SOUNDBUS_I2S
tristate "I2S bus support"
depends on SND_AOA_SOUNDBUS && PCI
-... | {
"pile_set_name": "Github"
} |
{
"name": "forTravel, Inc.",
"displayName": "forTravel",
"properties": [
"4travel.jp"
]
} | {
"pile_set_name": "Github"
} |
#!/bin/sh
java -jar ../dist/SocketTest.jar c:10.0.0.1:5555 | {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-controller-manager-s390x:v1.9.5-beta.0
| {
"pile_set_name": "Github"
} |
let f = lambda x . x
in f 1
| {
"pile_set_name": "Github"
} |
# Packages
&PACKAGES
useGMRedi=.TRUE.,
usePTRACERS=.TRUE.,
useGCHEM=.TRUE.,
#useMNC=.TRUE.,
useDiagnostics=.TRUE.,
&
| {
"pile_set_name": "Github"
} |
--INI--
HTML.Trusted = true
--HTML--
<ul><!-- Foo --></ul>
--EXPECT--
--# vim: et sw=4 sts=4
| {
"pile_set_name": "Github"
} |
line 4, characters 21-24
line 6, characters 12-15
| {
"pile_set_name": "Github"
} |
HELO mx.gmail.com
MAIL FROM: user@gmail.com
RCPT TO: john.doe:subname@domain.tld
DATA
From: Docker Mail Server <user@gmail.com>
To: Existing Local User <john.doe:subname@domain.tld>
Date: Sat, 28 Nov 2016 12:00:00 +0200
Subject: Test Message
Test:external-to-valid-user-subaddress
.
QUIT
| {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"filename" : "RuntimeDoc48.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "original"
}
} | {
"pile_set_name": "Github"
} |
Manifest-Version: 1.0
| {
"pile_set_name": "Github"
} |
export default require('./HeaderCell.react').default;
| {
"pile_set_name": "Github"
} |
- legacyBooleanMappingKeys
- legacyNullMappingKey
| {
"pile_set_name": "Github"
} |
{
"entities": [
{
"type": "Room",
"isPattern": "false"
},
{
"type": "Room",
"isPattern": "false",
"id": "OfficeRoom"
}
],
"attributes": [
"temperature",
"pressure"
],
"restriction": {
"attributeExpression" : "Attribute Expression",
"scopes": [
{
"type" : "st1",
"value" : "... | {
"pile_set_name": "Github"
} |
{
"created_at": "2015-02-27T22:29:09.078252",
"description": "A beanstalkd worker package",
"fork": false,
"full_name": "eramus/worker",
"language": "Go",
"updated_at": "2015-02-27T23:44:01.137023"
} | {
"pile_set_name": "Github"
} |
This contains files for testing when the index and the workdir differ
| {
"pile_set_name": "Github"
} |
{
"mySet" : {
"mySetValue" : "value",
"mySetInSet" : {
"mySetValue" : "value"
}
}
} | {
"pile_set_name": "Github"
} |
application: twitmock-1012
version: 1
runtime: go
api_version: go1
handlers:
- url: /form/.*
script: _go_app
secure: always
- url: /.*
script: _go_app
# order matters | {
"pile_set_name": "Github"
} |
{
"name": "sonos-web-cast",
"version": "1.0.0",
"lockfileVersion": 1
}
| {
"pile_set_name": "Github"
} |
{
"word": "Caption",
"definitions": [
"A title or brief explanation accompanying an illustration, cartoon, or poster.",
"A piece of text appearing on a cinema or television screen as part of a film or broadcast.",
"The heading of a legal document."
],
"parts-of-speech": "Noun"
} | {
"pile_set_name": "Github"
} |
((output
(((f.ml (1 0) (1 33))
(paragraph
(((f.ml (1 0) (1 33)) (code_span page-foo.instance-variable-bar)))))))
(warnings
( "File \"f.ml\", line 1, characters 2-10:\
\nExpected 'class-', 'class-type-', or an unqualified reference.")))
| {
"pile_set_name": "Github"
} |
const child_process = require('child_process')
const result = child_process.execFileSync("src/test/testscript.py")
console.log(result.toString())
| {
"pile_set_name": "Github"
} |
func o(){return P
return 1
return 1
return 0
return P
return(n)} | {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-scheduler-amd64:v1.12.8
| {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-controller-manager:v1.7.1
| {
"pile_set_name": "Github"
} |
---
name: Ashampoo GmbH & Co. KG
wfh: Required
travel: Restricted
visitors: Restricted
events: Restricted
last_update: 2020-03-16
| {
"pile_set_name": "Github"
} |
(*===----------------------------------------------------------------------===
* Lexer Tokens
*===----------------------------------------------------------------------===*)
(* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
* these others for known things. *)
type token =
(* command... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.