text
stringlengths
2
99.9k
meta
dict
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> <head> <title>Page 63</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <style type="text/css"> <!-- p {margin: 0; padding: 0;} .ft00{font-size:9px;font-family:Times;color:#000000;} .ft01{font-size:11px;font-fa...
{ "pile_set_name": "Github" }
#!/bin/sh # Title: install script # Description: the install script is responsible for installing the Web # application, which includes exploding the WAR file in the correct directory, # creating the photos directory if it does not exists, the putting the # archived photos back into the directory. # echo "Starting ...
{ "pile_set_name": "Github" }
//===-- llvm/Target/TargetOpcodes.h - Target Indep Opcodes ------*- C++ -*-===// // // 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" }
/* * Copyright (c) 2014, Peter Thorson. 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 cond...
{ "pile_set_name": "Github" }
# Generated by devtools/yamaker. PROGRAM() PEERDIR( contrib/restricted/libffi ) NO_COMPILER_WARNINGS() NO_RUNTIME() SRCDIR(contrib/restricted/libffi/testsuite/libffi.complex) SRCS( return_complex2_float.c ) END()
{ "pile_set_name": "Github" }
{ "_from": "libnpm@3.0.1", "_id": "libnpm@3.0.1", "_inBundle": false, "_integrity": "sha512-d7jU5ZcMiTfBqTUJVZ3xid44fE5ERBm9vBnmhp2ECD2Ls+FNXWxHSkO7gtvrnbLO78gwPdNPz1HpsF3W4rjkBQ==", "_location": "/libnpm", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "li...
{ "pile_set_name": "Github" }
#p-resources { margin-bottom: 100px; }
{ "pile_set_name": "Github" }
// 3D code partially grabbed from http://dev.opera.com/articles/view/porting-3d-graphics-to-the-web-webgl-intro-part-2/ // Cribbed from three.js's class of the same name and updated to use pointer // lock. OrbitControls = function(object, domElement) { THREE.EventTarget.call(this); this.object = object; this.do...
{ "pile_set_name": "Github" }
/** * (c) 2009-2020 Highsoft AS * * License: www.highcharts.com/license * For commercial usage, a valid license is required. To purchase a license for Highcharts iOS, please see our website: https://shop.highsoft.com/ * In case of questions, please contact sales@highsoft.com */ #import "HISeries.h" #import "HILevelSiz...
{ "pile_set_name": "Github" }
define([ 'angular', 'lodash' ], function (angular) { 'use strict'; var module = angular.module('grafana.controllers'); module.controller('JsonEditorCtrl', function ($scope) { $scope.json = angular.toJson($scope.object, true); $scope.canUpdate = $scope.updateHandler !== void 0; $scope.update = f...
{ "pile_set_name": "Github" }
#!/usr/bin/env python """ Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ import re from lib.core.enums import HTTP_HEADER from lib.core.settings import WAF_ATTACK_VECTORS __product__ = "Cisco ACE XML Gateway (Cisco Systems)" def detect(get_page)...
{ "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" }
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.checker; import java.sql.SQLException; import java.util.List; import org.dspace.ch...
{ "pile_set_name": "Github" }
use std::sync::mpsc; use std::thread; fn main() { let (tx, rx) = mpsc::channel(); thread::spawn(move || { let val = String::from("hi"); tx.send(val).unwrap(); }); }
{ "pile_set_name": "Github" }
package com.mccorby.photolabeller import android.app.Application import android.content.Context import com.mccorby.photolabeller.di.* import space.traversal.kapsule.transitive class AndroidClientApplication : Application() { companion object { fun appModule(context: Context) = (context.applicationContext...
{ "pile_set_name": "Github" }
// This optional code is used to register a service worker. // register() is not called by default. // This lets the app load faster on subsequent visits in production, and gives // it offline capabilities. However, it also means that developers (and users) // will only see deployed updates on subsequent visits to a p...
{ "pile_set_name": "Github" }
/* * * Copyright (c) 1998-2002 * John Maddock * * Use, modification and distribution are 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.txt) * */ /* * LOCATION: see http://www.boost.org for most recent versio...
{ "pile_set_name": "Github" }
/* x509v3.h */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. */ /* ==================================================================== * Copyright (c) 1999-2004 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or with...
{ "pile_set_name": "Github" }
{ "name": "semver", "version": "5.7.0", "description": "The semantic version parser used by npm.", "main": "semver.js", "scripts": { "test": "tap", "preversion": "npm test", "postversion": "npm publish", "postpublish": "git push origin --all; git push origin --tags" }, "devDependencies": {...
{ "pile_set_name": "Github" }
package(default_visibility = ["//visibility:public"]) load( "@io_bazel_rules_go//go:def.bzl", "go_library", ) go_library( name = "go_default_library", srcs = [ "doc.go", "generated.pb.go", "register.go", "types.go", "types_swagger_doc_generated.go", "zz_...
{ "pile_set_name": "Github" }
// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "testing/gtest/include/gtest/gtest.h" #include "base/bind.h" #include "gpu/vulkan/tests/basic_vulkan_test.h" #include "gpu/vulkan/vulkan_device_...
{ "pile_set_name": "Github" }
/* * Copyright (C) Narf Industries <info@narfindustries.com> * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, cop...
{ "pile_set_name": "Github" }
Title: Creating Scatterplots with Seaborn Slug: seaborn_scatterplot Summary: Creating Scatterplots with Seaborn Date: 2016-05-01 12:00 Category: Python Tags: Data Visualization Authors: Chris Albon ## Preliminaries ```python import pandas as pd %matplotlib inline import random import matplotlib.pyplot ...
{ "pile_set_name": "Github" }
using UnityEngine; using UnityEditor.Collaboration; using UnityEditor.Web; using UnityEditor.Connect; namespace UnityEditor { [InitializeOnLoad] internal class WebViewStatic : ScriptableSingleton<WebViewStatic> { [SerializeField] WebView m_WebView; static public WebView GetWebView(...
{ "pile_set_name": "Github" }
0 1 foo 1 0
{ "pile_set_name": "Github" }
package org.zstack.header.vm import org.zstack.header.errorcode.ErrorCode doc { title "云主机控制台地址" ref { name "error" path "org.zstack.header.vm.APIGetVmConsoleAddressReply.error" desc "错误码,若不为null,则表示操作失败, 操作成功时该字段为null", false type "ErrorCode" since "0.6" clz ...
{ "pile_set_name": "Github" }
/* * Copyright 2018 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
{ "pile_set_name": "Github" }
/* Portuguese initialisation for the jQuery UI date picker plugin. */ jQuery(function($){ $.datepicker.regional['pt'] = { closeText: 'Fechar', prevText: '&#x3C;Anterior', nextText: 'Seguinte', currentText: 'Hoje', monthNames: ['Janeiro','Fevereiro','Março','Abril','Maio','Junho', 'Julho','Agosto','Setembro...
{ "pile_set_name": "Github" }
# https://deeplearningcourses.com/c/deep-learning-recurrent-neural-networks-in-python # https://udemy.com/deep-learning-recurrent-neural-networks-in-python from __future__ import print_function, division from future.utils import iteritems from builtins import range # Note: you may need to update your version of future ...
{ "pile_set_name": "Github" }
// // Demonstrate using the Fl_Progress widget in an application - erco 05/02/2005 // // Copyright 2005,2012 Greg Ercolano. // Copyright 1998-2017 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this ...
{ "pile_set_name": "Github" }
# Copyright 2017 The TensorFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applica...
{ "pile_set_name": "Github" }
// // DisjunctiveFacetingsTests.swift // InstantSearchCore // // Created by Vladislav Fitc on 26/06/2019. // Copyright © 2019 Algolia. All rights reserved. // import Foundation import XCTest @testable import InstantSearchCore import AlgoliaSearchClient class DisjunctiveFacetingTests: XCTestCase { class TestDel...
{ "pile_set_name": "Github" }
import { TypeStatOptions } from "../options/types"; import { createLanguageServices } from "../services/language"; export const createFileNamesAndServices = (options: TypeStatOptions) => { const services = createLanguageServices(options); const fileNames = options.fileNames === undefined ? ...
{ "pile_set_name": "Github" }
#StarCraftⅡ-cn,星际争霸2国服,0,0,1,0,1,0,By-normanbb 12.129.202.0/24 12.129.206.0/24 12.129.210.0/24 12.129.222.0/24 12.129.242.0/24 12.130.193.0/24 14.215.228.0/24 36.25.240.0/24 39.129.16.0/24 42.186.64.0/24 42.186.64.174/32 42.186.64.175/32 42.186.64.176/32 42.186.64.177/32 42.186.64.178/32 42.186.64.179/3...
{ "pile_set_name": "Github" }
// UpdateUiBaseViewModel.cs, 10.06.2019 // Copyright (C) Dominic Beger 17.06.2019 using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Windows.Media.Imaging; using nUpdate.Updating; // ReSharper disable once CheckNamespace namespace nUpdate.WPFUserInterface.ViewModel { public class U...
{ "pile_set_name": "Github" }
StartChar: less.subs Encoding: 1114227 -1 1226 GlifName: less.subs Width: 354 VWidth: 0 Flags: HMW LayerCount: 3 Fore SplineSet 87 138 m 2 314 43 l 10 327 37 330 15 330 10 c 0 330 7 326 -5 322 -3 c 2 42 117 l 2 30 122 15 130 15 134 c 0 15 139 24 156 36 161 c 2 322 281 l 2 326 283 330 270 329 266 c 8 326 252 32...
{ "pile_set_name": "Github" }
/* File: main.m Abstract: n/a Version: 1.1 Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Inc. ("Apple") in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these t...
{ "pile_set_name": "Github" }
/* * Copyright (c) Mirth Corporation. All rights reserved. * * http://www.mirthcorp.com * * The software in this package is published under the terms of the MPL license a copy of which has * been included with this distribution in the LICENSE.txt file. */ package com.mirth.connect.server.api.providers; impor...
{ "pile_set_name": "Github" }
"""! @brief Oscillatory Neural Network based on Hodgkin-Huxley Neuron Model @details Implementation based on paper @cite article::nnet::hnn::1. @authors Andrei Novikov (pyclustering@yandex.ru) @date 2014-2020 @copyright GNU Public License @cond GNU_PUBLIC_LICENSE PyClustering is free software: you can ...
{ "pile_set_name": "Github" }
/* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2016-2020 Gerrit Grunwald. * * 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 ...
{ "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" }
/******************************************************************************* * Copyright (c) 2019, 2020 Eurotech and/or its affiliates and others * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this...
{ "pile_set_name": "Github" }
<?php /** * This file is part of Railt package. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Railt\Contracts\Pipeline; /** * Interface DestinationInterface */ interface DestinationInterface...
{ "pile_set_name": "Github" }
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="/ModernWpf;component/DesignTime/DesignTimeResources.xaml" /> </ResourceDictionary.Mer...
{ "pile_set_name": "Github" }
//////////////////////////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2009, Daniel Kollmann // All rights reserved. // // 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" }
fileFormatVersion: 2 guid: 67f0a968d25514ddaba302d886a02ee7 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
/* global NexT: true */ NexT.utils = NexT.$u = { /** * Wrap images with fancybox support. */ wrapImageWithFancyBox: function () { $('.content img') .not('[hidden]') .not('.group-picture img, .post-gallery img') .each(function () { var $image = $(this); var imageTitle = $...
{ "pile_set_name": "Github" }
-----BEGIN PRIVATE KEY----- MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQguZyCKd02IZziRkK1 tsxzcCG6RW78M3ZBgZzR/OVuJbahRANCAARt9nY0uDB6MrEAfJPfBpOuvG/hqTMQ +yzLCufg/BAkgFyuGY/29IRp39ivwnVud4ZXMgO30mn7SQXmdJlNMlZ5 -----END PRIVATE KEY-----
{ "pile_set_name": "Github" }
#include <vector> #include "caffe/filler.hpp" #include "caffe/layer.hpp" #include "caffe/vision_layers.hpp" namespace caffe { template <typename Dtype> void DummyDataLayer<Dtype>::LayerSetUp(const vector<Blob<Dtype>*>& bottom, const vector<Blob<Dtype>*>& top) { const int num_top = top.size(); const DummyDa...
{ "pile_set_name": "Github" }
// Copyright (C) 2004, 2006 International Business Machines and others. // All Rights Reserved. // This code is published under the Eclipse Public License. // // Authors: Andreas Waechter IBM 2004-11-12 #ifndef __IPQUALITYFUNCTIONMUORACLE_HPP__ #define __IPQUALITYFUNCTIONMUORACLE_HPP__ #include "IpMuO...
{ "pile_set_name": "Github" }
--no-step-log -v -b 0 --net-file=net.net.xml --routes=input_routes.rou.xml --scale 0.33
{ "pile_set_name": "Github" }
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24"> <path android:fillColor="?attr/colorControlNormal" android:pathData="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8h5z" /> </vecto...
{ "pile_set_name": "Github" }
112 113 113.326 112 114 89.5415 112 115 93.412 112 116 102.398 112 117 104.287 112 118 105.091 112 119 103.521 112 120 104.721 112 121 96.3426 112 122 103.729 112 123 98.5156 112 124 101.983 112 125 105.289 112 126 115.472 112 127 94.0867 112 128 102.678 112 129 103.004 112 130 94.5449 112 131 103.539 112 132 102.438 1...
{ "pile_set_name": "Github" }
// (C) Copyright Jim Douglas 2005. // Use, modification and distribution are 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.txt) // See http://www.boost.org for most recent version. // QNX specific config options: ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2012 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" }
// // SHKEmbossColor.swift // OctopusKit // // Created by ShinryakuTako@invadingoctopus.io on 2020/05/12. // ORIGINAL: SOURCE: https://github.com/twostraws/ShaderKit // ORIGINAL: CREDIT: Copyright © 2017 Paul Hudson. Licensed under MIT License (see the original header in the shader source string below) // UPDATES...
{ "pile_set_name": "Github" }
# # Recommended minimum configuration: # acl manager proto cache_object acl localhost src 127.0.0.1/32 ::1 acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1 # Example rule allowing access from your local networks. # Adapt to list your (internal) IP networks from where browsing # should be allowed acl localnet src 10.0.0...
{ "pile_set_name": "Github" }
LIBRARY "dinput8.dll" EXPORTS DirectInput8Create @1 DllCanUnloadNow PRIVATE DllGetClassObject PRIVATE DllRegisterServer PRIVATE DllUnregisterServer PRIVATE
{ "pile_set_name": "Github" }
/* * Copyright (C) 2013 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions a...
{ "pile_set_name": "Github" }
<?php /* * This file is part of Phraseanet * * (c) 2005-2014 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Alchemy\Phrasea\Feed\Formatter; use Alchemy\Phrasea\Application; use Alchemy\Phrasea\Feed\FeedInterfa...
{ "pile_set_name": "Github" }
// Package sockets provides helper functions to create and configure Unix or TCP sockets. package sockets import ( "crypto/tls" "net" ) // NewTCPSocket creates a TCP socket listener with the specified address and // the specified tls configuration. If TLSConfig is set, will encapsulate the // TCP listener inside a ...
{ "pile_set_name": "Github" }
let timeString = String(format: "The current time is %02d:%02d", 10, 4)
{ "pile_set_name": "Github" }
<?php namespace oasis\names\specification\ubl\schema\xsd\CommonAggregateComponents_2; /** * @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 * @xmlType * @xmlName AddressLineType * @var oasis\names\specification\ubl\schema\xsd\CommonAggregateComponents_2\AddressLineType * @xm...
{ "pile_set_name": "Github" }
; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o - | FileCheck %s -check-prefix=VFP2 ; RUN: llc -mtriple=arm-eabi -mattr=+neon %s -o - | FileCheck %s -check-prefix=NFP0 ; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a8 %s -o - | FileCheck %s -check-prefix=CORTEXA8 ; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a9 %s -o - | FileCh...
{ "pile_set_name": "Github" }
{ "images": [ { "filename": "ic_unfold_less_18pt.png", "idiom": "universal", "scale": "1x" }, { "filename": "ic_unfold_less_18pt_2x.png", "idiom": "universal", "scale": "2x" }, { "filename": "...
{ "pile_set_name": "Github" }
# /******************************************************************* # Part of the Fritzing project - http://fritzing.org # Copyright (c) 2007-08 Fritzing # Fritzing 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 Found...
{ "pile_set_name": "Github" }
require 'spec_helper' describe AudienceController do include SocialStream::TestHelpers include SocialStream::TestHelpers::Controllers render_views context "with activity" do before :all do @activity = Factory(:activity) end it "should not be redered to public" do get :index, :activit...
{ "pile_set_name": "Github" }
import dialogViewModelBase = require("viewmodels/dialogViewModelBase"); import setupEncryptionKey = require("viewmodels/resources/setupEncryptionKey"); import distributeSecretCommand = require("commands/database/secrets/distributeSecretCommand"); import clusterTopologyManager = require("common/shell/clusterTopologyM...
{ "pile_set_name": "Github" }
" Copyright 2011 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. " " indent/go.vim: Vim indent file for Go. " " TODO: " - function invocations split across lines " - general line splits (line ends in an operator) if exists("b:di...
{ "pile_set_name": "Github" }
package br.padroes.bridge; public class Cliente { public static void main(String[] args) { JanelaAbstrata janela = new JanelaDialogo(new JanelaLinux()); janela.desenhar(); janela = new JanelaAviso(new JanelaLinux()); janela.desenhar(); janela = new JanelaDialogo(new JanelaWindows()); janela.desenhar(); ...
{ "pile_set_name": "Github" }
import { RDS } from "../RDS"; import { RDSClient } from "../RDSClient"; import { DescribeDBInstanceAutomatedBackupsCommand, DescribeDBInstanceAutomatedBackupsCommandInput, DescribeDBInstanceAutomatedBackupsCommandOutput, } from "../commands/DescribeDBInstanceAutomatedBackupsCommand"; import { RDSPaginationConfigu...
{ "pile_set_name": "Github" }
#define CS4245_CHIP_ID 0x01 #define CS4245_POWER_CTRL 0x02 #define CS4245_DAC_CTRL_1 0x03 #define CS4245_ADC_CTRL 0x04 #define CS4245_MCLK_FREQ 0x05 #define CS4245_SIGNAL_SEL 0x06 #define CS4245_PGA_B_CTRL 0x07 #define CS4245_PGA_A_CTRL 0x08 #define CS4245_ANALOG_IN 0x09 #define CS4245_DAC_A_CTRL 0x0a #define CS4245_...
{ "pile_set_name": "Github" }
using System; namespace SharpShell.Interop { /// <summary> /// Flags for IShellFolder::GetAttributesOf. /// </summary> [Flags] public enum SFGAO : uint { /// <summary> /// Objects can be copied (DROPEFFECT_COPY) /// </summary> SFGAO_CANCOPY = 0x1, /// <...
{ "pile_set_name": "Github" }
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ import * as queue from "./queue"; import path from 'path' import fs from 'fs' import intersect from "intersect"; i...
{ "pile_set_name": "Github" }
use Dancer ':tests'; use Test::More; use Dancer::Test; my $views = path(dirname(__FILE__), 'views'); set views => $views; my $time = time(); set show_errors => 1; my @tests = ( { path => '/', expected => "in view index.tt: number=\"\"\n" }, { path => '/number/42', expected => "in view index.tt: ...
{ "pile_set_name": "Github" }
/** * @Returns the implicit role for an aside tag. */ function getImplicitRoleForAside(): string { return 'complementary'; } export { getImplicitRoleForAside as aside };
{ "pile_set_name": "Github" }
--- tags: training, collection, offensive name: Pentest with Hak5 short_description: Part instructor-led training. Part simulated pentest. Like no other InfoSec training. In Pentest with Hak5 you aren’t just a student – you join Hak5 on a simulated Red Team engagement. target: https://www.hak5.org/training author: N/A ...
{ "pile_set_name": "Github" }
#region License // Copyright 2015-2020 John Källén // // 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 ...
{ "pile_set_name": "Github" }
import Ember from 'ember'; import Application from '../../app'; import config from '../../config/environment'; export default function startApp(attrs) { let application; // use defaults, but you can override let attributes = Ember.assign({}, config.APP, attrs); Ember.run(() => { application = Application...
{ "pile_set_name": "Github" }
/***************************************************************************** * EditActions.swift * * Copyright © 2019 VLC authors and VideoLAN * * Authors: Edgar Fouillet <vlc # edgar.fouillet.eu> * * Refer to the COPYING file of the official project for license. ******************************************************...
{ "pile_set_name": "Github" }
// Copyright (c) 2013-2014 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. // +build !appengine package btcutil import ( "net" ) // interfaceAddrs returns a list of the system's network interface addresses. // It is wrapped here so that we ...
{ "pile_set_name": "Github" }
//////////////////////////////////////////////////// // wordWindow object //////////////////////////////////////////////////// function wordWindow() { // private properties this._forms = []; // private methods this._getWordObject = _getWordObject; //this._getSpellerObject = _getSpellerObject; this._wo...
{ "pile_set_name": "Github" }
% Copyright 2007 by Till Tantau % % This file may be distributed and/or modified % % 1. under the LaTeX Project Public License and/or % 2. under the GNU Public License. % % See the file doc/licenses/LICENSE for more details. \DeclareOptionBeamer{height}{\PassOptionsToPackage{height=#1}{beamerouterthemesidebar}} \Proce...
{ "pile_set_name": "Github" }
{ "include": [ "src/**/*" ], "exclude": [ "src/**/*.spec.*" ], "compilerOptions": { "target": "es5", "declaration": true, "sourceMap": false, "outDir": "dist", "lib": [ "es6", "es2016.array.include" ] } }
{ "pile_set_name": "Github" }
/* Copyright 2016 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
{ "pile_set_name": "Github" }
package com.sdust.im.view; import android.graphics.Camera; import android.graphics.Matrix; import android.view.animation.Animation; import android.view.animation.Transformation; public class RotateAnimation extends Animation { private Camera mCamera; private float mCenterX; private float mCenterY; private Mode m...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018 Goldman Sachs and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * and Eclipse Distribution License v. 1.0 which accompany this distribution. * The Eclipse Public License is available at http...
{ "pile_set_name": "Github" }
__all__ = ['Composer', 'ComposerError'] from error import MarkedYAMLError from events import * from nodes import * class ComposerError(MarkedYAMLError): pass class Composer(object): def __init__(self): self.anchors = {} def check_node(self): # Drop the STREAM-START event. if se...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is a...
{ "pile_set_name": "Github" }
// { dg-do compile { target c++11 } } // { dg-require-cmath "" } // Copyright (C) 2011-2020 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library 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" }
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* lib/crypto/dk/dk_cmac.c - Derived-key enctype functions using CMAC */ /* * Copyright 2008, 2009, 2010 by the Massachusetts Institute of Technology. * All Rights Reserved. * * Export of this software from the United States of America may * require...
{ "pile_set_name": "Github" }
#include <tommath.h> #ifdef BN_REVERSE_C /* LibTomMath, multiple-precision integer library -- Tom St Denis * * LibTomMath is a library that provides multiple-precision * integer arithmetic as well as number theoretic functionality. * * The library was designed directly after the MPI library by * Michael Fromberge...
{ "pile_set_name": "Github" }
// Copyright 2016 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. // +build amd64,linux // +build !gccgo package unix import "syscall" //go:noescape func gettimeofday(tv *Timeval) (err syscall.Errno)
{ "pile_set_name": "Github" }
#Requires -Modules VagrantMessages param( [Parameter(Mandatory=$true)] [string]$VmId ) # Make sure the exception type is loaded try { # Microsoft.HyperV.PowerShell is present on all versions of Windows with HyperV [void][System.Reflection.Assembly]::LoadWithPartialName('Microsoft.HyperV.PowerShell, Cu...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Bundle\SecurityBundle\Tests\Functional\Bundle\AuthenticatorBundl...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018 Deven. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright (C) 2012 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/...
{ "pile_set_name": "Github" }
! des_enc.m4 ! des_enc.S (generated from des_enc.m4) ! ! UltraSPARC assembler version of the LibDES/SSLeay/OpenSSL des_enc.c file. ! ! Version 1.0. 32-bit version. ! ! June 8, 2000. ! ! Version 2.0. 32/64-bit, PIC-ification, blended CPU adaptation ! by Andy Polyakov. ! ! January 1, 2003. ! ! Assembler version...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: a77fe3ce6ce59e8459c5f0d7c6011d99 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {fileID: 2800000, guid: 424715533f7464745a37e0bacd374d56, type: 3} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2015-2018 Skymind, Inc. * * This program and the accompanying materials are made available under the * terms of the Apache License, Version 2.0 which is available at * https://www.apache.org/licenses/LICENSE-2.0. * *...
{ "pile_set_name": "Github" }