text stringlengths 2 99k | meta dict |
|---|---|
/*
* Copyright (c) 2017, Intel Corporation
*
* 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, publis... | {
"pile_set_name": "Github"
} |
---
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
keywords: powershell,cmdlet
Locale: en-US
Module Name: Microsoft.PowerShell.Management
ms.date: 5/14/2019
online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.management/remove-itemproperty?view=powershell-7.1&WT.... | {
"pile_set_name": "Github"
} |
/*
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"
} |
update=Fri 10 Nov 2017 05:16:12 PM PST
version=1
last_client=kicad
[cvpcb]
version=1
NetIExt=net
[general]
version=1
[pcbnew]
version=1
PageLayoutDescrFile=
LastNetListRead=
PadDrill=0.7999999999999999
PadDrillOvalY=0.7999999999999999
PadSizeH=1.35
PadSizeV=1.35
PcbTextSizeV=1.5
PcbTextSizeH=1.5
PcbTextThickness=0.3
Mo... | {
"pile_set_name": "Github"
} |
# Copyright © 2016 Red Hat.
# Copyright © 2016 Mauro Rossi <issor.oruam@gmail.com>
#
# 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 ... | {
"pile_set_name": "Github"
} |
{{#sortable-table
tableClassNames="bordered mt-30"
paging=true
pagingLabel="pagination.project"
headers=headers
descending=descending
body=model
sortBy=sortBy
as |sortable kind p dt|
}}
{{#if (eq kind "row")}}
{{project-row model=p dt=dt}}
{{else if (eq kind "nomatch")}}
... | {
"pile_set_name": "Github"
} |
package pflag
import (
"time"
)
// -- time.Duration Value
type durationValue time.Duration
func newDurationValue(val time.Duration, p *time.Duration) *durationValue {
*p = val
return (*durationValue)(p)
}
func (d *durationValue) Set(s string) error {
v, err := time.ParseDuration(s)
*d = durationValue(v)
retur... | {
"pile_set_name": "Github"
} |
# Copyright 2016 Pinterest, 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 to in... | {
"pile_set_name": "Github"
} |
package LeetCode.tree.ClosestBinarySearchTreeValue_270;
import java.util.List;
public class Main {
public static void main(String[] args) {
Solution s = new Solution();
TreeNode root = new TreeNode(7);
root.left = new TreeNode(3);
root.right = new TreeNode(12);
root.left.le... | {
"pile_set_name": "Github"
} |
{
"IdPrefix": "parks-",
"Containers":[
{
"Name":"lb",
"Count":1,
"Image":"openshift/centos-haproxy-simple-balancer",
"PublicPorts":[
{"Internal":80,"External":14000}
],
"Links":[
{
"To":"backend",
"NonLocal":true,
"AliasPorts":[
... | {
"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"
} |
<?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license an... | {
"pile_set_name": "Github"
} |
decentralize.js
===============
September 9, 2014
| {
"pile_set_name": "Github"
} |
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
name makeicns
version 1.4.10a
revision 2
categories graphics
maintainers nomaintainer
platforms d... | {
"pile_set_name": "Github"
} |
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import <DevToolsInterface/XCElementCellDisplay.h>
@interface XCElementSegmentedCellDisplay : XCElementCellDisplay
{
}
- (void)displayer:(struct NSObject *)arg1 performDelegate... | {
"pile_set_name": "Github"
} |
// Copyright 2017 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 !darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows
package socket
import (
"errors"
"net"
"runtime"
"unsafe"
)
const (
sysA... | {
"pile_set_name": "Github"
} |
namespace AngleSharp.Network
{
using System;
using System.Collections.Generic;
using System.IO;
/// <summary>
/// Specifies what is used for requesting data.
/// </summary>
public interface IRequest
{
/// <summary>
/// Gets the used request method.
/// </summary... | {
"pile_set_name": "Github"
} |
// (C) Copyright John Maddock 2001 - 2002.
// 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.org/LICENSE_1_0.txt)
// See http://www.boost.org for most recent version.
#if __IBMCPP__ <= 501
# d... | {
"pile_set_name": "Github"
} |
var searchData=
[
['layout',['Layout',['../d6/d11/classpu_1_1ui_1_1_layout.html',1,'pu::ui']]],
['layout',['Layout',['../d6/d11/classpu_1_1ui_1_1_layout.html#ad49ec6b80ed4f53fe77a5d5cc480f460',1,'pu::ui::Layout']]],
['left',['Left',['../d2/d5e/namespacepu_1_1ui_1_1elm.html#ac2066021dbc53818c251c446b6d7f864a945d5e... | {
"pile_set_name": "Github"
} |
<?php
/**
* 2010-2020 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this... | {
"pile_set_name": "Github"
} |
// +build linux darwin
/*
Copyright The containerd 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 app... | {
"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 !darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows
package ipv4
import "golang.org/x/net/internal/socket"
func setControlMessage... | {
"pile_set_name": "Github"
} |
import _ from "lodash";
import React from "react";
import PropTypes from "prop-types";
import { COLORS } from "../../../shared/util";
import PieChart from "../../../stats/year/components/pie_chart";
const IdCategroryPieChart = ( { project } ) => {
if ( !project.identification_categories_loaded ) {
return ( <div ... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
#
# logstash
#
# chkconfig: - 57 47
# description: logstash
# processname: logstash
PIDDIR="/var/run/logstash"
export PIDFILE="$PIDDIR/logstash-<%= @name %>.pid"
export LS_HOME="<%= @home %>"
export LS_HEAP_SIZE="<%= @max_heap %>"
export LOGSTASH_OPTS="<%= @args.join(' ') %>"
LS_USER="<%= @user ... | {
"pile_set_name": "Github"
} |
{
"type": "ExportDefaultDeclaration",
"start": 62,
"end": 91,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 29
}
},
"range": [
62,
91
],
"declaration": {
"type": "Identifier",
"start": 77,
"end": 90,
"loc": {
"start": {
"line": 3,
"column"... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2007-2008 Tungsten Graphics, Inc., Cedar Park, TX., USA,
* All Rights Reserved.
* Copyright (C) 2009 VMware, Inc., Palo Alto, CA., USA,
* All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files ... | {
"pile_set_name": "Github"
} |
[/
Copyright 2017 Nick Thompson
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).
]
[section:catmull_rom Catmull-Rom Splines]
[heading Synopsis]
``
#include <boost/math/interpolators/catmull_rom.hpp>
namespace... | {
"pile_set_name": "Github"
} |
//
// XLPagerTabStripViewController
// XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip )
//
// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com )
//
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Softwa... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See LICENSE in the project root for license information. -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAll... | {
"pile_set_name": "Github"
} |
// +build linux,cgo
package daemon
import (
"context"
"math"
"os"
"runtime"
"strconv"
"sync"
"sync/atomic"
"time"
"gopkg.in/src-d/go-log.v1"
"github.com/cenkalti/backoff"
"github.com/opentracing/opentracing-go"
"github.com/prometheus/client_golang/prometheus"
"github.com/bblfsh/bblfshd/daemon/protocol... | {
"pile_set_name": "Github"
} |
/*
* gunicode-win32-uwp.c: UWP unicode support.
*
* Copyright 2016 Microsoft
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
#include <config.h>
#include <glib.h>
#if G_HAVE_API_SUPPORT(HAVE_UWP_WINAPI_SUPPORT)
#define CODESET 1
#include <windows.h>
extern c... | {
"pile_set_name": "Github"
} |
/*
* This file is part of the PSL software.
* Copyright 2011-2015 University of Maryland
* Copyright 2013-2019 The Regents of the University of California
*
* 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... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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
... | {
"pile_set_name": "Github"
} |
#include<libtransistor/display/display.h>
#include<libtransistor/types.h>
#include<libtransistor/util.h>
#include<libtransistor/internal_util.h>
#include<libtransistor/ipc/vi.h>
#include<libtransistor/loader_config.h>
static display_t display;
static int display_initializations = 0;
static bool display_initialized_am... | {
"pile_set_name": "Github"
} |
/******************************************************
* *
* 文件夹: ▲05 数组和广义表\03 RowLinkSparseMatrix *
* *
* 文件名: RowLinkSparseMatrix.h *
* *
* 内 容: 行逻辑链接的顺序表(稀疏矩阵)相关操作列表 *
* ... | {
"pile_set_name": "Github"
} |
DROP TABLE IF EXISTS t1;
CREATE TABLE t1(c1 CHAR(30) NOT NULL, c2 CHAR(20) NOT NULL, c3 CHAR(10) NOT NULL);
SHOW TABLES;
Tables_in_test
t1
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`c1` char(30) NOT NULL,
`c2` char(20) NOT NULL,
`c3` char(10) NOT NULL
) ENGINE=ENGINE DEFAULT CHARSET=utf8mb4 ... | {
"pile_set_name": "Github"
} |
#region License
// Copyright (c) 2016 Tyler Brinkley
//
// 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, mo... | {
"pile_set_name": "Github"
} |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="AnalysisHelperTest.cs" company="https://github.com/StyleCop">
// MS-PL
// </copyright>
// <license>
// This source code is subject to terms and conditions of the Microsoft
//... | {
"pile_set_name": "Github"
} |
syntax = "proto3";
| {
"pile_set_name": "Github"
} |
# Kodi Media Center language file
# Addon Name: VDR VNSI Client
# Addon id: pvr.vdr.vnsi
# Addon Provider: FernetMenta, Team XBMC
msgid ""
msgstr ""
"Project-Id-Version: XBMC Main\n"
"Report-Msgid-Bugs-To: http://trac.xbmc.org/\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
... | {
"pile_set_name": "Github"
} |
/*
* Gretty
*
* Copyright (C) 2013-2015 Andrey Hihlovskiy and contributors.
*
* See the file "LICENSE" for copying and usage permission.
* See the file "CONTRIBUTORS" for complete list of contributors.
*/
package org.akhikhl.gretty;
import org.eclipse.jetty.security.ServerAuthException;
import org.eclipse.jetty... | {
"pile_set_name": "Github"
} |
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2008-1204",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
... | {
"pile_set_name": "Github"
} |
# Event 200 - GetSiloCaps
###### Version: 0
## Description
None
## Data Dictionary
|Standard Name|Field Name|Type|Description|Sample Value|
|---|---|---|---|---|
|TBD|Context|AnsiString|None|`None`|
|TBD|Param1|HexInt64|None|`None`|
|TBD|Param2|HexInt64|None|`None`|
|TBD|Param3|HexInt64|None|`None`|
|TBD|Param4|HexIn... | {
"pile_set_name": "Github"
} |
# Stubs for networkx.utils.union_find (Python 3.5)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.
from typing import Any, Optional
class UnionFind:
parents: Any = ...
weights: Any = ...
def __init__(self, elements: Optional[Any] = ...) -> None: ...
def __getitem__(self, ... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: cf1fe50a641faac4691bf49eb32ce333
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences:
- m_PersistentViewDataDictionary: {instanceID: 0}
- LightSkin: {fileID: 11400000, guid: 0c156a7b2f4d450da1716b1625b5441d, type: 2}
- DarkSkin: {fileID: 11400000, guid: 9d345c... | {
"pile_set_name": "Github"
} |
/testing/guestbin/swan-prep
ipsec start
/testing/pluto/bin/wait-until-pluto-started
ipsec auto --add east-any
ipsec whack --impair suppress-retransmits
echo initdone
| {
"pile_set_name": "Github"
} |
/**
* @prettier
*/
import * as Bluebird from 'bluebird';
import { CoinFamily, BaseCoin as StaticsBaseCoin } from '@bitgo/statics';
const co = Bluebird.coroutine;
import * as bitgoAccountLib from '@bitgo/account-lib';
import {
BaseCoin,
KeyPair,
ParsedTransaction,
ParseTransactionOptions,
SignedTransaction,... | {
"pile_set_name": "Github"
} |
(ns chromex.ext.chromeos-info-private
" * available since Chrome 35"
(:refer-clojure :only [defmacro defn apply declare meta let partial])
(:require [chromex.wrapgen :refer [gen-wrap-helper]]
[chromex.callgen :refer [gen-call-helper gen-tap-all-events-call]]))
(declare api-table)
(declare gen-call)... | {
"pile_set_name": "Github"
} |
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
html,
body {
font-family: "Nanum Gothic";
margin: 0;
padding: 0;
height: 100%;
font-size: 12px;
line-height: 1.6em;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
text-stroke: 0.6px;
font-smoothing: antialiased;
-webkit-font-smoot... | {
"pile_set_name": "Github"
} |
using System;
using System.Linq;
using System.Collections.Generic;
using GoogleMapsApi.Entities.Common;
using GoogleMapsApi.StaticMaps.Entities;
using GoogleMapsApi.StaticMaps.Enums;
namespace GoogleMapsApi.StaticMaps
{
/// <summary>
/// Creates a URL to google's static map according to properly filled up StaticMaps... | {
"pile_set_name": "Github"
} |
{
"id": "35518949",
"url": "https:\/\/collection.cooperhewitt.org\/types\/35518949\/",
"name": "Sarong (kain songket)",
"count_objects": "1",
"supersedes": "0",
"superseded_by": "0"
} | {
"pile_set_name": "Github"
} |
/* ----------------------------------------------------------------------------
* ATMEL Microcontroller Software Support
* ----------------------------------------------------------------------------
* Copyright (c) 2008, Atmel Corporation
*
* All rights reserved.
*
* Redistribution and use in source and... | {
"pile_set_name": "Github"
} |
/**
* @author MadhavBahlMD
* @date 16/01/2019
*/
/* ========================================= */
/* ===== Array Partition Problem In JS ===== */
/* ========================================= */
function partition (array, size) {
let partitionedArray = [],
toBeAdded = [];
for (let i=0; i<array.lengt... | {
"pile_set_name": "Github"
} |
import types
import weakref
from .lock import allocate_lock
class BaseTypeByIdentity(object):
is_array_type = False
is_raw_function = False
def get_c_name(self, replace_with='', context='a C file'):
result = self.c_name_with_marker
assert result.count('&') == 1
# some logic dupli... | {
"pile_set_name": "Github"
} |
package io
import (
"fmt"
"github.com/stellar/go/xdr"
)
// StatsLedgerTransactionProcessor is a state processors that counts number of changes types
// and entry types.
type StatsLedgerTransactionProcessor struct {
results StatsLedgerTransactionProcessorResults
}
// StatsLedgerTransactionProcessorResults contain... | {
"pile_set_name": "Github"
} |
<div class="apiDetail">
<div>
<h2><span>Function(event, treeId, treeNode)</span><span class="path">setting.callback.</span>onCheck</h2>
<h3>概述<span class="h3_info">[ 依赖 <span class="highlight_green">jquery.ztree.excheck</span> 扩展 js ]</span></h3>
<div class="desc">
<p></p>
<div class="longdesc">
<p>用于捕获 check... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2014 Advanced Micro Devices, 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, modif... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
@class NSString, Protocol;
@protocol NSObject
- (NSString *)description;
- (unsigned long long)retainCount;
- (id)autorelease;
- (oneway void)release;
- (id)retain;
- (BOOL)respond... | {
"pile_set_name": "Github"
} |
/* $Id: um_xdi.h,v 1.1.2.2 2002/10/02 14:38:38 armin Exp $ */
#ifndef __DIVA_USER_MODE_XDI_H__
#define __DIVA_USER_MODE_XDI_H__
/*
Contains declaratiom of structures shared between application
and user mode idi driver
*/
typedef struct _diva_um_idi_adapter_features {
dword type;
dword features;
dword channels... | {
"pile_set_name": "Github"
} |
var, f, cada_bra, what = 1, 2, 3, 4
a = f"my string {var}, but also {f} and {cada_bra}"
| {
"pile_set_name": "Github"
} |
From fork-admin@xent.com Thu Jul 25 11:08:29 2002
Return-Path: <fork-admin@xent.com>
Delivered-To: yyyy@localhost.netnoteinc.com
Received: from localhost (localhost [127.0.0.1])
by phobos.labs.netnoteinc.com (Postfix) with ESMTP id 49D5E440D7
for <jm@localhost>; Thu, 25 Jul 2002 06:07:49 -0400 (EDT)
Received: from p... | {
"pile_set_name": "Github"
} |
/*
* trace-event-perl. Feed perf script events to an embedded Perl interpreter.
*
* Copyright (C) 2009 Tom Zanussi <tzanussi@gmail.com>
*
* 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 Foundatio... | {
"pile_set_name": "Github"
} |
#ifndef DataFormats_Common_HandleBase_h
#define DataFormats_Common_HandleBase_h
/*----------------------------------------------------------------------
Handle: Non-owning "smart pointer" for reference to products and
their provenances.
This is a very preliminary version, and lacks safety features and
elegance.
I... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017 MediaTek Inc.
* Author: Kevin Chen <kevin-cw.chen@mediatek.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This program is distributed in the... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2014 Vicente J. Botet Escriba
//
// 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_THREAD_EXECUTORS_GENERIC_EXECUTOR_REF_HPP
#define BOOST_THREAD_EXECUTORS_GENERIC_EXECUTOR_REF_HPP... | {
"pile_set_name": "Github"
} |
var tap = require('tap')
var fs = require('fs')
var server = require('./lib/server.js')
var common = require('./lib/common.js')
var auth = {
username: 'username',
password: '%1234@asdf%',
email: 'i@izs.me',
alwaysAuth: true
}
var client = common.freshClient()
tap.test('publish again', function (t) {
// no... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using RuriLib.Models;
namespace RuriLib.Interfaces
{
/// <summary>
/// Interface for a class that manages a collection of wordlists.
/// </summary>
public interface IWordlistManager
... | {
"pile_set_name": "Github"
} |
namespace OpenQA.Selenium.DevTools.Network
{
using System;
using Newtonsoft.Json;
/// <summary>
/// Fired when WebSocket message error occurs.
/// </summary>
public sealed class WebSocketFrameErrorEventArgs : EventArgs
{
/// <summary>
/// Request identifier.
/// </su... | {
"pile_set_name": "Github"
} |
{
"id": "my-melody-dresser",
"name": "My Melody Dresser",
"category": "Furniture",
"games": {
"nl": {
"orderable": false,
"interiorThemes": [
"Fairy Tale"
],
"set": "Welcome amiibo Update",
"rvs": [
"chelsea"
],
"buyPrices": [
{
"cu... | {
"pile_set_name": "Github"
} |
# Source: https://github.com/davidtvs/PyTorch-ENet (MIT)
"""
Implementation of `ENet: A Deep Neural Network Architecture for Real-Time Semantic Segmentation <https://arxiv.org/abs/1606.02147>`_
"""
import torch.nn as nn
import torch
__all__ = ['ENet']
class InitialBlock(nn.Module):
"""The initial block is compo... | {
"pile_set_name": "Github"
} |
/******************************************************************************
* Copyright (C) 2013 by Jerome Maye *
* jerome.maye@gmail.com *
* *
... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"filename" : "menu7_h@2x-2.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "menu7_h@2x-1.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "menu7_h@2x.png",
"scale" : "3x"
}
... | {
"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 m... | {
"pile_set_name": "Github"
} |
---
layout: 'default'
hljs: 'light'
component: 'prompt'
prop: 'autoReset'
propType: 'p'
label: '{Boolean}'
---
<section class="blue">
<div class="content">
<div class="grid two">
<div class="column">
<h1> Prompt Dialog</h1>
A prompt dialog is often used if you w... | {
"pile_set_name": "Github"
} |
package src.test.java;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import java.util.Set;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Cor... | {
"pile_set_name": "Github"
} |
//===- llvm/unittest/ADT/SetVector.cpp ------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
import React from 'react'
// eslint-disable-next-line
let context = React.createContext({})
if (typeof document !== 'undefined') {
context = React.createContext(window.__routeInfo)
}
export default context
| {
"pile_set_name": "Github"
} |
var React = require('react-native')
var View = React.createClass({
setNativeProps() {
var {view} = this.refs
view.setNativeProps.apply(view, arguments)
},
render() {
return (
<React.View
{...this.props}
ref="view"
style={[styles.view].concat(this.props.style || [])} />
... | {
"pile_set_name": "Github"
} |
using System;
using System.Runtime.InteropServices;
namespace ezTransXP.ExtProtocol
{
public sealed class UnmanagedLibraryLoader : IDisposable
{
private IntPtr _libraryPointer;
private bool _disposed = false;
public void LoadLibrary( string path )
{
_libraryPointer = Kernel32.L... | {
"pile_set_name": "Github"
} |
Integrating and Migrating Existing Logging
==========================================
If you have an existing code base, you likely have existing log messages.
This document will explain how to migrate and integrate existing logging into your new Eliot log setup.
In particular, this will focus on the Python standard l... | {
"pile_set_name": "Github"
} |
// RUN: %empty-directory(%t)
// RUN: %target-clang %s -all_load %test-resource-dir/%target-sdk-name/libswiftCompatibility50.a %test-resource-dir/%target-sdk-name/libswiftCompatibility51.a -lobjc -o %t/main
// RUN: %target-codesign %t/main
// RUN: %target-run %t/main
// REQUIRES: objc_interop
// REQUIRES: executable_tes... | {
"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 no... | {
"pile_set_name": "Github"
} |
/******************************************************
*
* canvasdollarzero - implementation file
*
*
* copyleft (c) IOhannes m zmölnig
*
* 2007:forum::für::umläute:2007
*
* institute of electronic music and acoustics (iem)
*
* based on iemlib2
* copyright (c) 2000-2006 Thomas Musil, IEM, KUG, Graz... | {
"pile_set_name": "Github"
} |
/*
* Created by SharpDevelop.
* User: Alexander Petrovskiy
* Date: 4/12/2012
* Time: 8:27 PM
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
namespace UIAutomationTest.Commands.Profile
{
using System.Management.Automation;
/// <summary>
/// Description of ... | {
"pile_set_name": "Github"
} |
/*
* SK's Minecraft Launcher
* Copyright (C) 2010-2014 Albert Pham <http://www.sk89q.com> and contributors
* Please see LICENSE.txt for license information.
*/
package com.skcraft.launcher.auth;
import java.util.Map;
/**
* Represents an authenticated (or virtual) session.
*/
public interface Session {
/**... | {
"pile_set_name": "Github"
} |
<?php
/**
* Smarty Internal Plugin Compile Function Plugin
*
* Compiles code for the execution of function plugin
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile Function Plugin Class
*
* @package Smarty
* @subpackage Compiler
*/
class Smarty_Internal_... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
Licensed to Apereo under one or more contributor license
agreements. See the NOTICE file distributed with this work
for additional information regarding copyright ownership.
Apereo licenses this file to you under the Apache License,
Versi... | {
"pile_set_name": "Github"
} |
const Suite = require("./default-suite").Suite;
const Immutable = require("immutable");
const Denque = require("denque");
const L = require("../../dist/index");
const Finger = require("@paldepind/finger-tree");
const { Cons } = require("./list");
const n = 10000;
module.exports = Suite("prepend")
.add("Array", fun... | {
"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.
#include "chrome/browser/task_manager/tab_contents_information.h"
#include <stddef.h>
#include "base/callback.h"
#include "base/macros.h"
#include "base... | {
"pile_set_name": "Github"
} |
{
"eggPlugin": {
"name": "c"
}
}
| {
"pile_set_name": "Github"
} |
57--Angler/57_Angler_peoplefishing_57_53.jpg
1
780.7754375 293.9236875 32.4326875 35.1625625 0.997288227081
| {
"pile_set_name": "Github"
} |
// Copyright 2019 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 darwin,arm,!go1.12
package unix
func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) {
return 0, ENOSYS
}
| {
"pile_set_name": "Github"
} |
{% set version = "1.26.0" %}
{% set name = "flowCL" %}
{% set bioc = "3.11" %}
package:
name: 'bioconductor-{{ name|lower }}'
version: '{{ version }}'
source:
url:
- 'https://bioconductor.org/packages/{{ bioc }}/bioc/src/contrib/{{ name }}_{{ version }}.tar.gz'
- 'https://bioarchive.galaxyproject.org/{{ ... | {
"pile_set_name": "Github"
} |
/*
* Copyright 1999-2018 Alibaba Group Holding Ltd.
*
* 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"
} |
// moment.js language configuration
// language : bosnian (bs)
// author : Nedim Cholich : https://github.com/frontyard
// based on (hr) translation by Bojan Marković
(function (factory) {
if (typeof define === 'function' && define.amd) {
define(['moment'], factory); // AMD
} else if (typeof exports ==... | {
"pile_set_name": "Github"
} |
CREATE TABLE t1(id INT NOT NULL);
##########################################
# Shutdown
##########################################
##########################################
# Restart
##########################################
##########################################
# Run plugin
#####################################... | {
"pile_set_name": "Github"
} |
//go:generate protoc -I . --gogofast_out=import_path=github.com/docker/docker/api/types/swarm/runtime:. plugin.proto
package runtime // import "github.com/docker/docker/api/types/swarm/runtime"
| {
"pile_set_name": "Github"
} |
graph G {
graph [bb="0,0,54,36"];
node [label="\N"];
a [height=0.5,
label="",
pos="27,18",
shape=ellipse,
width=0.75];
}
| {
"pile_set_name": "Github"
} |
/*
* Tencent is pleased to support the open source community by making BK-CI 蓝鲸持续集成平台 available.
*
* Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved.
*
* BK-CI 蓝鲸持续集成平台 is licensed under the MIT license.
*
* A copy of the MIT License is included in this file.
*
*
* Terms of the MIT... | {
"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>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.