text
stringlengths
2
99.9k
meta
dict
; ; jidctfst.asm - fast integer IDCT (MMX) ; ; Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB ; ; Based on the x86 SIMD extension for IJG JPEG library ; Copyright (C) 1999-2006, MIYASAKA Masaru. ; For conditions of distribution and use, see copyright notice in jsimdext.inc ; ; This file should be assembl...
{ "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 not u...
{ "pile_set_name": "Github" }
/* * osd_initiator - Main body of the osd initiator library. * * Note: The file does not contain the advanced security functionality which * is only needed by the security_manager's initiators. * * Copyright (C) 2008 Panasas Inc. All rights reserved. * * Authors: * Boaz Harrosh <bharrosh@panasas.com> * B...
{ "pile_set_name": "Github" }
#pragma once namespace Lumos { namespace Maths { class Vector4; } namespace Graphics { class CommandBuffer; class Framebuffer; enum class TextureType : int; enum class TextureFormat; struct AttachmentInfo { TextureType textureType; TextureFormat format; }; struct RenderpassInfo { ...
{ "pile_set_name": "Github" }
<!-- Generated by pkgdown: do not edit by hand --> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Internal function to add listeners — add_listener • jug</title> <!-- jquery --...
{ "pile_set_name": "Github" }
{ "format_version": "1.13.0", "minecraft:feature_rules": { "description": { "identifier": "minecraft:mesa_plateau_stone_surface_trees_feature", "places_feature": "minecraft:legacy:mesa_plateau_stone_tree_feature" }, "conditions": { "placement_pass": "surface_pass", "minecraft:bio...
{ "pile_set_name": "Github" }
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #pragma once #include "indexmanager.h" #include <vespa/searchcore/proton/initializer/initializer_task.h> namespace proton { /* * Class representing an initializer task for constructing index mana...
{ "pile_set_name": "Github" }
import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient"; import { DiscoverInstancesRequest, DiscoverInstancesResponse } from "../models/models_0"; import { deserializeAws_json1_1DiscoverInstancesCommand, serializeAws_json1_1DiscoverInstancesCommand, } ...
{ "pile_set_name": "Github" }
#!/usr/bin/env node const ethwallet = require('ethereumjs-wallet') const fs = require('fs') const path = require('path') const password = 'password' let personas = [] let accounts = {} try { personas = require(path.join(configDir(), 'personas.json')) } catch (err) {} try { accounts = require(path.join(configDir(), 'ac...
{ "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" }
# Security Policy ## Supported Versions We are an open source project with no corporate sponsor and no formal "support". In practice, we support the latest released version and work with OS vendors to make it easy for them to backport fixes for their distributed packages. For some security issues, we will issue a p...
{ "pile_set_name": "Github" }
targets: Core: type: library.static platform: iOS sources: - path: Sources settings: INFOPLIST_FILE: ../ModuleInfo.plist configFiles: Debug: ../Configs/Module.xcconfig Release: ../Configs/Module.xcconfig CoreTests: type: bundle.unit-test platform: iOS sources:...
{ "pile_set_name": "Github" }
--- title: Form Elements (Clay Reorder) section: Components --- <div class="clay-site-row-spacer row"> <div class="col-md-12"> <h3>Clay Reorder</h3> <div class="alert alert-warning"> <code>```<div class="clay-reorder-underlay form-control"></div>```</code> must be declared right after (adjacent sibling of) <c...
{ "pile_set_name": "Github" }
define(function(require) { 'use strict'; var features = {}; return { register: function (name, ctor) { features[name] = ctor; }, get: function (name) { return features[name]; } }; });
{ "pile_set_name": "Github" }
var v35 = require('./lib/v35.js'); var sha1 = require('./lib/sha1'); module.exports = v35('v5', 0x50, sha1);
{ "pile_set_name": "Github" }
--- title: 'ツアー: Azure IoT Central の UI | Microsoft Docs' description: IoT ソリューションの作成、管理、および使用に使用する Azure IoT Central の UI の主要な領域を把握しておきましょう。 author: lmasieri ms.author: lmasieri ms.date: 12/09/2019 ms.topic: overview ms.service: iot-central services: iot-central ms.custom: mvc manager: corywink ms.openlocfilehash: 179...
{ "pile_set_name": "Github" }
// // ZipArchiveInfo.h // // Library: Zip // Package: Zip // Module: ZipArchiveInfo // // Definition of the ZipArchiveInfo class. // // Copyright (c) 2007, Applied Informatics Software Engineering GmbH. // and Contributors. // // SPDX-License-Identifier: BSL-1.0 // #ifndef Zip_ZipArchiveInfo_INCLUDED #define Zip_Zip...
{ "pile_set_name": "Github" }
/* Copyright 2016 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" }
-- -- $Id$ -- -- This file is part of the OpenLink Software Virtuoso Open-Source (VOS) -- project. -- -- Copyright (C) 1998-2020 OpenLink Software -- -- This project 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 Softwar...
{ "pile_set_name": "Github" }
/* The MIT License */ .dropzone, .dropzone *, .dropzone-previews, .dropzone-previews * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .dropzone { position: relative; border: 1px #ccc; background: #E4E7EA; padding: 1em; } .dropzone.dz-clickable { cursor: pointer;...
{ "pile_set_name": "Github" }
const x = import.meta; const url = import.meta.url; import.meta; import.meta.url; import.meta.couldBeMutable = true;
{ "pile_set_name": "Github" }
/* * OpenVINS: An Open Platform for Visual-Inertial Research * Copyright (C) 2019 Patrick Geneva * Copyright (C) 2019 Kevin Eckenhoff * Copyright (C) 2019 Guoquan Huang * Copyright (C) 2019 OpenVINS Contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the...
{ "pile_set_name": "Github" }
/* * Audio support data for ISDN4Linux. * * Copyright Andreas Eversberg (jolly@eversberg.eu) * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated herein by reference. * */ #include <linux/gfp.h> #include <linux/mISDNif.h> #include <linux/mISDNds...
{ "pile_set_name": "Github" }
[[_signing]] === Signing Your Work Git is cryptographically secure, but it's not foolproof. If you're taking work from others on the internet and want to verify that commits are actually from a trusted source, Git has a few ways to sign and verify work using GPG. ==== GPG Introduction First of all, if you want to si...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x" }, { "idiom" : "universal", "filename" : "Group_icon_delete@2x.png", "scale" : "2x" }, { "idiom" : "universal", "scale" : "3x" } ], "info" : { "version" : 1, "author" : "xcode" } }
{ "pile_set_name": "Github" }
/* Arduino SdFat Library * Copyright (C) 2008 by William Greiman * * This file is part of the Arduino SdFat 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 Foundation, either version 3 of t...
{ "pile_set_name": "Github" }
{ "pagination": { "ListCertificateAuthorities": { "input_token": "NextToken", "limit_key": "MaxResults", "output_token": "NextToken", "result_key": "CertificateAuthorities" }, "ListPermissions": { "input_token": "NextToken", "limit_key": "MaxResults", "output_toke...
{ "pile_set_name": "Github" }
// This file was GENERATED by command: // pump.py gmock-generated-actions.h.pump // DO NOT EDIT BY HAND!!! // GOOGLETEST_CM0002 DO NOT DELETE #ifndef GMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_GENERATED_ACTIONS_H_ #define GMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_GENERATED_ACTIONS_H_ #endif // GMOCK_INCLUDE_GMOC...
{ "pile_set_name": "Github" }
modelInfo <- list(label = "Support Vector Machines with Spectrum String Kernel", library = "kernlab", type = c("Regression", "Classification"), parameters = data.frame(parameter = c('length', 'C'), class = c("numeric", "nume...
{ "pile_set_name": "Github" }
/* Copyright (C) 2004 - 2008 Versant Inc. http://www.db4o.com This file is part of the sharpen open source java to c# translator. sharpen is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation and as clar...
{ "pile_set_name": "Github" }
/* * This file is part of the SDWebImage package. * (c) Olivier Poitrey <rs@dailymotion.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ #import "SDWebImageCompat.h" #if SD_MAC /** A subclass of `NSBitmapImageRep` to fix tha...
{ "pile_set_name": "Github" }
################################################################################ # SampleTextDot.py # Copyright (c) 2017 Robert McNeel & Associates. # See License.md in the root of this repository for details. ################################################################################ import Rhino import rhinoscri...
{ "pile_set_name": "Github" }
/* ***** BEGIN LICENSE BLOCK ***** * Distributed under the BSD license: * * Copyright (c) 2014, Ajax.org B.V. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of sou...
{ "pile_set_name": "Github" }
//---------------------------------------------- // NGUI: Next-Gen UI kit // Copyright © 2011-2014 Tasharen Entertainment //---------------------------------------------- using UnityEngine; using System.Collections.Generic; using System.Diagnostics; /// <summary> /// This improved version of the...
{ "pile_set_name": "Github" }
innoSetupDir=C:\\Program Files (x86)\\Inno Setup 6
{ "pile_set_name": "Github" }
--[[ @ filename : guid.lua @ author : zhangshiqian1214@163.com @ modify : 2017-08-23 17:53 @ company : zhangshiqian1214 ]] local template ="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" return function() local data = io.open("/dev/urandom", "r"):read(4) math.randomseed(os.time() + data:byte(1) + (data:by...
{ "pile_set_name": "Github" }
(function(GoNorth) { "use strict"; (function(DefaultNodeShapes) { (function(Conditions) { /// Condition Type for checking if a daily routine event is disabled var conditionTypeCheckDailyRoutineEventIsDisabled = 21; /** * Check if a daily routin...
{ "pile_set_name": "Github" }
from werkzeug.exceptions import HTTPException from flask_pymongo.tests.util import FlaskPyMongoTest class CollectionTest(FlaskPyMongoTest): def test_find_one_or_404(self): self.mongo.db.things.delete_many({}) try: self.mongo.db.things.find_one_or_404({"_id": "thing"}) except...
{ "pile_set_name": "Github" }
''' Settings in orgmode.sublime-settings are: - orgmode.open_link.resolvers: See DEFAULT_OPEN_LINK_RESOLVERS. - orgmode.open_link.resolver.abstract.commands: See DEFAULT_OPEN_LINK_COMMANDS in resolver.abstract. For more settings see headers of specific resolvers. ''' import sys import re import os.path import sublime ...
{ "pile_set_name": "Github" }
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using Android.App; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly...
{ "pile_set_name": "Github" }
/* * cocos2d for iPhone: http://www.cocos2d-iphone.org * * Copyright (c) 2010 Ricardo Quesada * Copyright (c) 2011 Zynga Inc. * * 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...
{ "pile_set_name": "Github" }
SUBDIRS = cmake src lib plugins examples scripts tests m4 doc EXTRA_DIST = \ config.h.cmake \ Doxyfile \ COPYING.rtf \ README.rtf \ README.TESTS \ autogen.sh \ mysql-proxy.spec \ winbuild.bat \ doxygen-scripts \ CMakeLists.txt \ mysql-chassis.pc.cmake \ mysql-proxy.pc.cmake \ deps \ interna...
{ "pile_set_name": "Github" }
package com.vaadin.tests.components; import com.vaadin.annotations.Widgetset; import com.vaadin.server.BrowserWindowOpener; import com.vaadin.server.ClassResource; import com.vaadin.server.ConnectorResource; import com.vaadin.server.ExternalResource; import com.vaadin.server.FileDownloader; import com.vaadin.server.Va...
{ "pile_set_name": "Github" }
package com.doublechaintech.retailscm.interviewtype; import java.io.IOException; import com.fasterxml.jackson.core.JsonGenerator; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.SerializerProvider; import com.doublechaintech.retailscm.RetailscmObjectPlainCustomSerializer...
{ "pile_set_name": "Github" }
/* BAREOS® - Backup Archiving REcovery Open Sourced Copyright (C) 2018-2018 Bareos GmbH & Co. KG This program is Free Software; you can redistribute it and/or modify it under the terms of version three of the GNU Affero General Public License as published by the Free Software Foundation and included ...
{ "pile_set_name": "Github" }
MESSAGE.CORE_PROG001D0005A_system=S'il vous plaît sélectionner le système! MESSAGE.CORE_PROG001D0005A_msgId=ID de message est nécessaire et que des caractères normaux! MESSAGE.CORE_PROG001D0005A_className=Class est nécessaire!
{ "pile_set_name": "Github" }
#!/bin/sh ## -------------------- description -------------------- ## shell 脚本的模板,使用时修改相应的位置即可 ## ----------------------------------------------------- ## definition APP_NAME=kibana/kibana-5.6.9-linux-x86_64 # modify 01 SERVICE_DIR=/home/hms/elk/$APP_NAME # modify 02 SERVICE_NAME=kibana-app PID=$SERVICE_NAME\.pid #...
{ "pile_set_name": "Github" }
package com.tencent.mm.ui.tools; import android.content.DialogInterface; import android.content.DialogInterface.OnClickListener; import android.content.Intent; import android.content.res.Resources; import android.os.Bundle; import android.text.Editable; import android.text.TextWatcher; import android.view.KeyEvent; im...
{ "pile_set_name": "Github" }
/* * ZoneMinder Jpeg Interface, $Date$, $Revision$ * Copyright (C) 2001-2008 Philip Coombes * * 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 License, or (at yo...
{ "pile_set_name": "Github" }
#include "AppDelegate.h" #include "GeneratedPluginRegistrant.h" @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { [GeneratedPluginRegistrant registerWithRegistry:self]; // Override point for customization after applicatio...
{ "pile_set_name": "Github" }
# Dependency injection in Angular Dependency injection (DI), is an important application design pattern. Angular has its own DI framework, which is typically used in the design of Angular applications to increase their efficiency and modularity. Dependencies are services or objects that a class needs to perform its f...
{ "pile_set_name": "Github" }
import TemplateTag from '../TemplateTag'; /* eslint-disable no-console */ beforeEach(() => { console.warn = jest.fn(); }); test('a warning should be printed the first time a TemplateTag is constructed', () => { expect(console.warn).toHaveBeenCalledTimes(0); new TemplateTag(); expect(console.warn).toHaveBee...
{ "pile_set_name": "Github" }
/* Copyright (c) 2019 Alex Forencich 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" }
// // UIColor+DrawsanaExtensions.swift // Drawsana // // Created by Steve Landey on 8/7/18. // Copyright © 2018 Asana. All rights reserved. // import UIKit extension UIColor { convenience init(hexString:String) { var hexString = hexString.trimmingCharacters(in: .whitespacesAndNewlines) if hexString.hasPre...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 9155901fa891f5a4dbf8c0d58a25ff2b timeCreated: 1490375094 licenseType: Pro TextureImporter: fileIDToRecycleName: {} serializedVersion: 4 mipmaps: mipMapMode: 0 enableMipMap: 0 sRGBTexture: 0 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapsPreserveCoverage: ...
{ "pile_set_name": "Github" }
F3_TARGETS += $(TARGET) FEATURES = VCP FEATURE_CUT_LEVEL = 0 TARGET_SRC = \ drivers/accgyro/accgyro_mpu.c \ drivers/accgyro/accgyro_mpu6050.c \ drivers/accgyro/accgyro_mpu6500.c \ drivers/accgyro/accgyro_spi_mpu6500.c \ drivers/compass/compass_ak8963.c
{ "pile_set_name": "Github" }
$(document).ready( function() { var hash = window.location.hash.substring(1); var parts = hash.split("&"); var access_token; for (var i in parts) { var part = parts[i]; var ps = part.split("="); if (ps[0] == "access_token") { access_token = ps[1]; break; } ...
{ "pile_set_name": "Github" }
/***************************************************************************** * ppp.h - Network Point to Point Protocol header file. * * Copyright (c) 2003 by Marc Boucher, Services Informatiques (MBSI) inc. * portions Copyright (c) 1997 Global Election Systems Inc. * * The authors hereby grant permission to use, copy...
{ "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" }
namespace Microsoft.eShopOnContainers.BuildingBlocks.EventBusServiceBus { using Autofac; using Microsoft.Azure.ServiceBus; using Microsoft.eShopOnContainers.BuildingBlocks.EventBus; using Microsoft.eShopOnContainers.BuildingBlocks.EventBus.Abstractions; using Microsoft.eShopOnContainers.BuildingBlo...
{ "pile_set_name": "Github" }
{ "description": "DaemonSetCondition describes the state of a DaemonSet at a certain point.", "required": [ "type", "status" ], "properties": { "lastTransitionTime": { "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided ...
{ "pile_set_name": "Github" }
package org.opencb.opencga.storage.hadoop.variant.metadata; import org.apache.hadoop.conf.Configuration; import org.opencb.opencga.storage.core.exceptions.StorageEngineException; import org.opencb.opencga.storage.core.metadata.models.Lock; import org.opencb.opencga.storage.core.metadata.adaptors.SampleMetadataDBAdapto...
{ "pile_set_name": "Github" }
import React, {Component} from 'react' import { StyleSheet, View, Animated, Dimensions, Text, ViewPropTypes as RNViewPropTypes, PermissionsAndroid, ActivityIndicator, Platform } from 'react-native' // import {AudioRecorder, AudioUtils} from 'react-native-audio' import PropTypes from 'prop-types' const...
{ "pile_set_name": "Github" }
{ "state": { "_": { "off": "Off", "on": "On" } }, "title": "Input boolean" }
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../../core/ops/trait.BitXorAssign.html"> </head> <body> <p>Redirecting to <a href="../../../core/ops/trait.BitXorAssign.html">../../../core/ops/trait.BitXorAssign.html</a>...</p> <script>location.replace("../../../core/ops/...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 8b2ed399c2edab74c83a434e58c46e21 TextScriptImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
// Copyright 2019+ Klaus Post. All rights reserved. // License information can be found in the LICENSE file. // Based on work by Yann Collet, released under BSD License. package zstd import ( "errors" "fmt" ) const ( tablelogAbsoluteMax = 9 ) const ( /*!MEMORY_USAGE : * Memory usage formula : N->2^N Bytes (e...
{ "pile_set_name": "Github" }
/* * This file is part of the SDWebImage package. * (c) Olivier Poitrey <rs@dailymotion.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ #import "SDAnimatedImageRep.h" #if SD_MAC #import "SDWebImageGIFCoder.h" @interface SDW...
{ "pile_set_name": "Github" }
/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.widget.Editor2Plugin.InsertImageD...
{ "pile_set_name": "Github" }
*xslt_process* -- Perform an XSLT transformation mixed xslt_process(resource xh, string xmlcontainer, string xslcontainer [, string resultcontainer [, array arguments [, array parameters]]])~ The |xslt_process| function is the crux of the XSLT extension. It allows you to perform an XSLT transformation using almost ...
{ "pile_set_name": "Github" }
#include <os2.h> void ExtractOS2EA(Archive &Arc,char *FileName) { if (_osmode != OS2_MODE) { mprintf(St(MSkipEA)); return; } if (Arc.HeaderCRC!=Arc.EAHead.HeadCRC) { Log(Arc.FileName,St(MEABroken),FileName); ErrHandler.SetErrorCode(RARX_CRC); return; } if (Arc.EAHead.Method<0x31 |...
{ "pile_set_name": "Github" }
/* * xt_HMARK - Netfilter module to set mark by means of hashing * * (C) 2012 by Hans Schillstrom <hans.schillstrom@ericsson.com> * (C) 2012 by Pablo Neira Ayuso <pablo@netfilter.org> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License v...
{ "pile_set_name": "Github" }
using System; using Xamarin.Forms; using System.Globalization; namespace Acquaint.XForms { public class BooleanInverter : IValueConverter { #region IValueConverter implementation public object Convert(object value, Type targetType, object parameter, CultureInfo culture) { r...
{ "pile_set_name": "Github" }
# LogicTest: local # Note that we use EXPLAIN (opt) in these tests because the standard explain # prints spans after they have been converted into keys. Once converted into # keys, enum datums are not human readable. EXPLAIN (OPT) prints these enums # as datums, so we can more clearly see what spans are being generate...
{ "pile_set_name": "Github" }
#!/bin/bash cd .. mkdir docs/doxygen rm -Rf docs/doxygen/* doxygen 1>docs/doxygen/info.log 2>docs/doxygen/errors.log if [ "$?" != 0 ]; then cat docs/doxygen/errors.log exit fi cd docs tar czf doxygen.tgz doxygen
{ "pile_set_name": "Github" }
# Translations template for PROJECT. # Copyright (C) 2013 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # # Translators: # FIRST AUTHOR <EMAIL@ADDRESS>, 2011 # محمد الحرقان <malham1@gmail.com>, 2011 msgid "" msgstr "" "Project-Id-Version: android-autostarts\n" "Report-Msgid-Bug...
{ "pile_set_name": "Github" }
# Created by: William Grzybowski # $FreeBSD$ PORTNAME= hgtools PORTVERSION= 6.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wg@FreeBSD.org COMMENT= Classes and setuptools plugin for Mercurial repositories LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= py...
{ "pile_set_name": "Github" }
<?php /** * Locale data for 'ti_ET'. * * This file is automatically generated by yiic cldr command. * * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * * Copyright © 2008-2011 Yii Software LLC (http://www.yiiframework.com/...
{ "pile_set_name": "Github" }
/* * Universal Interface for Intel High Definition Audio Codec * * Generic proc interface * * Copyright (c) 2004 Takashi Iwai <tiwai@suse.de> * * * This driver 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" }
Accept-Ranges: bytes Connection: keep-alive Content-Length: 612 Content-Type: text/html Date: Fri, 06 Oct 2017 09:02:11 GMT Etag: "56ce4771-264" Last-Modified: Thu, 25 Feb 2016 00:14:41 GMT
{ "pile_set_name": "Github" }
### <em>function</em> <strong>`machine-instance`</strong> Syntax: <strong>`machine-instance`</strong> <em>parameters</em> => <em>return-type</em> Documentation of parameters and return-results. Examples (not from CLHS...): ```lisp CL-USER> (example-code 'a 'b 'c) 'return-result ```
{ "pile_set_name": "Github" }
// Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // Copyright (C) 2003-2008 Matthias Christian Schabel // Copyright (C) 2008 Steven Watanabe // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.tx...
{ "pile_set_name": "Github" }
>t2 GGACATCCCGATGGTGCAGgtGCTATTAAAGGTTCGTTTGTTCAACGATTAAagTCCTACCTGTACGAAAGGAC
{ "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"); ...
{ "pile_set_name": "Github" }
# # Copyright 2019 Asylo 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 writi...
{ "pile_set_name": "Github" }
\section{QIODevice\_\-descriptor Struct Reference} \label{structQIODevice__descriptor}\index{QIODevice\_\-descriptor@{QIODevice\_\-descriptor}} \subsection*{Public Attributes} \begin{DoxyCompactItemize} \item qint64 {\bfseries pos}\label{structQIODevice__descriptor_a21939844f92cd6936f2f2897c0a42695} \end{DoxyCompactI...
{ "pile_set_name": "Github" }
/* * 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 License, or * (at your option) any later version. * * This program is distributed in the hope that it will be use...
{ "pile_set_name": "Github" }
package storage import ( "fmt" "github.com/tendermint/iavl" dbm "github.com/tendermint/tm-db" "github.com/xlab/treeprint" ) // RWTree provides an abstraction over IAVL that maintains separate read and write paths. Reads are routed to the most // recently saved version of the tree - which provides immutable acce...
{ "pile_set_name": "Github" }
require 'spec_helper' describe Virtus, 'instance level attributes' do subject do subject = Object.new subject.singleton_class.send(:include, Virtus) subject end let(:attribute) { subject.singleton_class.attribute(:name, String) } before do pending if RUBY_VERSION < '1.9' end context 'add...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2014, 2018 Igalia S.L. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the followi...
{ "pile_set_name": "Github" }
[ "src/physics/arcade/World.js", "src/physics/arcade/Body.js" ]
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016 Spotify 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 agreed to i...
{ "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" }
/* 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 ...
{ "pile_set_name": "Github" }
# Standard settings # set(UNIX True) # set(Darwin True) # set(IOS True) set (CMAKE_SYSTEM_NAME Darwin) set (CMAKE_SYSTEM_VERSION 1) set (UNIX True) set (APPLE True) set (IOS True) # suppress -rdynamic # set(CMAKE_SYSTEM_NAME Generic) set(CMAKE_C_COMPILER arm-apple-darwin11-clang) set(CMAKE_CXX_COMPILER arm-apple-darw...
{ "pile_set_name": "Github" }
import datetime import math import pandas as pd import pandas_datareader.data as pdr import requests_cache import empyrical TRADING_DAYS = 252 CACHE_HRS = 1 START_DATE = datetime.date(1990, 1, 1) QUERY_STRING = "https://query1.finance.yahoo.com/v10/finance/quoteSummary/{ticker}?lang=en-US&region=US&modules={modules}&...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <asmv1:assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <assemblyIdentity version="1.0.0.0" name="MyAppl...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <topic id="CustomTraceWriter" revisionNumber="1"> <developerConceptualDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink"> <introduction> <para>This sample creates a custom <codeEntityReference>T:Newtonsoft.Js...
{ "pile_set_name": "Github" }
# coding=utf-8 # -------------------------------------------------------------------------- # 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. # Changes ...
{ "pile_set_name": "Github" }
package com.vaadin.tests.components.combobox; import static org.junit.Assert.assertFalse; import org.junit.Test; import org.openqa.selenium.WebElement; import com.vaadin.testbench.By; import com.vaadin.testbench.commands.TestBenchElementCommands; import com.vaadin.testbench.elements.CheckBoxElement; import com.vaadi...
{ "pile_set_name": "Github" }