text
stringlengths
2
99.9k
meta
dict
# Event 10 - ReadContainerInfo ###### Version: 0 ## Description None ## Data Dictionary |Standard Name|Field Name|Type|Description|Sample Value| |---|---|---|---|---| |TBD|ProcessName|UnicodeString|None|`None`| |TBD|ProviderType|UInt32|None|`None`| |TBD|ContainerName|AnsiString|None|`None`| |TBD|MachineKeyset|Boolean...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &5417053016401900264 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 5417053016401900247} - component: {fileID: 541...
{ "pile_set_name": "Github" }
/* GIO - GLib Input, Output and Streaming Library * * Copyright (C) 2006-2007 Red Hat, Inc. * * 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 * version 2 of the License, or ...
{ "pile_set_name": "Github" }
Metadata-Version: 2.1 Name: pyobjc-framework-ContactsUI Version: 5.2 Summary: Wrappers for the framework ContactsUI on macOS Home-page: https://bitbucket.org/ronaldoussoren/pyobjc Author: Ronald Oussoren Author-email: pyobjc-dev@lists.sourceforge.net License: MIT License Keywords: PyObjC,ContactsUI Platform: MacOS X (>...
{ "pile_set_name": "Github" }
package com.plugin.gcm; import android.app.NotificationManager; import android.content.Context; import android.os.Bundle; import android.util.Log; import com.google.android.gcm.GCMRegistrar; import org.apache.cordova.CallbackContext; import org.apache.cordova.CordovaInterface; import org.apache.cordova.CordovaPlugin; ...
{ "pile_set_name": "Github" }
// Listing 5.11 Using the noteUp and noteDown functions in a main loop // global variables Mandolin mand => dac; // (1) Makes and connects a Mandolin instrument UGen. 60 => int note; // (2) Global note variable // functions fun void noteUp() // (3) noteUp function definition { 1 +=> note; // note half-...
{ "pile_set_name": "Github" }
RSpec.describe TTY::ProgressBar::Multi, '#line_inset' do let(:output) { StringIO.new('', 'w+') } it "doesn't create inset when no top level bar" do bars = TTY::ProgressBar::Multi.new(output: output) bar = bars.register 'example' expect(bars.line_inset(bar)).to eq('') end it "defaults to the empt...
{ "pile_set_name": "Github" }
//: ---------------------------------------------------------------------------- //: Copyright (C) 2015 Verizon. 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 Licen...
{ "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 (1.8.0_202) on Fri Jul 24 11:53:29 GMT 2020 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>RDFWriterBase (Eclipse RDF4...
{ "pile_set_name": "Github" }
// Copyright 2015 TiDB Author. 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 applicab...
{ "pile_set_name": "Github" }
INIT WANTSCREEN RESET !Plain PUSH "A" ?screen_cell 0,0 = {0x41} width=1 attrs={} fg=rgb(240,240,240) bg=rgb(0,0,0) !Bold PUSH "\e[1mB" ?screen_cell 0,1 = {0x42} width=1 attrs={B} fg=rgb(240,240,240) bg=rgb(0,0,0) !Italic PUSH "\e[3mC" ?screen_cell 0,2 = {0x43} width=1 attrs={BI} fg=rgb(240,240,240) bg=rgb(0,0...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2018 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/licenses/LICENSE-2.0 * * Unless required by ap...
{ "pile_set_name": "Github" }
# frozen_string_literal: true # Copyright 2020 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicabl...
{ "pile_set_name": "Github" }
/* zconf.h -- configuration of the zlib compression library * Copyright (C) 1995-2010 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* @(#) $Id$ */ #ifndef ZCONF_H #define ZCONF_H #cmakedefine Z_PREFIX #cmakedefine Z_HAVE_UNISTD_H /* * If you *really* need a unique...
{ "pile_set_name": "Github" }
using System; using Composite.Plugins.Forms.WebChannel.UiControlFactories; namespace CompositeFunctionCallsDesigner { public partial class FunctionCallsDesigner : FunctionCallsDesignerTemplateUserControlBase { public override string SessionStateProvider { get { return ViewS...
{ "pile_set_name": "Github" }
// Copyright (c) 2007-09 INRIA Sophia-Antipolis (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org). // // $URL$ // $Id$ // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // Author(s) : Laurent Saboret and Nader Salman and Pierre Alliez #ifndef CGAL_REMOVE_OUTLIERS_...
{ "pile_set_name": "Github" }
##### Python Requirements See requirements.txt [Optional]: Install [pyflann](https://github.com/nashory/pyflann) to get first neighbours from Kd-tree for large data ## Usage: Run from command line by providing path to csv data files ``` python3 finch.py --data-path [Your-path-to-data-csv] --output-path [path-to-w...
{ "pile_set_name": "Github" }
// Copyright Aleksey Gurtovoy 2000-2004 // Copyright Jaap Suter 2003 // // 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) // // *Preprocessed* version of the main "bitand.hpp" header // -- DO NOT modify by hand...
{ "pile_set_name": "Github" }
// RUN: %target-swift-frontend -assume-parsing-unqualified-ownership-sil -primary-file %s -O -module-name=test -disable-llvm-optzns -emit-ir | %FileCheck %s enum NoPayload { case E0 case E1 case E2 case E3 } // Check if the code of a select_num is a simple int cast and not a switch. // CHECK-LABEL: define {{...
{ "pile_set_name": "Github" }
/* * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundati...
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('sortBy', require('../sortBy')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
using System; using System.IO; using System.Text; using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.X509; using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Utilities; using Org.BouncyCastle.X509; namespace Org.BouncyCastle.Pkix { /// <summary> /// A trust anchor or most-trusted Certification Authority (C...
{ "pile_set_name": "Github" }
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24" android:tint="?attr/colorControlNormal"> <path android:fillColor="@android:color/white" android:pathData="M21,1L7,1c-1.1,...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.props" Condition="Exists('..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTes...
{ "pile_set_name": "Github" }
using Composite.Core.Xml; namespace Composite.Core.Localization { /// <summary> /// </summary> /// <exclude /> [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] public static class LocalizationXmlConstants { /// <exclude /> ...
{ "pile_set_name": "Github" }
define([ "../core", "../var/support" ], function( jQuery, support ) { (function() { var pixelPositionVal, boxSizingReliableVal, docElem = document.documentElement, container = document.createElement( "div" ), div = document.createElement( "div" ); if ( !div.style ) { return; } // Support: IE9-11+ // S...
{ "pile_set_name": "Github" }
CREATE TABLE list (id VARCHAR(10) NOT NULL, value VARCHAR(64) NOT NULL, PRIMARY KEY(id)); INSERT INTO "list" ("id", "value") VALUES ('ARM', 'Argentine Peso (1881–1970)'); INSERT INTO "list" ("id", "value") VALUES ('ARL', 'Argentine Peso Ley (1970–1983)'); INSERT INTO "list" ("id", "value") VALUES ('BOL', 'Bolivian Bol...
{ "pile_set_name": "Github" }
from time import sleep from settings import WATCHED_SOURCES, POLLING_SPEED from sources.logfile import gen_lines from sources.sockets import gen_conns all_source_generators = { # generator depends on whether source is a port number or file path source: gen_conns(source) if type(source) == int else gen_lines(...
{ "pile_set_name": "Github" }
@extends('themes.default.layouts.home') @section('content') <!-- Header --> <div class="header pb-8 pt-5 pt-lg-8 d-flex align-items-center" style="min-height: 600px; background-image: url({{asset('assets/themes/argon/img/computer-1149148.jpg')}}); background-size: cover; background-position: center t...
{ "pile_set_name": "Github" }
/* * Copyright 2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
{ "pile_set_name": "Github" }
$(document).ready(function() { $.getJSON('static/js/sounds.json', function(sounds) { for (var key in sounds) { obj = sounds[key]; var link = $('<a/>').attr({ 'href': '#', 'class': 'play', 'data-mp3': key, }); li...
{ "pile_set_name": "Github" }
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/drm_console_buffer.h" #include <sys/mman.h> #include <xf86drmMode.h> #include "ui/ozone/platform/drm/common/scoped_d...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <script src="face-api.js"></script> <script src="js/commons.js"></script> <script src="js/faceDetectionControls.js"></script> <script src="js/imageSelectionControls.js"></script> <script src="js/bbt.js"></script> <link rel="stylesheet" href="styles.css"> <link rel="stylesheet...
{ "pile_set_name": "Github" }
// Greenshot - a free and open source screenshot tool // Copyright (C) 2007-2020 Thomas Braun, Jens Klingen, Robin Krom // // For more information see: http://getgreenshot.org/ // The Greenshot project is hosted on GitHub https://github.com/greenshot/greenshot // // This program is free software: you can redis...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- **************************************************************** --> <!-- * PLEASE KEEP COMPLICATED EXPRESSIONS OUT OF THESE TEMPLATES, * --> <!-- * i.e. only iterate & print data where possible. Thanks, Jez. *...
{ "pile_set_name": "Github" }
/* * GRUB -- GRand Unified Bootloader * Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009 Free Software Foundation, Inc. * * GRUB 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" }
user=User bot=Bot user:set language es-es user:Hola bot:message: Hello user:set language fr-fr user:Salut bot:message: Hello user:set language en-us user:Hello bot:message: Hello
{ "pile_set_name": "Github" }
// Rate-limited version of the mutex server // // Eli Bendersky [http://eli.thegreenplace.net] // This code is in the public domain. package main import ( "fmt" "log" "net/http" "os" "strconv" "sync" ) type CounterStore struct { sync.Mutex counters map[string]int } func (cs *CounterStore) get(w http.Response...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2012 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/licenses/LICENSE-2.0 * * Unless required by app...
{ "pile_set_name": "Github" }
/* 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 applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
{ "name": "example-example69", "files": [ "index-production.html" ] }
{ "pile_set_name": "Github" }
// BilinearInterpolation.cu // 实现图像的双线性插值 #include "BilinearInterpolation.h" #include <iostream> #include <cmath> using namespace std; // 宏:DEF_BLOCK_X 和 DEF_BLOCK_Y // 定义了默认的线程块的尺寸。 #define DEF_BLOCK_X 32 #define DEF_BLOCK_Y 8 // 全局变量:_bilInterInimgTex(作为输入图像的纹理内存引用) // 纹理内存只能用于全局变量,此处是为了使用纹理内存提供的硬件插值功能 static ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <Form version="1.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JDialogFormInfo"> <Properties> <Property name="defaultCloseOperation" type="int" value="2"/> <Property name="undecorated" type="boolean" value="true"/> <Property name="resizable" type="bo...
{ "pile_set_name": "Github" }
package com.alipay.api.response; import java.util.List; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.internal.mapping.ApiListField; import com.alipay.api.domain.AlipayItemGoodsList; import com.alipay.api.AlipayResponse; /** * ALIPAY API: alipay.data.dataexchange.sfasdf response. ...
{ "pile_set_name": "Github" }
/** * * Copyright (c) 2014, the Railo Company Ltd. All rights reserved. * * 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 * version 2.1 of the License, or (at your option) ...
{ "pile_set_name": "Github" }
.. include:: ../../roles/consul-template/README.rst
{ "pile_set_name": "Github" }
<?php namespace App\Http\Controllers\V3; use Jikan\Request\Seasonal\SeasonalRequest; use Jikan\Request\SeasonList\SeasonListRequest; class SeasonController extends Controller { private const VALID_SEASONS = [ 'summer', 'spring', 'winter', 'fall' ]; public function main(?i...
{ "pile_set_name": "Github" }
plan(21); class IsThisType { } class IsntThisType { } class TypeCheckTestHOW { has int $!type_check_called; method new_type() { nqp::newtype(self, 'P6opaque'); } method type_check($obj, $type) { $!type_check_called := $!type_check_called + 1; return 0 if nqp::eqaddr($type, Isnt...
{ "pile_set_name": "Github" }
FILE(GLOB LOCAL_SRC_FILES *.cpp) FILE(GLOB LOCAL_INC_FILES *.h) SET(SRC_FILES ${SRC_FILES} ${LOCAL_SRC_FILES} PARENT_SCOPE) SET(INC_FILES ${INC_FILES} ${LOCAL_INC_FILES} PARENT_SCOPE)
{ "pile_set_name": "Github" }
/* * drivers/s390/cio/device_fsm.c * finite state machine for device handling * * Copyright IBM Corp. 2002,2008 * Author(s): Cornelia Huck (cornelia.huck@de.ibm.com) * Martin Schwidefsky (schwidefsky@de.ibm.com) */ #include <linux/module.h> #include <linux/init.h> #include <linux/jiffies.h> #include <li...
{ "pile_set_name": "Github" }
/******************************************************************** * * * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. * * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS * * GOVERNED BY A BSD-STYLE SOURCE LICENS...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width"> <meta name="description" content="SHA3-512 online hash file checksum function"> <title>SHA3-512 File Checksum Online </title> ...
{ "pile_set_name": "Github" }
// Copyright 2016 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. package gitea import ( "bytes" "encoding/json" "fmt" ) // ListCollaboratorsOptions options for listing a repository's collaborators type ListCollaborator...
{ "pile_set_name": "Github" }
package onactivityresult; import com.google.common.base.Joiner; import com.google.testing.compile.JavaFileObjects; import java.util.ArrayList; import java.util.Collections; import java.util.List; import javax.tools.JavaFileObject; import onactivityresult.compiler.OnActivityResultProcessor; import static com.google...
{ "pile_set_name": "Github" }
var mapping = require('./_mapping'), fallbackHolder = require('./placeholder'); /** Built-in value reference. */ var push = Array.prototype.push; /** * Creates a function, with an arity of `n`, that invokes `func` with the * arguments it receives. * * @private * @param {Function} func The function to wrap. ...
{ "pile_set_name": "Github" }
/* * Copyright(c) 2007 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * This program is distributed in the hope it ...
{ "pile_set_name": "Github" }
package aws // JSONValue is a representation of a grab bag type that will be marshaled // into a json string. This type can be used just like any other map. // // Example: // // values := aws.JSONValue{ // "Foo": "Bar", // } // values["Baz"] = "Qux" type JSONValue map[string]interface{}
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_34) on Tue May 26 09:04:08 BST 2015 --> <TITLE> AbstractTextArea (Apache FOP 2.0 API) </TITLE> <META NAME="date" CONTENT="2015-05-26"> <LINK REL ="...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Console\Output; use Symfony\Component\Console\Formatt...
{ "pile_set_name": "Github" }
package complete import ( "io/ioutil" "log" "os" ) // Log is used for debugging purposes // since complete is running on tab completion, it is nice to // have logs to the stderr (when writing your own completer) // to write logs, set the COMP_DEBUG environment variable and // use complete.Log in the complete progr...
{ "pile_set_name": "Github" }
#!/bin/sh export PATH=$PATH:/bin/:/sbin/:/usr/bin/:/usr/sbin:/usr/local/bin DIR=$( cd "$(dirname "$0")" ; pwd -P ) . $DIR/../scripts/env.sh while true do $SCRIPTDIR/scrape.sh done
{ "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" }
rm -f tests/root ln -s root1 tests/root LC_ALL=C TZ=GMT ./iostat -d -p ALL -j ID > tests/out.iostat-jID.tmp
{ "pile_set_name": "Github" }
// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 1E1D58BC1368D74F00D93743 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E1D58BB1368D74F00D93743 /* Foundation.framework */; }; 1E1D58BF1368D74F00D93743 /* AVFoundatio...
{ "pile_set_name": "Github" }
#if INTERACTIVE #load "../src/ProvidedTypes.fsi" "../src/ProvidedTypes.fs" #load "../src/ProvidedTypesTesting.fs" #else module TPSDK.GeneratedOpTests #endif #if !NO_GENERATIVE open System open System.Reflection open Microsoft.FSharp.Core.CompilerServices open Xunit open ProviderImplementation.ProvidedTypes open Pr...
{ "pile_set_name": "Github" }
#!/usr/bin/env ruby # # Copyright 2010 Twitter, 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 o...
{ "pile_set_name": "Github" }
//---------------------------------------------------------------------------// // Copyright (c) 2013-2014 Kyle Lutz <kyle.r.lutz@gmail.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 // // See http://boosto...
{ "pile_set_name": "Github" }
{ "ver": "1.0.1", "uuid": "3b389777-3217-436c-8a27-5a81aa681ba4", "isGroup": false, "subMetas": {} }
{ "pile_set_name": "Github" }
// Copyright 2012 Google, Inc. 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. package reassembly import ( "encoding/binary" "fmt" "github.com/google/gopacket" "github.com/google/gopacket/layers" ) ...
{ "pile_set_name": "Github" }
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: -*- nil -*- #include <AP_HAL.h> #if CONFIG_HAL_BOARD == HAL_BOARD_LINUX #include "UARTDriver.h" #include <stdio.h> #include <errno.h> #include <termios.h> #include <stdlib.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include...
{ "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 (1.8.0_222) on Wed Aug 14 11:24:50 AEST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.eclipse.rdf4j.http.cli...
{ "pile_set_name": "Github" }
CHECK: Done 1000 runs in RUN: LLVMFuzzer-ThreadedTest -use_traces=1 -runs=1000 2>&1 | FileCheck %s RUN: LLVMFuzzer-ThreadedTest -use_traces=1 -runs=1000 2>&1 | FileCheck %s RUN: LLVMFuzzer-ThreadedTest -use_traces=1 -runs=1000 2>&1 | FileCheck %s RUN: LLVMFuzzer-ThreadedTest -use_traces=1 -runs=1000 2>&1 | FileChe...
{ "pile_set_name": "Github" }
/** * \file * * \brief Component description for PORT * * Copyright (c) 2016 Atmel Corporation, * a wholly owned subsidiary of Microchip Technology Inc. * * \asf_license_start * * \page License * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not...
{ "pile_set_name": "Github" }
/****************************************************************************** * Copyright 2019 The Apollo 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 ...
{ "pile_set_name": "Github" }
<extend name="Public:common" /> <block name="main"> <div class="gallery"> <div class="col-md-offset-2"> <h2><strong>联系方式</strong></h2> <hr style="width:80%" class="col-md-offset-0"/> <h5><strong>请您准确填写您的联系方式,以便我们能够准确为您邮寄兑换的礼品。</strong></h5><br/> <form method="post" action="{:U('info/add')}"> <div c...
{ "pile_set_name": "Github" }
{ "numbering_system": "latn", "decimal_pattern": "#,##0.###", "percent_pattern": "#,##0%", "currency_pattern": "¤#,##0.00", "accounting_currency_pattern": "¤#,##0.00;(¤#,##0.00)" }
{ "pile_set_name": "Github" }
/* * QLogic Fibre Channel HBA Driver * Copyright (c) 2003-2014 QLogic Corporation * * See LICENSE.qla2xxx for copyright and licensing details. */ #ifndef __QLA_DMP27_H__ #define __QLA_DMP27_H__ #define IOBASE_ADDR offsetof(struct device_reg_24xx, iobase_addr) struct __packed qla27xx_fwdt_template { uint32_t t...
{ "pile_set_name": "Github" }
package otto type _reference interface { invalid() bool // IsUnresolvableReference getValue() Value // getValue putValue(Value) string // PutValue delete() bool } // PropertyReference type _propertyReference struct { name string strict bool base *_object runtime *_runtime at _at } ...
{ "pile_set_name": "Github" }
// NeL - MMORPG Framework <http://dev.ryzom.com/projects/nel/> // Copyright (C) 2010 Winch Gate Property Limited // // 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...
{ "pile_set_name": "Github" }
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other # Spack Project Developers. See the top-level COPYRIGHT file for details. # # SPDX-License-Identifier: (Apache-2.0 OR MIT) from spack import * class PyArgparse(PythonPackage): """Python command-line parsing library.""" homepage = "htt...
{ "pile_set_name": "Github" }
/* * Copyright 2011-2012 Jason Rush and John Flanagan. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any lat...
{ "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>RestConfig (operator-runtime 2.1 API)</title> <link rel="stylesheet" ty...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Validate XHTML</title> </head> <body> <div> <p>!$title$!</p> <p>!$text$!</p> </div> </body> </html>
{ "pile_set_name": "Github" }
/** * A specialized version of `_.forEachRight` for arrays without support for * callback shorthands and `this` binding. * * @private * @param {Array} array The array to iterate over. * @param {Function} iteratee The function invoked per iteration. * @returns {Array} Returns `array`. */ function arrayEachRight(...
{ "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>Uses of Class org.apache.sysds.runtime.compress.AbstractCompressedMatri...
{ "pile_set_name": "Github" }
@echo off "C:\Program Files (x86)\nant-0.92\bin\nant.exe" -buildfile:release.build pause
{ "pile_set_name": "Github" }
// File generated from our OpenAPI spec package com.stripe.param; import com.google.gson.annotations.SerializedName; import com.stripe.net.ApiRequestParams; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import lombok.Getter; @Getter public class BitcoinReceiverList...
{ "pile_set_name": "Github" }
// server/ssr_data.js // stolen from https://github.com/kadirahq/flow-router/blob/ssr/server/ssr_data.js export default function patchSubscribeData (VueSSR) { const originalSubscribe = Meteor.subscribe Meteor.subscribe = function (pubName, ...params) { const ssrContext = VueSSR.ssrContext.get() if (ssrCon...
{ "pile_set_name": "Github" }
import React from 'react'; import classNames from 'classnames/bind'; import TagSelect from '../../../TagSelect'; import styles from './common/Select.test.module.scss'; const cx = classNames.bind(styles); const IsTouchAccessibleTagSelect = () => ( <div className={cx('content-wrapper')}> <TagSelect placeholder="S...
{ "pile_set_name": "Github" }
// Copyright 2015 The Gemmlowp 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 ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
{ "pile_set_name": "Github" }
-- tkt2927.test -- -- db eval { -- SELECT abs(a), b FROM t1 -- UNION -- SELECT a, abs(b) FROM t1 -- ORDER BY 1 -- } SELECT abs(a), b FROM t1 UNION SELECT a, abs(b) FROM t1 ORDER BY 1
{ "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" }
package headfirst.designpatterns.combined.djview; import com.sun.net.httpserver.HttpServer; import java.net.InetSocketAddress; public class DJViewHttpServer { public static void main(String[] args) { try { System.out.println("DJView Http Server Running"); BeatModel beatModel = new BeatModel(); be...
{ "pile_set_name": "Github" }
/* * * Copyright 2014 gRPC authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
{ "pile_set_name": "Github" }
# strip-ansi [![Build Status](https://travis-ci.org/chalk/strip-ansi.svg?branch=master)](https://travis-ci.org/chalk/strip-ansi) > Strip [ANSI escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code) ## Install ``` $ npm install --save strip-ansi ``` ## Usage ```js var stripAnsi = require('strip-ansi'); str...
{ "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 not use this f...
{ "pile_set_name": "Github" }
from firedrake import * from .mesh import MeshHierarchy, HierarchyBase from .interface import prolong import numpy import subprocess import os import warnings __all__ = ("OpenCascadeMeshHierarchy",) def OpenCascadeMeshHierarchy(stepfile, element_size, levels, comm=COMM_WORLD, distribution_parameters=None, callback...
{ "pile_set_name": "Github" }
=pod =encoding utf8 =head1 NAME EVP_PKEY_print_public, EVP_PKEY_print_private, EVP_PKEY_print_params - public key algorithm printing routines =head1 SYNOPSIS #include <openssl/evp.h> int EVP_PKEY_print_public(BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx); int EVP...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- This file is part of GtkSourceView Author: Fabio Zendhi Nagao <nagaozen@evolved.com.br> Copyright (C) 2009 Fabio Zendhi Nagao <nagaozen@evolved.com.br> GtkSourceView is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General P...
{ "pile_set_name": "Github" }