text
stringlengths
2
99.9k
meta
dict
/*============================================================================= Copyright (c) 2001-2009 Joel de Guzman Copyright (c) 2005-2006 Dan Marsden Copyright (c) 2010 Christopher Schmidt Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt o...
{ "pile_set_name": "Github" }
namespace Nez.Svg { public abstract class SvgTransform { public Matrix2D Matrix; } }
{ "pile_set_name": "Github" }
# -*- mode: ruby -*- # vi: set ft=ruby : # All Vagrant configuration is done below. The "2" in Vagrant.configure # configures the configuration version (we support older styles for # backwards compatibility). Please don't change it unless you know what # you're doing. Vagrant.configure(2) do |config| # The most comm...
{ "pile_set_name": "Github" }
<!--++ description-logic-instance/conclusions201.rdf ** generated by SKB ++--> <!--++ Created Mon Mar 10 16:23:02 2003 ++--> <!-- Copyright World Wide Web Consortium, (Massachusetts Institute of Technology, European Research Consortium for Informatics and Mathematics, Keio University). All Rights Reserved. ...
{ "pile_set_name": "Github" }
0.1.1 / 2014-06-01 ================== * update duplexer2 dep 0.1.0 / 2014-05-24 ================== * add optional callback 0.0.2 / 2014-02-20 ================== * fix infinite loop 0.0.1 / 2014-01-15 ================== * fix error bubbling 0.0.0 / 2014-01-13 ================== * initial release
{ "pile_set_name": "Github" }
diff -Naurp linux-2.6.34.spi/arch/arm/mach-apollo/include/mach/gpio.h linux-2.6.34/arch/arm/mach-apollo/include/mach/gpio.h --- linux-2.6.34.spi/arch/arm/mach-apollo/include/mach/gpio.h 2010-12-09 17:26:21.000000000 -0600 +++ linux-2.6.34/arch/arm/mach-apollo/include/mach/gpio.h 2010-12-13 11:17:22.000000000 -0600 @@ -...
{ "pile_set_name": "Github" }
/* * JBoss, Home of Professional Open Source * Copyright 2011, Red Hat, Inc. and individual contributors * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the terms of the G...
{ "pile_set_name": "Github" }
# This file is Copyright 2010 Dean Hall. # # This file is part of the Python-on-a-Chip program. # Python-on-a-Chip is free software: you can redistribute it and/or modify # it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1. # # Python-on-a-Chip is distributed in the hope that it will be useful, # ...
{ "pile_set_name": "Github" }
package com.oreilly.rxjava.ch8.rxbinding; import android.text.Editable; import android.text.TextWatcher; import android.widget.TextView; import com.oreilly.rxjava.ch8.rxandroid.MainThreadSubscription; import rx.Observable; import rx.Subscriber; import static com.oreilly.rxjava.ch8.rxandroid.MainThreadSubscription.ver...
{ "pile_set_name": "Github" }
/* * JQuery zTree exedit 3.5.12 * http://zTree.me/ * * Copyright (c) 2010 Hunter.z * * Licensed same as jquery - MIT License * http://www.opensource.org/licenses/mit-license.php * * email: hunter.z@263.net * Date: 2013-03-11 */ (function($){ //default consts of exedit var _consts = { event: { DRAG: "z...
{ "pile_set_name": "Github" }
[ { type: install message: <<EOM The Lumina Desktop Environment has been installed! An entry for for launching Lumina from a graphical login manager has already been added to the system, but if you with to start Lumina manually, you will need to do one of the following: 1) Run "start-lumina-desktop" directly from th...
{ "pile_set_name": "Github" }
defmodule Ap.Utils.Sluggify do import Ecto.Changeset, only: [put_change: 3, get_change: 2] def sluggify(%{valid?: true}=changeset) do sluggify(changeset, :title, :slug) end def sluggify(changeset), do: changeset def sluggify(%{valid?: true}=changeset, field, slug_field) do slug = get_change(changes...
{ "pile_set_name": "Github" }
<!doctype html> <title>CodeMirror: Solr mode</title> <meta charset="utf-8"/> <link rel=stylesheet href="../../doc/docs.css"> <link rel="stylesheet" href="../../lib/codemirror.css"> <script src="../../lib/codemirror.js"></script> <script src="solr.js"></script> <style type="text/css"> .CodeMirror { border-top: 1...
{ "pile_set_name": "Github" }
package code.name.monkey.retromusic.fragments.player.full import android.animation.ObjectAnimator import android.annotation.SuppressLint import android.content.res.ColorStateList import android.graphics.Color import android.graphics.PorterDuff import android.os.AsyncTask import android.os.Bundle import android.view.Me...
{ "pile_set_name": "Github" }
; Copyright (c) Microsoft. All rights reserved. ; Licensed under the MIT license. See LICENSE file in the project root for full license information. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DefaultUserName"="192.168.0.101\\administrator" "DefaultD...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -analyze -analyzer-checker=debug.DumpCFG %s 2>&1 \ // RUN: | FileCheck %s struct Q { int a, b, c; }; union UQ { struct Q q; }; union UQ getUQ() { union UQ u = { { 1, 2, 3 } }; return u; } void test() { struct LUQ { union UQ uq; } var = { getUQ(), .uq.q.a = 100 }; struct Q s[] = { [0] ...
{ "pile_set_name": "Github" }
/* * WorldEdit, a Minecraft world manipulation toolkit * Copyright (C) sk89q <http://www.sk89q.com> * Copyright (C) WorldEdit team and contributors * * 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 F...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>maps.stamen.com / toner-labels</title> <script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script> <script src="//cdn.maptiks.com/maptiks-leaflet.min.js"></script> <script type="text/javascript" src="../js/tile.stamen.js?v1.3.0"></sc...
{ "pile_set_name": "Github" }
#include <ap_int.h> /* Sample structure for streaming. You can use this for the demo. struct DTYPE { float data; ap_uint<1> last; }; */ typedef float DTYPE; #define SIZE 1024 /* SIZE OF DFT */ void dft(DTYPE real_sample[SIZE], DTYPE imag_sample[SIZE],DTYPE real_op[SIZE], DTYPE imag_op[SIZE]);...
{ "pile_set_name": "Github" }
msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-09-29 17:59+0700\n" "Last-Translator: Robin Karlsen <robikar91@gmail.com>\n" "Language-Team: \n" "Language: nb_NO\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" msgid "Action" msgstr "Handling" msgid "Add SMS co...
{ "pile_set_name": "Github" }
/* boost random/fisher_f_distribution.hpp header file * * Copyright Steven Watanabe 2011 * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/LICENSE_1_0.txt) * * See http://www.boost.org for most recent version including document...
{ "pile_set_name": "Github" }
<?php /** ***************************************************************** * 联系QQ: 290802026 * * 版 本: V2.0 * * 开发者:雨中磐石(rainrock) * * 邮 箱: admin@rockoa.com * * 说 明: 基础操作类方法 * * 备 注: 未经允许不得商业出售,代码欢迎参考纠正 * ***************************************************...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Text; namespace Platinum.Managed.MediaServerTest { class Program { static void Main(string[] args) { new Program().Run(); } private void Run() { log4net.Config.BasicConf...
{ "pile_set_name": "Github" }
// Copyright 2019 The Gaea Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
{ "pile_set_name": "Github" }
// Aliases var Observable = Rx.Observable, observableProto = Observable.prototype, AnonymousObservable = Rx.AnonymousObservable, observableThrow = Observable.throwError, observerCreate = Rx.Observer.create, SingleAssignmentDisposable = Rx.SingleAssignmentDisposable, CompositeDisposable = Rx....
{ "pile_set_name": "Github" }
<FE> <HEADER competition="EuroBasket" round="Group Phase, Group B" quarter="4" time="FINAL" logo="http://live.fibaeurope.com/www/gallery/52167BFF-F29B-4EAE-BF84-4DF1C7921559.jpg" duration="46.8079"> <TEAM name="Serbia" logo="http://www.fibaeurope.com/files/{337A8994-FBC0-495D-8E05-6D5B89AAABE3}logo_big.jpg" pts="...
{ "pile_set_name": "Github" }
// Copyright 2015 The etcd 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 t...
{ "pile_set_name": "Github" }
/* * (C) Copyright 2013 Inc. * * Xilinx Zynq PS SPI controller driver (master mode only) * * SPDX-License-Identifier: GPL-2.0+ */ #include <config.h> #include <common.h> #include <malloc.h> #include <spi.h> #include <asm/io.h> #include <asm/arch/hardware.h> /* zynq spi register bit masks ZYNQ_SPI_<REG>_<BIT...
{ "pile_set_name": "Github" }
[ { "vendor": "Apache Software Foundation", "product": "Apache HTTP Server", "shodan_queries": [ { "query": "Apache", "query_confidence": "certain" } ], "censys_queries": [ { "query": "Apache"...
{ "pile_set_name": "Github" }
package pflag import ( "fmt" "strconv" "strings" ) // -- int32Slice Value type int32SliceValue struct { value *[]int32 changed bool } func newInt32SliceValue(val []int32, p *[]int32) *int32SliceValue { isv := new(int32SliceValue) isv.value = p *isv.value = val return isv } func (s *int32SliceValue) Set(v...
{ "pile_set_name": "Github" }
#define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "ReactOS ODBC Control Panel Applet" #define REACTOS_STR_INTERNAL_NAME "odbccp32" #define REACTOS_STR_ORIGINAL_FILENAME "odbccp32.cpl" #include <reactos/version.rc>
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <objc/NSObject.h> @interface NSObject (IBAutolayoutFrameworkSupportInternal) - (void)ib_performModifications:(CDUnknownBlockType)arg1 withUnsatisfiableConstraintsHandler:(C...
{ "pile_set_name": "Github" }
This is the 'v2' C++ implementation for python proto2. It is active when: PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION_VERSION=2
{ "pile_set_name": "Github" }
using System.Collections.Generic; using Essensoft.AspNetCore.Payment.Alipay.Response; namespace Essensoft.AspNetCore.Payment.Alipay.Request { /// <summary> /// koubei.trade.order.aggregate.consult /// </summary> public class KoubeiTradeOrderAggregateConsultRequest : IAlipayRequest<KoubeiTradeOrderAggr...
{ "pile_set_name": "Github" }
3 0 2 10 10 2 0 1 2 10 1 0 10 10 2 10 0 0
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- ~ This file is part of the PhotoEditor Software Development Kit. ~ ~ Copyright (C) 2019 img.ly GmbH <contact@img.ly> ~ All rights reserved. ~ ~ Redistribution and use in source and binary forms, without ~ modification, are permitted provided that the following l...
{ "pile_set_name": "Github" }
/* * MFD driver for wl1273 FM radio and audio codec submodules. * * Copyright (C) 2011 Nokia Corporation * Author: Matti Aaltonen <matti.j.aaltonen@nokia.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published ...
{ "pile_set_name": "Github" }
/* * Author: Thomas Ingleby <thomas.c.ingleby@intel.com> * Copyright (c) 2014 Intel Corporation. * * 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 * with...
{ "pile_set_name": "Github" }
// Copyright (C) 2010 ribrdb @ code.google.com // // 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 la...
{ "pile_set_name": "Github" }
package com.tencent.mm.plugin.appbrand.canvas.action.arg.path; import android.os.Parcel; import android.os.Parcelable.Creator; import com.tencent.matrix.trace.core.AppMethodBeat; public class PathArcToActionArg extends PathActionArg { public static final Creator<PathArcToActionArg> CREATOR = new Creator<PathArcTo...
{ "pile_set_name": "Github" }
/* @flow */ import { arrayOf, bool, func, node, number, object, oneOf, oneOfType, shape, string } from 'prop-types'; import { COLUMN_ALIGN, DENSITY, TITLE_ELEMENT } from './constants'; const sort = shape({ key: string.isRequired, descending: bool }); const columns = arrayOf( shape({ cell...
{ "pile_set_name": "Github" }
proc proc_exists { NAME } { set n [info commands $NAME] set l [string length $n] return [expr $l != 0] } # Give: REGISTER name - must be a global variable. proc show_mmr32_reg { NAME } { global $NAME # we want $($NAME) set a [set [set NAME]] if ![catch { set v [memread32 $a] } msg ] { e...
{ "pile_set_name": "Github" }
// // HCDExtensionConst.h // HCDExtension // // Created by 黄成都 on 15/9/20. // Copyright (c) 2015年 黄成都. All rights reserved. // #import <Foundation/Foundation.h> /** * 所有能处理的类型 */ extern NSString *const MJPropertyTypeInt; extern NSString *const MJPropertyTypeShort; extern NSString *const MJPropertyTypeFloat; ext...
{ "pile_set_name": "Github" }
# Writing Warning Rules Let us illustrate the `WarningRule` base-trait by writing a rule that makes sure overrides don't change argument names (see [FixedNameOverrides](/rules/extra/src/main/scala/com/lightbend/abide/extra/FixedNameOverrides.scala) for the full source). Since the typing phase will provide us with symb...
{ "pile_set_name": "Github" }
#Life 1.05 #D Rake Gun #D #D Yet another method of quadratic #D growth (see also the BREEDERs #D and SWITCPUF). Notice that you #D can switch to backward rakes by #D delaying the lwssgun farthest #D west by two generations. #D #D By Achim Flammenkamp, #D Aug 6, 1994. #N #P 139 -89 ** ** #P 137 -77 .***** *.***.* .*.....
{ "pile_set_name": "Github" }
/*********************************************************************************** Snes9x - Portable Super Nintendo Entertainment System (TM) emulator. (c) Copyright 1996 - 2002 Gary Henderson (gary.henderson@ntlworld.com), Jerremy Koot (jkoot@snes9x.com) (c) Copyright 2002 - 200...
{ "pile_set_name": "Github" }
# SPDX-License-Identifier: CC-BY-SA-2.0 # SPDX-FileCopyrightText: 2013-2020 Normation SAS name: "parameterId" in: path required: true description: Id of the parameter to manage schema: type: string example: rudder_file_edit_header
{ "pile_set_name": "Github" }
---Models in module 'hr_expense'--- ---Fields in module 'hr_expense'--- hr_expense / hr.expense / company_id (many2one) : now required, req_default: function hr_expense / hr.expense.sheet / company_id (many2one) : now required, req_default: function ---XML records in module 'hr...
{ "pile_set_name": "Github" }
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE index PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp Index Version 1.0//EN" "http://java.sun.com/products/javahelp/index_2_0.dtd"> <index version="2.0"> <!-- index entries are merged (sorted) into core index --> <indexitem text="simple" target="simple" /...
{ "pile_set_name": "Github" }
_rtld_global 0000000000000000 __libc_enable_secure 0000000000000000 __tls_get_addr 0000000000000000 _rtld_global_ro 0000000000000000 _dl_argv 0000000000000000 putwchar 00000000000729a0 __strspn_c1 000000000008e680 __gethostname_chk 00000000000f8050 __strspn_c2 000000000008e6a0 setrpcent 00000000000fdf20 __wcstod_l 0000...
{ "pile_set_name": "Github" }
## Jhack (giacgbj) For example, in: * Menu -> Scripts -> object.js: you can modify this code: ```javascript if (!game.map.finalLevel) { game._moveToNextLevel(); } ``` like this: ```javascript if (game.map.finalLevel) { game._moveToNextLevel(); } ``` *esolitos note*: Or symply remove/com...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0+ /* * btnode.c - NILFS B-tree node cache * * Copyright (C) 2005-2008 Nippon Telegraph and Telephone Corporation. * * Originally written by Seiji Kihara. * Fully revised by Ryusuke Konishi for stabilization and simplification. * */ #include <linux/types.h> #include <linux/buf...
{ "pile_set_name": "Github" }
//===================================================== // File : action_cholesky.hh // Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr> //===================================================== // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Gen...
{ "pile_set_name": "Github" }
// This file is part of OpenCV project. // It is subject to the license terms in the LICENSE file found in the top-level directory // of this distribution and at http://opencv.org/license.html. #ifndef OPENCV_TRACE_HPP #define OPENCV_TRACE_HPP #include <opencv2/core/cvdef.h> //! @addtogroup core_logging // This sect...
{ "pile_set_name": "Github" }
<system> <name>KOI-0626</name> <rightascension>19 40 46</rightascension> <declination>+39 32 22</declination> <distance>693.45</distance> <star> <magJ errorminus="0.022" errorplus="0.022">12.514</magJ> <magH errorminus="0.022" errorplus="0.022">12.195</magH> <magK errorminus="0.021" errorplus="0.021">12.205<...
{ "pile_set_name": "Github" }
/// Copyright (c) 2012 Ecma International. All rights reserved. /// Ecma International makes this code available under the terms and conditions set /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the /// "Use Terms"). Any redistribution of this code must retain the above /// copyright an...
{ "pile_set_name": "Github" }
#ifdef __OBJC__ #import <UIKit/UIKit.h> #else #ifndef FOUNDATION_EXPORT #if defined(__cplusplus) #define FOUNDATION_EXPORT extern "C" #else #define FOUNDATION_EXPORT extern #endif #endif #endif FOUNDATION_EXPORT double Pods_LCActionSheet_ExampleVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_LCActionSheet_E...
{ "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 amd64 // +build solaris package socket import "unsafe" func (v *iovec) set(b []byte) { l := len(b) if l == 0 { return } v.Base = (*int8)(unsa...
{ "pile_set_name": "Github" }
import Foundation import XCTest /// Default handler for Nimble. This assertion handler passes failures along to /// XCTest. public class NimbleXCTestHandler: AssertionHandler { public func assert(_ assertion: Bool, message: FailureMessage, location: SourceLocation) { if !assertion { recordFailu...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright 2017 McGill University 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...
{ "pile_set_name": "Github" }
// // UIImage+Coroutine.h // cokit // // Copyright © 2018 Alibaba Group Holding Limited 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.ap...
{ "pile_set_name": "Github" }
var http = require('http'); var https = require('https'); var net = require('net'); var fs = require('fs'); var path = require('path'); var should = require('should'); var tunnel = require('../index'); function readPem(file) { return fs.readFileSync(path.join('test/keys', file + '.pem')); } var serverKey = readPem(...
{ "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><head><title></title> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta name="generator" content="Doxygen 1.8.14"/> <link rel="stylesheet" type="text/css" href="search...
{ "pile_set_name": "Github" }
using MiscUtil; using System; namespace LinqAF.Impl { static partial class CommonImplementation { public static ReverseEnumerable<TItem, TEnumerable, TEnumerator> Reverse<TItem, TEnumerable, TEnumerator>(ref TEnumerable source) where TEnumerable: struct, IStructEnumerable<TItem, TEnumerato...
{ "pile_set_name": "Github" }
<?php /** * Short description for file. * * CakePHP(tm) Tests <https://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redis...
{ "pile_set_name": "Github" }
{ "jdks": [ { "vendor": "OpenJDK", "default": true, "jdk_version_major": 13, "jdk_version": "13.0.2", "suggested_sdk_name": "openjdk-13", "shared_index_aliases": [ "openjdk-13.0.2", "openjdk-13", "13.0.2", "13" ], "packages": [ ...
{ "pile_set_name": "Github" }
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: full_name: Zip::ZipFileSystem::ZipFsFile#pipe is_singleton: false name: pipe params: () visibility: public
{ "pile_set_name": "Github" }
from Tkinter import * class MultiStatusBar(Frame): def __init__(self, master=None, **kw): if master is None: master = Tk() Frame.__init__(self, master, **kw) self.labels = {} def set_label(self, name, text='', side=LEFT, width=0): if name not in self.labels: ...
{ "pile_set_name": "Github" }
/*==================* * TYPE DEFINITIONS * *==================*/ #ifndef _gdefs_H_INCLUDED #define _gdefs_H_INCLUDED typedef unsigned char byte; typedef unsigned short word; #ifndef YES typedef char BOOL; #define YES (BOOL)1 #define NO (BOOL)0 #endif //YES #ifndef WIN32 ...
{ "pile_set_name": "Github" }
/* * This software Copyright by the RPTools.net development team, and * licensed under the Affero GPL Version 3 or, at your option, any later * version. * * MapTool Source Code is distributed in the hope that it will be * useful, but WITHOUT ANY WARRANTY; without even the implied warranty * of MERCHANTABILITY or...
{ "pile_set_name": "Github" }
# Source: https://hg.python.org/cpython/file/2.7/Lib/whichdb.py from typing import Optional, Text def whichdb(filename: Text) -> Optional[str]: ...
{ "pile_set_name": "Github" }
#import "GPUImageOutput.h" #import "GPUImageMovieWriter.h" #import "GPUImagePicture.h" #import <mach/mach.h> void runOnMainQueueWithoutDeadlocking(void (^block)(void)) { if ([NSThread isMainThread]) { block(); } else { dispatch_sync(dispatch_get_main_queue(), block); } } void runSynchronouslyOnVideoProcessi...
{ "pile_set_name": "Github" }
/* Copyright (C) 2004-2005 SKYRIX Software AG This file is part of OpenGroupware.org. OGo is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later versio...
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices */ @interface GEORPProblemRequest : PBRequest <NSCopying> { GEOPDAnalyticMetadata * _analyticMetadata; GEORPClientCapabilities * _clientCapabilities; GEOPDClientMetadata * _clientMetadata; NSDa...
{ "pile_set_name": "Github" }
from . import models
{ "pile_set_name": "Github" }
EESchema-LIBRARY Version 2.3 Date: 12/28/2014 8:08:07 AM #encoding utf-8 # # SKRHAAE010 # DEF SKRHAAE010 U 0 40 Y Y 1 F N F0 "U" 0 300 60 H V C CNN F1 "SKRHAAE010" 0 -300 60 H V C CNN F2 "~" 0 0 60 H V C CNN F3 "~" 0 0 60 H V C CNN $FPLIST SKQUCAA010 $ENDFPLIST DRAW S -300 250 300 -250 0 1 0 N X A 1 -600 150 300 R 50...
{ "pile_set_name": "Github" }
*> \brief <b> SGEESX computes the eigenvalues, the Schur form, and, optionally, the matrix of Schur vectors for GE matrices</b> * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download SGEESX + dependencies *...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2002 Pavel Machek <pavel@ucw.cz> * Copyright (C) 2002-2005 by David Brownell * * 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...
{ "pile_set_name": "Github" }
ESPRESSIF MIT License Copyright (c) 2015 <ESPRESSIF SYSTEMS (SHANGHAI) PTE LTD> Permission is hereby granted for use on ESPRESSIF SYSTEMS ESP8266 only, in which case, it is free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software with...
{ "pile_set_name": "Github" }
// Package chainhash provides abstracted hash functionality. // // This package provides a generic hash type and associated functions that // allows the specific hash algorithm to be abstracted. package chainhash
{ "pile_set_name": "Github" }
#!/usr/bin/env python # -------------------------------------------------------- # Faster R-CNN # Copyright (c) 2015 Microsoft # Licensed under The MIT License [see LICENSE for details] # Written by Ross Girshick # -------------------------------------------------------- """Train a Faster R-CNN network using alternat...
{ "pile_set_name": "Github" }
const test = require('ava') const { errors, JWK: { generateSync, None }, JWT } = require('../..') const properKey = generateSync('oct') const PAYLOAD = { sub: 'foobar', iat: 0 } test('JWS.None "signs" (JWT)', t => { const unsignedJWS = JWT.sign(PAYLOAD, None, { iat: false }) t.deepEqual( JWT.verify(unsigned...
{ "pile_set_name": "Github" }
# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit cmake-utils gnome2-utils vcs-snapshot DESCRIPTION="tint2 is a lightweight panel/taskbar for Linux." HOMEPAGE="https://gitlab.com/o9000/tint2" SRC_URI="https://gitlab.com/o9000/${PN}/repository/ar...
{ "pile_set_name": "Github" }
#!/bin/bash # SPDX-License-Identifier: GPL-2.0 # Test traffic distribution when there are multiple routes between an IPv6 # GRE tunnel. The tunnel carries IPv4 traffic between multiple hosts. # Multiple routes are in the underlay network. With the default multipath # policy, SW2 will only look at the outer IP addresse...
{ "pile_set_name": "Github" }
{ "replace": false, "values": [ "biomesoplenty:fir_fence", "biomesoplenty:redwood_fence", "biomesoplenty:cherry_fence", "biomesoplenty:mahogany_fence", "biomesoplenty:jacaranda_fence", "biomesoplenty:palm_fence", "biomesoplenty:willow_fence", "biomesoplenty:dead_fence", "biomesoplenty:magic_fence", "bi...
{ "pile_set_name": "Github" }
# Leads Bot - `leadsBot` ## How to register the bot in the Bot Framework portal In order to create a bot you need to first register it in the [Azure portal](https://portal.azure.com/). 1. Choose to *Create a resource*, or alternatively go to an existing *resource group* and click *Add* 2. Search for *Bot channels re...
{ "pile_set_name": "Github" }
/* * Copyright 2008-2014 NVIDIA Corporation * * 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" }
# coding: utf-8 """ Swagger Petstore This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 OpenAPI spec version: 1.0.0 Contact: apiteam@swagger.io Generated by: https://github.com/...
{ "pile_set_name": "Github" }
/****************************************************************************** * MODULE : message.hpp * DESCRIPTION: Messages to and between widgets * COPYRIGHT : (C) 2007 Joris van der Hoeven ******************************************************************************* * This software falls under the GNU gen...
{ "pile_set_name": "Github" }
/* Title: Grasshopper - Shopping list Description: You are in charge of ordering food for a party. You are going to need 4 sandwiches, 6 salads, 5 wraps, and 10 orders of french fries. The cost per item of food is: food price sandwich $8.00 salad $7.00 wrap $6.50 french fries $1.20...
{ "pile_set_name": "Github" }
// mksysnum_freebsd.pl // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm,freebsd package unix const ( // SYS_NOSYS = 0; // { int nosys(void); } syscall nosys_args int SYS_EXIT = 1 // { void sys_exit(int rval); } exit \ SYS_FORK = 2 // { int ...
{ "pile_set_name": "Github" }
/* * This file contains declaration referring to * functions defined in other source files */ #ifndef _LBS_DECL_H_ #define _LBS_DECL_H_ #include <linux/netdevice.h> #include <linux/firmware.h> #include <linux/nl80211.h> /* Should be terminated by a NULL entry */ struct lbs_fw_table { int model; const char *h...
{ "pile_set_name": "Github" }
# Copyright (c) 2017-present, Facebook, Inc. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. FILE(GLOB SRCS *.cpp buildorders/*.cpp) ADD_EXECUTABLE(bp-train-rl ${SRCS}) TARGET_LINK_CHERPI(bp-train-rl)
{ "pile_set_name": "Github" }
<!DOCTYPE PATCH SYSTEM "http://vvvv.org/versions/vvvv50alpha34.102.dtd" > <PATCH nodename="C:\Work\vvvv-private\public\vvvv45\girlpower\Graphics\DX9\Geometry\Curves\Deform by 3d B-Spline Curve.v4p" componentmode="InAWindow"> <BOUNDS height="12000" left="6210" top="195" type="Window" width="13485"> </BOUNDS> ...
{ "pile_set_name": "Github" }
<?hh // partial // generated by idl-to-hni.php /* The XSLTProcessor class. */ <<__NativeData("XSLTProcessorData")>> class XSLTProcessor { /* Creates a new XSLTProcessor object. */ public function __construct() {} /* Gets a parameter if previously set by XSLTProcessor::setParameter(). * @param string $nam...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////// // Copyright Christopher Kormanyos 2002 - 2011. // Copyright 2011 John Maddock. Distributed under the Boost // Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_ // // This work is based ...
{ "pile_set_name": "Github" }
// (C) Uri Wilensky. https://github.com/NetLogo/NetLogo package org.nlogo.app.tools // uses an index of the models in the Models Library and the first // paragraph of the info tabs. we read this when we open the dialog // instead of sifting through all the files at that time cause that's // super slow. ev 3/26/09 im...
{ "pile_set_name": "Github" }
--BbC04y Content-Disposition: attachment; filename="file.txt" Content-Type: text/plain contents --BbC04y Content-Disposition: attachment; filename="flowers.jpg" Content-Type: image/jpeg Content-Transfer-Encoding: binary contents --BbC04y--
{ "pile_set_name": "Github" }
<?php ///////////////////////////////////////////////////////////////// /// getID3() by James Heinrich <info@getid3.org> // // available at http://getid3.sourceforge.net // // or http://www.getid3.org // //////////////////////////////////////////////////...
{ "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 ~ "Lic...
{ "pile_set_name": "Github" }