text stringlengths 2 99.9k | meta dict |
|---|---|
/*
Copyright 2014 The Kubernetes 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 agreed to in writing, ... | {
"pile_set_name": "Github"
} |
.panel {
border-radius: 2px;
border: 0;
.variations(~" > .panel-heading", background-color, @grey-200);
.shadow-z-1;
}
[class*="panel-"] > .panel-heading {
color: @darkbg-text;
border: 0;
}
.panel-default, .panel:not([class*="panel-"]) {
> .panel-heading {
color: @lightbg-text;
}
}
.panel-footer ... | {
"pile_set_name": "Github"
} |
msg("test top level code")
let xsum = 0;
let forclean = () => { }
for (let i = 0; i < 11; ++i) {
xsum = xsum + i;
forclean = () => { i = 0 }
}
forclean()
forclean = null
assert(xsum == 55, "mainfor")
control.runInBackground(() => {
xsum = xsum + 10;
})
pause(20)
assert(xsum == 65, "mainforBg")
xsum = 0
a... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Component Id="Comp_ProjectTemplates$(var.VsVersion)" DiskId="1" Guid="88217b76-$(var.VsVersion)-477c-8d9b-c0853130f72b">
<File Id="File_MacroLibrary$(var.VsVersion).zip" Name="MacroLibrary.zip" />
<File Id="Fi... | {
"pile_set_name": "Github"
} |
<%
/**
JFolder V0.9 windows platform
@Filename: JFolder.jsp
@Description: 一个简单的系统文件目录显示程序,类似于资源管理器,提供基本的文件操作,不过功能弱多了。
@Author: Steven Cee
@Email : cqq1978@Gmail.com
@Bugs : 下载时,中文文件名无法正常显示
*/
%>
<%@ page contentType="text/html;charset=gb2312"%>
<%@page import="java.io.*,java.util.*,java.net.*" %>
<%!
private final ... | {
"pile_set_name": "Github"
} |
#ifndef Z_EN_GG_H
#define Z_EN_GG_H
#include <global.h>
struct EnGg;
typedef struct EnGg {
/* 0x000 */ Actor actor;
/* 0x144 */ char unk_144[0x24C];
} EnGg; // size = 0x390
extern const ActorInit En_Gg_InitVars;
#endif // Z_EN_GG_H
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="tr" english-language-name="Turkish">
<!-- * This file is generated automatically. -->
<!-- * To submit changes to this file upstream (to the DocBook Project) -->
<!-- * do not submit an edited version of th... | {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
// GB_AxB: hard-coded functions for semiring: C<M>=A*B or A'*B
//------------------------------------------------------------------------------
// SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2020, All Rights Reserved.
// http://sui... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.opennms.features</groupId>
... | {
"pile_set_name": "Github"
} |
//////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2007-2011, Image Engine Design Inc. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// ... | {
"pile_set_name": "Github"
} |
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="60dp"
android:height="60dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:pathData="m12,0.5c-6.348,0 -11.5,5.152 -11.5,11.5 0,6.348 5.152,11.5 11.5,11.5 6.348,0 11.5,-5.152 11.5,-11.... | {
"pile_set_name": "Github"
} |
/**
* Odoo, Open Source Management Solution
* Copyright (C) 2012-today Odoo SA (<http:www.odoo.com>)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* Lic... | {
"pile_set_name": "Github"
} |
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": {
"0": "上午",
"1": "下午"
},
"DAY": {
"0": "星期日",
"1": "星... | {
"pile_set_name": "Github"
} |
(;CA[UTF-8]AP[YuanYu]GM[1]FF[4]
SZ[19]
GN[]
DT[2017-07-12]
PB[骊龙]BR[9段]
PW[顺利过关]WR[9段]
KM[750]HA[0]RU[Japanese]RE[W+R]TM[60]TC[3]TT[60]
;B[qd];W[dc];B[pq];W[dq];B[nc];W[cf];B[qk];W[mp];B[po];W[jp];B[do]
;W[dl];B[ho];W[hq];B[gq];W[gp];B[hp];W[iq];B[eq];W[fq];B[ep];W[gr]
;B[er];W[nd];B[od];W[mc];B[md];W[ne];B[lc];W[mb];B... | {
"pile_set_name": "Github"
} |
<!--
~ Copyright (c) 2016-2020 VMware, Inc. All Rights Reserved.
~ This software is released under MIT license.
~ The full license information can be found in LICENSE in the root directory of this project.
-->
<div class="clr-example squeeze demo-menu-height dropdown-demo">
<clr-dropdown>
<button class="... | {
"pile_set_name": "Github"
} |
MODULE_TOPDIR = ../..
PGM = r.what.color
LIBES = $(RASTERLIB) $(GISLIB)
DEPENDENCIES = $(RASTERDEP) $(GISDEP)
include $(MODULE_TOPDIR)/include/Make/Module.make
default: cmd
| {
"pile_set_name": "Github"
} |
/*
FreeRTOS V8.0.0 - Copyright (C) 2014 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
***************************************************************************
* ... | {
"pile_set_name": "Github"
} |
---
title: Math symbols
---
This is a math text, with symbols like ∀, λ, →
| {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE-----
MIIDeDCCAuGgAwIBAgIgYCYUeg8NJ9kO1q3z6vGCkAmPRfu5+Nur0FyGF79MADMw
DQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCVVMxFDASBgNVBAoTC0JDQTEwMTcx
MTA0MSAwHgYDVQQDExdCcmFuZCBOYW1lOlByb2R1Y3QgVHlwZTAeFw05NjEwMjIw
MDAwMDBaFw05NjExMjEyMzU5NTlaMEUxCzAJBgNVBAYTAlVTMRQwEgYDVQQKEwtQ
Q0ExMDIxMTgyODEgMB4GA1UEAxMXQnJh... | {
"pile_set_name": "Github"
} |
Internal, very small, undocumented, or invisible changes
********************************************************
GeneWeb Version 5.02
--------------------
GeneWeb Version 5.00
--------------------
Preliminary remark: I neglected to record the Internal changes between
version 4.10 and 01 Jul 2005, but there are a lo... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2016 Google Inc.
*
* 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 t... | {
"pile_set_name": "Github"
} |
<?php
namespace Omeka\File\Store;
/**
* Interface for a store of files.
*
* File stores abstract over simple file operations.
*/
interface StoreInterface
{
/**
* Store a file.
*
* @param string $source Local path to the file to store
* @param string $storagePath Storage path to store at
... | {
"pile_set_name": "Github"
} |
{
"type": "bundle",
"id": "bundle--ae2335ed-bc1b-467a-b5d1-f5712dcc6a1a",
"spec_version": "2.0",
"objects": [
{
"id": "relationship--e2dd48c1-c960-4f6f-ad99-5b2aa7463e68",
"created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
"description": "[Key... | {
"pile_set_name": "Github"
} |
// Karma configuration
// Generated on Fri Dec 16 2016 13:09:51 GMT+0000 (UTC)
module.exports = function(config) {
config.set({
// base path that will be used to resolve all patterns (eg. files, exclude)
basePath: '',
// frameworks to use
// available frameworks: https://npmjs.org/browse/keyword/k... | {
"pile_set_name": "Github"
} |
// Copyright 2012 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.
// +build windows
package windows
const (
SC_MANAGER_CONNECT = 1
SC_MANAGER_CREATE_SERVICE = 2
SC_MANAGER_ENUMERATE_SERVICE = 4
SC_MANAGER... | {
"pile_set_name": "Github"
} |
/**
*
*/
package logbook.scripting;
/**
* テーブルのカラム拡張用スクリプトが実装すべきインターフェースのベースクラス
* @author Nekopanda
*/
public interface TableScriptListener {
/**
* 拡張するカラムに対応するヘッダーを返します
* @return 拡張するカラムに対応するヘッダー
*/
public String[] header();
}
| {
"pile_set_name": "Github"
} |
// OpenTween - Client of Twitter
// Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri.feather@gmail.com>
// (c) 2008-2011 Moz (@syo68k)
// (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/>
// (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/>
// ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"נווט לדף הבית"</string>
<string msgid="1397052879051804371" name="abc_action_bar_home_description_format">"%1$s, %2$s"</string>
<string msgid="6623331958280229229" name="abc_actio... | {
"pile_set_name": "Github"
} |
(define (domain elevators-netbenefit-numeric)
(:requirements :typing :numeric-fluents :goal-utilities)
(:types elevator - object
slow-elevator fast-elevator - elevator
passenger - object
floor - object
)
(:predicates
(passenger-at ?person - passenger ?floor - floor)
(boarded ?pers... | {
"pile_set_name": "Github"
} |
/*
* arch/alpha/lib/fpreg.c
*
* (C) Copyright 1998 Linus Torvalds
*/
#if defined(CONFIG_ALPHA_EV6) || defined(CONFIG_ALPHA_EV67)
#define STT(reg,val) asm volatile ("ftoit $f"#reg",%0" : "=r"(val));
#else
#define STT(reg,val) asm volatile ("stt $f"#reg",%0" : "=m"(val));
#endif
unsigned long
alpha_read_fp_reg (u... | {
"pile_set_name": "Github"
} |
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
ee{
Keys{
calendar{"kalenda"}
collation{"tutuɖo"}
currency{"gaɖuɖu"}
numbers{"nɔmbawo"}
}
Languages{
ab{"abkhaziagbe"}
af{"afrikaangbe"}
... | {
"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... | {
"pile_set_name": "Github"
} |
-----BEGIN EC PARAMETERS-----
MIGKAgEBMBoGByqGSM49AQECDwDbfCq/YuNeZoB2vq0gizA3BA5hJ8JMBfOKCqr2
XA7wLAQOUd7xgV217XT8w0yF1wkDFQAAJ1ehEU1pbmdodWFRdVMWwF4L1AQdBEuj
CrXokrThZJ3QkoZDrc1G9YguN0fe826VbpcCDjbfCq/YuNdZfKEFINBLAgEE
-----END EC PARAMETERS-----
| {
"pile_set_name": "Github"
} |
[
{
"@id": "http://example.com/people/dave",
"http://xmlns.com/foaf/0.1/knows": [ { "@id": "http://example.com/people/markus" } ]
},
{
"@id": "http://example.com/people/gregg",
"http://xmlns.com/foaf/0.1/knows": [ { "@id": "http://example.com/people/markus" } ]
},
{
"@id": "http://example.... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
<bean id="processEng... | {
"pile_set_name": "Github"
} |
require('../../modules/es6.array.some');
module.exports = require('../../modules/_core').Array.some; | {
"pile_set_name": "Github"
} |
+++
title = "YAML 语法说明"
weight = 4
+++
`!!` 表示实例化该类
`!` 表示自定义别名
`-` 表示可以包含一个或多个
`[]` 表示数组,可以与减号相互替换使用
| {
"pile_set_name": "Github"
} |
/*
* linux/fs/nfs/iostat.h
*
* Declarations for NFS client per-mount statistics
*
* Copyright (C) 2005, 2006 Chuck Lever <cel@netapp.com>
*
*/
#ifndef _NFS_IOSTAT
#define _NFS_IOSTAT
#include <linux/percpu.h>
#include <linux/cache.h>
#include <linux/nfs_iostat.h>
struct nfs_iostats {
unsigned long long by... | {
"pile_set_name": "Github"
} |
/*
* CInput.cpp
*
* Created on: 20.03.2009
* Author: gerstrong
*/
#include <SDL.h>
#include "InputEvents.h"
#include "CInput.h"
#include "video/CVideoDriver.h"
#include "GsLogging.h"
#include "utils/FindFile.h"
#include "PointDevice.h"
#include "GsTimer.h"
#include "fileio/CConfiguration.... | {
"pile_set_name": "Github"
} |
/*
* /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoxDrawing.js
*
* Copyright (c) 2009-2018 The MathJax Consortium
*
* 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
*
* ... | {
"pile_set_name": "Github"
} |
import Taro, { Component } from '@tarojs/taro'
import { View, ScrollView, Image } from '@tarojs/components'
import { connect } from '@tarojs/redux'
import { getPlayList } from '../../services'
import eventEmitter from '../../utils/eventEmitter'
import * as Events from '../../constants/event-types'
import CommonBar from... | {
"pile_set_name": "Github"
} |
#include <bits/stdc++.h>
using namespace std;
#define MAXN 209
bool vis[MAXN][MAXN];
int adj[MAXN][MAXN], L[MAXN];
int N, K;
set<int> ans;
void dfs(int u, int k) {
if (vis[u][k]) return;
vis[u][k] = true;
if (k == K+1) ans.insert(u);
else for(int v=1; v<=N; v++) {
if (adj[u][v] == L[k]) dfs(v, k+1);
}
}
int m... | {
"pile_set_name": "Github"
} |
/* the default is the directory name, but in case the directory is named differently we better enforce it here*/
rootProject.name = "kscript" | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('sample', require('../sample'), require('./_falseOptions'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.lukedeighton.wheelview">
<application android:allowBackup="true"
android:label="@string/app_name">
</application>
</manifest>
| {
"pile_set_name": "Github"
} |
[Packed 2.0 3.0 4 5 6.0 7,Packed 2.0 3.0 4 5 6.0 7,Packed 2.0 3.0 4 5 5.0 6,Packed 3.0 4.0 5 6 6.0 7,Packed 4.0 5.0 6 7 7.0 8,Packed 5.0 6.0 7 8 8.0 9]
[Packed 2.0 3.0 4 5 6.0 7,Packed 2.0 3.0 4 5 6.0 7,Packed 2.0 3.0 4 5 5.0 6,Packed 3.0 4.0 5 6 6.0 7,Packed 4.0 5.0 6 7 7.0 8,Packed 5.0 6.0 7 8 8.0 9]
[Packed 2.0 3.0 ... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "icon_T18@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "icon_T18@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2015-2016 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package peer
import (
"fmt"
"strings"
"time"
"github.com/btcsuite/btcd/chaincfg/chainhash"
"github.com/btcsuite/btcd/txscript"
"github.com/btcsuite/btcd/wire"
"... | {
"pile_set_name": "Github"
} |
Welcome to Apache Camel
===============================================================================
Apache Camel is a powerful open source integration framework based on
known Enterprise Integration Patterns with powerful Bean Integration.
Camel lets you create the Enterprise Integration Patterns to implement ro... | {
"pile_set_name": "Github"
} |
package org.itstack.test;
/**
* 博 客:http://bugstack.cn
* 公众号:bugstack虫洞栈 | 沉淀、分享、成长,让自己和他人都能有所收获!
* create by 小傅哥 on @2020
*/
public class ApiTest {
public static void main(String[] args) {
System.out.println("hi");
}
}
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/license... | {
"pile_set_name": "Github"
} |
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/green5.png-500ace4771207ac9d383aef7efaf081f.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://graphics/images/terrain/grass/green5.png"
dest_files=[ "res://.import/green5.png-500ace4771207ac9d383aef7efaf081f.stex" ]
[params]
compr... | {
"pile_set_name": "Github"
} |
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"@babel/helper-module-imports": {
"version": "7.0.0-beta.32",
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.0.0-beta.32.tgz",
"integrity": "sha512-9jxfqCBrwCIa0p5ZIy1sakzKKm8x8tn0C52q... | {
"pile_set_name": "Github"
} |
package fastcache
import (
"encoding/binary"
"fmt"
"io"
"io/ioutil"
"os"
"path/filepath"
"regexp"
"runtime"
"github.com/golang/snappy"
)
// SaveToFile atomically saves cache data to the given filePath using a single
// CPU core.
//
// SaveToFile may be called concurrently with other operations on the cache.... | {
"pile_set_name": "Github"
} |
/*
MIT License http://www.opensource.org/licenses/mit-license.php
Author Tobias Koppers @sokra
*/
"use strict";
const base64VLQ = require("./base64-vlq");
const SourceNode = require("./SourceNode");
const CodeNode = require("./CodeNode");
const SourceListMap = require("./SourceListMap");
module.exports =... | {
"pile_set_name": "Github"
} |
function Enable-ADSIDomainControllerGlobalCatalog
{
<#
.SYNOPSIS
Function to enable the Global Catalog role on a Domain Controller
.DESCRIPTION
Function to enable the Global Catalog role on a Domain Controller
.PARAMETER ComputerName
Specifies the Domain Controller
.PARAMETER Credential
Specifies al... | {
"pile_set_name": "Github"
} |
<div class="apiDetail">
<div>
<h2><span>Function(event, treeId, treeNode)</span><span class="path">setting.callback.</span>onExpand</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>用于捕获节点被展开的事件... | {
"pile_set_name": "Github"
} |
'use strict';
var path = require('path');
var pathExists = require('path-exists');
var Promise = require('pinkie-promise');
function splitPath(x) {
return path.resolve(x || '').split(path.sep);
}
function join(parts, filename) {
return path.resolve(parts.join(path.sep) + path.sep, filename);
}
module.exports = fun... | {
"pile_set_name": "Github"
} |
/*
* SessionTutorial.cpp
*
* Copyright (C) 2020 by RStudio, PBC
*
* Unless you have received this program directly from RStudio pursuant
* to the terms of a commercial license agreement with RStudio, then
* this program is licensed to you under the terms of version 3 of the
* GNU Affero General Public License. ... | {
"pile_set_name": "Github"
} |
/*
* @file am335x-boneblack-wireless-roboticscape.dtb
*
* based on am335x-boneblack-wireless.dtb
*
* This device tree serves to replace the need for an overlay when using
* the RoboticsCape. It is similar to the boneblue tree but preserves
* pin config for the black.
*
* This file was updated in April 2018 to ... | {
"pile_set_name": "Github"
} |
# This file was taken from the python 2.7.13 standard library and has been
# slightly modified to do a "yield" after every 16KB of copying
from __future__ import (absolute_import, division, print_function)
import os
import stat
import sys
from shutil import (_samefile, rmtree, _basename, _destinsrc, Error, SpecialFil... | {
"pile_set_name": "Github"
} |
package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.open.public.third.customer.service response.
*
* @author auto create
* @since 1.0, 2020-04-07 16:57:02
*/
public class AlipayOpenPublicThirdCustomerServic... | {
"pile_set_name": "Github"
} |
import os
import sys
import matplotlib.pyplot as plt
import seaborn
ROOT = os.path.realpath(os.path.join(os.path.dirname(__file__), "../"))
sys.path.append(ROOT)
from utils import benchmark
data = [
("Size", [16 * 1024,
32 * 1024,
36 * 1024,
48 * 1024,
128 ... | {
"pile_set_name": "Github"
} |
package codepath.apps.demointroandroid;
import android.os.Bundle;
import android.app.Activity;
import android.view.Menu;
import android.view.View;
import android.widget.CheckBox;
import android.widget.EditText;
import android.widget.RadioButton;
import android.widget.RadioGroup;
import android.widget.Toast;
public cl... | {
"pile_set_name": "Github"
} |
// +build !ignore_autogenerated
/*
Copyright 2018 The Kubernetes 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 applica... | {
"pile_set_name": "Github"
} |
/*
* sampler2bit.h
*
* Written by
* Marco van den Heuvel <blackystardust68@yahoo.com>
*
* This file is part of VICE, the Versatile Commodore Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public L... | {
"pile_set_name": "Github"
} |
# Be sure to restart your server when you modify this file.
# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
# You can also remove all the silencers if you're trying to debug a probl... | {
"pile_set_name": "Github"
} |
namespace Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20191001Preview
{
using static Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Extensions;
/// <summary>Defines the request body for updating move collection.</summary>
public partial class UpdateMoveCollectionRequest :
... | {
"pile_set_name": "Github"
} |
pip3 install -r requirements.txt
chmod +x EchoPwn.sh
#Tools
#arjun
git clone https://github.com/s0md3v/Arjun.git
#Photon
git clone https://github.com/s0md3v/Photon.git
#Sublist3r
git clone https://github.com/aboul3la/Sublist3r.git
#dirsearch
git clone https://github.com/maurosoria/dirsearch.git
#subdomain-takeove... | {
"pile_set_name": "Github"
} |
polygon
1
1.554432E+01 4.931016E+01
1.554449E+01 4.931065E+01
1.554462E+01 4.931134E+01
1.554461E+01 4.931158E+01
1.554470E+01 4.931175E+01
1.554483E+01 4.931196E+01
1.554515E+01 4.931219E+01
1.554567E+01 4.931265E+01
1.554624E+01 4.931297E+01
1.554665E+01 4.931312E+01
1.554712E+01 4.931331E+01
1.554748E+01... | {
"pile_set_name": "Github"
} |
(* Basic. *)
let _ =
object
method foo =
()
end
| {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Shiny.Locations
{
public static class MotionActivityExtensions
{
/// <summary>
/// Queries for the most current event
/// </summary>
/// <param name="activity"></param>
... | {
"pile_set_name": "Github"
} |
100
10
0
nan
nan
100
| {
"pile_set_name": "Github"
} |
<ion-view sb-page-background class="sourcecode-view">
<ion-nav-title>{{ page_title }}</ion-nav-title>
<ion-content class="sourcecode-view" overflow-scroll="true">
<iframe id="sourcecode-iframe" data-value-id="{{ value_id }}" width="100%" height="100%" ></iframe>
</ion-content>
</ion-view>
| {
"pile_set_name": "Github"
} |
(* example of unboxing an obj to an unknown type *)
let unboxAndPrint x =
match x with
| :? string as s -> printfn "%s" s
| _ -> printfn "not a string"
(* fixing the error by giving `x` a known type *)
let unboxAndPrint (x: obj) =
match x with
| :? string as s -> printfn "%s" s
| _ -> printfn... | {
"pile_set_name": "Github"
} |
/*
*
* BRIEF MODULE DESCRIPTION
* Au1xx0 reset routines.
*
* Copyright 2001, 2006, 2008 MontaVista Software Inc.
* Author: MontaVista Software, Inc. <source@mvista.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as publi... | {
"pile_set_name": "Github"
} |
<?php
namespace App\Providers;
use Illuminate\Support\ServiceProvider;
class AppServiceProvider extends ServiceProvider
{
/**
* Bootstrap any application services.
*
* @return void
*/
public function boot()
{
//
}
/**
* Register any application services.
*
... | {
"pile_set_name": "Github"
} |
<html>
<!--
Copyright (c) 2005 Trustees of Indiana University
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
-->
<head>
<title>Boost Graph Library: Python Bindings (Experimental)</title>
... | {
"pile_set_name": "Github"
} |
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
Project: "VwFirewallDrv"=".\VwFirewallDrv.dsp" - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###########... | {
"pile_set_name": "Github"
} |
/*
Szymon Rusinkiewicz
Princeton University
grid_subsamp.cc
Subsample a mesh grid.
*/
#include "TriMesh.h"
#include <cstdio>
#include <cstdlib>
using namespace std;
using namespace trimesh;
void usage(const char *myname)
{
fprintf(stderr, "Usage: %s in.ply subsamp out.ply\n", myname);
exit(1);
}
int main(int arg... | {
"pile_set_name": "Github"
} |
{% macro t(key) %}{{ {
"language": "vi",
"clipboard.copy": "Sao chép vào bộ nhớ",
"clipboard.copied": "Sao chép xong",
"edit.link.title": "Chỉnh sửa",
"footer.previous": "Trước",
"footer.next": "Sau",
"meta.comments": "Bình luận",
"meta.source": "Mã nguồn",
"search.placeholder": "Tìm kiếm",
... | {
"pile_set_name": "Github"
} |
<?php
namespace Faker\Provider\bn_BD;
class Utils
{
public static function getBanglaNumber($number)
{
$english = range(0, 10);
$bangla = array('০', '১', '২', '৩', '৪', '৫', '৬', '৭', '৮', '৯');
return str_replace($english, $bangla, $number);
}
}
| {
"pile_set_name": "Github"
} |
import * as React from 'react';
import { isConformant, handlesAccessibility } from 'test/specs/commonTests';
import { mountWithProvider } from 'test/utils';
import { List } from 'src/components/List/List';
import { implementsCollectionShorthandProp } from '../../commonTests/implementsCollectionShorthandProp';
import ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>NUnit.org</title>
<meta name="description" content="NUnit is the most popular unit test framework for .NET.">
... | {
"pile_set_name": "Github"
} |
namespace NServiceBus.Timeout.Core
{
using System;
using System.Collections.Generic;
/// <summary>
/// Holds timeout information.
/// </summary>
public class TimeoutData
{
/// <summary>
/// Id of this timeout.
/// </summary>
public string Id { get; set; }
... | {
"pile_set_name": "Github"
} |
// This file was automatically generated on Fri Dec 03 18:04:02 2004
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.... | {
"pile_set_name": "Github"
} |
1
2
0
4
1
4
0
22
3
9
15
0
3
3
1
0
0
0
1
0
2
0
1
0
0
0
0
0
1
0
0
3
4
6
2
9
4
2
0
0
3
3
0
0
2
0
0
1
1
4
0
0
0
1
0
5
4
0
1
1
14
5
3
5
1
1
1
3
1
0
0
2
0
1
3
1
4
0
1
5
3
0
0
3
0
1
1
4
3
3
3
1
0
3
2
1
0
1
0
1
0
1
7
0
0
2
3
0
2
5
3
3
0
0
0
1
2
1
0
1
0
0
1
5
1
0
0
2
1
1
6
10
1
3
0
0
0
1
10
1
0
3
0
2
0
5
2
3
0
1
0
0
3
1
1
0
0
3... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2018 GeometryFactory Sarl (France)
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// $URL$
// $Id$
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s) : Maxime Gimeno
#ifndef TRIANGLE_CONTAINER_H
#define TRIANGLE_CONTAINER_H
#include ... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env sh
#
# Copyright 2015 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
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required ... | {
"pile_set_name": "Github"
} |
/***********************************************************************
Copyright (c) 2006-2011, Skype Limited. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
- Redistributions of source code must retai... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | {
"pile_set_name": "Github"
} |
/* 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/. */
package mozilla.components.feature.findinpage.internal
import kotlinx.coroutines.CoroutineScope
import kotlinx.co... | {
"pile_set_name": "Github"
} |
System Backend
==============
.. toctree::
:maxdepth: 2
audit
auth
health
init
key
leader
lease
mount
namespace
policy
raft
seal
wrapping
| {
"pile_set_name": "Github"
} |
// Copyright 2009 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.
// illumos system calls not present on Solaris.
// +build amd64,illumos
package unix
import "unsafe"
func bytes2iovec(bs [][]byte) []Iovec {
iovecs := make... | {
"pile_set_name": "Github"
} |
// Copyright 2012-present Oliver Eilhard. All rights reserved.
// Use of this source code is governed by a MIT-license.
// See http://olivere.mit-license.org/license.txt for details.
package elastic
// PercentilesAggregation
// See: https://www.elastic.co/guide/en/elasticsearch/reference/5.2/search-aggregations-metri... | {
"pile_set_name": "Github"
} |
Organization: University of Notre Dame - Office of Univ. Computing
From: <RVESTERM@vma.cc.nd.edu>
Subject: Re: MLB = NBA?
Lines: 15
In article <1993Apr17.052025.10610@news.yale.edu>, (Sean Garrison) says:
>
>I think that
>players' salaries are getting way out of hand to the point that they're on
>a pace to become seve... | {
"pile_set_name": "Github"
} |
object Test {
def sum(stream: Stream[Int]): Int =
stream match {
case Stream.Empty => 0
case Stream.cons(hd, tl) => hd + sum(tl)
}
val str: Stream[Int] = List(1,2,3).iterator.toStream
assert(sum(str) == 6)
}
| {
"pile_set_name": "Github"
} |
<?php
// Previously, MFA factors for individual users were bound to raw factor types.
// The only factor type ever implemented in the upstream was "totp".
// Going forward, individual factors are bound to a provider instead. This
// allows factor types to have some configuration, like API keys for
// service-based MF... | {
"pile_set_name": "Github"
} |
/*
* Copyright © 2007 David Airlie
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish,... | {
"pile_set_name": "Github"
} |
Manifest-Version: 1.0
Main-Class: main.java.ReadWrite
| {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.