text
stringlengths
2
99.9k
meta
dict
/* * 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" }
/** ****************************************************************************** * @addtogroup OpenPilotModules OpenPilot Modules * @{ * @addtogroup MKSerialModule MK Serial Control Module * @brief Connect to MK module * @{ * * @file GPS.h * @author The OpenPilot Team, http://www.openpilot.org Copy...
{ "pile_set_name": "Github" }
// Copyright 2016 The Snappy-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. // +build !amd64 appengine !gc noasm package snappy // decode writes the decoding of src to dst. It assumes that the varint-encoded // length of the de...
{ "pile_set_name": "Github" }
// Copyright Aleksey Gurtovoy 2000-2004 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // Preprocessed version of "boost/mpl/plus.hpp" header // -- DO NOT modify by hand! namespace boost { namespace m...
{ "pile_set_name": "Github" }
#include "ObjectDescriptor.h" #include "types.h" #include "debug.h" #include "proton/proton_wrapper.h" #include "amqp/schema/described-types/Descriptor.h" #include <sstream> /****************************************************************************** * * amqp::internal::schema::descriptors::ObjectDescriptor *...
{ "pile_set_name": "Github" }
// Copyright 2017 DAIMTO ([Linda Lawton](https://twitter.com/LindaLawtonDK)) : [www.daimto.com](http://www.daimto.com/) // // 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.apa...
{ "pile_set_name": "Github" }
/* source: https://www.securityfocus.com/bid/1526/info Under certain versions of IRIX, the 'gr_osview' command contains a buffer overflow that local attackers can exploit to gain root privileges. The gr_osview command produces a graphical display of memory-management activity, including memory usage, page faults...
{ "pile_set_name": "Github" }
# This file is part of Androguard. # # Copyright 2014 Google Inc. 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 # # ...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Bag of Tricks Figure\n", "\n", "Analyze the effects of our different \"tricks\".\n", "\n", "1. Sample matches off mask\n", "2. Scale by hard negatives\n", "3. L2 pixel loss on matches\n", "\n", "We wil...
{ "pile_set_name": "Github" }
学校保健統計調査規則 (昭和二十七年三月十一日文部省令第五号)最終改正:平成二一年三月三一日文部科学省令第一七号  統計法(昭和二十二年法律第十八号)第三条第二項の規定に基き、学校衛生統計調査規則を次のように定める。 (趣旨) 第一条  統計法 (平成十九年法律第五十三号)第二条第四項 に規定する基幹統計である学校保健統計を作成するための調査(以下「学校保健統計調査」という。)の実施に関しては、統計法施行令 (平成二十年政令第三百三十四号。以下「令」という。)第四条第一項 に定めるもののほか、この省令の定めるところによる。 (調査の目的) 第二条  学校保健統計調査は、学校における幼児、児童、生徒、学生及び職員の発育...
{ "pile_set_name": "Github" }
<?php /* * Copyright 2011 Johannes M. Schmitt <schmittjoh@gmail.com> * * 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 requir...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <script src="/benchmark/js/jquery.min.js"></script> <script type="text/javascript" src="/benchmark/js/js.cookie.js"></script> <title>Be...
{ "pile_set_name": "Github" }
import {Plural, Trans} from '@lingui/react' import React from 'react' import {ActionLink} from 'components/ui/DbLink' import ACTIONS from 'data/ACTIONS' import PETS from 'data/PETS' import STATUSES from 'data/STATUSES' import Module from 'parser/core/Module' import {Suggestion, SEVERITY} from 'parser/core/modules/Sugg...
{ "pile_set_name": "Github" }
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/kendra/model/ColumnConfiguration.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::Utils::Json; using namespace Aws::Utils; namespace Aws { na...
{ "pile_set_name": "Github" }
/** * PANDA 3D SOFTWARE * Copyright (c) Carnegie Mellon University. All rights reserved. * * All use of this software is subject to the terms of the revised BSD * license. You should have received a copy of this license along * with this source code in a file named "LICENSE." * * @file geomPatches.h * @autho...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2015 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is a...
{ "pile_set_name": "Github" }
/** * @class UIListItem * @extends UIElement * UIListItem is a simple container. It is the only UIList/UIListView that can contain children. * */
{ "pile_set_name": "Github" }
# android-afl Fuzzing Android program with [american fuzzy lop (AFL)][american-fuzzy-lop] ## android-afl: Android-enabled version of AFL android-afl is a modified version of AFL that supports fuzzing on Android, the SHM has been replaced with ASHMEM because of Android disable SHM in the kernel. Extra codes have been...
{ "pile_set_name": "Github" }
/* Copyright 2015 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
{ "pile_set_name": "Github" }
/* * 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 * "Lic...
{ "pile_set_name": "Github" }
using System; using System.Linq; using Coevery.Localization; using Coevery.Messaging.Events; using Coevery.Messaging.Models; using Coevery.ContentManagement; using Coevery.Settings; using Coevery.Users.Models; namespace Coevery.Users.Handlers { public class UserMessagesAlteration : IMessageEventHandler { ...
{ "pile_set_name": "Github" }
/* * Copyright 2011 The Closure Compiler 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...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (11.0.3) on Sun Mar 29 22:42:10 IST 2020 --> <title>Uses of Class com.googlecode.cqengine.attribute.support.FunctionalMultiValueAttribute (CQEngine 3.5.0 API)</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <m...
{ "pile_set_name": "Github" }
package org.wcong.test.util; import java.util.Iterator; import java.util.List; /** * Created by wcong on 2016/12/6. */ public class ListUtils { public static <T> String implode(List<T> list, String joint) { if (list == null || list.isEmpty()) { return ""; } Iterator<T> itera...
{ "pile_set_name": "Github" }
// // ShareSDK.h // ShareSDK // // Created by 冯 鸿杰 on 15/2/5. // Copyright (c) 2015年 掌淘科技. All rights reserved. // #import <Foundation/Foundation.h> #import "NSMutableDictionary+SSDKInit.h" #import "NSMutableDictionary+SSDKShare.h" #import "SSDKTypeDefine.h" #import "SSDKUserQueryConditional.h" #import "SSDKConten...
{ "pile_set_name": "Github" }
#pragma once #include <algorithm> #include "shared.hpp" #include "controller.hpp" #include <sstream> #include "map/map.hpp" #include "models/arcade.hpp" #include "models/longleyRice.hpp" #include "models/los_simple.hpp" #include "antenna/antenna_library.hpp" #include "lodepng.h" #ifdef _WINDOWS #include <direct.h> ...
{ "pile_set_name": "Github" }
<?xml version="1.0" ?> <annotation> <folder>widerface</folder> <filename>42--Car_Racing_42_Car_Racing_Car_Racing_42_562.jpg</filename> <source> <database>wider face Database</database> <annotation>PASCAL VOC2007</annotation> <image>flickr</image> <flickrid>-1</flickrid> </source> <owner> <flickrid>yanyu</flickrid> <nam...
{ "pile_set_name": "Github" }
# # Automatically generated make config: don't edit # Linux kernel version: 2.6.28-rc6 # Fri Nov 28 15:41:33 2008 # CONFIG_MIPS=y # # Machine selection # # CONFIG_MACH_ALCHEMY is not set # CONFIG_BASLER_EXCITE is not set # CONFIG_BCM47XX is not set # CONFIG_MIPS_COBALT is not set # CONFIG_MACH_DECSTATION is not set # ...
{ "pile_set_name": "Github" }
describe('CoinifySellController', () => { let $rootScope; let $controller; let options; let buySellOptions; let accounts; let bankMedium; let payment; let trade; let user; let quote = { quoteAmount: 1, baseAmount: -100, baseCurrency: 'EUR', expiresAt: 100000000 }; beforeEach(an...
{ "pile_set_name": "Github" }
Thu Feb 23 23:47:18 2012 Google Inc. <google-sparsehash@googlegroups.com> * sparsehash: version 2.0.2 * BUGFIX: Fix backwards compatibility for <google> include folders Wed Feb 01 02:57:48 2012 Google Inc. <google-sparsehash@googlegroups.com> * sparsehash: version 2.0.1 * BUGFIX: Fix path to malloc_extension.h i...
{ "pile_set_name": "Github" }
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "Color.h" #include <cassert> namespace facebook { namespace react { SharedColor colorFromComponents(ColorComponents comp...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <item> <shape android:shape="rectangle"> <corners android:radius="@dimen/alert_dialog_corners_radius" /> <solid android:color="?attr/backgroundTint" /> </shape> ...
{ "pile_set_name": "Github" }
/** ****************************************************************************** * @file stm32f4xx_hal_can.h * @author MCD Application Team * @version V1.7.0 * @date 17-February-2017 * @brief Header file of CAN HAL module. ************************************************************************...
{ "pile_set_name": "Github" }
require('../../modules/es7.string.trim-left'); module.exports = require('../../modules/_core').String.trimLeft;
{ "pile_set_name": "Github" }
// Copyright Aleksey Gurtovoy 2000-2004 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // Preprocessed version of "boost/mpl/aux_/fold_impl.hpp" header // -- DO NOT modify by hand! namespace boost { n...
{ "pile_set_name": "Github" }
<?php /** * PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE * * Copyright (c) 2006 - 2015 PHPExcel * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 ...
{ "pile_set_name": "Github" }
apiVersion: install.istio.io/v1alpha1 kind: IstioOperator spec: trafficManagement: components: pilot: k8s: resources: requests: cpu: 1000m # override from default 500m memory: 4096Mi # ... default 2048Mi hpaSpec: maxReplicas: 10...
{ "pile_set_name": "Github" }
/** * Helpers. */ var s = 1000; var m = s * 60; var h = m * 60; var d = h * 24; var y = d * 365.25; /** * Parse or format the given `val`. * * Options: * * - `long` verbose formatting [false] * * @param {String|Number} val * @param {Object} options * @return {String|Number} * @api public */ module.expo...
{ "pile_set_name": "Github" }
################################################################################## # # ORTHOFILTER TRANSFORMS # Periodic boundaries, Orthogonal # ################################################################################## # DWT # 1-D # writes to y function _dwt!(y::AbstractVector{Ty}, x::AbstractVector{Tx},...
{ "pile_set_name": "Github" }
package com.interview.tree; import java.util.Optional; import java.util.concurrent.atomic.AtomicInteger; import java.util.concurrent.atomic.AtomicReference; /** * Date 10/29/2015 * @author Tushar Roy * * Red Black Tree * * Time complexity * Insert - O(logn) * Delete - O(logn) * Search - O(logn) * * Does no...
{ "pile_set_name": "Github" }
time_t time(time_t *); double difftime(time_t, time_t); char *ctime(const time_t *timep);
{ "pile_set_name": "Github" }
package org.ggp.base.player.request.grammar; import org.ggp.base.player.gamer.Gamer; import org.ggp.base.player.gamer.exception.GamePreviewException; import org.ggp.base.util.game.Game; import org.ggp.base.util.logging.GamerLogger; public final class PreviewRequest extends Request { private final Game game; p...
{ "pile_set_name": "Github" }
// this file contains user defines (callsign, platform, etc). #ifndef CONFIG_H_ #define CONFIG_H_ //Uncomment these and change them to match your hardware. //#define CALLSIGN "MYCALLSIGN-5" //#define BANNER "SomeRadio solar digipeater mAh=1234" // Define your hardware type both here and in Toos/Board. #define FEATH...
{ "pile_set_name": "Github" }
d83beb3ce2178a4c7edc968e3385e8830a1bfbb7 D9GUtTt3czB
{ "pile_set_name": "Github" }
<?php namespace GuzzleHttp\Tests; use GuzzleHttp\Client; use GuzzleHttp\Event\ProgressEvent; use GuzzleHttp\Message\MessageFactory; use GuzzleHttp\RingBridge; use GuzzleHttp\Stream\Stream; use GuzzleHttp\Transaction; use GuzzleHttp\Message\Request; use GuzzleHttp\Message\Response; use GuzzleHttp\Ring\Client\MockHandle...
{ "pile_set_name": "Github" }
/* * Copyright Andrey Semashev 2007 - 2014. * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/LICENSE_1_0.txt) */ /*! * \file ends_with.hpp * \author Andrey Semashev * \date 02.09.2012 * * The header...
{ "pile_set_name": "Github" }
/* * (C) Copyright IBM Corp. 2018, 2020. * * 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" }
/* * 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" }
/* * Copyright 2002-2012 Drew Noakes * * 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...
{ "pile_set_name": "Github" }
drop table if exists ttl_00933_2; create table ttl_00933_2 (d DateTime, a Int default 111 ttl d + interval 1 DAY) engine = MergeTree order by tuple() partition by toDayOfMonth(d); insert into ttl_00933_2 values (toDateTime('2000-10-10 00:00:00'), 1); insert into ttl_00933_2 values (toDateTime('2000-10-10 00:00:00'), 2...
{ "pile_set_name": "Github" }
var AWS = require('../core'); var inherit = AWS.util.inherit; /** * @api private */ AWS.Signers.V2 = inherit(AWS.Signers.RequestSigner, { addAuthorization: function addAuthorization(credentials, date) { if (!date) date = AWS.util.date.getDate(); var r = this.request; r.params.Timestamp = AWS.util.da...
{ "pile_set_name": "Github" }
//4057616 Jul 13, 2013 7:20:24 AM fuwutu 43A - Football GNU C++0x Accepted 15 ms 0 KB #include <iostream> #include <string> using namespace std; int main() { int n, goal(0); cin >> n; string team, win; while (n--) { if (goal != 0) { cin >> team; if (tea...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft...
{ "pile_set_name": "Github" }
// WARNING: DO NOT EDIT THIS FILE. THIS FILE IS MANAGED BY SPRING ROO. // You may push code into the target .java compilation unit if you wish to edit any member(s). package nl.bzk.brp.model.data.kern; import nl.bzk.brp.model.data.kern.Land; import org.apache.commons.lang3.builder.ReflectionToStringBuilder; import or...
{ "pile_set_name": "Github" }
# Locally calculated sha256 a1f68d8251509c0171f8bfea42f9e2a5255a4185f7dcbe67f584aa09709b2496 liblog4c-localtime-1.0.tar.gz sha256 a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7 COPYING
{ "pile_set_name": "Github" }
#tb 0: 1/25 #media_type 0: video #codec_id 0: rawvideo #dimensions 0: 416x240 #sar 0: 0/1 0, 0, 0, 1, 149760, 0x8edb27d7 0, 1, 1, 1, 149760, 0xea7b30bf 0, 2, 2, 1, 149760, 0x273d092a 0, 3, 3, 1, 149760, 0xef4e0ff...
{ "pile_set_name": "Github" }
val base_a : bool = true val base_b : bool = true val base_c : bool = true val base_d : bool = true val base_e : bool = true val base_f : bool = true val base_g : bool = true val base_h : bool = true val base_i : bool = true val base_j : bool = true val base_k : bool = true val base_l : bool = true val base_m : bool = ...
{ "pile_set_name": "Github" }
<version55_state xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#ios" comment="Affected IOS versions" id="oval:org.cisecurity:ste:8289" version="1"> <version_string var_check="at least one" var_ref="oval:org.cisecurity:var:1771" /> </version55_state>
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="File" module="OFS.Image"/> </pickle> <pickle> <dictionary> <item> <key> <string>_Cacheable__manager_id</string> </key> <value> <string>http_cache</string> </value> ...
{ "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" }
#!/bin/bash help="Decodes thunder, flashget, qqdl links to original link.\nUsage: thunderdecode '<link>'" if [ -z $1 ]; then echo -e $help exit fi format=$(echo $1 | cut -d ':' -f 1) case $format in 'thunder') link=$(echo ${1#thunder://} | base64 -d) link=${link#AA} link=${link%ZZ} ;; 'qqdl')...
{ "pile_set_name": "Github" }
# Copyright 2015 Telefonica Investigacion y Desarrollo, S.A.U # # This file is part of Orion Context Broker. # # Orion Context Broker is free software: you can redistribute it and/or # modify it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of ...
{ "pile_set_name": "Github" }
macro(_record_compiler_features lang compile_flags feature_list) include("${CMAKE_ROOT}/Modules/Compiler/${CMAKE_${lang}_COMPILER_ID}-${lang}-FeatureTests.cmake" OPTIONAL) string(TOLOWER ${lang} lang_lc) file(REMOVE "${CMAKE_BINARY_DIR}/CMakeFiles/feature_tests.bin") file(WRITE "${CMAKE_BINARY_DIR}/CMakeFiles...
{ "pile_set_name": "Github" }
using System; using System.Linq; using System.Collections.Generic; using System.Data.SqlTypes; using Composite.Functions; using Composite.Plugins.Functions.FunctionProviders.StandardFunctionProvider.Foundation; using Composite.Core.ResourceSystem; using System.Linq.Expressions; namespace Composite.Plugin...
{ "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/. # Main toolbar buttons (tooltips and alt text for images) previous.title=Poprzednia strona previous_label=Poprzednia nex...
{ "pile_set_name": "Github" }
/* * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * * GPL LICENSE SUMMARY * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it un...
{ "pile_set_name": "Github" }
#!/bin/sh . "${TEST_SCRIPTS_DIR}/unit.sh" define_test "3 nodes, all in natgw group, all ok" setup_natgw <<EOF 192.168.20.41 192.168.20.42 192.168.20.43 EOF setup_ctdbd <<EOF NODEMAP 0 192.168.20.41 0x0 CURRENT RECMASTER 1 192.168.20.42 0x0 2 192.168.20.43 0x0 EOF ##### required_result ...
{ "pile_set_name": "Github" }
gcr.io/ml-pipeline/ml-pipeline-dataproc-predict:f81d714ab994d41945c2f0507a4df4f1b3d53ad5
{ "pile_set_name": "Github" }
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>&quot;utils/DateUtils&quot; | p1 wiki</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" hre...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp"> <Identity Name="96f...
{ "pile_set_name": "Github" }
# CallableSignature # === # A CallableSignature describes how something callable expects to be called. # Different implementation of this class are used for different types of callables. # # @api public # class Puppet::Pops::Evaluator::CallableSignature # Returns the names of the parameters as an array of strings. T...
{ "pile_set_name": "Github" }
// Copyright (c) 2012 Ecma International. All rights reserved. // Ecma International makes this code available under the terms and conditions set // forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the // "Use Terms"). Any redistribution of this code must retain the above // copyright and this n...
{ "pile_set_name": "Github" }
<?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class CreateImsYzInvitePage extends Migration { /** * Run the migrations. * * @return void */ public function up() { // if (!Schema::hasT...
{ "pile_set_name": "Github" }
/************************************************************************** ** ** Copyright (C) 2020 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt Installer Framework. ** ** $QT_BEGIN_LICENSE:GPL-EXCEPT$ ** Commercial License Usage ** Licensees holding valid commercial Q...
{ "pile_set_name": "Github" }
/* Copyright 2019 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" }
var locastyle = locastyle || {}; locastyle.browserUnsupportedBar = (function() { 'use strict'; function init() { browserDetect(); hideBrowserUnsupportedAlert(); } function browserDetect() { var version = locastyle.browserDetect.browserVersion(); var name = locastyle.b...
{ "pile_set_name": "Github" }
$.get(Manifest.root + 'update/time.php').then(function(time){ time = time * 1000.0; time = new Date(time); $('#msg').text(time); });
{ "pile_set_name": "Github" }
# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other # HYPRE Project Developers. See the top-level COPYRIGHT file for details. # # SPDX-License-Identifier: (Apache-2.0 OR MIT) target_sources(HYPRE PRIVATE blas_dh.c Euclid_apply.c Euclid_dh.c ExternalRows_dh.c Factor_dh.c getRow_dh.c ...
{ "pile_set_name": "Github" }
/* * /MathJax/localization/fr/HelpDialog.js * * Copyright (c) 2009-2014 The MathJax Consortium * * 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/lic...
{ "pile_set_name": "Github" }
// // Copyright (c) Marcin Krzyżanowski. All rights reserved. // // THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY // INTERNATIONAL COPYRIGHT LAW. USAGE IS BOUND TO THE LICENSE AGREEMENT. // This notice may not be removed from this file. // #import <Foundation/Foundation.h> typedef NS_ENUM(N...
{ "pile_set_name": "Github" }
/** * Copyright (C) 2011-2013 Michael Vogt <michu@neophob.com> * * This file is part of PixelController. * * PixelController 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 Licen...
{ "pile_set_name": "Github" }
/**HEADER******************************************************************** * * Copyright (c) 2008, 2013 Freescale Semiconductor; * All Rights Reserved * * Copyright (c) 1989-2008 ARC International; * All Rights Reserved * *************************************************************************** * * THI...
{ "pile_set_name": "Github" }
:107C000001C0F6C011248FEF98E09EBF8DBF84B7EE :107C100090E89093610010926100882369F0982F9A :107C20009A70923049F081FF02C097EF94BF282EDE :107C300080E001D10C94000085E08093810082E017 :107C40008093C00088E18093C10080E18093C400EC :107C500086E08093C2008EE0EED0259A84E028E191 :107C60003EEF91E0309385002093840096BBB09B5B :107C...
{ "pile_set_name": "Github" }
cmake_minimum_required(VERSION 3.8) project(tsl_sparse_map_tests) add_executable(tsl_sparse_map_tests "main.cpp" "custom_allocator_tests.cpp" "policy_tests.cpp" "popcount_tests.cpp" ...
{ "pile_set_name": "Github" }
--- a2ps-j.orig 2012-02-23 15:04:21.000000000 +0900 +++ a2ps-j 2012-10-02 01:58:37.000000000 +0900 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/env perl ;# ;# a2ps: ascii to ps ;# @@ -56,9 +56,12 @@ @param_b4 = (10.15, 14.31, 1.40, 1.2, 8.50, 9.5, 0.29, 0.22, 0.08, 'b4'); sub paper { local(*param) = 'pa...
{ "pile_set_name": "Github" }
#!/opt/stack/bin/python3 import os import shutil # Create a pallets directory in RAMDISK os.makedirs("/export/stack/pallets") import stack.roll # Read the rolls.xml file and get # information about the pallets to install g = stack.roll.Generator() f = open('/tmp/rolls.xml','r') g.parse(f) # Download the graph and n...
{ "pile_set_name": "Github" }
/* Copyright 2010-present MongoDB Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in wr...
{ "pile_set_name": "Github" }
#import "MITTouchstoneController.h" #import "MITTouchstoneRequestOperation.h" #import "MITTouchstoneRequestOperation+MITMobileV2.h" #import "MITBuildingServicesReportForm.h" #import "NSString+EmailValidation.h" NSString * const MITBuildingServicesLocationChosenNoticiation = @"MITBuildingServicesLocationChosenNoticiat...
{ "pile_set_name": "Github" }
.. _timescale: :mod:`timescale` ================ .. automodule:: pyphi.timescale :members: :undoc-members:
{ "pile_set_name": "Github" }
// g2o - General Graph Optimization // Copyright (C) 2011 R. Kuemmerle, G. Grisetti, W. Burgard // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must r...
{ "pile_set_name": "Github" }
// ------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool Xbim.CodeGeneration // // Changes to this file may cause incorrect behaviour and will be lost if // the code is regenerated. // </auto-generated> // -----------------...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (11.0.2) on Thu Jun 20 14:10:16 EDT 2019 --> <title>Uses of Interface oracle.kubernetes.operator.builders.CallParams (weblogic-kubernetes-operator 2.2.1 API)</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <me...
{ "pile_set_name": "Github" }
// +build !go1.7 /* * * Copyright 2016, Google Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, ...
{ "pile_set_name": "Github" }
.. currentmodule:: PyQt5.QtBluetooth QLowEnergyService ----------------- .. class:: QLowEnergyService `C++ documentation <https://doc.qt.io/qt-5/qlowenergyservice.html>`_
{ "pile_set_name": "Github" }
/* ------------------------------------------------------------------ * Copyright (C) 1998-2009 PacketVideo * * 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.o...
{ "pile_set_name": "Github" }
function postedBy(parent, args, context) { return context.prisma.link({ id: parent.id }).postedBy() } function votes(parent, args, context) { return context.prisma.link({ id: parent.id }).votes() } module.exports = { postedBy, votes, }
{ "pile_set_name": "Github" }
/* Authors: Jakub Hrozek <jhrozek@redhat.com> Copyright (C) 2013 Red Hat SSSD tests: Common utilities for tests that exercise domains 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 Soft...
{ "pile_set_name": "Github" }
//:= geowave-config-aws(1) :doctype: manpage [[config-aws-name]] ==== NAME geowave-config-aws - configure GeoWave CLI for AWS S3 connections [[config-aws-synopsis]] ==== SYNOPSIS geowave config aws <AWS S3 endpoint URL> [[config-aws-description]] ==== DESCRIPTION This command creates a local configuration for A...
{ "pile_set_name": "Github" }
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
{ "pile_set_name": "Github" }
#!/bin/bash -ex # If the TERM environment variable is missing, then tput may produce spurrious error messages. if [[ ! -n "$TERM" ]] || [[ "$TERM" -eq "dumb" ]]; then export TERM="vt100" fi retry() { local COUNT=1 local RESULT=0 while [[ "${COUNT}" -le 10 ]]; do [[ "${RESULT}" -ne 0 ]] && { [ "`whic...
{ "pile_set_name": "Github" }