text stringlengths 2 99.1k | meta dict |
|---|---|
define({
"button.addhr.tooltip": "Adicionar régua horizontal"
});
| {
"pile_set_name": "Github"
} |
export const meta = {
title: "Prisma & Traditional ORMs",
position: 50
}
| {
"pile_set_name": "Github"
} |
aiohttp==2.3.10
aioredis==1.2.0
async-timeout==2.0.1
chardet==3.0.4
hiredis==1.0.0
idna==2.8
idna-ssl==1.1.0
multidict==4.5.2
pkg-resources==0.0.0
yarl==1.2.0
| {
"pile_set_name": "Github"
} |
---
order: 4
zh-CN:
title: disable状态
en-US:
title: Disable status
---
```jsx
import { NumberInput } from 'zent';
ReactDOM.render(
<div>
<NumberInput value={3} disabled />
<NumberInput value={3} disabled showStepper />
<NumberInput value={3} disabled showCounter/>
</div>
, mountNode
);
```
| {
"pile_set_name": "Github"
} |
{
"name": "namespace/resolver",
"autoload": {
"psr-0": {
"Foo": "src/",
"": "src/Null/"
},
"psr-4": {
"Hello\\World\\": "src/HelloWorld"
}
}
} | {
"pile_set_name": "Github"
} |
Fuel used by foo: 3
| {
"pile_set_name": "Github"
} |
{
"word": "Forceful",
"definitions": [
"Strong and assertive; vigorous and powerful."
],
"parts-of-speech": "Adjective"
} | {
"pile_set_name": "Github"
} |
module.exports = require('./readable').Duplex
| {
"pile_set_name": "Github"
} |
{
"activePlaceCount": 0,
"birth": {
"place": {
"name": "Warszawa, Polska",
"placeName": "Warszawa",
"placeType": "inhabited_place"
},
"time": {
"startYear": 1907
}
},
"birthYear": 1907,
"date": "1907\u20131989",
"death": {
"time": {
"startYear": 1989
... | {
"pile_set_name": "Github"
} |
{
"extends": "../../tsconfig",
"include": [
"src/*",
"spec/*"
],
"compilerOptions": {
"outDir": "dist/types"
}
}
| {
"pile_set_name": "Github"
} |
.auth-form {
@extend .box;
@extend .is-bottomless;
padding: 0;
}
| {
"pile_set_name": "Github"
} |
#!/usr/local/bin/perl
&doit(100,"Pentium 100 32",0.0195,0.1000,0.6406,4.6100); # pentium-100
&doit(200,"PPro 200 32",0.0070,0.0340,0.2087,1.4700); # pentium-100
&doit( 25,"R3000 25 32",0.0860,0.4825,3.2417,23.8833); # R3000-25
&doit(200,"R4400 200 32",0.0137,0.0717,0.4730,3.4367); # R4400 32bit
&doit(1... | {
"pile_set_name": "Github"
} |
export const environment = {
production: true
};
| {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "tv",
"scale" : "1x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
export const environment = {
production: true
};
| {
"pile_set_name": "Github"
} |
export const environment = {
production: true
};
| {
"pile_set_name": "Github"
} |
- !StreamStart
- !MappingStart
- !MappingEnd
- !StreamEnd
| {
"pile_set_name": "Github"
} |
[Unit]
Description=Monkey Island Service
Wants=monkey-mongo.service
After=network.target
[Service]
Type=simple
ExecStart=/var/monkey/monkey_island/service/systemd/start_server.sh
[Install]
WantedBy=multi-user.target | {
"pile_set_name": "Github"
} |
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
7A1869691597900300526B20 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7A1869681597900300526B20 /* UIKit.framework */; };
7A18696B1597900300526B20 /* Foundation.framework ... | {
"pile_set_name": "Github"
} |
(ob-sml :fetcher github :repo "swannodette/ob-sml")
| {
"pile_set_name": "Github"
} |
gcr.io/google_containers/hyperkube-amd64:v1.6.4-beta.0
| {
"pile_set_name": "Github"
} |
# Generated Thu Jul 11 16:50:38 2019 by ./gen-tests.pl '-n' '250' '-o' 'auth-optional-strict' '-v' 'LOGIN' '-i' 'foo' '-d' '.' '-r' '-s' '%SWAKS% --dump AUTH --to user@host1.nodns.test.swaks.net --from recip@host1.nodns.test.swaks.net --helo hserver --server "ser.ver" --au USER -ap PASS'
auto: REMOVE_FILE,CREATE_FILE,... | {
"pile_set_name": "Github"
} |
./test/schemas/any7_1.xml fails to validate
| {
"pile_set_name": "Github"
} |
{
"description": "id provider description",
"displayName": "Enonic Id Provider",
"idProviderConfig": null,
"idProviderMode": null,
"key": "enonic",
"permissions": [
{
"access": "ADMINISTRATOR",
"principal": {
"description": null,
"displayName": "User 1",
"key": "user:... | {
"pile_set_name": "Github"
} |
-- misc1.test
--
-- execsql {BEGIN}
BEGIN | {
"pile_set_name": "Github"
} |
{
key: value, // with comment
key2: value,
'key-3': value,
key4: false ? undefined : true
}
| {
"pile_set_name": "Github"
} |
gcr.io/google_containers/hyperkube-arm:v1.16.2
| {
"pile_set_name": "Github"
} |
#!/bin/bash
python ./src/train_new.py \
--debug \
--datapath data// \
--seed 42 \
--dataset citeseer \
--type mutigcn \
--nhiddenlayer 1 \
--nbaseblocklayer 2 \
--hidden 128 \
--epoch 400 \
--lr 0.009 \
--weight_decay 0.001 \
--early_stopping 400 \
--sampling_percent... | {
"pile_set_name": "Github"
} |
{
"url": "https://rowdy.codes",
"name": "Rowdy Codes",
"description": "Freelance web developer and international tech speaker",
"twitter": "rowdyrabouw"
}
| {
"pile_set_name": "Github"
} |
// index.js
export { saveImage } from './saveImage';
export { resize } from './resizeCanavs';
export const biasMatrix = mat4.fromValues(
0.5, 0.0, 0.0, 0.0,
0.0, 0.5, 0.0, 0.0,
0.0, 0.0, 0.5, 0.0,
0.5, 0.5, 0.5, 1.0
); | {
"pile_set_name": "Github"
} |
サン
ムーン | {
"pile_set_name": "Github"
} |
export default function p2a(a: any): string[]
| {
"pile_set_name": "Github"
} |
CONFIG_PPC=y
CONFIG_MPC85xx=y
CONFIG_TARGET_C29XPCIE=y
CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_OF_BOARD_SETUP=y
CONFIG_OF_STDOUT_VIA_ALIAS=y
CONFIG_SYS_EXTRA_OPTIONS="SPIFLASH"
CONFIG_BOOTDELAY=-1
CONFIG_SYS_CONSOLE_IS_IN_ENV=y
CONFIG_HUSH_PARSER=y
CONFIG_CMD_EEPROM=y
CONFIG_CMD_I2C=y
CONFIG_CMD_SF=y
CONFIG_CMD_MII=y
... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"filename" : "ic_bm_medicine.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
$border-primary: 1px solid $color-grey;
| {
"pile_set_name": "Github"
} |
{{#with model}}
{{> comment}}
{{/with}}
{{#if model.typeHierarchy}}
<section class="tsd-hierarchy">
<h2>Hierarchy</h2>
{{#with model.typeHierarchy}}{{> hierarchy}}{{/with}}
</section>
{{/if}}
{{#with model}}
<div style="position:relative;"><a name="typedoc-main-index" class="tsd-anchor... | {
"pile_set_name": "Github"
} |
---
name: Blank issue
about: If you're 100% sure that you don't need one of the other issue templates, use this one instead.
---
| {
"pile_set_name": "Github"
} |
git https://github.com/hanshuebner/temporary-file.git
| {
"pile_set_name": "Github"
} |
{
"extends": "../../tsconfig",
"include": ["src/**/*", "test/**/*"]
}
| {
"pile_set_name": "Github"
} |
#Wed Oct 15 15:08:50 CST 2014
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.5
org.eclipse.jdt.core.compiler... | {
"pile_set_name": "Github"
} |
export class UxSwitchTheme {
constructor() {
this.themeKey = 'switch';
}
}
//# sourceMappingURL=ux-switch-theme.js.map | {
"pile_set_name": "Github"
} |
@{
"IncludeRules" = @("PSAvoidUsingCmdletAliases", "PSAvoidUsingWriteHost", "PSUseConsistentIndentation")
"ExcludeRules" = @("PSShouldProcess", "PSAvoidUsingWMICmdlet", "PSUseCmdletCorrectly")
"rules" = @{
PSAvoidUsingCmdletAliases = @{
WhiteList = @("cd", "cp")
}
... | {
"pile_set_name": "Github"
} |
{
"component": true,
"usingComponents": {
"van-icon": "../icon/index"
}
}
| {
"pile_set_name": "Github"
} |
{ "wp:global": { "qed": { "total": 1, "valid": 1 },
"wp:main": { "total": 1, "valid": 1 } },
"wp:functions": { "bug": { "bug_ensures": { "qed": { "total": 1,
"valid": 1 },
"wp:main": { "total": 1,
... | {
"pile_set_name": "Github"
} |
temptable_limit 0
| {
"pile_set_name": "Github"
} |
/* Not needed anymore. */
| {
"pile_set_name": "Github"
} |
{
"created_at": "2015-02-27T22:28:16.253352",
"description": "Save content from list of tweet URLs to an HTML file",
"fork": false,
"full_name": "ckolderup/static-tweets",
"language": "CSS",
"updated_at": "2015-02-27T23:42:20.029313"
} | {
"pile_set_name": "Github"
} |
(:name hi2
:description "Indentation module for Haskell mode"
:type github
:pkgname "errge/hi2"
:prepare (autoload 'turn-on-hi2 "hi2" nil t)
:depends (haskell-mode))
| {
"pile_set_name": "Github"
} |
define(function () {
'use strict';
function dependsOnExternal () {
console.log( external.message );
}
function external () {
dependsOnExternal();
}
external.message = 'don\'t try this at home';
external();
}); | {
"pile_set_name": "Github"
} |
The changelog is now hosted here:
https://mozilla-mobile.github.io/android-components/changelog/
| {
"pile_set_name": "Github"
} |
flag{test}
| {
"pile_set_name": "Github"
} |
Please visit http://www.breezejs.com/documentation/start-nuget to learn more.
| {
"pile_set_name": "Github"
} |
// check-pass
// regression test for #73264
// should only give one error
/// docs [label][with#anchor#error]
//~^ WARNING multiple anchors
pub struct S;
| {
"pile_set_name": "Github"
} |
{
"@type" : "gx:LocalDateTime",
"@value" : "2016-01-01T12:30"
} | {
"pile_set_name": "Github"
} |
{-# OPTIONS --cubical #-}
open import Agda.Builtin.Equality
data Unit : Set where
unit : Unit
f : (x : Unit) → _ -- x ≡ x
g : (x : Unit) → x ≡ x
f unit = refl
g x = f x
| {
"pile_set_name": "Github"
} |
{
"name": "Vagrant",
"description": "Software for building and installing virtual dev environments.",
"url": "https://www.vagrantup.com/"
} | {
"pile_set_name": "Github"
} |
# kbuild trick to avoid linker error. Can be omitted if a module is built.
obj- := dummy.o
# List of programs to build
hostprogs-y := hid-example
# Tell kbuild to always build the programs
always := $(hostprogs-y)
HOSTCFLAGS_hid-example.o += -I$(objtree)/usr/include
all: hid-example
| {
"pile_set_name": "Github"
} |
Given /^I logged in$/ do
@user = create(:user)
visit '/'
fill_in 'user[email]', :with => @user.email
fill_in 'user[password]', :with => 'password'
click_on 'Log in'
end
| {
"pile_set_name": "Github"
} |
object FormDropTarget: TFormDropTarget
Left = 611
Height = 156
Top = 306
Width = 143
BorderIcons = []
BorderStyle = bsNone
ClientHeight = 156
ClientWidth = 143
Color = clWhite
Constraints.MinHeight = 32
Constraints.MinWidth = 32
FormStyle = fsSystemStayOnTop
OnClose = FormClose
OnCreate = Fo... | {
"pile_set_name": "Github"
} |
--BbC04y
Content-Disposition: attachment; filename="file.txt"
Content-Type: text/plain
contents
--BbC04y
Content-Disposition: attachment; filename="flowers.jpg"
Content-Type: image/jpeg
Content-Transfer-Encoding: binary
contents
--BbC04y-- | {
"pile_set_name": "Github"
} |
def url2pathname(url: str) -> str: ...
def pathname2url(p: str) -> str: ...
| {
"pile_set_name": "Github"
} |
((output
(((f.ml (1 0) (1 30))
(paragraph
(((f.ml (1 0) (1 30)) (code_span Foo.extension-Bar.field-baz)))))))
(warnings
( "File \"f.ml\", line 1, characters 6-19:\
\nExpected 'module-', 'module-type-', 'type-', 'class-', 'class-type-', or an unqualified reference.")))
| {
"pile_set_name": "Github"
} |
let v = A1_a2.v
| {
"pile_set_name": "Github"
} |
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}
| {
"pile_set_name": "Github"
} |
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}
| {
"pile_set_name": "Github"
} |
485 260 518 290 1
180 253 211 289 3
150 74 196 111 5
372 127 414 156 6
| {
"pile_set_name": "Github"
} |
0.1.1 / 2014-06-01
==================
* update duplexer2 dep
0.1.0 / 2014-05-24
==================
* add optional callback
0.0.2 / 2014-02-20
==================
* fix infinite loop
0.0.1 / 2014-01-15
==================
* fix error bubbling
0.0.0 / 2014-01-13
==================
* initial release
| {
"pile_set_name": "Github"
} |
export enum senderErrorsEnum {}
| {
"pile_set_name": "Github"
} |
Installation
============
.. toctree::
:maxdepth: 4
.. include:: ../README.rst
:start-after: Installation
:end-before: Functionality
| {
"pile_set_name": "Github"
} |
gcr.io/google_containers/hyperkube-s390x:v1.16.3
| {
"pile_set_name": "Github"
} |
module github.com/hashicorp/errwrap
| {
"pile_set_name": "Github"
} |
^(CMake Warning:
You are using Visual Studio tools for Android, which does not support
standalone executables\. However, the following executable targets do not
have the ANDROID_GUI property set, and thus will not be built as expected\.
They will be built as shared libraries with executable filenames:
and... | {
"pile_set_name": "Github"
} |
/* include/asm-arm/arch-goldfish/dma.h */
| {
"pile_set_name": "Github"
} |
{
"created_at": "2015-02-27T22:28:21.336740",
"description": "shadowsocks client for OSX and non-jailbroken iOS",
"fork": false,
"full_name": "shadowsocks/shadowsocks-iOS",
"language": "Objective-C",
"updated_at": "2015-03-10T07:02:11.957622"
} | {
"pile_set_name": "Github"
} |
Switch page-height to nrows.
| {
"pile_set_name": "Github"
} |
LIBRARY CRYPTNET.dll
EXPORTS
CryptGetObjectUrl@32
CryptInstallCancelRetrieval@16
CryptRetrieveObjectByUrlA@36
CryptRetrieveObjectByUrlW@36
CryptUninstallCancelRetrieval@8
| {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2011 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can obtai... | {
"pile_set_name": "Github"
} |
jobs:
- job: Build
pool:
vmImage: 'Ubuntu 16.04'
strategy:
maxParallel: 10
matrix:
%%VERSIONS%%
steps:
- template: ../templates/azure-steps.yml | {
"pile_set_name": "Github"
} |
h1. Header 1
h2. Header 2
h3. Header 3
| {
"pile_set_name": "Github"
} |
:man_page: mongoc_stream_tls_t
mongoc_stream_tls_t
===================
Synopsis
--------
.. code-block:: c
typedef struct _mongoc_stream_tls_t mongoc_stream_tls_t
``mongoc_stream_tls_t`` is a :symbol:`mongoc_stream_t` subclass for working with TLS streams.
| {
"pile_set_name": "Github"
} |
Console Tool
| {
"pile_set_name": "Github"
} |
左侧腹股沟 11 15 身体部位
肿物 19 20 症状和体征
| {
"pile_set_name": "Github"
} |
[files]
basehome:modules/demo/demo-config.xml|etc/demo-config.xml
| {
"pile_set_name": "Github"
} |
Microbenchmark: reversing list of 100 elements 1 million times with slices
| {
"pile_set_name": "Github"
} |
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=Android GPU Inspector
Comment=Android GPU Inspector
Categories=Development;Debugger;Graphics;3DGraphics
Icon=/opt/agi/icon.png
Exec=/opt/agi/agi %f
Terminal=false
MimeType=application/x-gfxtrace;application/x-perfetto
| {
"pile_set_name": "Github"
} |
---
-api-id: P:Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.Verb
-api-type: winrt property
---
<!-- Property syntax
public string Verb { get; }
-->
# Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs.Verb
## -description
Gets the acti... | {
"pile_set_name": "Github"
} |
109 1 8848 2732 3 0 24 40 0 73 2724 0 0 0 0
| {
"pile_set_name": "Github"
} |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALL... | {
"pile_set_name": "Github"
} |
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ template "prometheus-consul-exporter.serviceAccountName" . }}
labels:
app: {{ template "prometheus-consul-exporter.name" . }}
chart: {{ template "prometheus-consul-exporter.chart" . }}
release: "{{ .Release.N... | {
"pile_set_name": "Github"
} |
{
"word": "Patient",
"definitions": [
"A person receiving or registered to receive medical treatment.",
"The semantic role of a noun phrase denoting something that is affected or acted upon by the action of a verb."
],
"parts-of-speech": "Noun"
} | {
"pile_set_name": "Github"
} |
{
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
{
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
{
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
{
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
{
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
{
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
{
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
{
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
{
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
{
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.