text
stringlengths
2
99.9k
meta
dict
componentconstructors['playermarkers'] = function(dynmap, configuration) { var me = this; $(dynmap).bind('playeradded', function(event, player) { // Create the player-marker. var markerPosition = dynmap.getProjection().fromLocationToLatLng(player.location); player.marker = new L.CustomMarker(markerPosition, { e...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "pile_set_name": "Github" }
/* (No Commment) */ "CFBundleDisplayName" = "Adblock Plus";
{ "pile_set_name": "Github" }
/// generated by: genswift.java 'java/lang|java/util|java/sql|java/awt|javax/swing' /// /// interface java.awt.event.MouseWheelListener /// package org.swiftjava.java_awt; @SuppressWarnings("JniMissingFunction") public class MouseWheelListenerProxy implements java.awt.event.MouseWheelListener { // address of p...
{ "pile_set_name": "Github" }
custom: https://www.paypal.me/yishn/5
{ "pile_set_name": "Github" }
using System; using System.Text.RegularExpressions; namespace Emby.Server.Implementations.Library { public static class PathExtensions { /// <summary> /// Gets the attribute value. /// </summary> /// <param name="str">The STR.</param> /// <param name="attrib">The attrib...
{ "pile_set_name": "Github" }
// +build !linux,!windows package sysinfo import ( "runtime" ) // NumCPU returns the number of CPUs func NumCPU() int { return runtime.NumCPU() }
{ "pile_set_name": "Github" }
StartFontMetrics 4.1 Comment Copyright (c) 1985, 1987, 1989, 1990, 1997 Adobe Systems Incorporated. All Rights Reserved. Comment Creation Date: Thu May 1 12:44:31 1997 Comment UniqueID 43055 Comment VMusage 14960 69346 FontName Helvetica-Oblique FullName Helvetica Oblique FamilyName Helvetica Weight Medium ItalicAngl...
{ "pile_set_name": "Github" }
# Copyright (c) 2020 PaddlePaddle 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 appli...
{ "pile_set_name": "Github" }
require "aws-sdk" class AmazonUtils S3 = AWS::S3.new( :access_key_id => ENV["S3_ACCESS_KEY_ID"], :secret_access_key => ENV["S3_SECRET_ACCESS_KEY"] ) def self.s3 S3 end end
{ "pile_set_name": "Github" }
// Copyright 2014 The Prometheus 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...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" > <mapper namespace="com.mooc.mapper.ReviewMapper" > <resultMap id="BaseResultMap" type="com.mooc.entity.Review" > <id column="reviewid" property="reviewid" jdbcType="...
{ "pile_set_name": "Github" }
# compressible [![NPM Version][npm-image]][npm-url] [![NPM Downloads][downloads-image]][downloads-url] [![Node.js Version][node-version-image]][node-version-url] [![Build Status][travis-image]][travis-url] [![Test Coverage][coveralls-image]][coveralls-url] Compressible `Content-Type` / `mime` checking. ## Installati...
{ "pile_set_name": "Github" }
require 'helper' require 'active_record' require 'rails/generators/test_case' require 'generators/flipper/active_record_generator' class FlipperActiveRecordGeneratorTest < Rails::Generators::TestCase tests Flipper::Generators::ActiveRecordGenerator destination File.expand_path('../../../../tmp', __FILE__) setup ...
{ "pile_set_name": "Github" }
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Square] "Colour2"="26,26,26" "Colour3"="26,26,26" "Colour0"="172,172,171" "Colour1"="229,229,229" "Colour5"="252,251,204" "Colour4"="0,0,0" "Colour6"="5,5,5" "Colour8"="233,137,124" "Colour11"="195,247,134" "Colour13"="252,251,...
{ "pile_set_name": "Github" }
'use strict'; var inherits = require('inherits') , XhrDriver = require('../driver/xhr') ; function XHRCorsObject(method, url, payload, opts) { XhrDriver.call(this, method, url, payload, opts); } inherits(XHRCorsObject, XhrDriver); XHRCorsObject.enabled = XhrDriver.enabled && XhrDriver.supportsCORS; module.ex...
{ "pile_set_name": "Github" }
// Copyright 2016 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. // Bluetooth sockets and messages package unix // Bluetooth Protocols const ( BTPROTO_L2CAP = 0 BTPROTO_HCI = 1 BTPROTO_SCO = 2 BTPROTO_RFCOMM = 3 ...
{ "pile_set_name": "Github" }
__author__ = 'Charlie' import os, sys import tarfile import tensorflow as tf from tensorflow.python.platform import gfile from six.moves import urllib import numpy as np FLAGS = tf.app.flags.FLAGS tf.app.flags.DEFINE_string('model_dir', 'Models_zoo/imagenet', """Path to classify_image_graph_...
{ "pile_set_name": "Github" }
///////////////////////////////////////////////////////////////////////// // $Id: cdrom_amigaos.cc,v 1.14 2008/01/26 22:24:00 sshwarts Exp $ ///////////////////////////////////////////////////////////////////////// // // Copyright (C) 2000 MandrakeSoft S.A. // // MandrakeSoft S.A. // 43, rue d'Aboukir // 750...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2000, 2009 IBM Corporation and others. * * This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at ...
{ "pile_set_name": "Github" }
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
{ "pile_set_name": "Github" }
package scalaxy.compilets trait Compilet { def runsAfter: Seq[Compilet] = Seq() def name = getClass.getName.replaceAll("\\$", "") }
{ "pile_set_name": "Github" }
LIBRARY jit.la.diagproduct.mxe EXPORTS main
{ "pile_set_name": "Github" }
.login_top_bg { background-image: url(login-top-bg.gif); background-repeat: repeat-x; } .body { background-color: #EEF2FB; left: 0px; top: 0px; right: 0px; bottom: 0px; } .login-buttom-bg { background-image: url(login-buttom-bg.gif); background-repeat: repeat-x; } .login-buttom-txt { font-family: Arial, Helv...
{ "pile_set_name": "Github" }
golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223 h1:DH4skfRX4EBpamg7iV4ZlCpblAHI6s6TDM39bFZumv8= golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
{ "pile_set_name": "Github" }
/* * This file is part of Hootenanny. * * Hootenanny is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distri...
{ "pile_set_name": "Github" }
# coding=utf-8 """InaSAFE Defaults.""" # This import is to enable SIP API V2 # noinspection PyUnresolvedReferences import qgis # NOQA pylint: disable=unused-import from parameters.text_parameter import TextParameter from safe.utilities.i18n import tr from safe.utilities.resources import resources_path __copyright__...
{ "pile_set_name": "Github" }
package com.zijie.treader.dialog; import android.app.Dialog; import android.content.Context; import android.graphics.drawable.BitmapDrawable; import android.view.Gravity; import android.view.LayoutInflater; import android.view.MotionEvent; import android.view.View; import android.view.ViewGroup; import android.widget....
{ "pile_set_name": "Github" }
# Docker registry proxy for api version 2 upstream docker-registry { server %HOST%:%PORT%; } # No client auth or TLS # TODO(bacongobbler): experiment with authenticating the registry if it's using TLS server { listen %BIND_PORT%; server_name localhost; # disable any limits to avoid HTTP 413 for large...
{ "pile_set_name": "Github" }
decoration = require "../../core/methods/font/decoration.coffee" family = require "../../core/methods/font/family.coffee" transform = require "../../core/methods/font/transform.coffee" module.exports = font: color: "#444444" decoration: decoration() family: family() transform: transfor...
{ "pile_set_name": "Github" }
// DATA_TEMPLATE: dom_data oTest.fnStart( "bJQueryUI" ); $(document).ready( function () { $('#example').dataTable( { "bJQueryUI": true } ); oTest.fnTest( "Header elements are fully wrapped by DIVs", null, function () { var test = true; $('#example thead th').each( function () { if ( this.childN...
{ "pile_set_name": "Github" }
package units // Base2Bytes is the old non-SI power-of-2 byte scale (1024 bytes in a kilobyte, // etc.). type Base2Bytes int64 // Base-2 byte units. const ( Kibibyte Base2Bytes = 1024 KiB = Kibibyte Mebibyte = Kibibyte * 1024 MiB = Mebibyte Gibibyte = Mebibyt...
{ "pile_set_name": "Github" }
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c @@ -2654,6 +2654,49 @@ static struct board_info __initdata boar }, }, }; + +static struct board_info __initdata board_BSKYB_63168 = { + .name = "BSKYB_63168", + .expected_cpu_id = 0x63268, + + .has_pci = 1, + .us...
{ "pile_set_name": "Github" }
<!-- Copyright (c) 2015 The Khronos Group Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and/or associated documentation files (the "Materials"), to deal in the Materials without restriction, including without limitation the rights to use, copy, modify, merge, publi...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="Category" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> <item> <key> <string>_count</string> </key> <value> <persistent> <string encoding="base...
{ "pile_set_name": "Github" }
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ #![deny(missing_docs)] //! A memory cache implementing the logic specified in <http://tools.ietf.org/html/rfc723...
{ "pile_set_name": "Github" }
///* // * Copyright (c) 2009-2010 by Bjoern Kolbeck, Zuse Institute Berlin // * // * Licensed under the BSD License, see LICENSE file for details. // * // */ // //package org.xtreemfs.foundation.flease.sim; // //import java.net.InetSocketAddress; //import java.util.ArrayList; //import java.util.Iterator; //import java....
{ "pile_set_name": "Github" }
<div class="intro"> <p>Containers are "boxes", containing one or more Terminals. Containers are willingly generic, so that an application can easily create custom Containers.</p> </div> {{>getting-started}} <h2>Using {{displayName}}</h2> <h3>Quick Start</h3> <p>TODO.</p> <h3>Creating new containers/Extending ...
{ "pile_set_name": "Github" }
#undef __nearbyintf #define __nearbyintf __nearbyintf_c #include <sysdeps/ieee754/flt-32/s_nearbyintf.c>
{ "pile_set_name": "Github" }
function Logger(id) { function _logger() { this.element = document.getElementById(id); return this; }; _logger.prototype = { clear() { this.element.textContent = ''; }, log(message) { this.element.textContent = [this.element.textContent, message].filter(Boolean).join('\n'); }...
{ "pile_set_name": "Github" }
// Copyright 2014 Canonical Ltd. // Licensed under the LGPLv3, see LICENCE file for details. package jsonhttp_test import ( "encoding/json" "errors" "net/http" "net/http/httptest" gc "gopkg.in/check.v1" "gopkg.in/errgo.v1" "github.com/juju/utils/v2/jsonhttp" ) type suite struct{} var _ = gc.Suite(&suite{})...
{ "pile_set_name": "Github" }
package com.o3dr.android.client.utils.connection; import android.os.Bundle; import android.os.Handler; import org.droidplanner.services.android.impl.utils.NetworkUtils; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.IOException; import java.net.InetAddress; import java.net.In...
{ "pile_set_name": "Github" }
StartFontMetrics 4.1 Comment Copyright (c) 1985, 1987, 1988, 1989, 1997 Adobe Systems Incorporated. All Rights Reserved. Comment Creation Date: Thu May 1 15:14:13 1997 Comment UniqueID 43082 Comment VMusage 45775 55535 FontName ZapfDingbats FullName ITC Zapf Dingbats FamilyName ZapfDingbats Weight Medium ItalicAngle 0...
{ "pile_set_name": "Github" }
<network> <name>default</name> <uuid>004b96e12d78c30f5aa5f03c87d21e69</uuid> <bridge name='brdefault'/> <forward dev='eth0'/> <ip address='192.168.122.1' netmask='255.255.255.0'> <dhcp> <range start='192.168.122.128' end='192.168.122.253'/> </dhcp> </ip> </network>
{ "pile_set_name": "Github" }
1 1000 44 131 1 134 2 138 1 142 1 344 1 274 1 23 1 152 1 156 1 157 1 289 1 34 1 163 1 37 1 166 1 167 1 40 1 41 1 300 1 307 2 329 1 186 2 316 1 190 1 320 1 193 1 326 1 200 1 73 1 77 1 28 1 79 3 208 1 212 1 270 1 216 1 335 1 225 2 357 1 358 1 107 1 367 1 244 1 340 1
{ "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" }
<?php /* * $Id$ * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT * OWNER OR CO...
{ "pile_set_name": "Github" }
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2013 The PHP Group | +--------------...
{ "pile_set_name": "Github" }
#pragma once #include "common.h" #include "SpriteObjects.h" #include "Tile.h" #include "WorldSegment.h" class Tile; class c_tile_tree_twig { c_sprite own_sprite; std::vector<c_sprite> westward_growth; std::vector<c_sprite> eastward_growth; public: c_tile_tree_twig(void); ~c_tile_tree_twig(void); ...
{ "pile_set_name": "Github" }
bibentry(bibtype = "Article", title = "{TMB}: Automatic Differentiation and {L}aplace Approximation", author = c(person(given = "Kasper", family = "Kristensen", email = "kaskr@imm.dtu.dk"), person(given = "Anders", ...
{ "pile_set_name": "Github" }
namespace UnityEngine.Experimental.Rendering.UI { public class DebugUIHandlerHBox : DebugUIHandlerWidget { DebugUIHandlerContainer m_Container; internal override void SetWidget(DebugUI.Widget widget) { base.SetWidget(widget); m_Container = GetComponent<DebugUIHan...
{ "pile_set_name": "Github" }
{ "name": "Box, Inc.", "displayName": "Box", "properties": [ "box.com", "boxcdn.net" ], "prevalence": { "tracking": 0.00000735, "nonTracking": 0, "total": 0.00000735 } }
{ "pile_set_name": "Github" }
/* * Copyright 2019 Square Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
{ "pile_set_name": "Github" }
var chain = require('./chain'); /** * Creates a `lodash` wrapper instance with explicit method chain sequences enabled. * * @name chain * @memberOf _ * @since 0.1.0 * @category Seq * @returns {Object} Returns the new `lodash` wrapper instance. * @example * * var users = [ * { 'user': 'barney', 'age': 36 }...
{ "pile_set_name": "Github" }
/* * Copyright © 2018-2020 Peter M. Stahl pemistahl@gmail.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 ap...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2013-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * * @provides...
{ "pile_set_name": "Github" }
Po obudzeniu się sytuacja się nie zmieniła! Co robisz? [Start](../ptasieMleczko.md) [Idziesz dalej spać](./spaniee.md)
{ "pile_set_name": "Github" }
<?hh $foo = $bar; // assign bar to foo
{ "pile_set_name": "Github" }
// Module included in the following assemblies: // * openshift_images/images-understand.aodc [id="images-imagestream-trigger_{context}"] = Imagestream triggers An imagestream trigger causes a specific action when an imagestreamtag changes. For example, importing can cause the value of the tag to change, which causes ...
{ "pile_set_name": "Github" }
// Copyright 2019 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. class Outer { constructor(o) { this.x = o; } } class ArrayHolder { constructor(o) { this.array = []; this.array[1] = o; } }...
{ "pile_set_name": "Github" }
// // PKCollectionNode.h // ParseKit // // Created by Todd Ditchendorf on 10/4/12. // // #import "PKCompositeNode.h" @interface PKCollectionNode : PKCompositeNode @end
{ "pile_set_name": "Github" }
/* http://keith-wood.name/countdown.html Brazilian initialisation for the jQuery countdown extension Translated by Marcelo Pellicano de Oliveira (pellicano@gmail.com) Feb 2008. and Juan Roldan (juan.roldan[at]relayweb.com.br) Mar 2012. */ (function($) { 'use strict'; $.countdown.regionalOptions['pt-BR'] = { ...
{ "pile_set_name": "Github" }
# 2019 October 02 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for yourself and forgive others. # May you share freely, never taking more than you give. # #********************************...
{ "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" }
// SPDX-License-Identifier: BSD-2-Clause /* Copyright (C) 2015 - 2020 Intel Corporation. */ /////////////////////////////////////////////////////////////////////////// // File : autohbw_api.h // Purpose: Header file to include, to use API calls to AutoHBW // Author : Ruchira Sasanka (ruchira.sasanka AT intel.com) //...
{ "pile_set_name": "Github" }
// OsmSharp - OpenStreetMap (OSM) SDK // Copyright (C) 2013 Abelshausen Ben // // This file is part of OsmSharp. // // OsmSharp 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 Licen...
{ "pile_set_name": "Github" }
/***************************************************************************** * Copyright (C) 2000 Jim Kent. This source code may be freely used * * for personal, academic, and non-profit purposes. Commercial use * * permitted only by explicit agreement with Jim Kent (jim_kent@pacbell.net) * ***...
{ "pile_set_name": "Github" }
msgid "" msgstr "" "Project-Id-Version: plume\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-06-15 16:33-0700\n" "PO-Revision-Date: 2019-12-16 21:06\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charse...
{ "pile_set_name": "Github" }
Short Flickr URLs ====================================================================== Flickr supports linking to a photo page using a short url such as https://flic.kr/p/6BTTT6. The ``flickrapi.shorturl`` module contains functionality for working with those short URLs. ``flickrapi.shorturl.encode(photo ID)``: ...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang='en'> <head> <title>Classes [AssetHat]</title> <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'> <link href='rdoc-style.css' media='screen' rel='stylesheet' type='text/css'> <base ta...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSWindowController.h" #import "NSTableViewDelegate.h" #import "NSWindowDelegate.h" @class NSArrayController, NSButton, NSTableView; __attribute__((visibility("hidden")))...
{ "pile_set_name": "Github" }
--- alias: iquaecuj6b description: Upgrade to 1.7 --- # Upgrade to 1.7 ## Overview The [1.7 release](https://github.com/graphcool/prisma/releases/tag/1.7.0) of Prisma introduces a few major changes for the deployment process of a Prisma API. These changes mainly concern the service configuration within [`prisma.yml`...
{ "pile_set_name": "Github" }
The following authors have created the source code of «Benchmarks» published and distributed by YANDEX LLC as the owner: Nikita Dmitriev nikitxskv@ Sergey Tilga tilgasergey@ Nikita Senderovich senderovich.nikita@yandex.ru Anastasia Bezzubtseva nstbezz@
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:card_view="http://schemas.android.com/tools" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/card_view" android:layout_gravity="center" app:cardBackgroundColor...
{ "pile_set_name": "Github" }
module org.eclipse.swt.internal.mozilla.nsIDOMWindowCollection; import org.eclipse.swt.internal.mozilla.Common; import org.eclipse.swt.internal.mozilla.nsID; import org.eclipse.swt.internal.mozilla.nsISupports; import org.eclipse.swt.internal.mozilla.nsIDOMWindow; import org.eclipse.swt.internal.mozilla.nsStringAPI; ...
{ "pile_set_name": "Github" }
{- - Copyright (c) 2017 The Agile Monkeys S.L. <hackers@theam.io> - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless requir...
{ "pile_set_name": "Github" }
/* * Copyright 2018 Google * * 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 w...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2013 salesforce.com, 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 ...
{ "pile_set_name": "Github" }
I. TURN Server as a standard OS package At the present time, several operation systems have this project pre-packaged: 1) New Linuxes in Debian family have package "coturn": http://packages.qa.debian.org/r/coturn.html which can be installed the usual way: apt install coturn If instead you are using the Debian pa...
{ "pile_set_name": "Github" }
.UserSignature { border-top: 1px solid #ddd; border-top: 1px solid rgba(0, 0, 0, 0.1); padding-top: 4px; font-size: 11px; margin-top: 10px; } .UserSignature p { margin: 2px 0; } .UserSignature.HideImages img { display: none; }
{ "pile_set_name": "Github" }
export { default as voronoi } from './voronoi'; export { default as VoronoiPolygon } from './components/VoronoiPolygon';
{ "pile_set_name": "Github" }
using Bridge.Test.NUnit; using System; namespace Bridge.ClientTest.Batch3.BridgeIssues { // Bridge[#666] [Category(Constants.MODULE_ISSUES)] [TestFixture(TestNameFormat = "#666 - {0}")] public class Bridge666 { [Test(ExpectedCount = 1)] public static void TestUseCase() { ...
{ "pile_set_name": "Github" }
; RUN: opt -instcombine -S < %s | FileCheck %s ; -------------------------------------------------------------------- ; llvm.amdgcn.rcp ; -------------------------------------------------------------------- declare float @llvm.amdgcn.rcp.f32(float) nounwind readnone declare double @llvm.amdgcn.rcp.f64(double) nounwin...
{ "pile_set_name": "Github" }
# Copyright 2018 The Prometheus 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 writ...
{ "pile_set_name": "Github" }
// // Licensed under the terms in License.txt // // Copyright 2010 Allen Ding. All rights reserved. // #import "KWAfterEachNode.h" #import "KWExampleNodeVisitor.h" @implementation KWAfterEachNode #pragma mark - Initializing + (id)afterEachNodeWithCallSite:(KWCallSite *)aCallSite block:(void (^)(void))block { re...
{ "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" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_201) on Fri Jul 05 16:27:11 PDT 2019 --> <title>org.apache.iceberg.pig (iceberg master API)</title> <meta name="date" content="2019-07-05"> <li...
{ "pile_set_name": "Github" }
--- title: クラスター管理のベスト プラクティス - Azure HDInsight description: HDInsight クラスターを管理するためのベストプラクティスを学習する。 author: hrasheed-msft ms.author: hrasheed ms.reviewer: jasonh ms.service: hdinsight ms.custom: hdinsightactive ms.topic: conceptual ms.date: 12/02/2019 ms.openlocfilehash: 3010c1d597907e7d5c7f82c8b42721dc1f934f6f ms.sour...
{ "pile_set_name": "Github" }
#初始状态的概率 #格式 #状态:概率 B,a:-4.7623052146 B,ad:-6.68006603678 B,ag:-3.14e+100 B,an:-8.69708322302 B,b:-5.01837436211 B,bg:-3.14e+100 B,c:-3.42388018495 B,d:-3.97504752976 B,df:-8.88897423083 B,dg:-3.14e+100 B,e:-8.56355183039 B,en:-3.14e+100 B,f:-5.49163041848 B,g:-3.14e+100 B,h:-13.53336513 B,i:-6.11578472756 B,in:-3.14e+...
{ "pile_set_name": "Github" }
// OpenVPN -- An application to securely tunnel IP networks // over a single port, with support for SSL/TLS-based // session authentication and key exchange, // packet encryption, packet authentication, and // packet compression. // // Copyright (C) 2012-202...
{ "pile_set_name": "Github" }
var common = require("../common"); var chai = common.chai; var app = common.app; var db = common.db; describe("models.test", () => { describe("GET /api/v2/models/", () => { before(function () { //model_name, comment, bot_id, server_path, local_path db.run("INSERT into models (model_...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # Copyright (c) 2012 Thomas Parslow http://almostobsolete.net/ # # 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 th...
{ "pile_set_name": "Github" }
package flank.scripts.ci.releasenotes import org.junit.Assert.assertEquals import org.junit.Test class ReleaseNotesWithTypeTest { @Test fun `Should properly format release notes with type`() { // given val testTag = "TAG" val expected = """ ## TAG ### Features ...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 5bb6de9d050b711419b77198a0a3982f TextureImporter: fileIDToRecycleName: {} externalObjects: {} serializedVersion: 7 mipmaps: mipMapMode: 0 enableMipMap: 1 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapsPreserveCoverage: 0 alphaTestRefe...
{ "pile_set_name": "Github" }
{ "methodConfig": [ { "name": [ { "service": "google.cloud.secretmanager.v1.SecretManagerService", "method": "ListSecrets" }, { "service": "google.cloud.secretmanager.v1.SecretManagerService", "method": "CreateSecret" }, { ...
{ "pile_set_name": "Github" }
<?php /* +---------------------------------------------------------------------------+ | Revive Adserver | | http://www.revive-adserver.com | | ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2013 Apple Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'License'). You may not use this file except in * compli...
{ "pile_set_name": "Github" }
user_role: - id: 324 name: PLAYER
{ "pile_set_name": "Github" }
// ==UserScript== // @name url bar blur to revert // @namespace blur2revert@zbinlin.gmail.com // @filename blur2revert.uc.js // @description url bar blur to revert // @author zbinlin // @version 0.1.20110602.1 // @updateURL https://j.mozest.com/ucscript/script/39.meta.js // ==/UserScript== if ...
{ "pile_set_name": "Github" }