text
stringlengths
2
99.9k
meta
dict
import { NamespaceDeclarationStructure, VariableStatementStructure, OptionalKind, StructureKind, VariableDeclarationStructure, ImportDeclarationStructure, ClassDeclarationStructure, ImportSpecifierStructure, EnumDeclarationStructure, InterfaceDeclarationStructure, FunctionDeclarationStructure, TypeAliasDeclarat...
{ "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" }
using System; using System.Collections.Generic; using System.Linq; using System.Management; using System.Text; using System.Xml; namespace CustomUpdateEngine { public class StopServiceAction : GenericAction { public StopServiceAction(string xmlFragment) { LogInitialization(xmlFragm...
{ "pile_set_name": "Github" }
/** * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * * Based on Sprinter and grbl. * Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
{ "pile_set_name": "Github" }
.cm-s-the-matrix.CodeMirror { background: #000000; color: #00FF00; } .cm-s-the-matrix div.CodeMirror-selected { background: #2D2D2D !important; } .cm-s-the-matrix.CodeMirror ::selection { background: rgba(45, 45, 45, 0.99); } .cm-s-the-matrix.CodeMirror ::-moz-selection { background: rgba(45, 45, 45, 0.99); } .cm-s-the...
{ "pile_set_name": "Github" }
// Copyright (C) 2019 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
{ "pile_set_name": "Github" }
<?php /** * Kunena Component * * @package Kunena.Template.Crypsis * @subpackage Layout.Message * * @copyright Copyright (C) 2008 - 2020 Kunena Team. All rights reserved. * @license https://www.gnu.org/copyleft/gpl.html GNU/GPL * @link https://www.kunena.org **/ defined('_J...
{ "pile_set_name": "Github" }
### Win32 build notes ### # Phil Ashby, Dec 2017 - Jan 2018 At present, MSYS2 on a Windows system is required to gather dependencies before building a Win32 version of gpredict using this build system. Install MSYS2, open a shell and install the Gtk3 and Goocanvas2 packages, following the instructions from GTK team:...
{ "pile_set_name": "Github" }
using System.IO; using System.Text; using System.Xml.XPath; using ThoughtWorks.CruiseControl.Core.Util; namespace ThoughtWorks.CruiseControl.Core.Publishers { /// <summary> /// /// </summary> public class HtmlDetailsMessageBuilder : IMessageBuilder { private static readonly SystemPath HtmlCSSFile = n...
{ "pile_set_name": "Github" }
const babelConfig = { presets: ["@babel/preset-env"], plugins: ["istanbul"], }; module.exports = (babel) => { babel.cache.never(); return babelConfig; };
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <grit-part> <include name="IDR_WEBUI_JS_CR_UI_FOCUS_ROW_BEHAVIOR_M_JS" file="${root_gen_dir}/ui/webui/resources/js/cr/ui/focus_row_behavior.m.js" use_base_dir="false" type="BINDATA" /> <include name="IDR_WEBUI_JS_FIND_SHORTCUT_BEHAVIOR_M_JS" fi...
{ "pile_set_name": "Github" }
# Generated by h2py from /usr/include/dlfcn.h from TYPES import * RTLD_LAZY = 0x00001 RTLD_NOW = 0x00002 RTLD_NOLOAD = 0x00004 RTLD_GLOBAL = 0x00100 RTLD_LOCAL = 0x00000 RTLD_PARENT = 0x00200 RTLD_GROUP = 0x00400 RTLD_WORLD = 0x00800 RTLD_NODELETE = 0x01000 RTLD_CONFGEN = 0x10000 RTLD_REL_RELATIVE = 0x00001 RTLD_REL_EX...
{ "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" }
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */ /* vim: set ts=2 et sw=2 tw=80: */ /************************************************************* * * MathJax/extensions/MatchWebFonts.js * * Adds code to the output jax so that if web fonts are used on the page, * MathJax will be able ...
{ "pile_set_name": "Github" }
/* * jpeglib.h * * Copyright (C) 1991-1998, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file defines the application interface for the JPEG library. * Most applications using the library need o...
{ "pile_set_name": "Github" }
#!/usr/bin/env node var width = 960, height = 500, projectionName = process.argv[2], projectionSymbol = "geo" + projectionName[0].toUpperCase() + projectionName.slice(1); if (!/^[a-z0-9]+$/i.test(projectionName)) throw new Error; var fs = require("fs"), topojson = require("topojson-client"), Canv...
{ "pile_set_name": "Github" }
@startuml sprite $bitbucket [48x48/16] { 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 0000000000000000001245566554210000...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html class="client-nojs" lang="en" dir="ltr"> <head> <meta charset="UTF-8"/> <title>Jonathan G. Ornstein - Wikipedia</title> <script>document.documentElement.className="client-js";RLCONF={"wgCanonicalNamespace":"","wgCanonicalSpecialPageName":!1,"wgNamespaceNumber":0,"wgPageName":"Jonathan_G._Ornstein"...
{ "pile_set_name": "Github" }
ace.define("ace/mode/xml_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) { "use strict"; var oop = require("../lib/oop"); var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules; var XmlHighlightRules = function(no...
{ "pile_set_name": "Github" }
org.jupiter.rpc.executor.CallerRunsExecutorFactory org.jupiter.rpc.executor.ThreadPoolExecutorFactory org.jupiter.rpc.executor.DisruptorExecutorFactory
{ "pile_set_name": "Github" }
Essential Studio includes seven component libraries in one great package.Essential Studio is available with full source code. It incorporates a unique debugging support system that allows switching between 'Debug' and 'Release' versions of our library with a single click from inside the Visual Studio.NET IDE. To ensur...
{ "pile_set_name": "Github" }
package server import ( "bytes" "fmt" "net" "sync/atomic" "time" bnet "github.com/bio-routing/bio-rd/net" "github.com/bio-routing/bio-rd/protocols/bgp/packet" "github.com/bio-routing/bio-rd/route" "github.com/bio-routing/bio-rd/routingtable" "github.com/pkg/errors" log "github.com/sirupsen/logrus" ) type ...
{ "pile_set_name": "Github" }
<resources> <string name="app_name">example</string> </resources>
{ "pile_set_name": "Github" }
你是一个专业的小偷,计划偷窃沿街的房屋。每间房内都藏有一定的现金,影响你偷窃的唯一制约因素就是相邻的房屋装有相互连通的防盗系统,如果两间相邻的房屋在同一晚上被小偷闯入,系统会自动报警。 给定一个代表每个房屋存放金额的非负整数数组,计算你在不触动警报装置的情况下,能够偷窃到的最高金额。 示例 1: 输入: [1,2,3,1] 输出: 4 解释: 偷窃 1 号房屋 (金额 = 1) ,然后偷窃 3 号房屋 (金额 = 3)。 偷窃到的最高金额 = 1 + 3 = 4 。 示例 2: 输入: [2,7,9,3,1] 输出: 12 解释: 偷窃 1 号房屋 (金额 = 2), 偷窃 3 号房屋 (金额 = 9),接着偷窃 ...
{ "pile_set_name": "Github" }
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Linq; using System.Windows; namespace LinqExample { /// <summary> /// Interaction logic for App.xaml /// </summary> public partial class App : Application { } }
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: e227d0e11c8e0498a88231ab7e5f9da8 timeCreated: 1510610474 licenseType: Free MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('every', require('../every')); func.placeholder = require('./placeholder'); module.exports = func;
{ "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; using System.IO; using System.Linq; using Microsoft.VisualStudio; using Microsoft.VisualStudio.OLE.Inter...
{ "pile_set_name": "Github" }
// Copyright 2013 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. package org.chromium.chrome.browser.sync; import android.support.annotation.Nullable; import org.json.JSONArray; import org.json.JSONException; import ...
{ "pile_set_name": "Github" }
RUN: llvm-objdump -r %p/Inputs/reloc-addend.obj.macho-aarch64 | FileCheck %s CHECK-DAG: 0000000000000004 ARM64_RELOC_ADDEND 0x999 CHECK-DAG: 0000000000000004 ARM64_RELOC_PAGEOFF12 _stringbuf CHECK-DAG: 0000000000000000 ARM64_RELOC_ADDEND 0x999 CHECK-DAG: 0000000000000000 ARM64_RELOC_PAGE21 _stringbuf
{ "pile_set_name": "Github" }
// Copyright 2011 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" }
#ifndef FSCONFIGPAGE_H #define FSCONFIGPAGE_H #include "clFileSystemWorkspaceConfig.hpp" #include "clFileSystemWorkspaceDlgBase.h" class FSConfigPage : public FSConfigPageBase { clFileSystemWorkspaceConfig::Ptr_t m_config; protected: virtual void OnEnableRemoteUI(wxUpdateUIEvent& event); virtual void OnSS...
{ "pile_set_name": "Github" }
// Copyright 2017 Google LLC // // 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 ...
{ "pile_set_name": "Github" }
<?php /* Static Name: 404 */ ?> 404
{ "pile_set_name": "Github" }
This is a work-in-progress HTTP/2 implementation for Go. It will eventually live in the Go standard library and won't require any changes to your code to use. It will just be automatic. Status: * The server support is pretty good. A few things are missing but are being worked on. * The client work has just starte...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2011 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 conditions a...
{ "pile_set_name": "Github" }
#ifndef SM_OPTIONS_H #define SM_OPTIONS_H #include <options/options.h> #include "csm/csm_all.h" void sm_options(struct sm_params*p, struct option*ops); #endif
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content" android:paddingLeft="2.0dip" android:paddingRight="2.0dip" android:paddingTop="5.0dip" > <TextView an...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <alpha xmlns:android="http://schemas.android.com/apk/res/android" android:duration="@integer/feather_config_shortAnimTime" android:fromAlpha="1.0" android:interpolator="@android:anim/accelerate_interpolator" android:toAlpha="0.0" /> <!-- From: file:/Volumes/hujiawe...
{ "pile_set_name": "Github" }
# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit savedconfig toolchain-funcs DESCRIPTION="Simple plaintext presentation tool" HOMEPAGE="https://tools.suckless.org/sent/" SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz" LICENSE="MIT" SLOT="0"...
{ "pile_set_name": "Github" }
import { pipe } from '../../utils/pipe'; /** * Allows to execute hooks in chain, * passing the previous result value to the next hook. */ export const execHooks = async (schema, hookType: 'preHooks' | 'postHooks', hookAction, document?) => { if (schema[hookType] && schema[hookType][hookAction]) { const hooks ...
{ "pile_set_name": "Github" }
Title: Now able to reclassify logwatch messages before forwarding them to the Event Console Level: 2 Component: ec Compatible: compat Version: 1.2.7i1 Date: 1421838593 Class: feature You are now able to apply already existing logwatch patterns to the messages which are sent to the Event Console. Each message can be re...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "Nuclide Naming Conventions\n", "==========================\n", "One of the most basic aspects of nuclear software is how to uniquely represent \n", "nuclide names. There exists a large number of different ways that people ...
{ "pile_set_name": "Github" }
// Go FIDO U2F Library // Copyright 2015 The Go FIDO U2F Library Authors. All rights reserved. // Use of this source code is governed by the MIT // license that can be found in the LICENSE file. package u2flib import ( "bytes" "crypto/elliptic" "encoding/hex" "testing" ) const testRegRespHex = "0504b174bc49c7ca2...
{ "pile_set_name": "Github" }
// license:BSD-3-Clause // copyright-holders:Farfetch'd, R. Belmont // NOTE for bit string / field addressing // ************************************ // m_moddim must be passed as 10 for bit string instructions, // and as 11 for bit field instructions // Addressing mode functions and tables #include "am1.hxx" // Re...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-or-later /* * Hierarchical Budget Worst-case Fair Weighted Fair Queueing * (B-WF2Q+): hierarchical scheduling algorithm by which the BFQ I/O * scheduler schedules generic entities. The latter can represent * either single bfq queues (associated with processes) or groups of * bfq...
{ "pile_set_name": "Github" }
/* Copyright 2017 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" }
% Copyright 2011 Zdenek Kalal % % This file is part of TLD. % % TLD 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 % (at your option) any later version. % % TLD is distri...
{ "pile_set_name": "Github" }
import { Splitter } from '../../src/splitter/splitter'; let splitObj: Splitter = new Splitter({ height: '250px', paneSettings: [ { size: '30%', min: '20%', max: '60%' }, { size: '40%', min: '20%', max: '90%' }, { size: '30%', min: '20%', max: '70%' } ], width: '100%' }); splitOb...
{ "pile_set_name": "Github" }
$(function() { var sourceView = null; /** * if we are in console mode, show the console. */ if (CONSOLE_MODE && EVALEX) { openShell(null, $('div.console div.inner').empty(), 0); } $('div.traceback div.frame').each(function() { var target = $('pre', this) .click(function() { ...
{ "pile_set_name": "Github" }
Content-language: cs Content-type: text/html; charset=UTF-8 Body:----------cs-- Pokud si myslíte, že toto je chyba serveru, kontaktujte, prosím, <a href="mailto:<!--#echo encoding="url" var="SERVER_ADMIN" -->">webmastera</a>. ----------cs-- Content-language: de Content-type: text/html; charset=UTF-8 Body:----------de-...
{ "pile_set_name": "Github" }
<?php declare(strict_types = 1); /* * Copyright 2012-2019 Damien Seguy – Exakat SAS <contact(at)exakat.io> * This file is part of Exakat. * * Exakat is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation,...
{ "pile_set_name": "Github" }
/* * QLogic iSCSI HBA Driver * Copyright (c) 2003-2013 QLogic Corporation * * See LICENSE.qla4xxx for copyright and licensing details. */ /* * * qla4xxx_lookup_ddb_by_fw_index * This routine locates a device handle given the firmware device * database index. If device doesn't exist, returns NULL. * * Inpu...
{ "pile_set_name": "Github" }
cs.utexas.edu!geraldo.cc.utexas.edu!portal.austin.ibm.com!awdprime.austin.ibm.com!karner Subject: Re: Islamic marriage? From: karner@austin.ibm.com (F. Karner) <C4qAv2.24wG@austin.ibm.com> <1993Apr2.103237.4627@Cadence.COM> Organization: IBM Advanced Workstation Division Originator: frank@karner.austin.ibm.com Lines:...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:lang="ja" xml:id="uige...
{ "pile_set_name": "Github" }
describe "Array#clone", -> xit "copies frozen status from the original", -> # a = [1, 2, 3, 4] # b = [1, 2, 3, 4] # a.freeze # aa = a.clone # bb = b.clone # aa.frozen?.should == true # bb.frozen?.should == false it "copies singleton methods", -> # a = [1, 2, 3, 4] # b = [1, 2, ...
{ "pile_set_name": "Github" }
{ "name" : "websocket-client", "version" : "1.0.0", "description" : "An HTML5 Web Sockets client", "author" : "Peter Griess <pg@std.in>", "engines" : { "node" : ">=0.1.98" }, "repositories" : [ { "type" : "git", "url" : "http://github.com/pgriess/node-...
{ "pile_set_name": "Github" }
<?php /** * ♔ TestLink Open Source Project - http://testlink.sourceforge.net/ * This script is distributed under the GNU General Public License 2 or later. * * Localization: English (en_GB) texts - default development localization (World-wide English) * * * The file contains global variables with html text....
{ "pile_set_name": "Github" }
@import '../../../assets/css/mixin.less'; @import '../../../assets/css/theme.less'; .row { width: 100%; background-color: @fill-body; margin-bottom: 20px; border-radius: 4px; overflow: hidden; box-shadow: 0px 6px 5px -5px rgba(0,0,0,.1); .body { width: 100%; height: 168px; background-color:...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2017 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2003, 2008, 2009 Apple Inc. All rights reserved. * * This 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 * version 2 of the License, or (at your opti...
{ "pile_set_name": "Github" }
namespace ApiTemplate.ViewModels { using System.Collections.Generic; #if Swagger /// <summary> /// A paged collection of items. /// </summary> /// <typeparam name="T">The type of the items.</typeparam> #endif public class Connection<T> { public Connection() => this.Items = new List<...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!-- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2007 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following condition * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditio...
{ "pile_set_name": "Github" }
require 'thread' require 'digest/sha1' require 'timeout' module Roma class AsyncMessage attr_accessor :event attr_accessor :args attr_accessor :callback def initialize(ev, ag = nil, &cb) @event = ev @args = ag @callback = cb @retry_count = 0 @retry_max = 10 @retry...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <LocalDebuggerCommandArguments>/mLE q.rel</LocalDebuggerCommandArguments> <DebuggerFlavor>WindowsLocalDebug...
{ "pile_set_name": "Github" }
/* * Copyright 2009, Axel Dörfler, axeld@pinc-software.de. * Distributed under the terms of the MIT License. */ #include "PositionToolTip.h" #include <stdio.h> #include <StringView.h> #include "DurationToString.h" class PositionToolTip::PositionView : public BStringView { public: PositionView() : BString...
{ "pile_set_name": "Github" }
/* IASKLocalizable.strings Where To Created by Ortwin Gentz on 20.10.14. Copyright (c) 2014 FutureTap. All rights reserved. */ "Privacy" = "Integritetsskydd"; // iOS 8+ Privacy cell: title "Open in Settings app" = ""; // iOS 8+ Privacy cell: subtitle (TODO)
{ "pile_set_name": "Github" }
:title: External Methods of Ingesting Data :type: dataManagement :status: published :summary: External methods of ingesting data. :parent: Ingesting Data :order: 03 == {title} Third-party tools, such as https://curl.haxx.se/[cURL.exe] {external-link} and the https://advancedrestclient.com/[Chrome Advanced Rest Client...
{ "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" }
package handshake import "encoding/json" type strategy struct { Rendezvous storage Storage storage Cipher cipher } // strategyPeerConfig is a a struct that encapsulates the shared strategy settings for handshake type strategyPeerConfig struct { Rendezvous peerStorage `json:"rendezvous"` Storage peerSt...
{ "pile_set_name": "Github" }
// Copyright 2005-2009 Daniel James. // 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) #if !defined(BOOST_FUNCTIONAL_HASH_DETAIL_FLOAT_FUNCTIONS_HPP) #define BOOST_FUNCTIONAL_HASH_DETAIL_FLOAT_FUNCTIONS_HPP ...
{ "pile_set_name": "Github" }
@echo off echo Generating x86 assember echo Bignum cd crypto\bn\asm perl x86.pl win32n > bn-win32.asm cd ..\..\.. echo DES cd crypto\des\asm perl des-586.pl win32n > d-win32.asm cd ..\..\.. echo "crypt(3)" cd crypto\des\asm perl crypt586.pl win32n > y-win32.asm cd ..\..\.. echo Blowfish cd ...
{ "pile_set_name": "Github" }
auto Emulator::attach(higan::Node::Object node) -> void { if(interface && node->is<higan::Node::Screen>()) { screens = root->find<higan::Node::Screen>(); } if(interface && node->is<higan::Node::Stream>()) { streams = root->find<higan::Node::Stream>(); } } auto Emulator::detach(higan::Node::Object node...
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('toLower', require('../toLower'), require('./_falseOptions')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: faea95117e191814893c0ab3c089a552 TextureImporter: fileIDToRecycleName: {} externalObjects: {} serializedVersion: 5 mipmaps: mipMapMode: 0 enableMipMap: 1 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapsPreserveCoverage: 0 alphaTestRefe...
{ "pile_set_name": "Github" }
// Code generated by linux/mkall.go generatePtracePair("386", "amd64"). DO NOT EDIT. // +build linux // +build 386 amd64 package unix import "unsafe" // PtraceRegs386 is the registers used by 386 binaries. type PtraceRegs386 struct { Ebx int32 Ecx int32 Edx int32 Esi int32 Edi int32 E...
{ "pile_set_name": "Github" }
{ "name": "gtkextra", "full_name": "gtkextra", "oldname": null, "aliases": [ ], "versioned_formulae": [ ], "desc": "Widgets for creating GUIs for GTK+", "license": null, "homepage": "https://gtkextra.sourceforge.io/", "versions": { "stable": "3.3.4", "head": null, "bottle": true },...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_222) on Wed Aug 14 11:24:52 AEST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.eclipse....
{ "pile_set_name": "Github" }
# func Sprintln(a ...interface{}) string 参数列表 - a... 值变量列表 返回值: - 返回打印字符串 功能说明: 这个函数主要是用来根据默认格式字符串和参数表生成一个打印字符串并带换行 代码实例: package main import "fmt" func main() { fmt.Sprintln("默认格式打印出字符串并带换行!") }
{ "pile_set_name": "Github" }
/** \page plans Plans \tableofcontents No specific plans at the moment. */
{ "pile_set_name": "Github" }
<?php namespace Bitrix\Conversion; final class RateManager extends Internals\TypeManager { static protected $event = 'OnGetRateTypes'; static protected $types = array(); static protected $ready = false; static protected $checkModule = true; /** @internal */ static public function getRatesCounters(array $types)...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2017-present, zhenglibao, Inc. * email: 798393829@qq.com * All rights reserved. * * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ #import "UITextField+Flex.h" #import "UIView+Flex.h" #import <objc/runtime.h...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Text; using System.Threading; namespace Aga.Controls.Threading { public sealed class WorkItem { private WaitCallback _callback; private object _state; private ExecutionContext _ctx; internal WorkItem(WaitCallback wc, object state, ExecutionContext...
{ "pile_set_name": "Github" }
[colors] # Base16 Brewer # Author: Timothée Poisot (http://github.com/tpoisot) foreground = #b7b8b9 foreground_bold = #b7b8b9 cursor = #b7b8b9 cursor_foreground = #0c0d0e background = #0c0d0e # 16 color space # Black, Gray, Silver, White color0 = #0c0d0e color8 = #737475 color7...
{ "pile_set_name": "Github" }
set(spacegroup_srcs spacegroup.cpp ) set(spacegroup_uis ) avogadro_plugin(SpaceGroup "Space group features for crystals." ExtensionPlugin spacegroup.h SpaceGroup "${spacegroup_srcs}" "${spacegroup_uis}" )
{ "pile_set_name": "Github" }
// Licensed to the Apache Software Foundation(ASF) under one // or more contributor license agreements.See the NOTICE file // distributed with this work for additional information // regarding copyright ownership.The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may not...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 1991, 2014 IBM Corp. and others * * This program and the accompanying materials are made available under * the terms of the Eclipse Public License 2.0 which accompanies this * distribution and is available at https://w...
{ "pile_set_name": "Github" }
"2.title" = "Preferences"; "95.label" = "Key server"; "95.paletteLabel" = "Key server"; "96.label" = "Updates"; "96.paletteLabel" = "Updates"; "2ej-dR-Wsz.title" = "Include beta builds"; "3hc-yG-IHp.title" = "When no key is found on keys.openpgp.org continue search using the old key servers."; "6Ga-Wh-yR1.title" = "Use...
{ "pile_set_name": "Github" }
local capi = {tag=tag,mouse=mouse,screen=screen} local setmetatable = setmetatable local tag = require( "awful.tag" ) local config = require( "forgotten" ) local wibox = require( "wibox" ) local color = require( "gears.color" ) local radical = require( "...
{ "pile_set_name": "Github" }
{ "name": "flatbuffers", "version": "1.10.2", "description": "Memory Efficient Serialization Library", "files": [ "js/flatbuffers.js", "js/flatbuffers.mjs" ], "main": "js/flatbuffers", "module": "js/flatbuffers.mjs", "directories": { "doc": "docs", "test": "tests" }, "scripts": { ...
{ "pile_set_name": "Github" }
var DEFAULTS = { '*': { colors: { opacity: true // rgba / hsla }, properties: { backgroundClipMerging: true, // background-clip to shorthand backgroundOriginMerging: true, // background-origin to shorthand backgroundSizeMerging: true, // background-size to shorthand ...
{ "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 <objc/NSObject.h> @class NSArray, NSString; @interface FPTask : NSObject { NSArray *_argv; NSString *_redirectStdoutT...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # -*- Mode: python -*- # Copyright (c) 2009, Andrew McNabb # Copyright (c) 2003-2008, Brent N. Chun """Parallel ssh to the set of nodes in hosts.txt. For each node, this essentially does an "ssh host -l user prog [arg0] [arg1] ...". The -o option can be used to store stdout from each remote nod...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
{ "pile_set_name": "Github" }
## Top Ranked Startups in Macedonia 1. [dock-name](http://www.startupranking.com/dock-name) 2. [g6](http://www.startupranking.com/g6) 3. [marko](http://www.startupranking.com/marko)
{ "pile_set_name": "Github" }
// #####Using gzip compression: res, err := goreq.Request{ Method: "POST", Uri: "http://www.google.com", Body: item, Compression: goreq.Gzip(), }.Do() // #####Using deflate/zlib compression: res, err := goreq.Request{ Method: "POST", Uri: "http://www.google.com", Body: item, Compressio...
{ "pile_set_name": "Github" }
import React from 'react' import cx from 'classnames' import styles from './logo.css' import { AnimationComponent, ClassicText } from 'light-ui' const _LogoText = (props) => { const { status, className } = props const textClassName = cx( className, styles.logoContainer, styles[`logoContaine...
{ "pile_set_name": "Github" }
/** * DO NOT EDIT * * This file was automatically generated by * https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations * * To modify these typings, edit the source file(s): * lib/legacy/templatizer-behavior.html */ // tslint:disable:variable-name Describing an API that's define...
{ "pile_set_name": "Github" }