text
stringlengths
2
99.9k
meta
dict
'use strict'; /* ======== A Handy Little Nodeunit Reference ======== https://github.com/caolan/nodeunit Test methods: test.expect(numAssertions) test.done() Test assertions: test.ok(value, [message]) test.equal(actual, expected, [message]) test.notEqual(actual, expected, [message]) tes...
{ "pile_set_name": "Github" }
AM_CFLAGS = -I${top_srcdir}/src/unix \ -I${top_srcdir}/src/apps/dhcpc \ -I${top_srcdir}/src/apps/brcm-iscsi \ -I${top_srcdir}/../include \ -I${top_srcdir}/../usr noinst_LIBRARIES = lib_iscsi_uip.a lib_iscsi_uip_a_SOURCES = uip.c \ uip_arp.c \ psock.c \ timer.c \ uip-neighbor.c \ uip...
{ "pile_set_name": "Github" }
/* * AEMIF definitions * * (C) Copyright 2012-2014 * Texas Instruments Incorporated, <www.ti.com> * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _AEMIF_H_ #define _AEMIF_H_ #define AEMIF_NUM_CS 4 #define AEMIF_MODE_NOR 0 #define AEMIF_MODE_NAND 1 #define AEMIF_MOD...
{ "pile_set_name": "Github" }
package com.diogonunes.jcolor; class TextColorAttribute extends ColorAttribute { /** * {@inheritDoc} */ TextColorAttribute(int colorNumber) { super(colorNumber); } /** * {@inheritDoc} */ TextColorAttribute(int r, int g, int b) { super(r, g, b); } @Over...
{ "pile_set_name": "Github" }
--- layout: "default" title: "FloatingPointClassification" description: "Swift documentation for 'FloatingPointClassification': The IEEE 754 floating-point classes." keywords: "FloatingPointClassification,enum,swift,documentation" root: "/v3.0" --- <div class="intro-declaration"><code class="language-swift">enum Float...
{ "pile_set_name": "Github" }
//Copyright © 2014 Sony Computer Entertainment America LLC. See License.txt. #include <D3D11.h> #include "GameObject.h" #include "GameObjectComponent.h" #include <algorithm> namespace LvEdEngine { // ---------------------------------------------------------------------------------- GameObject::GameObject() ...
{ "pile_set_name": "Github" }
/** * Copyright 2019, OpenCensus 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" }
--- title: "px unit" description: "Support for points unit" category: css keywords: unit, px last_test_date: "2020-02-25" test_url: "/tests/css-units.html" test_results_url: "" stats: { apple-mail: { macos: { "13":"y" }, ios: { "13":"y" } }, gmail: { ...
{ "pile_set_name": "Github" }
{ // 请访问 https://go.microsoft.com/fwlink/?LinkId=759670 // 参阅有关 jsconfig.json 格式的文档 "compilerOptions": { "target": "es6", "module": "commonjs", "allowSyntheticDefaultImports": true }, "exclude": [ "node_modules", "bower_components", "jspm_packages", "tmp", "temp" ] }
{ "pile_set_name": "Github" }
# Provide some test for rapper; most are smoke because PySP is tested elsewhere # Author: David L. Woodruff (circa March 2017; Sept 2018; Feb 2020) import pyutilib.th as unittest import tempfile import sys import os import shutil import json import pyomo.environ as pyo import pyomo.pysp.util.rapper as rapper from pyom...
{ "pile_set_name": "Github" }
/* * drivers/net/bond/bond_options.c - bonding options * Copyright (c) 2013 Jiri Pirko <jiri@resnulli.us> * Copyright (c) 2013 Scott Feldman <sfeldma@cumulusnetworks.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" }
#ifndef BOOST_METAPARSE_FOLDR_REJECT_INCOMPLETE_HPP #define BOOST_METAPARSE_FOLDR_REJECT_INCOMPLETE_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.org/LICENSE_1...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0+ */ /* * ALSA Soc Audio Layer - S3C_I2SV2 I2S driver * * Copyright (c) 2007 Simtec Electronics * http://armlinux.simtec.co.uk/ * Ben Dooks <ben@simtec.co.uk> */ /* This code is the core support for the I2S block found in a number of * Samsung SoC devices which is unofficially...
{ "pile_set_name": "Github" }
/* <!-- copyright */ /* * aria2 - The high speed download utility * * Copyright (C) 2010 Tatsuhiro Tsujikawa * * 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 Lice...
{ "pile_set_name": "Github" }
// Copyright 2015 The go-ethereum Authors // This file is part of the go-ethereum library. // // The go-ethereum 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...
{ "pile_set_name": "Github" }
; PluginComDll.def : 定义模块参数。 LIBRARY EXPORTS DllCanUnloadNow PRIVATE DllGetClassObject PRIVATE DllRegisterServer PRIVATE DllUnregisterServer PRIVATE DllInstall PRIVATE
{ "pile_set_name": "Github" }
/* * Copyright 2013 Advanced Micro Devices, Inc. * All Rights Reserved. * * 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" }
#include <linux/init.h> #include <linux/module.h> #include <linux/kernel.h> static char *param1 = "PARAM1"; module_param(param1, charp, S_IRUGO); MODULE_PARM_DESC(param1, "First module parameter"); static char *param2 = "PARAM2"; module_param(param2, charp, S_IRUGO); MODULE_PARM_DESC(param2, "Second module parameter"...
{ "pile_set_name": "Github" }
import FauxCode from './FauxCode'; import gists from './gists.json'; const options = { theme: 'light', // 'light' or 'dark' mode fontSize: 5, // Line thickness and width leading: 10, // Space between lines lineCap: 'round', // Line ends 'square' or 'round' margin: 50, // Space between canvas edges and code b...
{ "pile_set_name": "Github" }
/* Simple DirectMedia Layer Copyright (C) 1997-2016 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" }
/* * Copyright (C) 2015 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_phydat * @{ * * @file * @brief String helper functions fo...
{ "pile_set_name": "Github" }
/* Simple POSIX threads program. * * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom * Copyright(C) 1999,2005 Pthreads-win32 contributors * * Contact Email: rpj@callisto.can...
{ "pile_set_name": "Github" }
// Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you m...
{ "pile_set_name": "Github" }
<Application x:Class="XFMediaPluginDemo.UWP.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="using:XFMediaPluginDemo.UWP" RequestedTheme="Light"> </Application>
{ "pile_set_name": "Github" }
package eventstreamapi import ( "fmt" "github.com/aws/aws-sdk-go/private/protocol" "github.com/aws/aws-sdk-go/private/protocol/eventstream" ) // Unmarshaler provides the interface for unmarshaling a EventStream // message into a SDK type. type Unmarshaler interface { UnmarshalEvent(protocol.PayloadUnmarshaler, e...
{ "pile_set_name": "Github" }
module Tomo class Configuration class PluginsRegistry::GemResolver PLUGIN_PREFIX = "tomo/plugin".freeze private_constant :PLUGIN_PREFIX def self.resolve(name) new(name).plugin_module end def initialize(name) @name = name end def plugin_module pl...
{ "pile_set_name": "Github" }
@TestOn('browser') import 'dart:async'; import 'package:test/test.dart'; import 'package:angular/angular.dart'; import 'package:angular_router/angular_router.dart'; import 'package:angular_router/testing.dart'; import 'package:angular_test/angular_test.dart'; import 'router_hook_test.template.dart' as ng; void main(...
{ "pile_set_name": "Github" }
defmodule Chucky do use Application require Logger def start(type, _args) do import Supervisor.Spec children = [ worker(Chucky.Server, []) ] case type do :normal -> Logger.info("Application is started on #{node}") {:takeover, old_node} -> Logger.info("#{node} is taking o...
{ "pile_set_name": "Github" }
// Basic sanity tests for list-directed input #include "testing.h" #include "../../runtime/descriptor.h" #include "../../runtime/io-api.h" #include "../../runtime/io-error.h" #include <algorithm> #include <cstring> using namespace Fortran::runtime; using namespace Fortran::runtime::io; int main() { StartTests(); ...
{ "pile_set_name": "Github" }
/*************************************************************************************************/ /*! * \file * * \brief HCI command module implementation file. * * Copyright (c) 2016-2018 Arm Ltd. All Rights Reserved. * * Copyright (c) 2019 Packetcraft, Inc. * * Licensed under the Apache License, Ve...
{ "pile_set_name": "Github" }
#!/bin/bash # Placeholder release script until I can figure out how to get Maven to do all this. -joe # To create a new release, update the version numbers below, then run ./package.sh. It will create the appropriate files in the release/ directory, # suitable for distribution. POM_VERSION=3.0.0-SNAPSHOT RELEASE_VERS...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Aspose.Cells.Examples.CSharp.DocumentProperties { class SpecifyLanguageOfExcelFileUsingBuiltInDocumentProperties { //Output directory static string outputDir = RunExamples.Get_OutputDirectory(); ...
{ "pile_set_name": "Github" }
package { public class FunctionSignatureMismatch7 { public function foo(f:Function) {} function zzz() { foo(function() { }); } } }
{ "pile_set_name": "Github" }
/* * Copyright (c) 2005 * Francois Dumont * * This material is provided "as is", with absolutely no warranty expressed * or implied. Any use is at your own risk. * * Permission to use or copy this software for any purpose is hereby granted * without fee, provided the above notices are retained on all copies. *...
{ "pile_set_name": "Github" }
module openconfig-isis { yang-version "1"; // namespace namespace "http://openconfig.net/yang/openconfig-isis"; prefix "oc-isis"; // import some basic types import ietf-inet-types { prefix "inet"; } import ietf-yang-types { prefix "yang"; } import openconfig-types { prefix "oc-types"; } import ope...
{ "pile_set_name": "Github" }
using AppKit; namespace Xamarin.Forms.ControlGallery.MacOS { static class MainClass { static void Main(string[] args) { NSApplication.Init(); NSApplication.Main(args); } } }
{ "pile_set_name": "Github" }
<cfscript> // example custom verb that compiles to a <cfcase> tag // usage: // 1. add the lexicon declaration to your circuit file: // <circuit xmlns:cf="cf/"> // 2. use the verb in a fuseaction: // <cf:switch expression="#someExpr#"> // <cf:case value="someValue"> // ... some code ... // </...
{ "pile_set_name": "Github" }
package Dancer2::Plugin::Params::HashMultiValue; # ABSTRACT: Run incoming request parameters through Hash::MultiValue use strict; use warnings; use Hash::MultiValue; use Dancer2::Plugin; register params_hmv => sub { my ( $dsl ) = @_; my $request = $dsl->request; if ( !$request->var('plugin_params_hmv')...
{ "pile_set_name": "Github" }
@ignore Feature: Scenario:
{ "pile_set_name": "Github" }
<!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/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "pile_set_name": "Github" }
package com.koushikdutta.boilerplate.simplelist; import android.content.res.Resources; import android.view.View; /** * Created by koush on 3/29/15. */ public abstract class SimpleListItem { private boolean selectable = true; private Resources resources; private SimpleListFragmentAdapter adapter; pri...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2011, The Iconfactory. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of condi...
{ "pile_set_name": "Github" }
0 10. !AL 0 0 !TRPT 0 0 !TRPV 0 0 !DMCOEF
{ "pile_set_name": "Github" }
<blockquote> <p>The First ever Luxury Token, Built on the Ethereum Network.</p> <footer><a href="http://shoucair.ca/" target="_blank">http://shoucair.ca/</a></footer> </blockquote>
{ "pile_set_name": "Github" }
editor: UserProfileEditor GtkDialog(main_dialog.toplevel): title='Edit Details of "assistant"', hidden GtkBox(main_dialog._main_vbox, orientation=vertical): GtkBox(main_dialog.vbox, orientation=vertical, expand=True, fill=True): GtkEventBox(main_dialog.header): GtkEventBox(main_dialog.main, expand=Tru...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <title>NodeDescription Protocol 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>...
{ "pile_set_name": "Github" }
package com.baidu.disconf.core.common.constants; /** * 配置类型(配置文件,配置项) * * @author liaoqiqi * @version 2014-5-16 */ public enum DisConfigTypeEnum { FILE(0, "配置文件"), ITEM(1, "配置项"); private int type = 0; private String modelName = null; private DisConfigTypeEnum(int type, String modelName) { ...
{ "pile_set_name": "Github" }
.page { padding: 20px; } .page.embedded { padding: 0; }
{ "pile_set_name": "Github" }
package protect.videotranscoder.media; import android.support.annotation.Nullable; import java.util.Arrays; import java.util.Collections; import java.util.List; import protect.videotranscoder.R; /** * List of video codecs which the application may support */ public enum VideoCodec { // This is the built-in av...
{ "pile_set_name": "Github" }
org.slf4j.simpleLogger.defaultLogLevel=warn org.slf4j.simpleLogger.log.com.jayway=debug
{ "pile_set_name": "Github" }
<!DOCTYPE html><html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"><head xmlns:wcag="https://www.w3.org/WAI/GL/"><title>Failure of Success Criterion 2.2.2 due to a script that causes a blink effect without a mechanism to stop the blinking at 5 seconds or less</title><link rel="stylesh...
{ "pile_set_name": "Github" }
// Copyright 2011 The Closure Library 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 requ...
{ "pile_set_name": "Github" }
// 代码地址: https://github.com/CoderMJLee/MJRefresh // 代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90%E4%B8%8B%E6%8B%89%E4%B8%8A%E6%8B%89%E5%88%B7%E6%96%B0/52326ce26803fabc46000000 // MJRefreshComponent.m // MJRefreshExample // // Created by MJ Lee on 15/3/4. // Copyright (c) 2015年 小码哥. All right...
{ "pile_set_name": "Github" }
using UnityEngine; namespace Uween { public class TweenXY : TweenVec2P { public static TweenXY Add(GameObject g, float duration) { return Add<TweenXY>(g, duration); } public static TweenXY Add(GameObject g, float duration, Vector2 to) { return A...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See License.txt in the repository root. package com.microsoft.tfs.checkinpolicies.build.ui; import java.text.MessageFormat; import java.util.ArrayList; import java.util.HashSet; import java.util.Iterator; import java.util.List; import...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- ########################################################################### # Copyright (c), The AiiDA team. All rights reserved. # # This file is part of the AiiDA code. # # ...
{ "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" }
{-# LANGUAGE TemplateHaskell #-} module Types where import Control.Applicative (empty, (<$>), pure) import Data.Aeson import Data.Aeson.TH (deriveJSON, defaultOptions) import qualified Data.ByteString.Char8 as C import qualified Data.Text as T data Edge = Edge ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?><module fritzingVersion="0.3.16b.02.24.4002" moduleId="RevEd_24LC04"> <version>1.1</version> <author>Revolution Education Ltd</author> <title>24LC04</title> <label>IC</label> <date>2010-05-26</date> <tags> <tag>EEPROM</tag> <tag>I2C</tag> ...
{ "pile_set_name": "Github" }
Highlights = require 'highlights' fs = require 'fs' path = require 'path' highlighter = new Highlights() highlighter.requireGrammarsSync modulePath: require.resolve('./atom-language-perl6/package.json') TestFolder = path.resolve('TestFolder') files = fs.readdirSync(TestFolder) for file in files foo = -> fs.re...
{ "pile_set_name": "Github" }
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * 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 Software Foundation; either version 2.1 of * th...
{ "pile_set_name": "Github" }
// // Created by @krq_tiger on 13-6-28. // Copyright (c) 2013 kariqu. All rights reserved. // // To change the template use AppCode | Preferences | File Templates. // #import <Foundation/Foundation.h> @interface SettingBaseChildController : UIViewController { NSString *_name; } @property(nonatomic, copy) void...
{ "pile_set_name": "Github" }
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- info: If x is +Infinity, return true es5id: 11.8.4_A4.5 description: y is number primitive ---*/ //CHECK#1 if ((Number.POSITIVE_INFINITY >= 0) !== true) { $ERROR('#1: (+Infinity ...
{ "pile_set_name": "Github" }
/** @file PCI Segment Library implementation using PCI Root Bridge I/O Protocol. Copyright (c) 2007 - 2012, 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 which accompanies this distribu...
{ "pile_set_name": "Github" }
package org.pcap4j.test.packet; import static org.junit.Assert.assertEquals; import java.net.Inet4Address; import java.net.InetAddress; import java.net.UnknownHostException; import org.junit.AfterClass; import org.junit.BeforeClass; import org.junit.Test; import org.pcap4j.packet.EthernetPacket; import org.pcap4j.pac...
{ "pile_set_name": "Github" }
package amidst.mojangapi.world.icon.locationchecker; import amidst.documentation.ThreadSafe; import amidst.mojangapi.world.coordinates.CoordinatesInWorld; import amidst.mojangapi.world.icon.producer.RegionalStructureProducer; @ThreadSafe public class SuppressAroundLocationChecker implements LocationChecker { priva...
{ "pile_set_name": "Github" }
/* OpenACC cache directive. */ #include "../../../gcc/testsuite/c-c++-common/goacc/cache-1.c"
{ "pile_set_name": "Github" }
# 2011 July 11 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for yourself and forgive others. # May you share freely, never taking more than you give. # #***********************************...
{ "pile_set_name": "Github" }
#!/usr/bin/env ruby APP_PATH = File.expand_path('../../config/application', __FILE__) require_relative '../config/boot' require 'rails/commands'
{ "pile_set_name": "Github" }
// This file is part of Substrate. // Copyright (C) 2020 Parity Technologies (UK) Ltd. // SPDX-License-Identifier: GPL-3.0-or-later WITH Classpath-exception-2.0 // 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 S...
{ "pile_set_name": "Github" }
// This is a generated file. Not intended for manual editing. package intellij.haskell.psi; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.psi.PsiElement; import com.intellij.psi.StubBasedPsiElement; import intellij.haskell.psi.stubs.HaskellVarsymStub; import com.intellij.navigation.Ite...
{ "pile_set_name": "Github" }
package mysql import ( "context" "fmt" "strings" "github.com/hashicorp/vault/helper/strutil" "github.com/hashicorp/vault/logical" "github.com/hashicorp/vault/logical/framework" ) const SecretCredsType = "creds" // defaultRevocationSQL is a default SQL statement for revoking a user. Revoking // permissions for...
{ "pile_set_name": "Github" }
namespace FSharpx.Books.DSLsInAction.Chapter8.Scala.Trading.SSI module AST = // Listing 8.8 The Semantic Model (AST) for the SSI DSL type Market = string type Security = string type CustomerCode = string type BrokerCode = string type AccountNo = string type Bank = string ...
{ "pile_set_name": "Github" }
{ "$internal" : { "dependencies" : [ "model_tests/crytek-sponza/textures_pbr/Sponza_Curtain_roughness.png" ], "outputs" : [ "../../../../.converter_output/model_tests/crytek-sponza/textures_pbr/Sponza_Curtain_roughness.png.converted" ] }, "format" : "BC7_UNORM", "generateMipLevels...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="description" content="Javadoc API documentation for Fresco." /> <link rel="shortcut icon" type="image/x-icon" href="../../../../favicon.ico" /> <title> Po...
{ "pile_set_name": "Github" }
//! Defines all filter types. Filters are a component of [queries](../index.html). use super::view::Fetch; use crate::internals::{storage::component::ComponentTypeId, world::WorldId}; pub mod and; pub mod any; pub mod component; pub mod maybe_changed; pub mod not; pub mod or; pub mod passthrough; pub mod try_componen...
{ "pile_set_name": "Github" }
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) // A...
{ "pile_set_name": "Github" }
import factory from app.models.faq_type import db, FaqType from app.factories.event import EventFactoryBasic import app.factories.common as common class FaqTypeFactory(factory.alchemy.SQLAlchemyModelFactory): class Meta: model = FaqType sqlalchemy_session = db.session event = factory.RelatedF...
{ "pile_set_name": "Github" }
remote it-mil.pvdata.host 1194 udp nobind dev tun # Options remote-cert-tls server client comp-lzo persist-key persist-tun verb 3 pull-filter ignore "DNS" pull-filter ignore "ping" ping 30 ping-exit 120 # Crypto cipher AES-128-GCM auth SHA256 auth-user-pass /config/openvpn-credentials.txt # Cert <ca> -----BEGIN CERT...
{ "pile_set_name": "Github" }
using NHapi.Base.Parser; using NHapi.Base; using NHapi.Base.Log; using System; using System.Collections.Generic; using NHapi.Model.V281.Segment; using NHapi.Model.V281.Datatype; using NHapi.Base.Model; namespace NHapi.Model.V281.Group { ///<summary> ///Represents the ORL_O44_SPECIMEN_IN_PACKAGE Group. A Group is an o...
{ "pile_set_name": "Github" }
namespace weka.gui.beans; class ClustererPerformanceEvaluatorBeanInfo { isA SimpleBeanInfo; depend java.beans.EventSetDescriptor; depend java.beans.SimpleBeanInfo; public EventSetDescriptor[] getEventSetDescriptors(){ try { EventSetDescriptor[] esds={new EventSetDescriptor(ClustererPerformanceEvaluator.class...
{ "pile_set_name": "Github" }
export const WORKING_TIME = 0.1 * 60 export const RESTING_TIME = 5 * 60 export const KITTEN_TIME = 5
{ "pile_set_name": "Github" }
2900: Pfeil nach rechts mit senkrechtem Strich : z Notation partielle Surjektion 2901: Zwei Pfeil nach rechts mit doppeltem vertikalem Strich : z Notation endliche Surjektion 2902: Doppelpfeil nach links mit vertikalem Strich 2903: Doppelpfeil nach rechts mit vertikalem Strich 2904: Linker rechter Doppelpfeil mit verti...
{ "pile_set_name": "Github" }
# Microsoft Developer Studio Project File - Name="agobot3" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Application" 0x0101 CFG=agobot3 - Win32 Debug No OpenSSL Internal !MESSAGE This is not a valid makefile. To build thi...
{ "pile_set_name": "Github" }
from __future__ import absolute_import from __future__ import print_function import os import sys # the next line can be removed after installation sys.path.insert(0, os.path.dirname(os.path.dirname( os.path.dirname(os.path.abspath(__file__))))) import nngen as ng import veriloggen import matrix_max_pool_negati...
{ "pile_set_name": "Github" }
DESTINATIONS | DESTINATION *[* ``,`` ... ``,`` DESTINATION *]* | let ``(`` FORMAL ``,`` ... ``,`` FORMAL ``)`` DESTINATION | **x** | ``(`` ``let`` **x** *[* ``:`` TYPE *]* ``)``
{ "pile_set_name": "Github" }
/** @file MemoryManager.cpp @maintainer Morgan McGuire, http://graphics.cs.williams.edu @created 2009-04-20 @edited 2009-05-29 Copyright 2000-2009, Morgan McGuire. All rights reserved. */ #include "G3D/MemoryManager.h" #include "G3D/System.h" namespace G3D { MemoryManager::MemoryManager() {} void* Me...
{ "pile_set_name": "Github" }
package org.opentripplanner.api.model.error; import org.opentripplanner.api.common.Message; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.List; /** This API response element represents an error in trip planning. */ public class PlannerError { private static final Logger LOG = LoggerF...
{ "pile_set_name": "Github" }
#ifndef CAPSTONE_ARM64_H #define CAPSTONE_ARM64_H /* Capstone Disassembly Engine */ /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2014 */ #ifdef __cplusplus extern "C" { #endif #include <stdint.h> #include "platform.h" #ifdef _MSC_VER #pragma warning(disable:4201) #endif //> ARM64 shift type typedef enum arm64_s...
{ "pile_set_name": "Github" }
/* Definitions for POSIX 1003.1b-1993 (aka POSIX.4) scheduling interface. Copyright (C) 1996,1997,1999,2001-2004,2007,2010 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser...
{ "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 * distributed u...
{ "pile_set_name": "Github" }
--- Thank you for contributing to Nokogiri! To help us prioritize, please take care to answer the questions below when you submit this pull request. The Nokogiri core team work off of `master`, so please submit all PRs based on the `master` branch. We generally will cherry-pick relevant bug fixes onto the current rel...
{ "pile_set_name": "Github" }
[pre Running 1 test case... src/tutorials/hello_test/2/test/test_hello.cpp(13): fatal error in "hello_world_inserts_text": critical check "Hello, world!\\n" == dest.str() failed [Hello, world! != Hello, world!\] *** 1 failure detected in test suite "Master Test Suite" EXIT STATUS: 201 ]
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- """ werkzeug.testsuite.formparser ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Tests the form parsing facilities. :copyright: (c) 2013 by Armin Ronacher. :license: BSD, see LICENSE for more details. """ from __future__ import with_statement import unittest from os.path import join, dirn...
{ "pile_set_name": "Github" }
/** ****************************************************************************** * @file stm32f4xx_hal_irda.h * @author MCD Application Team * @version V1.1.0 * @date 19-June-2014 * @brief Header file of IRDA HAL module. **************************************************************************...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>kalisets1</class> <widget class="QWidget" name="Form"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>853</width> <height>2415</height> </rect> </property> <property name="windowTitle"> <string notr="true">kali...
{ "pile_set_name": "Github" }
package net.sf.openrocket.file.openrocket.savers; import java.util.ArrayList; import java.util.List; public class BodyTubeSaver extends SymmetricComponentSaver { private static final BodyTubeSaver instance = new BodyTubeSaver(); public static List<String> getElements(net.sf.openrocket.rocketcomponent.RocketCompon...
{ "pile_set_name": "Github" }
/* * Copyright 2002-2019 the original author or 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
{ "pile_set_name": "Github" }
# This file is part of BlackArch Linux ( https://www.blackarch.org/ ). # See COPYING for license details. pkgname=python-pyexcel-io _pkgname=pyexcel-io pkgver=0.5.20 pkgrel=1 pkgdesc='A python library to read and write structured data in csv, zipped csvformat and to/from databases.' arch=('any') url='https://pypi.org/...
{ "pile_set_name": "Github" }
// Copyright (c) 2007, 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 conditi...
{ "pile_set_name": "Github" }