text
stringlengths
574
99.1k
meta
dict
function [ss,gg,tt,ff,zo]=specsub(si,fsz,pp) %SPECSUB performs speech enhancement using spectral subtraction [SS,ZO]=(S,FSZ,P) % % Usage: (1) y=specsub(x,fs); % enhance the speech using default parameters % % Inputs: % si input speech signal % fsz sample frequency in Hz % Alternatively, the inp...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!126 &1 NavMeshProjectSettings: m_ObjectHideFlags: 0 serializedVersion: 2 areas: - name: Walkable cost: 1 - name: Not Walkable cost: 1 - name: Jump cost: 2 - name: cost: 1 - name: cost: 1 - name: cost: 1 - n...
{ "pile_set_name": "Github" }
using AxoCover.Common.Extensions; using AxoCover.Common.ProcessHost; using AxoCover.Common.Runner; using AxoCover.Models.Editor; using AxoCover.Models.Storage; using AxoCover.Models.Telemetry; using AxoCover.Models.Testing.Adapters; using AxoCover.Models.Testing.Data; using AxoCover.Models.Testing.Data.CoverageReport; ...
{ "pile_set_name": "Github" }
function getName() return "Map 04" end function onMapLoaded() end function initMap() -- get the current map context local map = Map.get() map:addTile("tile-background-ice-06", 0, 0) map:addTile("tile-background-ice-05", 0, 1) map:addTile("tile-background-ice-06", 0, 2) map:addTile("tile-background-ice-07", 0, ...
{ "pile_set_name": "Github" }
require 'tzinfo/timezone_definition' module TZInfo module Definitions module America module Chicago include TimezoneDefinition timezone 'America/Chicago' do |tz| tz.offset :o0, -21036, 0, :LMT tz.offset :o1, -21600, 0, :CST tz.offset :o2, -21600, 3600,...
{ "pile_set_name": "Github" }
namespace LokiRAT_Server { using System; using System.ComponentModel; using System.Drawing; using System.Net; using System.Text.RegularExpressions; using System.Windows.Forms; public class processManager : Form { private WebClient client = new WebClient(); private Colum...
{ "pile_set_name": "Github" }
@charset "UTF-8"; @font-face { font-family: "socicon"; src:url("../fonts/socicon.eot"); src:url("../fonts/socicon.eot?#iefix") format("embedded-opentype"), url("../fonts/socicon.woff") format("woff"), url("../fonts/socicon.ttf") format("truetype"), url("../fonts/socicon.svg#socicon") format("svg"); ...
{ "pile_set_name": "Github" }
/** * * Problem Statement- * [Forming a Magic Square](https://www.hackerrank.com/challenges/magic-square-forming/problem) * */ package com.javaaid.hackerrank.solutions.generalprogramming.basicprogramming; import java.util.Scanner; /** * @author Kanahaiya Gupta * */ public class FormingAMagicSq...
{ "pile_set_name": "Github" }
@mixin popover { z-index: 300; &.popover--top:before { content: ''; display: block; position: absolute; bottom: -8px; left: 50%; border-color: getColor(n4) transparent transparent transparent; border-style: solid; border-width: 7px; margin-left: -7px; } &.popover--right:be...
{ "pile_set_name": "Github" }
/** * SyntaxHighlighter * http://alexgorbatchev.com/SyntaxHighlighter * * SyntaxHighlighter is donationware. If you are using it, please donate. * http://alexgorbatchev.com/SyntaxHighlighter/donate.html * * @version * 3.0.83 (July 02 2010) * * @copyright * Copyright (C) 2004-2010 Alex Gorbatchev. * * @lic...
{ "pile_set_name": "Github" }
namespace eval ::tk { ::msgcat::mcset en "&Abort" ::msgcat::mcset en "&About..." ::msgcat::mcset en "All Files" ::msgcat::mcset en "Application Error" ::msgcat::mcset en "&Apply" ::msgcat::mcset en "Bold" ::msgcat::mcset en "Bold Italic" ::msgcat::mcset en "&Blue" ::msgcat::mcset en ...
{ "pile_set_name": "Github" }
// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY: // // ucd-generate case-folding-simple ucd-13.0.0 --chars --all-pairs // // Unicode version: 13.0.0. // // ucd-generate 0.2.8 is available on crates.io. pub const CASE_FOLDING_SIMPLE: &'static [(char, &'static [char])] = &[ ('A', &['a']), ('B', &['...
{ "pile_set_name": "Github" }
; RUN: opt -S -early-cse < %s | FileCheck %s declare float @roundf(float) #0 declare float @llvm.round.f32(float) #0 declare double @round(double) #0 declare double @llvm.round.f64(double) #0 ; CHECK-LABEL: @constant_fold_round_f32_01 ; CHECK-NEXT: ret float 1.000000e+00 define float @constant_fold_round_f32_01() #0 ...
{ "pile_set_name": "Github" }
{ "id": "auto", "style": "css/h4dark.css", "layout": "default" } %%%END ### Sketch #### Insert | Shortcut | Action | | :-----: | :------ | | **A** | New Artboard | | **S** | Slice | | **R** | Rectangle | | **U** | Rounded Rectangle | | **O** | ...
{ "pile_set_name": "Github" }
#pragma once #include <Register/Utility.hpp> namespace Kvasir { //LCD Controller namespace LcdcLcdcc1{ ///<LCDC Control Register 1 using Addr = Register::Address<0x40032000,0xffffff83,0x00000000,unsigned char>; ///Timer mode operation enable bit constexpr Register::FieldLocation<Addr,Re...
{ "pile_set_name": "Github" }
package com.example.plugintest.manymethods.j.a; public class A4 { public static void a0(String msg) { System.out.println("msg=" + msg + 0); } public static void a1(String msg) { System.out.println("msg=" + msg + 1); } public static void a2(String msg) { System.out.println("msg=" + msg + 2); } public st...
{ "pile_set_name": "Github" }
// mkerrors.sh -m64 // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT // +build sparc64,linux // Created by cgo -godefs - DO NOT EDIT // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_ALG = 0x26 AF_APPLETALK = 0x5 AF_ASH ...
{ "pile_set_name": "Github" }
RSpec.describe Listen::Adapter do let(:listener) { instance_double(Listen::Listener, options: {}) } before do allow(Listen::Adapter::BSD).to receive(:usable?) { false } allow(Listen::Adapter::Darwin).to receive(:usable?) { false } allow(Listen::Adapter::Linux).to receive(:usable?) { false } allow(Li...
{ "pile_set_name": "Github" }
; RUN: opt -loop-unroll -disable-output < %s ; PR11361 ; This tests for an iterator invalidation issue. 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-S128" target triple = "x86_64-unknown-linux-gnu" de...
{ "pile_set_name": "Github" }
import { previewFunction } from "storybook-addon-preview"; export const DRAG_GROUP_START_TEMPLATE = previewFunction(`function onDragGroupStart({ events }) { events.forEach((ev, i) => { ev.set(this.frames[i].translate); }); }`); export const DRAG_GROUP_TEMPLATE = previewFunction(`function onDragGroup({ ...
{ "pile_set_name": "Github" }
@import "~@patternfly/patternfly/components/Page/page.scss"; .pf-c-table tr:nth-child(1) { > td, th { --pf-c-table--cell--PaddingTop: 0.5rem; --pf-c-table--cell--PaddingBottom: 0.5rem; padding: var(--pf-c-table--cell--PaddingTop) var(--pf-c-table--cell--PaddingRight) var(--pf-c-table--cell...
{ "pile_set_name": "Github" }
DROP TABLE IF EXISTS t1; CREATE TABLE t1(c1 BIT NULL); SHOW TABLES; Tables_in_test t1 SHOW CREATE TABLE t1; Table Create Table t1 CREATE TABLE `t1` ( `c1` bit(1) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 ALTER TABLE t1 MODIFY c1 BIT NOT NULL; SHOW TABLES; Tables_in_test t1 SHOW CREATE TABLE t1; Table Create...
{ "pile_set_name": "Github" }
(function(GoNorth) { "use strict"; (function(DefaultNodeShapes) { (function(Conditions) { /// Condition Type for checking if a daily routine event is disabled var conditionTypeCheckDailyRoutineEventIsDisabled = 21; /** * Check if a daily routin...
{ "pile_set_name": "Github" }
export const dependencies = { 'a11y/semantic-enrich': ['input/mml', '[sre]'], 'a11y/complexity': ['a11y/semantic-enrich'], 'a11y/explorer': ['a11y/semantic-enrich', 'ui/menu'], '[tex]/all-packages': ['input/tex-base'], '[tex]/action': ['input/tex-base', '[tex]/newcommand'], '[tex]/autoload': ['input/tex-bas...
{ "pile_set_name": "Github" }
package org.andresoviedo.android_3d_model_engine.camera; import android.util.Log; import org.andresoviedo.android_3d_model_engine.controller.TouchEvent; import org.andresoviedo.android_3d_model_engine.model.Camera; import org.andresoviedo.android_3d_model_engine.view.ModelRenderer; import org.andresoviedo.util.event....
{ "pile_set_name": "Github" }
// mkerrors.sh -maix32 // Code generated by the command above; see README.md. DO NOT EDIT. // +build ppc,aix // Created by cgo -godefs - DO NOT EDIT // cgo -godefs -- -maix32 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_BYPASS = 0x19 AF_CCITT ...
{ "pile_set_name": "Github" }
// mkerrors.sh -maix32 // Code generated by the command above; see README.md. DO NOT EDIT. // +build ppc,aix // Created by cgo -godefs - DO NOT EDIT // cgo -godefs -- -maix32 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_BYPASS = 0x19 AF_CCITT ...
{ "pile_set_name": "Github" }
#import "LanSongProgram.h" // Base classes #import "LanSongContext.h" #import "LanSongOutput.h" #import "LanSongVideoCamera.h" #import "LanSongStillCamera.h" #import "LanSongPicture.h" #import "LanSongRawDataInput.h" #import "LanSongRawDataOutput.h" #import "LanSongFilterPipeline.h" #import "LanSongTextureOutput.h" #i...
{ "pile_set_name": "Github" }
File: RenameOnImport.a.kt - 1d4b4e7321208835dd8c4f2a731b8ced packageHeader PACKAGE("package") identifier simpleIdentifier Identifier("a") semi NL("\n") NL("\n") importList topLevelObject declaration propertyDeclaration VAL("val") variableDeclaration ...
{ "pile_set_name": "Github" }
{ "HIGHLIGHTSTROKECOLORS": [ [ "logic", "#000000" ] ], "ARGPLUGINS": [ [ "myxor", "var block = logo.blocks.blockList[blk];var conns = block.connections;block.value = logo.parseArg(logo, turtle, conns[1]) >> logo.parseArg(lo...
{ "pile_set_name": "Github" }
require 'tzinfo/timezone_definition' module TZInfo module Definitions module America module St_Johns include TimezoneDefinition timezone 'America/St_Johns' do |tz| tz.offset :o0, -12652, 0, :LMT tz.offset :o1, -12652, 0, :NST tz.offset :o2, -12652, 360...
{ "pile_set_name": "Github" }
include/master-slave.inc [connection master] DROP DATABASE IF EXISTS mysqltest_prometheus; DROP DATABASE IF EXISTS mysqltest_sisyfos; DROP DATABASE IF EXISTS mysqltest_bob; DROP DATABASE IF EXISTS mysqltest_bob; CREATE DATABASE mysqltest_prometheus; CREATE DATABASE mysqltest_sisyfos; CREATE DATABASE mysqltest_bob; USE ...
{ "pile_set_name": "Github" }
% Test file for function cumprod() % Matlab version: 7.9.0.529 (R2009b) % TEST 1 res1 = cumprod([]); % TEST 2 res2 = cumprod(m2sciUnknownType([])); % TEST 3 res3 = cumprod(m2sciUnknownDims([])); % TEST 4 res4 = cumprod([1]); % TEST 5 res5 = cumprod([1,2,3]); % TEST 6 res6 = cumprod([1;2;3]); % TEST 7 res7 = cumprod([1...
{ "pile_set_name": "Github" }
Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DOMParser", "DOMParser\DOMParser_vs100.vcxproj", "{70F2F655-67D5-32A1-A99B-D4903547DB3E}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DOMWriter", "DOMWriter\DOMWriter...
{ "pile_set_name": "Github" }
from collections import OrderedDict import pydoc import warnings import numpy as np import pytest from pandas.util._test_decorators import async_mark import pandas as pd from pandas import ( Categorical, DataFrame, DatetimeIndex, Index, Series, Timedelta, TimedeltaIndex, Timestamp, ...
{ "pile_set_name": "Github" }
%---------------------------------------------------------------------------% % vim: ts=4 sw=4 et ft=mercury %---------------------------------------------------------------------------% :- module class_decl. :- interface. :- import_module io. :- pred main(io::di, io::uo) is det. :- implementation. %--------------...
{ "pile_set_name": "Github" }
open! Base let unstage = Staged.unstage (* Regression tests to ensure that [Validate.field], [Validate.field_folder], and [Validate.field_direct_folder] continue to work with private record types. *) module Fold_with_private (M : sig type t = private { a : int } [@@deriving fields] end) : sig val validate...
{ "pile_set_name": "Github" }
; RUN: opt -instcombine %s -S | FileCheck %s ;; This tests that the instructions in the entry blocks are sunk into each ;; arm of the 'if'. define i32 @test1(i1 %C, i32 %A, i32 %B) { ; CHECK: @test1 entry: %tmp.2 = sdiv i32 %A, %B ; <i32> [#uses=1] %tmp.9 = add i32 %B, %A ; <i32...
{ "pile_set_name": "Github" }
use specs::prelude::*; use super::{HungerClock, RunState, HungerState, SufferDamage, gamelog::GameLog}; pub struct HungerSystem {} impl<'a> System<'a> for HungerSystem { #[allow(clippy::type_complexity)] type SystemData = ( Entities<'a>, WriteStorage<'a, HungerC...
{ "pile_set_name": "Github" }
module mo_imp_sol use shr_kind_mod, only : r8 => shr_kind_r8 use chem_mods, only : clscnt4, gas_pcnst, clsmap use cam_logfile, only : iulog implicit none private public :: imp_slv_inti, imp_sol save real(r8), parameter :: rel_err = 1.e-3_r8 real(r8), parameter :: high_rel_err = 1.e-4_r8 !-----------...
{ "pile_set_name": "Github" }
/* Name: Paraíso (Light) Author: Jan T. Sott Color scheme by Jan T. Sott (https://github.com/idleberg/Paraiso-CodeMirror) Inspired by the art of Rubens LP (http://www.rubenslp.com.br) */ .cm-s-paraiso-light.CodeMirror { background: #e7e9db; color: #41323f; } .cm-s-paraiso-light div.CodeMir...
{ "pile_set_name": "Github" }
site-menu { display: block; flex: 0 0 auto; max-width: 200px; z-index: 1; } site-menu .wrapper { position: relative; } site-menu .site-search { margin-bottom: 16px; } site-menu .menu-search-list { list-style: none; margin: 0; padding: 0; position: absolute; top: 0; left: 0; } site-menu .menu...
{ "pile_set_name": "Github" }
// mkerrors.sh // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm,freebsd // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_ARP = 0x23 AF_ATM ...
{ "pile_set_name": "Github" }
Asking various HOL-ATPs in Miami remotely (thanks to Geoff Sutcliffe) C_K_const_max.p---LEO-II---1.6.2---RESULT: SOT_6I01zD - LEO-II---1.6.2 says Theorem - CPU = 0.00 WC = 0.09 C_K_const_max.p---Satallax---2.7---RESULT: SOT_PmddCm - Satallax---2.7 says Theorem - CPU = 5.31 WC = 5.41 Done C_K_const_min.p---Satallax---...
{ "pile_set_name": "Github" }
input_driver = "xinput" input_device = "Controller (Xbox One For Windows)" input_device_display_name = "XBOX One Controller" input_vendor_id = "1118" input_product_id = "767" input_b_btn = "0" input_y_btn = "2" input_select_btn = "7" input_start_btn = "6" input_up_btn = "h0up" input_down_btn = "h0down" input_left_btn...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -verify -fopenmp -x c++ -triple x86_64-unknown-unknown -emit-llvm %s -fexceptions -fcxx-exceptions -o - | FileCheck %s // RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -triple x86_64-unknown-unknown -fexceptions -fcxx-exceptions -emit-pch -o %t %s // RUN: %clang_cc1 -fopenmp -x c++ -triple x86_64-unknow...
{ "pile_set_name": "Github" }
import styles from './CustomMonthPicker.less'; import React, { Component } from 'react'; import PropTypes from 'prop-types'; import getYearOptions from './getYearOptions'; import Dropdown from '../../Dropdown/Dropdown'; import FieldLabel from '../../FieldLabel/FieldLabel'; import ScreenReaderOnly from '../../ScreenR...
{ "pile_set_name": "Github" }
from typing import List from webdnn.backend.webgl.optimize_rules.decompose_softmax import DecomposeSoftmax from webdnn.backend.webgl.optimize_rules.fix_tensordot_texture_shape import FixTensordotTextureShape from webdnn.backend.webgl.optimize_rules.insert_channel_mode_conversion import InsertChannelModeConversion from...
{ "pile_set_name": "Github" }
import torch from torch.autograd import Function from .._ext import roi_pooling import pdb class RoIPoolFunction(Function): def __init__(ctx, pooled_height, pooled_width, spatial_scale): ctx.pooled_width = pooled_width ctx.pooled_height = pooled_height ctx.spatial_scale = spatial_scale ...
{ "pile_set_name": "Github" }
@import 'shared'; :local(.title-and-close){ display: flex; justify-content: space-between; align-items: center; } :local(.object-display-string) { width: 80%; margin: 0 10%; text-align: center; overflow-wrap: break-word; max-width: 400px; } :local(.cancel-text) { margin: 10px 0px 0px 0px; } :local...
{ "pile_set_name": "Github" }
(* Contribution to the Coq Library V6.3 (July 1999) *) (****************************************************************************) (* The Calculus of Inductive Constructions *) (* *) (* ...
{ "pile_set_name": "Github" }
{-# LANGUAGE OverloadedStrings #-} -- Derived from AWS service descriptions, licensed under Apache 2.0. -- | -- Module : Network.AWS.Kinesis.Types -- Copyright : (c) 2013-2018 Brendan Hay -- License : Mozilla Public License, v. 2.0. -- Maintainer : Brendan Hay <brendan.g.hay+amazonka@gmail.com> -- Stabili...
{ "pile_set_name": "Github" }
// Playtune bytestream for file "..\..\Downloads\Good Midi\Overworld.mid" created by MIDITONES V1.14 on Sun Mar 5 00:09:03 2017 #include <Arduino.h> const unsigned char PROGMEM score [] = { 0xC0,48, 0x90,66,127, 0xC1,48, 0x91,62,127, 0xC2,48, 0x92,38,127, 0xC3,48, 0x93,38,127, 0,222, 0x92,45,127, 0,222, 0x92,50,127,...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 6 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: no-emission m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: m_Ligh...
{ "pile_set_name": "Github" }
# frozen_string_literal: true # encoding: utf-8 require "spec_helper" describe Mongoid::Extensions::TimeWithZone do describe ".demongoize" do after(:all) do Mongoid.use_utc = false Mongoid.use_activesupport_time_zone = true end let!(:time) do Time.local(2010, 11, 19) end co...
{ "pile_set_name": "Github" }
// This is a generated file. Don't edit it directly! using QuickFix.Fields; namespace QuickFix { namespace FIX50SP2 { public class UserNotification : Message { public const string MsgType = "CB"; public UserNotification() : base() { ...
{ "pile_set_name": "Github" }
INCLUDES = -I../ipPic EXTRA_DIST = libipFunc.dsp ipFunc.dsp ipFunc.dox bin_PROGRAMS = ipFunc lib_LIBRARIES = libipFunc.a pkginclude_HEADERS = mitkIpFunc.h noinst_HEADERS = \ gradient.h \ ipArithmeticAndLogical.h \ mitkIpFuncP.h \ ipGeometrical.h \ ...
{ "pile_set_name": "Github" }
// REQUIRES: systemz-registered-target // RUN: %clang_cc1 -target-cpu zEC12 -triple s390x-ibm-linux -Wall -Wno-unused -Werror -emit-llvm %s -o - | FileCheck %s // RUN: %clang_cc1 -target-cpu zEC12 -triple s390x-ibm-linux -Wall -Wno-unused -Werror -emit-llvm -x c++ %s -o - | FileCheck %s #include <stdint.h> #include <h...
{ "pile_set_name": "Github" }
#include "test.h" #include <ieeefp.h> /* Test fp getround and fp setround */ void test_getround (void) { newfunc("fpgetround/fpsetround"); line(1); fpsetround(FP_RN); test_iok(fpgetround(), FP_RN); line(2); fpsetround(FP_RM); test_iok(fpgetround(), FP_RM); line(3); fpsetround(FP_RP); test_iok...
{ "pile_set_name": "Github" }
// mkerrors.sh -m64 // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT // +build ppc64,linux // Created by cgo -godefs - DO NOT EDIT // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_ALG = 0x26 AF_APPLETALK = 0x5 AF_ASH ...
{ "pile_set_name": "Github" }
{ "SourceFileNode": { "statementList": [ { "InlineHtml": { "scriptSectionEndTag": null, "text": null, "scriptSectionStartTag": { "kind": "ScriptSectionStartTag", "textLengt...
{ "pile_set_name": "Github" }
// mkerrors.sh -m64 // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT // +build amd64,linux // Created by cgo -godefs - DO NOT EDIT // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_ALG = 0x26 AF_APPLETALK = 0x5 AF_ASH ...
{ "pile_set_name": "Github" }
ordering_buffers.adb:8:14: info: postcondition proved (CVC4: 1 VC; Trivial: 1 VC; Z3: 2 VC) ordering_buffers.adb:9:08: info: precondition proved (CVC4: 2 VC) ordering_buffers.adb:11:32: info: precondition proved (CVC4: 2 VC) ordering_buffers.adb:11:53: info: range check proved (CVC4: 1 VC) ordering_buffers.adb:11:58: i...
{ "pile_set_name": "Github" }
Simplex Noise =============== *Alternative to ci::Perlin class.* **This code is originally intended for use with the Cinder C++ library but only depends on GLM.** Simplex noise is better looking, faster and has proper derivatives without the grid artifacts of Perlin noise derivatives. This code is mostly ported from...
{ "pile_set_name": "Github" }
var test = require('tape'); var find = require('../'); test('cities', function (t) { t.plan(3); find('oakland', function (err, rows) { t.equal(rows[0].adminCode, 'CA'); t.equal(rows[0].lat, 37.80437); t.equal(rows[0].lon, -122.2708); }); }); test('US city with state', function...
{ "pile_set_name": "Github" }
@import "~styles/mixins"; .avatar-prize { display: flex; align-items: center; margin-bottom: 20px; @include xs-to-sm { margin-bottom: 10px; } } .avatar { border-radius: 65px !important; height: 65px !important; margin: 5px 15px 0 0 !important; width: 65px !important; } .flag { background-col...
{ "pile_set_name": "Github" }
@import 'public/less/variables.less'; .staging { background: #643a44; box-shadow: 0 -1px 15px #252833; color: #b8a5a5; z-index: 5; position: relative; .form-control { &:disabled { background-color: rgba(64, 36, 43, 0.75); } } textarea.commit-body { resize: vertical; } .arrow { ...
{ "pile_set_name": "Github" }
.dw-trans .dw-persp { overflow: hidden; -webkit-perspective: 1000px; -moz-perspective: 1000px; perspective: 1000px; } .dw-trans .dw, .dw-trans .dwo { -webkit-animation-fill-mode: forwards; -webkit-animation-duration: 200ms; -moz-animation-fill-mode: forwards; -moz-animation-duration: 200...
{ "pile_set_name": "Github" }
@import "commonvars"; .scastie { .CodeMirror-cursor { border-left-width: 2px; } .CodeMirror, .CodeMirror-scroll { height: 100%; } .CodeMirror-simplescroll-vertical { width: 12px; margin-right: 2px; } .CodeMirror-simplescroll-horizontal { height: 12px; margin-bottom: 2px; } ...
{ "pile_set_name": "Github" }
AWSTemplateFormatVersion: "2010-09-09" Parameters: TablePrefix: Description: Table prefix to prepend all table names with Type: String Default: jg MinLength: '1' AllowedPattern: "[a-zA-Z0-9]+" EdgestoreReadCapacity: Description: Read capacity of the edgestore table Type: Number Defau...
{ "pile_set_name": "Github" }
require 'spec_helper' RSpec.describe 'Tidebit integration specs' do let(:client) { Cryptoexchange::Client.new } let(:btc_hkd_pair) { Cryptoexchange::Models::MarketPair.new(base: 'BTC', target: 'HKD', market: 'tidebit') } it 'fetch pairs' do pairs = client.pairs('tidebit') expect(pairs).not_to be_empty ...
{ "pile_set_name": "Github" }
@import "./picker"; @import "./picker.md.vars"; // Material Design Picker // -------------------------------------------------- :host { --background: #{$picker-md-background-color}; --border-width: #{$hairlines-width 0 0}; --border-color: #{$picker-md-border-color}; --height: #{$picker-md-height}; --backdro...
{ "pile_set_name": "Github" }
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.assertArrayExpression = assertArrayExpression; exports.assertAssignmentExpression = assertAssignmentExpression; exports.assertBinaryExpression = assertBinaryExpression; exports.assertInterpreterDirective = assertInterpreterDirective...
{ "pile_set_name": "Github" }
(infinite_pigeonhole (Union_inverse_image 0 (Union_inverse_image-1 nil 3314537897 ("" (skolem!) (("" (decompose-equality) (("" (expand* "fullset" "IUnion" "Union") (("" (inst + "f!1(x!1)") (("" (expand* "inverse_image" "inverse_image" "member" "singleton") ...
{ "pile_set_name": "Github" }
- title: Getting Started items: - text: Introduction url: /getting-started/introduction - text: Five-minute quickstart url: /getting-started/quickstart - text: Adding your API url: /getting-started/adding-your-api - text: Enabling Plugins url: /getting-started/enabling-plugins ...
{ "pile_set_name": "Github" }
/** * Checkbox * -------------------------------------------------- */ .checkbox { // set the color defaults @include checkbox-style($checkbox-off-border-default, $checkbox-on-bg-default); position: relative; display: inline-block; padding: ($checkbox-height / 4) ($checkbox-width / 4); cursor: pointer...
{ "pile_set_name": "Github" }
package org.jzy3d.plot3d.primitives.axes.layout; import org.jzy3d.colors.Color; import org.jzy3d.plot3d.primitives.axes.layout.providers.ITickProvider; import org.jzy3d.plot3d.primitives.axes.layout.renderers.ITickRenderer; public interface IAxeLayout { public void setMainColor(Color color); public Color getMainCo...
{ "pile_set_name": "Github" }
using System.Diagnostics; using BenchmarkDotNet.Attributes; namespace Benchmarks { public class Serialization { private proto.Account _account; private readonly FBE.proto.AccountModel _writer; private readonly FBE.proto.AccountModel _reader; public Serialization() { ...
{ "pile_set_name": "Github" }
Starting build on Tue Jul 30 22:30:30 UTC 2019 Using kernel: Linux version 4.18.0-1024-azure (buildd@lcy01-amd64-006) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #25~18.04.1-Ubuntu SMP Fri Jun 28 23:27:46 UTC 2019 Components downloaded in this VHD build (some of the below components might get deleted during cl...
{ "pile_set_name": "Github" }
@import "treegrid"; @mixin valo-tree8($primary-stylename: v-tree8) { @include valo-treegrid($primary-stylename); $tree-sel-bg: $v-grid-row-selected-background-color; .#{$primary-stylename} { background-color: transparent; } .#{$primary-stylename}-row > td { background-color: transparent; bord...
{ "pile_set_name": "Github" }
;; i64 operations (module (func (export "add") (param $x i64) (param $y i64) (result i64) (i64.add (get_local $x) (get_local $y))) (func (export "sub") (param $x i64) (param $y i64) (result i64) (i64.sub (get_local $x) (get_local $y))) (func (export "mul") (param $x i64) (param $y i64) (result i64) (i64.mul (get...
{ "pile_set_name": "Github" }
import os import pytest from ulauncher.utils.Path import Path, InvalidPathError class TestPath: def test_get_existing_dir(self): assert Path('/usr/bin').get_existing_dir() == '/usr/bin' assert Path('/usr/bin/foo').get_existing_dir() == '/usr/bin' assert Path('/usr/bin/foo/bar').get_existi...
{ "pile_set_name": "Github" }
import Plugin from 'src/plugin-system/plugin.class'; import DomAccess from 'src/helper/dom-access.helper'; import HttpClient from 'src/service/http-client.service'; export default class CountryStateSelectPlugin extends Plugin { static options = { countrySelectSelector: '.country-select', initialCo...
{ "pile_set_name": "Github" }
// mksyscall_aix_ppc64.pl -aix -tags aix,ppc64 syscall_aix.go syscall_aix_ppc64.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build aix,ppc64 // +build gccgo package unix /* #include <stdint.h> int utimes(uintptr_t, uintptr_t); int utimensat(int, uintptr_t, uintptr_t, int); int getcwd(ui...
{ "pile_set_name": "Github" }
require 'es6-shim' vows = require 'vows' assert = require 'assert' chroma = require '../chroma' vows .describe('Some tests for chroma.limits()') .addBatch 'simple continuous domain': topic: -> chroma.limits [1,2,3,4,5], 'continuous' 'domain': (topic) -> assert.deepEqual topic,...
{ "pile_set_name": "Github" }
CREATE TABLE `<?php echo $table_prefix ?>attached_files` ( `rel_object_manager` varchar(50) <?php echo $default_collation ?> NOT NULL default '', `rel_object_id` int(10) unsigned NOT NULL default '0', `file_id` int(10) unsigned NOT NULL default '0', `created_on` datetime NOT NULL default '0000-00-00 00:00:00', ...
{ "pile_set_name": "Github" }
# Dolibarr language file - Source file is en_US - projects ProjectRef=Proyecto ref. ProjectId=Id del proyecto ProjectLabel=Etiqueta del proyecto ProjectsArea=Área de Proyectos SharedProject=Todos PrivateProject=Contactos del proyecto AllAllowedProjects=Todo el proyecto que puedo leer (mio + público) MyProjectsDesc=Esta...
{ "pile_set_name": "Github" }
unit MakeDistGui; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, CheckLst, MakeDistMain; type TMainForm = class(TForm) PanelFile: TPanel; ButtonNewDistribution: TButton; ButtonOpenDistribution: TButton; ButtonSaveDistribu...
{ "pile_set_name": "Github" }
using System; using System.Collections.Concurrent; using System.Collections.Generic; using Musoq.Schema.DataSources; namespace Musoq.Schema.Time { public class TimeSource : RowSourceBase<DateTimeOffset> { private readonly string _resolution; private readonly RuntimeContext _communicator; ...
{ "pile_set_name": "Github" }
# NOTE: Assertions have been autogenerated by utils/update_mca_test_checks.py # RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=x86-64 -instruction-tables < %s | FileCheck %s cmpxchg8b (%rax) cmpxchg16b (%rax) lock cmpxchg8b (%rax) lock cmpxchg16b (%rax) # CHECK: Instruction Info: # CHECK-NEXT: [1]: #uOps ...
{ "pile_set_name": "Github" }
using NLog; using Shadowsocks.Controller; using Shadowsocks.Model; using Shadowsocks.Properties; using Shadowsocks.Util; using System; using System.Diagnostics; using System.Drawing; using System.IO; using System.Linq; using System.Text; using System.Windows.Forms; using ZXing; using ZXing.Common; using ...
{ "pile_set_name": "Github" }
/* * 64-bit pSeries and RS/6000 setup code. * * Copyright (C) 1995 Linus Torvalds * Adapted from 'alpha' version by Gary Thomas * Modified by Cort Dougan (cort@cs.nmt.edu) * Modified by PPC64 Team, IBM Corp * * This program is free software; you can redistribute it and/or * modify it under the terms of t...
{ "pile_set_name": "Github" }
.calcite-layout-large-title .calcite-navbar { height: 60px; min-height: 60px; } .calcite-layout-large-title .calcite-navbar .navbar-brand { padding: 12px 14px; font-size: 36px; } .calcite-layout-large-title .calcite-navbar .navbar-nav > li > a { padding: 20px 15px; } .calcite-layout-large-title .ca...
{ "pile_set_name": "Github" }
#ifndef BLAS_H #define BLAS_H void flatten(float *x, int size, int layers, int batch, int forward); void pm(int M, int N, float *A); float *random_matrix(int rows, int cols); void time_random_matrix(int TA, int TB, int m, int k, int n); void reorg_cpu(float *x, int w, int h, int c, int batch, int stride, int forward, f...
{ "pile_set_name": "Github" }
import $ from 'jquery'; import ui from '../bs4/ui'; import dom from '../base/core/dom'; import range from '../base/core/range'; import '../base/summernote-en-US'; import Editor from '../base/module/Editor'; import Clipboard from '../base/module/Clipboard'; import Dropzone from '../base/module/Dropzone'; import Codeview...
{ "pile_set_name": "Github" }
Decoder = require '../decoder' class LPCMDecoder extends Decoder Decoder.register('lpcm', LPCMDecoder) readChunk: => stream = @stream littleEndian = @format.littleEndian chunkSize = Math.min(4096, stream.remainingBytes()) samples = chunkSize / (@format.bitsPerChannel / 8) |...
{ "pile_set_name": "Github" }
 Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.26228.4 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bluetoothadvertisement", "bluetoothadvertisement.csproj", "{7160A490-7DAA-5ADE-9020-17D4276D30E7}" EndP...
{ "pile_set_name": "Github" }
@mixin theme-border-color($theme) { .card{ border-color: map-get($theme, card); } .recentlygames li, .viewall, .navview #statis li, .navview #graph li, .blog-social, .time-stats, .pcategories > .col-sm-9, .tag, .btnbox, .form-group .bar, .questionstatus .tab-content > ul > li, nav .card,.question-section,.report-...
{ "pile_set_name": "Github" }
# # Makefile for physical layer USB drivers # ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG obj-$(CONFIG_USB_PHY) += phy.o obj-$(CONFIG_USB_OTG_WAKELOCK) += otg-wakelock.o # transceiver drivers, keep the list sorted obj-$(CONFIG_AB8500_USB) += phy-ab8500-usb.o phy-fsl-usb2-objs := phy-fsl-usb.o phy-fsm-usb.o obj-$(C...
{ "pile_set_name": "Github" }
# coding=utf-8 # -------------------------------------------------------------------------- # 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. # Changes ...
{ "pile_set_name": "Github" }