text
stringlengths
2
99.9k
meta
dict
/* Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved. 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; version 2 of the License. This program is distributed in ...
{ "pile_set_name": "Github" }
import { assert, JSData } from '../../_setup' describe('Mapper#toJSON', function () { it('should be an instance method', function () { const Mapper = JSData.Mapper const mapper = new Mapper({ name: 'user' }) assert.equal(typeof mapper.toJSON, 'function') assert.strictEqual(mapper.toJSON, Mapper.proto...
{ "pile_set_name": "Github" }
#!/usr/bin/python # # This file is part of Ansible # # Ansible 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. # # Ansible is distribut...
{ "pile_set_name": "Github" }
;;; idlw-toolbar.el --- a debugging toolbar for IDLWAVE ;; Copyright (C) 1999-2020 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@astro.uva.nl> ;; Maintainer: emacs-devel@gnu.org ;; Keywords: processes ;; Package: idlwave ;; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can ...
{ "pile_set_name": "Github" }
CORE main.c ^EXIT=0$ ^SIGNAL=0$ ^VERIFICATION SUCCESSFUL$ -- ^warning: ignoring
{ "pile_set_name": "Github" }
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation \\/ M anipulation | -------------...
{ "pile_set_name": "Github" }
/* * Copyright © 2000 SuSE, Inc. * Copyright © 2007, 2009 Red Hat, Inc. * Copyright © 2009 Soren Sandmann * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that * the above copyright notice appear in all copies ...
{ "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" }
0.0002026533958336155854070487403921843605 {omega[1]} 0.0004918982582778121681288228820086438908 {omega[2]} 0.0008362766563318413810043045809351769382 {omega[3]} 0.0012862999440733855458021073973721992711 {omega[4]} 0.0019209731163454417040586426216122739596 {omega[5]} 0.00285688270962199461534429317452...
{ "pile_set_name": "Github" }
<html> <head> <title>Cactbot Test</title> <meta charset="utf-8" /> <!-- OverlayPlugin widget resize handle --> <link rel="stylesheet" href="../../resources/defaults.css"> <script src="../../resources/common.js"></script> <script src="test.js"></script> <style> body, html { margin:...
{ "pile_set_name": "Github" }
{ "type": "bundle", "id": "bundle--9c475a8d-8d24-4953-8e73-7812f7dddf82", "spec_version": "2.0", "objects": [ { "type": "attack-pattern", "id": "attack-pattern--94208f8a-f779-4be5-a97b-d9ab781a3f5e", "created_by_ref": "identity--e50ab59c-5c4f-4d40-bf6a-d58418d...
{ "pile_set_name": "Github" }
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in w...
{ "pile_set_name": "Github" }
<?php /** * @package Joomla.Libraries * @subpackage Installer * * @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE */ defined('JPATH_PLATFORM') or die; /** * Joomla! Package Manifest File * * @...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2018 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the ...
{ "pile_set_name": "Github" }
#!/bin/bash # # Library for managing services # shellcheck disable=SC1091 # Load Generic Libraries . /opt/bitnami/scripts/libvalidations.sh . /opt/bitnami/scripts/liblog.sh # Functions ######################## # Read the provided pid file and returns a PID # Arguments: # $1 - Pid file # Returns: # PID #########...
{ "pile_set_name": "Github" }
package MusicBrainz::Server::Controller::WS::js::Genre; use Moose; BEGIN { extends 'MusicBrainz::Server::ControllerBase::WS::js' } with 'MusicBrainz::Server::Controller::WS::js::Role::Autocompletion'; my $ws_defs = Data::OptList::mkopt([ "genre" => { method => 'GET', required => [ qw(q) ], ...
{ "pile_set_name": "Github" }
!Account Nfirst B-42.00 TBank ^ !Type:Bank D01/03/2009 T-42.00 Mtransfer Lsecond ^ !Account Nsecond B42.00 TBank ^ !Type:Bank D01/03/2009 T42.00 Mtransfer Lfirst ^
{ "pile_set_name": "Github" }
package com.fpinjava.state.exercise12_05; import com.fpinjava.common.Tuple; public interface RNG { Tuple<Integer, RNG> nextInt(); }
{ "pile_set_name": "Github" }
# BitMexApi.QuoteFillRatio ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **_date** | **Date** | | **account** | **Number** | | [optional] **quoteCount** | **Number** | | [optional] **dealtCount** | **Number** | | [optional] **quotesMavg7** | **Numb...
{ "pile_set_name": "Github" }
/* Copyright 2013 KLab 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 ...
{ "pile_set_name": "Github" }
// Protocol Buffers for Go with Gadgets // // Copyright (c) 2013, The GoGo Authors. All rights reserved. // http://github.com/gogo/protobuf // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributio...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 79f5c811b2e4e444ab2d97cad5cfd934 PluginImporter: serializedVersion: 1 iconMap: {} executionOrder: {} isPreloaded: 0 platformData: Android: enabled: 0 settings: CPU: AnyCPU Any: enabled: 0 settings: {} Editor: enabled: 1 setting...
{ "pile_set_name": "Github" }
%-----------------------------------------------------------------------------% % vim: ft=mercury ts=4 sw=4 et %-----------------------------------------------------------------------------% % Copyright (C) 2002-2011 The University of Melbourne. % This file may only be copied under the terms of the GNU General % Public...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
{ "pile_set_name": "Github" }
<?php /* * This file is part of PHPUnit. * * (c) Sebastian Bergmann <sebastian@phpunit.de> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /** * Logical OR. * * @since Class available since Release 3.0.0 */ class PHPUnit_Frame...
{ "pile_set_name": "Github" }
base_class: PyLong want_dict: true ctr: java.math.BigInteger v incl: object
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>Box2D: b2MassData Struct Reference</title> <link href="tabs.css" rel="...
{ "pile_set_name": "Github" }
package checks.UselessImportCheck; import java.io.Serializable; // Compliant import java.util.Optional; // Noncompliant import java.util.function.Function; class TestingSerializable { Function<String, Integer> getScalarReferenceResolver() { return (Function<String, Integer> & Serializable) absoluteReference -> ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> - 栅格</title> <meta name="keywords" content=""> <meta name="description" content=""> <link rel="shortcut icon" href="favicon.ico"> <link href="css/bootstrap.min...
{ "pile_set_name": "Github" }
view: segment_aliases_mapping derived_table: | SELECT DISTINCT anonymous_id AS alias, coalesce(FIRST_VALUE(user_id) OVER(PARTITION BY anonymous_id ORDER BY received_at DESC ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING), user_id, anonymous_id) AS mprove_visitor_id FROM (SELECT ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES"> <device id="retina4_0" orientation="p...
{ "pile_set_name": "Github" }
/* Copyright (c) 2006-2008 Gordon Gremme <gordon@gremme.org> Copyright (c) 2006-2008 Center for Bioinformatics, University of Hamburg Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permissi...
{ "pile_set_name": "Github" }
/Users/nikhilsridhar/Desktop/GeoFirestore-iOS/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/leveldb-library.build/Objects-normal/x86_64/arena.o /Users/nikhilsridhar/Desktop/GeoFirestore-iOS/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/leveldb-library.build/Objects-normal/x86_64/block.o /U...
{ "pile_set_name": "Github" }
SOURCES += \ concurrent/qfuture.cpp \ concurrent/qfutureinterface.cpp \ concurrent/qfuturesynchronizer.cpp \ concurrent/qfuturewatcher.cpp \ concurrent/qrunnable.cpp \ concurrent/qtconcurrentfilter.cpp \ concurrent/qtconcurrentmap.cpp \ concurrent/qtconcur...
{ "pile_set_name": "Github" }
import { Commands, Logger } from '@emeraldwallet/core'; import { ipcRenderer, shell } from 'electron'; import { IExtraArgument } from '../types'; import { ActionTypes, IConfigAction, ISetConnectingAction } from './types'; const log = Logger.forCategory('store.application'); export function agreeOnTerms (v: any): any ...
{ "pile_set_name": "Github" }
/* Class = "NSButtonCell"; title = "Save Theme"; ObjectID = "3VQ-MU-24B"; */ "3VQ-MU-24B.title" = "Theme speichern"; /* Class = "NSBox"; title = "Target Partition"; ObjectID = "cCw-Ly-mbU"; */ "cCw-Ly-mbU.title" = "Ziel Partition"; /* Class = "NSButtonCell"; title = "Themes Folder"; ObjectID = "ef1-TT-gJ9"; */ "ef1-T...
{ "pile_set_name": "Github" }
-- -- (C) 2019-20 - ntop.org -- local dirs = ntop.getDirs() package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path require "lua_utils" local widgets_utils = require("widgets_utils") local datasources_utils = require("datasources_utils") local ts_utils = require("ts_utils") local info = ntop....
{ "pile_set_name": "Github" }
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. /* Qdb is a fast persistent storage database. The records are binary blobs that can have a variable length, up to 4GB. The key must be a unique 64-bit value, ...
{ "pile_set_name": "Github" }
{ "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "variables": { "webApiVersion": "2016-08-01", "serverFarmApiVersion": "2016-09-01", "dbApiVersion": "2014-04-01-preview", "sqlServerNameTidy": "[toLower(trim(parameters('sql...
{ "pile_set_name": "Github" }
// Code generated by github.com/fjl/gencodec. DO NOT EDIT. package types import ( "encoding/json" "errors" "math/big" "github.com/insight-chain/inb-go/common" "github.com/insight-chain/inb-go/common/hexutil" ) var _ = (*headerMarshaling)(nil) // MarshalJSON marshals as JSON. func (h Header) MarshalJSON() ([]b...
{ "pile_set_name": "Github" }
// // BIM IFC library: this library works with Autodesk(R) Revit(R) to export IFC files containing model geometry. // Copyright (C) 2012 Autodesk, Inc. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by th...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!--© The Office of the High Commisioner for Human Rights--> <udhr iso639-3="ami" xml:lang="ami" key="ami" n="Amis" dir='ltr' iso15924='Latn' xmlns="http://www.unhchr.ch/udhr"> <title>Kalaenu Nu Kakarayan Kngli Nu Tamlaw Swanyam</title> <preamble> <title>Shual Nu Aa...
{ "pile_set_name": "Github" }
// // UIDeviceOrientationManager.h // NativePluginIOSWorkspace // // Created by Ashwin kumar on 22/01/15. // Copyright (c) 2015 Voxel Busters Interactive LLP. All rights reserved. // #import <Foundation/Foundation.h> #import "Singleton.h" #include "LifeCycleListener.h" @protocol UIDeviceOrientationObserver <NSObj...
{ "pile_set_name": "Github" }
#include <cstddef> #include <iostream> #include <algorithm> #include "caffe/ctc/ctcpp.hpp" #include "caffe/ctc/gpu_ctc.h" namespace CTC { template<typename Dtype> ctcStatus_t compute_ctc_loss_gpu(const Dtype* const activations, Dtype* gradients, const int* const flat_labels, const int* const label_lengths, ...
{ "pile_set_name": "Github" }
{ "extends": "@theintern-dev/tsconfig", "compilerOptions": { "module": "CommonJS", "outDir": "dist", "rootDir": "src", "target": "ES2018" }, "include": ["src/**/*.ts"] }
{ "pile_set_name": "Github" }
/* * Copyright 2014 Facebook, 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" }
#include <examplebase.h> using namespace es; class Example : public ExampleBase { public: Example() { title = "dear imgui"; settings.overlay = true; settings.vsync = true; defaultClearColor = glm::vec4(0.45f, 0.55f, 0.60f, 1.00f); } ~Example() { } public: bool showDemoWindow = true; ...
{ "pile_set_name": "Github" }
/* XXXXX XXXXXX XXXXXXX XXX XXX XXXXXXX XXXXX XXX XXX XXX XXX XX XXX XXX XXX XXXXXXXX XXX XXX XXXXXXX XXX XXX XXX XXX XXX XXXXXXXX XXXXXXX XXX XXX XXX XXX XXX XXX XXXXXXXX XXX XXX XXX XXX XXX XXX XX XXXXX XXXXXXXX XXX XXX XXXXX XXX XXX XXXXXXX XXX XXX XXX XXXXX...
{ "pile_set_name": "Github" }
# atomic_store_explicit * atomic[meta header] * std[meta namespace] * function template[meta id-type] * cpp11[meta cpp] ```cpp namespace std { template <class T> void atomic_store_explicit( volatile atomic<T>* object, T desired, memory_order order) noexcept; // (1) C++11 tem...
{ "pile_set_name": "Github" }
/* /index.html 200
{ "pile_set_name": "Github" }
<?php namespace Iyzipay\Tests\Model; use Iyzipay\Model\Apm; use Iyzipay\Request\CreateApmInitializeRequest; use Iyzipay\Request\RetrieveApmRequest; use Iyzipay\Tests\IyzipayResourceTestCase; class ApmTest extends IyzipayResourceTestCase { public function test_should_create_apm() { $this->expectHttpPo...
{ "pile_set_name": "Github" }
from bitcoin import encode, changebase, binascii, bin_to_b58check import re def script_to_address(script, vbyte=0): ''' Like script_to_address but supports altcoins Copied 2015-10-02 from https://github.com/mflaxman/pybitcointools/blob/faf56c53148989ea390238c3c4541a6ae1d601f5/bitcoin/transaction.py#L224-L...
{ "pile_set_name": "Github" }
/* * This file is part of the OregonCore Project. See AUTHORS file for Copyright information * * 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 2 of the License, or (at your ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2016+ AzerothCore <www.azerothcore.org> * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> */ #ifndef AZEROTHCORE_FIELD_H #define AZEROTHCORE_FIELD_H #include "Common.h" #include "Log.h" #include <mysql.h> class Fie...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <ProgressBar xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/sns_audio_download_progressBar" style="?android:attr/progressBarStyleSmall" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity=...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta name="description" content="DBMON ROTORJS"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>DBMON RotorJS (with using VnodeImmutableThunk)</title> <link href="../styles.css" rel="stylesheet" ...
{ "pile_set_name": "Github" }
""" Copyright (C) 2019 NVIDIA Corporation. All rights reserved. Licensed under the CC BY-NC-SA 4.0 license (https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode). """ from .base_options import BaseOptions class TrainOptions(BaseOptions): def initialize(self, parser): BaseOptions.initialize(self, ...
{ "pile_set_name": "Github" }
# path-exists [![Build Status](https://travis-ci.org/sindresorhus/path-exists.svg?branch=master)](https://travis-ci.org/sindresorhus/path-exists) > Check if a path exists Because [`fs.exists()`](https://nodejs.org/api/fs.html#fs_fs_exists_path_callback) is being [deprecated](https://github.com/iojs/io.js/issues/103),...
{ "pile_set_name": "Github" }
From 270786a12f18b7639cac4e59f36388d14cad7811 Mon Sep 17 00:00:00 2001 From: Benedikt Bitterli <mail@noobody.org> Date: Sun, 22 Nov 2015 12:25:29 +0100 Subject: [PATCH 2/4] Add CMake check for MinGW --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists....
{ "pile_set_name": "Github" }
<title>{{model.title}}</title> <meta property="og:description" content={{model.description}} />
{ "pile_set_name": "Github" }
// Copyright 2019 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. #include <cstring> #include <initializer_list> #include <limits> #include "src/base/vlq-base64.h" #include "testing/gtest-support.h" namespace v8 { na...
{ "pile_set_name": "Github" }
 Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0.40629.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dVirtualMachine", "dVirtualMachine.vcxproj", "{61D6A343-3A8F-440E-8FA6-2C342ABB6896}" EndProject Project("{...
{ "pile_set_name": "Github" }
""" Sampler class """ import copy import time import gym import numpy as np import torch import torch.multiprocessing as mp from machina.utils import cpu_mode LARGE_NUMBER = 100000000 def one_epi(env, pol, deterministic=False, prepro=None): """ Sampling an episode. Parameters ---------- env ...
{ "pile_set_name": "Github" }
'use strict'; angular.module('ngShowcaseApp').controller('ctrl.stat', function ($scope) { var vm = $scope.vm = {}; });
{ "pile_set_name": "Github" }
## Resources Please see: https://github.com/dwyl/learn-elm#reading
{ "pile_set_name": "Github" }
/* arch/arm/include/asm/hardware/pl080.h * * Copyright 2008 Openmoko, Inc. * Copyright 2008 Simtec Electronics * http://armlinux.simtec.co.uk/ * Ben Dooks <ben@simtec.co.uk> * * ARM PrimeCell PL080 DMA controller * * This program is free software; you can redistribute it and/or modify * it under the...
{ "pile_set_name": "Github" }
test: @./node_modules/.bin/mocha \ --require should \ --reporter spec \ --bail .PHONY: test
{ "pile_set_name": "Github" }
<?php namespace Laravel; class Pluralizer { /** * The "strings" configuration array. * * @var array */ protected $config; /** * The cached copies of the plural inflections. */ protected $plural = array(); /** * The cached copies of the singular inflections. * * @var array */ protected $sin...
{ "pile_set_name": "Github" }
This folder contains MRS, SparkR and sparklyr codes for hands-on exercises and samples discussed during tutorial.
{ "pile_set_name": "Github" }
#include <Storages/MergeTree/IMergeTreeDataPartWriter.h> #include <Storages/MergeTree/MergeTreeDataPartInMemory.h> namespace DB { /// Writes data part in memory. class MergeTreeDataPartWriterInMemory : public IMergeTreeDataPartWriter { public: MergeTreeDataPartWriterInMemory( const DataPartInMemoryPtr & p...
{ "pile_set_name": "Github" }
--- http_interactions: - request: method: get uri: http://ps.pndsn.com/v2/auth/grant/sub-key/sub-a-mock-key?channel=demo&m=1&pnsdk=PubNub-Ruby/4.1.0&r=0&signature=nLZbhT5HHXAnrgHEkLcRMNYt1COCoyeWwOfqGXQFDAo=&timestamp=1464187411&ttl=300&uuid=ruby-test-uuid-client-one&w=0 body: encoding: UTF-8 st...
{ "pile_set_name": "Github" }
device
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard. // #import "PAMicroBloggingSharingService.h" @interface PAWeiboSharingService : PAMicroBloggingSharingService { } - (id)sharingActivityH...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 1000013234899880} m_IsPrefabParent: ...
{ "pile_set_name": "Github" }
internationalization
{ "pile_set_name": "Github" }
_BASE_: "../Base-RCNN-FPN.yaml" MODEL: WEIGHTS: "detectron2://ImageNetPretrained/MSRA/R-50.pkl" MASK_ON: True RESNETS: DEPTH: 50
{ "pile_set_name": "Github" }
# Copyright (c) 2017-2020, OARC, Inc. # Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden # All rights reserved. # # This file is part of PacketQ. # # PacketQ 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...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> <Filter Include="Doom"> <UniqueIdentifier>{c3363280-c58f-49d0-95c0-eb5e3fecb552}</UniqueIdentifier> </Filter> </ItemGroup> <ItemGroup> <ClCompile Include="...
{ "pile_set_name": "Github" }
------------------------------------------------------------------------ -- The Agda standard library -- -- This module is DEPRECATED. Please use the -- Relation.Binary.Construct.Closure.ReflexiveTransitive.Properties -- module directly. ------------------------------------------------------------------------ {-# OPTI...
{ "pile_set_name": "Github" }
// Copyright 2012-2019 The NATS 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 ...
{ "pile_set_name": "Github" }
// Copyright © 2017 The Things Network // Use of this source code is governed by the MIT license that can be found in the LICENSE file. package cmd import ( "strings" "time" "github.com/TheThingsNetwork/api" "github.com/TheThingsNetwork/api/discovery" "github.com/TheThingsNetwork/ttn/api/health" "github.com/Th...
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice 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 can obtain one at http://mozil...
{ "pile_set_name": "Github" }
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- info: Operator x % y returns ToNumber(x) % ToNumber(y) es5id: 11.5.3_A3_T2.7 description: > Type(x) is different from Type(y) and both types vary between String (primitive o...
{ "pile_set_name": "Github" }
<?php return [ /* |-------------------------------------------------------------------------- | Default Cache Store |-------------------------------------------------------------------------- | | This option controls the default cache connection that gets used while | using this caching li...
{ "pile_set_name": "Github" }
# created by tools/tclZIC.tcl - do not edit set TZData(:America/Belem) { {-9223372036854775808 -11636 0 LMT} {-1767213964 -10800 0 BRT} {-1206957600 -7200 1 BRST} {-1191362400 -10800 0 BRT} {-1175374800 -7200 1 BRST} {-1159826400 -10800 0 BRT} {-633819600 -7200 1 BRST} {-622069200 -1080...
{ "pile_set_name": "Github" }
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Local File Inclusion Test...
{ "pile_set_name": "Github" }
/* Copyright 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, softw...
{ "pile_set_name": "Github" }
module.exports = require('./readable').Duplex
{ "pile_set_name": "Github" }
<?php /** * DO NOT EDIT THIS FILE! * * This file was automatically generated from external sources. * * Any manual change here will be lost the next time the SDK * is updated. You've been warned! */ namespace DTS\eBaySDK\Test\Trading\Enums; use DTS\eBaySDK\Trading\Enums\DayOfWeekCodeType; class DayOfWeekCodeT...
{ "pile_set_name": "Github" }
#**************************************************************************** # # Makefil for TinyXml test. # Lee Thomason # www.grinninglizard.com # # This is a GNU make (gmake) makefile #**************************************************************************** # DEBUG can be set to YES to include debugging info, ...
{ "pile_set_name": "Github" }
using UnityEngine; namespace com.spacepuppy.Anim { public class AnimLayerAttribute : PropertyAttribute { } }
{ "pile_set_name": "Github" }
# --------------------------------------------------------------------------------------------------------------------- # PIN TERRAFORM VERSION TO >= 0.12 # The examples have been upgraded to 0.12 syntax # ------------------------------------------------------------------------------------------------------------------...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Softwa...
{ "pile_set_name": "Github" }
#!/usr/bin/perl #* #******************************************************************************* #* Copyright (C) 2001-2006, International Business Machines #* Corporation and others. All Rights Reserved. #******************************************************************************* #* #* file name: genre...
{ "pile_set_name": "Github" }
/* * Sony MemoryStick support * * Copyright (C) 2007 Alex Dubov <oakad@yahoo.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. * * Special thanks to Carlos Corbacho for...
{ "pile_set_name": "Github" }
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "config_schema_v3.1.json", "type": "object", "required": ["version"], "properties": { "version": { "type": "string" }, "services": { "id": "#/properties/services", "type": "object", "patternProperties": { ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017-2018, 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, p...
{ "pile_set_name": "Github" }
<?php /* * This file is part of PHPExifTool. * * (c) 2012 Romain Neutron <imprec@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PHPExiftool\Driver\Tag\DICOM; use JMS\Serializer\Annotation\ExclusionPolicy; u...
{ "pile_set_name": "Github" }
/************************************************************ Copyright (c) 1993 by Silicon Graphics Computer Systems, Inc. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copie...
{ "pile_set_name": "Github" }
#ifndef _LINUX_NFS4_MOUNT_H #define _LINUX_NFS4_MOUNT_H /* * linux/include/linux/nfs4_mount.h * * Copyright (C) 2002 Trond Myklebust * * structure passed from user-space to kernel-space during an nfsv4 mount */ /* * WARNING! Do not delete or change the order of these fields. If * a new field is required...
{ "pile_set_name": "Github" }