text
stringlengths
2
99.9k
meta
dict
[English](./contribution-docs.md)|[中文](../zh/community/contribution-docs.md) # Contributing documents ## Installing Python Install [Python](https://www.python.org/) or [Anaconda](https://www.anaconda.com/). [MkDocs](https://www.mkdocs.org/) supports Python versions 2.7, 3.4, 3.5, 3.6, 3.7 and pypy. ## Installing pi...
{ "pile_set_name": "Github" }
--- title: ERC721 & Crypto-Collectibles header: "Lesson 5: ERC721 & Crypto-Collectibles" roadmap: roadmap5.jpg path: solidity --- Whew! Things are starting to heat up in here... In this lesson, we're going to get a bit more advanced. We're going to talk about **tokens**, the **ERC721** standard, and **crypto-collect...
{ "pile_set_name": "Github" }
config ISO9660_FS tristate "ISO 9660 CDROM file system support" help This is the standard file system used on CD-ROMs. It was previously known as "High Sierra File System" and is called "hsfs" on other Unix systems. The so-called Rock-Ridge extensions which allow for long Unix filenames and symbolic lin...
{ "pile_set_name": "Github" }
var http = require('http') , util = require('util') , multiparty = require('../') , knox = require('knox') , Batch = require('batch') , PORT = process.env.PORT || 27372 var s3Client = knox.createClient({ secure: false, key: process.env.S3_KEY, secret: process.env.S3_SECRET, bucket: process.env.S3_BUC...
{ "pile_set_name": "Github" }
##### ##### MsgPack conversions for Base types ##### MsgPack.msgpack_type(::Type{Nanosecond}) = MsgPack.IntegerType() MsgPack.from_msgpack(::Type{Nanosecond}, x::Integer) = Nanosecond(x) MsgPack.to_msgpack(::MsgPack.IntegerType, x::Nanosecond) = x.value MsgPack.msgpack_type(::Type{VersionNumber}) = MsgPack.StringType...
{ "pile_set_name": "Github" }
<!-- - - This file is part of the OpenLink Software Virtuoso Open-Source (VOS) - project. - - Copyright (C) 1998-2020 OpenLink Software - - This project 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...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2001, 2014 IBM Corp. and others * * This program and the accompanying materials are made available under * the terms of the Eclipse Public License 2.0 which accompanies this * distribution and is available at https://w...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HearthstoneAI.State { public class EntityChoice { public EntityChoice() { choices = new Dictionary<int, int>(); choices_has_sent = false; ...
{ "pile_set_name": "Github" }
// +build go1.8 package websocket import ( "crypto/tls" "net/http/httptrace" ) func doHandshakeWithTrace(trace *httptrace.ClientTrace, tlsConn *tls.Conn, cfg *tls.Config) error { if trace.TLSHandshakeStart != nil { trace.TLSHandshakeStart() } err := doHandshake(tlsConn, cfg) if trace.TLSHandshakeDone != nil ...
{ "pile_set_name": "Github" }
package org.zstack.portal.managementnode; import org.springframework.web.context.support.WebApplicationContextUtils; import org.zstack.core.CoreGlobalProperty; import org.zstack.core.Platform; import org.zstack.core.cloudbus.CloudBus; import org.zstack.header.exception.CloudRuntimeException; import org.zstack.utils.Bo...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <WebApplicationTest> <TestDescription name="Cross site scripting vulnerability in clipboard.swf" version="0.1" released="20080307" updated="20140314" protocol="FTP" mayproxy="false" affects="server" severity="high" alert="success" type="Configuration"> <WASPDescription BindA...
{ "pile_set_name": "Github" }
/* * Sahara TouchIT-213 serial touchscreen driver * * Copyright (c) 2007-2008 Claudio Nieder <private@claudio.ch> * * Based on Touchright driver (drivers/input/touchscreen/touchright.c) * Copyright (c) 2006 Rick Koch <n1gp@hotmail.com> * Copyright (c) 2004 Vojtech Pavlik * and Dan Streetman <ddstreet@ieee.org> ...
{ "pile_set_name": "Github" }
package net.ripe.db.whois.common.support; import org.hamcrest.BaseMatcher; import org.hamcrest.Description; import java.util.Arrays; public class ByteArrayContains extends BaseMatcher<byte[]> { private byte[] needle; public ByteArrayContains(byte[] needle) { this.needle = needle; } public ...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Threading.Tasks; using Xunit; namespace X.PagedList.Tests { public class PagedListFacts { //[Fact] //public void Null_Data_Set_Doesnt_Throw_Exception() //{ // //act ...
{ "pile_set_name": "Github" }
// Copyright 2019 Unknwon // // 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 writ...
{ "pile_set_name": "Github" }
@array = qw/one two three/; pop @array; @ar<caret>ray;
{ "pile_set_name": "Github" }
<?php /** * Abstract Tag Controller. * * @category Anahita * * @author Rastin Mehr <rastin@anahitapolis.com> * @copyright 2008 - 2015 rmdStudio Inc. * @license GNU GPLv3 <http://www.gnu.org/licenses/gpl-3.0.html> * * @link http://www.GetAnahita.com */ abstract class ComTagsControllerAbstract ...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2002-2012, Industrial Light & Magic, a division of Lucas // Digital Ltd. LLC // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that ...
{ "pile_set_name": "Github" }
--- # vars file for cifv2
{ "pile_set_name": "Github" }
/**************************************************************************** ** ** Copyright (C) 2018 Klaralvdalens Datakonsult AB (KDAB). ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt3D module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ ** Commercial License Usage ** Licensees holding...
{ "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 ma...
{ "pile_set_name": "Github" }
<?php /** * Part of the Joomla Framework Language Package * * @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved. * @copyright Copyright (C) 2005 Richard Heyes (http://www.phpguru.org/). All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE ...
{ "pile_set_name": "Github" }
Hi <?php echo $fullname; ?>, Your login details are given below : Username : <?php echo $username; ?> Password : <?php echo $password; ?> Login URL : <?php echo $this->Html->url(array('controller' => 'wzusers', 'action' => 'login'), true); ?> Please change your password immediatly after login. -- <?php echo $s...
{ "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" }
# 介绍 <!-- https://github.com/dojo/framework/blob/master/docs/en/i18n/introduction.md commit 3064b7ce80fa19569f8975e9aa5d06718ca8decb --> Dojo 的 **`i18n`** 包解决了 web 应用程序国际化方面的诸多常见需求和挑战。 虽然其中大部分功能可作为独立模块使用,但它主要用于 Dojo 应用程序,以帮助渲染本地化的部件,包括高级消息、日期和数字格式化等。 | 功能 | 描述 ...
{ "pile_set_name": "Github" }
package com.whirly.recipes; import org.apache.curator.framework.CuratorFramework; import org.apache.curator.framework.CuratorFrameworkFactory; import org.apache.curator.framework.recipes.locks.InterProcessReadWriteLock; import org.apache.curator.retry.ExponentialBackoffRetry; import java.text.SimpleDateFormat; import...
{ "pile_set_name": "Github" }
<test-metadata> <benchmark-version>1.2</benchmark-version> <category>cmdi</category> <test-number>01928</test-number> <vulnerability>true</vulnerability> <cwe>78</cwe> </test-metadata>
{ "pile_set_name": "Github" }
<?php function foo() { if (rand(0,1)) { return 1; } else { return 2; } } function bar() { if (rand(0,1)) { return 1; } else { return 2; } }
{ "pile_set_name": "Github" }
/* * Copyright Red Hat Inc. and/or its affiliates and other contributors * as indicated by the authors tag. All rights reserved. * * This copyrighted material is made available to anyone wishing to use, * modify, copy, or redistribute it subject to the terms and conditions * of the GNU General Public License vers...
{ "pile_set_name": "Github" }
<Type Name="PPModule" FullName="PepperSharp.PPModule"> <TypeSignature Language="C#" Value="public struct PPModule" /> <TypeSignature Language="ILAsm" Value=".class public sequential ansi sealed beforefieldinit PPModule extends System.ValueType" /> <AssemblyInfo> <AssemblyName>Xamarin.PepperSharp</AssemblyName...
{ "pile_set_name": "Github" }
# This file is licensed under the Affero General Public License version 3 or # later. See the COPYING file. # @author Bernhard Posselt <dev@bernhard-posselt.com> # @copyright Bernhard Posselt 2016 # Generic Makefile for building and packaging a Nextcloud app which uses npm and # Composer. # # Dependencies: # * make # ...
{ "pile_set_name": "Github" }
fn:format-date( xs:date("2010-12-31"), "[Dw]", "en-US", (), () ) eq "thirty one"
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="windows-1251"?> <VisualStudioProject ProjectType="Visual C++" Version="9,00" Name="hvnc_exe" ProjectGUID="{4E840B10-369A-4F4A-8D76-95801A48DE59}" RootNamespace="hvnc_exe" Keyword="Win32Proj" TargetFrameworkVersion="196613" > <Platforms> <Platform Name="Win32" /...
{ "pile_set_name": "Github" }
/* ** Copyright (c) 2012 The Khronos Group Inc. ** ** Permission is hereby granted, free of charge, to any person obtaining a ** copy of this software and/or associated documentation files (the ** "Materials"), to deal in the Materials without restriction, including ** without limitation the rights to use, copy, modif...
{ "pile_set_name": "Github" }
{% extends 'email/base.html' %} {% block styles %} {% include 'questions/includes/reply_email_styles.css' %} .button + a { display: block; float: left; margin: 16px 0 0 16px; } {% endblock %} {% block header %} <h1>{{ question_title }}</h1> <img class="avatar" src="{{ profile_avatar(answerer) }...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2014 Navdeep Jaitly <ndjaitly@google.com> // Benoit Steiner <benoit.steiner.goog@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a co...
{ "pile_set_name": "Github" }
include page.inc title MORE - a filter to paginate piped output subttl MORE Development Specification ;-----------------------------------------------------------------------; ; ; ; Development Sp...
{ "pile_set_name": "Github" }
Package: d-lan-all-in-one Version: _VERSION_ Section: base Priority: optional Architecture: _ARCH_ Installed-Size: _INST_SIZE_ Depends: libprotobuf9 (_DEP_PROTOBUF_), libqt5core5a (_DEP_QTCORE_), libqt5gui5 (_DEP_QTGUI_), libqt5network5 (_DEP_QTNETWORK_), libqt5widgets5 (_DEP_QTWIDGETS_), libqt5xml5 (_DEP_QTXML_), libc...
{ "pile_set_name": "Github" }
// Licensed to Elasticsearch B.V under one or more agreements. // Elasticsearch B.V. licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information. // // Code generated, DO NOT EDIT package elasticsearch_test import ( "fmt" "os" "testing" "github.com/ela...
{ "pile_set_name": "Github" }
/** @file * Copyright (c) 2019, Arm Limited or its affiliates. All rights reserved. * SPDX-License-Identifier : Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://...
{ "pile_set_name": "Github" }
{ "parent": "block/cube_column", "textures": { "end": "biomesoplenty:block/stripped_hellbark_log_top", "side": "biomesoplenty:block/stripped_hellbark_log" } }
{ "pile_set_name": "Github" }
# Copyright 2015-2018 by Martin Moene # # gsl-lite is based on GSL: Guidelines Support Library, # https://github.com/microsoft/gsl # # This code is licensed under the MIT License (MIT). cmake_minimum_required( VERSION 3.17 FATAL_ERROR ) project( gsl-lite-test-cuda LANGUAGES CXX CUDA ) set( unit_name "gsl" ) set( PAC...
{ "pile_set_name": "Github" }
#PySimple examples (v 3.9) #Tony Crewe #Oct 2018 MacOs import PySimpleGUI as sg import os #to work with windows OS #sg.ChangeLookAndFeel('GreenTan') sg.SetOptions(background_color = 'LightBlue', element_background_color = 'LightBlue', text_element_background_color = 'Lig...
{ "pile_set_name": "Github" }
/* obj.c * * This file implements a generic object "class". All other classes can * use the service of this base class here to include auto-destruction and * other capabilities in a generic manner. * * As of 2008-02-29, I (rgerhards) am adding support for dynamically loadable * objects. In essence, each object w...
{ "pile_set_name": "Github" }
/* * Copyright 2016 The BigDL 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 agr...
{ "pile_set_name": "Github" }
/* * utf.c: UTF-8 conversion routines * * ==================================================================== * 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 * regardi...
{ "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><head><title></title> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <link rel="stylesheet" type="text/css" href="search.css"/> <script type="text/javascript" src="search...
{ "pile_set_name": "Github" }
{-# LANGUAGE DeriveDataTypeable #-} {-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE RecordWildCards #-} {-# OPTIONS_GHC -fno-warn-unused-imports #-} -- Derived from AWS service descriptions, licensed under Apache 2.0. -- | -- Module : Network.AWS.MediaPackage.Types.Produc...
{ "pile_set_name": "Github" }
typedef struct _DEVICE_EXTENSION { KEVENT kill; PKTHREAD hThread; } DEVICE_EXTENSION, *PDEVICE_EXTENSION; typedef struct idtentry { unsigned short OffsetLow; unsigned short Selector; unsigned char Reserved; unsigned char Type:4; unsigned char Always0:1; u...
{ "pile_set_name": "Github" }
### TestComplex.mk -- A complex heat generating program # Author: Michael Grünewald # Date: Fri Nov 14 10:56:08 CET 2014 # BSD Owl Scripts (https://github.com/michipili/bsdowl) # This file is part of BSD Owl Scripts # # Copyright © 2002–2016 Michael Grünewald. All Rights Reserved. # # This file must be used under the...
{ "pile_set_name": "Github" }
<?php namespace Aws\Test\S3\Exception; use Aws\Command; use Aws\Exception\AwsException; use Aws\S3\Exception\S3MultipartUploadException; use Aws\Multipart\UploadState; use GuzzleHttp\Psr7; use PHPUnit\Framework\TestCase; /** * @covers Aws\S3\Exception\S3MultipartUploadException */ class S3MultipartUploadExceptionTe...
{ "pile_set_name": "Github" }
# rename file to UTF-8 name in zip archive return 0 args testfile rename 0 ÄÖÜßäöü file testfile testfile.zip testfile-UTF8.zip
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # Generated by Django 1.9.4 on 2016-04-04 21:09 from __future__ import unicode_literals import django.db.models.deletion import django.utils.timezone import jsonfield.fields from django.db import migrations from django.db import models class Migration(migrations.Migration): dependencies ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2017 StreamSets 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 U...
{ "pile_set_name": "Github" }
/* * Copyright 2013-2020 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
{ "pile_set_name": "Github" }
{ "extends": [ "tslint-angular", "tslint-config-standard" ], "rules": { "deprecation": { "severity": "warning" }, "no-inferrable-types": true, "eofline": true, "max-line-length": [true, 140], "no-floating-promises": false, // Memory issues "await-promise": [true, "PromiseLike"], ...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <!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 name="generator" content="SciTE" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-...
{ "pile_set_name": "Github" }
/* FriBidi * fribidi.c - Unicode bidirectional and Arabic joining/shaping algorithms * * Authors: * Behdad Esfahbod, 2001, 2002, 2004 * Dov Grobgeld, 1999, 2000 * * Copyright (C) 2004 Sharif FarsiWeb, Inc * Copyright (C) 2001,2002 Behdad Esfahbod * Copyright (C) 1999,2000 Dov Grobgeld * * This library i...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # # Newfies-Dialer License # http://www.newfies-dialer.org # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this file, # You can obtain one at http://mozilla.org/MPL/2.0/. # # Copyright (C) 2011-2015 Star2Bil...
{ "pile_set_name": "Github" }
invitations.header.label=\u9080\u8ACB invitations.accept.label=\u63A5\u53D7 invitations.members.label=\u6210\u54E1 invitations.space.label=\u7A7A\u9593 invitations.public.label=\u516C\u958B invitations.private.label=\u79C1\u4EBA
{ "pile_set_name": "Github" }
******************************************************************** * The original ffamber ports were written by Eric J. Sorin, * * CSU Long Beach, Dept. of Chem & Biochem, and have now been * * integrated with the standard gromacs distribution. * * (Please don't blame Eric for errors we mig...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "filename" : "v-throbber.png", "scale" : "1x" }, { "idiom" : "universal", "filename" : "v-throbber@2x.png", "scale" : "2x" }, { "idiom" : "universal", "filename" : "v-throbber@3x.png", "scale" : "3x" ...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Prophecy. * (c) Konstantin Kudryashov <ever.zet@gmail.com> * Marcello Duarte <marcello.duarte@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Prophecy\Exception\Predict...
{ "pile_set_name": "Github" }
' <snippetlockinvoicepricing> ' Lock the invoice pricing Dim lockInvoiceRequest As New LockInvoicePricingRequest() With {.InvoiceId = _invoiceId} _serviceProxy.Execute(lockInvoiceRequest) Console.WriteLine("Invoice pricing locked.") ' Update the price list priceListItem.Amount = New Money(40D) updatePriceLi...
{ "pile_set_name": "Github" }
// // SyncTest.h // SharkORMTests // // Created by Adrian Herridge on 18/07/2018. // Copyright © 2018 Adrian Herridge. All rights reserved. // #import "BaseTestCase.h" @interface SyncTest : BaseTestCase @end
{ "pile_set_name": "Github" }
id: BUILDINGS.STONE_DEPOSIT name: _ Stone Deposit baseclass: nature.ResourceDeposit radius: 0 cost: 0 cost_inactive: 0 size_x: 3 size_y: 3 inhabitants: 0 tooltip_text: null tier: TIER.NATURE buildingcosts: {} components: - SelectableComponent: type: building tabs: [ResourceDepositOverviewTab,] enemy_tabs: [...
{ "pile_set_name": "Github" }
# model settings model = dict( type='SOLO', pretrained='torchvision://resnet101', backbone=dict( type='ResNet', depth=101, num_stages=4, out_indices=(0, 1, 2, 3), # C2, C3, C4, C5 frozen_stages=1, style='pytorch'), neck=dict( type='FPN', in...
{ "pile_set_name": "Github" }
/* * /MathJax/jax/input/MathML/entities/y.js * * Copyright (c) 2012 Design Science, Inc. * * Part of the MathJax library. * See http://www.mathjax.org for details. * * Licensed under the Apache License, Version 2.0; * you may not use this file except in compliance with the License. * * http://w...
{ "pile_set_name": "Github" }
3085 Clan Wolf in Exile Medium Tank Second Line Thor Artillery Vehicle (Clan),1 Hachiman Fire Support Tank (Standard),2 Zephyr Hovertank (Standard),3 Bandit (C) Hovercraft Prime,4 Bandit Hovercraft Mk 2,5 Maxim Heavy Hover Transport (Standard),6 Chaparral Missile Artillery Tank (Standard),5 Garuda Heavy VTOL (Standard)...
{ "pile_set_name": "Github" }
import sys if sys.version_info < (3, 7): from ._marker import Marker else: from _plotly_utils.importers import relative_import __all__, __getattr__, __dir__ = relative_import(__name__, [], ["._marker.Marker"])
{ "pile_set_name": "Github" }
/* add.cpp - ldap NDB back-end add routine */ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software <http://www.openldap.org/>. * * Copyright 2008-2020 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted only as ...
{ "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. # # Translators: # shuhei hirota, 2019 # Tri Minh <minh.nguyentri.95@gmail.com>, 2019 # 溝江 智徳 <tomo.mizoe@gmail.com>, 2019 msgid "" msgstr "" "Project-Id-Version: Wagta...
{ "pile_set_name": "Github" }
--- id: version-5.3.0-extension title: Extension sidebar_label: Extension original_id: extension --- Extensions allow you to listen to specific events in the application or request/response lifecycle. You have to register an extension before the event is triggered otherwise the event is lost. ## Server & Client lifec...
{ "pile_set_name": "Github" }
{ "name": "Oracle-Application-Server", "author": "fofa", "version": "0.1.0", "matches": [ { "search": "headers", "text": "Oracle-Application-Server" } ] }
{ "pile_set_name": "Github" }
include_rules = [ "+third_party/khronos", "+third_party/skia", "+ui/events", "+ui/base/x", "+ui/gfx", ] specific_include_rules = { # This is the only target that should use the osmesa.h header. Everything else # should use the GLES2 headers from third_party/khronos/ or use gl_bindings.h to # get access to de...
{ "pile_set_name": "Github" }
version: "build-{branch}-{build}" image: Visual Studio 2017 clone_folder: c:\gopath\github.com\hashicorp\go-getter environment: GOPATH: c:\gopath install: - cmd: >- echo %Path% go version go env go get -d -v -t ./... build_script: - cmd: go test ./...
{ "pile_set_name": "Github" }
/* Simple DirectMedia Layer Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
{ "pile_set_name": "Github" }
; Test to ensure that non-prevailing weak aliasee is kept as a weak definition ; when the alias is not dead. ; RUN: opt -module-summary %s -o %t1.bc ; RUN: llvm-lto2 run %t1.bc \ ; RUN: -r=%t1.bc,__a,lx \ ; RUN: -r=%t1.bc,__b,l \ ; RUN: -r=%t1.bc,a,plx \ ; RUN: -r=%t1.bc,b,pl \ ; RUN: -o %t2.o -save-temps ; Chec...
{ "pile_set_name": "Github" }
import { ChangeDetectionStrategy, ChangeDetectorRef, Component } from "@angular/core"; import { MatDialogRef } from "@angular/material/dialog"; import { autobind } from "@batch-flask/core"; import { ConfirmationDialog } from "@batch-flask/ui"; import { Job } from "app/models"; @Component({ selector: "bl-disable-jo...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ // Copyright (C) 2011, Robert Johansson, Raditex AB // All rights reserved. // // rSCADA // http://www.rSCADA.se // info@rscada.se // //------------------------------------------------------------------------------ #include <string.h> #i...
{ "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" }
# x^2+y^2=1 c 0 0 1 1 EXT[1,0,0] EXT[0,0,0] EXT[0,0,0] EXT[1,0,0] c 0 0 1 1 EXT[0,0,0] EXT[1,0,0] EXT[-1,0,0] EXT[0,0,0] c 0 0 1 1 EXT[-1,0,0] EXT[0,0,0] EXT[0,0,0] EXT[-1,0,0] c 0 0 1 1 EXT[0,0,0] EXT[-1,0,0] EXT[1,0,0] EXT[0,0,0] # (x-1/2)^2+y^2=1/4 c 1/2 0 1/4 1 EXT[1,0,0] EXT[0,0,0] EXT[1/2,0,0] EXT[1/2,0,0] c 1/2 ...
{ "pile_set_name": "Github" }
/* * 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, software distributed under t...
{ "pile_set_name": "Github" }
* Summary: interface for an HTML 4.0 non-verifying parser * Description: this module implements an HTML 4.0 non-verifying parser * with API compatible with the XML parser ones. It should * be able to parse "real world" HTML, even if severely * broken ...
{ "pile_set_name": "Github" }
{ "slug": "viviteel", "category": "galvanised", "ai": "RandomAI", "moveset": [ { "level_learned": 2, "technique": "rust_bomb" }, { "level_learned": 2, "technique": "constrict" }, { "level_learned": 2, ...
{ "pile_set_name": "Github" }
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ .highlighter-container { pointer-events: none; } .highlighter-controls { position: absolute; top: 0; lef...
{ "pile_set_name": "Github" }
<Page x:Class="IntelligentKioskSample.Views.VisualAlert.VisualAlertBuilderPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="using:IntelligentKioskSample.Views.VisualAlert" xmlns:ctl="using:IntelligentKioskSamp...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2014 Square, 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 agre...
{ "pile_set_name": "Github" }
#include "CommandLineTestRunner.h" #include <stdio.h> #include "mbed.h" #include "testrunner.h" #include "test_env.h" /** Object 'mbed_cpputest_console' is used to show prints on console. It is declared in \cpputest\src\Platforms\armcc\UtestPlatform.cpp */ Serial mbed_cpputest_console(STDIO_UART_TX, STDIO_UART_RX); i...
{ "pile_set_name": "Github" }
/****************************************************************************** * The MIT License (MIT) * * Copyright (c) 2019-2020 Baldur Karlsson * * 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...
{ "pile_set_name": "Github" }
# orm/evaluator.py # Copyright (C) 2005-2019 the SQLAlchemy authors and contributors # <see AUTHORS file> # # This module is part of SQLAlchemy and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php import operator from .. import inspect from .. import util from ..sql import opera...
{ "pile_set_name": "Github" }
/*==LICENSE==* CyanWorlds.com Engine - MMOG client, server and tools Copyright (C) 2011 Cyan Worlds, Inc. 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 you...
{ "pile_set_name": "Github" }
package com.shiroexploit.core; import com.shiroexploit.util.HttpRequest; import com.shiroexploit.util.HttpRequestInfo; import com.shiroexploit.util.Tools; import java.util.concurrent.CountDownLatch; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.atomic.A...
{ "pile_set_name": "Github" }
/** * DataOutputStream extended by varlength diff coding * * @author ab */ package btools.util; import java.io.DataOutputStream; import java.io.IOException; import java.io.OutputStream; public final class DiffCoderDataOutputStream extends DataOutputStream { private long[] lastValues = new long[10]; public ...
{ "pile_set_name": "Github" }
# Clearer Tests Using Nimble Assertions When code doesn't work the way its supposed to, unit tests should make it **clear** exactly what's wrong. Take the following function, which given a bunch of monkeys, only returns the silly monkeys in the bunch: ```swift public func silliest(monkeys: [Monkey]) -> [Monkey] { ...
{ "pile_set_name": "Github" }
## Proposed changes Please describe your changes in full here, including steps needed to build/test it. The more useful detail you give, the easier it is for the core team to review and approve :smile: If this is a particularly large change, give as much detail as you can about the reasoning behind your solution, and...
{ "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" }
config B43LEGACY tristate "Broadcom 43xx-legacy wireless support (mac80211 stack)" depends on SSB_POSSIBLE && MAC80211 && HAS_DMA select SSB select FW_LOADER ---help--- b43legacy is a driver for 802.11b devices from Broadcom (BCM4301 and BCM4303) and early model 802.11g chips (BCM4306 Ver. 2) used in the ...
{ "pile_set_name": "Github" }
// // MimeTypea.swift // // This source file is part of the Telegram Bot SDK for Swift (unofficial). // // Copyright (c) 2015 - 2020 Andrey Fidrya and the project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See LICENSE.txt for license information // See AUTHORS.txt for the list of...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Workspace version = "1.0"> <FileRef location = "group:Runner.xcodeproj"> </FileRef> <FileRef location = "group:Pods/Pods.xcodeproj"> </FileRef> </Workspace>
{ "pile_set_name": "Github" }