text
stringlengths
574
99.1k
meta
dict
use ckb_jsonrpc_types::{ CellTransaction as JsonCellTransaction, LiveCell as JsonLiveCell, LockHashCapacity as JsonLockHashCapacity, TransactionPoint as JsonTransactionPoint, }; use ckb_types::{ core::{BlockNumber, Capacity}, packed::{self, Byte32, CellOutput, OutPoint}, prelude::*, }; pub struct L...
{ "pile_set_name": "Github" }
; RUN: opt < %s -simplifycfg -S | FileCheck %s ; Test basic folding to a conditional branch. define i32 @foo(i64 %x, i64 %y) nounwind { ; CHECK-LABEL: @foo( entry: %eq = icmp eq i64 %x, %y br i1 %eq, label %b, label %switch switch: %lt = icmp slt i64 %x, %y ; CHECK: br i1 %lt, label %a, label %b %qux =...
{ "pile_set_name": "Github" }
// Copyright 2009-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "../common/isa.h" // to define EMBREE_TARGET_SIMD8 #if defined (EMBREE_TARGET_SIMD8) #include "bvh8_factory.h" #include "../bvh/bvh.h" #include "../geometry/curveNv.h" #include "../geometry/curveNi.h" #include "../geometry/curv...
{ "pile_set_name": "Github" }
(function() { var $ = document.querySelector.bind(document) $('#form-contact').addEventListener('submit', function(e) { e.preventDefault() // Store form field values var name = $('input[name=name]').value, email = $('input[name=email]').value, subject = $('input[name=_subject]').value,...
{ "pile_set_name": "Github" }
/obj/structure/closet/crate/med_crate/trauma name = "\improper Trauma crate" desc = "A crate with trauma equipment." closet_appearance = /decl/closet_appearance/crate/medical/trauma /obj/structure/closet/crate/med_crate/trauma/WillContain() return list( /obj/item/stack/medical/splint = 2, /obj/item/sta...
{ "pile_set_name": "Github" }
-Wabi -Wabi-tag -Waggregate-return -Waggressive-loop-optimizations -Wall # -Waddress # -Warray-bounds # -Wc++0x-compat # -Wnarrowing # -Wchar-subscripts # -Wdelete-non-virtual-dtor # -Wenum-compare # -Wformat= # -Wformat-contains-nul # -Wformat-extra-args # -Wformat-nonliteral #...
{ "pile_set_name": "Github" }
tensorpack.tfutils package ========================== .. container:: custom-index .. raw:: html <script type="text/javascript" src='../_static/build_toc_group.js'></script> tensorpack.tfutils.collection module ------------------------------------ .. automodule:: tensorpack.tfutils.collection :membe...
{ "pile_set_name": "Github" }
True : object.conclusion = "NN" object.tag == "VERB" : object.conclusion = "VERB" object.prevTag1 == "ADP" : object.conclusion = "NOUN" object.nextTag1 == "" : object.conclusion = "NOUN" object.prevTag1 == "PRON" : object.conclusion = "VERB" object.suffixL2 == "VÁ" : object.conclusion = "ADJ" object.prevTa...
{ "pile_set_name": "Github" }
// Regression test to catch problem where orthogonal segments from the same // connector were being merged with others going through checkpoints and // being simplified so as not to pass the checkpoint anymore. // Based on ec00232. #include "libavoid/libavoid.h" using namespace Avoid; int main(void) { Router *rou...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using UnityEditorInternal; using UnityEngine.Rendering.HighDefinition; namespace UnityEditor.Rendering.HighDefinition { static partial class HDProbeUI { static List<HDProbe> s_DrawHandles_Target = new List<HDProbe>(); internal static void DrawHand...
{ "pile_set_name": "Github" }
system_configuration: groups: google_settings: icon: fa-google title: oro.google_integration.system_configuration.groups.google_settings.title google_integration_settings: title: oro.google_integration.system_configuration.groups.google_integration_settings.title ...
{ "pile_set_name": "Github" }
# Ligand PDB 2w73 @<TRIPOS>MOLECULE 2w73_ligand 297 297 17 0 2 SMALL GAST_HUCK @<TRIPOS>DICT BIOPOLYMER macromol @<TRIPOS>ATOM 1 H1 -4.3113 -22.6846 25.7277 H 1 VAL395 0.2015 2 H2 -4.8435 -22.5042 27.2748 H 1 VAL395 0.2015 3 H3 ...
{ "pile_set_name": "Github" }
// mkerrors.sh -Wall -Werror -static -I/tmp/include -m32 // Code generated by the command above; see README.md. DO NOT EDIT. // +build 386,linux // Created by cgo -godefs - DO NOT EDIT // cgo -godefs -- -Wall -Werror -static -I/tmp/include -m32 _const.go package unix import "syscall" const ( AF_ALG ...
{ "pile_set_name": "Github" }
/** * flow */ 'use strict'; class TestDataService { getAll() { return [ { "id":"2172517", "observation":{ "location":"Canberra", "forecast":"Clouds", "feelsLike":10, "current":17, "low":11, "high":17, "icon":"10d" ...
{ "pile_set_name": "Github" }
var isMergeable = require('./is-mergeable'); var sortSelectors = require('../level-1/sort-selectors'); var tidyRules = require('../level-1/tidy-rules'); var OptimizationLevel = require('../../options/optimization-level').OptimizationLevel; var serializeBody = require('../../writer/one-time').body; var serializeRules...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify %s // RUN: %clang_cc1 -std=c11 -x c -fsyntax-only -verify %s #ifndef __cplusplus typedef __WCHAR_TYPE__ wchar_t; typedef __CHAR16_TYPE__ char16_t; typedef __CHAR32_TYPE__ char32_t; #endif void f() { const char* a = u8"abc" u"abc"; // expected-error {{unsupported ...
{ "pile_set_name": "Github" }
// File: lzham_prefix_coding.h // See Copyright Notice and license at the end of include/lzham.h #pragma once namespace lzham { namespace prefix_coding { const uint cMaxExpectedCodeSize = 16; const uint cMaxSupportedSyms = 1024; // This value can be tuned for a specific CPU. const ...
{ "pile_set_name": "Github" }
module.exports = { "type": "Program", "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 35 } }, "range": [ 0, 35 ], "body": [ { "type": "ExpressionStateme...
{ "pile_set_name": "Github" }
(function() { 'use strict'; var OSG = window.OSG; var osgViewer = OSG.osgViewer; var osgUtil = OSG.osgUtil; var osgShader = OSG.osgShader; var osgDB = OSG.osgDB; var osg = OSG.osg; var P = window.P; var Example = function() { this._rotateSpeed = 0.00025; this._sho...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using Raven.Client.Documents; using Raven.Client.Documents.Conventions; using Raven.Client.Documents.Operations.Revisions; using Raven.Client.Documents.Session; u...
{ "pile_set_name": "Github" }
# Ragel generator # For more information about Ragel: http://www.complang.org/ragel/ export OPTIONS="-C -L -T0" #export OPTIONS="-C -L -G2" # msrp Message parser ragel.exe $OPTIONS -o ./src/parsers/tmsrp_parser_message.c ./ragel/tmsrp_parser_message.rl # msrp URI ragel.exe $OPTIONS -o ./src/parsers/tmsrp_parser_uri.c...
{ "pile_set_name": "Github" }
; RUN: opt -loop-reduce -S < %s | FileCheck %s ; ; <rdar://problem/11049788> Segmentation fault: 11 in LoopStrengthReduce 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-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64" target triple = "x86_64-apple-darw...
{ "pile_set_name": "Github" }
1.2.0 / 2013-06-13 ================== * allow "-" hyphen as an option argument * support for RegExp coercion 1.1.1 / 2012-11-20 ================== * add more sub-command padding * fix .usage() when args are present. Closes #106 1.1.0 / 2012-11-16 ================== * add git-style executable subcommand...
{ "pile_set_name": "Github" }
--- # Implement your Workload removal tasks here - name: Cleaning up the environment debug: msg: "Cleaning up the environment.." - name: Check if project IoT Development exists shell: "oc get project iot-development 2>/dev/null | wc -l" register: result - name: Delete project IoT Development shell: "oc de...
{ "pile_set_name": "Github" }
/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *---------------------------------------------------------------...
{ "pile_set_name": "Github" }
package security import ( "crypto/tls" "fmt" ) type CipherSuite string type CipherSuiteList []CipherSuite var ( // copy from crypto/tls/cipher_suites.go per go 1.13.8 supportedCipherSuites = map[CipherSuite]uint16{ "TLS_RSA_WITH_RC4_128_SHA": tls.TLS_RSA_WITH_RC4_128_SHA, "TLS_RSA_WITH_3DES_ED...
{ "pile_set_name": "Github" }
Module(body=[ClassDef(name='Stuff', bases=[], body=[FunctionDef(name='__init__', args=arguments(args=[Name(id='self', ctx=Param())], ...
{ "pile_set_name": "Github" }
require './bootstrap.rb' feature 'Comment Settings' do before(:each) do cp_session @page = CommentSettings.new @page.load no_php_js_errors end it 'shows the Comment Settings page' do @page.all_there?.should == true end it 'should load current settings into form fields' do enable_co...
{ "pile_set_name": "Github" }
{ "name": "Noctis Lux", "type": "light", "colors": { "selection.background": "#169fb155", "descriptionForeground": "#929ea0", "errorForeground": "#ff4000", "widget.shadow": "#00000055", "editor.background": "#fef8ec", "editor.foreground": "#005661", "editorLineNumber.f...
{ "pile_set_name": "Github" }
<?php namespace Illuminate\Tests\Routing; use Illuminate\Routing\SortedMiddleware; use PHPUnit\Framework\TestCase; class RoutingSortedMiddlewareTest extends TestCase { public function testMiddlewareCanBeSortedByPriority() { $priority = [ 'First', 'Second', 'Third',...
{ "pile_set_name": "Github" }
@charset "UTF-8"; body { font: 20px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif; padding: 60px 50px; } #mocha ul, #mocha li { margin: 0; padding: 0; } #mocha ul { list-style: none; } #mocha h1, #mocha h2 { margin: 0; } #mocha h1 { margin-top: 15px; font-size: 1em; font-weight: 200; } #moch...
{ "pile_set_name": "Github" }
open Compiler_libs_406; open SharedTypes; open Belt.Result; let fileForCmi = (~moduleName, cmi, uri, processDoc) => { let%opt infos = Shared.tryReadCmi(cmi) |> RResult.toOptionAndLog; ProcessCmt.forCmi(~moduleName, uri, processDoc, infos); }; let fileForCmt = (~moduleName, cmt, uri, processDoc) => { let%try in...
{ "pile_set_name": "Github" }
common: filter: CONFIG_CPU_CORTEX_R or CONFIG_CPU_CORTEX_M integration_platforms: - frdm_k64f - sam_e70_xplained - mps2_an521 tags: cmsis_dsp tests: libraries.cmsis_dsp.transform: skip: true libraries.cmsis_dsp.transform.cq15: min_flash: 512 min_ram: 64 extra_args: CONF_FILE=prj_b...
{ "pile_set_name": "Github" }
package org.apache.log4j; import java.lang.reflect.Field; import java.lang.reflect.Method; import org.apache.log4j.MDC; import org.apache.log4j.helpers.ThreadLocalMap; public class MDCFriend { public static void fixForJava9() { try { Field mdcField = MDC.class.getDeclaredField("mdc"); ...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. namespace Microsoft.Quantum.QsCompiler.Transformations.Core open System open System.Collections.Generic open System.Collections.Immutable open System.Numerics open Microsoft.Quantum.QsCompiler.DataTypes open Microsoft.Qua...
{ "pile_set_name": "Github" }
--- cve: 2013-2160 title: "Denial of Service Attacks on Apache CXF" references: - http://cxf.apache.org/security-advisories.data/CVE-2013-2160.txt.asc - https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2013-2160 affected: - groupId: "org.apache.cxf" artifactId: "cxf-api" version: - "<=2....
{ "pile_set_name": "Github" }
\documentclass[landscape, 11pt, svgnames]{article} \usepackage[showframe]{geometry} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage[english]{babel} \usepackage{listings} \usepackage{tikz-uml} \usepackage{amsfonts, amsmath, amsthm, amssymb} \geometry{ paperwidth=65cm, paperheight=112cm, margin=1...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. #include "mmaped.h" #include "Data.h" #include "blas_routines.h" using namespace EdgeML; Data::Data( DataIngestType ingestType_, DataFormatParams formatParams_) : isDataLoaded(false), formatParams(formatParams_), ...
{ "pile_set_name": "Github" }
archive: ref: modifying-document#prepend-append-before-after --- # Мультивставка: insertAdjacentHTML и DocumentFragment Обычные методы вставки работают с одним узлом. Но есть и способы вставлять множество узлов одновременно. ## Оптимизация вставки в документ Рассмотрим задачу: сгенерировать список `UL/LI`. Есть...
{ "pile_set_name": "Github" }
u8glib ChangeLog 2012-01-01 v0.01 Oliver Kraus <olikraus@gmail.com> * first beta release for Arduino IDE with simple SSD1325 support 2012-01-04 v0.02 Oliver Kraus <olikraus@gmail.com> * support for some more display types 2012-01-07 v0.03 Oliver Kraus <olikraus@gmail.com> * fixed some bugs,...
{ "pile_set_name": "Github" }
PREHOOK: query: CREATE TABLE part_table_n1(key string, value string) PARTITIONED BY (partitionId int) PREHOOK: type: CREATETABLE PREHOOK: Output: database:default PREHOOK: Output: default@part_table_n1 POSTHOOK: query: CREATE TABLE part_table_n1(key string, value string) PARTITIONED BY (partitionId int) POSTHOOK: type:...
{ "pile_set_name": "Github" }
ret: 0 st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos: 5652 size:304128 ret: 0 st:-1 flags:0 ts:-1.000000 ret: 0 st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos: 5652 size:304128 ret: 0 st:-1 flags:1 ts: 1.894167 ret: 0 st: 0 flags:1 dts: 1.880000 pts: 1.880000 pos:14300044 si...
{ "pile_set_name": "Github" }
@extends('layouts.app') @section('content') <div class="container"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <div class="panel panel-default"> <div class="panel-heading">重置密码</div> <div class="panel-body"> @if (session('status...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 1755053689005840} m_IsPrefabParent: ...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &5202497142060831608 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 4104041965491438486} m_Layer: 0 m_Name: Moun...
{ "pile_set_name": "Github" }
-- added missing entry for 3rd rank of gift of the wild DELETE FROM spell_chain WHERE spell_id = 21849; DELETE FROM spell_chain WHERE spell_id = 21850; DELETE FROM spell_chain WHERE spell_id = 26991; INSERT INTO spell_chain (spell_id,prev_spell,first_spell,rank,req_spell) VALUES (21849,0,21849,1,0); INSERT INTO spell...
{ "pile_set_name": "Github" }
require 'tzinfo/timezone_definition' module TZInfo module Definitions module Europe module Moscow include TimezoneDefinition timezone 'Europe/Moscow' do |tz| tz.offset :o0, 9020, 0, :LMT tz.offset :o1, 9000, 0, :MMT tz.offset :o2, 9048, 0, :MMT ...
{ "pile_set_name": "Github" }
// Created by cgo -godefs - DO NOT EDIT // cgo -godefs defs_linux.go // +build linux,ppc64le package ipv4 const ( sysIP_TOS = 0x1 sysIP_TTL = 0x2 sysIP_HDRINCL = 0x3 sysIP_OPTIONS = 0x4 sysIP_ROUTER_ALERT = 0x5 sysIP_RECVOPTS = 0x6 sysIP_RETOPTS = 0x7 ...
{ "pile_set_name": "Github" }
from TestCase.MVSTestCase import * class TestRawTx(MVSTestCaseBase): def test_0_create_rawtx_boundary(self): senders = {Alice.mainaddress()} single_receiver = {Bob.mainaddress() : 10} multi_receivers = {Bob.mainaddress() : 10, Cindy.mainaddress() : 20} # invalid type ec, ...
{ "pile_set_name": "Github" }
// mkerrors.sh -m64 // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT // +build amd64,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" }
using System.Collections.Generic; using System.Web.Mvc; using System.Web.Mvc.Html; using TwitterBootstrapMVC.Controls; using TwitterBootstrapMVC.TypeExtensions; namespace TwitterBootstrapMVC.Renderers { internal static partial class Renderer { public static string RenderInputListContainer( ...
{ "pile_set_name": "Github" }
@startuml sprite $address_book [48x48/16] { 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 00000018CDDDDDDDDDDDDDDDDDDDDDDDDDDDC80000000000 000002EFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD100000000 00000BFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF900000000 00000FFFFFFFFFFFFFFFFFFFFFFFFFF...
{ "pile_set_name": "Github" }
! KGEN-generated Fortran source file ! ! Filename : rrsw_kg21.f90 ! Generated at: 2015-07-31 20:45:42 ! KGEN version: 0.4.13 MODULE rrsw_kg21 USE kgen_utils_mod, ONLY : kgen_dp, check_t, kgen_init_check, kgen_print_check USE shr_kind_mod, ONLY: r8 => shr_kind_r8 ! use parkind ,on...
{ "pile_set_name": "Github" }
# (C) Copyright 2001-2004, Martin Roesch, Brian Caswell, et al. # All rights reserved. # $Id: attack-responses.rules 91 2004-07-15 08:13:57Z rwinslow $ # ---------------- # ATTACK RESPONSES # ---------------- # These signatures are those when they happen, its usually because a machine # has been compromised. These ...
{ "pile_set_name": "Github" }
@import url('widgets.css'); /* FORM ROWS */ .form-row { overflow: hidden; padding: 10px; font-size: 13px; border-bottom: 1px solid #eee; } .form-row img, .form-row input { vertical-align: middle; } .form-row label input[type="checkbox"] { margin-top: 0; vertical-align: 0; } form .form-r...
{ "pile_set_name": "Github" }
using Sandbox.Common.ObjectBuilders; using Sandbox.Engine.Utils; using Sandbox.Game.Entities; using Sandbox.Game.Multiplayer; using Sandbox.Game.World; using System; using System.Collections.Generic; using System.Linq; using System.Text; using VRage.ObjectBuilders; using VRageMath; using VRageRender; namespace Sandbo...
{ "pile_set_name": "Github" }
use failure::{Error, ResultExt}; use json; use serde::Serialize; use yaml; mod types; pub use self::types::*; use std::env::vars; use std::fs::File; use std::io::Cursor; use std::io::{self, stdin}; use treediff::{diff, tools}; mod util; fn validate(cmds: &[Command]) -> Result<(), Error> { let num_merge_stdin_cmd...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Microsoft.VisualStudio.Services.Agent.Util; using System; using System.Diagnostics; using System.Globalization; using System.IO; using System.Text; namespace Microsoft.VisualStudio.Services.Agent { public sealed class HostTraceListen...
{ "pile_set_name": "Github" }
@import '../../global/_variables'; // global variables. @import '../../global/components/_mixins'; // global mixings. /*** Login page ***/ /* bg color */ $bg-color: #364150; .login { background-color: $bg-color !important; } .login .logo { margin: 0 auto; margin-top: 60px; padding: 15px; text-align: cent...
{ "pile_set_name": "Github" }
package org.jellyfin.androidtv.ui.browsing; import org.jellyfin.androidtv.constant.ChangeTriggerType; import org.jellyfin.androidtv.constant.QueryType; import org.jellyfin.androidtv.data.querying.ViewQuery; import org.jellyfin.apiclient.model.livetv.LiveTvChannelQuery; import org.jellyfin.apiclient.model.livetv.Recom...
{ "pile_set_name": "Github" }
--- title: "CorAssemblyFlags Enumeration" ms.date: "03/30/2017" api_name: - "CorAssemblyFlags" api_location: - "mscoree.dll" api_type: - "COM" f1_keywords: - "CorAssemblyFlags" helpviewer_keywords: - "CorAssemblyFlags enumeration [.NET Framework metadata]" ms.assetid: bb8db3b6-d81d-49fc-b74c-dbc908a9eab9...
{ "pile_set_name": "Github" }
.text .globl rsaz_1024_sqr_avx2 .type rsaz_1024_sqr_avx2,@function .align 64 rsaz_1024_sqr_avx2: .cfi_startproc leaq (%rsp),%rax .cfi_def_cfa_register %rax pushq %rbx .cfi_offset %rbx,-16 pushq %rbp .cfi_offset %rbp,-24 pushq %r12 .cfi_offset %r12,-32 pushq %r13 .cfi_offset %r13,-40 pushq %r14 .cfi_offset %r14...
{ "pile_set_name": "Github" }
card.io iOS SDK release notes ============================= 5.4.1 (Fri 09/16/2016) * Fix issue with CocoaPods Objective-C projects not building correctly 5.4.0 (Fri 09/16/2016) * Add methods with card.io specific signatures to avoid name collisions ( https://github.com/card-io/card.io-iOS-SDK/issues/201 ) * Add ....
{ "pile_set_name": "Github" }
(ns puppetlabs.puppetdb.query.population-test (:require [puppetlabs.puppetdb.query.population :as pop] [clojure.java.jdbc :as sql] [clojure.test :refer :all] [puppetlabs.puppetdb.jdbc :as jdbc] [puppetlabs.puppetdb.scf.storage :refer [deactivate-node!]] [pup...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using NetTopologySuite.Geometries; using NetTopologySuite.Index.Strtree; namespace NetTopologySuite.Tests.NUnit.Index.Strtree { public class STRtreeDemo { private static double EXTENT = 100; private static double MAX_ITEM_EXTENT = 15; pri...
{ "pile_set_name": "Github" }
{-# LANGUAGE OverloadedLists #-} module Test.Kore.Unification.SubstitutionNormalization ( test_normalize ) where import Prelude.Kore import Test.Tasty import Data.Map.Strict ( Map ) import Kore.Internal.Substitution ( mkUnwrappedSubstitution ) import Kore.Internal.TermLike import Kore.Unifi...
{ "pile_set_name": "Github" }
{ "type": "Program", "body": [ { "type": "ExpressionStatement", "expression": { "type": "BinaryExpression", "operator": "!==", "left": { "type": "Identifier", "name": "x", ...
{ "pile_set_name": "Github" }
package ne_NP import ( "math" "strconv" "time" "github.com/go-playground/locales" "github.com/go-playground/locales/currency" ) type ne_NP struct { locale string pluralsCardinal []locales.PluralRule pluralsOrdinal []locales.PluralRule pluralsRange []locales.PluralRul...
{ "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" }
using System; using System.Collections.Generic; using System.Linq; using HA4IoT.Contracts.Areas; using HA4IoT.Contracts.Automations; using HA4IoT.Contracts.Components; using HA4IoT.Contracts.Components.Exceptions; using HA4IoT.Contracts.Settings; namespace HA4IoT.Areas { public class Area : IArea { pr...
{ "pile_set_name": "Github" }
object DatePickerForm: TDatePickerForm Left = 0 Top = 0 ClientHeight = 567 ClientWidth = 384 FormFactor.Width = 1920 FormFactor.Height = 1022 FormFactor.Devices = [dkDesktop] DesignerMobile = True DesignerWidth = 384 DesignerHeight = 592 DesignerDeviceName = 'Google Nexus 4' DesignerOrientation ...
{ "pile_set_name": "Github" }
# API diff: SkiaSharp.Views.Android.dll ## SkiaSharp.Views.Android.dll > Assembly Version Changed: 1.55.0.0 vs 0.0.0.0 ### New Namespace SkiaSharp.Views.Android #### New Type: SkiaSharp.Views.Android.AndroidExtensions ```csharp public static class AndroidExtensions { // methods public static Android.Graphics.Col...
{ "pile_set_name": "Github" }
<?php /** * @file * This file was auto-generated by generate-includes.php and includes all of * the core files required by HTML Purifier. This is a convenience stub that * includes all files using dirname(__FILE__) and require_once. PLEASE DO NOT * EDIT THIS FILE, changes will be overwritten the next time the scr...
{ "pile_set_name": "Github" }
 Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.29613.14 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{19575E10-6B8E-4CF0-B7D2-898FFF47E157}" ProjectSection(Solution...
{ "pile_set_name": "Github" }
.. py:module:: datatable datatable API ============= Symbols listed here are available for import from the ``datatable`` module. Submodules ---------- .. list-table:: :widths: auto :class: api-table * - :mod:`math. <datatable.math>` - Mathematical functions, similar to python's :mod:`math` modu...
{ "pile_set_name": "Github" }
{ "type": "minecraft:block", "pools": [ { "rolls": 1, "entries": [ { "type": "minecraft:alternatives", "children": [ { "type": "minecraft:item", "conditions": [ { "condition": "minecraft:match_tool"...
{ "pile_set_name": "Github" }
CheckForLuckyNumberWinners: xor a ld [wScriptVar], a ld [wTempByteValue], a ld a, [wPartyCount] and a ret z ld d, a ld hl, wPartyMon1ID ld bc, wPartySpecies .PartyLoop: ld a, [bc] inc bc cp EGG call nz, .CompareLuckyNumberToMonID push bc ld bc, PARTYMON_STRUCT_LENGTH add hl, bc pop bc dec d jr nz, .P...
{ "pile_set_name": "Github" }
from AgentRun import * from AgentNet import * from AgentZoo import * """ auto TTUR try MSE in AMAX1 """ def run_continuous_action(gpu_id=None): # import AgentZoo as Zoo args = Arguments(rl_agent=AgentInterGAE, gpu_id=gpu_id) args.show_gap = 2 ** 9 args.eval_times2 = 2 ** 5 args.if_stop = False #...
{ "pile_set_name": "Github" }
ret: 0 st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos: 68 size: 4092 ret: 0 st:-1 flags:0 ts:-1.000000 ret: 0 st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos: 68 size: 4092 ret: 0 st:-1 flags:1 ts: 1.894167 ret: 0 st: 0 flags:1 dts: 1.894172 pts: 1.894172 pos: 501266 siz...
{ "pile_set_name": "Github" }
<?php namespace Adldap\tests\Models; use Adldap\Models\Group; use Adldap\Query\Builder; use Adldap\Tests\TestCase; use Illuminate\Support\Collection; use Adldap\Schemas\ActiveDirectory; use Adldap\Schemas\SchemaInterface; class GroupTest extends TestCase { protected function newGroupModel(array $attributes = [],...
{ "pile_set_name": "Github" }
import { Type, Value, NumberValue, } from '../value.mjs'; import { Assert, ToInteger, ToString, } from '../abstract-ops/all.mjs'; import { surroundingAgent } from '../engine.mjs'; import { Q, X } from '../completion.mjs'; import { BootstrapPrototype } from './Bootstrap.mjs'; function thisNumberValue(value)...
{ "pile_set_name": "Github" }
using System; using System.Threading; using System.Threading.Tasks; using System.Reflection; using System.Linq; using System.Collections.Generic; using System.Diagnostics; using SampleControl.Entities; using Uno.UI.Samples.Controls; using Uno.UI.Samples.Entities; using System.Runtime.InteropServices.WindowsRuntime; us...
{ "pile_set_name": "Github" }
File: onLoops.kt - cf21e194ebba2630ba287795f3401722 NL("\n") packageHeader importList topLevelObject declaration functionDeclaration FUN("fun") simpleIdentifier Identifier("test") functionValueParameters LPAREN("(") RPAREN(")") functionBody...
{ "pile_set_name": "Github" }
local BattleNet = { Name = "BattleNet", Type = "System", Namespace = "C_BattleNet", Functions = { { Name = "GetAccountInfoByGUID", Type = "Function", Arguments = { { Name = "guid", Type = "string", Nilable = false }, }, Returns = { { Name = "accountInfo", Type = "BNetAccountInfo",...
{ "pile_set_name": "Github" }
using Aardvark.Base; using NUnit.Framework; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Aardvark.Tests { [TestFixture] public static class EuclideanTests { [Test] public static void FromM33dAndV3d() => TrafoTesting.GenericTest...
{ "pile_set_name": "Github" }
#pragma warning disable 1591 //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is re...
{ "pile_set_name": "Github" }
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class EditingForm_Adjust Inherits SharedClasses.ObjectEditorForm 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As...
{ "pile_set_name": "Github" }
// mkerrors.sh -m64 // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,openbsd // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_BLUETOOTH = 0x...
{ "pile_set_name": "Github" }
// mkerrors.sh -m64 // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,openbsd // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_BLUETOOTH = 0x...
{ "pile_set_name": "Github" }
Akeneo\Tool\Bundle\MeasureBundle\Application\SaveMeasurementFamily\SaveMeasurementFamilyCommand: group_sequence: - SaveMeasurementFamilyCommand - other_constraints properties: code: - Akeneo\Tool\Bundle\MeasureBundle\Validation\Common\Code: ~ labels: - Ake...
{ "pile_set_name": "Github" }
/* global jQuery */ (function($) { 'use strict'; var options = { propagateSupportedGesture: false }; function init(plot) { plot.hooks.processOptions.push(initTouchNavigation); } function initTouchNavigation(plot, options) { var gestureState = { twoTou...
{ "pile_set_name": "Github" }
# Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [2.1.3](https://github.com/WTTJ/welcome-ui/compare/v2.1.2...v2.1.3) (2020-08-27) **Note:** Version bump only for package @welcome-ui/field-group ...
{ "pile_set_name": "Github" }
project_identifier_env: CROWDIN_REACT_PROJECT_ID api_key_env: CROWDIN_REACT_API_KEY base_path: "./" preserve_hierarchy: true files: - source: '/content/docs/*.md' translation: '/docs/%locale%/docs/%original_file_name%' languages_mapping: &anchor locale: 'af': 'af' 'ar': 'ar' ...
{ "pile_set_name": "Github" }
# Translation of Odoo Server. # This file contains the translation of the following modules: # * product_price_history # # Translators: msgid "" msgstr "" "Project-Id-Version: odoomrp-wip (8.0)\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-11-20 18:10+0000\n" "PO-Revision-Date: 2015-09-10 16:41+0000\n" "Last-...
{ "pile_set_name": "Github" }
module Quickbooks module Model class CompanyInfo < BaseModel XML_COLLECTION_NODE = "CompanyInfo" XML_NODE = "CompanyInfo" REST_RESOURCE = 'companyinfo' xml_name XML_NODE xml_accessor :id, :from => 'Id' xml_accessor :sync_token, :from => 'SyncToken', :as => Integer xml_ac...
{ "pile_set_name": "Github" }
/* Generated from: * ap-northeast-1 (https://d33vqc0rt9ld30.cloudfront.net/latest/gzip/CloudFormationResourceSpecification.json), version 16.2.0, * ap-northeast-2 (https://d1ane3fvebulky.cloudfront.net/latest/gzip/CloudFormationResourceSpecification.json), version 16.2.0, * ap-south-1 (https://d2senuesg1djtx.cloudf...
{ "pile_set_name": "Github" }
{ "title": "SETTINGS", "groups": [ { "title": "EDITOR", "items": [ { "title": "THEME", "type": "list", "key": "editor.theme", "value": 38, "items": [ "3024-day", "3024-night", "abcdef", "ambianc...
{ "pile_set_name": "Github" }
.modal .modal-dialog { position: absolute; top: 45%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%) } .add-self .modal-body,.requests .modal-body { height: 500px; overflow: auto; padding: 0; } .add-self .modal-body ul,.requests .modal-body ul { ...
{ "pile_set_name": "Github" }
cmake_minimum_required(VERSION 3.13.0) project(kaldi_binaries) include(ExternalProject) include(ProcessorCount) ProcessorCount(NCPU) if(NOT NCPU EQUAL 0) set(MAKE_FLAGS -j${NCPU}) endif() set(DST ${PROJECT_SOURCE_DIR}/kaldi_active_grammar/exec) if ("${CMAKE_HOST_SYSTEM_NAME}" STREQUAL "Darwin") set(DST ${DST}/ma...
{ "pile_set_name": "Github" }
2006-12-30 Thomas Koenig <Thomas.Koenig@online.de> PR libfortran/30321 * m4/ifunction.m4 (name`'rtype_qual`_'atype_code): Check for extents < 0 for zero-sized arrays. If no retarray has been specified and the size is zero, return early. (`m'name`'rtype_qual`_'atype_code): Likewise. * generated/all_l16.c: Reg...
{ "pile_set_name": "Github" }