text
stringlengths
2
99.9k
meta
dict
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/5.2/phpunit.xsd" backupGlobals="false" colors="true" bootstrap="vendor/autoload.php" failOnRisky="true" fai...
{ "pile_set_name": "Github" }
package milkman.plugin.privatebin; import org.junit.jupiter.api.Test; import milkman.plugin.privatebin.PrivateBinApi.PrivateBinDataV1; class SjclDeEncryptorTest { @Test void testEncryption() throws Exception { SjclDeEncryptor sut = new SjclDeEncryptor(); PrivateBinDataV1 data = sut.encrypt("test"); System....
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 #define _GNU_SOURCE #include <stdlib.h> #include <stdio.h> #include <string.h> #include <errno.h> #include <sys/msg.h> #include <fcntl.h> #include "../kselftest.h" #define MAX_MSG_SIZE 32 struct msg1 { int msize; long mtype; char mtext[MAX_MSG_SIZE]; }; #define TEST_STRING "T...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!--*************************************************************************--> <!-- SCICHART® Copyright SciChart Ltd. 2011-2016. All rights reserved. --> <!-- --> <!-- Web: http://www.scichart.com --> <!-- Support: support@scichart.com --> <!-- Sales: sales@scichart.co...
{ "pile_set_name": "Github" }
/* * Copyright 2003-2006 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Fou...
{ "pile_set_name": "Github" }
/* * Knowage, Open Source Business Intelligence suite * Copyright (C) 2016 Engineering Ingegneria Informatica S.p.A. * * Knowage is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 o...
{ "pile_set_name": "Github" }
[ { "type": "feature", "category": "MediaPackage", "description": "This release adds support for user-defined tagging of MediaPackage resources. Users may now call operations to list, add and remove tags from channels and origin-endpoints. Users can also specify tags to be attached to these ...
{ "pile_set_name": "Github" }
{ "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "নেভিগেশ্বন মেনু খোলক", "backButtonTooltip": "উভতি যাওক", "closeButtonTooltip": "বন্ধ কৰক", "deleteButtonTooltip": "মচক", "nextMonthTooltip": "পৰৱৰ্তী মাহ", "previousMonthTooltip": "পূৰ্বৱৰ্তী মাহ", "nextPageTooltip...
{ "pile_set_name": "Github" }
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) // A...
{ "pile_set_name": "Github" }
// // ******************************************************************** // * License and Disclaimer * // * * // * The Geant4 software is copyright of the Copyright Holders of * // * the Geant4 Collaboration...
{ "pile_set_name": "Github" }
martin@vbubuntu:~$ sudo litmus -k http://192.168.178.28/temp tester tester -> running `basic': 0. init.................. pass 1. begin................. pass 2. options............... pass 3. put_get............... pass 4. put_get_utf8_segment.. pass 5. put_no_parent......... pass 6. mkcol_over_plain........
{ "pile_set_name": "Github" }
#include <CtrlLib/CtrlLib.h> using namespace Upp; GUI_APP_MAIN { RichText txt = ParseQTF(LoadDataFile("Sample.qtf")); String out = GetHomeDirFile("upp_test.rtf"); SaveFile(out, EncodeRTF(txt)); LaunchWebBrowser(out); }
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- u"""Many a singular. --- layout: post source: Garner's Modern American Usage source_url: http://bit.ly/1T4alrY title: Many a singular. date: 2014-06-10 12:31:19 categories: writing --- The idiom 'many a' requires a singular verb. """ from proselint.tools import memoize, pre...
{ "pile_set_name": "Github" }
"Filed out from Dolphin Smalltalk 7"! Object subclass: #Stream instanceVariableNames: '' classVariableNames: 'EndOfStreamSignal' poolDictionaries: '' classInstanceVariableNames: ''! Stream guid: (GUID fromString: '{87b4c4c4-026e-11d3-9fd7-00a0cc3e4a32}')! Stream isAbstract: true! Stream comment: 'Stream ...
{ "pile_set_name": "Github" }
#! /bin/bash charsets="$@" base=$1 language=$(basename $(pwd)) target=$language.h xlate () { ../xlt ../maps/$1.map ../maps/$2.map } # This is a recursive call. if test -z "$base"; then for d in `ls */doit.sh | cut -d/ -f1`; do echo '[ '$d' ]' cd ./$d >/dev/null ./doit.sh cd .. >/dev/null done ...
{ "pile_set_name": "Github" }
// Copyright 2017 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. #ifndef LIBMEMTRACK_WRAPPER_H_ #define LIBMEMTRACK_WRAPPER_H_ #include <stdint.h> // Wrapper on top of libmemtrack API. // Opaque structure with memory...
{ "pile_set_name": "Github" }
version https://git-lfs.github.com/spec/v1 oid sha256:8ae7a9c05c6db195ca82c69e2e24335d8671210e12471de2b8196f109817d79c size 7725
{ "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" }
/** Declaration of extension methods for base additions Copyright (C) 2003-2010 Free Software Foundation, Inc. Written by: Richard Frith-Macdonald <rfm@gnu.org> and: Adam Fedor <fedor@gnu.org> This file is part of the GNUstep Base Library. This library is free software; you can redistribute ...
{ "pile_set_name": "Github" }
package de.unihd.dbs.heideltime.standalone.components.impl; import java.io.InputStream; import java.net.URI; import java.net.URL; import java.util.HashMap; import org.apache.uima.UimaContext; import org.apache.uima.cas.AbstractCas; import org.apache.uima.cas.SofaID; import org.apache.uima.resource.ResourceAccessExcep...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2001-2016 Food and Agriculture Organization of the * United Nations (FAO-UN), United Nations World Food Programme (WFP) * and United Nations Environment Programme (UNEP) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Licen...
{ "pile_set_name": "Github" }
/* ***************************************************************************** ** ** File : LinkerScript.ld ** ** Abstract : Linker script for STM32F107VCTx Device with ** 256KByte FLASH, 64KByte RAM ** ** Set heap size, stack size and stack location according ** ...
{ "pile_set_name": "Github" }
{ "DESCRIPTION": "Generates a \"phcomment\" image using Nekobot API", "USAGE": "{{prefix}}phcomment (@member) [text]", "EXAMPLES": "{{prefix}}phcomment Hi!\n{{prefix}}phcomment @Androz#2091 Hi!", "MISSING_TEXT": "Please specify the comment text!" }
{ "pile_set_name": "Github" }
> ### GitAds > `DKImagePickerController` is being sponsored by the following tool; please help to support us by taking a look and signing up to a free trial: > [<img src="https://images.gitads.io/DKImagePickerController" alt=“GitAds”/>](https://tracking.gitads.io/?repo=DKImagePickerController) DKImagePickerController ...
{ "pile_set_name": "Github" }
import React from 'react'; import TestRenderer, { act } from 'react-test-renderer'; import Wasm from '../src/Wasm'; import bytes from './bytes'; import bytesWithImport from './bytes-imports'; // mock fetch const fetchMock = url => new Promise((resolve, reject) => { let arrayBuffer = new ArrayBuffer([]); if (url.mat...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title>Rgaa30 Test.11-2-2 Passed 01</title>...
{ "pile_set_name": "Github" }
{ "dependencies": { "Microsoft.NETCore.App": { "version": "1.0.0", "type": "platform" }, "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0", "Microsoft.AspnetCore.Owin": "1.0.0", "Nancy": "2.0.0-barneyrubble" }, "tools": { ...
{ "pile_set_name": "Github" }
/* The MIT License (MIT) Copyright (c) 2014 Dirk Groenen 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 us...
{ "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"/> <title>LCD Library: Member List</title> <link href="tabs.css" rel="stylesheet"...
{ "pile_set_name": "Github" }
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * ...
{ "pile_set_name": "Github" }
package file import ( "bufio" "io/ioutil" "os" ) // ReadLines reads the content of the given file into a string slice func ReadLines(fileName string) ([]string, error) { file, err := os.Open(fileName) if err != nil { return nil, err } defer file.Close() scanner := bufio.NewScanner(file) var lines []string...
{ "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" }
EXTRA_DIST = smooth_opengl3.c smooth_opengl3.dsp noinst_PROGRAMS = smooth_opengl3 smooth_opengl3_SOURCES = smooth_opengl3.c smooth_opengl3_LDFLAGS = -export-dynamic smooth_opengl3_LDADD = ../../../src/lib@LIBRARY@.la $(GL_LIBS) smooth_opengl3_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)
{ "pile_set_name": "Github" }
# EnumTest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **enumString** | [**EnumStringEnum**](#EnumStringEnum) | | [optional] **enumStringRequired** | [**EnumStringRequiredEnum**](#EnumStringRequiredEnum) | | **enumInteger** | [**EnumIntegerEnum**](#...
{ "pile_set_name": "Github" }
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Namespace Microsoft....
{ "pile_set_name": "Github" }
'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; function getDecimals(n) { n = n + ''; var i = n.indexOf('.'); return (i == -1) ? 0 : n.length - i - 1; } function getVF(n, opt_pre...
{ "pile_set_name": "Github" }
/* * FXGL - JavaFX Game Library. The MIT License (MIT). * Copyright (c) AlmasB (almaslvl@gmail.com). * See LICENSE for details. */ package com.almasb.fxgl.physics.box2d.callbacks; import com.almasb.fxgl.physics.box2d.common.JBoxSettings; /** * Contact impulses for reporting. Impulses are used instead of forces ...
{ "pile_set_name": "Github" }
Filter 1: ON PK Fc 948 Hz Gain -2.9 dB Q 1.27 Filter 2: ON PK Fc 1994 Hz Gain 1.7 dB Q 2.98 Filter 3: ON PK Fc 3145 Hz Gain 3.2 dB Q 3.63 Filter 4: ON PK Fc 19706 Hz Gain -6.9 dB Q 0.17 Filter 5: ON PK Fc 14 Hz Gain 5.9 dB Q 0.45 Filter 6: ON PK Fc 67 Hz Gain 1.6 dB Q 0.26 Filter 7: ON PK Fc 4671 Hz Gain 3.8 dB Q 3.67 ...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 18ec59ff8011343668b099a9ba40aa96 TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 10 mipmaps: mipMapMode: 0 enableMipMap: 0 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapsPreserveCoverage: 0 alphaTestR...
{ "pile_set_name": "Github" }
%% @copyright 2007 Mochi Media, Inc. %% @author Matthew Dempsky <matthew@mochimedia.com> %% %% @doc Erlang module for automatically reloading modified modules %% during development. -module(reloader). -author("Matthew Dempsky <matthew@mochimedia.com>"). -include_lib("kernel/include/file.hrl"). -behaviour(gen_server)...
{ "pile_set_name": "Github" }
- id: 1 name: golang repo_count: 2 - id: 2 name: database repo_count: 1 - id: 3 name: SQL repo_count: 1 - id: 4 name: graphql repo_count: 1 - id: 5 name: topicname1 repo_count: 1 - id: 6 name: topicname2 repo_count: 2
{ "pile_set_name": "Github" }
<?php /** * @copyright Copyright (C) eZ Systems AS. All rights reserved. * @license For full copyright and license information view LICENSE file distributed with this source code. */ namespace eZ\Publish\Core\REST\Server\Input\Parser; use eZ\Publish\Core\REST\Common\Input\BaseParser; use eZ\Publish\Core\REST\Commo...
{ "pile_set_name": "Github" }
--- title: "Document Picker in Xamarin.iOS" description: "This document describes the iOS Document Picker and discusses how to use it in Xamarin.iOS. It takes a look at iCloud, documents, common setup code, document provider extensions, and more." ms.prod: xamarin ms.assetid: 89539D79-BC6E-4A3E-AEC6-69D9A6CC6818 ms.tec...
{ "pile_set_name": "Github" }
using NUnit.Framework; using OpenWrap.Commands.Remote; using OpenWrap.Commands.Remote.Messages; using OpenWrap.Testing; using Tests.Commands.contexts; namespace Tests.Commands.remote.list { class list_remote_with_fetch : command<ListRemoteCommand> { public list_remote_with_fetch() {...
{ "pile_set_name": "Github" }
# Copyright 2014, 2015 Simon Lydell # X11 (“MIT”) Licensed. (See LICENSE.) # <http://es5.github.io/#A.1> # <http://people.mozilla.org/~jorendorff/es6-draft.html#sec-ecmascript-language-lexical-grammar> # Don’t worry, you don’t need to know CoffeeScript. It is only used for its # readable regex syntax. Everything else...
{ "pile_set_name": "Github" }
-----BEGIN CERTIFICATE----- MIICwDCCAaigAwIBAgIJAMxop1TANOUXMA0GCSqGSIb3DQEBCwUAMBUxEzARBgNV BAoMCmJvZ28tY2hhaW4wHhcNMTcwODI4MTQzNTIzWhcNMjcwODI2MTQzNTIzWjAV MRMwEQYDVQQKDApib2dvLWNoYWluMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB CgKCAQEA5Rmy9d0TK2CYkabdcLWP2t18G/VTI3tqQ248uLPHsu0Qwd1jnpvy+iSM 6wvj7HF28vRp7bH45LZYr0n3xBKO2Unq...
{ "pile_set_name": "Github" }
# # Mathematical function library. # Author: James P. Biagioni (jbiagi1@uic.edu) # Company: University of Illinois at Chicago # Created: 12/16/10 # import math # Normal distribution PDF. Formula obtained from: http://en.wikipedia.org/wiki/Normal_Distribution def normal_distribution_pdf(x, mu, sigma, numerator=1.0): ...
{ "pile_set_name": "Github" }
function [ss,gg,tt,ff,zo]=specsub(si,fsz,pp) %SPECSUB performs speech enhancement using spectral subtraction [SS,ZO]=(S,FSZ,P) % % Usage: (1) y=specsub(x,fs); % enhance the speech using default parameters % % Inputs: % si input speech signal % fsz sample frequency in Hz % Alternatively, the inp...
{ "pile_set_name": "Github" }
import * as socket from "socket.io" import * as http from "http"; import * as https from "https"; import * as fs from "fs"; console.log('socket.io-server'); const server = http.createServer(); //const server = https.createServer({ // key: fs.readFileSync("cert/server-key.pem").toString(), // cert: fs.readFileSy...
{ "pile_set_name": "Github" }
{ "name": "flot-spline", "description": "Flot plugin that provides spline interpolation for line graphs", "version": "0.0.1", "homepage": "https://github.com/johnpozy/flot-spline", "repository": "https://github.com/johnpozy/flot-spline", "bugs": { "url": "https://github.com/johnpozy/flot-spline/issues" ...
{ "pile_set_name": "Github" }
<!-- start footer part --> <!--BEGIN GENERATE_TREEVIEW--> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> $navpath <li class="footer">$generatedby <a href="http://www.doxygen.org/index.html"> <img class="footer" src="$relpath$doxygen.png" alt="doxygen"/></a> $doxyg...
{ "pile_set_name": "Github" }
Xft.dpi: 96
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="iso-8859-15"?> <sigfile> <binary> <id>91D3629D74B9EF90</id> <version> <size>0x0000000000000052</size> <userdefinedname>main.obj</userdefinedname> <str_type>0</str_type> <xrefs> <xref offset="0x0000000000000000">B6AAF36DF8CB730C</xref> <xref offset=...
{ "pile_set_name": "Github" }
/* This file is part of cpp-ethereum. cpp-ethereum 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. cpp-ethereum is distributed in the...
{ "pile_set_name": "Github" }
metadata_confDeps := ../EmuFramework/metadata/conf.mk include $(IMAGINE_PATH)/make/shortcut/meta-builds/android.mk
{ "pile_set_name": "Github" }
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
{ "pile_set_name": "Github" }
# Documentation on Writing Documentation {#InternalMetadocs} ## Organization There are two sets of documentation built: - "Internal" - Also known as "implementation" docs, the target audience for this is someone developing the implementation of OSVR: someone working on this actual codebase, not just using it. If you'...
{ "pile_set_name": "Github" }
{ "type": "mekanism:crushing", "input": { "ingredient": { "item": "minecraft:oxeye_daisy" } }, "output": { "item": "mekanism:bio_fuel", "count": 5 } }
{ "pile_set_name": "Github" }
// Copyright 2013 Matthew Baird // 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" }
# Project: zlib_1_03 # Patched for zlib 1.1.2 rw@shadow.org.uk 19980430 # test works out-of-the-box, installs `somewhere' on demand # Toolflags: CCflags = -c -depend !Depend -IC: -g -throwback -DRISCOS -fah C++flags = -c -depend !Depend -IC: -throwback Linkflags = -aif -c++ -o $@ ObjAsmflags = -throwback -NoCache ...
{ "pile_set_name": "Github" }
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/iotsitewise/model/UpdateAssetResult.h> #include <aws/core/utils/json/JsonSerializer.h> #include <aws/core/AmazonWebServiceResult.h> #include <aws/core/utils/StringUtils.h> #include <aws/...
{ "pile_set_name": "Github" }
/*Copyright (c) 2017 The Paradox Game Converters Project 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, p...
{ "pile_set_name": "Github" }
/* All modification made by Intel Corporation: © 2016 Intel Corporation All contributions by the University of California: Copyright (c) 2014, 2015, The Regents of the University of California (Regents) All rights reserved. All other contributions: Copyright (c) 2014, 2015, the respective contributors All rights rese...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2013-2015 RoboVM AB * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
{ "pile_set_name": "Github" }
/* ------------------------------------------------------------------ * Copyright (C) 2008 PacketVideo * * 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/li...
{ "pile_set_name": "Github" }
author=%1 author_website=%2 icon=logo.svg name=%3 supported_platforms=%4 url=%5 version=1.0
{ "pile_set_name": "Github" }
64-bit Windows on AMD64/Intel EM64T is somewhat supported in the 7.0 release. A collector can be built with Microsoft Visual C++ 2005. The resulting test programs have been known to work at least once. More testing would clearly be helpful. Currently only NT_X64_STATIC_THREADS_MAKEFILE has been used in this environme...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "WXPBGeneratedMessage.h" @class NSMutableArray, NSString; @interface Log_IMOperation : WXPBGeneratedMessage { } + (void)initialize; // Remaining properties @property(non...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <Cocoa/NSDatePicker.h> @interface NSDatePicker (PhotoDateAdditions) - (void)setPhotoDate:(double)arg1; - (double)photoDate; @e...
{ "pile_set_name": "Github" }
/* Copyright The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
{ "pile_set_name": "Github" }
--- id: "json-file-loader" title: "@graphql-tools/json-file-loader" sidebar_label: "json-file-loader" --- ### Classes * [JsonFileLoader](/docs/api/classes/_loaders_json_file_src_index_.jsonfileloader) ### Interfaces * [JsonFileLoaderOptions](/docs/api/interfaces/_loaders_json_file_src_index_.jsonfileloaderoptions)
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>me.zhyd....
{ "pile_set_name": "Github" }
#!/usr/bin/env python # -*- coding: utf-8 -*- """ unmanic.__init__.py Written by: Josh.5 <jsunnex@gmail.com> Date: 21 February 2017, (11:11 AM) Copyright: Copyright (C) Josh Sunnex - All Rights Reserved Permission is hereby granted, free of ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2003-2020 Rony Shapiro <ronys@pwsafe.org>. * All rights reserved. Use of the code is allowed under the * Artistic License 2.0 terms, as specified in the LICENSE file * distributed with this code, or available from * http://www.opensource.org/licenses/artistic-license-2.0.php */ #ifndef __MFILTERSAX2H...
{ "pile_set_name": "Github" }
{ "compilerOptions": { "target": "es5", "module": "es2015", "sourceMap": false, "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true, "declaration": true, "outDir": "../component", "lib": ["es2015", "dom"] }, "angularCompilerOptions": { ...
{ "pile_set_name": "Github" }
// Protocol Buffers for Go with Gadgets // // Copyright (c) 2018, The GoGo Authors. All rights reserved. // http://github.com/gogo/protobuf // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributio...
{ "pile_set_name": "Github" }
/****************************************************************************** * Copyright (c) 2004, 2008 IBM Corporation * All rights reserved. * This program and the accompanying materials * are made available under the terms of the BSD License * which accompanies this distribution, and is available at * http:...
{ "pile_set_name": "Github" }
import numpy as np import scipy.interpolate import scipy.ndimage def rebin2D(a, newdims, method='linear', centre=False, minusone=False): '''Arbitrary resampling of source array to new dimension sizes. Currently only supports maintaining the same number of dimensions. To use 1-D arrays, first promote them t...
{ "pile_set_name": "Github" }
// Created by cgo -godefs - DO NOT EDIT // cgo -godefs types_openbsd.go package pty type ptmget struct { Cfd int32 Sfd int32 Cn [16]int8 Sn [16]int8 } var ioctl_PTMGET = 0x40287401
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: c1691582d0b66dd418d76b806a774e7d TrueTypeFontImporter: serializedVersion: 2 fontSize: 16 forceTextureCase: -2 characterSpacing: 1 characterPadding: 0 includeFontData: 1 use2xBehaviour: 0 fontNames: [] customCharacters: fontRenderingMode: 0 userData:
{ "pile_set_name": "Github" }
package cdn //Licensed under the Apache License, Version 2.0 (the "License"); //you may not use this file except in compliance with the License. //You may obtain a copy of the License at // //http://www.apache.org/licenses/LICENSE-2.0 // //Unless required by applicable law or agreed to in writing, software //distribut...
{ "pile_set_name": "Github" }
## CNCF Graduated Project Logos *Note: GitHub Flavored Markdown used in the Readme doesn't support background colors. The white logos below are displayed on the light grey of tables.* #### Kubernetes Logos <table> <tr> <th colspan="7"></th> </tr> <tr> <th></th> <th colspan="3">PNG</t...
{ "pile_set_name": "Github" }
// This project was built with MultiProcessing and // will not execute with the standard Processing software. // MultiProcessing was developed by Simon Greenwold for the // course 872a Model Based Design at the Yale School of // Architecture in Winter 2003 // Julia Stanat // 872a _ Model Based Design - Yale Schoo...
{ "pile_set_name": "Github" }
//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
{ "pile_set_name": "Github" }
/* IMPORTANT! This file is auto-generated each time you save your project - if you alter its contents, your changes may be overwritten! */ #include "AppConfig.h" #include <juce_audio_plugin_client/juce_audio_plugin_client_AUv3.mm>
{ "pile_set_name": "Github" }
/* * Copyright 2015-2102 RonCoo(http://www.roncoo.com) Group. * * 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 req...
{ "pile_set_name": "Github" }
dev tun proto tcp remote br-sp-smart.serverlocation.co 54 resolv-retry infinite client auth-user-pass /config/openvpn-credentials.txt nobind persist-key persist-tun remote-cert-tls server compress lzo reneg-sec 0 cipher AES-256-CBC auth SHA256 # Uncomment following line if you use MS Windows # block-outside-dns verb 3 ...
{ "pile_set_name": "Github" }
FILE_CONTENT
{ "pile_set_name": "Github" }
cite 'about-alias' about-alias 'puppet bolt aliases' # Aliases alias bolt='bolt command run --tty --no-host-key-check' alias boltas='bolt -p -u' alias sudobolt='bolt --run-as root --sudo-password' alias sudoboltas='sudobolt -p -u'
{ "pile_set_name": "Github" }
/* * Copyright 2015 MongoDB 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 i...
{ "pile_set_name": "Github" }
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System.Collections.Generic; using System.Linq; using UnityEngine; using UnityEditor.AnimatedValues; namespace UnityEditor { /// <summary> /// Prompts...
{ "pile_set_name": "Github" }
--- title: Host ASP.NET Core in a Windows Service author: rick-anderson description: Learn how to host an ASP.NET Core app in a Windows Service. monikerRange: '>= aspnetcore-2.1' ms.author: riande ms.custom: mvc ms.date: 02/07/2020 no-loc: ["ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAs...
{ "pile_set_name": "Github" }
<Page x:Class="BluetoothLEExplorer.Views.Shell" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:Controls="using:Template10.Controls" xmlns:Core="using:Microsoft.Xaml.Interactions.Core" xmlns:Interactivity="...
{ "pile_set_name": "Github" }
import { TestBed } from '@angular/core/testing'; import { of } from 'rxjs'; import { createDummies, fastTestSetup } from '../../../../test/helpers'; import { Contribution } from '../../../core/contribution'; import { VcsCommitItemDummy } from '../../../core/dummies'; import { GitGetHistoryResult } from '../../../core/g...
{ "pile_set_name": "Github" }
#!/usr/bin/env python """ Copyright (c) 2006-2020 sqlmap developers (http://sqlmap.org/) See the file 'LICENSE' for copying permission """ from lib.core.exception import SqlmapUnsupportedFeatureException from plugins.generic.filesystem import Filesystem as GenericFilesystem class Filesystem(GenericFilesystem): d...
{ "pile_set_name": "Github" }
// cmcstl2 - A concept-enabled C++ standard library // // Copyright Eric Niebler 2014 // Copyright Casey Carter 2015 // // Use, modification and distribution is subject to the // Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // /...
{ "pile_set_name": "Github" }
# # OpenSSL/crypto/txt_db/Makefile # DIR= txt_db TOP= ../.. CC= cc INCLUDES= CFLAG=-g MAKEFILE= Makefile AR= ar r CFLAGS= $(INCLUDES) $(CFLAG) GENERAL=Makefile TEST= APPS= LIB=$(TOP)/libcrypto.a LIBSRC=txt_db.c LIBOBJ=txt_db.o SRC= $(LIBSRC) EXHEADER= txt_db.h HEADER= $(EXHEADER) ALL= $(GENERAL) $(SRC) $(HEA...
{ "pile_set_name": "Github" }
{ "id": "arming_sword", "fg": [ "arming_sword" ], "bg": [ ] }
{ "pile_set_name": "Github" }
# Copyright 2017 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }