text
stringlengths
2
99.9k
meta
dict
fileFormatVersion: 2 guid: 0b44d94962ec2af4990e97a03794d223 NativeFormatImporter: userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
# Source: https://raw.githubusercontent.com/gcobs0834/gekko/develop/config/strategies/DI.toml optInTimePeriod = 14 diplus = 23.5 diminus = 23
{ "pile_set_name": "Github" }
<version55_state xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#ios" id="oval:org.mitre.oval:ste:4448" version="1"> <version_string operation="pattern match">12\.4\((\d|1[0-7])\)$|12\.4\((\d|1[0-7])\w*\)$|12\.4\((\d|1[0-8])\)MR$|12\.4\((\d|1[0-6])\w*\)$</version_string> </version55_state>
{ "pile_set_name": "Github" }
// mkerrors.sh -m64 // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm64,freebsd // Created by cgo -godefs - DO NOT EDIT // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_ARP = 0x23 AF_ATM ...
{ "pile_set_name": "Github" }
#!/bin/bash if [ "$#" -ne 1 ]; then echo "Illegal number of parameters" exit; fi core=$1 unames="maglite lpd48core lpdxeon2680 parsasrv1.epfl.ch" for unm in $unames do r -f heatmap.r --args ${unm}_ll_heatmap_${core}.csv ${unm}_ll_heatmap_${core}.pdf "Linked list, lf/lb, $unm, $core cores" "Key range" "Updat...
{ "pile_set_name": "Github" }
<?php use App\Models\Permission; use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class CreateCreditNotesTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { ...
{ "pile_set_name": "Github" }
%w( .ruby-version .rbenv-vars tmp/restart.txt tmp/caching-dev.txt ).each { |path| Spring.watch(path) }
{ "pile_set_name": "Github" }
v -15.000000 -3.375000 0.000000 v -15.000000 -6.750001 0.000000 v -7.500000 -3.375000 0.000000 v -7.500000 -6.750001 0.000000 v 0.000000 -3.375000 0.000000 v 0.000000 -6.750001 0.000000 v 7.500000 -3.375000 0.000000 v 7.500000 -6.750001 0.000000 v 15.000000 -3.375000 0.000000 v 15.000000 -6.750001 0.000000 v -15.000000...
{ "pile_set_name": "Github" }
{ False leak under RegisterPass Memcheck:Leak ... fun:_ZN83_GLOBAL_*PassRegistrar12RegisterPassERKN4llvm8PassInfoE fun:_ZN4llvm8PassInfo12registerPassEv } # Python false positives according to # http://svn.python.org/projects/python/trunk/Misc/README.valgrind { ADDRESS_IN_RANGE/Invalid read of size ...
{ "pile_set_name": "Github" }
# https://help.github.com/articles/about-codeowners/ # * @bibaijin
{ "pile_set_name": "Github" }
// // Note: This example test is leveraging the Mocha test framework. // Please refer to their documentation on https://mochajs.org/ for help. // // The module 'assert' provides assertion methods from node import * as assert from 'assert'; // You can import and use all API from the 'vscode' module // as well as impor...
{ "pile_set_name": "Github" }
--- id: bad87fee1348bd9aec908857 title: Use Comments to Clarify Code challengeType: 0 videoUrl: '' localeTitle: Utilizar comentarios para clarificar el código --- ## Description <section id="description"> Cuando comencemos a usar jQuery, modificaremos los elementos HTML sin necesidad de cambiarlos realmente en HTML. A...
{ "pile_set_name": "Github" }
/* Copyright 2016 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" }
// go run mksyscall.go -b32 -arm -tags linux,mips syscall_linux.go syscall_linux_mipsx.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build linux,mips package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT func ...
{ "pile_set_name": "Github" }
.shadow { .l-fill-viewport-fixed; opacity: 0; z-index: 90; }
{ "pile_set_name": "Github" }
//===--- Logging.cpp ------------------------------------------------------===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/L...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>SchemeUserState</key> <dict> <key>iOS13VisionTextRecogniser.xcscheme_^#shared#^_</key> <dict> <key>orderHint</key> <integer>0</integ...
{ "pile_set_name": "Github" }
cc AJL/Begin/FDE c c Wrapper routine for evaluating Ts functional and derivatives, c and combining them with quadrature weights. c Copied from xc_eval_fnl, with minor adaptation c c AJL (10/2014) c C> \ingroup nwdft_xc C> @{ C> C> \brief the functional evaluation routine C> C> This routine iterates over...
{ "pile_set_name": "Github" }
/* * 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, software * distributed u...
{ "pile_set_name": "Github" }
/// @ref gtx_float_normalize /// @file glm/gtx/float_normalize.inl #include <limits> namespace glm { template<length_t L, typename T, qualifier Q> GLM_FUNC_QUALIFIER vec<L, float, Q> floatNormalize(vec<L, T, Q> const& v) { return vec<L, float, Q>(v) / static_cast<float>(std::numeric_limits<T>::max()); } }//nam...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <chapter version="5.0" xml:id="Bigdata_Ecosystem" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:svg="http://www.w3.org/2000/svg" xmlns:m="http://www.w3.org/1998/Math/MathML" xml...
{ "pile_set_name": "Github" }
/* * P1022/P1013 Silicon/SoC Device Tree Source (pre include) * * Copyright 2011 Freescale Semiconductor Inc. * * 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...
{ "pile_set_name": "Github" }
var fs = require('fs'), uglify = require('../../uglify-js'), jsp = uglify.parser, nodeunit = require('nodeunit'), path = require('path'), pro = uglify.uglify; var Script = process.binding('evals').Script; var scriptsPath = __dirname; function compress(code) { var ast = jsp.parse(code); ast = pro.ast_mangle(as...
{ "pile_set_name": "Github" }
using MediaBrowser.Controller.Dlna; using MediaBrowser.Controller.Drawing; using MediaBrowser.Controller.Entities; using MediaBrowser.Controller.Library; using MediaBrowser.Controller.Session; using Emby.Dlna.Didl; using MediaBrowser.Model.Dlna; using MediaBrowser.Model.Dto; using MediaBrowser.Model.Entities; using Me...
{ "pile_set_name": "Github" }
/* * wm9081.c -- WM9081 ALSA SoC Audio driver * * Author: Mark Brown * * Copyright 2009-12 Wolfson Microelectronics plc * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * ...
{ "pile_set_name": "Github" }
/* * Copyright 2011-2020 the original author or 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
{ "pile_set_name": "Github" }
# Various utilities for working with nsISupportsPrimitive from xpcom import components _primitives_map = {} def _build_map(): ifaces = components.interfaces iface = ifaces.nsISupportsPrimitive m = _primitives_map m[iface.TYPE_ID] = ifaces.nsISupportsID m[iface.TYPE_CSTRING] = ifaces.nsISuppor...
{ "pile_set_name": "Github" }
# 效果演示 圆形头像在creator中没有提供,但是这个又是个比较高频的使用功能。 ![demo](./resources/demo.png) # 实现思路 可以使用一张圆的图片,然后配合mask的反向遮罩来实现,但是这种实现的效果会有锯齿,所以一般会写一个shader。异名上篇文章中追光效果中那个shader刚好直接就可以使用了,这系列的定位是常用功能集锦,圆形头像又是高频应用,因此异名就再单独拿出来再水一篇,方面后面查看使用。 光圈是一个圆,假设圆心在纹理的中间,它的坐标是`vec2(0.5,0.5)`,我们只需让到圆心的距离大于半径的像素丢弃或者透明度为0,代码如下: ```c++ void main () { ...
{ "pile_set_name": "Github" }
// -*- C++ -*- #include <ace/SString.h> #include <ace/ARGV.h> #include <orbsvcs/SecurityLevel2C.h> #include <orbsvcs/SecurityLevel3C.h> #include "Foo_i.h" #include "constants.h" /* This tests the ability to use the SecurityManager/AccessDecision tools to permit unsecured access to specific object references, whi...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Claim xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../schema/coverage.xsd"> <id value="760151"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml">A human-read...
{ "pile_set_name": "Github" }
'use strict' /** * Tries to execute a function and discards any error that occurs. * @param {Function} fn - Function that might or might not throw an error. * @returns {?*} Return-value of the function when no error occurred. */ module.exports = function(fn) { try { return fn() } catch (e) {} }
{ "pile_set_name": "Github" }
#!/usr/bin/env python #------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for # license information. #----------------------------------------------------------------...
{ "pile_set_name": "Github" }
Files: * Copyright: WSO2 Inc. License: GPL-2+
{ "pile_set_name": "Github" }
/* * Copyright (C) 2016, Emilio G. Cota <cota@braap.org> * * License: GNU GPL, version 2 or later. * See the COPYING file in the top-level directory. */ #include "qemu/osdep.h" #include "qemu/processor.h" #include "qemu/atomic.h" #include "qemu/qht.h" #include "qemu/rcu.h" #include "qemu/xxhash.h" struct thread...
{ "pile_set_name": "Github" }
--TEST-- Testing declare statement with several type values --INI-- precision=15 zend.multibyte=1 --FILE-- <?php declare(encoding = 1); declare(encoding = 11111111111111); declare(encoding = M_PI); print 'DONE'; ?> --EXPECTF-- Warning: Unsupported encoding [1] in %sdeclare_003.php on line %d Warning: Unsupported en...
{ "pile_set_name": "Github" }
using System; using NUnit.Framework; using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Crypto.Digests; using Org.BouncyCastle.Crypto.Encodings; using Org.BouncyCastle.Crypto.Engines; using Org.BouncyCastle.Crypto.Generators; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Math; using Org.BouncyCa...
{ "pile_set_name": "Github" }
{ "name": "MMRecord", "version": "1.4.1", "license": "MIT", "summary": "A simple block based web service integration library.", "homepage": "https://github.com/MutualMobile/MMRecord", "authors": { "Conrad Stoll": "conrad.stoll@mutualmobile.com" }, "source": { "git": "https://github.com/mutualmob...
{ "pile_set_name": "Github" }
package com.fourmob.datetimepicker; import android.app.Application; import android.test.ApplicationTestCase; /** * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a> */ public class ApplicationTest extends ApplicationTestCase<Application> { public ApplicationTest() { ...
{ "pile_set_name": "Github" }
/** Defines a closure to be run prior to any examples in the test suite. You may define an unlimited number of these closures, but there is no guarantee as to the order in which they're run. If the test suite crashes before the first example is run, this closure will not be executed. - paramet...
{ "pile_set_name": "Github" }
import tensorflow as tf from utils import small_convnet, fc, activ, flatten_two_dims, unflatten_first_dim, small_deconvnet class FeatureExtractor(object): def __init__(self, policy, features_shared_with_policy, feat_dim=None, layernormalize=None, scope='feature_extractor'): self.scope = ...
{ "pile_set_name": "Github" }
CLANG_CXX_LANGUAGE_STANDARD = c++14 CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector...
{ "pile_set_name": "Github" }
-- DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceGroup`=0 AND `SourceEntry`=28516; INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`Negative...
{ "pile_set_name": "Github" }
 Shader "BFI/Font3" { Properties { _MainTex("Texture", 2D) = "white" {} _MainTex2("Texture2", 2D) = "white" {} _MainTex3("Texture3", 2D) = "white" {} _Color("Tint", Color) = (1,1,1,1) _StencilComp("Stencil Comparison", Float) = 8 _Stencil("Stencil ID", Float) = 0 _StencilOp("Stencil Operation", Float)...
{ "pile_set_name": "Github" }
/* original parser id follows */ /* yysccsid[] = "@(#)yaccpar 1.9 (Berkeley) 02/21/93" */ /* (use YYMAJOR/YYMINOR for ifdefs dependent on parser version) */ #define YYBYACC 1 #define YYMAJOR 1 #define YYMINOR 9 #define YYCHECK "yyyymmdd" #define YYEMPTY (-1) #define yyclearin (yychar = YYEMPTY) #define yy...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using Foundation; using UIKit; namespace ShareSample.iOS { // The UIApplicationDelegate for the application. This class is responsible for launching the // User Interface of the application, as well as listening (and optionally responding) t...
{ "pile_set_name": "Github" }
const { exec } = require('child_process') const os = require('os') const platform = os.platform() const cmd = platform.startsWith('win') ? 'del /f package-lock.json' : 'rm -rf package-lock.json' exec(cmd)
{ "pile_set_name": "Github" }
/***************** * Basis control for the SKAARHOJ E21TVS series devices * This example is programmed for ATEM TVS versions * The button rows are assumed to be configured as 1-2-3-4-5-6 (PGM) / 1-2-3-4-5-6 (PRV) / CUT, AUTO / KEY, FTB * * This example also uses several custom libraries which you must install firs...
{ "pile_set_name": "Github" }
Valid nesting: **[Link](url)** [**Link**](url) **[**Link**](url)** Invalid nesting: [[Link](url)](url)
{ "pile_set_name": "Github" }
package mirror.android.view; import android.os.IInterface; import mirror.RefClass; import mirror.RefStaticObject; public class WindowManagerGlobal { public static Class<?> TYPE = RefClass.load(WindowManagerGlobal.class, "android.view.WindowManagerGlobal"); public static RefStaticObject<IInterface> sWindowMan...
{ "pile_set_name": "Github" }
// // ex12_19.h // Exercise 12.19 // // Created by pezy on 12/26/14. // // Define your own version of StrBlobPtr and // update your StrBlob class with the appropriate friend declaration and begin and end members. // // @See ex12_02.h #ifndef CP5_ex12_19_h #define CP5_ex12_19_h #include <vector> #include <str...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <!-- Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.2 Version: 3.3.0 Author: KeenThemes Website: http://www.keenthemes.com/ Contact: support@keenthemes.com Follow: www.twitter.com/keenthemes Like: www.facebook.com/keenthemes Purchase: http://themeforest.n...
{ "pile_set_name": "Github" }
; RUN: llc < %s -march=x86 -mattr=+sse2 | grep lfence declare void @llvm.x86.sse2.lfence() nounwind define void @test() { call void @llvm.x86.sse2.lfence() ret void }
{ "pile_set_name": "Github" }
// Go support for Protocol Buffers - Google's data interchange format // // Copyright 2010 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" }
import {Component, ViewChild} from '@angular/core'; import {Platform, Nav, MenuController, ToastController} from 'ionic-angular'; import {StatusBar} from '@ionic-native/status-bar'; import {SplashScreen} from '@ionic-native/splash-screen'; import {NavProxyService} from '../providers/nav-proxy/nav-proxy'; import {ItemsP...
{ "pile_set_name": "Github" }
#ifndef PYTHONIC_INCLUDE_BUILTIN_LIST_HPP #define PYTHONIC_INCLUDE_BUILTIN_LIST_HPP #include "pythonic/include/types/list.hpp" #include "pythonic/include/utils/functor.hpp" #include <iterator> #include <type_traits> PYTHONIC_NS_BEGIN namespace builtins { namespace anonymous { inline types::empty_list list...
{ "pile_set_name": "Github" }
## # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the "License"); # you may not...
{ "pile_set_name": "Github" }
import bpy material = (bpy.context.material.active_node_material if bpy.context.material.active_node_material else bpy.context.material) material.subsurface_scattering.radius = 15.028, 4.664, 2.541 material.subsurface_scattering.color = 0.987, 0.943, 0.827
{ "pile_set_name": "Github" }
<http://example.com/Subj1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.com/Type> <http://example.com/U> . <http://example.com/Subj1> <http://example.com/ref> <http://example.com/U> <http://example.com/U> . <http://example.com/Subj1> <http://example.com/list> _:a <http://example.com/U> . _:a <http:...
{ "pile_set_name": "Github" }
// // DVSTestUser.h // // Copyright (c) 2014 Netguru Sp. z o.o. All rights reserved. // #import <Devise/Devise.h> #import <Foundation/Foundation.h> @interface DVSTestUser : DVSUser /** * User's unique identifier, set by the server-side database. * * This property is read-write in the test class. */ @property...
{ "pile_set_name": "Github" }
umfpack_demo Enter the printing level for UMFPACK's output statistics: 0: none, 1: errors only, 2: statistics, 4: print some outputs 5: print all output [default is 1]: -------------------------------------------------------------- Factor and solve a small system, Ax=b, using default parameters Solving Ax=b via UMFP...
{ "pile_set_name": "Github" }
/* * For License see notice in hfc_multi.c * * special IO and init functions for the embedded XHFC board * from Speech Design * */ #include <asm/8xx_immap.h> /* Change this to the value used by your board */ #ifndef IMAP_ADDR #define IMAP_ADDR 0xFFF00000 #endif static void #ifdef HFC_REGISTER_DEBUG HFC_outb_em...
{ "pile_set_name": "Github" }
Template.post_title.onRendered(function() { // Call the Succinct plugin on the post titles $('.post-title').succinct({ size: 75 }); $('.right-column .post-title').succinct({ size: 55 }); });
{ "pile_set_name": "Github" }
// // Created by Jvaeyhcd on 15/10/21. // // #import "UIColor+HcdCustom.h" @implementation UIColor (HcdCustom) - (CGColorSpaceModel)colorSpaceModel { return CGColorSpaceGetModel(CGColorGetColorSpace(self.CGColor)); } - (BOOL)canProvideRGBComponents { switch (self.colorSpaceModel) { case kCGColorSpa...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2017 The Android Open Source Project 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/...
{ "pile_set_name": "Github" }
var log4js = require('../lib/log4js') , log , i = 0; log4js.configure({ "appenders": [ { type: "console" , category: "console" }, { "type": "file", "filename": "tmp-test.log", "maxLogSize": 1024, "backups": 3, "category": "test" ...
{ "pile_set_name": "Github" }
################################################################ # Apache VHOST configuration file # Automatically generated by ZPanel 10.0.0.0 ################################################################ NameVirtualHost *:80 # Configuration for ZPa...
{ "pile_set_name": "Github" }
package tss.tpm; import tss.*; // -----------This is an auto-generated file: do not edit //>>> /** This structure is used when the TPM returns a list of loaded handles when the * capability in TPM2_GetCapability() is TPM_CAP_HANDLE. */ public class TPML_HANDLE extends TpmStructure implements TPMU_CA...
{ "pile_set_name": "Github" }
{-# LANGUAGE BangPatterns , CPP , RecordWildCards , TypeFamilies , TypeOperators #-} module Vision.Image.RGBA.Type ( RGBA, RGBAPixel (..), RGBADelayed ) where #if __GLASGOW_HASKELL__ < 710 import Control.Applicative ((<$>), (<*>)) #endif import Data.Word import F...
{ "pile_set_name": "Github" }
{ "## Comment" = "Do NOT change this file, Gorm maintains it"; FirstResponder = { Actions = ( "buttonPressed:" ); Super = NSObject; }; NXAlert = { Actions = ( "buttonPressed:" ); Outlets = ( defaultButton, messageView, titleField, panel, alternateButton, oth...
{ "pile_set_name": "Github" }
# Documentation This is the documentation of the C++ API of the [MRPT library](https://github.com/vioshyvo/mrpt) for approximate nearest neighbor search. All of the functionality is contained in the class [Mrpt](class_mrpt.html). A struct [Mrpt_parameters](struct_mrpt___parameters.html) is used to retrieve the parame...
{ "pile_set_name": "Github" }
SHELL := /bin/bash PROJECT_ROOT := github.com/uber-go/dosa SUPPORT_FILES := .build include $(SUPPORT_FILES)/colors.mk include $(SUPPORT_FILES)/deps.mk include $(SUPPORT_FILES)/flags.mk include $(SUPPORT_FILES)/verbosity.mk .PHONY: all all: lint test .DEFAULT_GOAL := all COVER_OUT := profile.coverprofile # all .go f...
{ "pile_set_name": "Github" }
#pragma kernel SurfaceFront #pragma kernel SurfaceBack #pragma kernel Volume #pragma kernel BuildTexture3D #include "UnityCG.cginc" #include "./Voxel.cginc" CBUFFER_START(VoxelParams) float3 _Start, _End, _Size; float _Unit, _InvUnit, _HalfUnit; int _Width, _Height, _Depth; CBUFFER_END StructuredBuffer<float3> _...
{ "pile_set_name": "Github" }
.class final Lcom/lifx/app/onboarding/ReactiveOnboardingProcessor$turnOffFactoryTestMode$1$1; .super Ljava/lang/Object; .source "SourceFile" # interfaces .implements Lio/reactivex/functions/Action; # annotations .annotation system Ldalvik/annotation/EnclosingMethod; value = Lcom/lifx/app/onboarding/ReactiveOnboa...
{ "pile_set_name": "Github" }
/*- * BSD 2-Clause License * * Copyright (c) 2012-2018, Jan Breuer, Richard.hmm * 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 ...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "filename" : "balloon.png", "scale" : "1x" }, { "idiom" : "universal", "scale" : "2x" }, { "idiom" : "universal", "scale" : "3x" } ], "info" : { "version" : 1, "author" : "xcode" } }
{ "pile_set_name": "Github" }
var toString = require('./toString'); /** * Replaces matches for `pattern` in `string` with `replacement`. * * **Note:** This method is based on * [`String#replace`](https://mdn.io/String/replace). * * @static * @memberOf _ * @since 4.0.0 * @category String * @param {string} [string=''] The string to modify....
{ "pile_set_name": "Github" }
// Copyright 2012-present Oliver Eilhard. All rights reserved. // Use of this source code is governed by a MIT-license. // See http://olivere.mit-license.org/license.txt for details. package elastic import ( "encoding/json" "testing" ) func TestTypeQuery(t *testing.T) { q := NewTypeQuery("my_type") src, err := q...
{ "pile_set_name": "Github" }
<view class="page"> <view class="page__hd"> <text class="page__title">video</text> <text class="page__desc">视频</text> </view> <view class="page__bd"> <view class="section section_gap"> <view class="body-view" style="text-align: center;"> <video src="{{src}...
{ "pile_set_name": "Github" }
# RIDL on steroids ![RIDL on steroids](assets/ridl_on_steroids.gif) ## Prerequisites - To run the exploit the processor needs to support [TSX/RTM](https://en.wikipedia.org/wiki/Transactional_Synchronization_Extensions). Check with `lscpu | grep rtm`. - Victim and exploit need to run on the same core on distinct hypert...
{ "pile_set_name": "Github" }
# Raw Vibration Signals Raw vibration signals are curves that vibrate as a function of time. Cinemachine provides two types of raw signal Asset: - A 6D (x, y, z, pitch, roll, and yaw) noise profile. See [Using Noise Profiles](CinemachineImpulseNoiseProfiles.md) for details. - A 3D Fixed Signal. See [Using Fixed Sign...
{ "pile_set_name": "Github" }
{ "Entries": [ { "RequestUri": "/luis/api/v2.0/apps/3327b33c-35df-40d0-a661-c9ade29da239/versions/0.1/prebuilts", "EncodedRequestUri": "L2x1aXMvYXBpL3YyLjAvYXBwcy8zMzI3YjMzYy0zNWRmLTQwZDAtYTY2MS1jOWFkZTI5ZGEyMzkvdmVyc2lvbnMvMC4xL3ByZWJ1aWx0cw==", "RequestMethod": "POST", "RequestBody": "[\...
{ "pile_set_name": "Github" }
'use strict'; var iteratorSymbol = require('es6-symbol').iterator , Iterator = require('../'); module.exports = function (t, a) { var obj; a.throws(function () { t(); }, TypeError, "Undefined"); a.throws(function () { t({}); }, TypeError, "Plain object"); a.throws(function () { t({ length: 0 }); }, TypeEr...
{ "pile_set_name": "Github" }
<?php namespace App\Http\Middleware; use Illuminate\Cookie\Middleware\EncryptCookies as Middleware; class EncryptCookies extends Middleware { /** * The names of the cookies that should not be encrypted. * * @var array */ protected $except = [ // ]; }
{ "pile_set_name": "Github" }
/* ______ ___ ___ * /\ _ \ /\_ \ /\_ \ * \ \ \L\ \\//\ \ \//\ \ __ __ _ __ ___ * \ \ __ \ \ \ \ \ \ \ /'__`\ /'_ `\/\`'__\/ __`\ * \ \ \/\ \ \_\ \_ \_\ \_/\ __//\ \L\ \ \ \//\ \L\ \ * \ \_\ \_\/\____\/\____\ \____\ \____ \ \_\\ \____/ *...
{ "pile_set_name": "Github" }
package transport_test import ( "errors" "net/http" "net/url" "time" "github.com/concourse/concourse/atc/db/dbfakes" "github.com/concourse/concourse/atc/worker/transport" "github.com/concourse/concourse/atc/worker/transport/transportfakes" "github.com/concourse/retryhttp/retryhttpfakes" "github.com/concours...
{ "pile_set_name": "Github" }
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="stylesheet" type="text/css" href="../jabref_help.css"/> </head> <body> <h1>La fen&ecirc;tre d'aide</h1> <p><em>S'ouvre en cliquant sur le bouton d'aide ou en appuyant sur F1.</em></p> <p>La fen&ecirc;tre d'aide est con&ccedi...
{ "pile_set_name": "Github" }
.class public final Landroid/support/v7/widget/RecyclerView$Recycler; .super Ljava/lang/Object; # static fields .field private static final DEFAULT_CACHE_SIZE:I = 0x2 # instance fields .field final mAttachedScrap:Ljava/util/ArrayList; .annotation system Ldalvik/annotation/Signature; value = { ...
{ "pile_set_name": "Github" }
{ "multi":null, "text":"【《邪恶力量》衍生剧改名及确定女主角!】CW宣布《邪恶力量》衍生剧改名为《邪恶力量:血统》(Supernatural: Bloodlines),同时Melissa Roxburgh成为衍生剧女主角。该剧描述芝加哥城中恶魔猎人和各种灵异生物之间永无休止的战争。《血统》的试映集将在4月29日作为《邪恶力量》的常规集进行播出。", "user":{ "verified":false, "description":true, "gender":"m", "messages":36076, "followers":3066081, "location":"浙江", "time":12514484...
{ "pile_set_name": "Github" }
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. namespace WixTest.Tests.Burn { using System; using System.Collections.Generic; using System.IO; using WixToolse...
{ "pile_set_name": "Github" }
var exec = require('child_process').exec; var keyVault = require('./keyvault'); var configurationFiles = [ "se.conf.chrome.js", "se.conf.firefox.js", "se.conf.edge.js", "se.conf.safari.js", "se.conf.ie.js", ]; var i = 0; var secretIds = { msidlab4: 'msidlab4', MSA_MSIDLAB4_Password: 'MSA-...
{ "pile_set_name": "Github" }
/*** This file is part of systemd. Copyright 2008-2012 Kay Sievers <kay@vrfy.org> systemd is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option)...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2004, 2005 IBM Corporation * Interface implementation for communication with the z/VM control program * Version 1.0 * Author(s): Christian Borntraeger <cborntra@de.ibm.com> * * * z/VMs CP offers the possibility to issue commands via the diagnose code 8 * this driver implements a character dev...
{ "pile_set_name": "Github" }
((output (((f.ml (1 0) (1 10)) (paragraph (((f.ml (1 0) (1 10)) (superscript (((f.ml (1 6) (1 9)) (word foo)))))))))) (warnings ()))
{ "pile_set_name": "Github" }
package br.tiagohm.markdownview.emoji; import org.junit.Test; import static org.junit.Assert.assertEquals; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project> <fileVersion>3</fileVersion> <configuration> <name>HT32</name> <toolchain> <name>ARM</name> </toolchain> <debug>1</debug> <settings> <name>General</name> <archiveVersion>3</archiveVersion...
{ "pile_set_name": "Github" }
from __future__ import division from __future__ import print_function import sys sys.path.insert(1,"../../../") import h2o from tests import pyunit_utils from h2o.estimators.glm import H2OGeneralizedLinearEstimator def test_negBinomial_makeGLMModel(): print("Read in prostate data.") h2o_data = h2o.import_file(path...
{ "pile_set_name": "Github" }
connectmodule Wreal2L(input wreal w, output wire l); logic lval; parameter real vsup = 1.8; parameter real vth_hi = 0.7*vsup; parameter real vth_lo = 0.3*vsup; always begin if( w >= vth_hi) lval = 1'b1; else if(w <= vth_lo) lval = 1'b0; else if(w === `wrealZState) lval = 1...
{ "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 testtext import ( "bytes" "fmt" "io/ioutil" "os" "os/exec" "path/filepath" "runtime" ) // CodeSize builds the given code sample and returns the...
{ "pile_set_name": "Github" }
map "http://hl7.org/fhir/StructureMap/ClinicalImpression3to2" = "R3 to R2 Conversion for ClinicalImpression" conceptmap "ClinicalImpressionStatus" { prefix s = "http://hl7.org/fhir/clinical-impression-status" prefix t = "http://hl7.org/fhir/clinical-impression-status" s:draft = t:"in-progress" s:compl...
{ "pile_set_name": "Github" }
using System; namespace Template10.Models { public class TodoItem : Mvvm.BindableBase { private string _Key = default(string); public string Key { get { return _Key; } set { Set(ref _Key, value); } } private string _Title = default(string); public string Title { get { return _...
{ "pile_set_name": "Github" }