text
stringlengths
2
99.9k
meta
dict
################################################################ # .___ __ _______ .___ # # __| _/____ _______| | __ ____ \ _ \ __| _/____ # # / __ |\__ \\_ __ \ |/ // ___\/ /_\ \ / __ |/ __ \ # # / /_/ | / __ \| | \/ <\ \___\ \_/ \/ /_/ \ ...
{ "pile_set_name": "Github" }
//===-- MipsFixupKinds.h - Mips Specific Fixup Entries ----------*- C++ -*-===// // // 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" }
/* * Copyright (C) 2016 Atmel * Bo Shen <voice.shen@atmel.com> * * Authors: Bo Shen <voice.shen@atmel.com> * Boris Brezillon <boris.brezillon@free-electrons.com> * Wu, Songjun <Songjun.Wu@atmel.com> * * * Copyright (C) 2010-2011 Freescale Semiconductor, Inc. All Rights Reserved. * ...
{ "pile_set_name": "Github" }
{% extends '@MailThemes/modern/components/layout.html.twig' %} {% block title %}{{ 'Product out of stock'|trans({}, 'Emails.Body', locale) }}{% endblock %} {% block content %} <!--[if mso | IE]> <table role="presentation" border="0" cellpadding="0" cellspacing="0"> ...
{ "pile_set_name": "Github" }
{ "name": "react-select-box", "version": "2.0.1", "homepage": "https://github.com/instructure-react/react-select-box", "authors": [ "Ethan Vizitei <ethan@instructure.com>", "Brent Burgoyne <bburgoyne@instructure.com" ], "description": "An accessible select box component for React.", "main": "lib/s...
{ "pile_set_name": "Github" }
# /etc/strongswan.conf - strongSwan configuration file swanctl { load = pem pkcs1 x509 revocation constraints pubkey openssl random } charon-systemd { load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac vici kernel-netlink socket-default updown fragment_size = 1400 }
{ "pile_set_name": "Github" }
### ### config.pp, pre-installation configuration. ### class sklearn::config { ## local variables $root_dir = $::sklearn::root_dir ## build directory file { "${root_dir}/build": ensure => 'directory', } }
{ "pile_set_name": "Github" }
/* Copyright The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010 Red Hat Inc. * Author : Dave Airlie <airlied@redhat.com> * * Licensed under GPLv2 * * ATPX support for both Intel/ATI */ #include <linux/vga_switcheroo.h> #include <linux/slab.h> #include <linux/acpi.h> #include <linux/pci.h> #include <linux/delay.h> #include "amd_acpi.h" #define AMDGPU...
{ "pile_set_name": "Github" }
<?php $expected = array('class x2 { /**/ } ', ); $expected_not = array('class x_magicmethod { /**/ } ', 'class x_method { /**/ } ', 'class x_empty { /**/ } ', ); ?>
{ "pile_set_name": "Github" }
# # Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # KERNEL_MAKEOPTS := -C $(LINUX_DIR) \ HOSTCFLAGS="$(HOST_CFLAGS) -Wall -Wmissing-prototypes -Wstrict-prototypes" \ CROSS_COMPILE="$(KERNEL_CROSS)" \ ARCH="$(LINU...
{ "pile_set_name": "Github" }
From 0a554c41738980359eb40c11a754839e7e2686ff Mon Sep 17 00:00:00 2001 From: Thierry Escande <thierry.escande@collabora.com> Date: Wed, 26 Oct 2016 10:52:05 +0200 Subject: [PATCH 05/24] MEMEKA: videobuf2-dc: Move vb2_dc_get_base_sgt() above mmap callbacks This patch moves vb2_dc_get_base_sgt() function above mmap buf...
{ "pile_set_name": "Github" }
/** * @file * * @author CCHyper * @author OmniBlade * * @brief Classes, types and functions related to managing the facings and directions of objects. * * @copyright Chronoshift is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License * ...
{ "pile_set_name": "Github" }
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1997, 1999, 2000, 2001 Ralf Baechle * Copyright (C) 2000, 2001 Silicon Graphics, Inc. */ #ifndef _ASM_SOCKET_H #define _AS...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> <script type="text/javascript" src="../internal.js"></script> <style type="text/css"> ....
{ "pile_set_name": "Github" }
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="zh-CN" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="zh-CN" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Tensorflow JavaScript 闲聊对话模型 &mdash; 简...
{ "pile_set_name": "Github" }
From 9b2c282b348dfe966bbba967dc7a45ce817cce50 Mon Sep 17 00:00:00 2001 From: Tom Rini <trini@konsulko.com> Date: Mon, 29 Feb 2016 11:34:15 -0500 Subject: [PATCH] compiler*.h: sync include/linux/compiler*.h with Linux 4.5-rc6 Copy these from Linux v4.5-rc6 tag. This is needed so that we can keep up with newer gcc ver...
{ "pile_set_name": "Github" }
## 2018-07-15 #### python * [donnemartin / system-design-primer](https://github.com/donnemartin/system-design-primer):Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. * [chubin / cheat.sh](https://github.com/chubin/cheat.sh):the only cheat sheet you need * [faceb...
{ "pile_set_name": "Github" }
package: name='com.politedroid' versionCode='6' versionName='1.5' platformBuildVersionName='5.0.1-1624448' sdkVersion:'14' targetSdkVersion:'21' uses-permission: name='android.permission.READ_CALENDAR' uses-permission: name='android.permission.RECEIVE_BOOT_COMPLETED' application-icon-120:'res/drawable-ldpi-v4/icon.png'...
{ "pile_set_name": "Github" }
package io.dddbyexamples.eventsource.eventstore import io.dddbyexamples.eventsource.domain.shopitem.events.ItemBought import io.dddbyexamples.eventsource.domain.shopitem.events.ItemPaid import io.dddbyexamples.eventsource.domain.shopitem.events.ItemPaymentTimeout import spock.lang.Specification import spock.lang.Subje...
{ "pile_set_name": "Github" }
#ifndef _AHA1740_H /* $Id$ * * Header file for the adaptec 1740 driver for Linux * * With minor revisions 3/31/93 * Written and (C) 1992,1993 Brad McLean. See aha1740.c * for more info * */ #include <linux/types.h> #define SLOTSIZE 0x5c /* EISA configuration registers & values */ #define HID0(base) (base +...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2019, WSO2 Inc. (http://www.wso2.org) 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 * * Unles...
{ "pile_set_name": "Github" }
// Use of this source code is governed by a MIT license that can be found in the LICENSE file. // Giorgis (habtom@giorgis.io) package avcodec //#cgo pkg-config: libavcodec //#include <libavcodec/avcodec.h> import "C" const ( AV_CODEC_FLAG_UNALIGNED = int(C.AV_CODEC_FLAG_UNALIGNED) AV_CODEC_FLAG_QSCALE ...
{ "pile_set_name": "Github" }
.TH "NPM\-SCRIPTS" "7" "August 2015" "" "" .SH "NAME" \fBnpm-scripts\fR \- How npm handles the "scripts" field .SH DESCRIPTION .P npm supports the "scripts" property of the package\.json script, for the following scripts: .RS 0 .IP \(bu 2 prepublish: Run BEFORE the package is published\. (Also run on local \fBnpm inst...
{ "pile_set_name": "Github" }
<!-- Author: WebThemez Author URL: http://webthemez.com License: Creative Commons Attribution 3.0 Unported License URL: http://creativecommons.org/licenses/by/3.0/ --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="des...
{ "pile_set_name": "Github" }
#include "config.h" #ifndef AL_NO_UID_DEFS #if defined(HAVE_GUIDDEF_H) || defined(HAVE_INITGUID_H) #define INITGUID #include <windows.h> #ifdef HAVE_GUIDDEF_H #include <guiddef.h> #else #include <initguid.h> #endif DEFINE_GUID(KSDATAFORMAT_SUBTYPE_PCM, 0x00000001, 0x0000, 0x0010, 0x80,0x00, 0x00,0xaa,0x00,0...
{ "pile_set_name": "Github" }
<?php /** * Smarty plugin * @package Smarty * @subpackage plugins */ /** * Handle insert tags * * @param array $args * @return string */ function smarty_core_run_insert_handler($params, &$smarty) { require_once(SMARTY_CORE_DIR . 'core.get_microtime.php'); if ($smarty->debugging) { $_params = ...
{ "pile_set_name": "Github" }
2001-09-12 00:02:00 Arch [1377367] B ALPHA "Slay, Andre D, |Everyone should report to work at their regularly schedule time. In addition for security reason please have your AT&T ID badge at all time. Andre 2001-09-12 00:02:00 Arch [0976735] D ALPHA "Slay, Andre D, |Everyone should report to work at their regularl...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2015 Pavel Kirienko <pavel.kirienko@gmail.com> */ #pragma once #include <cstdint> namespace board { void init(); __attribute__((noreturn)) void die(int error); void setLed(bool state); void restart(); constexpr unsigned UniqueIDSize = 12; void readUniqueID(std::uint8_t bytes[UniqueIDSize])...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2015 - 2017 * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including...
{ "pile_set_name": "Github" }
/* * Sifarish: Recommendation Engine * Author: Pranab Ghosh * * 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 a...
{ "pile_set_name": "Github" }
Subtree: Perl5 (Perl5) Perl5 PsiPerlStatementImpl(Perl5: STATEMENT) PsiPerlAssignExprImpl(Perl5: ASSIGN_EXPR) PsiPerlArrayVariableImpl(Perl5: ARRAY_VARIABLE) PsiElement(Perl5: $@)('@') PerlVariableNameElementImpl(Perl5: ARRAY_NAME)('result') PsiElement(Perl5: =)('=') PsiPerlScala...
{ "pile_set_name": "Github" }
--- layout: base title: 'Statistics of compound in UD_Ukrainian-IU' udver: '2' --- ## Treebank Statistics: UD_Ukrainian-IU: Relations: `compound` This relation is universal. There are 1 language-specific subtypes of `compound`: <tt><a href="uk_iu-dep-compound-svc.html">compound:svc</a></tt>. 513 nodes (0%) are atta...
{ "pile_set_name": "Github" }
load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = [ "apply_cluster.go", "bootstrapchannelbuilder.go", "defaults.go", "dns.go", "loader.go", "networking.go", "new_cluster.go", "phase.go"...
{ "pile_set_name": "Github" }
require 'spec_helper' describe Highrise::Account do it { should be_a_kind_of Highrise::Base } it ".me" do Highrise::Account.should_receive(:find).with(:one, {:from => "/account.xml"}).and_return(subject) Highrise::Account.me.should == subject end end
{ "pile_set_name": "Github" }
#ifndef __CONFIG_H #define __CONFIG_H #undef DEBUG #define CONFIG_SH 1 #define CONFIG_SH4 1 #define CONFIG_CPU_SH7751 1 #define CONFIG_CPU_SH_TYPE_R 1 #define CONFIG_R2DPLUS 1 #define __LITTLE_ENDIAN__ 1 /* * Command line configuration. */ #include <config_cmd_default.h> #define CONFIG_CMD_DFL #define CONFIG_C...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
{ "pile_set_name": "Github" }
import FWCore.ParameterSet.Config as cms process = cms.Process( "laserAlignment" ) process.load( "Geometry.CMSCommonData.cmsIdealGeometryXML_cfi" ) process.load( "Geometry.TrackerNumberingBuilder.trackerNumberingGeometry_cfi" ) #process.load( "CondCore.DBCommon.CondDBSetup_cfi" ) ## message logger process.MessageL...
{ "pile_set_name": "Github" }
-- boundary1.test -- -- db eval { -- SELECT a FROM t1 WHERE rowid > 16383 ORDER BY rowid DESC -- } SELECT a FROM t1 WHERE rowid > 16383 ORDER BY rowid DESC
{ "pile_set_name": "Github" }
/* * Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use...
{ "pile_set_name": "Github" }
#pragma once #include <ostream> #include "../util/util_enum.h" #include "vulkan_loader_fn.h" std::ostream& operator << (std::ostream& os, VkPipelineCacheHeaderVersion e); std::ostream& operator << (std::ostream& os, VkResult e); std::ostream& operator << (std::ostream& os, VkFormat e); std::ostream& operator << (st...
{ "pile_set_name": "Github" }
--- layout: base title: 'Statistics of CCONJ in UD_Turkish-PUD' udver: '2' --- ## Treebank Statistics: UD_Turkish-PUD: POS Tags: `CCONJ` There are 9 `CCONJ` lemmas (0%), 9 `CCONJ` types (0%) and 493 `CCONJ` tokens (3%). Out of 16 observed tags, the rank of `CCONJ` is: 12 in number of lemmas, 13 in number of types an...
{ "pile_set_name": "Github" }
## Configuration ### Configuration Object The configuration object is just plain old javascript object to customize your editor instance. You can set the values on your own before initializing a editor, and then pass it to the editor constructor. Usage: var config = { // set the values in javascript obje...
{ "pile_set_name": "Github" }
.. 请确保至少包含基本的 `toctree` 指令. .. _cpp_contents: C++ 风格指南 - 内容目录 ======================================== .. contents:: :backlinks: none .. toctree:: index headers scoping classes functions magic others naming comments formatting exceptions end
{ "pile_set_name": "Github" }
#%RAML 1.0 title: My API With Types types: MapOfNumbers: type: object properties: []: type: number
{ "pile_set_name": "Github" }
# core-util-is The `util.is*` functions introduced in Node v0.12.
{ "pile_set_name": "Github" }
/* * This header is generated by classdump-dyld 0.7 * on Sunday, July 5, 2015 at 9:43:16 PM Eastern Daylight Time * Operating System: Version 8.4 (Build 12H143) * Image Source: /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks * classdump-dyld is licensed under GPLv3, Copyright © 2013 by Elias Limne...
{ "pile_set_name": "Github" }
/* simple gif encoder * Copyright (C) 2005 Benjamin Otte <otte@gnome.org * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 3 of the License, or (at your option) an...
{ "pile_set_name": "Github" }
# Copyright 2017 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 applica...
{ "pile_set_name": "Github" }
Title:Hello World2 Cate:Anything Author:TonyHe Tags:test3,test4 Img: Lorem aliquip deserunt Lorem deserunt pariatur commodo amet anim. Quis reprehenderit pariatur minim laboris. Consequat consequat anim esse aliquip ad qui duis ullamco tempor ut cupidatat veniam in. Consectetur sint cupidatat aute elit adipisicing pro...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016, Alliance for Open Media. All rights reserved * * This source code is subject to the terms of the BSD 2 Clause License and * the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License * was not distributed with this source code in the LICENSE file, you can * obtain it at w...
{ "pile_set_name": "Github" }
/* * Parallel SCSI (SPI) transport specific attributes exported to sysfs. * * Copyright (c) 2003 Silicon Graphics, Inc. All rights reserved. * Copyright (c) 2004, 2005 James Bottomley <James.Bottomley@SteelEye.com> * * This program is free software; you can redistribute it and/or modify * it under the ter...
{ "pile_set_name": "Github" }
HTTP/1.1 500 Internal Server Error Date: Sun, 26 Aug 2012 23:58:59 +0000 Connection: close Content-Length: 80 Content-Type: application/json Server: bitcoin-json-rpc/v0.6.3-beta {"result":null,"error":{"code":-3,"message":"Invalid address"},"id":"curltest"}
{ "pile_set_name": "Github" }
// This is a test case for issue #105: // https://github.com/typetools/checker-framework/issues/105 import org.checkerframework.checker.nullness.qual.*; // :: error: (initialization.static.fields.uninitialized) public class Uninit12 { static Object f; public Uninit12() { f.toString(); } sta...
{ "pile_set_name": "Github" }
-- A script to sort a localization file local community_base_path = "scripts/locales" local pro_base_path = "pro/scripts/locales" if (#arg ~= 1) and (#arg ~= 2) then print([[Usage: lua ]] .. arg[0] .. [[ localization_code [merge_strings] The merge_strings parameter can be used to load additional strings to merge i...
{ "pile_set_name": "Github" }
-------- EventFlow: NPC_oasis004 -------- Actor: EventSystemActor entrypoint: None() actions: [] queries: ['GeneralChoice2', 'GeneralChoice3', 'CheckFlag', 'RandomChoice2'] params: {'CreateMode': 0, 'IsGrounding': False, 'IsWorld': False, 'PosX': 0.0, 'PosY': 0.0, 'PosZ': 0.0, 'RotX': 0.0, 'RotY': 0.0, 'RotZ': 0.0} A...
{ "pile_set_name": "Github" }
/* ** $Id: llimits.h,v 1.135 2015/06/09 14:21:00 roberto Exp $ ** Limits, basic types, and some other 'installation-dependent' definitions ** See Copyright Notice in lua.h */ #ifndef llimits_h #define llimits_h #include <limits.h> #include <stddef.h> #include "lua.h" /* ** 'lu_mem' and 'l_mem' are unsigned/signed...
{ "pile_set_name": "Github" }
// Copyright 2015 The etcd Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed t...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2010 Tomasz Wesolowski * * 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://www.ec...
{ "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/. import operator import pytest from socorro.scripts.fetch_crashids import INFINITY @pytest.mark.parametrize( "ope...
{ "pile_set_name": "Github" }
/* Bullet Continuous Collision Detection and Physics Library Copyright (c) 2003-2013 Erwin Coumans http://bulletphysics.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 grant...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # BUG1989 is pleased to support the open source community by supporting ncnn available. # # Copyright (C) 2019 BUG1989. All rights reserved. # # Licensed under the BSD 3-Clause License (the "License"); you may not use this file except # in compliance with the License. You may obtain a co...
{ "pile_set_name": "Github" }
/**************************** vpn_ed.h *************************** Code to manage the VPN Provisioning Editor dialog. Copyright (C) 2016-2020 by: Andrew J. Bibb License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Softwa...
{ "pile_set_name": "Github" }
<?php /** * @todo Rewrite to use Interchange objects */ class HTMLPurifier_Printer_ConfigForm extends HTMLPurifier_Printer { /** * Printers for specific fields. * @type HTMLPurifier_Printer[] */ protected $fields = array(); /** * Documentation URL, can have fragment tagged on end. ...
{ "pile_set_name": "Github" }
/* Copyright 2014 The Kubernetes 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 ag...
{ "pile_set_name": "Github" }
// Copyright 2011 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. /* Package template (html/template) implements data-driven templates for generating HTML output safe against code injection. It provides the same interface as p...
{ "pile_set_name": "Github" }
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("ZipTreeView")] [assembly: AssemblyDescription("Example showing a zipfile in a WinForms TreeView")] [assembly: AssemblyConfiguration("")] [assembly: ComVisible(false)] [assembly: ...
{ "pile_set_name": "Github" }
/* * Copyright 1999-2019 Alibaba Group Holding Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicab...
{ "pile_set_name": "Github" }
local ANIMATION_OPEN = "AniTipJudianBegin" local ANIMATION_END = "AniTipJudianEnd" local CLOSE_TIME = 3 local XUiTipBfrtLogisticSkill = XLuaUiManager.Register(XLuaUi, "UiTipBfrtLogisticSkill") function XUiTipBfrtLogisticSkill:OnStart(groupId) self.CurShowIndex = 0 self.LogisticsInfoIdList = XDataCente...
{ "pile_set_name": "Github" }
''' The MIT License (MIT) Copyright (c) 2012 Minh Nam Ngo. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge...
{ "pile_set_name": "Github" }
jButton1.text=Informe de fallo por e-mail FormErrorLog.title=Informe de fallo errorMsg=Ayude nos a mejorar el Zettelkasten y mandan el informe de abajo por e-mail al autor! Una vez que pulse el bot\u00F3n de abajo se abre su programa de correo electr\u00F3nico. A continuaci\u00F3n, agregue el texto y mandan el e-mail...
{ "pile_set_name": "Github" }
/* Copyright 2019 Benjamin Worpitz, Matthias Werner, René Widera * * This file is part of alpaka. * * 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/. */ #pragma on...
{ "pile_set_name": "Github" }
#include "main.h" #include "AdminPanel.h" #include "Manager.h" #include "core\crypt.h" #include "core\http.h" #include "core\file.h" #include "core\debug.h" #include "core\hook.h" #include "VideoServer.h" #include "task.h" #include "MonitoringProcesses.h" #include "core\HttpProxy.h" #include "core\ThroughTunnel.h" #inc...
{ "pile_set_name": "Github" }
/* * Definitions for memory preallocations * * Copyright (C) 2005-2009 Scientific-Atlanta, 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 2 of the License, or * (a...
{ "pile_set_name": "Github" }
FROM selenium/standalone-chrome:3.141.59-oxygen COPY tests/behat/files /app/tests/behat/files
{ "pile_set_name": "Github" }
// (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000. // Use, modification and distribution are subject to 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://www.boost.org/libs/type_trai...
{ "pile_set_name": "Github" }
# -*- mode: ruby; coding: utf-8 -*- # This file is part of Pathie. # # Copyright © 2015, 2017 Marvin Gülker # # 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 c...
{ "pile_set_name": "Github" }
body { height:100vh; width:100vw; background:#efe7d2; background: -webkit-radial-gradient(left 60%, #efe7d2, #66aaf3); background: radial-gradient(at left 60%, #efe7d2, #66aaf3); } .stroke { text-shadow: 3px 3px 0 #fac, -1px -1px 0 #fa0, 1px -1px 0 #fa0, -1px 1px 0 #fa0, 1px 1px 0 #fac; }
{ "pile_set_name": "Github" }
package { import org.flexunit.Assert; [RunWith("CustomRunner")] public class ClassWithCustomRunner { [Foo] public function foo1() { } [Foo] public function foo2() { Assert.assertTrue(false); } [Test] public function foo3() { } } } <testResults status="Assertion failed...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // <auto-generated/> #nullable disable using System; using System.ComponentModel; namespace Azure.ResourceManager.KeyVault.Models { /// <summary> The private endpoint connection status. </summary> public readonly...
{ "pile_set_name": "Github" }
/* * Copyright © 2019 Cask Data, 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 t...
{ "pile_set_name": "Github" }
use crate::{err::PyErrArguments, exceptions, IntoPy, PyErr, PyObject, Python}; use std::io; /// Convert `PyErr` to `io::Error` impl std::convert::From<PyErr> for io::Error { fn from(err: PyErr) -> Self { io::Error::new(io::ErrorKind::Other, format!("Python exception: {}", err)) } } /// Create `OSError...
{ "pile_set_name": "Github" }
{ "multi":null, "text":"【布朗熊和可妮兔】愿你找到那个可以一起简单幸福下去的人......[心]", "user":{ "verified":true, "description":true, "gender":"m", "messages":12000, "followers":744607, "location":"海外 美国", "time":1306240685, "friends":177, "verified_type":0 }, "has_url":false, "comments":370, "pics":1, "source":"微博 weibo.com", "likes":259, "ti...
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('mergeAll', require('../merge')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
/* Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. This program is distributed in ...
{ "pile_set_name": "Github" }
import React from 'react'; import Table from '../index'; import TH from '../TH/index'; import THead from '../THead/index'; import TR from '../TR/index'; import { mount, shallow, render } from 'enzyme'; describe('components/Table', () => { it('should render as a table', () => { const component = shallow(<Table></...
{ "pile_set_name": "Github" }
// Copyright (c) 2012 Google Inc. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. int answer();
{ "pile_set_name": "Github" }
// // PackageSourceChecker.cs // // Author: // Matt Ward <matt.ward@xamarin.com> // // Copyright (c) 2014 Xamarin Inc. (http://xamarin.com) // // 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...
{ "pile_set_name": "Github" }
/*============================================================================= BOOST_PP_VARIADICS version of BOOST_PP_IS_SEQ inspired from boost/mpl/aux_/preprocessor/is_seq.hpp, original copyrights goes to : Copyright Paul Mensonides 2003 Copyright Aleksey Gurtovoy 2003-2004 Distributed under t...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2000-2006 Silicon Graphics, Inc. * All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation. * * This program is distributed in the hope that it would be ...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 072e7b07ec7fb1346a9dcd3bcbbb7111 timeCreated: 1494092582 licenseType: Free ShaderImporter: defaultTextures: [] userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
/**************************************************************************** * * type1cid.c * * FreeType OpenType driver component (body only). * * Copyright (C) 1996-2019 by * David Turner, Robert Wilhelm, and Werner Lemberg. * * This file is part of the FreeType project, and may only be used, * modified,...
{ "pile_set_name": "Github" }
Describe "Kill" { pushd It "can kill a non-exited process" { try { New-TestApp -TestApp TestNativeConsoleApp -Attach -HiddenTargetWindow .kill 0 | Should Be ($debugger.Targets.Count) 'Dbg:\' | Should Be ((Get-Location).Path) } c...
{ "pile_set_name": "Github" }
-----BEGIN CERTIFICATE----- MIIEKzCCAxOgAwIBAgIEOsylTDANBgkqhkiG9w0BAQUFADBDMQswCQYDVQQGEwJE SzEVMBMGA1UEChMMVERDIEludGVybmV0MR0wGwYDVQQLExRUREMgSW50ZXJuZXQg Um9vdCBDQTAeFw0wMTA0MDUxNjMzMTdaFw0yMTA0MDUxNzAzMTdaMEMxCzAJBgNV BAYTAkRLMRUwEwYDVQQKEwxUREMgSW50ZXJuZXQxHTAbBgNVBAsTFFREQyBJbnRl cm5ldCBSb290IENBMIIBIjANBgkqhkiG...
{ "pile_set_name": "Github" }
'use strict'; const inquirer = require('inquirer'); /** editionSetup {Array} - Inquirer question logic for first question regarding editions */ const editionSetup = [ { type: 'input', name: 'project_root', message: 'Please specify a directory for your Pattern Lab project.', default: () => './', }, ...
{ "pile_set_name": "Github" }
apiVersion: v1 kind: Pod metadata: labels: test: liveness name: liveness-exec spec: containers: - name: liveness image: k8s.gcr.io/busybox args: - /bin/sh - -c - touch /tmp/healthy; sleep 30; rm -rf /tmp/healthy; sleep 600 livenessProbe: exec: command: - cat ...
{ "pile_set_name": "Github" }
<?php /** * @link http://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license http://www.yiiframework.com/license/ */ namespace yii\base; use yii\validators\Validator; /** * DynamicModel is a model class primarily used to support ad hoc data validation. * * The typical usage of Dy...
{ "pile_set_name": "Github" }
package utils; import java.util.ArrayList; import java.util.List; import java.util.concurrent.CompletableFuture; import java.util.function.Supplier; import static utils.FuturesCollector.toFuture; /** * This class asynchronously runs tests that use the Java completable * futures framework and ensures that the test ...
{ "pile_set_name": "Github" }
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true" CodeBehind="About.aspx.cs" Inherits="DataServicesWebApp.About" %> <asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="Server"> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="...
{ "pile_set_name": "Github" }
#include "test.h" #include "../src/mixer.h" #include "../src/virtual.h" /* Case 1: New note Instrument -> None Same Valid Inval PT1.1 Play Play Play Cut PT1.3 Play Play Play Cut PT2.3 Switch Play Play Cut <= PT3.15 Switch Play Play C...
{ "pile_set_name": "Github" }