text
stringlengths
2
99.9k
meta
dict
; RUN: opt -loop-unroll -disable-output < %s ; PR11361 ; This tests for an iterator invalidation issue. target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" de...
{ "pile_set_name": "Github" }
import { AnonymousCredential } from "../../src"; import { BlobServiceClient } from "../../src"; import { newPipeline } from "../../src"; import { SimpleTokenCredential } from "./testutils.common"; import { TokenCredential } from "@azure/core-http"; export * from "./testutils.common"; export function getGenericCredent...
{ "pile_set_name": "Github" }
tool extends Control var zoom_level := 0 var is_panning = false var pan_center: Vector2 var viewport_center: Vector2 var view_mode_index := 0 var editor_interface: EditorInterface # Set in node25d_plugin.gd var moving = false onready var viewport_2d = $Viewport2D onready var viewport_overlay = $ViewportOverlay onrea...
{ "pile_set_name": "Github" }
<?php namespace Elementor\Core\Files\Assets; use Elementor\Core\Files\Assets\Svg\Svg_Handler; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } /** * Elementor files manager. * * Elementor files manager handler class is responsible for creating files. * * @since 2.6.0 */ class Manager { ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2014-2016 Per Lundqvist * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is...
{ "pile_set_name": "Github" }
// Copyright 2012 the V8 project authors. All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of ...
{ "pile_set_name": "Github" }
/* Use this script if you need to support IE 7 and IE 6. */ window.onload = function() { function addIcon(el, entity) { var html = el.innerHTML; el.innerHTML = '<span style="font-family: \'icomoon\'">' + entity + '</span>' + html; } var icons = { 'icon-home' : '&#xe000;', 'icon-quill' : '&#xe007;', 'ic...
{ "pile_set_name": "Github" }
/* pkcs12.h */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. */ /* ==================================================================== * Copyright (c) 1999 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without ...
{ "pile_set_name": "Github" }
// // CodedInputStreamTests.swift // ProtocolBuffers // // Created by Alexey Khokhlov on 03.08.14. // Copyright (c) 2014 Alexey Khokhlov. All rights reserved. // import Foundation import XCTest import ProtocolBuffers class CodedInputStreamTests: XCTestCase { func bytes(_ from:[UInt8]) -> Data { var ret...
{ "pile_set_name": "Github" }
@ RUN: llvm-mc -triple armv7-elf -filetype asm -o - %s | FileCheck %s @ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s \ @ RUN: | llvm-readobj --arm-attributes - | FileCheck %s --check-prefix=CHECK-OBJ .eabi_attribute Tag_CPU_arch, 10 @CHECK: .eabi_attribute 6, 10 @CHECK-OBJ: Tag: 6 @CHECK-OBJ-NEXT: Value: ...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -triple i686-pc-linux-gnu -fsyntax-only -Wno-private-extern -verify -pedantic %s -DGNU // RUN: %clang_cc1 -triple i686-pc-linux-gnu -fsyntax-only -Wno-private-extern -verify -pedantic -x c++ %s -DGNU -std=c++98 // RUN: %clang_cc1 -triple i686-pc-linux-gnu -fsyntax-only -Wno-private-extern -verify -pe...
{ "pile_set_name": "Github" }
/* * (c) 2014 Harrison Neal. Licensed under GPLv2. * A set of convenience functions that return a function pointer to an * appropriate AES implementation depending on your platform. * * NOTE: These functions are intended to be used by algorithms that * continuously switch out AES keys - with each computation, sta...
{ "pile_set_name": "Github" }
# Fail2Ban filter to match web requests for selected URLs that don't exist # [INCLUDES] # Load regexes for filtering before = botsearch-common.conf [Definition] failregex = ^<HOST> \- \S+ \[\] \"(GET|POST|HEAD) \/<block> \S+\" 404 .+$ ^ \[error\] \d+#\d+: \*\d+ (\S+ )?\"\S+\" (failed|is not found) \(2\:...
{ "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 --> <title>JAnnotationType (GWT Javadoc)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script...
{ "pile_set_name": "Github" }
if (typeof JSDOC == "undefined") JSDOC = {}; /** @constructor */ JSDOC.Walker = function(/**JSDOC.TokenStream*/ts) { this.init(); if (typeof ts != "undefined") { this.walk(ts); } } JSDOC.Walker.prototype.init = function() { this.ts = null; var globalSymbol = new JSDOC.Symbol("_global_", [], "GLOBAL", new JSDO...
{ "pile_set_name": "Github" }
import {useDispatch, useSelector} from "react-redux" import React from "react" import {reactElementProps} from "../../test/integration" import Handlers from "../../state/Handlers" import InputAction from "./InputAction" import Modal from "../../state/Modal" import PopMenuPointy from "../PopMenu/PopMenuPointy" import T...
{ "pile_set_name": "Github" }
using Marketplace.Framework; namespace Marketplace.Domain.Shared { public interface ICurrencyLookup { Currency FindCurrency(string currencyCode); } public class Currency : Value<Currency> { public string CurrencyCode { get; set; } public bool InUse { get; set; } pu...
{ "pile_set_name": "Github" }
"use strict"; module.exports = { "#": require("./#"), "lazy": require("./lazy") };
{ "pile_set_name": "Github" }
package docker import ( "bytes" "fmt" "io" "log" "net" "net/url" "os" "path/filepath" "runtime" "strconv" "strings" "syscall" "testing" "time" "github.com/docker/docker/daemon" "github.com/docker/docker/engine" "github.com/docker/docker/image" "github.com/docker/docker/nat" "github.com/docker/docke...
{ "pile_set_name": "Github" }
"""sl_blog URL Configuration The `urlpatterns` list routes URLs to views. For more information please see: https://docs.djangoproject.com/en/2.2/topics/http/urls/ Examples: Function views 1. Add an import: from my_app import views 2. Add a URL to urlpatterns: path('', views.home, name='home') Class-based...
{ "pile_set_name": "Github" }
// // (c) Yuri Kiryanov, openh323@kiryanov.com // for Openh323, www.Openh323.org // // Windows CE Port // Extra header file // #include <stdlibx.h>
{ "pile_set_name": "Github" }
/* * Internal header file _only_ for device mapper core * * Copyright (C) 2016 Red Hat, Inc. All rights reserved. * * This file is released under the LGPL. */ #ifndef DM_CORE_INTERNAL_H #define DM_CORE_INTERNAL_H #include <linux/kthread.h> #include <linux/ktime.h> #include <linux/blk-mq.h> #include <trace/even...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Tabs with DropDown - jQuery EasyUI Demo</title> <link rel="stylesheet" type="text/css" href="../../themes/default/easyui.css"> <link rel="stylesheet" type="text/css" href="../../themes/icon.css"> <link rel="stylesheet" type="text/css" href="../demo.css"> ...
{ "pile_set_name": "Github" }
<html> <head> <title>The Registry Torn Apart</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#000000" text="#ffffff" link="#ffffff" vlink="#ffffff"> <div align="center"> <table width="680" border="0" cellspacing="2" cellpadding="2" align="center">...
{ "pile_set_name": "Github" }
package com.mapbox.geojson.shifter; import com.google.gson.JsonParser; import com.mapbox.geojson.BoundingBox; import com.mapbox.geojson.LineString; import com.mapbox.geojson.Point; import org.hamcrest.Matchers; import org.junit.Test; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import...
{ "pile_set_name": "Github" }
-- -- $Id$ -- -- This file is part of the OpenLink Software Virtuoso Open-Source (VOS) -- project. -- -- Copyright (C) 1998-2020 OpenLink Software -- -- This project is free software; you can redistribute it and/or modify it -- under the terms of the GNU General Public License as published by the -- Free Softwar...
{ "pile_set_name": "Github" }
<template> <div> <navbar-component></navbar-component> <main class="profile-page"> <section class="relative block" style="height: 500px;"> <div class="absolute top-0 w-full h-full bg-center bg-cover" style='background-image: url("https://images.unsplash.com/photo-149933631581...
{ "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.11"/> <link rel="stylesheet" type="text/css" href="search...
{ "pile_set_name": "Github" }
from __future__ import division, print_function, absolute_import import numpy.testing as npt import numpy as np from scipy._lib.six import xrange import pytest from scipy import stats from .common_tests import (check_normalization, check_moment, check_mean_expect, check_var_expect, check_sk...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <author> SPDX-FileCopyrightText: 2014 Teo Mrnjavac &lt;teo@kde.org&gt; SPDX-License-Identifier: GPL-3.0-or-later </author> <class>WelcomePage</class> <widget class="QWidget" name="WelcomePage"> <property name="geometry"> <rect> <x>0</x> <y>0</y>...
{ "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" }
// Copyright 2014 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 ignore // +godefs map struct_in6_addr [16]byte /* in6_addr */ package ipv6 /* #include <sys/socket.h> #include <netinet/in.h> #include <netinet/ic...
{ "pile_set_name": "Github" }
package io.quarkus.devtools.codestarts.core; import static io.quarkus.devtools.codestarts.core.CodestartProcessor.buildStrategies; import io.quarkus.devtools.codestarts.Codestart; import io.quarkus.devtools.codestarts.CodestartProjectDefinition; import io.quarkus.devtools.codestarts.CodestartType; import io.quarkus.d...
{ "pile_set_name": "Github" }
app/code/**/*.js app/design/**/*.js dev/tests/js/jasmine/tests/**/*.js lib/web/css/docs/source/js/dropdown.js lib/web/extjs/defaults.js lib/web/less/config.less.js lib/web/mage/**/*.js lib/web/magnifier/**/*.js lib/web/varien/**/*.js vendor/magento/**/*.js
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>beginCommand</key> <string></string> <key>endCommand</key> <string></string> <key>beginInstruction</key> <string></string> <key>...
{ "pile_set_name": "Github" }
// Copyright 2006 The Closure Library 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 requ...
{ "pile_set_name": "Github" }
// Labels @mixin label-variant($color) { background-color: $color; &[href] { &:hover, &:focus { background-color: darken($color, 10%); } } }
{ "pile_set_name": "Github" }
// stuff added for PCH files. I want to have a lot of stuff included here so the PCH is pretty rich, // but without exposing too many extra protos, so for now (while I experiment)... // #include "../game/q_shared.h" #include "../qcommon/qcommon.h" #include "../client/client.h" #include "../server/server.h" #include ...
{ "pile_set_name": "Github" }
--- wxGTK-2.8.12/src/common/appbase.cpp.abicheck 2015-03-12 17:15:18.000000000 +0100 +++ wxGTK-2.8.12/src/common/appbase.cpp 2015-03-12 17:15:57.000000000 +0100 @@ -424,10 +424,7 @@ bool wxAppConsole::CheckBuildOptions(con msg.Printf(_T("Mismatch between the program and library build versions detected.\nThe li...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2012-2017 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditi...
{ "pile_set_name": "Github" }
/* TiMidity++ -- MIDI to WAVE converter and player Copyright (C) 1999-2002 Masanao Izumo <mo@goice.co.jp> Copyright (C) 1995 Tuukka Toivonen <tt@cgs.fi> 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 ...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using Machine.Specifications; namespace Bifrost.Specs.Execution.for_ContractToImplementorsMap { public class when_feeding_two_times : given.an_empty_map { Establish context = () => map.Feed(new[] { typeof(ImplementationOfInterface) }); Because ...
{ "pile_set_name": "Github" }
# test static and class methods class C: @staticmethod def f(rhs): print('f', rhs) @classmethod def g(self, rhs): print('g', rhs) # builtin wrapped in staticmethod @staticmethod def __sub__(rhs): print('sub', rhs) # builtin wrapped in classmethod @classmetho...
{ "pile_set_name": "Github" }
/* Copyright 2008-2016 David Robillard <http://drobilla.net> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THIS SOFTWARE IS PROVIDED "AS IS" AND...
{ "pile_set_name": "Github" }
--- title: "Running the monkey on AWS EC2 instances" date: 2020-06-28T10:44:05+03:00 draft: false description: "Use AWS SSM to execute Infection Monkey on your AWS instances." tags: ["aws", "integration"] --- ## When to use this feature If your network is deployed on Amazon Web Services (with EC2 instances), and you'...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title> The Prefs Tab </title> <meta charset="UTF-8"> <link rel="stylesheet" href="../default.css" type="te...
{ "pile_set_name": "Github" }
using System; using NHapi.Base; using NHapi.Base.Parser; using NHapi.Base.Model; using NHapi.Model.V26.Datatype; using NHapi.Base.Log; namespace NHapi.Model.V26.Segment{ ///<summary> /// Represents an HL7 MRG message segment. /// This segment has the following fields:<ol> ///<li>MRG-1: Prior Patient Identifier List ...
{ "pile_set_name": "Github" }
// Copyright (c) 2005 DMTF. All rights reserved. // <change cr="CIMCoreCR00752.000" type ="change">Update of // descriptions based on Tech Edit review.</ // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath // qualifier values to CIM Schema.</change> // ===================================================...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- /* ** Copyright 2016, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. ** You my obtain a copy of the License at ** ** http://www.apache.org/licenses/...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <base href="http://addons.silverstripe.org/"><!--[if lte IE 6]></base><![endif]--> <title>Add-ons &middot; SilverStripe Add-ons</title> <link rel="stylesheet" href="themes/addons/css/ionicons.min.css" /> <script type="text/javascript" src="/...
{ "pile_set_name": "Github" }
#!/usr/bin/env ruby require File.dirname(__FILE__) + '/../../config/boot' require 'commands/process/inspector'
{ "pile_set_name": "Github" }
package dmg.cells.nucleus; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.dcache.util.NetLoggerBuilder; /** * Implements cell event logging following the NetLogger format. * * The log format was originally documented as a CEDPS best practice recommendation, * however CEDPS no longer exists. ...
{ "pile_set_name": "Github" }
// Code generated by protoc-gen-go. DO NOT EDIT. // source: examples/helloworld/api/helloworld.proto package v1 import proto "github.com/golang/protobuf/proto" import fmt "fmt" import math "math" import _ "google.golang.org/genproto/googleapis/api/annotations" import ( context "golang.org/x/net/context" grpc "goog...
{ "pile_set_name": "Github" }
class CreateGalleries < ActiveRecord::Migration def self.up create_table :galleries do |t| t.integer :person_id t.string :title t.string :description t.integer :photos_count, :null => false, :default => 0 t.integer :primary_photo_id t.timestamps end end def self.down ...
{ "pile_set_name": "Github" }
#pragma once #include <Register/Utility.hpp> namespace Kvasir { //Analog Comparator Controller namespace AccCr{ ///<Control Register using Addr = Register::Address<0x40040000,0xfffffffe,0x00000000,unsigned>; ///SoftWare ReSeT constexpr Register::FieldLocation<Addr,Register::maskFromRange...
{ "pile_set_name": "Github" }
**To reboot an instance** The following ``reboot-instance`` example reboots the specified instance. :: aws lightsail reboot-instance \ --instance-name MEAN-1 Output:: { "operations": [ { "id": "2b679f1c-8b71-4bb4-8e97-8EXAMPLEed93", "resourceName":...
{ "pile_set_name": "Github" }
/****************************************************************************** * * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the ...
{ "pile_set_name": "Github" }
/* * Copyright © 2009 Nokia 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 without limitation * the rights to use, copy, modify, merge, pub...
{ "pile_set_name": "Github" }
/* * Copyright 2018 It-chain * * 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in wri...
{ "pile_set_name": "Github" }
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using JetBrains.Annota...
{ "pile_set_name": "Github" }
<?php /* * This file is part of PHPUnit. * * (c) Sebastian Bergmann <sebastian@phpunit.de> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PHPUnit\Util\Log; use DOMDocument; use DOMElement; use PHPUnit\Framework\Assertio...
{ "pile_set_name": "Github" }
package types // Code generated by github.com/CovenantSQL/HashStablePack DO NOT EDIT. import ( "bytes" "crypto/rand" "encoding/binary" "testing" ) func TestMarshalHashTransfer(t *testing.T) { v := Transfer{} binary.Read(rand.Reader, binary.BigEndian, &v) bts1, err := v.MarshalHash() if err != nil { t.Fatal...
{ "pile_set_name": "Github" }
// // Copyright (c) 2011 by Appcelerator, Inc. All Rights Reserved. // // This code is proprietary and confidential to Appcelerator // and not for redistribution. // #import "UIKit/UIKit.h" @interface ApplicationMods : NSObject + (NSArray *)compiledMods; @end @interface TiApp : NSObject + (TiApp *)app; - (void)showM...
{ "pile_set_name": "Github" }
<?php /** * ALIPAY API: alipay.daowei.order.transfer request * * @author auto create * * @since 1.0, 2018-03-23 13:22:57 */ namespace Alipay\Request; class AlipayDaoweiOrderTransferRequest extends AbstractAlipayRequest { /** * 订单状态推进接口 **/ private $bizContent; public function setBizConte...
{ "pile_set_name": "Github" }
#!/usr/bin/env python import sys sys.path.insert(0, '../') from consulate import __version__ needs_sphinx = '1.0' extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx'] templates_path = [] source_suffix = '.rst' master_doc = 'index' project = 'consulate' copyright = '2014, Gavin M. Roy' version = '.'.join(__vers...
{ "pile_set_name": "Github" }
// // YYTextRubyExample.h // YYKitExample // // Created by ibireme on 15/9/9. // Copyright (C) 2015 ibireme. All rights reserved. // #import <UIKit/UIKit.h> @interface YYTextRubyExample : UIViewController @end
{ "pile_set_name": "Github" }
/* * This file and its contents are licensed under the Timescale License. * Please see the included NOTICE for copyright information and * LICENSE-TIMESCALE for a copy of the license. */ #ifndef TIMESCALEDB_TSL_REMOTE_CONNECTION_CACHE_H #define TIMESCALEDB_TSL_REMOTE_CONNECTION_CACHE_H #include <postgres.h> #incl...
{ "pile_set_name": "Github" }
/* Copyright (C) 1993, 1994 Aladdin Enterprises. All rights reserved. This software is provided AS-IS with no warranty, either express or implied. This software is distributed under license and may not be copied, modified or distributed except as expressly authorized under the terms of the license cont...
{ "pile_set_name": "Github" }
define(function (require) { /** * Calculate slider move result. * * @param {number} delta Move length. * @param {Array.<number>} handleEnds handleEnds[0] and be bigger then handleEnds[1]. * handleEnds will be modified in this method. * @param {Array....
{ "pile_set_name": "Github" }
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef IOS_CHROME_BROWSER_UI_AUTHENTICATION_AUTHENTICATION_FLOW_PERFORMER_H_ #define IOS_CHROME_BROWSER_UI_AUTHENTICATION_AUTHENTICATION_FLOW_PERFORMER_H...
{ "pile_set_name": "Github" }
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ 生成的包含文件。 // 供 Sample.rc 使用 // #define IDD_ABOUTBOX 100 #define IDR_MAINFRAME 128 #define IDD_MAINDLG 129 #define IDD_DIALOGPINGSERVER 201 #define IDD_DIALOGCHAT 203 #define IDC_BUT...
{ "pile_set_name": "Github" }
{ lib, fetchFromGitHub }: let pname = "nika-fonts"; version = "1.0.0"; in fetchFromGitHub { name = "${pname}-${version}"; owner = "font-store"; repo = "NikaFont"; rev = "v${version}"; postFetch = '' tar xf $downloadedFile --strip=1 find . -name '*.ttf' -exec install -m444 -Dt $out/share/fonts/ni...
{ "pile_set_name": "Github" }
{ "name": "iPod", "description": "A music player.", "url": "https://www.apple.com/ipod/" }
{ "pile_set_name": "Github" }
var searchData= [ ['last_5fframe_5fduration',['last_frame_duration',['../structguac__user.html#ac7e84b1bf15d3d15ba49ce58f1819060',1,'guac_user']]], ['last_5freceived_5ftimestamp',['last_received_timestamp',['../structguac__user.html#aebdee192ef52dfe8956c776adc65fb16',1,'guac_user']]], ['last_5fsent_5ftimestamp',[...
{ "pile_set_name": "Github" }
/* ============================================================================== This file is part of the JUCE library. Copyright (c) 2015 - ROLI Ltd. Permission is granted to use this software under the terms of either: a) the GPL v2 (or any later version) b) the Affero GPL v3 Details...
{ "pile_set_name": "Github" }
package pool import "sync" type StickyConnPool struct { pool *ConnPool reusable bool cn *Conn closed bool mu sync.Mutex } var _ Pooler = (*StickyConnPool)(nil) func NewStickyConnPool(pool *ConnPool, reusable bool) *StickyConnPool { return &StickyConnPool{ pool: pool, reusable: reusable, ...
{ "pile_set_name": "Github" }
// @flow // This file is generated automatically by `scripts/build/typings.js`. Please, don't change it. export type Interval = { start: Date | number, end: Date | number, } export type Locale = { code?: string, formatDistance?: (...args: Array<any>) => any, formatRelative?: (...args: Array<any>) => any, ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2000, 2007, Oracle and/or its affiliates. All rights reserved. * * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * * */ // -- This file was mechanically generated: Do not edit! -- // package java.nio.charset; /** ...
{ "pile_set_name": "Github" }
// Copyright 2011 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. package main import ( "bytes" "crypto/sha1" "errors" "fmt" "go/build" "go/scanner" "go/token" "io" "io/ioutil" "os" pathpkg "path" "path/filepath"...
{ "pile_set_name": "Github" }
// WSUG Appendix How it Works [[AppHowItWorks]] [appendix] == How Wireshark Works When using such a complex program like Wireshark, it’s sometimes useful to understand the mechanisms and concepts behind the surface. This is an approach to shed some light on the inner workings of Wireshark. === Program start When W...
{ "pile_set_name": "Github" }
namespace AcademyGeometry { using System; using System.Linq; class Cylinder : Figure, IAreaMeasurable, IVolumeMeasurable { public Cylinder(Vector3D bottom, Vector3D top, double radius) : base(bottom, top) { this.Radius = radius; } public double ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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 ...
{ "pile_set_name": "Github" }
package cc.mrbird.security.browser; import cc.mrbird.handler.MyAuthenticationFailureHandler; import cc.mrbird.handler.MyAuthenticationSucessHandler; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configura...
{ "pile_set_name": "Github" }
{ "indices.clear_cache": { "documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/5.x/indices-clearcache.html", "methods": ["POST", "GET"], "url": { "path": "/_cache/clear", "paths": ["/_cache/clear", "/{index}/_cache/clear"], "parts": { "index": { "t...
{ "pile_set_name": "Github" }
--- name: Question? about: Got a question about how to use Realm? --- We only use Github issues for bugs or new feature ideas. Please use one of the following options instead: * [Stack Overflow](http://stackoverflow.com/questions/ask?tags=realm) is good to get specific help about how to do use Realm. * [Realm Foru...
{ "pile_set_name": "Github" }
//*****************************************************************// // Albany 3.0: Copyright 2016 Sandia Corporation // // This Software is released under the BSD license detailed // // in the file "license.txt" in the top-level Albany directory // //**************************************...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2012 Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of conditio...
{ "pile_set_name": "Github" }
/* Copyright 2016 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
/* * Copyright 2013-2016 consulo.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 required by applicable law or agreed to ...
{ "pile_set_name": "Github" }
This web app is an experiment to combine Machine Learning and Computer Graphics through [TensorFlow.js](https://js.tensorflow.org/) and [BabylonJS](https://www.babylonjs.com/). Tensorflow.js is an official Javascript API of Google's popular machine learning framework Tensorflow, and since Tensorflow.js is a Javscript l...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. */ /* * 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 th...
{ "pile_set_name": "Github" }
-------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Exported Functions: -- gl.Utilities.DrawMyBox(minX,minY,minZ, maxX,maxY,maxZ) -- gl.Utilities.DrawMyCylinder(x,y,z, height,radius,divs) -- gl.Utilities....
{ "pile_set_name": "Github" }
# DJITelloPy This documentation is the API reference of the DJITelloPy Library. For more information on the project please see the [readme on github](https://github.com/damiafuentes/DJITelloPy/blob/master/README.md). ## API Currently the library contains the following classes: - [Tello][tello] for controlling a si...
{ "pile_set_name": "Github" }
// +build !windows package registry // import "github.com/docker/docker/registry" var ( // CertsDir is the directory where certificates are stored CertsDir = "/etc/docker/certs.d" ) // cleanPath is used to ensure that a directory name is valid on the target // platform. It will be passed in something *similar* to ...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <AppKit/NSWindowController.h> #import <PhotosUICore/NSWindowDelegate-Protocol.h> #import <PhotosUICore/PXSettingsKeyPathObserv...
{ "pile_set_name": "Github" }
package main import ( _ "dupload/p2" _ "p" ) func main() {}
{ "pile_set_name": "Github" }
From 07127fcefbe234f8d36507c58c82098663781cb0 Mon Sep 17 00:00:00 2001 From: Phil Elwell <phil@raspberrypi.org> Date: Tue, 20 Feb 2018 10:07:27 +0000 Subject: [PATCH] i2c-gpio: Also set bus numbers from reg property I2C busses can be assigned specific bus numbers using aliases in Device Tree - string properties where ...
{ "pile_set_name": "Github" }
// Tidy configuration file for bug #503436 input-xml: yes
{ "pile_set_name": "Github" }
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.buck_project_builder.targets; import com.facebook.buck_project_builder.BuilderException; import com.facebook....
{ "pile_set_name": "Github" }
{ "info" : { "version" : 1, "author" : "xcode" }, "properties" : { "filename" : "48---j67Ng9Z.png" } }
{ "pile_set_name": "Github" }