text
stringlengths
2
99.9k
meta
dict
# coding: utf-8 import os from setuptools import setup import coinbase.wallet README = open(os.path.join(os.path.dirname(__file__), 'PYPIREADME.rst')).read() REQUIREMENTS = [ line.strip() for line in open(os.path.join(os.path.dirname(__file__), 'requirements.txt')).re...
{ "pile_set_name": "Github" }
<Project> <!-- HACK: Our test projects don't match Arcade's conventions --> <PropertyGroup Condition="'$(IsUnitTestProject)' == ''"> <IsUnitTestProject Condition="$(MSBuildProjectName.EndsWith('.FunctionalTests'))">True</IsUnitTestProject> <IsUnitTestProject Condition="$(MSBuildProjectName.EndsWith('.Specif...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 #include <stdlib.h> #if !defined(__UCLIBC__) #include <gnu/libc-version.h> #else #define XSTR(s) STR(s) #define STR(s) #s #endif int main(void) { #if !defined(__UCLIBC__) const char *version = gnu_get_libc_version(); #else const char *version = XSTR(__GLIBC__) "." XSTR(__GLIBC_MI...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
{ "pile_set_name": "Github" }
// NOTE: This file was generated by the ServiceGenerator. // ---------------------------------------------------------------------------- // API: // G Suite Alert Center API (alertcenter/v1beta1) // Description: // Manages alerts on issues affecting your domain. // Documentation: // https://developers.google.com...
{ "pile_set_name": "Github" }
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2009, 2015 Oracle and/or its affiliates. All rights reserved. * */ using System; using System.Collections.Generic; using System.Collections; using System.Diagnostics; using System.IO; using System.Text; using System.Runtime.Serialization...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 7a18e3cc6cf7e674ba25721a8400e943 timeCreated: 1452616721 licenseType: Store NativeFormatImporter: userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
{ "Commands:": "命令:", "Options:": "选项:", "Examples:": "示例:", "boolean": "布尔", "count": "计数", "string": "字符串", "number": "数字", "array": "数组", "required": "必需", "default:": "默认值:", "choices:": "可选值:", "generated-value": "生成的值", "Not enough non-option arguments: got %s, need at least %s": "缺少 non...
{ "pile_set_name": "Github" }
{ "$schema" : "http://json-schema.org/draft-01/hyper-schema#", "id" : "http://json-schema.org/draft-01/schema#", "type" : "object", "properties" : { "type" : { "type" : ["string", "array"], "items" : { "type" : ["string", {"$ref" : "#"}] }, "optional" : true, "default" : "any" }, "prop...
{ "pile_set_name": "Github" }
// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab // Copyright (C) ???? - INRIA - Scilab // // Copyright (C) 2012 - 2016 - Scilab Enterprises // // This file is hereby licensed under the terms of the GNU GPL v2.0, // pursuant to article 5.3.4 of the CeCILL v.2.1. // This file was originally licensed un...
{ "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" }
pkgs_nginx: - nginx service_nginx: nginx path_nginx_virtualhost_enabled: /etc/nginx/sites-enabled path_nginx_virtualhost_available: /etc/nginx/sites-available path_nginx_conf: /etc/nginx/nginx.conf
{ "pile_set_name": "Github" }
// mksysnum_freebsd.pl // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,freebsd package unix const ( // SYS_NOSYS = 0; // { int nosys(void); } syscall nosys_args int SYS_EXIT = 1 // { void sys_exit(int rval); } exit \ SYS_FORK = 2 // { in...
{ "pile_set_name": "Github" }
en: devise: mailer: confirmation_instructions: subject: Confirmation instructions - Annict sessions: user: signed_in: Welcome back!
{ "pile_set_name": "Github" }
// *************************************************************************** // * // * Copyright (C) 2010 International Business Machines // * Corporation and others. All Rights Reserved. // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java // * Source File:<path>/common/main/sh_BA.xml // * // **************...
{ "pile_set_name": "Github" }
--- description: "Automatically generated file. DO NOT MODIFY" --- ```javascript const options = { authProvider, }; const client = Client.init(options); const educationClass = { description: "History - World History 1", displayName: "World History Level 1", }; let res = await client.api('/education/classes/11...
{ "pile_set_name": "Github" }
// Lzma2Register.cpp #include "StdAfx.h" #include "../Common/RegisterCodec.h" #include "Lzma2Decoder.h" #include "Lzma2Encoder.h" namespace NCompress { namespace NLzma2 { REGISTER_CODEC_E(LZMA2, CDecoder(), CEncoder(), 0x21, "LZMA2") }} void cherrytree_register_lzma2() {}
{ "pile_set_name": "Github" }
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased ## 4.19.0 - 2020-07-12 - Changed: Variable aws_zone no longer needed (#232) by ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2000 Janus * * 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) any later version. * * This library is dis...
{ "pile_set_name": "Github" }
// Copyright (c) 2011 The LevelDB Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. See the AUTHORS file for names of contributors. #include "db/log_reader.h" #include "db/log_writer.h" #include "leveldb/env.h" #include "util/coding.h"...
{ "pile_set_name": "Github" }
#ifndef GAINPUTINPUTMAP_H_ #define GAINPUTINPUTMAP_H_ namespace gainput { class UserButton; /// Type for filter functions that can be used to filter mapped float inputs. typedef float (*FilterFunc_T)(float const value, void* userData); /// Maps user buttons to device buttons. /** * This is the interface that shou...
{ "pile_set_name": "Github" }
<?php namespace Relay; use InvalidArgumentException; use Psr\Http\Message\ResponseInterface; use Psr\Http\Message\ServerRequestInterface; use Psr\Http\Server\RequestHandlerInterface; use TypeError; use function is_array; use function is_iterable; use function iterator_to_array; /** * An abstract PSR-15 request hand...
{ "pile_set_name": "Github" }
3Com Corp Chairman Eric Benhamou said he plans to use the company's proposed merger with U.S. Robotics Corp to expand the reach of 3Com's office-oriented equipment into small business and home markets. In a telephone interview Wednesday evening after the announcement of the $7.3-billion-merger (on a fully-diluted basi...
{ "pile_set_name": "Github" }
nameserver 8.8.8.8 options edns0
{ "pile_set_name": "Github" }
/* * Copyright (c) 2002-2010 LWJGL Project * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2017 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
{ "pile_set_name": "Github" }
interactions: - request: body: null headers: Accept: - '*/*' Accept-Encoding: - gzip, deflate Connection: - keep-alive Content-Length: - '0' User-Agent: - azsdk-python-storage-dfs/12.1.0b1 Python/3.7.3 (Windows-10-10.0.18362-SP0) x-ms-client-requ...
{ "pile_set_name": "Github" }
{ "id": "freyas-photo", "name": "Freya's Photo", "games": { "nh": { "sellPrice": { "currency": "bells", "value": 10 }, "buyPrices": [ { "currency": "bells", "value": 40 } ] } }, "category": "Photos" }
{ "pile_set_name": "Github" }
#![cfg_attr(not(with_main), no_std)] trait Tr { fn f(&self) -> i32; } struct St(i32); impl Tr for St { fn f(&self) -> i32 { self.0 } } pub fn f(x: i32) -> i32 { let st = St(100); let tr: &dyn Tr = &st; tr.f() } pub static ARG: i32 = 1; #[cfg(with_main)] pub fn main() { println!("{:?}", f(ARG)...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="ember-guides/config/environment" content="%7B%22modulePrefix%22%3A%22ember-guides%22%2C%22environment%22%3A%22pr...
{ "pile_set_name": "Github" }
{ "id": "4a513c08-4e38-49f8-b669-db652f92aa2b", "modelName": "GMScript", "mvc": "1.0", "name": "draw_text_outline_ext_transformed", "IsCompatibility": false, "IsDnD": false }
{ "pile_set_name": "Github" }
.\" Copyright (c) 2014 Stijn van Dongen .TH "mcx convert" 1 "16 May 2014" "mcx convert 14-137" "USER COMMANDS " .po 2m .de ZI .\" Zoem Indent/Itemize macro I. .br 'in +\\$1 .nr xa 0 .nr xa -\\$1 .nr xb \\$1 .nr xb -\\w'\\$2' \h'|\\n(xau'\\$2\h'\\n(xbu'\\ .. .de ZJ .br .\" Zoem Indent/Itemize macro II. 'in +\\$1 'in +\\...
{ "pile_set_name": "Github" }
1920.0 1080.0 2009.726692 0 948.436 0 1996.036875 607.49605 0 0 1
{ "pile_set_name": "Github" }
package io.spring2go.implicitserver.config; import org.springframework.context.annotation.Configuration; import org.springframework.security.oauth2.config.annotation.configurers.ClientDetailsServiceConfigurer; import org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerConfigu...
{ "pile_set_name": "Github" }
package com.company.manerger.sys.common.base.filter.xss; import javax.servlet.*; import javax.servlet.http.HttpServletRequest; import java.io.IOException; /** * 另外,有些情况不想显示过滤后内容的话,可以用StringEscapeUtils.unescapeHtml4()这个方法, * 把StringEscapeUtils.escapeHtml4()转义之后的字符恢复原样。 * */ public class XssFilter implements Filter...
{ "pile_set_name": "Github" }
/* MANAGED-BY-SYSTEM-BUILDER */ /* VisualDSP++ 5.0 Update 6 */ /* LDF Printer version: 5.6.0.4 */ /* ldfgen.exe version: 5.6.0.4 */ /* VDSG version: 5.6.0.4 ...
{ "pile_set_name": "Github" }
invoke >= 0.20 rellu >= 0.6 twine wheel
{ "pile_set_name": "Github" }
name: "Domine" designer: "Impallari Type" license: "OFL" category: "SERIF" date_added: "2012-11-30" fonts { name: "Domine" style: "normal" weight: 400 filename: "Domine-Regular.ttf" post_script_name: "Domine-Regular" full_name: "Domine" copyright: "Copyright (c) 2012, Pablo Impallari (www.impallari.com|im...
{ "pile_set_name": "Github" }
// Go support for Protocol Buffers - Google's data interchange format // // Copyright 2010 The Go Authors. All rights reserved. // https://github.com/golang/protobuf // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met...
{ "pile_set_name": "Github" }
$categories = $this->getRequest()->getPost('category_ids', -1); if ($categories != -1) { $categories = explode(',', $categories); $categories = array_unique($categories); ${{entity}}->setCategoriesData($categories); ...
{ "pile_set_name": "Github" }
-r requirements/production.txt
{ "pile_set_name": "Github" }
interface subroutine wfn1_ad_dlarfg(n,alpha,x,incx,tau) use wfn1_ad1 implicit none integer n,incx type(wfn1_ad_dble) :: tau,alpha,x(*) end subroutine end interface
{ "pile_set_name": "Github" }
var MyGame = {}; MyGame.Boot = function(game) { }; MyGame.Boot.prototype = { init : function(){ this.input.maxPointers = 1; this.stage.disableVisibilityChange = true; this.scale.scaleMode = Phaser.ScaleManager.SHOW_ALL; this.scale.pageAlignHorizontally = true; this.scale.pageAlignVertically = true; }...
{ "pile_set_name": "Github" }
// Register names from Peter Barrett's Microtouch code #define ILI932X_START_OSC 0x00 #define ILI932X_DRIV_OUT_CTRL 0x01 #define ILI932X_DRIV_WAV_CTRL 0x02 #define ILI932X_ENTRY_MOD 0x03 #define ILI932X_RESIZE_CTRL 0x04 #define ILI932X_DISP_CTRL1 0x07 #define ILI932X_DISP_CTRL...
{ "pile_set_name": "Github" }
{ "name": "國軍退除役官兵輔導條例", "status": "實施", "content": [ { "num": 1, "zh": "第一條", "article": "國軍退除役官兵之輔導安置及其應享權益,依本條例之規定,其未規定者,適用其他法律。" }, { "num": 2, "zh": "第二條", "article": "本條例所稱退除役官兵如下:一、志願服一定年限之現役軍官、士官、士兵,依法退伍除役者。二、服軍官、士官、士兵役,因作戰或因公致病、傷或身心障礙,於退伍除役後,生計艱難需長期醫療或就養者。三...
{ "pile_set_name": "Github" }
# SPDX-License-Identifier: GPL-2.0-only config SND_SOC_AMD_ACP tristate "AMD Audio Coprocessor support" help This option enables ACP DMA support on AMD platform. config SND_SOC_AMD_CZ_DA7219MX98357_MACH tristate "AMD CZ support for DA7219 and MAX9835" select SND_SOC_DA7219 select SND_SOC_MAX98357A select SND_S...
{ "pile_set_name": "Github" }
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
{ "pile_set_name": "Github" }
# Tcl autoload index file, version 2.0 # This file is generated by the "auto_mkindex" command # and sourced to set up indexing information for one or # more commands. Typically each line is a command that # sets an element in the auto_index array, where the # element name is the name of a command and the value is # a ...
{ "pile_set_name": "Github" }
from Screens.Screen import Screen from Screens.Setup import setupdom from Screens.LocationBox import AutorecordLocationBox, TimeshiftLocationBox from Screens.MessageBox import MessageBox from Components.Label import Label from Components.config import config, configfile, ConfigYesNo, ConfigNothing, ConfigSelection, get...
{ "pile_set_name": "Github" }
--- page_type: sample description: "Provides a functional miniport implementation for a standard SD host controller." languages: - cpp products: - windows - windows-wdk --- # Standard SD Host Controller Miniport This is a sample for a Secure Digital (SD) Host Controller miniport driver. The driver works in conjunctio...
{ "pile_set_name": "Github" }
/* * file: Interval.java * author: Jon Iles * copyright: (c) Packwood Software 2005 * date: 22 July 2005 */ /* * 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; ei...
{ "pile_set_name": "Github" }
/// Construct a `serde_json::Value` from a JSON literal. /// /// ``` /// # use serde_json::json; /// # /// let value = json!({ /// "code": 200, /// "success": true, /// "payload": { /// "features": [ /// "serde", /// "json" /// ] /// } /// }); /// ``` /// /// Vari...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../libc/fn.ioctl.html"> </head> <body> <p>Redirecting to <a href="../../libc/fn.ioctl.html">../../libc/fn.ioctl.html</a>...</p> <script>location.replace("../../libc/fn.ioctl.html" + location.search + location.hash);</script...
{ "pile_set_name": "Github" }
<?php namespace Faker\PHPUnit\Framework\Constraint; class IsValidSiren extends IsValidSirenSiret { protected function getLength() { return 9; } protected function getName() { return 'SIREN'; } }
{ "pile_set_name": "Github" }
[expect php] [file] <?php require('Phalanger.inc'); $f = fopen(__FILE__, 'r'); fclose($f); __var_dump(is_resource($f)); ?>
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "filename" : "SL-phone-code.png" } ], "info" : { "version" : 1, "author" : "xcode" } }
{ "pile_set_name": "Github" }
<#assign pojoNameLower = pojo.shortName.substring(0,1).toLowerCase()+pojo.shortName.substring(1)> <#assign getIdMethodName = pojo.getGetterSignature(pojo.identifierProperty)> <#assign setIdMethodName = 'set' + pojo.getPropertyName(pojo.identifierProperty)> <#assign identifierType = pojo.getJavaTypeName(pojo.identifierP...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2013-2015 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 conditi...
{ "pile_set_name": "Github" }
```mermaid graph LR Teams --- Connector Slack --- Connector([Connector]) Cortana --- Connector WebChat --- Connector Connector --- Bot(Bot) ```
{ "pile_set_name": "Github" }
/* * Copyright 2012-2014 Comcast Cable Communications Management, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unl...
{ "pile_set_name": "Github" }
AC3Db MATERIAL "ac3dmat1" rgb 1 1 1 amb 0.2 0.2 0.2 emis 0 0 0 spec 0.5 0.5 0.5 shi 10 trans 0 OBJECT world kids 1 OBJECT poly name "closedline" texture "forest1.rgb" numvert 28 -0.638741 -0.632539 0 -0.638741 0.462002 0 -0.613935 0.437196 0 -0.586029 0.502311 0 -0.533317 0.520915 0 -0.502311 0.493009 0 -0.468203 ...
{ "pile_set_name": "Github" }
/* system.c - Handles system level commands and real-time processes Part of Grbl Copyright (c) 2014-2015 Sungeun K. Jeon Grbl 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...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 2964e8872a62e49409349dd92683b669 timeCreated: 1472460742 licenseType: Pro MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128" ; RUN: opt < %s -bb-vectorize -bb-vectorize-req-chain-depth 3 -bb-vectorize-ignore-target-info -S | FileCheck %s -check-prefix=CHECK-RD3 ; RUN: opt < %s -bb-vectorize -b...
{ "pile_set_name": "Github" }
'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; $provide.value("$locale", { "DATETIME_FORMATS": { "AMPMS": [ "a.m.", "p.m." ], "DAY": [ "s\u00f8ndag", ...
{ "pile_set_name": "Github" }
//=============================================================================================================== // System : Visual Studio Spell Checker Package // File : SpellingConfigurationEditorPane.cs // Author : Eric Woodruff (Eric@EWoodruff.us) // Updated : 02/07/2015 // Note : Copyright 2015, Er...
{ "pile_set_name": "Github" }
Retire.js ========= #### What you require you must also retire There is a plethora of JavaScript libraries for use on the Web and in Node.JS apps out there. This greatly simplifies development,but we need to stay up-to-date on security fixes. "Using Components with Known Vulnerabilities" is now a part of the [OWASP...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2009-2010 Lockheed Martin Corporation * * 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" }
package com.tencent.mm.af; import com.tencent.matrix.trace.core.AppMethodBeat; import com.tencent.mm.af.j.b; import com.tencent.mm.i.d; import com.tencent.mm.sdk.platformtools.ab; import java.util.Map; public class i extends f { public int fgg = 0; public final f Xz() { AppMethodBeat.i(16196); ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>IDEDidComputeMac32BitWarning</key> <true/> </dict> </plist>
{ "pile_set_name": "Github" }
#include "greentea-client/greentea_serial.h" SingletonPtr<GreenteaSerial> greentea_serial; GreenteaSerial::GreenteaSerial() : mbed::RawSerial(USBTX, USBRX, MBED_CONF_PLATFORM_STDIO_BAUD_RATE) {};
{ "pile_set_name": "Github" }
package io.jenkins.plugins.casc.core; import hudson.security.AuthorizationStrategy; import io.jenkins.plugins.casc.misc.ConfiguredWithCode; import io.jenkins.plugins.casc.misc.JenkinsConfiguredWithCodeRule; import org.junit.Rule; import org.junit.Test; import static org.junit.Assert.assertSame; /** * @author Kohsuk...
{ "pile_set_name": "Github" }
.text .align 16 .global GC_save_regs_in_stack .proc GC_save_regs_in_stack GC_save_regs_in_stack: .body flushrs ;; mov r8=ar.bsp br.ret.sptk.few rp .endp GC_save_regs_in_stack
{ "pile_set_name": "Github" }
//======================================================================== // GLFW - An OpenGL framework // Platform: X11/GLX // API version: 2.7 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c)...
{ "pile_set_name": "Github" }
/* * SEGS - Super Entity Game Server * http://www.segs.dev/ * Copyright (c) 2006 - 2019 SEGS Team (see AUTHORS.md) * This software is licensed under the terms of the 3-clause BSD License. See LICENSE.md for details. */ #pragma once #include "GameCommand.h" #include "GameData/Powers.h" #include "GameData/Trade.h" ...
{ "pile_set_name": "Github" }
import unittest class YetAnotherSampleTest(unittest.TestCase): def setUp(self): return def tearDown(self): return def test_abc(self): pass if __name__ == '__main__': unittest.main()
{ "pile_set_name": "Github" }
{ stdenv, fetchurl, cmake }: stdenv.mkDerivation rec { version = "2.2.0"; pname = "LASzip"; src = fetchurl { url = "https://github.com/LASzip/LASzip/archive/v${version}.tar.gz"; sha256 = "b8e8cc295f764b9d402bc587f3aac67c83ed8b39f1cb686b07c168579c61fbb2"; }; nativeBuildInputs = [ cmake ]; meta = ...
{ "pile_set_name": "Github" }
<!-- doc/src/sgml/ltree.sgml --> <sect1 id="ltree" xreflabel="ltree"> <title>ltree</title> <indexterm zone="ltree"> <primary>ltree</primary> </indexterm> <para> This module implements a data type <type>ltree</type> for representing labels of data stored in a hierarchical tree-like structure. Extensive fa...
{ "pile_set_name": "Github" }
// MIT License - Copyright (c) Callum McGing // This file is subject to the terms and conditions defined in // LICENSE, which is part of this source code package using System; using LibreLancer.Fx; namespace LibreLancer.GameData.Items { public class EffectEquipment : Equipment { public ResolvedFx Particles; pub...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Article 1 from feed 1</title> </head> <body> <h1>Article...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2012 Google, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
{ "pile_set_name": "Github" }
const handler = require('serve-handler') const http = require('http') const server = http.createServer((request, response) => { // You pass two more arguments for config and middleware // More details here: https://github.com/zeit/serve-handler#options return handler(request, response, { public: 'public' }) }) ...
{ "pile_set_name": "Github" }
# CHANGELOG ## 2.2.2 - 2020-04-08 * Remove magic method call to support linting command ## 2.2.1 - 2020-03-05 * Fix issue with different tree builder interface for different symfony versions ## 2.2.0 - 2020-03-05 * Added optional configuration validation and merging via AWS_MERGE_CONFIG env variable. ## 2.1.0 - ...
{ "pile_set_name": "Github" }
; RUN: llc < %s -O0 ; PR 1323 %struct.comp = type { i8*, i32, i8*, [3 x i8], i32 } define void @regbranch() { cond_next240.i: br i1 false, label %cond_true251.i, label %cond_next272.i cond_true251.i: ; preds = %cond_next240.i switch i8 0, label %cond_next272.i [ i8 42, label %bb268.i i8 43, label %bb268.i ...
{ "pile_set_name": "Github" }
//////////////////////////////////////////////////////////////////////////////////////////////////// // // Project: Embedded Learning Library (ELL) // File: VoiceActivityDetectorNode.h (nodes) // Authors: Chris Lovett // //////////////////////////////////////////////////////////////////////////////////////////...
{ "pile_set_name": "Github" }
# Fix the endian-specific bit-counting code so that it works. # SF:1068324 "netcat_flag_count() fix" # http://sourceforge.net/tracker/?func=detail&aid=1205729&group_id=52204&atid=466046 # SF:1205729 "doen't work on arm linux platform": # http://sourceforge.net/tracker/?func=detail&aid=1068324&group_id=52204&atid=46...
{ "pile_set_name": "Github" }
using OrchardCore.ContentManagement; namespace OrchardCore.Media.Fields { public class MediaField : ContentField { public string[] Paths { get; set; } } }
{ "pile_set_name": "Github" }
Namespace Items.Wings <Item(254, "Health Wing")> Public Class HealthWing Inherits WingItem Public Overrides ReadOnly Property Description As String = "An item for use on a Pokémon. It slightly increases the base HP stat of a single Pokémon." Public Sub New() _textureRecta...
{ "pile_set_name": "Github" }
/* * This file was generated automatically by ExtUtils::ParseXS version 2.18_02 from the * contents of Context.xs. Do not edit this file, edit Context.xs instead. * * ANY CHANGES MADE HERE WILL BE LOST! * */ #include <stdbool.h> #ifndef HAS_BOOL # define HAS_BOOL 1 #endif #line 1 "Context.xs" /* * Context.xs. ...
{ "pile_set_name": "Github" }
from collections import defaultdict LEAF_MARKER = '<leaf>' LEAF_CONSTRAINT = ((LEAF_MARKER, []),) INDENT = ' ' def visualize_complete_tree(list_of_dot_separated_strings): new_structure = dict() structure = _create_tree_structure(list_of_dot_separated_strings) for key in structure: if key != LEAF...
{ "pile_set_name": "Github" }
<!-- YAML added: v11.6.0 --> * `key` {Object | string | Buffer} * `key`: {string | Buffer} The key material, either in PEM or DER format. * `format`: {string} Must be `'pem'` or `'der'`. **Default:** `'pem'`. * `type`: {string} Must be `'pkcs1'`, `'pkcs8'` or `'sec1'`. This option is required only if the `f...
{ "pile_set_name": "Github" }
package dong.lan.tuyi.widget; import android.content.Context; import android.content.res.TypedArray; import android.graphics.drawable.Drawable; import android.util.AttributeSet; import android.view.LayoutInflater; import android.view.View; import android.widget.ImageView; import android.widget.LinearLayout; import and...
{ "pile_set_name": "Github" }
// default includes #include "Global/Macros.h" CLANG_DIAG_OFF(mismatched-tags) GCC_DIAG_OFF(unused-parameter) GCC_DIAG_OFF(missing-field-initializers) GCC_DIAG_OFF(missing-declarations) GCC_DIAG_OFF(uninitialized) GCC_DIAG_UNUSED_LOCAL_TYPEDEFS_OFF #include <shiboken.h> // produces many warnings #include <pysidesignal...
{ "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_152-release) on Wed Sep 06 19:13:05 IST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>BuildConfig</title>...
{ "pile_set_name": "Github" }
/* * Author: illuz <iilluzen[at]gmail.com> * File: AC_simulation_n.cpp * Create Date: 2016-02-28 23:25:05 * Descripton: */ #include <bits/stdc++.h> using namespace std; const int N = 0; class Solution { public: bool increasingTriplet(vector<int>& nums) { long long min = (1ll<<50), mid ...
{ "pile_set_name": "Github" }
// +build linux package fs2 import ( "github.com/opencontainers/runc/libcontainer/cgroups/ebpf" "github.com/opencontainers/runc/libcontainer/cgroups/ebpf/devicefilter" "github.com/opencontainers/runc/libcontainer/configs" "github.com/pkg/errors" "golang.org/x/sys/unix" ) func isRWM(perms configs.DevicePermissio...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __MM_KASAN_KASAN_H #define __MM_KASAN_KASAN_H #include <linux/kasan.h> #include <linux/stackdepot.h> #define KASAN_SHADOW_SCALE_SIZE (1UL << KASAN_SHADOW_SCALE_SHIFT) #define KASAN_SHADOW_MASK (KASAN_SHADOW_SCALE_SIZE - 1) #define KASAN_FREE_PAGE 0xFF /* ...
{ "pile_set_name": "Github" }
############################################################################## # Automations to configure button controls on page 6 (two wide, 4 tall) # Currently this page is not used in the demo automations ############################################################################## # Automations to set colors on ...
{ "pile_set_name": "Github" }
/* * * Autopsy Forensic Browser * * Copyright 2018-2020 Basis Technology Corp. * Contact: carrier <at> sleuthkit <dot> org * * 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 * * h...
{ "pile_set_name": "Github" }
# Even better Consul cluster. # That one uses a volumeClaimTemplate to achieve true persistence. apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: name: consul rules: - apiGroups: [""] resources: - pods verbs: - get - list --- apiVersion: rbac.authorization.k8s.io/v1 kind: Role...
{ "pile_set_name": "Github" }