text
stringlengths
2
99.9k
meta
dict
export {default} from './PurchaseSummarySidebar';
{ "pile_set_name": "Github" }
/* Copyright (C) 2008-2018 Peter Palotas, Jeffrey Jangli, Alexandr Normuradov * * 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 t...
{ "pile_set_name": "Github" }
/* Copyright (c) 2017, John Lewin All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following ...
{ "pile_set_name": "Github" }
package main import "fmt" type MyObject struct { MyField int } // MyObject now implements fmt's Stringer interface since it now // has a String() method attached to it // // Stringer is implemented by any value that has a String method, // which defines the “native” format for that value. The String method // is us...
{ "pile_set_name": "Github" }
#ifndef __LINUXMT_TYPES_H #define __LINUXMT_TYPES_H #include <arch/types.h> #include <linuxmt/config.h> typedef __s32 loff_t; typedef __s32 off_t; typedef __u32 daddr_t; typedef __u32 jiff_t; typedef __u32 lflag_t; typedef __u32 lsize_t; typedef __u32 speed_t; typedef __u32 tcflag_t; typedef __u16 ...
{ "pile_set_name": "Github" }
import { iterable } from '../utils/iterable'; export function filter<TElement>( source: Iterable<TElement>, predicate: (element: TElement, index: number) => boolean, ): Iterable<TElement> { return iterable(function* () { let index = 0; for (const element of source) { if (predicate(element, index++...
{ "pile_set_name": "Github" }
// This file was procedurally generated from the following sources: // - src/dstr-binding/ary-ptrn-elem-id-init-exhausted.case // - src/dstr-binding/default/async-gen-func-decl.template /*--- description: Destructuring initializer with an exhausted iterator (async generator function declaration) esid: sec-asyncgenerato...
{ "pile_set_name": "Github" }
!!!COM: Palestrina, Giovanni Perluigi da !!!OPR: Missa De feria !!!OMD: Benedictus !!!OTL: First Section **kern **kern **kern *Ibass *Icalto *Icant !Bassus !Altus !Cantus *clefF4 *clefG2 *clefG2 *k[] *k[] *k[] *E:phr *E:phr *E:phr *M4/2 *M4/2 *M4/2 =1 =1 =1 0r 0A 0r =2 =2 =2 0r 1A 0r . 1d . =3 =3 =3 0r 2c 0e . 2A . . 2...
{ "pile_set_name": "Github" }
/** @file Decoration.cxx ** Visual elements added over text. **/ // Copyright 1998-2007 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #include <stdio.h> #include <string.h> #include <stdlib.h> #include <stdarg.h> #incl...
{ "pile_set_name": "Github" }
--- title: VMware Storage VMotion excerpt: '' slug: vmware_storage_vmotion legacy_guide_number: g687 --- ## Storage vMotion leidžia keisti VM failų saugyklos vietą nepertraukiant VM veikimo. Ši parinktis prieinama tik OVH Private Cloud L ir XL tipo mazguose, turint VMware Enterprise Plus licenciją. ## Norėdami p...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classes a...
{ "pile_set_name": "Github" }
/** * * Synaptics Register Mapped Interface (RMI4) I2C Physical Layer Driver. * Copyright (c) 2007-2010, Synaptics Incorporated * * Author: Js HA <js.ha@stericsson.com> for ST-Ericsson * Author: Naveen Kumar G <naveen.gaddipati@stericsson.com> for ST-Ericsson * Copyright 2010 (c) ST-Ericsson AB */ /* * This fi...
{ "pile_set_name": "Github" }
<% submissions.each do |submission| %> <tr id="submission-<%= submission.id %>" class='submission-row'> <td></td> <td></td> <td class='change'></td> <td></td> <td class="participant"> <div class="user-link"> <p><%= link_to truncate(submission.participant.name, length: 10), participa...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2008, 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 Softwa...
{ "pile_set_name": "Github" }
package scanner import ( "bytes" "fmt" "os" "unicode" "unicode/utf8" "github.com/hashicorp/hcl/json/token" ) // eof represents a marker rune for the end of the reader. const eof = rune(0) // Scanner defines a lexical scanner type Scanner struct { buf *bytes.Buffer // Source buffer for advancing and scanning ...
{ "pile_set_name": "Github" }
import React, { PureComponent } from 'react' import { KeyboardAvoidingView, View, Text, Platform, StyleSheet } from 'react-native' import dismissKeyboard from 'react-native/Libraries/Utilities/dismissKeyboard' import { PaymentCardTextField } from 'tipsi-stripe' import Spoiler from '../components/Spoiler' import testID ...
{ "pile_set_name": "Github" }
; ; Definition file of sstpsvc.dll ; Automatic generated by gendef ; written by Kai Tietz 2008-2014 ; LIBRARY "sstpsvc.dll" EXPORTS ServiceMain SvchostPushServiceGlobals
{ "pile_set_name": "Github" }
[Unit] Description=Sapphire remote start script Before=kodi.service [Service] Type=oneshot Environment=HOME=/storage ExecStartPre=/storage/.kodi/addons/driver.remote.sapphire/bin/sapphire-config ExecStart=/storage/.kodi/addons/driver.remote.sapphire/bin/sapphire_startup.sh RemainAfterExit=yes [Install] WantedBy=multi...
{ "pile_set_name": "Github" }
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netcoreapp3.1</TargetFramework> <AddRazorSupportForMvc>true</AddRazorSupportForMvc> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\..\..\Core\PlatoCore.csproj" /> <ProjectReference Include="..\Plato.Docs.Categories\P...
{ "pile_set_name": "Github" }
/* * Copyright 2017 Netflix, 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 i...
{ "pile_set_name": "Github" }
@using System.Collections.ObjectModel @using System.Web.Http.Description @using System.Threading @model Collection<ApiParameterDescription> <table class="help-page-table"> <thead> <tr><th>Name</th><th>Description</th><th>Additional information</th></tr> </thead> <tbody> @foreach (ApiParameterDescri...
{ "pile_set_name": "Github" }
/** * DetachVolumeResponse.java * * This file was auto-generated from WSDL * by the Apache Axis2 version: 1.5.1 Built on : Oct 19, 2009 (10:59:34 EDT) */ package com.amazon.ec2; /** * DetachVolumeResponse bean class */ ...
{ "pile_set_name": "Github" }
import java.util.Scanner; /** * * @author jayesh */ public class AssemblyLineTechnique { public static void main(String args[]) { Scanner sc = new Scanner(System.in); int lineSize = sc.nextInt(); int Line1[] = new int[lineSize]; int Line2[] = new int[lineSize]; ...
{ "pile_set_name": "Github" }
/***************************************************************************** ** QNapi ** Copyright (C) 2008-2017 Piotr Krzemiński <pio.krzeminski@gmail.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 So...
{ "pile_set_name": "Github" }
julia 0.3 BinDeps Compat
{ "pile_set_name": "Github" }
// { dg-do run { target c++11 } } // 2011-06-07 Paolo Carlini <paolo.carlini@oracle.com> // Copyright (C) 2011-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Pub...
{ "pile_set_name": "Github" }
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var react_1 = tslib_1.__importDefault(require("react")); var styled_components_1 = tslib_1.__importDefault(require("styled-components")); var StyledToggleOn = styled_components_1.default.i(templateObject_1 || (t...
{ "pile_set_name": "Github" }
package controlP5; /** * controlP5 is a processing gui library. * * 2006-2015 by Andreas Schlegel * * 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...
{ "pile_set_name": "Github" }
<?php /** * Database expressions can be used to add unescaped SQL fragments to a * [Database_Query_Builder] object. * * For example, you can use an expression to generate a column alias: * * // SELECT CONCAT(first_name, last_name) AS full_name * $query = DB::select(array(DB::expr('CONCAT(first_name, last...
{ "pile_set_name": "Github" }
#include "drape_frontend/route_builder.hpp" #include "drape_frontend/route_shape.hpp" #include "drape/graphics_context.hpp" #include "drape/texture_manager.hpp" namespace df { RouteBuilder::RouteBuilder(FlushFn && flushFn, FlushArrowsFn && flushArrowsFn, FlushMarkersFn && flushMarkersFn) ...
{ "pile_set_name": "Github" }
{% set version = "3.4.0" %} {% set name = "hi16cod.db" %} {% set bioc = "3.11" %} package: name: 'bioconductor-{{ name|lower }}' version: '{{ version }}' source: url: - 'https://bioconductor.org/packages/{{ bioc }}/data/annotation/src/contrib/{{ name }}_{{ version }}.tar.gz' - 'https://bioarchive.galaxyp...
{ "pile_set_name": "Github" }
/* **************************************************************** * * Copyright 2018 Samsung Electronics 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 * * ...
{ "pile_set_name": "Github" }
require "releasy/packagers/tar_packager" module Releasy module Packagers # Archives with tar and Bzip2 formats. # # @example Package a particular build and change extension. # Releasy::Project.new do # name "My App" # add_build :source do # add_package :tar_bz2 do # ...
{ "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. // Package cha computes the call graph of a Go program using the Class // Hierarchy Analysis (CHA) algorithm. // // CHA was first described in "Optimization of ...
{ "pile_set_name": "Github" }
/** * * WARNING! This file was autogenerated by: * _ _ _ _ __ __ * | | | | | | |\ \ / / * | | | | |_| | \ V / * | | | | _ | / \ * | |_| | | | |/ /^\ \ * \___/\_| |_/\/ \/ * * This file was autogenerated by UnrealHxGenerator using UHT definitions. * It only includes UPROPERTYs and UFU...
{ "pile_set_name": "Github" }
.#{$prefix}float-left { float: left; } .#{$prefix}float-right { float: right; } .#{$prefix}clear-fix { &:after { content:" "; display: table; clear: both; } }
{ "pile_set_name": "Github" }
{ "Version": "2.1.23.7", "Names": { "am": "امهاري", "ar": "عربي", "as": "آسامي", "bal": "بلوڅي", "be": "بېلاروسي", "bg": "بلغاري", "bs": "بوسني", "de": "الماني", "el": "یوناني", "en": "انګلیسي", "et": "حبشي", "eu": "...
{ "pile_set_name": "Github" }
sampler s0; float noise; // 1.0 float rand( float2 co ) { return frac( sin( dot( co.xy, float2( 12.9898, 78.233 ) ) ) * 43758.5453 ); } float4 PixelShaderFunction( float2 coords:TEXCOORD0, in float2 screenPos:VPOS ) : COLOR0 { float4 color = tex2D( s0, coords ); float diff = ( rand( coords ) - 0.5 ) * ...
{ "pile_set_name": "Github" }
ace.define("ace/snippets/haml",["require","exports","module"], function(require, exports, module) { "use strict"; exports.snippetText = "snippet t\n\ %table\n\ %tr\n\ %th\n\ ${1:headers}\n\ %tr\n\ %td\n\ ${2:headers}\n\ snippet ul\n\ %ul\n\ %li\n\ ${1:item}\n\ %li\n\ snippet =rp\n\ = render...
{ "pile_set_name": "Github" }
package sparta import ( "encoding/json" "fmt" "os" "strings" "sync" gocf "github.com/mweagle/go-cloudformation" "github.com/sirupsen/logrus" ) // describeInfoValue is a utility function that accepts // some type of dynamic gocf value and transforms it into // something that is `describe` output compatible fun...
{ "pile_set_name": "Github" }
// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; }; 3B3967161E833CAA004F5970 /* ...
{ "pile_set_name": "Github" }
import TestControl = require('../../mocks/TestControl'); export function load () { QUnit.module("Markup/Media"); test("VisualStateManager", () => { var xaml = "<Grid xmlns=\"http://schemas.wsick.com/fayde\" xmlns:x=\"http://schemas.wsick.com/fayde/x\">" + "<VisualStateManager.Visual...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: df7cf297e678f9b4cb7e13219d9dda83 TextureImporter: fileIDToRecycleName: {} externalObjects: {} serializedVersion: 4 mipmaps: mipMapMode: 0 enableMipMap: 1 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapsPreserveCoverage: 0 alphaTestRefe...
{ "pile_set_name": "Github" }
{ "name": "@nstudio/electron", "version": "0.0.1", "description": "Electron Plugin for xplat", "homepage": "https://nstudio.io/xplat", "repository": { "type": "git", "url": "git+https://github.com/nstudio/xplat.git" }, "keywords": [ "xplat", "cross-platform", "multi-platform", "nx"...
{ "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" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>编辑客服</title> <link rel="shortcut icon" href="favicon.ico"> <link href="__CSS__/bootstrap.min.css?v=3.3.6" rel="stylesheet"> <link href="__CSS__/font-awesome.min.css?...
{ "pile_set_name": "Github" }
package com.example.demo.controller; import com.example.demo.entity.Test; import com.example.demo.service.DemoService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.ResponseBody; import org.s...
{ "pile_set_name": "Github" }
// Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- desc: > When a `yield` token appears within the DestructuringAssignmentTarget of an AssignmentElement and outside of a generator function body, it behaves as an Id...
{ "pile_set_name": "Github" }
{ "folders": [ { "path": "." } ], "settings": { "GoSublime": { "use_gs_gopath": true, "env": { "GOPATH": "$GS_GOPATH:$GS_GOPATH/vendor" } } } }
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Simple example on using Instrumental Variables method for estimation" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "import numpy as np\n", "import pandas a...
{ "pile_set_name": "Github" }
beforeEach(function() { sinon.stub(window, "prompt"); }); afterEach(function() { prompt.restore(); }); describe("readNumber", function() { it("if a number, returns it", function() { prompt.returns("123"); assert.strictEqual(readNumber(), 123); }); it("if 0, returns it", function() { prompt.ret...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- <%doc> * * LinOTP - the open source solution for two factor authentication * Copyright (C) 2010 - 2019 KeyIdentity GmbH * * This file is part of LinOTP server. * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero Genera...
{ "pile_set_name": "Github" }
<menu xmlns:android="http://schemas.android.com/apk/res/android" > <item android:id="@+id/menu_refresh" android:orderInCategory="101" android:showAsAction="always" android:title="@string/menu_refresh"></item> </menu>
{ "pile_set_name": "Github" }
let a = {} const a.b = 1
{ "pile_set_name": "Github" }
#ifndef _ASM_EMERGENCY_RESTART_H #define _ASM_EMERGENCY_RESTART_H #include <asm-generic/emergency-restart.h> #endif /* _ASM_EMERGENCY_RESTART_H */
{ "pile_set_name": "Github" }
10 dir 1241 http://svn.secmaniac.com/fasttrack/bin/ftsrc/sqlpwnage/app/spider http://svn.secmaniac.com 2010-12-03T16:38:59.786189Z 404 relik c7800082-5015-4056-a52c-8d1c4d09a3db spider.py file 2012-03-22T19:55:05.000000Z e759f1b8c90fdc3a80ef6ecbd4632766 2010-12-03T16:38:59.786189Z 404 relik ...
{ "pile_set_name": "Github" }
#include <linux/i2c.h> #include <linux/init.h> #include <linux/module.h> #include <linux/ctype.h> #include <linux/delay.h> #include "onie_tlvinfo.h" /* Set to 1 if we've read EEPROM into memory */ static int has_been_read = 0; int read_sys_eeprom(struct i2c_client *pi2c_client,void *eeprom_data, int offset, int len)...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Monolog package. * * (c) Jordi Boggiano <j.boggiano@seld.be> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Formatter; use Exception; use Monolog\Utils; use Throwable; /** ...
{ "pile_set_name": "Github" }
import React from 'react'; import RangeInputWithLabelComposite from './RangeInputWithLabelComposite'; import Text from '../../Text'; import Input from '../../Input'; import rangeCompositeDriverFactory from './RangeWithLabelComposite.driver'; import { createDriverFactory } from 'wix-ui-test-utils/driver-factory'; import...
{ "pile_set_name": "Github" }
terraform { required_version = "~> 0.11" backend "s3" { bucket = "iohk-ops-tfstate" key = "remote-tfstate/devops-839-hermes/terraform.tfstate" region = "us-west-1" encrypt = true # fixme: what key does this use? } } provider "aws" { version = "~> 1.10" region = "eu-west-1" assume_r...
{ "pile_set_name": "Github" }
// Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // Copyright (C) 2003-2008 Matthias Christian Schabel // Copyright (C) 2008 Steven Watanabe // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE...
{ "pile_set_name": "Github" }
package mage.cards.q; import java.util.UUID; import mage.abilities.effects.common.CounterTargetAndSearchGraveyardHandLibraryEffect; import mage.cards.CardImpl; import mage.cards.CardSetInfo; import mage.constants.CardType; import mage.filter.StaticFilters; import mage.target.TargetSpell; /** * * @author LevelX2 *...
{ "pile_set_name": "Github" }
-- boundary2.test -- -- db eval { -- SELECT a FROM t1 WHERE r >= 65536 ORDER BY r DESC -- } SELECT a FROM t1 WHERE r >= 65536 ORDER BY r DESC
{ "pile_set_name": "Github" }
<?php if (!defined('sugarEntry') || !sugarEntry) { die('Not A Valid Entry Point'); } /** * Advanced OpenSales, Advanced, robust set of sales modules. * @package Advanced OpenSales for SugarCRM * @copyright SalesAgility Ltd http://www.salesagility.com * * This program is free software; you can redistribute i...
{ "pile_set_name": "Github" }
{ "plugins": ["jsx"] }
{ "pile_set_name": "Github" }
## Create replica of the existing directory structure with only specified extension files. Originally published: 2012-10-24 01:07:05 Last updated: 2012-11-16 08:30:31 Author: Achal Rastogi The program creates a replica of existing directory structure with specified extension files only. The program maintains...
{ "pile_set_name": "Github" }
# Virtual IP configuration file for UCARP # The number (from 001 to 255) in the name of the file is the identifier # $Id$ # Set the same password on all mamchines sharing the same virtual IP PASSWORD="love" # You are required to have an IPADDR= line in the configuration file for # this interface (so no DHCP allowed) ...
{ "pile_set_name": "Github" }
<%inherit file="base.mak"/> <link href="/css/flags.css" rel="stylesheet"> <h2>Stockfish Testing Queue</h2> %if page_idx == 0: <h3> <span> ${len(machines)} machines ${cores} cores ${'%.2fM' % (nps / (cores * 1000000.0 + 1))} nps (${'%.2fM' % (nps / (1000000.0 + 1))} total nps) ${games_pe...
{ "pile_set_name": "Github" }
<div class="col-xs-6 col-sm-4 camera"> <div class="thumbnail"> <div class="wrapper" style="padding-bottom:55%;position:relative;"> <div class="inner" style="position:absolute;top:0;bottom:0;left:0;right:0;"> <img style="width:100%;height:100%;" role="button" onerror="javascript:...
{ "pile_set_name": "Github" }
/* * Copyright 2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicabl...
{ "pile_set_name": "Github" }
#include "pthread_impl.h" #include "syscall.h" static long sccp(syscall_arg_t nr, syscall_arg_t u, syscall_arg_t v, syscall_arg_t w, syscall_arg_t x, syscall_arg_t y, syscall_arg_t z) { return (__syscall)(nr, u, v, w, x, y, z); } weak_alias(sccp, __syscall_cp); static void dummy() ...
{ "pile_set_name": "Github" }
/* Copyright 2013 David Axmark 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, software distr...
{ "pile_set_name": "Github" }
/** * Implements hook_rdf_namespaces(). */ function <?php print $basename; ?>_rdf_namespaces() { ${1:return array( 'content' => 'http://purl.org/rss/1.0/modules/content/', 'dc' => 'http://purl.org/dc/terms/', 'foaf' => 'http://xmlns.com/foaf/0.1/', 'og' => 'http://ogp.me/ns#', '...
{ "pile_set_name": "Github" }
// cgo -godefs types_openbsd.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,openbsd package unix const ( SizeofPtr = 0x8 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x8 SizeofLongLong = 0x8 ) type ( _C_short int16 _C_int ...
{ "pile_set_name": "Github" }
package com.xebia.lottery.reporting.queries; import static org.junit.Assert.*; import java.util.Date; import java.util.List; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.test.context.ContextConfiguration; import org....
{ "pile_set_name": "Github" }
<?php use yii\db\Migration; /** * Handles the creation of table `{{%contact}}`. */ class m190629_100757_create_contact_table extends Migration { /** * {@inheritdoc} */ public function safeUp() { $this->createTable('{{%contact}}', [ 'id' => $this->primaryKey()->unsigned(), ...
{ "pile_set_name": "Github" }
ADD_LIBRARY(types ${G2O_LIB_TYPE} types_sba.h types_six_dof_expmap.h types_sba.cpp types_six_dof_expmap.cpp types_seven_dof_expmap.cpp types_seven_dof_expmap.h se3quat.h se3_ops.h se3_ops.hpp ) SET_TARGET_PROPERTIES(types PROPERTIES OUTPUT_NAME ${LIB_PREFIX}types) TARGET_LINK_LIBRARIES(types core)
{ "pile_set_name": "Github" }
package com.liskovsoft.browser; import android.app.ActivityManager; import android.app.AlertDialog; import android.content.ContentUris; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.content.res.Resources; import android.graphics.Bitmap; import and...
{ "pile_set_name": "Github" }
type Trafficserver::Caching_rule = Struct[{ 'primary_destination' => Enum['dest_domain', 'dest_host', 'dest_ip', 'host_regex', 'url_regex'], 'value' => String, 'action' => Enum['never-cache', 'ignore-no-cache', 'ignore-client-no-cache', 'ignore-server-no-cache'], }]
{ "pile_set_name": "Github" }
<div> bar </div>
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2017 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is a...
{ "pile_set_name": "Github" }
using System.Collections.Generic; using System.Linq; using Moq; using Retro.Net.Tests.Util; using Retro.Net.Z80.Core.Decode; using Shouldly; using Xunit; namespace Retro.Net.Tests.Z80.Execute { /// <summary> /// Tests load function and reading & wriitng of all operands. /// </summary> public class Loa...
{ "pile_set_name": "Github" }
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, instal...
{ "pile_set_name": "Github" }
// Copyright 2015-present 650 Industries. All rights reserved. // forward declaration for consumer interface @protocol ABI39_0_0UMTaskConsumerInterface; @protocol ABI39_0_0UMTaskInterface /** * Name of the task. */ @property (nonatomic, strong, readonly) NSString *__nonnull name; /** * Identifier of the applic...
{ "pile_set_name": "Github" }
<refentry id="linenumbering.extension"> <refmeta> <refentrytitle>linenumbering.extension</refentrytitle> <refmiscinfo role="type">boolean</refmiscinfo> </refmeta> <refnamediv> <refname>linenumbering.extension</refname> <refpurpose>Enable the line numbering extension</refpurpose> </refnamediv> <refsynopsisdiv> <src:fra...
{ "pile_set_name": "Github" }
--- layout: "vsphere" page_title: "VMware vSphere: vsphere_distributed_virtual_switch" sidebar_current: "docs-vsphere-data-source-distributed-virtual-switch" description: |- Provides a vSphere distributed virtual switch data source. This can be used to get select attributes of a DVS. --- # vsphere\_distributed\_virt...
{ "pile_set_name": "Github" }
#ifdef __OBJC__ #import <UIKit/UIKit.h> #endif
{ "pile_set_name": "Github" }
// Copyright (c) 2020 Sorint.lab S.p.A. // // 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" }
# # Fluentd # # 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, so...
{ "pile_set_name": "Github" }
package games.stendhal.server.core.engine.listener; import games.stendhal.server.core.engine.SingletonRepository; import games.stendhal.server.core.engine.Task; import games.stendhal.server.core.events.LogoutListener; import games.stendhal.server.entity.player.Player; import games.stendhal.server.events.PlayerLoggedOu...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash # # 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 "Licen...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>WebODF performance and benchmarking tool</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <link href="runner.css" rel="stylesheet"/> <script src="webodf.js" type="text/javascript"></script> </head> <body> <div id="loadingScreen"> <h1>L...
{ "pile_set_name": "Github" }
RT_DRV_DIR := rt5392 RT_DRV_PATH := ../$(RT_DRV_DIR) RT_DRV_NAME := rt5392_ap obj-$(CONFIG_RT5392_AP) += $(RT_DRV_NAME).o $(RT_DRV_NAME)-objs += $(RT_DRV_PATH)/common/crypt_md5.o $(RT_DRV_NAME)-objs += $(RT_DRV_PATH)/common/crypt_sha2.o $(RT_DRV_NAME)-objs += $(RT_DRV_PATH)/common/crypt_hmac.o $(RT_DRV_NAME)-objs += ...
{ "pile_set_name": "Github" }
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html> <head> <title></title> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <link type="text/css" media="screen" r...
{ "pile_set_name": "Github" }
;;; Exercise 2 ;; In this solution, I start with an `fassoc-base` that ;; knows how to add on only one key/value pair. `fmerge` ;; uses that, along with `reduce`. The multi-pair `fassoc` ;; creates a map from its arguments and merges it. (def fassoc-base (fn [fap new-key value] (fn [lookup-key] (...
{ "pile_set_name": "Github" }
var store = require('./_shared')('wks') , uid = require('./_uid') , Symbol = require('./_global').Symbol , USE_SYMBOL = typeof Symbol == 'function'; var $exports = module.exports = function(name){ return store[name] || (store[name] = USE_SYMBOL && Symbol[name] || (USE_SYMBOL ? Symbol : uid)...
{ "pile_set_name": "Github" }
/* * Pager: Routines to create a "more" running out of a particular file * descriptor. * * Copyright 1987, 1988 by MIT Student Information Processing Board * * Permission to use, copy, modify, and distribute this software and * its documentation for any purpose is hereby granted, provided that * the names of M....
{ "pile_set_name": "Github" }
<map id="EmojicodeCompiler::CLI::CompilationCancellation" name="EmojicodeCompiler::CLI::CompilationCancellation"> </map>
{ "pile_set_name": "Github" }
using System; using System.IO; using hMailServer; using NUnit.Framework; using RegressionTests.Shared; namespace RegressionTests.Infrastructure { [TestFixture] public class SessionLimitingTests : TestFixtureBase { private TimeSpan _readTimeout = TimeSpan.FromSeconds(5); [Test] public void ...
{ "pile_set_name": "Github" }