text
stringlengths
2
99k
meta
dict
package com.beust.kobalt.internal import com.beust.kobalt.KobaltException import com.beust.kobalt.api.* import com.beust.kobalt.misc.kobaltLog import java.io.ByteArrayInputStream import java.io.InputStream import javax.xml.bind.JAXBContext import javax.xml.bind.annotation.XmlElement import javax.xml.bind.annotation.Xm...
{ "pile_set_name": "Github" }
import { logger } from './'; const hookMessageSuffix = 'hook called (from mixin)'; export const lifecycleHooks = { // Computeds computed: { componentName() { return `${this.$options.name} component`; }, }, // LifeCycle Hooks created() { logger.info(`${this.componentName} created ${hookMess...
{ "pile_set_name": "Github" }
// ---------------------------------------------------------------------------------- // // Copyright Microsoft Corporation // 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://w...
{ "pile_set_name": "Github" }
/* Package validation provides methods for validating parameter value using reflection. */ package validation // Copyright 2017 Microsoft Corporation // // 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 ...
{ "pile_set_name": "Github" }
//##1 try catch stack status final throws class IntExcep(~valu int) extends Exception{ override equals(o Object) boolean{return true;} } cnt = 0; fincnt = 0; catchCall = 0; def callCatch1() { catchCall++ } def mycall(fail boolean) int { if(fail){ throw new Exception("") } return ++cnt; } def callOnFinal1(){ fincnt...
{ "pile_set_name": "Github" }
%YAML 1.1 --- ### NOTE: Partial schemas("include", "schema") is "pykwalify" extension. ### Sometimes "required" does not function in partial schema. ## "cmd" item schema schema;cmd_schema: type: map mapping: "cmd_type": type: str enum: [ds, shell] required: true "cmd": typ...
{ "pile_set_name": "Github" }
> Task :compileJava FROM-CACHE
{ "pile_set_name": "Github" }
package org.simpleflatmapper.jdbc.converter.time; import org.simpleflatmapper.converter.Context; import org.simpleflatmapper.converter.ContextualConverter; import java.sql.Time; import java.time.OffsetTime; import java.time.ZoneOffset; public class TimeToOffsetTimeConverter implements ContextualConverter<Time, Offse...
{ "pile_set_name": "Github" }
#!/bin/bash # # Copyright 2015 The Bazel 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...
{ "pile_set_name": "Github" }
// Copyright 2016 Google LLC // // 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 ...
{ "pile_set_name": "Github" }
Please distribute this file with the SDL runtime environment: The Simple DirectMedia Layer (SDL for short) is a cross-platform library designed to make it easy to write multi-media software, such as games and emulators. The Simple DirectMedia Layer library source code is available from: https://www.libsdl.org/ This...
{ "pile_set_name": "Github" }
# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR ORGANIZATION # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2014-03-22 16:34+EET\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <...
{ "pile_set_name": "Github" }
// Copyright 2014 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. // +build ignore // +godefs map struct_in6_addr [16]byte /* in6_addr */ package ipv6 /* #include <sys/param.h> #include <sys/socket.h> #include <netinet/in....
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Platform>...
{ "pile_set_name": "Github" }
!!!succeeded(test_hash1) !!!succeeded(test_hash2) !!!succeeded(test_hash3)
{ "pile_set_name": "Github" }
var path = require('path'); var test = require('tape'); var resolve = require('../'); test('foo', function (t) { var dir = path.join(__dirname, 'resolver'); t.equal( resolve.sync('./foo', { basedir: dir }), path.join(dir, 'foo.js') ); t.equal( resolve.sync('./foo.js', { basedi...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
{ "pile_set_name": "Github" }
agent doNOTl4unch_missiaaaaaaaaaaaaaaaa agent doNOTl4unchaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa agent doNaaaaaaaaaaaaaaaaaaaaaa agent doaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa agent doNOTl4unchaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa agent doNOTl4unaaaaaaaaaaaaaaaaa agent doNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ag...
{ "pile_set_name": "Github" }
/** */ package net.opengis.gml311.impl; import net.opengis.gml311.DirectionPropertyType; import net.opengis.gml311.Gml311Package; import net.opengis.gml311.LocationPropertyType; import net.opengis.gml311.MeasureType; import net.opengis.gml311.MovingObjectStatusType; import net.opengis.gml311.StringOrRefType; import ...
{ "pile_set_name": "Github" }
{ "name": "@icedesign/account-features-block", "version": "3.0.1", "description": "罗列账户功能列表", "homepage": "https://unpkg.com/@icedesign/account-features-block/build/index.html", "author": "noyobo <nongyoubao@alibaba-inc.com>", "files": [ "src/", "build/", "screenshot.png" ], "repository": { ...
{ "pile_set_name": "Github" }
package main import ( "context" "time" ) import ( hessian "github.com/apache/dubbo-go-hessian2" "github.com/apache/dubbo-go/config" ) var userProvider = new(UserProvider) func init() { config.SetConsumerService(userProvider) hessian.RegisterPOJO(&User{}) } type User struct { Id string Name string Age i...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- """ oauthlib.oauth2.rfc6749 ~~~~~~~~~~~~~~~~~~~~~~~ This module is an implementation of various logic needed for consuming and providing OAuth 2.0 RFC6749. """ from __future__ import absolute_import, unicode_literals import logging from oauthlib.common import Request from oauthlib.oauth2.rfc6...
{ "pile_set_name": "Github" }
/* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * Implementation of the Transmission Control Protocol(TCP). * * Authors: Ross Biro * Fred N. van Kempen, <wa...
{ "pile_set_name": "Github" }
/** * \file config.h * * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine * * Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org> * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 26561101b47502a44abba67849dda126 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
module.exports = require('./forEachRight');
{ "pile_set_name": "Github" }
# # Makefile for Cavium crypto device drivers # obj-$(CONFIG_CRYPTO_DEV_CAVIUM_ZIP) += zip/
{ "pile_set_name": "Github" }
Icon component is a simple wrapper around SVG element with additional properties, for example, `spin` #### HTMLElement attributes You can use any HTMLElement attributes, like `id`, `class`, `style`, `data-*` and so on #### Events Any events
{ "pile_set_name": "Github" }
/* * * Copyright 2013 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 ...
{ "pile_set_name": "Github" }
--- logohandle: skyfonts sort: skyfonts title: SkyFonts website: 'http://skyfonts.com/' ---
{ "pile_set_name": "Github" }
#. extracted from intro.txt #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-02-22 10:27+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n"...
{ "pile_set_name": "Github" }
# Contributor Code of Conduct As contributors and maintainers of this project, and in the interest of fostering an open and welcoming community, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other acti...
{ "pile_set_name": "Github" }
// Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT. package bidi // Class is the Unicode BiDi class. Each rune has a single class. type Class uint const ( L Class = iota // LeftToRight R // RightToLeft EN // EuropeanNumber ES ...
{ "pile_set_name": "Github" }
/* * Debugging macro for DaVinci * * Author: Kevin Hilman, MontaVista Software, Inc. <source@mvista.com> * * 2007 (c) MontaVista Software, Inc. This file is licensed under * the terms of the GNU General Public License version 2. This program * is licensed "as is" without any warranty of any kind, whether express...
{ "pile_set_name": "Github" }
#pragma once /* * Copyright 2016 Nu-book Inc. * Copyright 2016 ZXing 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 req...
{ "pile_set_name": "Github" }
(cl:in-package #:cleavir-hir-transformations) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; ;;; CONVERT-CONSTANT-TO-IMMEDIATE. ;;; ;;; Before LOAD-TIME-VALUE-INPUTs are hoisted, we make a pass to see ;;; whether any of them should be converted to an IMMEDIATE-INPUT. ;;; Whether such a conv...
{ "pile_set_name": "Github" }
defmodule Explorer.Chain.Address.Name do @moduledoc """ Represents a name for an Address. """ use Explorer.Schema import Ecto.Changeset alias Ecto.Changeset alias Explorer.Chain.{Address, Hash} @typedoc """ * `address` - the `t:Explorer.Chain.Address.t/0` with `value` at end of `block_number`. *...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2012, 2016, 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 Public License version 2 only, as * published by the Free ...
{ "pile_set_name": "Github" }
/** * file : Http.h * author : bushaofeng * create : 2016-08-25 00:51 * func : Http * history: */ #ifndef __Http_H_ #define __Http_H_ #include "bs.h" #include <string> #include <vector> using namespace std; /* http头 */ typedef pair_t(string_t, string_t) http_header_t; void* http_header_init(void* p); void ...
{ "pile_set_name": "Github" }
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: dev \\/ M anipulation | \*-----...
{ "pile_set_name": "Github" }
from __future__ import absolute_import from . import driver from . import objective from . import plugin from . import technique
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NVKM_DEVINIT_H__ #define __NVKM_DEVINIT_H__ #include <core/subdev.h> struct nvkm_devinit; struct nvkm_devinit { const struct nvkm_devinit_func *func; struct nvkm_subdev subdev; bool post; bool force_post; }; u32 nvkm_devinit_mmio(struct nvkm_devinit *, u32 addr); i...
{ "pile_set_name": "Github" }
<?php namespace Config; use CodeIgniter\Config\BaseConfig; class Filters extends BaseConfig { // Makes reading things below nicer, // and simpler to change out script that's used. public $aliases = [ 'csrf' => \CodeIgniter\Filters\CSRF::class, 'toolbar' => \CodeIgniter\Filters\DebugToolbar::class, '...
{ "pile_set_name": "Github" }
<!doctype html> <html> <head> <title>CodeMirror 2: Oracle PL/SQL mode</title> <link rel="stylesheet" href="../../lib/codemirror.css"> <script src="../../lib/codemirror.js"></script> <script src="plsql.js"></script> <link rel="stylesheet" href="../../theme/default.css"> <link rel="stylesheet" h...
{ "pile_set_name": "Github" }
comment = 'Test code for SECURITY LABEL feature' default_version = '1.0' module_pathname = '$libdir/dummy_seclabel' relocatable = true
{ "pile_set_name": "Github" }
--- title: KSPROPERTY\_TVAUDIO\_CAPS description: The KSPROPERTY\_TVAUDIO\_CAPS property retrieves the capabilities of the TV audio device. This property must be implemented. ms.assetid: a5b7348e-0f85-430c-acf0-c35e289ef338 keywords: ["KSPROPERTY_TVAUDIO_CAPS Streaming Media Devices"] topic_type: - apiref api_name: - K...
{ "pile_set_name": "Github" }
if(NOT IS_DIRECTORY "${EXPECTED_WORKING_DIR}") message(FATAL_ERROR "EXPECTED_WORKING_DIR is not a directory: ${EXPECTED_WORKING_DIR}") endif() foreach(d CMAKE_BINARY_DIR CMAKE_CURRENT_BINARY_DIR CMAKE_SOURCE_DIR CMAKE_CURRENT_SOURCE_DIR) if(NOT DEFINED ${d}) message(FATAL_ERROR "${d} is not defined") endif()...
{ "pile_set_name": "Github" }
// go run mksysnum.go https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/sys/kern/syscalls.master // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,openbsd package unix const ( SYS_EXIT = 1 // { void sys_exit(int rval); } SYS_FORK = 2 // { int sys_for...
{ "pile_set_name": "Github" }
<?php /** * ALIPAY API: alipay.mobile.public.account.query request * * @author auto create * * @since 1.0, 2016-03-31 21:02:46 */ namespace Alipay\Request; class AlipayMobilePublicAccountQueryRequest extends AbstractAlipayRequest { /** * 业务信息:userId,这是个json字段 **/ private $bizC...
{ "pile_set_name": "Github" }
/**************************************************************************** * TinySMB * Nintendo Wii/GameCube SMB implementation * * Copyright softdev * Modified by Tantric to utilize NTLM authentication * PathInfo added by rodries * SMB devoptab by scip, rodries * * You will find WireShark (http://www.wires...
{ "pile_set_name": "Github" }
################################################################################ # # bustle # ################################################################################ BUSTLE_VERSION = 0.7.5 BUSTLE_SITE = https://www.freedesktop.org/software/bustle/$(BUSTLE_VERSION) BUSTLE_LICENSE = LGPL-2.1+ BUSTLE_LICENSE_FIL...
{ "pile_set_name": "Github" }
version: "build-{branch}-{build}" image: Visual Studio 2015 clone_folder: c:\gopath\src\github.com\hashicorp\hcl environment: GOPATH: c:\gopath init: - git config --global core.autocrlf false install: - cmd: >- echo %Path% go version go env go get -t ./... build_script: - cmd: go test -v ./...
{ "pile_set_name": "Github" }
/* * This file is part of the SDWebImage package. * (c) Olivier Poitrey <rs@dailymotion.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ #import <Foundation/Foundation.h> #import "SDImageIOAnimatedCoder.h" /** This coder is used fo...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 20de11df2f806fa45a43e02aff5fd705 timeCreated: 1512363982 licenseType: Free TextureImporter: fileIDToRecycleName: {} externalObjects: {} serializedVersion: 4 mipmaps: mipMapMode: 0 enableMipMap: 0 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mi...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: fe12bbbb7ae1d7840b13f09ac428fa23 timeCreated: 1494145780 licenseType: Free TextureImporter: fileIDToRecycleName: {} serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 0 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart...
{ "pile_set_name": "Github" }
// // PINOperationTypes.h // PINOperation // // Created by Adlai Holler on 1/10/17. // Copyright © 2017 Pinterest. All rights reserved. // #import <Foundation/Foundation.h> typedef NS_ENUM(NSUInteger, PINOperationQueuePriority) { PINOperationQueuePriorityLow, PINOperationQueuePriorityDefault, PINOpera...
{ "pile_set_name": "Github" }
/* ### * IP: GHIDRA * * 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 writin...
{ "pile_set_name": "Github" }
import ButtonMutate from 'modules/common/components/ButtonMutate'; import { IButtonMutateProps } from 'modules/common/types'; import React from 'react'; import DashbaordForm from '../components/DashboardForm'; import { mutations } from '../graphql'; import { IDashboard } from '../types'; type Props = { show: boolean...
{ "pile_set_name": "Github" }
Version 0.4 January 2006 ======================== - $$ $$ usually accepted for displayed equations (but less robust than \[ \] or displaymath environment) - For commands which are in textcmd list but not in safecmd list (e.g. \footnote and \section commands) the content is now marked up if they are added or delete...
{ "pile_set_name": "Github" }
/** * @author Swagatam Mitra */ /*jslint vars: true, plusplus: true, devel: true, nomen: true, indent: 4, maxerr: 50 */ /*global define, document, console, brackets, $, Mustache */ define(function (require, exports, module) { "use strict"; require("borderradiusresizer/TopRightCornerRadiusHandler"); ...
{ "pile_set_name": "Github" }
package main import ( "bytes" "encoding/json" "errors" "io" "net/http" "net/http/httptest" "reflect" "strings" "testing" ) type MockUserService struct { RegisterFunc func(user User) (string, error) UsersRegistered []User } func (m *MockUserService) Register(user User) (insertedID string, err error) { ...
{ "pile_set_name": "Github" }
package metrics import ( "math" "math/rand" "sort" "sync" "time" ) const rescaleThreshold = time.Hour // Samples maintain a statistically-significant selection of values from // a stream. type Sample interface { Clear() Count() int64 Max() int64 Mean() float64 Min() int64 Percentile(float64) float64 Perc...
{ "pile_set_name": "Github" }
import { ChangeDetectionStrategy, ChangeDetectorRef, Component, OnDestroy } from '@angular/core'; import { ActivatedRoute } from '@angular/router'; import { Broadcast } from 'app/model/broadcast.model'; import { Subscription } from 'rxjs'; import { BroadcastStore } from '../../../service/broadcast/broadcast.store'; imp...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- $KCODE = "u" unless Object.const_defined? :Encoding $:.unshift(File.dirname(__FILE__)) unless $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__))) require 'rubygems' require 'cgi' require 'enumerator' require '...
{ "pile_set_name": "Github" }
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>{#advanced_dlg.code_title}</title> <script type="text/javascript" src="../../tiny_mce_popup.js"></script> <script type="text/javascript" src="js/source_editor.js"></script> </head> <body onresize="resizeInputs();" style="display:none; overflow:hidden;" ...
{ "pile_set_name": "Github" }
/* * Copyright 2013 LinkedIn, 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...
{ "pile_set_name": "Github" }
<enum-method-mappings> <!-- This example changes the Java method: android.support.v4.app.Fragment.SavedState.writeToParcel (int flags) to be: android.support.v4.app.Fragment.SavedState.writeToParcel (Android.OS.ParcelableWriteFlags flags) when bound in C#. <mapping jni-class="android/support/v4/ap...
{ "pile_set_name": "Github" }
// Copyright (c) 1999-2014 OPEN CASCADE SAS // // This file is part of Open CASCADE Technology software library. // // This library is free software; you can redistribute it and/or modify it under // the terms of the GNU Lesser General Public License version 2.1 as published // by the Free Software Foundation, with spe...
{ "pile_set_name": "Github" }
include/group_replication.inc [rpl_server_count=3] Warnings: Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. Note #### Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWOR...
{ "pile_set_name": "Github" }
framework module BubbleTransition { umbrella header "BubbleTransition-umbrella.h" export * module * { export * } }
{ "pile_set_name": "Github" }
a = "http://www.google.com?search=noprivacy" b = "http://www.google.com?search=noprivacy"
{ "pile_set_name": "Github" }
<section id="box-contact-us" class="box"> <div class="row"> <div class="col-md-6"> <h1><?php echo language::translate('title_contact_us', 'Contact Us'); ?></h1> <?php echo functions::form_draw_form_begin('contact_form', 'post'); ?> <div class="form-group"> <label><?php echo langu...
{ "pile_set_name": "Github" }
package strava import ( "encoding/json" "errors" "strings" "time" "github.com/markbates/goth" ) // Session stores data during the auth process with Strava. type Session struct { AuthURL string AccessToken string RefreshToken string ExpiresAt time.Time } // GetAuthURL will return the URL set by cal...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <ValueSet xmlns="http://hl7.org/fhir"> <meta> <profile value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/> </meta> <url value="http://hl7.org/fhir/ValueSet/medication-usage-status"/> <name value="MedicationUsage Status Codes"/> <status value="draft"...
{ "pile_set_name": "Github" }
#!/usr/bin/env ruby # This is a small script to illustrate how previous results get wiped out by forking # this has implications of forking processes like Resque... # this in the end would cause coverage.array_diff # with previous results to add NEGATIVE code hits to the stored Coverage # which in turn causes all sort...
{ "pile_set_name": "Github" }
{ "_from": "jsprim@^1.2.2", "_id": "jsprim@1.4.1", "_inBundle": false, "_integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", "_location": "/jsprim", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "jsprim@^1.2.2", "name": "jsprim", "escapedName": "jsprim"...
{ "pile_set_name": "Github" }
<?php require_once 'common.php'; echo '<?xml version="1.0" encoding="UTF-8" ?>'; ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>HTML Purifier Preserve YouTube Smoketest</title> ...
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 # # Cross Platform and Multi Architecture Advanced Binary Emulation Framework # Built on top of Unicorn emulator (www.unicorn-engine.org) STDCALL = 1 CDECL = 2 DWORD = 1 UINT = 1 INT = 1 BOOL = 1 SIZE_T = 1 BYTE = 1 ULONGLONG = 2 HANDLE = 3 POINTER = 3 STRING = 4 WSTRING = 5 GUID = 6 # OS Th...
{ "pile_set_name": "Github" }
'use strict'; exports.index = function* () { const resource = this.helper.asset('main.js'); this.body = resource; };
{ "pile_set_name": "Github" }
// // Dropdown menus // -------------------------------------------------- // Dropdown arrow/caret .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: @caret-width-base dashed; border-top: @caret-width-base solid ~"\9"; // IE8 border-right: @caret...
{ "pile_set_name": "Github" }
call to q call to test succeeded: 1
{ "pile_set_name": "Github" }
;;; ;;;Part of: Nausicaa/Scheme ;;;Contents: tests for builtin labels ;;;Date: Thu Dec 23, 2010 ;;; ;;;Abstract ;;; ;;; ;;; ;;;Copyright (c) 2010-2015 Marco Maggi <marco.maggi-ipsu@poste.it> ;;; ;;;This program is free software: you can redistribute it and/or modify ;;;it under the terms of the GNU General Public Lic...
{ "pile_set_name": "Github" }
/* * Copyright 2018-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
{ "pile_set_name": "Github" }
// // TestingCoreTests.swift // TestingCoreTests // // Created by Taykalo on 5/3/18. // Copyright © 2018 Recursive. All rights reserved. // import XCTest @testable import TestingCore class TestingCoreTests: XCTestCase { }
{ "pile_set_name": "Github" }
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/Arvados.R \name{pipeline_templates.list} \alias{pipeline_templates.list} \title{pipeline_templates.list} \usage{ arv$pipeline_templates.list(filters = NULL, where = NULL, order = NULL, select = NULL, distinct = NULL, limit = "100", offset =...
{ "pile_set_name": "Github" }
// DuckDoerDlg.h : Declaration of the CDuckDoerDlg // // This is a part of the Active Template Library. // Copyright (c) Microsoft Corporation. All rights reserved. // // This source code is only intended as a supplement to the // Active Template Library Reference and related // electronic documentation provided with ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2011 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" }
/* * xxhsum - Command line interface for xxhash algorithms * Copyright (C) 2013-2020 Yann Collet * * GPL v2 License * * 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 ...
{ "pile_set_name": "Github" }
"""Implementation of JSONDecoder """ import binascii import re import sys import struct from json import scanner try: from _json import scanstring as c_scanstring except ImportError: c_scanstring = None __all__ = ['JSONDecoder'] FLAGS = re.VERBOSE | re.MULTILINE | re.DOTALL def _floatconstants(): _BYTES...
{ "pile_set_name": "Github" }
<?php global $wgScriptPath, $wgStylePath, $wgBlankImgUrl; ?> <div class="CustomizePlatinum"> <!-- new platinum badge form --> <form id="createPlatinumForm" class="clearfix" action="<?= $wgScriptPath ?>/index.php?action=ajax&amp;rs=AchAjax&amp;method=addPlatinumBadge" method="POST" onsubmit="return SpecialCustomizeP...
{ "pile_set_name": "Github" }
# -*- test-case-name: twisted.news.test.test_nntp -*- # Copyright (c) Twisted Matrix Laboratories. # See LICENSE for details. """ NNTP protocol support. Maintainer: Jp Calderone The following protocol commands are currently understood:: LIST LISTGROUP XOVER XHDR POST G...
{ "pile_set_name": "Github" }
LEVEL = ../../../../make SWIFT_OBJC_INTEROP := 1 DYLIB_SWIFT_SOURCES := dylib.swift DYLIB_NAME := Dylib SWIFTFLAGS_EXTRAS = -Xcc -DDEBUG=1 -Xcc -D -Xcc SPACE -Xcc -U -Xcc NDEBUG include $(LEVEL)/Makefile.rules
{ "pile_set_name": "Github" }
<html> <head> <title>Mono.DocTest.Generic.Func&lt;TArg,TRet&gt;</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <style> a { text-decoration: none } div.SideBar { padding-left: 1em; padding-right: 1em; right: 0; float: right; ...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_NFS_XDR_H #define _LINUX_NFS_XDR_H #include <linux/nfsacl.h> #include <linux/sunrpc/gss_api.h> /* * To change the maximum rsize and wsize supported by the NFS client, adjust * NFS_MAX_FILE_IO_SIZE. 64KB is a typical maximum, but some servers can * support a me...
{ "pile_set_name": "Github" }
version: 1 n_points: 4 { 353.146 571.409 353.146 1323.205 1104.942 1323.205 1104.942 571.409 }
{ "pile_set_name": "Github" }
// // RNHorizontalBarChartManager.swift // RCTIOSCharts // // Created by Jose Padilla on 12/24/15. // Copyright © 2015 Facebook. All rights reserved. // import Foundation @objc(RNPieChartSwift) class RNPieChartManager : RCTViewManager { override func view() -> UIView! { return RNPieChart(); } }
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head><title></title> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta name="generator" content="Doxygen 1.8.15"/> <link rel="stylesheet" type="text/css" href="searc...
{ "pile_set_name": "Github" }
# Copyright 2017 The TensorFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applica...
{ "pile_set_name": "Github" }
/***************************************************************************/ /* */ /* ftsystem.h */ /* */ /* Fr...
{ "pile_set_name": "Github" }
package algs.blog.multithread.nearestNeighbor.onehelper; /** * This just validates brute force solution is same to kd-tree solution. */ import java.util.Random; import algs.model.FloatingPoint; import algs.model.IMultiPoint; import algs.model.kdtree.KDFactory; import algs.model.kdtree.KDTree; import algs.m...
{ "pile_set_name": "Github" }