text
stringlengths
2
99k
meta
dict
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-glass:before { content: $fa-var-glass; } .#{$fa-css-prefix}-music:before { content: $fa-var-music; } .#{$fa-css-prefix}-search:before { content: $fa-var-searc...
{ "pile_set_name": "Github" }
/* * Copyright Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" f...
{ "pile_set_name": "Github" }
// Go support for Protocol Buffers - Google's data interchange format // // Copyright 2010 The Go Authors. All rights reserved. // https://github.com/golang/protobuf // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met...
{ "pile_set_name": "Github" }
.box-title { h2 { margin: 0; color: #9ea8bb; } }
{ "pile_set_name": "Github" }
module github.com/hashicorp/go-plugin require ( github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect github.com/golang/protobuf v1.2.0 github.com/hashicorp/go-hclog v0.0.0-20180709165350-ff2cf002a8dd github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb github.com/mitchellh/go-testing-int...
{ "pile_set_name": "Github" }
console_log: { input: { console.log("%% %s"); console.log("%% %s", "%s"); } expect: { console.log("%% %s"); console.log("%% %s", "%s"); } expect_stdout: [ "%% %s", "% %s", ] }
{ "pile_set_name": "Github" }
// (c) 2019-2020, Ava Labs, Inc. All rights reserved. // See the file LICENSE for licensing terms. package snowman import ( "github.com/ava-labs/avalanchego/ids" ) // Voter records chits received from [vdr] once its dependencies are met. type voter struct { t *Transitive vdr ids.ShortID requestID u...
{ "pile_set_name": "Github" }
(* * * Copyright (c) 2001-2002, * Jeremy Condit <jcondit@cs.berkeley.edu> * George C. Necula <necula@cs.berkeley.edu> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2015 Nordic Semiconductor. All Rights Reserved. * * The information contained herein is property of Nordic Semiconductor ASA. * Terms and conditions of usage are described in detail in NORDIC * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. * * Licensees are granted free, non-transferab...
{ "pile_set_name": "Github" }
import datetime import dateparser import aiohttp import discord from discord.ext import commands from meowth.utils import formatters, fuzzymatch from meowth.exts.users import MeowthUser from .errors import * class SilphBadge: __slots__ = ('count', '_awarded', 'slug', 'name', 'description', 'image_url') def...
{ "pile_set_name": "Github" }
2015.11.09 ======== ## 业界会议 **[报名]D2前端技术论坛-2015** http://d2forum.alibaba-inc.com/ D2前端技术论坛(Designer & Developer Frontend Technology Forum),简称D2。为国内前端开发者和网站设计师提供一个交流的机会,一起分享技术的乐趣,探讨行业的发展,以技术会友。它是中国所有前端开发者的节日,包括前端设计师,前端开发工程师,和所有对前端技术感兴趣的人。经历了近10年的发展,前端岗位从刀耕火种走到了今天的百花齐放,各领域全面发展,进入盛况时期。2015年第10届D2的主题即为“融合”! **201...
{ "pile_set_name": "Github" }
/***************************************************************************/ /* */ /* ftpfr.h */ /* */ /* Fr...
{ "pile_set_name": "Github" }
/** * firewall API generated from firewall.yang * * NOTE: This file is auto generated by polycube-codegen * https://github.com/polycube-network/polycube-codegen */ /* Do not edit this file manually */ #include "ChainBase.h" #include "../Firewall.h" ChainBase::ChainBase(Firewall &parent) : parent_(parent) {} Ch...
{ "pile_set_name": "Github" }
package peregin.gpv.model import org.specs2.mutable.Specification import org.joda.time.{DateTime, DateTimeZone} import org.specs2.matcher.{Expectable, MatchResult, Matcher, SignificantFigures} import peregin.gpv.util.Logging import scala.xml.XML class TelemetrySpec extends Specification with Logging { def beClos...
{ "pile_set_name": "Github" }
#import "YapDatabaseManager.h" #import <libkern/OSAtomic.h> /** * There should only be one YapDatabase or YapCollectionDatabase per file. * * The architecture design is to create a single parent database instance, * and then spawn connections to the database as needed from the parent. * * The architecture is bui...
{ "pile_set_name": "Github" }
require File.expand_path('../../test_helper', __FILE__) require 'rack' module AdvaStatic class ServerExportTest < Test::Unit::TestCase include Adva::Static::Server attr_reader :app def setup Factory(:site) super end def teardown FileUtils.rm_r(export.target) @export = ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2006 Michael Brown <mbrown@fensystems.co.uk>. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of the * License, or any later version. * * This progr...
{ "pile_set_name": "Github" }
#pragma once #include "AP_HAL_Linux.h" #include <AP_ADC/AP_ADC.h> #include <fcntl.h> #include <unistd.h> #define IIO_ANALOG_IN_COUNT 8 #define IIO_ANALOG_IN_DIR "/sys/bus/iio/devices/iio:device0/" #if CONFIG_HAL_BOARD_SUBTYPE == HAL_BOARD_SUBTYPE_LINUX_PXF // Note that echo BB-ADC cape should be loaded #define IIO_...
{ "pile_set_name": "Github" }
config BR2_PACKAGE_PYTHON_SERIAL bool "python-serial" help python-serial is a Python library to access serial ports. https://github.com/pyserial/pyserial
{ "pile_set_name": "Github" }
{ "imports": "import Button from \"@kiwicom/orbit-components/lib/Button\";\nimport Radio from \"@kiwicom/orbit-components/lib/Radio\";\nimport Stack from \"@kiwicom/orbit-components/lib/Stack\";", "example": "() => {\n const [checked, setChecked] = React.useState(false)\n return (\n <Stack>\n <Radio\n ...
{ "pile_set_name": "Github" }
<docs> <DefaultCtor> <summary> Initializes a new instance of the <see cref="MySqlConnection"/> class. </summary> <remarks> When a new instance of <see cref="MySqlConnection"/> is created, the read/write properties are set to the following initial values unless they are specifically ...
{ "pile_set_name": "Github" }
/** * The base implementation of `_.sortBy` which uses `comparer` to define * the sort order of `array` and replaces criteria objects with their * corresponding values. * * @private * @param {Array} array The array to sort. * @param {Function} comparer The function to define sort order. * @returns {Array} Retur...
{ "pile_set_name": "Github" }
<!-- DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. Copyright (c) 2017 Payara Foundation and/or its affiliates. All rights reserved. The contents of this file are subject to the terms of either the GNU General Public License Version 2 only ("GPL") or the Common Development and Distribution License("CDDL") (...
{ "pile_set_name": "Github" }
#ifndef BOOST_MPL_LIST_AUX_EMPTY_HPP_INCLUDED #define BOOST_MPL_LIST_AUX_EMPTY_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2000-2004 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // See http://www.boos...
{ "pile_set_name": "Github" }
// Copyright Aleksey Gurtovoy 2000-2004 // Copyright Jaap Suter 2003 // // 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) // // *Preprocessed* version of the main "bitand.hpp" header // -- DO NOT modify by hand...
{ "pile_set_name": "Github" }
#include <iostream> #include <iomanip> using namespace std; int main(){ int n; cin>>n; if(n<60) cout<<"7"; else if(n<70) cout<<"6"; else if(n<80) cout<<"5"; else if(n<85) cout<<"4"; else if(n<90) cout<<"3"; else if(n<95) cout<<"2"; else if(n<=100) cout<<"1"; }
{ "pile_set_name": "Github" }
/******************************************************************************** * Copyright (C) 2015 by Simon Wendsche * * * * This file is part of NormalmapGenerator. ...
{ "pile_set_name": "Github" }
/* * 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, software distributed under t...
{ "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/. # Copyright (c) 2017 Mozilla Corporation from .positive_alert_test_case import PositiveAlertTestCase from .negative_ale...
{ "pile_set_name": "Github" }
// GENERATED CODE - DO NOT MODIFY BY HAND part of 'rootfolder.dart'; // ************************************************************************** // TypeAdapterGenerator // ************************************************************************** class RadarrRootFolderAdapter extends TypeAdapter<RadarrRootFolder> ...
{ "pile_set_name": "Github" }
module.exports = { "100": "Continue", "101": "Switching Protocols", "102": "Processing", "200": "OK", "201": "Created", "202": "Accepted", "203": "Non-Authoritative Information", "204": "No Content", "205": "Reset Content", "206": "Partial Content", "207": "Multi-Status", "208": "Already Reporte...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>claf.config.namespace &mdash; CLaF 0.2.0 doc...
{ "pile_set_name": "Github" }
commandlinefu_id: 13251 translator: weibo: '' hide: true command: |- num_errs=`grep ERROR /var/log/syslog | tee >(cat >&2) | wc -l` summary: |- Save a result based on a command's output in a variable while printing the command output
{ "pile_set_name": "Github" }
{ lib , buildPythonPackage , flake8 , nose2 , mock , requests , pyjwt , fetchPypi }: buildPythonPackage rec { pname = "globus-sdk"; version = "1.9.1"; src = fetchPypi { inherit pname version; sha256 = "883a862ddd17b0f4868ec55d6697a64c13d91c41b9fa5103198d2140053abac2"; }; checkPhase = '' py.test...
{ "pile_set_name": "Github" }
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24.0" android:viewportHeight="24.0"> <path android:fillColor="@color/white" android:pathData="M15.5,14h-0.79l-0.28,-0.27C15.41,12.59 16,11.11 16,9.5 16...
{ "pile_set_name": "Github" }
select LandMarks --sortby '_id' --output_columns 'point' --limit -1 --filter 'geo_in_rectangle(point, "-3x-5", "-4x-3")' [ [ 0, 0.0, 0.0 ], [ [ [ 6 ], [ [ "point", "WGS84GeoPoint" ] ], [ "-3x-3" ], [ ...
{ "pile_set_name": "Github" }
{**************************** * * * Autor: Adrian M. Hanslik * * Date 02. May 1999 * * Version: 1.0 * * * ****************************} unit AMHLEDVecStd; interface uses System.Types, System.UITypes, Windows, Messages, SysUtils...
{ "pile_set_name": "Github" }
/********************************************************************************* * * Inviwo - Interactive Visualization Workshop * * Copyright (c) 2018-2020 Inviwo Foundation * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided th...
{ "pile_set_name": "Github" }
Kenyatta University
{ "pile_set_name": "Github" }
StartChar: edieresis Encoding: 235 235 131 Width: 478 Flags: W LayerCount: 2 Fore SplineSet 170 213 m 1,0,1 165 156 165 156 186.5 120 c 128,-1,2 208 84 208 84 256 84 c 0,3,4 285 84 285 84 307 99 c 128,-1,5 329 114 329 114 337 145 c 1,6,-1 448 145 l 1,7,8 431.994733377 74.9769585253 431.994733377 74.9769585253 376...
{ "pile_set_name": "Github" }
/** * This file is part of Aion-Lightning <aion-lightning.org>. * * Aion-Lightning 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 lat...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. /*============================================================ ** ** ** Purpose: This class will encapsulate an unsigned long and ** provide an Object represe...
{ "pile_set_name": "Github" }
/* ### * IP: GHIDRA * * 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 writin...
{ "pile_set_name": "Github" }
<!--This Document is generated by GameMaker, if you edit it by hand then you do so at your own risk!--> <sprite> <type>0</type> <xorig>0</xorig> <yorigin>16</yorigin> <colkind>1</colkind> <coltolerance>0</coltolerance> <sepmasks>0</sepmasks> <bboxmode>0</bboxmode> <bbox_left>0</bbox_left> <b...
{ "pile_set_name": "Github" }
<!-- File isopub.ent produced by the XSL script characters.xsl from input data in unicode.xml. Please report any errors to David Carlisle via the public W3C list www-math@w3.org. The numeric character values assigned to each entity (should) match the Unicode assignments in Unicode 4.0. ...
{ "pile_set_name": "Github" }
//Copyright (c) 2008-2016 Emil Dotchevski and Reverge Studios, Inc. //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) #include <boost/qvm/gen/vec_mat_operations4.hpp>
{ "pile_set_name": "Github" }
<persistence xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd" version="2.0"> <persistence-unit name="bookstore" transaction-type="RESOURCE_LOCAL...
{ "pile_set_name": "Github" }
using System; using System.Threading.Tasks; using NUnit.Framework; namespace Salesforce.Force.Tests { public static class AssertEx { public static async Task ThrowsAsync<TException>(Func<Task> func) where TException : class { await ThrowsAsync<TException>(func, exception => { }); ...
{ "pile_set_name": "Github" }
// (C) Copyright Edward Diener 2011-2015 // Use, modification and distribution are subject to 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 !defined(BOOST_VMD_DETAIL_DATA_EQUAL_COMMON_HPP) #define BOOST_VMD_DETAIL_DATA_E...
{ "pile_set_name": "Github" }
-- GRIDS UPDATE `sys_objects_grid` SET `field_order`='name' WHERE `object`='bx_developer_pgt_manage';
{ "pile_set_name": "Github" }
error_virtual_type2.nit:40,17--27: Redef Error: expected `G[T]` bound type; got `G[Discrete]`.
{ "pile_set_name": "Github" }
38--Tennis/38_Tennis_Tennis_38_683.jpg 7 587.882 158.477 52.8623 72.0175 0.999593 469.611 221.22 58.389 72.1749 0.999247 795.209 150.298 58.7067 73.1956 0.999175 335.093 149.094 66.4236 79.9599 0.99873 648.271 177.485 60.0408 76.474 0.998155 430.612 154.348 53.3208 65.1635 0.998148 177.092 147.801 63.183 76.4476 0.9977...
{ "pile_set_name": "Github" }
<div class="modal-header"> <div {{bind-attr class=":search-field-container view.isHighlight:search-highlight"}}> <a class="close" data-dismiss="modal"><i class="icon-x"></i></a> <label class="icon-search"></label> {{view "form-fields/text-field" id="q" autocomplete="off" value=view.query name="search_query"}} <...
{ "pile_set_name": "Github" }
{ "reference_table": { "column": { "tinyint_ref": true, "tinyint_without_padding": true, "bigint_without_padding": true, "integer_without_padding": true, "smallint_with_big_padding": true, "smallint_without_default": true, "int_without_unsigned": true, "int_unsigned...
{ "pile_set_name": "Github" }
#version 150 core uniform vec4 part_life; vec4 part_time(); float part_uni(); bool born_ready() { vec4 t = part_time(); float u = part_uni(); return t.z > u*part_life.z; }
{ "pile_set_name": "Github" }
# Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. # Full license terms provided in LICENSE.md file. image_urls=( http://farm3.static.flickr.com/2017/2496831224_221cd963a2.jpg http://farm3.static.flickr.com/2582/4106642219_190bf0f817.jpg http://farm4.static.flickr.com/3226/2719028129_9aa2e27675.jpg )...
{ "pile_set_name": "Github" }
<?php namespace GuzzleHttp\Exception; use Psr\Http\Message\RequestInterface; use Psr\Http\Message\ResponseInterface; use GuzzleHttp\Promise\PromiseInterface; use Psr\Http\Message\UriInterface; /** * HTTP Request exception */ class RequestException extends TransferException { /** @var RequestInterface */ pri...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <process-application xmlns="http://www.camunda.org/schema/1.0/ProcessApplication" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <process-archive name="fulltext-tasklist"> <process-engine>default</process-engine> <properties> <property name="isDeleteUp...
{ "pile_set_name": "Github" }
package volumetypes import ( "github.com/gophercloud/gophercloud" "github.com/gophercloud/gophercloud/pagination" ) // CreateOptsBuilder allows extensions to add additional parameters to the // Create request. type CreateOptsBuilder interface { ToVolumeTypeCreateMap() (map[string]interface{}, error) } // CreateOp...
{ "pile_set_name": "Github" }
var fs = require("fs"); exports.FILES = [ "../lib/utils.js", "../lib/ast.js", "../lib/parse.js", "../lib/transform.js", "../lib/scope.js", "../lib/output.js", "../lib/compress.js", "../lib/sourcemap.js", "../lib/mozilla-ast.js", "../lib/propmangle.js", "../lib/minify.js", ...
{ "pile_set_name": "Github" }
{ "parent": "item/handheld", "textures": { "layer0": "thebetweenlands:items/octine_axe_corrodible" }, "overrides": [ { "predicate": { "corrosion": 0.0 }, "model": "thebetweenlands:item/octine_axe_corrosion_0" }, { "predicate": { "corrosion": 1.0 }, "model": "thebetweenlands:item/octine_axe_c...
{ "pile_set_name": "Github" }
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdentityServer4.Services; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Mvc; ...
{ "pile_set_name": "Github" }
// This file was procedurally generated from the following sources: // - src/arguments/args-trailing-comma-spread-operator.case // - src/arguments/default/gen-func-decl.template /*--- description: A trailing comma should not increase the arguments.length, using spread args (generator function declaration) esid: sec-arg...
{ "pile_set_name": "Github" }
PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX ex: <http://example.org/things#> SELECT ?name ?emp WHERE { ?x foaf:name ?name ; ex:empId ?emp } ORDER BY ?name DESC(?emp)
{ "pile_set_name": "Github" }
package ephemeral import ( "github.com/keybase/client/go/libkb" "github.com/keybase/client/go/protocol/gregor1" "github.com/keybase/client/go/protocol/keybase1" ) type EphemeralKeyer interface { Fetch(mctx libkb.MetaContext, teamID keybase1.TeamID, generation keybase1.EkGeneration, contentCtime *gregor1.Time) (ke...
{ "pile_set_name": "Github" }
/** * Copyright 1999-2011 Alibaba Group * * 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...
{ "pile_set_name": "Github" }
'use strict'; const BooleanPrompt = require('../types/boolean'); class TogglePrompt extends BooleanPrompt { async initialize() { await super.initialize(); this.value = this.initial = !!this.options.initial; this.disabled = this.options.disabled || 'no'; this.enabled = this.options.enabled || 'yes'; ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> <Filter Include="Source Files"> <UniqueIdentifier>{fe21032a-ae41-4d20-9ebf-c7c66079836a}</UniqueIdentifier> </Filter> <Filter Include="Header Files"> <Un...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content="ThemeBucket"> <link rel="shortcut icon" href="images/favicon.png"> <title>Grids</title> <...
{ "pile_set_name": "Github" }
// Copyright 2016 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" }
#ifndef BOOST_MPL_AUX_TRANSFORM_ITER_HPP_INCLUDED #define BOOST_MPL_AUX_TRANSFORM_ITER_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2000-2004 // // 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) // // S...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018-2019 Arm Limited. * * SPDX-License-Identifier: MIT * * 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 * ri...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2006-2007 Erin Catto http://www.box2d.org * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * Permission is granted to anyone to use this software for any purpose, * i...
{ "pile_set_name": "Github" }
o convex_0 v 0.211336 4.500991 -0.972388 v 1.220083 -2.329995 1.916211 v 1.128409 -2.329995 1.916211 v -0.797410 -2.514329 -2.027384 v -1.164106 2.070510 0.907151 v 1.220083 -2.421783 -1.201684 v 0.853387 4.133840 1.136448 v -1.255780 -2.514329 1.044574 v -1.301617 2.254086 -1.660278 v -1.760320 -2.514329 -1.981062 v 1...
{ "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" }
Markdown:MARKDOWN_FILE Markdown:PARAGRAPH Markdown:TEXT('aa.aa') Markdown:EOL('\n') Markdown:TEXT('www.aa.aa') Markdown:EOL('\n') Markdown:GFM_AUTOLINK('www.aa.be') Markdown:EOL('\n') Markdown:GFM_AUTOLINK('http://aa.aa') Markdown:EOL('\n') Markdown:GFM_AUTOLINK('https://aa.aa') ...
{ "pile_set_name": "Github" }
<?php namespace Elgg\Di; use Elgg\Helpers\Di\DiContainerTestObject; /** * @group UnitTests */ class DiContainerUnitTest extends \Elgg\UnitTestCase { const TEST_CLASS = '\Elgg\Helpers\Di\DiContainerTestObject'; public function up() { } public function down() { } public function getFoo(\Elgg\Di\DiContain...
{ "pile_set_name": "Github" }
# Configuration schema for the Libraries API module. # Base configuration schema libraries.settings: type: config_object label: 'Libraries API settings' mapping: definition: type: mapping label: 'Library definition settings' mapping: local: type: mapping label: '...
{ "pile_set_name": "Github" }
--- title: "Plan alternate access mappings for SharePoint Server" ms.reviewer: ms.author: serdars author: SerdarSoysal manager: serdars ms.date: 5/30/2017 audience: ITPro f1.keywords: - NOCSH ms.topic: article ms.prod: sharepoint-server-itpro localization_priority: Normal ms.collection: - IT_Sharepoint_Server - IT_Sha...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Text; namespace CSLE { public class RegHelper_DeleAction<T> : RegHelper_Type, ICLS_Type_Dele { public RegHelper_DeleAction(Type type, string setkeyword) : base(type, setkeyword) { } public override obj...
{ "pile_set_name": "Github" }
struct S { S(); S(int); S(const S &); ~S(); }; void f() { try { } catch (S e) { } } // RUN: c-index-test -write-pch %t.pch %s // RUN: c-index-test -test-load-tu-usrs %t.pch local | FileCheck %s // CHECK: pch-opaque-value.cpp c:pch-opaque-value.cpp@86@F@f#@e Extent=[10:12 - 10:15]
{ "pile_set_name": "Github" }
from goldsberry.masterclass import NbaDataProvider from goldsberry.apiparams import * class demographics(NbaDataProvider): def __init__(self, player_id, season=default_season): url_modifier = 'commonplayerinfo' NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_player_commo...
{ "pile_set_name": "Github" }
defmodule GitGud.Web.LayoutView do @moduledoc false use GitGud.Web, :view @spec render_layout({atom(), binary() | atom()}, map, keyword) :: binary def render_layout(layout, assigns, do: content) do render(layout, Map.put(assigns, :inner_layout, content)) end @spec render_inner_layout(Plug.Conn.t, map)...
{ "pile_set_name": "Github" }
# From http://libestr.adiscon.com/download/libestr-0-1-11/ sha256 46632b2785ff4a231dcf241eeb0dcb5fc0c7d4da8ee49cf5687722cdbe8b2024 libestr-0.1.11.tar.gz # Hash for license file: sha256 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8 COPYING
{ "pile_set_name": "Github" }
rule Vidar { meta: author = "kevoreilly" description = "Vidar Payload" cape_type = "Vidar Payload" strings: $decode = {FF 75 0C 8D 34 1F FF 15 ?? ?? ?? ?? 8B C8 33 D2 8B C7 F7 F1 8B 45 0C 8B 4D 08 8A 04 02 32 04 31 47 88 06 3B 7D 10 72 D8} $wallet = "*walle*.dat" cond...
{ "pile_set_name": "Github" }
/* * QEMU SuperH CPU * * Copyright (c) 2005 Samuel Tardieu * Copyright (c) 2012 SUSE LINUX Products GmbH * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of...
{ "pile_set_name": "Github" }
// Copyright Istio 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 wri...
{ "pile_set_name": "Github" }
/****************************************************************************** ******************************************************************************* ** ** Copyright (C) 2005-2007 Red Hat, Inc. All rights reserved. ** ** This copyrighted material is made available to anyone wishing to use, ** modify, copy...
{ "pile_set_name": "Github" }
/* * Copyright 2012-15 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify...
{ "pile_set_name": "Github" }
using MigSharp.Core.Commands; namespace MigSharp.Core.Entities { internal class ExistingForeignKey : IForeignKey { private readonly AlterForeignKeyCommand _command; public ExistingForeignKey(AlterForeignKeyCommand command) { _command = command; } public vo...
{ "pile_set_name": "Github" }
/* struct::set - critcl - layer 3 definitions. * * -> Set functions. * Implementations for all set commands. */ #include "s.h" #include "m.h" /* .................................................. */ /* *--------------------------------------------------------------------------- * * sm_ADD -- * * Copies t...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2012 The WebRTC 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 in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
{ "pile_set_name": "Github" }
/* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved. */ /****************************************************************************** * * You may not use the identified files except in compliance with the Apache * License, Version 2.0 (the "License.") * * You may obtain a copy of the ...
{ "pile_set_name": "Github" }
// Use explicit /index.js to help browserify negociation in require '/lib/http-proxy' (!) var ProxyServer = require('./http-proxy/index.js').Server; /** * Creates the proxy server. * * Examples: * * httpProxy.createProxyServer({ .. }, 8000) * // => '{ web: [Function], ws: [Function] ... }' * * @param {...
{ "pile_set_name": "Github" }
( function () { angular .module("multiSigWeb") .directive('convertToNumber', function () { return { require: 'ngModel', link: function (scope, element, attrs, ngModel) { ngModel.$parsers.push(function (val) { return val !== null ? parseInt(val, 10)...
{ "pile_set_name": "Github" }
package skiplist import ( "math/rand" "sync" utils "./utils" ) const ( kMaxHeight = 12 kBranching = 4 ) type SkipList struct { maxHeight int head *Node comparator utils.Comparator // 比较器 函数 mu sync.RWMutex } func New(comp utils.Comparator) *SkipList { var skiplist SkipList skiplist.head ...
{ "pile_set_name": "Github" }
- name: destroy iri network docker_network: name: "{{ iri_net_name }}" state: absent force: yes
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; namespace Microsoft.AspNet.OData.Query { /// <summary> /// Represents an <see cref="Attribute"/> that can be placed on a property to spe...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title></title> <link rel="Stylesheet" href="../css/analysis.css" /> <script type="text/javascript"> function init() { if (window.location.hash) { var parentDiv, nodes, ...
{ "pile_set_name": "Github" }
define(function () { // Polish var charsWords = ['znak', 'znaki', 'znaków']; var itemsWords = ['element', 'elementy', 'elementów']; var pluralWord = function pluralWord(numberOfChars, words) { if (numberOfChars === 1) { return words[0]; } else if (numberOfChars > 1 && numberOfChars <= 4) { ...
{ "pile_set_name": "Github" }