text
stringlengths
2
99.9k
meta
dict
/* 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) 2019 Advanced Micro Devices, Inc. * * 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, modi...
{ "pile_set_name": "Github" }
c7f71ad85eb1430ddacd42549855791501783c49
{ "pile_set_name": "Github" }
import Foundation /// A Nimble matcher that succeeds when the actual value is greater than /// or equal to the expected value. public func beGreaterThanOrEqualTo<T: Comparable>(_ expectedValue: T?) -> Predicate<T> { return Predicate.fromDeprecatedClosure { actualExpression, failureMessage in failureMessage...
{ "pile_set_name": "Github" }
<div> <p> 他のプロジェクトのビルドが終了した時に、 このプロジェクトの新規ビルドがスケジュールされるようにトリガーを設定します。 例えば、ビルドが完了した後に大量のテストを実行するケースなどで便利です。 </p> <p> この設定は、"ビルド後の処理"の"他のプロジェクトのビルド"と正反対の設定です。 片方を変更すると自動的にもう片方も変更されます。 </p> </div>
{ "pile_set_name": "Github" }
package com.alibaba.dcm; import java.io.Serializable; import java.text.SimpleDateFormat; import java.util.Arrays; import java.util.Date; import javax.annotation.concurrent.Immutable; /** * @author Jerry Lee (oldratlee at gmail dot com) * @see DnsCache */ @Immutable public final class DnsCacheEntry implements Seri...
{ "pile_set_name": "Github" }
/* global QUnit document */ QUnit.module('expandable-area'); QUnit.test('is not upgraded when empty', (assert) => { const ca = document.createElement('expandable-area'); ca.attachedCallback(); assert.strictEqual(ca.isUpgraded, false); }); function makeArea() { const ca = document.createElement('expandable-ar...
{ "pile_set_name": "Github" }
/* * Copyright 2015 the original author or authors. * @https://github.com/scouter-project/scouter * * 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/licen...
{ "pile_set_name": "Github" }
-- pagesize.test -- -- execsql {PRAGMA page_size} PRAGMA page_size
{ "pile_set_name": "Github" }
define("ace/snippets/logiql",["require","exports","module"],function(e,t,n){"use strict";t.snippetText="",t.scope="logiql"}); (function() { window.require(["ace/snippets/logiql"], function(m) { if (typeof module == "object" && typeof exports == "object" && mod...
{ "pile_set_name": "Github" }
// Northern Sami [se] import dayjs from 'dayjs' const locale = { name: 'se', weekdays: 'sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat'.split('_'), months: 'ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmam...
{ "pile_set_name": "Github" }
// Copyright 2016 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 ipv4 import ( "os" "unsafe" "golang.org/x/net/bpf" "golang.org/x/net/internal/netreflect" ) // SetBPF attaches a BPF program to the connection. /...
{ "pile_set_name": "Github" }
fn findTimeControl = ( if selection.count == 0 then print "Cannot find time control. Selection is empty." for i = 1 to selection.count do ( if classof selection[i] == AlembicTimeControl then ( return selection[i] ) ) ) fn connectTimeControl obj timeCtrl = ( --print obj if obj.time.isAn...
{ "pile_set_name": "Github" }
; RUN: %lli -jit-kind=orc-mcjit %s > /dev/null define i32 @foo() { ret i32 0 } define i32 @main() { icmp ne i1 true, false ; <i1>:1 [#uses=0] zext i1 true to i8 ; <i8>:2 [#uses=0] zext i1 true to i8 ; <i8>:3 [#uses=0] zext i1 true to i16 ; <i16>:4 [#uses=0] zext i1 true to i16 ; <i16>:5 [#uses=0] zext i1 ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2013-2014 Intel Corporation. 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 req...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2014 The Android Open Source Project * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Publi...
{ "pile_set_name": "Github" }
--TEST-- Bug #40503 (json_encode() value corruption on 32bit systems with overflown values) --INI-- precision=14 --SKIPIF-- <?php if (!extension_loaded("json")) print "skip"; ?> --FILE-- <?php function show_eq($x,$y) { echo "$x ". ($x==$y ? "==" : "!=") ." $y\n"; } $value = 0x7FFFFFFF; #2147483647; show_eq("$value", ...
{ "pile_set_name": "Github" }
<!-- In LML, ButtonGroup utility class is wrapped with a ButtonTable, which basically works like a regular Table, except it appends all Buttons into its internal ButtonGroup. This allows you to easily position your buttons. --> <buttonGroup min=2 max=3 defaultPad=2 oneColumn=true background=win...
{ "pile_set_name": "Github" }
package com.burakeregar.kotlinmvparchitecture.home.viewholder import android.view.View import com.burakeregar.kotlinmvparchitecture.home.model.MarsItem import com.burakeregar.easiestgenericrecycleradapter.base.GenericViewHolder import kotlinx.android.synthetic.main.row_mars.view.* import org.greenrobot.eventbus.EventB...
{ "pile_set_name": "Github" }
## 一、yum报错 ### 报错一 ``` root># yum install iftop Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirrors.aliyun.com * epel: my.fedora.ipserverone.com * extras: mirrors.163.com * updates: mirrors.163.com Resolving Dependencies There are unfinished transactions remaining. You might c...
{ "pile_set_name": "Github" }
require 'couch_rest_rails' %w(couchrest json validatable).each do |g| begin require g rescue LoadError puts "Could not load required gem '#{g}'" exit end end
{ "pile_set_name": "Github" }
<?php namespace Eris\Listener; use Eris\Listener; use InvalidArgumentException; use Exception; function collectFrequencies(callable $collectFunction = null) { return new CollectFrequencies($collectFunction); } class CollectFrequencies extends EmptyListener implements Listener { private $collectFunction; ...
{ "pile_set_name": "Github" }
# Index created by AutoSplit for blib/lib/IO/Interface.pm # (file acts as timestamp) 1;
{ "pile_set_name": "Github" }
//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
{ "pile_set_name": "Github" }
/* $Id: initterm-r0drv-os2.cpp $ */ /** @file * IPRT - Initialization & Termination, Ring-0 Driver, OS/2. */ /* * Copyright (c) 2007 knut st. osmundsen <bird-src-spam@anduin.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * fi...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright 2013 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 Unle...
{ "pile_set_name": "Github" }
#
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>CSS Transforms Test: Whitespace separations between transform functions on SVG presentation attribute</title> <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com"> <link rel="help" href="http://www.w3.org/TR/css-transforms-1/#svg-transform"> <link ...
{ "pile_set_name": "Github" }
flag{test}
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <component name="org.nuxeo.ecm.directory.multi.config"> <extension target="org.nuxeo.ecm.directory.multi.MultiDirectoryFactory" point="directories"> <directory name="multiOptional"> <schema>schema3</schema> <idField>uid</idField> <passwordField>thepass</passwordField>...
{ "pile_set_name": "Github" }
/* Copyright 2017 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
/* * (C) Copyright 2007 Semihalf * * Written by: Rafal Jaworowski <raj@semihalf.com> * * See file CREDITS for list of people who contributed to this * project. * * 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 ...
{ "pile_set_name": "Github" }
package com.bernaferrari.changedetection.mainnew import com.bernaferrari.changedetection.addedit.AddEditFragment import com.bernaferrari.changedetection.localBrowser.LocalBrowserFragment import com.bernaferrari.changedetection.logs.LogsFragment import dagger.Module import dagger.android.ContributesAndroidInjector @Mo...
{ "pile_set_name": "Github" }
#ifndef UTIL_DEBUGPINS_H_ #define UTIL_DEBUGPINS_H_ namespace util { template <int pin> struct scoped_debug_pin { scoped_debug_pin() { digitalWriteFast(pin, HIGH); } ~scoped_debug_pin() { digitalWriteFast(pin, LOW); } }; }; // namespace util //#define ENABLE_DEBUG_PINS #ifdef ENABLE_DEBUG_PINS #de...
{ "pile_set_name": "Github" }
// -------------------------------------------------------------------------------- // The MIT License (MIT) // // Copyright (c) 2014 Shiny Development // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // i...
{ "pile_set_name": "Github" }
(* Copyright © 2011 MLstate This file is part of Opa. Opa is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. Opa is distributed in the hope that it will be useful, but WI...
{ "pile_set_name": "Github" }
/* * This file is part of the OregonCore Project. See AUTHORS file for Copyright information * * 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 (at your ...
{ "pile_set_name": "Github" }
--- title: Discontinuing support for 32-bit Linux author: felixrieseberg date: '2019-03-04' --- The Electron team will discontinue support for 32-bit Linux (ia32 / i386) starting with Electron v4.0. The last version of Electron that supports 32-bit based installations of Linux is Electron v3.1, which will receive supp...
{ "pile_set_name": "Github" }
#!/usr/bin/python3 # coding=utf-8 """ OneForAll subdomain takeover module :copyright: Copyright (c) 2019, Jing Ling. All rights reserved. :license: GNU General Public License v3.0, see LICENSE for more details. """ import time import json from threading import Thread from queue import Queue import fire from common.t...
{ "pile_set_name": "Github" }
'use strict'; // detect either spaces or tabs but not both to properly handle tabs // for indentation and spaces for alignment const INDENT_RE = /^(?:( )+|\t+)/; function getMostUsed(indents) { let result = 0; let maxUsed = 0; let maxWeight = 0; for (const entry of indents) { // TODO: use destructuring when ta...
{ "pile_set_name": "Github" }
#include <string> #include "base_test.hpp" #include "operators/join_hash/join_hash_traits.hpp" namespace opossum { class JoinHashTraitTest : public BaseTest {}; #define EXPECT_HASH_TYPE(left, right, hash) EXPECT_TRUE((std::is_same_v<hash, JoinHashTraits<left, right>::HashType>)) TEST_F(JoinHashTraitTest, IntegerT...
{ "pile_set_name": "Github" }
# HastyDrives A post-explotation command implemented in pure C# to list all drives and details that may be useful to a operator. ## Build All binaries in HastySeries are built targeting .NET 3.5, for windows 7+ support. The following build env should be used: * Windows 10 - 1803 * Visual Studio 2017 * .NET 3.5 * `...
{ "pile_set_name": "Github" }
<?php intval($value); $j = settype($var, 'float'); $o->floatval('$y'); $x($y); ?>
{ "pile_set_name": "Github" }
// go run linux/mksysnum.go -Wall -Werror -static -I/tmp/include /tmp/include/asm/unistd.h // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm,linux package unix const ( SYS_RESTART_SYSCALL = 0 SYS_EXIT = 1 SYS_FORK = 2 SY...
{ "pile_set_name": "Github" }
/* Copyright (C) 1999. The XFree86 Project Inc. Written by Mark Vojkovich (mvojkovi@ucsd.edu) Pre-fb-write callbacks and RENDER support - Nolan Leake (nolan@vmware.com) */ #ifdef HAVE_XORG_CONFIG_H #include <xorg-config.h> #endif #include <X11/X.h> #include <X11/Xproto.h> #include "misc.h" #include "pixm...
{ "pile_set_name": "Github" }
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamb...
{ "pile_set_name": "Github" }
/* -*- C++ -*- */ //============================================================================= /** * @file constant_cs.h * * Concrete visitor for the constant class generating code in the client stub. * * @author Aniruddha Gokhale */ //====================================================================...
{ "pile_set_name": "Github" }
{ "@type" : "gx:Year", "@value" : "2016" }
{ "pile_set_name": "Github" }
global asm_func ;---------------------------------------- ; DATA ;---------------------------------------- SECTION .data a: dd 5 ;---------------------------------------- ; CODE ;---------------------------------------- SECTION .text test_call: mov eax, dword [esp+4] m...
{ "pile_set_name": "Github" }
//****************************************************************************** // Copyright (c) 2005-2013 by Jan Van hijfte // // See the included file COPYING.TXT for details about the copyright. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the i...
{ "pile_set_name": "Github" }
sha256:7d2b259ecb808c027ddef821435d715479dba814954296f44effee64b4b5c9a5
{ "pile_set_name": "Github" }
<image> <filename>image_004465.jpg</filename> <folder></folder> <size> <width>256</width> <height>256</height> </size> <origSize> <width>800</width> <height>800</height> </origSize> <generated>1</generated> </image> <file> <filename>image_004465.xml</filename> <folder></folder> </file> <object> <objectId>1</objectId> <...
{ "pile_set_name": "Github" }
pyusb==1.0.2
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>TableTools example - Row selection - multi-row select</title> <link rel="stylesheet" type="text...
{ "pile_set_name": "Github" }
<?php //We've included ../Includes/FusionCharts.php, which contains functions //to help us easily embed the charts. include("../Includes/FusionCharts.php"); ?> <HTML> <HEAD> <TITLE> FusionCharts Free - UTF8 日本語 (Japanese) Example </TITLE> <?php //You need to include the followin...
{ "pile_set_name": "Github" }
# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 # parsedatetime doesn't support pypy PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 MY_PV="4.2.0" DESCRIPTION="Google Calendar Command Line Interface" HOMEPAGE="https://github.com/insanum/gcalcli" ...
{ "pile_set_name": "Github" }
//========= Copyright Valve Corporation, All rights reserved. ============// // // Purpose: // //=============================================================================// #include "cbase.h" #include "physics_saverestore.h" #include "vphysics/friction.h" #include "ai_basenpc.h" #include "movevars_share...
{ "pile_set_name": "Github" }
'use strict' var fs = require('graceful-fs') var path = require('path') var test = require('tap').test var Tacks = require('tacks') var File = Tacks.File var Dir = Tacks.Dir var common = require('../common-tap.js') var testdir = common.pkg var fixture = new Tacks( Dir({ example: Dir({ }), mod1: Dir({ ...
{ "pile_set_name": "Github" }
abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc - abc abc abc ## Supported Rules - [no-disabled-tests](/packages/eslint-plugin-jest/docs/rules/no-disabled-tests.md) - disallow disabled tests. - [no-focused-tests](/packages/eslint-plugin-jest/docs/rules/no-focused-tests.md) - disallow ...
{ "pile_set_name": "Github" }
{ "action": { "misuse": { "variety": [ "Privilege abuse" ], "vector": [ "LAN access" ] } }, "actor": { "internal": { "motive": [ "Unknown" ], "variety": [ "Unknown" ] } }, "asset": { "assets": [ { ...
{ "pile_set_name": "Github" }
{ "extends": "./tsconfig-base.json", "compilerOptions": { "composite": true, "strict": true, "declarationMap": true, "experimentalDecorators": true } }
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0+ #include <common.h> #include <asm/io.h> #include <dm.h> #include <malloc.h> #include <net.h> #include <netdev.h> #include <pci.h> #include <linux/bitops.h> #include <linux/delay.h> #define SROM_DLEVEL 0 /* PCI Registers. */ #define PCI_CFDA_PSM 0x43 #define CFRV_RN 0x000000f0 /...
{ "pile_set_name": "Github" }
/* Example code for Think OS Copyright 2015 Allen Downey License: Creative Commons Attribution-ShareAlike 3.0 */ #include <pthread.h> typedef struct { pthread_mutex_t mutex[1]; } Mutex; Mutex *make_mutex (); void mutex_lock(Mutex *mutex); void mutex_unlock(Mutex *mutex);
{ "pile_set_name": "Github" }
/***************************************************************************** Copyright (c) 2011, Intel Corp. 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 cod...
{ "pile_set_name": "Github" }
'use strict'; var Buffer = require('../../').Buffer; var assert = require('assert'); var a = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8, 9, 0]); var b = Buffer.from([5, 6, 7, 8, 9, 0, 1, 2, 3, 4]); assert.equal(-1, a.compare(b)); // Equivalent to a.compare(b). assert.equal(-1, a.compare(b, 0)); assert.equal(-1, a.compar...
{ "pile_set_name": "Github" }
# Copyright 2020 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import("//build/config/chrome_build.gni") source_set("advanced_settings_signin") { configs += [ "//build/config/compiler:enable_arc" ] sources = [ "...
{ "pile_set_name": "Github" }
; RUN: llc -mtriple x86_64-apple-darwin15.0.0 -o - /dev/null | FileCheck %s ; RUN: llc -mtriple x86_64-apple-macosx10.11.0 -o - /dev/null | FileCheck %s ; RUN: llc -mtriple x86_64-apple-macos10.11.0 -o - /dev/null | FileCheck %s ; CHECK: .macosx_version_min 10, 11
{ "pile_set_name": "Github" }
############################################################# # # mutt # ############################################################# MUTT_VERSION = 1.5.21 MUTT_SITE = http://downloads.sourceforge.net/project/mutt/mutt-dev MUTT_DEPENDENCIES = ncurses MUTT_CONF_OPT = --disable-iconv --disable-smtp MUTT_AUTORECONF = YE...
{ "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" }
from data import runner_util from data import test_util as point_test_util from ranker import runner as ranker_runner from ranker import test_util as ranker_test_util def main(): points_input = list(point_test_util.GetPointsInput('data', 'test_sf_1.csv').values()) points_ranker_runner = ranker_runner.PointsRanker...
{ "pile_set_name": "Github" }
/* * PROGRAM: JRD access method * MODULE: ThreadData.h * DESCRIPTION: Thread support definitions * * The contents of this file are subject to the Interbase Public * License Version 1.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy * of the License at ...
{ "pile_set_name": "Github" }
/* * A program to read the configuration file and load a single conn * Copyright (C) 2005 Michael Richardson <mcr@xelerance.com> * Copyright (C) 2012-2014 Paul Wouters <paul@libreswan.org> * Copyright (C) 2014 D. Hugh Redelmeier <hugh@mimosa.com> * Copyright (C) 2012-2013 Kim B. Heino <b@bbbs.net> * Copyright (C)...
{ "pile_set_name": "Github" }
// $Id: ExtFlashP.nc,v 1.2 2010-06-29 22:07:50 scipio Exp $ /* * Copyright (c) 2000-2005 The Regents of the University of California. * All rights reserved. * * 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" }
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24" android:tint="?attr/colorControlNormal"> <path android:fillColor="@android:color/white" android:pathData="M12,12m-3,0a3,3...
{ "pile_set_name": "Github" }
# 你的第一个扩展包 本文会教你如何创建一个简单的 Cocos Creator 扩展包,并且向你介绍一些扩展包中的基本概念。通过学习,你将会创建一个扩展包,并在主菜单中建立一个菜单项,并通过该菜单项在主进程中执行一条扩展指令。 ## 创建并安装扩展包 创建一个空文件夹命名为 “hello-world”,并在该文件夹中创建 `main.js` 和 `package.json` 两个文本文件。该扩展包的结构大致如下: ``` hello-world |--main.js |--package.json ``` 将该文件夹放入到 `~/.CocosCreator/packages`(Windows 用户为 `C:\Use...
{ "pile_set_name": "Github" }
# coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for # license information. # # Code generated by Microsoft (R) AutoRest Code Generator. # Changes ...
{ "pile_set_name": "Github" }
#![cfg(not(tarpaulin_include))] use proc_macro::TokenStream; use quote::quote; use syn::{parse_macro_input, Attribute, Data, DeriveInput, Meta, NestedMeta, Path}; /// This procedural macro implements the `AsValue` trait as well as several required other traits. /// All of these traits enable creating an `inkwell::val...
{ "pile_set_name": "Github" }
it is movies like these that make a jaded movie viewer thankful for the invention of the timex indiglo watch . based on the late 1960's television show by the same name , the mod squad tells the tale of three reformed criminals under the employ of the police to go undercover . however , things go wrong as evidence ge...
{ "pile_set_name": "Github" }
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/ec2/model/GpuDeviceMemoryInfo.h> #include <aws/core/utils/xml/XmlSerializer.h> #include <aws/core/utils/StringUtils.h> #include <aws/core/utils/memory/stl/AWSStringStream.h> #include <u...
{ "pile_set_name": "Github" }
<?php if (file_exists("reg.php")) { include("reg.php"); if ($validDomain == "false") { die("Unauthorized Domain: Please contact support."); } } else { die("Missing Files: Please contact support."); } if (file_exists("config.php")) { include("config.php"); } else { header('Lo...
{ "pile_set_name": "Github" }
// Protractor configuration file, see link for more information // https://github.com/angular/protractor/blob/master/lib/config.ts const { SpecReporter } = require('jasmine-spec-reporter'); exports.config = { allScriptsTimeout: 11000, specs: [ './e2e/**/*.e2e-spec.ts' ], capabilities: { 'browserName':...
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ CKEDITOR.plugins.setLang( 'templates', 'de', { button: 'Vorlagen', emptyListMsg: '(Keine Vorlagen definiert)', insertOption: 'Aktuelle Inhalte ersetzen', ...
{ "pile_set_name": "Github" }
module github.com/Azure/go-autorest/tracing go 1.12
{ "pile_set_name": "Github" }
{ "from": 0, "size": 10, "query": { "filtered": { "query": { "bool": { "must": [ { "range": { "myfield._number": { "from": 1.0, "to": null, "include_lower": true, "include_...
{ "pile_set_name": "Github" }
// Copyright (c) 2012 Ecma International. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-identifiers-static-semantics-early-errors es5id: 7.6.1.2-1-s description: > Strict Mode - SyntaxError is thrown when 'implements' occurs in strict mode code info: |...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x" }, { "idiom" : "universal", "filename" : "IMG_2766.PNG", "scale" : "2x" }, { "idiom" : "universal", "scale" : "3x" } ], "info" : { "version" : 1, "author" : "xcode" } }
{ "pile_set_name": "Github" }
# With ziprequire you can load ruby modules from a zip file. This means # ruby's module include path can include zip-files. # # The following example creates a zip file with a single entry # <code>log/simplelog.rb</code> that contains a single function # <code>simpleLog</code>: # # require 'zip/zipfilesystem' # ...
{ "pile_set_name": "Github" }
stephen , please post if appropriate . " mafia ! " - crime isn't a funny business by homer yen ( c ) 1998 on a particular night when i found myself having some free time , i had a chance to either go to sleep early or to see " mafia ! " , a spoof of mafia and crime films such as " the godfather , " " goodfellas " an...
{ "pile_set_name": "Github" }
{ "Namespace": "test", "Operation": "EVAL", "Collection": "", "Database": "test", "Keys": "", "Fingerprint": "EVAL" }
{ "pile_set_name": "Github" }
define("ace/theme/tomorrow_night_eighties",["require","exports","module","ace/lib/dom"], function(require, exports, module) { exports.isDark = true; exports.cssClass = "ace-tomorrow-night-eighties"; exports.cssText = ".ace-tomorrow-night-eighties .ace_gutter {\ background: #272727;\ color: #CCC\ }\ .ace-tomorrow-night...
{ "pile_set_name": "Github" }
title: RA_1103_access_internal_http_logs id: RA1103 description: > Make sure you have access to internal communication HTTP logs author: your name/nickname/twitter creation_date: YYYY/MM/DD stage: preparation references: - https://example.com requirements: - DN_zeek_http_log workflow: | Description of the workf...
{ "pile_set_name": "Github" }
Manifest-Version: 1.0 X-COMMENT: Main-Class will be added automatically by build
{ "pile_set_name": "Github" }
--TEST-- Test xml_set_unparsed_entity_decl_handler() function : usage variations --SKIPIF-- <?php if (!extension_loaded("xml")) { print "skip - XML extension not loaded"; } ?> --FILE-- <?php /* Prototype : proto int xml_set_unparsed_entity_decl_handler(resource parser, string hdl) * Description: Set up unparsed ...
{ "pile_set_name": "Github" }
<?php class msOrderProductGetProcessor extends modObjectGetProcessor { public $classKey = 'msOrderProduct'; public $languageTopics = array('minishop2:default'); public $permission = 'msorder_view'; /** * @return bool|null|string */ public function initialize() { if (!$this->...
{ "pile_set_name": "Github" }
#import "injectee-AppDelegate.h" @interface NSObject (mach_inject_test_injector_app) - (void)notifyInjectorReadyForInjection; - (void)notifyInjectorSuccessfullyInjected; @end @implementation injectee_AppDelegate - (void)applicationDidFinishLaunching:(NSNotification*)notification_ { return; id injector = [NSConnect...
{ "pile_set_name": "Github" }
<?php /* * This file is part of SwiftMailer. * (c) 2004-2009 Chris Corbyn * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /** * A null KeyCache that does not cache at all. * * @author Chris Corbyn */ class Swift_KeyCache_NullK...
{ "pile_set_name": "Github" }
CXX_STD=CXX11 PKG_CPPFLAGS=-DEIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS # no openmp, since thread model is different, and is likely to be much slower, # although perhaps Eigen is clever enough to account for this.
{ "pile_set_name": "Github" }
apiVersion: v1 kind: Service metadata: name: hello spec: selector: app: hello tier: backend ports: - protocol: TCP port: 80 targetPort: http
{ "pile_set_name": "Github" }
TypeError: The global property undefined is not configurable, writable, nor enumerable, therefore cannot be declared as a function at Global code (CanDeclareGlobalFunctionNonEval.js:1:1)
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2018 Linaro Limited */ #include <common.h> #include <dm.h> #include <sandboxtee.h> #include <tee.h> #include <tee/optee_ta_avb.h> /* * The sandbox tee driver tries to emulate a generic Trusted Exectution * Environment (TEE) with the Trusted Application (TA) O...
{ "pile_set_name": "Github" }