text
stringlengths
2
99.9k
meta
dict
var make = require('./make_'); var arrForEach = require('../array/forEach'); var objForEach = require('../object/forOwn'); /** */ module.exports = make(arrForEach, objForEach);
{ "pile_set_name": "Github" }
/* Q Light Controller Plus plasmacolors.js Copyright (c) Nathan Durnan 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.txt Unless re...
{ "pile_set_name": "Github" }
{ "project_info": { "project_number": "827719695024", "firebase_url": "https://kryptonite2-3ab75.firebaseio.com", "project_id": "kryptonite2-3ab75", "storage_bucket": "kryptonite2-3ab75.appspot.com" }, "client": [ { "client_info": { "mobilesdk_app_id": "1:827719695024:android:46a...
{ "pile_set_name": "Github" }
DROP SILENT GRAPH <http://www.example.org>
{ "pile_set_name": "Github" }
define({ "root": false, "en-us": true, "fr-fr": true, "tests": true });
{ "pile_set_name": "Github" }
package git /* #include <git2.h> #include <git2/sys/repository.h> */ import "C" import ( "runtime" "unsafe" ) // Repository type Repository struct { ptr *C.git_repository // Remotes represents the collection of remotes and can be // used to add, remove and configure remotes for this // repository. Remotes ...
{ "pile_set_name": "Github" }
<?php /** * IvooxRssBridge * Returns the latest search result * TODO: support podcast episodes list */ class IvooxBridge extends BridgeAbstract { const NAME = 'Ivoox Bridge'; const URI = 'https://www.ivoox.com/'; const CACHE_TIMEOUT = 10800; // 3h const DESCRIPTION = 'Returns the 10 newest episodes by keyword s...
{ "pile_set_name": "Github" }
using System.Net.Http.Headers; using System.Runtime.Serialization; namespace SmartStore.WebApi.Models.Api { [DataContract] public partial class UploadImportFile : UploadFileBase { public UploadImportFile() { } public UploadImportFile(HttpContentHeaders headers) : base(head...
{ "pile_set_name": "Github" }
local mType = Game.createMonsterType("Burning Book") local monster = {} monster.description = "a burning book" monster.experience = 11934 monster.outfit = { lookType = 1061, lookHead = 79, lookBody = 113, lookLegs = 78, lookFeet = 0, lookAddons = 0, lookMount = 0 } monster.health = 18000 monster.maxHealth = 18...
{ "pile_set_name": "Github" }
// @flow // unwrapping nested maybes should work (('foo': ?(?string)): ?string); // ok ((123: ?(?number)): ?string); // error (only num ~> string)
{ "pile_set_name": "Github" }
// (function(root, factory) { // if (typeof define === "function" && define.amd) { // define([], factory); // } else if (typeof module === "object" && module.exports) { // module.exports = factory(); // } else { // root.Carousel = factory(); // } // })(typeof self !== "undefined" ? s...
{ "pile_set_name": "Github" }
.progressbar { border-width: 1px; border-style: solid; -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; overflow: hidden; position: relative; } .progressbar-text { text-align: center; position: absolute; } .progressbar-value { position: rel...
{ "pile_set_name": "Github" }
/** * Copyright (C) 2020 Xilinx, Inc * * Licensed under the Apache License, Version 2.0 (the "License"). You may * not use this file except in compliance with the License. A copy of the * License is located at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
{ "pile_set_name": "Github" }
/** * This file includes polyfills needed by Angular and is loaded before the app. * You can add your own extra polyfills to this file. * * This file is divided into 2 sections: * 1. Browser polyfills. These are applied before loading ZoneJS and are sorted by browsers. * 2. Application imports. Files imported...
{ "pile_set_name": "Github" }
#!/usr/bin/python import sys sys.path.append("python") import os import openchange import openchange.ocpf as ocpf import openchange.mapi as mapi from openchange.ocpf import Ocpf filename = os.getcwd() + "/../../libocpf/examples/sample_appointment.ocpf"; ctx = Ocpf(filename, ocpf.OCPF_FLAGS_READ) ret = ctx.parse() ...
{ "pile_set_name": "Github" }
import Route from "@ember/routing/route"; export default Route.extend({ beforeModel() { const appModel = this.modelFor("application"); this.replaceWith("step", appModel.start); }, });
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 6afbde69830b9e642979db012fbcbe27 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> <ClCompile Include="..\..\Server.cpp"> <Filter>Source Files</Filter> </ClCompile> <ClCompile Include="..\..\TestI.cpp"> <Filter>Source Files</Filter> ...
{ "pile_set_name": "Github" }
British yachtsman Tony Bullimore's survival for four days in the icy Southern Ocean owes much to the high-tech safety equipment available to the modern sailor. This year's London International Boat Show was crammed with gadgets such as the Emergency Position Indicating Radio Beacon (EPIRB). It costs 700 pounds ($1,176)...
{ "pile_set_name": "Github" }
# Maintainer: ArchStrike <team@archstrike.org> # Contributor: Simon Perry <aur [at] sanxion [dot] net> # Contributor: Nicolas Pouillard http://nicolaspouillard.fr buildarch=220 pkgname=spiped pkgver=1.6.1b pkgrel=1 pkgdesc="A utility for creating symmetrically encrypted and authenticated pipes between socket addresse...
{ "pile_set_name": "Github" }
<?php namespace oasis\names\specification\ubl\schema\xsd\CommonBasicComponents_2; use un\unece\uncefact\data\specification\UnqualifiedDataTypesSchemaModule\_2; /** * @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 * @xmlType NameType * @xmlName BlockNameType * @var oasis\names\s...
{ "pile_set_name": "Github" }
#pragma once #include "torch/csrc/python_headers.h" #include <memory> #include <vector> #include <ATen/ATen.h> namespace torch { struct TupleParser { TupleParser(PyObject* args, int num_args=-1); void parse(bool& x, const std::string& param_name); void parse(int& x, const std::string& param_name); void pars...
{ "pile_set_name": "Github" }
var baseIsEqual = require('./_baseIsEqual'); /** * Performs a deep comparison between two values to determine if they are * equivalent. * * **Note:** This method supports comparing arrays, array buffers, booleans, * date objects, error objects, maps, numbers, `Object` objects, regexes, * sets, strings, symbols, ...
{ "pile_set_name": "Github" }
/* * This file is a part of the open source stm32plus library. * Copyright (c) 2011,2012,2013,2014 Andy Brown <www.andybrown.me.uk> * Please see website for licensing terms. */ #include "config/stm32plus.h" #if defined(STM32PLUS_F4_HAS_MAC) || defined(STM32PLUS_F1_CL_E) #include "config/net.h" using namespace ...
{ "pile_set_name": "Github" }
fun call() { val javaClass = JavaClass() javaClass.<selection>javaMethod()</selection> } // CALL: FunctionCallInfo: targetFunction = JavaClass.javaMethod(): kotlin.Unit
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <CoreHandwriting/CHRecognitionResult.h> @class NSString; @interface CHSketchRecognitionResult : CHRecognitionResult { NSString *_string; double _rotation; } @prop...
{ "pile_set_name": "Github" }
one might expect a cathartic viewing experience walking into a new jean-luc godard film . after all , he was a founding member of the highly influential french new wave . he is also an esteemed film critic , lending intelligence and historical perspective to us in much of his writing . however , his latest creation ...
{ "pile_set_name": "Github" }
<?php /** * CodeIgniter * * An open source application development framework for PHP * * This content is released under the MIT License (MIT) * * Copyright (c) 2014 - 2018, British Columbia Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this softw...
{ "pile_set_name": "Github" }
+++ title = "Property:Runs on vm" description = "" date = 2010-08-29T19:10:19Z aliases = [] [extra] id = 8183 [taxonomies] categories = [] tags = [] +++ {{property}}This indicates languages and implementations of languages that run inside a particular virtual machine system.
{ "pile_set_name": "Github" }
# frozen_string_literal: true require 'spec_helper' RSpec.describe Gitlab::Database::PartitioningMigrationHelpers::TableManagementHelpers do include PartitioningHelpers include TriggerHelpers let(:migration) do ActiveRecord::Migration.new.extend(described_class) end let_it_be(:connection) { ActiveReco...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010,2011,2015,2016,2018 Apple Inc. All rights reserved. * * corecrypto Internal Use License Agreement * * IMPORTANT: This Apple corecrypto software is supplied to you by Apple Inc. ("Apple") * in consideration of your agreement to the following terms, and your download or use * of this Apple...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <configuration> <packageSources> <add key="Elastic Abstractions CI" value="https://ci.appveyor.com/nuget/elasticsearch-net-abstractions" /> <add key="Versioned Clients" value="https://ci.appveyor.com/nuget/elasticsearch-net" /> </packageSources> </configuration>
{ "pile_set_name": "Github" }
/* * Copyright 2012, 2015 Takao Nakaguchi * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
{ "pile_set_name": "Github" }
/* * Copyright 2013, 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, this list of conditio...
{ "pile_set_name": "Github" }
package question0669; public class TreeNode { int val; TreeNode left; TreeNode right; TreeNode(int x) { val = x; } }
{ "pile_set_name": "Github" }
--- title: Barcode provisioning and the package splitter tool (Windows 10) description: ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library author: dansimp ms.author: dansimp ms.topic: article ms.localizationpriority: medium ms.date: 07/27/2017 ms.reviewer: manager: dansimp --- # Barcode provisioning and the pac...
{ "pile_set_name": "Github" }
[kernel] Parsing tests/spec/overload_resolution.i (no preprocessing) /* Generated by Frama-C */ /*@ predicate rel(unsigned long long x, unsigned long long y) = x ≡ y; */ /*@ predicate rel(char x, char y, ℤ foo) = x ≡ y; */ /*@ ensures rel((unsigned long long)\result, (unsigned long long)\old(x)); */ char f(int x) { ...
{ "pile_set_name": "Github" }
/* * (C) Copyright 2015-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/ * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published by * the Free Software Foundation. * * This program is distributed in the hope that it...
{ "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" }
0% scan 100% Fair 100% 0,$ Fair License <Copyright Information> Usage of the works is permitted provided that this instrument is retained with the works, so that any entity that uses the works is notified of this instrument. DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.
{ "pile_set_name": "Github" }
//tinyMCEPopup.requireLangPack(); function init() { var ed, tcont; tinyMCEPopup.resizeToInnerSize(); ed = tinyMCEPopup.editor; // Give FF some time window.setTimeout(insertHelpIFrame, 10); tcont = document.getElementById('plugintablecontainer'); //document.getElementById('plugins_tab').style.display = 'none'...
{ "pile_set_name": "Github" }
// Copyright 2015 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 cases func (c info) cccVal() info { if c&exceptionBit != 0 { return info(exceptions[c>>exceptionShift]) & cccMask } return c & cccMask } func (c ...
{ "pile_set_name": "Github" }
/** @module test-export-20190913223443 */ class _NotExported { } /** * */ class _Foo { } /** * Default export with 'module.exports =' on a named function. * @returns {_Foo | null} */ module.exports = function _foo() { return null; }
{ "pile_set_name": "Github" }
# etcd/clientv3 [![Godoc](https://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](https://godoc.org/go.etcd.io/etcd/clientv3) `etcd/clientv3` is the official Go etcd client for v3. ## Install ```bash go get go.etcd.io/etcd/clientv3 ``` ## Get started Create client using `clientv3.New`: ```go c...
{ "pile_set_name": "Github" }
#include <unistd.h> #include <sys/socket.h> #include <netinet/tcp.h> #include <netinet/in.h> #include <fcntl.h> #include <signal.h> #include <errno.h> #include <stdio.h> #include <thread> #include "log.h" #include "assertions.h" #include "tools.h" #include "rtmp/rtmphandshake.h" #include "rtmp/rtmpconnection.h" /*****...
{ "pile_set_name": "Github" }
<?php /** * Enable cue point ingestion from XML bulk upload * @package plugins.cuePoint */ class CuePointBulkUploadXmlPlugin extends KalturaPlugin implements IKalturaPending, IKalturaSchemaContributor { const PLUGIN_NAME = 'cuePointBulkUploadXml'; const BULK_UPLOAD_XML_PLUGIN_NAME = 'bulkUploadXml'; /* (non-PHP...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2012 - 2020 Splice Machine, Inc. * * This file is part of Splice Machine. * Splice Machine 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, or (at your option) ...
{ "pile_set_name": "Github" }
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying # file Copyright.txt or https://cmake.org/licensing for details. #.rst: # FindMatlab # ---------- # # Finds Matlab or Matlab Compiler Runtime (MCR) and provides Matlab tools, # libraries and compilers to CMake. # # This package prim...
{ "pile_set_name": "Github" }
namespace UglyToad.PdfPig.Graphics { using System; using System.Collections.Generic; using Content; using Filters; using PdfPig.Core; using Tokenization.Scanner; using Tokens; using XObjects; /// <summary> /// Handles building <see cref="MarkedContentElement"/>s. /// </summ...
{ "pile_set_name": "Github" }
package arm.ui; import zui.Zui; import zui.Id; import iron.system.Time; import arm.io.ImportFont; import arm.Enums; class TabFonts { @:access(zui.Zui) public static function draw() { var ui = UISidebar.inst.ui; if (ui.tab(UISidebar.inst.htab2, tr("Fonts"))) { ui.beginSticky(); ui.row([1 / 4, 1 / 4]); ...
{ "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...
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 """Runs JUnit tests with given options.""" import argparse import os import shutil import subprocess __author__ = 'Ellis Michael (emichael@cs.washington.edu)' RUNNER = 'dslabs.framework.testing.junit.DSLabsTestCore' EXCLUDE_FILTER = 'org.junit.experimental.categories.ExcludeCategories' RUN...
{ "pile_set_name": "Github" }
#ifndef __LWIP_CHECK_H__ #define __LWIP_CHECK_H__ /* Common header file for lwIP unit tests using the check framework */ #include <config.h> #include <check.h> #include <stdlib.h> #define FAIL_RET() do { fail(); return; } while(0) #define EXPECT(x) fail_unless(x) #define EXPECT_RET(x) do { fail_unless(x); if(!(x)) {...
{ "pile_set_name": "Github" }
; RUN: opt -S -indvars < %s | FileCheck %s define void @test1(float* nocapture %autoc, float* nocapture %data, float %d, i32 %data_len, i32 %sample) nounwind { entry: %sub = sub i32 %data_len, %sample %cmp4 = icmp eq i32 %data_len, %sample br i1 %cmp4, label %for.end, label %for.body for.body: ...
{ "pile_set_name": "Github" }
package subreddit.android.appstore.screens.navigation; import android.content.Context; import android.os.Parcel; import android.os.Parcelable; import android.support.annotation.Nullable; import java.util.Locale; import subreddit.android.appstore.R; public class CategoryFilter implements Parcelable { private f...
{ "pile_set_name": "Github" }
name: Publish packages to PyPI on: push: tags: - "[0-9]+.[0-9]+.[0-9]+" - "[0-9]+.[0-9]+.[0-9][a-b][0-9]+" - "[0-9]+.[0-9]+.[0-9]rc[0-9]+" jobs: publish: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Python uses: actions/setup-python@v2 ...
{ "pile_set_name": "Github" }
.text .globl RC4 .type RC4,@function .align 16 RC4: .L_RC4_begin: pushl %ebp pushl %ebx pushl %esi pushl %edi movl 20(%esp),%edi movl 24(%esp),%edx movl 28(%esp),%esi movl 32(%esp),%ebp xorl %eax,%eax xorl %ebx,%ebx cmpl $0,%edx je .L000abort movb (%edi),%al movb 4(%edi),%bl addl $8,%edi leal (%esi,%edx...
{ "pile_set_name": "Github" }
## PostgreSQL 源码性能诊断(perf profiling)指南 - 珍藏级 ### 作者 digoal ### 日期 ...
{ "pile_set_name": "Github" }
// Copyright (c) 2011 The LevelDB Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. See the AUTHORS file for names of contributors. #include "leveldb/table.h" #include "leveldb/cache.h" #include "leveldb/comparator.h" #include "leveld...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <color name="body">#ffffeb</color> <color name="sky">#e2f6ff</color> <color name="blue">#1997d4</color> <color name="white">#f9f9f9</color> <color name="black">#000000</color> </resources>
{ "pile_set_name": "Github" }
<!-- ~ Copyright (c) 2018 Wolfram Research, Inc. All rights reserved. ~ Redistribution or use of this work in any form, with or without modification, ~ requires written permission from the copyright holder. --> <h3><a href="http://reference.wolfram.com/mathematica/ref/ClippingStyle.html">ClippingStyle</a></h3...
{ "pile_set_name": "Github" }
// Copyright 2013 Google Inc. All rights reserved. // Use of this source code is governed by the Apache 2.0 // license that can be found in the LICENSE file. /* Package cloudsql exposes access to Google Cloud SQL databases. This package does not work in App Engine "flexible environment". This package is intended for...
{ "pile_set_name": "Github" }
## [QVariant][QVariant] parse(const [QString][QString] &value) {: #parse } Try to convert a given value to a [QPointF][QPointF], [QRectF][QRectF], int or float. * **function definition:** static QVariant parse(const QString &value); * **parameters:** Parameter | Type | Description --- | --- | --- ...
{ "pile_set_name": "Github" }
{ "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "./lib", "rootDir": "./src" }, "include": ["./src"], "references": [{ "path": "../generators" }, { "path": "../utils" }] }
{ "pile_set_name": "Github" }
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE RecordWildCards #-} {-# LANGUAGE StrictData #-} {-# LANGUAGE TupleSections #-} -- | http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html module Stratosphere.Resources.CodeStarNotificationsNotificationRule...
{ "pile_set_name": "Github" }
/* * (C) 2007-2012 Alibaba Group Holding Limited. * * 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 applic...
{ "pile_set_name": "Github" }
#!/bin/bash set -e #Set Script Name variable SCRIPT=$(basename "${BASH_SOURCE[0]}") function usage { echo "Usage: ${SCRIPT} -t <build_type> -o <target_os> -v <version> [-a <android_abi>] [-f <cmake_flags>]" echo "" echo "Arguments:" echo " build_type=<Release|Debug|MinSizeDebug>" echo " targe...
{ "pile_set_name": "Github" }
//===- llvm/CodeGen/DwarfExpression.h - Dwarf Compile Unit ------*- 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" }
using System; namespace principia { namespace ksp_plugin_adapter { class RenderingActions : UnityEngine.MonoBehaviour { internal Action post_render { private get; set; } private void OnPostRender() { post_render?.Invoke(); } internal Action pre_cull { private get; set; } private ...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------------------------------- // Copyright (C) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. //------------------------------------------------------...
{ "pile_set_name": "Github" }
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
{ "pile_set_name": "Github" }
# Uses the command-not-found package zsh support # as seen in https://www.porcheron.info/command-not-found-for-zsh/ # this is installed in Ubuntu [[ -e /etc/zsh_command_not_found ]] && source /etc/zsh_command_not_found # Arch Linux command-not-found support, you must have package pkgfile installed # https://wiki.arch...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <dataset> <agreements id="101" service_name="com.alibaba.Service1" consumer_application="app1" invocation_quantity="1000000" tps="5000" response_time="10" availability="0.91" username="root" gmt_create="2011-01-01 01:01:01" gmt_modified="2011-01-01 01:01:01" /> <agreements id=...
{ "pile_set_name": "Github" }
obj-$(CONFIG_FB_XGI) += xgifb.o xgifb-y := XGI_main_26.o vb_init.o vb_setmode.o vb_util.o vb_ext.o
{ "pile_set_name": "Github" }
package structs import "strings" // tagOptions contains a slice of tag options type tagOptions []string // Has returns true if the given option is available in tagOptions func (t tagOptions) Has(opt string) bool { for _, tagOpt := range t { if tagOpt == opt { return true } } return false } // parseTag sp...
{ "pile_set_name": "Github" }
<hkobject name="#hmce$79" class="hkbClipTriggerArray" signature="0x59c23a0f"> <hkparam name="triggers" numelements="5"> <hkobject> <hkparam name="localTime">-0.001000</hkparam> <hkparam name="event"> <hkobject> <hkparam name="id">27</hkparam> <hkparam name="payload">null</hkparam>...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # -*- coding: utf-8 -*- """ Tests for Truthcoin's mathematical tools. """ from __future__ import division, unicode_literals, absolute_import import os import sys import platform import numpy as np import numpy.ma as ma if platform.python_version() < "2.7": unittest = __import__("unittest2") e...
{ "pile_set_name": "Github" }
######################## BEGIN LICENSE BLOCK ######################## # The Original Code is Mozilla Communicator client code. # # The Initial Developer of the Original Code is # Netscape Communications Corporation. # Portions created by the Initial Developer are Copyright (C) 1998 # the Initial Developer. All Rights R...
{ "pile_set_name": "Github" }
/* ============================================================================== This file is part of the JUCE library. Copyright (c) 2017 - ROLI Ltd. JUCE is an open source library subject to commercial or open-source licensing. By using JUCE, you agree to the terms of both the JUCE 5 End-User Lic...
{ "pile_set_name": "Github" }
zql: '*' input: | #separator \x09 #set_separator , #empty_field (empty) #unset_field - #path ArrayGap #open 2020-01-14-19-11-57 #fields rec.a rec.b #types int int - - #close 2020-01-14-20-00-00 output: | #0:record[_path:string,rec:record[a:int64,b:int64]] 0:[ArrayGap;[-;-;]]
{ "pile_set_name": "Github" }
/** * \addtogroup httpd * @{ */ /** * \file * Web server script interface * \author * Adam Dunkels <adam@sics.se> * */ /* * Copyright (c) 2001-2006, Adam Dunkels. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modificatio...
{ "pile_set_name": "Github" }
using Xunit; namespace Rhino.Security.Tests { using System; public class SecrityInfoFixture { [Fact] public void WillNotAcceptNullName() { Assert.Throws<ArgumentException>("Name must have a value", () => new SecurityInfo(null, "1")); } [Fa...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2015 Red Hat, Inc. and/or its affiliates. * * 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 ...
{ "pile_set_name": "Github" }
/** * Copyright &copy; 2012-2016 <a href="https://gitee.com/JeeHuangBingGui/jeeSpringCloud">JeeSpring</a>All rights reserved. */ package com.jeespring.modules.cms.web; import java.util.List; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.shiro.authz.a...
{ "pile_set_name": "Github" }
/* $Id: sip_xfer.c 3553 2011-05-05 06:14:19Z nanang $ */ /* * Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com) * Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as pub...
{ "pile_set_name": "Github" }
package test.annotationheaders.spi.consumerD; import aQute.bnd.annotation.Cardinality; import aQute.bnd.annotation.spi.ServiceConsumer; import test.annotationheaders.spi.SPIService; @ServiceConsumer(value = SPIService.class, cardinality = Cardinality.MULTIPLE) public class SPIServiceFactory {}
{ "pile_set_name": "Github" }
/* * This JavaScript file implements everything authentication * related in the 123done demo. This includes interacting * with the Persona API, the 123done server, and updating * the UI to reflect sign-in state. */ /* eslint no-unused-vars:off */ /* global loggedInState:writable, loggedInEmail:writable, loggedInS...
{ "pile_set_name": "Github" }
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTi...
{ "pile_set_name": "Github" }
import sys import pickle import numpy as np import seaborn as sns from matplotlib import pyplot as plt fwd_acc = [] fwd_val_acc = [] fwd_times = [] back_acc = [] back_val_acc = [] back_times = [] for i in xrange(1,4): fwd = np.load('layer{}_mnist_results.npz'.format(i)) fwd_acc.append(fwd['acc']) fwd_val...
{ "pile_set_name": "Github" }
# This file is generated by gyp; do not edit. include $(CLEAR_VARS) LOCAL_MODULE_CLASS := STATIC_LIBRARIES LOCAL_MODULE := skia_skia_opts_gyp LOCAL_MODULE_SUFFIX := .a LOCAL_MODULE_TAGS := optional LOCAL_MODULE_TARGET_ARCH := $(TARGET_$(GYP_VAR_PREFIX)ARCH) gyp_intermediate_dir := $(call local-intermediates-dir,,$(GY...
{ "pile_set_name": "Github" }
// Scintilla source code edit control /** @file DBCS.h ** Functions to handle DBCS double byte encodings like Shift-JIS. **/ // Copyright 2017 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #ifndef DBCS_H #define DBCS_H namespace ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2006, 2007, 2008, 2009 QLogic Corporation. All rights reserved. * Copyright (c) 2005, 2006 PathScale, Inc. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL)...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>window.performance.navigation enums</title> <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/navigation-timing/#sec-navigation-info-interface"/> <...
{ "pile_set_name": "Github" }
#include "Level/MOBBehavior/MovingBehaviors/RoyalguardTBossMovingBehavior.h" #include "Level/Enemies/RoyalguardBoss.h" const float RoyalguardTBossMovingBehavior::CHARGING_SPEED = 1000.f; RoyalguardTBossMovingBehavior::RoyalguardTBossMovingBehavior(RoyalguardBoss* enemy) : MovingBehavior(enemy), EnemyMovingBehavior(...
{ "pile_set_name": "Github" }
.a { background-image: url('assets/badgermandu.jpg'); } .b { background-image: url('assets/badgermandu.jpg'); }
{ "pile_set_name": "Github" }
/* TEST_OUTPUT: --- fail_compilation/ice9338.d(13): Error: value of `this` is not known at compile time fail_compilation/ice9338.d(14): Error: value of `this` is not known at compile time --- */ class Foo { void test() { enum members1 = makeArray(); enum members2 = this.makeArray(); } ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <module type="JAVA_MODULE" version="4"> <component name="NewModuleRootManager" inherit-compiler-output="true"> <exclude-output /> <content url="file://$MODULE_DIR$" /> <orderEntry type="inheritedJdk" /> <orderEntry type="sourceFolder" forTests="false" /> </comp...
{ "pile_set_name": "Github" }
"lang" { "Language" "schinese" "Tokens" { "ServerBrowser_Filter" "过滤器" "[english]ServerBrowser_Filter" "Filter" "ServerBrowser_All" "<所有>" "[english]ServerBrowser_All" "<All>" "ServerBrowser_World" "世界" "[english]ServerBrowser_World" "World" "ServerBrowser_US_East" "美国 - 东部" "[english]ServerBrowser_US_East" "US - East"...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/mnc-sdk-release/frameworks/support/v7/appcompat/res/values-ms-rMY/strings.xml --> <eat-comment/> <string msgid="4600421777120114993" ...
{ "pile_set_name": "Github" }