text
stringlengths
2
99.9k
meta
dict
/* * 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" }
/* Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ */ Cu.import("resource://services-sync/constants.js"); Cu.import("resource://services-sync/engines/passwords.js"); Cu.import("resource://services-sync/engines.js"); Cu.import("resource://services-sync/service.js");...
{ "pile_set_name": "Github" }
/* * UHCI HCD (Host Controller Driver) for GRLIB GRUSBHC * * Copyright (c) 2011 Jan Andersson <jan@gaisler.com> * * This file is based on UHCI PCI HCD: * (C) Copyright 1999 Linus Torvalds * (C) Copyright 1999-2002 Johannes Erdfelt, johannes@erdfelt.com * (C) Copyright 1999 Randy Dunlap * (C) Copyright 1999 Geo...
{ "pile_set_name": "Github" }
<?php /** * @copyright Copyright (C) 2015 AIZAWA Hina * @license https://github.com/fetus-hina/stat.ink/blob/master/LICENSE MIT * @author AIZAWA Hina <hina@fetus.jp> */ namespace app\actions\site; use DirectoryIterator; use Yii; use cebe\markdown\GithubMarkdown as Markdown; use yii\helpers\Html; class LicenseAc...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc --> <title>HTMLDocument (Java SE 12 &amp; JDK 12 )</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="keywords" content="org.w3c.dom.html.HTMLDocument interface"> <meta name="keywords" content="getTit...
{ "pile_set_name": "Github" }
class X { def f(a: Boolean, b: Boolean) { <spot>if</spot> (false) { System.out.print("if") } else { System.out.print("else") } } }
{ "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" }
CREATE TABLE EJB30_PERSISTENCE_EEMPROPAGATION_PERSON ( NAME VARCHAR(256) NOT NULL PRIMARY KEY, DATA VARCHAR(256) );
{ "pile_set_name": "Github" }
define(function (require) { var zrUtil = require('zrender/core/util'); var defaultOption = { show: true, zlevel: 0, // 一级层叠 z: 0, // 二级层叠 // 反向坐标轴 inverse: false, // 坐标轴名字,默认为空 name: '', // 坐标轴名字位置,支持'start'...
{ "pile_set_name": "Github" }
apiVersion: apps/v1beta2 kind: Deployment metadata: name: {{ include "flowing-retail.fullname" . }} labels: app: {{ include "flowing-retail.name" . }} chart: {{ include "flowing-retail.chart" . }} release: {{ .Release.Name }} heritage: {{ .Release.Service }} spec: replicas: {{ .Values.replicaCount...
{ "pile_set_name": "Github" }
/* Silver */ .o2k7SkinSilver .mceToolbar .mceToolbarStart span, .o2k7SkinSilver .mceButton, .o2k7SkinSilver .mceSplitButton, .o2k7SkinSilver .mceSeparator, .o2k7SkinSilver .mceSplitButton a.mceOpen, .o2k7SkinSilver .mceListBox a.mceOpen {background-image:url(img/button_bg_silver.png)} .o2k7SkinSilver table, .o2k7SkinSi...
{ "pile_set_name": "Github" }
/* * QEMU Random Number Generator Backend * * Copyright IBM, Corp. 2012 * * Authors: * Anthony Liguori <aliguori@us.ibm.com> * * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level directory. */ #include "qemu/osdep.h" #include "sysemu/rng.h" #...
{ "pile_set_name": "Github" }
# 제너레이터와 비동기 이터레이션
{ "pile_set_name": "Github" }
// Copyright (c) 2001-2011 Hartmut Kaiser // Copyright (c) 2001-2011 Joel de Guzman // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.lslboost.org/LICENSE_1_0.txt) #if !defined(SPIRIT_KARMA_SEQUENCE_FEB_28_2007_0247PM) #define SPIRIT_KA...
{ "pile_set_name": "Github" }
/* ssl/kssl.h */ /* * Written by Vern Staats <staatsvr@asc.hpc.mil> for the OpenSSL project * 2000. project 2000. */ /* ==================================================================== * Copyright (c) 2000 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with o...
{ "pile_set_name": "Github" }
package dbus import ( "context" "errors" "strings" ) // BusObject is the interface of a remote object on which methods can be // invoked. type BusObject interface { Call(method string, flags Flags, args ...interface{}) *Call CallWithContext(ctx context.Context, method string, flags Flags, args ...interface{}) *C...
{ "pile_set_name": "Github" }
// // HibpOperation.m // Strongbox // // Created by Strongbox on 02/05/2020. // Copyright © 2020 Mark McGuill. All rights reserved. // #import "UrlRequestOperation.h" @interface UrlRequestOperation () @property (nonatomic, getter = isFinished, readwrite) BOOL finished; @property (nonatomic, getter = isExecuting...
{ "pile_set_name": "Github" }
{ "title": "Exiting multiple loops", "postscript": "", "reviewType": "multipleSelection", "question": "Which of these statements about multiple loops are true?", "hint": "Exiting multiple loops is done by using <code>break<\/code> with a loop label.", "syntaxHighlighting": false, "correct": ...
{ "pile_set_name": "Github" }
package # Date::Manip::Offset::off060; # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl itself. # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata'...
{ "pile_set_name": "Github" }
namespace AutoTest.UI.CodeReflection { public enum SignatureTypes { Class, Method, Field } }
{ "pile_set_name": "Github" }
## Mobilenet-SSD License Plate Detection & Recognition This is a project for license plate detection using mobilenet-ssd. ### Last Update !! : 2019.07.22 Add mssd512_voc.caffemodel with high accuracy and low complexity - Accuracy : 94.6%. - Speed : 30ms(multi-cores) on 720P images.(OpenCV 4.0) ## Install - Caffe-SS...
{ "pile_set_name": "Github" }
module NStack.CLI.Commands ( CCmd, initCommand, buildArtefacts, InitStack(..), Command(..), loginSettings, showStartMessage, showStopMessage, printInfo, printMethods, printProcesses, printScheduledProcesses, showModuleBuild, registerCommand, sendCommand, callWithCookieJar ) where import...
{ "pile_set_name": "Github" }
/* * * (C) Copyright IBM Corp. 2002-2008 - All Rights Reserved * */ #ifndef __MPREFIXUPS_H #define __MPREFIXUPS_H /** * \file * \internal */ #include "LETypes.h" U_NAMESPACE_BEGIN class LEGlyphStorage; // Might want to make this a private member... struct FixupData; class MPreFixups : public UMemory { pub...
{ "pile_set_name": "Github" }
{ "type":"FeatureCollection", "features":[ { "type":"Feature", "properties":{ }, "geometry":{ "type":"LineString", "coordinates":[ [ -58.4003789, -34.8024187 ], [ ...
{ "pile_set_name": "Github" }
package sharedcheck import ( "go/ast" "go/types" "golang.org/x/tools/go/analysis" "honnef.co/go/tools/internal/passes/buildssa" . "honnef.co/go/tools/lint/lintdsl" "honnef.co/go/tools/ssa" ) func CheckRangeStringRunes(pass *analysis.Pass) (interface{}, error) { for _, ssafn := range pass.ResultOf[buildssa.Ana...
{ "pile_set_name": "Github" }
/// Copyright (c) 2012 Ecma International. All rights reserved. /// Ecma International makes this code available under the terms and conditions set /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the /// "Use Terms"). Any redistribution of this code must retain the above /// copyright an...
{ "pile_set_name": "Github" }
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = 'Seite'; $.fn.pagination.defaults.afterPageText = 'von {pages}'; $.fn.pagination.defaults.displayMsg = '{from} bis {to} von {total} Datensätzen'; } if ($.fn.datagrid){ $.fn.datagrid.defaults.loadMsg = 'Verarbeitung läuft, bitte warten ...'; } i...
{ "pile_set_name": "Github" }
import { addFormatToken } from '../format/format'; import { addUnitAlias } from './aliases'; import { addUnitPriority } from './priorities'; import { addRegexToken, match1to2, match1to4, match1to6, match2, match4, match6, matchSigned } from '../parse/regex'; import { addWeekParseToken } from '../parse/token'; import { ...
{ "pile_set_name": "Github" }
import { Button, HtmlElement, TextField, Checkbox, Grid, DataProxy, Rescope } from 'cx/widgets'; import { Content, Controller, LabelsLeftLayout, KeySelection, computable } from 'cx/ui'; import {Md} from '../../../components/Md'; import {CodeSplit} from '../../../components/CodeSplit'; import {CodeSnippet} from '../../....
{ "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" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!47 &1 QualitySettings: m_ObjectHideFlags: 0 serializedVersion: 5 m_CurrentQuality: 0 m_QualitySettings: - serializedVersion: 2 name: Good pixelLightCount: 2 shadows: 2 shadowResolution: 3 shadowProjection: 1 shadowCascades: 1 shadowDi...
{ "pile_set_name": "Github" }
/* Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html version: 3.2.0 build: 2676 */ /* Vertical menus and submenus */ .yui3-skin-sam .yui3-menu-content, .yui3-skin-sam .yui3-menu .yui3-menu .yui3-menu-content { font-size: 93%; /*...
{ "pile_set_name": "Github" }
export default { CREATE: 'item.create', DELETE: 'item.delete', DESTROY: 'item.destroy', EXPLODE: 'item.explode', EXPORT: 'item.export', INSERT: 'item.insert', IMPORT: 'item.import', IMPLODE: 'item.implode', LOAD: 'item.load', MERGE: 'item.merge', OPEN: 'item.open', REMOVE: 'item.remove', RESTO...
{ "pile_set_name": "Github" }
[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/big-data-europe/Lobby) # Changes Version 2.0.0 introduces uses wait_for_it script for the cluster startup # Hadoop Docker ## Supported Hadoop Versions See repository branches for supported hadoop versions ## Quick Start To deploy an ...
{ "pile_set_name": "Github" }
# 33c3 CTF : mario-350 **Category:** Reversing **Points:** 350 **Solves:** 8 **Description:** How do you feel about figuring out a really scary beast of a retro console music file? You are invited to use [the VM we prepared for you](https://archive.aachen.ccc.de/33c3ctf.ccc.ac/uploads/mario-51cd5ebb32ac51b4cd97882e8...
{ "pile_set_name": "Github" }
<?php /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a co...
{ "pile_set_name": "Github" }
[package] authors = ["Parity Technologies <admin@parity.io>"] description = "TCP/IP server for JSON-RPC" documentation = "https://docs.rs/jsonrpc-tcp-server/" edition = "2018" homepage = "https://github.com/paritytech/jsonrpc" license = "MIT" name = "jsonrpc-tcp-server" repository = "https://github.com/paritytech/jsonr...
{ "pile_set_name": "Github" }
<?php // ini_set('display_errors',1); //错误信息 // ini_set('display_startup_errors',1); //php启动错误信息 // error_reporting(-1); header("Content-type:text/html;charset=utf-8"); include_once 'mysql.php'; include_once 'functions.php'; include_once 'sqlutils.php'; $postdata=file_get_contents("php://input"); $jsond...
{ "pile_set_name": "Github" }
<?php /** * CodeIgniter * * An open source application development framework for PHP * * This content is released under the MIT License (MIT) * * Copyright (c) 2014 - 2015, British Columbia Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this softw...
{ "pile_set_name": "Github" }
#! /bin/bash set -u set -e # Some utility functions. fail() { echo >&2 "$@"; exit 1; } warn() { echo >&2 "$@"; } cmd() { hash "$1" >&/dev/null; } # portable 'which' function checkError () { if [ $? -ne 0 ]; then if cmd curl; then curl -sL "<%= log_url("broker script execution failed", :error)...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>CSS Custom Properties IE11 Test</title> <script>window.MSInputMethodContext && document.documentMode && document.write('<script src="../ie11CustomProperties.js"><\x2fscript>');</script> <body> <a href="https://github.com/nuxodin/ie11CustomPropertie...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2011 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" }
'hello\ world'
{ "pile_set_name": "Github" }
package org.springframework.roo.classpath.itd; import org.springframework.roo.classpath.details.ItdTypeDetails; import org.springframework.roo.metadata.MetadataItem; /** * Indicates a {@link MetadataItem} implementation that can provide * {@link ItdTypeDetails}. * * @author Ben Alex * @since 1.0 */ public inte...
{ "pile_set_name": "Github" }
/* * Copyright (C) the libgit2 contributors. All rights reserved. * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. */ #ifndef INCLUDE_git_worktree_h__ #define INCLUDE_git_worktree_h__ #include "common.h" #include "buffer.h...
{ "pile_set_name": "Github" }
package volume // ---------------------------------------------------------------------------- // DO NOT EDIT THIS FILE // This file was generated by `swagger generate operation` // // See hack/swagger-gen.sh // ---------------------------------------------------------------------------- // VolumesCreateBody volumes ...
{ "pile_set_name": "Github" }
Copyright (c) 2011 Dominic Tarr 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, copy, modify, merge, publish, distribute, ...
{ "pile_set_name": "Github" }
-- -- Examples from: https://docs.oracle.com/en/database/oracle/oracle-database/18/sqlrf/XMLELEMENT.html#GUID-DEA75423-00EA-4034-A246-4A774ADC988E -- BEGIN SELECT XMLELEMENT("Emp", XMLELEMENT("Name", e.job_id||' '||e.last_name), XMLELEMENT("Hiredate", e.hire_date)) as "Result" FROM employees e WHERE employee...
{ "pile_set_name": "Github" }
{ "error": "Błąd", "error_unknown": "Wystąpił błąd. Proszę odświeżyć stronę.", "reloadPage": "Odśwież stronę", "loginInformation": "Zaloguj się kontem użytkownika Opencast", "login": "Zaloguj", "enterUsernamePassword": "Proszę wprowadzić nazwę użytkownika i hasło:", "username": "Użytkownik",...
{ "pile_set_name": "Github" }
#include "printer.h" #include "parser.h" #include "value.h" #include <sstream> namespace mjs { class print_visitor { public: explicit print_visitor(std::wostream& os) : os_(os) {} // // Expressions // void operator()(const identifier_expression& e) { os_ << e.id(); } void operat...
{ "pile_set_name": "Github" }
//! Module for creating a `Texture` from an image use { crate::{ core::{cast_cow, cast_slice}, factory::{Factory, ImageState, UploadError}, memory::Data, pixel::AsPixel, resource::{ Escape, Handle, Image, ImageCreationError, ImageInfo, ImageView, Image...
{ "pile_set_name": "Github" }
-- Revert delivery:add_telemetry_enabled_to_users from pg BEGIN; ALTER TABLE users DROP COLUMN telemetry_enabled; COMMIT;
{ "pile_set_name": "Github" }
describe("less.js error tests", function() { testLessErrorsInDocument(); });
{ "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/. $font-path: '/media/fonts'; $image-path: '/media/protocol/img'; @import '../../../protocol/css/includes/lib'; @impor...
{ "pile_set_name": "Github" }
/* * Request reply cache. This was heavily inspired by the * implementation in 4.3BSD/4.4BSD. * * Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de> */ #ifndef NFSCACHE_H #define NFSCACHE_H #include <linux/sunrpc/svc.h> /* * Representation of a reply cache entry. * * Note that we use a sockaddr_in6 to h...
{ "pile_set_name": "Github" }
; RUN: opt < %s -gvn | llvm-dis %struct.ggBRDF = type { i32 (...)** } %struct.ggBox3 = type { %struct.ggPoint3, %struct.ggPoint3 } %struct.ggMaterialRecord = type { %struct.ggPoint2, %struct.ggBox3, %struct.ggBox3, %struct.ggSpectrum, %struct.ggSpectrum, %struct.ggSpectrum, %struct.ggBRDF*, i32, i32, i32, i32 } %s...
{ "pile_set_name": "Github" }
import { Capacitor } from '@capacitor/core' import h from 'mithril/hyperscript' import settings from '../settings' import Gesture from '../utils/Gesture' import { viewportDim } from './helper' import * as menu from './menu' import MenuView from './menu/menuView' import gamesMenu from './gamesMenu' import newGameForm fr...
{ "pile_set_name": "Github" }
--- name: test on: [push, pull_request] jobs: build: runs-on: ubuntu-latest continue-on-error: ${{ matrix.continue-on-error }} strategy: matrix: python-version: [3.6, 3.7, 3.8] django-version: [ 'Django~=1.11.0', 'Django~=2.2.0', 'Django~=3.0.0', ...
{ "pile_set_name": "Github" }
-----BEGIN CERTIFICATE----- MIIDzTCCArWgAwIBAgIHBHOzO9RD2jANBgkqhkiG9w0BAQsFADCBmTELMAkGA1UE BhMCVVMxEzARBgNVBAgMCkNhbGlmb3JuaWExEjAQBgNVBAcMCUxvcyBHYXRvczEU MBIGA1UECgwLTmV0ZmxpeCBJbmMxLTArBgNVBAsMJFBsYXRmb3JtIFNlY3VyaXR5 ICgxMjUzMTEzMzU0MTg1MDM1KTEcMBoGA1UEAwwTTG9jYWwgUm9vdCBmb3IgMzE1 MTAeFw0yMDA3MTQwMzM0MTNaFw0yMTA3...
{ "pile_set_name": "Github" }
/* Copyright 2008-2010 Gephi Authors : Eduardo Ramos <eduramiba@gmail.com> Website : http://www.gephi.org This file is part of Gephi. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. Copyright 2011 Gephi Consortium. All rights reserved. The contents of this file are subject to the terms of either the GNU Ge...
{ "pile_set_name": "Github" }
/* * * Copyright 2018 gRPC authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 2d9942e581e72d445b76449a9b3efc10 timeCreated: 1521514016 licenseType: Pro TextScriptImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
var path = require("path"); var blanket = require("../../src/index")({ "pattern":"/src/blanket" }); /* since we're using blanket to test blanket, we need to remove the module entry from the require cache so that it can be instrumented. */ delete require.cache[path.normalize(__dirname+"/../../src/blanket.js")]; /* ...
{ "pile_set_name": "Github" }
package biz.dealnote.messenger.api.services; import java.util.List; import biz.dealnote.messenger.api.model.GroupSettingsDto; import biz.dealnote.messenger.api.model.Items; import biz.dealnote.messenger.api.model.VKApiCommunity; import biz.dealnote.messenger.api.model.VKApiUser; import biz.dealnote.messenger.api.mode...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2014 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" }
/* * Copyright (C) 2007 The Guava 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 agre...
{ "pile_set_name": "Github" }
# Copyright 2019 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 writing, s...
{ "pile_set_name": "Github" }
/*$ Copyright (C) 2013-2020 Azel. This file is part of AzPainter. AzPainter 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 3 of the License, or (at your option) any later version. AzPaint...
{ "pile_set_name": "Github" }
##Script for creating Modelnet40 Datasets # A Brock, 2016 # This code, in its current form, saves an NPZ file by reading in a .mat file # (previously prepared using the make_mats.m code) containing arrays of # the voxellated modelnet40 models, with 24 different rotations for each model. # Each 5D-array is organized ...
{ "pile_set_name": "Github" }
proc factors {n} { set factors {} for {set i 1} {$i <= sqrt($n)} {incr i} { if {$n % $i == 0} { lappend factors $i [expr {$n / $i}] } } return [lsort -unique -integer $factors] } puts [factors 64] puts [factors 45] puts [factors 53]
{ "pile_set_name": "Github" }
ALTER TABLE packages RENAME TO crates; ALTER TABLE versions RENAME COLUMN package_id TO crate_id;
{ "pile_set_name": "Github" }
// -*- MPC -*- project(*latency_idl): taoidldefaults, strategies, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro { IDL_Files { Test.idl } custom_only = 1 } project(*latency server): taoserver, strategies, dynamicinterface, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro...
{ "pile_set_name": "Github" }
{-# LANGUAGE CPP , GADTs , KindSignatures , DataKinds , ScopedTypeVariables , PatternGuards , Rank2Types , TypeOperators , FlexibleContexts , UndecidableInstances #-} module Language.Hakaru.Pretty.SExpression w...
{ "pile_set_name": "Github" }
package org.ripple.bouncycastle.crypto.params; import java.math.BigInteger; public class ECPrivateKeyParameters extends ECKeyParameters { BigInteger d; public ECPrivateKeyParameters( BigInteger d, ECDomainParameters params) { super(true, params); this.d = d; ...
{ "pile_set_name": "Github" }
/*************************************************************************** ampere_dc.h - description ------------------- begin : Sat Aug 23 2003 copyright : (C) 2003 by Michael Margraf email : michael.margraf...
{ "pile_set_name": "Github" }
$em-base: 16px !default;
{ "pile_set_name": "Github" }
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types"; export const definition: IconDefinition; export const faSyringe: IconDefinition; export const prefix: IconPrefix; export const iconName: IconName; export const width: number; export const height: number; export const ligatures...
{ "pile_set_name": "Github" }
import styled from 'styled-components'; const StyledFieldset = styled.fieldset` margin: 0; padding: 0; border: 0; position: relative; box-sizing: border-box; `; export default StyledFieldset;
{ "pile_set_name": "Github" }
{ "translatorID": "01322929-5782-4612-81f7-d861fb46d9f2", "label": "Atlanta Journal Constitution", "creator": "Sebastian Karcher", "target": "^https?://(www\\.|blogs\\.)?ajc\\.com", "minVersion": "2.1.9", "maxVersion": "", "priority": 100, "inRepository": true, "translatorType": 4, "browserSupport": "gcsibv",...
{ "pile_set_name": "Github" }
context("refactor bigger factors") test_that("longer factors", { n <- 1e4 nl <- 1e3 set.seed(1441) expect_error(regexp = NA, v1 <- icd:::generate_random_short_icd9(n)) v2 <- v1 v2[1] <- "INVALID" l1 <- sample(v1, size = nl) l2 <- c(NA_character_, l1) l3 <- c(l1, NA_character_) l4 <- c(l1, "XXX") e...
{ "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" }
/* Copyright 2014 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" }
/* * Copyright 2008-2009 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
{ "pile_set_name": "Github" }
# expected: fail import sys from test import test_support, list_tests class ListTest(list_tests.CommonTest): type2test = list def test_basic(self): self.assertEqual(list([]), []) l0_3 = [0, 1, 2, 3] l0_3_bis = list(l0_3) self.assertEqual(l0_3, l0_3_bis) self.assertTrue(...
{ "pile_set_name": "Github" }
/* -*- mode: java; c-basic-offset: 2; indent-tabs-mode: nil -*- */ /* Part of the Processing project - http://processing.org Copyright (c) 2012-15 The Processing Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2006-2018 Christopho, Solarus - http://www.solarus-games.org * * Solarus 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 3 of the License, or * (at your option) any late...
{ "pile_set_name": "Github" }
# LibVLCSharp.Uno [![NuGet Stats](https://img.shields.io/nuget/v/LibVLCSharp.Uno.svg)](https://www.nuget.org/packages/LibVLCSharp.Uno) [![NuGet Stats](https://img.shields.io/nuget/dt/LibVLCSharp.Uno.svg)](https://www.nuget.org/packages/LibVLCSharp.Uno) The official [Uno](https://github.com/unoplatform/uno) views for ...
{ "pile_set_name": "Github" }
// // Copyright (C) 2011-16 DyND Developers // BSD 2-Clause License, see LICENSE.txt // #pragma once #include <dynd/types/base_memory_type.hpp> namespace dynd { namespace ndt { class DYNDT_API cuda_device_type : public base_memory_type { public: cuda_device_type(type_id_t id, const ndt::type &element_tp); ...
{ "pile_set_name": "Github" }
{ "sources": { "package.json.tpl.merge": { "9c7e7135be031f8d06045d338200cbf4a4222f88": "eJx1kD9PwzAQxfd+CitiREmYkJgZgaUIBuhwjS+pW9tn/AcRRfnuxMYxylBP997vfH7naceWU2lQWD2wajKX4WWp5+r2D/jRFPC61AV0FsGTjQw06VFRcCtzQSmwY2T7E1nPViNzjh6ERP6IrrPCeEE69j6RHhj/9xj1zEB3gQHXm99oXe6+q9u6LWlIGfBvV2hPVoFPdokoRYcx/ZR08s5u0R9F...
{ "pile_set_name": "Github" }
// // BandwidthManageHeaderView.h // pocketEOS // // Created by 师巍巍 on 21/06/2018. // Copyright © 2018 oraclechain. All rights reserved. // #import "BaseTopView.h" @interface BandwidthManageHeaderView : BaseTopView @property (weak, nonatomic) IBOutlet BaseLabel *eosAmountLabel; @end
{ "pile_set_name": "Github" }
#!/usr/bin/env bash # INSTRUCTIONS # # First you need to change the part after TIDDLYWIKI_PLUGIN_PATH= to match the # location of the folder with your plugins # If you have any themes or editions that you want to make available you can # uncomment the lines below and add the path to them too. # # Then in the last line...
{ "pile_set_name": "Github" }
/* * Licensed to Cloudkick, Inc ('Cloudkick') under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * Cloudkick licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not us...
{ "pile_set_name": "Github" }
// Copyright (c) 2019 PaddlePaddle 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...
{ "pile_set_name": "Github" }
from funcy.compat import range from funcy.types import * def test_iterable(): assert iterable([]) assert iterable({}) assert iterable('abc') assert iterable(iter([])) assert iterable(x for x in range(10)) assert iterable(range(10)) assert not iterable(1) def test_is_iter(): assert i...
{ "pile_set_name": "Github" }
/** * @author sunag / http://www.sunag.com.br/ */ import { Node } from './Node.js'; function VarNode( type, value ) { Node.call( this, type ); this.value = value; } VarNode.prototype = Object.create( Node.prototype ); VarNode.prototype.constructor = VarNode; VarNode.prototype.nodeType = "Var"; VarNode.protot...
{ "pile_set_name": "Github" }
- name: Kubesphere | Getting minio installation files copy: src: "{{ item }}" dest: "{{ kubesphere_dir }}/" loop: - "minio-ha" - name: Kubesphere | Creating manifests template: src: "{{ item.file }}.j2" dest: "{{ kubesphere_dir }}/{{ item.file }}" with_items: - { name: custom-values-mi...
{ "pile_set_name": "Github" }
/****************************************************************************** * Author: Laurent Kneip * * Contact: kneip.laurent@gmail.com * * License: Copyright (c) 2013 Laurent Kneip, ANU. All rights reserved. * ...
{ "pile_set_name": "Github" }
/** * * WARNING! This file was autogenerated by: * _ _ _ _ __ __ * | | | | | | |\ \ / / * | | | | |_| | \ V / * | | | | _ | / \ * | |_| | | | |/ /^\ \ * \___/\_| |_/\/ \/ * * This file was autogenerated by UnrealHxGenerator using UHT definitions. * It only includes UPROPERTYs and UFU...
{ "pile_set_name": "Github" }
// // YYTextTransaction.m // YYText <https://github.com/ibireme/YYText> // // Created by ibireme on 15/4/18. // Copyright (c) 2015 ibireme. // // This source code is licensed under the MIT-style license found in the // LICENSE file in the root directory of this source tree. // #import "YYTextTransaction.h" @in...
{ "pile_set_name": "Github" }
LAMMPS data file via write_data, version 24 Oct 2015-ICMS, timestep = 16 117 atoms 8 atom types 116 bonds 10 bond types 219 angles 19 angle types 311 dihedrals 25 dihedral types 11 impropers 3 improper types -2.5859999660000001e+00 1.2220000267000000e+01 xlo xhi 2.5989999770000001e+00 2.2969999312999999e+01 ylo yhi -...
{ "pile_set_name": "Github" }