text stringlengths 574 99.1k | meta dict |
|---|---|
% TEXT, 90JIS
uphminl-h UniJIS-UTF16-H HaranoAjiMincho-Light.otf
uphminl-v UniJIS-UTF16-V HaranoAjiMincho-Light.otf
uphminr-h UniJIS-UTF16-H HaranoAjiMincho-Regular.otf
uphminr-v UniJIS-UTF16-V HaranoAjiMincho-Regular.otf
uphminb-h UniJIS-UTF16-H HaranoAjiMincho-Bold.otf
uphminb-v UniJIS-UTF16-V HaranoAjiMincho-Bold.o... | {
"pile_set_name": "Github"
} |
;;;;;; Invalid UTF-8 import module names
;;;; Continuation bytes not preceded by prefixes
;; encoding starts with (first) continuation byte
(assert_malformed
(module binary
"\00asm" "\01\00\00\00"
"\02\0b" ;; import section
"\01" ;; length 1
"\04\74\65\... | {
"pile_set_name": "Github"
} |
- name: "Tool Help Library"
href: tool-help-library.md
items:
- name: "About Tool Help Functions"
href: about-tool-help-functions.md
items:
- name: "Snapshots of the System"
href: snapshots-of-the-system.md
- name: "Process Walking"
href: process-walking.md
- name: "Thread Walkin... | {
"pile_set_name": "Github"
} |
@echo off
call set_maxkey_env.bat
SET JAVA_MARK=MaxKeyRunner
SET JAVA_OPTS= -Xms128m
SET JAVA_OPTS=%JAVA_OPTS% -Xmx1024m
SET JAVA_OPTS=%JAVA_OPTS% -Dfile.encoding=UTF-8
rem SET JAVA_OPTS="%JAVA_OPTS% -Dfile.encoding=GBK"
SET JAVA_OPTS=%JAVA_OPTS% -DjavaMark=%JAVA_MARK%
SET JAVA_CONF=./maxkey
SET JAVA_LIBPATH=./maxk... | {
"pile_set_name": "Github"
} |
ret: 0 st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos: 36 size:606208
ret: 0 st:-1 flags:0 ts:-1.000000
ret: 0 st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos: 36 size:606208
ret: 0 st:-1 flags:1 ts: 1.894167
ret: 0 st: 0 flags:1 dts: 0.160000 pts: 0.160000 pos:2424868 siz... | {
"pile_set_name": "Github"
} |
#ifndef __IRODS_NETWORK_OBJECT_HPP__
#define __IRODS_NETWORK_OBJECT_HPP__
// =-=-=-=-=-=-=-
#include "irods_first_class_object.hpp"
// =-=-=-=-=-=-=-
// irods includes
#include "rcConnect.h"
// =-=-=-=-=-=-=-
// boost includes
#include <boost/shared_ptr.hpp>
namespace irods {
// =-=-=-=-=-=-=-
// network object bas... | {
"pile_set_name": "Github"
} |
./cache/g-raphael/0.4.1/javascripts/g-raphael.js
./cache/g-raphael/0.4.1/javascripts/g-raphael-min.js
./cache/highcharts/2.0.1/javascripts/highcharts.js
./cache/highcharts/2.0.1/javascripts/highcharts-min.js
./cache/jqplot/0.9.7/javascripts/jqplot.js
./cache/jqplot/0.9.7/javascripts/jqplot-min.js
./cache/jquery-gcharts... | {
"pile_set_name": "Github"
} |
idx label predict basePredict correct time
0 3 3 3 1 0:00:17.006613
20 7 9 9 0 0:00:15.768338
40 4 8 8 0 0:00:15.816635
60 7 7 4 1 0:00:15.768966
80 8 8 8 1 0:00:15.767851
100 4 5 5 0 0:00:15.778859
120 8 0 0 0 0:00:15.795037
140 6 3 2 0 0:00:15.747020
160 2 0 2 0 0:00:15.841779
180 0 0 0 1 0:00:15.761162
20... | {
"pile_set_name": "Github"
} |
DROP FUNCTION IF EXISTS de_metas_endcustomer_fresh_reports.Direct_Costing_Raw_Data_Activity_10_50 (Year Date, AD_Org_ID numeric(10,0));
CREATE OR REPLACE FUNCTION de_metas_endcustomer_fresh_reports.Direct_Costing_Raw_Data_Activity_10_50 (Year Date, AD_Org_ID numeric(10,0)) RETURNS TABLE
(
Margin text,
l1_Value Cha... | {
"pile_set_name": "Github"
} |
set global innodb_monitor_disable = All;
select name, status from information_schema.innodb_metrics;
name status
metadata_table_handles_opened disabled
metadata_table_handles_closed disabled
metadata_table_reference_count disabled
lock_deadlocks disabled
lock_timeouts disabled
lock_rec_lock_waits disabled
lock_table_lo... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2019 Jérémie Galarneau <jeremie.galarneau@efficios.com>
*
* SPDX-License-Identifier: GPL-2.0-only
*
*/
#include <common/compat/directory-handle.h>
#include <common/error.h>
#include <common/macros.h>
#include <common/runas.h>
#include <common/credentials.h>
#include <lttng/constant.h>
#include ... | {
"pile_set_name": "Github"
} |
import random
class Banner(object):
def __init__(self):
super(Banner, self).__init__()
self._save_banners()
print(random.choice(self.banners))
def _save_banners(self):
banner1 = """
▄████████ ▄█ █▄ ▄████████ ████████▄ ▄██████▄ ▄█ █▄
███ ███ ███ ... | {
"pile_set_name": "Github"
} |
// /**
// * Copyright © Magento, Inc. All rights reserved.
// * See COPYING.txt for license details.
// */
//
// Popups
// _____________________________________________
.lib-popup(
@_popup-width: @popup__width,
@_popup-height: @popup__height,
@_popup-padding: @popup__padding,
@_popup-background: ... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright 2014, Michael Ellerman, IBM Corp.
*/
#include <stdio.h>
#include <stdlib.h>
#include "ebb.h"
/*
* Test various attributes of the EBB event are enforced.
*/
int event_attributes(void)
{
struct event event, leader;
SKIP_IF(!ebb_is_supported());
event_in... | {
"pile_set_name": "Github"
} |
// Colors
$mdb-color-lighten-5: #d0d6e2 !default;
$mdb-color-lighten-4: #b1bace !default;
$mdb-color-lighten-3: #929fba !default;
$mdb-color-lighten-2: #7283a7 !default;
$mdb-color-lighten-1: #59698d !default;
$mdb-color-base: #45526e !default;
$mdb-color-darken-1: #3b465e !default;
$mdb-color-darken-2: ... | {
"pile_set_name": "Github"
} |
{
"children":[{
"children":[{
"children":[{
"children":[{
"children":[{
"children":[{
"id":59,
"name":"E_BONE_C_SKULL",
"orgVecs":[0,0,1,0,0,1,0,0,1,0,0,0,0.125,0.0949999392032623,0.11499997228384,0,0.125,0.0200000368058681,0.0249999910... | {
"pile_set_name": "Github"
} |
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AsyncStreamingTcpServer", "AsyncStreamingTcpServer.vcproj", "{FB8CC898-3E55-4695-839B-870D28D1A036}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
De... | {
"pile_set_name": "Github"
} |
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 11 Express for Windows 8
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FileSearch", "FileSearch.vcxproj", "{C5B886A7-8300-46FF-B533-9613DE2AF637}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|A... | {
"pile_set_name": "Github"
} |
@charset "UTF-8";
/* NHN Web Standardization Team (http://html.nhndesign.com/) HHJ 090226 */
/* COMMON */
body,#smart_editor2,#smart_editor2 p,#smart_editor2 h1,#smart_editor2 h2,#smart_editor2 h3,#smart_editor2 h4,#smart_editor2 h5,#smart_editor2 h6,#smart_editor2 ul,#smart_editor2 ol,#smart_editor2 li,#smart_editor2 ... | {
"pile_set_name": "Github"
} |
require 'tzinfo/timezone_definition'
module TZInfo
module Definitions
module Europe
module Belgrade
include TimezoneDefinition
timezone 'Europe/Belgrade' do |tz|
tz.offset :o0, 4920, 0, :LMT
tz.offset :o1, 3600, 0, :CET
tz.offset :o2, 3600, 3600, :CEST... | {
"pile_set_name": "Github"
} |
/* @generated */
digraph cfg {
"test1#18336337528475129646.aabe036d545fef7e4b4a130ea21a585c_1" [label="1: Start test1\nFormals: a:_Bool b:_Bool\nLocals: x:int \n " color=yellow style=filled]
"test1#18336337528475129646.aabe036d545fef7e4b4a130ea21a585c_1" -> "test1#18336337528475129646.aabe036d545fef7e4b4a130ea2... | {
"pile_set_name": "Github"
} |
{
"methodConfig": [
{
"name": [
{
"service": "google.cloud.secretmanager.v1.SecretManagerService",
"method": "ListSecrets"
},
{
"service": "google.cloud.secretmanager.v1.SecretManagerService",
"method": "CreateSecret"
},
{
... | {
"pile_set_name": "Github"
} |
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Net.Mail;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
using Microsof... | {
"pile_set_name": "Github"
} |
describe('jsonPath', function(){
describe('compiles valid syntax while rejecting invalid', function() {
it("compiles a basic pattern without throwing", function(){
expect(compiling('!')).not.toThrow();
});
describe("syntactically invalid patterns", function() {
it("fail on single invali... | {
"pile_set_name": "Github"
} |
// Check that we emit warnings/errors for different combinations of
// exceptions, rtti, and vptr sanitizer flags for generic (unknown) x86 linux,
// and for PS4 when its behaviour differs from the generic x86-linux.
// No warnings/errors should be emitted for unknown, except if combining
// the vptr sanitizer with -fn... | {
"pile_set_name": "Github"
} |
{% if page.secure == true %}
From your local workstation, use our [`cockroachdb-statefulset-secure.yaml`](https://github.com/cockroachdb/cockroach/blob/master/cloud/kubernetes/cockroachdb-statefulset-secure.yaml) file to create the StatefulSet that automatically creates 3 pods, each with a CockroachDB node running ins... | {
"pile_set_name": "Github"
} |
var helper = require(__dirname + "/test-helper");
test('executing query', function() {
test("queing query", function() {
test('when connection is ready', function() {
var client = helper.client();
assert.empty(client.connection.queries);
client.connection.emit('readyForQuery');
client.q... | {
"pile_set_name": "Github"
} |
#welcome-dialog {
-fx-background-color: $df-dark-grey1;
HBox, VBox {
-fx-spacing: 0; // Fight crazy non-zero default.
}
.list-view {
-fx-background-color: transparent;
-fx-padding: 0;
.list-cell {
-fx-pref-width: 0; // Stretched by ListView. Without this, we get horizontal scrolling.
... | {
"pile_set_name": "Github"
} |
var Buffer = require('buffer').Buffer;
var CRC_TABLE = [
0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
0x1adad47d, ... | {
"pile_set_name": "Github"
} |
eth_phy/phy_common.o: \
D:/Project/ESP32/sdk/esp-idf-v3.0/components/ethernet/eth_phy/phy_common.c \
D:/Project/ESP32/sdk/esp-idf-v3.0/components/ethernet/include/eth_phy/phy.h \
D:/Project/ESP32/sdk/esp-idf-v3.0/components/ethernet/include/esp_eth.h \
D:/Project/ESP32/sdk/esp-idf-v3.0/components/newlib/include/std... | {
"pile_set_name": "Github"
} |
require "json"
module Ameba::Formatter
# A formatter that produces the result in a json format.
#
# Example:
#
# ```
# {
# "metadata": {
# "ameba_version": "x.x.x",
# "crystal_version": "x.x.x",
# },
# "sources": [
# {
# "issues": [
# {
# "locat... | {
"pile_set_name": "Github"
} |
.bs-docs-header
.container
h1 Options
.container
table.table.table-bordered.table-striped.table-responsive
thead
tr
th Name
th Attribute
th Type
th Description
th Values
th Default
tbody
tr
td state
td checked
td Boolea... | {
"pile_set_name": "Github"
} |
@charset "UTF-8";
/// CSS cubic-bezier timing functions. Timing functions courtesy of jquery.easie (github.com/jaukia/easie)
///
/// Timing functions are the same as demoed here: http://jqueryui.com/resources/demos/effect/easing.html
///
/// @type cubic-bezier
$ease-in-quad: cubic-bezier(0.550, 0.085, 0.680, 0.... | {
"pile_set_name": "Github"
} |
#define TARGET_NR_read 0
#define TARGET_NR_write 1
#define TARGET_NR_open 2
#define TARGET_NR_close 3
#define TARGET_NR_stat 4
#define TARGET_NR_fstat ... | {
"pile_set_name": "Github"
} |
(include 'class/fixeds/class.inc)
(def-class 'path 'fixeds)
(dec-method :vtable 'gui/path/vtable)
(dec-method :create 'gui/path/create)
(dec-method :vcreate 'gui/path/create :final)
(dec-method :filter_polyline 'gui/path/filter_polyline :static '(r0 r1 r2) '(r0))
(dec-method :filter_polygon 'gui/path/filter_polygon ... | {
"pile_set_name": "Github"
} |
import unittest
from mock import Mock
from torchbearer.metrics import MetricList, Metric, MetricTree, AdvancedMetric
class TestMetricTree(unittest.TestCase):
def test_dict_return(self):
root = Metric('test')
root.process = Mock(return_value={0: 'test', 1: 'something else'})
leaf1 = Metric... | {
"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: 1000012803914034}
m_IsPrefabParent: ... | {
"pile_set_name": "Github"
} |
/* Copyright (c) INRIA and Microsoft Corporation. All rights reserved.
Licensed under the Apache 2.0 License. */
/* This file was generated by KreMLin <https://github.com/FStarLang/kremlin>
* KreMLin invocation: ../krml -fc89 -fparentheses -fno-shadow -header /mnt/e/everest/verify/hdrB9w -minimal -fparentheses -fc... | {
"pile_set_name": "Github"
} |
/*
Copyright 2018 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"
} |
# Receiver.cfg
$sprite_factory = generic_sprite
@$sprite_scripts = Stone.as;
$sprite_texture = Receiver.png
s32_sprite_frame_width = 16
s32_sprite_frame_height ... | {
"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: 1624422971486160}
m_IsPrefabParent: ... | {
"pile_set_name": "Github"
} |
//-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//------------------------------------------------------... | {
"pile_set_name": "Github"
} |
# Spike.cfg
$sprite_factory = generic_sprite
@$sprite_scripts = Spike.as;
Stone.as;
$sprite_texture = Spike.png
s32_sprite_frame_width = 8
s32_sprite_frame_height ... | {
"pile_set_name": "Github"
} |
---
- name: Install and manage WordPress instances
hosts: 'wordpress'
become: True
roles:
# Environment roles
#
- role: wordpress/env
tags: [ 'role::mariadb', 'role::pki', 'role::users' ]
- role: debops.elasticsearch/env
tags: [ 'role::elasticsearch', 'role::elasticsearch:env', 'r... | {
"pile_set_name": "Github"
} |
% arara: indent: {overwrite: true, trace: yes, silent: yes}
\mycommand{%
%* \begin{tabular}
& A_1 & A_2 & A_3 & A_4 & A_5 & A_6 & A_7 & A_8 & A_9 \\\hline
A_1 & 0 & & & & & & & & \\
A_2 & & 0 & & & & & & & \\
A_3 & & & 0 & ... | {
"pile_set_name": "Github"
} |
@import "jquery.textile";
.content-textile, .textile-preview {
overflow-wrap: break-word;
em {
font-style: italic;
}
h5 {
margin-top: 2rem;
&:first-child {
margin-top: 0;
}
}
img {
max-width: 100%;
height: auto;
}
ol {
list-style-type: decimal;
}
p:last-chil... | {
"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: 1000013234899880}
m_IsPrefabParent: ... | {
"pile_set_name": "Github"
} |
; This is the code from "Appendix A: An Inexpensive I/O System." from
; "A 2K Symbolic Assembler for the 6502" by Robert Ford Denison.
;
; Modified to assemble with the CC65 assembler by Jeff Tranter
DSPBUF = $23
DSPBFI = $24
DSPBF5 = $28
SAVX = $3B
TIME = $5C
POINTL = $FA
POINTH = $FB
PAD = $1700
PADD... | {
"pile_set_name": "Github"
} |
#pragma once
#include <Register/Utility.hpp>
namespace Kvasir {
//FlexBus external bus interface
namespace FbCspmcr{ ///<Chip select port multiplexing control register
using Addr = Register::Address<0x4000c060,0x00000fff,0x00000000,unsigned>;
///FlexBus signal group 5 multiplex control
c... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -fsyntax-only -verify -fblocks %s -Wno-error=non-pod-varargs
// RUN: %clang_cc1 -fsyntax-only -verify -fblocks -std=c++98 %s -Wno-error=non-pod-varargs
// RUN: %clang_cc1 -fsyntax-only -verify -fblocks -std=c++11 %s -Wno-error=non-pod-varargs
// Check that the warning is still there under -fms-compa... | {
"pile_set_name": "Github"
} |
#ifndef HLSL_TOKENIZER_H
#define HLSL_TOKENIZER_H
namespace M4
{
/** In addition to the values in this enum, all of the ASCII characters are
valid tokens. */
enum HLSLToken
{
// Built-in types.
HLSLToken_Float = 256,
HLSLToken_Float1,
HLSLToken_Float1x1,
HLSLToken_Float2,
HLSLToken_Flo... | {
"pile_set_name": "Github"
} |
'use strict';
exports.config = {
capabilities: {
'browserName': 'chrome',
// firefox, safari
name: 'API-portal- Regression'
},
allScriptsTimeout: 100000,
specs: [
'../test/e2e/file-browser.js',
'../test/e2e/mocking-service/mocking-service.js',
'../test/e2e/raml-example/muse-e2e.js',
... | {
"pile_set_name": "Github"
} |
use strict;
package Server::Login;
use Moose;
use Server::Server;
use Method::Signatures::Simple;
extends 'Server::Server';
use Crypt::Eksblowfish::Bcrypt qw(bcrypt en_base64);
use DB::Connection;
use DB::UserValidate;
use Server::Session;
use Util::CryptUtil;
use Util::PasswordQuality;
use Util::ServerUtil;
meth... | {
"pile_set_name": "Github"
} |
(in-package :cepl.blending)
(defun+ blending-params (fbo &optional attachment-name)
(if attachment-name
(attachment-blending fbo attachment-name)
(%fbo-blending-params fbo)))
(defun+ (setf blending-params) (value fbo &optional attachment-name)
(if attachment-name
(setf (attachment-blending fbo a... | {
"pile_set_name": "Github"
} |
/*
* Skin: Blue
* ----------
*/
.skin-blue-light .main-header .navbar {
background-color: #3c8dbc;
}
.skin-blue-light .main-header .navbar .nav > li > a {
color: #ffffff;
}
.skin-blue-light .main-header .navbar .nav > li > a:hover,
.skin-blue-light .main-header .navbar .nav > li > a:active,
.skin-blue-light .mai... | {
"pile_set_name": "Github"
} |
#pragma once
#include <vector>
#include "absl/types/optional.h"
#include "absl/types/span.h"
#include "tensorflow/compiler/xla/client/xla_builder.h"
#include "torch_xla/csrc/device.h"
namespace torch_xla {
xla::XlaOp PadToSize(xla::XlaOp input, absl::Span<const xla::int64> size,
absl::optional<... | {
"pile_set_name": "Github"
} |
#begin document (wb/sel/09/sel_0988); part 000
wb/sel/09/sel_0988 -1 0 [WORD] IN (TOP(S(SBAR* - - - - * -
wb/sel/09/sel_0988 -1 1 [WORD] PRP (S(NP*) - - - - * -
wb/sel/09/sel_0988 -1 2 [WORD] VBP (VP* ... | {
"pile_set_name": "Github"
} |
import "base_gcmessages.proto";
import "dota_gcmessages_common_match_management.proto";
option cc_generic_services = false;
message CDOTAMatchMetadataFile {
required int32 version = 1;
required uint64 match_id = 2;
optional .CDOTAMatchMetadata metadata = 3;
optional bytes private_metadata = 5;
}
message CDOTAMat... | {
"pile_set_name": "Github"
} |
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the Linux Bluetooth HCI device drivers.
#
obj-$(CONFIG_BT_HCIVHCI) += hci_vhci.o
obj-$(CONFIG_BT_HCIUART) += hci_uart.o
obj-$(CONFIG_BT_HCIBCM203X) += bcm203x.o
obj-$(CONFIG_BT_HCIBPA10X) += bpa10x.o
obj-$(CONFIG_BT_HCIBFUSB) += bfusb.o
obj-$(CONFIG_BT_HCIDTL1) += dt... | {
"pile_set_name": "Github"
} |
exclude:
- ".git/**"
- "node_modules/**"
- "bower_components/**"
always-semicolon: true
block-indent: 4
color-case: "lower"
color-shorthand: true
element-case: "lower"
eof-newline: true
leading-zero: false
quotes: "double"
remove-empty-rulesets: true
space-after-colon: " "
space-after-combinator: " "
space-after-... | {
"pile_set_name": "Github"
} |
import ndim
import numpy
import pytest
from helpers import check_degree
import quadpy
@pytest.mark.parametrize(
"scheme",
[quadpy.sn.dobrodeev_1970(n) for n in range(3, 9)]
+ [quadpy.sn.dobrodeev_1978(n) for n in range(2, 7)]
+ [quadpy.sn.mcnamee_stenger_3(n) for n in range(2, 7)]
+ [quadpy.sn.mc... | {
"pile_set_name": "Github"
} |
/*
Plugin-SDK (Grand Theft Auto San Andreas) source file
Authors: GTA Community. See more here
https://github.com/DK22Pac/plugin-sdk
Do not delete this comment block. Respect others' work!
*/
#include "CHud.h"
char (*CHud::m_BigMessage)[128] = (char (*)[128])0xBAACC0;
bool &CHud::bScriptDontDisplayArea... | {
"pile_set_name": "Github"
} |
// created by cgo -cdefs and then converted to Go
// cgo -cdefs defs_linux.go defs3_linux.go
package runtime
const (
_EINTR = 0x4
_EAGAIN = 0xb
_ENOMEM = 0xc
_PROT_NONE = 0x0
_PROT_READ = 0x1
_PROT_WRITE = 0x2
_PROT_EXEC = 0x4
_MAP_ANON = 0x20
_MAP_PRIVATE = 0x2
_MAP_FIXED = 0x10
_MADV_DONTNEED... | {
"pile_set_name": "Github"
} |
The non-test part of the code is expected to have 2 failures.
gtest_output_test_.cc:#: Failure
Value of: false
Actual: false
Expected: true
gtest_output_test_.cc:#: Failure
Value of: 3
Expected: 2
[0;32m[==========] [mRunning 63 tests from 28 test cases.
[0;32m[----------] [mGlobal test environment set-up.
FooEn... | {
"pile_set_name": "Github"
} |
#defaults=no
#cm=OSC
Wave=2
<?
float Wave[ 128 ];
Wave[0] = 0.0022583008;
Wave[1] = 0.007238388;
Wave[2] = 0.007247925;
Wave[3] = 0.007247925;
Wave[4] = 0.02210617;
Wave[5] = 0.02217102;
Wave[6] = 0.02217102;
Wave[7] = 0.02217102;
Wave[8] = 0.048683167;
Wave[9] = 0.055999756;
Wave[10] = 0.05596924;
Wav... | {
"pile_set_name": "Github"
} |
<?php
return [
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator c... | {
"pile_set_name": "Github"
} |
SolidWorks IGES file using analytic representation for surfaces S 1
1H,,1H;,9HROB-12313,62H\\kentro\work\MEng\Drawings\SDW\SFE Products\ROB\G 1
ROB-12313.IGS,15HSolidWorks 2014,15HSolidWorks 2014,32,308,15,308,15,9HRG 2
OB-12313,1.,1,2HIN,50,0.125,13H141206.122127,1E-008,19684.6456692913, G ... | {
"pile_set_name": "Github"
} |
import React from 'react';
import ImagesList from './ImagesList.jsx';
import MainHeader from './MainHeader.jsx';
import PackProperties from './PackProperties.jsx';
import PackResults from './PackResults.jsx';
import MessageBox from './MessageBox.jsx';
import ProcessingShader from './ProcessingShader.jsx';
impo... | {
"pile_set_name": "Github"
} |
@import '~less/global-variables';
/**
* Editor
*/
// Our own customizations
.tr-editor {
border: 0;
background: transparent;
box-shadow: none;
height: auto;
resize: none;
margin: 0;
padding: 0;
cursor: text;
min-height: 100px;
&:hover {
background: fade(@brand-primary, 10%);
}
&:focus {
... | {
"pile_set_name": "Github"
} |
@import "../scss/vars";
.people-list {
max-width: 800px;
margin: 0 auto;
&__list {
}
&__item {
border: 2px solid $grey;
border-radius: 4px;
margin-bottom: 12px;
position: relative;
height: 105px;
padding-left: 95px;
font-size: $font-size--md... | {
"pile_set_name": "Github"
} |
---
- !ruby/object:MIME::Type
content-type: text/1d-interleaved-parityfec
encoding: quoted-printable
xrefs:
rfc:
- rfc6015
template:
- text/1d-interleaved-parityfec
registered: true
- !ruby/object:MIME::Type
content-type: text/cache-manifest
encoding: quoted-printable
extensions:
- appca... | {
"pile_set_name": "Github"
} |
## Changelog
### 0.12.0
#### Added
- iFrame navigation handling [#535](https://github.com/MontFerret/ferret/pull/535)
- ``FRAMES`` function for fast frame lookup [#535](https://github.com/MontFerret/ferret/pull/535)
- Assertion library [#526](https://github.com/MontFerret/ferret/pull/526)
#### Changed
- Removed prope... | {
"pile_set_name": "Github"
} |
using System;
using BuildVision.Common;
using BuildVision.UI.Models;
namespace BuildVision.UI.Settings.Models
{
public class BuildMessagesSettings : SettingsBase
{
private BuildMajorMessageFormat _majorMessageFormat = BuildMajorMessageFormat.Entire;
private string _buildBeginMajorMessageString... | {
"pile_set_name": "Github"
} |
$pagination-prefix: ".#{$css-prefix}pagination";
$pagination-item-split: $s1 !default;
$pagination-current-font-size: $font-size-base-body1 !default;
$pagination-total-font-size: $font-size-base-body1 !default;
$pagination-jump-font-size: $font-size-base-body1 !default;
$pagination-ellips... | {
"pile_set_name": "Github"
} |
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
tr... | {
"pile_set_name": "Github"
} |
use std::collections::BTreeMap;
use std::iter::Iterator;
use std::ops::RangeBounds;
use std::vec::Vec;
use rand::{seq::SliceRandom, thread_rng, Rng};
use test::{black_box, Bencher};
macro_rules! map_insert_rand_bench {
($name: ident, $n: expr, $map: ident) => {
#[bench]
pub fn $name(b: &mut Benche... | {
"pile_set_name": "Github"
} |
{
"ActivityBlock.classActivityLabel": "Hoạt động lớp",
"ActivityBlock.noActivityLabel": "Không có hoạt động trong lớp của bạn",
"Answer.correct": "Câu trả lời đúng được đưa ra",
"Answer.error": "Xảy ra lỗi không xác định",
"Answer.hint": "Học viên đã yêu cầu gợi ý",
"Answer.incorrect": "Câu trả lời sai được... | {
"pile_set_name": "Github"
} |
# name lanes alias index speed fec
Ethernet0 0,1 etp1a 1 50000 none
Ethernet2 2,3 etp1b 1 50000 none
Ethernet8 8,9 etp2a 2 50000 none
Ethernet10 10,11 etp2b 2 ... | {
"pile_set_name": "Github"
} |
Original Author:
- Weston Schmidt <weston_schmidt@alumni.purdue.edu>
Contributors:
- Reinhard Arlt
- at89c5131 chip support
- Anton Blad
- at90usb162 and at90usb82 chip support
- David Brownell
- compiler flag improvements
- command line argument processing improvements
... | {
"pile_set_name": "Github"
} |
.jslider .jslider-bg i,
.jslider { display: block; width: 100%; height: 1em; position: relative; top: 0.6em; font-family: Arial, sans-serif; }
.jslider table { width: 100%; border-collapse: collapse; border: 0; }
.jslider td, .jslider th { padding: 0; vertical-align: top; text-align: left; border: 0; }
.js... | {
"pile_set_name": "Github"
} |
; RUN: opt < %s -loop-unroll -unroll-runtime -unroll-allow-partial -S | FileCheck %s
declare void @f() convergent
; Although this loop contains a convergent instruction, it should be
; fully unrolled.
;
; CHECK-LABEL: @full_unroll(
define i32 @full_unroll() {
entry:
br label %l3
l3:
%x.0 = phi i32 [ 0, %entry ],... | {
"pile_set_name": "Github"
} |
Validate error.
bs = {}
slot1 = require("bit").lshift
bs.new = function (slot0, slot1)
o = {
data = slot1 or {}
}
if type(slot1[1]) == "number" then
t = {}
for slot5, slot6 in pairs(slot1) do
t[#t + 1] = string.char(slot6)
end
o.data = t
end
o.i = 1
o.length = #slot1
setmetatable(o, slot0)
sl... | {
"pile_set_name": "Github"
} |
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
; RUN: opt < %s -instcombine -S | FileCheck %s
; rdar://11748024
define i32 @a(i1 zeroext %x, i1 zeroext %y) {
; CHECK-LABEL: @a(
; CHECK-NEXT: [[SUB:%.*]] = select i1 [[X:%.*]], i32 2, i32 1
; CHECK-NEXT: [[TMP1:%.*]] = zext i1 [[Y:%.*]]... | {
"pile_set_name": "Github"
} |
; RUN: opt < %s -add-discriminators -S | FileCheck %s
; RUN: opt < %s -passes=add-discriminators -S | FileCheck %s
; Discriminator support for multiple CFG paths on the same line.
;
; void foo(int i) {
; int x;
; if (i < 10) x = i; else x = -i;
; }
;
; The two stores inside the if-then-else... | {
"pile_set_name": "Github"
} |
local Parallel, parent = torch.class('nn.Parallel', 'nn.Container')
function Parallel:__init(inputDimension,outputDimension)
parent.__init(self)
self.modules = {}
self.inputDimension = inputDimension
self.outputDimension = outputDimension
end
function Parallel:updateOutput(input)
local nModule=input:si... | {
"pile_set_name": "Github"
} |
44 tests, 197 assertions, 1 failures, 0 errors
Status Test Message
testSelectorWithTagName passed 4 assertions, 0 failures, 0 errors
testSelectorWithId passed 3 assertions, 0 failures, 0 errors
testSelectorWithClassName passed 2 assertions, 0 failures, 0 errors
testSelectorWithTagNameAndId passed 2 assertions, 0 failur... | {
"pile_set_name": "Github"
} |
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
# background-repeat round/space test cases
== background-repeat-space-1a.html background-repeat-space-1a.html
== background-repeat-space-1b.html background-repeat-space-1b.html
== background-repeat-space-1c.html background-repeat-space-1c.html
== ... | {
"pile_set_name": "Github"
} |
; This test makes sure that memmove instructions are properly eliminated.
;
; RUN: opt < %s -instcombine -S | not grep "call void @llvm.memmove"
@S = internal constant [33 x i8] c"panic: restorelist inconsistency\00" ; <[33 x i8]*> [#uses=1]
@h = constant [2 x i8] c"h\00" ; <[2 x i8]*> [#uses=1]
@hel = constant [4 x... | {
"pile_set_name": "Github"
} |
let g:airline#themes#silver#palette = {}
let g:airline#themes#silver#palette.accents = {
\ 'red': [ '#ff2121' , '' , 196 , '' , '' ],
\ }
let s:N1 = [ '#414141' , '#e1e1e1' , 59 , 188 ]
let s:N2 = [ '#414141' , '#e1e1e1' , 59 , 188 ]
let s:N3 = [ '#414141' , '#e1e1e1' , 59 , 188 ]
let g:airline#themes#sil... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using System.Workflow.Runtime;
using System.Workflow.Activities;
using Composite.C1Console.Actions;
using Composite.Data;
using Composite.Data.Types;
using Composite.Core.ResourceSystem;... | {
"pile_set_name": "Github"
} |
# [Глава 2](../index.md#Глава-2-Построение-абстракций-с-помощью-данных)
### Упражнение 2.7
Лиза постулирует существование абстрактного объекта, называемого «интервал», у которого есть два конца: верхняя и нижняя границы. Кроме того, она предполагает, что имея два конца интервала, мы можем сконструировать его при помощ... | {
"pile_set_name": "Github"
} |
// flex type
@mixin d-flex(){
display: flex;
}
@mixin d-inline-flex(){
display: inline-flex;
}
// flex-direction
@mixin flex-row(){
flex-direction: row;
}
@mixin flex-row-reverse(){
flex-direction: row;
}
@mixin flex-column(){
flex-direction: column;
}
@mixin flex-column-reverse(){
fl... | {
"pile_set_name": "Github"
} |
src/crypto/crypto_internal.o: \
D:/Project/ESP32/sdk/esp-idf-v3.0/components/wpa_supplicant/src/crypto/crypto_internal.c \
D:/Project/ESP32/sdk/esp-idf-v3.0/components/wpa_supplicant/include/crypto/includes.h \
D:/Project/ESP32/sdk/esp-idf-v3.0/components/esp32/include/rom/ets_sys.h \
D:/Project/ESP32/sdk/esp-idf-v... | {
"pile_set_name": "Github"
} |
@import (reference) "../../../core/client/less/mt-var.less";
.pagination-border-top {
border-top: 2px solid lighten(@gray-base, 85%);
}
.pagination-border-bottom {
border-bottom: 2px solid lighten(@gray-base, 85%);
}
.follow-list {
padding: 20px 10px;
.follow-item {
position: relative;
... | {
"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: 1627441985901624}
m_IsPrefabParent: ... | {
"pile_set_name": "Github"
} |
#begin document (wb/sel/09/sel_0913); part 000
wb/sel/09/sel_0913 0 0 [WORD] IN (TOP(S(SBAR* - - - - * * -
wb/sel/09/sel_0913 0 1 [WORD] PRP (S(S(NP*) - - - - * (ARG0*) -
wb/sel/09/sel_0913 0 2 [WORD] R... | {
"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-northeast-3 (https://d2zq80gdmjim8k.cl... | {
"pile_set_name": "Github"
} |
const fse = require('fs-extra');
const copy = require('copy');
console.log('Removing old dist files...');
// Retaining node_modules by not deleting the whole dist folder
fse.removeSync('../dist/browser/');
fse.removeSync('../dist/models/');
fse.removeSync('../dist/render/');
fse.removeSync('../dist/services/');
fse.re... | {
"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: 1103278123857852}
m_IsPrefabParent: ... | {
"pile_set_name": "Github"
} |
@testable import struct MongoSwift.ReadPreference
import MongoSwiftSync
extension MongoDatabaseOptions: Decodable {
public init(from decoder: Decoder) throws {
let container = try decoder.container(keyedBy: CodingKeys.self)
let readConcern = try container.decodeIfPresent(ReadConcern.self, forKey: .... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.