text
stringlengths
2
99.9k
meta
dict
using Microsoft.EntityFrameworkCore.Migrations; namespace cloudscribe.SimpleContent.Storage.EFCore.SQLite.Migrations { public partial class simplecontent20180908 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { //migrationBuilder.AlterColumn<byte>( ...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2016, salesforce.com, inc. * All rights reserved. * Licensed under the BSD 3-Clause license. * For full license text, see LICENSE.txt file in the repo root or * https://opensource.org/licenses/BSD-3-Clause */ /** * clock/index.js * * Defines all the scheduled processes to execute on regula...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2007-2016 Apple Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'License'). You may not use this file exc...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr> // Copyright (C) 2009 Hauke Heibel <hauke.heibel@googlemail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2004-2020 Savoir-faire Linux Inc. * * Author: Tristan Matthews <tristan.matthews@savoirfairelinux.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either ver...
{ "pile_set_name": "Github" }
# === DATA DESCRIPTION FILE ====================================================== # # CAUTION - Investigational device. # Limited by Federal Law to investigational use. # # Dataset name: E:\\Export\\Phantom_EPI_3mm_tra_SENSE_6_1 # # CLINICAL TRYOUT Research image export tool V4.2 # # === GENER...
{ "pile_set_name": "Github" }
#pragma once // MESSAGE DATA_STREAM PACKING #define MAVLINK_MSG_ID_DATA_STREAM 67 MAVPACKED( typedef struct __mavlink_data_stream_t { uint16_t message_rate; /*< [Hz] The message rate*/ uint8_t stream_id; /*< The ID of the requested data stream*/ uint8_t on_off; /*< 1 stream is enabled, 0 stream is stopped.*/ }) ...
{ "pile_set_name": "Github" }
(function(document) { //忽略HTML代码 if (document.doctype) return; document.write('<!DOCTYPE html><html><head><body><div id="container" class="viewport-flip"><div id="text-container" class="content flip" style="display:none;"></div><div id="markdown-container" class="content flip"></div></div><div id="markdow...
{ "pile_set_name": "Github" }
const unknownTimePlaceholder = '-:--'; export function formatTime(value) { if (isNaN(value)) { return unknownTimePlaceholder; } const seconds = Math.floor(value) % 60; const minutes = Math.floor(value / 60) % 60; const hours = Math.floor(value / 60 / 60); if (hours > 0) { return `${hours}:${pad(m...
{ "pile_set_name": "Github" }
// Copyright 2018 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writi...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit trunk//EN" "http://google-web-toolkit.googlecode.com/svn/trunk/distro-source/core/src/gwt-module.dtd"> <module rename-to="html"> <inherits name='com.badlogic.gdx.backends.gdx_backends_gwt' /> <inherits name='com...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <objc/NSObject.h> #import <Safari/NSImmediateActionAnimationController-Protocol.h> #import <Safari/PagePreviewViewControllerDe...
{ "pile_set_name": "Github" }
function(nuspec package_handle) assign(package_handle.package_descriptor.tags = ['a','b']) assign(package_handle.package_descriptor.copyright = '2017') template_run( #<authors>@package_handle.package_descriptor.authors</authors> # <authors>myauthor</authors> # <o...
{ "pile_set_name": "Github" }
name: Swarm of Ravens type: swarm of Tiny beasts cr: .25 # Swarm of Ravens _Medium swarm of Tiny beasts, unaligned_ **Armor Class** 12 **Hit Points** 24 (7d8 − 7) **Speed** 10 ft., fly 50 ft. | STR | DEX | CON | INT | WIS | CHA | |---------|---------|---------|---------|...
{ "pile_set_name": "Github" }
easyblock = 'CMakeMake' name = 'x265' version = '2.7' homepage = 'http://x265.org/' description = """ x265 is a free software library and application for encoding video streams into the H.265 AVC compression format, and is released under the terms of the GNU GPL. """ toolchain = {'name': 'GCCcore', 'version': '6...
{ "pile_set_name": "Github" }
### Предварительно * [ ] Вы используете [последнюю версию продукта](https://github.com/xDrivenDevelopment/xUnitFor1C/tree/develop) ? * [ ] Вы проверили [Известные проблемы при тестировании](https://github.com/xDrivenDevelopment/xUnitFor1C/wiki/%D0%98%D0%B7%D0%B2%D0%B5%D1%81%D1%82%D0%BD%D1%8B%D0%B5-%D0%BF%D1%80%D0%BE%...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <StructureDefinition xmlns="http://hl7.org/fhir"> <id value="encounter-associatedEncounter"/> <url value="http://hl7.org/fhir/StructureDefinition/encounter-associatedEncounter"/> <name value="associatedEncounter"/> <title value="associatedEncounter"/> <status value="dra...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2014 Netflix, 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...
{ "pile_set_name": "Github" }
/* * Globalize Culture ca * * http://github.com/jquery/globalize * * Copyright Software Freedom Conservancy, Inc. * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * This file was generated by the Globalize Culture Generator * Translation: bugs found in this file need to b...
{ "pile_set_name": "Github" }
#!/usr/bin/python # (c) 2016, NetApp, Inc # # 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....
{ "pile_set_name": "Github" }
#ifndef CAFFE_SGD_SOLVERS_HPP_ #define CAFFE_SGD_SOLVERS_HPP_ #include <string> #include <vector> #include "caffe/solver.hpp" namespace caffe { /** * @brief Optimizes the parameters of a Net using * stochastic gradient descent (SGD) with momentum. */ template <typename Dtype> class SGDSolver : public Solv...
{ "pile_set_name": "Github" }
// Copyright 2017 Prometheus Team // 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 wri...
{ "pile_set_name": "Github" }
/* * SonarQube * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3 of the License, o...
{ "pile_set_name": "Github" }
/* * Copyright 2013 Bazaarvoice, 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 agre...
{ "pile_set_name": "Github" }
/* Copyright 2016 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" }
""" baserawio ====== Classes ------- BaseRawIO abstract class which should be overridden to write a RawIO. RawIO is a new API in neo that is supposed to acces as fast as possible raw data. All IO with theses characteristics should/could be rewritten: * internally use of memmap (or hdf5) * reading header is quite...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSWindow.h" @interface SuggestionsWindow : NSWindow { id _parentElement; } @property __weak id parentElement; // @synthesize parentElement=_parentElement; - (void).cx...
{ "pile_set_name": "Github" }
/* This file is part of the WebKit open source project. This file has been generated by generate-bindings.pl. DO NOT MODIFY! 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 Foundation...
{ "pile_set_name": "Github" }
### 易中天:当下中国缺什么?(图) ------------------------ #### [首页](https://github.com/gfw-breaker/banned-news/blob/master/README.md) &nbsp;&nbsp;|&nbsp;&nbsp; [手把手翻墙教程](https://github.com/gfw-breaker/guides/wiki) &nbsp;&nbsp;|&nbsp;&nbsp; [禁闻聚合安卓版](https://github.com/gfw-breaker/bn-android) &nbsp;&nbsp;|&nbsp;&nbsp; [网门安卓版](https...
{ "pile_set_name": "Github" }
color colors
{ "pile_set_name": "Github" }
.el-table .warning-row { background: oldlace; } .el-table .success-row { background: #f0f9eb; } .demo-table .name-wrapper { display: inline-block; } .demo-table .demo-table-expand { label { width: 90px; color: #99a9bf; } .el-form-item { margin-right: 0; margin-bottom: 0; width: 50%; ...
{ "pile_set_name": "Github" }
/* Copyright 2014 Google 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 applicable law...
{ "pile_set_name": "Github" }
using System.Collections.Generic; using Boo.Lang.Compiler.Ast; using Boo.Lang.Compiler.Steps; using Boo.Lang.Compiler.TypeSystem; using Boo.Lang.Compiler.TypeSystem.Internal; namespace UnityScript2CSharp.Steps { // This step is reponsible for renaming identifiers used in UnityScript code that are reserved keywords...
{ "pile_set_name": "Github" }
const assert = require('assert'); const adminHelper = require('../../common/admin-helper')(); const environment = require('../../fixtures/cli/environment'); const namespace = 'express-gateway:apps:list'; describe('eg apps list [no apps]', () => { let program, env; before(() => { ({ program, env } = environmen...
{ "pile_set_name": "Github" }
## version: 1.34 ## method: get ## path: /exec/{id}/json ## code: 200 process_config <- list( privileged = FALSE, user = "1000", tty = TRUE, entrypoint = "sh", arguments = c("-c", "exit 2")) ## NOTE: CanRemove is missing in the spec (for 1.29 at least) list( id = "f33bbfb39f5b142420f4759b2348913bd4a8d1a6d...
{ "pile_set_name": "Github" }
#define UNW_LOCAL_ONLY #include <libunwind.h> #if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY) #include "Gfde.c" #endif
{ "pile_set_name": "Github" }
// Copyright 2016 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
{ "pile_set_name": "Github" }
--- title: LOCK statement [YSQL] headerTitle: LOCK linkTitle: LOCK description: Use the LOCK statement to lock a table. menu: latest: identifier: api-ysql-commands-lock parent: api-ysql-commands aliases: - /latest/api/ysql/commands/txn_lock isTocNested: true showAsideToc: true --- ## Synopsis Use the `LOC...
{ "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" }
/******************************************************************************* * lz77.c * * Copyright (c) 2009 The Lemon Man * Copyright (c) 2009 Nicksasa * Copyright (c) 2009 WiiPower * * Distributed under the terms of the GNU General Public License (v2) * See http://www.gnu.org/licenses/gpl-2.0.txt for more...
{ "pile_set_name": "Github" }
%constructor EXPR %for expr %constructor Void %for LPAREN RPAREN MATCH WITH COMMA LET REC DEFINE IN AND EQUAL COLONEQUAL INFIX INFIXL INFIXR EOF %relation p9<p8<p7<p6<p5<p4<p3<p2<p1<p0 %start main let newline = ('\010' | '\013' | "\013\010") let blank = [' ' '\009' '\012'] let lowercase = ['a'-'z' '\223'-'\246' '...
{ "pile_set_name": "Github" }
// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // This file implements a parser test harness. The files in the testdata // directory are parsed and the errors reported are compared against the // error messa...
{ "pile_set_name": "Github" }
<!DOCTYPE RCC> <RCC version="1.0"> <qresource> <file>eraser.svg</file> <file>fileopen.svg</file> <file>filesave.svg</file> <file>filesaveas.svg</file> </qresource> </RCC>
{ "pile_set_name": "Github" }
<component name="libraryTable"> <library name="sbt: org.apache.hadoop:hadoop-hdfs:2.6.5:jar"> <CLASSES> <root url="jar://$USER_HOME$/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/jars/hadoop-hdfs-2.6.5.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> <root url="jar://$USER_HOME$/.ivy2/cache/org.apac...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15702" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> <device id="retina4_0" orientation="p...
{ "pile_set_name": "Github" }
## Bunnies example Intended as a demo of [Shipyard](https://github.com/leudz/shipyard) (Entity Component System) integration. _Note:_: Ported from [Shipyard demo](https://github.com/leudz/shipyard/tree/23f2998296f690aee78972f9cfe06dfd73b7971c/demo). --- ```bash cargo make start ``` Open [127.0.0.1:8000](http://127...
{ "pile_set_name": "Github" }
<fxlayout help_file="DarkenIno.pdf"> <page name="Darken Ino"> <control>opacity</control> <control>clipping_mask</control> </page> </fxlayout>
{ "pile_set_name": "Github" }
LIBRARY HOEDOWN EXPORTS hoedown_autolink_is_safe hoedown_autolink__www hoedown_autolink__email hoedown_autolink__url hoedown_buffer_init hoedown_buffer_new hoedown_buffer_reset hoedown_buffer_grow hoedown_buffer_put hoedown_buffer_puts hoedown_buffer_putc hoedown_buffer_set hoedown_buffer_sets hoedown_buf...
{ "pile_set_name": "Github" }
#!/bin/sh prefix=/usr/local exec_prefix=/usr/local libdir=${exec_prefix}/lib LD_PRELOAD=${libdir}/libjemalloc.so.1 export LD_PRELOAD exec "$@"
{ "pile_set_name": "Github" }
using System; using System.Linq.Expressions; namespace LinqToDB.Common { public class ValueConverter<TModel, TProvider> : IValueConverter { public ValueConverter( Expression<Func<TModel, TProvider>> convertToProviderExpression, Expression<Func<TProvider, TModel>> convertFromProviderExpression, bool...
{ "pile_set_name": "Github" }
// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 132E58F11DBF22F300A85B61 /* SectionHeaderOfPost.m in Sources */ = {isa = PBXBuildFile; fileRef = 132E58EF1DBF22F300A85B61 /* SectionHeaderOfPost.m */; }; 132E58F21DBF22F300A85B61 /* SectionHeade...
{ "pile_set_name": "Github" }
/* * Backpack - Skyscanner's Design System * * Copyright 2016-2020 Skyscanner 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 * ...
{ "pile_set_name": "Github" }
project('testsetups', 'c') vg = find_program('valgrind') # This is only set when running under Valgrind test setup. env = environment() env.set('TEST_ENV', '1') add_test_setup('valgrind', exe_wrapper : [vg, '--error-exitcode=1', '--leak-check=full'], timeout_multiplier : 100, env : env) buggy = executable('bu...
{ "pile_set_name": "Github" }
// Copyright (c) 2020 WSO2 Inc. (http://www.wso2.org) All Rights Reserved. // // WSO2 Inc. licenses this file to you 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/licens...
{ "pile_set_name": "Github" }
helloo woooooow aaa xxy xxx
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: e306d3ea1b81d4b2789216dba240fd01 timeCreated: 1496858893 licenseType: Pro TextureImporter: fileIDToRecycleName: {} serializedVersion: 4 mipmaps: mipMapMode: 0 enableMipMap: 1 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: ...
{ "pile_set_name": "Github" }
{ "kind": "Template", "apiVersion": "v1", "metadata": { "name": "rails-pgsql-persistent", "annotations": { "openshift.io/display-name": "Rails + PostgreSQL", "description": "An example Rails application with a PostgreSQL database. For more information about using this template, including OpenS...
{ "pile_set_name": "Github" }
package jetbrains.mps.lang.constraints.constraints; /*Generated by MPS */ import jetbrains.mps.smodel.runtime.BaseConstraintsAspectDescriptor; import jetbrains.mps.smodel.runtime.ConstraintsDescriptor; import org.jetbrains.mps.openapi.language.SAbstractConcept; import jetbrains.mps.smodel.runtime.base.BaseConstraints...
{ "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" }
/* * tps65218-regulator.c * * Regulator driver for TPS65218 PMIC * * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.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 Softwa...
{ "pile_set_name": "Github" }
--- title: "molten-vk" layout: formula --- {{ content }}
{ "pile_set_name": "Github" }
{ "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "./lib" }, "include": [ "./src" ] }
{ "pile_set_name": "Github" }
/* Package bugsnag captures errors in real-time and reports them to Bugsnag (http://bugsnag.com). Using bugsnag-go is a three-step process. 1. As early as possible in your program configure the notifier with your APIKey. This sets up handling of panics that would otherwise crash your app. func init() { bugsnag.Co...
{ "pile_set_name": "Github" }
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright (c) 2008-2013 Oracle and/or its affiliates. All rights reserved. * * The contents of this file are subject to the terms of either the GNU * General Public License Version 2 only ("GPL") or the Common Development * and Distribution Licens...
{ "pile_set_name": "Github" }
// Copyright 2014 BVLC and contributors. #include <vector> #include "hdf5.h" #include "hdf5_hl.h" #include "caffe/blob.hpp" #include "caffe/common.hpp" #include "caffe/layer.hpp" #include "caffe/util/io.hpp" #include "caffe/vision_layers.hpp" namespace caffe { using std::vector; template <typename Dtype> HDF5Outpu...
{ "pile_set_name": "Github" }
package secrets import ( "fmt" "os" "reflect" "testing" "time" "github.com/stretchr/testify/assert" ) type testingSecretSource struct { getCount int secretKey string } func (s *testingSecretSource) GetSecret() ([][]byte, error) { s.getCount++ return [][]byte{[]byte(s.secretKey)}, nil } func TestEncryptD...
{ "pile_set_name": "Github" }
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
{ "pile_set_name": "Github" }
; Ad-hoc procedure list generator ; To be run in help/ (display (sort string<=? (list->set (apply append (map (lambda (x) (with-input-from-file x (lambda () (let loop ((ln (read-line)) (fns '())) ...
{ "pile_set_name": "Github" }
#!/bin/sh # store-bad-json.sh - test store with invalid JSON # Copyright (C) 2008 siliconforks.com # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the Licens...
{ "pile_set_name": "Github" }
<!-- HTML header for doxygen 1.8.13--> <!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"/> <meta http-equiv="X-UA-Compat...
{ "pile_set_name": "Github" }
// // Reports.swift // MastodonKit // // Created by Ornithologist Coder on 4/9/17. // Copyright © 2017 MastodonKit. All rights reserved. // import Foundation public struct Reports { /// Fetches a user's reports. /// /// - Returns: Request for `[Report]`. public static func all() -> Request<[Report...
{ "pile_set_name": "Github" }
RGB 19, 22, 11 RGB 20, 16, 07
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: b05736a9776bac74085dac750713fbb1 timeCreated: 1473739969 licenseType: Pro MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
/* crypto/seed/seed_cbc.c -*- mode:C; c-file-style: "eay" -*- */ /* ==================================================================== * Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided ...
{ "pile_set_name": "Github" }
/* COPYRIGHT Copyright 1992, 1993, 1994 Sun Microsystems, Inc. Printed in the United States of America. All Rights Reserved. This product is protected by copyright and distributed under the following license restricting its use. The Interface Definition Language Compiler Front End (CFE) is made available for...
{ "pile_set_name": "Github" }
# # Copyright (C) 2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # include $(TOPDIR)/rules.mk PKG_NAME:=om-watchdog PKG_RELEASE:=1 PKG_VERSION:=1 include $(INCLUDE_DIR)/package.mk define Package/om-watchdog SECTION:=base CATEGOR...
{ "pile_set_name": "Github" }
#N canvas 0 31 550 477 10; #X msg 195 65 bang; #X obj 195 132 print float; #X msg 49 65 bang; #X msg 51 197 bang; #X obj 51 264 print blank; #X msg 53 348 bang; #X obj 53 415 print blank_with_default; #X text 24 173 When there is a blank argument \, there is no output: ; #X text 26 37 This object can take any kind of a...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.17626 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //---...
{ "pile_set_name": "Github" }
test Label : GLOBAL 9 Label : GLOBAL 6 Label : GLOBAL 11 Label : GLOBAL 15 Label : DEFINITION 15 Label : DEFINITION 15 Label : DEFINITION 15 Label : PROJECT 1 Label : DEFINITION 9 Label : DEFINITION 9 Label : DEFINITION 9 Label : DEFINITION 9 Lab...
{ "pile_set_name": "Github" }
# Experimental formalization of Oak + information flow theorems ## About this sub-project The goal of this work is to rigorously ensure that the design of the Oak runtime securely enforces information flow as intended. Noninterference is a standard way of formalizing secure information flow. It says that there is no ...
{ "pile_set_name": "Github" }
<?xml version='1.0' encoding='utf-8'?> <section xmlns="https://code.dccouncil.us/schemas/dc-library" xmlns:codified="https://code.dccouncil.us/schemas/codified" xmlns:codify="https://code.dccouncil.us/schemas/codify" xmlns:xi="http://www.w3.org/2001/XInclude" containing-doc="D.C. Code"> <num>31-3171.14</num> <headi...
{ "pile_set_name": "Github" }
<!-- saved from url=(0088)http://mock.http/encoding_tests/auto_detect/windows-1254_with_no_encoding_specified.html --> <html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1254"> <title> windows-1254 </title> </head> <body> Arama yapýlan en çarpýcý adres, AK Parti Genel Merkezi'nin ka...
{ "pile_set_name": "Github" }
/*------------------------------------------------------------------ * safe_str_constraint.c * * October 2008, Bo Berry * 2012, Jonathan Toppins <jtoppins@users.sourceforge.net> * * Copyright (c) 2008, 2009, 2012 Cisco Systems * All rights reserved. * * Permission is hereby granted, free of charge, to any pers...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010 Broadcom Corporation * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHO...
{ "pile_set_name": "Github" }
{ "methods": [ { "type": "Method", "parameter": [], "annotations": {}, "definedInFile": "js/core/Component.js", "lineNumbers": [ 94, 96 ], "description": "Returns the ENVIRONMENT object", ...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "mac", "size" : "16x16", "scale" : "1x" }, { "idiom" : "mac", "size" : "16x16", "scale" : "2x" }, { "idiom" : "mac", "size" : "32x32", "scale" : "1x" }, { "idiom" : "mac", "size" : "32x32", "...
{ "pile_set_name": "Github" }
object Test { def test[CC[+X] <: Iterable[X], A](xs: CC[A]): CC[A] = xs val xs = test(List(1,2)) val xs2: List[Int] = test(List(1,2)) }
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016 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 contribut...
{ "pile_set_name": "Github" }
/// Copyright (C) 2012-2014 Soomla 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 ...
{ "pile_set_name": "Github" }
<div class="row small-left-padding"> <div id="form_all"> <span class="heading"><?php echo gettext('Approval Limit Assignment') ?></span> <div id="form_serach_header" class="tabContainer"><ul class="inline_list"> <li><?php $f->l_select_field_from_object('position_id', hr_position::find_all(), 'hr_position_id',...
{ "pile_set_name": "Github" }
/*========================================================================= * * Copyright NumFOCUS * * 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.or...
{ "pile_set_name": "Github" }
// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package http2 import ( "errors" "fmt" ) // An ErrCode is an unsigned 32-bit error code as defined in the HTTP/2 spec. type ErrCode uint32 const ( ErrCodeN...
{ "pile_set_name": "Github" }
var path = require('path'); var test = require('tape'); var resolve = require('../'); test('filter', function (t) { t.plan(4); var dir = path.join(__dirname, 'resolver'); var packageFilterArgs; resolve('./baz', { basedir: dir, packageFilter: function (pkg, pkgfile) { pkg.mai...
{ "pile_set_name": "Github" }
"use strict"; import { paths } from "../gulpfile.babel"; import gulp from "gulp"; import browsersync from "browser-sync"; gulp.task("serve", () => { browsersync.init({ server: "./dist/", port: 4000, notify: true }); gulp.watch(paths.views.watch, gulp.parallel("views")); gulp.w...
{ "pile_set_name": "Github" }
# RUN: llvm-mc -triple x86_64-pc-linux %s -filetype=obj | \ # RUN: not llvm-dwarfdump -verify - | FileCheck %s # CHECK: Duplicate abbreviation code. .section .debug_str,"MS",@progbits,1 .Lstring_producer: .asciz "Hand-written dwarf" .section .debug_abbrev,"",@progbits .Lsection_abbrev: .byte 1 ...
{ "pile_set_name": "Github" }
/* * Copyright(c) 2007 Atheros Corporation. All rights reserved. * * Derived from Intel e1000 driver * Copyright(c) 1999 - 2005 Intel Corporation. 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 t...
{ "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 Y...
{ "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 Y...
{ "pile_set_name": "Github" }
var gulp = require('gulp'); ////////////////////////////// // Begin Test Tasks ////////////////////////////// require('./tasks/karma')(gulp); ////////////////////////////// // Dist Tasks ////////////////////////////// require('./tasks/dist')(gulp, [ 'build/**/eq.js' ]); ////////////////////////////// // Custom Tas...
{ "pile_set_name": "Github" }
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`mergeResources happy path 1`] = ` Object { "eggs": Object { "1": Object { "a": 2, }, }, "fruits": Object { "1": Object { "a": 1, }, "2": Object { "c": 3, }, }, "vegetables": Object { "1": Object { "a": 1, ...
{ "pile_set_name": "Github" }