text
stringlengths
2
99.9k
meta
dict
<?php abstract class PhabricatorEditEngineTransactionType extends PhabricatorModularTransactionType {}
{ "pile_set_name": "Github" }
/*============================================================================== Copyright (c) Laboratory for Percutaneous Surgery (PerkLab) Queen's University, Kingston, ON, Canada. All Rights Reserved. See COPYRIGHT.txt or http://www.slicer.org/copyright/copyright.txt for details. Unless required by appl...
{ "pile_set_name": "Github" }
/* * Copyright (c) 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 Softwa...
{ "pile_set_name": "Github" }
if {![package vsatisfies [package provide Tcl] 8.2]} {return} package ifneeded mime 1.4 [list source [file join $dir mime.tcl]] package ifneeded smtp 1.4 [list source [file join $dir smtp.tcl]]
{ "pile_set_name": "Github" }
# SOME DESCRIPTIVE TITLE. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2020-01-16 16:27+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Lan...
{ "pile_set_name": "Github" }
```tsx {8} class Example { render() { return ( <vime-player> {/* ... */} <vime-ui> {/* ... */} <vime-default-controls activeDuration={3200} /> </vime-ui> </vime-player> ); } } ```
{ "pile_set_name": "Github" }
<div class="visionaryColumn-container"> <header class="visionaryColumn-header"> <div class="isCurrent" translate-context="Dashboard free plan title" translate>Current Plan</div> <h1>Visionary</h1> <plan-price data-plan="visionary"></plan-price> </header> <div class="visionaryColumn-u...
{ "pile_set_name": "Github" }
/* Copyright 2017 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" }
{ "class" : { }, "instance" : { "__determineDynamic" : "DataCurator 10/02/2012 14:30", "determineDynamic" : "DataCurator 10/02/2012 14:30", "irNode" : "DataCurator 10/02/2012 14:30" } }
{ "pile_set_name": "Github" }
; <<>> DiG 9.9.5-3ubuntu0.8-Ubuntu <<>> AXFR mz. @dzowo.uem.mz. +nocomments +nocmd +noquestion +nostats +time=15 ;; global options: +cmd ; Transfer failed.
{ "pile_set_name": "Github" }
/* * Copyright (C) 2004, 2005, 2006 Nikolas Zimmermann <zimmermann@kde.org> * Copyright (C) 2004, 2005, 2006, 2008 Rob Buis <buis@kde.org> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Fou...
{ "pile_set_name": "Github" }
net: "examples/cifar10/cifar10_full_train_test.prototxt" test_iter: 100 test_interval: 1000 base_lr: 0.001 momentum: 0.9 weight_decay: 0.004 lr_policy: "multistep" gamma: 0.1 stepvalue: 100000 stepvalue: 110000 stepvalue: 120000 display: 200 max_iter: 130000 snapshot: 30000 snapshot_prefix: "examples/cifar10/cifar10_fu...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2008 by Fabrizio Montesi <famontesi@gmail.com> * Copyright (C) 2015 by Matthias Dieter Wallnöfer * * This program is free software; you can redistribute it and/or modify * it under the...
{ "pile_set_name": "Github" }
DPDK Maintainers ================ The intention of this file is to provide a set of names that we can rely on for helping in patch reviews and questions. These names are additional recipients for emails sent to dev@dpdk.org. Please avoid private emails. Descriptions of section entries: M: Maintainer's Full Name <ad...
{ "pile_set_name": "Github" }
package iplist import ( "encoding/binary" "io" "net" "os" "github.com/edsrzf/mmap-go" ) // The packed format is an 8 byte integer of the number of ranges. Then 20 // bytes per range, consisting of 4 byte packed IP being the lower bound IP of // the range, then 4 bytes of the upper, inclusive bound, 8 bytes for ...
{ "pile_set_name": "Github" }
// author: Jannik Strötgen // email: stroetgen@uni-hd.de // resources automatically created; see our EMNLP 2015 paper for details: // https://aclweb.org/anthology/D/D15/D15-1063.pdf // // no translations found THISISADUMMYPATTERN // english: "Monday","monday" - no translation found // english: "Tuesday","tuesday" - no ...
{ "pile_set_name": "Github" }
#ifndef __AP_HAL_MACROS_H__ #define __AP_HAL_MACROS_H__ /* macros to allow code to build on multiple platforms more easily */ #ifdef __GNUC__ #define WARN_IF_UNUSED __attribute__ ((warn_unused_result)) #else #define WARN_IF_UNUSED #endif // use this to avoid issues between C++11 with NuttX and C++10 on // other...
{ "pile_set_name": "Github" }
module.exports = Object.setPrototypeOf || ({__proto__:[]} instanceof Array ? setProtoOf : mixinProperties); function setProtoOf(obj, proto) { obj.__proto__ = proto; return obj; } function mixinProperties(obj, proto) { for (var prop in proto) { if (!obj.hasOwnProperty(prop)) { obj[prop] = proto[prop]; } } ...
{ "pile_set_name": "Github" }
--- sidebarDepth: 2 editLink: false --- # Control Flow Tasks --- ## FilterTask <div class='class-sig' id='prefect-tasks-control-flow-filter-filtertask'><p class="prefect-sig">class </p><p class="prefect-class">prefect.tasks.control_flow.filter.FilterTask</p>(filter_func=None, **kwargs)<span class="source"><a href="ht...
{ "pile_set_name": "Github" }
// // ViewController.swift // AGVolumeControlView // // Created by liptugamichael@gmail.com on 06/09/2017. // Copyright (c) 2017 liptugamichael@gmail.com. All rights reserved. // import UIKit import AVFoundation.AVFAudio import AGVolumeControlView class ViewController: UIViewController { @IBOutlet weak v...
{ "pile_set_name": "Github" }
/* * (C) Copyright 2003-2005 * Wolfgang Denk, DENX Software Engineering, <wd@denx.de> * * (C) Copyright 2003 * DAVE Srl * * http://www.dave-tech.it * http://www.wawnet.biz * mailto:info@wawnet.biz * * Credits: Stefan Roese, Wolfgang Denk * * SPDX-License-Identifier: GPL-2.0+ */ /* * board/config.h - con...
{ "pile_set_name": "Github" }
<!doctype html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Search &#8212; pplib 0.1 documentation</title> <link rel="stylesheet" href="_static/bizstyle.css" t...
{ "pile_set_name": "Github" }
/** * Dianping.com Inc. * Copyright (c) 2003-2013 All Rights Reserved. */ package com.dianping.pigeon.remoting.provider.service.method; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; import com.dianping.pigeon.remoti...
{ "pile_set_name": "Github" }
// // Authors: // Marek Habersack (mhabersack@novell.com) // // (C) 2010 Novell, Inc http://novell.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, includ...
{ "pile_set_name": "Github" }
# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------...
{ "pile_set_name": "Github" }
# Copyright (c) 2016 Google Inc # Barret Rhoden <brho@cs.berkeley.edu> # See LICENSE for details. # # Makefile for elfutils # # Most of this is not specific to this library. You can copy the bulk of it, # modify the variables at the top, and maybe change the configure/make commands # to suit your package. include ../...
{ "pile_set_name": "Github" }
// Copyright (c) The HLSL2GLSLFork Project Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE.txt file. #include "../Include/intermediate.h" // Limited constant folding functionality; we mostly want it for array sizes // with constant expr...
{ "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>yaml: Data Fields</title> <link href="tabs.css" rel="stylesheet" type="...
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 # Copyright (C) 2019 Freie Universität Berlin, # # This file is subject to the terms and conditions of the GNU Lesser # General Public License v2.1. See the file LICENSE in the top level # directory for more details. import sys from testrunner import run def testfunc(child): child.expect(...
{ "pile_set_name": "Github" }
/* * Copyright (c) 1994, 2008, 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" }
/** * @author flimshaw / http://charliehoey.com * * Technicolor Shader * Simulates the look of the two-strip technicolor process popular in early 20th century films. * More historical info here: http://www.widescreenmuseum.com/oldcolor/technicolor1.htm * Demo here: http://charliehoey.com/technicolor_shader/shader...
{ "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. */ namespace PHPUnit\Util\Log; use PHPUnit\Framework\AssertionFailedError; use PHPUnit\Framewo...
{ "pile_set_name": "Github" }
<!-- BEGIN: error_info --> <div class="alert alert-warning"> <strong>{TPL_E_CAPTION}</strong> <!-- BEGIN: error_item --> <p><img alt="{TPL_E_ALT}" src="{TPL_E_SRC}" width="16" height="16" /> {TPL_E_ERRNO}: {TPL_E_MESS}</p> <!-- END: error_item --> </div> <!-- END: error_info -->
{ "pile_set_name": "Github" }
package me.hvkcoder.java_basic.java8; import java.util.Arrays; import java.util.List; import java.util.Optional; import java.util.Set; import java.util.stream.Collectors; import java.util.stream.Stream; /** * TODO: Stream (流) 使程序员可以站在更高的抽象层次上怼集合进行操作 * * <p>如果返回值是 Stream,那么就是惰性求值;如果返回是另一个值或为空,那么就是及早求值 * * <p>高阶函数...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> <email>aballier@gentoo.org</email> <name>Alexis Ballier</name> </maintainer> <maintainer type="project"> <email>tex@gentoo.org</email> <name>Gentoo TeX Projec...
{ "pile_set_name": "Github" }
//----------------------------------------------------------------------------- // Copyright (c) 2014 James S Urquhart // // 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 restrictio...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); namespace App\Entity; use Doctrine\ORM\Mapping as ORM; use JMS\Serializer\Annotation as Serializer; use Sonata\MediaBundle\Entity\BaseGallery; /** * @ORM\Entity * @ORM\Table(name="media__gallery") * @ORM\HasLifecycleCallbacks */ class SonataMediaGallery extends BaseGallery { /...
{ "pile_set_name": "Github" }
form=七律 tags= 好恨这风儿。 催俺分离。 船儿吹得去如飞。 因甚眉儿吹不展, 叵耐风儿。 不是这船儿。 载起相思。 船儿若念我孤恓。 载取人人篷底睡, 感谢风儿。
{ "pile_set_name": "Github" }
// ReSharper disable All using System; using System.Linq; namespace CSharp70.ExpressionBodiedMembers.UseExpressionBodyForGetAccessorsInIndexers { public class GetAccessorsThatAreNotCandidatesToHaveExpressionBody { public string S { get; set; } private int i; public int this[int index...
{ "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...
{ "pile_set_name": "Github" }
{ "data": [ { "type": "scattermapbox", "name": "on custom style pointing to OSM", "lon": [ 10, 20 ], "lat": [ 20, 10 ] }, { "type": "scattermapbox", "name": "using style:open-street-map", "lon": [ 10, 20 ], "lat": [ 20, 10 ], "subplot": "mapbox2" }...
{ "pile_set_name": "Github" }
#include "Layer.hpp" #include "ClipperUtils.hpp" #include "Print.hpp" #include "Fill/Fill.hpp" #include "ShortestPath.hpp" #include "SVG.hpp" #include <boost/log/trivial.hpp> namespace Slic3r { Layer::~Layer() { this->lower_layer = this->upper_layer = nullptr; for (LayerRegion *region : m_regions) de...
{ "pile_set_name": "Github" }
#ifndef _FENV_H #define _FENV_H #ifdef __cplusplus extern "C" { #endif #include <bits/fenv.h> int feclearexcept(int); int fegetexceptflag(fexcept_t *, int); int feraiseexcept(int); int fesetexceptflag(const fexcept_t *, int); int fetestexcept(int); int fegetround(void); int fesetround(int); int fegetenv(fenv_t *);...
{ "pile_set_name": "Github" }
# # [WARNING] To enable this files you need to uncomment USE_NGINX_CONF_FILES=true in .env file # # [WARNING] Also, read all the comments in .env about NGINX use special conf files # # # Real IP Settings # # This option get user's real ip address # to be fowared to your service container # # Basic settings # # The op...
{ "pile_set_name": "Github" }
**To flush the cache for an API's stage** Command:: aws apigateway flush-stage-cache --rest-api-id 1234123412 --stage-name dev
{ "pile_set_name": "Github" }
package terraform import ( "fmt" "log" "github.com/hashicorp/hcl/v2" "github.com/hashicorp/terraform/addrs" "github.com/hashicorp/terraform/configs" "github.com/hashicorp/terraform/configs/configschema" "github.com/hashicorp/terraform/providers" "github.com/hashicorp/terraform/provisioners" "github.com/hashi...
{ "pile_set_name": "Github" }
/* Copyright (c) 2015 Nordic Semiconductor. All Rights Reserved. * * The information contained herein is property of Nordic Semiconductor ASA. * Terms and conditions of usage are described in detail in NORDIC * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. * * Licensees are granted free, non-transferab...
{ "pile_set_name": "Github" }
# Kodi Media Center language file # Addon Name: projectM # Addon id: visualization.projectm # Addon Provider: Team-Kodi 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" "Last-Tran...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * This program is distributed in the hope...
{ "pile_set_name": "Github" }
import numpy import random import math import os import tempfile import copy import time from PyML.utils import myio,misc from PyML.evaluators import resultsObjects """functionality for assessing classifier performance""" __docformat__ = "restructuredtext en" def test(classifier, data, **args) : """test a class...
{ "pile_set_name": "Github" }
# Time estimates for instructors * n = 8 * median = 3 hours # Resources * `filesystem`: filesystem used in "Files and Directories" * `creatures`: DNA data used in "Loops" * `finding`: data using in "Finding Things" * `molecules`: PDB files used in "Pipes and Filters" * `scripting`: files and directories us...
{ "pile_set_name": "Github" }
// Copyright 2013 Matt T. Proud // // 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 i...
{ "pile_set_name": "Github" }
--- license: > Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2006 - 2007 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * 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 o...
{ "pile_set_name": "Github" }
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // SchedulerBase.h // // Header file containing the metaphor for a concrt scheduler // // =-=-=-=-=-=-=-=-=-=-=-=...
{ "pile_set_name": "Github" }
namespace Nancy.ViewEngines.Razor { /// <summary> /// Helpers for url related functions. /// </summary> /// <typeparam name="TModel">The type of the model.</typeparam> public class UrlHelpers<TModel> { /// <summary> /// Initializes a new instance of the <see cref="UrlHel...
{ "pile_set_name": "Github" }
// Copyright 2020 Google LLC // PN patch data struct PnPatch { float b210; float b120; float b021; float b012; float b102; float b201; float b111; float n110; float n011; float n101; }; struct UBO { float4x4 projection; float4x4 model; float tessAlpha; }; cbuffer ubo : register(b1) { UBO ubo; }...
{ "pile_set_name": "Github" }
// // OCRDisplayViewController.m // OCR // // Created by Robert Carlsen on 03.12.2009. // // Copyright (C) 2009, Robert Carlsen | robertcarlsen.net // // 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 Fre...
{ "pile_set_name": "Github" }
HASFEATURE = $(filter $(1), $(.FEATURES)) REQERROR = Required feature "$(strip $(1))" not supported by $(MAKE) REQUIRE = $(and $(or $(HASFEATURE), $(error $(REQERROR))),) $(call REQUIRE, else-if) $(call REQUIRE, order-only) $(call REQUIRE, target-specific) ifeq "$(MAKE_VERSION)" "3.81" $(warning Disabling buil...
{ "pile_set_name": "Github" }
// Components for manipulating sequences of characters -*- C++ -*- // Copyright (C) 1997-2013 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Public License as published ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html xmlns:th="http://www.thymeleaf.org" class="x-admin-sm"> <head> <meta charset="UTF-8"> <title>分类信息编辑-blog</title> <meta name="renderer" content="webkit"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width,us...
{ "pile_set_name": "Github" }
<% # Copyright (C) 2011 - present Instructure, Inc. # # This file is part of Canvas. # # Canvas is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the Free # Software Foundation, version 3 of the License. # # Canvas is distributed in the...
{ "pile_set_name": "Github" }
<div class="usersettings"> <div class="row"> <div class="tabbable tabs-left col-md-2"> <ul class="nav nav-tabs" style="width: 100%"> <li class="userSettingsLink active"><a>User Settings</a></li> <li class="oAuthCodesLink active"><a>OAuth Codes</a></li> <li class="serializersLink"><a>Serializers</a></l...
{ "pile_set_name": "Github" }
name: 'test' version: '1.0' config-version: 2 profile: 'default'
{ "pile_set_name": "Github" }
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="5.0" xml:id="linenumberin...
{ "pile_set_name": "Github" }
class Token: def __init__(self,pos=(0,0),type='symbol',val=None,items=None): self.pos,self.type,self.val,self.items=pos,type,val,items def u_error(ctx,s,i): y,x = i line = s.split('\n')[y-1] p = '' if y < 10: p += ' ' if y < 100: p += ' ' r = p + str(y) + ": " + line + "\n" r +...
{ "pile_set_name": "Github" }
" __ _ _ __ __ " __| |___| | |_ _| | | A delicious collision of " | | | -_| | | | |- -| " |_____|___|_|_|_ |__|__| Jellybeans and Xoria256. " |___| " Version: 0.1 " Author: Sung Pae <self@sungpae.com> " Homepage: http://github.com/guns/jellyx.vim " License: MIT " INSPIRE...
{ "pile_set_name": "Github" }
#define GLI_INCLUDE_GL_NV_GPU_SHADER5 enum Main { //GL_INT64_NV = 0x140E, //GL_UNSIGNED_INT64_NV = 0x140F, GL_INT8_NV = 0x8FE0, GL_INT8_VEC2_NV = 0x8FE1, GL_INT8_VEC3_NV = 0x8FE2, GL_INT8_VEC4_NV = 0x8FE3, ...
{ "pile_set_name": "Github" }
using System; using System.Linq; using System.Text; using Signum.Engine.Maps; using System.Reflection; using Signum.Engine.DynamicQuery; using Signum.Entities; using Signum.Utilities; using Signum.Entities.Basics; using System.Threading; using Signum.Utilities.Reflection; using System.Collections.Generic; ...
{ "pile_set_name": "Github" }
/** * Copyright IBM Corp. 2016, 2018 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ import PropTypes from 'prop-types'; import React from 'react'; import classNames from 'classnames'; import { settings } from 'carbon-componen...
{ "pile_set_name": "Github" }
# Copyright 2014 Hewlett-Packard Development Company, L.P. # # 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 applicabl...
{ "pile_set_name": "Github" }
constants { DEAL_ID_LEN2 = 10, EXCH_BYTE_LEN2 = 5, FORMULA_LEN = 220, FAILED_FIELD_LEN = 101, FORMULA_LEN2 = 330, } schema { longlong validation_id // id of validation cstring deal_id[DEAL_ID_LEN2] // deal id of deal longlong pricing_time // pricing...
{ "pile_set_name": "Github" }
--no-step-log -b 0 -e 0 --no-duration-log --net-file=net.net.xml -a=input_routes.rou.xml,input_additional.add.xml --netstate-dump=rawdump.xml
{ "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. // +build 386,netbsd package unix func setTimespec(sec, nsec int64) Timespec { return Timespec{Sec: sec, Nsec: int32(nsec)} } func setTimeval(sec, usec int6...
{ "pile_set_name": "Github" }
# Gopkg.toml example # # Refer to https://golang.github.io/dep/docs/Gopkg.toml.html # for detailed Gopkg.toml documentation. # # required = ["github.com/user/thing/cmd/thing"] # ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"] # # [[constraint]] # name = "github.com/user/project" # ...
{ "pile_set_name": "Github" }
{ "extends": "./tsconfig.json", "compilerOptions": { "outDir": "./out-tsc/app", "types": [] }, "files": [ "src/main.ts", "src/polyfills.ts" ], "include": [ "src/**/*.d.ts" ] }
{ "pile_set_name": "Github" }
/* * Copyright 2017-2020 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 ap...
{ "pile_set_name": "Github" }
# =================================== # Filter Scope Definitions # =================================== scopes: disable_roles: label: Disable Roles type: checkbox roles: label: Role scope: applyRoleFilter modelClass: October\Test\Models\Role nameFrom: name id...
{ "pile_set_name": "Github" }
// Copyright (c) 2016, 2018, 2020, Oracle and/or its affiliates. All rights reserved. // This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose ei...
{ "pile_set_name": "Github" }
// // SinaWeiboAuthorizeView.h // sinaweibo_ios_sdk // // Created by Wade Cheng on 4/19/12. // Copyright (c) 2012 SINA. All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> @protocol SinaWeiboAuthorizeViewDelegate; @interface SinaWeiboAuthorizeView : UIView <UIWebViewDelegate> { ...
{ "pile_set_name": "Github" }
<!doctype html> <html ⚡> <head> <meta charset="utf-8"> <title>amp-soundcloud</title> <script async src="https://cdn.ampproject.org/v0.js"></script> <script async custom-element="amp-soundcloud" src="https://cdn.ampproject.org/v0/amp-soundcloud-0.1.js"></script> <link rel="canonical" href="https://exam...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <!-- Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ --> <html> <head> <title>CSS Test: Static position of abspos children in a vertical-rl column flex container, with various "align-content" values</title> <link rel="author" title="Daniel...
{ "pile_set_name": "Github" }
<template> <div class="box"> <h1 class="title">Passes <a :disabled="disabled" v-on:click="fetch" class="button is-info">Refresh</a></h1> <hr/> <div v-for="(pass, pass_index) in passes"> <p class="has-text-black-bis">Pass {{pass_index}}</p> <div v-for="(target, target_...
{ "pile_set_name": "Github" }
#!/usr/bin/python #http://www.cs.cmu.edu/afs/cs/project/cmt-55/lti/Courses/731/homework/HW7/moses/scripts/training/cmert-0.5/bleu.py # $Id: bleu.py 1307 2007-03-14 22:22:36Z hieuhoang1972 $ '''Provides: cook_refs(refs, n=4): Transform a list of reference sentences as strings into a form usable by cook_test(). cook_te...
{ "pile_set_name": "Github" }
Dalanj University
{ "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. /** * A property name P (in the form of a string value) is an array index * if and only if ToString(ToUint32(P)) is equal to P and ToUint32(P) is not equal to 2^32 - 1 * * @path ch15/...
{ "pile_set_name": "Github" }
# # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. # # Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved # # The contents of this file are subject to the terms # of the Common Development and Distribution License # (the License). You may not use this file except in # compliance with the License. # ...
{ "pile_set_name": "Github" }
# coding: utf-8 from __future__ import unicode_literals, absolute_import from .tablelist import TableList, TableListLoadingError from .wrapper import DirectoryWrapper class EmptyDirError(TableListLoadingError): pass class DirectoryTableList(TableList): wrapper_class = DirectoryWrapper def load_data(se...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 8a3bdb2cd68f901469e7cc149151eb49, type: 3} m_Na...
{ "pile_set_name": "Github" }
/* * ImgTec IR Decoder setup for Sony (SIRC) protocol. * * Copyright 2012-2014 Imagination Technologies Ltd. * * 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 Lice...
{ "pile_set_name": "Github" }
/* * Copyright 2015 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
{ "pile_set_name": "Github" }
import argparse import os from model import Model from evaluator import Evaluator parser = argparse.ArgumentParser() parser.add_argument('-d', '--data_dir', default='./data', help='directory to read LMDB files') parser.add_argument('checkpoint', type=str, help='path to evaluate checkpoint, e.g. ./logs/model-100.pth') ...
{ "pile_set_name": "Github" }
#include "extensions/filters/network/thrift_proxy/filters/ratelimit/config.h" #include <chrono> #include <string> #include "envoy/extensions/filters/network/thrift_proxy/filters/ratelimit/v3/rate_limit.pb.h" #include "envoy/extensions/filters/network/thrift_proxy/filters/ratelimit/v3/rate_limit.pb.validate.h" #includ...
{ "pile_set_name": "Github" }
package org.opencv.core; import java.util.Arrays; import java.util.List; public class MatOfByte extends Mat { // 8UC(x) private static final int _depth = CvType.CV_8U; private static final int _channels = 1; public MatOfByte() { super(); } protected MatOfByte(long addr) { sup...
{ "pile_set_name": "Github" }
#include "dxvk_stats.h" namespace dxvk { DxvkStatCounters::DxvkStatCounters() { this->reset(); } DxvkStatCounters::~DxvkStatCounters() { } DxvkStatCounters DxvkStatCounters::diff(const DxvkStatCounters& other) const { DxvkStatCounters result; for (size_t i = 0; i < m_counters....
{ "pile_set_name": "Github" }
/************************************************************************** * * Copyright 2007-2010 VMware, Inc. * All Rights Reserved. * * 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 Softwar...
{ "pile_set_name": "Github" }
/* * * Copyright 2019 gRPC 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 agree...
{ "pile_set_name": "Github" }
{ "url": "https://identity-service.prod.opensource.ms", "pat": "env://WITNESS_AUTH_TOKEN" }
{ "pile_set_name": "Github" }
// mkerrors.sh -Wall -Werror -static -I/tmp/include -m64 // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,linux // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -Wall -Werror -static -I/tmp/include -m64 _const.go package unix import "syscall" const ( B1000000...
{ "pile_set_name": "Github" }
FROM debian:buster-slim ADD https://github.com/just-containers/s6-overlay/releases/download/v1.21.8.0/s6-overlay-amd64.tar.gz /tmp/ RUN tar xzf /tmp/s6-overlay-amd64.tar.gz -C / RUN apt-get update && apt-get install -y bash curl git go-dep libmagickwand-6.q16-dev COPY /rootfs / ADD https://api.github.com/repos/Analo...
{ "pile_set_name": "Github" }