text
stringlengths
2
99.9k
meta
dict
<md-toast> <span class="md-toast-text" flex ng-bind="'Tab Modifier has been updated to '+ version +' version'"></span> <md-button class="md-highlight" ng-click="openGitHubReleases()" ga-track-event="['toast-new-version', 'open-changelog']"> Open changelog </md-button> <md-button ng-click="closeT...
{ "pile_set_name": "Github" }
// Copyright 2018 Frank Schroeder. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package properties import ( "fmt" "runtime" ) type parser struct { lex *lexer } func parse(input string) (properties *Properties, err error) { p := &par...
{ "pile_set_name": "Github" }
//////////////////////////////////////////////////////////////////////////// // // Copyright 2017 Realm 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/li...
{ "pile_set_name": "Github" }
.scayt-lang-list > div { padding-bottom: 6px !important; } .scayt-lang-list > div input { margin-right: 4px; } #scayt_about_ { margin: 30px auto 0 auto; } #scayt_about_ p { text-align: center; margin-bottom: 10px; } .cke_dialog_contents_body div[name=dictionaries] .cke_dialog_ui_h...
{ "pile_set_name": "Github" }
/* * Translated default messages for the jQuery validation plugin. * Locale: FI (Finnish; suomi, suomen kieli) */ $.extend( $.validator.messages, { required: "T&auml;m&auml; kentt&auml; on pakollinen.", email: "Sy&ouml;t&auml; oikea s&auml;hk&ouml;postiosoite.", url: "Sy&ouml;t&auml; oikea URL-osoite.", date: "S...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- generated on Tue Jun 30 14:36:41 2020 by Eclipse SUMO Version v1_6_0+1046-86bad426ee This data file and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclips...
{ "pile_set_name": "Github" }
#!/usr/bin/perl # (C) Maxim Dounin # Tests for http proxy cache. ############################################################################### use warnings; use strict; use Test::More; BEGIN { use FindBin; chdir($FindBin::Bin); } use lib 'lib'; use Test::Nginx qw/ :DEFAULT :gzip /; ###########################...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Validator\Tests\Constraints; use Symfony\Component\Va...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. namespace Microsoft.ReverseProxy.Abstractions { /// <summary> /// Circuit breaker options. /// </summary> public sealed class CircuitBreakerOptions { /// <summary> /// Maximum number of concurrent requests al...
{ "pile_set_name": "Github" }
/* This Java source file was generated by test-to-java.xsl and is a derived work from the source document. The source document contained the following notice: Copyright (c) 2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Predis package. * * (c) Daniele Alessandri <suppakilla@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Predis\Command; /** * @link http://redis.io/commands/zremrangebysco...
{ "pile_set_name": "Github" }
From 47db69e20ed66fb62b01affd83d829654b829893 Mon Sep 17 00:00:00 2001 From: Matt Madison <matt@madison.systems> Date: Mon, 19 Feb 2018 08:50:59 -0800 Subject: [PATCH] cmd/go: make content-based hash generation less pedantic Go 1.10's build tool now uses content-based hashes to determine when something should be built...
{ "pile_set_name": "Github" }
<meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../assets/img/favicon-144.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../assets/img/favicon-144.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72"...
{ "pile_set_name": "Github" }
# frozen_string_literal: true RSpec.describe YARD::Templates::Helpers::Markup::RDocMarkup do describe "loading mechanism" do before { @good_libs = [] } def require(lib) return true if @good_libs.include?(lib) raise LoadError end def load_markup require 'rdoc/markup' require ...
{ "pile_set_name": "Github" }
import React from "react"; import ReactDOM from "react-dom"; import { BrowserRouter as Router, Route, Switch, Redirect } from "react-router-dom"; import Foo from "./Foo"; import B from "./Foo0"; import C from "./Foo1"; import NavBar from "./App"; import Ha from "./error"; const App = () => ( <Router> ...
{ "pile_set_name": "Github" }
json.extract! uploader, :id, :created_at, :updated_at json.url uploader_url(uploader, format: :json)
{ "pile_set_name": "Github" }
--- Title: Node Permission service Added: v2.0.0 Status: Active Last reviewed: 2019-01-16 --- # [Node Permission service](../../../lib/content-services/src/lib/permission-manager/services/node-permission.service.ts "Defined in node-permission.service.ts") Manages role permissions for content nodes. ## Class members ...
{ "pile_set_name": "Github" }
/* * #%L * BroadleafCommerce Framework * %% * Copyright (C) 2009 - 2016 Broadleaf Commerce * %% * Licensed under the Broadleaf Fair Use License Agreement, Version 1.0 * (the "Fair Use License" located at http://license.broadleafcommerce.org/fair_use_license-1.0.txt) * unless the restrictions on use therein are...
{ "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" }
/** \file * * This file contains special DoxyGen information for the generation of the main page and other special * documentation pages. It is not a project source file. */ /** \mainpage XPLAIN UART Bridge/PDI Programmer Project * * \section Sec_Compat Project Compatibility: * * The following list indicat...
{ "pile_set_name": "Github" }
// mksyscall.pl -b32 -arm -tags linux,mips syscall_linux.go syscall_linux_mipsx.go // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT // +build linux,mips package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT func Linkat(olddirfd int,...
{ "pile_set_name": "Github" }
<h3>{{ heading_title }}</h3> <div class="row"> {% for product in products %} <div class="product-layout col"> <div class="product-thumb transition"> <div class="image"><a href="{{ product.href }}"><img src="{{ product.thumb }}" alt="{{ product.name }}" title="{{ product.name }}" class="img-fluid" /></a></d...
{ "pile_set_name": "Github" }
var LazyWrapper = require('./_LazyWrapper'), LodashWrapper = require('./_LodashWrapper'), reverse = require('./reverse'), thru = require('./thru'); /** * This method is the wrapper version of `_.reverse`. * * **Note:** This method mutates the wrapped array. * * @name reverse * @memberOf _ * @since 0...
{ "pile_set_name": "Github" }
# ========================================================================= # This makefile was generated by # Bakefile 0.2.12 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @MAKE_SET@ prefix = @prefi...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x" }, { "idiom" : "universal", "filename" : "flashauto@2x.png", "scale" : "2x" }, { "idiom" : "universal", "filename" : "flashauto@3x.png", "scale" : "3x" } ], "info" : { "version" : 1, ...
{ "pile_set_name": "Github" }
GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This version of the GNU Lesser General ...
{ "pile_set_name": "Github" }
/** * Helpers. */ var s = 1000; var m = s * 60; var h = m * 60; var d = h * 24; var y = d * 365.25; /** * Parse or format the given `val`. * * Options: * * - `long` verbose formatting [false] * * @param {String|Number} val * @param {Object} options * @return {String|Number} * @api public */ module.expo...
{ "pile_set_name": "Github" }
/* * EAP-WSC peer for Wi-Fi Protected Setup * Copyright (c) 2007-2009, 2012, Jouni Malinen <j@w1.fi> * * This software may be distributed under the terms of the BSD license. * See README for more details. */ #include "includes.h" #include "common.h" #include "uuid.h" #include "eap_i.h" #include "eap_common/eap_...
{ "pile_set_name": "Github" }
require('../modules/core.dict'); module.exports = require('../modules/$.core').Dict;
{ "pile_set_name": "Github" }
// Rust Bitcoin Library // Written in 2014 by // Andrew Poelstra <apoelstra@wpsoftware.net> // // To the extent possible under law, the author(s) have dedicated all // copyright and related and neighboring rights to this software to // the public domain worldwide. This software is distributed without // any warrant...
{ "pile_set_name": "Github" }
package org.muses.jeeplatform; import org.junit.Test; import org.junit.runner.RunWith; import org.muses.jeeplatform.bean.User; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.test.context.junit4.SpringRunner; @RunWith(SpringRunner.class) @org.springframework.boot.test.context...
{ "pile_set_name": "Github" }
/* * Copyright 2020 ZUP IT SERVICOS EM TECNOLOGIA E INOVACAO SA * * 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...
{ "pile_set_name": "Github" }
import React from 'react'; import { Header } from '../components/Header'; export default { title: 'Components/Header', parameters: { backgrounds: { default: 'mulberry' }, }, }; export const WithNoActiveLink = () => ( <Header home={{ name: 'if me', link: 'http://if-me.org' }} links={[ { name:...
{ "pile_set_name": "Github" }
<h1 id="file.markdown">File.markdown</h1> <h2 id="level-two-header-without-space">Level two header without space</h2> <h2 id="level-two-header-with-space">Level two header with space</h2> <p>:cool:</p> <pre class="sourceCode ruby"><code class="sourceCode ruby"><span class="kw">def</span> func x = <span class="dv">1</...
{ "pile_set_name": "Github" }
name = 'psmpi' version = '5.1.0-1' homepage = 'https://github.com/ParaStation/psmpi2' description = """ParaStation MPI is an open source high-performance MPI 3.0 implementation, based on MPICH v3. It provides extra low level communication libraries and integration with various batch systems for tighter process contro...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>ZooInspector v0.1</title> </head> <body> <p>ZooInspector was developed by Colin Goodheart-Smithe and is available under the...
{ "pile_set_name": "Github" }
minetest.register_alias("generator_mv", "technic:generator_mv") minetest.register_craft({ output = 'technic:mv_generator', recipe = { {'technic:stainless_steel_ingot', 'technic:lv_generator', 'technic:stainless_steel_ingot'}, {'pipeworks:tube_1', 'technic:mv_transformer', 'pipeworks:tube_1'}, {'...
{ "pile_set_name": "Github" }
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* - [Redis介绍](#redis%E4%BB%8B%E7%BB%8D) - [Redis特点](#redis%E7%89%B9%E7%82%B9) - [Red...
{ "pile_set_name": "Github" }
import { MailspringAPIRequest, Utils } from 'mailspring-exports'; const { makeRequest } = MailspringAPIRequest; const CACHE_SIZE = 200; const CACHE_INDEX_KEY = 'pp-cache-v3-keys'; const CACHE_KEY_PREFIX = 'pp-cache-v3-'; class ParticipantProfileDataSource { _cacheIndex: string[]; constructor() { try { ...
{ "pile_set_name": "Github" }
# Compare-ModuleVersion ## SYNOPSIS Compares the installed version of a module with the latest version on the PowerShell Gallery ## SYNTAX ``` Compare-ModuleVersion [[-ModuleName] <String[]>] [<CommonParameters>] ``` ## DESCRIPTION Compares the installed version of a module with the latest version on the PowerShell...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2019 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 may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
{ "pile_set_name": "Github" }
#include <limits> #include "Tools/Exception/exception.hpp" #ifdef __AVX2__ #include "Tools/Perf/Transpose/transpose_AVX.h" #elif defined(__SSE4_1__) #include "Tools/Perf/Transpose/transpose_SSE.h" #endif #if defined(__ARM_NEON__) || defined(__ARM_NEON) #include "Tools/Perf/Transpose/transpose_NEON.h" #endif #include "...
{ "pile_set_name": "Github" }
#include "create_empty_directed_graph_with_graph_name.h" #include "get_graph_name.h" #include "set_graph_name.h" #include <boost/test/unit_test.hpp> BOOST_AUTO_TEST_CASE(test_get_graph_name) { auto g = create_empty_directed_graph_with_graph_name(); const std::string name{ "Dex" }; set_graph_name(name, g); BOOS...
{ "pile_set_name": "Github" }
/* Copyright Joyent, Inc. and other Node contributors. All rights reserved. * 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 ...
{ "pile_set_name": "Github" }
"use strict" var os = require("os") var hasUnicode = module.exports = function () { // Recent Win32 platforms (>XP) CAN support unicode in the console but // don't have to, and in non-english locales often use traditional local // code pages. There's no way, short of windows system calls or execing // the chcp...
{ "pile_set_name": "Github" }
[ { "description": "minLength validation", "schema": {"minLength": 2}, "tests": [ { "description": "longer is valid", "data": "foo", "valid": true }, { "description": "exact length is valid", ...
{ "pile_set_name": "Github" }
if (Math.random() < 0) { require("package"); } it("should add provided modules to the share scope on init", async () => { expect(__webpack_share_scopes__).toEqual({}); await __webpack_init_sharing__("default"); expect(Object.keys(__webpack_share_scopes__)).toEqual(["default"]); await __webpack_init_sharing__("tes...
{ "pile_set_name": "Github" }
(function(){science = {version: "1.7.0"}; // semver science.ascending = function(a, b) { return a - b; }; // Euler's constant. science.EULER = .5772156649015329; // Compute exp(x) - 1 accurately for small x. science.expm1 = function(x) { return (x < 1e-5 && x > -1e-5) ? x + .5 * x * x : Math.exp(x) - 1; }; science....
{ "pile_set_name": "Github" }
# Lines starting with '#' and sections without content # are not displayed by a call to 'details' # [Website] http://rachelheldevans.com/win-culture-war-lose-generation-amendment-one-north-carolina [filters] http://rachelheldevans.com/assets/templates/rhe2/images/subscribe-to-blog_rss.jpg [other] # Any ...
{ "pile_set_name": "Github" }
package main
{ "pile_set_name": "Github" }
/* This is free and unencumbered software released into the public domain. */ #ifndef _STDINT_H #define _STDINT_H /** * @file * * <stdint.h> - Integer types. * * @see http://libc11.org/stdint/ */ #endif /* _STDINT_H */
{ "pile_set_name": "Github" }
/* Copyright (C) 2011 Mark Chandler (Desura Net Pty Ltd) Copyright (C) 2014 Bad Juju Games, Inc. 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) a...
{ "pile_set_name": "Github" }
(module (type $none_=>_none (func)) (type $none_=>_i32 (func (result i32))) (type $i32_=>_none (func (param i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (type $none_=>_i64 (func (result i64))) (memory $0 1) (global $glob (mut i32) (i32.const 1)) (func $loop1 (drop (i32.const 10) ) (loop $l...
{ "pile_set_name": "Github" }
import hoistGlobalsAndWrapContext from '../hoistGlobalsAndWrapContext'; describe('hoistGlobalsAndWrapContext', () => { it('just wraps the context around a simple case', () => { const tpl = { col: 'red', }; const result = hoistGlobalsAndWrapContext(tpl, '.foo'); expect(re...
{ "pile_set_name": "Github" }
// run // 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. // Issue 2355 package main type T struct {} func (T) m() string { return "T" } type TT struct { T m func() string } func ff() string { return "ff"...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: d17d36979ca1c34428dfb12114307d82 folderAsset: yes timeCreated: 1469561884 licenseType: Pro DefaultImporter: userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
<html> <head></head> <body></body> </html>
{ "pile_set_name": "Github" }
/* * Copyright (C) 2015 Archie L. Cobbs. All rights reserved. */ package io.permazen.parse.func; import com.google.common.base.Preconditions; import io.permazen.JTransaction; import io.permazen.core.ObjType; import io.permazen.parse.ObjTypeParser; import io.permazen.parse.ParseException; import io.permazen.parse....
{ "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 http://mozilla.org/MPL/2.0/. */ use dom::bindings::codegen::Bindings::DOMExceptionBinding; use dom::bindings::codegen::Bindings::DOMExceptionBindi...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2009 Gael Guennebaud <g.gael@free.fr> // // 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 a...
{ "pile_set_name": "Github" }
import six_mod import logging from pi3d.event import EventHandler from pi3d.event import Keys from pi3d.event.FindDevices import find_devices from pi3d.event.Constants import * from pi3d.event.EventStream import EventStream LOGGER = logging.getLogger(__name__) _KEYS = (k for k in vars(Keys) if not k.startswith('_')) ...
{ "pile_set_name": "Github" }
/** * Copyright 2000-present Liferay, 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 a...
{ "pile_set_name": "Github" }
package goridge import ( "errors" "io" "math" ) // SocketRelay communicates with underlying process using sockets (TPC or Unix). type SocketRelay struct { rwc io.ReadWriteCloser } // NewSocketRelay creates new socket based data relay. func NewSocketRelay(rwc io.ReadWriteCloser) *SocketRelay { return &SocketRela...
{ "pile_set_name": "Github" }
<events xmlns="http://xmlns.opennms.org/xsd/eventconf"> <event> <uei>uei.opennms.org/internal/capsd/discPause</uei> <event-label>OpenNMS-defined internal event: capsd discPause</event-label> <descr>&lt;p>The services scanning engine has asked discovery to pause due to a backlog of inter...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010, 2013, 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" }
# frozen_string_literal: true begin require 'bundler/setup' rescue LoadError puts 'You must `gem install bundler` and `bundle install` to run rake tasks' end require 'rspec/core/rake_task' namespace :test do RSpec::Core::RakeTask.new(:unit) do |t| t.pattern = ['spec/lib/**/*_spec.rb'] end RSpec::Core:...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17147" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="vXZ-lx-h...
{ "pile_set_name": "Github" }
load( "@io_bazel_rules_go//proto:def.bzl", "go_proto_library", ) package(default_visibility = ["//visibility:public"]) load( "@io_bazel_rules_go//go:def.bzl", "go_library", ) go_library( name = "go_default_library", srcs = [ "AnchorReward.bm.go", "client.go", ], embed ...
{ "pile_set_name": "Github" }
--- - name: Manage iPXE configuration files hosts: [ 'debops_service_ipxe', 'debops_ipxe' ] become: True environment: '{{ inventory__environment | d({}) | combine(inventory__group_environment | d({})) | combine(inventory__host_environment | d({})) }}' roles: - role...
{ "pile_set_name": "Github" }
// Place all the styles related to the configuration controller here. // They will automatically be included in application.css. // You can use Sass (SCSS) here: http://sass-lang.com/
{ "pile_set_name": "Github" }
pt:
{ "pile_set_name": "Github" }
import Foundation public struct RegularExpressionSet: RegularExpressionSetProtocol { public func regularExpression(for key: RegularExpressionKey) -> NSRegularExpression! { dictionary[key] } public let dictionary: [RegularExpressionKey: NSRegularExpression] }
{ "pile_set_name": "Github" }
#coding=utf-8 import scrapy import re import os import urllib import MySQLdb import sys from scrapy.selector import Selector from scrapy.http import HtmlResponse,Request from webCrawler_scrapy.items import WebcrawlerScrapyItem #导入item对应的类,crawlPictures是项目名,items是items.py文件,import的是items.py中的class,也可以import * class Sp...
{ "pile_set_name": "Github" }
SwiftCasts ========== Tutorials for Swift
{ "pile_set_name": "Github" }
{ "action": { "physical": { "result": [ "Exfiltrate" ], "variety": [ "Skimmer" ], "vector": [ "Victim public area" ] } }, "actor": { "external": { "country": [ "US" ], "motive": [ "Financial" ], "...
{ "pile_set_name": "Github" }
#include "common.h" #include <string.h> #include <unistd.h> #include <immintrin.h> #include <stdint.h> int main() { __m256i a = _mm256_setzero_si256(); __m256i b = _mm256_setzero_si256(); __m256i c = _mm256_setzero_si256(); read(0, &a, sizeof(a)); read(0, &b, sizeof(b)); read(0, &c, sizeof(c)); __m256i...
{ "pile_set_name": "Github" }
/*! * jQuery UI Effects Puff 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */ //>>label: Puff Effect //>>group: Effects //>>description: Creates a puff effect by scaling the element up and hiding it at the same t...
{ "pile_set_name": "Github" }
// Copyright 2016 The prometheus-operator 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 ...
{ "pile_set_name": "Github" }
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #include "SAnimCurvePanel.h" #include "Widgets/Input/SCheckBox.h" #include "Misc/MessageDialog.h" #include "Widgets/Layout/SBorder.h" #include "Widgets/Text/STextBlock.h" #include "Framework/MultiBox/MultiBoxBuilder.h" #include "Animation/AnimSequence.h" #i...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: c07582623ebb1d84bb02186b2b9cd1d6 timeCreated: 1487200250 licenseType: Pro TextureImporter: fileIDToRecycleName: {} serializedVersion: 4 mipmaps: mipMapMode: 0 enableMipMap: 0 sRGBTexture: 0 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: ...
{ "pile_set_name": "Github" }
MD_CONF_DEBUGGING changes CFLAGS and CXXFLAGS with a horrible magic so disable it to prevent compilation errors. downloaded from http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-libs/libhid/files/libhid-0.2.16-gentoo.patch?revision=1.1&view=markup Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> diff ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="npvlc.dll" type="win32" /> <description>VLC Mozilla plugin</description> </assembly>
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017 SpaceToad and the BuildCraft team * 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/ */ package buildcraft.lib.gui; import java.util.List; impo...
{ "pile_set_name": "Github" }
-- The design criteria for this table are: -- -- 1. It can contain arbitrary content serialized as binary, XML or JSON. These formats -- are supported to allow one to take advantage of in-storage processing capabilities for -- these types if required. This should not incur extra cost on storage. -- -- 2. The table desi...
{ "pile_set_name": "Github" }
// Copyright 2010 Chris Patterson // // Licensed under the Apache License, Version 2.0 (the "License"); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- from django.utils.translation import ugettext_lazy as _ from appconf import AppConf trans_app_label = _('Core') class OppsCoreConf(AppConf): DEFAULT_URLS = ('127.0.0.1', 'localhost',) SHORT = 'googl' SHORT_URL = 'googl.short.GooglUrlShort' CHANNEL_CONF = {} CHANNEL_LAYO...
{ "pile_set_name": "Github" }
# created by tools/tclZIC.tcl - do not edit if {![info exists TZData(Europe/Istanbul)]} { LoadTimeZoneFile Europe/Istanbul } set TZData(:Turkey) $TZData(:Europe/Istanbul)
{ "pile_set_name": "Github" }
.size 8000 .text@48 jp ff80 .text@100 jp lbegin .data@7f98 10 21 32 43 54 65 76 87 .data@143 80 .text@200 ld sp, ff81 ld hl, 3412 push hl pop hl ld a, 7f ldff(46), a ld c, 26 lwaitdma: dec c jrnz lwaitdma ld hl, 55aa push hl ld a, (fe9d) ld c, a ld a, (fe9e) ld b, a pop de ld sp, cfff ...
{ "pile_set_name": "Github" }
using System; namespace Shiny.Locations.Sync { static class Constants { public const string GeofenceJobIdentifer = "syncgeofences"; public const string GpsJobIdentifier = "syncgps"; } }
{ "pile_set_name": "Github" }
### ### Initialize the state ### sp {blocks-world*propose*initialize-blocks-world (state <s> ^superstate nil -^name) --> (<s> ^operator <o>) (<o> ^name initialize-blocks-world) } ## Modify the following rule to change the initial state or the goal. ## It is necessary for the initial...
{ "pile_set_name": "Github" }
// Sizing shortcuts .size(@width; @height) { width: @width; height: @height; } .square(@size) { .size(@size; @size); }
{ "pile_set_name": "Github" }
Андреев Павел | Front End, г. Москва
{ "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. package bpf import ( "errors" "fmt" ) // A VM is an emulated BPF virtual machine. type VM struct { filter []Instruction } // NewVM returns a new VM using ...
{ "pile_set_name": "Github" }
DEAL:0::fe sets: DEAL:0::color: DEAL:0::color::1 DEAL:0::color::1:2 DEAL:0::color::2 DEAL:0::fe_collection[index] mapping: DEAL:0::name:FE_Enriched<2>[FE_Q<2>(2)-FE_Nothing<2>(dominating)-FE_Nothing<2>(dominating)] DEAL:0::n_blocks:3 DEAL:0::n_comp:1 DEAL:0::n_dofs:9 DEAL:0::name:FE_Enriched<2>[FE_Q<2>(2)-FE_Q<2>(1)-F...
{ "pile_set_name": "Github" }
import uuid from django.contrib.auth.models import User from utils.enums import ObjectChangeAction from utils.filters import ObjectChangeFilterSet, TagFilterSet from utils.models import ObjectChange, Tag from utils.testing import StandardTestCases class ObjectChangeTestCase(StandardTestCases.Filters): model = O...
{ "pile_set_name": "Github" }
/* ** 2001 September 15 ** ** 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" }
// Copyright (c) 2007, 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 conditi...
{ "pile_set_name": "Github" }
/* Copyright (c) Colorado School of Mines, 2011.*/ /* All rights reserved. */ /* SMOOTH2: $Revision: 1.17 $ ; $Date: 2011/11/16 16:42:16 $ */ #include "par.h" /*********************** self documentation ******************************/ char *sdoc[] = { " ", " SMOOTH2 --- SMOOTH a uniform...
{ "pile_set_name": "Github" }
# ~/.bashrc: executed by bash(1) for non-login shells. # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) # for examples # If not running interactively, don't do anything case $- in *i*) ;; *) return;; esac # don't put duplicate lines or lines starting with space in the history. # Se...
{ "pile_set_name": "Github" }
// ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // ------------------------------------------------------------ namespace Tools.EtlReader { ...
{ "pile_set_name": "Github" }