text
stringlengths
2
99.9k
meta
dict
#ifndef BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_VACPP_PPC_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_VACPP_PPC_HPP_INCLUDED // // detail/sp_counted_base_vacpp_ppc.hpp - xlC(vacpp) on POWER // based on: detail/sp_counted_base_w32.hpp // // Copyright (c) 2001, 2002, 2003 Peter Dimov and Multi ...
{ "pile_set_name": "Github" }
/*- * #%L * JSQLParser library * %% * Copyright (C) 2004 - 2020 JSQLParser * %% * Dual licensed under GNU LGPL 2.1 or Apache License 2.0 * #L% */ package net.sf.jsqlparser.util; import java.lang.reflect.Array; import java.lang.reflect.InvocationTargetException; import java.sql.Date; import java.sql.Time; impor...
{ "pile_set_name": "Github" }
{{- if .Values.ingress.enabled -}} {{- $fullName := include "openiban.fullname" . -}} {{- $servicePort := .Values.service.port -}} {{- $ingressPath := .Values.ingress.path -}} apiVersion: extensions/v1beta1 kind: Ingress metadata: name: {{ $fullName }} labels: app: {{ template "openiban.name" . }} chart: {{...
{ "pile_set_name": "Github" }
/*! * dependencyLibs/inputmask.dependencyLib.jqlite.js * https://github.com/RobinHerbots/Inputmask * Copyright (c) 2010 - 2017 Robin Herbots * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php) * Version: 3.3.11 */ !function(factory) { "function" == typeof define && define.amd ? de...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta http-equiv="refresh" content="0; URL='https://www.npmjs.com/package/@bazel/typescript#ts_config'" /> </head> </html>
{ "pile_set_name": "Github" }
export const mockConnectedApps = [ { id: '0oa3s6dlvxgsZr62p2p7', type: 'okta_redis_apps', attributes: { title: 'Apple Health', logo: 'https://ok6static.oktacdn.com/fs/bco/4/fs06uplrfh5ML4ubr2p7', grants: [ { title: 'Launch as patient', id: 'oag8ffjmglG7PDb3W2p...
{ "pile_set_name": "Github" }
/** * Determinate whether dom1 and dom2 is the same dom or not. * * @param {HTMLElement} dom1 * @param {HTMLElement} dom2 * @return {Boolean} */ export default function isDOMEquals(dom1, dom2) { return dom1 === dom2; }
{ "pile_set_name": "Github" }
### YamlMime:ManagedReference items: - uid: EventStore.Projections.Core.Messages.ProjectionManagementMessage.Command.GetResult commentId: T:EventStore.Projections.Core.Messages.ProjectionManagementMessage.Command.GetResult id: ProjectionManagementMessage.Command.GetResult parent: EventStore.Projections.Core.Messa...
{ "pile_set_name": "Github" }
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.0/apache-maven-3.5.0-bin.zip
{ "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. * * @format * @flow */ 'use strict'; const registerGeneratedViewConfig = require('../../Utilities/registerGeneratedViewConfig'); ...
{ "pile_set_name": "Github" }
""" Support for installing and building the "wheel" binary package format. """ from __future__ import absolute_import import compileall import csv import errno import functools import hashlib import logging import os import os.path import re import shutil import stat import sys import tempfile import warnings from ba...
{ "pile_set_name": "Github" }
const _ = require('underscore'); const Backbone = require('backbone'); const UserModel = require('dashboard/data/user-model'); const checkAndBuildOpts = require('builder/helpers/required-opts'); const REQUIRED_OPTS = [ 'organization', 'configModel' ]; // helper to manage organization users module.exports = Backbo...
{ "pile_set_name": "Github" }
export default { failFast: true, files: ['src/**/__tests__/**.js'], require: ['./tests/helpers/browser-env.js'] };
{ "pile_set_name": "Github" }
var traverse = require('../'); var assert = require('assert'); exports.subexpr = function () { var obj = [ 'a', 4, 'b', 5, 'c', 6 ]; var r = traverse(obj).map(function (x) { if (typeof x === 'number') { this.update([ x - 0.1, x, x + 0.1 ], true); } }); assert.deepEqual(...
{ "pile_set_name": "Github" }
/** * Copyright (C) 2001-2020 by RapidMiner and the contributors * * Complete list of developers available at our web site: * * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify it under the terms of the * GNU Affero General Public License as published by ...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <MMCommon/MMObject.h> #import "WCDataProviderDelegate-Protocol.h" @class MyWCDB, NSMutableArray, NSMutableDictionary, NSStrin...
{ "pile_set_name": "Github" }
/** * Copyright 2020 Google Inc. All Rights Reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable law ...
{ "pile_set_name": "Github" }
/* Copyright (C) 2017-2020 Andreas Shimokawa, Da Pa, Pavel Elagin, Sami Alaoui This file is part of Gadgetbridge. Gadgetbridge is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either versi...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 4cc8079dbe986da4cadb851189df94df TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 10 mipmaps: mipMapMode: 0 enableMipMap: 1 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapsPreserveCoverage: 0 alphaTestR...
{ "pile_set_name": "Github" }
require_relative '../../../config/initializers/active_hash_relation' instance_exec(&(ARH_INITIALIZER))
{ "pile_set_name": "Github" }
var $export = require('./_export') , toIndex = require('./_to-index') , fromCharCode = String.fromCharCode , $fromCodePoint = String.fromCodePoint; // length should be 1, old FF problem $export($export.S + $export.F * (!!$fromCodePoint && $fromCodePoint.length != 1), 'String', { // 21.1.2.2 Str...
{ "pile_set_name": "Github" }
; RUN: %llc_dwarf -O0 -filetype=obj < %s > %t ; RUN: llvm-dwarfdump -v %t | FileCheck %s ; Generated from the following C++ source code: ; ; struct A { ; virtual void f(); ; virtual void g(); ; }; ; ; void A::f() {} ; void A::g() {} ; ; and manually edited to set virtualIndex attribute on the A::g subprogram to ; ...
{ "pile_set_name": "Github" }
{{- if .Values.ingress.enabled }} apiVersion: extensions/v1beta1 kind: Ingress metadata: name: {{ template "opencart.fullname" . }} labels: app: "{{ template "opencart.fullname" . }}" chart: "{{ template "opencart.chart" . }}" release: {{ .Release.Name | quote }} heritage: {{ .Release.Service | quot...
{ "pile_set_name": "Github" }
/** Stylus Styles */ .main-content { text-align center img { width 200px } .main-title { color #42b983 } .view1-title { color #f06 } .view2-title { color #333 } main a { margin 0 10px } }
{ "pile_set_name": "Github" }
diff -r -U2 21a.orig/bin/build.sh 21a/bin/build.sh --- 21a.orig/bin/build.sh 2015-05-19 07:42:40.000000000 +0600 +++ 21a/bin/build.sh 2016-04-03 20:54:08.597016537 +0600 @@ -40,5 +40,5 @@ ENABLE4="yes" -version=21b +version=21c SRCDIR=src BINDIR=bin @@ -145,10 +145,9 @@ $TOOLDIR/load-world.sh $TARGET "$VERSION" ...
{ "pile_set_name": "Github" }
[Unit] Description=fast remote file copy program daemon Documentation=man:rsync(1) man:rsyncd.conf(5) ConditionPathExists=/etc/rsyncd.conf [Service] ExecStart=/usr/bin/rsync --daemon --no-detach StandardInput=socket # See also http://0pointer.net/blog/dynamic-users-with-systemd.html DynamicUser=yes # Do not establis...
{ "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" }
#include "../thnets.h" #include <string.h> int nnload_View(struct module *mod, struct nnmodule *n) { struct table *t = n->table; mod->type = MT_View; mod->updateOutput = nn_View_updateOutput; struct View *m = &mod->View; m->numElements = TableGetNumber(t, "numElements"); return 0; } void pyload_View(struct pyfu...
{ "pile_set_name": "Github" }
--- layout: documentation title: 14288 - ZWave --- {% include base.html %} # 14288 In-Wall Outlet This describes the Z-Wave device *14288*, manufactured by *Jasco Products* with the thing type UID of ```ge_14288_00_000```. The device is in the category of *Power Outlet*, defining Small devices to be plugged into a p...
{ "pile_set_name": "Github" }
--- author: shog comments: true date: 2012-08-02 14:50:30+00:00 layout: post redirect_from: /2012/08/stack-exchange-now-60-valued-associates-strong hero: slug: stack-exchange-now-60-valued-associates-strong title: 'Stack Exchange: now 60 Valued Associates strong!' wordpress_id: 12053 tags: - company - background --- ...
{ "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 (c) 2011, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. #include "include/dart_api.h" #include "include/dart_native_api.h" #include "vm/unit_test.h" // Custo...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2015-2018 Isode Limited. * All rights reserved. * See the COPYING file for more information. */ #include <SwifTools/Dock/MacOSXDock.h> #include <boost/lexical_cast.hpp> #include <AppKit/AppKit.h> #include <Cocoa/Cocoa.h> #include <Swiften/Base/String.h> namespace Swift { MacOSXDock::MacOSXD...
{ "pile_set_name": "Github" }
# Copyright (c) 2008-2010, Intel Corporation. # Copyright (c) 2006-2007, The Trustees of Stanford University. # All rights reserved. # Licensed under the terms of the New BSD License. # Author: Mayur Naik (mhn@cs.stanford.edu) # name=LE-dlog .include "E.dom" .include "L.dom" .include "P.dom" .bddvarorder P0_L0xL1_E0...
{ "pile_set_name": "Github" }
ALTER TABLE /*_*/filearchive MODIFY COLUMN fa_minor_mime varbinary(100) default "unknown"; ALTER TABLE /*_*/image MODIFY COLUMN img_minor_mime varbinary(100) NOT NULL default "unknown"; ALTER TABLE /*_*/oldimage MODIFY COLUMN oi_minor_mime varbinary(100) NOT NULL default "unknown"; INSERT INTO /*_*/updatelog(u...
{ "pile_set_name": "Github" }
org.apache.commons.math3.analysis.function.LogitTest org.apache.commons.math3.analysis.interpolation.MicrosphereInterpolatorTest org.apache.commons.math3.distribution.BetaDistributionTest org.apache.commons.math3.distribution.BinomialDistributionTest org.apache.commons.math3.distribution.CauchyDistributionTest org.apac...
{ "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" }
var createWrap = require('./_createWrap'), flatRest = require('./_flatRest'); /** Used to compose bitmasks for function metadata. */ var WRAP_REARG_FLAG = 256; /** * Creates a function that invokes `func` with arguments arranged according * to the specified `indexes` where the argument value at the first index ...
{ "pile_set_name": "Github" }
// Copyright 2012 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 aix darwin dragonfly freebsd linux netbsd openbsd solaris package ipv4 import ( "unsafe" "golang.org/x/net/internal/iana" "golang.org/x/net/inte...
{ "pile_set_name": "Github" }
module Katello module FixturesSupport FIXTURE_CLASSES = { :katello_activation_keys => Katello::ActivationKey, :katello_activation_key_purpose_addons => Katello::ActivationKeyPurposeAddon, :katello_contents => Katello::Content, :katello_content_views => Katello::ContentView, :katello_...
{ "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 Microsoft.ServiceFab...
{ "pile_set_name": "Github" }
class Solution: def isMatch(self, s: str, p: str) -> bool: m, n = len(s) + 1, len(p) + 1 if n == 1: return m == 1 dp = [[False for _ in range(n)] for _ in range(m)] dp[0][0], dp[0][1] = True, False for j in range(2, n): if p[j - 1] == '*': ...
{ "pile_set_name": "Github" }
package iam import ( "fmt" "github.com/aws/aws-sdk-go/aws" awsiam "github.com/aws/aws-sdk-go/service/iam" ) //go:generate faux --interface accessKeysClient --output fakes/access_keys_client.go type accessKeysClient interface { ListAccessKeys(*awsiam.ListAccessKeysInput) (*awsiam.ListAccessKeysOutput, error) Del...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 77fad823e2f8876428710271c7fe3beb timeCreated: 1483355216 licenseType: Pro NativeFormatImporter: userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010-2011 Espressif System * */ #ifndef _WLAN_LWIP_IF_H_ #define _WLAN_LWIP_IF_H_ #define LWIP_IF0_PRIO 28 #define LWIP_IF1_PRIO 29 enum { SIG_LWIP_RX = 0, }; struct netif * eagle_lwip_if_alloc(struct ieee80211_conn *conn, const uint8 *macaddr, struct ip_info *info); struct netif * e...
{ "pile_set_name": "Github" }
/* ScummVM - Graphic Adventure Engine * * ScummVM is the legal property of its developers, whose names * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of ...
{ "pile_set_name": "Github" }
$georgia: Georgia, Cambria, "Times New Roman", Times, serif; $helvetica: "Helvetica Neue", Helvetica, Arial, sans-serif; $lucida-grande: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif; $monospace: "Bitstream Vera Sans Mono", Consolas, Courier, monospace; $verdana: Verdana, Geneva, sans-serif;
{ "pile_set_name": "Github" }
# coding=utf-8 # Copyright 2020 The Google Research 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 applicab...
{ "pile_set_name": "Github" }
<?php /** * Manage syncing of content between WP and Elasticsearch for Terms * * @since 3.1 * @package elasticpress */ namespace ElasticPress\Indexable\Term; use ElasticPress\Indexables as Indexables; use ElasticPress\Elasticsearch as Elasticsearch; use ElasticPress\SyncManager as SyncManagerAbstract; if ( ! ...
{ "pile_set_name": "Github" }
;;; SRFI 142 (bitwise operations) ;;; ;;; $Id$ ;;; ;;; Copyright (C) William D Clinger (2017). ;;; ;;; 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 wi...
{ "pile_set_name": "Github" }
/******************************* Image *******************************/ /*------------------- Element --------------------*/ @placeholderColor: transparent; @roundedBorderRadius: 0.3125em; @imageHorizontalMargin: 0.25rem; @imageVerticalMargin: 0.5rem; @imageBorder: 1px solid rgba(0, 0, 0, 0.1); /...
{ "pile_set_name": "Github" }
#ifndef consts_namespace_H #define consts_namespace_H #define v0_0 crypto_scalarmult_curve25519_sandy2x_v0_0 #define v1_0 crypto_scalarmult_curve25519_sandy2x_v1_0 #define v2_1 crypto_scalarmult_curve25519_sandy2x_v2_1 #define v9_0 crypto_scalarmult_curve25519_sandy2x_v9_0 #define v9_9 crypto_scalarmult_curve25519_san...
{ "pile_set_name": "Github" }
// // Copyright 2019 The ANGLE 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. // system_utils_unittest_helper.h: Constants used by the SystemUtils.RunApp unittest #ifndef COMMON_SYSTEM_UTILS_UNITTEST_HELPER_H_ #define COMMO...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleDisplayName</key> <string>句读</string> <key>CFBundleExecutable</key> <stri...
{ "pile_set_name": "Github" }
.v c00 c01 c10 c11 e10 e11 c20 c21 c30 c31 a0 a1 e30 e31 c40 c41 c50 c51 e50 e51 c60 c61 c70 c71 b0 b1 b2 b3 e70 e71 .i c00 c01 c10 c11 e10 e11 c20 c21 c30 c31 e30 e31 c40 c41 c50 c51 e50 e51 c60 c61 c70 c71 e70 e71 BEGIN H e10 H e11 H a0 H a1 H e30 H e31 H e50 H e51 H b0 H b1 H b2 H b3 H e70 H e71 Z c00 c11 e10 X...
{ "pile_set_name": "Github" }
from django.conf.urls.defaults import * from jellyroll.views import tags urlpatterns = patterns('', url(r'^$', tags.tag_list, {}, name='jellyroll_tag_list'), url(r'^(?P<tag>[-\.\'\:\w]+)/$',tags.tag_item_list, {}, name="jellyroll_tag_item_list"), )
{ "pile_set_name": "Github" }
/* * Copyright Terracotta, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
{ "pile_set_name": "Github" }
; RUN: llc < %s -march=x86-64 define void @foo(<8 x i32>* %p) nounwind { %t = load <8 x i32>* %p %cti69 = trunc <8 x i32> %t to <8 x i16> ; <<8 x i16>> [#uses=1] store <8 x i16> %cti69, <8 x i16>* undef ret void } define void @bar(<4 x i32>* %p) nounwind { %t = load <4 x i32>* %p %cti44 = trunc <4 x i...
{ "pile_set_name": "Github" }
--TEST-- MySQL PDOStatement->closeCursor() --SKIPIF-- <?php require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'skipif.inc'); require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc'); MySQLPDOTest::skip(); $db = MySQLPDOTest::factory(); ?> --FILE-- <?php /* TODO the results look wrong, why do w...
{ "pile_set_name": "Github" }
<?php /** * Yar自动补全类(基于最新的2.0.4版本) * @author shixinke(http://www.shixinke.com) * @modified 2018/05/20 */ /** *yar打包异常类 */ class Yar_Client_Packager_Exception extends Yar_Client_Exception implements Throwable { /** * @var string $message * 异常信息 * @access protected */ protected $message =...
{ "pile_set_name": "Github" }
--- src/efivarfs.c.orig 2015-01-19 15:38:34.000000000 +0100 +++ src/efivarfs.c 2015-01-19 15:40:15.000000000 +0100 @@ -18,15 +18,15 @@ #include <errno.h> #include <fcntl.h> -#include <linux/magic.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/mman.h> +#include <sys/mount.h> #includ...
{ "pile_set_name": "Github" }
.ax-button span { display:none; width:0; height:0; } /*************************buttons Styles*******************/ .ax-browse-c { width:64px; height:64px; overflow: hidden; display: inline-block; position:relative; cursor:pointer; background: url(images.png) no-repeat 0 -21px; } .ax-upload-...
{ "pile_set_name": "Github" }
angular.module('ajenti.terminal', [ 'core', 'ajenti.ace' ]);
{ "pile_set_name": "Github" }
# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice...
{ "pile_set_name": "Github" }
package manta import ( "testing" "fmt" "time" "github.com/hashicorp/terraform/backend" "github.com/hashicorp/terraform/states/remote" ) func TestRemoteClient_impl(t *testing.T) { var _ remote.Client = new(RemoteClient) var _ remote.ClientLocker = new(RemoteClient) } func TestRemoteClient(t *testing.T) { te...
{ "pile_set_name": "Github" }
.. Copyright 2013-2020 Lawrence Livermore National Security, LLC and other Spack Project Developers. See the top-level COPYRIGHT file for details. SPDX-License-Identifier: (Apache-2.0 OR MIT) .. _rubypackage: ----------- RubyPackage ----------- Like Perl, Python, and R, Ruby has its own build system for insta...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # -*- coding: utf-8 -*- """ | This file is part of the web2py Web Framework | Created by niphlod@gmail.com | License: LGPLv3 (http://www.gnu.org/licenses/lgpl.html) Scheduler with redis backend --------------------------------- """ from __future__ import print_function import os import time impo...
{ "pile_set_name": "Github" }
.file "helloworld.s" .section ".text" .align 4 .global main .type main, #function main: push {r0,r10,pc} ldr r3, [pc, #228] cmp r3, #0
{ "pile_set_name": "Github" }
// Boost.Geometry - gis-projections (based on PROJ4) // Copyright (c) 2008-2015 Barend Gehrels, Amsterdam, the Netherlands. // This file was modified by Oracle on 2017, 2018. // Modifications copyright (c) 2017-2018, Oracle and/or its affiliates. // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle....
{ "pile_set_name": "Github" }
# release.sh # # Takes a tag to release, and syncs it to WordPress.org TAG=$1 PLUGIN="rest-api" TMPDIR=/tmp/release-svn PLUGINDIR="$PWD" PLUGINSVN="https://plugins.svn.wordpress.org/$PLUGIN" # Fail on any error set -e # Is the tag valid? if [ -z "$TAG" ] || ! git rev-parse "$TAG" > /dev/null; then echo "Invalid ta...
{ "pile_set_name": "Github" }
+++ City = "Zurich" Year = "2019" talk_date = "" talk_start_time = "" talk_end_time = "" title = "Retros are the New Black: How to Cultivate Continuous Improvement Across Teams" type = "talk" speakers = ["jacqueline-sloves"] youtube = "" vimeo = "344514221" speakerdeck = "https://speakerdeck.com/jacquelion/retros-are-t...
{ "pile_set_name": "Github" }
(module Mounting_Wuerth_WA-SMSI-4.5mm_H6mm_9774060482 (layer F.Cu) (tedit 5E1DC567) (descr "Mounting Hardware, inside through hole 4.5mm, height 6, Wuerth electronics 9774060482 (https://katalog.we-online.de/em/datasheet/9774060482.pdf), generated with kicad-footprint-generator") (tags "Mounting 4.5mm 9774060482") ...
{ "pile_set_name": "Github" }
1 00:00:34,051 --> 00:00:37,388 (平清盛) いかに 宋との取り引きの場が→ 2 00:00:37,388 --> 00:00:40,374 豊かで 生き生きとしておるか。 3 00:00:40,374 --> 00:00:44,378 <若き日の清盛が描いた夢> 4 00:00:44,378 --> 00:00:47,214 (信西)かの優れた国の 優れた品々を→ 5 00:00:47,214 --> 00:00:49,717 民が じかに見て じかに手に触れる。 6 00:00:49,717 --> 00:00:53,704 (兎丸)いつか お前が つくれ。 宋と商いして→ 7 00:...
{ "pile_set_name": "Github" }
package com.github.sommeri.less4j.compiler; import java.io.File; import java.util.Collection; import org.junit.runners.Parameterized.Parameters; import com.github.sommeri.less4j.AbstractFileBasedTest; public class CombinationsTest extends AbstractFileBasedTest { private static final String standardCases = "src/t...
{ "pile_set_name": "Github" }
/** * Created by mauricio on 2/17/15. */ module.exports = [{ src: '//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js', entryPoint: 'jQuery' }, { entryPoint: 'Polymer', additionalForbiddenTokens: 'global:Polymer.elements' }, { entryPoint: 'd3' }, { displayName: 'Lo-Dash', entryPoint: '_', src...
{ "pile_set_name": "Github" }
namespace PaymentService.Api.Queries.Dtos { public class PolicyAccountBalanceDto { public string PolicyAccountNumber { get; set; } public string PolicyNumber { get; set; } public decimal Balance { get; set; } } }
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <meta name="apple-mobile-web-app-capable" content="yes"> <title>OpenLayers WMTS Example</ti...
{ "pile_set_name": "Github" }
package workload import ( "errors" "sync" ) type clientState int const ( clientStateInit clientState = iota clientStateStarted clientStateStopped ) type clientStateManager struct { sync.Mutex state clientState } func newClientStateManager() *clientStateManager { return &clientStateManager{} } func (s *cli...
{ "pile_set_name": "Github" }
using System; using VRage; using VRage.Game.Entity; using VRage.Library.Collections; using VRage.Library.Utils; using VRage.Trace; using VRageMath; namespace Sandbox.Game.Replication.History { public class MyPredictedSnapshotSyncSetup : MySnapshotSyncSetup { public float MaxPositionFactor; pub...
{ "pile_set_name": "Github" }
include "llvm/TableGen/SearchableTable.td" include "llvm/IR/Intrinsics.td" def AMDGPUImageDMaskIntrinsicTable : GenericTable { let FilterClass = "AMDGPUImageDMaskIntrinsic"; let Fields = ["Intr"]; let PrimaryKey = ["Intr"]; let PrimaryKeyName = "getAMDGPUImageDMaskIntrinsic"; let PrimaryKeyEarlyOut = 1; }
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.7.0_181) on Sat Nov 17 00:48:03 UTC 2018 --> <title>org.opencv.features2d</title> <meta name="date" content="2018-11-17"> <link rel="stylesheet" ty...
{ "pile_set_name": "Github" }
import json import re from textwrap import dedent import jmespath class TestAddHostFirewall: def test_no_hosts(self, host): result = host.run('stack add host firewall') assert result.rc == 255 assert result.stderr == dedent('''\ error - "host" argument is required {host ...} {action=string} {chain=strin...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. /* eslint-disable @typescript-eslint/no-var-requires */ const { createConfig } = require('@bfc/test-utils'); module.exports = createConfig('ui-plugin/luis', 'react');
{ "pile_set_name": "Github" }
package org.bouncycastle.pqc.jcajce.spec; import java.security.spec.AlgorithmParameterSpec; public class XMSSParameterSpec implements AlgorithmParameterSpec { /** * Use SHA-256 for the tree generation function. */ public static final String SHA256 = "SHA256"; /** * Use SHA512 for the t...
{ "pile_set_name": "Github" }
/** * @name Includes per file * @description The number of files directly included by this file using * `#include`. * @kind treemap * @id cpp/direct-includes-per-file * @treemap.warnOn highValues * @metricType file * @metricAggregate avg max * @tags maintainability * modularity */ import ...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "MMObject.h" #import "PBCoding.h" @class NSArray, NSString; @interface GameCenterGiftInfo : MMObject <PBCoding> { NSString *title; NSArray *giftList; NSString...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # Copyright (c) 2009 Google Inc. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import sys # TODO(mark): sys.path manipulation is some temporary testing stuff. try: import gyp except ImportError, e: import os.path ...
{ "pile_set_name": "Github" }
/* * ioctl.c * * Copyright (C) 1995, 1996 by Volker Lendecke * Modified 1997 Peter Waltenberg, Bill Hawes, David Woodhouse for 2.1 dcache * Modified 1998, 1999 Wolfram Pienkoss for NLS * */ #include <linux/capability.h> #include <linux/compat.h> #include <linux/errno.h> #include <linux/fs.h> #include <linux...
{ "pile_set_name": "Github" }
;define([], function () { 'use strict'; function Foo() {} return Foo; });
{ "pile_set_name": "Github" }
{ "locale": "to-TO", "date": { "ca": [ "gregory", "generic" ], "hourNo0": true, "hour12": true, "formats": { "short": "{1} {0}", "medium": "{1}, {0}", "full": "{1}, {0}", "long": "{1}, {0}", ...
{ "pile_set_name": "Github" }
# HG changeset patch # User Dan Kenigsberg <danken@redhat.com> # Date 1317492169 -10800 # Node ID a9a87f0e7c509ec6768379c08a0cf56f43d71b4a # Parent b0ef6a5a6dccab0089d287bf6b9bcb8132bdbd0d xml.dom.minidom toprettyxml: omit whitespace for Text nodes  h...
{ "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" }
# Eventbrite React Testing Best Practices Guidelines and best practices used by Eventbrite to provide consistency and prevent errors in testing React components. This does not cover testing utility/helper functions (including Redux reducers) that are used in conjunction with React as those follow general testing guide...
{ "pile_set_name": "Github" }
<?php namespace Royalcms\Component\DirectoryHasher\Hasher; /** * Hasher which generates SHA1-Hashes of the files */ class SHA1 extends HasherAbstract { /** * {@inheritdoc} */ public function getHashsForFile($file) { return array('sha1' => sha1_file($file)); } }
{ "pile_set_name": "Github" }
(module "TFML-110-02-L-D" (layer F.Cu) (tedit 56B15E0A) (pad 1 smd rect (at -5.7150 1.7150) (size 0.7400 2.9200) (layers F.Cu F.Mask F.Paste)) (pad 2 smd rect (at -5.7150 -1.7150) (size 0.7400 2.9200) (layers F.Cu F.Mask F.Paste)) (pad 3 smd rect (at -4.4450 1.7150) ...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -x objective-c -fsyntax-only -verify -Wno-objc-root-class %s // RUN: %clang_cc1 -x objective-c++ -fsyntax-only -verify -Wno-objc-root-class %s // rdar://10593227 @class UIWindow; @interface CNAppDelegate @property (strong, nonatomic) UIWindow *window; @end @interface CNAppDelegate () @property ...
{ "pile_set_name": "Github" }
import { check } from 'meteor/check'; const ANNOTATION_TYPE_TEXT = 'text'; const ANNOTATION_TYPE_PENCIL = 'pencil'; const DEFAULT_TEXT_WIDTH = 30; const DEFAULT_TEXT_HEIGHT = 20; // line, triangle, ellipse, rectangle function handleCommonAnnotation(meetingId, whiteboardId, userId, annotation) { const { id, stat...
{ "pile_set_name": "Github" }
// // DLWMMenu.m // DLWidgetMenu // // Created by Vincent Esche on 05/11/13. // Copyright (c) 2013 Vincent Esche. All rights reserved. // #import "DLWMMenu.h" #import "DLWMMenuItem.h" #import "DLWMMenuAnimator.h" #import "DLWMSpringMenuAnimator.h" const CGFloat DLWMFullCircle = M_PI * 2; NSString * const DLWMMe...
{ "pile_set_name": "Github" }
// // WeatherConditions.cs // // Author: Jeffrey Stedfast <jeff@xamarin.com> // // Copyright (c) 2011 Xamarin 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, i...
{ "pile_set_name": "Github" }
/* * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab * Copyright (C) 2008 - DIGITEO - Antoine ELIAS * * Copyright (C) 2012 - 2016 - Scilab Enterprises * * This file is hereby licensed under the terms of the GNU GPL v2.0, * pursuant to article 5.3.4 of the CeCILL v.2.1. * This file was originally...
{ "pile_set_name": "Github" }