text
stringlengths
2
99.9k
meta
dict
import tensorflow as tf from unrestricted_advex.mnist_baselines import mnist_utils flags = tf.app.flags FLAGS = flags.FLAGS flags.DEFINE_string("train_mode", "vanilla", "Model type (either 'vanilla' or 'adversarial')") flags.DEFINE_string("model_dir", "/tmp/two-class-mnist/vanilla", "Where to put ...
{ "pile_set_name": "Github" }
#----------------------------------------------------------------------------- # Copyright (c) 2005-2020, PyInstaller Development Team. # # Distributed under the terms of the GNU General Public License (version 2 # or later) with exception for distributing the bootloader. # # The full license is in the file COPYING.txt...
{ "pile_set_name": "Github" }
# # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL)". You may # only use this file in accordance with the terms of the CDDL. # # A full copy of the text of the CDDL should have accompanied this # source. A copy of the CDDL is also available via the ...
{ "pile_set_name": "Github" }
// Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // ...
{ "pile_set_name": "Github" }
/* * shaders.c * Copyright (C) 2017 Kovid Goyal <kovid at kovidgoyal.net> * * Distributed under terms of the GPL3 license. */ #include "fonts.h" #include "gl.h" #include <stddef.h> enum { CELL_PROGRAM, CELL_BG_PROGRAM, CELL_SPECIAL_PROGRAM, CELL_FG_PROGRAM, BORDERS_PROGRAM, GRAPHICS_PROGRAM, GRAPHICS_PREMULT_PRO...
{ "pile_set_name": "Github" }
/** * Polish translation for bootstrap-datepicker * Robert <rtpm@gazeta.pl> */ ;(function($){ $.fn.datepicker.dates['pl'] = { days: ["Niedziela", "Poniedziałek", "Wtorek", "Środa", "Czwartek", "Piątek", "Sobota", "Niedziela"], daysShort: ["Nie", "Pn", "Wt", "Śr", "Czw", "Pt", ...
{ "pile_set_name": "Github" }
$ $! $" $# $$ $% $& $' $( $) $* $+ $, $- $. $/ $: $; $< $= $> $? $@ $[ $\ $] $^ $_ $` ${ $| $} $~
{ "pile_set_name": "Github" }
approvers: - juanvallejo - soltysh reviewers: - seans3 - deads2k - soltysh - juanvallejo labels: - sig/cli
{ "pile_set_name": "Github" }
<testcase> <info> <keywords> SMTP SIZE </keywords> </info> # # Server-side <reply> <servercmd> CAPA SIZE </servercmd> </reply> # # Client-side <client> <server> smtp </server> <name> SMTP with SIZE support </name> <file name="log/test912.eml"> From: different To: another body </file> <command> smtp://%HOSTIP:...
{ "pile_set_name": "Github" }
import acl from '@/utils/acl' import bytes from '@/utils/bytes' import filters from '@/utils/filters' import i18n from '@/utils/locale' import store from '@/store' import { format } from 'date-fns' const locales = { en: require('date-fns/locale/en'), fr: require('date-fns/locale/fr') } export const pfFormatters =...
{ "pile_set_name": "Github" }
INX / CPX #$19 / BRANCH somewhere Looks like a fragment of a loop that waits until X reaches $19 before terminating. Nothing creative or copyrightable here.
{ "pile_set_name": "Github" }
/** * The MIT License (MIT) * * Copyright (C) 2014-2015 Bacon2D Project * * 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 ...
{ "pile_set_name": "Github" }
// LUA mode. Ported to CodeMirror 2 from Franciszek Wawrzak's // CodeMirror 1 mode. // highlights keywords, strings, comments (no leveling supported! ("[==[")), tokens, basic indenting CodeMirror.defineMode("lua", function(config, parserConfig) { var indentUnit = config.indentUnit; function prefixRE(words) { ...
{ "pile_set_name": "Github" }
OPEN GAME LICENSE Version 1.0a The following text is the property of Wizards of the Coast, Inc. and is Copyright 2000 Wizards of the Coast, Inc ("Wizards"). All Rights Reserved. 1. Definitions: (a)"Contributors" means the copyright and/or trademark owners who have contributed Open Game Content; (b)"Derivative Materia...
{ "pile_set_name": "Github" }
#! /usr/bin/python # -*- coding: utf-8 -*- # # Protocol Buffers - Google's data interchange format # Copyright 2008 Google Inc. All rights reserved. # https://developers.google.com/protocol-buffers/ # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the f...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 /* * linux/fs/hfsplus/brec.c * * Copyright (C) 2001 * Brad Boyer (flar@allandria.com) * (C) 2003 Ardis Technologies <roman@ardistech.com> * * Handle individual btree records */ #include "hfsplus_fs.h" #include "hfsplus_raw.h" static struct hfs_bnode *hfs_bnode_split(struct...
{ "pile_set_name": "Github" }
module Main where import Control.Concurrent import Foreign.C import GHC.Clock import GHC.Event import System.CPUTime import System.Posix.Types foreign import ccall unsafe "socket" c_socket :: CInt -> CInt -> CInt -> IO CInt makeTestSocketFd :: IO Fd makeTestSocketFd = do sockNum <- c_socke...
{ "pile_set_name": "Github" }
squares = [] for value in range(1,11): square = value**2 squares.append(square) print(squares)
{ "pile_set_name": "Github" }
# AUTOGENERATED FILE FROM balenalib/imx8mm-var-dart-fedora:26-run # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 RUN dnf install -y \ python3-pip \ python3-dbus \ && dnf clean all # install "virtualen...
{ "pile_set_name": "Github" }
<?xml version="1.0" standalone='no'?><!--*-nxml-*--> <!DOCTYPE service-group SYSTEM "avahi-service.dtd"> <service-group> <name replace-wildcards="yes">%h HTTP</name> <service> <type>_http._tcp</type> <port>80</port> </service> </service-group>
{ "pile_set_name": "Github" }
/* * linux/drivers/serial/21285.c * * Driver for the serial port on the 21285 StrongArm-110 core logic chip. * * Based on drivers/char/serial.c * * $Id: 21285.c,v 1.37 2002/07/28 10:03:27 rmk Exp $ */ #include <linux/module.h> #include <linux/tty.h> #include <linux/ioport.h> #include <linux/init.h> #include <l...
{ "pile_set_name": "Github" }
--TEST-- SOAP typemap 9: SoapServer support for typemap's from_xml() (SoapFault) --SKIPIF-- <?php require_once('skipif.inc'); ?> --INI-- soap.wsdl_cache_enabled=0 --FILE-- <?php $GLOBALS['HTTP_RAW_POST_DATA']=" <env:Envelope xmlns:env=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XM...
{ "pile_set_name": "Github" }
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; names...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, ...
{ "pile_set_name": "Github" }
package com.szysky.customize.siv.range; import android.content.Context; import android.graphics.Point; import com.szysky.customize.siv.util.UIUtils; import java.util.ArrayList; /** * Author : suzeyu * Time : 2016-12-01 下午11:14 * Blog : http://szysky.com * GitHub : https://github.com/suzeyu1992 * Class...
{ "pile_set_name": "Github" }
// Copyright Peter Dimov 2001 // Copyright Aleksey Gurtovoy 2001-2004 // // 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) // // Preprocessed version of "boost/mpl/bind.hpp" header // -- DO NOT modify by hand! ...
{ "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" }
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-example40-jquery</title> <script src="../../components/jquery-2.1.1/jquery.js"></script> <script src="../../../angular.js"></script> <script src="script.js"></script> </head> <body ng-app="xmpl"> <div ng-contr...
{ "pile_set_name": "Github" }
import { chakra, forwardRef, PropsOf, omitThemingProps, StylesProvider, SystemProps, ThemingProps, useMultiStyleConfig, useStyles, } from "@chakra-ui/system" import { cx, getValidChildren, __DEV__ } from "@chakra-ui/utils" import * as React from "react" export interface BreadcrumbSeparatorProps exten...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <CONFIG> <ProjectOptions> <Version Value="9"/> <General> <Flags> <MainUnitHasCreateFormStatements Value="False"/> <MainUnitHasTitleStatement Value="False"/> </Flags> <SessionStorage Value="InProjectDir"/> <MainUnit Value="0"/> <UseAppBundle V...
{ "pile_set_name": "Github" }
package main import ( "database/sql" "fmt" "github.com/mattn/go-sqlite3" "log" ) func main() { sql.Register("sqlite3_with_extensions", &sqlite3.SQLiteDriver{ Extensions: []string{ "sqlite3_mod_regexp", }, }) db, err := sql.Open("sqlite3_with_extensions", ":memory:") if err != nil { log.Fatal(e...
{ "pile_set_name": "Github" }
/*************************************************************************** can_setup.c - description ------------------- begin : 24.12.2011 copyright : Copyright (c) 2011, Robert Bosch Engineering and Business Solutions. All r...
{ "pile_set_name": "Github" }
/* Soot - a J*va Optimization Framework * Copyright (C) 1999 Patrick Lam, Patrick Pominville and Raja Vallee-Rai * * 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 2...
{ "pile_set_name": "Github" }
<!-- XML Document Type Definition for GNUstep Documentation Markup Language (gsdoc). Written by Richard Frith-Macdonald Based on GDML by 1997 Yoo C. Chung This 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 So...
{ "pile_set_name": "Github" }
{pkgs, config, ...}: with pkgs.lib; let ids = config.ids; users = config.users; userOpts = { name, config, ... }: { options = { name = mkOption { type = with types; uniq string; description = "The name of the user account. If undefined, the name of the attribute set will be used.";...
{ "pile_set_name": "Github" }
/* The MIT License (MIT) Copyright (c) 2018 Helix Toolkit contributors */ using SharpDX.Direct2D1; using System; #if !NETFX_CORE namespace HelixToolkit.Wpf.SharpDX #else #if CORE namespace HelixToolkit.SharpDX.Core #else namespace HelixToolkit.UWP #endif #endif { namespace Model.Scene2D { using Core2...
{ "pile_set_name": "Github" }
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
{ "pile_set_name": "Github" }
'use strict'; var clear = require('es5-ext/array/#/clear') , eIndexOf = require('es5-ext/array/#/e-index-of') , setPrototypeOf = require('es5-ext/object/set-prototype-of') , callable = require('es5-ext/object/valid-callable') , d = require('d') , ee = require('ev...
{ "pile_set_name": "Github" }
import os import vaping.plugins.fping_mtr from vaping import plugin expect_verbose = { "10.130.133.1 : 273.89 298.10 322.58": { "host": "10.130.133.1", "min": 273.89, "max": 322.58, "avg": 298.19, "cnt": 3, "loss": 0.0, # "last" : 302.58, }, ...
{ "pile_set_name": "Github" }
/** * This file is copyright 2017 State of the Netherlands (Ministry of Interior Affairs and Kingdom Relations). * It is made available under the terms of the GNU Affero General Public License, version 3 as published by the Free Software Foundation. * The project of which this file is part, may be found at https://g...
{ "pile_set_name": "Github" }
{ "Version":"2012-10-17", "Statement":[ { "Effect":"Allow", "Action":[ "s3:GetBucketLocation", "s3:GetObject", "s3:ListBucket" ], "Resource":[ "arn:aws:s3:::YOUR_BUCKET_GOES_HERE", "arn:aws:s3:::YOUR_BUCKET_GOES_...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: b994edfef39184843958eb2298681372 timeCreated: 1490183878 licenseType: Pro MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
/* Copyright 2008, Google Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of conditions ...
{ "pile_set_name": "Github" }
form=五律 tags= 万事皆可了, 有诗门最深。 古人难得志, 吾子苦留心。 野叠凉云朵, 苔重怪木阴。 他年立名字, 笑我老双林。
{ "pile_set_name": "Github" }
tell application "iTerm" create window with default profile tell current session of current window delay 2 write text "rm alien-minimal-1.4.1" delay 2 write text "asciinema rec alien-minimal-1.4.1" delay 5 write text "AM_VERSIONS_PROMPT=(RUBY RUBY_S PYTHON JAVA GO NODE PHP ELIXIR)" delay 2 write text ...
{ "pile_set_name": "Github" }
/* Copyright (C) 2014, The University of Texas at Austin This file is part of libflame and is available under the 3-Clause BSD license, which can be found in the LICENSE file at the top-level directory, or at http://opensource.org/licenses/BSD-3-Clause */ #include "FLAME.h" #ifdef FLA_ENABLE_NON_CR...
{ "pile_set_name": "Github" }
using ETLBox.Connection; using ETLBox.Exceptions; using ETLBox.Helper; using System; using System.Collections.Generic; using System.Linq; namespace ETLBox.ControlFlow.Tasks { /// <summary> /// Calculates a hash value of the database. It will use only the schemas given in the property SchemaName for the calcul...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="zh-cn"> <head> <meta charset="UTF-8"> <meta content="IE=edge" http-equiv="X-UA-Compatible"> <meta content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width" name="viewport"> <meta name="theme-color" content="#4285f4"> <title>{$config["appName"]}</title> <!...
{ "pile_set_name": "Github" }
<!-- Creator : groff version 1.21 --> <!-- CreationDate: Sun Jul 29 12:12:01 2012 --> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta name="generator" content="groff -Thtml, see www.gnu.org"> <meta http-equiv="Content-Type" content="text/htm...
{ "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 * distri...
{ "pile_set_name": "Github" }
cd C:\adt32\eclipse\workspace\AppTFPNoGUIGraphicsBridgeDemo7\bin C:\adt32\sdk\platform-tools\adb logcat cd .. pause
{ "pile_set_name": "Github" }
<template> <div class="app-container"> <div class="filter-wrap mb-3"> <div> <el-button v-permission="'/auth/user/add'" type="primary" size="small" icon="el-icon-edit" @click="handleCreate"> 新增 </el-button> </div> <div style="display: flex"> <el-input v-model.tri...
{ "pile_set_name": "Github" }
//===- llvm/unittest/Support/formatted_raw_ostream_test.cpp ---------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 1a9f924094540...
{ "pile_set_name": "Github" }
<?php /** * Basic CakePHP functionality. * * Handles loading of core files needed on every request * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license in...
{ "pile_set_name": "Github" }
package com.wythe.mall.activity; import android.os.Bundle; import android.view.View; import android.widget.TextView; import com.wythe.mall.R; import com.wythe.mall.utils.GotoActivity; import com.wythe.mall.view.MyEditText; /** * Created by wythe on 2016/7/10. */ public class FindPasswordMessageCodeActivity extends...
{ "pile_set_name": "Github" }
<?php /** * @package Joomla.Site * @subpackage com_content * * @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; JHtml::addIncludePath(JPATH_COMPONENT . ...
{ "pile_set_name": "Github" }
{ "type": "excalidraw", "version": 2, "source": "https://excalidraw.com", "elements": [ { "type": "text", "version": 137, "versionNonce": 1707748325, "isDeleted": false, "id": "o9-ugmQsi6z6M0k9Q4ijw", "fillStyle": "hachure", "strokeWidth": 1, "strokeStyle": "s...
{ "pile_set_name": "Github" }
--- method: GET headers: Authorization: AWS4-HMAC-SHA256 Credential=access/20091028/us-east-1/greengrass/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=? Host: greengrass.us-east-1.amazonaws.com Content-Type: application/x-www-form-urlenc...
{ "pile_set_name": "Github" }
import React, { Component } from 'react' import { Button, Confirm } from 'semantic-ui-react' class ConfirmExampleHeader extends Component { state = { open: false } show = () => this.setState({ open: true }) handleConfirm = () => this.setState({ open: false }) handleCancel = () => this.setState({ open: false }...
{ "pile_set_name": "Github" }
package vandy.mooc.common; /** * The base interface that an operations ("Ops") class can implement * so that it can be notified automatically by the GenericAsyncTask * framework during the AsyncTask processing. */ public interface GenericAsyncTaskOps<Params, Progress, Result> { /** * Called in the UI thre...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #ifndef MS_APP_CENTER_ERRORS_H #define MS_APP_CENTER_ERRORS_H #import <Foundation/Foundation.h> #define MS_APP_CENTER_BASE_DOMAIN @"com.Microsoft.AppCenter." NS_ASSUME_NONNULL_BEGIN #pragma mark - Domain static NSStrin...
{ "pile_set_name": "Github" }
package com.epam.ngb.cli.manager.command.handler.simple; import static com.epam.ngb.cli.manager.command.CommandManager.SERVER_VERSION_PROPERTY; import java.util.List; import java.util.Properties; import com.epam.ngb.cli.app.ApplicationOptions; import com.epam.ngb.cli.app.ConfigurationLoader; import com.epam.ngb.cli....
{ "pile_set_name": "Github" }
/*--------------------------------------------------------*\ | | | hprose | | | | Official WebSite: https://hprose.com | | ...
{ "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 (version 1.7.0_10-ea) on Mon Apr 22 19:45:41 PDT 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Interfac...
{ "pile_set_name": "Github" }
script( src=theme.google_adsense.js_src data-ad-client=theme.google_adsense.client async="" )&attributes(dataPjax)
{ "pile_set_name": "Github" }
// This file is part of DSpellCheck Plug-in for Notepad++ // Copyright (C)2019 Sergey Semushin <Predelnik@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 the Free Software Foundation; either version 2 // of the...
{ "pile_set_name": "Github" }
# # Copyright (c) 2018 Gregory L. Dietsche <Gregory.Dietsche@cuw.edu> # This is free software, licensed under the MIT License # # # IMPORTANT: if this file is not working, make sure that dnsmasq is able to READ it! # #204.79.197.220 strict.bing.com #::FFFF:CC4F:C5DC strict.bing.com 204.79.197.220 bing.com www.bing.c...
{ "pile_set_name": "Github" }
// Copyright ©2013 The Gonum 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 mat import ( "math" "gonum.org/v1/gonum/blas" "gonum.org/v1/gonum/blas/blas64" "gonum.org/v1/gonum/floats" "gonum.org/v1/gonum/lapack" "gonu...
{ "pile_set_name": "Github" }
#include "preamble-with-implicit-import-A.h" // Typo is defined in B, which is not imported. void useTypeFromB(Typo *);
{ "pile_set_name": "Github" }
package org.aisen.android.network.task; import android.content.res.Resources; import android.text.TextUtils; import org.aisen.android.R; import org.aisen.android.common.context.GlobalContext; /** * 应用的异常申明<br/> * 1、包含四种基本环境类型错误申明<br/> * 2、业务类型异常,如果没有设置msg字段,请初始化Declare获取msg信息 * */ public class TaskException ext...
{ "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" }
--- layout: global title: Spark Streaming + Flume Integration Guide --- [Apache Flume](https://flume.apache.org/) is a distributed, reliable, and available service for efficiently collecting, aggregating, and moving large amounts of log data. Here we explain how to configure Flume and Spark Streaming to receive data f...
{ "pile_set_name": "Github" }
################################################################################ # # exempi # ################################################################################ EXEMPI_VERSION = 2.4.5 EXEMPI_SOURCE = exempi-$(EXEMPI_VERSION).tar.bz2 EXEMPI_SITE = https://libopenraw.freedesktop.org/download EXEMPI_INSTALL...
{ "pile_set_name": "Github" }
// mksyscall.pl -l32 -openbsd -tags openbsd,386 syscall_bsd.go syscall_openbsd.go syscall_openbsd_386.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build openbsd,386 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO...
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('difference', require('../difference')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
/****************************************************************************** * Spine Runtimes License Agreement * Last updated January 1, 2020. Replaces all prior versions. * * Copyright (c) 2013-2020, Esoteric Software LLC * * Integration of the Spine Runtimes into software or otherwise creating * derivative...
{ "pile_set_name": "Github" }
<?php namespace Guzzle\Http\Exception; use Guzzle\Common\Exception\GuzzleException; /** * Http exception interface */ interface HttpException extends GuzzleException {}
{ "pile_set_name": "Github" }
defmodule Example.Application do # See https://hexdocs.pm/elixir/Application.html # for more information on OTP Applications @moduledoc false use Application def start(_type, _args) do # List all child processes to be supervised children = [ # Start the Ecto repository Example.Repo, ...
{ "pile_set_name": "Github" }
var Uint8Array = require('../').Uint8Array; var ua = new Uint8Array(5); ua[1] = 256 + 55; console.log(ua[1]);
{ "pile_set_name": "Github" }
//----------------------------------------------------------------------------- // Copyright (c) 2012 GarageGames, LLC // // 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 restrictio...
{ "pile_set_name": "Github" }
# RNN原理 # 循环神经网络(RNN)原理通俗解释 ## 1.RNN怎么来的? 循环神经网络的应用场景比较多,比如暂时能写论文,写程序,写诗,但是,(总是会有但是的),但是他们现在还不能正常使用,学习出来的东西没有逻辑,所以要想真正让它更有用,路还很远。 这是一般的神经网络应该有的结构:   ![这里写图片描述](http://data.apachecn.org/img/AiLearning/dl/RNN原理/20171119130251741.jpg) 既然我们已经有了人工神经网络和卷积神经网络,为什么还要循环神经网络?  原因很简单,无论是卷积神经网络,还是人工神经网络,他们的前提假设都是: 元素之间是相互独立的,...
{ "pile_set_name": "Github" }
program testpost; (* Program to test HTTP POST variables *) {$INCLUDE curltest.inc} uses curlobj; var MyCurl:tCurl; Name, Color, Food:string; begin Write('Enter your nickname: '); ReadLn(Name); Write('Your favorite color: '); ReadLn(Color); Write('Your favorite food: '); ReadLn(Food); MyCurl:=tC...
{ "pile_set_name": "Github" }
// Copyright 2018 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. package impl import ( "bytes" "compress/gzip" "io/ioutil" "sync" "google.golang.org/protobuf/internal/filedesc" "google.golang.org/protobuf/reflect/prot...
{ "pile_set_name": "Github" }
// Download the Node helper library from twilio.com/docs/node/install // These consts are your accountSid and authToken from https://www.twilio.com/console const accountSid = 'ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'; const authToken = 'your_auth_token'; const client = require('twilio')(accountSid, authToken); client .co...
{ "pile_set_name": "Github" }
Manifest-Version: 1.0
{ "pile_set_name": "Github" }
// Copyright 2013 The Gorilla WebSocket 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 websocket import ( "bytes" "context" "crypto/tls" "errors" "io" "io/ioutil" "net" "net/http" "net/http/httptrace" "net/url" "...
{ "pile_set_name": "Github" }
import Argo import Foundation extension URL: Argo.Decodable { public static func decode(_ json: JSON) -> Decoded<URL> { return String.decode(json).flatMap { .fromOptional(URL(string: $0)) } } }
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <string xmlns="http://tempuri.org/">{ "Info": [ { "IsSuccess": "True", "InAddress": "高雄市三民區十全一路105號1樓", "InSRS": "EPSG:4326", "InFuzzyType": "[單雙號機制]+[最近門牌號機制]", "InFuzzyBuffer": "0", "InIsOnlyFullMatch": "False", "InIsLock...
{ "pile_set_name": "Github" }
Our goal is to encourage frictionless contributions to the project. In order to achieve that, we use Unprotocols [C4 process](https://rfc.unprotocols.org/spec:1/C4). Please read it, it will answer a lot of questions. Our goal is to merge pull requests as quickly as possible and make new stable releases regularly. It i...
{ "pile_set_name": "Github" }
// // This file is auto-generated. Please don't modify it! // package org.opencv.features2d; import java.lang.String; import org.opencv.features2d.AKAZE; import org.opencv.features2d.Feature2D; // C++: class AKAZE //javadoc: AKAZE public class AKAZE extends Feature2D { protected AKAZE(long addr) { super(addr); ...
{ "pile_set_name": "Github" }
Mitmachen • Re: Raspberry Pi ============================ Date: 2014-01-02 23:28:26 Also ich muss wohl dieser Tage Asche (abgefackelter Feuerwerkskörper) auf mein Haupt streuen:\ \ Seit RaspberryPi nicht mehr per Wlan am Netz hängt, läuft es überraschend gut. RasPi2, der die Usb-Festplatte für YaCy nutzt, ist die Tag...
{ "pile_set_name": "Github" }
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="85.333336dp" android:height="85.333336dp" android:viewportWidth="85.333336" android:viewportHeight="85.333336"> <path android:pathData="M85.3333,42.6667C85.3333,66.2307 66.2307,85.3333 42.6667,85.3333 19.1027,85.33...
{ "pile_set_name": "Github" }
{ "accountLinkingWhitelistedDomains": null, "asin": "B01MDLG0YL", "averageRating": 2.7, "canDisable": true, "capabilities": null, "category": null, "description": "This skill relies on you having an account on www.starfishmint.com/mp3. This account links up with alexa app as part of enabling this skil. Yo...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html ng-app="demoapp"> <head> <script src="../bower_components/openlayers/ol.js"></script> <script src="../bower_components/angular/angular.min.js"></script> <script src="../bower_components/angular-sanitize/angular-sanitize.min.js"></script> <script src="../dist/angular-openlayers-di...
{ "pile_set_name": "Github" }
### MacDeploy ### For Snow Leopard (which uses [Python 2.6](http://www.python.org/download/releases/2.6/)), you will need the param_parser package: sudo easy_install argparse This script should not be run manually, instead, after building as usual: make deploy During the process, the disk image window will pop ...
{ "pile_set_name": "Github" }
diff -uri linux-2.6.32.14.orig/block/Kconfig linux-2.6.32.14.new.00/block/Kconfig --- linux-2.6.32.14.orig/block/Kconfig 2010-05-26 23:29:57.000000000 +0200 +++ linux-2.6.32.14.new.00/block/Kconfig 2010-06-11 17:05:53.000000000 +0200 @@ -77,6 +77,8 @@ T10/SCSI Data Integrity Field or the T13/ATA External Path Prote...
{ "pile_set_name": "Github" }
package de.metas.jax.rs.oneway; import java.util.HashMap; import java.util.Map; import javax.ws.rs.core.Response; import de.metas.jax.rs.TestPojo; /* * #%L * de.metas.jax.rs * %% * Copyright (C) 2016 metas GmbH * %% * This program is free software: you can redistribute it and/or modify * it under the terms o...
{ "pile_set_name": "Github" }
/* * Copyright 2011-2012 Amazon Technologies, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://aws.amazon.com/apache2.0 * * This file is distributed on an "AS IS" ...
{ "pile_set_name": "Github" }
import Vue from 'vue'; import layui from '@'; import App from './App.vue'; import router from './router'; import '@/assets/layui.css'; import '@/assets/layer.css'; import '@/assets/lay-date/laydate.css'; import '@/assets/vue-layui.css'; import 'highlight.js/styles/atom-one-dark.css'; import demoBlock from './componen...
{ "pile_set_name": "Github" }