text
stringlengths
2
99.9k
meta
dict
function [srcSents, tgtSents, numSents] = loadBiData(params, prefix, srcVocab, tgtVocab, varargin) chunkSize = -1; hasTgt = 1; % 1 -- has tgt file if length(varargin) >= 1 chunkSize = varargin{1}; end if length(varargin) >= 2 hasTgt = varargin{2}; end assert(params.isBi || hasTgt==1); % sr...
{ "pile_set_name": "Github" }
# coding: utf-8 # flake8: noqa # import models into model package from anchore_engine.services.policy_engine.api.models.distro_mapping import DistroMapping from anchore_engine.services.policy_engine.api.models.error_response import ErrorResponse from anchore_engine.services.policy_engine.api.models.event_status impor...
{ "pile_set_name": "Github" }
<?php /*--------------------------------------------------------------------------- * @Project: Alto CMS * @Project URI: http://altocms.com * @Description: Advanced Community Engine * @Copyright: Alto CMS Team * @License: GNU GPL v2 & MIT *--------------------------------------------------------------------------...
{ "pile_set_name": "Github" }
#region License // Copyright (c) 2018, FluentMigrator 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 ap...
{ "pile_set_name": "Github" }
//================================================================================================= // // MJP's DX11 Sample Framework // http://mynameismjp.wordpress.com/ // // All code licensed under the MIT license // //================================================================================================...
{ "pile_set_name": "Github" }
diff --git a/src_checkpoint_03/actions/creators.js b/src_checkpoint_03/actions/creators.js new file mode 100644 index 0000000..e26a167 --- /dev/null +++ b/src_checkpoint_03/actions/creators.js @@ -0,0 +1,30 @@ +import { + ADD_DECK, + ADD_CARD, + REVIEW_DECK, + STOP_REVIEW, + NEXT_REVIEW +} from "./types"; + +impor...
{ "pile_set_name": "Github" }
/** Defines a closure to be run prior to any examples in the test suite. You may define an unlimited number of these closures, but there is no guarantee as to the order in which they're run. If the test suite crashes before the first example is run, this closure will not be executed. - paramet...
{ "pile_set_name": "Github" }
Bad escapes: "\c \xq-"
{ "pile_set_name": "Github" }
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
{ "pile_set_name": "Github" }
LettersSq 0 LettersSqrt 0 RevCharLM 0 FugS 0 FugN 0 WordCount 0 InDict 0 InDictSubWord 0 Short 0 Long 0 OOV 0 OOVSubWord 0 ShortRange 0 HighFreq 0 MedFreq 0 Freq 0 Bad 0 FreqLen1 0 FreqLen2 0
{ "pile_set_name": "Github" }
/* * This file is part of CoCalc: Copyright © 2020 Sagemath, Inc. * License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details */ export { ProjectLog } from "./log";
{ "pile_set_name": "Github" }
namespace glm { // -- Constructors -- # if GLM_CONFIG_DEFAULTED_FUNCTIONS == GLM_DISABLE template<typename T, qualifier Q> GLM_FUNC_QUALIFIER GLM_CONSTEXPR mat<2, 3, T, Q>::mat() # if GLM_CONFIG_CTOR_INIT == GLM_CTOR_INITIALIZER_LIST : value{col_type(1, 0, 0), col_type(0, 1, 0)} # endif { # if GLM_CON...
{ "pile_set_name": "Github" }
package com.alipay.api.response; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.AlipayResponse; /** * ALIPAY API: alipay.trade.buyer.credit.confirm response. * * @author auto create * @since 1.0, 2020-07-10 19:39:50 */ public class AlipayTradeBuyerCreditConfirmResponse exten...
{ "pile_set_name": "Github" }
/* * BIF_4_1 Register documentation * * Copyright (C) 2014 Advanced Micro Devices, 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, including without limita...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- /** * Copyright (c) 2016, 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/lic...
{ "pile_set_name": "Github" }
From ccaa916eab33093704293bc911eedd85fbe5f160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=C3=A4ssler?= <me@pbb.lc> Date: Fri, 3 Apr 2020 21:15:27 +0200 Subject: [PATCH 02/10] qtbase-mac --- src/corelib/kernel/qcore_mac_p.h | 16 ++++++++++++++-- src/testlib/qappletestlogger.cpp | 2 +- src/testlib/qappletestl...
{ "pile_set_name": "Github" }
/********************************************************************************/ /* Projeto: Biblioteca ZeusNFe */ /* Biblioteca C# para emissão de Nota Fiscal Eletrônica - NFe e Nota Fiscal de */ /* Consumidor Eletrônica - NFC-e (http://www.nfe.fazenda.gov.br) ...
{ "pile_set_name": "Github" }
--- title: Entity references - Azure Data Explorer description: This article describes Entity references in Azure Data Explorer. services: data-explorer author: orspod ms.author: orspodek ms.reviewer: rkarlin ms.service: data-explorer ms.topic: reference ms.date: 02/13/2020 --- # Entity references Reference Kusto sche...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/background"> <com.markmao.pulltorefresh.widget.XListView android:id="@+id/list_view...
{ "pile_set_name": "Github" }
package linter import ( "errors" "fmt" "strconv" "strings" ) type fmtDirective struct { begin uint end uint // specifier is a verb-like character. // Examples: `d` `s` specifier byte explicitArgNum bool // An argNum of -1 is used when the directive does not refer to any argument. argNum int // flag...
{ "pile_set_name": "Github" }
// --------------------------------------------------------------------------- // Susy Settings // The total number of columns in the grid $total-columns : 12 !default; // The width of columns and gutters. // These must all be set with the comparable units. $column-width : 4em !def...
{ "pile_set_name": "Github" }
(**************************************************************************) (* *) (* OCaml *) (* *) (* ...
{ "pile_set_name": "Github" }
import os # If DISTUTILS_DEBUG is anything other than the empty string, we run in # debug mode. DEBUG = os.environ.get('DISTUTILS_DEBUG')
{ "pile_set_name": "Github" }
#!/usr/bin/env sh # Copyright 2017 The Nuclio 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 la...
{ "pile_set_name": "Github" }
#ifndef SASS_OUTPUT_H #define SASS_OUTPUT_H #include <string> #include <vector> #include "util.hpp" #include "inspect.hpp" #include "operation.hpp" namespace Sass { class Context; // Refactor to make it generic to find linefeed (look behind) inline bool ends_with(std::string const & value, std::string const &...
{ "pile_set_name": "Github" }
/* * JFFS2 -- Journalling Flash File System, Version 2. * * Copyright © 2001-2007 Red Hat, Inc. * Copyright © 2004-2010 David Woodhouse <dwmw2@infradead.org> * * Created by David Woodhouse <dwmw2@infradead.org> * * For licensing information, see the file 'LICENCE' in this directory. * */ #define pr_fmt(fmt) ...
{ "pile_set_name": "Github" }
# uncompyle6 version 2.9.10 # Python bytecode 2.7 (62211) # Decompiled from: Python 2.7.10 (default, Feb 6 2017, 23:53:20) # [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.34)] # Embedded file name: type_Params.py from types import * PARAMS_FLAG_NO_SIGNATURE = 1 PARAMS_FLAG_NO_VERSION = 2 class Params: def...
{ "pile_set_name": "Github" }
2.0.3 (RunasSudo) - Improve handling of invalid stream URLs. - Allow running on older versions of XBMC. - Add quality selector. - Fix bug where stream would disconnect after a few minutes. 2.0.2 (RunasSudo) - Improve code quality. - Fix bug with incorrect bitrates. - Add more descriptive error messages. - Add i18n. 2...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> <in.srain.cube.views.ptr.PtrClassicFrameLayout android:id="@+id/rotate_header_grid_view_frame" xmlns:cube_ptr="...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> <device id="retina6_1" orientation="p...
{ "pile_set_name": "Github" }
'use strict'; const CoreObject = require('core-object'); const chalk = require('chalk'); const npmVersion = require('../utils/npm-version'); const npmInstalledVersion = require('../utils/npm-installed-version'); const bowerVersion = require('../utils/bower-version'); const buildConfiguration = require('../utils/build-...
{ "pile_set_name": "Github" }
# k8s 中 Deployment 与 StatefulSet 有什么区别 ::: tip Issue 欢迎在 Issue 中交流与讨论: [Issue 356](https://github.com/shfshanyue/Daily-Question/issues/356) :::
{ "pile_set_name": "Github" }
/* * * Copyright 2018 gRPC authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
{ "pile_set_name": "Github" }
[[jvm-options]] === Setting JVM options You should rarely need to change Java Virtual Machine (JVM) options. If you do, the most likely change is setting the <<heap-size,heap size>>. The remainder of this document explains in detail how to set JVM options. The preferred method of setting JVM options (including system...
{ "pile_set_name": "Github" }
1 14 17 61 64 71 74 81 84 150 164 234 237 274 384 387 391 417 464 568 571 574 608 611 631 635 641 648 651 655 658 661 668 671 738 742 778 782 785 788 812 815 818 822 845 878 909 915 922 925 999 1002 1005 1012 1015 1019 1022 1025 1029
{ "pile_set_name": "Github" }
sha256:70b1a1a5344d08e7d8bf76af3e132fe2e624e63a3cdea9ba91612e4c10b52035
{ "pile_set_name": "Github" }
/* * Copyright 2008 Advanced Micro Devices, Inc. * Copyright 2008 Red Hat Inc. * Copyright 2009 Jerome Glisse. * * 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, in...
{ "pile_set_name": "Github" }
15 charge = 0 C 2.685613 -1.336717 -0.800904 C 2.032191 -0.118241 -0.212591 O 0.834955 -0.013561 -0.037813 N 2.860399 0.906658 0.134119 N 4.232101 0.863940 -0.048143 C 4.861068 2.121368 -0.409595 C 5.023116 1.555846 0.952756 H 1.906648 -2.064694 -1.014612 H 3.416259 -1.757878 -0.108357 H 3.224705 -1.082982 -1...
{ "pile_set_name": "Github" }
/** @file Decoration.h ** Visual elements added over text. **/ // Copyright 1998-2007 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #ifndef DECORATION_H #define DECORATION_H #ifdef SCI_NAMESPACE namespace Scintilla { #endif clas...
{ "pile_set_name": "Github" }
#! /usr/bin/env python def record_sink(sink_path): """Record an audio file using pysoundcard.""" from aubio import sink from pysoundcard import Stream hop_size = 256 duration = 5 # in seconds s = Stream(blocksize = hop_size, channels = 1) g = sink(sink_path, samplerate = int(s.samplerate)...
{ "pile_set_name": "Github" }
/** * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * * Copyright (C) 2005-2020 MaNGOS <https://getmangos.eu> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Publ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2018 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" }
#include "m_pd.h" //#include "m_imp.h" #include "s_stuff.h" #include <sys/types.h> #include <string.h> #ifdef MSW #include <winsock.h> #else #include <sys/socket.h> #include <netinet/in.h> #include <netinet/tcp.h> #include <netdb.h> #include <stdio.h> #include <stdlib.h> #define SOCKET_ERROR -1 #endif #define DISIS_I...
{ "pile_set_name": "Github" }
//===- unittests/Lex/PPConditionalDirectiveRecordTest.cpp-PP directive tests =// // // 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" }
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_ld.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Low Density Devices vector table for EWARM ;...
{ "pile_set_name": "Github" }
//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===--------------------------...
{ "pile_set_name": "Github" }
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2016 Bin Meng <bmeng.cn@gmail.com> */ #ifndef _QUARK_IOMAP_H_ #define _QUARK_IOMAP_H_ /* Memory Mapped IO bases */ /* ESRAM */ #define ESRAM_BASE_ADDRESS CONFIG_ESRAM_BASE #define ESRAM_BASE_SIZE ESRAM_SIZE /* PCI Configuration Space */ #define MCFG_BA...
{ "pile_set_name": "Github" }
{ "_args": [ [ "normalize-package-data@2.4.0", "F:\\Nodejs\\NodeWorkSpace\\PCApp\\electron-serialport\\app" ] ], "_development": true, "_from": "normalize-package-data@2.4.0", "_id": "normalize-package-data@2.4.0", "_inBundle": false, "_integrity": "sha512-9jjUFbTPfEy3R/ad/2oNbKtW9Hgov...
{ "pile_set_name": "Github" }
--- Name: foo Contexts: - ContextType: Namespace ContextName: a - ContextType: Namespace ContextName: b FilePath: foo.h Type: Class Seen: 1 Used: 0 --- Name: foo_bar Contexts: - ContextType: Namespace ContextName: a ...
{ "pile_set_name": "Github" }
namespace NuGetGallery.Migrations { using System; using System.Data.Entity.Migrations; public partial class FixSymbolCreatedColumnEFIssue : DbMigration { public override void Up() { AlterColumn("dbo.SymbolPackages", "Created", c => c.DateTime(nullable: false)); }...
{ "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" }
/* For general Scribus (>=1.3.2) copyright and licensing information please refer to the COPYING file provided with the program. Following this notice may exist a copyright and/or license notice that predates the release of Scribus 1.3.2 for which a new license (GPL+exception) is in place. */ /*************************...
{ "pile_set_name": "Github" }
{ "bugs": "https://github.com/alrra/browser-logos/issues", "description": "Microsoft Edge Beta browser logo", "homepage": "https://github.com/alrra/browser-logos", "keywords": [ "browser-logos", "logo", "microsoft-edge-beta", "microsoft-edge-beta-logo" ], "name": "@browser-logos/edge-beta", ...
{ "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. namespace Microsoft.AspNetCore.Mvc.ModelBinding.Validation { /// <summary> /// Used to associate validators with <see cref="ValidatorMetadata"/...
{ "pile_set_name": "Github" }
package images // ImageStatus image statuses // http://docs.openstack.org/developer/glance/statuses.html type ImageStatus string const ( // ImageStatusQueued is a status for an image which identifier has // been reserved for an image in the image registry. ImageStatusQueued ImageStatus = "queued" // ImageStatusS...
{ "pile_set_name": "Github" }
if(!process.bridge) { process.initbridge(); var EventEmitter = require('events').EventEmitter, gir = process.bridge.gir; /******************************************************************************/ /* BEGIN HELPERS */ /** * Adopted from jquery's extend method. Under the terms of MIT License. * ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <layout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:binding="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" tools:context=".ui.activity.MainActivity"> ...
{ "pile_set_name": "Github" }
************ Introduction ************ Composing middleware in NodeJS is a risky business. They mutate the HTTP request and response objects freely, and are often dependent on each others' side-effects. There are no guarantees that you have stacked the middleware functions in a sensible order, and it is often the case...
{ "pile_set_name": "Github" }
import Vue from 'vue' import { createComponent } from 'core/vdom/create-component' import { setCurrentRenderingInstance } from 'core/instance/render' describe('create-component', () => { let vm beforeEach(done => { vm = new Vue({ template: '<p>{{msg}}</p>', data () { return { msg: 'hello, m...
{ "pile_set_name": "Github" }
<component name="libraryTable"> <library name="Maven: com.fasterxml.jackson.core:jackson-databind:2.8.7"> <CLASSES> <root url="jar://$USER_HOME$/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.7/jackson-databind-2.8.7.jar!/" /> </CLASSES> <JAVADOC> <root url="jar://$USER_H...
{ "pile_set_name": "Github" }
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>mybatis-generator</groupId> <artifactId>mybatis-generator</art...
{ "pile_set_name": "Github" }
// Класс штампа графика функции uses GraphABC; type FuncType = function (r: real): real; FuncStamp = class xs0,ys0,ws,hs: integer; xf0,yf0,wf,hf: real; f: FuncType; constructor (xs0p,ys0p,xs1p,ys1p: integer; xf0p,yf0p,xf1p,yf1p: real; ff: FuncType); begin SetScreenWindow(xs0p,ys0p,xs1p,y...
{ "pile_set_name": "Github" }
/** @file Copyright (c) 2018 - 2019, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <PiPei.h> #include <Library/PcdLib.h> #include <Library/DebugLib.h> #include <Library/BaseLib.h> #include <Library/SocInitLib.h> #include <IndustryStandard/Acpi.h...
{ "pile_set_name": "Github" }
'use strict'; const path = require('path'); module.exports = { entry: path.resolve(__dirname, 'src/index.js'), output: { path: path.resolve(__dirname, 'assets'), filename: 'bundle.js' }, module: { rules: [ { test: /\.js$/, exclude: /n...
{ "pile_set_name": "Github" }
// portability.cpp -------------------------------------------------------------------// // Copyright 2002-2005 Beman Dawes // Use, modification, and distribution is subject to the Boost Software // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy // at http://www.boost.org/LICENSE_1_0.t...
{ "pile_set_name": "Github" }
/** * @file */ #pragma once #include "command/ActionButton.h" #include "ModifierType.h" namespace voxedit { /** * @brief This action button executes the current selected Modifier action. * * @sa ModifierType * @sa Modifier */ class ModifierButton : public command::ActionButton { private: using Super = comma...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@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, You can ob...
{ "pile_set_name": "Github" }
//! moment.js locale configuration //! locale : esperanto (eo) //! author : Colin Dean : https://github.com/colindean //! komento: Mi estas malcerta se mi korekte traktis akuzativojn en tiu traduko. //! Se ne, bonvolu korekti kaj avizi min por ke mi povas lerni! (function (global, factory) { typeof exports...
{ "pile_set_name": "Github" }
Generic USB Device Properties Usually, we only use device tree for hard wired USB device. The reference binding doc is from: http://www.devicetree.org/open-firmware/bindings/usb/usb-1_0.ps Four types of device-tree nodes are defined: "host-controller nodes" representing USB host controllers, "device nodes" representi...
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 # # Copyright (c) 2014-present, Facebook, Inc. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. # def plugin_start(cli): # Place holder for future commands # cli.add_command(PluginCli().xyz) pass class P...
{ "pile_set_name": "Github" }
project Test is -- Deliberately empty end Test;
{ "pile_set_name": "Github" }
<?xml version="1.0" standalone="no" ?> <!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd"> <pov> <cbid>EAGLE_00004</cbid> <replay> <write> <data>aPenFullOfSheep:)\n</data> <data>mov r3,1181705520\npush r3\n</data> <data>mov r0,-2080853648\npush r0\n</data> <data>push 1554731701\n</data> ...
{ "pile_set_name": "Github" }
var getNative = require('./_getNative'), root = require('./_root'); /* Built-in method references that are verified to be native. */ var DataView = getNative(root, 'DataView'); module.exports = DataView;
{ "pile_set_name": "Github" }
params={ 'enc_type': 'lstm', 'dec_type': 'lstm', 'nz': 32, 'ni': 512, 'enc_nh': 1024, 'dec_nh': 1024, 'dec_dropout_in': 0.5, 'dec_dropout_out': 0.5, 'batch_size': 32, 'epochs': 100, 'test_nepoch': 5, 'train_data': 'datasets/yahoo_data/yahoo.train.txt', 'val_data': 'd...
{ "pile_set_name": "Github" }
#ifndef BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_VACPP_PPC_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_VACPP_PPC_HPP_INCLUDED // // detail/sp_counted_base_vacpp_ppc.hpp - xlC(vacpp) on POWER // based on: detail/sp_counted_base_w32.hpp // // Copyright (c) 2001, 2002, 2003 Peter Dimov and Multi Media L...
{ "pile_set_name": "Github" }
name : "item_net" layer_params { name : "layer0" type : "input_layer" top : "ncomm" top : "comm" top : "att_comm" } layer_params { name : "slice1" type : "slice_layer" top : "global_6fea" bottom : "att_comm" slice_param { concat_dim : 1 slices{ offset : 0 shape : 150 shape...
{ "pile_set_name": "Github" }
// // AVOSCloudIM.h // AVOSCloudIM // // Created by Qihe Bian on 12/4/14. // Copyright (c) 2014 LeanCloud Inc. All rights reserved. // // constant #import "AVIMCommon.h" // client #import "AVIMClientProtocol.h" #import "AVIMClient.h" #import "AVIMClientInternalConversationManager.h" // conversation #import "AVIMCo...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platf...
{ "pile_set_name": "Github" }
@extends('frontend.layouts.app') @section('title', __('Register')) @section('content') <div class="container py-4"> <div class="row justify-content-center"> <div class="col-md-8"> <x-frontend.card> <x-slot name="header"> @lang('Regist...
{ "pile_set_name": "Github" }
; RUN: llc -mtriple=x86_64-apple-darwin %s -o - -filetype=obj | \ ; RUN: llvm-dwarfdump -v --debug-info - | FileCheck %s ; ; Test emitting debug info for fragmented global values. ; This is a handcrafted example of an SROAed global variable. target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128" target triple ...
{ "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 ...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright 2012-2019 Amazon.com, Inc. or its affiliates. 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. A copy of the License...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <title>Store Class Reference</title> <link rel="stylesheet" type="text/css" href="../css/jazzy.css" /> <link rel="stylesheet" type="text/css" href="../css/highlight.css" /> <meta charset='utf-8'> <script src="../js/jquery.min.js" defer></script> <script ...
{ "pile_set_name": "Github" }
#[macro_use] extern crate afl; fn main() { afl::fuzz!(|data: &[u8]| { if let Some(face) = ttf_parser::Face::from_slice(data, 0) { for id in 0..face.number_of_glyphs() { let _ = face.outline_glyph(ttf_parser::GlyphId(id), &mut Builder(0)); } } }); } stru...
{ "pile_set_name": "Github" }
using System.Security.Cryptography; namespace AsterNET.Util { /// <summary> /// Encapsulates the functionality of message digest algorithms such as SHA-1 or MD5. /// </summary> public class MD5Support { private readonly HashAlgorithm _algorithm; private int _position; ...
{ "pile_set_name": "Github" }
<?php namespace Silber\Bouncer\Tests; use Silber\Bouncer\Database\Ability; use Silber\Bouncer\Console\CleanCommand; class CleanCommandTest extends BaseTestCase { use Concerns\TestsConsoleCommands; /** * @test */ function the_orphaned_flag() { $bouncer = $this->bouncer($user = User:...
{ "pile_set_name": "Github" }
/** * @jest-environment jsdom */ import { Form } from 'react-redux-form'; import { browserHistory } from 'react-router'; import React from 'react'; import { shallow } from 'enzyme'; import SearchBox from '../SearchBox'; describe('SearchBox', () => { let component; beforeEach(() => { component = shallow(<S...
{ "pile_set_name": "Github" }
// Copyright 2019 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 proto import ( "bytes" "math" "reflect" "google.golang.org/protobuf/encoding/protowire" pref "google.golang.org/protobuf/reflect/protoreflect" ) ...
{ "pile_set_name": "Github" }
# # Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. # This program is free software; you can redistribute it and/or modify it under the # terms of the GNU Lesser General Public License, version 2.1 as published by the Free Software # Foundation. # # You should have received a copy of the GNU Lesser Genera...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="ISO-8859-1"?> <!-- - - 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 Public ...
{ "pile_set_name": "Github" }
!function(win, doc, timeout) { var script = doc.getElementsByTagName("script")[0], list = {}, ids = {}, delay = {}, re = /in/, scripts = {}, s = 'string', f = false, push = 'push', domContentLoaded = 'DOMContentLoaded', readyState = 'readyState', addEventListener = 'addEventListener', onreadys...
{ "pile_set_name": "Github" }
/*%FSM<COMPILE "C:\Program Files (x86)\Bohemia Interactive\Tools\FSM Editor Personal Edition\scriptedFSM.cfg, DayZ Zombie Agent">*/ /*%FSM<HEAD>*/ /* item0[] = {"init",0,250,50.000000,-400.000000,150.000000,-350.000000,0.000000,"init"}; item1[] = {"End",1,250,175.000000,-250.000000,275.000000,-200.000000,0.000000,"End"...
{ "pile_set_name": "Github" }
Source Code Format ================== DrawKit's source code has been formatted using the `uncrustify`_ tool. Using this tool and a published configuration is designed to keep the code clean, consistent, and the project itself free of code style arguments. .. _uncrustify: http://uncrustify.sourceforge.net The easiest...
{ "pile_set_name": "Github" }
# Event 5966 - AppActivation_AppSpinupStep ###### Version: 0 ## Description None ## Data Dictionary |Standard Name|Field Name|Type|Description|Sample Value| |---|---|---|---|---| |TBD|AppId|UnicodeString|None|`None`| |TBD|ContractId|UnicodeString|None|`None`| |TBD|ErrorCode|UInt32|None|`None`| ## Tags * etw_level_In...
{ "pile_set_name": "Github" }
<?php /* * This file is part of php-cache organization. * * (c) 2015 Aaron Scherer <aequasi@gmail.com>, Tobias Nyholm <tobias.nyholm@gmail.com> * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. */ namespace Cache\Taggable\Tests; use Cache\Integrati...
{ "pile_set_name": "Github" }
require "administrate/view_generator" module Administrate module Generators module Views class IndexGenerator < Administrate::ViewGenerator source_root template_source_path def copy_template copy_resource_template("index") copy_resource_template("_collection") e...
{ "pile_set_name": "Github" }
/* Copyright 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, softw...
{ "pile_set_name": "Github" }
#ifdef BLOG_CURRENT_CHANNEL #undef BLOG_CURRENT_CHANNEL #endif #define BLOG_CURRENT_CHANNEL BLOG_CHANNEL_ncd_valuemetic
{ "pile_set_name": "Github" }
#ifndef BOOST_METAPARSE_FAIL_AT_FIRST_CHAR_EXPECTED_HPP #define BOOST_METAPARSE_FAIL_AT_FIRST_CHAR_EXPECTED_HPP // Copyright Abel Sinkovics (abel@sinkovics.hu) 2015. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost...
{ "pile_set_name": "Github" }