text
stringlengths
2
99k
meta
dict
.TH std::flush_emit 3 "2019.08.27" "http://cppreference.com" "C++ Standard Libary" .SH NAME std::flush_emit \- std::flush_emit .SH Synopsis Defined in header <ostream> template< class CharT, class Traits > std::basic_ostream<CharT, Traits>& flush_emit( \fI(since C++20)\fP std::basic...
{ "pile_set_name": "Github" }
/********************************************************************* * SEGGER Microcontroller GmbH & Co. KG * * Solutions for real time microcontroller applications * ********************************************************************** * ...
{ "pile_set_name": "Github" }
require_relative '../../spec_helper' require_relative '../../shared/file/directory' describe "File.directory?" do it_behaves_like :file_directory, :directory?, File end describe "File.directory?" do it_behaves_like :file_directory_io, :directory?, File end
{ "pile_set_name": "Github" }
<!-- THIS IS AUTO-GENERATED CONTENT. DO NOT MANUALLY EDIT. --> This image is part of the [balena.io][balena] base image series for IoT devices. The image is optimized for use with [balena.io][balena] and [balenaOS][balena-os], but can be used in any Docker environment running on the appropriate architecture. ![balena...
{ "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 use this...
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/OfficeImport.framework/OfficeImport */ @interface WMTableStyle : WMStyle { WDTableProperties * mWdTableProperties; } - (void)addTableProperties:(id)arg1; - (id)initWithWDTableProperties:(id)arg1; @end
{ "pile_set_name": "Github" }
<?php /** * This file is part of PHPPresentation - A pure PHP library for reading and writing * presentations documents. * * PHPPresentation is free software distributed under the terms of the GNU Lesser * General Public License version 3 as published by the Free Software Foundation. * * For the full copyright a...
{ "pile_set_name": "Github" }
package semver import ( "reflect" "strings" "testing" ) type comparatorTest struct { input string comparator func(comparator) bool } func TestParseComparator(t *testing.T) { compatorTests := []comparatorTest{ {">", testGT}, {">=", testGE}, {"<", testLT}, {"<=", testLE}, {"", testEQ}, {"=", tes...
{ "pile_set_name": "Github" }
// TEST_CFLAGS -framework Foundation #import <Foundation/Foundation.h> #import <Foundation/NSDictionary.h> #import <objc/runtime.h> #import <objc/objc-abi.h> #include "test.h" @interface TestIndexed : NSObject <NSFastEnumeration> { NSMutableArray *indexedValues; } @property(readonly) NSUInteger count; - (id)objec...
{ "pile_set_name": "Github" }
//Microsoft Developer Studio generated resource script. // #include "jaccesswalkerResource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #define APSTUDIO_HIDDEN_SYMBOLS #include "windows.h" #undef A...
{ "pile_set_name": "Github" }
/** @file Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR> This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License that accompani...
{ "pile_set_name": "Github" }
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`render full-bleed row 1`] = ` <div className="root" style={ Object { "backgroundColor": undefined, "border": undefined, "borderColor": undefined, "borderRadius": undefined, "borderWidth": undefined, "marginBottom": undefine...
{ "pile_set_name": "Github" }
# Maintainer: vinszent <vinszent@vinszent.com> _gitname=gnome-twitch pkgname=gnome-twitch-player-backend-gstreamer-opengl pkgver=0.4.0 pkgrel=2 pkgdesc="GStreamer OpenGL (hardware rendering) player backend for GNOME Twitch" arch=('i686' 'x86_64') url="https://github.com/vinszent/gnome-twitch" license=('GPL3') makedep...
{ "pile_set_name": "Github" }
BASH PATCH REPORT ================= Bash-Release: 4.2 Patch-ID: bash42-034 Bug-Reported-by: "Davide Brini" <dave_br@gmx.com> Bug-Reference-ID: <20120604164154.69781EC04B@imaps.oficinas.atrapalo.com> Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2012-06/msg00030.html Bug-Description: ...
{ "pile_set_name": "Github" }
--- -api-id: T:Windows.Web.Http.Headers.HttpChallengeHeaderValueCollection -api-type: winrt class --- <!-- Class syntax. public class HttpChallengeHeaderValueCollection : Windows.Foundation.Collections.IIterable<Windows.Web.Http.Headers.HttpChallengeHeaderValue>, Windows.Foundation.Collections.IVector<Windows.Web.Http...
{ "pile_set_name": "Github" }
--TEST-- PHPC-341: fromJSON() leaks when JSON contains array or object fields --FILE-- <?php require_once __DIR__ . '/../utils/tools.php'; $tests = array( '{ "foo": "yes", "bar" : false }', '{ "foo": "no", "array" : [ 5, 6 ] }', '{ "foo": "no", "obj" : { "embedded" : 4.125 } }', ); foreach ($tests as $te...
{ "pile_set_name": "Github" }
/** * Represents a way. A way is automatically added to the geohash index when * it is instantiated. * * @augments Feature */ var Way = Class.create(Feature, /** * @lends Way# */ { __type__: 'Way', /** * Sets up this way's properties and adds it to the geohash index * @param {Object} data A set o...
{ "pile_set_name": "Github" }
tbx.tbx|{68a4ede6-8f63-44f2-803e-65f770e709e1}|#106|80|#109|{68a4ede6-8f63-44f2-803e-65f770e709e1}|401|0|#107
{ "pile_set_name": "Github" }
# Copyright 2016 The TensorFlow 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 applicable ...
{ "pile_set_name": "Github" }
#import "GPUImageSobelEdgeDetectionFilter.h" @interface GPUImagePrewittEdgeDetectionFilter : GPUImageSobelEdgeDetectionFilter @end
{ "pile_set_name": "Github" }
should = require 'should' sinon = require 'sinon' shouldSinon = require 'should-sinon' KDTabViewWithForms = require '../../../lib/components/tabs/tabviewwithforms' describe 'KDTabViewWithForms', -> beforeEach -> @sinon = sinon.sandbox.create() @o = {} @o.forms = [] @instance = new KDTabViewWithForms...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2008-2011 The Open Planning Project * * Published under the GPL license. * See https://github.com/opengeo/gxp/raw/master/license.txt for the full text * of the license. */ /** * @requires GeoExt/widgets/grid/FeatureSelectionModel.js * @requires GeoExt/data/FeatureStore.js */ /** api: (de...
{ "pile_set_name": "Github" }
{ "swagger": "2.0", "info": { "title": "DnsManagementClient", "description": "The DNS Management Client.", "version": "2016-04-01" }, "host": "management.azure.com", "schemes": [ "https" ], "consumes": [ "application/json" ], "produces": [ "application/json" ], "paths": { ...
{ "pile_set_name": "Github" }
/** * @license * Copyright (c) 2016 The Polymer Project Authors. All rights reserved. * This code may only be used under the BSD style license found at * http://polymer.github.io/LICENSE.txt * The complete set of authors may be found at * http://polymer.github.io/AUTHORS.txt * The complete set of contributors ma...
{ "pile_set_name": "Github" }
/* boost/numeric/odeint/stepper/detail/controlled_adams_bashforth_moulton.hpp [begin_description] Implemetation of an controlled adams bashforth moulton stepper. [end_description] Copyright 2017 Valentin Noah Hartmann Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_...
{ "pile_set_name": "Github" }
module WeixinRailsMiddleware module ReplyWeixinMessageHelper # e.g. # reply_text_message(@weixin_message.ToUserName, @weixin_message.FromUserName, "Your Message: #{@weixin_message.Content}") # Or reply_text_message("Your Message: #{@weixin_message.Content}") def reply_text_message(from=nil, to=nil, c...
{ "pile_set_name": "Github" }
/* * Copyright (c) 1997, 2004, 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" }
#include "pch.h"
{ "pile_set_name": "Github" }
'use strict' module.exports = function isArrayLike (o) { return o && o.length !== undefined; };
{ "pile_set_name": "Github" }
================================= Voltage Transformer Configuration ================================= A prime component of electrical power is voltage. The AC line frequency is the heartbeat of the IoTaWatt. A reliable and accurate AC voltage reference is very important. You should have installed the device with a 9 V...
{ "pile_set_name": "Github" }
package com.atguigu.springcloud; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.client.discovery.EnableDiscoveryClient; import org.springframework.cloud.netflix.eureka.EnableEurekaClient; @SpringBootApplication @...
{ "pile_set_name": "Github" }
//>>built define( //begin v1.x content ({ widgetLabel: "Wsadowe sprawdzanie pisowni", unfound: "Nie znaleziono", skip: "Pomiń", skipAll: "Pomiń wszystko", toDic: "Dodaj do słownika", suggestions: "Propozycje", replace: "Zastąp", replaceWith: "Zastąp przez", replaceAll: "Zastąp wszystko", cancel: "Anuluj", ms...
{ "pile_set_name": "Github" }
from plotly.basedatatypes import BaseTraceHierarchyType as _BaseTraceHierarchyType import copy as _copy class Marker(_BaseTraceHierarchyType): # class properties # -------------------- _parent_path_str = "scattercarpet" _path_str = "scattercarpet.marker" _valid_props = { "autocolorscale",...
{ "pile_set_name": "Github" }
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>BlendMode | Hydro-SDK</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css...
{ "pile_set_name": "Github" }
<?xml version="1.0" standalone="no"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:exsl="http://exslt.org/common" xmlns:xlink="http://www.w3.org/1999/xlink"> <xsl:output method="html"/> <xsl:param name="PERI_COL_OPB" select="'#339...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash # Copyright 2015 Johns Hopkins University (author: Vijayaditya Peddinti) # Apache 2.0 # This script downloads the impulse responses and noise files from the # Reverb2014 challenge # and converts them to wav files with the required sampling rate #============================================== downl...
{ "pile_set_name": "Github" }
FILE(REMOVE_RECURSE "../msg_gen" "../msg_gen" "../src/quadrotor_msgs/msg" "CMakeFiles/rospack_genmsg_libexe" ) # Per-language clean rules from dependency scanning. FOREACH(lang) INCLUDE(CMakeFiles/rospack_genmsg_libexe.dir/cmake_clean_${lang}.cmake OPTIONAL) ENDFOREACH(lang)
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-o...
{ "pile_set_name": "Github" }
package com.tencent.mm.ui.account; import com.tencent.mm.ui.base.MMAutoSwitchEditTextView.b; final class EmailVerifyUI$2 implements MMAutoSwitchEditTextView.b { EmailVerifyUI$2(EmailVerifyUI paramEmailVerifyUI) {} public final void bgL() { kRl.bp(false); } } /* Location: * Qualified Name: com.t...
{ "pile_set_name": "Github" }
/* Test of <sys/times.h> substitute. Copyright (C) 2008-2020 Free Software Foundation, 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 3 of the License, or (at your...
{ "pile_set_name": "Github" }
// Copyright (C) 2018-2019 Yixuan Qiu <yixuan.qiu@cos.name> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can obtain one at https://mozilla.org/MPL/2.0/. #ifndef ARNOLDI_H #define ARNOLDI_H #include <Eigen/C...
{ "pile_set_name": "Github" }
--- Lua-side storage for safe references to C++ objects. -- -- Whenever a new character or item is initialized, a corresponding -- handle will be created here to track the object's lifetime in an -- isolated Lua environment managed by a C++ handle manager. If the -- object is no longer valid for use (a character died, ...
{ "pile_set_name": "Github" }
{ "id": "kk-jazz", "name": "K.K. Jazz", "category": "Music", "games": { "nl": { "orderable": true, "interiorThemes": [ "Trendy" ], "sellPrice": { "currency": "bells", "value": 800 }, "sources": [ "K.K. Slider", "T.I.Y." ], ...
{ "pile_set_name": "Github" }
/* * Elonics E4000 tuner driver * * (C) 2011-2012 by Harald Welte <laforge@gnumonks.org> * (C) 2012 by Sylvain Munaut <tnt@246tNt.com> * (C) 2012 by Hoernchen <la@tfc-server.de> * * All Rights Reserved * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gen...
{ "pile_set_name": "Github" }
/* * Copyright 2016 by Eugene Yokota * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
{ "pile_set_name": "Github" }
package quantile import ( "math" "math/rand" "sort" "testing" ) var ( Targets = map[float64]float64{ 0.01: 0.001, 0.10: 0.01, 0.50: 0.05, 0.90: 0.01, 0.99: 0.001, } TargetsSmallEpsilon = map[float64]float64{ 0.01: 0.0001, 0.10: 0.001, 0.50: 0.005, 0.90: 0.001, 0.99: 0.0001, } LowQuantiles...
{ "pile_set_name": "Github" }
# CommNet model for bAbI tasks This code is for training CommNet model on toy Q&A dataset [bAbI](http://fb.ai/babi), where one has to answer to a simple question after reading a short story. The model solves this problem by assigning each sentence of the story to separate agents, and let them communicate. After several...
{ "pile_set_name": "Github" }
/* * UTF-8 (with BOM) English-EN text strings for login.sh html elements */ logS.LSect="Login"; logS.EAdmP="Enter Admin Password"; logS.YQot="Your Quota"; logS.NQot="Entire Network Quota"; logS.CTime="Current Date &amp; Time"; logS.CIP="IP Address"; logS.CIPs="You are currently connected from:"; //javascript logS....
{ "pile_set_name": "Github" }
/* * Hibernate, Relational Persistence for Idiomatic Java * * License: GNU Lesser General Public License (LGPL), version 2.1 or later. * See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>. */ package org.hibernate.jpa.test.inheritance; import javax.persistence.EntityManager...
{ "pile_set_name": "Github" }
module.exports = /******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; /******/ /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ /******/ // Check if module is in cache /******/ if(installedModules[moduleId])...
{ "pile_set_name": "Github" }
#include <GuiToolbar.au3> #include <GuiToolTip.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #include <Constants.au3> $Debug_TB = False ; Check ClassName being passed to functions, set to True and use a handle to another control to see it work Global Enum $idNew = 1000, $idOpen, $idSave, $idHelp ...
{ "pile_set_name": "Github" }
<?php class ControllerAccountReturn extends Controller { private $error = array(); public function index() { if (!$this->customer->isLogged()) { $this->session->data['redirect'] = $this->url->link('account/return', '', true); $this->response->redirect($this->url->link('account/login', '', true)); } $th...
{ "pile_set_name": "Github" }
--- title: "Metodi Tradizionali" --- {% include toc title="Indice" %} ### Lettura necessaria Nell'ultimo periodo ci sono stati numerosi miglioramenti e avanzamenti ai metodi di installazione di CFW. Per questo motivo, è consigliato usare il metodo più recente descritto nella sezione [Cominciamo!](get-started). Cio...
{ "pile_set_name": "Github" }
<?php /* You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHO...
{ "pile_set_name": "Github" }
# xml 配置文件 * Spring Boot 提倡零配置,即无xml配置,但实际项目中,可能有一些特殊要求你必须使用xml配置,这时我们可以通过Spring 提供的@ImportResource来加载xml配置 * @ImportResource({"classpath:some-context.xml","classpath:other-context.xml"}) # Spring Boot 的自动配置的原理 * Spring Boot 在进行SpringApplication 对象实例化时会加载 META-INF/spring.factories文件。将该配置文件中的配置载入到Spring 容器。 * spring-bo...
{ "pile_set_name": "Github" }
# hacky rules to try to activate lvm when we get new block devs... # # Copyright 2008, Red Hat, Inc. # Jeremy Katz <katzj@redhat.com> SUBSYSTEM!="block", GOTO="lvm_end" ACTION!="add|change", GOTO="lvm_end" # Also don't process disks that are slated to be a multipath device ENV{DM_MULTIPATH_DEVICE_PATH}=="1", GOTO="lv...
{ "pile_set_name": "Github" }
#!/usr/bin/env ruby require "bundler/setup" require "webinspector" # You can add fixtures and/or initialization code here to make experimenting # with your gem easier. You can also use a different console, if you like. # (If you use this, don't forget to add pry to your Gemfile!) # require "pry" # Pry.start require...
{ "pile_set_name": "Github" }
import sbt._ import Keys._ import com.typesafe.sbt.packager.docker.{Cmd, DockerKeys} import RestartCommand._ object CommonSettingsPlugin extends AutoPlugin with DockerKeys { override def trigger = allRequirements override lazy val projectSettings = Seq( updateOptions := updateOptions.value.withCachedResolution...
{ "pile_set_name": "Github" }
/* Copyright (C) 2014 2015 2016 Johan Mattsson This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This library is...
{ "pile_set_name": "Github" }
# vue3 renderer
{ "pile_set_name": "Github" }
#!/usr/bin/env perl # # namespace.pl. Mon Aug 30 2004 # # Perform a name space analysis on the linux kernel. # # Copyright Keith Owens <kaos@ocs.com.au>. GPL. # # Invoke by changing directory to the top of the kernel object # tree then namespace.pl, no parameters. # # Tuned for 2.1.x kernels with the new module handl...
{ "pile_set_name": "Github" }
/* * obackup.c * * $Id$ * * Online & Incremental Backup * * This file is part of the OpenLink Software Virtuoso Open-Source (VOS) * project. * * Copyright (C) 1998-2020 OpenLink Software * * This project is free software; you can redistribute it and/or modify it * under the terms of the GNU General...
{ "pile_set_name": "Github" }
/** * Copyright (C) 2013-2016 The Rythm Engine project * for LICENSE and other details see: * https://github.com/rythmengine/rythmengine */ package org.rythmengine.essential; import org.rythmengine.TestBase; import org.junit.Test; /** * Test scripting block parser */ public class ScriptBlockParser extends TestB...
{ "pile_set_name": "Github" }
/*++ Copyright (c) 1990-1993 Microsoft Corporation Module Name: plotui.h Abstract: This module contains all plotters's user interface common defines Author: 02-Dec-1993 Thu 09:56:07 created -by- Daniel Chou (danielc) [Environment:] GDI Device Driver - Plotter. [Notes:] Revision Histo...
{ "pile_set_name": "Github" }
.editbox { margin: .4em; padding: 0; font-family: monospace; font-size: 10pt; color: black; } .editbox p { margin: 0; } span.sp-keyword { color: #708; } span.sp-prefixed { color: #5d1; } span.sp-var { color: #00c; } span.sp-comment { color: #a70; } span.sp-literal { color: #a22; } span.sp-u...
{ "pile_set_name": "Github" }
.app { padding: 0; display: flex; flex-direction: row; padding: 16px; } .x6-graph { flex: 1; box-shadow: 0 0 10px 1px #e9e9e9; }
{ "pile_set_name": "Github" }
# Update the desktop database: if [ -x usr/bin/update-desktop-database ]; then chroot . /usr/bin/update-desktop-database /usr/share/applications > /dev/null 2>&1 fi
{ "pile_set_name": "Github" }
# -*- coding: iso-8859-1 -*- """ crypto.cipher.tkip_encr TKIP encryption from IEEE 802.11 TGi TKIP uses WEP (ARC4 with crc32) and key mixing This is only the encryption and not the Michael integrity check! Copyright © (c) 2002 by Paul A. Lambert Read LICENSE.txt for license information. ...
{ "pile_set_name": "Github" }
// g2o - General Graph Optimization // Copyright (C) 2011 R. Kuemmerle, G. Grisetti, W. Burgard // 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 r...
{ "pile_set_name": "Github" }
var edmapUrl = 'https://edmaps.rcsb.org/maps/' stage.setParameters({ cameraType: 'orthographic', mousePreset: 'coot' }) function addElement (el) { Object.assign(el.style, { position: 'absolute', zIndex: 10 }) stage.viewer.container.appendChild(el) } function createElement (name, properties, style)...
{ "pile_set_name": "Github" }
using System; using System.Text.RegularExpressions; namespace NBlog.Web.Application.Infrastructure { public static class StringExtensions { /// <summary> /// Null if the string is empty, otherwise the original string. /// (Useful to use with with null coalesce, e.g. myString.AsNullIfEm...
{ "pile_set_name": "Github" }
/* i80586 lshift * * Copyright (C) 1992, 1994, 1998, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by t...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API # Copyright (C) 2015-2017 # Leandro Toledo de Souza <devs@python-telegram-bot.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser Public License as publish...
{ "pile_set_name": "Github" }
-----BEGIN CERTIFICATE----- MIICjTCCAfigAwIBAgIEMaYgRzALBgkqhkiG9w0BAQQwRTELMAkGA1UEBhMCVVMx NjA0BgNVBAoTLU5hdGlvbmFsIEFlcm9uYXV0aWNzIGFuZCBTcGFjZSBBZG1pbmlz dHJhdGlvbjAmFxE5NjA1MjgxMzQ5MDUrMDgwMBcROTgwNTI4MTM0OTA1KzA4MDAw ZzELMAkGA1UEBhMCVVMxNjA0BgNVBAoTLU5hdGlvbmFsIEFlcm9uYXV0aWNzIGFu ZCBTcGFjZSBBZG1pbmlzdHJhdGlvbjEg...
{ "pile_set_name": "Github" }
EESchema-LIBRARY Version 2.3 #encoding utf-8 # # 296-26322-1-ND # DEF 296-26322-1-ND VR 0 20 Y Y 1 F N F0 "VR" 0 150 50 H V C CNN F1 "296-26322-1-ND" 0 250 50 H V C CNN F2 "digikey-footprints:SOT-23-3" 325 150 50 H I L CNN F3 "" 200 300 60 H I L CNN DRAW S 200 100 -200 -200 1 1 0 f X IN 1 -300 0 100 R 50 50 1 1 W X OUT...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # -*- coding:utf-8 -*- # Author: Donny You(youansheng@gmail.com) # Adapted from: https://github.com/zhanghang1989/PyTorch-Encoding/blob/master/encoding/parallel.py import functools import threading import torch import torch.cuda.comm as comm from torch.autograd import Function from torch.nn.par...
{ "pile_set_name": "Github" }
/* * Author: Garrett Barboza <garrett.barboza@kapricasecurity.com> * * Copyright (c) 2014 Kaprica Security, Inc. * * 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, ...
{ "pile_set_name": "Github" }
<?php /* * This file is part of ProgPilot, a static analyzer for security * * @copyright 2017 Eric Therond. All rights reserved * @license MIT See LICENSE at the root of the project for more info */ namespace progpilot\Objects; use PHPCfg\Op; use PHPCfg\Script; use progpilot\Objects\MyDefinition; use progpilot...
{ "pile_set_name": "Github" }
/* * Copyright 2013 The Error Prone 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...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. */ /* * 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 t...
{ "pile_set_name": "Github" }
package cu import ( "log" "runtime" "testing" "unsafe" ) func TestBatchContext(t *testing.T) { log.Print("BatchContext") var err error var dev Device var cuctx CUContext var mod Module var fn Function if dev, cuctx, err = testSetup(); err != nil { if err.Error() == "NoDevice" { return } t.Fatal(e...
{ "pile_set_name": "Github" }
""" Metadata for all sources. """ # Author: Prabhu Ramachandran <prabhu@aero.iitb.ac.in> # Copyright (c) 2008, Prabhu Ramachandran Enthought, Inc. # License: BSD Style. # Local imports. from mayavi.core.metadata import SourceMetadata from mayavi.core.pipeline_info import PipelineInfo BASE = 'mayavi.sources' open_3ds...
{ "pile_set_name": "Github" }
/* * Copyright 2017 TWO SIGMA OPEN SOURCE, 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 applicabl...
{ "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" }
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Pantalla de opciones de navegación forzada</title> </head> <body bgcolor="#ffffff"> <h1>Pantalla de opciones de navegación forzada</h1> <p> Esta pantalla le permite config...
{ "pile_set_name": "Github" }
version: '2' services: nsqlookupd01: image: nsqio/nsq:v1.0.0-compat command: /nsqlookupd labels: io.rancher.scheduler.affinity:host_label_soft: nsqlookupd=true io.rancher.scheduler.affinity:container_label_soft_ne: io.rancher.stack_service.name=$${stack_name}/nsqlookupd02,io.rancher.stack_serv...
{ "pile_set_name": "Github" }
To show `assets/www` or `res/xml/config.xml`, go to: Project -> Properties -> Resource -> Resource Filters And delete the exclusion filter.
{ "pile_set_name": "Github" }
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* Duda I/O * -------- * Copyright (C) 2012-2014, Eduardo Silva P. <edsiper@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ...
{ "pile_set_name": "Github" }
// impressivewebs.com/reverse-ordered-lists-html5 // polyfill: github.com/impressivewebs/HTML5-Reverse-Ordered-Lists Modernizr.addTest('olreversed', 'reversed' in document.createElement('ol'));
{ "pile_set_name": "Github" }
'use strict'; module.exports = Number.isNaN || function (x) { return x !== x; };
{ "pile_set_name": "Github" }
"""The idlelib package implements the Idle application. Idle includes an interactive shell and editor. Use the files named idle.* to start Idle. The other files are private implementations. Their details are subject to change. See PEP 434 for more. Import them at your own risk. """
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>第 4 章 File Synchron...
{ "pile_set_name": "Github" }
/// @ref ext_vector_integer /// @file glm/ext/vector_integer.hpp /// /// @see core (dependence) /// @see ext_vector_integer (dependence) /// /// @defgroup ext_vector_integer GLM_EXT_vector_integer /// @ingroup ext /// /// Include <glm/ext/vector_integer.hpp> to use the features of this extension. #pragma once // Depe...
{ "pile_set_name": "Github" }
1 NEUVOSTO neuvosto N N N Nom Sg 2 attr _ _ 2 EURATOMIN Euratom N N N Prop Gen Sg 3 attr _ _ 3 HANKINTAKESKUKSEN hankinta#keskus N N N Gen Sg 4 attr _ _ 4 PERUSSÄÄNTÖ perus#sääntö N N N Nom Sg 7 attr _ _ 5 EUROOPAN Eurooppa N N N Prop Gen Sg 6 attr _ _ 6 ATOMIENERGIAYHTEISÖN atomi#energia#yhteisö N N N Gen Sg 7 attr _ ...
{ "pile_set_name": "Github" }
// Copyright 2013 Dolphin Emulator Project // Licensed under GPLv2+ // Refer to the license.txt file included. // Originally written by Sven Peter <sven@fail0verflow.com> for anergistic. // Integrated into Mephisto/CTUv2 by Cody Brocious #include "Ctu.h" const char GDB_STUB_START = '$'; const char GDB_STUB_END = '#'...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016, 2018, 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" }
/** * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); ...
{ "pile_set_name": "Github" }
#!./perl # # Copyright (c) 1995-2000, Raphael Manfredi # # You may redistribute only under the same terms as Perl 5, as specified # in the README file that comes with the distribution. # sub BEGIN { if ($ENV{PERL_CORE}){ chdir('t') if -d 't'; @INC = ('.', '../lib', '../ext/Storable/t'); } else { unshif...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2011 Joel de Guzman Copyright (c) 2005-2006 Dan Marsden Copyright (c) 2009-2010 Christopher Schmidt Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "filename" : "ic_check_box.png", "scale" : "1x" }, { "idiom" : "universal", "filename" : "ic_check_box_2x.png", "scale" : "2x" }, { "idiom" : "universal", "filename" : "ic_check_box_3x.png", "scale" : "3x...
{ "pile_set_name": "Github" }