text
stringlengths
11
99.8k
meta
dict
<?xml version="1.0" encoding="UTF-8"?> <Scheme LastUpgradeVersion = "1020" version = "1.3"> <BuildAction parallelizeBuildables = "YES" buildImplicitDependencies = "YES"> <BuildActionEntries> <BuildActionEntry buildForTesting = "YES" buildForRunning = "YES" ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8" ?> <controls:TestContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:d="http://xamarin.com/schemas/2014/forms/design" xmlns:mc="http://schemas.openxmlformats.org/markup-compati...
{ "pile_set_name": "Github" }
{ "name": "com.unity.multiplayer-hlapi.Editor", "references": [ "com.unity.multiplayer-hlapi.Runtime", "com.unity.multiplayer-weaver.Editor" ], "includePlatforms": [ "Editor" ], "excludePlatforms": [] }
{ "pile_set_name": "Github" }
{ "templateName":"微信模板", "directories": "property", "templateCode":"wechatSmsTemplate", "templateKey":"templateId", "templateKeyName":"ID", "searchCode": "templateId", "searchName": "ID", "conditions": [ { "name": "微信模板ID", "inputType": "input", "code": "smsTemplateId", "wher...
{ "pile_set_name": "Github" }
--- layout: postag title: 'DET' shortdef: 'determiner' --- The English `DET` covers most cases of Penn Treebank DT, PDT, WDT. However, when a Penn Treebank word with one of these tags stands alone as a noun phrase rather than modifying another word, then it becomes `PRON`.
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 4581c45ac4aa2264187087659a4cc252 timeCreated: 1460031632 licenseType: Store MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
package(default_visibility = ["//visibility:public"]) load( "@io_bazel_rules_go//go:def.bzl", "go_library", ) go_library( name = "go_default_library", srcs = [ "expansion.go", "lister.go", "tags.go", ], importpath = "k8s.io/code-generator/cmd/lister-gen/generators", ...
{ "pile_set_name": "Github" }
{ "name": "JBKenBurnsView", "version": "1.0", "license": { "type": "MIT", "file": "LICENSE" }, "summary": "UIView that can generate a Ken Burns transition when given an array of images or paths.", "frameworks": "QuartzCore", "homepage": "https://github.com/jberlana/iOSKenBurns", "authors": { ...
{ "pile_set_name": "Github" }
.switch { --switch-checked-background-color: #0654ba; --switch-disabled-background-color: #ccc; --switch-unchecked-background-color: #767676; --switch-foreground-color: #fff; } .switch { -webkit-box-sizing: border-box; box-sizing: border-box; height: 40px; position: relative; vertical-align: m...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <Button android:id="@+id/btn_shot" android:layout_width="match_parent"...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <!-- 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/. OpenMRS is also distributed under the terms of the Healthcare Disclaimer located at...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x" }, { "idiom" : "universal", "scale" : "2x" }, { "idiom" : "universal", "filename" : "nikenameerror@3x.png", "scale" : "3x" } ], "info" : { "version" : 1, "author" : "xcode" } }
{ "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>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleDocumentTypes</key> <array> <dict> <key>CFBundleTypeExtensions</key> ...
{ "pile_set_name": "Github" }
#include "proto.h" const struct compressor compressors[] = { // NOTE: the "flags" field for each compressor will be set to the chosen/current method number minus the base // number for that particular compressor. That means that each compressor will use a zero-based flags value. {.methods = 72, .name = "singlepa...
{ "pile_set_name": "Github" }
## `php:7.2-alpine` ```console $ docker pull php@sha256:93bb06764c7200c073b7e97c2e095ffb6657c382a0e2b82a663cb5a496cea636 ``` - Manifest MIME: `application/vnd.docker.distribution.manifest.list.v2+json` - Platforms: - linux; amd64 - linux; arm variant v6 - linux; arm variant v7 - linux; arm64 variant v8 - linux; ...
{ "pile_set_name": "Github" }
const path = require('path'); const { getFileLoaderOptions } = require('./file-loader'); /** * Build options for the webpack responsive loader * * @param {object} nextConfig - next.js configuration * @param {object} detectedLoaders - all detected and installed loaders * @returns {object} */ const getResponsiveLo...
{ "pile_set_name": "Github" }
@page "/sliders" <h3>Slider 滑块</h3> <h4>通过拖动滑块在一个固定区间内进行选择</h4> <Block Title="基础用法" Introduction="在拖动滑块时,改变当前值" CodeFile="slider.1.html"> <Slider></Slider> <Slider Value="50" Label="自定义初始值"></Slider> <Slider Value="42" IsDisabled="true" Label="禁用"></Slider> </Block> <Block Title="Slider 双向绑定" Introduct...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <script src="/benchmark/js/jquery.min.js"></script> <script type="text/javascript" src="/benchmark/js/js.cookie.js"></script> <title>Be...
{ "pile_set_name": "Github" }
--- layout: base title: 'Statistics of Degree in UD_Dutch' udver: '2' --- ## Treebank Statistics: UD_Dutch: Features: `Degree` This feature is universal. It occurs with 3 different values: `Cmp`, `Pos`, `Sup`. 13682 tokens (7%) have a non-empty value of `Degree`. 3646 types (13%) occur at least once with a non-empt...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|x64"> <Configuration>Debug</Configuration> <Platform>x64</Platform> ...
{ "pile_set_name": "Github" }
# Copyright 2019 Google LLC # # 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 agreed to in writing, s...
{ "pile_set_name": "Github" }
{ "ver": "1.0.5", "uuid": "91e3eca9-e807-4f49-a689-7a5e0ee67684", "isPlugin": false, "loadPluginInWeb": true, "loadPluginInNative": true, "loadPluginInEditor": false, "subMetas": {} }
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <booksignings xmlns="http://camelcookbook.org/schema/booksignings"> <store> <address> <street>123 Main St</street> <city>Boston</city> </address> <authors> <author>Scott Cranton</author> </authors> </store> <store> <address> <str...
{ "pile_set_name": "Github" }
'use strict' process.env.BABEL_ENV = 'web' const path = require('path') const webpack = require('webpack') const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin') const TerserPlugin = require('terser-webpack-plugin') const CopyWebpackPlugin = require('copy-webpack-plugin') const MiniCssExtractPl...
{ "pile_set_name": "Github" }
heat_template_version: 2013-05-23 description: 'Template for test _generate_hot_from_tosca().' parameters: nfv: type: json resources: VDU1: type: OS::Nova::Server properties: flavor: get_resource: VDU1_flavor name: VDU1 image: { get_param: [ nfv, VDU, VDU1, image ] } ne...
{ "pile_set_name": "Github" }
{ "images": [ { "idiom": "universal" }, { "filename": "scoops06.png", "scale": "1x", "idiom": "universal" }, { "filename": "scoops06@2x.png", "scale": "2x", "idiom": "universal" }, { "filename": "scoops06@3x.png", "scale": "3x", "...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>后台管理系统</title> </head> <body> <div id="app"></div> <!-- built files will be auto injected --> </body> </html>
{ "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 not use thi...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <model ref="r:63a6a44c-f24e-44b6-83ad-9204b2e588eb(jetbrains.mps.samples.generator_demo.test_models.test2)"> <persistence version="9" /> <languages> <use id="772f6dcd-8c0d-48f7-869c-908e036f7c8e" name="jetbrains.mps.sampleXML" version="0" /> <engage id="ef47f5be-76c4-4...
{ "pile_set_name": "Github" }
op { graph_op_name: "TensorArrayReadV2" visibility: HIDDEN }
{ "pile_set_name": "Github" }
import { defineMessages } from 'react-intl'; export const remoteSelectTranslations = defineMessages({ never: { id: 'Developer.RemoteFrequency.Select.Never', defaultMessage: 'No' }, occasionally: { id: 'Developer.RemoteFrequency.Select.Occasionally', defaultMessage: 'Occasion...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 2fb5a2cdb138579498eb20d8b7818ad8 timeCreated: 1455373898 licenseType: Store MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication"> <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> <listEntry value="/OM/test/com/rr/om/session/fixsocket/TstFixExchangeSimulator.java"/> </listAttribute> <listAttribute key...
{ "pile_set_name": "Github" }
// mem_alert_batch // metric: used_percent // available_fields: "active","available","available_percent","buffered","cached","free","inactive","total","used" // TELEGRAF CONFIGURATION // [[inputs.mem]] // DEFINE: kapacitor define mem_alert_batch -type batch -tick mem/mem_alert_batch.tick -dbrp telegraf.autogen // EN...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <android.support.v7.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/history_comic_list" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingTop="8dp" android:paddingLeft="4d...
{ "pile_set_name": "Github" }
# Editing a package.json for apps All apps need to have a package.json file to describe themselves with a few required fields. This is based on the [CommonJS Packages](http://wiki.commonjs.org/wiki/Packages) format and [NPM](http://npmjs.org/doc/json.html), with the additional data needed in the repository field. ## ...
{ "pile_set_name": "Github" }
{ "type": "minecraft:block", "pools": [ { "name": "main", "rolls": 1, "entries": [ { "type": "minecraft:item", "name": "botania:lime_floating_flower" } ], "conditions": [ { "condition": "minecraft:survives_explosion" } ...
{ "pile_set_name": "Github" }
test = (function () { function f() { [1,2,3,4,5]; }; return "var obj = { x : 2 };" + f.toSource() + "; f()"; })(); evalWithCache(test, {}); function evalWithCache(code, ctx) { code = cacheEntry(code); ctx.compileAndGo = true; var res1 = evaluate(code, Object.create(ctx, {saveBytecode: { value: true } }...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # Generated by Django 1.9 on 2016-04-25 18:02 from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('oidc_provider', '0013_auto_20160407_1912'), ] operations = [ migrations.AddFie...
{ "pile_set_name": "Github" }
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Language" content="en-us"> <meta name="VI60_defaultClientScript" content="JavaScript"> <meta name="GENERATOR" content="Microsoft FrontPage 12.0"> ...
{ "pile_set_name": "Github" }
/*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH * -------------------------- */ @font-face { font-family: 'FontAwesome'; src: url('../fonts/fontawesome-webfont.eot?v=4.7.0'); src: ur...
{ "pile_set_name": "Github" }
.wrapper{ width: 424px;margin: 10px auto; zoom:1;position: relative} .tabbody{height:225px;} .tabbody .panel { position: absolute;width:100%; height:100%;background: #fff; display: none;} .tabbody .focus { display: block;} body{font-size: 12px;color: #888;overflow: hidden;} input,label{vertical-align:middle} .clear{cl...
{ "pile_set_name": "Github" }
path: "tensorflow.keras.layers.SeparableConvolution2D" tf_class { is_instance: "<class \'tensorflow.python.keras._impl.keras.layers.convolutional.SeparableConv2D\'>" is_instance: "<class \'tensorflow.python.layers.convolutional.SeparableConv2D\'>" is_instance: "<class \'tensorflow.python.layers.convolutional.Conv...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Scheme LastUpgradeVersion = "0700" version = "1.3"> <BuildAction parallelizeBuildables = "YES" buildImplicitDependencies = "YES"> <BuildActionEntries> <BuildActionEntry buildForTesting = "YES" buildForRunning = "YES" ...
{ "pile_set_name": "Github" }
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`renders 1`] = ` <SimpleBubbleChart displayOrganizations={false} helpText="foobar" projects={Array []} sizeMetric={ Object { "key": "uncovered_lines", "type": "SHORT_INT", } } title="projects.visualization.coverage" xMetric={ Obje...
{ "pile_set_name": "Github" }
# #coding=utf-8 # # coding=utf-8 # ''' # Created on 2014-1-5 # # @author: zhangtiande # ''' # from django.conf.urls import url # from doraemon.administrate.views.admin_user_group_view import user_group,group_create,check_value_exists,group_delete,usergroup_list,usergroup_edit_get,group_permission_list,update_descripti...
{ "pile_set_name": "Github" }
{"type":"newline","line":2,"col":1} {"type":"extends","line":2,"col":1} {"type":"path","line":2,"col":9,"val":"auxiliary/dialog.pug"} {"type":"newline","line":4,"col":1} {"type":"block","line":4,"col":1,"val":"content","mode":"replace"} {"type":"indent","line":5,"col":1,"val":2} {"type":"tag","line":5,"col":3,"val":"h1...
{ "pile_set_name": "Github" }
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netcoreapp2.1</TargetFramework> <GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles> </PropertyGroup> <ItemGroup> <PackageReference Include="Amazon.Lambda.Core" Version="1.0.0" /> <PackageReference Include=...
{ "pile_set_name": "Github" }
body: //div[@id="bloc_actu"]/parent::* title: //div[@id="content"]/h1[1] test_url: http://www.autoactu.com/thomas-owsianski-nomme-president-d-audi-chine.shtml
{ "pile_set_name": "Github" }
<view class="page"> <view class="page__hd"> <text class="page__title">modal</text> <text class="page__desc">模式对话框</text> </view> <view class="page__bd"> <modal title="标题" confirm-text="确定" cancel-text="取消" hidden="{{modalHidden}}" mask bindconfirm="modalChange" bindcancel="modalChange"> 这是对话框的内容...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Copyright 2009-2012 The MyBatis Team 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.ap...
{ "pile_set_name": "Github" }
using Microsoft.VisualStudio.TestTools.UnitTesting; using Shouldly; using System; namespace Mapster.Tests { [TestClass] public class WhenIgnoringNonMapped { [TestMethod] public void Should_Ignore_Non_Mapped() { TypeAdapterConfig<SimplePoco, SimpleDto>.NewConfig() ...
{ "pile_set_name": "Github" }
{ "dependencies": [ { "importpath": "github.com/sdboyer/deptest", "revision": "3f4c3bea144e112a69bbe5d8d01c1b09a544253f", "branch": "HEAD" }, { "importpath": "github.com/sdboyer/deptestdos", "revision": "5c607206be5decd28e6263ffffdcee067266015e", "branch": "master" ...
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('isSafeInteger', require('../isSafeInteger'), require('./_falseOptions')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <sparql xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xs="http://www.w3.org/2001/XMLSchema#" xmlns="http://www.w3.org/2005/sparql-results#" > <head> <variable name="x"/> </head> <results> </results> </sparql>
{ "pile_set_name": "Github" }
--- layout: "docs" page_title: "Commands: KV Get" sidebar_current: "docs-commands-kv-get" --- # Consul KV Get Command: `consul kv get` The `kv get` command is used to retrieve the value from Consul's KV store at the given key name. If no key exists with that name, an error is returned. If a key exists with that name...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project basedir="../../" default="deploy"> <property name="git.status" value=""/> <property name="git.currentbranch" value=""/> <target name="check-git-branch-status"> <exec command="git status -s -b" outputProperty="git.currentbranch" /> <echo msg="$...
{ "pile_set_name": "Github" }
/*! * Nodeunit * Copyright (c) 2010 Caolan McMahon * MIT Licensed */ /** * Module dependencies */ var async = require('../deps/async'), types = require('./types'), utils = require('./utils'), core = require('./core'), reporters = require('./reporters'), assert = require('./assert'), path...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../../../libc/unix/notbsd/linux/constant._SC_COLL_WEIGHTS_MAX.html"> </head> <body> <p>Redirecting to <a href="../../../../libc/unix/notbsd/linux/constant._SC_COLL_WEIGHTS_MAX.html">../../../../libc/unix/notbsd/linux/constant._...
{ "pile_set_name": "Github" }
--- author: dansimp ms.author: dansimp ms.date: 10/02/2018 ms.reviewer: audience: itpro manager: dansimp ms.prod: edge ms.topic: include --- By default, Microsoft Edge shows localhost IP address while making calls using the WebRTC protocol. Enabling this policy hides the localhost IP addresses.
{ "pile_set_name": "Github" }
import Button from "./components/Button"; import SubmitButton from "./components/SubmitButton"; export { Button, SubmitButton }
{ "pile_set_name": "Github" }
module namespace foaf = "http://www.w3.org/TestModules/foaf"; import module namespace ddl = "http://zorba.io/modules/store/static/collections/ddl"; import module namespace dml = "http://zorba.io/modules/store/static/collections/dml"; import module namespace index_ddl = "http://zorba.io/modules/store/static/indexes/ddl...
{ "pile_set_name": "Github" }
{ "kind": "ImageStream", "apiVersion": "v1", "metadata": { "name": "jboss-datagrid73-openshift", "creationTimestamp": null, "annotations": { "openshift.io/display-name": "Red Hat JBoss Data Grid 7.3", "openshift.io/provider-display-name": "Red Hat, Inc.", "version": "1.4" } }, "spec": { "lookupP...
{ "pile_set_name": "Github" }
import { Observable } from '../Observable'; /** * We need this JSDoc comment for affecting ESDoc. * @extends {Ignored} * @hide true */ export class RangeObservable extends Observable { constructor(start, count, scheduler) { super(); this.start = start; this._count = count; this.s...
{ "pile_set_name": "Github" }
<!DOCTYPE html > <html> <head> <script src="../libraries/RGraph.common.core.js" ></script> <script src="../libraries/RGraph.common.dynamic.js" ></script> <script src="../libraries/RGraph.bar.js" ></script> <title>A bar chart with horizontal gradients</title> <link rel="stylesheet" href="de...
{ "pile_set_name": "Github" }
{ "name": "auth", "scripts": { "start": "serve . --single" }, "dependencies": { "serve": "latest" } }
{ "pile_set_name": "Github" }
var baseGetTag = require('./_baseGetTag'), isObjectLike = require('./isObjectLike'); /** `Object#toString` result references. */ var boolTag = '[object Boolean]'; /** * Checks if `value` is classified as a boolean primitive or object. * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @param {*} v...
{ "pile_set_name": "Github" }
<?xml version='1.0' encoding='ISO-8859-1' ?> <!DOCTYPE toc PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp TOC Version 2.0//EN" "http://java.sun.com/products/javahelp/toc_2_0.dtd"> <toc version="2.0" categoryclosedimage="folder" categoryopenimage="folder" topicimage="doc"> <tocitem te...
{ "pile_set_name": "Github" }
--- title: "unaryManagementConditionExpressionOperatorType enum type" description: "Supported operators for unary management condition expressions" author: "dougeby" localization_priority: Normal ms.prod: "intune" doc_type: enumPageType --- # unaryManagementConditionExpressionOperatorType enum type Namespace: microso...
{ "pile_set_name": "Github" }
<html> <body> <p>this tag should be <spot></spot>splitted at caret position</p> </body> </html>
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 40d6e8fdcb9bbf047a171b518b7628af timeCreated: 1505333492 licenseType: Pro MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> ...
{ "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" }
#region License /* * Copyright © 2002-2007 the original author or 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 * ...
{ "pile_set_name": "Github" }
CREATE TABLE pbAaDistS ( x float default NULL, y float default NULL ) TYPE=MyISAM;
{ "pile_set_name": "Github" }
.parent { display: flex; } .spacer { flex-grow: 1; } .spacing { padding-top: 1.5rem; }
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- from django.db import migrations, models import django.db.models.deletion class Migration(migrations.Migration): dependencies = [ ('recurring_payments', '0002_recurringpayment_platform'), ] operations = [ migrations.AlterField( model_name='recurringp...
{ "pile_set_name": "Github" }
# $Id: Makefile.in,v 1.73 2020/02/02 23:34:34 tom Exp $ ############################################################################## # Copyright 2018-2019,2020 Thomas E. Dickey # # Copyright 1998-2016,2017 Free Software Foundation, Inc. # # ...
{ "pile_set_name": "Github" }
{ "created_at": "2015-02-27T22:28:00.583921", "description": "An android application that can turns the screen off without putting device into sleep together with many HDMI / Remoting apis", "fork": false, "full_name": "nkahoang/screenstandby", "language": "Java", "updated_at": "2015-02-27T23:42:02.804...
{ "pile_set_name": "Github" }
--- jupyter: jupytext: notebook_metadata_filter: all text_representation: extension: .md format_name: markdown format_version: '1.1' jupytext_version: 1.1.7 kernelspec: display_name: Python 3 language: python name: python3 language_info: codemirror_mode: name:...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportHeight="24" android:viewportWidth="24"> <path android:fillColor="#ff000000" android:pathData="M11,15h2v2h-2zm0,-8...
{ "pile_set_name": "Github" }
--- title: "Artifacts on NFS" meta_title: "NFS" meta_description: "Using NFS to organize your jobs' outputs and experiments' artifacts. Polyaxon allows users to connect to one or multiple NFS servers to store job outputs and experiment artifacts." custom_excerpt: "The Network File System (NFS) is a client/server applic...
{ "pile_set_name": "Github" }
'use strict'; const prettyPrintTypes = (types) => { const addArticle = (str) => { const vowels = ['a', 'e', 'i', 'o', 'u']; if (vowels.indexOf(str[0]) !== -1) { return `an ${str}`; } return `a ${str}`; }; return types.map(addArticle).join(' or '); }; const isArrayOfNotation = (typeDefinit...
{ "pile_set_name": "Github" }
<?xml version="1.0" standalone="no" ?> <!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd"> <pov> <cbid>service</cbid> <replay> <read><delim>\x0a</delim><match><data>2D Particle Simulator\x0a</data></match></read> <read><delim>\x0a</delim><match><data>Enter the number of particles to simulate \x281-10\x29:\x0a</data>...
{ "pile_set_name": "Github" }
%% %% wings_proxy.erl -- %% %% This module implements the smooth proxy. %% %% Copyright (c) 2001-2011 Bjorn Gustavsson & Dan Gudmundsson %% %% See the file "license.terms" for information on usage and redistribution %% of this file, and for a DISCLAIMER OF ALL WARRANTIES. %% %% $Id$ %% -module(wings_proxy)...
{ "pile_set_name": "Github" }
CREATE TABLE list (id VARCHAR(64) NOT NULL, value VARCHAR(64) NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE = InnoDB; INSERT INTO `list` (`id`, `value`) VALUES ('AF', 'Afghanistan'); INSERT INTO `list` (`id`, `value`) VALUES ('ZA', 'Afrique du Sud'); INSERT INTO `list` (`id`, `va...
{ "pile_set_name": "Github" }
from unittest.mock import patch from mindmeld.components.nlp import NaturalLanguageProcessor def test_intent_classifier_svm(kwik_e_mart_app_path): nlp = NaturalLanguageProcessor(app_path=kwik_e_mart_app_path) search_grid = { "C": [0.1, 0.5, 1, 5, 10, 50, 100, 1000, 5000], "kernel": ["linear",...
{ "pile_set_name": "Github" }
{ "ctm": { "ctm_version": 1, "type": "pillar", "layer": "TRANSLUCENT", "textures": [ "chisel:blocks/icepillar/plaingreek-ctmv" ] } }
{ "pile_set_name": "Github" }
{ "version" : "5.5.0", "timestamp" : 1581572093660, "path" : "query-validation-tests/joins.json", "schemas" : { "CSAS_INNER_JOIN_0.INNER_JOIN" : { "schema" : "`ROWKEY` BIGINT KEY, `T_ROWTIME` BIGINT, `T_ROWKEY` BIGINT, `T_ID` BIGINT, `T_NAME` STRING, `T_VALUE` BIGINT, `F1` STRING", "serdeOptions...
{ "pile_set_name": "Github" }
{ "$schema": "http://json-schema.org/draft-04/schema#", "_id": "kapi.blackhole.module_resp", "description": "AMQP API for blackhole.module_resp", "properties": { "Error": { "type": "string" }, "Event-Category": { "enum": [ "blackhole" ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> <title>module SafeYAML - jekyll-1.4.0 Documentation</title> <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet"> <script type="text/javascript"> var rdoc_rel_prefix = "./"; </script> <script type...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: f6315a9155238724c9b221c155c73f68 timeCreated: 1515601872 licenseType: Free MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
{ "extends": ["tslint-config-airbnb"], "rules": { /* modifications to base config */ // adds statements, members, and elements to the base config "align": [true, "parameters", "arguments", "statements", "members", "elements"], // adds number of spaces so auto-fixing will work "indent": [true, "s...
{ "pile_set_name": "Github" }
-- -- -- delimiter // drop procedure if exists _expand_statement_variables // create procedure _expand_statement_variables( in id_from int unsigned, in id_to int unsigned, out expanded_statement text charset utf8, out expanded_variables_found tinyint unsigned, in should_execute_stateme...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # Generated by Django 1.11.7 on 2018-07-07 03:51 from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('activity', '0018_auto_20180706_1708'), ] operations = [ migrations.AlterFie...
{ "pile_set_name": "Github" }
import Vue from 'vue'; import { resetStyled, expectCSSMatches } from './utils' let styled describe('with styles', () => { /** * Make sure the setup is the same for every test */ beforeEach(() => { styled = resetStyled() }) it('should append a style', () => { const rule = 'color: blue;' con...
{ "pile_set_name": "Github" }
name: "Ta Safo" url: "https://tasafo.org" twitter: "tasafo"
{ "pile_set_name": "Github" }
<app-header></app-header> <ion-content> <div id="page-not-found-container"> <div [fivCenter] class="ion-text-center"> <lottie-animation-view [options]="lottieConfig" [width]="200" [height]="200" (animCreated)="handleAnimation($event)"> </lottie-animation-view> <h3 class="ion-text-cente...
{ "pile_set_name": "Github" }
// @flow import * as React from "react"; import Slider from "../index"; export default { Example: () => <Slider label="Volume" minValue={0} maxValue={100} defaultValue={33} />, info: { title: "Default slider", description: "A default slider presents a range in between given minimum and maximum value...
{ "pile_set_name": "Github" }
CREATE TABLE IF NOT EXISTS "carddav_server" ( "carddav_server_id" serial, "user_id" int NOT NULL REFERENCES "users" ON DELETE CASCADE, "url" varchar(255) NOT NULL, "username" varchar(128) NOT NULL, "password" varchar(128) NOT NULL, "label" varchar(128) NOT NULL, "read_only" int NOT NULL, PRIMARY KEY ("carddav_s...
{ "pile_set_name": "Github" }