text
stringlengths
2
99.9k
meta
dict
using System; using UnrealEngine.Runtime; using UnrealEngine.Runtime.Native; namespace UnrealEngine.Engine { public partial class UMaterialInstanceDynamic : UnrealEngine.Engine.UMaterialInstance { public static UMaterialInstanceDynamic Create(UMaterialInterface parentMaterial, UObject outer) {...
{ "pile_set_name": "Github" }
/** * Copyright (C) 2001-2020 by RapidMiner and the contributors * * Complete list of developers available at our web site: * * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify it under the terms of the * GNU Affero General Public License as published by ...
{ "pile_set_name": "Github" }
/* uDig - User Friendly Desktop Internet GIS client * http://udig.refractions.net * (C) 2012, Refractions Research Inc. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * (http://www.eclipse.org/legal/epl-v10.html), and th...
{ "pile_set_name": "Github" }
#include <unistd.h> #include <stdlib.h> #include <errno.h> #include <string.h> #include <stdio.h> extern char** environ; int execvp( const char* filename, char* const argv[] ) { char* path; char* separator; char tmp_path[ 128 ]; char tmp_exec[ 128 ]; execve( filename, argv, environ ); path =...
{ "pile_set_name": "Github" }
/* Mantis VP-3028 driver Copyright (C) Manu Abraham (abraham.manu@gmail.com) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later vers...
{ "pile_set_name": "Github" }
namespace System.Linq.Dynamic.Core.Parser.SupportedOperands { internal interface IRelationalSignatures : IArithmeticSignatures { void F(string x, string y); void F(char x, char y); void F(DateTime x, DateTime y); void F(DateTimeOffset x, DateTimeOffset y); void F(TimeSpa...
{ "pile_set_name": "Github" }
Version:1.0 Spartan SPT-N3 Config:Biped TechBase:Inner Sphere Era:3064 Source:TRO 3058 - Civil War Rules Level:2 Mass:80 Engine:400 XL Engine Structure:Standard Myomer:Standard Heat Sinks:16 Double Walk MP:5 Jump MP:0 Armor:Standard(Inner Sphere) LA Armor:26 RA Armor:26 LT Armor:26 RT Armor:26 CT Armor:31 HD Armor:...
{ "pile_set_name": "Github" }
import styled from 'styled-components'; import attachThemeAttrs from '../../../../styles/helpers/attachThemeAttrs'; const StyledGuideline = attachThemeAttrs(styled.span)` background-color: transparent; height: 100vh; position: absolute; right: 0; width: 1px; :hover { background-color: ...
{ "pile_set_name": "Github" }
{ "images": [ { "filename": "ic_local_pizza_white.png", "idiom": "universal", "scale": "1x" }, { "filename": "ic_local_pizza_white_2x.png", "idiom": "universal", "scale": "2x" }, { "filename":...
{ "pile_set_name": "Github" }
// For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT package capstone; public class Evm_const { public static final int EVM_INS_STOP = 0; public static final int EVM_INS_ADD = 1; public static final int EVM_INS_MUL = 2; public static final int EVM_INS_SUB = 3; public static final int EVM_INS_DIV = 4; public...
{ "pile_set_name": "Github" }
declare module "trace_events" { /** * The `Tracing` object is used to enable or disable tracing for sets of * categories. Instances are created using the * `trace_events.createTracing()` method. * * When created, the `Tracing` object is disabled. Calling the * `tracing.enable()` method...
{ "pile_set_name": "Github" }
⚠️⚠️ THIS LIBRARY IS DEPRECATED AND SHOULD NOT BE USED IN NEW PROJECTS ⚠️⚠️ ⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️ <br>⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️ ⚠️⚠️ MORE DETAILS [HERE](https://github.com/kazzkiq/svero/issues/68). ⚠️⚠️ ⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️ <br>⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️ [![npm version](https://badge.fury.io/js/svero....
{ "pile_set_name": "Github" }
/** * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ import {json as runWithJson} from '../runJest'; import * as testFixturePackage from '../test-environment/pac...
{ "pile_set_name": "Github" }
## [4.0.2](https://github.com/tradle/react-native-udp/compare/v4.0.1...v4.0.2) (2020-09-06) ### Bug Fixes * Add backwards compatiblity with CommonJS require() ([#137](https://github.com/tradle/react-native-udp/issues/137)) ([af36905](https://github.com/tradle/react-native-udp/commit/af36905bd92dbf78194f2d2d38aa531e9...
{ "pile_set_name": "Github" }
--TEST-- Static return type --FILE-- <?php class A { public function test1(): static { return new static; } public function test2(): static { return new self; } public function test3(): static { return new static; } public function test4(): static|array { ret...
{ "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 # d...
{ "pile_set_name": "Github" }
# -*- encoding : utf-8 -*- describe Card::Set::Right::Password do before do @account = Card::Auth.find_account_by_email("joe@user.com") end describe "#update_attributes" do it "encrypts password" do @account.password_card.update_attributes! content: "new password" expect(@account.password).n...
{ "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...
{ "pile_set_name": "Github" }
package edu.neu.ccs.pyramid.multilabel_classification.crf; import edu.neu.ccs.pyramid.dataset.MultiLabel; import edu.neu.ccs.pyramid.dataset.MultiLabelClfDataSet; import edu.neu.ccs.pyramid.optimization.Optimizable; import edu.neu.ccs.pyramid.util.MathUtil; import org.apache.logging.log4j.LogManager; import org.apache...
{ "pile_set_name": "Github" }
<form class="search" role="search"> <label class="search__label" for="search"> <svg class="search__eyeglass-icon" role="img"> <title> <%= t("administrate.search.label", resource: resource_name) %> </title> <use xlink:href="#icon-eyeglass" /> </svg> </label> <input class="search_...
{ "pile_set_name": "Github" }
# # Translators: # code smite <codesmite@gmail.com>, 2018 # msgid "" msgstr "" "Project-Id-Version: \n" "Last-Translator: code smite <codesmite@gmail.com>, 2018\n" "Language-Team: Bengali (https://www.transifex.com/duplicati/teams/67655/bn/)\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8...
{ "pile_set_name": "Github" }
/* Built-in method references for those with the same name as other `lodash` methods. */ var nativeMax = Math.max, nativeMin = Math.min; /** * Gets the view, applying any `transforms` to the `start` and `end` positions. * * @private * @param {number} start The start of the view. * @param {number} end The end ...
{ "pile_set_name": "Github" }
CHECKASMOBJS += aarch64/checkasm.o
{ "pile_set_name": "Github" }
name: Couple 2 revenus 2 enfants dont 1 né après le 1/4/14 < plafond keywords: - montant - paje - plafonds description: 'Plafond Couple 2 revenus 2 enfants dont 1 né après le 1/4/14: 43389' period: month:2015-09 relative_error_margin: 0.02 input: individus: 55eef695bb8d0c3804776635: enfant_a_charge: ...
{ "pile_set_name": "Github" }
/* * Copyright 2017-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" }
#ifndef Py_PYMATH_H #define Py_PYMATH_H #include "pyconfig.h" /* include for defines */ /************************************************************************** Symbols and macros to supply platform-independent interfaces to mathematical functions and constants *********************************************...
{ "pile_set_name": "Github" }
/* Copyright (C) 2014, The University of Texas at Austin This file is part of libflame and is available under the 3-Clause BSD license, which can be found in the LICENSE file at the top-level directory, or at http://opensource.org/licenses/BSD-3-Clause */ #include "FLAME.h" FLA_Error FLA_Dotcs_chec...
{ "pile_set_name": "Github" }
D500: Hangul Silbe Pyuk D501: Hangul Silbe Pyut D502: Hangul Syllable Pyup D503: Hangul Silbe Pyuh D504: Hangul Silbe Peu D505: Hangul Silbe Peug D506: Hangul Silbe Peugg D507: Hangul Silbe Peugs D508: Hangul Silbe Peun D509: Hangul Silbe Peunj D50A: Hangul Silbe Peunh D50B: Hangul Silbe Peud D50C: Hangul Silbe Peul D5...
{ "pile_set_name": "Github" }
# frozen_string_literal: true # Redmine - project management software # Copyright (C) 2006-2020 Jean-Philippe Lang # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the L...
{ "pile_set_name": "Github" }
.class public Lcom/sina/weibo/sdk/exception/WeiboAuthException; .super Lcom/sina/weibo/sdk/exception/WeiboException; # static fields .field public static final DEFAULT_AUTH_ERROR_CODE:Ljava/lang/String; = "-1" .field public static final DEFAULT_AUTH_ERROR_DESC:Ljava/lang/String; = "Unknown Error Description" .field...
{ "pile_set_name": "Github" }
# $OpenBSD: Makefile,v 1.6 2020/09/07 14:49:20 rsadowski Exp $ COMMENT = job-based API for interacting with IMAP servers DISTNAME = kimap-${VERSION} CATEGORIES = devel mail SHARED_LIBS += KF5IMAP 2.0 # 5.5 WANTLIB += ${COMPILER_LIBCXX} KF5Codecs KF5ConfigCore KF5CoreAddons WANTLIB += KF5I18n KF5KI...
{ "pile_set_name": "Github" }
[ { "EventCode": "0xC1", "Counter": "0,1,2,3", "UMask": "0x8", "EventName": "OTHER_ASSISTS.AVX_STORE", "SampleAfterValue": "100003", "BriefDescription": "Number of GSSE memory assist for stores. GSSE microcode assist is being invoked whenever the hardware is unable to...
{ "pile_set_name": "Github" }
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch"...
{ "pile_set_name": "Github" }
<PAPER> <S sid="0">Extracting Parallel Sentences from Comparable Corpora using Document Level Alignment</S> <ABSTRACT> <S sid="1" ssid="1">The quality of a statistical machine translation (SMT) system is heavily dependent upon the amount of parallel sentences used in training.</S> <S sid="2" ssid="2">In rec...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "filename" : "head_icon_16.png", "scale" : "1x" }, { "idiom" : "universal", "scale" : "2x" }, { "idiom" : "universal", "scale" : "3x" } ], "info" : { "version" : 1, "author" : "xcode" } }
{ "pile_set_name": "Github" }
/* * Copyright LWJGL. All rights reserved. * License terms: https://www.lwjgl.org/license */ package opengles.templates import org.lwjgl.generator.* import opengles.* val OES_EGL_image = "OESEGLImage".nativeClassGLES("OES_EGL_image", postfix = OES) { documentation = """ Native bindings to the $...
{ "pile_set_name": "Github" }
# Security Policy ## Security Announcements Join the [kubernetes-security-announce] group for security and vulnerability announcements. You can also subscribe to an RSS feed of the above using [this link][kubernetes-security-announce-rss]. ## Reporting a Vulnerability Instructions for reporting a vulnerability can...
{ "pile_set_name": "Github" }
using NBitcoin; using Stratis.Bitcoin.Consensus.Rules; namespace Stratis.Bitcoin.Features.PoA.BasePoAFeatureConsensusRules { /// <summary> /// All PoA blocks should be of constant difficulty so chainwork always /// raises by constant amount with each new block. /// </summary> /// <remarks> ///...
{ "pile_set_name": "Github" }
# Changelog See: https://github.com/lgeiger/ide-python/releases
{ "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 ...
{ "pile_set_name": "Github" }
#include "stdafx.h" #include "windows.h" #pragma comment(lib, "Shlwapi.lib") #include <string> #include <Shlobj.h> #include <Shlwapi.h> #include <vector> #include <algorithm> #include <ProxyHelper.h> void SearchForFiles( const std::string& strSearchFileName, const std::string& strFilePath, const bool& bRecursive, ...
{ "pile_set_name": "Github" }
// // GTMLightweightProxy.m // // Copyright 2006-2008 Google Inc. // // 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 r...
{ "pile_set_name": "Github" }
--- title: "CD2DLinearGradientBrush Class" ms.date: "11/04/2016" f1_keywords: ["CD2DLinearGradientBrush", "AFXRENDERTARGET/CD2DLinearGradientBrush", "AFXRENDERTARGET/CD2DLinearGradientBrush::CD2DLinearGradientBrush", "AFXRENDERTARGET/CD2DLinearGradientBrush::Attach", "AFXRENDERTARGET/CD2DLinearGradientBrush::Create", "...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright 2020 Google LLC. */ #include <errno.h> #include <linux/bpf.h> #include <linux/ip.h> #include <linux/udp.h> #include <bpf/bpf_helpers.h> #include "progs/cg_storage_multi.h" struct { __uint(type, BPF_MAP_TYPE_CGROUP_STORAGE); __type(key, __u64); __type(valu...
{ "pile_set_name": "Github" }
package internal import ( "net/url" ) var EtcdDefaultArgs = []string{ "--listen-peer-urls=http://localhost:0", "--advertise-client-urls={{ if .URL }}{{ .URL.String }}{{ end }}", "--listen-client-urls={{ if .URL }}{{ .URL.String }}{{ end }}", "--data-dir={{ .DataDir }}", } func DoEtcdArgDefaulting(args []string)...
{ "pile_set_name": "Github" }
<html> <head> <title>libogg - function - ogg_sync_pageseek</title> <link rel=stylesheet href="style.css" type="text/css"> </head> <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff"> <table border=0 width=100%> <tr> <td><p class=tiny>libogg documentation</p></td> <td align=right><p class=tin...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <title>RakNet: Member List...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:clickable="true" android:orientation="vertical" android:padding="15dp"> <LinearLayout android:i...
{ "pile_set_name": "Github" }
package container import ( "fmt" "io" "os" "os/signal" "sync" "github.com/containerd/console" "github.com/opencontainers/runc/libcontainer" "github.com/opencontainers/runc/libcontainer/utils" ) type tty struct { epoller *console.Epoller console *console.EpollConsole stdin console.Console closers ...
{ "pile_set_name": "Github" }
$NetBSD: patch-aa,v 1.3 2008/06/10 13:20:00 obache Exp $ --- Imakefile.orig 1997-03-17 12:32:22.000000000 +0000 +++ Imakefile @@ -1,24 +1,24 @@ # TOP10 DIR : directory for socre files # -SCORE_DIR = /usr/local/games/Xbat/Score +SCORE_DIR = ${VARBASE}/games/Xbat # IMAGE DIR : directory for image files -IMAGE_DIR...
{ "pile_set_name": "Github" }
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> # Table of Contents - [Glossary](#glossary) - [To merge](#to-merge) - [Concepts](#concepts) - [S](#s) - [SMART](#smart) <!-- END doctoc generated TOC please ke...
{ "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 ...
{ "pile_set_name": "Github" }
# # something witty --neutronscott # obj-y := irq.o prom.o platform.o gpio.o \ setup.o clock.o time.o early_printk.o \
{ "pile_set_name": "Github" }
module github.com/docker/go-metrics go 1.11 require github.com/prometheus/client_golang v1.1.0
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com> // Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If ...
{ "pile_set_name": "Github" }
Expression Template Tutorial ==== This page explains how mshadow works. The main trick behind mshadow is called [Expression Template](http://en.wikipedia.org/wiki/Expression_templates). We will explain how it will affect the performance of compiled code. Expression template is the major trick behind the C++ matrix libr...
{ "pile_set_name": "Github" }
/* * This file is part of CoCalc: Copyright © 2020 Sagemath, Inc. * License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details */ export interface Author { name: string; account_id: string; } export type IsPublicFunction = (project_id: string, path: string) => boolean;
{ "pile_set_name": "Github" }
package(default_visibility = ["//visibility:public"]) load( "@io_bazel_rules_go//go:def.bzl", "go_library", ) go_library( name = "go_default_library", srcs = ["install.go"], importpath = "k8s.io/apiserver/pkg/apis/apiserver/install", deps = [ "//vendor/k8s.io/apimachinery/pkg/apimachin...
{ "pile_set_name": "Github" }
/* Capstone Disassembly Engine */ /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2014 */ #ifndef CS_SPARCDISASSEMBLER_H #define CS_SPARCDISASSEMBLER_H #include <stdint.h> #include "../../include/capstone.h" #include "../../MCRegisterInfo.h" #include "../../MCInst.h" void Sparc_init(MCRegisterInfo *MRI); bool Spar...
{ "pile_set_name": "Github" }
--- layout: api title: "v2.1.2 JavaScript Library: L.mapbox.gridControl(layer, options)" categories: api version: v2.1.2 permalink: /api/v2.1.2/l-mapbox-gridcontrol/ --- <h2 id="section-l-mapbox-gridcontrol">L.mapbox.gridControl(layer, options)</h2> <p><span class='leaflet icon'><em>Extends</em>: <code><a href="/mapbox...
{ "pile_set_name": "Github" }
import ma = require('azure-pipelines-task-lib/mock-answer'); import tmrm = require('azure-pipelines-task-lib/mock-run'); import path = require('path'); let taskPath = path.join(__dirname, '..','index.js'); let tmr: tmrm.TaskMockRunner = new tmrm.TaskMockRunner(taskPath); tmr.setInput('googleEndpoint', 'b2a89421-36e7-...
{ "pile_set_name": "Github" }
/*###ICF### Section handled by ICF editor, don't touch! ****/ /*-Editor annotation file-*/ /* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\a_v1_0.xml" */ /*-Vector table start*/ define symbol __ICFEDIT_vector_start__ = 0x20000000; /*-Memory Regions-*/ define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; defin...
{ "pile_set_name": "Github" }
<component name="InspectionProjectProfileManager"> <settings> <option name="PROJECT_PROFILE" value="Project Default" /> <option name="USE_PROJECT_PROFILE" value="true" /> <version value="1.0" /> </settings> </component>
{ "pile_set_name": "Github" }
/* Copyright 2015 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
{ "backgroundTextStyle": "light", "backgroundColor": "#4a475b", "navigationBarBackgroundColor": "#4a475b", "navigationBarTitleText": "小鸡单词", "navigationBarTextStyle": "white", "enablePullDownRefresh": true }
{ "pile_set_name": "Github" }
User Research ================
{ "pile_set_name": "Github" }
package org.opencv.core; public class CvException extends RuntimeException { private static final long serialVersionUID = 1L; public CvException(String msg) { super(msg); } @Override public String toString() { return "CvException [" + super.toString() + "]"; } }
{ "pile_set_name": "Github" }
#ifndef __DECALSHADING_INCLUDE__ // Upgrade NOTE: excluded shader from OpenGL ES 2.0 because it uses non-square matrices #pragma exclude_renderers gles #define __DECALSHADING_INCLUDE__ #include "VoxelLight.cginc" Texture3D<int> _DecalTile; float2 _TileSize; StructuredBuffer<Decal> _AllDecals; Texture2DArray<float4> _De...
{ "pile_set_name": "Github" }
/* Package s3 provides an abstraction of Amazon S3 (Simple Storage Service). An S3 Bucket is a Stow Container and an S3 Object is a Stow Item. Recall that nested directories exist within S3. Usage and Credentials There are three separate pieces of information required by Stow to have access to an S3 Stow Location: an...
{ "pile_set_name": "Github" }
require.define($__filename, function (require, module, exports, __dirname, __filename) { $body }); require($__filename);
{ "pile_set_name": "Github" }
# AUTOGENERATED FILE FROM balenalib/beagleboard-xm-debian:bullseye-run RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu57 \ liblttng-us...
{ "pile_set_name": "Github" }
namespace ZLibrary.Machine.Opcodes.VAR { public class RANDOM : Opcode { public RANDOM(ZMachine aMachine) : base(aMachine) { Name = "VAR:0x07 random range -> (result)"; } public override void Execute(ushort aRange, ushort aArg1, ushort aArg2, ushort aArg3...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2010 Pedro Larbig <pedro.larbig@carhs.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version...
{ "pile_set_name": "Github" }
{ "dependencies": { "com.unity.2d.sprite": "1.0.0", "com.unity.2d.tilemap": "1.0.0", "com.unity.addressables": "1.15.1", "com.unity.ads": "3.4.7", "com.unity.analytics": "3.3.5", "com.unity.collab-proxy": "1.2.16", "com.unity.ide.rider": "1.1.4", "com.unity.ide.vscode": "1.2.1", "c...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no" ?> <ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_optx.xsd"> <SchemaVersion>1.0</SchemaVersion> <Header>### uVision Project, (C) Keil Software</Header> <Extensions> <cExt>*.c</cExt> <aExt>*.s*...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en" xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="UTF-8"> <title>left</title> <meta name="renderer" content="webkit"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="Access-Control-Allow-Origin" content="*"> <meta name="vi...
{ "pile_set_name": "Github" }
activate btsync-common-changed
{ "pile_set_name": "Github" }
LOCAL_PATH := . include $(CLEAR_VARS) include $(GAPPS_CLEAR_VARS) LOCAL_MODULE := GoogleOneTimeInitializer LOCAL_PACKAGE_NAME := com.google.android.onetimeinitializer LOCAL_PRIVILEGED_MODULE := true GAPPS_LOCAL_OVERRIDES_MIN_VARIANT := GAPPS_LOCAL_OVERRIDES_PACKAGES := OneTimeInitializer include $(BUILD_GAPPS_PREBUIL...
{ "pile_set_name": "Github" }
'use strict'; var GetIntrinsic = require('../GetIntrinsic'); var callBind = require('./callBind'); var $indexOf = callBind(GetIntrinsic('String.prototype.indexOf')); module.exports = function callBoundIntrinsic(name, allowMissing) { var intrinsic = GetIntrinsic(name, !!allowMissing); if (typeof intrinsic === 'fun...
{ "pile_set_name": "Github" }
# frozen_string_literal: true require_relative '../options_helper' describe OctocatalogDiff::Cli::Options do describe '#opt_puppetdb_ssl_client_password' do it 'should handle --puppetdb-ssl-client-password with valid text' do result = run_optparse(['--puppetdb-ssl-client-password', 'secret']) expect...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2013 Mellanox Technologies, Inc. * All rights reserved. * Copyright (c) 2013 Cisco Systems, Inc. All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow * * $HEADER$ */ #include "oshmem_config.h" #include "oshmem/shmem/fortran/bindings.h" #inclu...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 /* Copyright (c) 2020 Mellanox Technologies. All rights reserved */ #include <linux/idr.h> #include <linux/log2.h> #include <linux/mutex.h> #include <linux/netlink.h> #include <net/devlink.h> #include "spectrum.h" struct mlxsw_sp_policer_family { enum mlxsw_sp_pol...
{ "pile_set_name": "Github" }
/* * Copyright 6WIND S.A., 2014 * * This work is licensed under the terms of the GNU GPL, version 2 or * (at your option) any later version. See the COPYING file in the * top-level directory. */ #ifndef IVSHMEM_SERVER_H #define IVSHMEM_SERVER_H /** * The ivshmem server is a daemon that creates a unix socket i...
{ "pile_set_name": "Github" }
/* NSC -- new Scala compiler * Copyright 2002-2013 LAMP/EPFL * @author Martin Odersky */ package scala.tools.nsc package reporters import scala.collection.mutable import scala.tools.nsc.Settings import scala.reflect.internal.util.Position /** * This reporter implements filtering. */ abstract class AbstractRepor...
{ "pile_set_name": "Github" }
{ "jsonSchemaSemanticVersion": "1.0.0", "imports": [ { "corpusPath": "cdm:/foundations.1.2.cdm.json" }, { "corpusPath": "/core/operationsCommon/Common.1.0.cdm.json", "moniker": "base_Common" }, { "corpusPath": "/core/operationsCommon/DataEntityView.1.0.cdm.json", "m...
{ "pile_set_name": "Github" }
require 'dl' require 'thread' module DL # The mutual exclusion (Mutex) semaphore for the DL module SEM = Mutex.new # :nodoc: if DL.fiddle? # A Hash of callback Procs # # Uses Fiddle CdeclCallbackProcs = {} # :nodoc: # A Hash of the addresses of callback Proc # # Uses Fiddle Cdecl...
{ "pile_set_name": "Github" }
G04 #@! TF.FileFunction,Soldermask,Top* %FSLAX46Y46*% G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* G04 Created by KiCad (PCBNEW 4.0.7) date 05/05/18 17:10:26* %MOMM*% %LPD*% G01* G04 APERTURE LIST* %ADD10C,0.100000*% %ADD11C,2.686000*% %ADD12R,2.000000X2.000000*% %ADD13C,2.000000*% %ADD14O,1.400000X1...
{ "pile_set_name": "Github" }
package cdn /* * 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 * "Li...
{ "pile_set_name": "Github" }
// Copyright 2019-2020 the Deno authors. All rights reserved. MIT license. use rusty_v8 as v8; pub fn main() { let mut isolate = v8::Isolate::new(mock()); let mut scope1 = v8::HandleScope::new(&mut isolate); let mut scope2 = v8::EscapableHandleScope::new(&mut scope1); let _local1 = v8::Integer::new(&mut scope1...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * ...
{ "pile_set_name": "Github" }
/* Copyright 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, softw...
{ "pile_set_name": "Github" }
<snippet> <content><![CDATA[cc.TransitionSceneOriented]]></content> <tabTrigger>TransitionSceneOriented</tabTrigger> <scope>source.lua</scope> <description>.</description> </snippet>
{ "pile_set_name": "Github" }
from ebdata.blobs.models import Page, IgnoredDateline from ebdata.nlp.datelines import guess_datelines from ebpub.streets.models import Suburb import re def dateline_should_be_purged(dateline): dateline = dateline.upper() try: IgnoredDateline.objects.get(dateline=dateline) return True excep...
{ "pile_set_name": "Github" }
# -------------------------------------------------------- # Fast R-CNN # Copyright (c) 2015 Microsoft # Licensed under The MIT License [see LICENSE for details] # Written by Ross Girshick # -------------------------------------------------------- from __future__ import absolute_import from __future__ import division f...
{ "pile_set_name": "Github" }
const path = require('path'); const webpack = require('webpack'); const HtmlWebpackPlugin = require('html-webpack-plugin'); const ProgressBarPlugin = require('progress-bar-webpack-plugin'); const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer'); const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-w...
{ "pile_set_name": "Github" }
Marilyn --- [![Bower version](https://badge.fury.io/bo/marilyn.svg)](http://badge.fury.io/bo/marilyn) <img src="http://marilynjs.com/img/marilyn.jpg" /> Marilyn is a client side, WebSocket driven, Pub/Sub, model layer with a query system similar to Mongoose. Angular, Backbone, Ember, and many other libraries provid...
{ "pile_set_name": "Github" }
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>netcoreapp3.0</TargetFramework> </PropertyGroup> <ItemGroup> <FrameworkReference Include="Microsoft.AspNetCore.App"/> </ItemGroup> </Project>
{ "pile_set_name": "Github" }
package event import ( "testing" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) func TestBusStop(t *testing.T) { b := NewBus() phase := 0 wait := make(chan struct{}) go func() { assert.Nil(t, b.Stop()) require.Equal(t, phase, 1) wait <- struct{}{} }() b.updateCh <- true ...
{ "pile_set_name": "Github" }
import gql from 'graphql-tag'; export default gql` query Post($id: ID!) { post(id: $id) { id: _id title image content comments { body author } } } `;
{ "pile_set_name": "Github" }
var createWrap = require('./_createWrap'); /** Used to compose bitmasks for function metadata. */ var CURRY_FLAG = 8; /** * Creates a function that accepts arguments of `func` and either invokes * `func` returning its result, if at least `arity` number of arguments have * been provided, or returns a function that ...
{ "pile_set_name": "Github" }