text
stringlengths
2
99.7k
meta
dict
{ "jsonSchemaSemanticVersion": "1.0.0", "imports": [ { "corpusPath": "cdm:/foundations.cdm.json" }, { "corpusPath": "/core/operationsCommon/Common.cdm.json", "moniker": "base_Common" }, { "corpusPath": "/core/operationsCommon/DataEntityView.cdm.json", "moniker": "ba...
{ "pile_set_name": "Github" }
{ "name": "bootstrap", "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", "version": "3.2.0", "keywords": [ "css", "less", "mobile-first", "responsive", "front-end", "framework", "web" ], "homepage": "http://getboot...
{ "pile_set_name": "Github" }
{ "id": 5342, "name": "Undead one", "incomplete": true, "members": true, "release_date": "2003-01-27", "combat_level": 68, "size": 1, "hitpoints": 47, "max_hit": 7, "attack_type": [ "slash" ], "attack_speed": 4, "aggressive": true, "poisonous": false, ...
{ "pile_set_name": "Github" }
{ "jsonSchemaSemanticVersion": "1.0.0", "imports": [ { "corpusPath": "cdm:/foundations.1.2.cdm.json" }, { "corpusPath": "/core/operationsCommon/Common.1.0.cdm.json", "moniker": "base_Common" }, { "corpusPath": "/core/operationsCommon/DataEntityView.1.0.cdm.json", "m...
{ "pile_set_name": "Github" }
@mixin theme-border-color($theme) { .card{ border-color: map-get($theme, card); } .recentlygames li, .viewall, .navview #statis li, .navview #graph li, .blog-social, .time-stats, .pcategories > .col-sm-9, .tag, .btnbox, .form-group .bar, .questionstatus .tab-content > ul > li, nav .card,.question-section,.report-...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Data attributes - robertnyman.com</title> <link rel="stylesheet" href="../css/base.css" type="text/css" media="screen"> <style> .error { color: #f00; } </style> <!--[if lte IE 8]> <script src="../js/html5.js"></script> <![endif]--> </head> <bo...
{ "pile_set_name": "Github" }
[CustomMessages] pt_br.IDP_FormCaption =Baixando arquivos pt_br.IDP_FormDescription =Por favor aguarde, enquanto recebe arquivos adicionais... pt_br.IDP_TotalProgress =Progresso total pt_br.IDP_CurrentFile =Arquivo atual pt_br.IDP_File =Arquivo: pt_br.IDP_Speed ...
{ "pile_set_name": "Github" }
@comment $NetBSD: PLIST,v 1.5 2017/06/21 08:28:43 markd Exp $ share/texmf-dist/scripts/luaotfload/luaotfload-tool.lua share/texmf-dist/scripts/luaotfload/mkcharacters share/texmf-dist/scripts/luaotfload/mkglyphlist share/texmf-dist/scripts/luaotfload/mkimport share/texmf-dist/scripts/luaotfload/mkstatus share/texmf-dis...
{ "pile_set_name": "Github" }
{ "Intl": { "Continent_afr": "Àfrica", "Continent_amc": "Amèrica Central", "Continent_amn": "Amèrica del Nord", "Continent_ams": "Amèrica del Sud", "Continent_ant": "Antàrtida", "Continent_asi": "Àsia", "Continent_eur": "Europa", "Continent_oce": "Ocea...
{ "pile_set_name": "Github" }
<?xml version="1.0" ?> <annotation> <folder>widerface</folder> <filename>43--Row_Boat_43_Row_Boat_Canoe_43_522.jpg</filename> <source> <database>wider face Database</database> <annotation>PASCAL VOC2007</annotation> <image>flickr</image> <flickrid>-1</flickrid> </source> <owner> <flickrid>yanyu</flickrid> <name>yanyu</...
{ "pile_set_name": "Github" }
// Scintilla source code edit control /** @file SplitVector.h ** Main data structure for holding arrays that handle insertions ** and deletions efficiently. **/ // Copyright 1998-2007 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. ...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "iphone", "size" : "20x20", "scale" : "2x" }, { "idiom" : "iphone", "size" : "20x20", "scale" : "3x" }, { "idiom" : "iphone", "size" : "29x29", "scale" : "2x" }, { "idiom" : "iphone", "size" : "29x...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "iphone", "size" : "20x20", "scale" : "2x" }, { "idiom" : "iphone", "size" : "20x20", "scale" : "3x" }, { "idiom" : "iphone", "size" : "29x29", "scale" : "2x" }, { "idiom" : "iphone", "size" : "29x...
{ "pile_set_name": "Github" }
{ "version" : "6.0.0", "timestamp" : 1588893901741, "path" : "query-validation-tests/between.json", "schemas" : { "CSAS_OUTPUT_0.KsqlTopic.Source" : { "schema" : "`ID` STRING KEY, `SOURCE` STRING", "serdeOptions" : [ ] }, "CSAS_OUTPUT_0.OUTPUT" : { "schema" : "`ID` STRING KEY, `THI...
{ "pile_set_name": "Github" }
{ "jsonSchemaSemanticVersion": "1.0.0", "imports": [ { "corpusPath": "cdm:/foundations.cdm.json" }, { "corpusPath": "/core/operationsCommon/Common.cdm.json", "moniker": "base_Common" }, { "corpusPath": "/core/operationsCommon/DataEntityView.cdm.json", "moniker": "ba...
{ "pile_set_name": "Github" }
#ifndef UI_CONTROL_RICHEDIT_H_ #define UI_CONTROL_RICHEDIT_H_ #pragma once #include <Imm.h> #include <textserv.h> #include <richedit.h> #include <RichOle.h> namespace ui { class CTxtWinHost; class UILIB_API RichEdit : public ScrollableBox { public: friend class CTxtWinHost; typedef std::function<bool(LONG, LONG,...
{ "pile_set_name": "Github" }
#include <bits/stdc++.h> #define endl '\n' using namespace std; const int MAXN = (1 << 20); random_device rd; mt19937 mt(rd()); struct persistent_treap { struct node { int sz, mx, val; node *l, *r; node() { sz = 0; mx = 0; val = 0; l = nullptr; r = nullptr; } node(int _val) { val = _val; mx = val; sz = 1...
{ "pile_set_name": "Github" }
#include <string.h> #include <stdint.h> static char *twobyte_strstr(const unsigned char *h, const unsigned char *n) { uint16_t nw = n[0]<<8 | n[1], hw = h[0]<<8 | h[1]; for (h++; *h && hw != nw; hw = hw<<8 | *++h); return *h ? (char *)h-1 : 0; } static char *threebyte_strstr(const unsigned char *h, const unsigned ...
{ "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>files</key> <dict> <key>Resources/Base.lproj/MainMenu.nib</key> <dict> <key>hash</key> <data> hFz93/8uB/gA3VXQKfLElQX/ouc= </d...
{ "pile_set_name": "Github" }
{ "images" : [ { "size" : "20x20", "idiom" : "iphone", "filename" : "Icon-App-20x20@2x.png", "scale" : "2x" }, { "size" : "20x20", "idiom" : "iphone", "filename" : "Icon-App-20x20@3x.png", "scale" : "3x" }, { "size" : "29x29", "idiom" : "...
{ "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" }
<div id="upgrade-session" class="settings-unit {{#isPanelOpen}}open{{/isPanelOpen}}"> <div class="settings-unit-stub"> <header class="settings-unit-summary"> <h2 class="settings-unit-title">{{ title }}</h2> </header> <button class="settings-button settings-unit-toggle secondary-b...
{ "pile_set_name": "Github" }
from __future__ import print_function import traceback import dsz import ops from util.DSZPyLogger import DSZPyLogger DEFAULT_LOG = 'OPS' _debug_enabled = False _pass_through = {} def register_passthrough(extype, content): if (extype not in _pass_through): _pass_through[extype] = [] tcont...
{ "pile_set_name": "Github" }
// Copyright 2019+ Klaus Post. All rights reserved. // License information can be found in the LICENSE file. // Based on work by Yann Collet, released under BSD License. package zstd const ( dFastLongTableBits = 17 // Bits used in the long match table dFastLongTableSize = 1 << dFastLongTableBit...
{ "pile_set_name": "Github" }
{ "name": "sleepwatcher", "full_name": "sleepwatcher", "oldname": null, "aliases": [ ], "versioned_formulae": [ ], "desc": "Monitors sleep, wakeup, and idleness of a Mac", "license": null, "homepage": "https://www.bernhard-baehr.de/", "versions": { "stable": "2.2.1", "head": null, "b...
{ "pile_set_name": "Github" }
{ "@metadata": { "authors": [ "Akamycoco", "Iyuqciyang" ] }, "sunday": "Jiyax sngayan", "monday": "Tg1 jiyax iyax sngayan", "tuesday": "Tg2 jiyax iyax sngayan", "wednesday": "Tg3 jiyax iyax sngayan", "thursday": "Tg4 jiyax iyax sngayan", "friday": "Tg5 jiyax iyax sngayan", "saturday": "Tg6 jiyax iyax...
{ "pile_set_name": "Github" }
{ "name": "iron-icons", "version": "2.1.1", "description": "A set of icons for use with iron-icon", "authors": [ "The Polymer Authors" ], "keywords": [ "web-components", "polymer", "icon" ], "main": "iron-icons.html", "private": true, "repository": { "type": "git", "url": "gi...
{ "pile_set_name": "Github" }
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // WARNING: This file was auto-generated, any change will be overridden in next release. Please use configs/es6.conf.js then run "npm run convert". // //////////////////...
{ "pile_set_name": "Github" }
{ "name": "nan", "version": "1.8.4", "description": "Native Abstractions for Node.js: C++ header for Node 0.8->0.12 compatibility", "main": "include_dirs.js", "repository": { "type": "git", "url": "git://github.com/iojs/nan.git" }, "scripts": { "test": "tap --gc test/js/*-test.js", "rebuil...
{ "pile_set_name": "Github" }
// DATA_TEMPLATE: empty_table oTest.fnStart( "oLanguage.sSearch" ); $(document).ready( function () { /* Check the default */ var oTable = $('#example').dataTable( { "sAjaxSource": "../../../examples/ajax/sources/objects.txt", "aoColumns": [ { "mData": "engine" }, { "mData": "browser" }, { "mData": "plat...
{ "pile_set_name": "Github" }
<div class="apiDetail"> <div> <h2><span>JSON / Function(treeId, treeNode)</span><span class="path">setting.view.</span>fontCss</h2> <h3>概述<span class="h3_info">[ 依赖 <span class="highlight_green">jquery.ztree.core</span> 核心 js ]</span></h3> <div class="desc"> <p></p> <div class="longdesc"> <p>个性化文字样式,只针对 zTree...
{ "pile_set_name": "Github" }
{ "action": { "hacking": { "variety": [ "Unknown" ], "vector": [ "Web application" ] }, "malware": { "variety": [ "Capture app data" ], "vector": [ "Direct install" ] } }, "actor": { "external": { "country": ...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> <head>...
{ "pile_set_name": "Github" }
@import url("basic.css"); /* -- page layout ----------------------------------------------------------- */ body { font-family: Georgia, serif; font-size: 17px; background-color: #fff; color: #000; margin: 0; padding: 0; } div.document { width: 940px; margin: 30px auto 0 auto; } div....
{ "pile_set_name": "Github" }
<div class="cartodb-popup header orange v2"> <a href="#close" class="cartodb-popup-close-button close">x</a> <div class="cartodb-popup-header"> {{#content.fields.length}} {{#content.fields.0.title}} {{#content.fields.0.alternative_name}} <h4>{{content.fields.0.alternative_name}}</h4> {{/content....
{ "pile_set_name": "Github" }
[Infinite Health] 10A483A4 00000190 [Max Health] 10A483A6 00000190 [Infinite Stamina] 20A4876A 00000074 20A4876B 00000074 [Infinite Suppressor] 2091F2B8 0000001E 2091F278 0000001E [Infinite Battery] 20A4876E 0000002C [Have/Infinite Fork] 1091C8B8 00000001 [Have/Infinite Cig Spray] 1091C8F8 00...
{ "pile_set_name": "Github" }
{\rtf1\ansi\ansicpg1252\cocoartf1348\cocoasubrtf170 {\fonttbl\f0\fswiss\fcharset0 ArialMT;\f1\froman\fcharset0 Times-Roman;\f2\froman\fcharset0 TimesNewRomanPSMT; \f3\fnil\fcharset0 Menlo-Regular;} {\colortbl;\red255\green255\blue255;\red198\green0\blue54;\red0\green116\blue0;} {\*\listtable{\list\listtemplateid1\listh...
{ "pile_set_name": "Github" }
body { font-family: "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif; } .jasmine_reporter a:visited, .jasmine_reporter a { color: #303; } .jasmine_reporter a:hover, .jasmine_reporter a:active { color: blue; } .run_spec { float:right; padding-right: 5px; font-size: .8em; text-d...
{ "pile_set_name": "Github" }
{ "tabNodeContainer": { "height": "50px", "background": "#E8ECEE", "border-top": "0px solid #CCC", "border-bottom": "0px solid #CCC", "margin-right" : "-1px" }, "contentNodeContainer": { "line-height": "normal", "clear": "both", "overflow": "hidden" }, "contentNodeArea": { "overflow": "hi...
{ "pile_set_name": "Github" }
{ "multipart": [ { "when": { "up": "true" }, "apply": { "model": "techreborn:block/storage/titanium_storage_block_wall_post" } }, { "when": { "north": "low" }, "apply": { "model": "techreborn:block/storage/titanium_storage_block_wall_side", "uvlock": true } }, { "when": { "...
{ "pile_set_name": "Github" }
// run-pass // aux-build:mir_external_refs.rs extern crate mir_external_refs as ext; struct S(u8); #[derive(Debug, PartialEq, Eq)] struct Unit; impl S { fn hey() -> u8 { 42 } fn hey2(&self) -> u8 { 44 } } trait X { fn hoy(&self) -> u8 { 43 } fn hoy2() -> u8 { 45 } } trait F<U> { fn f(self, othe...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "iphone", "size" : "20x20", "scale" : "2x" }, { "idiom" : "iphone", "size" : "20x20", "scale" : "3x" }, { "idiom" : "iphone", "size" : "29x29", "scale" : "2x" }, { "idiom" : "iphone", "size" : "29x...
{ "pile_set_name": "Github" }
{ "AccessedBy": { "other": "Accessed by {{.Actor}}" }, "AccessedObject": { "other": "Accessed {{.Object}}" }, "AccessedObjectBy": { "other": "{{.Object}} was accessed by {{.Actor}}" }, "Cell": { "other": "Cell" }, "CreatedBy": { "other": "Created by {{.Actor}}" }, "CreatedObjec...
{ "pile_set_name": "Github" }
#include once "trycatch.bi" ''to compile: fbc test.bas trycatch.bas type MyException extends Exception declare constructor() something as integer = 1234 declare operator cast() as string end type constructor MyException base("myexception") end constructor operator MyException.cast() as string op...
{ "pile_set_name": "Github" }
{ "jsonSchemaSemanticVersion": "1.0.0", "imports": [ { "corpusPath": "cdm:/foundations.1.1.cdm.json" }, { "corpusPath": "/core/operationsCommon/Common.1.0.cdm.json", "moniker": "base_Common" }, { "corpusPath": "/core/operationsCommon/DataEntityView.1.0.cdm.json", "m...
{ "pile_set_name": "Github" }
[ { "date": "2017-05-01", "commits": 1, "month": 4, "day": 1, "week": "0" }, { "date": "2017-05-02", "commits": 1, "month": 4, "day": 2, "week": "0" }, { "date": "2017-05-03", "commits": 1, "month": 4, "day": 3, "week": "0" }, { "date": "2017...
{ "pile_set_name": "Github" }
{ "jsonSchemaSemanticVersion": "1.0.0", "imports": [ { "corpusPath": "cdm:/foundations.cdm.json" }, { "corpusPath": "/core/operationsCommon/Common.cdm.json", "moniker": "base_Common" }, { "corpusPath": "/core/operationsCommon/DataEntityView.cdm.json", "moniker": "ba...
{ "pile_set_name": "Github" }
{ // Use IntelliSense to learn about possible Node.js debug attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type": "node", "request": "attach", ...
{ "pile_set_name": "Github" }
{ "jsonSchemaSemanticVersion": "1.0.0", "imports": [ { "corpusPath": "cdm:/foundations.1.1.cdm.json" }, { "corpusPath": "/core/operationsCommon/Common.1.0.cdm.json", "moniker": "base_Common" }, { "corpusPath": "/core/operationsCommon/DataEntityView.1.0.cdm.json", "m...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:oauth="http://www.springframework.org/schema/security/oauth2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/security/oauth2 https://www.springframe...
{ "pile_set_name": "Github" }
{ "name": "data-lake-authorizer", "description": "A Lambda function for authorizing access to the Data Lake API", "main": "index.js", "author": { "name": "aws-solutions-builder" }, "license": "Apache-2.0", "version": "0.0.1", "private": "true", "dependencies": { "mome...
{ "pile_set_name": "Github" }
#ifndef BOOST_ALGORITHM_RG071801_HPP #define BOOST_ALGORITHM_RG071801_HPP // // // Copyright (c) 1994 // Hewlett-Packard Company // // Permission to use, copy, modify, distribute and sell this software // and its documentation for any purpose is hereby granted without fee, // provided that the above copyrigh...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": { "collapsed": true }, "outputs": [], "source": [ "import pandas as pd\n", "from assign_unique_ids_functions import *" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [ ...
{ "pile_set_name": "Github" }
{ "__inputs": [ { "name": "DS_TESLA", "label": "tesla", "description": "", "type": "datasource", "pluginId": "influxdb", "pluginName": "InfluxDB" }, { "name": "VAR_RANGEUNIT", "type": "constant", "label": "rangeunit", "value": "km", "descri...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <address:addresses xmlns:address="http://www.orcid.org/ns/address" xmlns:common="http://www.orcid.org/ns/common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.orcid.org/ns/address ../address-2.0_rc3.xsd "> <common:last-modified-date>2002-1...
{ "pile_set_name": "Github" }
//=- SystemZScheduleZ196.td - SystemZ Scheduling Definitions ---*- tblgen -*-=// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
{ "pile_set_name": "Github" }
[ { "__type__": "cc.SceneAsset", "_name": "", "_objFlags": 0, "_native": "", "scene": { "__id__": 1 } }, { "__type__": "cc.Scene", "_objFlags": 0, "_parent": null, "_children": [ { "__id__": 2 } ], "_active": true, "_components": [], ...
{ "pile_set_name": "Github" }
// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package korean import ( "unicode/utf8" "golang.org/x/text/encoding" "golang.org/x/text/encoding/internal" "golang.org/x/text/encoding/internal/identifier"...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "markdown", "metadata": { "colab_type": "text" }, "source": [ "# Image classification from scratch\n", "\n", "**Author:** [fchollet](https://twitter.com/fchollet)<br>\n", "**Date created:** 2020/04/27<br>\n", "**Last modified:** 2020/04/28<br>\n", "...
{ "pile_set_name": "Github" }
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[58],{ /***/ "./node_modules/@ionic/core/dist/esm/es5/build/0utrggve.entry.js": /*!***********************************************************************!*\ !*** ./node_modules/@ionic/core/dist/esm/es5/build/0utrggve.entry.js ***! \********************...
{ "pile_set_name": "Github" }
From c4158ecd28dcfb03ce564ba5236a2c4780314806 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 05 Jan 2008 17:39:56 +0000 Subject: Merge r20095 by vapier from trunk: Make sure that the DSO has an hash table into its elf, otherwise skip the lookup over next DSO. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@...
{ "pile_set_name": "Github" }
{ "parameters": { "subscriptionId": "12345678-1234-1234-12345678abc", "resourceGroupName": "exampleResourceGroup", "factoryName": "exampleFactoryName", "api-version": "2017-09-01-preview" }, "responses": { "200": { "headers": { "Date": "Wed, 13 Sep 2017 17:55:54 GMT", "x-...
{ "pile_set_name": "Github" }
{ "action": { "misuse": { "notes": "says only that he \"had access to\" this information. Not sure whether that's physical documents or a database.", "variety": [ "Unknown" ], "vector": [ "Unknown" ] } }, "actor": { "internal": { "motive": [ ...
{ "pile_set_name": "Github" }
<section id="references"> <h1>References</h1> <p>Where to look to find out more.</p> <h2>Online</h2> <ul> <li><a href="http://www.w3.org/TR/css3-transitions/">W3C: CSS Transitions Module Level 3</a></li> <li><a href="http://www.w3.org/TR/css3-2d-transforms/">W3C: CSS 2D Transforms Module Level 3</a></li> <li>...
{ "pile_set_name": "Github" }
#FP7Code1CON { height: 740px; width: 960px } /* For some reason, this was necessary to get vert height to encompass all code */ #FP7Code1CON .jsavcanvas{ min-height: -webkit-fill-available; } #FP7Code1CON .jsavcode { margin-left: 20px; width: 400px; } #FP7Code1CON .jsavlabel{ margin-bottom: 0; } #...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "markdown", "metadata": { "deletable": true, "editable": true }, "source": [ "# Sparse Datasets\n", "- This notebook is used for benchmarking and debugging sparse datasets" ] }, { "cell_type": "markdown", "metadata": { "deletable": true, "e...
{ "pile_set_name": "Github" }
// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful...
{ "pile_set_name": "Github" }
{ "keyboard_name": "Murciélago", "url": "", "maintainer": "elagil", "width": 15, "height": 5.75, "layouts": { "LAYOUT": { "layout": [ {"label":"0,0", "x":0, "y":0.425}, {"label":"0,1", "x":1, "y":0.25}, {"label":"0,2", "x":2, "y":0.125}, {"label":"0,3", "x":3, "y":...
{ "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" }
<http://example.com/Subj1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.com/Type> <http://example.com/U> . <http://example.com/Subj1> <http://example.com/ref> <http://example.com/U> <http://example.com/U> . <http://example.com/Subj1> <http://example.com/list> _:a <http://example.com/U> . _:a <http:...
{ "pile_set_name": "Github" }
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!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=ISO-8859-1"> <title>Remote File Inclusion Tes...
{ "pile_set_name": "Github" }
import "base_gcmessages.proto"; import "dota_gcmessages_common_match_management.proto"; option cc_generic_services = false; message CDOTAMatchMetadataFile { required int32 version = 1; required uint64 match_id = 2; optional .CDOTAMatchMetadata metadata = 3; optional bytes private_metadata = 5; } message CDOTAMat...
{ "pile_set_name": "Github" }
# *************************************************************************** # * # * Copyright (C) 1995-2002, International Business Machines # * Corporation and others. All Rights Reserved. # * # *************************************************************************** # # File created by rptp2ucm (compiled on...
{ "pile_set_name": "Github" }
{ "name": "End", "namespace": "draw2d.shape.node", "description": "<p>A simple Node which has a InputPort. Mainly used for demo and examples.</p>", "extends": [ "draw2d.shape.basic.Rectangle" ], "access": "", "virtual": false, "functions": [ { "name": "init", "access": "", "vir...
{ "pile_set_name": "Github" }
<?php namespace Opencart\Application\Controller\Affiliate; class Login extends \Opencart\System\Engine\Controller { private $error = []; public function index() { if (!$this->config->get('config_affiliate_status') || $this->customer->isLogged()) { $this->response->redirect($this->url->link('account/account', 'l...
{ "pile_set_name": "Github" }
{ "action": { "hacking": { "variety": [ "Unknown" ], "vector": [ "Web application" ] }, "malware": { "variety": [ "Capture app data" ], "vector": [ "Direct install" ] } }, "actor": { "external": { "country": ...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <html> <head> <title> </title> <meta charset="UTF-8" /> <script type="text/javascript" src="http://lib.sinaapp.com/js/jquery/1.9.1/jquery-1.9.1.min.js"> </script> <script type="text/javascript" src="jquery.jplayer.min.js"> </script> ...
{ "pile_set_name": "Github" }
#ifndef CAFFE_CROP_LAYER_HPP_ #define CAFFE_CROP_LAYER_HPP_ #include <utility> #include <vector> #include "caffe/blob.hpp" #include "caffe/layer.hpp" #include "caffe/proto/caffe.pb.h" namespace caffe { /** * @brief Takes a Blob and crop it, to the shape specified by the second input * Blob, across all dimensions...
{ "pile_set_name": "Github" }
/* * Timings and Geometry for Samsung K3PE0E000B memory part */ / { samsung_K3PE0E000B: lpddr2 { compatible = "Samsung,K3PE0E000B","jedec,lpddr2-s4"; density = <4096>; io-width = <32>; tRPab-min-tck = <3>; tRCD-min-tck = <3>; tWR-min-tck = <3>; tRASmin-min-tck = <3>; tRRD-min-tck = <2>; tWTR-min...
{ "pile_set_name": "Github" }
#include "GlobalConfigManager.h" #include "tinyxml2/tinyxml2.h" #include "platform/CCFileUtils.h" #include "Platform.h" #include "UtilStreams.h" #include "LocaleConfigManager.h" bool TVPWriteDataToFile(const ttstr &filepath, const void *data, unsigned int len); class XMLMemPrinter : public tinyxml2::XMLPrinter { tTVP...
{ "pile_set_name": "Github" }
{ "name": "libdvdread", "full_name": "libdvdread", "oldname": null, "aliases": [ ], "versioned_formulae": [ ], "desc": "C library for reading DVD-video images", "license": "GPL-2.0", "homepage": "https://www.videolan.org/developers/libdvdnav.html", "versions": { "stable": "6.1.1", "head"...
{ "pile_set_name": "Github" }
<?php $title = "noUiSlider - Examples and hints"; $description = "noUiSlider has a selection of examples you can use to implement a slider easily. Take a look!"; $canonical = "nouislider/examples/" ?> <section> <ul> <li><a href="#section-colorpicker">Color picker</a></li> <li><a href="#section-dates">Using ...
{ "pile_set_name": "Github" }
//////////////////////////////////////////////////////////////////////////////////////// // // Nestopia - NES/Famicom emulator written in C++ // // Copyright (C) 2003-2008 Martin Freij // // This file is part of Nestopia. // // Nestopia is free software; you can redistribute it and/or modify // it under the te...
{ "pile_set_name": "Github" }
<div class="apiDetail"> <div> <h2><span>Function(treeId, treeNode, clickFlag)</span><span class="path">setting.callback.</span>beforeClick</h2> <h3>Overview<span class="h3_info">[ depends on <span class="highlight_green">jquery.ztree.core</span> js ]</span></h3> <div class="desc"> <p></p> <div class="longdesc"> ...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "code", "execution_count": 9, "metadata": { "collapsed": false }, "outputs": [], "source": [ "# -*- coding: utf-8 -*-\n", "'''\n", "\n", "An implementation of sequence to sequence learning for performing addition\n", "Input: \"535+61\"\n", "Ou...
{ "pile_set_name": "Github" }
{ "pagination": { "GetBotAliases": { "input_token": "nextToken", "output_token": "nextToken", "limit_key": "maxResults" }, "GetBotChannelAssociations": { "input_token": "nextToken", "output_token": "nextToken", "limit_key": "maxResults" }, "GetBotVersions": { ...
{ "pile_set_name": "Github" }
{{fbdoc item="title" value="STDCALL"}}---- Specifies a //stdcall//-style calling convention in a procedure declaration {{fbdoc item="syntax"}}## [[KeyPgSub|Sub]] //name// **Stdcall** [[[KeyPgOverload|Overload]]] [[[KeyPgAlias|Alias]] //"""alias"""//] ( //parameters// ) [[KeyPgFunction|Function]] //name// **Stdcall**...
{ "pile_set_name": "Github" }
17 16 22 13 17 15 15 20 13 18 22 15 15 15 13 13 19 14 12 13 13 11 17 13 19 13 15 15 15 13 13 20 18 12 14 13 14 18 16 17 14 13 15 13 15 13 14 17 17 15 14 16 12 11 13 13 13 18 15 13 17 13 13 15 13 15 12 12 16 15 14 13 19 15 19 14 15 17 13 20 17 13 13 18 11 12 15 15 18 13 20 15 13 17 15 21 13 19 18 15 13 17 17 12 14 21 13...
{ "pile_set_name": "Github" }
<template> <view class="container"> <view class="tui-title"> 水平方向 </view> <tui-steps :items="items" spacing="180rpx" :activeSteps="activeSteps"></tui-steps> <view class="tui-top"> <tui-steps :items="items" :type="2" spacing="180rpx" :activeSteps="activeSteps"></tui-steps> </view> <view class="tu...
{ "pile_set_name": "Github" }
<HTML ><HEAD ><TITLE >GrArea()</TITLE ><META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.61 "><LINK REL="HOME" TITLE="Nano-X Library API" HREF="index.html"><LINK REL="UP" TITLE="Nano-X Function Reference" HREF="ch2.html"><LINK REL="PREVIOUS" TITLE="GrArcAngle()" HREF="nxapi_GrArcAngle.html"><LIN...
{ "pile_set_name": "Github" }
################################################################ # .___ __ _______ .___ # # __| _/____ _______| | __ ____ \ _ \ __| _/____ # # / __ |\__ \\_ __ \ |/ // ___\/ /_\ \ / __ |/ __ \ # # / /_/ | / __ \| | \/ <\ \___\ \_/ \/ /_/ \ ...
{ "pile_set_name": "Github" }
{ "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations \u0026 Alerts", "type": "dashboard" } ] }, "editable": true, "gnetId": n...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_10) on Fri Jan 30 10:00:26 CST 2015 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> org.openwebflow.assign.imp...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><title>R: Epiliptic Seizures</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" type="text/css" href="R.css"> </head><body> <table width="100%" summary="page for seizure"><tr><td>seizure</td><td ...
{ "pile_set_name": "Github" }
@use "sass:color"; @use "colors" as *; @use "../colors" as *; @use "sizes" as *; @use "../sizes" as *; @use "../../base/form"; // adduse @use "../scrollable"; .dx-form-group-caption { font-size: $generic-form-group-caption-font-size; } .dx-form-group-with-caption { // stylelint-disable-line no-duplicate-selectors...
{ "pile_set_name": "Github" }
{ "action": { "hacking": { "variety": [ "Unknown" ], "vector": [ "Web application" ] }, "malware": { "variety": [ "Capture app data" ], "vector": [ "Direct install" ] } }, "actor": { "external": { "country": ...
{ "pile_set_name": "Github" }
// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package template // Tests for multiple-template parsing and execution. import ( "bytes" "fmt" "testing" "text/template/parse" ) const ( noError = true ...
{ "pile_set_name": "Github" }
{ "action": { "hacking": { "variety": [ "Unknown" ], "vector": [ "Web application" ] }, "malware": { "variety": [ "Capture app data" ], "vector": [ "Direct install" ] } }, "actor": { "external": { "country": ...
{ "pile_set_name": "Github" }
{ "name": "MMRecord", "version": "1.4.1", "license": "MIT", "summary": "A simple block based web service integration library.", "homepage": "https://github.com/MutualMobile/MMRecord", "authors": { "Conrad Stoll": "conrad.stoll@mutualmobile.com" }, "source": { "git": "https://github.com/mutualmob...
{ "pile_set_name": "Github" }
// Copyright 2001-2019 Crytek GmbH / Crytek Group. All rights reserved. #include "StdAfx.h" #include <assert.h> // assert() #include "../../ImageCompiler.h" // CImageCompiler #include "../../ImageObject.h" // ImageToProcess #include "IRCLog.h" /...
{ "pile_set_name": "Github" }