text
stringlengths
2
9.79k
meta
dict
sentences_perturbed
int64
0
2
doc_stats
dict
# coding: utf-8 describe PDF::Reader::Filter do describe "#with" do context "when passed :ASCII85Decode" do it "returns the appropriate class" do expect(PDF::Reader::Filter.with(:ASCII85Decode)).to be_a(PDF::Reader::Filter::Ascii85) end end context "when passed :ASCIIHexDecode" do ...
{ "pile_set_name": "Github" }
null
null
cheats = 14 cheat0_desc = "Misc Codes" cheat1_desc = "Disable AI" cheat1_code = "02036440+E3A01000" cheat1_enable = false cheat2_desc = "AI Doesn't Attack" cheat2_code = "02037328+E3A00000+02037338+E3A00000" cheat2_enable = false cheat3_desc = "Human Torch / Silver Surfer Codes" cheat4_desc = "Infinite Health" che...
{ "pile_set_name": "Github" }
null
null
Pod::Spec.new do |s| s.name = "KRLCollectionViewGridLayout" s.version = "1.0.0" s.summary = "A UICollectionViewLayout that specifies item size and location by number of columns." s.description = <<-DESC This layout is an alternative to UICollectionViewF...
{ "pile_set_name": "Github" }
null
null
[[_events_eventpublisher_transformation]] = The @EventPublisher AST Transformation Any component may gain the ability to publish events through an `{link_event_router}` instance. You only need annotate the class with `{link_event_publisher_ast}` and it will automatically gain all methods exposed by `{link_event_publi...
{ "pile_set_name": "Github" }
null
null
package com.gentics.mesh.core.data.service.transformation; import java.util.Comparator; import com.gentics.mesh.core.rest.common.AbstractResponse; /** * Comparator for rest model objects. * * @param <T> */ public class UuidRestModelComparator<T extends AbstractResponse> implements Comparator<T> { @Override p...
{ "pile_set_name": "Github" }
null
null
// hex.h - originally written and placed in the public domain by Wei Dai /// \file hex.h /// \brief Classes for HexEncoder and HexDecoder #ifndef CRYPTOPP_HEX_H #define CRYPTOPP_HEX_H #include "cryptlib.h" #include "basecode.h" NAMESPACE_BEGIN(CryptoPP) /// \brief Converts given data to base 16 class...
{ "pile_set_name": "Github" }
null
null
/* * Copyright (c) 2020, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you 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/li...
{ "pile_set_name": "Github" }
null
null
/** * Copyright 2008 - 2019 The Loon Game Engine 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 appl...
{ "pile_set_name": "Github" }
null
null
Sequel.migration do change do create_table :geocodings do primary_key :id Integer :user_id Text :table_name Integer :total_rows Integer :processed_rows DateTime :created_at, default: Sequel::CURRENT_TIMESTAMP DateTime :updated_at, default: Seque...
{ "pile_set_name": "Github" }
null
null
`timescale 1ns / 1ps module rp_dma_s2mm_upsize #(parameter AXI_DATA_BITS = 64, parameter AXIS_DATA_BITS = 16, parameter AXI_BURST_LEN = 16)( input wire clk, input wire rst, output reg [7:0] req_data, output reg ...
{ "pile_set_name": "Github" }
null
null
import { composeButton, composeModalPostPrivacyButton, getNthPostPrivacyOptionInDialog, postPrivacyButton, postPrivacyDialogButtonUnlisted, scrollToStatus, sleep } from '../utils' import { loginAsFoobar } from '../roles' fixture`014-compose-post-privacy.js` .page`http://localhost:4002` test('Changes pos...
{ "pile_set_name": "Github" }
null
null
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2014 Benoit Steiner <benoit.steiner.goog@gmail.com> // // 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 ca...
{ "pile_set_name": "Github" }
null
null
# # Copyright (C) 2007-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # include $(TOPDIR)/rules.mk PKG_NAME:=curl PKG_VERSION:=7.60.0 PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://dl.uxnr.de/mir...
{ "pile_set_name": "Github" }
null
null
#!/usr/bin/env bash # Copyright 2009 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. # Generate Go code listing errors and other #defined constant # values (ENAMETOOLONG etc.), by asking the preprocessor # about the definitions....
{ "pile_set_name": "Github" }
null
null
/** * Licensed to Apereo under one or more contributor license agreements. See the NOTICE file * distributed with this work for additional information regarding copyright ownership. Apereo * licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use * this file except in compli...
{ "pile_set_name": "Github" }
null
null
# created by tools/tclZIC.tcl - do not edit set TZData(:Asia/Ust-Nera) { {-9223372036854775808 34374 0 LMT} {-1579426374 28800 0 YAKT} {354898800 43200 0 MAGST} {370699200 39600 0 MAGT} {386427600 43200 1 MAGST} {402235200 39600 0 MAGT} {417963600 43200 1 MAGST} {433771200 39600 0 MAGT}...
{ "pile_set_name": "Github" }
null
null
activeProfiles= eclipse.preferences.version=1 resolveWorkspaceProjects=true version=1
{ "pile_set_name": "Github" }
null
null
/** * Copyright 2015 CANAL+ 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 agreed t...
{ "pile_set_name": "Github" }
null
null
## Domain resolution
{ "pile_set_name": "Github" }
null
null
// // StrassenMatmulComputor.cpp // MNN // // Created by MNN on 2019/02/11. // Copyright © 2018, Alibaba Group Holding Limited // #include "StrassenMatmulComputor.hpp" #include "backend/cpu/CPUBackend.hpp" #include <string.h> #include "ConvOpt.h" #include <limits.h> #include "CommonOptFunction.h" #include "core/Ma...
{ "pile_set_name": "Github" }
null
null
StartChar: uni0477 Encoding: 1143 1143 2227 Width: 1000 VWidth: 0 Flags: M LayerCount: 2 Fore Refer: 2018 783 N 1 0 0 1 145 0 2 Refer: 2121 1141 N 1 0 0 1 0 0 3 EndChar
{ "pile_set_name": "Github" }
null
null
package ch.cyberduck.core.dav; /* * Copyright (c) 2002-2016 iterate GmbH. All rights reserved. * https://cyberduck.io/ * * 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 o...
{ "pile_set_name": "Github" }
null
null
#!/usr/bin/env escript %%! -pz ./deps/amqp_client/ebin ./deps/rabbit_common/ebin ./deps/amqp_client/ebin ./deps/rabbit_common/ebin ./deps/recon/ebin ./deps/lager/ebin ./deps/goldrush/ebin ./deps/jsx/ebin ./deps/ranch/ebin -include_lib("amqp_client/include/amqp_client.hrl"). main(Argv) -> {ok, Connection} = ...
{ "pile_set_name": "Github" }
null
null
#ifndef STD_TCG_H #define STD_TCG_H #include "types.h" #define SHA1_BUFSIZE 20 #define SHA256_BUFSIZE 32 #define SHA384_BUFSIZE 48 #define SHA512_BUFSIZE 64 #define SM3_256_BUFSIZE 32 /**************************************************************** ...
{ "pile_set_name": "Github" }
null
null
#pragma once #include <Common/HashTable/HashTable.h> namespace DB { namespace ErrorCodes { extern const int NO_AVAILABLE_DATA; } } template <typename Key, typename TState = HashTableNoState> struct FixedHashTableCell { using State = TState; using value_type = Key; using mapped_type =...
{ "pile_set_name": "Github" }
null
null
<?xml version="1.0" encoding="utf-8"?> <androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content"...
{ "pile_set_name": "Github" }
null
null
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleDisplayName</key> <string>${PRODUCT_NAME}</string> <key>CFBundleExecutable...
{ "pile_set_name": "Github" }
null
null
#include "farversion.hpp" #define PLUGIN_BUILD 110 #define PLUGIN_DESC L"Temporary Panel for Far Manager" #define PLUGIN_NAME L"TmpPanel" #define PLUGIN_FILENAME L"TmpPanel.dll" #define PLUGIN_AUTHOR FARCOMPANYNAME #define PLUGIN_VERSION MAKEFARVERSION(FARMANAGERVERSION_MAJOR,FARMANAGERVERSION_MINOR,FARMANAGERVERSION_...
{ "pile_set_name": "Github" }
null
null
//===-- sanitizer_posix.cpp -----------------------------------------------===// // // 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" }
null
null
<transition_graph cluster-delay="60s" stonith-timeout="60s" failed-stop-offset="INFINITY" failed-start-offset="INFINITY" transition_id="0"> <synapse id="0"> <action_set> <rsc_op id="7" operation="start" operation_key="rsc1_start_0" on_node="host2" on_node_uuid="host2"> <primitive id="rsc1" class="o...
{ "pile_set_name": "Github" }
null
null
# coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for # license information. # # Code generated by Microsoft (R) AutoRest Code Generator. # Changes ...
{ "pile_set_name": "Github" }
null
null
/* * Really Slick XScreenSavers * Copyright (C) 2002-2006 Michael Chapman * * 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" }
null
null
/** * \file * * \brief Linker script for running in internal FLASH on the SAMD21G18A * * Copyright (c) 2017 Microchip Technology Inc. * * \asf_license_start * * \page License * * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this ...
{ "pile_set_name": "Github" }
null
null
/**************************************************************************** ** ** Copyright (C) 2014-2019 Dinu SV. ** (contact: mail@dinusv.com) ** This file is part of Livekeys Application. ** ** GNU Lesser General Public License Usage ** This file may be used under the terms of the GNU Lesser ** General Public Lice...
{ "pile_set_name": "Github" }
null
null
/* * picodlp panel driver * picodlp_i2c_driver: i2c_client driver * * Copyright (C) 2009-2011 Texas Instruments * Author: Mythri P K <mythripk@ti.com> * Mayuresh Janorkar <mayur@ti.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public Licen...
{ "pile_set_name": "Github" }
null
null
import fs from 'graceful-fs'; import { promisify } from 'util'; export const copyFile = promisify(fs.copyFile); export const mkdir = promisify(fs.mkdir); export const readdir = promisify(fs.readdir); export const readFile = promisify(fs.readFile); export const stat = promisify(fs.stat);
{ "pile_set_name": "Github" }
null
null
/* -*- mode: C++ ; c-file-style: "stroustrup" -*- ***************************** * Qwt Widget Library * Copyright (C) 1997 Josef Wilgen * Copyright (C) 2002 Uwe Rathmann * * This library is free software; you can redistribute it and/or * modify it under the terms of the Qwt License, Version 1.0 **************...
{ "pile_set_name": "Github" }
null
null
/* -*- Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4 -*- */ /* vi: set ts=4 sw=4 expandtab: (add to ~/.vimrc: set modeline modelines=5) */ /* 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 ob...
{ "pile_set_name": "Github" }
null
null
import sys from typing import Any, IO, Optional, Tuple, Callable, Dict, List, Union from .decoder import JSONDecoder as JSONDecoder from .encoder import JSONEncoder as JSONEncoder if sys.version_info >= (3, 5): from .decoder import JSONDecodeError as JSONDecodeError def dumps(obj: Any, skipkeys: bool = ..., ...
{ "pile_set_name": "Github" }
null
null
// Copyright 2011 Baptiste Lepilleur // Distributed under MIT license, or public domain if desired and // recognized in your jurisdiction. // See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE #if !defined(JSON_IS_AMALGAMATION) #include <json/writer.h> #include "json_tool.h" #endif // if !de...
{ "pile_set_name": "Github" }
null
null
/* * Copyright (c) 2004-2011 Atheros Communications Inc. * Copyright (c) 2011-2012 Qualcomm Atheros, Inc. * * Permission to use, copy, modify, and/or 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 al...
{ "pile_set_name": "Github" }
null
null
<!--++ description-logic/Manifest642.rdf ** generated by SKB ++--> <!--++ Created Tue Feb 25 15:57:05 2003 ++--> <!-- Copyright World Wide Web Consortium, (Massachusetts Institute of Technology, European Research Consortium for Informatics and Mathematics, Keio University). All Rights Reserved. ...
{ "pile_set_name": "Github" }
null
null
// // TRStatusBarStyle.swift // TransitionTreasury // // Created by DianQK on 1/11/16. // Copyright © 2016 TransitionTreasury. All rights reserved. // import UIKit /** TransitionTreasury Status Bar Style. */ public enum TRStatusBarStyle { case `default` @available(iOS 7.0, *) case lightContent ca...
{ "pile_set_name": "Github" }
null
null
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>IDEDidComputeMac32BitWarning</key> <true/> </dict> </plist>
{ "pile_set_name": "Github" }
null
null
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <array/> </plist>
{ "pile_set_name": "Github" }
null
null
namespace ClassLib079 { public class Class083 { public static string Property => "ClassLib079"; } }
{ "pile_set_name": "Github" }
null
null
<zoom> <min>0.000000000</min> <max>1.000000000</max> </zoom>
{ "pile_set_name": "Github" }
null
null
$01-00-01-08-4-1 [soundStopAll] [bgm BGM_EVENT_2 0.1] [scene 20300 0] [charaSet A 8001000 1 マシュ] [charaSet B 4017001 1 マリー・アントワネット] [charaSet C 98014000 1 指揮官] [charaSet D 9001001 1 ジャンヌ] [charaSet E 98014000 1 兵士] [charaSet F 1022001 1 ジル] [charaSet G 7002001 1 ランスロット] [charaSet H 6012001 1 サンソン] [charaFace G 4] [cha...
{ "pile_set_name": "Github" }
null
null
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-example40-jquery</title> <script src="../../components/jquery-2.1.1/jquery.js"></script> <script src="../../../angular.js"></script> <script src="script.js"></script> </head> <body > <div ng-app="myApp"> <di...
{ "pile_set_name": "Github" }
null
null
#!/usr/bin/python # -*- coding: utf-8 -*- fakeIpList = [ # https://zh.wikipedia.org/wiki/%E5%9F%9F%E5%90%8D%E6%9C%8D%E5%8A%A1%E5%99%A8%E7%BC%93%E5%AD%98%E6%B1%A1%E6%9F%93 '4.36.66.178', '8.7.198.45', '23.89.5.60', '37.61.54.158', '46.82.174.68', '49.2.123.56', '54.76.135.1', '59.24.3.173', '64.33.88.161', '64.33.99.47'...
{ "pile_set_name": "Github" }
null
null
/* * Copyright 2019 Qameta Software OÜ * * 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 ...
{ "pile_set_name": "Github" }
null
null
import React from "react"; import { mount } from "enzyme"; import { TileWait } from "../tile_wait"; import { fakeSequence } from "../../../__test_support__/fake_state/resources"; import { emptyState } from "../../../resources/reducer"; import { StepParams } from "../../interfaces"; describe("<TileWait/>", () => { co...
{ "pile_set_name": "Github" }
null
null
# -*- Mode: Python -*- from scan_utxo import gen_utxo from caesure.script import parse_script, pprint_script, ScriptError from caesure._script import ScriptError from caesure.bitcoin import bcrepr def frob (name): return name[::-1].encode ('hex') n = 0 for txname, outputs in gen_utxo(): for (index, amt, scri...
{ "pile_set_name": "Github" }
null
null
<?php namespace Illuminate\Database; use Illuminate\Support\Arr; use InvalidArgumentException; use Illuminate\Console\Command; use Illuminate\Container\Container; abstract class Seeder { /** * The container instance. * * @var \Illuminate\Container\Container */ protected $container; /...
{ "pile_set_name": "Github" }
null
null
--- layout: api title: "v3.3.0 JavaScript Library: L.Browser" categories: api version: v3.3.0 permalink: /api/v3.3.0/l-browser/ --- <h2 id="browser">Browser</h2> <p>A namespace with properties for browser/feature detection used by Leaflet internally.</p> <pre><code>if (L.Browser.ie6) { alert('Upgrade your brows...
{ "pile_set_name": "Github" }
null
null
{ "pile_set_name": "Github" }
null
null
--- layout: default title: Level 18 cat: level lang: en number: 18 --- <p id="goal"><b>Goal:</b> Given a point A, a line, and a point B. Construct a circle that passes through A and is tangent to the line at B. </p> <p id="winningimg"> <img src="/img/Level{{page.number}}.png"/ > </p> <div id="hidden" style="display:...
{ "pile_set_name": "Github" }
null
null
export const meta = { title: 'Prisma Admin', position: 161 } ## Overview Prisma Admin is currently in [Preview](oje2#preview-vs-final). You can find its announcement blog post [here](https://www.prisma.io/blog/prisma-admin-beta-pai5lah43soe/). We're looking for feedback, please share your ideas how to improve Pri...
{ "pile_set_name": "Github" }
null
null
<?php //[STAMP] a1362517a50ae530a4dd5bd96b2b52cf namespace _generated; // This class was automatically generated by build task // You should not change it manually as it will be overwritten on next build // @codingStandardsIgnoreFile trait FunctionalTesterActions { /** * @return \Codeception\Scenario *...
{ "pile_set_name": "Github" }
null
null
package varargs; public class Parent { public String concatenate(String... strings) { StringBuilder builder = new StringBuilder(); for (String s : strings) { builder.append(s); } return builder.toString(); } }
{ "pile_set_name": "Github" }
null
null
/* * TI OMAP L4 interconnect emulation. * * Copyright (C) 2007-2009 Nokia Corporation * Written by Andrzej Zaborowski <andrew@openedhand.com> * * 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 Founda...
{ "pile_set_name": "Github" }
null
null
% Copyright (C) 1996 Aladdin Enterprises. All rights reserved. % % This file is part of Aladdin Ghostscript. % % Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND. No author % or distributor accepts any responsibility for the consequences of using it, % or for whether it serves any particular purpose ...
{ "pile_set_name": "Github" }
null
null
config TI_SOC_THERMAL tristate "Texas Instruments SoCs temperature sensor driver" help If you say yes here you get support for the Texas Instruments OMAP4460+ on die bandgap temperature sensor support. The register set is part of system control module. This includes alert interrupts generation and also t...
{ "pile_set_name": "Github" }
null
null
set error non-classified off set error unknown_code off set error memory off set error stack off set hw simif nas 0xffff run state quit
{ "pile_set_name": "Github" }
null
null
/* * Copyright (C) 2013 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
{ "pile_set_name": "Github" }
null
null
package meghanada.analyze; import com.google.common.base.MoreObjects; import java.util.ArrayList; import java.util.List; import java.util.Map; import java.util.Set; import javax.annotation.Nullable; import meghanada.reflect.CandidateUnit; import meghanada.reflect.MemberDescriptor; import meghanada.reflect.MethodDescri...
{ "pile_set_name": "Github" }
null
null
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <CloudKit/CKObject.h> @class NSNumber, NSString; __attribute__((visibility("hidden"))) @interface CKAssetHandle : CKObject { NSNumber *_itemID; NSString *_UUID; ...
{ "pile_set_name": "Github" }
null
null
Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.27213.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Diagnostics.StackTrace.Tests", "tests\System.Diagnostics.StackTrace.Tests.csproj", "{297A9116-1005-...
{ "pile_set_name": "Github" }
null
null
package fa_IR import ( "math" "strconv" "time" "github.com/go-playground/locales" "github.com/go-playground/locales/currency" ) type fa_IR struct { locale string pluralsCardinal []locales.PluralRule pluralsOrdinal []locales.PluralRule pluralsRange []locales.PluralRul...
{ "pile_set_name": "Github" }
null
null
import os head = open('urdf-template/atlas_head.txt', 'r').read() body = open('urdf-template/atlas_body.txt', 'r').read() tail = open('urdf-template/atlas_tail.txt', 'r').read() max_num_row = 5 # ADJUST out_dir = 'output/atlas' # ADJUST if not os.path.exists(out_dir): os.makedirs(out_dir) for numrow in r...
{ "pile_set_name": "Github" }
null
null
TARGET = rltotiff OBJS = rltotiff.o tiff_rgba_io.o include ../../splash_support/Makefile.config LDFLAGS := $(LDFLAGS) -ltiff clean: rm -rf $(OBJS) $(TARGET)
{ "pile_set_name": "Github" }
null
null
{-# LANGUAGE MultiParamTypeClasses, FlexibleInstances #-} module Opaleye.Internal.TableMaker where import qualified Opaleye.Column as C import qualified Opaleye.Internal.Column as IC import qualified Opaleye.Internal.PackMap as PM import qualified Opaleye.Internal.Unpackspec as U import Data.Profunctor (Pr...
{ "pile_set_name": "Github" }
null
null
#!/usr/bin/env sh TOOLS=./build/tools $TOOLS/caffe train \ --solver=examples/cifar10/cifar10_full_sigmoid_solver.prototxt
{ "pile_set_name": "Github" }
null
null
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="LineLegendPosition.cs" company="OxyPlot"> // The MIT License (MIT) // // Copyright (c) 2012 Oystein Bjorke // // Permission is hereby granted, free of charge, to any p...
{ "pile_set_name": "Github" }
null
null
// jscs:disable requireArrowFunctions,disallowVar,requireEnhancedObjectLiterals /* globals QUnit,Hammer,utils,Simulator */ var el; var hammer; var pressPeriod = 200; var pressThreshold = 20; var pressCount = 0; var panStartCount = 0; var swipeCount = 0; QUnit.module('Require Failure ( Swipe & Press )', { beforeEa...
{ "pile_set_name": "Github" }
null
null
<info xmlns="http://docbook.org/ns/docbook" version="5.0"> <copyright> <year>1999-2007</year> <holder>Norman Walsh</holder> </copyright> <copyright> <year>2003</year> <holder>Jiří Kosek</holder> </copyright> <copyright> <year>2004-2007</year> <holder>Steve Ball</holder> </copyright> ...
{ "pile_set_name": "Github" }
null
null
# -*- coding: utf-8 -*- """ pygments.lexers.templates ~~~~~~~~~~~~~~~~~~~~~~~~~ Lexers for various template engines' markup. :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ import re from pygments.lexers.html import HtmlLexer, XmlLex...
{ "pile_set_name": "Github" }
null
null
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <Policy xmlns="urn:oasis:names:tc:xacml:3.0:core:schema:wd-17" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" PolicyId="urn:oasis:names:tc:xacml:2.0:conformance-test:IIC156:policy" RuleCombiningAlgId="urn:oasis:names:tc:xacml:3.0:rule-combining-algorithm:den...
{ "pile_set_name": "Github" }
null
null
<?php use Illuminate\Database\Seeder; class AlterPasswordClientSecret extends Seeder { /** * Run the database seeds. * * @return void */ public function run() { Laravel\Passport\Client::query() ->where('id', 2)->update([ 'secret' => 'bXKWFmfsJsQJn9iw...
{ "pile_set_name": "Github" }
null
null
#define SOC 0x01
{ "pile_set_name": "Github" }
null
null
<?xml version='1.0' encoding='utf-8'?> <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msb...
{ "pile_set_name": "Github" }
null
null
<p>This datepicker uses a custom month layout.</p> <div class="d-inline-block"> <div class="btn-group d-flex justify-content-end mb-2" role="group"> <button type="button" class="btn btn-sm btn-outline-primary" (click)="navigate(-1);">Prev</button> <button type="button" class="btn btn-sm btn-outline-primary"...
{ "pile_set_name": "Github" }
null
null
--TEST-- phpunit --colors=always BankAccountTest ../_files/BankAccountTest.php --FILE-- <?php $_SERVER['argv'][1] = '--no-configuration'; $_SERVER['argv'][2] = '--colors=always'; $_SERVER['argv'][3] = __DIR__ . '/../_files/BankAccountTest.php'; require __DIR__ . '/../bootstrap.php'; PHPUnit_TextUI_Command::main(); ?> ...
{ "pile_set_name": "Github" }
null
null
// field paths that every tar file must have. // header is padded to 512 bytes. var f = 0 , fields = {} , path = fields.path = f++ , mode = fields.mode = f++ , uid = fields.uid = f++ , gid = fields.gid = f++ , size = fields.size = f++ , mtime = fields.mtime = f++ , cksum = fields.cksum = f++ , type = ...
{ "pile_set_name": "Github" }
null
null
class Greeter { greet(@required name: string) { return "Hello " + name + "!"; } }
{ "pile_set_name": "Github" }
null
null
package com.metasploit.meterpreter.stdapi; import com.metasploit.meterpreter.Meterpreter; import com.metasploit.meterpreter.TLVPacket; import com.metasploit.meterpreter.TLVType; import com.metasploit.meterpreter.command.Command; import java.awt.Robot; import java.awt.event.InputEvent; public class stdapi_ui_send_mou...
{ "pile_set_name": "Github" }
null
null
{ "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, "newProjectRoot": "projects", "projects": { "angular-guestbook": { "root": "", "sourceRoot": "src", "projectType": "application", "prefix": "app", "schematics": {}, "architect": { "bu...
{ "pile_set_name": "Github" }
null
null
Extensions ========== Extensions are redistributable software packages specifically designed to be used in Yii applications and provide ready-to-use features. For example, the [yiisoft/yii2-debug](tool-debugger.md) extension adds a handy debug toolbar at the bottom of every page in your application to help you more ea...
{ "pile_set_name": "Github" }
null
null
#import <Foundation/Foundation.h> @interface PodsDummy_Alamofire : NSObject @end @implementation PodsDummy_Alamofire @end
{ "pile_set_name": "Github" }
null
null
/* 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 applicable law or a...
{ "pile_set_name": "Github" }
null
null
#pragma once #include <gtkmm.h> #include <set> #include "util/uuid.hpp" #include "common/common.hpp" #include "util/pool_goto_provider.hpp" namespace horizon { class PreviewBase : public PoolGotoProvider { protected: Gtk::Button *create_goto_button(ObjectType type, std::function<UUID(void)> fn); std::set<Gtk::...
{ "pile_set_name": "Github" }
null
null
-- -- Derived from a program believed to be originally written by John -- Launchbury, and incorporating the RSA algorithm which is in the -- public domain. -- import System.Environment import Control.Parallel.Strategies import Data.List import qualified Data.ByteString.Lazy.Char8 as B import Data.ByteString.Lazy.Char8...
{ "pile_set_name": "Github" }
null
null
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "pile_set_name": "Github" }
null
null
################################################################################ # # perl-mojolicious # ################################################################################ PERL_MOJOLICIOUS_VERSION = 8.40 PERL_MOJOLICIOUS_SOURCE = Mojolicious-$(PERL_MOJOLICIOUS_VERSION).tar.gz PERL_MOJOLICIOUS_SITE = $(BR2...
{ "pile_set_name": "Github" }
null
null
ExUnit.start
{ "pile_set_name": "Github" }
null
null
package(default_visibility = ["//visibility:public"]) load( "@io_bazel_rules_go//go:def.bzl", "go_library", ) go_library( name = "go_default_library", srcs = ["factory_interfaces.go"], importmap = "k8s.io/kubernetes/vendor/k8s.io/client-go/informers/internalinterfaces", importpath = "k8s.io/cl...
{ "pile_set_name": "Github" }
null
null
module PublishingApi module PayloadBuilder class AnalyticsIdentifier attr_reader :item def self.for(item) new(item).call end def initialize(item) @item = item end def call { analytics_identifier: item.analytics_identifier } end end end end...
{ "pile_set_name": "Github" }
null
null
/* * * Copyright 2018 gRPC authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
{ "pile_set_name": "Github" }
null
null
<testcase> <info> <keywords> SCP FAILURE </keywords> </info> # # Client-side <client> <server> scp </server> <name> SCP retrieval of missing file followed by good file </name> <command> --key curl_client_key --pubkey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%PWD/log/not-a-valid-file-moooo scp://%HOSTIP:%...
{ "pile_set_name": "Github" }
null
null
var setup = require('../submission/setup') var drawLine exports.init = function(gl) { drawLine = setup(gl) } exports.draw = function(gl) { gl.viewport(0, 0, gl.drawingBufferWidth, gl.drawingBufferHeight) gl.clearColor(0,0,0,1) gl.clear(gl.COLOR_BUFFER_BIT) gl.lineWidth(1) drawLine(-0.5, [1,0,0]) gl.l...
{ "pile_set_name": "Github" }
null
null