text
stringlengths
2
99.9k
meta
dict
/* Erica Sadun, http://ericasadun.com iPhone Developer's Cookbook, 3.0 Edition BSD License, Use at your own risk */ #import <UIKit/UIKit.h> #import "SettingsViewController.h" #import "TwitterOperation.h" #import "KeychainItemWrapper.h" #define COOKBOOK_PURPLE_COLOR [UIColor colorWithRed:0.20392f green:0.19607f bl...
{ "pile_set_name": "Github" }
["0.1.0"] git-tree-sha1 = "2b93d8d8d3855a6d5d6a80c67e7602889edf8ed4"
{ "pile_set_name": "Github" }
NO3NO2_NASA94 ! Nitrate Photolysis to NO2 (NO3NO2) ! NO3 + hv -> NO2 + O(3P) ! Taken from the original RADM data, with NASA (1994) updates ! format: wl, abs_cs, qy Centered ! With FAC, units are (cm^2/molecule) FAC=1.0 400.000 0.0000000E+00 1.0000000E+00 405.000 2.7999999E-20 1.0000000E+00 410.000 4.4500000E-20 1...
{ "pile_set_name": "Github" }
eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve org.eclipse.jdt.core.compiler.compliance=1.7 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: da5687cfb0df88348ae3ce5c912731ec NativeFormatImporter: externalObjects: {} mainObjectFileID: 2100000 userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
/* * cloudbeaver - Cloud Database Manager * Copyright (C) 2020 DBeaver Corp and others * * Licensed under the Apache License, Version 2.0. * you may not use this file except in compliance with the License. */ import { observer } from 'mobx-react'; import styled, { css } from 'reshadow'; import { useStyles } fro...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN" "http://www.puppycrawl.com/dtds/configuration_1_3.dtd"> <module name="Checker"> <property name="fileExtensions" value="java, properties, xml" /> <property name="tabWidth" value="4" /> <!-- Headers --> <module name="He...
{ "pile_set_name": "Github" }
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved. * * The contents of this file are subject to the terms of either the GNU * General Public License Version 2 only ("GPL") or the Common Development * and Distribution License("CD...
{ "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" }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System { [AttributeUsage(AttributeTargets.Method)] public sealed class LoaderOptimizationAttribute : Attribute { private readonly byte _val; pub...
{ "pile_set_name": "Github" }
#include "StdSDK.h" // Standard application includes #include "About.h" // For non-static function prototypes #include "resource.h" // For resource identifiers #include "pizza.h" #include <tchar.h> // // Function prototypes for static functions // static BOOL mainFrame_DisplayContextM...
{ "pile_set_name": "Github" }
// unordered_set implementation -*- C++ -*- // Copyright (C) 2010-2013 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Public License as published by the // Free Software...
{ "pile_set_name": "Github" }
:local(.dropdownheader) { padding-left: 10px; padding-right: 10px; padding-bottom: 5px; margin-bottom: 5px; font-weight: 600; } :local(.bottomSpacer) { margin-bottom: 10px; list-style: none; } :local(.topSpacer) { margin-top: 10px; }
{ "pile_set_name": "Github" }
#ifndef __IRODS_NETWORK_OBJECT_HPP__ #define __IRODS_NETWORK_OBJECT_HPP__ // =-=-=-=-=-=-=- #include "irods_first_class_object.hpp" // =-=-=-=-=-=-=- // irods includes #include "rcConnect.h" // =-=-=-=-=-=-=- // boost includes #include <boost/shared_ptr.hpp> namespace irods { // =-=-=-=-=-=-=- // network object bas...
{ "pile_set_name": "Github" }
/* * YAFFS: Yet another FFS. A NAND-flash specific file system. * * Copyright (C) 2002-2011 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Timothy Manning <timothy@yaffs.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of th...
{ "pile_set_name": "Github" }
# Sets up an HTTPS server that serves directory contents # Generate a private key and certificate using openssl: # openssl req -newkey rsa:2048 -nodes -keyout privkey.pem -x509 -days 36500 -out certificate.pem -subj "/C=US/ST=NRW/L=Earth/O=CompanyName/OU=IT/CN=www.example.com/emailAddress=email@example.com" import sy...
{ "pile_set_name": "Github" }
/* * ModSecurity, http://www.modsecurity.org/ * Copyright (c) 2015 - 2020 Trustwave Holdings, Inc. (http://www.trustwave.com/) * * 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 * * If any of the fil...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -triple x86_64-linux-gnu -fsyntax-only -ast-dump=json %s | FileCheck %s unsigned char implicitcast_0(unsigned int x) { return x; } signed char implicitcast_1(unsigned int x) { return x; } unsigned char implicitcast_2(signed int x) { return x; } signed char implicitcast_3(signed int x) { r...
{ "pile_set_name": "Github" }
% -*- Mode: LaTeX -*- \newcounter{testpart} \newcounter{testchapter} \typeout{Enter "y" or "n" followed by <return> for all questions.} \def\querypart#1{Do you want to format all or some of Part \thetestpart: #1 ?} \def\querychapter#1{Do you want to format Chapter \thetestchapter: #1 ?} \setcounter{testpart}{1} \se...
{ "pile_set_name": "Github" }
import sys import pytest from hypothesis import strategies as st from hypothesis import given, settings, example from unicodedata import normalize # For every (n1, n2, n3) triple, applying n1 then n2 must be the same # as applying n3. # Reference: http://unicode.org/reports/tr15/#Design_Goals compositions = [ ('N...
{ "pile_set_name": "Github" }
{ "name": "simple-line-icons", "version": "2.4.1", "authors": [ "Sabbir Ahmed <sabbiirr@gmail.com>" ], "description": "Simple Line Icons Bower Package", "keywords": [ "fonts", "simple", "simple-line", "icon" ], "main": [ "css/simple-line-icons.css", "scss/simple-lin...
{ "pile_set_name": "Github" }
{$, $$, View, TextEditorView} = require 'atom-space-pen-views' {CompositeDisposable} = require 'atom' module.exports = class Dialog extends View @content: ({prompt} = {}) -> @div class: 'dialog', => @label prompt, class: 'icon', outlet: 'promptText' @subview 'miniEditor', new TextEditorView(mini: tru...
{ "pile_set_name": "Github" }
// Copyright 2009 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 darwin dragonfly freebsd netbsd openbsd // BSD system call wrappers shared by *BSD based systems // including OS X (Darwin) and FreeBSD. Like the ot...
{ "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" }
#!/usr/bin/env bash # SPDX-License-Identifier: BSD-3-Clause # Copyright 2015-2019, Intel Corporation # # src/test/obj_recovery/TEST5 -- unit test for pool recovery # . ../unittest/unittest.sh require_test_type medium require_no_asan configure_valgrind pmemcheck force-disable setup # exits in the middle of transac...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2015-2020 Ole André Vadla Ravnås <oleavr@nowsecure.com> * * Licence: wxWindows Library Licence, Version 3.1 */ #include "gumthumbreader.h" #include <capstone.h> static cs_insn * disassemble_instruction_at (gconstpointer address); gpointer gum_thumb_reader_try_get_relative_jump_target (gconstp...
{ "pile_set_name": "Github" }
import { BufferWhenSignature } from '../../operator/bufferWhen'; declare module '../../Observable' { interface Observable<T> { bufferWhen: BufferWhenSignature<T>; } }
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008-2010 Gael Guennebaud <gael.guennebaud@inria.fr> // Copyright (C) 2010 Jitse Niesen <jitse@maths.leeds.ac.uk> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a...
{ "pile_set_name": "Github" }
--- title: Introduction to Framework Objects description: Introduction to Framework Objects ms.assetid: 1314501a-bff1-4aac-a391-a72acca9cc26 keywords: - framework objects WDK KMDF , about framework objects - reference counts WDK KMDF - deletion callback functions WDK KMDF - callback functions WDK KMDF - parent objects ...
{ "pile_set_name": "Github" }
To update exchange rates, run the following command ``` curl https://api.exchangeratesapi.io/latest > exchange_rates.json ```
{ "pile_set_name": "Github" }
/* * Driver for the National Semiconductor DP83640 PHYTER * * Copyright (C) 2010 OMICRON electronics GmbH * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the Lice...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>IDEDidComputeMac32BitWarning</key> <true/> </dict> </plist>
{ "pile_set_name": "Github" }
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/sagemaker/model/ImageConfig.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::Utils::Json; using namespace Aws::Utils; namespace Aws { namespa...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2000-2006 Silicon Graphics, Inc. * All Rights Reserved. * * 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. * * This program is distributed in the hope that it would be ...
{ "pile_set_name": "Github" }
[libui](README.md) / [uiMainStep](ui-main-step.md) # uiMainStep `fun uiMainStep(wait: Int): Int`
{ "pile_set_name": "Github" }
{-# OPTIONS_GHC -Wno-orphans #-} {-# LANGUAGE ConstraintKinds #-} {-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE GeneralizedNewtypeDeriving #-} {-# LANGUAGE MultiParamTypeClasses #-} {-# LANGUAGE RankNTypes #-} {-# LANGUAGE ScopedTyp...
{ "pile_set_name": "Github" }
[Desktop Entry] Encoding=UTF-8 Type=Directory Name=Card Games Icon=applications-games-card #TRANSLATIONS_DIR=translations # Translations Name[uz@cyrillic]=Қарта ўйинлари
{ "pile_set_name": "Github" }
<!-- ~ Changes to this file committed after and not including commit-id: ccc0d2c5f9a5ac661e60e6eaf138de7889928b8b ~ are released under the following license: ~ ~ This file is part of Hopsworks ~ Copyright (C) 2018, Logical Clocks AB. All rights reserved ~ ~ Hopsworks is free software: you can redistribute...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIde...
{ "pile_set_name": "Github" }
#include <types.h> #include <unistd.h> #include <ulib.h> #include <spipe.h> #define SPIPE_SIZE 4096 #define SPIPE_BUFSIZE (SPIPE_SIZE - sizeof(__spipe_state_t)) static bool __spipeisclosed_nolock(spipe_t * p, bool read); int spipe(spipe_t * p) { static_assert(SPIPE_SIZE > SPIPE_BUFSIZE); int ret; sem_t spi...
{ "pile_set_name": "Github" }
/* * HDMI Channel map support helpers */ #include <linux/module.h> #include <sound/control.h> #include <sound/tlv.h> #include <sound/hda_chmap.h> /* * CEA speaker placement: * * FLH FCH FRH * FLW FL FLC FC FRC FR FRW * * LFE * ...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2016-2017 Netflix, Inc. 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 requir...
{ "pile_set_name": "Github" }
gcr.io/google_containers/kube-proxy:v1.11.10
{ "pile_set_name": "Github" }
// *************************************************************************** // * // * Copyright (C) 2014 International Business Machines // * Corporation and others. All Rights Reserved. // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter // * Source File: <path>/common/main/mgo.xml // * // ***********************...
{ "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"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> ...
{ "pile_set_name": "Github" }
--------------ofCamera parameters-------------- transformMatrix 0.995621, 0.0225893, -0.0907183, 0 -0.0607166, 0.894107, -0.443719, 0 0.0710885, 0.447283, 0.891562, 0 52.9581, 333.196, 664.16, 1 fov 60 near 6.65107 far 6651.07 lensOffset 0, 0 isOrtho 0 --------------ofEasyCam parameters-...
{ "pile_set_name": "Github" }
// Copyright 2017 Google Inc. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
{ "pile_set_name": "Github" }
{ "name" : "Wizzard", "level" : 17, "sanity" : null, "inventory" : [ { "name" : "Hat", "features" : [ "magic", "pointed" ], "traits" : {} }, { "name" : "Staff", "features" : [], "traits" : { "damage" : 10 } }, { "name" : "...
{ "pile_set_name": "Github" }
from .flops_counter import get_model_complexity_info from .registry import Registry, build_from_cfg __all__ = ["Registry", "build_from_cfg", "get_model_complexity_info"]
{ "pile_set_name": "Github" }
MIT License Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.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...
{ "pile_set_name": "Github" }
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 3.0.11 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * -----------------------------...
{ "pile_set_name": "Github" }
# # Copyright (c) 2005, 2012, Oracle and/or its affiliates. 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 Softwa...
{ "pile_set_name": "Github" }
package com.simplecity.amp_library.model; import android.content.Context; import android.database.Cursor; import android.provider.MediaStore; import com.simplecity.amp_library.R; import com.simplecity.amp_library.utils.playlists.FavoritesPlaylistManager; import com.simplecity.amp_library.utils.playlists.PlaylistManage...
{ "pile_set_name": "Github" }
#ifndef BOOST_CHECKED_DELETE_HPP_INCLUDED #define BOOST_CHECKED_DELETE_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // boost/checked_delete.hpp // // Copyright (c) 2002, 2003 Peter Dimov // Copyright (c) 2003 Daniel Frey // Copyr...
{ "pile_set_name": "Github" }
#%RAML 1.0 title: simple object types: root: properties: name: string friend: type: object properties: name: string /res: get: body: application/xml: type: root example: | <root> <name>robert</name> <frie...
{ "pile_set_name": "Github" }
/** * Provides a taint-tracking configuration for reasoning about command-injection * vulnerabilities (CWE-078). */ import javascript module IndirectCommandInjection { import IndirectCommandInjectionCustomizations::IndirectCommandInjection private import IndirectCommandArgument /** * A taint-tracking con...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- * This file is part of the LibreOffice project. * * 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/. * * This file incorp...
{ "pile_set_name": "Github" }
name: "LeNet" layer { name: "data" type: "Input" top: "data" input_param { shape: { dim: 64 dim: 1 dim: 28 dim: 28 } } } layer { name: "conv1" type: "Convolution" bottom: "data" top: "conv1" param { lr_mult: 1 } param { lr_mult: 2 } convolution_param { num_output: 20 kernel_siz...
{ "pile_set_name": "Github" }
//===- PtrUseVisitor.cpp - InstVisitors over a pointers uses --------------===// // // 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" }
/* * Zed Attack Proxy (ZAP) and its related class files. * * ZAP is an HTTP/HTTPS proxy for assessing web application security. * * Copyright 2015 The ZAP Development Team * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
{ "pile_set_name": "Github" }
(function($) { $.extend($.summernote.lang, { 'fi-FI': { font: { bold: 'Lihavointi', italic: 'Kursivointi', underline: 'Alleviivaus', clear: 'Tyhjennä muotoilu', height: 'Riviväli', name: 'Kirjasintyyppi', strikethrough: 'Yliviivaus', subscript:...
{ "pile_set_name": "Github" }
import React from "react"; import { MediaGrid, ImageMediaGridItem } from "./MediaGrid"; import defaultThumbnailUrl from "../../assets/default-thumbnail.png"; import { VerticalScrollContainer } from "./Flex"; export default { title: "MediaGrid", component: MediaGrid }; export const mediaGrid = () => ( <VerticalS...
{ "pile_set_name": "Github" }
/* * Copyright 2010 Red Hat, Inc. and/or its affiliates. * * 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" }
# Copyright (C) 2019 Automattic # This file is distributed under the GNU General Public License v2 or later. msgid "" msgstr "" "Project-Id-Version: Maywood 1.4.2\n" "Report-Msgid-Bugs-To: http://wordpress.org/support/theme/maywood\n" "POT-Creation-Date: 2019-08-28 16:20:11+00:00\n" "MIME-Version: 1.0\n" "Content-Type:...
{ "pile_set_name": "Github" }
package sqlmock import ( "database/sql/driver" "fmt" "reflect" "regexp" "strings" "sync" ) // Argument interface allows to match // any argument in specific way when used with // ExpectedQuery and ExpectedExec expectations. type Argument interface { Match(driver.Value) bool } // an expectation interface type ...
{ "pile_set_name": "Github" }
using FSO.Client; using FSO.Common.Rendering.Framework; using FSO.Common.Rendering.Framework.Camera; using FSO.Content; using FSO.SimAntics; using FSO.SimAntics.Model; using FSO.Vitaboy; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using System; using System.Collections.Generic; using System....
{ "pile_set_name": "Github" }
{ "name": "kill", "displayName": "Kill", "description": "Kill an app", "examples": ["kill atom", "kill safari"], "categories": ["Utilities"], "creator_name": "Jeff Shaver", "creator_url": "https://twitter.com/jeffshaver_" }
{ "pile_set_name": "Github" }
var gqlwx = require('../graphql/wxgql'); var GraphQL = gqlwx.GraphQL; var gql = GraphQL( { //设置全局url url: 'https://users.authing.cn/graphql', // url必填 //设置全居动态header header: function () { return { // something.... 'X-Test-Header': 'test h...
{ "pile_set_name": "Github" }
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. */ package com.microsoft.azure.management.network.v2019_08_01; import java.util.Collection...
{ "pile_set_name": "Github" }
// Copyright 2017 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, OpenBSD // // Just jump to package syscall's implementation for all these functions...
{ "pile_set_name": "Github" }
// MARK: JSON public enum JSON { case string(Swift.String) case number(Double) case bool(Swift.Bool) case null case array([JSON]) case object([Swift.String : JSON]) } // MARK: RawRepresentable extension JSON: RawRepresentable { public init?(rawValue: Any) { switch rawValue { ...
{ "pile_set_name": "Github" }
form=未知 tags= 美女妖且闲, 采桑歧路间。 柔条纷冉冉, 落叶何翩翩。 攘袖见素手, 皓腕约金环。 头上金爵钗, 腰佩翠琅玕。 明珠交玉体, 珊瑚间木难。 罗衣何飘摇, 轻裾随风还。 顾盼遗光彩, 长啸气若兰。 行徒用息驾, 休者以忘餐。 借问女安居, 乃在城南端。 青楼临大路, 高门结重关。 容华耀朝日, 谁不希令颜? 媒氏何所营? 玉帛不时安。 佳人慕高义, 求贤良独难。 众人徒嗷嗷, 安知彼所观? 盛年处房室, 中夜起长叹。
{ "pile_set_name": "Github" }
name = 'HDF5' version = '1.10.2' homepage = 'https://portal.hdfgroup.org/display/support' description = """HDF5 is a data model, library, and file format for storing and managing data. It supports an unlimited variety of datatypes, and is designed for flexible and efficient I/O and for high volume and complex data."...
{ "pile_set_name": "Github" }
/* Auto-generated from php/php-langspec tests */ <?php /* +-------------------------------------------------------------+ | Copyright (c) 2014 Facebook, Inc. (http://www.facebook.com) | +-------------------------------------------------------------+ */ error_reporting(-1); include_once 'MathLibrary.inc'; /...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>MathJax Example Page</title> <!-- Copyright (c) 2012-2017 The MathJax Consortium --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> li {margin-top: .2em} </style> </head> <body> <h1...
{ "pile_set_name": "Github" }
import flat from "array.prototype.flat"; import { fromEntries } from "./object-entries"; type LineIndex = number; type ColumnIndex = number; export function parseFocus(focus: string) { if (!focus) { throw new Error("Focus cannot be empty"); } try { const parts = focus.split(/,(?![^\[]*\])/g).map(parseP...
{ "pile_set_name": "Github" }
using UnityEngine; using System.Collections; public class Shell : MonoBehaviour { public Rigidbody myRigidbody; public float forceMin; public float forceMax; float lifetime = 4; float fadetime = 2; void Start () { float force = Random.Range (forceMin, forceMax); myRigidbody.AddForce (transform.right * fo...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- """Specific data provider for Russia (ru).""" from mimesis.builtins.base import BaseSpecProvider from mimesis.enums import Gender from mimesis.typing import Seed __all__ = ['RussiaSpecProvider'] class RussiaSpecProvider(BaseSpecProvider): """Class that provides special data for Russia (...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # # Copyright (C) 2015 GNS3 Technologies Inc. # # 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 3 of the License, or # (at your option) any later version. ...
{ "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" }
/** @file Register names for PCH Serial IO Controllers Copyright (c) 2018 - 2019, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #ifndef _PCH_REGS_SERIAL_IO_ #define _PCH_REGS_SERIAL_IO_ #define R_SERIAL_IO_CFG_BAR0_LOW 0x10 #defin...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2016 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" }
fileFormatVersion: 2 guid: 51d34008285243768f59a545839dc097 timeCreated: 1539108536
{ "pile_set_name": "Github" }
..\nothing.com del osask_at.exe del osask_qe.exe ren OSASK.EXE osask_at.exe ..\osalink1.exe ren osask.exe osask_qe.exe ren osask_at.exe OSASK.EXE ..\imgtol.com s osask_qe.exe osask_qe.sys 2048 ..\edimg.exe @edimgopt.txt
{ "pile_set_name": "Github" }
"use strict"; /** * @fileOverview * Core operations on curve 25519 required for the higher level modules. */ /* * Copyright (c) 2007, 2013, 2014 Michele Bini * Copyright (c) 2014 Mega Limited * under the MIT License. * * Authors: Guy K. Kloss, Michele Bini * * You should have received a copy of the license a...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you 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.or...
{ "pile_set_name": "Github" }
[egg_info] tag_build = dev tag_svn_revision = true
{ "pile_set_name": "Github" }
/* * Open Source Software published under the Apache Licence, Version 2.0. */ package io.github.vocabhunter.gui.common; import org.junit.jupiter.api.Test; import java.util.List; import static java.util.stream.Collectors.toList; import static org.junit.jupiter.api.Assertions.assertEquals; public class WordUseTool...
{ "pile_set_name": "Github" }
import React from 'react'; import demand from 'must'; import { shallow } from 'enzyme'; import { Lists } from '../Lists'; import ListTile from '../ListTile'; describe('<Lists />', () => { it('should render the lists', () => { const lists = [{}, {}]; const component = shallow(<Lists lists={lists} listsData={{}} c...
{ "pile_set_name": "Github" }
using System; using Android.App; using Android.Content.PM; using Android.Runtime; using Android.Views; using Android.Widget; using Android.OS; namespace StepSliderDemo.Droid { [Activity(Label = "StepSliderDemo", Icon = "@drawable/icon", Theme = "@style/MainTheme", MainLauncher = true, ConfigurationChanges = Conf...
{ "pile_set_name": "Github" }
Vertical Kuijken & Gilmore potential ==================================== .. autoclass:: galpy.potential.KGPotential :members: __init__
{ "pile_set_name": "Github" }
config BOARD_PURISM_BASEBOARD_LIBREM_BDW def_bool n select SYSTEM_TYPE_LAPTOP select BOARD_ROMSIZE_KB_8192 select HAVE_ACPI_RESUME select HAVE_ACPI_TABLES select INTEL_GMA_HAVE_VBT select INTEL_INT15 select MAINBOARD_HAS_LIBGFXINIT select MAINBOARD_HAS_TPM1 select SOC_INTEL_BROADWELL if BOARD_PURISM_BASEBOAR...
{ "pile_set_name": "Github" }
package org.zstack.header.identity import org.zstack.header.errorcode.ErrorCode doc { title "配额清单" ref { name "error" path "org.zstack.header.identity.APIUpdateQuotaEvent.error" desc "错误码,若不为null,则表示操作失败, 操作成功时该字段为null", false type "ErrorCode" since "0.6" clz ...
{ "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("devtools","en",{title:"Element Information",dialogName:"Dialog window name",tabName:"Tab name",elementId:"Element ID",elementType:"Element type"});
{ "pile_set_name": "Github" }
# Copyright (c) 2020 The Orbit Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. set(DIR third_party/multicore/common) add_library( multicore OBJECT ${DIR}/inmemorylogger.cpp ${DIR}/autoresetevent.h ${DIR}/autoreseteventcondvar....
{ "pile_set_name": "Github" }
--- title: DocDB performance enhancements to RocksDB headerTitle: Performance linkTitle: Performance description: Learn how DocDB enhances RocksDB for scale and performance. aliases: - /latest/architecture/concepts/docdb/performance/ menu: latest: identifier: docdb-performance parent: docdb weight: 1148...
{ "pile_set_name": "Github" }
# Vultr+SS+Firewall(fail2ban+iptables)+ss-bash 网络加速教程,适用于Linux0基础的同学 **教程见** https://github.com/ugukkylbklaom/Vultr-SS-Firewall/wiki
{ "pile_set_name": "Github" }
using System; using Robust.Client.Animations; using Robust.Client.GameObjects.Components.Animations; using Robust.Client.Interfaces.GameObjects.Components; using Robust.Shared.Animations; using Robust.Shared.GameObjects; using Robust.Shared.Interfaces.GameObjects.Components; using Robust.Shared.Maths; namespace Conten...
{ "pile_set_name": "Github" }
/* NUGET: BEGIN LICENSE TEXT * * Microsoft grants you the right to use these script files for the sole * purpose of either: (i) interacting through your browser with the Microsoft * website or online service, subject to the applicable licensing or use * terms; or (ii) using the files as included with a Microsoft p...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>BuildMachineOSBuild</key> <string>17B48</string> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <s...
{ "pile_set_name": "Github" }