text stringlengths 2 99.9k | meta dict |
|---|---|
/*
* Copyright © 2014 - 2020 Leipzig University (Database Research Group)
*
* 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
*
* Unles... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using NLog;
using NutzCode.CloudFileSystem;
using NutzCode.CloudFileSystem.Plugins.LocalFileSystem;
using ... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2014 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 agre... | {
"pile_set_name": "Github"
} |
<?php namespace Illuminate\Database\Eloquent;
class MassAssignmentException extends \RuntimeException {}
| {
"pile_set_name": "Github"
} |
import { Content, LabelsLeftLayout } from 'cx/ui';
import { HtmlElement, DateField } from 'cx/widgets';
import {Md} from '../../components/Md';
import {CodeSplit} from '../../components/CodeSplit';
import {CodeSnippet} from '../../components/CodeSnippet';
import {ConfigTable} from '../../components/ConfigTable';
import... | {
"pile_set_name": "Github"
} |
from libsaas.services import base
from libsaas import parsers, http
from . import resource
class LineItems(resource.StripeResource):
path = 'lines'
@base.apimethod
def get(self, customer=None, limit=None, ending_before=None,
starting_after=None):
"""
Fetch all of the objects... | {
"pile_set_name": "Github"
} |
<div style="background: radial-gradient(ellipse closest-side at top, red, white 100px, black); width: 300px; height: 300px;"></div>
<div style="background: repeating-radial-gradient(closest-side ellipse at top, red, white 100px, black); width: 300px; height: 300px;"></div>
| {
"pile_set_name": "Github"
} |
; RUN: opt -mtriple=amdgcn-amd-amdhsa -S -inline < %s | FileCheck %s
; RUN: opt -mtriple=amdgcn-amd-amdhsa -S -passes='cgscc(inline)' < %s | FileCheck %s
; CHECK-LABEL: @func_no_target_cpu(
define i32 @func_no_target_cpu() #0 {
ret i32 0
}
; CHECK-LABEL: @target_cpu_call_no_target_cpu(
; CHECK-NEXT: ret i32 0
defin... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2017 Google Inc. All Rights Reserved.
*
* 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 appli... | {
"pile_set_name": "Github"
} |
\documentclass[10pt]{amsart}
\usepackage{amsmath, amssymb, mathrsfs}
\usepackage[mathscr]{euscript}
\newlength{\mylength}
\setlength{\mylength}{0.25cm}
\usepackage{enumitem}
\setlist{listparindent=\parindent, itemsep=0cm, parsep=\mylength, topsep=0cm}
\usepackage[final]{todonotes}
\usepackage[fi... | {
"pile_set_name": "Github"
} |
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit multilib-build
DESCRIPTION="Meta-ebuild for clang runtime libraries"
HOMEPAGE="https://clang.llvm.org/"
SRC_URI=""
LICENSE="metapackage"
SLOT="$(ver_cut 1-3)"
KEYWORDS=""
IUSE="+compiler-rt libcxx ... | {
"pile_set_name": "Github"
} |
requirejs.config({
paths: {
'alpha': 'sub/wrong-did-not-multi',
'dep2': 'sub/wrong-did-not-multi'
},
enabled: {
alpha: true
},
packages: ['foo'],
//Made up values just to test nested merging skip logic.
someRegExp: /foo/,
someFunc: function () {},
someArray:... | {
"pile_set_name": "Github"
} |
Windows Registry Editor Version 5.00
; Base16 Default Dark (https://github.com/chriskempson/base16)
; Scheme: Chris Kempson (http://chriskempson.com)
[HKEY_CURRENT_USER\Console]
"ColorTable00"=dword:00181818 ; base00
"ColorTable01"=dword:00c2af7c ; base0D
"ColorTable02"=dword:006cb5a1 ; base0B
"ColorTable03"... | {
"pile_set_name": "Github"
} |
/*
This file is part of Darling.
Copyright (C) 2017 Lubos Dolezel
Darling 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.
Darling i... | {
"pile_set_name": "Github"
} |
Attribute VB_Name = "Module1"
Sub SelectingRanges_ObjectHierarchy()
'The most explicit way to reference a range of cells.
Application.Workbooks("SelectingRangesBook.xlsm").Worksheets("Sheet1").Range("A1").Select
'Still very explict but can be confusing for sure because we need to keep in mind whet... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2014 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"
} |
//
// Copyright(c) 2015 Gabi Melman.
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
//
#pragma once
// Helper class for file sink
// When failing to open a file, retry several times(5) with small delay between the tries(10 ms)
// Can be set to auto flush on every line
// Throw spdlog_ex exc... | {
"pile_set_name": "Github"
} |
/**
* Merge object b with object a.
*
* var a = { foo: 'bar' }
* , b = { bar: 'baz' };
*
* merge(a, b);
* // => { foo: 'bar', bar: 'baz' }
*
* @param {Object} a
* @param {Object} b
* @return {Object}
* @api public
*/
exports = module.exports = function(a, b){
if (a && b) {
for (var... | {
"pile_set_name": "Github"
} |
; RUN: llvm-as < %s >%t.bc
; PR21108: Diagnostic handlers get pass remarks, even if they're not enabled.
; Confirm that there are -pass-remarks.
; RUN: llvm-lto -pass-remarks=inline \
; RUN: -exported-symbol _func2 -pass-remarks-analysis=loop-vectorize \
; RUN: -exported-symbol _main -o %t.o %t.bc 2>... | {
"pile_set_name": "Github"
} |
一个用于显示多种不同类型图片的React组件,包括网络图片、静态资源、临时的本地图片、以及本地磁盘上的图片(如相册)等。详细用法参阅[图片文档](images.html)。
用法样例:
```javascript
renderImages() {
return (
<View>
<Image
style={styles.icon}
source={require('./icon.png')}
/>
<Image
style={styles.logo}
source={{uri: 'http://facebook.git... | {
"pile_set_name": "Github"
} |
// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x objective-c -verify -fmodules-cache-path=%t -I %S/Inputs %s
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x objective-c -verify -fmodules-cache-path=%t -I %S/Inputs %s -DALT
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x objective-c... | {
"pile_set_name": "Github"
} |
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_DOM_DISTILLER_CONTENT_BROWSER_DOM_DISTILLER_VIEWER_SOURCE_H_
#define COMPONENTS_DOM_DISTILLER_CONTENT_BROWSER_DOM_DISTILLER_VIEWER_SOUR... | {
"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/. */
// https://html.spec.whatwg.org/multipage/#htmloptionscollection
interface HTMLOptionsCollection : HTMLCollection ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2015 Kaprica Security, Inc.
*
* 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, mer... | {
"pile_set_name": "Github"
} |
/*
Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments
Copyright (C) ITsysCOM GmbH
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 yo... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "net/dns/host_resolver_impl.h"
#include <memory>
#include <utility>
#include "base/memory/ptr_util.h"
#if defined(OS_WIN)
#include <Winsoc... | {
"pile_set_name": "Github"
} |
/*
* pata_amd.c - AMD PATA for new ATA layer
* (C) 2005-2006 Red Hat Inc
*
* Based on pata-sil680. Errata information is taken from data sheets
* and the amd74xx.c driver by Vojtech Pavlik. Nvidia SATA devices are
* claimed by sata-nv.c.
*
* TODO:
* Variable system clock when/if it makes sense
* Powe... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2016 Thomas Pornin <pornin@bolet.org>
*
* 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, ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
<title>ColReorder example - jQuery UI styling</title>
<link rel="stylesheet" type="text/css" href="//c... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 53c7d9340a3685c408bc1cb0fdaf953f
timeCreated: 1474751352
licenseType: Pro
TrueTypeFontImporter:
serializedVersion: 4
fontSize: 16
forceTextureCase: -2
characterSpacing: 0
characterPadding: 1
includeFontData: 1
fontNames:
- Roboto
fallbackFontReferences:
- {fileID: 12800000... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2018 gxw <guxiwei-hf@loongson.cn>
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your ... | {
"pile_set_name": "Github"
} |
var qstack_8c =
[
[ "qstack", "qstack_8c.html#ad59200fd9723a575e042365b916e150b", null ],
[ "qstack_setsize", "qstack_8c.html#a243157bbd832b1a29da906cdf1e067d1", null ],
[ "qstack_push", "qstack_8c.html#af6bd78d22c5ac2a5dbcc4102416a1682", null ],
[ "qstack_pushstr", "qstack_8c.html#a3c626c12f0f8ad9b1899... | {
"pile_set_name": "Github"
} |
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | {
"pile_set_name": "Github"
} |
### 消息:北京承诺采购更多农产品 推动美国取消关税
------------------------
#### [首页](https://github.com/gfw-breaker/banned-news/blob/master/README.md) | [手把手翻墙教程](https://github.com/gfw-breaker/guides/wiki) | [禁闻聚合安卓版](https://github.com/gfw-breaker/bn-android) | [网门安卓... | {
"pile_set_name": "Github"
} |
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FILE_UTILS_H_
#define FILE_UTILS_H_
#include <dirent.h>
#include <sys/types.h>
#include <unistd.h>
#include <functional>
#include <map>
#include... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!-- Metadata Standard tab, gmd:MD_Metadata/gmd:metadataStandardName and
gmd:MD_Metadata/gmd:metadataStandardVersion (Service) -->
<h:div xmlns:g="http://www.esri.com/geoportal/gxe"
xmlns:h="http://www.esri.com/geoportal/gxe/html"
h:tag="div" g:label="$i18n.ca... | {
"pile_set_name": "Github"
} |
(function() {
var o1 = {
m1: function(){ return {}; },
m2: function(){ return {}; },
m3: function(){ return {}; },
m4: function(){ return {}; }
};
o1.m1(); // analyzed precisely
o1.m2(); // analyzed precisely
unknown(o1.m2);
var o = unknown? o1: {};
o.m3(); // not analyzed precisely: `o1` is not the only... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env php
<?php
/*
|--------------------------------------------------------------------------
| Register The Auto Loader
|--------------------------------------------------------------------------
|
| Composer provides a convenient, automatically generated class loader
| for our application. We just need to ... | {
"pile_set_name": "Github"
} |
import process from 'process'
import { signals } from 'signal-exit'
import { gracefulExit } from './graceful_exit.js'
// Make sure the server stops when graceful exits are possible
// Also send related events
// We cannot handle `process.exit()` since graceful exit is async
export const setupGracefulExit = function ... | {
"pile_set_name": "Github"
} |
/** Copyright 2019 Mek Global Limited. */
package org.knowm.xchange.kucoin.service;
import java.io.IOException;
import java.util.List;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.QueryParam;
import javax.ws.rs.core.MediaType;
import org.knowm.xchange.kucoin.dto.resp... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2004, 2005 Actuate Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is av... | {
"pile_set_name": "Github"
} |
/* @flow */
import config from '../config'
import { warn } from './debug'
import { inBrowser, inWeex } from './env'
import { isPromise } from 'shared/util'
import { pushTarget, popTarget } from '../observer/dep'
export function handleError (err: Error, vm: any, info: string) {
// Deactivate deps tracking while proc... | {
"pile_set_name": "Github"
} |
package types
// This file was generated by the swagger tool.
// Editing this file might prove futile when you re-run the swagger generate command
// ServiceUpdateResponse service update response
// swagger:model ServiceUpdateResponse
type ServiceUpdateResponse struct {
// Optional warning messages
Warnings []stri... | {
"pile_set_name": "Github"
} |
/**
@page build_and_install Build and install gf
@tableofcontents
In this document, you will learn how to build and install gf so that you are ready for your first project with gf. It is assumed you already have a compiler installed (gcc or clang for Linux; MSVC included in Visual Studio for Windows).
gf needs a con... | {
"pile_set_name": "Github"
} |
package railo.runtime.tag;
import java.io.IOException;
import javax.xml.parsers.FactoryConfigurationError;
import railo.runtime.converter.ConverterException;
import railo.runtime.converter.JSConverter;
import railo.runtime.converter.WDDXConverter;
import railo.runtime.exp.ApplicationException;
import railo.runtime.e... | {
"pile_set_name": "Github"
} |
// 104 easy 二叉树的最大深度
// 给定一个二叉树,找出其最大深度。
// 二叉树的深度为根节点到最远叶子节点的最长路径上的节点数。
//
// 说明: 叶子节点是指没有子节点的节点。
//
// 示例:
// 给定二叉树 [3,9,20,null,null,15,7],
//
// 3
// / \
// 9 20
// / \
// 15 7
// 返回它的最大深度 3 。
//
/**
* Definition for a binary tree node.
* function TreeNode(val) {
* this.val = val;
* ... | {
"pile_set_name": "Github"
} |
object dmodURI: TdmodURI
OldCreateOrder = False
Left = 282
Top = 184
Height = 167
Width = 213
object URI: TBXBubble
Category = 'Misc'
Description = 'URI'
OnTest = URITest
Left = 32
Top = 24
end
end
| {
"pile_set_name": "Github"
} |
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, v... | {
"pile_set_name": "Github"
} |
# redux-persist-transform-encrypt
[](https://www.npmjs.com/package/redux-persist-transform-encrypt)
[ {
$parameters = @{
"DesktopIcon" = @{ Task = "!desktopicon"; Output = "Enabling Desktop Icon" }
"QuickLaunchIcon" = @{ Task = "!quicklaunchicon"; Output = "Enabling Quick Launch Icon" }
"DisableFileAssoc" = @{ Task = "fileassoc"; Output = "Disabling Fil... | {
"pile_set_name": "Github"
} |
osgi(1) asadmin Utility Subcommands osgi(1)
NAME
osgi - delegates the command line to the Apache Felix Gogo remote shell
for the execution of OSGi shell commands
SYNOPSIS
osgi [--help]
[--session session]
[--session-id session-id]
... | {
"pile_set_name": "Github"
} |
var browserify = require('../');
var vm = require('vm');
var test = require('tap').test;
test('byte order marker', function (t) {
t.plan(2);
var b = browserify(__dirname + '/bom/hello.js');
b.bundle(function (err, src) {
if (err) t.fail(err);
var c = {
console: { log: funct... | {
"pile_set_name": "Github"
} |
// XXX this can probably be replaced with gentle-fs.mkdir everywhere it's used
const chownr = require('chownr')
const inflight = require('inflight')
const log = require('npmlog')
const mkdirp = require('mkdirp')
const inferOwner = require('infer-owner')
// retain ownership of the parent dir
// this matches behavior in... | {
"pile_set_name": "Github"
} |
<!--
Description: entry title relative to document URI
Expect: bozo and entries[0]['title'] == u'<div><a href="http://127.0.0.1:8097/relative/uri">click here</a></div>'
-->
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
<entry>
<title type="text/html" mode="base64">
PGRpdj48YSBocmVmPSIvcmVsYXRpdmUvdXJpIj5jb... | {
"pile_set_name": "Github"
} |
Scope: []
Kind: Module
FrameDescriptor: Empty
CellVars: Empty
FreeVars: Empty
Scope: gen
Kind: Generator
FrameDescriptor: [x, <return_val>]
CellVars: Empty
FreeVars: Empty
| {
"pile_set_name": "Github"
} |
//1152x864 text scheme file
// Pie menu for marines
SchemeName = "PieMenuScheme"
FontName = "Arial"
FontSize = 16
FgColor = "255 170 0 255"
BgColor = "0 0 0 141"
FgColorArmed = "255 255 255 255"
BgColorArmed = "255 170 0 67"
// Minimap, radar
SchemeName = "HierarchyScheme"
FontName = "Helvetica"
FontSiz... | {
"pile_set_name": "Github"
} |
module.exports = (api) => {
api.describe({
id: 'mie_id',
key: 'mie',
enableBy: api.EnableBy.config,
});
}
| {
"pile_set_name": "Github"
} |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/schemas/model/DescribeSchemaResult.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <aws/core/AmazonWebServiceResult.h>
#include <aws/core/utils/StringUtils.h>
#include <aws/c... | {
"pile_set_name": "Github"
} |
To enable further customization of OpenNMT, it is possible to easily modify the default behaviour of some modules, to add some options or even to disable some others. This is done with `hooks`.
Hooks are defined by a lua file (let us call it `myhook.lua`) containing the extension code and that is dynamically loaded by... | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:828900a8005ad2da27ee2fd150c1f494ff0e8e1cecc4e0eabf271f4dc1f1261b
size 3427
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2009 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | {
"pile_set_name": "Github"
} |
package com.terrafolio.gradle.plugins.jenkins.tasks
import com.terrafolio.gradle.plugins.jenkins.dsl.JenkinsConfigurable
import com.terrafolio.gradle.plugins.jenkins.service.BuildDirService
class DumpJenkinsItemsTask extends AbstractDumpJenkinsItemsTask {
def prettyPrint = true
def prettyPrintPreserveWhitespa... | {
"pile_set_name": "Github"
} |
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
.tomorrow-comment, pre .comment, pre .title {
color: #8e908c;
}
.tomorrow-red, pre .variable, pre .attribute, pre .tag, pre .regexp, pre .ruby .constant, pre .xml .tag .title, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pr... | {
"pile_set_name": "Github"
} |
#!/sbin/openrc-run
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
PIDFILE="/var/run/bugzilla/${SVCNAME}.pid"
JOBQUEUE_USER=${JOBQUEUE_USER:-root}
JOBQUEUE_GROUP=${JOBQUEUE_GROUP:-root}
checkconfig() {
[[ -z "${JOBQUEUE_USER}" || -z "$(getent passwd ${JOBQUE... | {
"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"
} |
/**
* Copyright (C) 2007 Rob Buis <buis@kde.org>
* Copyright (C) 2007 Nikolas Zimmermann <zimmermann@kde.org>
* Copyright (C) 2007 Eric Seidel <eric@webkit.org>
* Copyright (C) 2009 Google, Inc. All rights reserved.
* Copyright (C) Research In Motion Limited 2010. All rights reserved.
*
* This library is free s... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation. All rights reserved.
namespace Tests.ViewModel
{
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using EmployeeTracker.Common;
using EmployeeTracker.Fakes;
using EmployeeTracker.Model;
using EmployeeTracker... | {
"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.0">
<meta name="generator" content="JsDoc Toolkit"/>
<title>Camera - Hilo API Document</title>
<style>
iframe{
border:1px solid #333;
}
... | {
"pile_set_name": "Github"
} |
/*
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 applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
// license:BSD-3-Clause
// copyright-holders:Angelo Salese, David Haywood
/*******************************************************************************************
Best League (c) 1993
A Big Striker Italian bootleg (made by Playmark?) running on a different hardware.
driver by David Haywood & Angelo Salese
Chang... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: cf4029a4f513c46318ecfb4b85fec4c0
timeCreated: 1540578242
licenseType: Free
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 100100000
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
<!-- XML EXCHANGE TABLE MODEL DECLARATION MODULE -->
<!-- This set of declarations defines the XML version of the Exchange
Table Model as of the date shown in the Formal Public Identifier
(FPI) for this entity.
This set of declarations may be referred to using a public external
entity declaration ... | {
"pile_set_name": "Github"
} |
{
"static_ExecuteCallThatAskForeGasThenTrabsactionHas_d1g0v0_Istanbul" : {
"_info" : {
"comment" : "",
"filling-rpc-server" : "Geth-1.9.6-unstable-63b18027-20190920",
"filling-tool-version" : "retesteth-0.0.1+commit.0ae18aef.Linux.g++",
"lllcversion" : "Versio... | {
"pile_set_name": "Github"
} |
# [684. 冗余连接](https://leetcode-cn.com/problems/redundant-connection)
[English Version](/solution/0600-0699/0684.Redundant%20Connection/README_EN.md)
## 题目描述
<!-- 这里写题目描述 -->
<p>在本问题中, 树指的是一个连通且无环的<strong>无向</strong>图。</p>
<p>输入一个图,该图由一个有着N个节点 (节点值不重复1, 2, ..., N) 的树及一条附加的边构成。附加的边的两个顶点包含在1到N中间,这条附加的边不属于树中已存在的边。</p>
... | {
"pile_set_name": "Github"
} |
let list = [
{ id: 1, title: '一级' },
{ id: 2, title: '二级' },
{ id: 3, title: '三级', disabled: true },
{ id: 10, title: '一级-0', parent: '1' },
{ id: 11, title: '一级-1', parent: '1' },
{ id: 12, title: '一级-2', parent: '1' },
{ id: 13, title: '一级-3', parent: '1' },
{ id: 14, title: '一级-4', parent: '1' },
{... | {
"pile_set_name": "Github"
} |
:020000040800F2
:10000000C8080020310200080D1E00080F1E00085D
:10001000111E0008131E0008151E00080000000035
:10002000000000000000000000000000171E000893
:10003000191E0008000000001B1E00081F1E0008FB
:100040004B0200084B0200084B0200084B0200085C
:100050004B0200084B0200084B0200084B0200084C
:100060004B0200084B0200084B0200084B02000... | {
"pile_set_name": "Github"
} |
import csharp
from IntLiteral l
select l
| {
"pile_set_name": "Github"
} |
CREATE TABLE rhnXccdfBenchmark
(
id NUMBER NOT NULL
CONSTRAINT rhn_xccdf_benchmark_id_pk PRIMARY KEY
USING INDEX TABLESPACE [[64k_tbs]],
identifier VARCHAR2(120) NOT NULL,
version VARCHAR2(80) NOT NULL
)
ENABLE ROW MOVEMENT
;
CREATE UNIQUE IN... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Bundle\FrameworkBundle\Templating\Helper;
use Symfony\Component... | {
"pile_set_name": "Github"
} |
{
"Marketplace": {
"ActivateLicenseKey": "有効化",
"ActionActivatePlugin": "プラグインを有効にする",
"ActionActivateTheme": "テーマを有効にする",
"ActionInstall": "インストール",
"AddToCart": "カートに追加",
"AllowedUploadFormats": "このページから ZIP 形式のプラグインやテーマをアップロードをすることができます",
"Authors": "著者",
... | {
"pile_set_name": "Github"
} |
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/UTILS-reinterpolate.R
\name{reinterpolate}
\alias{reinterpolate}
\title{Wrapper for simple linear reinterpolation}
\usage{
reinterpolate(x, new.length, multivariate = FALSE)
}
\arguments{
\item{x}{Data to reinterpolate. Either a vector, a mat... | {
"pile_set_name": "Github"
} |
# Piler
[](http://travis-ci.org/epeli/piler)
Feature highlights
* Minify and concatenate JS and CSS for fast page loads
* Tag rendering
* Namespaces
* Transparent preprocessor
* Push CSS changes to the browser using Socket.IO
* Easy code sharin... | {
"pile_set_name": "Github"
} |
//Copyright (c) 2008-2017 Emil Dotchevski and Reverge Studios, Inc.
//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)
#ifndef BOOST_QVM_187092DA6454CEB1853E6915F8466A4
#define BOOST_QVM_187092DA6454CEB1853E6915F8466A4... | {
"pile_set_name": "Github"
} |
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Button @base: matches snapshot 1`] = `<button class="ion-button button button-ios button-default button-default-ios button-ios-primary"><span class="button-inner"><span>Test</span></span></button>`;
| {
"pile_set_name": "Github"
} |
package abi36_0_0.expo.modules.location.exceptions;
import abi36_0_0.org.unimodules.core.interfaces.CodedThrowable;
import abi36_0_0.org.unimodules.core.errors.CodedException;
public class LocationRequestRejectedException extends CodedException implements CodedThrowable {
public LocationRequestRejectedException(Exc... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016-2019 JetBrains s.r.o.
* Use of this source code is governed by the Apache 2.0 License that can be found in the LICENSE.txt file.
*/
package benchmarks.immutableMap.builder
import benchmarks.*
import kotlinx.collections.immutable.persistentMapOf
import kotlinx.benchmark.*
@State(Scope.Benchmark... | {
"pile_set_name": "Github"
} |
// Copyright 2014 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 context_test
import (
"fmt"
"time"
"golang.org/x/net/context"
)
// This example passes a context with a timeout to tell a blocking function that
/... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- qwsembedwidget.cpp -->
<head>
<title>Qt 4.6: QWSEmbedWidget Class Reference</title>
<link href="classic.css" rel=... | {
"pile_set_name": "Github"
} |
<?xml version='1.0' ?>
<Plugin id='31186'>
<Lp>Yes</Lp>
<Implant>Yes</Implant>
<Windows>
<!-- NT family -->
<Platform id='2'>
<Version major='*' minor='*'>
<File>PacketScan_Implant.dll</File>
</Version>
</Platform>
</Windows>
</Plugin> | {
"pile_set_name": "Github"
} |
(module Valve_Mini_G (layer F.Cu) (tedit 5A030096)
(descr "Valve mini G")
(tags "Valve mini G")
(fp_text reference REF** (at -5.08 -2.34) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Valve_Mini_G (at 8.38 18.29) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15))... | {
"pile_set_name": "Github"
} |
{
"channel": {
"_constructor": "inputChannelEmpty#ee8c1e86"
},
"users": [],
"_constructor": "channels.inviteToChannel#199f3a6c"
} | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2008 Hyperic, 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 agre... | {
"pile_set_name": "Github"
} |
// Copyright 2014 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 !gccgo
#include "textflag.h"
//
// System calls for amd64, Solaris are implemented in runtime/syscall_solaris.go
//
TEXT ·sysvicall6(SB),NOSPLIT,$0... | {
"pile_set_name": "Github"
} |
<?php
/**
* Validates a number as defined by the CSS spec.
*/
class HTMLPurifier_AttrDef_CSS_Number extends HTMLPurifier_AttrDef
{
/**
* Indicates whether or not only positive values are allowed.
* @type bool
*/
protected $non_negative = false;
/**
* @param bool $non_negative indica... | {
"pile_set_name": "Github"
} |
// Copyright © 2019 Banzai Cloud
//
// 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 ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ProxyScanner (GWT Javadoc)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script ty... | {
"pile_set_name": "Github"
} |
# disable z3 for cross-platform stability
from test_support import *
prove_all (prover=["cvc4"])
| {
"pile_set_name": "Github"
} |
#pragma once
#include <algorithm>
#include <optional>
#include <string>
#include <tuple>
#include <type_traits>
#include <utility>
#include "base/not_null.hpp"
#include "base/traits.hpp"
#include "geometry/hilbert.hpp"
#include "geometry/point.hpp"
#include "quantities/named_quantities.hpp"
#include "quantities/tupl... | {
"pile_set_name": "Github"
} |
# Copyright 2020 Hewlett Packard Enterprise Development LP
# Copyright 2004-2019 Cray Inc.
# Other additional copyright holders may be indicated within.
#
# The entirety of this work is licensed under the Apache License,
# Version 2.0 (the "License"); you may not use this file except
# in compliance with the License.
... | {
"pile_set_name": "Github"
} |
#include <gtest/gtest.h>
#include <cpp-utils/data/DataFixture.h>
#include <cryfs/impl/config/crypto/inner/InnerConfig.h>
using cpputils::Data;
using cpputils::DataFixture;
using boost::none;
using std::ostream;
using namespace cryfs;
// This is needed for google test
namespace boost {
ostream &operator<<(ostream ... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.