text
stringlengths
2
99.9k
meta
dict
{ "id": 4926, "name": "Pirate Guard", "incomplete": true, "members": true, "release_date": "2002-02-27", "combat_level": 19, "size": 1, "hitpoints": 25, "max_hit": 3, "attack_type": [ "slash" ], "attack_speed": 4, "aggressive": false, "poisonous": false, ...
{ "pile_set_name": "Github" }
"use strict"; exports.__esModule = true; exports.default = function () { return { manipulateOptions: function manipulateOptions(opts, parserOpts) { parserOpts.plugins.push("jsx"); } }; }; module.exports = exports["default"];
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////// // // @@@ START COPYRIGHT @@@ // // 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 o...
{ "pile_set_name": "Github" }
//===-- PPCCTRLoops.cpp - Identify and generate CTR loops -----------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
{ "pile_set_name": "Github" }
// integer.h - written and placed in the public domain by Wei Dai //! \file integer.h //! \brief Multiple precision integer with arithmetic operations //! \details The Integer class can represent positive and negative integers //! with absolute value less than (256**sizeof(word))<sup>(256**sizeof(int))</sup>. //! \d...
{ "pile_set_name": "Github" }
{ "@metadata": { "authors": [ "Ebrahimi-amir", "Amir a57" ] }, "browse": "ویکی یه باخیش", "smw_browselink": "اوزللیکلری گؤزدن کئچیر", "smw-livepreview-loading": "یوکلنیر..." }
{ "pile_set_name": "Github" }
// Created by cgo -godefs - DO NOT EDIT // cgo -godefs defs_freebsd.go package socket const ( sysAF_UNSPEC = 0x0 sysAF_INET = 0x2 sysAF_INET6 = 0x1c sysSOCK_RAW = 0x3 ) type iovec struct { Base *byte Len uint64 } type msghdr struct { Name *byte Namelen uint32 Pad_cgo_0 [4]byte Iov *i...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Zest</title> </head> <body bgcolor="#ffffff"> <h1>Zest</h1> <p> Zest is an experimental specialized scripting language (also known as a domain-specific language) developed by...
{ "pile_set_name": "Github" }
# Add project specific ProGuard rules here. # By default, the flags in this file are appended to flags specified # in /usr/local/Cellar/android-sdk/24.3.3/tools/proguard/proguard-android.txt # You can edit the include path and order by changing the proguardFiles # directive in build.gradle. # # For more details, see # ...
{ "pile_set_name": "Github" }
use nom::{le_u8, le_u16, IResult}; use ::api::{Characteristic, UUID, CharPropFlags, ValueNotification}; use bluez::constants::*; use bluez::protocol::*; use bytes::{BytesMut, BufMut}; #[cfg(test)] mod tests { use super::*; #[test] fn test_characteristics() { let buf = [9, 7, 2, 0, 2, 3, 0, 0, 42...
{ "pile_set_name": "Github" }
$(document).ready(function() { var today = new Date(); /* getMonth() returns 0-11 */ var month = today.getMonth() + 1; var date = today.getDate(); var year = today.getFullYear(); if (month == 12 && date in {'23': true, '24': true, '25': true, '26': true} ) { /* Happy Xmas :) */ ...
{ "pile_set_name": "Github" }
// (C) Copyright Edward Diener 2011,2012,2013 // Use, modification and distribution are subject to the Boost Software License, // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt). #if !defined(BOOST_TTI_HAS_STATIC_MEMBER_DATA_HPP) #define BOOST_TTI_HAS...
{ "pile_set_name": "Github" }
swagger: '2.0' info: title: SEMAPHORE description: Semaphore API version: "2.2.0" host: localhost:3000 consumes: - application/json produces: - application/json - text/plain; charset=utf-8 tags: - name: authentication description: Authentication, Logout & API Tokens - name: project descriptio...
{ "pile_set_name": "Github" }
{ "kind": "discovery#restDescription", "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/NOsFjtPY9zRzc3K9F8mQGuDeSj0\"", "discoveryVersion": "v1", "id": "cloudmonitoring:v2beta2", "name": "cloudmonitoring", "canonicalName": "Cloud Monitoring", "version": "v2beta2", "revision": "20170501", "title": "Cloud Monitoring API",...
{ "pile_set_name": "Github" }
<?php $lang["category_name_required"] = ""; $lang["expenses_categories_add_item"] = ""; $lang["expenses_categories_cannot_be_deleted"] = ""; $lang["expenses_categories_category_id"] = ""; $lang["expenses_categories_confirm_delete"] = ""; $lang["expenses_categories_confirm_restore"] = ""; $lang["expenses_categories_de...
{ "pile_set_name": "Github" }
/**************************************************************************** * Copyright (c) 2007 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy ...
{ "pile_set_name": "Github" }
// Tencent is pleased to support the open source community by making ncnn 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 obtain a copy ...
{ "pile_set_name": "Github" }
#================================================================# # Copyright (c) 2010-2011 Zipline Games, Inc. # All Rights Reserved. # http://getmoai.com #================================================================# include $(CLEAR_VARS) LOCAL_MODULE := crypto-b LOCAL_ARM_MODE := $(MY_ARM_MODE) LOCAL_...
{ "pile_set_name": "Github" }
// @flow import React, { Component } from "react"; import { Provider } from "react-redux"; import thunk from "redux-thunk"; import { createStore, applyMiddleware, compose } from "redux"; import { getAccounts, getCountervalues, getSettings, getBle } from "../db"; import CounterValues from "../countervalues"; import red...
{ "pile_set_name": "Github" }
from unittest.mock import patch from .....graphql.csv.enums import ProductFieldEnum from .....product.models import Attribute, Product, ProductImage, VariantImage from .....warehouse.models import Warehouse from ....utils.products_data import ( ProductExportFields, add_attribute_info_to_data, add_collectio...
{ "pile_set_name": "Github" }
/* -------------------------------------------------------------------------------------------- * 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" }
[require] VK_KHR_spirv_1_4 [compute shader spirv] ; Use the MinIterations loop control. ; Generated from with modified loop control: ; ; #version 430 ; ; ; layout(std430, binding = 0) buffer input_buffer ; { ; int in_size; ; ivec4 data_SSBO[]; ; }; ; ; layout(std430, binding = 1) buffer output_buffer ; { ; int...
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('escape', require('../escape'), require('./_falseOptions')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
/* Copyright (c) 2002-2005 CrystalClear Software, Inc. * Use, modification and distribution is subject to the * Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) * Author: Jeff Garland, Bart Garst * $Date$ */ #ifndef BOOST_DATE_TIME_SOURCE #...
{ "pile_set_name": "Github" }
package schema1 import ( "encoding/json" "time" "github.com/Microsoft/go-winio/pkg/guid" hcsschema "github.com/Microsoft/hcsshim/internal/schema2" ) // ProcessConfig is used as both the input of Container.CreateProcess // and to convert the parameters to JSON for passing onto the HCS type ProcessConfig struct { ...
{ "pile_set_name": "Github" }
# Copyright (c) 2012-2014 Roger Light <roger@atchoo.org> # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # and Eclipse Distribution License v1.0 which accompany this distribution. # # The Eclipse Public License is available at ...
{ "pile_set_name": "Github" }
-- update module version UPDATE `sys_modules` SET `version` = '1.3.5' WHERE `uri` = 'photos' AND `version` = '1.3.4';
{ "pile_set_name": "Github" }
/* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * * OpenArkCompiler is licensed under the Mulan PSL v1. * You can use this software according to the terms and conditions of the Mulan PSL v1. * You may obtain a copy of Mulan PSL v1 at: * * http://license.coscl.org.cn/MulanPSL * * ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <!-- 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...
{ "pile_set_name": "Github" }
# RUN: llvm-objcopy --version | FileCheck --check-prefix=OBJCOPY %s # RUN: llvm-objcopy -V | FileCheck --check-prefix=OBJCOPY %s # RUN: llvm-strip --version | FileCheck --check-prefix=STRIP %s # RUN: llvm-strip -V | FileCheck --check-prefix=STRIP %s # RUN: llvm-install-name-tool --version | FileCheck %s # RUN: llvm-i...
{ "pile_set_name": "Github" }
[ { "status": "played", "time": "1455451200", "id": "2043388", "home": "Arsenal FC", "score": ["2 ", " 1"], "away": "Leicester City FC", "link": "/en-us/match/arsenal-vs-leicester-city/2043388" }, { "status": "played", "time": "1455458700", "id": "2043390", "home": "Ast...
{ "pile_set_name": "Github" }
#ifdef USE_CUDNN #include <vector> #include "caffe/layers/cudnn_lrn_layer.hpp" namespace caffe { template <typename Dtype> void CuDNNLRNLayer<Dtype>::LayerSetUp(const vector<Blob<Dtype>*>& bottom, const vector<Blob<Dtype>*>& top) { LRNLayer<Dtype>::LayerSetUp(bottom, top); CUDNN_CHECK(cudnnCreate(&handle_))...
{ "pile_set_name": "Github" }
<div class="grid-layout layout-loose layout-full"><table> <tr> <td><div class="grid-layout layout-tighter"><table> <tr> <td width="50%" id="or-import-encoding"></td> <td><input bind="encodingInput"></input></td> </tr> </table></div></td> <td><div class="grid-layout layout-tight...
{ "pile_set_name": "Github" }
Dummy::Application.configure do # Settings specified here will take precedence over those in config/application.rb # In the development environment your application's code is reloaded on # every request. This slows down response time but is perfect for development # since you don't have to restart the web ser...
{ "pile_set_name": "Github" }
#pragma once #ifndef RAZ_WINDOW_HPP #define RAZ_WINDOW_HPP #include "RaZ/Math/Vector.hpp" #include "RaZ/Utils/Image.hpp" #include "RaZ/Utils/Overlay.hpp" #include "RaZ/Utils/Input.hpp" #include <functional> #include <vector> namespace Raz { class Window; using WindowPtr = std::unique_ptr<Window>; using KeyboardCa...
{ "pile_set_name": "Github" }
import * as React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon( <path d="M6.5 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm9 7.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5S17.83 8 17 8s-1.5.67-1.5 1.5zm3 2.5h-2.84c-.58.01-1.14.32-1.45.86l-.92 1.32L9.72 8c-.37-.63-1.03-.99-...
{ "pile_set_name": "Github" }
import titleize from 'utils/titleize' describe('Titleizes strings', () => { it('Capitalizes first words of the sentence', () => { const brokenCase = 'cApiTAlS hErE, LoweRcaseS There' const brokenCaseTitleized = 'Capitals Here, Lowercases There' expect(titleize(brokenCase)).toEqual(brokenCaseTitleized) ...
{ "pile_set_name": "Github" }
#!/bin/sh exec %%LOCALBASE%%/lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/bin/protoc-erl "$@"
{ "pile_set_name": "Github" }
extern crate pushrod; extern crate sdl2; use pushrod::render::engine::Engine; use pushrod::render::widget::{BaseWidget, Widget}; use pushrod::render::widget_config::{CONFIG_BORDER_WIDTH, CONFIG_COLOR_BASE, CONFIG_COLOR_BORDER}; use pushrod::render::{make_points, make_size}; use sdl2::messagebox::*; use sdl2::pixels::C...
{ "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 : omnithread // omnithread/nt.cc Created : 6/95 tjr // // Copyright (C) 1999 AT&T Laboratories Cambridge. All Rights Reserved. // // This file is part of the omnithread library // // The omnithread library is free software; you can redistribute it and/or // modify it under the terms o...
{ "pile_set_name": "Github" }
# # Gramps - a GTK+/GNOME based genealogy program # # Copyright (C) 2002-2006 Donald N. Allingham # # 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 you...
{ "pile_set_name": "Github" }
// Copyright 2015 Google Inc. All rights reserved. // Use of this source code is governed by the Apache 2.0 // license that can be found in the LICENSE file. // Program aebundler turns a Go app into a fully self-contained tar file. // The app and its subdirectories (if any) are placed under "." // and the dependencies...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <AppKit/NSView.h> @interface _TtC12ControlStrip10SliderView : NSView { // Error parsing type: , name: suppressTouches ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ImportGroup Label="PropertySheets" /> <PropertyGroup Label="UserMacros" /> <PropertyGroup> <_PropertySheetDisplayName>Optimize For Speed</_PropertySheetDisplayName> <Link...
{ "pile_set_name": "Github" }
class A { def x(i: Int) = i+"3" }
{ "pile_set_name": "Github" }
/** * This component acts as a simple AI that will reverse the movement direction of an object when it collides with something. * * @namespace platypus.components * @class AIPacer * @uses platypus.Component */ /*global platypus */ (function () { 'use strict'; return platypus.createComponentClass({ ...
{ "pile_set_name": "Github" }
[console_scripts] srt = pysrt.commands:main
{ "pile_set_name": "Github" }
:mod:`tracopt.ticket.clone` =========================== .. automodule :: tracopt.ticket.clone :members:
{ "pile_set_name": "Github" }
using Uno; namespace Fuse.Scripting { public class ScriptException: Uno.Exception { public string Name { get; private set;} public string FileName { get; private set;} public int LineNumber { get; private set;} public string ScriptStackTrace { get; private set; } [Obsolete("Use ScriptException.Message ins...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- Reviewed: no --> <sect2 id="zend.application.core-functionality.application"> <title>Zend_Application</title> <para> <classname>Zend_Application</classname> provides the base functionality of the component, and the entry point to your Zend Framework a...
{ "pile_set_name": "Github" }
/* * ****************************************************************************** * Copyright (c) 2014-2015 Gabriele Mariotti. * * 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 ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2010-2012, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <ScreenReaderOutput/SCROIOElement.h> @interface SCROIOUSBElement : SCROIOElement { } - (int)transport; - (id)initWithIOObject...
{ "pile_set_name": "Github" }
/* -*- c++ -*- */ /* * @file * @author (C) 2015 by Roman Khassraf <rkhassraf@gmail.com> * @section LICENSE * * Gr-gsm 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 3, or (at your option...
{ "pile_set_name": "Github" }
//===- KaleidoscopeJIT.h - A simple JIT for Kaleidoscope --------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
{ "pile_set_name": "Github" }
-- Copyright 2014-2015 The Howl Developers -- License: MIT (see LICENSE.md at the top-level directory of the distribution) {:max, :min, :abs} = math {:define_class} = require 'aullar.util' flair = require 'aullar.flair' flair.define 'selection', { type: flair.RECTANGLE, background: '#a3d5da', background_alpha: ...
{ "pile_set_name": "Github" }
; RUN: opt -S -wholeprogramdevirt %s | FileCheck %s target datalayout = "e-p:64:64" target triple = "x86_64-unknown-linux-gnu" @vt1 = constant [1 x i8*] [i8* bitcast (i1 (i8*)* @vf0 to i8*)], !type !0 @vt2 = constant [1 x i8*] [i8* bitcast (i1 (i8*)* @vf0 to i8*)], !type !0, !type !1 @vt3 = constant [1 x i8*] [i8* bi...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>equals</title> <link rel="stylesheet" href="prism.css"> <link rel="stylesheet" href="style.css"> </head> <body> <div id="header"> <div class="doc-title"><a href="folktale.html"><span class="doc-title"><span class="product-name">Folktale</span><span class...
{ "pile_set_name": "Github" }
// Boost Lambda Library - is_instance_of.hpp --------------------- // Copyright (C) 2001 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.lslboost.org/LICENSE_1_0.txt) // // For more information, se...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: f39af9085dab46278471d207ca5d0a61 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
import GridFitType from "openfl/text/GridFitType"; import * as assert from "assert"; describe ("TypeScript | GridFitType", function () { it ("test", function () { switch (""+GridFitType.NONE) { case GridFitType.NONE: case GridFitType.PIXEL: case GridFitType.SUBPIXEL: break; } }); ...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NVKM_OPROXY_H__ #define __NVKM_OPROXY_H__ #define nvkm_oproxy(p) container_of((p), struct nvkm_oproxy, base) #include <core/object.h> struct nvkm_oproxy { const struct nvkm_oproxy_func *func; struct nvkm_object base; struct nvkm_object *object; }; struct nvkm_oproxy...
{ "pile_set_name": "Github" }
# --------------------------------------------------------------------------------------------------------------------- # ENVIRONMENT VARIABLES # Define these secrets as environment variables # --------------------------------------------------------------------------------------------------------------------- # AWS_A...
{ "pile_set_name": "Github" }
/* * Copyright 2017 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
{ "pile_set_name": "Github" }
<component name="libraryTable"> <library name="regular"> <CLASSES /> <JAVADOC /> <SOURCES /> </library> </component>
{ "pile_set_name": "Github" }
/** * Copyright 2014 XCL-Charts * * 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" }
/* * Copyright (C) 2015 Red Hat, Inc. * * 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. * * This program is dist...
{ "pile_set_name": "Github" }
/* * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/NumberForms.js * * Copyright (c) 2012 Design Science, Inc. * * Part of the MathJax library. * See http://www.mathjax.org for details. * * Licensed under the Apache License, Version 2.0; * you may not use this file except in compliance with the ...
{ "pile_set_name": "Github" }
/* * Copyright 2016 Crown Copyright * * 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" }
{ "sdk": { "version": "3.1.100", "rollForward": "latestMajor" } }
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 7f3c732744db97d46ab800a0e52650db timeCreated: 1474883423 licenseType: Pro MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
drop table if exists `T1`; drop table if exists `T2`; drop table if exists `T3`; drop table if exists `T4`; drop table if exists `T5`; drop table if exists `T6`; drop table if exists `T7`; drop table if exists `T8`; drop table if exists `T9`; SET NAMES ujis; SET character_set_database = ucs2; SET collation_connection =...
{ "pile_set_name": "Github" }
package ecs //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 //distribut...
{ "pile_set_name": "Github" }
[![Gitter chat](http://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg)](https://gitter.im/opentracing/public) [![Build Status](https://travis-ci.org/opentracing/opentracing-go.svg?branch=master)](https://travis-ci.org/opentracing/opentracing-go) [![GoDoc](https://godoc.org/github.com/opentracing/op...
{ "pile_set_name": "Github" }
2 2 !2 !100
{ "pile_set_name": "Github" }
package com.neo.remote; import org.springframework.cloud.netflix.feign.FeignClient; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestParam; /** * Created by summer on 2017/5/11. */ @FeignClient(name= "spring-cloud-producer2", fallback = HelloRemote...
{ "pile_set_name": "Github" }
graphs ====== Description ----------- A database of graphs. Created by Emily Kirkman based on the work of Jason Grout. Since April 2012 it also contains the ISGCI graph database. Upstream Contact ---------------- - For ISGCI: H.N. de Ridder (hnridder@graphclasses.org) - For Andries Brouwer's database: T...
{ "pile_set_name": "Github" }
<linker> <assembly fullname="Ceras" preserve="all"/> </linker>
{ "pile_set_name": "Github" }
/dts-v1/; / { compatible = "test_string_escapes"; escape-str = "nastystring: \a\b\t\n\v\f\r\\\""; escape-str-2 = "\xde\xad\xbe\xef"; };
{ "pile_set_name": "Github" }
extension APIScope { /// https://vk.com/dev/utils public enum Utils: APIMethod { case checkLink(Parameters) case deleteFromLastShortened(Parameters) case getLastShortenedLinks(Parameters) case getLinkStats(Parameters) case getServerTime(Parameters) case getShortLi...
{ "pile_set_name": "Github" }
--- fixes: - | [`bug 1833739 <https://bugs.launchpad.net/keystone/+bug/1833739>`_] Fix PostgreSQL specifc issue with storing encrypted credentials. In Python 3 the psycopg2 module treats bytes strings as binary data. This causes issues when storing encrypted credentials in the Database. To fix thi...
{ "pile_set_name": "Github" }
require('./modules/es5'); require('./modules/es6.symbol'); require('./modules/es6.object.assign'); require('./modules/es6.object.is'); require('./modules/es6.object.set-prototype-of'); require('./modules/es6.object.to-string'); require('./modules/es6.object.freeze'); require('./modules/es6.object.seal'); require('./mod...
{ "pile_set_name": "Github" }
\section{svchost} \begin{verbatim} appmgr_svc是通向appmgr的通信通道。 outgoing.ServeFromStartupInfo() Serve(zx::channel(dir_request)); vfs_.ServeDirectory(root_dir_, fbl::move(dir_request)); OpenVnode(flags, &vn) (*vnode)->Open(flags, &redirect); PseudoDir::Open()不做事 vn->Serve(this, fbl::m...
{ "pile_set_name": "Github" }
import { cornerstone, cornerstoneWADOImageLoader } from '../../cornerstonejs'; import { StackManager } from '../StackManager'; import { DCMViewerManager } from '../../DCMViewerManager'; import { DCMViewerLog } from '../../DCMViewerLog'; class BaseLoadingListener { constructor(stack, options) { options = op...
{ "pile_set_name": "Github" }
///////////////////////////////////////////////////////////////////////////// // // (C) Copyright Ion Gaztanaga 2006-2013 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // See http://w...
{ "pile_set_name": "Github" }
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/native.R \name{native_areas} \alias{native_areas} \title{Download an American Indian / Alaska Native / Native Hawaiian Areas shapefile into R.} \usage{ native_areas(cb = FALSE, year = NULL, ...) } \arguments{ \item{cb}{If cb is set to TRUE, d...
{ "pile_set_name": "Github" }
// // DDMainWindowController.h // Duoduo // // Created by zuoye on 13-11-28. // Copyright (c) 2013年 zuoye. All rights reserved. // #import "DDWindowController.h" #import "EGOImageView.h" #import "FMSearchTokenField.h" #import "DDSearchFieldEditorDelegate.h" #import "DDLeftBarViewController.h" #import "DDRecentCont...
{ "pile_set_name": "Github" }
/* ---------------------------------------------------------- Octree Textures on the GPU - source code - GPU Gems 2 release 2004-11-21 Updates on http://www.aracknea.net/octreetex -- (c) 2004 Sylvain Lefebvre - all rights reserved -- The source code is provided 'as i...
{ "pile_set_name": "Github" }
document { Key => {weightRange,(weightRange,RingElement),(weightRange,List,RingElement)}, Headline => "the pair of lowest and highest weights of the monomials", SYNOPSIS ( Usage => "(lo,hi) = weightRange(w,f)", Inputs => { "w" => List => "of integers, the weight of each variable", "f" ...
{ "pile_set_name": "Github" }
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.discovery.indexobject.factory; import java.io.IOException; import java.sql.SQLExcep...
{ "pile_set_name": "Github" }
// Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // Copyright (C) 2003-2008 Matthias Christian Schabel // Copyright (C) 2008 Steven Watanabe // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE...
{ "pile_set_name": "Github" }
// <auto-generated> // Do not edit this file yourself! // // This code was generated by Stride Shader Mixin Code Generator. // To generate it yourself, please install Stride.VisualStudio.Package .vsix // and re-save the associated .sdfx. // </auto-generated> using System; using Stride.Core; using Stride.Rendering; us...
{ "pile_set_name": "Github" }
@Manual{R-ALEPlot, title = {ALEPlot: Accumulated Local Effects (ALE) Plots and Partial Dependence (PD) Plots}, author = {Dan Apley}, year = {2018}, note = {R package version 1.1}, url = {https://CRAN.R-project.org/package=ALEPlot}, } @Manual{R-AmesHousing, title = {AmesHousing: The Ames Iowa Housing Data}, ...
{ "pile_set_name": "Github" }
package com.baselet.element.relation.helper; import com.baselet.control.SharedUtils; import com.baselet.control.basics.geom.Point; import com.baselet.control.basics.geom.PointDouble; import com.baselet.control.basics.geom.Rectangle; import com.baselet.control.constants.SharedConstants; import com.baselet.elemen...
{ "pile_set_name": "Github" }
import { AfterViewInit, Component, OnInit, ChangeDetectionStrategy, ChangeDetectorRef } from '@angular/core'; import { ReCaptchaV3Service, ScriptService } from '../../projects/ngx-captcha-lib/src/public_api'; declare var hljs: any; @Component({ changeDetection: ChangeDetectionStrategy.OnPush, selector: 'ngx-reca...
{ "pile_set_name": "Github" }
#include "StableHeader.h" #include "gkShaderParamDataSource.h" #include "gkRenderable.h" #include "gk_Camera.h" #include "ICamera.h" #include "RenderCamera.h" #include "gkRendererGL330.h" #include "RendererCVars.h" //----------------------------------------------------------------------- gkShaderParamDataSource::gkSh...
{ "pile_set_name": "Github" }
$NetBSD: patch-ac,v 1.1.1.1 2003/07/24 16:47:52 jschauma Exp $ --- hier.c.orig Thu Sep 30 21:25:58 1999 +++ hier.c @@ -2,19 +2,16 @@ void hier() { - h(auto_home,-1,-1,02755); + c(auto_home,"lib","libdjbfft.a",-1,-1,0644); - d(auto_home,"lib",-1,-1,02755); - c(auto_home,"lib","djbfft.a",-1,-1,0644); - - d(au...
{ "pile_set_name": "Github" }
// Copyright 2019 Chaos Mesh 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 agree...
{ "pile_set_name": "Github" }
![](logo.png) # Chroxy [![Build Status](https://travis-ci.org/holsee/chroxy.svg?branch=master)](https://travis-ci.org/holsee/chroxy) A proxy service to mediate access to Chrome that is run in headless mode, for use in high-frequency application load testing, end-user behaviour simulations and programmatic access to C...
{ "pile_set_name": "Github" }