text
stringlengths
2
99.9k
meta
dict
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <Foundation/NSExpression.h> @class NSString; @interface NSVariableExpression : NSExpression { NSString *_variable; } + (...
{ "pile_set_name": "Github" }
=head1 NAME perl585delta - what is new for perl v5.8.5 =head1 DESCRIPTION This document describes differences between the 5.8.4 release and the 5.8.5 release. =head1 Incompatible Changes There are no changes incompatible with 5.8.4. =head1 Core Enhancements Perl's regular expression engine now contains support f...
{ "pile_set_name": "Github" }
namespace ClassLib084 { public class Class026 { public static string Property => "ClassLib084"; } }
{ "pile_set_name": "Github" }
type: com.google.api.codegen.ConfigProto config_schema_version: 2.0.0 # The settings of generated code in a specific language. language_settings: java: package_name: com.google.cloud.devtools.cloudbuild.v1 python: package_name: google.cloud.devtools.cloudbuild_v1.gapic go: package_name: cloud.google.c...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <title>Canvas test: 2d.imageData.get.range</title> <script src="../tests.js"></script> <link rel="stylesheet" href="../tests.css"> <link rel="prev" href="2d.imageData.get.nonpremul.html" title="2d.imageData.get.nonpremul"> <link rel="next" href="2d.imageData.get.clamp.html" title="2d.imageData.get.clamp...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <profiles version="10"> <profile kind="CodeFormatterProfile" name="DHIS 2.0 Formatter" version="10"> <setting id="org.eclipse.jdt.core.formatter.align_type_members_on_columns" value="false"/> <setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_al...
{ "pile_set_name": "Github" }
/** * Licensed to Apereo under one or more contributor license agreements. See the NOTICE file * distributed with this work for additional information regarding copyright ownership. Apereo * licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use * this file except in compli...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 %s -verify -fsyntax-only -std=c11 void foo() __attribute__((xray_always_instrument)); struct __attribute__((xray_always_instrument)) a { int x; }; // expected-warning {{'xray_always_instrument' attribute only applies to functions and Objective-C methods}} void bar() __attribute__((xray_always_instr...
{ "pile_set_name": "Github" }
/* * This file is part of the SDWebImage package. * (c) Olivier Poitrey <rs@dailymotion.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ #import "SDWebImageCompat.h" #import "UIImage+Transform.h" /** Return the transformed ca...
{ "pile_set_name": "Github" }
#include "syshdrs.h" #if !defined(NO_SIGNALS) && defined(SIGPIPE) extern volatile Sjmp_buf gPipeJmp; #endif int PWrite(int sfd, const char *const buf0, size_t size) { volatile int nleft; const char *volatile buf = buf0; int nwrote; #if !defined(NO_SIGNALS) && defined(SIGPIPE) vsio_sigproc_t sigpipe; if (SSetjmp(...
{ "pile_set_name": "Github" }
{ "binaryData": [ 77, 69, 67, 65, 82, 68, 58, 78, 58, 71, 111, 111, 103, 108, 101, 32, 52, 49, 49, 44, 59, 84, 69, 76, 58, 49, 56, 54, 54, 53, 56, 56, 49, 48, 55, 55, 59,...
{ "pile_set_name": "Github" }
import { equiv } from "@thi.ng/equiv"; import { eqDelta } from "@thi.ng/vectors"; import { init } from "../src"; const DEST = 0x400; const simd = init(new WebAssembly.Memory({ initial: 1 }))!; // console.log(simd); const fail = (res: any, exp: any, msg = "") => { process.stderr.write(`${msg} expected: ${exp}, go...
{ "pile_set_name": "Github" }
/* Copyright (c) 2011 Danish Maritime Authority. * * 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 l...
{ "pile_set_name": "Github" }
# Variables for video call support VIDEO_LIBS = openal vpx x11 VIDEO_CFLAGS = -DVIDEO ifneq (, $(findstring video_device.o, $(OBJ))) VIDEO_OBJ = video_call.o else VIDEO_OBJ = video_call.o video_device.o endif # Check if we can build video support CHECK_VIDEO_LIBS = $(shell $(PKG_CONFIG) --exists $(VIDEO_LIBS) ...
{ "pile_set_name": "Github" }
/* Zenburn style from voldmar.ru (c) Vladimir Epifanov <voldmar@voldmar.ru> based on dark.css by Ivan Sagalaev */ .hljs { display: block; padding: 0.5em; background: #3F3F3F; color: #DCDCDC; } .hljs-keyword, .hljs-tag, .css .hljs-class, .css .hljs-id, .lisp .hljs-title, .nginx .hljs-title, .hljs-request, .hlj...
{ "pile_set_name": "Github" }
module.exports = configDefaults: numbers: { one: 1, two: 2 } activate: -> # no-op
{ "pile_set_name": "Github" }
.calcite-layout-large-title .calcite-navbar { height: 60px; min-height: 60px; } .calcite-layout-large-title .calcite-navbar .navbar-brand { padding: 12px 14px; font-size: 36px; } .calcite-layout-large-title .calcite-navbar .navbar-nav > li > a { padding: 20px 15px; } .calcite-layout-large-title .ca...
{ "pile_set_name": "Github" }
--TEST-- mysqli_info() --SKIPIF-- <?php require_once('skipif.inc'); require_once('skipifconnectfailure.inc'); ?> --INI-- mysqli.allow_local_infile=1 --FILE-- <?php require_once("connect.inc"); require "table.inc"; if (!$res = mysqli_query($link, "INSERT INTO test(id, label) VALUES (100, 'a')")) pri...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2016, NVIDIA CORPORATION. */ #ifndef _POWER_DOMAIN_UCLASS_H #define _POWER_DOMAIN_UCLASS_H /* See power-domain.h for background documentation. */ #include <power-domain.h> struct udevice; /** * struct power_domain_ops - The functions that a power domain ...
{ "pile_set_name": "Github" }
--- title: "ArrayOfManagedPropertyInfo element (SPS15XSDSearchSet2)" manager: arnek ms.date: 3/9/2015 ms.audience: ITPro ms.topic: article ms.prod: sharepoint localization_priority: Normal ms.assetid: ffde03f5-60af-a84a-737d-60ecf219bb5e description: "Last modified: March 09, 2015" --- # ArrayOfManagedPropertyInfo ele...
{ "pile_set_name": "Github" }
#ifndef HEADER_CURL_POP3_H #define HEADER_CURL_POP3_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| ...
{ "pile_set_name": "Github" }
check process postgresql with pidfile /var/run/postgresql/<%= node["postgresql"]["version"] %>-main.pid group postgresql start program = "/usr/sbin/service postgresql start" stop program = "/usr/sbin/service postgresql stop" if failed host 127.0.0.1 port 5432 then restart if 5 restarts within 5 cycles then ti...
{ "pile_set_name": "Github" }
module DFF (Q, CLK, DAT); input CLK; input [7:0] DAT; output [7:0] Q; always @(posedge clk) Q = DAT; specify $setup (DAT, posedge CLK, 10); endspecify endmodule
{ "pile_set_name": "Github" }
Title: esx_vsphere_clusters: Fixed gathering information from special agent which was broken Level: 1 Component: checks Compatible: compat Edition: cre Version: 2.0.0i1 Date: 1568729029 Class: fix
{ "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" }
<?xml-stylesheet href="../../../style/xhtml-full.css" type="text/css"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>:target pseudo-class</title> <meta name="author" content="Daniel Glazman, I...
{ "pile_set_name": "Github" }
//======= Copyright (c) Valve Corporation, All rights reserved. =============== using UnityEngine; using System.Collections; namespace Valve.VR.InteractionSystem.Sample { public class FloppyHand : MonoBehaviour { protected float fingerFlexAngle = 140; public SteamVR_Action_Single ...
{ "pile_set_name": "Github" }
/* Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C 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 versio...
{ "pile_set_name": "Github" }
using System; using System.Threading.Tasks; using Miki.Bot.Models; using Miki.Framework; using Miki.Patterns.Repositories; using Miki.Services.Transactions; namespace Miki.Services.Dailies { public class DailyService : IDailyService { private readonly IUnitOfWork unitOfWork; private readonly I...
{ "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 ma...
{ "pile_set_name": "Github" }
<?php use RobThree\Auth\TwoFactorAuthException; class RNGException extends TwoFactorAuthException {}
{ "pile_set_name": "Github" }
/* * DynamicReports - Free Java reporting library for creating reports dynamically * * Copyright (C) 2010 - 2018 Ricardo Mariaca and the Dynamic Reports Contributors * * This file is part of DynamicReports. * * DynamicReports is free software: you can redistribute it and/or modify * it under the terms of the GN...
{ "pile_set_name": "Github" }
StartChar: uni013C Encoding: 316 316 249 GlifName: uni013C_ Width: 1140 VWidth: 0 Flags: W HStem: -455 330<178.641 216> 0 21G<140 290> VStem: 120 193<-299.736 -139.338> 140 150<0 1496> LayerCount: 2 Back Fore Refer: 403 806 N 1 0 0 1 20 0 2 Refer: 50 108 N 1 0 0 1 0 0 3 EndChar
{ "pile_set_name": "Github" }
/* ==================================================================== * Copyright (c) 1999 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of ...
{ "pile_set_name": "Github" }
/*! * jQuery Validation Plugin v1.16.0 * * http://jqueryvalidation.org/ * * Copyright (c) 2016 Jörn Zaefferer * Released under the MIT license */ (function (factory) { if (typeof define === "function" && define.amd) { define(["jquery"], factory); } else if (typeof module === "object" && module.e...
{ "pile_set_name": "Github" }
This feature is *stable*, meaning: * The version name is vX where X is an integer. * Stable versions of features will appear in released software for many subsequent versions.
{ "pile_set_name": "Github" }
// // TLCloudDocumentSyncWrapper.h // ArcBit // // Created by Timothy Lee on 3/14/15. // Copyright (c) 2015 Timothy Lee <stequald01@gmail.com> // // 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 S...
{ "pile_set_name": "Github" }
// Copyright 2015, Joe Tsai. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE.md file. package brotli const ( // RFC section 3.5. // This is the maximum bit-width of a prefix code. // Thus, it is okay to use uint32 to store codes. maxPrefixBits...
{ "pile_set_name": "Github" }
form=词 tags= 珠络玲珑, 罗囊闲斗, 酥怀暖麝相倚。 百和花须, 十分风韵, 半袭凤箱重绮。 茜垂四角, 慵未揭、流苏春睡。 熏度红薇院落, 烟销画屏沈水。 温泉降绡乍试。 露华侵、透肌兰泚。 漫省浅溪月夜, 暗浮花气。 荀令如今老矣。 但未减、韩郎旧风味。 远寄相思, 馀熏梦里。
{ "pile_set_name": "Github" }
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_INVALIDATION_IMPL_FAKE_INVALIDATION_SERVICE_H_ #define COMPONENTS_INVALIDATION_IMPL_FAKE_INVALIDATION_SERVICE_H_ #include <list> #incl...
{ "pile_set_name": "Github" }
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by en-US.rc // #define IDR_L10N1 101 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 102 #define _APS_NEXT_COMMAND_VALUE ...
{ "pile_set_name": "Github" }
/* * * Copyright 2016 gRPC 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 agree...
{ "pile_set_name": "Github" }
/* -*- c++ -*- ---------------------------------------------------------- LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator http://lammps.sandia.gov, Sandia National Laboratories Steve Plimpton, sjplimp@sandia.gov Copyright (2003) Sandia Corporation. Under the terms of Contract DE-AC04...
{ "pile_set_name": "Github" }
{ "description": "Japanese stop words", "stopWords": [ "これ", "それ", "あれ", "この", "その", "あの", "ここ", "そこ", "あそこ", "こちら", "どこ", "だれ", "なに", "なん", "何", "私", "貴方", "貴方方", "我々", ...
{ "pile_set_name": "Github" }
Given(/^I have Rackspace credentials available$/) do fail unless ENV['RAX_USERNAME'] && ENV['RAX_API_KEY'] end Given(/^I have a "fog_mock.rb" file$/) do script = File.open("features/support/fog_mock.rb").read steps %Q{ Given a file named "fog_mock.rb" with: """ #{script} """ } end
{ "pile_set_name": "Github" }
/* * Generated by confdc --mib2yang-std * Source: mgmt/dmi/model/common/mib-source/hand-processed/MPLS-VPN-MIB.mib */ /* * This YANG module has been generated by smidump 0.5.0: * * smidump -f yang MPLS-VPN-MIB * * Do not edit. Edit the source file instead! */ module MPLS-VPN-MIB { namespace "urn:ietf:...
{ "pile_set_name": "Github" }
apiVersion: v1 kind: ConfigMap metadata: name: sentry labels: app: sentry data: config.yml: |- # While a lot of configuration in Sentry can be changed via the UI, for all # new-style config (as of 8.0) you can also declare values here in this file # to enforce defaults or to ensure they cannot be ...
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * vim: set ts=8 sts=4 et sw=4 tw=99: * 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/. */ ...
{ "pile_set_name": "Github" }
import vm from 'vm'; import readAsset from './readAsset'; function getCodeFromBundle(stats, compiler, asset) { let code = null; if ( stats && stats.compilation && stats.compilation.assets && stats.compilation.assets[asset || 'main.bundle.js'] ) { code = readAsset(asset || 'main.bundle.js', ...
{ "pile_set_name": "Github" }
Infinality <-@-> 2012-11-03 Updated to fix multiple values in <test> errors Merge: 5624dbd c8a9bae Infinality <-@-> 2012-11-03 Merge pull request #10 from dkasak/master Fix 41-repl-os-linux multiple <test> values warnings. Denis Kasak <-@-> 2012-11-03 Fix 41-repl-os-linux multiple <test> value...
{ "pile_set_name": "Github" }
# Fix rights of /tmp (can be a volume) chmod 1777 /tmp
{ "pile_set_name": "Github" }
/*! * @author electricessence / https://github.com/electricessence/ * Licensing: MIT https://github.com/electricessence/TypeScript.NET/blob/master/LICENSE.md */ import { ICancellable } from "../Threading/ICancellable"; import { ObservableBase } from "../Observable/ObservableBase"; import { ITimer } from "./ITimer"; ...
{ "pile_set_name": "Github" }
# Copyright 2017 The Bazel Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable la...
{ "pile_set_name": "Github" }
--- title: "How to: Manage a Private Gallery By Using Registry Settings | Microsoft Docs" ms.date: 11/15/2016 ms.prod: "visual-studio-dev14" ms.technology: "vs-ide-sdk" ms.topic: conceptual helpviewer_keywords: - "VSIX private galleries, managing" - "managing VSIX private galleries" ms.assetid: 86b86442-4293-4cad-...
{ "pile_set_name": "Github" }
/* This file is part of the iText (R) project. Copyright (c) 1998-2020 iText Group NV Authors: iText Software. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3 as published by the Free Software Foundation ...
{ "pile_set_name": "Github" }
apiVersion: networking.k8s.io/v1 kind: NetworkPolicy metadata: name: {{ .Release.Name }}-allow-all namespace: {{ .Release.Namespace }} labels: app: {{ template "ibm-bai.name" . }} chart: {{ .Chart.Name }} release: {{ .Release.Name }} heritage: {{ .Release.Service }} spec: podSelector: {} ingre...
{ "pile_set_name": "Github" }
- id: user label: User ID. description: Anonymous identification for your session. input: input - id: app.disableHardwareAcceleration label: Hardware acceleration. description: Can improve performance on some devices. (Requires restart to take effect) input: select options: - label: Disabled va...
{ "pile_set_name": "Github" }
/** * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ ( function() { var defaultToPixel = CKEDITOR.tools.cssLength; var commitValue = function( data ) { var id = this.id; if ( !data.info ) data.info ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2016 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
{ "pile_set_name": "Github" }
/* Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html version: 3.3.0 build: 3167 */ YUI.add("lang/datatype-date-format_hi",function(a){a.Intl.add("datatype-date-format","hi",{"a":["रवि","सोम","मंगल","बुध","गुरु","शुक्र","शनि"],"A":...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash export LC_ALL=C.UTF-8 set -euxo pipefail # Utility functions to compare version strings version_greater_equal() { printf '%s\n%s\n' "$2" "$1" | sort -V -C } version_greater() { [ "$1" != "$2" ] && version_greater_equal "$1" "$2" } version_less_equal() { ! version_greater "$1" "$2" } version...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft....
{ "pile_set_name": "Github" }
.prism-previewer-gradient { background-image: linear-gradient(45deg, #bbb 25%, transparent 25%, transparent 75%, #bbb 75%, #bbb), linear-gradient(45deg, #bbb 25%, #eee 25%, #eee 75%, #bbb 75%, #bbb); background-size: 10px 10px; background-position: 0 0, 5px 5px; width: 64px; margin-left: -32px; } .prism-previewer...
{ "pile_set_name": "Github" }
#include "pch.h" #include "Logging.h" #include "Rendering.h" #include "Shader.h" #include "GameWindow.h" void CHECKERR() { auto err = glGetError(); if (err) { Log::LogPrintf("OpenGL Shader Error: %d\n", err); } } const char* vertShader = "#version 120\n" "attribute vec3 position;\n" "attribute vec2 vertexUV...
{ "pile_set_name": "Github" }
import { LightShadow } from './LightShadow'; import { _Math } from '../math/Math'; import { PerspectiveCamera } from '../cameras/PerspectiveCamera'; /** * @author mrdoob / http://mrdoob.com/ */ function SpotLightShadow() { LightShadow.call( this, new PerspectiveCamera( 50, 1, 0.5, 500 ) ); } SpotLightShadow.pro...
{ "pile_set_name": "Github" }
!00 U+0000 .notdef !01 U+0001 .notdef !02 U+0002 .notdef !03 U+0003 .notdef !04 U+0004 .notdef !05 U+0005 .notdef !06 U+0006 .notdef !07 U+0007 .notdef !08 U+0008 .notdef !09 U+0009 .notdef !0A U+000A .notdef !0B U+000B .notdef !0C U+000C .notdef !0D U+000D .notdef !0E U+000E .notdef !0F U+000F .notdef !10 U+0010 .notd...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context...
{ "pile_set_name": "Github" }
REFERENCES references R RE REF REFE S ES CES NCES LINESTART ALIGNEDLEFT ALLCAP NODIGIT 0 0 1 0 0 0 0 0 NOPUNCT 8 1 BLOCKSTART no 0 Antia antia A An Ant Anti a ia tia ntia LINESTART ALIGNEDLEFT INITCAP NODIGIT 0 0 0 0 0 0 0 0 NOPUNCT 0 7 BLOCKSTART 10 0 , , , , , , , , , , LINEIN ALIGNEDLEFT ALLCAP NODIGIT 1 0 0 0 0 0 0...
{ "pile_set_name": "Github" }
{ "name": "FirebaseInstanceID", "version": "4.7.0", "summary": "Firebase InstanceID", "description": "Instance ID provides a unique ID per instance of your iOS apps. In addition to providing\nunique IDs for authentication, Instance ID can generate security tokens for use with other\nservices.", "homepage": "h...
{ "pile_set_name": "Github" }
function drawLine(p1, p2, varargin) %DRAWLINE Draws a line from point p1 to point p2 % DRAWLINE(p1, p2) Draws a line from point p1 to point p2 and holds the % current figure plot([p1(1) p2(1)], [p1(2) p2(2)], varargin{:}); end
{ "pile_set_name": "Github" }
//===-- BPFRegisterInfo.cpp - BPF Register Information ----------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
{ "pile_set_name": "Github" }
{ "itemDisplayName": "Secure VM password with Key Vault", "description": "This template allows you to deploy a simple Windows VM by retrieving the password that is stored in a Key Vault. Therefore the password is never put in plain text in the template parameter file", "summary": "This template takes deploys a VM...
{ "pile_set_name": "Github" }
$(document).ready(function() { module("Chaining"); test("chaining: map/flatten/reduce", function() { var lyrics = [ "I'm a lumberjack and I'm okay", "I sleep all night and I work all day", "He's a lumberjack and he's okay", "He sleeps all night and he works all day" ]; var coun...
{ "pile_set_name": "Github" }
<?php /** * @package Arastta eCommerce * @copyright 2015-2018 Arastta Association. All rights reserved. * @copyright See CREDITS.txt for credits and other copyright notices. * @license GNU GPL version 3; see LICENSE.txt * @link https://arastta.org */ class ModelSettingSetting extends Model { ...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); namespace Overblog\GraphQLBundle\DependencyInjection\Compiler; use GraphQL\Type\Definition\Type; use Overblog\GraphQLBundle\Definition\Resolver\AliasedInterface; use Overblog\GraphQLBundle\Definition\Resolver\MutationInterface; use Overblog\GraphQLBundle\Definition\Resolver\ResolverInt...
{ "pile_set_name": "Github" }
/* *************************************************************************************** * Copyright (C) 2006 EsperTech, Inc. All rights reserved. * * http://www.espertech.com/esper * * http://www.espertech.com ...
{ "pile_set_name": "Github" }
/* 包含多个基于state的getter计算属性的对象 */ export default { totalCount (state) { return state.cartFoods.reduce((preTotal, food) => preTotal + food.count, 0) }, totalPrice (state) { return state.cartFoods.reduce((preTotal, food) => preTotal + food.count * food.price, 0) }, positiveSize (state) { return sta...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2015-2016 Erik Doernenburg and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use these files except in compliance with the License. You may obtain * a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless r...
{ "pile_set_name": "Github" }
Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DebugTest", "DebugTest.vcxproj", "{50A78F0F-0AB1-421E-B1E7-BD4D4E8EA3E1}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win...
{ "pile_set_name": "Github" }
# LaraCSV A Laravel package to easily generate CSV files from Eloquent model. [![Build Status](https://travis-ci.org/usmanhalalit/laracsv.svg?branch=master)](https://travis-ci.org/usmanhalalit/laracsv) [![Total Downloads](https://poser.pugx.org/usmanhalalit/laracsv/downloads)](https://packagist.org/packages/usmanhala...
{ "pile_set_name": "Github" }
////////////////////////////////////////////////////////////////////////////// // // (C) Copyright Pablo Halpern 2009. 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) // /////////////////////////////////////////////...
{ "pile_set_name": "Github" }
<?php /** * @file * Hooks provided by the Field module. */ /** * @addtogroup hooks * @{ */ /** * Exposes "pseudo-field" components on fieldable entities. * * Field UI's "Manage fields" and "Manage display" pages let users re-order * fields, but also non-field components. For nodes, these include the title, ...
{ "pile_set_name": "Github" }
/* Flot plugin for selecting regions of a plot. Copyright (c) 2007-2013 IOLA and Ole Laursen. Licensed under the MIT license. The plugin supports these options: selection: { mode: null or "x" or "y" or "xy", color: color, shape: "round" or "miter" or "bevel", minSize: number of pixels } Selection support is ena...
{ "pile_set_name": "Github" }
/* * Copyright 2011-2019 B2i Healthcare Pte Ltd, http://b2i.sg * * 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 require...
{ "pile_set_name": "Github" }
<?php use LibreNMS\RRD\RrdDefinition; $name = 'nvidia'; $app_id = $app['app_id']; $options = '-Oqv'; $oid = '.1.3.6.1.4.1.8072.1.3.2.3.1.2.6.110.118.105.100.105.97'; $gpus = snmp_walk($device, $oid, $options); $gpuArray = explode("\n", $gpus); $rrd_def = RrdDefinition::make() ->addDataset('pwr', 'GAUGE', 0) ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <?NLS TYPE="org.eclipse.help.contexts"?> <!-- Copyright (c) 2012, 2016 PDT Extension Group and others. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at https://www.eclipse.org/le...
{ "pile_set_name": "Github" }
'use strict'; module.exports = require('./is-implemented')() ? Map : require('./polyfill');
{ "pile_set_name": "Github" }
// Boost.Range library // // Copyright Thorsten Ottosen 2003-2004. Use, modification and // distribution is 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) // // For more information, see http://www.boost.org/libs/rang...
{ "pile_set_name": "Github" }
package token import "fmt" // Pos describes an arbitrary source position // including the file, line, and column location. // A Position is valid if the line number is > 0. type Pos struct { Filename string // filename, if any Offset int // offset, starting at 0 Line int // line number, starting at 1 ...
{ "pile_set_name": "Github" }
<?php namespace Laravel\CLI\Tasks\Bundle\Providers; use Laravel\File; abstract class Provider { /** * Install the given bundle into the application. * * @param string $bundle * @param string $path * @return void */ abstract public function install($bundle, $path); /** * Install a bundle from by...
{ "pile_set_name": "Github" }
LABEL_temp1 = "p1_dimm_vr0_temp" WARNHI_temp1 = "105000" CRITHI_temp1 = "115000" WARNLO_temp1 = "0" CRITLO_temp1 = "0" LABEL_curr1 = "p1_dimm_vr0_current" WARNHI_curr1 = "231000" CRITHI_curr1 = "288000" WARNLO_curr1 = "0" CRITLO_curr1 = "0" LABEL_in1 = "p1_dimm_vr0_voltage" WARNHI_in1 = "16000" WARNLO_in1 = "11000" C...
{ "pile_set_name": "Github" }
import CoreCombatLogParser from 'parser/core/CombatLogParser'; import Haste from './modules/core/Haste'; import Abilities from './modules/Abilities'; import AlwaysBeCasting from './modules/features/AlwaysBeCasting'; import Buffs from './modules/Buffs'; import CooldownThroughputTracker from './modules/features/Cooldown...
{ "pile_set_name": "Github" }
## pachctl enterprise activate Activate the enterprise features of Pachyderm with an activation code ### Synopsis Activate the enterprise features of Pachyderm with an activation code ``` pachctl enterprise activate <activation-code> [flags] ``` ### Options ``` --expires string A timestamp indicating when...
{ "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" }
export * from './notification'; export * from './notification.service';
{ "pile_set_name": "Github" }
/* Copyright (C) 2014, The University of Texas at Austin This file is part of libflame and is available under the 3-Clause BSD license, which can be found in the LICENSE file at the top-level directory, or at http://opensource.org/licenses/BSD-3-Clause */ #include "FLAME.h" #ifdef FLA_ENABLE_LAPACK...
{ "pile_set_name": "Github" }
// (C) Copyright 2008 CodeRage, LLC (turkanis at coderage dot com) // (C) Copyright 2003-2007 Jonathan Turkanis // 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.boost.org/libs/iostreams for docume...
{ "pile_set_name": "Github" }
/* * GDevelop C++ Platform * Copyright 2008-2016 Florian Rival (Florian.Rival@gmail.com). All rights * reserved. This project is released under the MIT License. */ #include "GDCpp/Extensions/Builtin/WindowExtension.h" #if defined(GD_IDE_ONLY) #include "GDCore/Events/Instruction.h" #include "GDCore/IDE/Pro...
{ "pile_set_name": "Github" }
#include "common.h" #include "AnimBlendSequence.h" #include "AnimBlendHierarchy.h" CAnimBlendHierarchy::CAnimBlendHierarchy(void) { sequences = nil; numSequences = 0; compressed = 0; totalLength = 0.0f; linkPtr = nil; } void CAnimBlendHierarchy::Shutdown(void) { RemoveAnimSequences(); compressed = 0; linkPtr...
{ "pile_set_name": "Github" }
import json import util from collections import defaultdict def get_fb_stats(freebase_data_file): with open(freebase_data_file) as fb: fact_counter = 0 relation_set = set() entity_set = set() for line in fb: line = line.strip() line = line[1:-1] ...
{ "pile_set_name": "Github" }