text
stringlengths
2
99k
meta
dict
#ifndef A_H #define A_H struct A { virtual void x(); }; #endif
{ "pile_set_name": "Github" }
/* This file is part of VoltDB. * Copyright (C) 2008-2020 VoltDB Inc. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to...
{ "pile_set_name": "Github" }
<component name="libraryTable"> <library name="Maven: net.minidev:json-smart:2.3"> <CLASSES> <root url="jar://$MAVEN_REPOSITORY$/net/minidev/json-smart/2.3/json-smart-2.3.jar!/" /> </CLASSES> <JAVADOC> <root url="jar://$MAVEN_REPOSITORY$/net/minidev/json-smart/2.3/json-smart-2.3-javadoc.jar!/"...
{ "pile_set_name": "Github" }
package plugins import ( envoyhttp "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3" "github.com/gogo/protobuf/proto" "github.com/solo-io/gloo/projects/gloo/pkg/utils" ) func NewStagedFilter(name string, stage FilterStage) StagedHttpFilter { s, _ := NewStagedFilt...
{ "pile_set_name": "Github" }
<component name="DependencyValidationManager"> <state> <option name="SKIP_IMPORT_STATEMENTS" value="false" /> </state> </component>
{ "pile_set_name": "Github" }
// // main.m // YJTableViewFactory // // Created by 阳君 on 16/3/26. // Copyright © 2016年 YJFactory. All rights reserved. // #import <UIKit/UIKit.h> #import "AppDelegate.h" int main(int argc, char * argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate cla...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 2ac14e7bcda71d84ca9cf6d38270088c DDSImporter: userData:
{ "pile_set_name": "Github" }
// bsls_byteorder.t.cpp -*-C++-*- #include <bsls_byteorder.h> #include <bsls_platform.h> #include <bsls_types.h> #include <stdlib.h> // atoi() #include <stdio.h> // printf() #include <iostream> #ifdef BSLS_PLATFORM_OS_UNIX // htons(), htonl(), ntohs(), ntohl...
{ "pile_set_name": "Github" }
/* * The contents of this file are subject to the OpenMRS Public License * Version 1.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://license.openmrs.org * * Software distributed under the License is distributed on an "AS IS" *...
{ "pile_set_name": "Github" }
"use strict"; exports.__esModule = true; exports.toComputedKey = toComputedKey; exports.ensureBlock = ensureBlock; exports.arrowFunctionToShadowed = arrowFunctionToShadowed; var _babelTypes = require("babel-types"); var t = _interopRequireWildcard(_babelTypes); function _interopRequireWildcard(obj) { if (obj && obj...
{ "pile_set_name": "Github" }
.. ************************************************** * * * Automatically generated file, do not edit! * * * ************************************************** .. _amdgpu_synid8_data_buf_atomic128: vd...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.laevatein</groupId> ...
{ "pile_set_name": "Github" }
#! FIELDS d1 d2 @4.bias der_d1 der_d2 #! SET min_d1 0 #! SET max_d1 2 #! SET nbins_d1 5 #! SET periodic_d1 false #! SET min_d2 0 #! SET max_d2 2 #! SET nbins_d2 5 #! SET periodic_d2 false 0.000000000 0.000000000 0.000000000 0.000000000 0.000000000 0.500000000 0.000000000 0.000000000 0.000...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard. // #import "IBaseTableViewController.h" #import "NSOutlineViewDelegate-Protocol.h" @class NSString, TOutlineViewDataSource; @interface ...
{ "pile_set_name": "Github" }
ENV["RAILS_ENV"] = "test" require File.expand_path('../../config/environment', __FILE__) require "minitest/autorun" require "minitest/rails" # Add `gem "minitest/rails/capybara"` to the test group of your Gemfile # and uncomment the following if you want Capybara feature tests require "minitest/rails/capybara" # Unc...
{ "pile_set_name": "Github" }
package org.smartjava import akka.actor._ import org.smartjava.EchoActor.{StopListening, Listen} import org.smartjava.ListenActor.ReceiveUpdate import org.smartjava.WSServer._ import reactivemongo.bson.BSONDocument import scala.collection._ import org.java_websocket.WebSocket import reactivemongo.api.{DefaultCursor, C...
{ "pile_set_name": "Github" }
package net.anotheria.moskito.core.journey; import net.anotheria.moskito.core.calltrace.CurrentlyTracedCall; import java.util.ArrayList; import java.util.List; /** * A monitoring journey at the runtime of recording. * @author lrosenberg * */ public class Journey { /** * Name of the journey. */ private Stri...
{ "pile_set_name": "Github" }
// // ProcessingView+Date.swift // ProcessingKit // // Created by AtsuyaSato on 2018/09/09. // Copyright © 2018年 Atsuya Sato. All rights reserved. // import Foundation #if os(iOS) import UIKit #elseif os(OSX) import Cocoa #endif extension ProcessingView: DateModelContract { public func millis() -> Int { ...
{ "pile_set_name": "Github" }
" Name: gnupg.vim " Last Change: 2019 May 30 " Maintainer: James McCoy <jamessan@jamessan.com> " Original Author: Markus Braun <markus.braun@krawel.de> " Summary: Vim plugin for transparent editing of gpg encrypted files. " License: This program is free software; you can redistribute it and/or " modify it...
{ "pile_set_name": "Github" }
// Copyright 2013 Julien Schmidt. All rights reserved. // Based on the path package, Copyright 2009 The Go Authors. // Use of this source code is governed by a BSD-style license that can be found // at https://github.com/julienschmidt/httprouter/blob/master/LICENSE. package gin // cleanPath is the URL version of path...
{ "pile_set_name": "Github" }
StartChar: afii00208 Encoding: 8213 8213 529 Width: 1060 VWidth: 6 Flags: W HStem: 380 244<-51.5198 1070.88> LayerCount: 2 Fore Refer: 100 45 N 1.26682 0 0 1 -163 -13 2 Validated: 1 EndChar
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en" class="js csstransforms3d"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="Hugo 0.56.3" /> <meta name="description" content=""> <link rel="icon" href="/weblogic-kubernetes-operat...
{ "pile_set_name": "Github" }
# Nordic Semiconductor nRF52 MCU line # Copyright (c) 2016-2019 Nordic Semiconductor ASA # SPDX-License-Identifier: Apache-2.0 config SOC_NRF52805 depends on SOC_SERIES_NRF52X bool select HAS_HW_NRF_BPROT select HAS_HW_NRF_CCM select HAS_HW_NRF_CCM_LFLEN_8BIT select HAS_HW_NRF_CLOCK select HAS_HW_NRF_ECB sele...
{ "pile_set_name": "Github" }
/*- * SSLsplit - transparent SSL/TLS interception * https://www.roe.ch/SSLsplit * * Copyright (c) 2009-2019, Daniel Roethlisberger <daniel@roe.ch>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions a...
{ "pile_set_name": "Github" }
############################################################################## # Modules Revision 3.0 # Providing a flexible user environment # # File: modules.00-init/%M% # Revision: %I% # First Edition: 1995/12/06 # Last Mod.: %U%, %G% # # Authors: Jens Hamisch, Jens.Hamisch@Strawberry.COM # # Des...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>net.sf.mpxj.sage Class Hierarchy (MPXJ 8.2.0 API)</title> <link rel="st...
{ "pile_set_name": "Github" }
import sys import os PATH = os.path.dirname(os.path.abspath(__file__)) TEMPLATES_DIR = os.path.join(PATH, "..", "conf", "templates") class CustomDict(dict): def __init__(self, error="[%s] Not valid argument", *args, **kwargs): self.error = error dict.__init__(self, *args, **kwargs) def __ge...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Predis\Async package. * * (c) Daniele Alessandri <suppakilla@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Predis\Async\Connection; use InvalidArgumentException; use Run...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 981b9a2b1a1664930859220f7563de0a TextureImporter: fileIDToRecycleName: {} serializedVersion: 4 mipmaps: mipMapMode: 0 enableMipMap: 0 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 2 mipMapFadeDistanceEnd: 3 bumpmap:...
{ "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" }
// // main.m // hn // // Created by Marcin on 08.10.2014. // Copyright (c) 2014 Marcin. All rights reserved. // #import <UIKit/UIKit.h> #import "AppDelegate.h" int main(int argc, char * argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); ...
{ "pile_set_name": "Github" }
// // ASSection.mm // Texture // // Copyright (c) Facebook, Inc. and its affiliates. All rights reserved. // Changes after 4/13/2017 are: Copyright (c) Pinterest, Inc. All rights reserved. // Licensed under Apache 2.0: http://www.apache.org/licenses/LICENSE-2.0 // #import <AsyncDisplayKit/ASSection.h> #import <...
{ "pile_set_name": "Github" }
log/smt2perr103.smt2:2:18: second argument of 'store' is an array
{ "pile_set_name": "Github" }
// Copyright (c) 2017-2020 The Merit Foundation // Copyright (c) 2017 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. // // This is a translation to GCC extended asm syntax from YASM code by Intel // (...
{ "pile_set_name": "Github" }
using System; using GeneticSharp.Infrastructure.Framework.Texts; using NUnit.Framework; namespace GeneticSharp.Infrastructure.Framework.UnitTests.Texts { [TestFixture] public class StringExtensionsTest { [Test()] public void RemovePunctuations_Punctuations_CleanString() { Assert.AreEqual("`1234567890-=qwe...
{ "pile_set_name": "Github" }
{-# LANGUAGE OverloadedStrings, BangPatterns, CPP #-} module FastLoggerSpec where #if __GLASGOW_HASKELL__ < 709 import Control.Applicative ((<$>)) #endif import Control.Exception (finally) import Control.Monad (when) import qualified Data.ByteString.Char8 as BS import Data.Monoid ((<>)) import Data.String (IsString(f...
{ "pile_set_name": "Github" }
package com.manning.hip.ch2; import com.manning.hip.ch3.avro.gen.Stock; import org.apache.avro.io.*; import org.apache.avro.specific.SpecificDatumReader; import org.apache.commons.lang.builder.*; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.hbase.*; import org.apache.hadoop.hbase.client.*; im...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="VcsDirectoryMappings"> <mapping directory="$PROJECT_DIR$" vcs="Git" /> </component> </project>
{ "pile_set_name": "Github" }
<?xml version='1.0' encoding='iso-8859-1'?> <SettingsFile xmlns="uri:settings" CurrentProfile="(Default)"> <Profiles> <Profile Name="(Default)" /> </Profiles> <Settings /> </SettingsFile>
{ "pile_set_name": "Github" }
// Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // Copyright (C) 2003-2008 Matthias Christian Schabel // Copyright (C) 2008 Steven Watanabe // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.tx...
{ "pile_set_name": "Github" }
// // HCDContext.m // 22解释器模式 // // Created by 黄成都 on 15/8/27. // Copyright (c) 2015年 黄成都. All rights reserved. // #import "HCDContext.h" @implementation HCDContext -(instancetype)initWithInput:(NSString *)input{ self = [super init]; if (self) { _input = input; } return self; } -(NSString ...
{ "pile_set_name": "Github" }
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #include "SGraphNodeSoundBase.h" #include "Widgets/SBoxPanel.h" #include "SoundCueGraph/SoundCueGraphNode.h" #include "ScopedTransaction.h" #include "GraphEditorSettings.h" void SGraphNodeSoundBase::Construct(const FArguments& InArgs, class USoundCueGraphNo...
{ "pile_set_name": "Github" }
{ "compilerOptions": { "baseUrl": ".", "outDir": "lib", "target": "es6", "module": "commonjs", "jsx": "react", "declaration": true, "sourceMap": true, "experimentalDecorators": true, "importHelpers": true, "noUnusedLocals": true, "forceConsistentCasingInFileNames": true, ...
{ "pile_set_name": "Github" }
export default function _isNativeFunction(fn) { return Function.toString.call(fn).indexOf("[native code]") !== -1; }
{ "pile_set_name": "Github" }
/* iCheck plugin Flat skin, yellow ----------------------------------- */ .icheckbox_flat-yellow, .iradio_flat-yellow { display: inline-block; *display: inline; vertical-align: middle; margin: 0; padding: 0; width: 20px; height: 20px; background: url(yellow.png) no-repeat; border: no...
{ "pile_set_name": "Github" }
/* This file is part of Nokia HEIF library * * Copyright (c) 2015-2020 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. * * Contact: heif@nokia.com * * This software, including documentation, is protected by copyright controlled by Nokia Corporation and/ or its * subsidiaries. All rights are r...
{ "pile_set_name": "Github" }
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix : <http://www.w3.org/2001/sw/DataAccess/tests/data-r2/construct/manifest#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix dawgt: <http://www.w3.org/2001/sw/DataAccess/tests/test-dawg#> . @prefix mf: <http://www.w3.org/2001/s...
{ "pile_set_name": "Github" }
// // Copyright Aliaksei Levin (levlam@telegram.org), Arseny Smirnov (arseny30@gmail.com) 2014-2018 // // 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) // #pragma once #include "td/mtproto/AuthKey.h" #include "td/mt...
{ "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" }
#ifndef _ASM_POWERPC_KDEBUG_H #define _ASM_POWERPC_KDEBUG_H #ifdef __KERNEL__ /* Grossly misnamed. */ enum die_val { DIE_OOPS = 1, DIE_IABR_MATCH, DIE_DABR_MATCH, DIE_BPT, DIE_SSTEP, }; #endif /* __KERNEL__ */ #endif /* _ASM_POWERPC_KDEBUG_H */
{ "pile_set_name": "Github" }
Original icon from http://www.notmart.org/ , http://www.everaldo.com/ Licensed as LGPL
{ "pile_set_name": "Github" }
<?php /** * PreconditionFailed * * This exception is normally thrown when a client submitted a conditional request, * like for example an If, If-None-Match or If-Match header, which caused the HTTP * request to not execute (the condition of the header failed) * * @package Sabre * @subpackage DAV * @copyri...
{ "pile_set_name": "Github" }
path: "tensorflow.keras.layers.BatchNormalization" tf_class { is_instance: "<class \'tensorflow.python.keras.layers.normalization_v2.BatchNormalization\'>" is_instance: "<class \'tensorflow.python.keras.layers.normalization.BatchNormalizationBase\'>" is_instance: "<class \'tensorflow.python.keras.engine.base_laye...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2008, 2018 Oracle and/or its affiliates. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0, which is available at * http://www.eclipse.org/legal/epl-2.0. * * This Source Code may also be made available...
{ "pile_set_name": "Github" }
var VectorCanvas = function (width, height, params) { this.mode = window.SVGAngle ? 'svg' : 'vml'; this.params = params; if (this.mode === 'svg') { this.createSvgNode = function (nodeName) { return document.createElementNS(this.svgns, nodeName); }; } else { try { if (!document.namespace...
{ "pile_set_name": "Github" }
{ "copyright" : [ "Copyright (c) 2014-2016 The Khronos Group Inc.", "", "Permission is hereby granted, free of charge, to any person obtaining a copy", "of this software and/or associated documentation files (the \"Materials\"),", "to deal in the Materials without restriction, including without li...
{ "pile_set_name": "Github" }
<resources> <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> <!-- Customize your theme here. --> </style> </resources>
{ "pile_set_name": "Github" }
package com.raquo.laminar.builders import com.raquo.domtypes.generic import com.raquo.domtypes.generic.Modifier import com.raquo.laminar.nodes.ReactiveSvgElement import org.scalajs.dom class SvgTag[+Ref <: dom.svg.Element] ( override val name: String, override val void: Boolean = false ) extends generic.builders....
{ "pile_set_name": "Github" }
if( <occurrence>"someline"</occurrence> eq $a){ $b = <occurrence>"someline"</occurrence>."otherline"; say <occurrence>"someline"</occurrence>; } elsif(<occurrence>qq /someline/</occurrence>){ $b = <occurrence>qq"someline"</occurrence>."otherline"; say <occurrence>"someline"</occurrence>; } elsif( <occur...
{ "pile_set_name": "Github" }
__________________________________________________________________________________________________ __________________________________________________________________________________________________ __________________________________________________________________________________________________
{ "pile_set_name": "Github" }
# Copyright (C) 2011-2018 Apple Inc. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # 1. Redistributions of source code must retain the above copyright # notice, this list of conditions and th...
{ "pile_set_name": "Github" }
*** Settings *** Suite Setup Run Tests ${EMPTY} standard_libraries/string/remove_from_string.robot Resource atest_resource.robot *** Test Cases *** Remove String Check Test Case ${TESTNAME} Remove String Non-ASCII characters Check Test Case ${TESTNAME} Remove String Not Found C...
{ "pile_set_name": "Github" }
package com.survivingwithandroid.androidthings; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test...
{ "pile_set_name": "Github" }
.class public Lcom/google/android/gcm/GCMBroadcastReceiver; .super Landroid/content/BroadcastReceiver; # static fields .field private static a:Z # direct methods .method static constructor <clinit>()V .locals 1 const/4 v0, 0x0 sput-boolean v0, Lcom/google/android/gcm/GCMBroadcastReceiver;->a:Z re...
{ "pile_set_name": "Github" }
#!/bin/bash . $(dirname $0)/../../include.rc . $(dirname $0)/../../snapshot.rc cleanup; TEST verify_lvm_version; TEST glusterd; TEST pidof glusterd; TEST setup_lvm 1 TEST $CLI volume create $V0 $H0:$L1 TEST $CLI volume start $V0 TEST $CLI snapshot create snap1 $V0 no-timestamp EXPECT 'Stopped' snapshot_status snap...
{ "pile_set_name": "Github" }
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:chiba="http://chiba.sourceforge.net/xforms" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:msg="org.pentaho.messages.Messages" exclude-result-prefixes="chiba xforms xlink msg"> <!--...
{ "pile_set_name": "Github" }
<?php /* * This file is part of Jitamin. * * Copyright (C) Jitamin Team * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ require __DIR__.'/../../vendor/autoload.php'; $config = require_once __DIR__.'/../../config/config.php'; req...
{ "pile_set_name": "Github" }
package android.os; //import android.util.Size; //import android.util.SizeF; //import android.util.SparseArray; //import android.util.SparseBooleanArray; import java.io.FileDescriptor; import java.io.Serializable; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; publi...
{ "pile_set_name": "Github" }
/* ### * IP: GHIDRA * * 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 writin...
{ "pile_set_name": "Github" }
//! Character conversions. use crate::convert::TryFrom; use crate::fmt; use crate::mem::transmute; use crate::str::FromStr; use super::MAX; /// Converts a `u32` to a `char`. /// /// Note that all [`char`]s are valid [`u32`]s, and can be cast to one with /// `as`: /// /// ``` /// let c = '💯'; /// let i = c as u32; /...
{ "pile_set_name": "Github" }
#include <algorithm> #include <vector> #include "caffe/layers/contrastive_loss_layer.hpp" #include "caffe/util/math_functions.hpp" namespace caffe { template <typename Dtype> void ContrastiveLossLayer<Dtype>::Forward_gpu( const vector<Blob<Dtype>*>& bottom, const vector<Blob<Dtype>*>& top) { const int count = ...
{ "pile_set_name": "Github" }
<h1 align="center">第五课“序列模型”</h1> # 文件夹结构 名称 | 解释 ---- | --- week1 | 第一周全部资料 week2 | 第二周全部资料 week3 | 第三周全部资料 1-3课-课后选择题 | 1-3课-课后选择题文件
{ "pile_set_name": "Github" }
<#define currentChapter |15> <!-- Switch argument character to $ to escape | --> <#mode save> <#mode user |"<#" ">" "\B" "$" ">" "<" ">" "#" ""> <#html \newcommand{\Or}[0]{\ |\ } \newcommand{\cata}[1]{(\hspace{-1.8pt}|\,#1\,|\hspace{-1.8pt})} > <#mode restore> <#html \newcommand{\Ra}[0]{\rightarrow } \newcommand{\R...
{ "pile_set_name": "Github" }
import React from 'react'; import createClass from 'create-react-class'; import { Tabs } from '../../../index'; export default createClass({ render() { return ( <div> <Tabs isOpen={false} isProgressive={true}> <Tabs.Tab Title='One'>One content</Tabs.Tab> <Tabs.Tab Title='Two'>Two content</Tabs.Tab>...
{ "pile_set_name": "Github" }
#ifndef BLK_INTERNAL_H #define BLK_INTERNAL_H #include <linux/idr.h> #include <linux/blk-mq.h> #include "blk-mq.h" /* Amount of time in which a process may batch requests */ #define BLK_BATCH_TIME (HZ/50UL) /* Number of requests a "batching" process may submit */ #define BLK_BATCH_REQ 32 /* Max future timer expiry ...
{ "pile_set_name": "Github" }
# frozen_string_literal: true require 'rubygems/command' require 'rubygems/security' class Gem::Commands::CertCommand < Gem::Command def initialize super 'cert', 'Manage RubyGems certificates and signing settings', :add => [], :remove => [], :list => [], :build => [], :sign => [] OptionParser.acce...
{ "pile_set_name": "Github" }
/** @file bench.cpp */ /* * Copyright (C) 2010 10gen Inc. * Copyright (C) 2013 Tokutek Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, * as published by the Free Software Foundation. * * T...
{ "pile_set_name": "Github" }
from docker.errors import DockerException from .testcases import DockerClientTestCase from .testcases import no_cluster from compose.const import LABEL_PROJECT from compose.const import LABEL_VOLUME from compose.volume import Volume class VolumeTest(DockerClientTestCase): def setUp(self): self.tmp_volume...
{ "pile_set_name": "Github" }
/* * e740-wm9705.c -- SoC audio for e740 * * Copyright 2007 (c) Ian Molton <spyro@f2s.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; version 2 ONLY. * */ #include <lin...
{ "pile_set_name": "Github" }
( function( factory ) { if ( typeof define === "function" && define.amd ) { // AMD. Register as an anonymous module. define( [ "jquery", "./version" ], factory ); } else { // Browser globals factory( jQuery ); } } ( function( $ ) { // This file is deprecated return $.ui.ie = !!/msie [\w.]+/.exec( navigato...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 7c2326b2c7072439b83de606173799b8 PluginImporter: serializedVersion: 1 iconMap: {} executionOrder: {} isPreloaded: 0 platformData: Any: enabled: 0 settings: {} Editor: enabled: 0 settings: DefaultValueInitialized: true iOS: enabled: 1...
{ "pile_set_name": "Github" }
Generated by EAGLE CAM Processor 6.5.0 Photoplotter Info File: C:/Users/Olli/Documents/OlliWeu/STorM32-BGC/storm32-bgc-mpu-module-v009-eagle-gerber-files-20140506/storm32-bgc-mpu-module-v009-panelized4-eagle-gerber-files-4seedstudio-20140506/STorM32 BGC mpu module v009 pannelized4.gpi Date : 06.05.2014 ...
{ "pile_set_name": "Github" }
// CS0136: A local variable named `i' cannot be declared in this scope because it would give a different meaning to `i', which is already used in a `parent or current' scope to denote something else // Line: 9 class X { void b () { int i; { string i; } } }
{ "pile_set_name": "Github" }
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\Sales\Model\Order\Pdf; use Magento\Sales\Model\ResourceModel\Order\Invoice\Collection; /** * Sales Order Invoice PDF model * @SuppressWarnings(PHPMD.CouplingBetweenObjects) */ class Invoice ext...
{ "pile_set_name": "Github" }
/** * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor'; import Paragraph from '@ckeditor/ckeditor5-paragra...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- 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...
{ "pile_set_name": "Github" }
/* This file is part of Ext JS 4.2 Copyright (c) 2011-2013 Sencha Inc Contact: http://www.sencha.com/contact GNU General Public License Usage This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in...
{ "pile_set_name": "Github" }
/* * Licensed to Metamarkets Group Inc. (Metamarkets) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. Metamarkets licenses this file * to you under the Apache License, Version 2.0 (the * "License"); ...
{ "pile_set_name": "Github" }
package net.porillo.database.tables; import net.porillo.GlobalWarming; import net.porillo.database.api.SelectCallback; import net.porillo.database.queries.delete.FurnaceDeleteQuery; import net.porillo.database.queries.select.FurnaceSelectQuery; import net.porillo.database.queue.AsyncDBQueue; import net.porillo.objects...
{ "pile_set_name": "Github" }
/* * Copyright (c) Joachim Ansorg, mail@ansorg-it.com * * 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 la...
{ "pile_set_name": "Github" }
/* Originally written by Bodo Moeller for the OpenSSL project. * ==================================================================== * Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided th...
{ "pile_set_name": "Github" }
/* This file is part of the Pinocchio automatic rigging library. Copyright (C) 2007 Ilya Baran (ibaran@mit.edu) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either vers...
{ "pile_set_name": "Github" }
;******************** (C) COPYRIGHT 2015 STMicroelectronics ******************** ;* File Name : startup_stm32f070x6.s ;* Author : MCD Application Team ;* Version : V2.2.2 ;* Date : 26-June-2015 ;* Description : STM32F070x4/STM32F070x6 devices vector table for MDK-ARM...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2004, 2005, 2006, 2007 Nikolas Zimmermann <zimmermann@kde.org> * Copyright (C) 2004, 2005 Rob Buis <buis@kde.org> * Copyright (C) 2005 Eric Seidel <eric@webkit.org> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public *...
{ "pile_set_name": "Github" }
ParseOk ( Module SrcSpanInfo { srcInfoSpan = SrcSpan "tests/examples/BangPatterns.hs" 1 1 9 1 , srcInfoPoints = [ SrcSpan "tests/examples/BangPatterns.hs" 1 1 1 1 , SrcSpan "tests/examples/BangPatterns.hs" 2 1 2 1 , SrcSpan "tests/examples/BangPatterns.hs" 2 1...
{ "pile_set_name": "Github" }
product init use ams-common use POSIX
{ "pile_set_name": "Github" }
// Copyright (C) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in project root for information. package com.microsoft.ml.spark.image import com.microsoft.ml.spark.core.contracts.{HasInputCol, HasOutputCol} import com.microsoft.ml.spark.opencv.{Flip, ImageTransformer} impor...
{ "pile_set_name": "Github" }
/** * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ // A copy of @ckeditor/ckeditor5-utils/src/uid.js // A hash table of hex numbers to avoid using toString() in uid() which is costly. // [ ...
{ "pile_set_name": "Github" }
/* Not needed. */
{ "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. // +build mips64 mips64le package runtime import "unsafe" // adjust Gobuf as if it executed a call to fn with context ctxt // and then did an immediate Gosav...
{ "pile_set_name": "Github" }