text
stringlengths
2
99.9k
meta
dict
<?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://earth.google.com/kml/2.1"> <Document> <name>Region in Placemark LineString</name> <description> The LineString box is visible between ~4000km and ~500km. The LineString corners mark the extent ...
{ "pile_set_name": "Github" }
// --------------------------------------------------------------------- // // Copyright (C) 2000 - 2018 by the deal.II authors // // This file is part of the deal.II library. // // The deal.II library is free software; you can use it, redistribute // it, and/or modify it under the terms of the GNU Lesser General // Pu...
{ "pile_set_name": "Github" }
C C Copyright (C) by Argonne National Laboratory C See COPYRIGHT in top-level directory C C This test tests absolute datatypes and MPI_BOTTOM in mixed C Fortran and C code. MPI requires MPI_Get_address return C the same value in all languages. C See discussion on p.652 of MPI-3.0 program main imp...
{ "pile_set_name": "Github" }
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : factory((global.myModule = {})) }(this, function (exports) { 'use strict'; exports.incr = incr; var a = 1; function incr ()...
{ "pile_set_name": "Github" }
'use strict'; module.exports.definition = { set: function (v) { this._setProperty('marker-start', v); }, get: function () { return this.getPropertyValue('marker-start'); }, enumerable: true, configurable: true };
{ "pile_set_name": "Github" }
/* * pg_upgrade_support.c * * server-side functions to set backend global variables * to control oid and relfilenode assignment, and do other special * hacks needed for pg_upgrade. * * Copyright (c) 2010-2013, PostgreSQL Global Development Group * contrib/pg_upgrade_support/pg_upgrade_support.c */ #include "p...
{ "pile_set_name": "Github" }
/******************************************************************************* * Mission Control Technologies, Copyright (c) 2009-2012, United States Government * as represented by the Administrator of the National Aeronautics and Space * Administration. All rights reserved. * * The MCT platform is license...
{ "pile_set_name": "Github" }
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE789_Uncontrolled_Mem_Alloc__malloc_char_listen_socket_72b.cpp Label Definition File: CWE789_Uncontrolled_Mem_Alloc__malloc.label.xml Template File: sources-sinks-72b.tmpl.cpp */ /* * @description * CWE: 789 Uncontrolled Memory Allocation * BadSource: listen_socket Rea...
{ "pile_set_name": "Github" }
--- layout: default title: Release 2.9.2 --- JHipster release 2.9.2 ================== *JHipster gives you Spring Boot + AngularJS working together in one handy Yeoman generator.* Documentation ---------- Looking for the (old) JHipster v2.x documentation? It's [Here]({{ post.url }}/documentation-archive)! What's n...
{ "pile_set_name": "Github" }
//! The **Details** output view displays each file as a row in a table. //! //! It's used in the following situations: //! //! - Most commonly, when using the `--long` command-line argument to display the //! details of each file, which requires using a table view to hold all the data; //! - When using the `--tree` a...
{ "pile_set_name": "Github" }
{ "datas": [ { "id": 0, "tag": "custom_view_draw", "title": "自定义View - onDraw()", "childs": [ { "id": 0, "tag": "draw_canvas", "title": "onDraw() --> Canvas" }, { "id": 1, "tag": "draw_paint", "title": "onD...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2016/2020 Litote * * 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" }
#if defined(WIN32) || defined(__CYGWIN__) # ifdef MAIN_DLL_EXPORT # ifdef DLL_EXPORT # warning I will export DLL symbols for MODULE1 # define MAINAPI(type) __declspec(dllexport) type # endif # else # warning I will import DLL symbols for MODULE1 # define MAINAPI(type) __declspec(dllimport) type ...
{ "pile_set_name": "Github" }
/***************************************************************************/ /* */ /* ftgxval.h */ /* */ /* Fr...
{ "pile_set_name": "Github" }
<!-- **************************************************************************** * Copyright 2018-2019,2020 Thomas E. Dickey * * Copyright 1998-2010,2017 Free Software Foundation, Inc. * * ...
{ "pile_set_name": "Github" }
#/******************************************************************************* # * Copyright (c) 2020 IBM Corporation and others. # * 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...
{ "pile_set_name": "Github" }
// --------------------------------------------------------------------- // // Copyright (C) 2014 - 2018 by the deal.II authors // // This file is part of the deal.II library. // // The deal.II library is free software; you can use it, redistribute // it, and/or modify it under the terms of the GNU Lesser General // Pu...
{ "pile_set_name": "Github" }
idVendor: 0x28B9 iManufacturer: USB idProduct: 0x0002 iProduct: Smart Card Reader bcdDevice: 1.00 (firmware release?) bLength: 9 bDescriptorType: 4 bInterfaceNumber: 0 bAlternateSetting: 0 bNumEndpoints: 3 bulk-IN, bulk-OUT and Interrupt-IN bInterfaceClass: 0x0B [Chip Card Interface Device Class (CCID)] ...
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore */ @interface PKPaymentSetupFieldBuiltInSubLocality : PKPaymentSetupFieldText - (id)initWithIdentifier:(id)arg1 type:(unsigned long long)arg2; - (bool)isBuiltIn; @end
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <objc/NSObject.h> #import "TCoalescingNodeObserverProtocol-Protocol.h" #import "TReadWriteLockingProtocol-Protocol.h" @class ...
{ "pile_set_name": "Github" }
<template> <div style="margin:20px;" class="clearfix"> <d-breadcrumb class="mb20" separator=">"> <d-breadcrumb-item :to="{ name: `/${$i18n.locale}/application` }">我的应用</d-breadcrumb-item> <d-breadcrumb-item>{{detail.code}}</d-breadcrumb-item> </d-breadcrumb> <slot :detail="detail"></slot> ...
{ "pile_set_name": "Github" }
<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: module script</title> </head><body bgcolor="#f0f0f8"> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> <tr bgcolor="#7799ee"> <td valign=bottom>&nbsp;<br> <font color="#ffffff" face="helvetica, arial">...
{ "pile_set_name": "Github" }
--- layout: base title: 'Statistics of SCONJ in UD_Italian-ParTUT' udver: '2' --- ## Treebank Statistics: UD_Italian-ParTUT: POS Tags: `SCONJ` There are 23 `SCONJ` lemmas (0%), 25 `SCONJ` types (0%) and 672 `SCONJ` tokens (1%). Out of 15 observed tags, the rank of `SCONJ` is: 11 in number of lemmas, 12 in number of ...
{ "pile_set_name": "Github" }
# access the hexo editor directly local: false # the username to login hexo editor username: hexo # the password for logining hexo editor password: imyouradmin # the blog directory base_dir: ./docs # port port: 2048
{ "pile_set_name": "Github" }
#pragma once #include <Register/Utility.hpp> namespace Kvasir { //Real-time Clock namespace RtcCr{ ///<Control Register using Addr = Register::Address<0x400e1460,0xfffcfcfc,0x00000000,unsigned>; ///Update Request Time Register constexpr Register::FieldLocation<Addr,Register::maskFromRang...
{ "pile_set_name": "Github" }
:020000021000EC :10FC000001C0F2C0112484B790E890936100109273 :10FC10006100882369F0982F9A70923049F081FF33 :10FC200002C097EF94BF282E80E001D10C94000011 :10FC300085E08093810082E08093C80088E1809312 :10FC4000C90080E18093CC0086E08093CA008EE0FA :10FC5000EED0279A84E020E33CEF91E030938500DA :10FC60002093840096BBB09BFECF1F9A...
{ "pile_set_name": "Github" }
/* Copyright 2015 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" }
{ "swagger": "2.0", "info": { "title": "DeploymentScriptsClient", "description": "The APIs listed in this specification can be used to manage Deployment Scripts resource through the Azure Resource Manager.", "version": "2019-10-01-preview" }, "host": "management.azure.com", "schemes": [ "https...
{ "pile_set_name": "Github" }
/* mbed Microcontroller Library * Copyright (c) 2006-2013 ARM Limited * * 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 re...
{ "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" }
/*- * Copyright (c) 1982, 1985, 1986, 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code mu...
{ "pile_set_name": "Github" }
<ol> <li>Wprowadź promień na pasku narzędzi opcji.</li> <li>Określić jednostkę styczną.</li> <li>Określ punkt na łuku.</li> <li>Wybierz żądane rozwiązanie klikając lewym przyciskiem myszy blisko niego.</li> </ol>
{ "pile_set_name": "Github" }
chapter_title: FDA Adverse Event Reporting System ~~~{dataset_introduction} The FDA Adverse Event Reporting System (FAERS) compiles all prescription drug-related side-effects reported by either physicians or patients in the United States. Either party can make a (voluntary) submission to the FDA or the manufacturer (...
{ "pile_set_name": "Github" }
// Copyright 2015 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. package org.chromium.net; import android.os.ConditionVariable; import java.io.IOException; import java.nio.ByteBuffer; import java.util.List; import jav...
{ "pile_set_name": "Github" }
// // NoUi Slider // // Original styles .noUi-target, .noUi-target * { -webkit-touch-callout: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; touch-action: none; user-select: none; box-sizing: border-box; } .noUi-target { position: relative; direction:...
{ "pile_set_name": "Github" }
<?php namespace Doctrine\DBAL\Driver\Mysqli; use Doctrine\DBAL\Driver\Connection; use Doctrine\DBAL\Driver\PingableConnection; use Doctrine\DBAL\Driver\ServerInfoAwareConnection; use Doctrine\DBAL\ParameterType; use mysqli; use const MYSQLI_INIT_COMMAND; use const MYSQLI_OPT_CONNECT_TIMEOUT; use const MYSQLI_OPT_LOCA...
{ "pile_set_name": "Github" }
/* * Copyright 2019 Red Hat 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, merge, publish, d...
{ "pile_set_name": "Github" }
// Copyright 2018 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Flags: --no-stress-opt load("test/mjsunit/mjsunit.js"); let obj = {f: 6254}; assertPromiseResult( Promise.reject(obj), assertUnreachable, (o) ...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>tclap: Member List</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.3.9.1 --> <div class="qindex"><a clas...
{ "pile_set_name": "Github" }
// This file was procedurally generated from the following sources: // - src/dstr-binding/ary-init-iter-close.case // - src/dstr-binding/default/for-var.template /*--- description: Iterator is closed when not exhausted by pattern evaluation (for statement) esid: sec-for-statement-runtime-semantics-labelledevaluation fe...
{ "pile_set_name": "Github" }
<div class="apiDetail"> <div> <h2><span>Function(parentNode)</span><span class="path">zTreeObj.</span>removeChildNodes</h2> <h3>Overview<span class="h3_info">[ depends on <span class="highlight_green">jquery.ztree.core</span> js ]</span></h3> <div class="desc"> <p></p> <div class="longdesc"> <p>Remove a paren...
{ "pile_set_name": "Github" }
package com.apollographql.apollo.api /** * Represents a GraphQL mutation operation that will be sent to the server. */ interface Mutation<D : Operation.Data, T, V : Operation.Variables> : Operation<D, T, V>
{ "pile_set_name": "Github" }
package influxdb import ( "time" "github.com/didi/nightingale/src/dataobj" "github.com/didi/nightingale/src/toolkits/stats" "github.com/influxdata/influxdb/client/v2" "github.com/toolkits/pkg/concurrent/semaphore" "github.com/toolkits/pkg/container/list" "github.com/toolkits/pkg/logger" ) type InfluxdbSection...
{ "pile_set_name": "Github" }
'use strict'; var GetIntrinsic = require('../GetIntrinsic'); var $TypeError = GetIntrinsic('%TypeError%'); var GetV = require('./GetV'); var IsCallable = require('./IsCallable'); var IsPropertyKey = require('./IsPropertyKey'); /** * 7.3.9 - https://ecma-international.org/ecma-262/6.0/#sec-getmethod * 1. Assert: I...
{ "pile_set_name": "Github" }
namespace NServiceBus.AcceptanceTests.Core.Mutators { using System; using System.Threading.Tasks; using AcceptanceTesting; using AcceptanceTesting.Customization; using EndpointTemplates; using MessageMutator; using NUnit.Framework; public class When_mutating : NServiceBusAcceptanceTest...
{ "pile_set_name": "Github" }
/* * Copyright 2012-2020 The Pkcs11Interop 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) 2011, Fabian Greif * Copyright (c) 2011-2016, Niklas Hauser * Copyright (c) 2014, Sascha Schade * * This file is part of the modm project. * * 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...
{ "pile_set_name": "Github" }
// Copyright 2018 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
{ "pile_set_name": "Github" }
"""Initialize sub package."""
{ "pile_set_name": "Github" }
/********************************************************************************* * * Inviwo - Interactive Visualization Workshop * * Copyright (c) 2013-2020 Inviwo Foundation * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided th...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------------------------------- // Copyright (C) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. //---------------------------------------------------------...
{ "pile_set_name": "Github" }
dev tun fast-io persist-key persist-tun nobind remote australia-brisbane-ca-version-2.expressnetw.com 1195 remote-random pull comp-lzo no tls-client verify-x509-name Server name-prefix ns-cert-type server key-direction 1 route-method exe route-delay 2 tun-mtu 1500 fragment 1300 mssfix 1200 verb 3 cipher AES-256-CBC ke...
{ "pile_set_name": "Github" }
<?php require_once __DIR__ . '/vendor/autoload.php'; use Alfred\Workflow; use Skyzyx\Components\Mimetypes\Mimetypes; $bundle_id = 'com.ryanparman.workflow.mime'; $wf = new Workflow($bundle_id); $int = 0; $query = $argv[1]; $mimes = Mimetypes::getInstance()->getMimeTypes(); $extensions = array_keys($mimes); $matchin...
{ "pile_set_name": "Github" }
// +build !embed package resources import ( "io/ioutil" "net/http" "sync" "github.com/deluan/navidrome/log" ) var once sync.Once func Asset(filePath string) ([]byte, error) { f, err := AssetFile().Open(filePath) if err != nil { return nil, err } return ioutil.ReadAll(f) } func AssetFile() http.FileSyste...
{ "pile_set_name": "Github" }
// compile // 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. package bug151 type S string type Empty interface {} func (v S) Less(e Empty) bool { return v < e.(S); } /* bugs/bug151.go:10: illegal types fo...
{ "pile_set_name": "Github" }
# OpenOMF - Home: http://www.openomf.org/ - Media: https://en.wikipedia.org/wiki/One_Must_Fall:_2097 - Inspirations: One Must Fall: 2097 - State: beta - Download: http://www.openomf.org/downloads/, https://github.com/omf2097/openomf/releases - Platform: Windows, Linux - Keywords: action, remake, commercial content (?)...
{ "pile_set_name": "Github" }
/* A GNU-like <arpa/inet.h>. Copyright (C) 2005-2006, 2008-2013 Free Software Foundation, Inc. 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, or (at your option) an...
{ "pile_set_name": "Github" }
This is a board-level BSP directory. The code here needs to cover these aspects: + Type and mapping for Flash memories, and how they are partitioned. + Tie-up with the boot-loader, e.g. u-Boot vs. CFE loader interface. + The means to access and share NVRAM or environment settings with th eloader. + The frequency of ...
{ "pile_set_name": "Github" }
package approle import ( "context" "fmt" "strings" "time" "github.com/hashicorp/errwrap" "github.com/hashicorp/vault/helper/cidrutil" "github.com/hashicorp/vault/helper/parseutil" "github.com/hashicorp/vault/logical" "github.com/hashicorp/vault/logical/framework" ) func pathLogin(b *backend) *framework.Path...
{ "pile_set_name": "Github" }
var baseForOwnRight = require('./_baseForOwnRight'), castFunction = require('./_castFunction'); /** * This method is like `_.forOwn` except that it iterates over properties of * `object` in the opposite order. * * @static * @memberOf _ * @since 2.0.0 * @category Object * @param {Object} object The object t...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- W3C XML Schema defined in the Web Services Addressing 1.0 specification http://www.w3.org/TR/ws-addr-core Copyright © 2005 World Wide Web Consortium, (Massachusetts Institute of Technology, European Research Consortium for Informatics and Mathematics, Keio ...
{ "pile_set_name": "Github" }
# coding=utf-8 # Copyright 2020 The ML Fairness Gym 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 applicab...
{ "pile_set_name": "Github" }
#include "stdafx.h" //////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////// // // BEGIN SampleToggleLayer command // #pragma region SampleToggleLayer command class CCommandSampleToggleLayer : public CRhinoCommand { public: CCommandSampleTogg...
{ "pile_set_name": "Github" }
layer at (0,0) size 800x600 RenderView at (0,0) size 800x600 layer at (0,0) size 800x600 RenderBlock {HTML} at (0,0) size 800x600 RenderBody {BODY} at (8,8) size 784x584 RenderBlock {P} at (0,0) size 784x36 RenderText {#text} at (0,0) size 779x36 text run at (0,0) width 779: "This tests ...
{ "pile_set_name": "Github" }
// Copyright 2016-2017 Confluent 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...
{ "pile_set_name": "Github" }
{ bash, stdenv, lib, runCommand, writeText, fetchFromGitHub }: let version = "1.0.0"; shab = stdenv.mkDerivation { pname = "shab"; inherit version; src = fetchFromGitHub { owner = "zimbatm"; repo = "shab"; rev = "v${version}"; sha256 = "02lf1s6plhhcfyj9xha44wij9jbphb1x5q55xj3b5...
{ "pile_set_name": "Github" }
/* $OpenBSD: ec_key.c,v 1.24 2019/01/19 01:12:48 tb Exp $ */ /* * Written by Nils Larsch for the OpenSSL project. */ /* ==================================================================== * Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, wi...
{ "pile_set_name": "Github" }
Hilfe für Einsteiger und Anwender • Re: Crawlen um RSS-Feeds von URLs zu bekommen ================================================================================= Date: 2015-12-06 06:45:11 > <div> > > maaax89 hat geschrieben:\ > Hey liebe Community,\ > ich habe ein Frage zum crawlen mit Yacy. Ich nutze die Anwendung...
{ "pile_set_name": "Github" }
/*============================================================================ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3e, by John R. Hauser. Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of California. All rights reserved. Redistr...
{ "pile_set_name": "Github" }
/* * Copyright 2012 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" }
.. 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, software ...
{ "pile_set_name": "Github" }
package spec import ( "bytes" "context" "encoding/binary" "encoding/hex" "fmt" "strings" "time" "github.com/Songmu/retry" "github.com/StackExchange/wmi" ) // Win32ComputerSystemProduct is struct for WMI. SKUNumber is nil-able. // The fields except UUID are ommited to not be checked. type Win32ComputerSystem...
{ "pile_set_name": "Github" }
package main import ( "fmt" "reflect" ) func main() { //Explicitly declaring a "string" variable var explicitString string = "Hello World!" //Implicitly declaring a "string" implicitString := "Hello World!" println(explicitString) println(implicitString) fmt.Println("Variable 'implicitString' is of type:"...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; namespace UnityEngine.PostProcessing { using UnityObject = Object; public sealed class MaterialFactory : IDisposable { Dictionary<string, Material> m_Materials; public MaterialFactory() { m_Materials = new Dictionary<stri...
{ "pile_set_name": "Github" }
//Copyright © 2014 Sony Computer Entertainment America LLC. See License.txt. using System; using System.Net.Sockets; namespace Sce.Atf.Wpf.Applications { public partial class TcpIpTransport { /// <summary> /// Gets or sets a Connect timeout value. /// The default value is T...
{ "pile_set_name": "Github" }
<?php /** * Elasticsearch PHP client * * @link https://github.com/elastic/elasticsearch-php/ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co) * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @license https://www.gnu.org/licenses/lgpl-2.1.html GNU Le...
{ "pile_set_name": "Github" }
// // ViewController.h // HVScrollView // // Created by Libo on 17/6/12. // Copyright © 2017年 iDress. All rights reserved. // #import <UIKit/UIKit.h> @interface ViewController : UIViewController @end
{ "pile_set_name": "Github" }
source 'https://rubygems.org' ruby '2.2.2' gem 'rails', '~> 5.0.0' gem 'pg' gem 'puma', '~> 3.0' gem 'pry-rails' gem "aws-sdk" gem 'sidekiq' gem 'sinatra', github: 'sinatra/sinatra' gem 'sass-rails', '~> 5.0' gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.2' gem 'jquery-rails' gem 'turbolinks', '~> 5' gem 'jbu...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------------------------------- // Copyright (C) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. //---------------------------------------------------------...
{ "pile_set_name": "Github" }
/* Bullet Continuous Collision Detection and Physics Library Copyright (c) 2003-2013 Erwin Coumans http://bulletphysics.org This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is grant...
{ "pile_set_name": "Github" }
-- Copy of Dimensions with Long_Float and SPARK_Mode pragma SPARK_Mode; with Ada.Numerics; with Ada.Numerics.Generic_Elementary_Functions; package Dimensions is pragma Pure; e : constant := Ada.Numerics.e; Pi : constant := Ada.Numerics.Pi; -- Dimensioned type Mks_Type type Mks_Type is new Long_F...
{ "pile_set_name": "Github" }
module.exports = Array.isArray || function (arr) { return Object.prototype.toString.call(arr) == '[object Array]'; };
{ "pile_set_name": "Github" }
# -*- coding: binary -*- require 'erb' module Rex module Proto module Http ### # # This class is used to wrapper the calling of a procedure when a request # arrives. # ### class Handler::Proc < Handler # # Initializes the proc handler with the supplied procedure # def initialize(server, procedure, virt_dir =...
{ "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/. include $(CORE_DEPTH)/coreconf/IRIX.mk ifndef NS_USE_GCC ODD_CFLAGS += -xgot endif
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no" ?> <LayerConfig> <channelId>5</channelId> <assetRef>Resources/Vector/Roads/TigerLine2009/VERMONT.kvasset</assetRef> <legend>Roads|USA Roads</legend> <lodForce/> <displayRules> <displayRule> <name>Interstates</name> <feature> <st...
{ "pile_set_name": "Github" }
'use strict'; // https://github.com/nodejs/io.js/commit/8be6060020 module.exports = { 100: 'Continue', 101: 'Switching Protocols', 102: 'Processing', 200: 'OK', 201: 'Created', 202: 'Accepted', 203: 'Non-Authoritative Information', 204: 'No Content', 205: 'Reset Content', 206: 'Partial Content', 207: 'Multi...
{ "pile_set_name": "Github" }
package com.beust.kobalt.api import com.beust.kobalt.Args /** * Plugins that want to participate in the --init process (they can generate files to initialize * a new project). */ interface ITemplateContributor : IContributor { companion object { val DIRECTORY_NAME = "templates" } val templates...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace UnitTestBoilerplate.Model { public class SelfTestDetectionResult { public SelfTestDetectionResult(string testFramework, string mockFramework) { this.TestFramework = testFramework; ...
{ "pile_set_name": "Github" }
using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using OneLogin.Saml; public partial class...
{ "pile_set_name": "Github" }
/* slowmoVideo creates slow-motion videos from normal-speed videos. Copyright (C) 2011 Simon A. Eugster (Granjow) <simon.eu@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 Foundation, either version...
{ "pile_set_name": "Github" }
_ _ _ /\ /\___| | | ___ | |__ __ _ ___ / /_/ / _ \ | |/ _ \| '_ \ / _` |/ _ \ / __ / __/ | | (_) | | | | (_| | (_) | \/ /_/ \___|_|_|\___/|_| |_|\__,_|\___/ __________________________________________ HellohaoBlog:http://www.hellohao.cn __________________________________________ //
{ "pile_set_name": "Github" }
# optimization n_epochs: 40 # 20->40 print_step: 1200 lr_decay_start_epoch: 7 lr_decay_rate: 0.9 # mask freq_width: 27 n_freq_masks: 2 time_width: 70 n_time_masks: 2 time_width_upper: 0.2
{ "pile_set_name": "Github" }
using System; using System.Diagnostics; using System.Text; namespace ContosoUniversity.Logging { public class Logger : ILogger { public void Information(string message) { Trace.TraceInformation(message); } public void Information(string fmt, params object[] vars) ...
{ "pile_set_name": "Github" }
<Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <TargetFramework>netcoreapp3.0</TargetFramework> </PropertyGroup> </Project>
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016 - 2019 Rui Zhao <renyuneyun@gmail.com> * * This file is part of Easer. * * Easer 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 o...
{ "pile_set_name": "Github" }
/* @flow */ import config from '../config' import VNode, { createEmptyVNode } from './vnode' import { createComponent } from './create-component' import { warn, isDef, isUndef, isTrue, isPrimitive, resolveAsset } from '../util/index' import { normalizeChildren, simpleNormalizeChildren } from './helpe...
{ "pile_set_name": "Github" }
.. _signals: Signals ======= Signals on database is a native Django signals. Available variables for rules on Signals: .. code-block:: html {{ date }} - current date {{ date_time }} - current datetime {{ site }} - current site {{ domain }} - current site domain {{ old_instance }} - old instance...
{ "pile_set_name": "Github" }
<?php namespace Swoole\Client; /** * TCP客户端 * @author hantianfeng */ class TCP extends Socket { /** * 是否重新连接 */ public $try_reconnect = true; public $connected = false; //是否已连接 /** * 发送数据 * @param string $data * @return bool | int */ function send($data) { ...
{ "pile_set_name": "Github" }
{ "word": "Yang", "definitions": [ "(in Chinese philosophy) the active male principle of the universe, characterized as male and creative and associated with heaven, heat, and light." ], "parts-of-speech": "Noun" }
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <annotation> <folder>Images</folder> <filename>019.jpg</filename> <source> <database>Unknown</database> </source> <size> <width>259</width> <height>194</height> <depth>1</depth> </size> <segmented>0</segme...
{ "pile_set_name": "Github" }