text
stringlengths
2
99.9k
meta
dict
#!/usr/bin/env python import sys, os sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) from collab.server import CollabServer def main(argv): if len(argv) == 1: if ':' not in argv[0]: sys.stderr.write("please provide `host:port' to bind or just `host:' for default po...
{ "pile_set_name": "Github" }
/* * Command line execution tool. Useful for test cases and manual testing. * * To enable linenoise and other fancy stuff, compile with -DDUK_CMDLINE_FANCY. * It is not the default to maximize portability. You can also compile in * support for example allocators, grep for DUK_CMDLINE_*. */ /* Helper define...
{ "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 <swiftCore/_TtCs12_SwiftObject.h> @interface _TtC13ControlCenter13AirPlayDevice : _TtCs12_SwiftObject { // Error parsing t...
{ "pile_set_name": "Github" }
/* Float object interface */ /* PyFloatObject represents a (double precision) floating point number. */ #ifndef Py_FLOATOBJECT_H #define Py_FLOATOBJECT_H #ifdef __cplusplus extern "C" { #endif #ifndef Py_LIMITED_API typedef struct { PyObject_HEAD double ob_fval; } PyFloatObject; #endif PyAPI_DATA(PyTypeObj...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2015 Goldman Sachs. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * and Eclipse Distribution License v. 1.0 which accompany this distribution. * The Eclipse Public License is available at http://www.ecli...
{ "pile_set_name": "Github" }
import os import glob from django.core.management.base import BaseCommand from django.db import transaction from common.utils import progress_bar from photos.add import add_photo from intrinsic.tasks import sample_intrinsic_points_task from django.contrib.auth.models import User from photos.models import PhotoSceneCa...
{ "pile_set_name": "Github" }
# $NetBSD: Makefile,v 1.4 2020/05/10 04:31:46 markd Exp $ DISTNAME= gillius PKGNAME= tex-${DISTNAME}-2014 PKGREVISION= 1 TEXLIVE_REV= 32068 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ctan.org/pkg/gillius COMMENT= Gillius fonts with LaTeX support LICENSE= gnu-gpl-v2 TEX_MAP_FILES+= gillius.map TEXLIVE_UNV...
{ "pile_set_name": "Github" }
using Nethereum.Generators.Core; using Nethereum.Generators.CQS; namespace Nethereum.Generators.DTOs { public class EventDTOVbTemplate : ClassTemplateBase<EventDTOModel> { private ParameterABIEventDTOVbTemplate _parameterAbiEventDtoVbTemplate; public EventDTOVbTemplate(EventDTOModel eventDTOMod...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <meta name="des...
{ "pile_set_name": "Github" }
/* * Copyright 2019 Google LLC. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
{ "pile_set_name": "Github" }
/************************************************************************** * * Copyright 2003 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 Software w...
{ "pile_set_name": "Github" }
########################################################################### # # This file is auto-generated by the Perl DateTime Suite time locale # generator (0.03). This code generator comes with the # DateTime::Locale distribution in the tools/ directory, and is called # generate_from_cldr. # # This file as generat...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "import k3d\n", "import math\n", "import numpy as np\n", "\n", "# Y-Z flip\n", "model_matrix = [\n", " 1.0, 0.0, 0.0, 0.0,\n", " 0.0, -1.0, 0.0, 0.0,\n", " ...
{ "pile_set_name": "Github" }
<component name="ProjectRunConfigurationManager"> <configuration default="false" name="AuditTypeSystem" type="JUnit" factoryName="JUnit" folderName="Tests from IDEA Project"> <module name="testbench" /> <option name="PACKAGE_NAME" value="jetbrains.mps.testbench.junit.suites" /> <option name="MAIN_CLASS_NA...
{ "pile_set_name": "Github" }
@extends('themes.default1.layouts.login') @section('body') <div class="row"> <div class="col-xs-12"> <!-- check whether success or not --> @if(Session::has('success')) <div class="alert alert-success alert-dismissable"> <i class="fa fa-check-circle"></i> <button ...
{ "pile_set_name": "Github" }
---- -- Copyright (c) 2012-2017 Apple Inc. All rights reserved. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/LICENSE-2.0 -- -- Unless required by a...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis.org/dtd/mybatis-3-config.dtd"> <configuration> <properties resource="db.properties"/> <!--<settings> <setting name="lazyLoadingEnabled" value="true"/> <sett...
{ "pile_set_name": "Github" }
############################################################################# # Tables adapted from the Xotl FACTION ASSIGNMENT & RARITY TABLES # # Original tables can be found here: # # http://www.classicbattletech.com/forums/index.php/topic,1219.0.html # # As n...
{ "pile_set_name": "Github" }
; <<>> DiG 9.9.5-3ubuntu0.8-Ubuntu <<>> AXFR mt. @a.ns.mt. +nocomments +nocmd +noquestion +nostats +time=15 ;; global options: +cmd ; Transfer failed.
{ "pile_set_name": "Github" }
<body> <p>This is <b>bold</b> text</p> </body>
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `assert_edn_parses_to` macro in crate `mentat_parser_utils`."> ...
{ "pile_set_name": "Github" }
/* * Copyright 1999-2018 Alibaba Group Holding Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
{ "pile_set_name": "Github" }
{ "name": "GetSocial", "version": "6.24.6", "summary": "GetSocial provides the whole social layer stack that powers engagement, retention, acquisition and revenue tools.", "description": "GetSocial lets you create highly effective in-app social marketing platforms. \n\nIn fact, you can build in-app social netwo...
{ "pile_set_name": "Github" }
# coding: utf-8 from __future__ import unicode_literals import pytest from spacy.util import get_lang_class # Only include languages with no external dependencies # "is" seems to confuse importlib, so we're also excluding it for now # excluded: ja, ru, th, uk, vi, zh, is LANGUAGES = [ pytest.param("fr", marks=pyt...
{ "pile_set_name": "Github" }
// an example CommonJs module // content is omitted for brevity exports.readFile = function() {}; // using module.exports would be equivalent, // webpack doesn't care which syntax is used // AMD modules are also possible and equivalent to CommonJs modules
{ "pile_set_name": "Github" }
// Copyright (c) 2018 Couchbase, 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" }
// TicketDesk - Attribution notice // Original Code By: // Samuel Neff - https://github.com/samuelneff/MimeTypeMap // // Contributor(s): // // Stephen Redd (https://github.com/stephenredd) // // This file is distributed under the terms of the Microsoft Public // License (Ms-PL). See http://opensource.o...
{ "pile_set_name": "Github" }
// Multiple extern declarations cause: Node is not in parent's child list, // node: 0x2a97190010 = SgVariableDefinition = _variable_definition_APP_Unit_Range // parent: 0x2a970a9030 = SgInitializedName extern int APP_Unit_Range; extern int APP_Unit_Range; extern int APP_Unit_Range;
{ "pile_set_name": "Github" }
use core::fmt::{self, Write}; extern "C" { pub fn console_write_char(ch: u8); } pub static mut CONSOLE: Console = Console; pub struct Console; impl Write for Console { fn write_str(&mut self, s: &str) -> Result<(), fmt::Error> { for byte in s.bytes() { unsafe { console_wri...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2003-2008 Takahiro Hirofuchi * * This 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 option) any later version. * * This is distribute...
{ "pile_set_name": "Github" }
#include <cstdint> #include <stddef.h> #include <armadillo> template< typename T> class MappedCSR { public: MappedCSR(); MappedCSR(arma::uword n_rows, arma::uword n_cols, size_t nnz, arma::uword * col_indices, arma::uword * row_ptrs, T * values): n_rows(...
{ "pile_set_name": "Github" }
// // DeviceResources.cpp - A wrapper for the Direct3D 11 device and swapchain // (requires DirectX 11.X Xbox One Monolithic Runtime) // #include "pch.h" #include "DeviceResources.h" using namespace DirectX; using namespace DX; using Microsoft::WRL::ComPtr; // Constructor for Dev...
{ "pile_set_name": "Github" }
""" ``` BondLabor{T} <: AbstractModel{T} ``` ### Fields #### Parameters and Steady-States * `parameters::Vector{AbstractParameter}`: Vector of all time-invariant model parameters. * `steady_state::Vector{AbstractParameter}`: Model steady-state values, computed as a function of elements of `parameters`. * `keys:...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2019 TAOS Data, Inc. <jhtao@taosdata.com> * * This program is free software: you can use, redistribute, and/or modify * it under the terms of the GNU Affero General Public License, version 3 * or later ("AGPL"), as published by the Free Software Foundation. * * This program is distributed in t...
{ "pile_set_name": "Github" }
package bsdp import ( "fmt" "golang.org/x/sys/unix" ) // MakeVendorClassIdentifier calls the sysctl syscall on macOS to get the // platform model. func MakeVendorClassIdentifier() (string, error) { // Fetch hardware model for class ID. hwModel, err := unix.Sysctl("hw.model") if err != nil { return "", err } ...
{ "pile_set_name": "Github" }
/*! @file Defines `boost::hana::mult`. @copyright Louis Dionne 2013-2016 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) */ #ifndef BOOST_HANA_MULT_HPP #define BOOST_HANA_MULT_HPP #include <boost/hana/fwd/mult.hpp> #include <...
{ "pile_set_name": "Github" }
path: "tensorflow.saved_model.tag_constants" tf_module { member { name: "GPU" mtype: "<type \'str\'>" } member { name: "SERVING" mtype: "<type \'str\'>" } member { name: "TRAINING" mtype: "<type \'str\'>" } }
{ "pile_set_name": "Github" }
/* Copyright 2005-2008 Intel Corporation. All Rights Reserved. This file is part of Threading Building Blocks. Threading Building Blocks 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 Foundat...
{ "pile_set_name": "Github" }
// Package utils contains helper structures and function package utils // Buffer is a simple wrapper around a []byte to facilitate efficient marshaling of lattigo's objects type Buffer struct { buf []byte } // NewBuffer creates a new buffer from the provided backing slice func NewBuffer(s []byte) *Buffer { return &...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2015-2018 Skymind, Inc. * * This program and the accompanying materials are made available under the * terms of the Apache License, Version 2.0 which is available at * https://www.apache.org/licenses/LICENSE-2.0. * *...
{ "pile_set_name": "Github" }
<tool id="compressed_neostorezip_neostore_conversion" name="Confirm neostore.zip is converted to neostore on demand"> <command> cat '$input1' > '$out_file1' </command> <inputs> <param name="input1" type="data" format="neostore.zip" label="Compressed Dataset"/> </inputs> <outputs> ...
{ "pile_set_name": "Github" }
/* * This file is part of Nucleus, licensed under the MIT License (MIT). See the LICENSE.txt file * at the root of this project for more details. */ package io.github.nucleuspowered.nucleus.modules.home.commands; import io.github.nucleuspowered.nucleus.api.module.home.NucleusHomeService; import io.github.nucleuspow...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -emit-llvm -o %t %s @interface BASE { @private void* _reserved; } @end @class PVR; @interface PVRHandldler { PVR *_imageBrowser; } @end @implementation PVRHandldler @end @interface PVR : BASE @end @implementation PVR @end // Reopen of an interface after use. @interface A { ...
{ "pile_set_name": "Github" }
/* Copyright (C) 2014-2019 de4dot@gmail.com This file is part of dnSpy dnSpy 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...
{ "pile_set_name": "Github" }
using ShaderPlayground.Core.Util; namespace ShaderPlayground.Core.Compilers.SpirvTools { internal sealed class SpirvAssemblerCompiler : IShaderCompiler { public string Name { get; } = CompilerNames.SpirvAssembler; public string DisplayName { get; } = "spirv-as"; public string Url { get...
{ "pile_set_name": "Github" }
/* * Copyright (C) 1994-2000 The XFree86 Project, Inc. All Rights Reserved. * Copyright (C) Colin Harrison 2005-2008 * * 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" }
/* * Copyright 2016 Code Above Lab 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 agr...
{ "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><head><title></title> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta name="generator" content="Doxygen 1.8.13"/> <link rel="stylesheet" type="text/css" href="search...
{ "pile_set_name": "Github" }
/* * Copyright 2016 WebAssembly Community Group participants * * 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...
{ "pile_set_name": "Github" }
""" This script handles the skimage exif problem. """ from PIL import Image import numpy as np ORIENTATIONS = { # used in apply_orientation 2: (Image.FLIP_LEFT_RIGHT,), 3: (Image.ROTATE_180,), 4: (Image.FLIP_TOP_BOTTOM,), 5: (Image.FLIP_LEFT_RIGHT, Image.ROTATE_90), 6: (Image.ROTATE_270,), 7...
{ "pile_set_name": "Github" }
package typings.dojo.dojox.mvc.Bind import typings.dojo.dijit.WidgetBase import typings.dojo.dojoStrings.style import typings.std.HTMLElement import scala.scalajs.js import scala.scalajs.js.`|` import scala.scalajs.js.annotation._ /** * Permalink: http://dojotoolkit.org/api/1.9/dojox/mvc/Bind.Element.html * * A...
{ "pile_set_name": "Github" }
// // CueSheetDecoder.h // CueSheet // // Created by Zaphod Beeblebrox on 10/8/07. // Copyright 2007 __MyCompanyName__. All rights reserved. // #import <Cocoa/Cocoa.h> #import "Plugin.h" @class CueSheet; @class CueSheetTrack; @interface CueSheetDecoder : NSObject <CogDecoder> { id<CogSource> source; id<CogDec...
{ "pile_set_name": "Github" }
package toml import "strings" // MetaData allows access to meta information about TOML data that may not // be inferrable via reflection. In particular, whether a key has been defined // and the TOML type of a key. type MetaData struct { mapping map[string]interface{} types map[string]tomlType keys []Key dec...
{ "pile_set_name": "Github" }
/* This is a compiled file, you should be editing the file in the templates directory */ .pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; -webkit-perspective: 12rem; -moz-perspective: 12rem; -ms-perspective: 12rem; -o-p...
{ "pile_set_name": "Github" }
{ "@context": { "name": "http://xmlns.com/foaf/0.1/name", "isKnownBy": { "@reverse": "http://xmlns.com/foaf/0.1/knows", "@type": "@id" } }, "@id": "http://example.com/people/markus", "name": "Markus Lanthaler", "isKnownBy": [ "http://example.com/people/dave", "http://example.com/people/gregg" ...
{ "pile_set_name": "Github" }
#!/bin/bash set -eu if [ ! -d doc/build ]; then echo 'Error: invalid directory. Deploy from repo root.' exit 1 fi [ "$GH_PASSWORD" ] || exit 12 sitemap() { WEBSITE='https://pdpipe.github.io/pdpipe' find . -name '*.html' | sed "s,^\.,$WEBSITE," | sed 's/index.html$//' | grep -v...
{ "pile_set_name": "Github" }
// directory_management.hpp --------------------------------------------------------------// // Copyright 2010 Vicente J. Botet Escriba // Copyright 2015 Andrey Semashev // Distributed under the Boost Software License, Version 1.0. // See http://www.boost.org/LICENSE_1_0.txt #ifndef BOOST_DETAIL_WINA...
{ "pile_set_name": "Github" }
// // MPDiskLRUCache.m // // Copyright (c) 2014 MoPub. All rights reserved. // #import "MPDiskLRUCache.h" #import "MPGlobal.h" #import "MPLogging.h" #import <CommonCrypto/CommonDigest.h> // cached files that have not been access since kCacheFileMaxAge ago will be evicted #define kCacheFileMaxAge (7 * 24 * 60 * 60)...
{ "pile_set_name": "Github" }
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
{ "pile_set_name": "Github" }
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/elasticloadbalancing/model/DescribeLoadBalancerAttributesResult.h> #include <aws/core/utils/xml/XmlSerializer.h> #include <aws/core/AmazonWebServiceResult.h> #include <aws/core/utils/Str...
{ "pile_set_name": "Github" }
define( [ "./class2type" ], function( class2type ) { return class2type.toString; } );
{ "pile_set_name": "Github" }
const fs = require('fs'); const path = require('path'); const assert = require('assert'); const CharacterCount = require('../../../src/js/components/character-count'); const INVALID_TEMPLATE_NO_WRAPPER = fs.readFileSync(path.join(__dirname, '/invalid-template-no-wrapper.template.html')); describe('character count inp...
{ "pile_set_name": "Github" }
import { Component, OnInit, OnDestroy, Input } from '@angular/core'; import { Subscription } from 'rxjs'; import { JssContextService } from '../../jss-context.service'; import { Field, ComponentRendering } from '@sitecore-jss/sitecore-jss-angular'; @Component({ selector: 'app-styleguide-custom-route-type', ...
{ "pile_set_name": "Github" }
:: ZIP: 306 Title: Security Considerations for Anchor Selection Owners: Daira Hopwood <daira@electriccoin.co> Status: Reserved Category: Informational Discussions-To: <https://github.com/zcash/zips/issues/351>
{ "pile_set_name": "Github" }
package com.nike.riposte.metrics.codahale; import com.nike.internal.util.StringUtils; import com.nike.riposte.metrics.MetricsListener; import com.nike.riposte.metrics.codahale.impl.EndpointMetricsHandlerDefaultImpl; import com.nike.riposte.server.config.ServerConfig; import com.nike.riposte.server.http.Endpoint; impor...
{ "pile_set_name": "Github" }
.\" .\" Copyright 2012-2013 Samy Al Bahra. .\" 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 lis...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_he...
{ "pile_set_name": "Github" }
// Copyright (c) Andrew Fischer. See LICENSE file for license terms. #include <cstdio> #include "circa/circa.h" int main(int argc, char** argv) { caWorld* world = circa_initialize(); circa_add_module_search_path(world, "tests/embed"); circa::Value msg; circa_set_int(&msg, 0); circa_actor_post_...
{ "pile_set_name": "Github" }
/*----------------------表单验证以及提交表单----------------------start*/ $(function () { //bootstrap校验 $('form').bootstrapValidator({ message: 'This value is not valid', feedbackIcons: { valid: 'glyphicon glyphicon-ok', invalid: 'glyphicon glyphicon-remove', validating...
{ "pile_set_name": "Github" }
# Copyright (c) 2014 The WebRTC 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 in the root of the source # tree. An additional intellectual property rights grant can be found # in the file PATENTS. All contributing project au...
{ "pile_set_name": "Github" }
/* -*- mode: c; c-basic-offset: 8; -*- * vim: noexpandtab sw=8 ts=8 sts=0: * * dlmcommon.h * * Copyright (C) 2004 Oracle. 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 Fou...
{ "pile_set_name": "Github" }
<?pi data?> <!DOCTYPE doc [ <!ELEMENT doc (#PCDATA)> ]> <doc></doc>
{ "pile_set_name": "Github" }
{ "name": "sebastian/diff", "description": "Diff implementation", "keywords": ["diff"], "homepage": "http://www.github.com/sebastianbergmann/diff", "license": "BSD-3-Clause", "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, ...
{ "pile_set_name": "Github" }
# Translation of Odoo Server. # This file contains the translation of the following modules: # * auth_signup # # Translators: # ສີສຸວັນ ສັງບົວບຸລົມ <sisouvan@gmail.com>, 2020 # Martin Trigaux, 2020 # msgid "" msgstr "" "Project-Id-Version: Odoo Server saas~12.5\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-...
{ "pile_set_name": "Github" }
.CodeMirror-foldmarker { color: blue; text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px; font-family: arial; line-height: .3; cursor: pointer; } .CodeMirror-foldgutter { width: .7em; } .CodeMirror-foldgutter-open, .CodeMirror-foldgutter-folded { cursor: pointer; } .Co...
{ "pile_set_name": "Github" }
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. using module .\..\..\Common\Common.psm1 using module .\..\UserRightRule.psm1 $exclude = @($MyInvocation.MyCommand.Name,'Template.*.txt') $supportFileList = Get-ChildItem -Path $PSScriptRoot -Exclude $exclude foreach ($support...
{ "pile_set_name": "Github" }
**This airport has been automatically generated** We have no information about CPC6[*] airport other than its name, ICAO and location (CA). This airport will have to be done from scratch, which includes adding runways, taxiways, parking locations, boundaries... Good luck if you decide to do this airport!
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////// // Copyright 2012 John Maddock. Distributed under the Boost // Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_ // // Comparison operators for cpp_int_backend: // #ifndef BOOST_MP...
{ "pile_set_name": "Github" }
/* * Licensed to Crate under one or more contributor license agreements. * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. Crate licenses this file * to you under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compl...
{ "pile_set_name": "Github" }
[ { "description": "additionalProperties being false does not allow other properties", "schema": { "properties": {"foo": {}, "bar": {}}, "patternProperties": { "^v": {} }, "additionalProperties": false }, "tests": [ { ...
{ "pile_set_name": "Github" }
/* * @OSF_COPYRIGHT@ * */ /* * HISTORY * $Log: pthread_test3.c,v $ * Revision 1.1.4.2 1996/10/03 17:53:38 emcmanus * Changed fprintf(stderr...) to printf(...) to allow building with * PURE_MACH includes. * [1996/10/03 16:17:34 emcmanus] * * Revision 1.1.4.1 1996/10/01 07:36:02 emcmanus * Copied ...
{ "pile_set_name": "Github" }
apiVersion: v1 kind: ServiceAccount metadata: name: event-exporter-sa namespace: kube-system labels: k8s-app: event-exporter kubernetes.io/cluster-service: "true" addonmanager.kubernetes.io/mode: Reconcile --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: name: event-ex...
{ "pile_set_name": "Github" }
#!/bin/sh # ---------------------------------------------------------------------------- # 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 ...
{ "pile_set_name": "Github" }
'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; function getDecimals(n) { n = n + ''; var i = n.indexOf('.'); return (i == -1) ? 0 : n.length - i - 1; } function getVF(n, opt_pre...
{ "pile_set_name": "Github" }
/* * * Copyright 2018 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" }
"abc" * -3 // expect runtime error: Count must be a non-negative integer.
{ "pile_set_name": "Github" }
// +build amd64 amd64p32 arm64 ppc64 ppc64le mips64 mips64le mips64p32 mips64p32le sparc64 package pkg import "sync/atomic" type T struct { A int64 B int32 C int64 } func fn() { var v T atomic.AddInt64(&v.A, 0) atomic.AddInt64(&v.C, 0) atomic.LoadInt64(&v.C) }
{ "pile_set_name": "Github" }
#if !defined Expect_hxx #define Expect_hxx #include "tfm/Event.hxx" #include "tfm/TestEndPoint.hxx" #include <boost/shared_ptr.hpp> class EventMatcher { public: virtual bool isMatch(boost::shared_ptr<Event> event) { resip_assert(0); return false; } virtu...
{ "pile_set_name": "Github" }
#pragma once #include <stdio.h> #include <stdarg.h> #define BB_DEBUG 0 #ifdef __cplusplus // debug template<int N> inline void _dump_symbol ( char* plable, COMPLEX16* input ) { #if BB_DEBUG > 2 printf ("dump::start(%s)", plable); for ( size_t i=0; i<N; i++) { if ( i%4 == 0 ) printf ("\n(%2...
{ "pile_set_name": "Github" }
require('../../modules/es6.math.tanh'); module.exports = require('../../modules/_core').Math.tanh;
{ "pile_set_name": "Github" }
// Copyright 2015 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. //go:generate go run ../collate/maketables.go -cldr=23 -unicode=6.2.0 -types=search,searchjl -package=search // Package search provides language-specific searc...
{ "pile_set_name": "Github" }
<?php namespace AppBundle\Service; use AppBundle\Entity\Decklist; use AppBundle\Entity\Moderation; use AppBundle\Entity\Modflag; use AppBundle\Entity\User; use Doctrine\ORM\EntityManagerInterface; use Psr\Log\LoggerInterface; use Symfony\Component\Routing\Generator\UrlGeneratorInterface; use Symfony\Component\Routing...
{ "pile_set_name": "Github" }
/** * OpenKM, Open Document Management System (http://www.openkm.com) * Copyright (c) 2006-2017 Paco Avila & Josep Llort * <p> * No bytes were intentionally harmed during the development of this application. * <p> * This program is free software; you can redistribute it and/or modify * it under the terms of the ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="7706" systemVersion="14D136" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES"> <dependencies> <deployment id...
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser. */ @protocol PHPhotoLibraryChangeObserver <NSObject> @required - (void)photoLibraryDidChange:(PHChange *)arg1; @end
{ "pile_set_name": "Github" }
package com.univocity.trader.simulation; import org.apache.commons.lang3.*; import java.util.*; public class LongParameters extends Parameters { public long[] params; public LongParameters(long... params) { this.params = params; } @Override protected String printParameters() { return Arrays.toString(par...
{ "pile_set_name": "Github" }
#!/bin/bash # symbols set by build host: # # export JAVA_JDK=/opt/jdk1.7.0_45/bin # # export ANDROID_ADT=/opt/adt-bundle-linux-x86_64 # export ANDROID_ANT=$ANDROID_ADT/eclipse/plugins/org.apache.ant_1.8.3.v20120321-1730/bin/ant # export ANDROID_SDK=$ANDROID_ADT/sdk # export ANDROID_NDK=/opt/android-ndk-r9c # # export ...
{ "pile_set_name": "Github" }
%%------------------------------------------------------------------- %% @author %% ChicagoBoss Team and contributors, see AUTHORS file in root directory %% @end %% @copyright %% This file is part of ChicagoBoss project. %% See AUTHORS file in root directory %% for license information, see LICENSE file ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2012 The VCT Project This file is part of VoxelConeTracing and is an implementation of "Interactive Indirect Illumination Using Voxel Cone Tracing" by Crassin et al VoxelConeTracing is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License a...
{ "pile_set_name": "Github" }
Accept-Ranges: bytes Connection: keep-alive Content-Length: 612 Content-Type: text/html Date: Fri, 06 Oct 2017 09:38:58 GMT Etag: "59535732-264" Last-Modified: Wed, 28 Jun 2017 07:13:54 GMT Server: nginx
{ "pile_set_name": "Github" }