text
stringlengths
2
99.9k
meta
dict
'use strict'; /** * Pterodactyl - Daemon * Copyright (c) 2015 - 2016 Dane Everitt <dane@daneeveritt.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 without restriction, includin...
{ "pile_set_name": "Github" }
/* ARDUINO TIMER LIBRARY https://github.com/JChristensen/Timer/tree/v2.1 This is a simple test sketch that demonstrates the usage of the "pulseImmediate" method and how can turn on an LED for ten minutes without the use if delay(). Works great with the MegaCore! */ #include "Timer.h" int ledPin = 0...
{ "pile_set_name": "Github" }
#tb 0: 1/3 #media_type 0: video #codec_id 0: rawvideo #dimensions 0: 320x240 #sar 0: 1/1 0, 5, 5, 1, 115200, 0x2d0ba5a4 0, 6, 6, 1, 115200, 0xc95a675e 0, 7, 7, 1, 115200, 0xf040bf35 0, 8, 8, 1, 115200, 0x5635daa5...
{ "pile_set_name": "Github" }
//////////////////////////////////////////////////////////////////////////////////////////////////////// // Part of Injectable Generic Camera System // Copyright(c) 2018, Frans Bouma // All rights reserved. // https://github.com/FransBouma/InjectableGenericCameraSystem // // Redistribution and use in source and binary ...
{ "pile_set_name": "Github" }
================= Triggered Buffers ================= Now that we know what buffers and triggers are let's see how they work together. IIO triggered buffer setup ========================== * :c:func:`iio_triggered_buffer_setup` — Setup triggered buffer and pollfunc * :c:func:`iio_triggered_buffer_cleanup` — Free res...
{ "pile_set_name": "Github" }
<h2 matDialogTitle>{{title}}</h2> <mat-dialog-content> <div class="center-block center-content"> <form (ngSubmit)="save()" > <fieldset class="form" [disabled]="param.mode == UserDialogMode.View"> <mat-form-field> <input type="text" placeholder="Name" name="nam...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@android:color/transparent" android:gravity="center" ...
{ "pile_set_name": "Github" }
<html> <head> <title>Test Case for Bug 13067: Manually adding #hash to URL reloads entire page instead of jumping to #hash location in cached page</title> <style> body { min-height: 10000px; margin-top: 0px; padding-top: 0px; } div { min-height: 100px; border: 1px solid black; } </style> </head> <bo...
{ "pile_set_name": "Github" }
namespace MeberShipDemo { partial class Form1 { /// <summary> /// 必需的设计器变量。 /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// 清理所有正在使用的资源。 /// </summary> /// <param name="disposing">如果应释放托管资源,为 true;否则为 ...
{ "pile_set_name": "Github" }
// Copyright © 2018 Inanc Gumus // Learn Go Programming Course // License: https://creativecommons.org/licenses/by-nc-sa/4.0/ // // For more tutorials : https://learngoprogramming.com // In-person training : https://www.linkedin.com/in/inancgumus/ // Follow me on twitter: https://twitter.com/inancgumus package main ...
{ "pile_set_name": "Github" }
const _ = require('lodash'); module.exports = async (ctx, next) => { const { source } = ctx.request.query; if (source && _.get(strapi.plugins, [source, 'config', 'layout', ctx.params.model, 'actions', ctx.request.route.action])) { const [ controller, action ] = _.get(strapi.plugins, [source, 'config', 'layout...
{ "pile_set_name": "Github" }
<?php $_tests_dir = getenv( 'WP_TESTS_DIR' ); if ( ! $_tests_dir ) { $_tests_dir = '/tmp/wordpress-tests-lib'; } $_SERVER['REMOTE_ADDR'] = '127.0.0.1'; $_SERVER['SERVER_NAME'] = 'test.com'; require_once( $_tests_dir . '/includes/functions.php' ); function _manually_load_plugin() { require( dirname( __FILE__ ) . '...
{ "pile_set_name": "Github" }
'use strict'; var Curry = require("../../lib/js/curry.js"); var Caml_io = require("../../lib/js/caml_io.js"); var Caml_obj = require("../../lib/js/caml_obj.js"); var Caml_sys = require("../../lib/js/caml_sys.js"); var Caml_int64 = require("../../lib/js/caml_int64.js"); var Caml_format = require("../../lib/js/caml_form...
{ "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" }
module.exports = require('./overSome');
{ "pile_set_name": "Github" }
[Desktop Entry] test= test2 foo = #hi gewh= yuhself a-r950 = tek;la; fi hi=bye you=yeh hi=double Type=Application Exec=foo Name=myname Categories=one;two;;three
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("widget","es",{move:"Dar clic y arrastrar para mover",label:"reproductor %1"});
{ "pile_set_name": "Github" }
<?php /** * @package Joomla.Site * @subpackage Layout * * @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; /** * Layout variables * --------------------- * $te...
{ "pile_set_name": "Github" }
declare interface I { } declare const I: I;
{ "pile_set_name": "Github" }
/* * Copyright 2009 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 ...
{ "pile_set_name": "Github" }
// Copyright 2015 The go-ethereum Authors // This file is part of the go-ethereum library. // // The go-ethereum 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 3 of the License...
{ "pile_set_name": "Github" }
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/ec2/model/NetworkInterfaceCreationType.h> #include <aws/core/utils/HashingUtils.h> #include <aws/core/Globals.h> #include <aws/core/utils/EnumParseOverflowContainer.h> using namespace A...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2011 Gael Guennebaud <gael.guennebaud@inria.fr> // // 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" }
/*************************************************************************** * * * 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 Fr...
{ "pile_set_name": "Github" }
#pragma once #include "scrapers/movie/MovieScraperInterface.h" #include <QNetworkAccessManager> #include <QObject> #include <QWidget> class AdultDvdEmpire : public MovieScraperInterface { Q_OBJECT public: explicit AdultDvdEmpire(QObject* parent = nullptr); static constexpr const char* scraperIdentifier =...
{ "pile_set_name": "Github" }
/* * RapidMiner * * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_pressed="true"> <shape android:shape="rectangle"> <corners android:radius="@dimen/com_facebook_button_corner_radius" /> <solid android:color="@color/com_...
{ "pile_set_name": "Github" }
.\" Copyright (c) 1998, 1999 Thorsten Kukuk (kukuk@vt.uni-paderborn.de) .\" Copyright (c) 2011, Mark R. Bannister <cambridge@users.sourceforge.net> .\" .\" %%%LICENSE_START(GPLv2+_DOC_FULL) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as ...
{ "pile_set_name": "Github" }
// rat_hypodenh2.scl // // 1+2 rationalized enharmonic genus derived from K.S.'s 'Bastard' Hypodorian // @60 :intervals 261.6255653006 270.06509966514 288.69027895239 348.83408706747 380.54627680087 389.39619021485 408.39112632289 523.2511306012
{ "pile_set_name": "Github" }
%% %% This is file `pgfplotsthemetol.sty', %% generated with the docstrip utility. %% %% The original source files were: %% %% pgfplotsthemetol.dtx (with options: `package') %% --------------------------------------------------------------------------- %% Copyright 2015 Matthias Vogelgesang and the LaTeX community. A ...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); namespace OpenStack\Compute\v2\Models; use OpenStack\Common\Resource\AbstractResource; /** * Represents a Compute v2 Limit. * * @property \OpenStack\Compute\v2\Api $api */ class Limit extends AbstractResource { /** @var object */ public $rate; /** @var object */ p...
{ "pile_set_name": "Github" }
# The MIT License # # Copyright (c) 2004-2010, Sun Microsystems, 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, ...
{ "pile_set_name": "Github" }
diff --git a/saga-gis/src/modules/imagery/imagery_maxent/me.cpp b/saga-gis/src/modules/imagery/imagery_maxent/me.cpp index c5da854..d3e9cff 100755 --- a/src/modules/imagery/imagery_maxent/me.cpp +++ b/src/modules/imagery/imagery_maxent/me.cpp @@ -21,7 +21,7 @@ #ifdef _SAGA_MSW #define isinf(x) (!_finite(x)) #else -#...
{ "pile_set_name": "Github" }
--- title: Profile single process (Windows 10) description: Describes the best practices, location, values, policy management, and security considerations for the Profile single process security policy setting. ms.assetid: c0963de4-4f5e-430e-bfcd-dfd68e66a075 ms.reviewer: ms.author: dansimp ms.prod: w10 ms.mktglfcycl:...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: c212eb39147d453469db58799684435d timeCreated: 1436386503 licenseType: Free MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
/* pngmem.c - stub functions for memory allocation * * Last changed in libpng 1.2.30 [August 15, 2008] * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998-2008 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 199...
{ "pile_set_name": "Github" }
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_HISTORY_PAGE_USAGE_DATA_H__ #define CHROME_BROWSER_HISTORY_PAGE_USAGE_DATA_H__ #include "base/strings/string16.h" #include "ch...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2011-2014 GUIGUI Simon, fyhertz@gmail.com * * This file is part of libstreaming (https://github.com/fyhertz/libstreaming) * * Spydroid 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...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:drawable="@drawable/selected_indicator" android:state_selected="true"/> <item android:drawable="@drawable/default_indicator"/> </selector>
{ "pile_set_name": "Github" }
/*! ****************************************************************************** * * Pentaho Data Integration * * Copyright (C) 2002-2018 by Hitachi Vantara : http://www.pentaho.com * ******************************************************************************* * * Licensed under the Apache License, Version...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 2d437a55fac7f4796972fe08210bd22f folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
<html> <title></title> <header> <style type="text/css"> body { width: 800px; border:1px solid #7d5886; margin-left:1%; } .projectinfo { /* border:1px solid #B0D7B0;*/ }...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Walkthrough\n", "\n", "This notebook contains the code for the [walkthrough in the quickstart guide](http://www.scikit-yb.org/en/latest/quickstart.html#walkthrough). We've purposefully omitted the text of the guide so that yo...
{ "pile_set_name": "Github" }
var baseRest = require('./_baseRest'), isIterateeCall = require('./_isIterateeCall'); /** * Creates a function like `_.assign`. * * @private * @param {Function} assigner The function to assign values. * @returns {Function} Returns the new assigner function. */ function createAssigner(assigner) { return bas...
{ "pile_set_name": "Github" }
#!/bin/sh prefix='@prefix@' mozilla_version='@MOZILLA_VERSION@' LIBRARY_NAME='@LIBRARY_NAME@' NSPR_CFLAGS='@NSPR_CFLAGS@' JS_CONFIG_LIBS='@JS_CONFIG_LIBS@' MOZ_JS_LIBS='@MOZ_JS_LIBS@' usage() { cat <<EOF Usage: js-config [OPTIONS] Options: [--prefix[=DIR]] [--exec-prefix[=DIR]] [--includedir[=DIR]] [--libdir[=DI...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2008 Joel de Guzman Copyright (c) 2001-2008 Hartmut Kaiser http://spirit.sourceforge.net/ Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www....
{ "pile_set_name": "Github" }
/*! * object.defaults <https://github.com/jonschlinkert/object.defaults> * * Copyright (c) 2014-2015, 2017, Jon Schlinkert. * Released under the MIT License. */ 'use strict'; module.exports = require('./mutable'); module.exports.immutable = require('./immutable');
{ "pile_set_name": "Github" }
/* * promote * Visit http://createjs.com/ for documentation, updates and examples. * * Copyright (c) 2010 gskinner.com, 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 * restri...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2011-2017 libbitcoin developers (see AUTHORS) * * This file is part of libbitcoin. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the Lic...
{ "pile_set_name": "Github" }
// Copyright 2009 the Sputnik authors. All rights reserved. /** * If B = 10xxxxxx or B = 11111xxx, throw URIError * * @path ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A1.3_T1.js * @description Complex tests. B = 10xxxxxx -> B in [0x80 - 0xBF] */ var errorCount = 0; var count = 0; var indexP; var indexO = 0; for (var i...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); namespace PhpSlang\Exception; /** * Class InvalidArgumentException. */ class InvalidArgumentException extends AbstractException { }
{ "pile_set_name": "Github" }
// Boost.Geometry (aka GGL, Generic Geometry Library) // Copyright (c) 2007-2014 Barend Gehrels, Amsterdam, the Netherlands. // Copyright (c) 2008-2014 Bruno Lalande, Paris, France. // Copyright (c) 2009-2014 Mateusz Loskot, London, UK. // Copyright (c) 2013-2014 Adam Wulkiewicz, Lodz, Poland. // This file was...
{ "pile_set_name": "Github" }
package com.pierfrancescosoffritti.androidyoutubeplayer.chromecast.sampleapp.utils import android.graphics.Bitmap data class VideoInfo(val videoTitle: String, val channelTitle: String, val thumbnail: Bitmap?)
{ "pile_set_name": "Github" }
<?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>BuildMachineOSBuild</key> <string>18F132</string> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <...
{ "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 <Home/NAIdentifiable-Protocol.h> #import <Home/NSCopying-Protocol.h> @class NSString; @protocol HFS...
{ "pile_set_name": "Github" }
--- title: Runtime Changes for Migration from .NET Framework 4.5 to 4.7.2 description: Find information about application compatibility issues from runtime changes that might affect your app when migrating from .NET Framework 4.5 to 4.7.2. ms.date: "07/10/2019" ms.assetid: 64952ac8-4dc9-4064-9252-dbe221332dd6 author: "...
{ "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 !gccgo // +build arm64,darwin #include "textflag.h" // // System call support for AMD64, Darwin // // Just jump to package syscall's implementation...
{ "pile_set_name": "Github" }
/* * RHQ Management Platform * Copyright 2011, Red Hat Middleware LLC, and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This program is free software; you can redistribute it and/or modify * it unde...
{ "pile_set_name": "Github" }
########### install files ############### install(FILES Clipper.conf DESTINATION ${pkgdatadir}/themes/Default-Single/plug-ins/Clipper )
{ "pile_set_name": "Github" }
// // PDKeychainBindingsTest.m // PDKeychainBindingsController // // Created by Carl Brown on 7/14/11. // Copyright 2011 PDAgent, LLC. Released under MIT License. // #import "PDKeychainBindings.h" #import <Security/Security.h> @interface PDKeychainBindingsTest : SenTestCase @end @implementation PDKeychainBinding...
{ "pile_set_name": "Github" }
//-------------------------------------------------------------- // // MIT License // // Copyright (c) Microsoft Corporation. All rights reserved. // //-------------------------------------------------------------- "use strict"; var DisplayTree = undefined; Loader.OnLoad(function() { // Define t...
{ "pile_set_name": "Github" }
UnitBlueprint { Audio = { DeathExplosion = Sound { Bank = 'UELDestroy', Cue = 'UEB_Destroy_Lrg_PreDestroy', LodCutoff = 'UnitMove_LodCutoff', }, Destroyed = Sound { Bank = 'UELDestroy', Cue = 'UEB_Destroy_Huge', LodCutof...
{ "pile_set_name": "Github" }
/* * copyright (C) 2003 the ffmpeg project * * This file is part of FFmpeg. * * FFmpeg 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) an...
{ "pile_set_name": "Github" }
<?php namespace Pantheon\Terminus\UnitTests\Exceptions; use Pantheon\Terminus\Exceptions\TerminusException; use Pantheon\Terminus\UnitTests\TerminusTestCase; /** * Class TerminusExceptionTest * Testing class for Pantheon\Terminus\Exceptions\TerminusException * @package Pantheon\Terminus\UnitTests\Exceptions */ c...
{ "pile_set_name": "Github" }
// Copyright 2008 Dolphin Emulator Project // Licensed under GPLv2+ // Refer to the license.txt file included. #include "Core/State.h" #include <lzo/lzo1x.h> #include <map> #include <mutex> #include <string> #include <thread> #include <utility> #include <vector> #include "Common/ChunkFile.h" #include "Common/CommonT...
{ "pile_set_name": "Github" }
var EventEmitter = require('events').EventEmitter, through = require('through2'), async = require('async'), app = require('../app'), bookshelf = app.get('bookshelf'), events = new EventEmitter(); module.exports = events; events.on('client.join', getStats); events.on('game.end', getStats); ...
{ "pile_set_name": "Github" }
#include "qcom-ipq8065.dtsi" #include <dt-bindings/input/input.h> / { model = "Netgear Nighthawk X4S R7800"; compatible = "netgear,r7800", "qcom,ipq8065", "qcom,ipq8064"; memory@0 { reg = <0x42000000 0x1e000000>; device_type = "memory"; }; reserved-memory { #address-cells = <1>; #size-cells = <1>; ra...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: aaa298fba92280b41a1a986f0c8acd7f TextureImporter: fileIDToRecycleName: {} serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap...
{ "pile_set_name": "Github" }
{% extends 'index.html' %} {% load pages_tags static i18n humanize thumbnail %} {% block header %} <div class="px-3 py-3 pt-md-5 pb-md-4 mx-auto text-center"> <h1 class="display-4">{% placeholder "title" %} {{ category }}</h1> <p class="lead">{% placeholder "lead" with Textarea %}</p> </div> {% endblock %} {% blo...
{ "pile_set_name": "Github" }
Hello `next` !
{ "pile_set_name": "Github" }
MRCMS ======== 作者:marker 开源协议:GPL https://choosealicense.com/licenses/gpl-2.0/ 博客:www.yl-blog.com MRCMS 是一款Java开发的内容管理系统,采用数据模型+模板+插件实现,内置提供了文章模型发布功能。 目标:快速构建中小网站! [![LICENSE](https://img.shields.io/badge/license-Anti%20996-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE) [![996.icu](https://img....
{ "pile_set_name": "Github" }
include(../../../QxOrm.pri) TEMPLATE = app DEFINES += _QX_BUILDING_EXE INCLUDEPATH += ../../../../QxOrm/include/ DESTDIR = ../../../../QxOrm/test/_bin/ QT += gui greaterThan(QT_MAJOR_VERSION, 4) { QT += widgets } !contains(DEFINES, _QX_NO_PRECOMPILED_HEADER) { PRECOMPILED_HEADER = ./include/precompiled.h } # !contai...
{ "pile_set_name": "Github" }
include "AppInterface.i.dfy" include "ProposerState.i.dfy" include "ElectionModel.i.dfy" include "Broadcast.i.dfy" include "MinCQuorumSize.i.dfy" include "ProposerLemmas.i.dfy" include "../Common/Util.i.dfy" include "../../Common/Collections/Sets.i.dfy" module LiveRSL__ProposerModel_i { import opened LiveRSL...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 72d90092d0f1a734eb1cfcf71b8fa2e4 AudioImporter: externalObjects: {} serializedVersion: 6 defaultSettings: loadType: 0 sampleRateSetting: 0 sampleRateOverride: 44100 compressionFormat: 1 quality: 1 conversionMode: 0 platformSettingOverrides: {} forceToMono: 0 ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="VcsDirectoryMappings"> <mapping directory="" vcs="Git" /> </component> </project>
{ "pile_set_name": "Github" }
<TeXmacs|1.99.8> <style|<tuple|tmdoc|english|old-spacing>> <\body> <tmdoc-title|Semantics of mathematical symbols> The mathematical symbols in <TeXmacs> all come with a certain number of properties which correspond to their intended meaning. For instance, <TeXmacs> is aware that <math|<op|+>> is an infix ope...
{ "pile_set_name": "Github" }
package eventstream import ( "bytes" "encoding/binary" "encoding/hex" "encoding/json" "fmt" "hash" "hash/crc32" "io" "github.com/aws/aws-sdk-go/aws" ) // Decoder provides decoding of an Event Stream messages. type Decoder struct { r io.Reader logger aws.Logger } // NewDecoder initializes and returns...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <dmxmodel name="Martin MAC 401 Dual CT Zoom HSVX 2H" parm1="33" parm2="1" parm3="1" DisplayAs="DMX" StringType="Single Color White" Transparency="0" PixelSize="2" ModelBrightness="" Antialias="1" StartSide="B" Dir="L" StrandNames="" NodeNames="Strobe / Vitrual Shutter,Virtual Dimm...
{ "pile_set_name": "Github" }
<?php return array( 'undeployable' => '<strong>Figyelem: </strong> Ez az eszköz pillanatnyilag nem kiadható. Ha ez a helyzet változott, kérjük, frissítse az eszköz állapotát.', 'does_not_exist' => 'Eszköz nem létezik.', 'does_not_exist_or_not_requestable' => 'Szép próbálkozás. Az eszköz nem létezik, v...
{ "pile_set_name": "Github" }
#ifndef Geometry_RPCSimAlgo_RPCRoll_H #define Geometry_RPCSimAlgo_RPCRoll_H #include "Geometry/CommonDetUnit/interface/GeomDet.h" #include "Geometry/CommonDetUnit/interface/GeomDetType.h" #include "DataFormats/MuonDetId/interface/RPCDetId.h" #include "DataFormats/GeometryVector/interface/GlobalPoint.h" class StripTop...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 95b93c4a86eaad3498e9ab8c9125008c folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
(**************************************************************************) (* *) (* This file is part of WP plug-in of Frama-C. *) (* *) (* Copyrigh...
{ "pile_set_name": "Github" }
// +build example // Unit tests for package unitTest. package unitTest import ( "errors" "testing" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/service/dynamodb" "github.com/aws/aws-sdk-go/service/dynamodb/dynamodbiface" ) // A fakeDynamoDB instance. During testing, instatiate ItemGetter, then si...
{ "pile_set_name": "Github" }
using UnityEngine; using System.Collections; #if UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN public abstract class OVRCameraComposition : OVRComposition { protected GameObject cameraFramePlaneObject; protected float cameraFramePlaneDistance; protected readonly bool hasCameraDeviceOpened = false; protected readonly...
{ "pile_set_name": "Github" }
*> \brief \b SLAR1V computes the (scaled) r-th column of the inverse of the submatrix in rows b1 through bn of the tridiagonal matrix LDLT - λI. * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download SLAR1V...
{ "pile_set_name": "Github" }
/* * Twittnuker - Twitter client for Android * * Copyright (C) 2013-2017 vanita5 <mail@vanit.as> * * This program incorporates a modified version of Twidere. * Copyright (C) 2012-2017 Mariotaku Lee <mariotaku.lee@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the...
{ "pile_set_name": "Github" }
// Copyright 2012 Google Inc. 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...
{ "pile_set_name": "Github" }
// Reset filters for IE // // When you need to remove a gradient background, do not forget to use this to reset // the IE filter for IE9 and below. @mixin reset-filter() { filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
{ "pile_set_name": "Github" }
/* * Copyright (C) 2013-2017 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditi...
{ "pile_set_name": "Github" }
/*************************************************************************** * Copyright (C) 2014 by Fabrizio Montesi <famontesi@gmail.com> * * * * This program is free software; you can redistribute it and/or modify * * it unde...
{ "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" }
{ "version": 1, "defaultRegion": "us-west-2", "testCases": [ { "operationName": "ListQueues", "input": {}, "errorExpectedFromService": false }, { "operationName": "GetQueueUrl", "input": { "QueueName": "fake_...
{ "pile_set_name": "Github" }
/* * Copyright 2014 Advanced Micro Devices, 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, m...
{ "pile_set_name": "Github" }
/* Copyright StrongLoop, Inc. All rights reserved. * * 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, ...
{ "pile_set_name": "Github" }
using Server.Engines.Quests; using Server.Gumps; using Server.Items; using Server.Mobiles; namespace Server.Engines.Fellowship { public class Follower : BaseQuester { public static Follower InstanceTram { get; set; } public static Follower InstanceFel { get; set; } [Constructable] ...
{ "pile_set_name": "Github" }
# ArduinoJson - arduinojson.org # Copyright Benoit Blanchon 2014-2020 # MIT License if(MSVC) add_compile_options(-D_CRT_SECURE_NO_WARNINGS) endif() add_executable(msgpack_fuzzer msgpack_fuzzer.cpp fuzzer_main.cpp ) add_executable(json_fuzzer json_fuzzer.cpp fuzzer_main.cpp )
{ "pile_set_name": "Github" }
// Copyright Aleksey Gurtovoy 2000-2004 // // Distributed under 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) // // Preprocessed version of "boost/mpl/apply_fwd.hpp" header // -- DO NOT modify by hand! namespace boost { namesp...
{ "pile_set_name": "Github" }
{ "name": "nautilus", "version": "1.3.1", "description": "A Docker Compose Charting Tool", "scripts": { "start": "cross-env NODE_ENV=production NOT_PACKAGE=true electron ./dist/main/main.js", "dev": "cross-env NODE_ENV=development electron-webpack dev", "compile": "cross-env NODE_ENV=production elec...
{ "pile_set_name": "Github" }
package springfox.bean.validators.plugins.parameter import com.fasterxml.classmate.TypeResolver import spock.lang.Shared import spock.lang.Specification import spock.lang.Unroll import springfox.bean.validators.plugins.AnnotationsSupport import springfox.bean.validators.plugins.ReflectionSupport import springfox.docum...
{ "pile_set_name": "Github" }