text
stringlengths
2
99.9k
meta
dict
# Testing ``` npm run test ``` Each `src/**/*.ts` source file should have an equivalent `*.test.ts` next to it. Tests should include comments above each section of the "AAA" testing format: - `// Arrange`: Set up dependencies for the code under test - `// Act`: Perform the logic under test - `// Assert`: Check...
{ "pile_set_name": "Github" }
package flank.scripts import com.github.kittinunf.fuel.core.Client import com.github.kittinunf.fuel.core.FuelManager import com.github.kittinunf.fuel.core.Request import com.github.kittinunf.fuel.core.Response import com.github.kittinunf.fuel.core.requests.DefaultBody import flank.scripts.ci.releasenotes.GitHubRelease...
{ "pile_set_name": "Github" }
<html> <body> <h1>Oh Hai!</h1> </body> </html>
{ "pile_set_name": "Github" }
!include ../my.cnf [mysqld.1] [mysqld.2] [mysqld.3] [ENV] SERVER_MYPORT_3= @mysqld.3.port SERVER_MYSOCK_3= @mysqld.3.socket
{ "pile_set_name": "Github" }
// // OptionalParameterValueIssueMismatch.cs // // Author: // Luís Reis <luiscubal@gmail.com> // // Copyright (c) 2013 Luís Reis // // 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...
{ "pile_set_name": "Github" }
#!/bin/bash # Copyright 2019 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. set -e shopt -s nullglob winerror="$(printf '%s\n' "/mnt/c/Program Files (x86)/Windows Kits/"/*/Include/*/shared/winerror.h | sort -Vr | head -n 1)" ...
{ "pile_set_name": "Github" }
// ***************************************************************************** // // © Component Factory Pty Ltd 2017. All rights reserved. // The software and associated documentation supplied hereunder are the // proprietary information of Component Factory Pty Ltd, 13 Swallows Close, // Mornington, Vic 3931...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-or-later /* * drivers/net/ethernet/rocker/rocker_tlv.c - Rocker switch device driver * Copyright (c) 2014-2016 Jiri Pirko <jiri@mellanox.com> * Copyright (c) 2014 Scott Feldman <sfeldma@gmail.com> */ #include <linux/types.h> #include <linux/string.h> #include <linux/errno.h> #i...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: e3605f29338ddde45ac947fd2bfce9c5 timeCreated: 1508933564 licenseType: Free NativeFormatImporter: externalObjects: {} mainObjectFileID: 2100000 userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
{ "name": "immutable", "version": "3.7.5", "description": "Immutable Data Collections", "homepage": "https://github.com/facebook/immutable-js", "author": { "name": "Lee Byron", "url": "https://github.com/leebyron" }, "repository": { "type": "git", "url": "git://github.com/facebook/immutabl...
{ "pile_set_name": "Github" }
#!/bin/bash dir=`pwd` # set up the build directory mkdir -p build cd build mkdir -p js cd js mkdir -p root mkdir -p libnestegg cd libnestegg # finally, run configuration script EMCONFIGURE_JS=2 NM=/usr/bin/nm emconfigure \ ../../../libnestegg/configure \ --prefix="$dir/build/js/root" \ --disable-shared...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2006-2015, JGraph Ltd * Copyright (c) 2006-2015, Gaudenz Alder */ /** * Class: mxPolyline * * Extends <mxShape> to implement a polyline (a line with multiple points). * This shape is registered under <mxConstants.SHAPE_POLYLINE> in * <mxCellRenderer>. * * Constructor: mxPolyline * * Con...
{ "pile_set_name": "Github" }
"%1$@ %2$@ has been downloaded and is ready to use! This is an important update; would you like to install it and relaunch %1$@ now?" = "%1$@ %2$@ がダウンロードされました! これは重要なアップデートです。今すぐ %1$@ をインストールして再起動しますか?"; "%1$@ %2$@ has been downloaded and is ready to use! Would you like to install it and relaunch %1$@ now?" = "%1$@ %...
{ "pile_set_name": "Github" }
-- ioerr2.test -- -- db eval {SELECT * FROM t1 WHERE rowid IN (1, 5, 10, 15, 20)} SELECT * FROM t1 WHERE rowid IN (1, 5, 10, 15, 20)
{ "pile_set_name": "Github" }
-- image_origo_offset -- @short: Shift the current object rotation offset -- @inargs: vid:dst, number:xofs, number:yofs -- @inargs: vid:dst, number:xofs, number:yofs, number:zofs -- @longdescr: By default, the rotation origo for each object is set to its -- local center (0.5*w, 0.5*h). -- @note: This is relative to the...
{ "pile_set_name": "Github" }
file4 contents
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <plugin game="Reach" baseSize="0x10C"> <!-- Automatically generated plugin --> <revisions> <revision author="DarkShallFall" version="1">Mapped plugin structure a new.</revision> </revisions> <int16 name="Spray Style" offset="0x0" visible="true" /> <int16 name="Unknown" off...
{ "pile_set_name": "Github" }
// /** // * Copyright © Magento, Inc. All rights reserved. // * See COPYING.txt for license details. // */ // // Popups // _____________________________________________ .lib-popup( @_popup-width: @popup__width, @_popup-height: @popup__height, @_popup-padding: @popup__padding, @_popup-background: ...
{ "pile_set_name": "Github" }
/** * This header is generated by class-dump-z 0.2b. * * Source: /System/Library/PrivateFrameworks/Preferences.framework/Preferences */ /*@protocol UIPopoverControllerDelegate <NSObject> @optional - (BOOL)popoverControllerShouldDismissPopover:(id)popoverController; - (void)popoverControllerDidDismissPopover:(id...
{ "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...
{ "pile_set_name": "Github" }
namespace varray { #ifndef VARRAY_INTERNAL enum { ATTRIB_VERTEX = 1<<0, ATTRIB_COLOR = 1<<1, ATTRIB_NORMAL = 1<<2, ATTRIB_TEXCOORD0 = 1<<3, ATTRIB_TEXCOORD1 = 1<<4, MAXATTRIBS = 5 }; extern vector<uchar> data; extern void enable(); ...
{ "pile_set_name": "Github" }
<?php namespace oasis\names\specification\ubl\schema\xsd\CommonAggregateComponents_2; /** * @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 * @xmlType DocumentDistributionType * @xmlName DocumentDistribution * @var oasis\names\specification\ubl\schema\xsd\CommonAggregateCompo...
{ "pile_set_name": "Github" }
/* Copyright 2015 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 applicable law or a...
{ "pile_set_name": "Github" }
easyblock = "MakeCp" name = 'SHAPEIT4' version = '4.1.3' homepage = 'https://odelaneau.github.io/shapeit4/' description = """ SHAPEIT4 is a fast and accurate method for estimation of haplotypes (aka phasing) for SNP array and high coverage sequencing data. """ toolchain = {'name': 'foss', 'version': '2019b'} toolcha...
{ "pile_set_name": "Github" }
&HEAD CHID='Steckler_540', TITLE='Steckler Compartment, Test 540'/ &MESH IJK=72,56,44, XB=0.00,3.60,-1.40,1.40,0.00,2.13 / &TIME T_END=1800.0, TIME_SHRINK_FACTOR=10. / &DUMP NFRAMES=100, DT_DEVC=10., DT_DEVC_LINE=10., DT_HRR=10., SIG_FIGS=4, SIG_FIGS_EXP=2 / &MISC TMPA=13. / SURF ID='BURNER',HRRPUA= 526.7,TMP_FRONT...
{ "pile_set_name": "Github" }
# JianShi 简诗 A Full-Stack mobile app, including Android side & Server side, Simple-Poem 简诗. You can write poem in graceful & traditional Chinese style. It supports signup & login, data sync with server, offline data storage, screenshot share etc. 一款优雅的中国风Android App,包括Android端和Server端,支持登录注册,数据云端同步,离线数据存储和截屏分享等功能。 ...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //------...
{ "pile_set_name": "Github" }
#include "BaseFactory.h" DRAGONBONES_NAMESPACE_BEGIN JSONDataParser BaseFactory::_jsonParser; BinaryDataParser BaseFactory::_binaryParser; TextureData* BaseFactory::_getTextureData(const std::string& textureAtlasName, const std::string& textureName) const { const auto iterator = _textureAtlasDataMap.find(texture...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2012 - 2020 Splice Machine, Inc. * * This file is part of Splice Machine. * Splice Machine 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, or (at your option) ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2000, 2012, 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" }
#!/usr/bin/env sh GIST=$1 DIRNAME=${2:-./models} if [ -z $GIST ]; then echo "usage: download_model_from_gist.sh <gist_id> <dirname>" exit fi GIST_DIR=$(echo $GIST | tr '/' '-') MODEL_DIR="$DIRNAME/$GIST_DIR" if [ -d $MODEL_DIR ]; then echo "$MODEL_DIR already exists! Please make sure you're not overwriting ...
{ "pile_set_name": "Github" }
package az.plainpie.annotation; /** * Created by zurcher on 10/06/16. */ import java.lang.annotation.Retention; import java.lang.annotation.Target; import static java.lang.annotation.ElementType.FIELD; import static java.lang.annotation.ElementType.LOCAL_VARIABLE; import static java.lang.annotation.ElementType.MET...
{ "pile_set_name": "Github" }
# 下载地址: # https://github.com/undertow-io/undertow/blob/master/examples/src/main/resources/logging.properties # # JBoss, Home of Professional Open Source. # Copyright 2012 Red Hat, Inc., and individual contributors # as indicated by the @author tags. # # Licensed under the Apache License, Version 2.0 (the "License"); ...
{ "pile_set_name": "Github" }
/* * SPDX-FileCopyrightText: 2015 Marco Martin <mart@kde.org> * * SPDX-License-Identifier: LGPL-2.0-or-later */ import QtQuick 2.12 import QtQuick.Controls 2.3 as Controls import QtQuick.Layouts 1.2 import QtQuick.Window 2.2 import QtGraphicalEffects 1.0 import org.kde.kirigami 2.12 as Kirigami /** * PassiveNo...
{ "pile_set_name": "Github" }
--- file: /etc/php/5.6/cli/conf.d/foo.ini: exists: false /etc/php/5.6/fpm/conf.d/foo.ini: exists: false /etc/php/5.6/cli/conf.d/bar.ini: exists: true filetype: file owner: root group: root mode: "0644" /etc/php/5.6/fpm/conf.d/bar.ini: exists: true filetype: file owner: r...
{ "pile_set_name": "Github" }
% !TEX TS-program = xelatex % !TEX encoding = UTF-8 Unicode % ----------------- % START OF PREAMBLE % ----------------- \documentclass[12pt,a4paper]{scrreprt} % Commands \newcommand{\HRule}{\rule{\linewidth}{0.5mm}} % Packages \usepackage{fontspec} \usepackage{eurosym} \usepackage{amssymb} \usepackage{mathtools} \...
{ "pile_set_name": "Github" }
#ifndef BOOST_MPL_AUX_RANGE_C_EMPTY_HPP_INCLUDED #define BOOST_MPL_AUX_RANGE_C_EMPTY_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2000-2004 // // 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://ww...
{ "pile_set_name": "Github" }
from setuptools import setup setup( name='python3_hook', version='0.0.0', py_modules=['py3_hook'], entry_points={'console_scripts': ['python3-hook = py3_hook:main']}, )
{ "pile_set_name": "Github" }
/* __mpn_addmul_1 ifunc resolver, Linux/sparc64 version. Copyright (C) 2017-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C 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 th...
{ "pile_set_name": "Github" }
/* * linux/fs/ufs/file.c * * Copyright (C) 1998 * Daniel Pirkl <daniel.pirkl@email.cz> * Charles University, Faculty of Mathematics and Physics * * from * * linux/fs/ext2/file.c * * Copyright (C) 1992, 1993, 1994, 1995 * Remy Card (card@masi.ibp.fr) * Laboratoire MASI - Institut Blaise Pascal * Univers...
{ "pile_set_name": "Github" }
# # Author: Cunren Liang # Copyright 2015-present, NASA-JPL/Caltech # import os import glob import logging import numpy as np import isceobj from isceobj.Alos2Proc.runGeocode import geocode from isceobj.Alos2Proc.Alos2ProcPublic import getBboxGeo logger = logging.getLogger('isce.alos2insar.runGeocodeSd') def runGeo...
{ "pile_set_name": "Github" }
/* TagRecommender: A framework to implement and evaluate algorithms for the recommendation of tags. Copyright (C) 2013 Dominik Kowald 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 Founda...
{ "pile_set_name": "Github" }
// +build !windows package system import ( "io/ioutil" "os" "path/filepath" ) // MkdirAllWithACL is a wrapper for MkdirAll on unix systems. func MkdirAllWithACL(path string, perm os.FileMode, sddl string) error { return MkdirAll(path, perm, sddl) } // MkdirAll creates a directory named path along with any neces...
{ "pile_set_name": "Github" }
body{ font-size: small; font-family: Verdana,Helvetica,Arical,sans-serif; line-height: 1.6em; } h1,h2{ color: #007e7e; } h1{ font-size: 150%; } h2{ font-size: 130%; } #guarantee{ line-height: 1.9em; font-style: italic; font-family: Georgia,"Times New Roman",Times,serif; color: #444444; border-color: white; ...
{ "pile_set_name": "Github" }
/* GnomeLocator.java - Copyright (C) 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath 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 option)...
{ "pile_set_name": "Github" }
import logging import pickle import os import idaapi import idc import idautils from DIE.Lib.DbgImports import StaticImports from DIE.Lib.IDAConnector import * from DIE.Lib.DIE_Exceptions import UnrecognizedCallInstruction import DIE.Lib.DIEDb # Was user breakpoint flag definition WAS_USER_BREAKP...
{ "pile_set_name": "Github" }
@echo off call _internal\setenv.bat "%PYTHON_EXECUTABLE%" "%DFL_ROOT%\main.py" convert ^ --input-dir "%WORKSPACE%\data_dst" ^ --output-dir "%WORKSPACE%\data_dst\merged" ^ --aligned-dir "%WORKSPACE%\data_dst\aligned" ^ --model-dir "%WORKSPACE%\model" ^ --model DF ^ --debug pause
{ "pile_set_name": "Github" }
# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) CMAKE_MAKEFILE_GENERATOR="emake" inherit cmake-utils eutils python-any-r1 if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/doxygen/doxygen.g...
{ "pile_set_name": "Github" }
/* * Copyright 2012-2014 Luke Dashjr * * This program is free software; you can redistribute it and/or modify it * under the terms of the standard MIT license. See COPYING for more details. */ #include <limits.h> #include <stdbool.h> #include <stdint.h> #include <stdlib.h> #include <string.h> #include <time.h> #...
{ "pile_set_name": "Github" }
Title: cisco_vpn_tunnel: Reporting zero traffic in case the tunnel is down Level: 1 Component: checks Class: fix Compatible: compat State: unknown Version: 1.4.0b1 Date: 1484138387 Previous versions of the check were not providing any performance data in case the tunnel was down. The graphs were showing flat lines for...
{ "pile_set_name": "Github" }
#import <Foundation/Foundation.h> @interface PodsDummy_SnapKit : NSObject @end @implementation PodsDummy_SnapKit @end
{ "pile_set_name": "Github" }
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netstandard2.0</TargetFramework> </PropertyGroup> <ItemGroup> [FILES] </ItemGroup> <ItemGroup> [PROJECTREFERENCES] </ItemGroup> <ItemGroup> [PACKAGEREFERENCES] </ItemGroup> </Project>
{ "pile_set_name": "Github" }
/* * bdc_ep.c - BRCM BDC USB3.0 device controller endpoint related functions * * Copyright (C) 2014 Broadcom Corporation * * Author: Ashwini Pahuja * * Based on drivers under drivers/usb/ * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public Li...
{ "pile_set_name": "Github" }
/* * Copyright 2014 Nicolas Morel * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
{ "pile_set_name": "Github" }
const Backbone = require('backbone'); const checkAndBuildOpts = require('builder/helpers/required-opts'); const REQUIRED_OPTS = [ 'configModel' ]; module.exports = Backbone.Model.extend({ defaults: { projects: [] }, url: function () { const version = this._configModel.urlVersion('connectors'); co...
{ "pile_set_name": "Github" }
#tb 0: 1/25 #media_type 0: video #codec_id 0: rawvideo #dimensions 0: 416x240 #sar 0: 0/1 0, 0, 0, 1, 149760, 0x1613b277 0, 1, 1, 1, 149760, 0xf92d5543 0, 2, 2, 1, 149760, 0xf119ba8e 0, 3, 3, 1, 149760, 0xbce35d0...
{ "pile_set_name": "Github" }
'use strict'; var defaults = require('defaults'); var through = require('through2'); var gs = require('glob-stream'); var File = require('vinyl'); var getContents = require('./getContents'); var getStats = require('./getStats'); function createFile (globFile, enc, cb) { cb(null, new File(globFile)); } function sr...
{ "pile_set_name": "Github" }
function test(chart) { // eslint-disable-line no-unused-vars chart.getSVG = function () { return chart.container.innerHTML; }; }
{ "pile_set_name": "Github" }
#pragma once #include <list> #include "View.h" #include <common.h> #include <render/RenderSystem.h> namespace UI { class PrintScreenMessages : public View { public: PrintScreenMessages(Engine::BaseEngine& e); ~PrintScreenMessages(); /** * Updates/draws the UI-Views ...
{ "pile_set_name": "Github" }
# Copyright (C) Pootle contributors. # # This file is a part of the Pootle project. It is distributed under the GPL3 # or later license. See the LICENSE file for a copy of the license and the # AUTHORS file for copyright and authorship information. # msgid "" msgstr "" "Project-Id-Version: Pootle 2.7.0\n" "Report-Msgid...
{ "pile_set_name": "Github" }
package org.commoncrawl.util.redis; import java.io.IOException; import java.nio.ByteBuffer; import java.util.Arrays; import org.commoncrawl.util.ByteArrayUtils; /** * An object encapsulating a single response line or * a set of responses from a multi response * * * @author rana * */ public class RedisRespo...
{ "pile_set_name": "Github" }
package Recursive_Subprograms.Multiple with SPARK_Mode is type Nat_Array is array (Positive range <>) of Natural; function Max (A : Nat_Array; F, L : Positive) return Positive is (if F = L then F elsif A (F) > A (L) then Max (A, F, L - 1) else Max (A, F + 1, L)) with Pre => L in A'Range and ...
{ "pile_set_name": "Github" }
var s = "a1"; var x64 = s:uint(64); writeln("x64 is: ", x64);
{ "pile_set_name": "Github" }
@once-disp-msg = 0 sdf 13, 0 msg 0, 1, -1 pic 0, 4 ex1 -1, -1, -1 ex2 -1, -1, -1 goto -1 @if-sdf = 1 sdf 101, 0 msg -1, -1, -1 pic 0, 4 ex1 1, 3, -1 ex2 -1, -1, -1 goto -1 @if-sdf = 2 sdf 101, 7 msg -1, -1, -1 pic 0, 4 ex1 -1, -1, -1 ex2 1, 3, -1 goto -1 @change-ter = 3 sdf -1, -1 msg -1, -1, -1 pi...
{ "pile_set_name": "Github" }
/* * Copyright 2009 David Jurgens * * This file is part of the S-Space package and is covered under the terms and * conditions therein. * * The S-Space package is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as published * by the Free Soft...
{ "pile_set_name": "Github" }
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Wi...
{ "pile_set_name": "Github" }
// // HTMLForm.cpp // // $Id: //poco/1.4/Net/src/HTMLForm.cpp#4 $ // // Library: Net // Package: HTML // Module: HTMLForm // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. // // Permission is hereby granted, free of charge, to any person or organization // ...
{ "pile_set_name": "Github" }
--- title: "norm, normf, norml" ms.date: "04/05/2018" api_name: ["norm", "normf", "norml"] api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-math-l1-1-0.dll"] ...
{ "pile_set_name": "Github" }
const path = require('path'); const webpack = require('webpack'); const Components = require('./components.json'); module.exports = { entry: Components, output: { path: path.join(__dirname, './dist/lib'), filename: '[name].js', libraryTarget: 'commonjs2' }, module: { ru...
{ "pile_set_name": "Github" }
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class ChangeDominionResourceBoatsToFloat extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::table('...
{ "pile_set_name": "Github" }
//@HEADER // *************************************************** // // HPCG: High Performance Conjugate Gradient Benchmark // // Contact: // Michael A. Heroux ( maherou@sandia.gov) // Jack Dongarra (dongarra@eecs.utk.edu) // Piotr Luszczek (luszczek@eecs.utk.edu) // // ******************************************...
{ "pile_set_name": "Github" }
/* ** $Id: llex.c,v 2.96.1.1 2017/04/19 17:20:42 roberto Exp $ ** Lexical Analyzer ** See Copyright Notice in lua.h */ #define llex_c #define LUA_CORE #include "lprefix.h" #include <locale.h> #include <string.h> #include "lua.h" #include "lctype.h" #include "ldebug.h" #include "ldo.h" #include...
{ "pile_set_name": "Github" }
#cloud-config write_files: - path: /etc/nginx/nginx.conf content: | user nginx; worker_processes auto; error_log /var/log/nginx/error.log; pid /run/nginx.pid; events { worker_connections 1024; } http { log_format main '$remote_addr...
{ "pile_set_name": "Github" }
### Package: targets/nrf52_blinky pkg.name: "targets/nrf52_blinky" pkg.type: "target" pkg.description: pkg.author: pkg.homepage:
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Module name="GangsterThief_Lp" id="510"> <Interfaces> <Interface provider="0x0101006e" id="0x01c10032"/> </Interfaces> <Dependencies> <Local>1510</Local> <Remote>310</Remote> </Dependencies> <Lp>Yes</Lp> <Implant>No...
{ "pile_set_name": "Github" }
/* Copyright 2020 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 applicable law or a...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <!-- Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.2 Version: 3.7.0 Author: KeenThemes Website: http://www.keenthemes.com/ Contact: support@keenthemes.com Follow: www.twitter.com/keenthemes Like: www.facebook.com/keenthemes Purchase: http://themeforest.n...
{ "pile_set_name": "Github" }
/* * pata_ns87415.c - NS87415 (non PARISC) PATA * * (C) 2005 Red Hat <alan@lxorguk.ukuu.org.uk> * * This is a fairly generic MWDMA controller. It has some limitations * as it requires timing reloads on PIO/DMA transitions but it is otherwise * fairly well designed. * * This driver assumes the fi...
{ "pile_set_name": "Github" }
snippet @page <%@page contentType="text/html" pageEncoding="UTF-8"%> snippet jstl <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> snippet jstl:c <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> snippet jstl:fn <...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s auto f() -> int[32]; // expected-error{{function cannot return array}} auto g() -> int(int); // expected-error{{function cannot return function}} auto h() -> auto() -> int; // expected-error{{function cannot return function}} auto i() -> auto(*)() -> int;
{ "pile_set_name": "Github" }
package io.ebeaninternal.server.text.json; import io.ebean.BaseTestCase; import io.ebean.Ebean; import io.ebean.text.json.JsonContext; import io.ebean.text.json.JsonReadBeanVisitor; import io.ebean.text.json.JsonReadOptions; import org.tests.model.basic.Address; import org.tests.model.basic.Contact; import org.tests.m...
{ "pile_set_name": "Github" }
#include "message_list.h" #include "city/message.h" #include "core/calc.h" #include "core/image_group.h" #include "core/lang.h" #include "graphics/generic_button.h" #include "graphics/graphics.h" #include "graphics/image.h" #include "graphics/image_button.h" #include "graphics/lang_text.h" #include "graphics/panel.h" ...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file # for more information. # # Description: Performs various techniques to dump hashes fro...
{ "pile_set_name": "Github" }
 /*=================================================================================== * * Copyright (c) Userware/OpenSilver.net * * This file is part of the OpenSilver Runtime (https://opensilver.net), which is * licensed under the MIT license: https://opensource.org/licenses/MIT * * As stated in t...
{ "pile_set_name": "Github" }
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" > <head> <title>Testing image 4</title> <style type="text/css"> @import "../../../dojo/resources/dojo.css"; @import "../../../dijit/tests/css/dijitTests.css"; </style> <meta http-equiv="Content-Type" content="text/html; ch...
{ "pile_set_name": "Github" }
/* * Copyright 2013-2016 Sergey Ignatov, Alexander Zolotov, Florin Patan * * 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 req...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/values-ja/strings.xml --> <eat-comment/> <string msgid="46004217771201...
{ "pile_set_name": "Github" }
#ifndef HEADER_CURL_BEARSSL_H #define HEADER_CURL_BEARSSL_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * |...
{ "pile_set_name": "Github" }
//===----------------------------------------------------------------------===// // // 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" }
# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: version 0.0.1\n" "POT-Creation-Date: 2009-02-26 19:50+0100\n" "PO-Revision-Date...
{ "pile_set_name": "Github" }
{ "expPowerOf256_1": { "_info": { "comment": "", "filledwith": "testeth 1.4.0.dev0-56+commit.71414ae3", "lllcversion": "Version: 0.4.25-develop.2018.5.30+commit.0a1a8bfb.Linux.g++", "source": "src/VMTestsFiller/vmArithmeticTest/expPowerOf256_1Filler.json", ...
{ "pile_set_name": "Github" }
## 一 深入理解进程阻塞 进程间的通信时通过 send() 和 receive() 两种基本操作完成的。具体如何实现这两种基础操作,存在着不同的设计: > 消息的传递有可能是**阻塞的**或**非阻塞的**,也被称为**同步**或**异步**的。----《操作系统概论》 - 阻塞式发送:blocking send,发送方进程会被一直阻塞,直到消息被接受方进程收到 - 非阻塞式发送:nonblocking send,发送方进程调用 send() 后,立即就可以其他操作 - 阻塞式接收:blocking receive,接收方调用 receive() 后一直阻塞,直到消息到达可用 - 非阻塞式接受:nonblocking r...
{ "pile_set_name": "Github" }
// Copyright (c) 2012-2018 Ugorji Nwoke. All rights reserved. // Use of this source code is governed by a MIT license found in the LICENSE file. // +build go1.7 package codec const genCheckVendor = true
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2017 Capital One Services, LLC and Bitwise, 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/licens...
{ "pile_set_name": "Github" }
div.wysiwyg { border: 1px solid #999; padding: 0; background: #fff url('jquery.wysiwyg.bg.png') repeat-x top; } div.wysiwyg * { margin: 0; padding: 0; } div.wysiwyg ul.toolbar li.jwysiwyg-custom-command { overflow: hidden; } div.wysiwyg ul.toolbar { border-bottom: 1px solid #ccc; float: left; width: 100%; padding: 0...
{ "pile_set_name": "Github" }
// // FormatRelay-Bridging-Header.h // LNProvider // // Created by John Holdsworth on 03/04/2017. // Copyright © 2017 John Holdsworth. All rights reserved. // #import "LNExtensionProtocol.h" #define EXTENSION_IMPL_SERVICE "com.johnholdsworth.FormatImpl"
{ "pile_set_name": "Github" }
0 1.00E+30 0 0.00E+00 0 0 IBCFCB,HDRY,IWDFLG,WETFCT,IWETIT,IHDWET 1 0 0 CONSTANT 1.000000E+00 TRPY CONSTANT 1.000000E-03 HY layer 1 CONSTANT 2.000000E-08 VCONT layer 1 CONSTANT 1.000000E-02 TRAN layer 2 CONSTANT 1.000000E-08 VCONT layer 2 CONSTANT 2.000000E-...
{ "pile_set_name": "Github" }
--- title: Elixir School layout: home version: 2.0.0 --- Elixir School — главный ресурс для тех, кто хочет изучить язык программирования Elixir. Независимо от вашего опыта в разработке ПО, вы найдёте все необходимое в уроках и на вспомогательных ресурсах. Благодаря тяжёлому труду добровольцев, Elixir School был пере...
{ "pile_set_name": "Github" }
# # Makefile for the Linux affs filesystem routines. # #ccflags-y := -DDEBUG=1 obj-$(CONFIG_AFFS_FS) += affs.o affs-objs := super.o namei.o inode.o file.o dir.o amigaffs.o bitmap.o symlink.o
{ "pile_set_name": "Github" }
import { Component, h } from 'preact' import Label from '../components/Label' import Wrapper from '../components/Wrapper' import Text from '../components/Text' export default class Input extends Component { constructor(props, context) { super(props, context) this.state = { size: 50 } this.setSize = this....
{ "pile_set_name": "Github" }