text stringlengths 11 99.8k | meta dict |
|---|---|
fileFormatVersion: 2
guid: eb322bc5933761d4fb98f8561eadae28
timeCreated: 1474289352
licenseType: Free
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
# assert-plus
This library is a super small wrapper over node's assert module that has two
things: (1) the ability to disable assertions with the environment variable
NODE\_NDEBUG, and (2) some API wrappers for argument testing. Like
`assert.string(myArg, 'myArg')`. As a simple example, most of my code looks
like th... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?><topic xmlns="http://wsdev.schemas.microsoft.com/authoring/2008/2">
<whitepaper_page><metadata id="56af3158-3d98-46c4-944c-cf3b3fcc2536" build_format="rfc" section_number="43.124"><title>Attribute msDS-USNLastSyncSuccess</title>
<tech value="protocol" />
<index /></metadata>
<sect... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
* @format
*/
'use strict';
const Systrace = require('Systrace');
const infoLog = require('infoLog');
const performanceN... | {
"pile_set_name": "Github"
} |
apiVersion: v1
clusters:
- name: cluster-sslskip
cluster:
server: {{ kube_api.url }}
insecure-skip-tls-verify: true
- name: cluster-ssl
cluster:
certificate-authority: {{ ca_cert }}
server: {{ kube_api.url }}
contexts:
- context:
cluster: cluster-ssl
user: admin_ssl
name: admin@cluster-ssl... | {
"pile_set_name": "Github"
} |
'use strict';
var $ = require('../internals/export');
var IS_PURE = require('../internals/is-pure');
var anObject = require('../internals/an-object');
var aFunction = require('../internals/a-function');
var iterate = require('../internals/iterate');
// `Set.prototype.isSupersetOf` method
// https://tc39.github.io/prop... | {
"pile_set_name": "Github"
} |
{
"cells": [
{
"cell_type": "code",
"execution_count": 4,
"metadata": {
"collapsed": false
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"The autoreload extension is already loaded. To reload it, use:\n",
" %reload_ext autoreload\n",
"... | {
"pile_set_name": "Github"
} |
<!--
Description: parsed modified with 2-digit year
Expect: not bozo and feed['modified_parsed'] == (2004, 1, 1, 19, 48, 21, 3, 1, 0)
-->
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
<modified>Thu, 01 Jan 04 19:48:21 GMT</modified>
</feed> | {
"pile_set_name": "Github"
} |
// Template for webpack.config.js in Fable projects
// Find latest version in https://github.com/fable-compiler/webpack-config-template
// In most cases, you'll only need to edit the CONFIG object (after dependencies)
// See below if you need better fine-tuning of Webpack options
// Dependencies. Also required: core-... | {
"pile_set_name": "Github"
} |
{
"name": "aferrandini/phpqrcode",
"description": "PHPQRCode porting and changed for PHP 5.3 compatibility",
"keywords": ["php", "qrcode", "barcode"],
"homepage": "https://github.com/aferrandini/PHPQRCode",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Arie... | {
"pile_set_name": "Github"
} |
{
"name": "process-nextick-args",
"version": "1.0.2",
"description": "process.nextTick but always with args",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/calvinmetcalf/process-nextick-args.git"
},
"author": "",
"lic... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<ldml>
<identity>
<version number="$Revision: 1.51 $"/>
<generation date="$Date: 2009/05/05 23:06:36 $"/>
<language type="gl"/>
<territory type="ES"/>
</identity>
</ldml>
| {
"pile_set_name": "Github"
} |
:host {
.toolbar {
display: flex;
}
.top-navigtaion {
margin-left: auto;
}
.sidenav-container {
background: #ffffff;
color: inherit;
height: calc(100vh - 64px);
.mat-sidenav-content {
overflow: hidden;
}
}
@media screen and (max-width: 600px) {
.sidenav-container {
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<author>Jamie Matthews</author>
<description>YQL table for Last.fm Group.getWeeklyArtistChart API method. Get an artist chart for a group, for a given date range. If no date range is supplied, it will ... | {
"pile_set_name": "Github"
} |
{
"url": "https://schnittstellengestalter.de/",
"name": "Schnittstellengestalter",
"description": "Website of »Schnittstellengestalter« a user interface design agency from Berlin, Germany.",
"twitter": "solemone"
}
| {
"pile_set_name": "Github"
} |
package godo
import (
"context"
"net/http"
)
// RegionsService is an interface for interfacing with the regions
// endpoints of the DigitalOcean API
// See: https://developers.digitalocean.com/documentation/v2#regions
type RegionsService interface {
List(context.Context, *ListOptions) ([]Region, *Response, error)
... | {
"pile_set_name": "Github"
} |
import IIdentifiable from './Identifiable.interface'
abstract class Storable implements IIdentifiable {
constructor(data: any) {
$.extend(this, data);
}
public abstract getId(): string;
public abstract save();
public abstract remove();
}
export default Storable;
| {
"pile_set_name": "Github"
} |
doc: [
DocGroup({"tag": "h1"}, [
DocChars("Hello world!")
]),
DocGroup({"tag": "p"}, [
DocChars("What\'s up with you?")
])
]
a_del: [
DelGroup([
DelChars(3), DelSkip(4), DelChars(5)
]),
DelGroup([
DelChars(1), DelSkip(18)
])
]
a_add: [
AddGroup({"t... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
type = "1"
version = "1.0">
<ExceptionBreakpoints>
<ExceptionBreakpoint
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
scope = "1"
stopOnStyle = "0">
</ExceptionBreakpoint>
<... | {
"pile_set_name": "Github"
} |
var B = {
name: 'B',
dependencies: ['A'],
typeInfos: [
{
localName: 'ExtendedType',
baseTypeInfo: 'A.BaseType'
}
]
};
module.exports.B = B; | {
"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"/>
<title>arm_fir_decimate_init_f32.c File Reference</title>
<link href="tabs.css... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('isArrayLikeObject', require('../isArrayLikeObject'), require('./_falseOptions'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2007 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/licen... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.8 from src/site/markdown/metron-platform/metron-enrichment/metron-enrichment-storm/Performance.md at 2019-05-14
| Rendered using Apache Maven Fluido Skin 1.7
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<met... | {
"pile_set_name": "Github"
} |
<!doctype html>
<!-- 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 obtain one at http://mozilla.org/MPL/2.0/. -->
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="styl... | {
"pile_set_name": "Github"
} |
<div class="content" fxLayout="row" fxLayoutAlign="center">
<mat-card elevation="5" fxFlex>
<mat-card-subtitle>Change Your Password</mat-card-subtitle>
<p *ngIf="notification" [class]="notification.msgType">{{notification.msgBody}}</p>
<mat-card-content>
<form #changePasswordForm="ngForm" (ngSubmit)... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: cdb13d8a1ce808e4787f1af6f2e7fa1b
timeCreated: 1493233442
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences:
- renderer: {instanceID: 0}
- group: {instanceID: 0}
- _font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- _shader: {fil... | {
"pile_set_name": "Github"
} |
package solr
const mBeansSolr3MainResponse = `{
"solr-mbeans": [
"CORE",
{
"searcher": {
"class": "org.apache.solr.search.SolrIndexSearcher",
"version": "1.0",
"description": "index searcher",
"srcId": "$Id: SolrIndexSearcher.java 1201291 2011-11-12 18:02:03Z simonw $",
... | {
"pile_set_name": "Github"
} |
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2015, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this softw... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1100"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForAnalyzing = "YES"
buildForTesting = "YES"
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="3.1" method="upgrade">
<name>com_categories</name>
<author>Joomla! Project</author>
<creationDate>December 2007</creationDate>
<copyright>(C) 2005 - 2020 Open Source Matters. All rights reserved.</copyright>
<license>GNU General Public Lic... | {
"pile_set_name": "Github"
} |
package tenants
import (
"github.com/mitchellh/mapstructure"
"github.com/rackspace/gophercloud"
"github.com/rackspace/gophercloud/pagination"
)
// Tenant is a grouping of users in the identity service.
type Tenant struct {
// ID is a unique identifier for this tenant.
ID string `mapstructure:"id"`
// Name is a... | {
"pile_set_name": "Github"
} |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/*
| -------------------------------------------------------------------
| SMILEYS
| -------------------------------------------------------------------
| This file contains an array of smileys for use with the emoticon helper.
| Individu... | {
"pile_set_name": "Github"
} |
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"create:gabbro_bricks_slab"
]
},
"criteria": {
"has_gabbro_bricks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "create:gabbro_bricks"
}
... | {
"pile_set_name": "Github"
} |
# Event 4099 - task_0
###### Version: 1
## Description
None
## Data Dictionary
|Standard Name|Field Name|Type|Description|Sample Value|
|---|---|---|---|---|
|TBD|RawCommandLine|UnicodeString|None|`None`|
|TBD|ShowUsage|Boolean|None|`None`|
|TBD|DisplayDriveInfo|Boolean|None|`None`|
|TBD|TargetDriveLetter|UnicodeStri... | {
"pile_set_name": "Github"
} |
{
"name": "angular-animate",
"version": "",
"description": "AngularJS module for animations",
"main": "angular-animate.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.js.git"
},
"keywords":... | {
"pile_set_name": "Github"
} |
// tslint:disable non-literal-require no-console
import debug from 'debug';
import fs from 'fs';
import path from 'path';
import { config } from './config';
const log = debug('prime:fields');
// Resolve fields
export const fields = (config.fields || [])
.map((moduleName: string) => {
try {
const field = r... | {
"pile_set_name": "Github"
} |
{
"display": {
"icon": {
"item": "botania:light_relay"
},
"title": {
"translate": "advancement.botania:luminizerRide"
},
"description": {
"translate": "advancement.botania:luminizerRide.desc"
}
},
"parent": "botania:main/ender_air_make",
"__comment": "This is triggered ... | {
"pile_set_name": "Github"
} |
// Used to import variables in components
@import 'custom_bootstrap_variables';
@import '../../../../../../node_modules/bootstrap/scss/mixins';
// -- Theme Colors here --
// Custom theme colors
// Refer _default_variables to generate colors
$theme-main-color: #e40046;
$theme-action-color: #e40046;
$primary-font: 'Robot... | {
"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"
} |
#!/bin/bash
# description: analyze all perf samples
perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/event_analyzing_sample.py
| {
"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"
} |
/*
* 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"
} |
<?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"
} |
@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"
} |
<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"
} |
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"
} |
<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"
} |
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"
} |
/**
* 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"
} |
# 音乐和音效
- [音频播放](audio.md)
- [AudioSource 组件参考](../components/audiosource.md)
- [兼容性说明](compatibility.md)
| {
"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"
} |
{
"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"
} |
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"
} |
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"
} |
{
"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"
} |
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"
} |
// 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"
} |
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"
} |
<mat-radio-group
[(ngModel)]="value"
(change)="changeHandler($event)">
<mat-radio-button [attr.data-automation-id]="'search-radio-'+(option.name | translate)"
*ngFor="let option of options"
[value]="option.value"
class="adf-facet-filter">
<div
matTooltip="{{ optio... | {
"pile_set_name": "Github"
} |
{% extends "layout.html" %}
{% block title %}
{{ gettext("Oops") }} - {{ super() }}
{% endblock %}
{% if not mobile %}
{% block extra_headers %}
{% assets filters='less', output='build/main.%(version)s.css',
depends=['**/*.less'], 'less/main.less' %}
<link rel="stylesheet" href="{{ASSET_URL}}">
{% endassets %}
{%... | {
"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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>examples-vaadin</artifactId>
... | {
"pile_set_name": "Github"
} |
import { Activity, ConnectionStatus, IBotConnection, Message, User } from 'botframework-directlinejs';
import { Strings } from './Strings';
import { BehaviorSubject } from 'rxjs/BehaviorSubject';
import { ActivityOrID } from './Types';
import { HostConfig } from 'adaptivecards';
import { Reducer } from 'redux';
export ... | {
"pile_set_name": "Github"
} |
// To regenerate api.pb.go run hack/update-generated-runtime.sh
syntax = 'proto3';
package runtime.v1alpha2;
option go_package = "v1alpha2";
import "github.com/gogo/protobuf/gogoproto/gogo.proto";
option (gogoproto.goproto_stringer_all) = false;
option (gogoproto.stringer_all) = true;
option (gogoproto.goproto_gett... | {
"pile_set_name": "Github"
} |
body{
margin: 0;
padding: 0;
background: #ffffff;
background-image: url('../img/nature.png');
}
.band_wrapper{
height: 220px;
margin: auto;
top: 50%;
transform: translateY(80%);
}
.page_icon{
float: left;
margin-top: -30px;
margin-right: 50px;
margin-left: 170px;
}... | {
"pile_set_name": "Github"
} |
import * as React from "react";
import { storiesOf } from "@storybook/react";
import DocRefEditor, { useDocRefEditor } from ".";
import { useDocumentTree } from "components/DocumentEditors/api/explorer";
import { iterateNodes } from "lib/treeUtils/treeUtils";
import DocRefTypePicker from "components/DocRefTypePicker";... | {
"pile_set_name": "Github"
} |
<testcase>
<info>
<keywords>
HTTP
HTTP GET
multi
</keywords>
</info>
# Server-side
<reply>
<data>
HTTP/1.1 200 all good!
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Content-Type: text/html
Content-Length: 12
Connection: close
Hello World
</data>
</reply>
# Client-side
<client>
<server>
http
</server... | {
"pile_set_name": "Github"
} |
<!--
Copyright (C) 2017 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/licenses/LICENSE-2.0
Unless required by a... | {
"pile_set_name": "Github"
} |
{
"images": [
{
"filename": "ic_fluent_image_copy_20_filled.pdf",
"idiom": "universal"
}
],
"info": {
"author": "xcode",
"version": 1
},
"properties": {
"preserves-vector-representation": true,
"template-rendering-intent": "template"
}
} | {
"pile_set_name": "Github"
} |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "qtrle",
"name": "QuickTime Animation",
"defaults": {
"_pixelFormat": "argb"
},
"groups": []
} | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/root"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:animateLayoutChanges="true">
<androidx.recycl... | {
"pile_set_name": "Github"
} |
// This file was procedurally generated from the following sources:
// - src/dstr-binding/ary-ptrn-rest-obj-prop-id.case
// - src/dstr-binding/default/cls-decl-async-gen-meth-dflt.template
/*---
description: Rest element containing an object binding pattern (class expression async generator method (default parameters))... | {
"pile_set_name": "Github"
} |
<!doctype html>
<title>CodeMirror: PHP mode</title>
<meta charset="utf-8"/>
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
<script src="../../lib/codemirror.js"></script>
<script src="../../addon/edit/matchbrackets.js"></script>
<script src="../htmlmixed/htmlmi... | {
"pile_set_name": "Github"
} |
{
"uri": "mongodb+srv://test1.test.build.10gen.cc/adminDB?replicaSet=repl0",
"seeds": [
"localhost.test.build.10gen.cc:27017",
"localhost.test.build.10gen.cc:27018"
],
"hosts": [
"localhost:27017",
"localhost:27018",
"localhost:27019"
],
"options": {
"replicaSet": "repl0",
"ssl":... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE chapter SYSTEM "chapter.dtd">
<chapter>
<header>
<copyright>
<year>2011</year><year>2016</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file exc... | {
"pile_set_name": "Github"
} |
{
"action": {
"hacking": {
"variety": [
"Unknown"
],
"vector": [
"Web application"
]
}
},
"actor": {
"external": {
"country": [
"CA"
],
"motive": [
"Unknown"
],
"region": [
"019021"
],
"variety": ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" standalone="no" ?>
<!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd"><pov>
<cbid>CROMU_00011</cbid>
<replay>
<read echo="ascii"><delim> </delim><match><data>\x3E </data></match></read>
<write echo="ascii"><data>hT7APAY = |"WudXCW","NNuBY","nvUU","d9","q6zHJ","5qelmh","h5bk"|-|"4MiX5","LAGt... | {
"pile_set_name": "Github"
} |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // A... | {
"pile_set_name": "Github"
} |
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"name": "Xception_implementation.ipynb",
"provenance": [],
"collapsed_sections": [],
"authorship_tag": "ABX9TyNq9qTKVN05k/mMCHpbG6D2",
"include_colab_link": true
},
"kernelspec": {
"name": "python3",
... | {
"pile_set_name": "Github"
} |
[90mUsage:
Example of 'foo_bar' module in `foo_bar.tf`.
- list item 1
- list item 2
Even inline **formatting** in _here_ is possible.
and some [link](https://domain.com/)
* list item 3
* list item 4
```hcl
module "foo_bar" {
source = "github.com/foo/bar"
id = "1234567890"
name = "baz"
zones = ["us-e... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 22a20d6a3ade2427b8e500603af8fa4a
TextureImporter:
fileIDToRecycleName: {}
serializedVersion: 2
mipmaps:
mipMapMode: 0
enableMipMap: 1
linearTexture: 0
correctGamma: 0
fadeOut: 0
borderMipMap: 0
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap... | {
"pile_set_name": "Github"
} |
---
extraCss:
- |
inline:.scss:
.image-preview {
text-align: center;
img {
max-width:80%;
}
}
---

{.image-preview}
Usually in a mobile application, the user can nav... | {
"pile_set_name": "Github"
} |
[package]
name = "grin_pool"
version = "4.2.0-alpha.1"
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
description = "Chain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
license = "Apache-2.0"
repository = "https://github.... | {
"pile_set_name": "Github"
} |
@nice-blue: #5B83AD;
@light-blue: @nice-blue + #111;
@font-size: 18px;
#header {
color: @light-blue;
font-size: @font-size;
}
@height: 0.5;
@size: 10px+10;
@color: #666 + 111;
#header2 {
color: @color;
height: percentage(@height); //0.5->50%
font-size: saturate(@size,10%); //增加10%饱和度
background-... | {
"pile_set_name": "Github"
} |
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
export const definition: IconDefinition;
export const faGrinAlt: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligature... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Thu May 07 13:37:39 PDT 2020 -->
<title>Table (iceberg 0.8.0-incubating API)</title>
<meta name="date" content="2020-05-07">
<link rel=... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
class AddEditableToUserFields < ActiveRecord::Migration[4.2]
def change
add_column :user_fields, :editable, :boolean, default: false, null: false
end
end
| {
"pile_set_name": "Github"
} |
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import { DropTarget } from 'react-dnd';
import { ItemTypes } from './helpers';
class Square extends Component {
static propTypes = {
connectDropTarget: PropTypes.func,
width: PropTypes.number,
squareColor: PropTypes.oneOf(['wh... | {
"pile_set_name": "Github"
} |
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`#decodeActionCounts parses the action counts correctly 1`] = `
Object {
"DONT_AGREE": 1,
"FLAG": 2,
"FLAG__COMMENT_DETECTED_BANNED_WORD": 1,
"FLAG__COMMENT_REPORTED_OTHER": 1,
"REACTION": 3,
}
`;
exports[`#decodeActionCounts parses the action counts correc... | {
"pile_set_name": "Github"
} |
{
"_from": "worker-farm@1.7.0",
"_id": "worker-farm@1.7.0",
"_inBundle": false,
"_integrity": "sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==",
"_location": "/worker-farm",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,... | {
"pile_set_name": "Github"
} |
'use strict';
var React = require('react');
var ReactBin = require('../ReactBin');
var utils = require('../utils');
var Markdown = utils.Markdown;
var Doc = utils.Doc;
var examples = {
basic: require('fs').readFileSync(__dirname + '/01-basic.js', 'utf-8'),
pills: require('fs').readFileSync(__dirname + '/02-pills.... | {
"pile_set_name": "Github"
} |
<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 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.metas.fresh</groupId>
<artifactId>de.metas.fresh</arti... | {
"pile_set_name": "Github"
} |
5c5
< <string key="IBDocument.SystemVersion">11D50</string>
---
> <string key="IBDocument.SystemVersion">11E53</string>
7,8c7,8
< <string key="IBDocument.AppKitVersion">1138.32</string>
< <string key="IBDocument.HIToolboxVersion">568.00</string>
---
> <string key="IBDocument.AppKitVersion">1138.47</string>
> ... | {
"pile_set_name": "Github"
} |
# Components structure
Try to keep all your components in a single path unless the number of components you use in that single path is unmanageable.
If you do start using multiple paths, you should not use `locals` not within a path above the current path. For example, suppose you have the following structure:
```j... | {
"pile_set_name": "Github"
} |
{
"symbol": "VOID",
"name": "Void Token",
"type": "ERC20",
"address": "0xB8796542765747ed7F921FF12faff057b5D624D7",
"ens_address": "",
"decimals": 18,
"website": "http://wethevoid.com",
"logo": { "src": "", "width": "", "height": "", "ipfs_hash": "" },
"support": { "email": "", "url": "" },
"social"... | {
"pile_set_name": "Github"
} |
{ lib, buildPythonPackage, fetchPypi, pythonOlder
, decorator, requests, simplejson, pillow, typing
, nose, mock, pytest, freezegun }:
buildPythonPackage rec {
pname = "datadog";
version = "0.38.0";
src = fetchPypi {
inherit pname version;
sha256 = "401cd1dcf2d5de05786016a1c790bff28d1428d12ae1dbe11485f9... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.