text
stringlengths
2
99.9k
meta
dict
.size 8000 .text@48 jp lstatint .text@100 jp lbegin .data@143 c0 .text@150 lbegin: ld b, 98 call lwaitly_b ld a, 01 ldff(45), a ld a, 40 ldff(41), a ld a, 00 ld(8000), a ld a, 01 ld(c000), a ld a, c0 ldff(51), a xor a, a ldff(52), a ldff(54), a ld a, 80 ldff(53), a xor a, a ldff(0f), a ld a, ...
{ "pile_set_name": "Github" }
using System; using System.Diagnostics; using Microsoft.Azure.Cosmos.Table; #if ORLEANS_CLUSTERING namespace Orleans.Clustering.AzureStorage #elif ORLEANS_PERSISTENCE namespace Orleans.Persistence.AzureStorage #elif ORLEANS_REMINDERS namespace Orleans.Reminders.AzureStorage #elif ORLEANS_STREAMING namespace Orleans.St...
{ "pile_set_name": "Github" }
/* NB! using superuser for monitoring is not a best practice and should be done only if pgwatch2 is also running locally */ insert into pgwatch2.monitored_db (md_unique_name, md_preset_config_name, md_config, md_hostname, md_port, md_dbname, md_user, md_password) select 'test', 'full', null, 'localhost', '5432', 'pgw...
{ "pile_set_name": "Github" }
:mod:`apscheduler.events` ============================ .. automodule:: apscheduler.events API --- .. autoclass:: SchedulerEvent :members: .. autoclass:: JobEvent :members: :show-inheritance: .. autoclass:: JobSubmissionEvent :members: :show-inheritance: .. autoclass:: JobExecutionEvent :me...
{ "pile_set_name": "Github" }
{ "type": "bundle", "id": "bundle--f0927163-a45c-47d5-bbf8-ba6ae123e4cb", "spec_version": "2.0", "objects": [ { "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5", "object_marking_refs": [ "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4...
{ "pile_set_name": "Github" }
package org.scalaide.ui.wizards import org.eclipse.core.resources.IContainer import org.eclipse.core.resources.IFile import org.eclipse.core.resources.IResource import org.eclipse.core.runtime.Path /** * File creator that can only create empty files. */ class EmptyFileCreator extends FileCreator { override def c...
{ "pile_set_name": "Github" }
# $NetBSD: options.mk,v 1.18 2020/06/09 19:36:52 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.SDL2 PKG_OPTIONS_REQUIRED_GROUPS= gl PKG_SUPPORTED_OPTIONS= alsa dbus nas jack pulseaudio wayland x11 PKG_SUGGESTED_OPTIONS.Linux= alsa PKG_OPTIONS_GROUP.gl= opengl PKG_SUGGESTED_OPTIONS+= opengl .include "../../mk/bsd.fast.pr...
{ "pile_set_name": "Github" }
true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true tr...
{ "pile_set_name": "Github" }
bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690/go.mod h1:Ulb78X89vxKYgdL24HMTiXYHlyHEvruOj1ZPlqeNEZM= cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/g...
{ "pile_set_name": "Github" }
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Sun designates this * particular file as subject to the "...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using ...
{ "pile_set_name": "Github" }
# set terminal postscript eps color 20 lw 3 # set output '| epstopdf -f -o=computation-time-reduce-surface.pdf' set terminal svg fname 'Verdana' lw 2 # size 640 480 fname 'Verdana' lw 3 set output 'computation-time-reduce-surface.svg' set key autotitle columnheader set ylabel "Time (sec)" set xlabel "#Darts" set key...
{ "pile_set_name": "Github" }
public interface Queue<E> { int getSize(); boolean isEmpty(); void enqueue(E e); E dequeue(); E getFront(); }
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Workspace version = "1.0"> <FileRef location = "self:Lexilla.xcodeproj"> </FileRef> </Workspace>
{ "pile_set_name": "Github" }
//@flow import {createDomain, type Effect} from 'effector' export const domain = createDomain() export const workerMessage = domain.effect<string, string[]>() export const failure = domain.effect<void, any>() export const ping: Effect<{now: number}, {ping: number}> = domain.effect()
{ "pile_set_name": "Github" }
var util = require('util'), oauth2 = require('./oauth2.js'); var unauthorizedClient = function (msg) { unauthorizedClient.super_.call(this, 'unauthorized_client', msg, 400, this.constructor); }; util.inherits(unauthorizedClient, oauth2); unauthorizedClient.prototype.name = 'OAuth2UnauthorizedClient'; unaut...
{ "pile_set_name": "Github" }
{ "created_at": "2015-02-27T22:29:04.547100", "description": "An agile software task management tool & SproutCore sample application", "fork": false, "full_name": "suvajitgupta/Tasks", "language": "JavaScript", "updated_at": "2015-02-27T23:43:55.233826" }
{ "pile_set_name": "Github" }
module MultipleImports where import Data.Foldable import Data.Maybe foo :: Int foo = fromJust (Just 3)
{ "pile_set_name": "Github" }
<script type="x/ignore" id="the-html"> <div ng-controller="MyCtrl" class="demo-section"> <ul kendo-mobile-button-group k-on-select="selected(kendoEvent.index)"> <li> Month </li> <li> Quarter </li> <li> Year </li> </ul> </div> <style> .demo-section { width: 500px; ...
{ "pile_set_name": "Github" }
/* Copyright 2017 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" }
'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; $provide.value("$locale", { "DATETIME_FORMATS": { "AMPMS": [ "\u0642\u0628\u0644\u200c\u0627\u0632\u0638\u0647\u0631", ...
{ "pile_set_name": "Github" }
// thread.hpp --------------------------------------------------------------// // Copyright 2010 Vicente J. Botet Escriba // Distributed under the Boost Software License, Version 1.0. // See http://www.boost.org/LICENSE_1_0.txt #ifndef BOOST_DETAIL_WINAPI_FILE_MANAGEMENT_HPP #define BOOST_DETAIL_WINAPI_FILE_MA...
{ "pile_set_name": "Github" }
--- lang: en title: 'API docs: context.context._parent' keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI sidebar: lb4_sidebar editurl: https://github.com/strongloop/loopback-next/tree/master/packages/context permalink: /doc/en/lb4/apidocs.context.context._parent.html --- <!-- Do not edit this file. It ...
{ "pile_set_name": "Github" }
module.exports = require("./lib/_stream_transform.js")
{ "pile_set_name": "Github" }
(*--------------------------------------------------------------------------- Copyright (c) 2015 The mtime programmers. All rights reserved. Distributed under the ISC license, see terms at the end of the file. %%NAME%% %%VERSION%% ---------------------------------------------------------------------------*) ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2000-2005 Silicon Graphics, Inc. * Copyright (c) 2013 Red Hat, 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 distr...
{ "pile_set_name": "Github" }
hello world <http://example.com>
{ "pile_set_name": "Github" }
/*===---- mm3dnow.h - 3DNow! intrinsics ------------------------------------=== * * 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 rig...
{ "pile_set_name": "Github" }
@echo off :: This is an example batchfile for building everything. Please :: edit this (or make your own) for your needs and wants using :: the instructions for calling makefile.vc found in makefile.vc set SYMBOLS= :OPTIONS if "%1" == "/?" goto help if /i "%1" == "/help" goto help if %1.==symbols. goto SYMBOLS if...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
{ "pile_set_name": "Github" }
package com.applozic.mobicomkit; import com.applozic.mobicommons.json.JsonMarker; import com.applozic.mobicomkit.feed.ChannelFeed; import java.util.List; /** * Created by sunil on 12/1/16. */ public class MultipleChannelFeedApiResponse extends JsonMarker { private static final String SUCCESS = "success"; ...
{ "pile_set_name": "Github" }
// // IBAnimatable.h // IBAnimatable // // Created by Tom Baranes on 18/05/2017. // Copyright © 2017 IBAnimatable. All rights reserved. // #import <UIKit/UIKit.h> //! Project version number for IBAnimatable. FOUNDATION_EXPORT double IBAnimatableVersionNumber; //! Project version string for IBAnimatable. FOUNDATI...
{ "pile_set_name": "Github" }
/* crypto/rc2/rc2speed.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and no...
{ "pile_set_name": "Github" }
import Foundation /// If you are running on a slower machine, it could be useful to increase the default timeout value /// or slow down poll interval. Default timeout interval is 1, and poll interval is 0.01. public struct AsyncDefaults { public static var Timeout: TimeInterval = 1 public static var PollInterv...
{ "pile_set_name": "Github" }
# jupyter-notebook > This project does not have any active maintainers. We recommend that you use [nteract](https://nteract.io/desktop), a native notebook application built using Electron, React (like this project), Redux, and RxJS, or [Hydrogen](https://nteract.io/atom), a LightTable-inspired package for Atom that al...
{ "pile_set_name": "Github" }
--TEST-- Test array_push() function : usage variations - Pass different data types as $var arg --FILE-- <?php /* Prototype : int array_push(array $stack, mixed $var [, mixed $...]) * Description: Pushes elements onto the end of the array * Source code: ext/standard/array.c */ /* * Pass different data types as $v...
{ "pile_set_name": "Github" }
// // HPSFSafariViewController.m // HiPDA // // Created by Jichao Wu on 15/10/28. // Copyright © 2015年 wujichao. All rights reserved. // #import "HPSFSafariViewController.h" @implementation HPSFSafariViewController - (void)viewWillAppear:(BOOL)animated { [self.navigationController setNavigationBarHidden:YES ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 1999-2019 Alibaba Group Holding Limited */ package com.alibaba.innodb.java.reader; import com.google.common.collect.ImmutableList; import com.alibaba.innodb.java.reader.comparator.ComparisonOperator; import com.alibaba.innodb.java.reader.page.index.GenericRecord; import java.util.Arrays; import ...
{ "pile_set_name": "Github" }
/* Slatwall - An Open Source eCommerce Platform Copyright (C) ten24, LLC 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) ...
{ "pile_set_name": "Github" }
# uncompyle6 version 2.9.10 # Python bytecode 2.7 (62211) # Decompiled from: Python 3.6.0b2 (default, Oct 11 2016, 05:27:10) # [GCC 6.2.0 20161005] # Embedded file name: forking.py import os import sys import signal from multiprocessing import util, process __all__ = [ 'Popen', 'assert_spawning', 'exit', 'duplicate',...
{ "pile_set_name": "Github" }
File: onLoops.kt - cf21e194ebba2630ba287795f3401722 NL("\n") packageHeader importList topLevelObject declaration functionDeclaration FUN("fun") simpleIdentifier Identifier("test") functionValueParameters LPAREN("(") RPAREN(")") functionBody...
{ "pile_set_name": "Github" }
/* * fs/partitions/atari.h * Moved by Russell King from: * * linux/include/linux/atari_rootsec.h * definitions for Atari Rootsector layout * by Andreas Schwab (schwab@ls5.informatik.uni-dortmund.de) * * modified for ICD/Supra partitioning scheme restricted to at most 12 * partitions * by Guenther Kelleter (...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <xsl:stylesheet xmlns:db="http://docbook.org/ns/docbook" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:exsl="http://exslt.org/common" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:ncx="http://www.daisy.org/z3986/2005/ncx/" xmlns:ng="http://docbook.org/docbook-ng" xmlns:opf="ht...
{ "pile_set_name": "Github" }
/* * cx18 System Control Block initialization * * Copyright (C) 2007 Hans Verkuil <hverkuil@xs4all.nl> * Copyright (C) 2008 Andy Walls <awalls@md.metrocast.net> * * 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 ...
{ "pile_set_name": "Github" }
<!doctype html> <head> <title>CodeMirror: NGINX 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="nginx.js"></script> <style>.CodeMirror {background: #f8f8f8;}</style>...
{ "pile_set_name": "Github" }
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class blockwebsite Inherits System.Windows.Forms.Form 'Form remplace la méthode Dispose pour nettoyer la liste des composants. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As B...
{ "pile_set_name": "Github" }
package org.gnuhpc.bigdata.security; import com.fasterxml.jackson.core.JsonGenerator; import com.fasterxml.jackson.databind.JsonSerializer; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.SerializerProvider; import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule; import j...
{ "pile_set_name": "Github" }
<!--- # license: 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 Licens...
{ "pile_set_name": "Github" }
/* * sf-Touchscreen v1.0b - Provides touchscreen compatibility for the jQuery Superfish plugin. - LAST UPDATE: MARCH 23rd, 2011 * * Developer's notes: * Built as a part of the Superfish project for Drupal (http://drupal.org/project/superfish) * Found any bug? have any cool ideas? contact me right away! http://dru...
{ "pile_set_name": "Github" }
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="5.0" xml:id="admonition.p...
{ "pile_set_name": "Github" }
// Type definitions for connect v3.4.0 // Project: https://github.com/senchalabs/connect // Definitions by: Maxime LUCE <https://github.com/SomaticIT> // Evan Hahn <https://github.com/EvanHahn> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// <reference types="node" /> import * ...
{ "pile_set_name": "Github" }
# frozen_string_literal: true module Beta module Types module Objects class UserType < Beta::Types::Objects::Base implements GraphQL::Relay::Node.interface global_id_field :id field :annict_id, Integer, null: false field :username, String, null: false field :name, ...
{ "pile_set_name": "Github" }
/** * Copyright 2012-2020, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ 'use strict'; var Lib = require('../../lib'); var handleRThetaDefaults = require('../scatterpolar/defaults').handleRThetaDefa...
{ "pile_set_name": "Github" }
var path = require('path') var test = require('tap').test var readdir = require('graceful-fs').readdir var readdirSync = require('graceful-fs').readdirSync var rmdir = require('graceful-fs').rmdir var statSync = require('graceful-fs').statSync var writeFile = require('graceful-fs').writeFile var mkdirp = require('mkd...
{ "pile_set_name": "Github" }
0bgr d7904ea356ada94890cbd49e8d69b6b2 0rgb 1c6673e695a2b6d91b1f9530cb667f9c abgr 25e72e9dbd01ab00727c976d577f7be5 argb 19869bf1a5ac0b6af4d8bbe2c104533c bgr0 b0855438e3d5a87c8b2e4bf47a1109b3 bgr24 89108a4ba00201f79b75b9305c42352d bg...
{ "pile_set_name": "Github" }
using NUnit.Framework; using UnityEditor.Experimental.Rendering.TestFramework; using UnityEngine.Rendering; namespace UnityEngine.Experimental.Rendering.HDPipeline.Tests { //duplicate formerly used enum RenderingPath here for migration test enum LegacyRenderingPath { UseGraphicsSettings, Cu...
{ "pile_set_name": "Github" }
``raw`` ======= The ``raw`` filter marks the value as being "safe", which means that in an environment with automatic escaping enabled this variable will not be escaped if ``raw`` is the last filter applied to it: .. code-block:: jinja {% autoescape %} {{ var|raw }} {# var won't be escaped #} {% enda...
{ "pile_set_name": "Github" }
type RegionId = number | string; type LooseRegionId = number | string; interface Region { value: RegionId; } /** * 根据地域列表、外界传入的regionId 以及 当前的regionId,来判断应该切换到哪个regionId * @author cluezhang * @param list 支持的地域列表,每项的value对应数字的regionId * @param regionId 想要切换的地域ID,可以为0、空串 * @param otherRegionIds 其它备选地域ID */ export...
{ "pile_set_name": "Github" }
import { module, test } from 'qunit'; import { setupRenderingTest } from 'ember-qunit'; import { render } from '@ember/test-helpers'; import hbs from 'htmlbars-inline-precompile'; import { dragAndDrop, dragEnter, dragLeave } from 'ember-file-upload/test-support'; module('Integration | Component | FileDropzone', functi...
{ "pile_set_name": "Github" }
package sarama import ( "encoding/binary" "fmt" "math" "github.com/rcrowley/go-metrics" ) type prepEncoder struct { stack []pushEncoder length int } // primitives func (pe *prepEncoder) putInt8(in int8) { pe.length++ } func (pe *prepEncoder) putInt16(in int16) { pe.length += 2 } func (pe *prepEncoder) p...
{ "pile_set_name": "Github" }
/* * -- Version 1.1 -- * * (C) Copyright 2003-2005 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * (C) Copyright 2004-2005 * Martin Krause, TQ-Systems GmbH, martin.krause@tqs.de * * (C) Copyright 2005 * Stefan Strobl, GERSYS GmbH, stefan.strobl@gersys.de. * * History: * 1.1 - add define CONFIG_...
{ "pile_set_name": "Github" }
// +build !windows /* Copyright 2017 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 ag...
{ "pile_set_name": "Github" }
/* Copyright The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
{ "pile_set_name": "Github" }
define([], function () { return { sepia(imageData) { const width = imageData.width, height = imageData.height; const inputData = imageData.data; let amount = 10; amount *= 255 / 100; for (let y = 0; y < height; y++) { for (let x = 0; x < width; x++) { const pixel ...
{ "pile_set_name": "Github" }
// // BWAppDelegate.m // GestureLab // // Created by Mark Dalrymple on 10/9/12. // Copyright (c) 2012 Mark Dalrymple. All rights reserved. // #import "BWAppDelegate.h" #import "BWViewController.h" @implementation BWAppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDic...
{ "pile_set_name": "Github" }
<?php /** * PHP Montgomery Modular Exponentiation Engine * * PHP version 5 and 7 * * @category Math * @package BigInteger * @author Jim Wigginton <terrafrost@php.net> * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.p...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ /* This file is part of rippled: https://github.com/ripple/rippled Copyright (c) 2012-2017 Ripple Labs Inc Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby gr...
{ "pile_set_name": "Github" }
{ "name": "esquio-rollout-feature", "version": "3.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "azure-pipelines-task-lib": "^2.8.0" }, "devDependencies": { "@types/no...
{ "pile_set_name": "Github" }
/* Class = "NSMenu"; title = "Window"; ObjectID = "0I7-Eo-098"; */ "0I7-Eo-098.title" = "Vindu"; /* Class = "NSMenuItem"; title = "Services"; ObjectID = "0Tk-5P-8i2"; */ "0Tk-5P-8i2.title" = "Tjenester"; /* Class = "NSMenuItem"; title = "Open logs folder"; ObjectID = "52a-zm-Csr"; */ "52a-zm-Csr.title" = "Open logs ...
{ "pile_set_name": "Github" }
// // detail/resolver_service.hpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2016 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // 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) // #if...
{ "pile_set_name": "Github" }
# sha256 locally computed sha256 8205a7a08595ca1a41919750a8dc4e431258966cb46c8021564b25003cf90863 python-web2py-R-2.17.2.tar.gz sha256 2aae96826184a492bc799add49aed7b29036e7aba2d2294fb65053bd30fe55fe LICENSE
{ "pile_set_name": "Github" }
(**************************************************************************) (* *) (* This file is part of Frama-C. *) (* *) (* Copyrigh...
{ "pile_set_name": "Github" }
define(['knockout', 'viewmodels/widget'], function (ko, WidgetViewModel) { /** * knockout components namespace used in arches * @external "ko.components" * @see http://knockoutjs.com/documentation/component-binding.html */ /** * registers a switch-widget component for use in forms * @fu...
{ "pile_set_name": "Github" }
sha256:1327adea4f125bc9dc971c96f2a118d57f3722115fd9f9a64b622061fd864c7f
{ "pile_set_name": "Github" }
/* =========================================================================== Doom 3 GPL Source Code Copyright (C) 1999-2011 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 GPL Source Code (?Doom 3 Source Code?). Doom 3 Source Code is free software: you can redistribute it and/or modify it...
{ "pile_set_name": "Github" }
/* * JAVE - A Java Audio/Video Encoder (based on FFMPEG) * * Copyright (C) 2008-2009 Carlo Pelliccia (www.sauronsoftware.it) * * 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 versi...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> <ClCompile Include="..\..\..\main.cpp" /> </ItemGroup> <ItemGroup> <ClInclude Include="..\..\..\..\Common\Win32_CameraCone.h" /> </ItemGroup> </Project>
{ "pile_set_name": "Github" }
#ifndef NETWORKACCESSMANAGERFACTORY_H #define NETWORKACCESSMANAGERFACTORY_H /* * SPDX-License-Identifier: Apache-2.0 * Copyright (C) 2020 Raspberry Pi (Trading) Limited */ #include <QQmlNetworkAccessManagerFactory> class QNetworkDiskCache; class NetworkAccessManagerFactory : public QObject, public QQmlNetworkAcc...
{ "pile_set_name": "Github" }
var hprose = require('hprose'); module.exports = function*(request, context, next) { console.log(hprose.BytesIO.toString(request)); var response = yield next(request, context); console.log(hprose.BytesIO.toString(response)); return response; };
{ "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>CFBundleURLTypes</key> <array> <dict> <key>CFBundleTypeRole</key> <string>Editor</string> ...
{ "pile_set_name": "Github" }
/** * This file is part of the mingw-w64 runtime package. * No warranty is given; refer to the file DISCLAIMER within this package. */ #ifndef __DPAPI_H__ #define __DPAPI_H__ #ifndef DPAPI_IMP #define DPAPI_IMP DECLSPEC_IMPORT #endif #ifdef __cplusplus extern "C" { #endif #if WINAPI_FAMILY_PARTITION (WINAPI_PART...
{ "pile_set_name": "Github" }
using NUnit.Framework; using TestStack.White.UIItems; namespace TestStack.White.UITests.ControlTests { [TestFixture(WindowsFramework.WinForms)] public class PanelTests : WhiteUITestBase { public PanelTests(WindowsFramework framework) : base(framework) { } ...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
{ "pile_set_name": "Github" }
/* * Knowage, Open Source Business Intelligence suite * Copyright (C) 2016 Engineering Ingegneria Informatica S.p.A. * * Knowage is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 o...
{ "pile_set_name": "Github" }
// Copyright 2018 The Crashpad 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 ...
{ "pile_set_name": "Github" }
{ "images": [ { "filename": "ic_fluent_text_color_16_filled.pdf", "idiom": "universal" } ], "info": { "author": "xcode", "version": 1 }, "properties": { "preserves-vector-representation": true, "template-rendering-intent": "template" } }
{ "pile_set_name": "Github" }
type t = int type alias = t type type_t = t
{ "pile_set_name": "Github" }
//----------------------------------------------- // // This file is part of the Siv3D Engine. // // Copyright (c) 2008-2019 Ryo Suzuki // Copyright (c) 2016-2019 OpenSiv3D Project // // Licensed under the MIT License. // //----------------------------------------------- # include <Siv3DEngine.hpp> # include <Graphic...
{ "pile_set_name": "Github" }
/* * Copyright © 2015 Cask Data, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
{ "pile_set_name": "Github" }
{ "name":"cfchart", "type":"tag", "syntax":"<cfchart>", "related":["cfchartseries","cfchartdata"], "description":"Generates and displays a chart.", "params": [ {"name":"format","description":"File format in which to save graph. `format=flash` has been deprecated in CF2016+","required":false,"default":false,"typ...
{ "pile_set_name": "Github" }
/* -*- Mode: js; js-indent-level: 2; -*- */ /* * Copyright 2011 Mozilla Foundation and contributors * Licensed under the New BSD license. See LICENSE or: * http://opensource.org/licenses/BSD-3-Clause */ define('test/source-map/assert', ['exports'], function (exports) { let do_throw = function (msg) { throw n...
{ "pile_set_name": "Github" }
namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20200614 { using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell; /// <summary> /// A PowerShell PSTypeConverter to support converting to an instance of <see cref="SkuDescriptionRestrictionsItem" /> /// </summary> publi...
{ "pile_set_name": "Github" }
# # Name: ISO 8859-5:1999 to Unicode # Unicode version: 3.0 # Table version: 1.0 # Table format: Format A # Date: 1999 July 27 # Authors: Ken Whistler <kenw@sybase.com> # # Copyright (c) 1991-1999 Unicode, Inc. All Rights reserved. # # This file is provided as-is by Unicode, In...
{ "pile_set_name": "Github" }
""" Tests for gryphon.lib.arbitrage. TODO: - Test fee/profit number functionality. This is a bit more than trivial because it's not guaranteed that our fee levels on a given exchange won't change. """ import pyximport; pyximport.install() import gryphon.lib; gryphon.lib.prepare() import unittest import sure from ...
{ "pile_set_name": "Github" }
<%@ page contentType="text/html; charset=gb2312"%> <table width="99%" height="55" border="0" align="center" cellpadding="-2" cellspacing="-2"> <tr> <td height="2" colspan="4"></td> </tr> <tr> <td width="124" height="23">&nbsp;</td> <td valign="bottom" align="center"> CopyRight &copy; 2011 www.mingrisoft...
{ "pile_set_name": "Github" }
<html> <head> <title>Tremor - datatype - vorbis_info</title> <link rel=stylesheet href="style.css" type="text/css"> </head> <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff"> <table border=0 width=100%> <tr> <td><p class=tiny>Tremor documentation</p></td> <td align=right><p class=tiny>Trem...
{ "pile_set_name": "Github" }
 using System; namespace Plugin.InAppBilling { /// <summary> /// Product being offered /// </summary> [Preserve(AllMembers = true)] public class InAppBillingProduct { /// <summary> /// Name of the product /// </summary> public string Name { get; set; } /// <summary> ...
{ "pile_set_name": "Github" }
package io.buoyant.linkerd.admin import com.twitter.finagle.http.{Request, Status} import io.buoyant.admin.ConfigHandler import io.buoyant.linkerd._ import io.buoyant.linkerd.protocol.ThriftInitializer import io.buoyant.namer.{DefaultInterpreterInitializer, TestNamerInitializer} import io.buoyant.test.FunSuite import ...
{ "pile_set_name": "Github" }
// -*- C++ -*- // // Package: TestMixedSource // Class: TestMixedSource // /**\class TestMixedSource TestMixedSource.cc TestMixed/TestMixedSource/src/TestMixedSource.cc Description: <one line class summary> Implementation: <Notes on implementation> */ // // Original Author: Emilia Lubenova Becheva // ...
{ "pile_set_name": "Github" }
/** * \file hmac_drbg.h * * \brief HMAC_DRBG (NIST SP 800-90A) * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. * You m...
{ "pile_set_name": "Github" }