text
stringlengths
2
99.1k
meta
dict
(function() { console.log("Hello, World!"); }).call(this);
{ "pile_set_name": "Github" }
#include "Transform.h" using namespace DirectX; Transform::Transform(const DirectX::XMFLOAT3& scale, const DirectX::XMFLOAT3& rotation, const DirectX::XMFLOAT3& position) : m_Scale(scale), m_Rotation(rotation), m_Position(position) { } XMFLOAT3 Transform::GetScale() const { return m_Scale; } DirectX::XMVECTOR Tra...
{ "pile_set_name": "Github" }
form=五律 tags= 随缘驻瓶锡, 心已悟无生。 默坐烟霞散, 闲观水月明。 竹深风倍冷, 堂迥磬偏清。 愿作传灯者, 忘言学净名。
{ "pile_set_name": "Github" }
This module's documentation can be found at https://developers.google.com/web/tools/workbox/modules/workbox-sw
{ "pile_set_name": "Github" }
{ "name": "example-example75", "files": [ "index-production.html", "app.css", "app.js" ] }
{ "pile_set_name": "Github" }
{ "navigationBarTitleText": "选择城市", "navigationBarBackgroundColor": "#00acff", "navigationBarTextStyle": "white" }
{ "pile_set_name": "Github" }
declare module 'aurelia-pal-browser' { import { initializePAL } from 'aurelia-pal'; /** * Initializes the PAL with the Browser-targeted implementation. */ export function initialize(): void; }
{ "pile_set_name": "Github" }
// Labels .label-variant(@color) { background-color: @color; &[href] { &:hover, &:focus { background-color: darken(@color, 10%); } } }
{ "pile_set_name": "Github" }
// Labels .label-variant(@color) { background-color: @color; &[href] { &:hover, &:focus { background-color: darken(@color, 10%); } } }
{ "pile_set_name": "Github" }
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global['@scoped/npm-package'] = global['@scope...
{ "pile_set_name": "Github" }
{ "name": "Hipmunk", "description": "A service for finding hotels and flights.", "url": "https://www.hipmunk.com/" }
{ "pile_set_name": "Github" }
:020000023000CC :10FC000001C0F3C0112484B790E890936100109272 :10FC10006100882369F0982F9A70923049F081FF33 :10FC200002C097EF94BF282E80E002D10C94000010 :10FC300085E08093810082E08093D00088E180930A :10FC4000D1008BE08093D40086E08093D2008EE0D8 :10FC5000EFD0279A84E02DE53DEF91E030938500C9 :10FC60002093840096BBB09BFECF1F9A...
{ "pile_set_name": "Github" }
.katex-html{ display:none; }
{ "pile_set_name": "Github" }
// This file is generated automatically by `scripts/build/typings.js`. Please, don't change it. import { isThisSecond } from 'date-fns' export default isThisSecond
{ "pile_set_name": "Github" }
export const SlugifyOptions = { remove: /[^a-zA-Z0-9- ]/g, lower: true };
{ "pile_set_name": "Github" }
:10FC000001C0DDC0112484B790E890936100109288 :10FC10006100882361F0982F9A70923041F081FF43 :10FC200002C097EF94BF282E80E0ECD0E9C185E0B8 :10FC30008093810082E08093C00088E18093C100BE :10FC400087E18093C40086E08093C2008EE0DAD022 :10FC5000209A84E020E93FEF91E0309385002093E3 :10FC6000840096BBB09BFECF189AA8954091C00027 :10FC...
{ "pile_set_name": "Github" }
export function getTempPath(userDataPath: string): string;
{ "pile_set_name": "Github" }
{%- block version %} <div class="sidebarblock"> <div class="tile"> <h4>Latest version:</h4> {{ release }} (<a href="https://github.com/pysathq/pysat">GitHub</a>) </div> </br> </div> {%- endblock %}
{ "pile_set_name": "Github" }
module SportDb module Service VERSION = '0.4.2' end end
{ "pile_set_name": "Github" }
-:1: error: invalid combination of opcode and operands
{ "pile_set_name": "Github" }
--- version: 2.0.0 configurations: my-configuration: overrides: OVERRIDE: 1 type: debug targets: my-target:
{ "pile_set_name": "Github" }
:020000021000EC :10FC000001C0F2C0112484B790E890936100109273 :10FC10006100882369F0982F9A70923049F081FF33 :10FC200002C097EF94BF282E80E001D10C94000011 :10FC300085E08093810082E08093C00088E180931A :10FC4000C10087E18093C40086E08093C2008EE00B :10FC5000EED0279A84E020E93FEF91E030938500D1 :10FC60002093840096BBB09BFECF1F9A...
{ "pile_set_name": "Github" }
{ "name": "repeat-string", "version": "0.2.1", "main": [ "index.js" ] }
{ "pile_set_name": "Github" }
# frozen_string_literal: true # This file was generated by Appraisal source 'https://rubygems.org' gem 'rails', '~> 5.0.7.2' gem 'sqlite3', '~> 1.3.6' gemspec path: '../'
{ "pile_set_name": "Github" }
:mod:`max_key` -- Representation for the MongoDB internal MaxKey type ===================================================================== .. versionadded:: 1.7 .. automodule:: bson.max_key :synopsis: Representation for the MongoDB internal MaxKey type :members:
{ "pile_set_name": "Github" }
using AppKit; namespace Xamarin.Forms.ControlGallery.MacOS { static class MainClass { static void Main(string[] args) { NSApplication.Init(); NSApplication.Main(args); } } }
{ "pile_set_name": "Github" }
// #docregion import { NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; import { AppComponent } from './app.component'; @NgModule({ imports: [ BrowserModule ], declarations: [ AppComponent ], bootstrap: [ AppComponent ] }) export class AppModule { }
{ "pile_set_name": "Github" }
GET /abc/foo/baz HTTP/1.1 Host: 127.0.0.1:51240 User-Agent: curl/7.49.0-DEV Accept: */* --MARK--
{ "pile_set_name": "Github" }
{ "copyright": "Bänziger Hug Ltd.", "url": "http://baenziger-hug.com", "email": "oh@baenziger-hug.com", "format": "txt" }
{ "pile_set_name": "Github" }
{-# LANGUAGE TypeApplications #-} {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE TypeInType #-} module T15515 where import Data.Kind import Data.Proxy class C a where c :: Proxy a type family F data D :: F -> Type instance C (D :: F -> Type) where c = Proxy c' :: Proxy (D :: F -> Type) c' = c @(D :: F -> Type)
{ "pile_set_name": "Github" }
--- title: Cursor text categories: - Typography tags: - text - type - cursor ---
{ "pile_set_name": "Github" }
module: collections-test-suite-app run-test-application(collections-test-suite);
{ "pile_set_name": "Github" }
{{- if .Values.rbac.create -}} apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: name: {{ template "descheduler.fullname" . }} labels: {{- include "descheduler.labels" . | nindent 4 }} roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: {{ template "descheduler.f...
{ "pile_set_name": "Github" }
{ "name": "Luca Sofri", "displayName": "Luca Sofri", "properties": [ "ilpost.it" ] }
{ "pile_set_name": "Github" }
:020000021000EC :10FC000001C0F2C0112484B790E890936100109273 :10FC10006100882369F0982F9A70923049F081FF33 :10FC200002C097EF94BF282E80E001D10C94000011 :10FC300085E08093810082E08093C80088E1809312 :10FC4000C90087E78093CC0086E08093CA008EE0ED :10FC5000EED0209A84E02BE93BEF91E030938500D1 :10FC60002093840096BBB09BFECF189A...
{ "pile_set_name": "Github" }
{%- import '_macros.j2' as macros with context -%} {%- set config_name_default = 'www' -%} {%- set config_default = { 'listen': '/run/php/php7.1-fpm.sock', 'pm.max_children': 20 } -%} {%- set config_extra = { } -%} {% include manala_php_version|string ~ '/_base.j2' %}
{ "pile_set_name": "Github" }
package org.shipkit.internal.notes.contributors import spock.lang.Specification class DefaultProjectContributorTest extends Specification { def "equals method"() { def contributor = new DefaultProjectContributor( "Szczepan Faber", "mockitoguy", "http://github.com/mockitoguy", 1) d...
{ "pile_set_name": "Github" }
[nosetests] verbosity = 2 detailed-errors = 1 with-coverage = 1 cover-package = professor cover-inclusive = 1
{ "pile_set_name": "Github" }
-smyIdxType=int(16) -smyIdxType=real(32) -smyIdxType=uint(8)
{ "pile_set_name": "Github" }
{% extends 'layout.html' %} {% block body %} <h2>Page Not Found</h2> <p> The page you have requested does not exist on this server. What about <a href="{{ url_for('new') }}">adding a new URL</a>? </p> {% endblock %}
{ "pile_set_name": "Github" }
{ "word": "Yang", "definitions": [ "(in Chinese philosophy) the active male principle of the universe, characterized as male and creative and associated with heaven, heat, and light." ], "parts-of-speech": "Noun" }
{ "pile_set_name": "Github" }
{ "sdk": { "version": "3.1.100", "rollForward": "latestMajor" } }
{ "pile_set_name": "Github" }
// Place all the styles related to the home controller here. // They will automatically be included in application.css. // You can use Sass (SCSS) here: http://sass-lang.com/
{ "pile_set_name": "Github" }
gcr.io/google_containers/kube-apiserver-ppc64le:v1.19.0-alpha.0
{ "pile_set_name": "Github" }
{ "copyright": "Joey Blake, http://codenimbus.com", "url": "http://codenimbus.com", "theme": "double-windsor" }
{ "pile_set_name": "Github" }
. CONFIG # Use this to change which GPU you use. ID=1 # Batch size BS=64 # Generator size NGF=128 # Discriminator size NDF=128 display_id=824${ID} \ num_holdout=1 \ port=8000 \ display=1 \ gpu=${ID} \ dataset='cub_keypoint_only' \ name="cub_nh1_kptxt2kp_bs${BS}_ngf${NGF}_ndf${NDF}" \ img_dir=${CUB_IMG_DIR} \ data_ro...
{ "pile_set_name": "Github" }
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/direction.R \name{direction} \alias{direction} \title{Directions from data cells to headers} \description{ How to use functions with a \code{direction} parameter. Data cells relate to header cells by their proximity in a given direction. The...
{ "pile_set_name": "Github" }
{ "word": "Unsold", "definitions": [ "(of an item) not sold." ], "parts-of-speech": "Adjective" }
{ "pile_set_name": "Github" }
{ "name": "generator-jhipster-foo", "version": "9.9.9", "dependencies": { "yeoman-generator": "*" }, "peerDependencies": { "generator-jhipster": "1.1.1" } }
{ "pile_set_name": "Github" }
// Copyright 2018 The tiglabs raft 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 // // Unless required by applicable law or...
{ "pile_set_name": "Github" }
// entry
{ "pile_set_name": "Github" }
@extends('layouts.app') @section('title', '微信支付') @section('content') <div class="ui centered grid container books-page"> <div class="twelve wide column"> <div class="ui piled segment"> <div class="content extra-padding"> <div class="ui message olive text-cen...
{ "pile_set_name": "Github" }
{ "type": "techreborn:centrifuge", "power": 5, "time": 5000, "ingredients": [ { "item": "minecraft:nether_wart", "count": 32 }, { "item": "techreborn:cell", "nbt": "null" } ], "results": [ { "item": "techreborn:cell", "nbt": { "fluid": "techreb...
{ "pile_set_name": "Github" }
{ "name": "Visit OSLO AS", "displayName": "Visit OSLO", "properties": [ "visitoslo.com" ] }
{ "pile_set_name": "Github" }
[Desktop Entry] Name=GraphQL Playground Comment=GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration) Exec=AppRun Terminal=false Type=Application Icon=graphql-playground-electron X-AppImage-Version=1.3.24.1760 X-AppImage-BuildId=1f2548d0-f8ac-11a7-36a8-65fd833819f1 Categ...
{ "pile_set_name": "Github" }
// Delete me
{ "pile_set_name": "Github" }
form=五律 tags= 万事皆可了, 有诗门最深。 古人难得志, 吾子苦留心。 野叠凉云朵, 苔重怪木阴。 他年立名字, 笑我老双林。
{ "pile_set_name": "Github" }
--- name: Samir Maharjan institution: Nepal College Of Information Technology profile_pic: samir.jpg quote: Code like a Tiger,Debug like a Bee github_user: Samir84753 ---
{ "pile_set_name": "Github" }
--- Description: The Win32\_UserAccount class exposes the following methods. ms.assetid: E853655D-A486-4485-9C7E-849585345C62 ms.tgt_platform: multiple title: Win32_UserAccount Methods ms.topic: reference ms.date: 05/31/2018 --- # Win32\_UserAccount Methods The [**Win32\_UserAccount**](win32-useraccount.md) class exp...
{ "pile_set_name": "Github" }
--- { "title": "Prettify", "language": "en", "category": "Plugins", "description": "Provides syntax highlighting of source code snippets in an HTML page using google-code-prettify.", "tag": "prettify", "parentdir": "prettify", "altLangPrefix": "prettify", "dateModified": "2014-02-19" } --- <p>Syntax highlighti...
{ "pile_set_name": "Github" }
--- nodes: - name: start - name: go continue: .9 edges: - start: go - go: go
{ "pile_set_name": "Github" }
version 3.2.0
{ "pile_set_name": "Github" }
{ "name": "example-example114", "files": [ "index-production.html", "script.js" ] }
{ "pile_set_name": "Github" }
See our api docs https://serialport.io/docs/api-parser-ready
{ "pile_set_name": "Github" }
#!/bin/bash # product-iots qsg sample setup script echo "Starting wso2iots-3.0.0 QSG setup ..." java -jar "mobile-qsg.jar" echo "wso2iots-3.0.0 QSG setup completed."
{ "pile_set_name": "Github" }
let native = false
{ "pile_set_name": "Github" }
{ "name": "H On", "displayName": "H On", "properties": [ "skidrowcodex.com" ] }
{ "pile_set_name": "Github" }
// This is a generated file. Not intended for manual editing. package com.r4intellij.psi.api; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.psi.PsiElement; public interface RRepeatStatement extends RExpression { @Nullable RExpression getExpression(); @NotNull PsiElement getR...
{ "pile_set_name": "Github" }
# 点赞歌曲 ## 接口地址 /api/v1/music/{music_id}/digg ## 请求方法 POST ### HTTP Status Code 201 ## 返回体 ```json5 { "status": true, "code": 0, "message": "点赞成功", "data": null } ```
{ "pile_set_name": "Github" }
gcr.io/google_containers/kube-proxy:v1.16.14-rc.0
{ "pile_set_name": "Github" }
name: _rasterio channels: - defaults dependencies: - python=3.6.* - libgdal=2.3.*
{ "pile_set_name": "Github" }
default = { "eu-west-1": "ami-b1cf19c6", }
{ "pile_set_name": "Github" }
define( function() { return ( /\?/ ); } );
{ "pile_set_name": "Github" }
uniform sampler2D u_Texture; uniform lowp vec4 u_MatColor; varying lowp vec4 frag_Color; varying lowp vec2 frag_TexCoord; varying lowp vec3 frag_Normal; varying lowp vec3 frag_Position; struct Light { lowp vec3 Color; lowp float AmbientIntensity; lowp float DiffuseIntensity; lowp vec3 Direction; highp fl...
{ "pile_set_name": "Github" }
{ "expr": "$formatNumber(123.9, \"9999\")", "dataset": null, "bindings": {}, "result": "0124" }
{ "pile_set_name": "Github" }
@inproceedings{BING, title={BING: Binarized normed gradients for objectness estimation at 300fps}, author={Cheng, Ming-Ming and Zhang, Ziming and Lin, Wen-Yan and Torr, Philip}, booktitle={IEEE CVPR}, year={2014} } @inproceedings{BinWangApr2014, title={A fast self-tuning background subtraction algorithm}, ...
{ "pile_set_name": "Github" }
--- html/style_term.c.orig 1998-04-04 14:58:33 UTC +++ html/style_term.c @@ -102,6 +102,7 @@ dummy(SSTerm *t) case SSTERM_HEXCOLOR: case SSTERM_URL: case SSTERM_RGB: + break; } return 0; }
{ "pile_set_name": "Github" }
{% extends 'ne.jinja2' %} {% block query %} {{ ne_boundaries_query(False, True, 'ne_110m_admin_0_boundary_lines_land') }} {% endblock %}
{ "pile_set_name": "Github" }
{ "word": "Needless", "definitions": [ "(of something undesirable) not necessary because avoidable." ], "parts-of-speech": "Adjective" }
{ "pile_set_name": "Github" }
--- name: 'Documentation request ' about: Suggest an improvment to the documentation title: 'Documentation request: ' labels: documentation, up-for-grabs assignees: '' --- Product: - [ ] SpecFlow - [ ] SpecFlow+ Runner - [ ] SpecFlow+ LivingDoc - [ ] SpecMap What is missing:
{ "pile_set_name": "Github" }
:020000023000CC :10FC000001C0F3C0112484B790E890936100109272 :10FC10006100882369F0982F9A70923049F081FF33 :10FC200002C097EF94BF282E80E002D10C94000010 :10FC300085E08093810082E08093300188E18093A9 :10FC4000310183E08093340186E0809332018EE0BD :10FC5000EFD0279A84E02EE33EEF91E030938500C9 :10FC60002093840096BBB09BFECF1F9A...
{ "pile_set_name": "Github" }
--- title: crossplane toc: true weight: 401 indent: true redirect_to: https://doc.crds.dev/github.com/crossplane/crossplane ---
{ "pile_set_name": "Github" }
/** * */
{ "pile_set_name": "Github" }
define([ "./arr" ], function( arr ) { return arr.push; });
{ "pile_set_name": "Github" }
#!/usr/bin/env bash valgrind --tool=massif ./unit-tests $* valgrind --leak-check=full --suppressions=./valgrind_suppressions.txt ./unit-tests $*
{ "pile_set_name": "Github" }
exports.f = Object.getOwnPropertySymbols;
{ "pile_set_name": "Github" }
{ "typescript.tsdk": "node_modules/typescript/lib", "explorer.compactFolders": false }
{ "pile_set_name": "Github" }
# SPDX-License-Identifier: MIT nvkm-y += nvkm/subdev/iccsense/base.o nvkm-y += nvkm/subdev/iccsense/gf100.o
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser. */ @protocol PSSearchOperationDelegate <NSObject> @required - (void)searchOperation:(PSSearchOperation *)arg1 configureSearchResults:(PSSearchResults *)arg2; - (NSSet *)searchOperation:(PSSearchOperation *)arg1 filteredEntriesForEntries:(NSSet *)arg2; - (void)searchOperationDidBegin:...
{ "pile_set_name": "Github" }
#import <Flutter/Flutter.h> #import <UIKit/UIKit.h> @interface AppDelegate : FlutterAppDelegate @end
{ "pile_set_name": "Github" }
gcr.io/google_containers/kube-proxy-s390x:v1.11.0-alpha.2
{ "pile_set_name": "Github" }
gcr.io/google_containers/kube-controller-manager-arm64:v1.11.3
{ "pile_set_name": "Github" }
\name{qpf} \alias{qpf} \title{ A test function } \description{ Returns package information. } \usage{ qpf() } \value{ An object of class \code{packageDescription}. } \examples{ qpf() }
{ "pile_set_name": "Github" }
@ParametersAreNonnullByDefault @MethodsReturnNonnullByDefault package choonster.testmod3.capability.fluidhandler; import mcp.MethodsReturnNonnullByDefault; import javax.annotation.ParametersAreNonnullByDefault;
{ "pile_set_name": "Github" }
{ "name": "myDr Go", "description": "A telemedical service.", "url": "https://mydrgo.com.au/" }
{ "pile_set_name": "Github" }
--- contrib/virt.te 2012-11-25 21:35:09.181247450 +0100 +++ contrib/virt.te 2012-11-25 21:34:09.223216815 +0100 @@ -281,7 +281,11 @@ userdom_search_user_home_dirs(virt_domain) userdom_read_all_users_state(virt_domain) -qemu_exec(virt_domain) +ifdef(`distro_gentoo',` + optional_policy(` + qemu_exec(virt_domain) + '...
{ "pile_set_name": "Github" }
\begin{code} doSensitiveThings :: Proxy 'Admin -> IO () doSensitiveThings = ... \end{code}
{ "pile_set_name": "Github" }
{ "name": "minify-path-parent-dir", "minify": "../minify.json" }
{ "pile_set_name": "Github" }
{ "index": 9, "lineNumber": 1, "column": 10, "message": "Error: Line 1: Unexpected token ." }
{ "pile_set_name": "Github" }
// Package sflow decodes sFlow packets package sflow
{ "pile_set_name": "Github" }