text
stringlengths
2
99k
meta
dict
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. // See LICENSE.txt for license information. // *************************************************************** // - [#] indicates a test step (e.g. # Go to a page) // - [*] indicates an assertion (e.g. * Check the title) // - Use element ID when selec...
{ "pile_set_name": "Github" }
from .learner_glm import LearnerGLM from .learner_optim import LearnerOptim
{ "pile_set_name": "Github" }
# coding=utf-8 import tensorflow as tf from modeling import embedding_lookup_factorized,transformer_model import os """ 测试albert主要的改进点:词嵌入的因式分解、层间参数共享、段落间连贯性 test main change of albert from bert """ batch_size = 2048 sequence_length = 512 vocab_size = 30000 hidden_size = 1024 num_attention_heads = int(hidden_size / 64...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Qt 4.6: addressbook.cpp Example File (tutorials/addressbook/part5/addressbook.cpp)</title> <link href="c...
{ "pile_set_name": "Github" }
package Paws::Organizations::ListAccountsResponse; use Moose; has Accounts => (is => 'ro', isa => 'ArrayRef[Paws::Organizations::Account]'); has NextToken => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::Organizations::List...
{ "pile_set_name": "Github" }
// Copyright (c) 2003-present, Jodd Team (http://jodd.org) // 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, // th...
{ "pile_set_name": "Github" }
/* * @BEGIN LICENSE * * Psi4: an open-source quantum chemistry software package * * Copyright (c) 2007-2019 The Psi4 Developers. * * The copyrights for code used from other parties are included in * the corresponding files. * * This file is part of Psi4. * * Psi4 is free software; you can redistribute it an...
{ "pile_set_name": "Github" }
using System; namespace NTMiner.MinerStudio.Vms { public interface IWsStateViewModel { bool IsWsOnline { get; set; } string WsDescription { get; set; } int WsNextTrySecondsDelay { get; set; } DateTime WsLastTryOn { get; set; } bool IsConnecting { get; set; } } }
{ "pile_set_name": "Github" }
FileIn := A_ScriptDir "\Zhang-Suen.txt" FileOut := A_ScriptDir "\NewFile.txt" if (!FileExist(FileIn)) { MsgBox, 48, File Not Found, % "File """ FileIn """ not found." ExitApp } S := {} N := [2,3,4,5,6,7,8,9,2] Loop, Read, % FileIn { LineNum := A_Index Loop, Parse, A_LoopReadLine S[LineNum, A_Index] := A_LoopFi...
{ "pile_set_name": "Github" }
package de.onyxbits.raccoon.gplay; import java.util.ArrayList; import java.util.List; import com.akdeniz.googleplaycrawler.GooglePlay.DocV2; import com.akdeniz.googleplaycrawler.GooglePlay.PreFetch; import com.akdeniz.googleplaycrawler.GooglePlay.ResponseWrapper; import com.google.protobuf.InvalidProtocolBufferExcept...
{ "pile_set_name": "Github" }
/* * Vortex OpenSplice * * This software and documentation are Copyright 2006 to TO_YEAR ADLINK * Technology Limited, its affiliated companies and licensors. All rights * reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file e...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!-- Copyright © 1991-2020 Unicode, Inc. For terms of use, see http://www.unicode.org/copyright.html Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. CLDR data files are int...
{ "pile_set_name": "Github" }
package org.eternity.theater.step03; import java.util.ArrayList; import java.util.Arrays; import java.util.List; public class TicketOffice { private Long amount; private List<Ticket> tickets = new ArrayList<>(); public TicketOffice(Long amount, Ticket... tickets) { this.amount = amount; t...
{ "pile_set_name": "Github" }
/* * EFI application tables support * * Copyright (c) 2016 Alexander Graf * * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <efi_loader.h> #include <inttypes.h> #include <smbios.h> static const efi_guid_t smbios_guid = SMBIOS_TABLE_GUID; void efi_smbios_register(void) { /* Map withi...
{ "pile_set_name": "Github" }
## N ``` N(expr) ``` > gives the numerical value of `expr`. ``` N(expr, precision) ``` > evaluates `expr` numerically with a precision of `prec` digits. **Note**: the upper case identifier `N` is different from the lower case identifier `n`. ### Examples ``` >> N(Pi) 3.141592653589793 >> N(Pi, 50) 3.14...
{ "pile_set_name": "Github" }
import { Request, Response } from 'express'; import { getConnection, In } from 'typeorm'; import { api } from '../../../barrels/api'; import { entities } from '../../../barrels/entities'; import { enums } from '../../../barrels/enums'; import { helper } from '../../../barrels/helper'; import { interfaces } from '../../...
{ "pile_set_name": "Github" }
// Go support for Protocol Buffers - Google's data interchange format // // Copyright 2010 The Go Authors. All rights reserved. // https://github.com/golang/protobuf // // 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" }
/** * Copyright JS Foundation and other contributors, http://js.foundation * * 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 r...
{ "pile_set_name": "Github" }
/** * Bind after-leave event for vue instance. Make sure after-leave is called in any browsers. * * @param {Vue} instance Vue instance. * @param {Function} callback callback of after-leave event * @param {Number} speed the speed of transition, default value is 300ms * @param {Boolean} once weather bind after-leav...
{ "pile_set_name": "Github" }
import React from 'react' import { Direction } from 'rt-types' import { Price, BigWrapper, DirectionLabel, Big, Pip, Tenth, ExpiredPrice, } from 'apps/MainRoute/widgets/spotTile/components/PriceButton/styled' import { styled } from 'rt-theme' interface PriceButtonProps { big?: number pip?: number t...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en" > <head> <title>HTTP charset</title> <link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'> <link rel='help' href='http://www.w3.org/TR/html5/syntax.html#the-input-byte-stream'> <link rel="stylesheet" type="text/css" href="./generatedtests.css"> <script src="http://w3c...
{ "pile_set_name": "Github" }
package com.insthub.ecmobile.protocol; import java.util.ArrayList; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; import com.external.activeandroid.Model; import com.external.activeandroid.annotation.Column; import com.external.activeandroid.annotation.Table; @Table(name = "cart...
{ "pile_set_name": "Github" }
<?php return array ( 'Master Campaign ID' => 'ID Maestro de Campaña', 'Cost' => 'Costo', 'Launch Date' => 'Fecha de Lanzamiento', 'Email Template' => 'Plantilla para Correo Electrónico', 'All Campaigns' => 'Todas las Campañas', 'Newsletters' => 'Boletines', 'Create Newsletter' => 'Crear Boletines', 'Web...
{ "pile_set_name": "Github" }
#Maintained by: RehabMan for: Laptop Patches #graphics_PNLF_haswell.txt # This patch enables the brightness slider in SysPrefs->Displays # and will also enable activation of sleep mode by closing # the laptop lid. # # This particular version is intended to be used with ACPIBacklight.kext # although it can also be used...
{ "pile_set_name": "Github" }
function submit() addpath('./lib'); conf.assignmentSlug = 'logistic-regression'; conf.itemName = 'Logistic Regression'; conf.partArrays = { ... { ... '1', ... { 'sigmoid.m' }, ... 'Sigmoid Function', ... }, ... { ... '2', ... { 'costFunction.m' }, ... 'Logistic R...
{ "pile_set_name": "Github" }
{ "npc": "NPC", "npcAchievementName": "<%= key %> NPC", "npcAchievementText": "Backed the Kickstarter project at the maximum level!", "welcomeTo": "Welcome to", "welcomeBack": "Welcome back!", "justin": "Justin", "justinIntroMessage1": "Hello there! You must be new here. My name is <strong>J...
{ "pile_set_name": "Github" }
#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2020 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. # # OpenProject is a fork of ChiliProject, which is a fork ...
{ "pile_set_name": "Github" }
/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript+aspnet+bash+c+csharp+cpp+coffeescript+css-extras+erlang+fortran+git+go+haskell+ini+jade+java+latex+less+makefile+markdown+matlab+objectivec+pascal+perl+php+php-extras+python+r+rest+ruby+rust+sass+scss+scala+scheme+smalltalk+smarty+sq...
{ "pile_set_name": "Github" }
python setup.py install rem del doc\source\generated\*.rst rem sphinx-autogen -o doc\source\generated doc\source\index.rst sphinx-build -b html doc\source doc\build
{ "pile_set_name": "Github" }
/* * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
{ "pile_set_name": "Github" }
#!/bin/sh /etc/rc.common # Copyright (C) 2006-2011 OpenWrt.org START=10 STOP=98 uci_apply_defaults() { . /lib/functions/system.sh cd /etc/uci-defaults || return 0 files="$(ls)" [ -z "$files" ] && return 0 mkdir -p /tmp/.uci for file in $files; do ( . "./$(basename $file)" ) && rm -f "$file" done uci commit...
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("uicolor","ko",{title:"UI 색상 선택기",preview:"미리보기",config:"이 문자열을 config.js 에 붙여넣으세요",predefined:"미리 정의된 색깔들"});
{ "pile_set_name": "Github" }
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\Framework\View\Design\Fallback\Rule; use Magento\Framework\ObjectManagerInterface; class SimpleFactory { /** * @var ObjectManagerInterface */ private $objectManager; /** ...
{ "pile_set_name": "Github" }
//- bemto //- Copyright(c) 2012 Roman Komarov <kizu@kizu.ru> //- MIT Licensed //- Some global variables - var bemto_chain = [] - var bemto_chain_contexts = ['block'] //- Block mixin b(options) - var settings = get_bemto_settings() //- TODO: should we make it generic way for other settings too? if options && opt...
{ "pile_set_name": "Github" }
const foo = fetch('foo');
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Lab 02: Training with epochs -- exercise" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "# For Google Colaboratory\n", "import sys, os\n", "if 'googl...
{ "pile_set_name": "Github" }
// Copyright (c) 2015-2020 Hartmut Kaiser // Copyright (c) 2015-2016 Thomas Heller // // SPDX-License-Identifier: BSL-1.0 // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #pragma once #include <hpx/assert.hpp>...
{ "pile_set_name": "Github" }
## ### --------------- ### ### Create: Jianming Zeng ### Date: 2018-12-20 15:43:52 ### Email: jmzeng1314@163.com ### Blog: http://www.bio-info-trainee.com/ ### Forum: http://www.biotrainee.com/thread-1376-1-1.html ### CAFS/SUSTC/Eli Lilly/University of Macau ### Update Log: 2018-12-20 First version ### Update Log: 2...
{ "pile_set_name": "Github" }
/* this file is for functions for field arithmetic */ #include "gf.h" #include "params.h" /* check if a == 0 */ gf PQCLEAN_MCELIECE460896F_AVX_gf_iszero(gf a) { uint32_t t = a; t -= 1; t >>= 19; return (gf) t; } /* field multiplication */ gf PQCLEAN_MCELIECE460896F_AVX_gf_mul(gf in0, gf in1) { ...
{ "pile_set_name": "Github" }
<%@ page import="docker.registry.web.Setting" %> <!DOCTYPE html> <html> <head> <meta name="layout" content="main"> <g:set var="entityName" value="${message(code: 'setting.label', default: 'Setting')}" /> <title><g:message code="default.list.label" args="[entityName]" /></title> </head> <body> <a href="#list...
{ "pile_set_name": "Github" }
activate-noawait ldconfig
{ "pile_set_name": "Github" }
{ "assets" : [ { "filename" : "App Icon - App Store.imagestack", "idiom" : "tv", "role" : "primary-app-icon", "size" : "1280x768" }, { "filename" : "App Icon.imagestack", "idiom" : "tv", "role" : "primary-app-icon", "size" : "400x240" }, { "fil...
{ "pile_set_name": "Github" }
{if $articlecontentlist|@count > 0} <li class="menu_articles"> <h2>Articles</h2> <ul> {foreach $articlecontentlist as $content} <li class="mmenu{if $menu.newwindow == "1"}_new{/if}"> <a {if $menu.newwindow == "1"}class="external" target="null"{/if} title="{$content->title}" href="{$smarty.const.WWW_TOP...
{ "pile_set_name": "Github" }
<template> <div class="demo"> <button @click="increment">count +1</button> <button @click="decrement">count -1</button> <button @click="resetCount">重置</button> <p>Count is : {{count}}</p> <p>count延迟了1秒赋值</p> <p>ajax接口返回{{testResult}}</p> </div> </template> <script type="text/babel"> import...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="Category" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> <item> <key> <string>_count</string> </key> <value> <persistent> <string encoding="base...
{ "pile_set_name": "Github" }
.drawing-board-control-colors { font-size: 0; line-height: 0; } .drawing-board-control-colors-current { border: 1px solid #ccc; cursor: pointer; display: inline-block; width: $controls-height - 2px; height: $controls-height - 2px; } .drawing-board-control-colors-rainbows { display: inline-block; margin-left...
{ "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" }
/** * Copyright (c) 2010-2020 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse....
{ "pile_set_name": "Github" }
# # Copyright 2019 Xilinx, 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 to in writin...
{ "pile_set_name": "Github" }
/****************************************************************************** * * * License Agreement * * * ...
{ "pile_set_name": "Github" }
import * as path from 'path'; import { generatedDir } from './paths'; import { readTextFile } from './utils'; let enumsPath = path.join(generatedDir, 'enums.json'); interface EnumItem { identifier: string; name: string; description: string; } export async function getAreaTypeItems() { return getGener...
{ "pile_set_name": "Github" }
// Copyright (c) 2014-2019 Coin Sciences Ltd // MultiChain code distributed under the GPLv3 license, see COPYING file. #include "v8/callbacks.h" #include "v8/v8engine.h" #include "v8/v8json_spirit.h" #include "v8/v8utils.h" #include <cassert> namespace mc_v8 { /** * Call an RPC function from a V8 JS callback. * * ...
{ "pile_set_name": "Github" }
--- name: r-tidy-test vm: ip: "192.168.88.3" lang: - R: packages: tidyverse, xml, ggplot2
{ "pile_set_name": "Github" }
// Copyright Aleksey Gurtovoy 2001-2004 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // Preprocessed version of "boost/mpl/aux_/template_arity.hpp" header // -- DO NOT modify by hand! namespace boos...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- from django.utils import timezone from django.utils.translation import gettext as _ import plotly.offline as plotly import plotly.graph_objs as go from core.utils import duration_parts from reports import utils def sleep_totals(instances): """ Create a graph showing total time sleep...
{ "pile_set_name": "Github" }
Model = require('../common/model').Model class WaveImportData extends Model ### Source Импортируемая волна ### constructor: (@id=null, @userId=null, @sourceData=null, @lastUpdateTimestamp=null, @lastImportingTimestamp=null, @importedWaveId=null, @importedWaveUrl=null, @_rev=undefined, @participants...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: e289857c00578...
{ "pile_set_name": "Github" }
args @ { fetchurl, ... }: rec { baseName = ''optima''; version = ''20150709-git''; description = ''Optimized Pattern Matching Library''; deps = [ args."alexandria" args."closer-mop" ]; src = fetchurl { url = ''http://beta.quicklisp.org/archive/optima/2015-07-09/optima-20150709-git.tgz''; sha256 = '...
{ "pile_set_name": "Github" }
package d2dat import ( "fmt" "github.com/OpenDiablo2/OpenDiablo2/d2common/d2interface" ) const ( numColors = 256 ) // DATPalette represents a 256 color palette. type DATPalette struct { colors [numColors]d2interface.Color } // NumColors returns the number of colors in the palette func (p *DATPalette) NumColors...
{ "pile_set_name": "Github" }
# UICollectionView-XYTemplateLayoutCell A custom templateLayoutCell for UICollectionView ## 题记 在揣摩了**forkingdog**的FDTemplateLayoutCell后,突然发现UICollectionView没有一套计算cell高度的方法,所以依葫芦画瓢画出了这个 ## 简介 Template auto layout cell for **automatically** UICollectionViewCell height calculating. ![Demo Overview](https://github.com/fify...
{ "pile_set_name": "Github" }
{ "name": "my-app", "version": "0.0.0", "license": "MIT", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build --prod", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" }, "private": true, "dependencies": { "@angular/animations": "6.1.6", "@angular/common":...
{ "pile_set_name": "Github" }
// Copyright (c) 2012 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 "net/cert/cert_verify_proc_win.h" #include <algorithm> #include <memory> #include <string> #include <vector> #include "base/memory/free_del...
{ "pile_set_name": "Github" }
/* * Incremental bus scan, based on bus topology * * Copyright (C) 2004-2006 Kristian Hoegsberg <krh@bitplanet.net> * * 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 t...
{ "pile_set_name": "Github" }
/* This is a small demo of the high-performance ThreadX kernel. It includes examples of eight threads of different priorities, using a message queue, semaphore, mutex, event flags group, byte pool, and block pool. */ #include "tx_api.h" #define DEMO_STACK_SIZE 1024 #define DEMO_BYTE_POOL_SIZE 912...
{ "pile_set_name": "Github" }
.gist { .highlight { color:#000; } .render-container .render-viewer-error, .render-container .render-viewer-fatal, .render-container .octospinner { display:none; } .gist-render iframe { width:100%; } .gist-file.gist-render .highlight { border:none; } .gist-file .gist-meta .hig...
{ "pile_set_name": "Github" }
// Copyright (c) 2011 The LevelDB Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. See the AUTHORS file for names of contributors. #include "db/dbformat.h" #include "util/logging.h" #include "util/testharness.h" namespace leveldb { ...
{ "pile_set_name": "Github" }
.. Astrometry.net documentation master file, created by sphinx-quickstart on Fri May 18 13:56:06 2012. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to Astrometry.net's documentation! ========================================== Contents...
{ "pile_set_name": "Github" }
/* Copyright © 2017 VMware, Inc. All Rights Reserved. SPDX-License-Identifier: BSD-2-Clause Generated by: https://github.com/swagger-api/swagger-codegen.git */ package nsxt import ( "context" "encoding/json" "fmt" "github.com/vmware/go-vmware-nsxt/manager" "github.com/vmware/go-vmware-nsxt/monitoring" "n...
{ "pile_set_name": "Github" }
<configuration> <project> <executable>knutalg.exe</executable> <arguments></arguments> <output></output> <options></options> <namespace>knutalg</namespace> <template>console</template> <debuginfo>-1</debuginfo> </project> <files> <module> ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft....
{ "pile_set_name": "Github" }
/* Copyright 2017 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
## int-hashtable.pkg # # A specialization of the hashtable generic to integer keys. # Compiled by: # src/lib/std/standard.lib # "If it is not beautiful, it is not done." stipulate package hr = hashtable_representation; # hashtable_representation is from src/lib/src/hashta...
{ "pile_set_name": "Github" }
; This test checks if debug loc is propagated to load/store created by GVN/Instcombine. ; RUN: opt < %s -gvn -S | FileCheck %s --check-prefixes=ALL ; RUN: opt < %s -gvn -instcombine -S | FileCheck %s --check-prefixes=ALL ; struct node { ; int *v; ; struct desc *descs; ; }; ; struct desc { ; struct node *node; ; };...
{ "pile_set_name": "Github" }
%% %% This is the AFNIC Whois server. %% %% complete date format : YYYY-MM-DDThh:mm:ssZ %% short date format : DD/MM %% version : FRNIC-2.5 %% %% Rights restricted by copyright. %% See https://www.afnic.fr/en/products-and-services/services/whois/whois-special-notice/ %% %% Use '-h' option to obtain more...
{ "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" }
i.landsat.toar Calculates top-of-atmosphere radiance or reflectance and temperature for Landsat MSS/TM/ETM+/OLI Imagery (i.*) QgsProcessingParameterMultipleLayers|rasters|Landsat input rasters|3|None|False QgsProcessingParameterFile|metfile|Name of Landsat metadata file (.met or MTL.txt)|QgsProcessingParameterFile.File...
{ "pile_set_name": "Github" }
//===--- Sink.cpp ----- Code Sinking --------------------------------------===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/L...
{ "pile_set_name": "Github" }
/* * Vortex OpenSplice * * This software and documentation are Copyright 2006 to TO_YEAR ADLINK * Technology Limited, its affiliated companies and licensors. All rights * reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file e...
{ "pile_set_name": "Github" }
>>SOURCE FREE IDENTIFICATION DIVISION. PROGRAM-ID. hickerson-series. ENVIRONMENT DIVISION. CONFIGURATION SECTION. REPOSITORY. FUNCTION ALL INTRINSIC . DATA DIVISION. WORKING-STORAGE SECTION. 01 n PIC 99 COMP. 01 h PIC Z(19)9.9(10). ...
{ "pile_set_name": "Github" }
using System; using System.Data; using Mono.Data.Sqlite; using log4net; using System.Reflection; using System.IO; using System.Diagnostics; using System.Threading; namespace OWASP.WebGoat.NET.App_Code.DB { public class SqliteDbProvider : IDbProvider { private string _connectionString = string.Empty; ...
{ "pile_set_name": "Github" }
/* ======================================================================== * Bootstrap: button.js v3.3.6 * http://getbootstrap.com/javascript/#buttons * ======================================================================== * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootst...
{ "pile_set_name": "Github" }
# FuckGalEngine This is a set of tools aims to translate Galgames (aka Visual Novels) into another language, including resource package unpacking/repacking, program hooking to achieve some modifications and etc. The code is not updated frequently, so maybe not up to date and thus won't work properly for some game engi...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <channelml xmlns="http://morphml.org/channelml/schema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:meta="http://morphml.org/metadata/schema" xsi:schemaLocation="http://morphml.org/channelml/schema http://www.neuroml.org/NeuroMLValidator/NeuroMLFiles/Sc...
{ "pile_set_name": "Github" }
94aac415408c8d775f068ac474d99e15
{ "pile_set_name": "Github" }
import FWCore.ParameterSet.Config as cms from Configuration.Generator.Pythia8CommonSettings_cfi import * from Configuration.Generator.Pythia8CUEP8M1Settings_cfi import * generator = cms.EDFilter("Pythia8GeneratorFilter", pythiaHepMCVerbosity = cms.untracked.bool(False), ...
{ "pile_set_name": "Github" }
#ifndef BUILDERS_TERRAIN_SURFACEGENERATOR_HPP_DEFINED #define BUILDERS_TERRAIN_SURFACEGENERATOR_HPP_DEFINED #include "builders/terrain/TerraExtras.hpp" #include "builders/terrain/TerraGenerator.hpp" #include "math/Mesh.hpp" #include "math/PolyClip.hpp" #include "math/Polygon.hpp" #include "math/Vector2.hpp" namespace...
{ "pile_set_name": "Github" }
use plotlib::page::Page; use plotlib::repr::Plot; use plotlib::style::{PointMarker, PointStyle}; use plotlib::view::ContinuousView; fn main() { let data = vec![ (-3.0, 2.3), (-1.6, 5.3), (0.3, 0.7), (4.3, -1.4), (6.4, 4.3), (8.5, 3.7), ]; let s1 = Plot::new(d...
{ "pile_set_name": "Github" }
# This file lists all individuals having contributed content to the repository. # For how it is generated, see `hack/generate-authors.sh`. Aanand Prasad <aanand.prasad@gmail.com> Aaron Davidson <aaron@databricks.com> Aaron Feng <aaron.feng@gmail.com> Aaron Hnatiw <aaron@griddio.com> Aaron Huslage <huslage@gmail.com> A...
{ "pile_set_name": "Github" }
// Copyright 2020 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 in w...
{ "pile_set_name": "Github" }
// Copyright 2013 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 !gccgo #include "textflag.h" // // System call support for ARM, NetBSD // // Just jump to package syscall's implementation for all these functions....
{ "pile_set_name": "Github" }
class JenkinsJobBuilder < Formula desc "Configure Jenkins jobs with YAML files stored in Git" homepage "http://ci.openstack.org/jjb.html" url "https://pypi.python.org/packages/source/j/jenkins-job-builder/jenkins-job-builder-1.4.0.tar.gz" sha256 "0b3bfdb53a2771d510142f72a8a2d60eac03fcfce04ccff2e6d079df06bef183"...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval"> <size android:width="12dp" android:height="12dp" /> <solid android:color="#FFF" /> </shape>
{ "pile_set_name": "Github" }
'use strict'; module.exports = [];
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'link', 'km', { acccessKey: 'សោរ​ចូល', advanced: 'កម្រិត​ខ្ពស់', advisoryContentType: 'ប្រភេទអត្ថបទ​ប្រឹក្សា', advisoryTitle: 'ចំណងជើង​ប្រឹក្សា', ...
{ "pile_set_name": "Github" }
//===-- LiveIntervalAnalysis.h - Live Interval Analysis ---------*- 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" }
#!/sbin/openrc-run WORK_DIR="/" # btrfs filesytem root directory DB_SIZE=8 # this default setting uses about 140M of memory BEESSTATUS=/run/$SVCNAME/$SVCNAME.status BEESHOME="$WORK_DIR/.beeshome" DB_PATH="$BEESHOME/beeshash.dat" NEW_SIZE=$(expr $DB_SIZE \* 16777216) name=$SVCNAME command=/bin/$SVCNAME command_args="$...
{ "pile_set_name": "Github" }
/* Implementation by the Keccak, Keyak and Ketje Teams, namely, Guido Bertoni, Joan Daemen, Michaël Peeters, Gilles Van Assche and Ronny Van Keer, hereby denoted as "the implementer". For more information, feedback or questions, please refer to our websites: http://keccak.noekeon.org/ http://keyak.noekeon.org/ http://...
{ "pile_set_name": "Github" }
--- redirect: ember-inspector/index ---
{ "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" }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT License. // See the LICENSE file in the project root for more information. using System; using System.Reactive.Concurrency; using System.Reactive.Subjects; using System.Threading; using Sys...
{ "pile_set_name": "Github" }