text
stringlengths
2
99.9k
meta
dict
{ "100": "Continue", "101": "Switching Protocols", "102": "Processing", "200": "OK", "201": "Created", "202": "Accepted", "203": "Non-Authoritative Information", "204": "No Content", "205": "Reset Content", "206": "Partial Content", "207": "Multi-Status", "208": "Already Reported", "226": "IM ...
{ "pile_set_name": "Github" }
{ "acno": "D32821", "acquisitionYear": 1856, "all_artists": "Joseph Mallord William Turner", "catalogueGroup": { "accessionRanges": "D32756-D32779; D32781-D32814; D32816-D32835; D32837-D32846; D32848-D32853; D32855-D32880; D41148-D41149", "completeStatus": "COMPLETE", "finbergNumber": "CCCXXV",...
{ "pile_set_name": "Github" }
# This source code refers to The Go Authors for copyright purposes. # The master list of authors is in the main Go distribution, # visible at http://tip.golang.org/AUTHORS.
{ "pile_set_name": "Github" }
using System.Drawing; using System.Windows.Forms; using Terminals.Common.Properties; using Terminals.Data; namespace Terminals.Connections { public class Connection : Control, IConnection { // cached images, bad performace, but simplifies check, if the image is known public static rea...
{ "pile_set_name": "Github" }
# Copyright 2019 BDL Benchmarks Authors. 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 # # Unless required by applica...
{ "pile_set_name": "Github" }
# Copyright 2019 Uber Technologies, Inc. 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 # # Unless required by applica...
{ "pile_set_name": "Github" }
package sockaddr import ( "encoding/binary" "fmt" "net" "regexp" "strconv" "strings" ) type ( // IPv4Address is a named type representing an IPv4 address. IPv4Address uint32 // IPv4Network is a named type representing an IPv4 network. IPv4Network uint32 // IPv4Mask is a named type representing an IPv4 ne...
{ "pile_set_name": "Github" }
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build amd64,openbsd package unix func setTimespec(sec, nsec int64) Timespec { return Timespec{Sec: sec, Nsec: nsec} } func setTimeval(sec, usec int64) T...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="F58-2...
{ "pile_set_name": "Github" }
/**************************************************************************//** * @file core_cmInstr.h * @brief CMSIS Cortex-M Core Instruction Access Header File * @version V4.00 * @date 28. August 2014 * * @note * ****************************************************************************...
{ "pile_set_name": "Github" }
/** * @file */ /* Copyright (C) 2002-2020 UFO: Alien Invasion. 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...
{ "pile_set_name": "Github" }
content-security-policy: default-src 'self'; img-src 'none'; report-uri http://mochi.test:8888/tests/content/base/test/csp/file_bug836922_npolicies_violation.sjs content-security-policy-report-only: default-src *; img-src 'self'; script-src 'none'; report-uri http://mochi.test:8888/tests/content/base/test/csp/file_bug8...
{ "pile_set_name": "Github" }
/* * (c) Copyright Christian P. Fries, Germany. Contact: email@christian-fries.de. * * Created on 07.09.2013 */ package net.finmath.time.daycount; import java.io.Serializable; import java.time.LocalDate; /** * This is a special day count convention, where the day count between two dates is always 0.0 * and the...
{ "pile_set_name": "Github" }
// cgo -godefs -- -Wall -Werror -static -I/tmp/include -m64 linux/types.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,linux package unix const ( SizeofPtr = 0x8 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x8 SizeofLongLong = 0x8 P...
{ "pile_set_name": "Github" }
KDWSDL_OPTIONS = -namespace KDAB include( $${TOP_SOURCE_DIR}/unittests/unittests.pri ) QT += network xml SOURCES = test_dwservice_combined_wsdl.cpp test.target = test test.commands = ./$(TARGET) test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test KDWSDL = DWServiceCombined.wsdl OTHER_FILES += $$KDWSDL
{ "pile_set_name": "Github" }
package com.oasisfeng.android.ui; import android.content.res.Resources; import android.graphics.Bitmap; import android.graphics.Canvas; import android.graphics.Paint; import android.graphics.PaintFlagsDrawFilter; import android.graphics.PixelFormat; import android.graphics.Rect; import android.graphics.drawable.Bitmap...
{ "pile_set_name": "Github" }
/* GRID OF TWELVE ============================================================================= */ .span_12_of_12 { width: 100%; } .span_11_of_12 { width: 91.46%; } .span_10_of_12 { width: 83%; } .span_9_of_12 { width: 74.54%; } .span_8_of_12 { width: 66.08%; } .span_7_of_12 { widt...
{ "pile_set_name": "Github" }
<script> const AvatarChip = require("../../core/components/AvatarChip.svelte"); export let msg; let person = msg.value.author; let otherPersonFeed = encodeURIComponent(msg.value.content.contact); let otherPersonName = otherPersonFeed; let verb = msg.value.content.following ? "followed" : "unfollowed"; ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2010-2016 Marvell International Ltd. * Copyright (C) 2002-2010 Kinoma, 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....
{ "pile_set_name": "Github" }
[ { "name": "Elliot Doe", "first_name": "Elliot", "last_name": "Doe", "email": "admin@admin.com", "password": "$2y$10$Ima71Zf7AeNR7VqqVQtYCuPQBC5fSV22ASneSOx/ZEzo0hY.c7rAG", "profile_image": "elliot.jpg", "timezone": "Asia/Karachi" }, { "name": "Tom Matt", "first_name": "Tom", ...
{ "pile_set_name": "Github" }
//----------------------------------------------------------------------- // <copyright file="BrowseController.cs" company="(none)"> // Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // </copyright> // <author>John Gietzen</author> //---------------------------------------------------...
{ "pile_set_name": "Github" }
--- packages: - name: loggregator_trafficcontroller version: 038175d95748933723834ea037f2f2b9fa8e2f8a fingerprint: 038175d95748933723834ea037f2f2b9fa8e2f8a sha1: ad4a241b248e9b7cb2bfda4d37f8af5e469a0657 dependencies: - golang1.6 - name: syslog_drain_binder version: c16f0ed931d3b4932891ee79094c42bc443db38e ...
{ "pile_set_name": "Github" }
/* Copyright 2016 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
#ifndef CAFFE_DATA_LAYER_HPP_ #define CAFFE_DATA_LAYER_HPP_ #include <string> #include <vector> #include "caffe/blob.hpp" #include "caffe/data_reader.hpp" #include "caffe/data_transformer.hpp" #include "caffe/internal_thread.hpp" #include "caffe/layer.hpp" #include "caffe/layers/base_data_layer.hpp" #include "caffe/p...
{ "pile_set_name": "Github" }
{ "name": "Xilinx Max_No Test", "description": "HLS case", "flow": "hls", "platform_whitelist": [ "u200", "zcu102", "zcu104", "zc706" ], "platform_blacklist": [], "part_whitelist": [], "part_blacklist": [], "project": "arithm", "solution...
{ "pile_set_name": "Github" }
# © 2016 and later: Unicode, Inc. and others. # License & terms of use: http://www.unicode.org/copyright.html # Generated using tools/cldr/cldr-to-icu/build-icu-data.xml # # File: Mlym_Taml.txt # Generated from CLDR # ::[ം-ഃഅ-ഌഎ-ഐഒ-നപ-ഹാ-\u0D43െ-ൈൊ-\u0D4Dൗൠ-ൡ൦-൯]; ::NFD; ::Malayalam-InterIndic; ::InterIndic-Tamil; ::...
{ "pile_set_name": "Github" }
// Copyright (C) 2006 Douglas Gregor <doug.gregor -at- gmail.com> // Use, modification and distribution is 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) /** @file timer.hpp * * This header provides the @c ti...
{ "pile_set_name": "Github" }
# Generated by the protocol buffer compiler. DO NOT EDIT! # Source: agent.proto for package 'FastlaneCI.Proto' # Original file comments: # * # proto definitions for auto-generated client, server, and messages to pass using grpc. # # if you make any changes to this file, run # `rake generate_protos` # to regenerate t...
{ "pile_set_name": "Github" }
// // TCEditMemoViewController.m // SecurityNote // // Created by HTC on 14-9-30. // Copyright (c) 2014年 JoonSheng. All rights reserved. // #import "TCEditMemoViewController.h" #import "TCDatePickerView.h" #import "TCMemo.h" #import "MBProgressHUD+MJ.h" #import "TCYearPickerView.h" #import "DHDeviceUtil.h" @inte...
{ "pile_set_name": "Github" }
# # Gramps - a GTK+/GNOME based genealogy program # # Copyright (C) 2010 Michiel D. Nauta # # 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...
{ "pile_set_name": "Github" }
<?php /** * Created by PhpStorm. * User: John * Date: 1/12/15 * Time: 18:54 */ /** * moeSS * * moeSS is an open source Shadowsocks frontend for PHP 5.4 or newer * Copyright (C) 2015 wzxjohn * * This file is part of moeSS. * * moeSS is free software: you can redistribute it and/or modify * it under the t...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="script/common.css"> <script src="script/common.js"></script> <script> function patch_date(f){ var NativeDate = window.Date; var date = function date(y,m,d,h,i,s,j){ swit...
{ "pile_set_name": "Github" }
'use strict'; var helpers = require('../helpers'); module.exports = { 'name': 'property-units', 'defaults': { 'per-property': {}, 'global': [] }, 'detect': function (ast, parser) { var result = [], unitsAllowedGlobally = parser.options.global, unitsAllowedPerProperty = parser.optio...
{ "pile_set_name": "Github" }
import redis import time import click import multiprocessing import sys def worker_func(args): host, port, start_ts, tsrange, pipeline_size, key_index, key_format, check_only = args redis_client = redis.Redis(host, port, decode_responses=True) if check_only: res = redis_client.execute_command('TS....
{ "pile_set_name": "Github" }
/* Copyright 2020 The KubeVirt 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, so...
{ "pile_set_name": "Github" }
* Add options to open temp and output directories. - Add options to right-click menu - Add options to toolbar? * Customize the right-click menu based on APP_STATE
{ "pile_set_name": "Github" }
modifyLineBreaks: environments: DBSStartsOnOwnLine: 0
{ "pile_set_name": "Github" }
/* * An rtc driver for the Dallas DS1553 * * Copyright (C) 2006 Atsushi Nemoto <anemo@mba.ocn.ne.jp> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux/bcd.h...
{ "pile_set_name": "Github" }
using System; using dnlib.DotNet; using dnlib.DotNet.Emit; /* This example shows how to create an assembly from scratch and create two instances by calling their constructors. One default constructor and another one taking two arguments. ILSpy output of created file: using System; namespace Ctor.Test { interna...
{ "pile_set_name": "Github" }
<?php /** * @copyright Copyright 2003-2020 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce<br /> * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 * @version $Id: DrByte 2020 Jun 07 Modified in v1.5.7 $ */ require('includes/application_top.php'); // Check if sess...
{ "pile_set_name": "Github" }
version https://git-lfs.github.com/spec/v1 oid sha256:22d7568c637c6725ec44e4aa2c150b53c2858148d516cd59ceb9b425907d3917 size 99984
{ "pile_set_name": "Github" }
# Contributor Covenant Code of Conduct ## Our Pledge In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex ch...
{ "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 n...
{ "pile_set_name": "Github" }
define( [ "../core", "../var/document", "../ajax" ], function( jQuery, document ) { "use strict"; // Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432) jQuery.ajaxPrefilter( function( s ) { if ( s.crossDomain ) { s.contents.script = false; } } ); // Install script dataType ...
{ "pile_set_name": "Github" }
opam-version: "2.0" maintainer: "https://github.com/ocaml/opam-repository/issues" description: """ Unix library distributed with the OCaml compiler """
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <title> Units of Measurement </title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="author" content="keilw"> <meta name="description" content="Static blog generated with JBake"> <!-- St...
{ "pile_set_name": "Github" }
# reveal.js [![Build Status](https://travis-ci.org/hakimel/reveal.js.png?branch=master)](https://travis-ci.org/hakimel/reveal.js) A framework for easily creating beautiful presentations using HTML. [Check out the live demo](http://lab.hakim.se/reveal-js/). reveal.js comes with a broad range of features including [nes...
{ "pile_set_name": "Github" }
import index, { Carousel, Slide } from '../../src/index.js'; import { createLocalVue } from '@vue/test-utils'; describe('index', () => { it('should export a slide component', () => { expect(Slide).toBeDefined() }) it('should export a Carousel component', () => { expect(Carousel).toBeDefined(); }); ...
{ "pile_set_name": "Github" }
/* * Copyright © 2017 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" }
define(function (require) { var RibbonPath = require('./Ribbon'); var graphic = require('../../util/graphic'); return require('../../echarts').extendChartView({ type: 'chord', init: function (option) { }, render: function (seriesModel, ecModel, api) { var da...
{ "pile_set_name": "Github" }
--- layout: recipe title: Backend Integration with Node Express chapter: backend-integration-with-node-express intro: true --- In this chapter we will have a look into solving common problems when combining Angular.js with the Node.js [Express](http://expressjs.com/) framework. The examples used in this chapter are bas...
{ "pile_set_name": "Github" }
3085 Clan Hell's Horses Assault Mech Second Line Warhammer IIC 4,1 Naga Prime,2 Mad Cat Mk II Enhanced,3 Annihilator ANH-4A,4 Thunder Stallion 2 'Fire Stallion',5 Thunder Stallion (Standard),6 Cygnus (Standard),5 Behemoth (Stone Rhino) 3,4 Thunder Stallion 3,3 Cygnus 3,2 Hellstar 2,1
{ "pile_set_name": "Github" }
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> <file original="global" source-language="en" target-language="hu" datatype="plaintext"> <header /> <body> <trans-unit id="i-am-homepage"> <source><![CDATA[/^(?:|I )am on (?:|the )homepage$/]]></source> <target>...
{ "pile_set_name": "Github" }
// The MIT License (MIT) // // Copyright (c) 2015-2020 Rasmus Mikkelsen // Copyright (c) 2015-2020 eBay Software Foundation // https://github.com/eventflow/EventFlow // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2004, 2008 Apple 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: * 1. Redistributions of source code must retain the above copyright * notice, this list of...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright 2016 Google Inc. 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 Unless re...
{ "pile_set_name": "Github" }
// Copyright 2018 Schibsted Marketplaces Products & Technology As // // 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 requir...
{ "pile_set_name": "Github" }
edb605f597928b60362ec9b8f0857b3b40ea2d0c
{ "pile_set_name": "Github" }
#! FIELDS time phi psi metad1.bias metad2.bias metad3.bias metad4.bias metad5.bias metad6.bias metad1.transbias metad2.transbias metad3.transbias metad4.transbias metad5.transbias metad6.transbias #! SET min_phi -pi #! SET max_phi pi 0.000000 -1.2379 1.9470 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 0....
{ "pile_set_name": "Github" }
#!/bin/sh set -e extDir="$(php -d 'display_errors=stderr' -r 'echo ini_get("extension_dir");')" cd "$extDir" usage() { echo "usage: $0 [options] module-name [module-name ...]" echo " ie: $0 gd mysqli" echo " $0 pdo pdo_mysql" echo " $0 --ini-name 0-apc.ini apcu apc" echo echo 'Possible values for ...
{ "pile_set_name": "Github" }
Test - Injection of a no-interface bean in a request-scoped model via @Inject and @EJB and invocation of methods defined in the EJB class and in a super-class of the EJB - glassfish issue 13040
{ "pile_set_name": "Github" }
--- title: StackOverflowInfo 结构 ms.date: 03/30/2017 api_name: - StackOverflowInfo api_location: - mscoree.dll api_type: - COM f1_keywords: - StackOverflowInfo helpviewer_keywords: - StackOverflowInfo structure [.NET Framework hosting] ms.assetid: 519389f2-0217-436c-99d4-93a76ebce5b5 topic_type: - apiref ms.openlocfileh...
{ "pile_set_name": "Github" }
{ "RIDE":{ "STARTTIME":"2013\/05\/27 07:56:35 UTC", "RECINTSECS":1, "DEVICETYPE":"PowerTap", "IDENTIFIER":"", "TAGS":{ "Athlete":"Mark Liversedge", "Calendar Text":"An incredibly short ride to test bugs in array offset processing in GC\nTest Bugs in GC\n", "Change History":"Changes on Mon May 27 08:...
{ "pile_set_name": "Github" }
do --- traceback local co = coroutine.create(function() local x = nil local y = x.x end) assert(coroutine.resume(co) == false) debug.traceback(co) end
{ "pile_set_name": "Github" }
<a {{ with .Get "href"}} href="{{.}}" target="_blank" {{ end }} class="btn btn-default"> {{ $icon := .Get "icon" }} {{ $iconposition := .Get "icon-position" }} {{ if ($icon) }} {{ if or (not ($iconposition)) (eq $iconposition "left") }} <i class="{{$icon}}"></i> {{ end }} {{ end }} {{ .Inner }} {{...
{ "pile_set_name": "Github" }
# Topics This is a list of links to topics that may be helpful in learning or researching data structures and algorithms. ## Links: - https://en.wikipedia.org/wiki/Data_deduplication - https://searchstorage.techtarget.com/definition/data-deduplication - https://docs.gitlab.com/ce/development/architecture.html - h...
{ "pile_set_name": "Github" }
<div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="container-fluid"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <...
{ "pile_set_name": "Github" }
s = "n02084071" probas_1 = forward_pass_resize("dog.jpg", (200, 320)) heatmap_1 = build_heatmap(probas_1, synset=s) display_img_and_heatmap("dog.jpg", heatmap_1) probas_2 = forward_pass_resize("dog.jpg", (400, 640)) heatmap_2 = build_heatmap(probas_2, synset=s) display_img_and_heatmap("dog.jpg", heatmap_2) probas_3 ...
{ "pile_set_name": "Github" }
#!/usr/bin/env perl BEGIN { die "The PERCONA_TOOLKIT_BRANCH environment variable is not set.\n" unless $ENV{PERCONA_TOOLKIT_BRANCH} && -d $ENV{PERCONA_TOOLKIT_BRANCH}; unshift @INC, "$ENV{PERCONA_TOOLKIT_BRANCH}/lib"; # Don't add /* trace */ messages to --print queries becuase they # contain non-det...
{ "pile_set_name": "Github" }
/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the QtNetwork module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holding valid comm...
{ "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" }
-- GHDL Run Time (GRT) - signals management. -- Copyright (C) 2002 - 2014 Tristan Gingold -- -- GHDL 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, or (at your option) any later -- v...
{ "pile_set_name": "Github" }
\section{src/gov/nasa/jpl/componentaction/isfxmlwriter/\+Isf\+Port\+Xml\+Writer.java File Reference} \label{_isf_port_xml_writer_8java}\index{src/gov/nasa/jpl/componentaction/isfxmlwriter/\+Isf\+Port\+Xml\+Writer.\+java@{src/gov/nasa/jpl/componentaction/isfxmlwriter/\+Isf\+Port\+Xml\+Writer.\+java}} \subsection*{Classe...
{ "pile_set_name": "Github" }
/** * A specialized version of `_.reduceRight` for arrays without support for * iteratee shorthands. * * @private * @param {Array} [array] The array to iterate over. * @param {Function} iteratee The function invoked per iteration. * @param {*} [accumulator] The initial value. * @param {boolean} [initAccum] Spec...
{ "pile_set_name": "Github" }
// Copyright 2018 Klaus Post. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Based on work Copyright (c) 2013, Yann Collet, released under BSD License. // Package fse provides Finite State Entropy encoding and decoding. // // Finite State...
{ "pile_set_name": "Github" }
pragma SPARK_Mode(On); with Ada.Characters.Latin_1; package body Bounded_Strings is procedure Append(Target : in out Bounded_String; Item : in Character) is begin Target.Text(Target.Length + 1) := Item; Target.Length := Target.Length + 1; end Append; procedure Clear(Target : out Bounded_Str...
{ "pile_set_name": "Github" }
/* * Copyright 2020 ThoughtWorks, 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 required by applicable law or agr...
{ "pile_set_name": "Github" }
.form-common{padding: 48rpx;} .formc-cnt{padding: 16rpx 0; display: flex;border-bottom: 1px solid #eee;margin: 16rpx 0} .form-common button,.btnhover{margin-top: 48rpx;display: block;background-color: #d43c33;height: 2.4em;padding: 0;line-height: 2.4;border-radius: 5rpx; font-size: 32rpx} .formc-cnt text{text-align...
{ "pile_set_name": "Github" }
/** * This file is part of ORB-SLAM2. * 回环检测线程 */ #ifndef LOOPCLOSING_H #define LOOPCLOSING_H #include "KeyFrame.h" #include "LocalMapping.h" #include "Map.h" #include "ORBVocabulary.h" #include "Tracking.h" #include "KeyFrameDatabase.h" #include <thread> #include <mutex> #include "Thirdparty/g2o/g2o/types/types_se...
{ "pile_set_name": "Github" }
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Fork, exec, wait, etc. package windows // EscapeArg rewrites command line argument s as prescribed // in http://msdn.microsoft.com/en-us/library/ms880421. ...
{ "pile_set_name": "Github" }
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/ivs/model/ImportPlaybackKeyPairRequest.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::IVS::Model; using namespace Aws::Utils::Json; using na...
{ "pile_set_name": "Github" }
/* * Linux ARCnet driver - COM20020 PCI support * Contemporary Controls PCI20 and SOHARD SH-ARC PCI * * Written 1994-1999 by Avery Pennarun, * based on an ISA version by David Woodhouse. * Written 1999-2000 by Martin Mares <mj@ucw.cz>. * Derived from skeleton.c by Donald Becker. * * Special thanks to Conte...
{ "pile_set_name": "Github" }
class OpenWebPageEvent{ String url; OpenWebPageEvent(this.url); }
{ "pile_set_name": "Github" }
/* eslint strict:0 */ var modules = Object.create(null); var inGuard = false; function define(id, factory) { modules[id] = { factory, module: {exports: {}}, isInitialized: false, hasError: false, }; if (__DEV__) { // HMR Object.assign(modules[id].module, { hot: { acceptCallback...
{ "pile_set_name": "Github" }
{ "modexp_37120_37111_97_20500" : { "_info" : { "comment" : "", "filledwith" : "testeth 1.6.0-alpha.0-11+commit.978e68d2", "lllcversion" : "Version: 0.5.0-develop.2018.11.9+commit.9709dfe0.Linux.g++", "source" : "src/GeneralStateTestsFiller/stPreCompiledContra...
{ "pile_set_name": "Github" }
# SYS.DUMP_STACKS Writes thread stacks, locks, and transaction states to the SnappyData log file. You can write stack information either for the current SnappyData member or for all SnappyData members in the distributed system. <!--See also [print-stacks](../command_line_utilities/store-print-stacks.md) for informati...
{ "pile_set_name": "Github" }
/** * Autogenerated by Thrift Compiler (0.9.3) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ #ifndef I_TIM_H #define I_TIM_H #include <thrift/c_glib/processor/thrift_dispatch_processor.h> #include "tim_types.h" /* ITim service interface */ typedef struct _ITimIf ITimIf; ...
{ "pile_set_name": "Github" }
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ declare(strict_types=1); namespace Magento\Framework\Filter\DirectiveProcessor; use Magento\Framework\DataObject; use Magento\Framework\Filter\DirectiveProcessorInterface; use Magento\Framework\Filter\Template; us...
{ "pile_set_name": "Github" }
/* Based on the theme at http://bonsaiden.github.com/JavaScript-Garden */ /*<!--match-->*/ .cm-s-midnight span.CodeMirror-matchhighlight { background: #494949 } .cm-s-midnight.CodeMirror-focused span.CodeMirror-matchhighlight { background: #314D67; !important } /*<!--activeline-->*/ .cm-s-midnight .activeline ...
{ "pile_set_name": "Github" }
# OpenMessaging Domain Architecture ## Overview ![](/assets/images/domain-design-1.0.0-preview.png) Above is the domain architecture of Open Messaging, see JavaDoc for details. OpenMessaging has released first alpha version recently, Apache RocketMQ has provided a partial implementation for OpenMessaging-0.1.0-alph...
{ "pile_set_name": "Github" }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.ComponentMod...
{ "pile_set_name": "Github" }
Initializing a Network ======================= In nimblenet, a neural network is configured according to a dict of parameters specified upon initialization. .. code:: python from nimblenet.neuralnet import NeuralNet network = NeuralNet({ "n_inputs" : 2, "layers" : [ (1, sigmoid_function) ],...
{ "pile_set_name": "Github" }
ICY4 conn:
{ "pile_set_name": "Github" }
/* GENERATED SOURCE. DO NOT MODIFY. */ // © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html#License /* ******************************************************************************* * Copyright (C) 2012, International Business Machines Corporation and ...
{ "pile_set_name": "Github" }
# hashpi > Rasberry Pi rack running clustered Hashicorp datacenter infrastructure (nomad, vault, consul) + [Preamble](#preamble) + [Hardware Buildout](#hardware-buildout) + [Software Deployment](#software-deployment) ## Preamble In order to follow along with this build, you would need to have the following componen...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <symbolBean> <value>470uH</value> <rotation>0</rotation> <xLoc>0</xLoc> <yLoc>0</yLoc> <index>739</index> <color> <red>0</red> <green>0</green> <blue>0</blue> </color> <layer>0</layer> <name>L1</name> ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 1999-2001 Free Software Foundation, Inc. * This file is part of the GNU LIBICONV Library. * * The GNU LIBICONV Library is free software; you can redistribute it * and/or modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either ve...
{ "pile_set_name": "Github" }
function preInitModel( geometry, renderer, scene, object ) { // pre-initialize buffers renderer.initWebGLObjects( scene ); // this makes videos black // pre-initialize shaders var i, material; for( i = 0; i < geometry.materials.length; i++ ) { material = geometry.materials[ i ][ 0 ]; if ( ! ( materi...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2013-2020 GraphAware * * This file is part of the GraphAware Framework. * * GraphAware Framework 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 of the License, or (a...
{ "pile_set_name": "Github" }
# Purpose: Installs the Windows Splunk Technial Add-On # Note: This only needs to be installed on the WEF server Write-Host "$('[{0:HH:mm}]' -f (Get-Date)) Installing the Windows TA for Splunk" If (test-path "C:\Program Files\SplunkUniversalForwarder\etc\apps\Splunk_TA_windows\default") { Write-Host "Windows TA is ...
{ "pile_set_name": "Github" }