text
stringlengths
2
99k
meta
dict
"use strict"; exports.__esModule = true; // istanbul ignore next function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj["default"] = obj;...
{ "pile_set_name": "Github" }
/* string.c - Foundation library - Public Domain - 2013 Mattias Jansson / Rampant Pixels * * This library provides a cross-platform foundation library in C11 providing basic support * data types and functions to write applications and games in a platform-independent fashion. * The latest source code is always...
{ "pile_set_name": "Github" }
/* * Copyright © 2014 Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, pub...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="robots" content="index, follow, all" /> <title>FFMpeg\Exception | PHP-FFMpeg API</title> <link rel="stylesheet" type="text/css" href="../../stylesheet.css"> </head> ...
{ "pile_set_name": "Github" }
package test type typeForTest map[uint8]string
{ "pile_set_name": "Github" }
#ifndef V8_TORQUE_ITERATOR_FROM_DSL_BASE_H__ #define V8_TORQUE_ITERATOR_FROM_DSL_BASE_H__ #include "src/compiler/code-assembler.h" #include "src/code-stub-assembler.h" #include "src/utils.h" #include "torque-generated/class-definitions-from-dsl.h" namespace v8 { namespace internal { class IteratorBuiltinsFromDSLAsse...
{ "pile_set_name": "Github" }
// Copyright (c) 2018-2020, Zhirnov Andrey. For more information see 'LICENSE' #pragma once #include "scene/Renderer/Enums.h" #include "scene/Math/Camera.h" #include "scene/Math/Frustum.h" #include "scene/SceneManager/ISceneHierarchy.h" namespace FG { struct CameraInfo { Camera camera; Frustum frustum;...
{ "pile_set_name": "Github" }
welcome: id: 1 author_id: 1 title: Welcome to the weblog body: Such a lovely day comments_count: 2 type: Post thinking: id: 2 author_id: 1 title: So I was thinking body: Like I hopefully always am type: SpecialPost authorless: id: 3 author_id: 0 title: I don't have any comments body: I j...
{ "pile_set_name": "Github" }
/*@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); /** * Default theme for reveal.js. * * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se */ @font-face { font-family: 'League Gothic'; src: url("../../lib/font/league_gothic-webfont.eot"); src: url("../../lib/font/...
{ "pile_set_name": "Github" }
#qutebrowser icon="%{I+5}%{I-}" name="qutebrowser" left="qutebrowser" middle="~/Desktop/wq" #termite icon="%{I+5}%{I-}" name="termite" left="termite -t termite" #DROPDOWN #icon="%{I+5}%{I-}" #name="DROPDOWN" #left=".orw/scripts/dropdown.sh" #vifm icon="%{I+5}%{I-}" name="vifm" left="~/.orw/scripts/vifm.sh -i" #...
{ "pile_set_name": "Github" }
'use strict'; module.exports = '';
{ "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" }
<?php /*************************************************************************************/ /* */ /* Thelia */ /* ...
{ "pile_set_name": "Github" }
/** * Converts `map` to its key-value pairs. * * @private * @param {Object} map The map to convert. * @returns {Array} Returns the key-value pairs. */ function mapToArray(map) { var index = -1, result = Array(map.size); map.forEach(function(value, key) { result[++index] = [key, value]; }); retu...
{ "pile_set_name": "Github" }
# SOME DESCRIPTIVE TITLE. # Copyright (C) Kovid Goyal # This file is distributed under the same license as the calibre package. # # Translators: msgid "" msgstr "" "Project-Id-Version: calibre\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-09-02 05:23+0000\n" "PO-Revision-Date: 2020-09-01 05:11+0000\n" "Last-T...
{ "pile_set_name": "Github" }
Action.h:@interface Action : NSObject <NSCopying> { Action.h:@interface FiniteTimeAction : Action <NSCopying> Action.h:@interface RepeatForever : Action <NSCopying> Action.h:@interface Speed : Action <NSCopying> ActionManager.h:@interface ActionManager : NSObject { AtlasNode.h:@interface AtlasNode : CocosNode <CocosNod...
{ "pile_set_name": "Github" }
.cm-s-ambiance.CodeMirror { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
{ "pile_set_name": "Github" }
/** * Copyright (C) 2016 Newland Group Holding Limited * <p> * 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 * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required ...
{ "pile_set_name": "Github" }
.aside-menu { z-index: $zindex-sticky - 1; width: $aside-menu-width; color: $aside-menu-color; background: $aside-menu-bg; @include borders($aside-menu-borders); .nav-tabs { border-color: $border-color; .nav-link { padding: $aside-menu-nav-padding-y $aside-menu-nav-padding-x; color: $bo...
{ "pile_set_name": "Github" }
from comics.aggregator.crawler import CrawlerBase, CrawlerImage from comics.core.comic_data import ComicDataBase class ComicData(ComicDataBase): name = "Abstruse Goose" language = "en" url = "http://www.abstrusegoose.com/" start_date = "2008-02-01" rights = "lcfr, CC BY-NC 3.0 US" class Crawler(...
{ "pile_set_name": "Github" }
 module jasmine { export interface Matchers { toMatchResultForCall(expected: any, func: (any) => any): boolean; toPass(func: (any) => any): boolean; toHaveTheSameSetOf(expected: any[]); } } module JasmineCustomization { class CustomMatchers { public toMatchResultForCall(uti...
{ "pile_set_name": "Github" }
# change host names to your reserved nodes, the # required quantity is indicated by the placeholders defaultENV: #!filter-only : /run/env_CRT_CTX_SHARE_ADDR/sep #!filter-only : /run/tests/rpc_error D_LOG_MASK: "DEBUG,MEM=ERR" CRT_PHY_ADDR_STR: "ofi+sockets" OFI_INTERFACE: "eth0" srv_CRT_CTX_NUM: "16" cli...
{ "pile_set_name": "Github" }
owner = BUL controller = BUL add_core = BUL energy = 1.00 industry = 1 infra = 6 manpower = 1.00 leadership = 0.10
{ "pile_set_name": "Github" }
// Copyright (c) 2005 DMTF. All rights reserved. // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath // qualifier values to CIM Schema.</change> // <change cr="ArchCR00089.003" type="add">Add PUnit qualifier values // to Units qualifier values.</change> // ===============================================...
{ "pile_set_name": "Github" }
// Copyright 2012 the V8 project authors. All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of ...
{ "pile_set_name": "Github" }
--- # =========================================================== # OWASP SAMM2 Security Practice Level template/sample # =========================================================== #Link to the practice, using its unique identifier practice: 32b3bdd85d3a4d53827960004f9d1c7e #Link to the maturity level, using its uniq...
{ "pile_set_name": "Github" }
/* Generated by camel build tools - do NOT edit this file! */ package org.apache.camel.component.aws2.kinesis; import org.apache.camel.Exchange; import org.apache.camel.TypeConversionException; import org.apache.camel.TypeConverterLoaderException; import org.apache.camel.spi.TypeConverterLoader; import org.apache.came...
{ "pile_set_name": "Github" }
#include <asm-generic/kdebug.h>
{ "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"); ...
{ "pile_set_name": "Github" }
// Licensed to Elasticsearch B.V. under one or more contributor // license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright // ownership. Elasticsearch B.V. licenses this file to you under // the Apache License, Version 2.0 (the "License"); you may // not use ...
{ "pile_set_name": "Github" }
# Stubs for cachecontrol.caches (Python 2) # # NOTE: This dynamically typed stub was automatically generated by stubgen. from typing import Any from .file_cache import FileCache as FileCache #from .redis_cache import RedisCache as RedisCache notice = ... # type: Any
{ "pile_set_name": "Github" }
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; namespace Microsoft.Extensions.DependencyInjection.ServiceLookup { internal class RuntimeServicePro...
{ "pile_set_name": "Github" }
// Copyright (c) 2011 The LevelDB Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. See the AUTHORS file for names of contributors. #include "table/format.h" #include "leveldb/env.h" #include "port/port.h" #include "table/block.h" #in...
{ "pile_set_name": "Github" }
/* @license dhtmlxScheduler v.4.3.1 This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited. (c) Dinamenta, UAB. */ scheduler._get_serializable_data=function(){var e...
{ "pile_set_name": "Github" }
/* 前后端通信相关的配置,注释只允许使用多行方式 */ { /* 上传图片配置项 */ "imageActionName": "uploadimage", /* 执行上传图片的action名称 */ "imageFieldName": "upfile", /* 提交的图片表单名称 */ "imageMaxSize": 2048000, /* 上传大小限制,单位B */ "imageAllowFiles": [".png", ".jpg", ".jpeg", ".gif", ".bmp"], /* 上传图片格式显示 */ "imageCompressEnable": true, /* ...
{ "pile_set_name": "Github" }
// Copyright (c) 2010, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of conditi...
{ "pile_set_name": "Github" }
#ifndef PA_WIN_WAVEFORMAT_H #define PA_WIN_WAVEFORMAT_H /* * PortAudio Portable Real-Time Audio Library * Windows WAVEFORMAT* data structure utilities * portaudio.h should be included before this file. * * Copyright (c) 2007 Ross Bencina * * Permission is hereby granted, free of charge, to any person ...
{ "pile_set_name": "Github" }
; RUN: opt -S -indvars < %s | FileCheck %s ; Check that SCEV does not assume sub nuw X Y == add nuw X, -Y define void @f(i32* %loc) { ; CHECK-LABEL: @f entry: br label %loop loop: %idx = phi i32 [ 6, %entry ], [ %idx.dec, %loop ] store i32 %idx, i32* %loc %idx.dec = sub nuw i32 %idx, 1 %cond = icmp uge i3...
{ "pile_set_name": "Github" }
/* * network_lookup_sdl.cpp - Network entity lookup functions, SDL implementation Copyright (C) 1991-2001 and beyond by Bungie Studios, Inc. and the "Aleph One" developers. 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 ...
{ "pile_set_name": "Github" }
/* * Copyright 2009-2012 Amazon Technologies, 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://aws.amazon.com/apache2.0 * * This file is distributed on an "AS ...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, * modify, merge, publish, ...
{ "pile_set_name": "Github" }
method.is.implemented.too.many=\u5df2\u7ecf\u5b9e\u73b0 method.is.overridden.too.many=\u5728\u5b50\u7c7b\u4e2d\u88ab\u8986\u76d6 interface.is.implemented.too.many=\u5df2\u7ecf\u5b9e\u73b0 class.is.subclassed.too.many=\u6709\u5b50\u7c7b method.implements=\u5728 <a href="#javaClass/{1}">{1}</a> \u4e2d\u7684\u5b9e\u73b0\...
{ "pile_set_name": "Github" }
/** * Iterates over a callback a set amount of times * returning the results */ function take(n, callback, thisObj){ var i = -1; var arr = []; if( !thisObj ){ while(++i < n){ arr[i] = callback(i, n); } } else { ...
{ "pile_set_name": "Github" }
<test> <preconditions> <table_exists>hits_100m_single</table_exists> </preconditions> <substitutions> <substitution> <name>func</name> <values> <value>protocol</value> <value>domain</value> <value>domainWithoutWWW</value>...
{ "pile_set_name": "Github" }
/* APP -- load text_info from settings -- load section -- load all texts -- create choser Chooser Events: 'textchose' Methods: render Navigator Events: 'navigated' Methods: setText, renderDivisions, renderSections */ var ReaderApp = function($) { var contentBase = $('body').attr('data-c...
{ "pile_set_name": "Github" }
{ "images" : [ { "filename" : "temaki-shinto.pdf", "idiom" : "universal" } ], "info" : { "author" : "xcode", "version" : 1 }, "properties" : { "preserves-vector-representation" : true } }
{ "pile_set_name": "Github" }
using Retro.Net.Z80.Util; using Retro.Net.Z80.Registers; namespace Retro.Net.Z80.Core { /// <summary> /// An 8-bit arithmetic logic unit for the 8080/GBCPU/Z80 CPU's. /// This abstraction is useful as it assumes all responsibility of setting and checking the flags register on each operation. /// </sum...
{ "pile_set_name": "Github" }
/* * sound/oss/dev_table.c * * Device call tables. * * * Copyright (C) by Hannu Savolainen 1993-1997 * * OSS/Free for Linux is distributed under the GNU GENERAL PUBLIC LICENSE (GPL) * Version 2 (June 1991). See the "COPYING" file distributed with this software * for more info. */ #include <linux/init.h> #i...
{ "pile_set_name": "Github" }
/******* http客户端程序 httpclient.c ************/ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/socket.h> #include <errno.h> #include <unistd.h> #include <netdb.h> #include <ctype.h> /******************************************** 功能:搜索字符串右边起的第一个匹配字符 ********************************************/ c...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 /* * R-Car Gen3 Clock Pulse Generator * * Copyright (C) 2015-2018 Glider bvba * Copyright (C) 2019 Renesas Electronics Corp. * * Based on clk-rcar-gen3.c * * Copyright (C) 2015 Renesas Electronics Corp. */ #include <linux/bug.h> #include <linux/bitfield.h> #include <linux/c...
{ "pile_set_name": "Github" }
require File.dirname(__FILE__) + "/../helper" # ECMA-262 # Section 15.1.1.1 class GlobalObject_15_1_1_1_Test < ECMAScriptTestCase def setup super @object = GlobalObject.new end def test_nan assert @object.has_property?('NaN') assert @object['NaN'].dont_enum? assert @object['NaN'].dont_delete...
{ "pile_set_name": "Github" }
<?php /** * --------------------------------------------------------------------- * GLPI - Gestionnaire Libre de Parc Informatique * Copyright (C) 2015-2020 Teclib' and contributors. * * http://glpi-project.org * * based on GLPI - Gestionnaire Libre de Parc Informatique * Copyright (C) 2003-2014 by the INDEPNET...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>require.js</title> <script type="text/javascript"> requirejsArgs = { dojoLocation: '../../../../../..' }; </script> <script type="text/javascript" src="../requirejs-setup.js"></script> <script> dojoConfig.map = { 't...
{ "pile_set_name": "Github" }
######################## BEGIN LICENSE BLOCK ######################## # The Original Code is Mozilla Communicator client code. # # The Initial Developer of the Original Code is # Netscape Communications Corporation. # Portions created by the Initial Developer are Copyright (C) 1998 # the Initial Developer. All Rights R...
{ "pile_set_name": "Github" }
Filter.db CompressionInfo.db Digest.sha1 Statistics.db Summary.db TOC.txt Data.db Index.db
{ "pile_set_name": "Github" }
<HTML> <HEAD> <meta charset="UTF-8"> <title>EasyUpiPayment.Builder.setTransactionId - EasyUpiPayment</title> <link href="../../../../style.css" rel="stylesheet"> </HEAD> <BODY> <a href="../../../index.html">EasyUpiPayment</a>&nbsp;/&nbsp;<a href="../../index.html">com.shreyaspatil.easyupipayment</a>&nbsp;/&...
{ "pile_set_name": "Github" }
<mods xmlns="http://www.loc.gov/mods/v3" xmlns:exslt="http://exslt.org/common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd" version="3.3" ID="P0b002ee18bab077a"> <name ty...
{ "pile_set_name": "Github" }
package com.sequenceiq.it.cloudbreak.util.storagelocation; import java.util.List; import com.sequenceiq.common.api.cloudstorage.StorageLocationBase; import com.sequenceiq.common.model.CloudStorageCdpService; public enum StorageComponent { HIVE_METASTORE_WAREHOUSE { @Override public List<StorageL...
{ "pile_set_name": "Github" }
<template> <div class="search-result-item"> <div class="search-result" :title="searchResult.filePath" > <svg class="icon icon-arrow" :class="{'fold': !showSearchMatches}" aria-hidden="true" @click.stop="toggleSearchMatches()" > ...
{ "pile_set_name": "Github" }
-module(app2_sup). -behaviour(supervisor). %% API -export([start_link/0]). %% Supervisor callbacks -export([init/1]). start_link() -> supervisor:start_link(?MODULE, []). init([]) -> AChild = {ginny,{app2_server,start_link,[]}, permanent,2000,worker,[app2_server]}, {ok,{{one_for_all,0,1}, [AChild...
{ "pile_set_name": "Github" }
using System; using System.Linq; using System.Collections; using System.Collections.Generic; using System.Runtime.InteropServices; using UnityEngine; using UnityEngine.Rendering; namespace VoxelSystem { public class GPUVoxelizer { protected const string kVolumeKernelKey = "Volume", kSurfaceFrontKernelKey = "Sur...
{ "pile_set_name": "Github" }
var tap = require('../tap'); tap.count(1); function getparams (fn) { return fn.toString().match(/\(([^\)]+)/)[1].split(/,\s*/); } function ok (a, b, c) { console.log('yay'); } console.log('#', ok.toString()) tap.eq(getparams(ok).join(','), 'a,b,c', 'can extract param names from fn');
{ "pile_set_name": "Github" }
{ "ImportPath": "github.com/Qihoo360/poseidon/service", "GoVersion": "go1.7", "GodepVersion": "v74", "Deps": [ { "ImportPath": "github.com/bradfitz/gomemcache/memcache", "Comment": "release.r60-41-gfb1f79c", "Rev": "fb1f79c6b65acda83063cbc69f6bba1522558bfc" }, { "ImportPath": "github.com/deckarep/...
{ "pile_set_name": "Github" }
Readability ==================== A collection of functions that measure the readability of a given body of text. I'd recommend checking out the wikipedia articles below--most of the metrics estimate the grade level required to comprehend a given block of text and may return odd results on small snippets of text. To ...
{ "pile_set_name": "Github" }
using NUnit.Framework; using Ryujinx.Audio.Renderer.Parameter; using System.Runtime.CompilerServices; namespace Ryujinx.Tests.Audio.Renderer.Parameter { class MixInParameterDirtyOnlyUpdateTests { [Test] public void EnsureTypeSize() { Assert.AreEqual(0x20, Unsafe.SizeOf<MixI...
{ "pile_set_name": "Github" }
using System.Collections.Generic; using System.Threading.Tasks; using LogicAndTrick.Oy; using Sledge.BspEditor.Documents; namespace Sledge.BspEditor.Compile { public class Batch { public List<BatchStep> Steps { get; set; } public Dictionary<string, string> Variables { get; set; } publi...
{ "pile_set_name": "Github" }
# /etc/ipsec.conf - Libreswan IPsec configuration file version 2.0 config setup logfile=/tmp/pluto.log logtime=no logappend=no plutodebug=all dumpdir=/tmp conn westnet-eastnet-ikev2 also=westnet-eastnet-ipv4 rekey=no include /testing/baseconfigs/all/etc/ipsec.d/ipsec.conf.common
{ "pile_set_name": "Github" }
// Code generated by protoc-gen-gogo. DO NOT EDIT. // source: google/protobuf/api.proto package types import proto "github.com/gogo/protobuf/proto" import fmt "fmt" import math "math" import bytes "bytes" import strings "strings" import reflect "reflect" import io "io" // Reference imports to suppress errors if t...
{ "pile_set_name": "Github" }
// CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including wit...
{ "pile_set_name": "Github" }
/* ############################################################################### # # EGSnrc egs++ transformed source # Copyright (C) 2015 National Research Council Canada # # This file is part of EGSnrc. # # EGSnrc is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero Gen...
{ "pile_set_name": "Github" }
package levigo // #cgo LDFLAGS: -lleveldb // #include <stdint.h> // #include "leveldb/c.h" import "C" // Cache is a cache used to store data read from data in memory. // // Typically, NewLRUCache is all you will need, but advanced users may // implement their own *C.leveldb_cache_t and create a Cache. // // To preven...
{ "pile_set_name": "Github" }
/* * Copyright 2017-2020 original 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 agre...
{ "pile_set_name": "Github" }
auto: REMOVE_FILE,CREATE_FILE,MUNGE,COMPARE_FILE %TESTID%.stdout %TESTID%.stderr pre action: SET_ENV SWAKS_HOME %TESTDIR%/SWAKS_HOME pre action: SET_ENV SWAKS_OPT_config %TESTDIR%/swaksrc-config-1 test action: CMD_CAPTURE %SWAKS% --dump DATA --to user@host1.nodns.test.swaks.net --from from@host1.nodns.test.swaks.net -...
{ "pile_set_name": "Github" }
/* [ sha, [offset, branch], //点 [ [from, to, branch], // 线1 [from, to, branch], // 线2 [from, to, branch], ] // 线 ] */ [ [ "10c2993a6ba2", [0, 1], [[0, 0, 1]] ] ]
{ "pile_set_name": "Github" }
/* DnD avatar-specific settings */ .dojoDndAvatar {font-size: 75%; color: black;} .dojoDndAvatarHeader td {padding-left: 20px; padding-right: 4px; height: 16px;} .dojoDndAvatarHeader {background: #ccc;} .dojoDndAvatarItem {background: #eee;} .dojoDndMove .dojoDndAvatarHeader {background-image: url(images/dndNoMove....
{ "pile_set_name": "Github" }
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netcoreapp1.1</TargetFramework> </PropertyGroup> <ItemGroup> <Folder Include="Properties\" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\ctci.Contracts\ctci.Contracts.csproj" /> <ProjectReference Inc...
{ "pile_set_name": "Github" }
{ "__VERSION__": 1, "name": "ED", "size": 8, "hull": "TyrantFrigate", "type": "Support", "gridWidth": 19, "gridHeight": 16, "class": "Creep", "subsystems": [ { "type": "SupportPlateArmor", "hexes": [ [ 7, 9 ], [ 9, 9 ], [ 9, 5 ...
{ "pile_set_name": "Github" }
/** * @fileoverview Google WebFont Loader adapter/implementation for treesaver.fonts. */ goog.provide('treesaver.fonts.googleadapter'); goog.require('treesaver.debug'); goog.scope(function() { var googleadapter = treesaver.fonts.googleadapter, debug = treesaver.debug; /** * @private * @const * ...
{ "pile_set_name": "Github" }
# NV12toBGRandResize - NV12toBGRandResize ## Description This code shows two ways to convert and resize NV12 frames to BGR 3 planars frames using CUDA in batch. Way-1, Convert NV12 Input to BGR @ Input Resolution-1, then Resize to Resolution#2. Way-2, resize NV12 Input to Resolution#2 then convert it to BGR Output. N...
{ "pile_set_name": "Github" }
package model import ( "math" "time" ) // Algorithm Algorithm type Algorithm interface { Score(stat *ReplyStat) *ReplyScore Slots() []int Name() string } /* Origin Algorithm. */ // Origin origin algorithm type Origin struct { name string slots []int } // NewOrigin NewLikeDesc Aogorithm func NewOrigin(name ...
{ "pile_set_name": "Github" }
import { withUser } from 'ooth-client-react'; import { compose, withState, Omit } from 'recompose'; import * as React from 'react'; import withHead from '../hocs/head'; import withLink from '../hocs/link'; import withI18n, { __ } from '../hocs/i18n'; import { User } from 'ooth-client'; type MenuItem = { url: string;...
{ "pile_set_name": "Github" }
// Copyright © 2020 Banzai Cloud // // 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 ...
{ "pile_set_name": "Github" }
/* * Tencent is pleased to support the open source community by making * MMKV available. * * Copyright (C) 2018 THL A29 Limited, a Tencent company. * All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); you may not use * this file except in compliance with the License. You may obtai...
{ "pile_set_name": "Github" }
// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_GEOMETRY_CALCULATION_EXPRESSION_NODE_H_ #define THIRD_PARTY_BLINK_RENDERER_PLATFORM_GEOMETRY_CALCULATION_EXPRE...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # # # Copyright 2013 Netflix, 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 ...
{ "pile_set_name": "Github" }
Name ARB_half_float_vertex Name Strings GL_ARB_half_float_vertex Contact Daniel Koch, TransGaming, Inc (daniel 'at' transgaming.com) Notice Copyright (c) 2008-2013 The Khronos Group Inc. Copyright terms at http://www.khronos.org/registry/speccopyright.html Specification Update Policy ...
{ "pile_set_name": "Github" }
package graphql.kickstart.servlet.context; import graphql.kickstart.execution.context.GraphQLContext; import graphql.kickstart.execution.context.GraphQLContextBuilder; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.websocket.Session; import javax.websocket.ser...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 7cf2102b6d3a1c74f8787e000945e5ce folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
/****************************************************************************/ /* matrix.c */ /****************************************************************************/ /* */ /* t...
{ "pile_set_name": "Github" }
################################################################################ # # Copyright (c) 2020, NVIDIA CORPORATION. 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...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2010 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can ob...
{ "pile_set_name": "Github" }
// https://leetcode.com/problems/string-to-integer-atoi/ public partial class Solution { public int MyAtoi(string str) { int i = 0; long result = 0; bool minus = false; while (i < str.Length && char.IsWhiteSpace(str[i])) { ++i; } if (i < str....
{ "pile_set_name": "Github" }
абхазский (ab) авадхи (awa) аварский (av) авестийский (ae) австралийский английский (en_AU) австрийский немецкий (de_AT) агхем (agq) адангме (ada) адыгейский (ady) азербайджанский (az) аймара (ay) айну (ain) акан (ak) аккадский (akk) акоосе (bss) албанский (sq) алеутский (ale) американский английский (en_US) амхарский ...
{ "pile_set_name": "Github" }
/* * Copyright 2018 Google * * 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 w...
{ "pile_set_name": "Github" }
/** * Copyright 2011 The PlayN 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 ...
{ "pile_set_name": "Github" }
/* * Driver for Xceive XC4000 "QAM/8VSB single chip tuner" * * Copyright (c) 2007 Steven Toth <stoth@linuxtv.org> * * 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 o...
{ "pile_set_name": "Github" }
<p> Sinclair is waiting at a docking bay for the arrival of Dr. Stephen Franklin, the new medical chief of staff--and evidently an old friend of Sinclair. Right after the new doctor arrives, Sinclair gets a message from the bridge that there's a disturbance at the jump gate. <p> On the bridge, Sinclair finds out th...
{ "pile_set_name": "Github" }
/****************************************************************************** Copyright (c) 2007-2011, Intel Corp. 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 ...
{ "pile_set_name": "Github" }
// Copyright (c) 2018-2020 Intel Corporation // // 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 ...
{ "pile_set_name": "Github" }
package actor import ( "testing" "time" "github.com/AsynkronIT/protoactor-go/log" "github.com/stretchr/testify/assert" ) func TestFuture_PipeTo_Message(t *testing.T) { a1, p1 := spawnMockProcess("a1") a2, p2 := spawnMockProcess("a2") a3, p3 := spawnMockProcess("a3") defer func() { removeMockProcess(a1) r...
{ "pile_set_name": "Github" }