text
stringlengths
2
99.9k
meta
dict
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.239 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //----...
{ "pile_set_name": "Github" }
/** * TLS-Attacker - A Modular Penetration Testing Framework for TLS * * Copyright 2014-2020 Ruhr University Bochum, Paderborn University, * and Hackmanit GmbH * * Licensed under Apache License 2.0 * http://www.apache.org/licenses/LICENSE-2.0 */ package de.rub.nds.tlsattacker.core.config.delegate; import com.b...
{ "pile_set_name": "Github" }
package compute // Copyright (c) Microsoft and contributors. 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 // // Unl...
{ "pile_set_name": "Github" }
#pragma once #include <BsPrerequisites.h> #include <RTTI/RTTIUtil.hpp> #include <Scene/BsComponent.h> #include <scripting/ScriptTypes.hpp> namespace REGoth { namespace Scripting { class ScriptVMForGameWorld; struct ScriptObject; } // namespace Scripting class GameWorld; using HGameWorld = bs::GameO...
{ "pile_set_name": "Github" }
# repair_design max_fanout hands off special nets source helpers.tcl read_liberty Nangate45/Nangate45_typ.lib read_lef Nangate45/Nangate45.lef read_def repair_fanout2.def set_max_fanout 10 [current_design] repair_design -buffer_cell BUF_X1
{ "pile_set_name": "Github" }
/* XOWA: the XOWA Offline Wiki Application Copyright (C) 2012-2017 gnosygnu@gmail.com XOWA is licensed under the terms of the General Public License (GPL) Version 3, or alternatively under the terms of the Apache License Version 2.0. You may use XOWA according to either of these licenses as is most appropriate for yo...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <objc/NSObject.h> @class NSString; @interface FavURLItem : NSObject { NSString *_title; NSString *_description; N...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2017 Icenowy Zheng <icenowy@aosc.io> * Copyright (C) 2017 Jagan Teki <jteki@openedev.com> * * This file is dual-licensed: you can use it either under the terms * of the GPL or the X11 license, at your option. Note that this dual * licensing only applies to this file, and not this project as a ...
{ "pile_set_name": "Github" }
export const PI = 3.141592; var _sqrt = function(s, x, last){ return x != last ? _sqrt(s, (x + s / x) / 2.0, x) : x; }; export function sqrt(s){ return _sqrt(s, s/2.0, 0.0); }; export function square(x) { return x * x; };
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_02) on Tue Jul 01 09:51:08 CEST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>ProjectSourceSet (...
{ "pile_set_name": "Github" }
package org.knowm.xchange.coinfloor.dto.trade; import com.fasterxml.jackson.annotation.JsonProperty; import java.math.BigDecimal; import org.knowm.xchange.currency.CurrencyPair; import org.knowm.xchange.dto.Order.OrderType; public class CoinfloorOrder { private final long id; private final String datetime; // ...
{ "pile_set_name": "Github" }
Testing for single tests: PYTHONPATH=$PYTHONPATH:$(pwd -P)/lib python3 -m unittest cdist.test.test_install.Install.test_explorer_ran
{ "pile_set_name": "Github" }
# # This file is part of pyasn1 software. # # Copyright (c) 2005-2018, Ilya Etingof <etingof@gmail.com> # License: http://snmplabs.com/pyasn1/license.html # from sys import version_info if version_info[0:2] < (2, 6): def bin(value): bitstring = [] if value > 0: prefix = '0b' el...
{ "pile_set_name": "Github" }
module.exports = function equipment() { return { equipment: [ { name: 'PC', value: 10211 }, { name: 'Android', value: 6111 }, { name: 'Iphone', value: 7711 }, { name: '其他', value: 3711 }, ], channel: [ { name: '合作方', value: 9400 }, { name: '核算', value: 7400 }, { n...
{ "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 the main "reverse_fold_impl.hpp" header // -- DO NOT modify by hand! name...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- Written by Eclipse BIRT 2.0 --> <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.6" id="1"> <property name="createdBy">Eclipse BIRT Designer Version 2.1.2.v20070205-1728 Build &lt;20070205-1728></property> <property name="units">in</property> ...
{ "pile_set_name": "Github" }
\\ |..| .. // /~ / /= < <= > >= + - * ^ = ~ ---------------------------------------------------- [ ["operator", "\\\\"], ["operator", "|..|"], ["operator", ".."], ["operator", "//"], ["operator", "/~"], ["operator", "/"], ["operator", "/="], ["operator", "<"], ["operator", "<="], ["operator", ">"], ["op...
{ "pile_set_name": "Github" }
fun bar(o: Any): String { return o as <caret> }
{ "pile_set_name": "Github" }
.\" ************************************************************************** .\" * _ _ ____ _ .\" * Project ___| | | | _ \| | .\" * / __| | | | |_) | | .\" * | (__| |_| | _ <| |___ .\" * ...
{ "pile_set_name": "Github" }
/* Original highlight.js style (c) Ivan Sagalaev <maniac@softwaremaniacs.org> */ .hljs { display: block; overflow-x: auto; padding: 0.5em; background: #F0F0F0; } /* Base color: saturation 0; */ .hljs, .hljs-subst { color: #444; } .hljs-comment { color: #888888; } .hljs-keyword, .hljs-attribute, .hlj...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6254" systemVersion="13F34" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> <dependencies> <plugIn identifier="com.apple.InterfaceBuilder.C...
{ "pile_set_name": "Github" }
/** * Russian translation for bootstrap-datepicker * Victor Taranenko <darwin@snowdale.com> */ ;(function($){ $.fn.datepicker.dates['ru'] = { days: ["Воскресенье", "Понедельник", "Вторник", "Среда", "Четверг", "Пятница", "Суббота", "Воскресенье"], daysShort: ["Вск", "Пнд", "Втр", "Срд", "Чтв", "Птн", "Суб", "Вс...
{ "pile_set_name": "Github" }
/* Copyright (C) 2012 Tawanda Gwena Copyright (C) 2012 Francis Duffy This file is part of QuantLib, a free-software/open-source library for financial quantitative analysts and developers - http://quantlib.org/ QuantLib is free software: you can redistribute it and/or modify it under the terms of the QuantLib li...
{ "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. package width import ( "testing" "golang.org/x/text/internal/testtext" ) const ( loSurrogate = 0xD800 hiSurrogate = 0xDFFF ) func TestTables(t *testing....
{ "pile_set_name": "Github" }
package feeder type Enclosure struct { Url string Length int64 Type string }
{ "pile_set_name": "Github" }
Postprocessed antialiasing demo =============================== hugh.malan@realtimeworlds.com Getting started: ================ Just start "DemoPostAA.exe". It'll can a minute to load all the textures up, but the console...
{ "pile_set_name": "Github" }
/* Copyright 2015 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <!-- Note: this is a manually authored file that captures many common build settings across projects. --> <ImportGroup Label="PropertySheets" /> <PropertyGroup Label="UserMacros" /> ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="zh"> <head> <meta charset="utf-8" /> <title>Onpreviewing / Onpreviewed - Editor.md examples</title> <link rel="stylesheet" href="css/style.css" /> <link rel="stylesheet" href="../css/editormd.css" /> <link rel="shortcut icon" href="https://pandao.g...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2012, Thingsquare, http://www.thingsquare.com/. * 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 * ...
{ "pile_set_name": "Github" }
import hashlib import json from unittest import TestCase from blockchain import Blockchain class BlockchainTestCase(TestCase): def setUp(self): self.blockchain = Blockchain() def create_block(self, proof=123, previous_hash='abc'): self.blockchain.new_block(proof, previous_hash) def cre...
{ "pile_set_name": "Github" }
/* The MIT License Copyright (c) 2017-2019 EclipseSource Munich https://github.com/eclipsesource/jsonforms 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, includi...
{ "pile_set_name": "Github" }
#light "off" module FStar.Tactics.Result // This file *is* extracted (unlike its twin in ulib). // This refers to FStar.Tactics.Types.fsi in the current folder, which has the // full definition of all relevant types (from ulib, we use an different // interface that hides those definitions). open FStar.Tactics.Types ...
{ "pile_set_name": "Github" }
// Go support for Protocol Buffers - Google's data interchange format // // Copyright 2012 The Go Authors. All rights reserved. // https://github.com/golang/protobuf // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met...
{ "pile_set_name": "Github" }
package io.quarkus.devtools.codestarts.core.reader; import java.io.IOException; import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.nio.file.Path; import java.util.Arrays; import java.util.Collections; import java.util.List; import java.util.Map; import java.util.Optional; public interfa...
{ "pile_set_name": "Github" }
#ifndef _XT_LENGTH_H #define _XT_LENGTH_H #include <linux/types.h> struct xt_length_info { __u16 min, max; __u8 invert; }; #endif /*_XT_LENGTH_H*/
{ "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. * * Code generated by Microsoft (R) AutoRest Code Generator. */ package com.microsoft.azure.management.network.v2019_11_01; import java.util.Collection...
{ "pile_set_name": "Github" }
struct Ludics(T) { T[] rotor, taken = [T(1)]; T i; size_t j; T front = 1; // = taken[0]; bool running = false; static immutable bool empty = false; void popFront() pure nothrow @safe { if (running) goto RESUME; else running = true; i = 2; ...
{ "pile_set_name": "Github" }
/** * Copyright (c) Facebook, Inc. and its affiliates. * * <p>This source code is licensed under the MIT license found in the LICENSE file in the root * directory of this source tree. * * <p>Generated by an internal genrule from Flow types. * * @generated * @nolint */ package com.facebook.fbreact.specs; imp...
{ "pile_set_name": "Github" }
MPE_LOG_THREAD_LIBS=""
{ "pile_set_name": "Github" }
{ "jsonSchemaSemanticVersion": "1.0.0", "imports": [ { "corpusPath": "cdm:/foundations.cdm.json" }, { "corpusPath": "/core/operationsCommon/Common.cdm.json", "moniker": "base_Common" }, { "corpusPath": "/core/operationsCommon/DataEntityView.cdm.json", "moniker": "ba...
{ "pile_set_name": "Github" }
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import "RCTTextLayoutManager.h" #import "NSTextStorage+FontScaling.h" #import "RCTAttributedTextUtils.h" #import <React/RCTUtils...
{ "pile_set_name": "Github" }
package parseutil import ( "encoding/json" "errors" "fmt" "strconv" "strings" "time" "github.com/hashicorp/errwrap" sockaddr "github.com/hashicorp/go-sockaddr" "github.com/hashicorp/vault/sdk/helper/strutil" "github.com/mitchellh/mapstructure" ) func ParseDurationSecond(in interface{}) (time.Duration, erro...
{ "pile_set_name": "Github" }
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:dr="http://schemas.digitalrune.com/windows" xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"...
{ "pile_set_name": "Github" }
# Copyright 2013 the V8 project authors. All rights reserved. # Copyright (C) 2005, 2006, 2007, 2008, 2009 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 sourc...
{ "pile_set_name": "Github" }
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */ @import './variables.less'; @import './themes/@{so-theme}.less'; @import './themes/vars-inject.less'; // Document // // 1. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`. // 2. Change the defau...
{ "pile_set_name": "Github" }
<?php return array( "TITLE" => '标题', "CATEGORY" => '分类', "HITS" => '点击量', "KEYWORDS" => '关键字', "COMMENT_COUNT" => '评论量', "SOURCE" => '来源', "ABSTRACT" => '摘要', "THUMBNAIL" => "缩略图", "AUTHOR" => '作者', "PUBLISH_DATE" => '发布时间' );
{ "pile_set_name": "Github" }
CONFIG_NET_SCHED=y # # Queueing/Scheduling # CONFIG_NET_SCH_PRIO=m CONFIG_NET_SCH_INGRESS=m # # Classification # CONFIG_NET_CLS=y CONFIG_NET_CLS_FW=m CONFIG_NET_CLS_U32=m CONFIG_CLS_U32_PERF=y CONFIG_CLS_U32_MARK=y CONFIG_NET_EMATCH=y CONFIG_NET_EMATCH_STACK=32 CONFIG_NET_EMATCH_CMP=m CONFIG_NET_EMATCH_NBYTE=m CONFIG...
{ "pile_set_name": "Github" }
https://dl.google.com/dl/android/aosp/fugu-mob30g-factory-167614e5.tgz image-fugu-mob30g.zip boot.img
{ "pile_set_name": "Github" }
/* * LCD panel support for the TI OMAP H3 board * * Copyright (C) 2004 Nokia Corporation * Author: Imre Deak <imre.deak@nokia.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; eithe...
{ "pile_set_name": "Github" }
//>>built define("dojox/charting/themes/CubanShirts",["../SimpleTheme","./common"],function(_1,_2){ _2.CubanShirts=new _1({colors:["#d42d2a","#004f80","#989736","#2085c7","#7f7f33"]}); return _2.CubanShirts; });
{ "pile_set_name": "Github" }
package sdkrand import ( "math/rand" "sync" "time" ) // lockedSource is a thread-safe implementation of rand.Source type lockedSource struct { lk sync.Mutex src rand.Source } func (r *lockedSource) Int63() (n int64) { r.lk.Lock() n = r.src.Int63() r.lk.Unlock() return } func (r *lockedSource) Seed(seed in...
{ "pile_set_name": "Github" }
/*============================================================================ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3d, by John R. Hauser. Copyright 2011, 2012, 2013, 2014, 2015, 2016 The Regents of the University of California. All rights reserved. Redistribu...
{ "pile_set_name": "Github" }
// +build linux /* Copyright 2014 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agree...
{ "pile_set_name": "Github" }
<?php function testAssignmentExpressionWithDivEqual( &$foo ) { $foo /= 4; }
{ "pile_set_name": "Github" }
/* * ModeShape (http://www.modeshape.org) * * 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 o...
{ "pile_set_name": "Github" }
/************************************** CSS Reset ***************************************/ body,p,h1,h2,h3,ul,li,input,div { margin: 0; padding: 0; } input,img { border: none; } ul,li { list-style: none; } a { text-decoration: none; color: #444444 ; } a:hover { color: red; } body { background-color: #FFFFFF; ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:orientation="vertical" android:layout_hei...
{ "pile_set_name": "Github" }
resource "aws_instance" "bar" { provisioner "shell" {} }
{ "pile_set_name": "Github" }
module Refactor.InlineBinding.NotOccurring where a = ()
{ "pile_set_name": "Github" }
#!/bin/bash numsockets=2 for ((i=0;i<10;i++)); do ./linux.sh $numsockets; done for ((i=0;i<10;i++)); do ./docker.sh $numsockets; done for ((i=0;i<10;i++)); do ./vm.sh $numsockets; done numsockets=1 for ((i=0;i<10;i++)); do ./linux.sh $numsockets; done for ((i=0;i<10;i++)); do ./docker.sh $numsockets; done for ((i=0...
{ "pile_set_name": "Github" }
--- title: Modal React component components: Modal githubLabel: 'component: Modal' waiAria: 'https://www.w3.org/TR/wai-aria-practices/#dialog_modal' --- # Modal <p class="description">モーダルコンポーネントは、ダイアログ、ポップオーバー、ライトボックスなどを作成するための強固な基盤を提供します。</p> コンポーネントは、backdropコンポーネントの前にその `children`ノードをレンダリングします。 `Modal` には、次のような重...
{ "pile_set_name": "Github" }
module.exports = function(hljs) { var IDENT_RE = '[a-zA-Z_$][a-zA-Z0-9_$]*'; var IDENT_FUNC_RETURN_TYPE_RE = '([*]|[a-zA-Z_$][a-zA-Z0-9_$]*)'; var HAXE_BASIC_TYPES = 'Int Float String Bool Dynamic Void Array '; return { aliases: ['hx'], keywords: { keyword: 'break case cast catch continue defaul...
{ "pile_set_name": "Github" }
<html> <head> <title>BOOST_PP_LIST_TO_ARRAY</title> <link rel="stylesheet" type="text/css" href="../styles.css"></head> <body> <div style="margin-left: 0px;"> The <b>BOOST_PP_LIST_TO_ARRAY</b> macro converts a <i>list</i> to an <i>array</i>. </div> <h4> Usage </h4> <div class="code"> <b>BOOST_PP_LIST_TO_ARR...
{ "pile_set_name": "Github" }
// Scintilla source code edit control /** @file PerLine.h ** Manages data associated with each line of the document **/ // Copyright 1998-2009 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #ifndef PERLINE_H #define PERLINE_H #ifd...
{ "pile_set_name": "Github" }
# frozen_string_literal: true require_relative 'terraform/apply_command' require_relative 'terraform/destroy_command' module Pharos class TerraformCommand < Pharos::Command subcommand "apply", "apply terraform configuration", Pharos::Terraform::ApplyCommand subcommand "destroy", "destroy terraformed infrast...
{ "pile_set_name": "Github" }
#!/bin/sh cd `dirname $0` exec erl -pa $PWD/ebin $PWD/deps/*/ebin -boot start_sasl -s reloader -s reversehttp "$@"
{ "pile_set_name": "Github" }
package com.java.hoohack.useCommand; public class LightOffCommand implements Command { private Light light; public LightOffCommand(Light light) { this.light = light; } @Override public void execute() { light.off(); } }
{ "pile_set_name": "Github" }
// Copyright 2007, Google 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: // // * Redistributions of source code must retain the above copyright // notice, this list of conditions ...
{ "pile_set_name": "Github" }
// SSDT to correct some problems headphone/mic on CX20752. // // Note: For use with the Anti-pop patches (seee RehabMan NUC repo) // // created by nayeweiyang/XuWang DefinitionBlock ("", "SSDT", 1, "hack", "CX20752", 0) { External(_SB.PCI0.HDEF, DeviceObj) Name(_SB.PCI0.HDEF.RMCF, Package() { ...
{ "pile_set_name": "Github" }
#ifndef BOOST_MPL_AUX_HAS_TAG_HPP_INCLUDED #define BOOST_MPL_AUX_HAS_TAG_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2002-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) // // See http://www.boost.org/...
{ "pile_set_name": "Github" }
ALTER TABLE {$NAMESPACE}_legalpad.legalpad_documentsignature ADD exemptionPHID VARCHAR(64) COLLATE utf8_bin AFTER isExemption;
{ "pile_set_name": "Github" }
# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # Carlos Henrique <Neocazen@vivaldi.net>, 2019. #zanata # gnome-mpv <gnome-mpv@teknik.io>, 2019. #zanata # Carlos Henrique <Neocaz...
{ "pile_set_name": "Github" }
[Hearts x10] 58000000 0C5B0BC8 78000000 02B2E5D4 68000000 41200000 41200000 [Money x999999] 58000000 0C5A0F00 78000000 005B3F74 68000000 000F423F 000F423F [EXP x50.000] 58000000 0C5A0F00 78000000 005B4114 68000000 0000C350 0000C350 [Arrows x99] 58000000 0C5A0F00 78000000 005B42B4 68000000 00000063 00000063 [Bombs x...
{ "pile_set_name": "Github" }
#import <Flutter/Flutter.h> #import <UIKit/UIKit.h> #import "AppDelegate.h" int main(int argc, char* argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); } }
{ "pile_set_name": "Github" }
@ RUN: llvm-mc -triple=armv7-linux-gnueabi -show-encoding < %s | FileCheck %s @ CHECK: ldc p12, c4, [r0, #4] @ encoding: [0x01,0x4c,0x90,0xed] @ CHECK: stc p14, c6, [r2, #-224] @ encoding: [0x38,0x6e,0x02,0xed] ldc p12, cr4, [r0, #4] stc p14, cr6, [r2, #-224] @ RUN: llvm-mc -triple=armv7-linu...
{ "pile_set_name": "Github" }
var Strings = require('../../src/utils/strings'); describe('utils strings', function () { it('string format', function () { var _ = Strings.format; var str = '{0}-{1}!={2}'; _(str, '3', '4', 2).should.equal('3-4!=2'); str = '{0}-{1}!={2}'; _(str, '3', '4').should.equal('3-4!={2}'); }); it('...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright (c) 2005-2010, WSO2 Inc. (http://wso2.com) All Rights Reserved. ~ ~ WSO2 Inc. licenses this file to you under the Apache License, ~ Version 2.0 (the "License"); you may not use this file except ~ in compliance with the License. ~ You may obtain a copy of the ...
{ "pile_set_name": "Github" }
--- root: items: - type: stacking-context bounds: [0, 0, 120, 120] items: - type: rect bounds: [0, 0, 120, 120] color: [0, 0, 0, 1] - type: rect bounds: [10, 10, 100, 100] color: [9, 9, 137, 1]
{ "pile_set_name": "Github" }
--- - user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; fr-be; DA220HQL Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 os: name: Android short_name: AND version: "4.0.4" platform: "" client: type: browser name: Android Browser short_name: AN version...
{ "pile_set_name": "Github" }
#' R2nparray #' #' @name R2nparray #' @docType package NULL
{ "pile_set_name": "Github" }
from __future__ import absolute_import #typing #overrides from allennlp.common.util import pad_sequence_to_length from allennlp.data.vocabulary import Vocabulary from allennlp.data.tokenizers.token import Token from allennlp.data.token_indexers.token_indexer import TokenIndexer class SingleIdTokenIndexer(TokenInde...
{ "pile_set_name": "Github" }
namespace Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20191210Preview { using static Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Extensions; /// <summary>Properties of HostPool.</summary> public partial class HostPoolPatchProperties : Microsoft.Azur...
{ "pile_set_name": "Github" }
#!/bin/bash # This script will install Oracle(Sun) Java 8 into an existing chroot set -e CHROOTDIR=$1 ARCH=$2 if [ ! -d "$CHROOTDIR" ]; then dj_make_chroot -d "$CHROOTDIR" -D Ubuntu -a "$ARCH" fi function cleanup { # Unmount things on cleanup umount -f "$CHROOTDIR/proc" >/dev/null 2>&1 || /bin/true u...
{ "pile_set_name": "Github" }
# Makefile.in generated by automake 1.11.1 from Makefile.am. # include/Makefile. Generated from Makefile.in by configure. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Sof...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0+ // // soc-jack.c -- ALSA SoC jack handling // // Copyright 2008 Wolfson Microelectronics PLC. // // Author: Mark Brown <broonie@opensource.wolfsonmicro.com> #include <sound/jack.h> #include <sound/soc.h> #include <linux/gpio.h> #include <linux/gpio/consumer.h> #include <linux/int...
{ "pile_set_name": "Github" }
/************************************************************************************* Toolkit for WPF Copyright (C) 2007-2020 Xceed Software Inc. This program is provided to you under the terms of the XCEED SOFTWARE, INC. COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at ...
{ "pile_set_name": "Github" }
<template> <div :class="classes"> <label :class="[prefixCls + '-label']" :for="labelFor" :style="labelStyles" v-if="label || $slots.label"><slot name="label">{{ label }}</slot></label> <div :class="[prefixCls + '-content']" :style="contentStyles"> <slot></slot> <transition na...
{ "pile_set_name": "Github" }
import * as React from 'react'; import './App.css'; import JqxListBox, { IListBoxProps } from 'jqwidgets-scripts/jqwidgets-react-tsx/jqxlistbox'; class App extends React.PureComponent<{}, IListBoxProps> { constructor(props: {}) { super(props); this.state = { source: [ "Afghanist...
{ "pile_set_name": "Github" }
extern void f (/*@out@*/ char *s); extern void g (/*@special@*/ char *s) /*@allocates s@*/ ; void t (/*@only@*/ char *s1, /*@only@*/ char *s2) { free (s1); f (s1); free (s2); g (s2); }
{ "pile_set_name": "Github" }
import React from 'react'; import { AutoField, AutoForm, ErrorField, SubmitField, } from '../../lib/universal'; import { bridge as schema } from './GuestSchema2'; export function GuestFormProfessionAdditionalInfo() { return ( <AutoForm schema={schema} onSubmit={console.log}> <h4>IT meeting guest q...
{ "pile_set_name": "Github" }
/* All modification made by Intel Corporation: © 2016 Intel Corporation All contributions by the University of California: Copyright (c) 2014, 2015, The Regents of the University of California (Regents) All rights reserved. All other contributions: Copyright (c) 2014, 2015, the respective contributors All rights rese...
{ "pile_set_name": "Github" }
package gui import ( "errors" "fmt" "os" "runtime" "time" log "github.com/sirupsen/logrus" "github.com/coyim/coyim/config" "github.com/coyim/coyim/coylog" "github.com/coyim/coyim/gui/muc" "github.com/coyim/coyim/gui/settings" "github.com/coyim/coyim/i18n" ournet "github.com/coyim/coyim/net" rosters "git...
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 # Copyright (c) 2015-2018 The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test node responses to invalid transactions. In this test we connect to one node over p2p, and test tx...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Limitless - Responsive Web Application Kit by Eugene Kopyov</title> <!-- Global stylesheets --> <link href="https://font...
{ "pile_set_name": "Github" }
<html ⚡> <head></head> <body> <amp-audio></amp-audio> </body> </html>
{ "pile_set_name": "Github" }
namespace distribution_explorer.Properties { // This class allows you to handle specific events on the settings class: // The SettingChanging event is raised before a setting's value is changed. // The PropertyChanged event is raised after a setting's value is changed. // The SettingsLoaded...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2011 Joel de Guzman 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) ========================================...
{ "pile_set_name": "Github" }
package org.enso.interpreter.test.semantic import org.enso.interpreter.test.{ InterpreterTest, InterpreterContext, InterpreterException } class NamedArgumentsTest extends InterpreterTest { override def subject: String = "Named and Default Arguments" override def specify( implicit interpreterContext: In...
{ "pile_set_name": "Github" }
// Copyright ©2015 The gonum Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package vg import ( "strconv" "strings" ) // A Length is a unit-independent representation of length. // Internally, the length is stored in postscript ...
{ "pile_set_name": "Github" }