text stringlengths 11 99.8k | meta dict |
|---|---|
var extend = require('util')._extend
function constructObject(initialObject) {
initialObject = initialObject || {}
return {
extend: function (object) {
return constructObject(extend(initialObject, object))
},
done: function () {
return initialObject
}
}
}
function constructOptionsFr... | {
"pile_set_name": "Github"
} |
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<title>Crimson Editor Setup</title>
<meta content="text/html; charset=iso-8859-1"
http-equiv="Content-Type">
<link type="text/css" rel="stylesheet" href="../../css/default.css">
</HEAD>
<BODY>
<FONT SIZE=5>
<B><U><h1>Using... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html><html class="reftest-wait"><head><script type="text/javascript">
function boom()
{
var area = document.getElementById("area");
var main = document.getElementById("main");
area.nextSibling.data += " a ";
document.documentElement.offsetHeight;
area.nextSibling.data = " b ";
main.previousSibli... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Highcharts Example</title>
<style type="text/css">
#container, #sliders {
min-width: 310px;
max-width: 800px;
margin: 0 aut... | {
"pile_set_name": "Github"
} |
---
external help file: Microsoft.CertificateServices.Administration.Commands.dll-Help.xml
Module Name: ADCSAdministration
online version:
schema: 2.0.0
title: Add-CATemplate
ms.author: v-anbarr
ms.reviewer: brianlic
description:
keywords: powershell, cmdlet
author: andreabarr
manager: jasgro
ms.date: 2017-10-30
ms.t... | {
"pile_set_name": "Github"
} |
/* μlogger
*
* Copyright(C) 2017 Bartek Fabiszewski (www.fabiszewski.net)
*
* This 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 versio... | {
"pile_set_name": "Github"
} |
<template lang="pug">
div
el-button(type="primary" @click="tab") New tab
</template>
<script>
export default {
data: () => ({
}),
computed: { },
created () { },
mounted () { },
methods: {
tab () {
chrome.tabs.create({ url: 'pages/app.html' })
}
}
}
</script... | {
"pile_set_name": "Github"
} |
require "spec_helper"
describe CC::Config::YAMLAdapter do
describe "#engines" do
it "moves engines to plugins" do
yaml = load_cc_yaml(<<-EOYAML)
engines:
rubocop:
enabled: true
EOYAML
expect(yaml.config).to eq(
"plugins" => {
"rubocop" => { "enabled" =... | {
"pile_set_name": "Github"
} |
import logging
from redash.destinations import *
enabled = True
try:
import pypd
except ImportError:
enabled = False
class PagerDuty(BaseDestination):
KEY_STRING = "{alert_id}_{query_id}"
DESCRIPTION_STR = "Alert: {alert_name}"
@classmethod
def enabled(cls):
return enabled
@cl... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Testcase, bug 430813</title>
<style type="text/css">
table, td { border-spacing: 0; margin: 0; padding: 0; }
td { background: aqua; }
</style>
</head>
<body style="border: 1px solid; width: 500px... | {
"pile_set_name": "Github"
} |
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Before you turn this problem in, make sure everything runs as expected. First, **restart the kernel** (in the menubar, select Kernel$\\rightarrow$Restart) and then **run all cells** (in the menubar, select Cell$\\rightarrow$Run All).\n... | {
"pile_set_name": "Github"
} |
{
"component": true
}
| {
"pile_set_name": "Github"
} |
---
id: version-4.0-extend_type
title: Extending a type
sidebar_label: Extending a type
original_id: extend_type
---
Fields exposed in a GraphQL type do not need to be all part of the same class.
Use the `@ExtendType` annotation to add additional fields to a type that is already declared.
<div class="alert alert-inf... | {
"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"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10117" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="iOS"/>
<... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="mq-600-plus.css" media="screen and (min-width: 600px)">
<link rel="stylesheet" href="mq-900-plus.css" media="screen and (min-width: 900px)">
<l... | {
"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>Data Fields</title>
<link href="tabs.css" rel="stylesheet" type="text/c... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platf... | {
"pile_set_name": "Github"
} |
{
"state": {
"_": {
"dead": "Beigta",
"initializing": "Inicializ\u0113",
"ready": "Gatavs",
"sleeping": "Gu\u013c"
},
"query_stage": {
"dead": "Beigta ({query_stage})",
"initializing": "Inicializ\u0113 ({query_stage})"
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<message>
<name>ADTA11</name>
<description>Cancel Admit</description>
<segments>
<segment>MSH</segment>
<segment>EVN</segment>
<segment>PID</segment>
<segment minOccurs="0">PD1</segment>
<segment>PV1</segment>
<... | {
"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
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 3ac02e7e783571c468f9c086d2384ba7
timeCreated: 1485107928
licenseType: Store
TextureImporter:
fileIDToRecycleName: {}
serializedVersion: 4
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 0
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapFadeDistanceStart... | {
"pile_set_name": "Github"
} |
# Event 61221 - Shell32_SyncIntegration_Manager_GetStatus
###### Version: 0
## Description
None
## Data Dictionary
|Standard Name|Field Name|Type|Description|Sample Value|
|---|---|---|---|---|
|TBD|CLSID|GUID|None|`None`|
|TBD|ItemPath|UnicodeString|None|`None`|
## Tags
* etw_level_Warning
* etw_keywords_Shell
* et... | {
"pile_set_name": "Github"
} |
@testable import TestProject
class MultipleProtocolMock: ProtocolA, ProtocolB, ProtocolC {
<selection></selection>
}
| {
"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"
} |
es:
dashboard:
alphabetical_collections_and_document_sets:
start_transcribing: "Comenzar a Transcribir"
owned_by: "Por %{author}"
collections_list:
collections: "Colecciones"
meta_description: "Eres libre de elegir entre los muchos proyectos interesantes disponibles en FromThePage. Pue... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="ember-guides/config/environment" content="%7B%22modulePrefix%22%3A%22ember-guides%22%2C%22environment%22%3A%22pr... | {
"pile_set_name": "Github"
} |
#include "AppDelegate.h"
#include "GeneratedPluginRegistrant.h"
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application
didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
[GeneratedPluginRegistrant registerWithRegistry:self];
// Override point for customization after applicatio... | {
"pile_set_name": "Github"
} |
---
nodes:
- name: start
- name: go
continue: .9
edges:
- start: go
- go: go
| {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
# Generated by Django 1.11.3 on 2017-07-15 11:55
from __future__ import unicode_literals
import datetime as dt
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("event", "0002_auto_20170429_1018"),
]
operations = [
... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("placeholder","he",{title:"מאפייני שומר מקום",toolbar:"צור שומר מקום",name:"שם שומר מקום",invalidName:"שומר מקום לא יכול להיות ריק ולא יכול להכיל את ה... | {
"pile_set_name": "Github"
} |
# coding=utf-8
# *** WARNING: this file was generated by pulumigen. ***
# *** Do not edit by hand unless you're certain you know what you are doing! ***
import warnings
import pulumi
import pulumi.runtime
from typing import Any, Mapping, Optional, Sequence, Union
from ... import _utilities, _tables
from ... import met... | {
"pile_set_name": "Github"
} |
import React from 'react';
import PropTypes from 'prop-types';
const UilAlignCenterV = (props) => {
const { color, size, ...otherProps } = props
return React.createElement('svg', {
xmlns: 'http://www.w3.org/2000/svg',
width: size,
height: size,
viewBox: '0 0 24 24',
fill: color,
...otherPro... | {
"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>CFBundleIdentifier</key>
<string>SEEMode.Base</string>
<key>CFBundleName</key>
<string>Base</string>
<key>NSHumanReadableCopyright</key>
<... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<class xmlns="http://xml.phpdox.net/src" full="Swoole\Http\Response" namespace="Swoole\Http" name="Response">
<method name="cookie" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Set the cookies of the HTTP response... | {
"pile_set_name": "Github"
} |
{
"description": "Selectors - :active pseudo-class (css3-modsel-19)",
"selectors": {
"a:active": "css3-modsel-19.expected0.html"
},
"src": "css3-modsel-19.src.html"
} | {
"pile_set_name": "Github"
} |
module(..., package.seeall)
text =
[[こんにちは。TextViewのサンプルです。
任意のサイズのテキストを表示できます。
改行もできます。
あ
あ
あ
あ
あ
あ
あ
あ
あ
あ
あ
あ]]
--------------------------------------------------------------------------------
-- Event Handler
--------------------------------------------------------------------------------
function onCreate(e)... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>@ViewBag.Host</title>
<style>
body {
margin: 32px;
font-size: 2em;
font-family: Arial;
}
</style>
</head>
<body>
<div style="text-align: center">
http://@ViewBag.Host
</div>... | {
"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_01) on Mon Aug 04 16:56:49 EDT 2008 -->
<TITLE>
I-Index
</TITLE>
<META NAME="date" CONTENT="2008-08-04">
<LINK REL ="stylesheet" TYPE="t... | {
"pile_set_name": "Github"
} |
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"-------------------------------------------------... | {
"pile_set_name": "Github"
} |
<odoo>
<data noupdate="1">
<record id="menu_website_ipushp" model="website.menu">
<field name="name">iPushp</field>
<field name="url">/page/iPushp</field>
<field name="parent_id" ref="website.main_menu" />
<field name="sequence" type="int">58</field>
<... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>IBDocumentLocation</key>
<string>29 42 356 240 0 0 1280 1002 </string>
<key>IBEditorPositions</key>
<dict>
<key>29</key>
<string>10 455 318 44 0 0 1280 1002 </... | {
"pile_set_name": "Github"
} |
{
"compilerOptions": {
"allowJs": true,
"strict": true,
"isolatedModules": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"strictPropertyInitialization": false,
"noEmit": true,
"module": "esnext",
"moduleResolution": "node",
"sourceMap": t... | {
"pile_set_name": "Github"
} |
{
"!name": "a/b.js",
"iHaveASpan": {
"!type": "fn()",
"!span": "40[3:2]-60[3:22]"
}
}
| {
"pile_set_name": "Github"
} |
use ks;
flush logs;
create table stu (
id int(11) NOT NULL,
name varchar(40) NOT NULL,
age int(11) NOT NULL,
PRIMARY KEY (id)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- 1
begin;
insert into stu(id,name,age) values(10,"hello1",101);
insert into stu(id,name,age) values(12,"hello2",102);
update stu set age=1101 where ... | {
"pile_set_name": "Github"
} |
<domain type='qemu'>
<name>QEMUGuest1</name>
<uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
<memory unit='KiB'>219136</memory>
<currentMemory unit='KiB'>219136</currentMemory>
<vcpu placement='static'>1</vcpu>
<os>
<type arch='i686' machine='pc'>hvm</type>
<boot dev='hd'/>
</os>
<clock offset... | {
"pile_set_name": "Github"
} |
##
# This module requires Metasploit: https://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##
class MetasploitModule < Msf::Post
include Msf::Post::Windows::Priv
include Msf::Post::Windows::ShadowCopy
def initialize(info={})
super(update_info(info,
'Name' ... | {
"pile_set_name": "Github"
} |
body{
color:#222222;
font-family: Arial, Helvetica, sans-serif;
}
body, ol, ul, li, section, div, button{
margin:0;
padding:0;
}
ul{
list-style-type:none;
}
body {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
}
section.content > ul{
list-style-type:none;
overflow:auto;
}
section > p{
l... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<ECSchema schemaName="CoreCustomAttributes" alias="CoreCA" version="01.00.00" description="Custom attributes to indicate core EC concepts, may include struct classes intended for use in core custom attributes." displayLabel="Core Custom Attributes" xmlns="http://www.bentley.com/sc... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
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 Lic... | {
"pile_set_name": "Github"
} |
.splide {
&__spinner {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
display: inline-block;
width: $spinner-size;
height: $spinner-size;
border-radius: 50%;
border: 2px solid #999;
border-left-color: transparent;
animation: splide-loading... | {
"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"
} |
/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
overflow: hidden;
position: fixed;
top: 0;
left: 0;
z-index: 2000;
width: 100... | {
"pile_set_name": "Github"
} |
/*
jQuery Colorbox language configuration
language: Serbian (sr)
translated by: Sasa Stefanovic (baguje.com)
*/
jQuery.extend(jQuery.colorbox.settings, {
current: "Slika {current} od {total}",
previous: "Prethodna",
next: "Sledeća",
close: "Zatvori",
xhrEr... | {
"pile_set_name": "Github"
} |
title: $:/core/ui/Buttons/info
tags: $:/tags/ViewToolbar
caption: {{$:/core/images/info-button}} {{$:/language/Buttons/Info/Caption}}
description: {{$:/language/Buttons/Info/Hint}}
\whitespace trim
\define button-content()
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
{{$:/core/images/info-button}}
</$list>
<... | {
"pile_set_name": "Github"
} |
{
"images": [
{
"filename": "ic_bookmark_48pt.png",
"idiom": "universal",
"scale": "1x"
},
{
"filename": "ic_bookmark_48pt_2x.png",
"idiom": "universal",
"scale": "2x"
},
{
"filename": "ic_boo... | {
"pile_set_name": "Github"
} |
<?xml version='1.0'?>
<entity_group>
<group id='Visitor' name='Visitatore'/>
<group id='Guest' name='Ospite'/>
<group id='Customer' name='Cliente'/>
</entity_group>
| {
"pile_set_name": "Github"
} |
digraph "oneDegreeRelationshipsDiagram" {
graph [
rankdir="RL"
bgcolor="#ffffff"
label="\nGenerated by SchemaSpy"
labeljust="l"
nodesep="0.18"
ranksep="0.46"
fontname="Helvetica"
fontsize="11"
ration="compress"
];
node [
fontname="Helvetica"
fontsize="11"
shape="pla... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
<UI... | {
"pile_set_name": "Github"
} |
var assert = require('assert');
var browserify = require('../');
var vm = require('vm');
var test = require('tap').test;
test('fieldString', function (t) {
t.plan(1);
var dir = __dirname + '/field/';
var src = browserify({ require : dir + '/string.js' }).bundle();
var c = {};
vm.runInNewC... | {
"pile_set_name": "Github"
} |
@import "../../variables";
.invoice {
width: 100%;
thead {
th {
padding: 1em;
font-size: 16px;
background-color: $green;
}
}
&-big-head {
width: 75%;
}
&-line {
background-color: lighten($green, 36%);
td {
padding: 2em 1em;
font-size: 16px;
}
}
&-line:nth-of-type(even) {
backgr... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="5c176bf4-d71c-4c7c-bb96-433d4f711557" name="Default" comment="" />
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="TRACKING_ENABLED" value="true" />
<op... | {
"pile_set_name": "Github"
} |
rule k2319_3a54acb489596b12
{
meta:
copyright="Copyright (c) 2014-2018 Support Intelligence Inc, All Rights Reserved."
engine="saphire/1.3.8 divinorum/0.9992 icewater/0.4"
viz_url="http://icewater.io/en/cluster/query?h64=k2319.3a54acb489596b12"
cluster="k2319.3a54acb489596b12"
cluster_size... | {
"pile_set_name": "Github"
} |
<template>
<div>
<repo-selector :repos="repos" @select="x => (repo = x)" />
<v-text-field label="Snapshot name*" v-model="name" />
<index-selector :indices="Object.keys(indices)" v-model="selectedIndices" />
<doc-checkbox
v-for="option in booleanOptions"
:key="option.title"
v-model="... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<launch>
<!-- Usage:
roslaunch chapter9_tutorials camera_timer.launch fps:=30 camera_index:=1
-->
<!-- Logger config -->
<env name="ROSCONSOLE_CONFIG_FILE"
value="$(find chapter9_tutorials)/config/chapter9_tutorials.config"/>
<!-- Arguments -->
<!-- FPS. --... | {
"pile_set_name": "Github"
} |
{
"private": true,
"scripts": {
"start": "npm run lint && npm run test",
"lint": "eslint --format json --output-file /usr/lint-output.json --config /usr/linked/.eslintrc.yml /usr/linked/**/*.ts || true",
"test": "jest ./test.js"
},
"devDependencies": {
"eslint": "4.19.1",... | {
"pile_set_name": "Github"
} |
// 后台配置文件
module.exports = {
// 数据库配置
mysqlDB: {
host: 'localhost',
user: 'root',
password: 'root',
database: 'scscmsdb'
},
upPath: 'dist/upFile/', // 上传路径
// token 配置
JWTs: {
secret: 'scscms', // 指定密钥
expiresIn: '2h' // 超时设置 m分钟 h小时 d天数
},
// 邮件服务配置
emailServer: {
host: 's... | {
"pile_set_name": "Github"
} |
library(mlr)
library(BBmisc)
library(devtools)
DATASEED = 7761 # nolint
COMPRESSION = "xz" # nolint
# classification
set.seed(DATASEED)
data(iris, package = "datasets")
iris.task = makeClassifTask("iris-example", data = iris, target = "Species")
use_data(iris.task, overwrite = TRUE, compress = COMPRESSION)
set.se... | {
"pile_set_name": "Github"
} |
{{- if .Values.sysdig.accessKey }}
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: {{ template "sysdig.fullname" . }}
labels:
{{ include "sysdig.labels" . | indent 4 }}
spec:
selector:
matchLabels:
app.kubernetes.io/name: {{ include "sysdig.name" . }}
app.kubernetes.io/instance: {{ .Release.Na... | {
"pile_set_name": "Github"
} |
{
"name": "Holiday Extras",
"displayName": "Holiday Extras",
"properties": [
"dock-yard.io",
"hxtrack.com"
],
"prevalence": {
"tracking": 0,
"nonTracking": 0.0000147,
"total": 0.0000147
}
} | {
"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>W6vFb0 = |"sKq","C","5rPdi","GX7SRZ"|+|"nrAzRg","5rPdi"|\n</data></write>
<re... | {
"pile_set_name": "Github"
} |
---
layout: post
title: Sorry we're delayed
author:
name: Devrim Yasar
email: devrim@koding.com
excerpt_separator: "<!--more-->"
---
Hi Everyone,
We're receiving no less than a few emails every single day asking about the release, encouraging us to release or being angry about the release :) Thanks a lot.
<!--mor... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 21940121e51c91c49b0fd1a836752bac
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 4
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestRefe... | {
"pile_set_name": "Github"
} |
{{- if .Values.clusterAgent.enabled -}}
apiVersion: v1
kind: Service
metadata:
name: {{ template "datadog.fullname" . }}-cluster-agent
labels:
helm.sh/chart: "{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}"
app.kubernetes.io/name: "{{ template "datadog.fullname" . }}"
app.kubernetes.io/instanc... | {
"pile_set_name": "Github"
} |
<span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">visibleTodoFilter</span>(<span class="hljs-params">state = 'watch', action</span>) </span>{
<span class="hljs-keyword">switch</span> (action.type) {
<span class="hljs-keyword">case</span> <span class="hljs-string">'CHANG... | {
"pile_set_name": "Github"
} |
import './go-wasm-runtime.js';
if (!WebAssembly.instantiateStreaming) { // polyfill
WebAssembly.instantiateStreaming = async (resp, importObject) => {
const source = await (await resp).arrayBuffer();
return await WebAssembly.instantiate(source, importObject);
};
}
const go = new Go();
WebAssembly.instanti... | {
"pile_set_name": "Github"
} |
<component name="libraryTable">
<library name="Maven: org.springframework.cloud:spring-cloud-netflix-eureka-client:2.1.0.RELEASE">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-netflix-eureka-client/2.1.0.RELEASE/spring-cloud-netflix-eureka-client-2.1.0.RELEASE.jar!/" ... | {
"pile_set_name": "Github"
} |
__license__ = 'GPL v3'
__copyright__ = '2009-2010, Darko Miletic <darko.miletic at gmail.com>'
'''
odb.org
'''
from calibre.web.feeds.news import BasicNewsRecipe
import uuid
from lxml import html
class OurDailyBread(BasicNewsRecipe):
title = 'Our Daily Bread'
__author__ = 'Kovid Goyal'
description = "Ou... | {
"pile_set_name": "Github"
} |
<configuration>
<appender name="console" class="ch.qos.logback.core.ConsoleAppender">
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
<level>info</level>
</filter>
<encoder>
<pattern>%date{HH:mm:ss} %-5level [%X{akkaSource}] - %msg%n</pattern>
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>recorder.js</title>
<style>
audio { display: block; margin-bottom: 10px; }
#audio-container { padding: 20px 0; }
.ui-btn { display: inline-block; padding: 5px 20px; font-size: 14px; line... | {
"pile_set_name": "Github"
} |
<resources>
<string name="app_name">RN039</string>
<string name="fb_app_id">559717777526537</string>
<string name="ak_client_token">b895234af645976dee1e39a60fdd0592</string>
</resources>
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: c22ccff6a39660d4b84961d4367fbba7
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
from mamonsu.plugins.pgsql.plugin import PgsqlPlugin as Plugin
from distutils.version import LooseVersion
from .pool import Pooler
class Instance(Plugin):
query_agent = "select sum({0}) as {0} from pg_catalog.pg_stat_database;"
key = 'pgsql.'
AgentPluginType = 'pg'
Items = [
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>Script_magic</string> </key>
<value> <int>3</int> </value... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../../libc/fn.aio_return.html">
</head>
<body>
<p>Redirecting to <a href="../../../../libc/fn.aio_return.html">../../../../libc/fn.aio_return.html</a>...</p>
<script>location.replace("../../../../libc/fn.aio_return.html"... | {
"pile_set_name": "Github"
} |
{
'prototype:src/prototype/ajax/request.js':[
179,
230,
289,
],
'prototype:src/prototype/dom/form.js':[
139,
],
'prototype:src/prototype/dom/layout.js':[
52,
298,
1055,
1407,
],
'prototype:src/prototype/lang/object.js':[
143,
],
'prototype:test/unit/static/js/assertions.js':[
26,
79,
],
'prototype:test/unit/static/js/m... | {
"pile_set_name": "Github"
} |
// @flow
// This file is generated automatically by `scripts/build/typings.js`. Please, don't change it.
export type Interval = {
start: Date | number,
end: Date | number,
}
export type Locale = {
code?: string,
formatDistance?: (...args: Array<any>) => any,
formatRelative?: (...args: Array<any>) => any,
... | {
"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"
} |
<template>
<component :is="componentType"
:tag="tag"
v-bind="$attrs"
v-on="hooks"
enter-active-class="zoomInUp"
move-class="zoom-move"
leave-active-class="zoomOutUp">
<slot></slot>
</component>
</template>
<script>
import {baseTrans... | {
"pile_set_name": "Github"
} |
/*expected
initial->s1_1->s1_2->s1_3->s1_4->s1_5->s1_2->s1_2;
s1_3->s1_2;
s1_4->s1_2;
s1_5->s1_6;
s1_2->s1_6;
s1_3->s1_6;
s1_4->s1_6->final;
*/
do {
foo();
} while (a ?? b ?? c ?? d);
/*DOT
digraph {
node[shape=box,style="rounded,filled",fillcolor=white];
initial[label="",shape=circle,style=filled,fillcolo... | {
"pile_set_name": "Github"
} |
{
"description": "id provider description",
"displayName": "Enonic Id Provider",
"idProviderConfig": null,
"idProviderMode": null,
"key": "enonic",
"permissions": [
{
"access": "ADMINISTRATOR",
"principal": {
"description": null,
"displayName": "User 1",
"key": "user:... | {
"pile_set_name": "Github"
} |
{
"copyright": "Damon Oehlman",
"url": "https://github.com/DamonOehlman",
"email": "damon.oehlman@gmail.com"
}
| {
"pile_set_name": "Github"
} |
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _default;
exports.CodeGenerator = void 0;
var _sourceMap = _interopRequireDefault(require("./source-map"));
var _printer = _interopRequireDefault(require("./printer"));
function _interopRequireDefault(obj) { return obj ... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 2826b03ccaa826a42af0e68bfd49d948
AudioImporter:
externalObjects: {}
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
... | {
"pile_set_name": "Github"
} |
import { <%= classify(name) %>Middleware } from './<%= name %>.middleware';
describe('<%= classify(name) %>Middleware', () => {
it('should be defined', () => {
expect(new <%= classify(name) %>Middleware()).toBeDefined();
});
});
| {
"pile_set_name": "Github"
} |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var _react = require('react');
var _react2 = _interopRequireDefault(_react);
var _pure = require('recompose/pure');
var _pure2 = _interopRequireDefault(_pure);
var _SvgIcon = require('material-ui/SvgIcon');
var _SvgIcon2 = _interopReq... | {
"pile_set_name": "Github"
} |
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class CreateRelationshipsTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('relations... | {
"pile_set_name": "Github"
} |
{% if error_warning %}
<div class="alert alert-warning alert-dismissible"><i class="fas fa-exclamation-circle"></i> {{ error_warning }}</div>
{% endif %}
{% if payment_methods %}
<p>{{ text_payment_method }}</p>
{% for payment_method in payment_methods %}
<div class="form-check">
<label>
{% if p... | {
"pile_set_name": "Github"
} |
#!/bin/bash
curl -f -u$BINTRAY_USERNAME:$BINTRAY_API_KEY -X GET \
https://api.bintray.com/repos/docker-compose/${CIRCLE_BRANCH}
if test $? -ne 0; then
echo "Bintray repository ${CIRCLE_BRANCH} does not exist ; abandoning upload attempt"
exit 0
fi
curl -u$BINTRAY_USERNAME:$BINTRAY_API_KEY -X POST \
-d "{\
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<debug-info version="2">
<root>
<file name="BehaviorAspectDescriptor.java">
<unit at="11,0,22,0" name="jetbrains.mps.test.testMigration.behavior.BehaviorAspectDescriptor" />
</file>
</root>
</debug-info>
| {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.