text
stringlengths
574
99.1k
meta
dict
# # link order is important here # ccflags-y := -Idrivers/ide ide-core-y += ide.o ide-ioctls.o ide-io.o ide-iops.o ide-lib.o ide-probe.o \ ide-taskfile.o ide-pm.o ide-park.o ide-sysfs.o ide-devsets.o \ ide-io-std.o ide-eh.o # core IDE code ide-core-$(CONFIG_IDE_XFER_MODE) += ide-pio-blacklist.o ide-...
{ "pile_set_name": "Github" }
timestamp <- Sys.time() library(caret) library(plyr) library(recipes) library(dplyr) model <- "rpartCost" ######################################################################### set.seed(2) training <- twoClassSim(500, linearVars = 2) testing <- twoClassSim(500, linearVars = 2) trainX <- training[, -ncol(trainin...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for details. using System; using System.Collections.Generic; using CoreAnimation; using CoreLocation; using Foundation; using UIKit; using MyDriving.DataObjects; using Plugin.Geolocator...
{ "pile_set_name": "Github" }
%module{Slic3r::XS}; %{ #include <xsinit.h> #include "libslic3r/Flow.hpp" %} %name{Slic3r::Flow} class Flow { ~Flow(); %name{_new} Flow(float width, float height, float nozzle_diameter); void set_height(float height) %code{% THIS->height = height; %}; void set_bridge(bool bridge) %code...
{ "pile_set_name": "Github" }
{ "name": "QuizQuestion", "fields": [ { "fieldName": "title", "fieldType": "String" }, { "fieldName": "text", "fieldType": "String" }, { "fieldName": "hint", "fieldType": "String" }, {...
{ "pile_set_name": "Github" }
[ { "status": "played", "time": "1440442800", "id": "2043068", "home": "Arsenal FC", "score": ["0 ", " 0"], "away": "Liverpool FC", "link": "/en-us/match/arsenal-vs-liverpool/2043068" }, { "status": "played", "time": "1440342000", "id": "2043069", "home": "Everton FC", ...
{ "pile_set_name": "Github" }
@comment $NetBSD: PLIST,v 1.5 2017/06/21 08:28:43 markd Exp $ share/texmf-dist/scripts/luaotfload/luaotfload-tool.lua share/texmf-dist/scripts/luaotfload/mkcharacters share/texmf-dist/scripts/luaotfload/mkglyphlist share/texmf-dist/scripts/luaotfload/mkimport share/texmf-dist/scripts/luaotfload/mkstatus share/texmf-dis...
{ "pile_set_name": "Github" }
Module(body=[FunctionDef(name='func', args=arguments(args=[], vararg=None, kwarg=None, defaults=[]), body=[Return(value=Str(s='dog'))], ...
{ "pile_set_name": "Github" }
import sys import pickle import numpy as np import seaborn as sns from matplotlib import pyplot as plt fwd_acc = [] fwd_val_acc = [] fwd_times = [] back_acc = [] back_val_acc = [] back_times = [] for i in xrange(1,4): fwd = np.load('layer{}_mnist_results.npz'.format(i)) fwd_acc.append(fwd['acc']) fwd_val...
{ "pile_set_name": "Github" }
# frv testcase for tige $ICCi_2,$GRi,$s12 # mach: all .include "testutils.inc" start .global tige tige: and_spr_immed -4081,tbr ; clear tbr.tt set_gr_spr tbr,gr7 inc_gr_immed 2112,gr7 ; address of exception handler set_bctrlr_0_0 gr7 ; bctrlr 0,0 set_spr_immed 128,lcr set_gr_immed 0,gr7 set_psr_et 1 s...
{ "pile_set_name": "Github" }
@import url(../shared.css); body { margin: 0; padding: 0; } .cesium-infoBox-description { font-family: sans-serif; font-size: 13px; padding: 4px 10px; margin-right: 4px; color: #edffff; } .cesium-infoBox-description a:link, .cesium-infoBox-description a:visited, .cesium-infoBox-description a:hover, .ces...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------- //------------------------------------------------------------------------- extern void PUT32 ( unsigned int, unsigned int ); extern unsigned int GET32 ( unsigned int ); extern void dummy ( unsigned int ); extern void uart_init ( void ); exte...
{ "pile_set_name": "Github" }
@import '../../../variables/colors'; @import '../../../variables/sizes'; // Selected dataset styles $w: 820px; $br: 4px; .DatasetSelected { width: $w; margin: 0 0 0 -20px; border: 1px solid #BBD7F2; border-radius: $br; background: #FFF; } .DatasetSelected-item { display: flex; align-items: center; j...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using HandyControl.Data; namespace HandyControl.Controls { [TemplatePart(Name = ElementButtonConfirm, Type = typeof(Button))] [TemplatePart(Name = Elemen...
{ "pile_set_name": "Github" }
@use "../_colors"; @use "../_cards"; @use "../cards/_size"; #loading { position: fixed; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden; display: flex; justify-content: center; align-content: center; align-items: center; font-size: 5em; } #spectate { --card-aspect-ratio: #{size.$card-...
{ "pile_set_name": "Github" }
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=_build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source set I18NSPHINXOPTS=%SPHINXOPTS% source if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALL...
{ "pile_set_name": "Github" }
# Archive SharpKit.Installer\res\Files.zip Files\Application\4\LicenseAgreement.rtf Files\Application\4\SharpKitActivation.exe Files\Application\4\Assemblies\v3.5\SharpKit.AspNetAjax.dll Files\Application\4\Assemblies\v3.5\SharpKit.AspNetAjax.XML Files\Application\4\Assemblies\v3.5\SharpKit.ExtJs-3.1.0.XML Files\Appl...
{ "pile_set_name": "Github" }
from rl_coach.agents.td3_agent import TD3AgentParameters from rl_coach.architectures.layers import Dense from rl_coach.base_parameters import VisualizationParameters, PresetValidationParameters, EmbedderScheme from rl_coach.core_types import EnvironmentEpisodes, EnvironmentSteps from rl_coach.environments.environment i...
{ "pile_set_name": "Github" }
+install(kernel-element-button) .btn, .btn-check, .btn-radio, .btn-file -webkit-appearance: none -moz-appearance: none appearance: none display: inline-flex vertical-align: top flex: 0 0 auto max-width: 100% min-width: $button-height-rem height: $button-height-rem font-s...
{ "pile_set_name": "Github" }
// name: Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation // teardown_command: rm -f Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation_*.mat // keywords: simulation MSL Examples // status: correct // cflags: +simCodeTarget=Cpp // // Simulation Results // Modelica Standard Library // run...
{ "pile_set_name": "Github" }
- name: Overview href: ../publish/index.md - name: Opening a developer account href: ../publish/opening-a-developer-account.md items: - name: Account types, locations, and fees href: ../publish/account-types-locations-and-fees.md - name: Manage account settings and profile info href: ../publis...
{ "pile_set_name": "Github" }
extends ../_docs-template block vars - var activeLink = 'vue'; - var title = 'Card Vue Component | Framework7 Vue Documentation'; block content include ../_docs-demo-device .docs-nav include ../_docs-menu-vue .docs-content +improveDocsLink h1 Card Vue Component ul.docs-index p Cards, al...
{ "pile_set_name": "Github" }
{ "result": { "queries": [ [ { "index": 0, "terms": { "type": "ref", "value": [ { "type": "var", "va...
{ "pile_set_name": "Github" }
package org.batfish.minesweeper.bdd; import static org.junit.Assert.assertEquals; import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableMap; import com.google.common.collect.ImmutableSet; import com.google.common.collect.ImmutableSortedMap; import java.util.Map; import java.util.Se...
{ "pile_set_name": "Github" }
// mkerrors.sh -m64 // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm64,freebsd // Created by cgo -godefs - DO NOT EDIT // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_ARP = 0x23 AF_ATM ...
{ "pile_set_name": "Github" }
// mkerrors.sh -m64 // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm64,freebsd // Created by cgo -godefs - DO NOT EDIT // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_ARP = 0x23 AF_ATM ...
{ "pile_set_name": "Github" }
// mkerrors.sh -maix64 // Code generated by the command above; see README.md. DO NOT EDIT. // +build ppc64,aix // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -maix64 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_BYPASS = 0x19 AF...
{ "pile_set_name": "Github" }
// mkerrors.sh -maix64 // Code generated by the command above; see README.md. DO NOT EDIT. // +build ppc64,aix // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -maix64 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_BYPASS = 0x19 AF...
{ "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" }
using System; using System.Transactions; using Abp.Data; using Abp.Dependency; using Abp.Domain.Uow; using Abp.EntityFrameworkCore; using Abp.Extensions; using Abp.MultiTenancy; using Microsoft.EntityFrameworkCore; namespace Abp.Zero.EntityFrameworkCore { public abstract class AbpZeroDbMigrator<TDbContext> : IAbp...
{ "pile_set_name": "Github" }
# 2.1.3 (August 24, 2020) ## Chores * [[`55dc024ed1`](https://github.com/webhintio/hint/commit/55dc024ed1d243f2d1d5adc07e5cae2fcb58025f)] - Upgrade: Bump typescript from 3.8.3 to 3.9.7 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)). * [[`33d43dc1e4`](https://github.com/webhintio/hint/com...
{ "pile_set_name": "Github" }
CREATE DATABASE IF NOT EXISTS `game` DEFAULT CHARACTER SET utf8; USE `game`; DROP TABLE IF EXISTS `global`; CREATE TABLE `global` ( type varchar(120) NOT NULL, value bigint(20) NOT NULL default '0', PRIMARY KEY (`type`) )ENGINE=InnoDB DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS `role`; CREATE TABLE `role` ( r...
{ "pile_set_name": "Github" }
import dsz import dsz.cmd import dsz.script import ops import ops.cmd import ops.db import ops.project from datetime import timedelta, datetime AUDIT_TAG = 'OPS_AUDITING_STATUS' DORKING_TAG = 'OPS_AUDITING_DORKED' MAX_CACHE_SIZE = 3 def get_status(maxage=timedelta(0), targetID=None): status_cmd = op...
{ "pile_set_name": "Github" }
/* Class = "NSMenu"; title = "Window"; ObjectID = "0I7-Eo-098"; */ "0I7-Eo-098.title" = "Vindu"; /* Class = "NSMenuItem"; title = "Services"; ObjectID = "0Tk-5P-8i2"; */ "0Tk-5P-8i2.title" = "Tjenester"; /* Class = "NSMenuItem"; title = "Open logs folder"; ObjectID = "52a-zm-Csr"; */ "52a-zm-Csr.title" = "Open logs ...
{ "pile_set_name": "Github" }
CLASS net/minecraft/class_2300 net/minecraft/command/EntitySelector FIELD field_10820 basePredicate Ljava/util/function/Predicate; FIELD field_10821 uuid Ljava/util/UUID; FIELD field_10822 limit I FIELD field_10823 positionOffset Ljava/util/function/Function; FIELD field_10824 box Lnet/minecraft/class_238; FIELD ...
{ "pile_set_name": "Github" }
#define GLI_INCLUDE_GL_NV_GPU_SHADER5 enum Main { //GL_INT64_NV = 0x140E, //GL_UNSIGNED_INT64_NV = 0x140F, GL_INT8_NV = 0x8FE0, GL_INT8_VEC2_NV = 0x8FE1, GL_INT8_VEC3_NV = 0x8FE2, GL_INT8_VEC4_NV = 0x8FE3, ...
{ "pile_set_name": "Github" }
data/org.gnome.FeedReader-autostart.desktop.in data/org.gnome.FeedReader.appdata.xml.in data/org.gnome.FeedReader.desktop.in plugins/backend/bazqux/bazquxInterface.vala plugins/backend/feedbin/feedbinInterface.vala plugins/backend/feedhq/feedhqInterface.vala plugins/backend/fresh/freshInterface.vala plugins/backend/loc...
{ "pile_set_name": "Github" }
// Copyright 2012 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. // unary expressions package expr0 type mybool bool var ( // bool b0 = true b1 bool = b0 b2 = !true b3 = !b1 b4 bool = !true b5 bool = !b4 b6 = +b0 ...
{ "pile_set_name": "Github" }
import pytest from pybind11_tests import methods_and_attributes as m from pybind11_tests import ConstructorStats def test_methods_and_attributes(): instance1 = m.ExampleMandA() instance2 = m.ExampleMandA(32) instance1.add1(instance2) instance1.add2(instance2) instance1.add3(instance2) instanc...
{ "pile_set_name": "Github" }
(function($K) { $K.add('module', 'autocomplete', { init: function(app, context) { this.app = app; this.$doc = app.$doc; this.$win = app.$win; this.$body = app.$body; this.animate = app.animate; // defaults var defau...
{ "pile_set_name": "Github" }
<?php namespace ProcessMaker\Project\Adapter; use BpmnFlow; use BpmnFlowPeer; use Exception; use ProcessMaker\BusinessModel\ElementTaskRelation; use ProcessMaker\Plugins\PluginRegistry; use ProcessMaker\Project; use ProcessMaker\Util; use ProcessMaker\Util\Common; /** * Class BpmnWorkflow * * @package ProcessMake...
{ "pile_set_name": "Github" }
// Copyright 2017 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. // Constants that were deprecated or moved to enums in the FreeBSD headers. Keep // them here for backwards compatibility. package unix const ( DLT_HHDLC ...
{ "pile_set_name": "Github" }
#X-Generator: crowdin.net #Generated by ResourceBundle Editor (http://eclipse-rbe.sourceforge.net) action.select=-\u0915\u094d\u0930\u093f\u092f\u093e \u0915\u093e \u091a\u092f\u0928 \u0915\u0930\u0947\u0902- add.for=\u0938\u093e\u0907\u091f \u0915\u0947 \u0938\u0902\u0938\u093e\u0927\u0928\u094b\u0902 \u0938\u0947 ...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Net.Mail; using System.Numerics; using System.Text; using Python.Runtime; namespace Numpy { public partial class Dtype : PythonObject { public Dtype(PyObject pyobj) : base(pyobj) { } public Dtype(Dty...
{ "pile_set_name": "Github" }
<?php use PhpOffice\PhpSpreadsheet\IOFactory; use PhpOffice\PhpSpreadsheet\Settings; require __DIR__ . '/../Header.php'; // Change these values to select the Rendering library that you wish to use Settings::setChartRenderer(\PhpOffice\PhpSpreadsheet\Chart\Renderer\JpGraph::class); $inputFileType = 'Xlsx'; $inputFil...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- from south.utils import datetime_utils as datetime from south.db import db from south.v2 import SchemaMigration from django.db import models class Migration(SchemaMigration): def forwards(self, orm): # Changing field 'Environment.equivalent_environment' db.alter_column(u'...
{ "pile_set_name": "Github" }
-- SAI for quest 12150 "Reclusive Runemaster" SET @Dregmar := 27003; DELETE FROM `creature_ai_scripts` WHERE `creature_id`=@Dregmar; UPDATE `creature_template` SET `AIName`= 'SmartAI' WHERE `entry`=@Dregmar; DELETE FROM `smart_scripts` WHERE `entryorguid`=@Dregmar AND `source_type`=0 AND `id` BETWEEN 0 AND 2; DELETE FR...
{ "pile_set_name": "Github" }
#include "Transform.h" using namespace DirectX; Transform::Transform(const DirectX::XMFLOAT3& scale, const DirectX::XMFLOAT3& rotation, const DirectX::XMFLOAT3& position) : m_Scale(scale), m_Rotation(rotation), m_Position(position) { } XMFLOAT3 Transform::GetScale() const { return m_Scale; } DirectX::XMVECTOR Tra...
{ "pile_set_name": "Github" }
DROP TABLE IF EXISTS t1; CREATE TABLE t1(c1 TINYINT AUTO_INCREMENT NOT NULL KEY ); ALTER TABLE t1 AUTO_INCREMENT=10; SHOW CREATE TABLE t1; Table Create Table t1 CREATE TABLE `t1` ( `c1` tinyint NOT NULL AUTO_INCREMENT, PRIMARY KEY (`c1`) ) ENGINE=ENGINE AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_09...
{ "pile_set_name": "Github" }
// mkerrors.sh -m64 // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,solaris // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_802 = 0x12 AF_APPLETALK = 0x10 AF_C...
{ "pile_set_name": "Github" }
import {Request} from '../lib/request'; import {Response} from '../lib/response'; import {AWSError} from '../lib/error'; import {Service} from '../lib/service'; import {ServiceConfigurationOptions} from '../lib/service'; import {ConfigBase as Config} from '../lib/config-base'; interface Blob {} declare class SavingsPla...
{ "pile_set_name": "Github" }
// RUN: echo "GPU binary would be here" > %t // RUN: %clang_cc1 -triple x86_64-linux-gnu -emit-llvm %s \ // RUN: -fcuda-include-gpubinary %t -o - \ // RUN: | FileCheck -allow-deprecated-dag-overlap %s --check-prefixes=ALL,NORDC,CUDA,CUDANORDC // RUN: %clang_cc1 -triple x86_64-linux-gnu -emit-llvm %s \ // RUN: ...
{ "pile_set_name": "Github" }
; ############################################################ ; # Devilbox PHP defaults for {{ php_version }}-{{ item.key }} ; ############################################################ ; Each PHP flavour (base, mods, prod, work) might have its own php.ini. ; If none is present, the one from the previous flavour is...
{ "pile_set_name": "Github" }
namespace Microsoft.eShopOnContainers.BuildingBlocks.EventBusServiceBus { using Autofac; using Microsoft.Azure.ServiceBus; using Microsoft.eShopOnContainers.BuildingBlocks.EventBus; using Microsoft.eShopOnContainers.BuildingBlocks.EventBus.Abstractions; using Microsoft.eShopOnContainers.BuildingBlo...
{ "pile_set_name": "Github" }
var subStatus = ''; <?php if (($theme !== false && $theme->show_need_help == 1) || ($theme === false && erLhcoreClassModelChatConfig::fetch('need_help_tip')->current_value == 1)) : ?> if (this.isOnline == true) { <?php $needHelpTimeout = $theme !== false ? $theme->show_need_help_timeout : erLhcoreClassModelChatConfi...
{ "pile_set_name": "Github" }
/** * SyntaxHighlighter * http://alexgorbatchev.com/SyntaxHighlighter * * SyntaxHighlighter is donationware. If you are using it, please donate. * http://alexgorbatchev.com/SyntaxHighlighter/donate.html * * @version * 3.0.83 (July 02 2010) * * @copyright * Copyright (C) 2004-2010 Alex Gorbatchev. * * @lic...
{ "pile_set_name": "Github" }
module.exports = { "type": "Program", "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 11 } }, "range": [ 1, 12 ], "body": [ { "type": "ExpressionStateme...
{ "pile_set_name": "Github" }
package am2.items; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.inventory.IInventory; import net.minecraft.item.ItemStack; public class InventoryKeyStone implements IInventory{ public static int inventorySize = 3; private ItemStack[] inventoryItems; public InventoryKeyStone(){ ...
{ "pile_set_name": "Github" }
#begin document (wb/sel/04/sel_0452); part 000 wb/sel/04/sel_0452 -1 0 [WORD] VBD (TOP(FRAG(S(VP* - - - - * - wb/sel/04/sel_0452 -1 1 [WORD] DT (NP* - - - - * - wb/sel/04/sel_0452 -1 2 [WORD] NN (NML* - - - - * ...
{ "pile_set_name": "Github" }
<?php namespace pineapple; class urlsnarf extends Module { public function route() { switch ($this->request->action) { case 'refreshInfo': $this->refreshInfo(); break; case 'refreshOutput': $this->refreshOutput(); ...
{ "pile_set_name": "Github" }
require 'models/helpers/relational_operators' module VCAP::CloudController class BaseListFetcher class << self def filter(message, dataset, klass) advanced_filters = {} advanced_filters['created_at'] = message.created_ats if message.requested?(:created_ats) advanced_filters['updated...
{ "pile_set_name": "Github" }
function updateLayout(mtexFig) % resize figure and reorder subfigs if isempty(mtexFig.children), return;end % store old units and perform all calculations in pixel old_units = get(mtexFig.parent,'Units'); set(mtexFig.parent,'Units','pixels'); figSize = get(mtexFig.parent,'Position'); figSize = figSize(3:4) - sum(res...
{ "pile_set_name": "Github" }
-- -- LIMIT -- Check the LIMIT/OFFSET feature of SELECT -- SELECT ''::text AS two, unique1, unique2, stringu1 FROM onek WHERE unique1 > 50 ORDER BY unique1 LIMIT 2; SELECT ''::text AS five, unique1, unique2, stringu1 FROM onek WHERE unique1 > 60 ORDER BY unique1 LIMIT 5; SELECT ''::text AS two, unique1, unique...
{ "pile_set_name": "Github" }
; RUN: opt -S -mtriple=amdgcn-- -mcpu=bonaire -loop-reduce < %s | FileCheck -check-prefix=OPT %s ; Test that loops with different maximum offsets for different address ; spaces are correctly handled. target datalayout = "e-p:64:64-p1:64:64-p2:32:32-p3:32:32-p4:64:64-p5:32:32-p6:32:32-i64:64-v16:16-v24:32-v32:32-v48:6...
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 from mosq_test_helper import * def write_config(filename, port): with open(filename, 'w') as f: f.write("port %d\n" % (port)) f.write("auth_plugin c/auth_plugin_extended_multiple.so\n") port = mosq_test.get_port() conf_file = os.path.basename(__file__).replace('.py', '.conf...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!126 &1 NavMeshProjectSettings: m_ObjectHideFlags: 0 serializedVersion: 2 areas: - name: Walkable cost: 1 - name: Not Walkable cost: 1 - name: Jump cost: 2 - name: cost: 1 - name: cost: 1 - name: cost: 1 - name: cost: 1 ...
{ "pile_set_name": "Github" }
using System.Collections.Generic; using Unity.Entities; using UnityEngine; using UnityEditor; public class StateHistoryWindow : EditorWindow { [MenuItem("FPS Sample/Windows/Replicated History")] public static void ShowWindow() { GetWindow<StateHistoryWindow>(false, "Replicated History", true); ...
{ "pile_set_name": "Github" }
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py ; RUN: opt < %s -basicaa -slp-vectorizer -slp-threshold=-999 -dce -S -mtriple=x86_64-apple-macosx10.8.0 -mcpu=corei7-avx | FileCheck %s target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v...
{ "pile_set_name": "Github" }
(**************************************************************************) (* *) (* OCaml *) (* *) (* ...
{ "pile_set_name": "Github" }
(**************************************************************************) (* *) (* OCaml *) (* *) (* ...
{ "pile_set_name": "Github" }
--- "Apache": "optmods": "Access": 1 "Actions": 1 "Alias": 1 "Asis": 1 "AuthAnon": ...
{ "pile_set_name": "Github" }
@bootstrap-switch-base: bootstrap-switch; .@{bootstrap-switch-base} { display: inline-block; direction: ltr; cursor: pointer; .border-radius(5px); border: 1px solid; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); position: relative; text-align: left; overflow: hidden; line...
{ "pile_set_name": "Github" }
using NHibernate; using Recipes.Immutable; using Recipes.NHibernate.Entities; using Recipes.NHibernate.Models; using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; namespace Recipes.NHibernate.Immutable { public class ImmutableScenario : IImmutableScenario<ReadOnl...
{ "pile_set_name": "Github" }
(***********************************************************************) (* *) (* OCaml *) (* *) (* Xavier Ler...
{ "pile_set_name": "Github" }
// mkerrors.sh -m64 // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,solaris // Created by cgo -godefs - DO NOT EDIT // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_802 = 0x12 AF_APPLETALK = 0x10 AF_CCITT ...
{ "pile_set_name": "Github" }
// mkerrors.sh -m64 // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,solaris // Created by cgo -godefs - DO NOT EDIT // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_802 = 0x12 AF_APPLETALK = 0x10 AF_CCITT ...
{ "pile_set_name": "Github" }
// mkerrors.sh -m64 // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,solaris // Created by cgo -godefs - DO NOT EDIT // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_802 = 0x12 AF_APPLETALK = 0x10 AF_CCITT ...
{ "pile_set_name": "Github" }
local function MuteVoice(ply, cmd, args) if not args[1] then return false end local targets = FAdmin.FindPlayer(args[1]) if not targets or #targets == 1 and not IsValid(targets[1]) then FAdmin.Messages.SendMessage(ply, 1, "Player not found") return false end local time = tonumber(a...
{ "pile_set_name": "Github" }
local lovetoys = require('') lovetoys.initialize({ debugging = true }) describe('Entity', function() local TestComponent, TestComponent1, TestComponent2, TestComponent3 local entity, entity1, parent local testSystem setup( function() TestComponent = lovetoys.Component.create('TestComponent...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using Protobuild.Services; using System.Xml; namespace Protobuild { internal class SolutionInputGenerator : ISolutionInputGenerator { private readonly IServiceInputGenerator m_ServiceInputGenerator; private readonly IExcludedServiceAwareProjectD...
{ "pile_set_name": "Github" }
;Imports of matrix: ;Exports of matrix: global dInvertPDMatrix3 global dSetValue global dSetZero SECTION .text ;dInvertPDMatrix3 dInvertPDMatrix3: push ebp mov ebp, esp push edi push esi push ebx sub esp, 0x64 mov edx, [ebp+0x8] mov eax, [edx] mov [ebp-0x58], eax mov eax, [edx+0x4] mov [ebp-0x54], ea...
{ "pile_set_name": "Github" }
import os import atexit import datetime import random import signal import time from .. import utils from ..api import API from .bot_archive import archive, archive_medias, unarchive_medias from .bot_block import block, block_bots, block_users, unblock, unblock_users from .bot_checkpoint import load_checkpoint, save_c...
{ "pile_set_name": "Github" }
Following files have to be present in this folder. Please, extract these firmware files from the folder `/system/common/lib` of your own legally purchased console. * __NOTE__: Since there is no known way of extracting the SELF/SPRX decryption keys from a Playstation 4 console, please decrypt each module to a PRX file ...
{ "pile_set_name": "Github" }
(function() { var OmniCollection = Backbone.Collection.extend({ constructor: function() { Backbone.Collection.prototype.constructor.apply(this, arguments); this.listenTo(this, "add", this._setUniqueOID.bind(this)); this.each(this._setUniqueOID.bind(this)); }, ...
{ "pile_set_name": "Github" }
{ "type": "stylesheet", "stylesheet": { "rules": [ { "type": "supports", "supports": "(display: flex) or (display: box)", "rules": [ { "type": "comment", "comment": " flex above ", "position": { "start": { ...
{ "pile_set_name": "Github" }
from galaxy import model from galaxy.managers.markdown_util import resolve_invocation_markdown, validate_galaxy_markdown from .test_workflow_progress import TEST_WORKFLOW_YAML from .workflow_support import MockTrans, yaml_to_model def test_workflow_section_expansion(): workflow_markdown = """ ## Workflow ```galax...
{ "pile_set_name": "Github" }
(function () { var laroute = (function () { var routes = { absolute: $ABSOLUTE$, rootUrl: Vars.public_url, routes : $ROUTES$, prefix: '$PREFIX$', route : function (name, parameters, route) { route = route || this.getByName(name)...
{ "pile_set_name": "Github" }
<?php namespace WhichBrowser\Data; DeviceModels::$KDDI_MODELS = [ 'KC3Q' => [ 'iida', 'misora' ], // KYX02 by Kyocera 'KC3S' => [ 'iida', 'PRISMOID' ], // KYX03 by Kyocera 'KC3V' ...
{ "pile_set_name": "Github" }
<?php use Kanboard\Model\ColumnRestrictionModel; use Kanboard\Model\ProjectModel; use Kanboard\Model\ProjectRoleModel; require_once __DIR__.'/../Base.php'; class ColumnRestrictionModelTest extends Base { public function testCreation() { $projectModel = new ProjectModel($this->container); $pro...
{ "pile_set_name": "Github" }
(ns zest.docs.registry (:require-macros [cljs.core.async.macros :refer [go]]) (:require [reagent.core :as reagent] [cljs.core.async :as async])) (defn get-so-root [] (let [electron (.require js/window "electron") path (.require js/window "path")] (.join path (.getPath (.-app (...
{ "pile_set_name": "Github" }
using System.Data.Entity; using FluentMigrator; namespace Samba.Persistance.DBMigration { [Migration(13)] public class Migration_013 : Migration { public override void Up() { Create.Column("ToggleCalculation").OnTable("CalculationTypes").AsBoolean().WithDefaultValue(false); ...
{ "pile_set_name": "Github" }
using BeatPulse.UI.Core.Data; using Microsoft.AspNetCore.Http; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.DependencyInjection; using Newtonsoft.Json; using Newtonsoft.Json.Serialization; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threadi...
{ "pile_set_name": "Github" }
default Order dec $include <prelude.sail> $option -smt_ignore_overflow type xlen : Int = 32 type xlen_bytes : Int = 4 type xlenbits : Type = bits(xlen) type regno ('n : Int), 0 <= 'n < 32 = atom('n) type regbits = bits(5) val cast regbits_to_regno : bits(5) -> {'n, 0 <= 'n < 32. regno('n)} function regbi...
{ "pile_set_name": "Github" }
diff --git a/gfx/graphite2/README.mozilla b/gfx/graphite2/README.mozilla --- a/gfx/graphite2/README.mozilla +++ b/gfx/graphite2/README.mozilla @@ -1,3 +1,5 @@ This directory contains the Graphite2 library release 1.3.5 from https://github.com/silnrsi/graphite/releases/download/1.3.5/graphite2-minimal-1.3.5.tgz See g...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &5345553106110887080 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 5345553106110887083} - component: {fileID: 534...
{ "pile_set_name": "Github" }
{ "type": "root", "children": [ { "type": "paragraph", "children": [ { "type": "link", "title": null, "url": "./hello-world.html", "children": [ { "type": "text", "value": "Hello ", "position": { ...
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 #GI_TYPELIB_PATH=$PREFIX/lib/girepository-1.0/ ./period-type.py ############################################################################### # # Copyright (C) 2015 William Yu <williamyu@gnome.org> # # This library is free software; you can redistribute it and/or modify # it under the terms of...
{ "pile_set_name": "Github" }
# Deep Reinforcement Learning survey This paper list is a bit different from others. I'll put some opinion and summary on it. However, to understand the whole paper, you still have to read it by yourself! Surely, any pull request or discussion are welcomed! ## Before Jump into Deep Reinforcement Learning If you're ...
{ "pile_set_name": "Github" }
--- archs: [ armv7, armv7s, arm64, i386, x86_64 ] platform: ios install-name: /System/Library/PrivateFrameworks/MediaSocial.framework/MediaSocial current-version: 1 compatibility-version: 1 exports: - archs: [ armv7, armv7s, arm64, i386, x86_64 ] symbols: ...
{ "pile_set_name": "Github" }
call mtr.add_suppression("Unable to use user mysql.session account when connecting the server for internal plugin requests"); call mtr.add_suppression("Failed to find tablespace for table .* in the cache. Attempting to load the tablespace with space id"); create table t1(f1 int not null, f2 int not null, index idx(f2))...
{ "pile_set_name": "Github" }