text
stringlengths
2
99.9k
meta
dict
op { graph_op_name: "MatrixTriangularSolve" visibility: HIDDEN }
{ "pile_set_name": "Github" }
var path = require('path'); var UrlRewriter = require('./url-rewriter'); module.exports = function UrlRebase(options, context) { var process = function(data) { var rebaseOpts = { absolute: !!options.root, relative: !options.root && !!options.target, fromBase: options.relativeTo }; if ...
{ "pile_set_name": "Github" }
--- layout: docs title: Troubleshooting prev_section: deployment-methods next_section: sites permalink: /docs/troubleshooting/ --- If you ever run into problems installing or using Jekyll, here are a few tips that might be of help. If the problem you’re experiencing isn’t covered below, please [report an issue]({{site...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2013-2016 Dave Collins <dave@davec.name> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" A...
{ "pile_set_name": "Github" }
# Tenko parser autogenerated test case - From: tests/testcases/var/binding_generic/reserved_words/autogen.md - Path: tests/testcases/var/binding_generic/reserved_words/gen/for-in_header/null.md > :: var : binding generic : reserved words : gen : for-in header > > ::> null ## Input `````js for (var null in y); ````...
{ "pile_set_name": "Github" }
// Code generated by counterfeiter. DO NOT EDIT. package concoursefakes import ( "sync" "github.com/EngineerBetter/concourse-up/concourse" "github.com/EngineerBetter/concourse-up/config" "github.com/EngineerBetter/concourse-up/terraform" ) type FakeTFInputVarsFactory struct { NewInputVarsStub func(config...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <objc/NSObject.h> #import <AssistantServices/NSSecureCoding-Protocol.h> @class NSString; @interface AFPeerInfo : NSObject <N...
{ "pile_set_name": "Github" }
\name{qpf} \alias{qpf} \title{ A test function } \description{ Returns package information. } \usage{ qpf() } \value{ An object of class \code{packageDescription}. } \examples{ qpf() }
{ "pile_set_name": "Github" }
#pragma once #include "event_queue.hpp" #include <pqrs/hash.hpp> namespace krbn { namespace manipulator { namespace manipulators { namespace basic { namespace manipulated_original_event { class from_event final { public: from_event(void) : device_id_(device_id(0)) { } from_event(device_id device_id, ...
{ "pile_set_name": "Github" }
/* * Copyright 2019-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" }
include README include LICENSE include CHANGES.*
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"> <url> <loc>http://store.com/cat...
{ "pile_set_name": "Github" }
'use strict'; var callBound = require('../helpers/callBound'); var $PromiseThen = callBound('Promise.prototype.then', true); var Type = require('./Type'); // https://www.ecma-international.org/ecma-262/6.0/#sec-ispromise module.exports = function IsPromise(x) { if (Type(x) !== 'Object') { return false; } if (...
{ "pile_set_name": "Github" }
package com.boot.mybatis.mapper; import java.util.List; import com.boot.mybatis.entity.ImgInfo; import com.boot.mybatis.entity.ImgInfoExample; import org.apache.ibatis.annotations.Param; public interface ImgInfoMapper { int countByExample(ImgInfoExample example); int deleteByExample(ImgInfoExample example); ...
{ "pile_set_name": "Github" }
# See the OWNERS docs at https://go.k8s.io/owners reviewers: - sig-scheduling-leads approvers: - sig-scheduling-leads labels: - sig/scheduling
{ "pile_set_name": "Github" }
# # Include your application ID here # application: <your_app_id> version: 1 runtime: go api_version: go1 handlers: # # Regex for all swagger files to make as static content. # You should create the folder static/swagger and copy # swagger-ui into it. # - url: /apidocs/(.*?)/(.*\.(js|html|css)) static_files: static/...
{ "pile_set_name": "Github" }
#topics ---- #factors, env, import/export. package install #rep, recode, split, partition, subset, loops, cast & melt #missing values. duplicates, apply #graphs - bar, multiple line, pie, box, corrgram # predict weight for certain height head(women) dim(women) fit = lm(weight ~ height,data = women) summary(fit) range(...
{ "pile_set_name": "Github" }
/* * GRUB -- GRand Unified Bootloader * Copyright (C) 2009,2010 Free Software Foundation, Inc. * * GRUB 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 License, or * (at...
{ "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" }
{'flavor': 'ns uns', 'flags': 'suid', 'feature': 'mnt_id'}
{ "pile_set_name": "Github" }
// Copyright Neil Groves 2009. Use, modification and // distribution is subject to the Boost Software License, Version // 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // // For more information, see http://www.boost.org/libs/range/ // #ifndef BOOST_RANGE...
{ "pile_set_name": "Github" }
{ }
{ "pile_set_name": "Github" }
package com.ksyun.media.diversity.sticker.demo.widget; import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.RectF; import android.text.TextUtils; import android.util.AttributeSet; import android.view.View; /** * Created ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 1997, 2010, 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" }
program quine; procedure quine(); var i, j: integer; s: array[1..261] of integer; begin s[1] := 112; s[2] := 114; s[3] := 111; s[4] := 103; s[5] := 114; s[6] := 97; s[7] := 109; s[8] := 32; s[9] := 113; s[10] := 117; s[11] := 105; s[12] := 110; s[13] := 101; s[14] := 59; s[15] := 10; ...
{ "pile_set_name": "Github" }
/* * Copyright 2004-2020 Sandboxie Holdings, LLC * * 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 3 of the License, or * (at your option) any later version. ...
{ "pile_set_name": "Github" }
/* * $Revision: 1.5 $ * * last checkin: * $Author: gutwenger $ * $Date: 2008-01-17 22:56:41 +0100 (Thu, 17 Jan 2008) $ ***************************************************************/ /** \file * \brief Declares the class BiconnectedShellingOrder... * * ...which computes a shelling order for a biconn...
{ "pile_set_name": "Github" }
/* * File : ViewUtils.java * Created : 24-Oct-2003 * By : parg * * Copyright (C) 2004, 2005, 2006 Aelitis SAS, All rights Reserved * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundati...
{ "pile_set_name": "Github" }
/* * * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) * version 3 as published by the Free Software Foundation. In accordance with * Section 7(a) of the GNU AGPL it...
{ "pile_set_name": "Github" }
module ApplicationHelper def time_tracker_for(user) TimeTracker.where(:user_id => user.id).first end def status_from_id(status_id) IssueStatus.where(:id => status_id).first end def statuses_list() IssueStatus.all end def to_status_options(statuses) options_from_collection_for_select(sta...
{ "pile_set_name": "Github" }
apiVersion: apiextensions.k8s.io/v1beta1 kind: CustomResourceDefinition metadata: name: rainbondclusters.rainbond.io spec: group: rainbond.io names: kind: RainbondCluster listKind: RainbondClusterList plural: rainbondclusters singular: rainbondcluster scope: Namespaced subresources: status...
{ "pile_set_name": "Github" }
// // CwlCatchException.m // CwlAssertionTesting // // Created by Matt Gallagher on 2016/01/10. // Copyright © 2016 Matt Gallagher ( http://cocoawithlove.com ). All rights reserved. // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, pro...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2000/REC-xhtml1-200000126/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="title" content="Subsc...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Destroyable unit test</title> <script src="boilerplate.js"></script> <script type="text/javascript"> require([ "doh/runner", "dojo/aspect", "dojo/_base/declare", "dojo/Deferred", "dojo/dom", "dojo/dom-c...
{ "pile_set_name": "Github" }
//============================================================================== // Copyright (c) 2017-2020 Advanced Micro Devices, Inc. All rights reserved. /// \author AMD Developer Tools Team /// \file /// \brief GPA DX12 Context implementation //=====================================================================...
{ "pile_set_name": "Github" }
/* Copyright 2005-2007 Adobe Systems Incorporated Use, modification and distribution are subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt). See http://opensource.adobe.com/gil for most recent versio...
{ "pile_set_name": "Github" }
<?php /** * @package FrameworkOnFramework * @subpackage form * @copyright Copyright (C) 2010 - 2015 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // Protect from unauthorized access defined('FOF_INCLUDED') or die...
{ "pile_set_name": "Github" }
// // CryptoSwift // // Copyright (C) 2014-2017 Marcin Krzyżanowski <marcin@krzyzanowskim.com> // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. // // Permission is granted to anyon...
{ "pile_set_name": "Github" }
# Bootstrap Switch [![Dependency Status](https://david-dm.org/Bttstrp/bootstrap-switch.svg?style=flat)](https://david-dm.org/Bttstrp/bootstrap-switch) [![devDependency Status](https://david-dm.org/Bttstrp/bootstrap-switch/dev-status.svg?style=flat)](https://david-dm.org/Bttstrp/bootstrap-switch#info=devDependencies) [!...
{ "pile_set_name": "Github" }
var searchData= [ ['tjhandle',['tjhandle',['../group___turbo_j_p_e_g.html#ga758d2634ecb4949de7815cba621f5763',1,'turbojpeg.h']]], ['tjtransform',['tjtransform',['../group___turbo_j_p_e_g.html#gaa29f3189c41be12ec5dee7caec318a31',1,'turbojpeg.h']]] ];
{ "pile_set_name": "Github" }
'use strict' const AsyncObject = require('./AsyncObject') class As extends AsyncObject { constructor (key) { super(key) } syncCall () { return (key) => { let result = this.cache[key] if (result === undefined) { throw new Error(`There is no value that is cached with key: ${key}`) ...
{ "pile_set_name": "Github" }
#if !NO_RUNTIME using System; using System.Collections; using ProtoBuf.Meta; #if FEAT_IKVM using Type = IKVM.Reflection.Type; using IKVM.Reflection; #else using System.Reflection; #endif namespace ProtoBuf.Serializers { sealed class ArrayDecorator : ProtoDecoratorBase { private readonly int fieldNum...
{ "pile_set_name": "Github" }
import Collapse from "components/Markdown/Collapse" import Code from "components/Markdown/Code" import Warning from "components/Markdown/Warning" export const meta = { title: 'Constructor (JavaScript)', position: 30, technology: 'node', technologyOrder: 1, articleGroup: 'Constructor', } ## Overview The `Pr...
{ "pile_set_name": "Github" }
<refentry id="column.count.index"> <refmeta> <refentrytitle>column.count.index</refentrytitle> <refmiscinfo role="type">integer</refmiscinfo> </refmeta> <refnamediv> <refname>column.count.index</refname> <refpurpose>Number of columns on index pages</refpurpose> </refnamediv> <refsynopsisdiv> <src:fragment id='column.c...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <launchConfiguration type="scala.application"> <stringAttribute key="bad_container_name" value="/breakpoints/f"/> <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> <listEntry value="/breakpoints/src/breakpoints/DelayedInit.scala"/> </listAttribute>...
{ "pile_set_name": "Github" }
from TestCase.MVSTestCase import * class TestRawTx(MVSTestCaseBase): def test_0_create_rawtx_boundary(self): senders = {Alice.mainaddress()} single_receiver = {Bob.mainaddress() : 10} multi_receivers = {Bob.mainaddress() : 10, Cindy.mainaddress() : 20} # invalid type ec, ...
{ "pile_set_name": "Github" }
/* $Id: sgi2tiff.c,v 1.7 2015-06-21 01:09:10 bfriesen Exp $ */ /* * Copyright (c) 1991-1997 Sam Leffler * Copyright (c) 1991-1997 Silicon Graphics, Inc. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation for any purpose is hereby granted without fee, provided * that ...
{ "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. * * @emails oncall+recoil * @flow strict * @format * * This is a stub for some integration into FB internal stuff */ const {uns...
{ "pile_set_name": "Github" }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % This file is part of Logtalk <https://logtalk.org/> % Copyright 1998-2020 Paulo Moura <pmoura@logtalk.org> % % Licensed under the Apache License, Version 2.0 (the "License"); % you may not use this file except in compliance with the Lic...
{ "pile_set_name": "Github" }
#import "GPUImage3x3TextureSamplingFilter.h" @interface GPUImageWeakPixelInclusionFilter : GPUImage3x3TextureSamplingFilter @end
{ "pile_set_name": "Github" }
#!/bin/sh wxlauncher --add-profile --file="%%DATADIR%%/pro00099.ini" --profile=Diaspora wxlauncher --select-profile --profile=Diaspora wxlauncher
{ "pile_set_name": "Github" }
package org.springframework.faces.webflow; import static org.junit.jupiter.api.Assertions.assertEquals; import java.util.Arrays; import java.util.Collection; import java.util.List; import javax.faces.context.PartialViewContext; import javax.faces.context.PartialViewContextWrapper; import org.junit.jupiter.api.After...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "filename" : "1f31.png", "scale" : "1x" }, { "idiom" : "universal", "scale" : "2x" }, { "idiom" : "universal", "scale" : "3x" } ], "info" : { "version" : 1, "author" : "xcode" } }
{ "pile_set_name": "Github" }
/** * Copyright (C) 2015. Keegan小钢(http://keeganlee.me) * * 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 appl...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <Home/HFItem.h> #import <Home/HFConditionItem-Protocol.h> @class HFCondition, NSString; @interface HFUnknownConditionItem : ...
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim:set ts=2 sw=2 sts=2 et cindent: */ /* 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....
{ "pile_set_name": "Github" }
== size === Purpose Uses a Groovy range to restrict the size of a collection, a number, or the length of a String. === Examples [source,groovy] ---- children size: 5..15 ---- === Description Sets the size of a collection, a number property, or String length. NOTE: Currently this constraint cannot be used...
{ "pile_set_name": "Github" }
name: "mnist_siamese" input: "data" input_shape { dim: 10000 dim: 1 dim: 28 dim: 28 } layer { name: "conv1" type: "Convolution" bottom: "data" top: "conv1" param { lr_mult: 1 } param { lr_mult: 2 } convolution_param { num_output: 20 kernel_size: 5 stride: 1 } } layer { ...
{ "pile_set_name": "Github" }
/* * Wire * Copyright (C) 2016 Wire Swiss GmbH * * 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 3 of the License, or * (at your option) any later version. * * This program is dis...
{ "pile_set_name": "Github" }
import "./ui"; import "./network";
{ "pile_set_name": "Github" }
use std::cell::RefCell; use emacs::{defun, Env, Error, GlobalRef, IntoLisp, Result, Value, Vector}; use tree_sitter::{Node, QueryCursor}; use crate::{ types::{BytePos, Point}, lang::Language, node::RNode, }; fn vec_to_vector<'e, T: IntoLisp<'e>>(env: &'e Env, vec: Vec<T>) -> Result<Vector<'e>> { let ...
{ "pile_set_name": "Github" }
// Copyright (c) 2014, 2020, Oracle and/or its affiliates. Licensed under The Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl/ @import "../../utilities/oj.utilities"; $includeListboxClasses: $includeFormControlClasses !default; // ----- start dependencies ---------...
{ "pile_set_name": "Github" }
# Example `scanItems` is an example how to use Amazon DynamoDB's Scan API operation with the SDK's `dynamodbattributes.UnmarshalListOfMaps` to unmarshal the Scan response's `Items` `[]map[string]*dynamodb.AttributeValue` field. This unmarshaler can be used with all `[]map[string]*dynamodb.AttributeValue` type fields. ...
{ "pile_set_name": "Github" }
-- select the contents of a file using openrowset -- note: ad-hoc queries have to be enabled -- https://docs.microsoft.com/en-us/sql/t-sql/functions/openrowset-transact-sql -- Enable show advanced options sp_configure 'show advanced options',1 reconfigure go -- Enable ad hoc queries sp_configure 'ad hoc distributed q...
{ "pile_set_name": "Github" }
/* * NVMe over Fabrics common host code. * Copyright (c) 2015-2016 HGST, a Western Digital Company. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * This ...
{ "pile_set_name": "Github" }
QUERY {{.Query}} {{with .Alert}}{{.}} {{end}}{{/* .Alert */}}{{/* --------------------------------------- */}}{{with .Alt}}DID YOU MEAN {{range .Alts}} {{.}} {{end}} {{end}}{{/* .Alt */}}{{/* --------------------------------------- */}}{{with .Pak}}PACKAGE {{$.Query}} {{range .}} {{pkgLink .Pak.Path}} {{end}} {...
{ "pile_set_name": "Github" }
# Copyright 2016 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" }
% Local Regression and Likelihood, Figure 13.1 % % Author: Catherine Loader load mmsamp; figure('Name','fig13_1a'); plot(x,y,'o'); hold on; fit = locfit(x,y,'deg',1,'kern','minmax','alpha',4000,'ev','grid','mg',200,'ll',0,'ur',1); xev = fit.fit_points.evaluation_points'; yev = predict(fit,'fitp'); plot(...
{ "pile_set_name": "Github" }
21--Festival/21_Festival_Festival_21_107.jpg 3 176.773 215.251 62.1269 83.552 0.981804 595.031 183.216 47.7154 62.2702 0.965654 787.079 198.825 30.9825 44.0933 0.807692
{ "pile_set_name": "Github" }
/* * Copyright (C) Igor Sysoev * Copyright (C) Nginx, Inc. */ #ifndef _NGX_PROCESS_H_INCLUDED_ #define _NGX_PROCESS_H_INCLUDED_ #include <ngx_setproctitle.h> typedef pid_t ngx_pid_t; #define NGX_INVALID_PID -1 typedef void (*ngx_spawn_proc_pt) (ngx_cycle_t *cycle, void *data); /*...
{ "pile_set_name": "Github" }
/****************************************************************************** * Copyright (C) 2014-2020 Zhifeng Gong <gozfree@163.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software...
{ "pile_set_name": "Github" }
#!/bin/bash -ex [[ $(uname) = Linux ]] || exit 1 [[ $USER = root ]] || exit 1 adduser solana --gecos "" --disabled-password --quiet adduser solana sudo echo "solana ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers id solana [[ -r /solana-id_ecdsa ]] || exit 1 [[ -r /solana-id_ecdsa.pub ]] || exit 1 sudo -u solana bash -c " ...
{ "pile_set_name": "Github" }
<!-- Copyright 2017 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 to in writing, ...
{ "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 "ABI36_0_0stubs.h" #include <ABI36_0_0React/core/LayoutableShadowNode.h> #include <ABI36_0_0React/core/ShadowNodeFragment.h> #incl...
{ "pile_set_name": "Github" }
actual = ''; expected = 'zzz ,zzz 100,zzz 100,zzz 7777,zzz 100,zzz 100,zzz 8888,zzz 100,zzz 100,zzz /x/,zzz 100,zzz 100,'; //function f() { for each(let a in ['', 7777, 8888, /x/]) { for each(e in ['', false, '']) { (function(e) { for each(let c in ['']) { appendToActual('zzz ' ...
{ "pile_set_name": "Github" }
/* * Copyright 2013 Red Hat Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, d...
{ "pile_set_name": "Github" }
<?php namespace Payum\Paypal\ExpressCheckout\Nvp; use Payum\Core\Bridge\Spl\ArrayObject; use Payum\Core\GatewayFactory; use Payum\Paypal\ExpressCheckout\Nvp\Action\Api\ConfirmOrderAction; use Payum\Paypal\ExpressCheckout\Nvp\Action\Api\CreateRecurringPaymentProfileAction; use Payum\Paypal\ExpressCheckout\Nvp\Action\Ap...
{ "pile_set_name": "Github" }
/* * Copyright 1999-2101 Alibaba Group. * * 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" }
#import "LCDatabase.h" #import "unistd.h" #import <objc/runtime.h> @interface LCDatabase () - (LCResultSet *)executeQuery:(NSString *)sql withArgumentsInArray:(NSArray*)arrayArgs orDictionary:(NSDictionary *)dictionaryArgs orVAList:(va_list)args; - (BOOL)executeUpdate:(NSString*)sql error:(NSError**)outErr withArgume...
{ "pile_set_name": "Github" }
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); /** * Read a csv file and return a pandas.DataFrame * * @param {string} filepath * @param {function} callback * @param {Object} args * @param {string} [args.sep=','] * * @returns {DataFrame} */ var read_csv = exports.read_csv = fun...
{ "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. // +build arm,!gccgo,!appengine,!nacl package poly1305 // This function is implemented in sum_arm.s //go:noescape func poly1305_auth_armv6(out *[16]byte, m *b...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash ts-node --project ./scripts/tsconfig.json ./scripts/generate-matchers/index.ts yarn lint
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en" > <head> <title>HTTP vs UTF-8 BOM</title> <link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'> <link rel='help' href='http://www.w3.org/TR/html5/syntax.html#the-input-byte-stream'> <link rel="stylesheet" type="text/css" href="./generatedtests.css"> <script src="http...
{ "pile_set_name": "Github" }
/*************************************************************************/ /* spdlog - an extremely fast and easy to use c++11 logging library. */ /* Copyright (c) 2014 Gabi Melman. */ /* */ /* Permission is...
{ "pile_set_name": "Github" }
/*-----------------------------------------------------------------------------+ Copyright (c) 2010-2010: Joachim Faulhaber +------------------------------------------------------------------------------+ Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENCE.txt or copy at ...
{ "pile_set_name": "Github" }
<div class="col-xs-6"> <table class="orderbook-orders-table bids"> <caption>Bids ({{'OMNIDEX.ORDERBOOK.BUY' | translate}} {{orderbook.tradingPair.selling.name}} #{{orderbook.tradingPair.selling.propertyid}} for {{orderbook.tradingPair.desired.name}} #{{orderbook.tradingPair.desired.propertyid}})</caption> <thead> ...
{ "pile_set_name": "Github" }
<template> <div class="Typeahead"> <i class="fa fa-spinner fa-spin" v-if="loading"></i> <template v-else> <i class="fa fa-search" v-show="isEmpty"></i> <i class="fa fa-times" v-show="isDirty" @click="reset"></i> </template> <input type="text" class="Typeahead__input" ...
{ "pile_set_name": "Github" }
""" Verifies the avocado.utils.iso9660 functionality """ import os import tempfile import unittest.mock from avocado.utils import iso9660, process from .. import setup_avocado_loggers, temp_dir_prefix setup_avocado_loggers() class Capabilities(unittest.TestCase): def setUp(self): self.iso_path = os.pa...
{ "pile_set_name": "Github" }
/* * Logitech PS/2++ mouse driver * * Copyright (c) 1999-2003 Vojtech Pavlik <vojtech@suse.cz> * Copyright (c) 2003 Eric Wong <eric@yhbt.net> * * 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 Softw...
{ "pile_set_name": "Github" }
Text1;A;B;Text2;Calculated-Field hello;1;3;world;0.333333333333333 tobias;7;1;wolff;7 bla;400;0;test;0.0
{ "pile_set_name": "Github" }
/* * $Id$ * * Copyright (C) 2003-2015 JNode.org * * 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 of the License, or * (at your option) any later version. * *...
{ "pile_set_name": "Github" }
julia 0.6 Compat 0.68
{ "pile_set_name": "Github" }
package alert import ( "encoding/json" "fmt" "strconv" "strings" "time" "github.com/libopenstorage/openstorage/api" "github.com/libopenstorage/openstorage/pkg/proto/time" "github.com/portworx/kvdb" "github.com/sirupsen/logrus" ) const ( // Name of this alert client implementation. Name = "alert_kvdb" // ...
{ "pile_set_name": "Github" }
// // GTFirmwareRetrieverFactory.h // goTenna SDK // #import <Foundation/Foundation.h> #import "GTFirmwareRetrieveProtocol.h" /// Use this to retreive the firmware object/s. @interface GTFirmwareRetrieverFactory : NSObject /** ###Retrieve Amazon Firmware Object Create instance of firmware retriever using Amazo...
{ "pile_set_name": "Github" }
/* * Copyright 2017 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 by app...
{ "pile_set_name": "Github" }
package describetype import ( "errors" "fmt" "io" "strconv" corev2 "github.com/sensu/sensu-go/api/core/v2" "github.com/sensu/sensu-go/cli" "github.com/sensu/sensu-go/cli/client/config" "github.com/sensu/sensu-go/cli/commands/helpers" "github.com/sensu/sensu-go/cli/elements/table" "github.com/sensu/sensu-go/...
{ "pile_set_name": "Github" }
class Converter class Logger include Term::ANSIColor def log_status(status) puts bold status end def log_file_info(s) puts " #{magenta s}" end def log_transform(*args, from: caller[1][/`.*'/][1..-2].sub(/^block in /, '')) puts " #{cyan from}#{cyan ": #{args * ', '}" ...
{ "pile_set_name": "Github" }
// Created by cgo -godefs - DO NOT EDIT // cgo -godefs defs_linux.go package socket const ( sysAF_UNSPEC = 0x0 sysAF_INET = 0x2 sysAF_INET6 = 0xa sysSOCK_RAW = 0x3 ) type iovec struct { Base *byte Len uint32 } type msghdr struct { Name *byte Namelen uint32 Iov *iovec Iovlen uint32...
{ "pile_set_name": "Github" }
! ! Copyright (C) 2001 PWSCF group ! This file is distributed under the terms of the ! GNU General Public License. See the file `License' ! in the root directory of the present distribution, ! or http://www.gnu.org/copyleft/gpl.txt . ! ! !---------------------------------------------------------------------- subroutine...
{ "pile_set_name": "Github" }
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved. * * The contents of this file are subject to the terms of either the GNU * General Public License Version 2 only ("GPL") or the Common Development * and Distribution License("CD...
{ "pile_set_name": "Github" }