text
stringlengths
2
99k
meta
dict
/* $Date: 2005/03/07 23:59:05 $ $RCSfile: fpga_defs.h,v $ $Revision: 1.4 $ */ /* * FPGA specific definitions */ #ifndef __CHELSIO_FPGA_DEFS_H__ #define __CHELSIO_FPGA_DEFS_H__ #define FPGA_PCIX_ADDR_VERSION 0xA08 #define FPGA_PCIX_ADDR_STAT 0xA0C /* FPGA master interrupt Cause/Enabl...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2010 Felix Geyer <debfx@fobos.de> * Copyright (C) 2017 KeePassXC Team <team@keepassxc.org> * * 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 or (at your ...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 74b0576da674cd142896a96340f59ed2 timeCreated: 1448796133 licenseType: Pro MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
<?php /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a co...
{ "pile_set_name": "Github" }
// // error.hpp // ~~~~~~~~~ // // Copyright (c) 2003-2017 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // 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_0.txt) // #ifndef BOOST_ASIO_ERROR_HPP #define BOOST_ASIO_E...
{ "pile_set_name": "Github" }
# 关于我们 蚂蚁中间件团队是服务于整个蚂蚁金服集团(包括钱包、网商、小贷、芝麻、财富、国际、口碑等)的核心技术团队,致力于打造支撑每秒亿级金融交易规模的基础中间件平台,为高速发展的业务提供业界一流的,金融级高可用高性能的分布式基础服务,也将十年磨一剑的技术做产品化输出,为蚂蚁业务生态的合作伙伴提供技术赋能。
{ "pile_set_name": "Github" }
/** * marked - a markdown parser * Copyright (c) 2011-2014, Christopher Jeffrey. (MIT Licensed) * https://github.com/markedjs/marked */ ;(function(root) { 'use strict'; /** * Block-Level Grammar */ var block = { newline: /^\n+/, code: /^( {4}[^\n]+\n*)+/, fences: noop, hr: /^ {0,3}((?:- *){3,}|(?:_ *){...
{ "pile_set_name": "Github" }
//===- LocationSet.cpp -- Location set for modeling abstract memory object----// // // SVF: Static Value-Flow Analysis // // Copyright (C) <2013-2017> <Yulei Sui> // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as ...
{ "pile_set_name": "Github" }
> compile $ copy-file changes/A2.scala src/main/scala/A.scala -> compile $ copy-file changes/B3.scala src/main/scala/B.scala > compile $ delete src/main/scala/B.scala -> compile $ copy-file changes/B3.scala src/main/scala/B.scala > compile $ copy-file changes/B4.scala src/main/scala/B.scala -> compile $ copy-file...
{ "pile_set_name": "Github" }
--- parsed_sample: #Sample Data - version: "12.2(54)SG1" rommon: "12.2(44r)SG9" hostname: "router1" uptime: "2 years, 31 weeks, 6 days, 9 hours, 55 minutes" reload_reason: "reload" running_image: "cat4500e-entservicesk9-mz.122-54.SG1.bin" hardware: [4948] serial: - "CAT1451S15C" ...
{ "pile_set_name": "Github" }
<h1 id="kubernetes-dashboard">[[full_name]] PR Time to Approve and Merge dashboard</h1> <p>Links:</p> <ul> <li>Metric <a href="https://github.com/cncf/devstats/blob/master/metrics/kubernetes/time_metrics.sql" target="_blank">SQL file</a>.</li> <li>TSDB <a href="https://github.com/cncf/devstats/blob/master/metrics/kuber...
{ "pile_set_name": "Github" }
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`npm publish only publishes the intended files 1`] = ` Array [ " gatsby-plugin-jsxstyle ====================== - package.json - gatsby-node.js - gatsby-ssr.js - index.js - LICENSE ", " jsxstyle ======== - package.json - LICENSE - README.md - lib/jsxstyle.cjs.js - ...
{ "pile_set_name": "Github" }
-- $Id: vararg.lua,v 1.25 2016/11/07 13:11:28 roberto Exp $ -- See Copyright Notice in file all.lua print('testing vararg') function f(a, ...) local arg = {n = select('#', ...), ...} for i=1,arg.n do assert(a[i]==arg[i]) end return arg.n end function c12 (...) assert(arg == _G.arg) -- no local 'arg' loc...
{ "pile_set_name": "Github" }
#!/bin/sh # Unless explicitly stated otherwise all files in this repository are licensed # under the Apache License Version 2.0. # This product includes software developed at Datadog (https://www.datadoghq.com/). # Copyright 2020 Datadog, Inc. # Builds Datadogpy layers for lambda functions, using Docker set -e # Cha...
{ "pile_set_name": "Github" }
/* * at91-ssc.c -- ALSA SoC AT91 SSC Audio Layer Platform driver * * Author: Frank Mandarino <fmandarino@endrelia.com> * Endrelia Technologies Inc. * * Based on pxa2xx Platform drivers by * Liam Girdwood <liam.girdwood@wolfsonmicro.com> * * This program is free software; you can redistribute it and...
{ "pile_set_name": "Github" }
# $NetBSD: varmod-localtime.mk,v 1.3 2020/08/23 15:13:21 rillig Exp $ # # Tests for the :localtime variable modifier, which returns the given time, # formatted as a local timestamp. all: @echo ${%Y:L:localtim=1593536400} # modifier name too short @echo ${%Y:L:localtime=1593536400} # 2020-07-01T00:00:00Z @echo ${%Y:...
{ "pile_set_name": "Github" }
package br.com.swconsultoria.nfe.schema_4.retConsSitNFe; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlID; import javax.xml.bind.annotatio...
{ "pile_set_name": "Github" }
// Copyright (c) 2010-2011 CNRS and LIRIS' Establishments (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org) // // $URL$ // $Id$ // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // // Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> // #ifndef CGAL_...
{ "pile_set_name": "Github" }
About Releases 关于发布包 =========== 发布包是 Github 打包盒提供软件给用户的方式。可以想象成下载软件的替代品。 ![](https://help.github.com/assets/images/help/releases/overview.png) 发布包提供下载链接和变更说明。 发布基于 [Git 标签](http://git-scm.com/book/en/v2/Git-Basics-Tagging)。标签标明了项目的历史,所以用于发布很不错。发布是通过以下方式标记的日期排列: * 如果这是一个[注释标签](http://git-scm.com/book/en/Git-Basics...
{ "pile_set_name": "Github" }
# -- # Copyright (C) 2001-2020 OTRS AG, https://otrs.com/ # -- # This software comes with ABSOLUTELY NO WARRANTY. For details, see # the enclosed file COPYING for license information (GPL). If you # did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt. # -- package Kernel::Output::HTML::CustomerUser...
{ "pile_set_name": "Github" }
[ { "name": "Wrap", "type": "Normal", "power": 60, "duration": 2900, "energy_delta": -33, "accuracy_chance": 1, "stamina_loss": 0.06, "critical_chance": 0.05, "quick": false }, { "name": "Hyper Beam", "type": "Normal", "power": 150, "duration": 3800, "energy...
{ "pile_set_name": "Github" }
# Internal c++ interfaces The following interfaces are defined here: * [`Chain`](chain.h) — used by wallet to access blockchain and mempool state. Added in [#14437](https://github.com/bitcoin/bitcoin/pull/14437), [#14711](https://github.com/bitcoin/bitcoin/pull/14711), [#15288](https://github.com/bitcoin/bitcoin/pull...
{ "pile_set_name": "Github" }
# procfs This procfs package provides functions to retrieve system, kernel and process metrics from the pseudo-filesystem proc. *WARNING*: This package is a work in progress. Its API may still break in backwards-incompatible ways without warnings. Use it at your own risk. [![GoDoc](https://godoc.org/github.com/prome...
{ "pile_set_name": "Github" }
$aoApps = Get-AppxPackage foreach ($oApp in $aoApps) { if ($oApp.Name -eq "Microsoft.MicrosoftEdge") { $oManifest = Get-AppxPackageManifest $oApp foreach ($sId in $oManifest.package.applications.application.id) { $oApp.PackageFamilyName + "!" + $sId } } }
{ "pile_set_name": "Github" }
#ifndef CAFFE_BNLL_LAYER_HPP_ #define CAFFE_BNLL_LAYER_HPP_ #include <vector> #include "caffe/blob.hpp" #include "caffe/layer.hpp" #include "caffe/proto/caffe.pb.h" #include "caffe/layers/neuron_layer.hpp" namespace caffe { /** * @brief Computes @f$ y = x + \log(1 + \exp(-x)) @f$ if @f$ x > 0 @f$; * @f$ y...
{ "pile_set_name": "Github" }
/* * JBoss, Home of Professional Open Source * * Copyright 2013 Red Hat, Inc. and/or its affiliates. * * 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/lic...
{ "pile_set_name": "Github" }
/*----------------------------------------------------------------------------*/ /* Copyright (c) 2016-2019 FIRST. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2010 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licen...
{ "pile_set_name": "Github" }
;;; calc-menu.el --- a menu for Calc ;; Copyright (C) 2007-2018 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. ;; GNU Emacs 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 versio...
{ "pile_set_name": "Github" }
// Copyright © 2019 The Things Network Foundation, The Things Industries B.V. // // 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 // // Un...
{ "pile_set_name": "Github" }
CREATE TABLE categoria ( codigo BIGINT(20) PRIMARY KEY AUTO_INCREMENT, nome VARCHAR(50) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO categoria (nome) values ('Lazer'); INSERT INTO categoria (nome) values ('Alimentação'); INSERT INTO categoria (nome) values ('Supermercado'); INSERT INTO categoria (nome)...
{ "pile_set_name": "Github" }
# Contributing Contributions are appreciated! If you’d like to contribute, please help us out by reading this short document. ## Before writing code If you’re interested in adding a new feature, consider opening an issue suggesting it. Then, we can discuss the feature to make sure that everyone is on board. If you’...
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=8 sts=2 et sw=2 tw=80: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0...
{ "pile_set_name": "Github" }
This patch allows the user to specify desired packet types (outgoing, broadcast, unicast, etc.) on packet sockets via setsockopt. This can reduce the load in situations where only a limited number of packet types are necessary Signed-off-by: Felix Fietkau <nbd@openwrt.org> --- a/include/uapi/linux/if_packet.h +++ b/i...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "# -*- coding: utf-8 -*-\n", "from miasm.analysis.machine import Machine\n", "from miasm.ir.symbexec import SymbolicExecutionEngine\n", "from miasm.ir.ir import IRCFG\n", "from m...
{ "pile_set_name": "Github" }
/** * External dependencies */ import { By } from 'selenium-webdriver'; /** * Internal dependencies */ import AsyncBaseContainer from '../async-base-container'; import * as driverHelper from '../driver-helper.js'; export default class JetpackPlansSalesPage extends AsyncBaseContainer { constructor( driver ) { s...
{ "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" }
//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
{ "pile_set_name": "Github" }
/* Copyright The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
{ "pile_set_name": "Github" }
# -*- encoding : utf-8 -*- require File.expand_path(File.join('..', '..', '..', 'spec_helper'), __FILE__) describe "request_mailer/stopped_responses" do let(:user) { FactoryBot.create(:user, :name => "Test Us'r") } let(:body) { FactoryBot.create(:public_body, :name => "Apostrophe's") } let(:request) do Facto...
{ "pile_set_name": "Github" }
# optimization n_epochs: 20 convert_to_sgd_epoch: 15 print_step: 600 lr_decay_start_epoch: 5 lr_decay_rate: 0.8
{ "pile_set_name": "Github" }
{ "name": "example-example82", "files": [ "index-production.html", "script.js", "my-customer-plus-vojta.html" ] }
{ "pile_set_name": "Github" }
/* iCheck plugin Polaris skin ----------------------------------- */ .icheckbox_polaris, .iradio_polaris { display: block; margin: 0; padding: 0; width: 29px; height: 29px; background: url(polaris.png) no-repeat; border: none; cursor: pointer; } .icheckbox_polaris { background-posit...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
{ "pile_set_name": "Github" }
/* * API - General configuration related calls * * Copyright (C) 2015 Jaroslav Kysela * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at yo...
{ "pile_set_name": "Github" }
# Copyright 2017 The TensorFlow Authors. 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 applica...
{ "pile_set_name": "Github" }
module.exports = { "type": "Program", "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 18 } }, "range": [ 0, 18 ], "body": [ { "type": "ExportDefaultDecl...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify %s // expected-no-diagnostics // Various tests related to partial ordering of variadic templates. template<typename ...Types> struct tuple; template<typename Tuple> struct X1 { static const unsigned value = 0; }; template<typename Head, typename ...Tail> struct ...
{ "pile_set_name": "Github" }
package Paws::Transfer::UpdateServerResponse; use Moose; has ServerId => (is => 'ro', isa => 'Str', required => 1); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::Transfer::UpdateServerResponse =head1 ATTRIBUTES =head2 B<REQUIRED> ServerId => Str A s...
{ "pile_set_name": "Github" }
/*- * #%L * thinkbig-ui-common * %% * Copyright (C) 2017 ThinkBig Analytics * %% * 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" }
<?php /* * This file is part of SwiftMailer. * (c) 2004-2009 Chris Corbyn * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /** * Handles Quoted Printable (Q) Header Encoding in Swift Mailer. * * @author Chris Corbyn */ class Sw...
{ "pile_set_name": "Github" }
<component name="libraryTable"> <library name="Maven: javax.servlet.jsp:javax.servlet.jsp-api:2.3.1"> <CLASSES> <root url="jar://$MAVEN_REPOSITORY$/javax/servlet/jsp/javax.servlet.jsp-api/2.3.1/javax.servlet.jsp-api-2.3.1.jar!/" /> </CLASSES> <JAVADOC> <root url="jar://$MAVEN_REPOSITORY$/javax...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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 ...
{ "pile_set_name": "Github" }
TodoReview 2.1.0 -------------------- This is the first minor release of TodoReview and it's a feature packed one. Here are some quick bullets; the full changelog is below and documentation is at https://github.com/jonathandelgado/SublimeTodoReview As always, please report any issues. - BREAKING CHANGE: Removed supp...
{ "pile_set_name": "Github" }
/Makefile/1.8.2.2/Sun Jul 27 17:01:22 2008//Tr1-3-1 /car6-trb1.rgb/1.1.2.1/Sun Jul 27 17:01:22 2008/-kb/Tr1-3-1 /default.xml/1.1.2.1/Wed May 28 21:34:49 2008//Tr1-3-1 D
{ "pile_set_name": "Github" }
--- title: Inappbrowser description: Open an in-app browser window. --- <!-- # 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 ownershi...
{ "pile_set_name": "Github" }
/***************************************************************** | | AP4 - sthd Atoms | | Copyright 2002-2014 Axiomatic Systems, LLC | | | This file is part of Bento4/AP4 (MP4 Atom Processing Library). | | Unless you have obtained Bento4 under a difference license, | this version of Bento4 is Bento4|GP...
{ "pile_set_name": "Github" }
#ifdef _MSC_VER #pragma warning(disable : 4464) /* relative include path contains '..' */ #endif #define T1HA_IA32AES_NAME t1ha0_ia32aes_noavx_a #include "../src/t1ha0_ia32aes_a.h" #define T1HA_IA32AES_NAME t1ha0_ia32aes_noavx_b #include "../src/t1ha0_ia32aes_b.h"
{ "pile_set_name": "Github" }
import { dep1 } from './js/ecmascript-module'; const { dep2 } = require('./js/commonjs-module'); module.exports = (req, res) => { if (req && typeof dep1 === 'string' && typeof dep2 === 'string') { res.end('mixed-modules:js:RANDOMNESS_PLACEHOLDER'); } else { res.end('import failed'); } };
{ "pile_set_name": "Github" }
// +build !ignore_autogenerated /* Copyright 2018 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 applica...
{ "pile_set_name": "Github" }
#include "BLING_OPTIONS.h" #ifdef ALLOW_AUTODIFF # include "AUTODIFF_OPTIONS.h" #endif CBOP SUBROUTINE BLING_BIO( I PTR_O2, PTR_FE, PTR_PO4, PTR_DOP, O G_DIC, G_ALK, G_O2, G_FE, O G_PO4, G_DOP, I bi, bj, imin, imax, jmin, jmax, I myTime, ...
{ "pile_set_name": "Github" }
const datas = { tabs: { records: { text: 'Records', tipso: 'record your shared page datas' }, resume: { text: 'Resume', tipso: '' }, github: { text: 'GitHub', tipso: '' }, setting: { text: 'Settings', tipso: '' }, about: { text:...
{ "pile_set_name": "Github" }
--- layout: base title: 'Statistics of dep in UD_Swedish_Sign_Language-SSLC' udver: '2' --- ## Treebank Statistics: UD_Swedish_Sign_Language-SSLC: Relations: `dep` This relation is universal. 16 nodes (1%) are attached to their parents as `dep`. 8 instances of `dep` (50%) are left-to-right (parent precedes child)....
{ "pile_set_name": "Github" }
<!doctype html> <title>CodeMirror: Closure Stylesheets (GSS) mode</title> <meta charset="utf-8"/> <link rel=stylesheet href="../../doc/docs.css"> <link rel="stylesheet" href="../../lib/codemirror.css"> <link rel="stylesheet" href="../../addon/hint/show-hint.css"> <script src="../../lib/codemirror.js"></script> <scrip...
{ "pile_set_name": "Github" }
{ "url": "http://example.com/test_pattern_config.html", "expected": { "cleaned_text": "This is the real content" } }
{ "pile_set_name": "Github" }
#import "WKInterfaceObject.h" NS_ASSUME_NONNULL_BEGIN @interface WKInterfaceImage : WKInterfaceObject - (void)setImage:(nullable UIImage *)image; - (void)setImageData:(nullable NSData *)imageData; - (void)setImageNamed:(nullable NSString *)imageName; - (void)setTintColor:(nullable UIColor *)tintColor; - (void)star...
{ "pile_set_name": "Github" }
#define CONFIG_DPSS 1
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- """ pygments.lexers._vbscript_builtins ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ These are manually translated lists from http://www.indusoft.com/pdf/VBScript%20Reference.pdf. :copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for det...
{ "pile_set_name": "Github" }
require 'spec_helper' describe Commands::Credentials::RotateApiKey do let(:credentials) { double(Credentials) } let(:role) { double(Role, id: 'role', credentials: credentials) } let(:other_credentials) { double(Credentials) } let(:other_role) { double(Role, id: 'other role', credentials: other_credentials) } ...
{ "pile_set_name": "Github" }
/* * -- Version 1.1 -- * * (C) Copyright 2003-2005 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * (C) Copyright 2004-2005 * Martin Krause, TQ-Systems GmbH, martin.krause@tqs.de * * (C) Copyright 2005 * Stefan Strobl, GERSYS GmbH, stefan.strobl@gersys.de. * * History: * 1.1 - add define CONFIG_...
{ "pile_set_name": "Github" }
export { default } from './Button'
{ "pile_set_name": "Github" }
/* Copyright (c) 2013, Joel Levin All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following d...
{ "pile_set_name": "Github" }
"use strict"; module.exports = function( Promise, INTERNAL, tryConvertToPromise, apiRejection) { var isArray = require("./util.js").isArray; var raceLater = function (promise) { return promise.then(function(array) { return race(array, promise); }); }; function race(promises, parent) { var mayb...
{ "pile_set_name": "Github" }
## Introduction The Material Design Lite (MDL) **typography** component is a comprehensive approach to standardizing the use of typefaces in applications and page displays. MDL typography elements are intended to replace the myriad fonts used by developers (which vary significantly in appearance) and provide a robust,...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="16C68" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="Tnf-d...
{ "pile_set_name": "Github" }
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.AspNetCore.Http; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.DependencyInjection; namespace Microsoft.AspNetCore.Id...
{ "pile_set_name": "Github" }
package sign import clog "github.com/coredns/coredns/plugin/pkg/log" func init() { clog.Discard() }
{ "pile_set_name": "Github" }
import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; import 'package:starter_architecture_flutter_firebase/app/home/jobs/empty_content.dart'; import 'package:starter_architecture_flutter_firebase/app/top_level_providers.dart'...
{ "pile_set_name": "Github" }
// Copyright 2016 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 solaris package lif import ( "fmt" "testing" ) func (ll *Link) String() string { return fmt.Sprintf("name=%s index=%d type=%d flags=%#x mtu=%d a...
{ "pile_set_name": "Github" }
import React, { PropTypes } from 'react'; import extendStyles from 'enhancers/extendStyles'; const Test = props => <div style={props.style}> Hello world! </div>; Test.propTypes = { style: PropTypes.object, }; export default extendStyles(Test);
{ "pile_set_name": "Github" }
.. ************************************************** * * * Automatically generated file, do not edit! * * * ************************************************** .. _amdgpu_synid8_ssrc64_2: ssrc =======...
{ "pile_set_name": "Github" }
--- topic: sample languages: - js products: - windows - windows-uwp --- # Simple orientation sensor sample Shows how to use the [Windows.Devices.Sensors.SimpleOrientationSensor](https://msdn.microsoft.com/library/windows/apps/windows.devices.sensors.simpleorientationsensor.aspx) class for a simple device orientation...
{ "pile_set_name": "Github" }
<?php /* * This file is part of Twig. * * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Twig\Node\Expression\Binary; use Twig\Compiler; class MatchesBinary extends AbstractBinary { public fu...
{ "pile_set_name": "Github" }
--- MXNET_VERSION: "mxnet_v1.1.0" output_path: "skpeep/default/output/fold4_352/rcnn_dcn_default/" symbol: resnet_v1_101_rcnn_dcn_attention_1024_pairwise_position_multi_head_16 gpus: '1' CLASS_AGNOSTIC: true SCALES: - 424 - 424 default: frequent: 100 kvstore: device network: pretrained: "../DeformableConvNets/mod...
{ "pile_set_name": "Github" }
// // ******************************************************************** // * License and Disclaimer * // * * // * The Geant4 software is copyright of the Copyright Holders of * // * the Geant4 Collaboration...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
{ "pile_set_name": "Github" }
#line 2 "bvh.cl" /*************************************************************************** * Copyright 1998-2020 by authors (see AUTHORS.txt) * * * * This file is part of LuxCoreRender. ...
{ "pile_set_name": "Github" }
/* * jPOS Project [http://jpos.org] * Copyright (C) 2000-2020 jPOS Software SRL * * This program 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, either version 3 of the * License, or (at your opt...
{ "pile_set_name": "Github" }
require 'pty' if ARGV.size == 0 then ofile = "typescript" else ofile = ARGV[0] end logfile = File.open(ofile,"a") system "stty -echo raw lnext ^_" PTY.spawn("/bin/csh") do |r_pty,w_pty,pid| Thread.new do while true w_pty.print STDIN.getc.chr w_pty.flush end end begin while true...
{ "pile_set_name": "Github" }
/* * SubRip subtitle muxer * Copyright (c) 2012 Nicolas George <nicolas.george@normalesup.org> * * This file is part of FFmpeg. * * FFmpeg 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...
{ "pile_set_name": "Github" }
/* * Copyright 2015, Yahoo Inc. * Copyrights licensed under the Apache 2.0 License. * See the accompanying LICENSE file for terms. */ package com.yahoo.squidb.processor; import com.yahoo.aptutils.utils.AptUtils; import com.yahoo.squidb.annotations.InheritedModelSpec; import com.yahoo.squidb.annotations.TableModelS...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018 Zhang Hai <Dreaming.in.Code.ZH@Gmail.com> * All Rights Reserved. */ package me.zhanghai.android.douya.item.content; import android.os.Bundle; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentActivity; import java.util.List; import me.zhanghai.android.douya.netwo...
{ "pile_set_name": "Github" }
<!-- File isoamso.ent produced by the XSL script entities.xsl from input data in unicode.xml. Please report any errors to David Carlisle via the public W3C list www-math@w3.org. The numeric character values assigned to each entity (should) match the Unicode assignments in Unicode 4.0. ...
{ "pile_set_name": "Github" }
/* * Public Key abstraction layer: wrapper functions * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * 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...
{ "pile_set_name": "Github" }
--TEST-- Test for stack traces with variadics (text, 4) --INI-- xdebug.default_enable=1 xdebug.profiler_enable=0 xdebug.auto_trace=0 xdebug.trace_format=0 xdebug.dump_globals=0 xdebug.show_mem_delta=0 xdebug.collect_vars=0 xdebug.collect_params=4 xdebug.collect_return=0 xdebug.collect_assignments=0 xdebug.force_error_r...
{ "pile_set_name": "Github" }
require "bundler/gem_tasks" require "rspec/core/rake_task" RSpec::Core::RakeTask.new(:spec) task :default => :spec
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2007 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licen...
{ "pile_set_name": "Github" }
//===- VerifyDiagnosticConsumer.h - Verifying Diagnostic Client -*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
{ "pile_set_name": "Github" }
#include "falclib.h" #include "chandler.h" #include "userids.h" #include "PlayerOp.h" #include <mmsystem.h> #include "sim/include/stdhdr.h" #include "sim/include/simio.h" #include "Graphics/Include/render3d.h" #include "Graphics/Include/renderow.h" #include "Graphics/Include/drawBSP.h" #include "Graphics/Include/matrix...
{ "pile_set_name": "Github" }
// Copyright 2009 the Sputnik authors. All rights reserved. /** * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * * @path ch12/12.10/S12.10_A3.2_T2.js * @description Declaring "with" statement within a function body, leading to normal completion by...
{ "pile_set_name": "Github" }