text stringlengths 2 99k | meta dict |
|---|---|
---
layout: nil
---
{%= include("update/logo") %}
{%= include("update/header") %}
{%= include("toc") %}
## What is "Update"?
<details>
<summary><strong>Details</strong></summary>
{%= include("update/what-is-update") %}
</details>
{% body %}
## About
<details>
<summary><strong>Contributing</strong></summar... | {
"pile_set_name": "Github"
} |
/***********************************************************************************************************************
* Copyright [2015-2017] Renesas Electronics Corporation and/or its licensors. All Rights Reserved.
*
* This file is part of Renesas SynergyTM Software Package (SSP)
*
* The contents of this fil... | {
"pile_set_name": "Github"
} |
#include <AIToolbox/MDP/Policies/Policy.hpp>
#include <boost/python.hpp>
void exportMDPPolicy() {
using namespace AIToolbox::MDP;
using namespace boost::python;
struct PolicyPickle : boost::python::pickle_suite {
static boost::python::tuple getinitargs(const Policy& p) {
return make_t... | {
"pile_set_name": "Github"
} |
<?php
/**
* @package php-font-lib
* @link https://github.com/PhenX/php-font-lib
* @author Fabien Ménager <fabien.menager@gmail.com>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/
namespace FontLib\Table\Type;
use FontLib\Table\Table;
use FontLib\TrueType\File;
/**
* ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Category" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Add_portal_content_Permission</string> </key>
<value>
<tuple>
... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2003-2010, Mark Borgerding
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 conditions and the ... | {
"pile_set_name": "Github"
} |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% This file is part of Logtalk <https://logtalk.org/>
% Copyright 1998-2020 Paulo Moura <pmoura@logtalk.org>
%
% Licensed under the Apache License, Version 2.0 (the "License");
% you may not use this file except in compliance with the Lic... | {
"pile_set_name": "Github"
} |
{ stdenv
, fetchurl
, substituteAll
, glib
, libxml2
, openconnect
, intltool
, pkgconfig
, autoreconfHook
, networkmanager
, gcr
, libsecret
, file
, gtk3
, withGnome ? true
, gnome3
, kmod
, fetchpatch
}:
let
pname = "NetworkManager-openconnect";
version = "1.2.6";
in stdenv.mkDerivation {
name = "${pname}${if... | {
"pile_set_name": "Github"
} |
/**
* Created by Jacky.Gao on 2017-02-05.
*/
import {alert} from '../MsgBox.js';
import {setDirty} from '../Utils.js';
export default class DatasourceDialog{
constructor(datasources){
this.datasources=datasources;
this.dialog=$(`<div class="modal fade" role="dialog" aria-hidden="true" style="z-in... | {
"pile_set_name": "Github"
} |
Plugin.define do
name "java"
version "0.1"
file "lib", "syntax_check", "java"
object "Redcar::SyntaxCheck::Java"
dependencies "syntax_check", ">0"
end | {
"pile_set_name": "Github"
} |
HTML.Doctype
TYPE: string/null
DEFAULT: NULL
--DESCRIPTION--
Doctype to use during filtering. Technically speaking this is not actually
a doctype (as it does not identify a corresponding DTD), but we are using
this name for sake of simplicity. When non-blank, this will override any
older directives like %HTML.XHTML or ... | {
"pile_set_name": "Github"
} |
var createBrowserManager = require('./browserManager');
var browserMethods = require('./methods');
var browserHelpers = require('./helpers');
var Closure = require('../tools/closure');
var generic = require('../tools/generic');
var chalk = require('chalk');
var logs... | {
"pile_set_name": "Github"
} |
.\" Copyright (c) 1985, 1992, 1993
.\" The Regents of the University of California. 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 a... | {
"pile_set_name": "Github"
} |
namespace Meridian.Model
{
public class SettingsLanguage
{
public string LanguageCode { get; set; }
public string Title { get; set; }
}
}
| {
"pile_set_name": "Github"
} |
# Craft 3 Scripts Environment
#
# Local environmental config for nystudio107 Craft scripts
#
# @author nystudio107
# @copyright Copyright (c) 2020 nystudio107
# @link https://nystudio107.com/
# @license MIT
#
# This file should be renamed to '.env.sh' and it should reside in the
# `scripts` directory. Add '.... | {
"pile_set_name": "Github"
} |
package rnn
import (
"math"
"math/rand"
"github.com/unixpickle/autofunc"
"github.com/unixpickle/num-analysis/linalg"
"github.com/unixpickle/serializer"
"github.com/unixpickle/sgd"
"github.com/unixpickle/weakai/neuralnet"
)
// IRNN is an RNN that implements the identity RNN
// described in https://arxiv.org/pd... | {
"pile_set_name": "Github"
} |
package tar_test
import (
"bytes"
"io"
"io/ioutil"
"os"
"testing"
"github.com/cihub/seelog/archive/tar"
"github.com/cihub/seelog/io/iotest"
)
type file struct {
name string
contents []byte
}
var tarTests = map[string]struct{ want []file }{
"one file": {
want: []file{
{
name: "file",
c... | {
"pile_set_name": "Github"
} |
{
"name": "Single Tag 2",
"options": {},
"html": "<br>text<br>",
"expected": [
{
"type": "tag",
"name": "br",
"attribs": {}
},
{
"data": "text",
"type": "text"
},
{
"type": "tag",
"name": "br",
"attribs": {}
}
]
} | {
"pile_set_name": "Github"
} |
package cn.hellohao.dao;
import cn.hellohao.pojo.UserGroup;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
/**
* @author Hellohao
* @version 1.0
* @date 2019/8/20 13:45
*/
@Mapper
public interface UserGroupMapper {
UserGroup useridgetusergroup(@Param("userid") Integer... | {
"pile_set_name": "Github"
} |
import { compileTemplate, compileVar, executeTemplate, findVarEndIndex, parseVar } from '../template';
describe('compiler', () => {
describe('findVarEndIndex', () => {
it('should work without fallback', () => {
const text = 'var(--bar);';
expect(findVarEndIndex(text, 0)).toBe(text.length - 1);
})... | {
"pile_set_name": "Github"
} |
# Generated by FiveFilters.org's web-based selection tool
# Place this file inside your site_config/custom/ folder
# Source: http://siteconfig.fivefilters.org/grab.php?url=http%3A%2F%2Fdeadline.com%2F2016%2F03%2Fsteven-spielberg-harrison-ford-team-up-for-indiana-jones-5-disney-sets-july-2019-release-1201720725%2F
body... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<link rel='stylesheet' type='text/css' href='../fullcalendar/fullcalendar.css' />
<link rel='stylesheet' type='text/css' href='../fullcalendar/fullcalendar.print.css' media='print' />
<script type... | {
"pile_set_name": "Github"
} |
/*
** $Id: lcode.c,v 2.25.1.5 2011/01/31 14:53:16 roberto Exp $
** Code generator for Lua
** See Copyright Notice in lua.h
*/
#include <stdlib.h>
#define lcode_c
#define LUA_CORE
#include "lua.h"
#include "lcode.h"
#include "ldebug.h"
#include "ldo.h"
#include "lgc.h"
#include "llex.h"
#include "lmem.h"
#include "... | {
"pile_set_name": "Github"
} |
/*
* rt5645.h -- RT5645 ALSA SoC audio driver
*
* Copyright 2013 Realtek Microelectronics
* Author: Bard Liao <bardliao@realtek.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Fou... | {
"pile_set_name": "Github"
} |
// © 2017 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
/*
*******************************************************************************
*
* Copyright (C) 2003, International Business Machines
* Corporation and others. All Rights Reserved.
*
***************... | {
"pile_set_name": "Github"
} |
#ifndef ACE_PAIR_T_CPP
#define ACE_PAIR_T_CPP
#include "ace/Pair_T.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
#if !defined (__ACE_INLINE__)
#include "ace/Pair_T.inl"
#endif /* __ACE_INLINE__ */
#endif /* ACE_PAIR_T_CPP */
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2003, 2007, 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"
} |
# coding: utf-8
# Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may c... | {
"pile_set_name": "Github"
} |
#include "crypto_shorthash_siphash24.h"
size_t
crypto_shorthash_siphash24_bytes(void) {
return crypto_shorthash_siphash24_BYTES;
}
size_t
crypto_shorthash_siphash24_keybytes(void) {
return crypto_shorthash_siphash24_KEYBYTES;
}
| {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
# NOTE: This service cannot be used directly because it is part of a
# a bigger process. Instead, use the service MoveAccessService which moves
# project memberships, project group links, authorizations and refreshes
# the authorizations if necessary
module Projects
class MoveProjectMem... | {
"pile_set_name": "Github"
} |
//
// MKOverlay.h
// MapKit
//
// Copyright (c) 2010-2014, Apple Inc. All rights reserved.
//
#import <MapKit/MKFoundation.h>
#import <MapKit/MKAnnotation.h>
#import <MapKit/MKTypes.h>
#import <MapKit/MKGeometry.h>
NS_ASSUME_NONNULL_BEGIN
__WATCHOS_PROHIBITED
@protocol MKOverlay <MKAnnotation>
@required
// From ... | {
"pile_set_name": "Github"
} |
// (C) Copyright John Maddock 2007.
// 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)
//
// This file is machine generated, do not edit by hand
// Unrolled polynomial evaluatio... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<assemblyIdentity version="1.0.0.0" name="MyAppl... | {
"pile_set_name": "Github"
} |
<!--
Description: item fullitem contains onsubmit
Expect: not bozo and entries[0]['description'] == u'<img src="http://www.ragingplatypus.com/i/cam-full.jpg" />'
-->
<rss version="2.0">
<channel>
<item>
<fullitem><img src="http://www.ragingplatypus.com/i/cam-full.jpg" onsubmit="location.href='http://www.... | {
"pile_set_name": "Github"
} |
"use strict";
module.exports = function(Promise, INTERNAL, tryConvertToPromise,
apiRejection, Proxyable) {
var util = require("./util");
var isArray = util.isArray;
function toResolutionValue(val) {
switch(val) {
case -2: return [];
case -3: return {};
case -6: return new Map();
}
}
function P... | {
"pile_set_name": "Github"
} |
/*****************************************************************************
* vlm_event.h: VLM event functions
*****************************************************************************
* Copyright (C) 2009 Laurent Aimar
*
* Authors: Laurent Aimar <fenrir _AT_ videolan _DOT_ fr>
*
* This program is free so... | {
"pile_set_name": "Github"
} |
<template>
<div class="md-example-child md-example-child-cashier">
<md-cashier
ref="cashier"
v-model="isCashierhow"
:channels="cashierChannels"
></md-cashier>
</div>
</template>
<script>
import {Cashier} from 'mand-mobile'
export default {
name: 'cashier-demo',
components: {
[Cash... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | {
"pile_set_name": "Github"
} |
#include <ros/ros.h>
#include <image_transport/image_transport.h>
#include <cv_bridge/cv_bridge.h>
#include <sensor_msgs/image_encodings.h>
#include <sensor_msgs/CameraInfo.h>
#include <opencv2/highgui/highgui.hpp>
#include <dynamic_reconfigure/server.h>
#include <chapter9_tutorials/CameraStereoConfig.h>
#include <cam... | {
"pile_set_name": "Github"
} |
[assembly: System.Resources.NeutralResourcesLanguageAttribute("en")]
[assembly: System.Runtime.Versioning.TargetFrameworkAttribute(".NETStandard,Version=v1.0", FrameworkDisplayName="")]
namespace Humanizer.Bytes
{
public class ByteRate
{
public ByteRate(Humanizer.Bytes.ByteSize size, System.TimeS... | {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-apiserver-ppc64le:v1.8.0-alpha.1
| {
"pile_set_name": "Github"
} |
#include <linux/mm.h>
#include <linux/slab.h>
#include <linux/string.h>
#include <linux/export.h>
#include <linux/err.h>
#include <linux/sched.h>
#include <linux/security.h>
#include <linux/swap.h>
#include <linux/swapops.h>
#include <linux/vmalloc.h>
#include <asm/uaccess.h>
#include "internal.h"
#define CREATE_TRAC... | {
"pile_set_name": "Github"
} |
{
"name": "LRViewClass",
"version": "1.0.1",
"summary": "LRViewClass",
"description": "LRViewContoller:普通控制器\nLRNavigationControll:导航控制器\nLRTabBarViewController: 底部 TabBar 控制器\nLRNavigationBar: 导航条\nControllerPopByInteractivePopGestureRecognizer: 滑动返回监听",
"homepage": "https://github.com/huawt/LRViewClass",
... | {
"pile_set_name": "Github"
} |
package com.java110.po.room;
import java.io.Serializable;
/**
* @ClassName RoomPo
* @Description TODO
* @Author wuxw
* @Date 2020/5/29 22:01
* @Version 1.0
* add by wuxw 2020/5/29
**/
public class RoomPo implements Serializable {
private String roomId;
private String roomNum;
private String unitI... | {
"pile_set_name": "Github"
} |
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: istio-vs-demo
spec:
gateways:
- demo-gw
hosts:
- "*"
http:
- match:
- uri:
prefix: /
route:
- destination:
host: nginx # 事先新建 nginx 服务
port:
number: 80
| {
"pile_set_name": "Github"
} |
/* GemRB - Infinity Engine Emulator
* Copyright (C) 2011 The GemRB Project
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any late... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010-2018 JPEXS
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is... | {
"pile_set_name": "Github"
} |
#include "getcursor-preamble.h"
// RUN: c-index-test \
// RUN: -cursor-at=%S/getcursor-preamble.h:2:10 \
// RUN: -cursor-at=%S/getcursor-preamble.h:3:9 \
// RUN: -cursor-at=%S/getcursor-preamble.h:4:6 \
// RUN: -cursor-at=%S/getcursor-preamble.h:5:8 \
// RUN: -cursor-at=%S/getcursor-preamble.h:7:7 \
// ... | {
"pile_set_name": "Github"
} |
StartChar: Rcaron
Encoding: 344 344 338
Width: 651
VWidth: 0
Flags: HM
LayerCount: 2
Fore
Refer: 701 -1 N 1 0 0 1 122 -35 2
Refer: 50 82 N 1 0 0 1 0 0 3
Substitution2: "c2sc subtable" Rcaron.sc
MultipleSubs2: "CCMP_Precomp subtable" R uni030C.cap
EndChar
| {
"pile_set_name": "Github"
} |
#
# Test cases for the secondary_engine_cost_threshold variable.
#
SELECT @@secondary_engine_cost_threshold,
@@global.secondary_engine_cost_threshold;
@@secondary_engine_cost_threshold @@global.secondary_engine_cost_threshold
0.000000 0.000000
SET @saved_threshold = @@secondary_engine_cost_threshold;
SET @@secondary_en... | {
"pile_set_name": "Github"
} |
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
921F190B16F58D2400A3DC41 /* CCDrawingPrimitivesEx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 921F190A16F58D2400A3DC41 /* CCDrawingPrimitivesEx.cpp */; };
92446209179A29A100AC41D2 /* CCSc... | {
"pile_set_name": "Github"
} |
// Copyright 2015 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.
// Transport code's client connection pooling.
package http2
import (
"crypto/tls"
"net/http"
"sync"
)
// ClientConnPool manages a pool of HTTP/2 client c... | {
"pile_set_name": "Github"
} |
/*
Copyright 2016 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, ... | {
"pile_set_name": "Github"
} |
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or t... | {
"pile_set_name": "Github"
} |
import glob
import os
import zipfile
from sigal import init_plugins
from sigal.gallery import Gallery
from sigal.settings import read_settings
CURRENT_DIR = os.path.dirname(__file__)
SAMPLE_DIR = os.path.join(CURRENT_DIR, 'sample')
SAMPLE_SOURCE = os.path.join(SAMPLE_DIR, 'pictures')
def make_gallery(source_dir='di... | {
"pile_set_name": "Github"
} |
#!/usr/bin/perl
require 5.001;
use strict;
use warnings;
sub wanted($@) {
my $sig = shift(@_);
while (my $param = shift @_) {
if ("$sig" eq $param) {
return 1;
}
}
return 0;
}
sub color($) {
my $line = shift(@_);
$line =~ s/([{}])/\\$1/g; # escape { and } until printVerbatim()
(my ... | {
"pile_set_name": "Github"
} |
package com.xxl.job.admin.core.util;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.core.io.ClassPathResource;
import org.springframework.core.io.Resource;
import org.springframework.core.io.support.EncodedResource;
import org.springframework.core.io.support.PropertiesLoaderUtils;
... | {
"pile_set_name": "Github"
} |
// This file is part of CPAchecker,
// a tool for configurable software verification:
// https://cpachecker.sosy-lab.org
//
// SPDX-FileCopyrightText: 2018 Lokesh Nandanwar
// SPDX-FileCopyrightText: 2018-2020 Dirk Beyer <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
describe("ReportController", ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2000, 2011, 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"
} |
sendfile on;
server_names_hash_bucket_size 128;
tcp_nodelay on;
tcp_nopush on;
| {
"pile_set_name": "Github"
} |
amsterdam
atlanta
bangkok
barcelona
beijing
boston
brussels
buenos aires
chicago
dallas
dubai
dublin
frankfurt
hong kong
istanbul
jakarta
johannesburg
kuala lumpur
lisbon
london
los angeles
madrid
melbourne
mexico
miami
milan
moscow
mumbai
munich
new delhi
new york
paris
philadelphia
san francisco
santiago
sao paulo
se... | {
"pile_set_name": "Github"
} |
import unittest
import io
from unittest.mock import patch
from ppci.binutils.objectfile import ObjectFile, serialize, deserialize, Image
from ppci.binutils.outstream import DummyOutputStream, TextOutputStream
from ppci.binutils.outstream import binary_and_logging_stream
from ppci.common import CompilerError
from ppci.... | {
"pile_set_name": "Github"
} |
/* Copyright (C) 1998, 1999 Aladdin Enterprises. All rights reserved.
This software is provided AS-IS with no warranty, either express or
implied.
This software is distributed under license and may not be copied,
modified or distributed except as expressly authorized under the terms
of the license cont... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 705155b2c3fce47f0a818ac32d5abe3f
timeCreated: 1499339103
licenseType: Store
TextureImporter:
fileIDToRecycleName: {}
serializedVersion: 2
mipmaps:
mipMapMode: 0
enableMipMap: 0
linearTexture: 1
correctGamma: 0
fadeOut: 0
borderMipMap: 0
mipMapFadeDistanceStar... | {
"pile_set_name": "Github"
} |
use super::make::Make;
use std::fs;
use std::io::Write;
pub fn export(make: Make) {
let pdir_ = format!("target/cmake/{}/", make.artifact.name);
let pdir = std::path::Path::new(&pdir_);
std::fs::create_dir_all(&pdir).unwrap();
let p = pdir.join("CMakeLists.txt");
let mut f = fs::File::create(&p).e... | {
"pile_set_name": "Github"
} |
/* Ravenscar PowerPC target support.
Copyright (C) 2012-2019 Free Software Foundation, Inc.
This file is part of GDB.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3... | {
"pile_set_name": "Github"
} |
reviewers:
- thockin
- lavalamp
- smarterclayton
- deads2k
- sttts
- ncdc
- dims
- krousey
- mml
- mbohlool
- david-mcmahon
- ericchiang
- lixiaobing10051267
- jianhuiz
- liggitt
- enj
| {
"pile_set_name": "Github"
} |
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Linq;
using System.Text;
using NuGet.Common;
namespace NuGet.Packaging.Signing
{
public sealed class SigningSpecificationsV1 : Signing... | {
"pile_set_name": "Github"
} |
/**
* External dependencies
*/
import { expect } from 'chai';
import deepFreeze from 'deep-freeze';
/**
* Internal dependencies
*/
import { items, queries } from '../reducer';
import { FOLLOWERS_RECEIVE, FOLLOWER_REMOVE_SUCCESS } from 'state/action-types';
import { getSerializedQuery } from 'state/followers/utils'... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2001-2011 Hartmut Kaiser
//
// 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)
#if !defined(BOOST_SPIRIT_KARMA_REAL_POLICIES_MAR_02_2007_0936AM)
#define BOOST_SPIRIT_KARMA_REAL_POLICIES_MAR_02_20... | {
"pile_set_name": "Github"
} |
.. _special_variables:
Special Variables
=================
Magic variables
---------------
These variables cannot be set directly by the user; Ansible will always override them to reflect internal state.
ansible_check_mode
Boolean that indicates if we are in check mode or not
ansible_config_file
The full pa... | {
"pile_set_name": "Github"
} |
// <copyright file="MetricsGcEventsCollectorOptions.cs" company="App Metrics Contributors">
// Copyright (c) App Metrics Contributors. All rights reserved.
// </copyright>
using System;
namespace App.Metrics.Extensions.Collectors
{
public class MetricsGcEventsCollectorOptions
{
public int CollectInter... | {
"pile_set_name": "Github"
} |
root:x:0:
bin:x:1:
daemon:x:2:
sys:x:3:
adm:x:4:
tty:x:5:
disk:x:6:
lp:x:7:
mem:x:8:
kmem:x:9:
wheel:x:10:
cdrom:x:11:
mail:x:12:
man:x:15:
dialout:x:18:
floppy:x:19:
games:x:20:
tape:x:30:
video:x:39:
ftp:x:50:
lock:x:54:
audio:x:63:
nobody:x:99:
users:x:100:
utmp:x:22:
utempter:x:35:
input:x:999:
systemd-journal:x:19... | {
"pile_set_name": "Github"
} |
/**
* (c) 2019 by Mega Limited, Wellsford, New Zealand
*
* This file is part of the MEGA SDK - Client Access Engine.
*
* Applications using the MEGA API must present a valid application key
* and comply with the the rules set forth in the Terms of Service.
*
* The MEGA SDK is distributed in the hope that it wil... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Serializer\Exception;
/**
* Base exception
*
* @au... | {
"pile_set_name": "Github"
} |
libraries += libmain
libmain_NAME = libnixmain
libmain_DIR := $(d)
libmain_SOURCES := $(wildcard $(d)/*.cc)
libmain_CXXFLAGS += -I src/libutil -I src/libstore
libmain_LDFLAGS = $(OPENSSL_LIBS)
libmain_LIBS = libstore libutil
libmain_ALLOW_UNDEFINED = 1
$(eval $(call install-file-in, $(d)/nix-main.pc, $(prefix)/... | {
"pile_set_name": "Github"
} |
d94055dca4e0f2bcc455e278287dcf0e7c4034e1 demo-1.0.0.pom.asc
| {
"pile_set_name": "Github"
} |
# Volatility
# Copyright (C) 2007-2013 Volatility Foundation
# Copyright (C) 2010,2011,2012 Michael Hale Ligh <michael.ligh@mnin.org>
#
# This file is part of Volatility.
#
# Volatility is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the F... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright (c) 2004
* John Maddock
*
* 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)
*
*/
/*
* LOCATION: see http://www.boost.org for most recent version.
... | {
"pile_set_name": "Github"
} |
import React from 'react'
import { Feed } from 'semantic-ui-react'
const image = '/images/avatar/small/laura.jpg'
const date = '3 days ago'
const summary = 'Laura Faucet created a post'
const extraText = "Have you seen what's going on in Israel? Can you believe it."
const FeedExampleExtraTextShorthand = () => (
<Fe... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to d... | {
"pile_set_name": "Github"
} |
package mekanism.common.recipe.outputs;
import net.minecraft.nbt.NBTTagCompound;
import mekanism.api.gas.GasStack;
import mekanism.api.gas.GasTank;
/**
* An input of gasses for recipe use.
* @author aidancbrady
*
*/
public class ChemicalPairOutput extends MachineOutput<ChemicalPairOutput>
{
/** The left gas of t... | {
"pile_set_name": "Github"
} |
\name{circos.initialize}
\alias{circos.initialize}
\title{
Initialize the circular layout
}
\description{
Initialize the circular layout
}
\usage{
circos.initialize(
factors,
x = NULL,
xlim = NULL,
sector.width = NULL)
}
\arguments{
\item{factors}{A \code{\link{factor}} variable or a character vector... | {
"pile_set_name": "Github"
} |
#! /usr/bin/env python
from numpy.testing import TestCase, assert_equal
from numpy import sin, arange, mean, median, isnan, pi
from aubio import fvec, pitch, freqtomidi, float_type
class aubio_pitch_Good_Values(TestCase):
def skip_test_new_default(self):
" creating a pitch object without parameters "
... | {
"pile_set_name": "Github"
} |
mmpformat 050502 required; 050706 preferred
kelvin 300
group (View Data)
info opengroup open = True
csys (HomeView) (1.000000, 0.000000, 0.000000, 0.000000) (10.000000) (0.000000, 0.000000, 0.000000) (1.000000)
csys (LastView) (0.907939, 0.141477, 0.188587, 0.346504) (2.551310) (-0.505189, -0.579154, 0.249406) (1.00000... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# Copyright (C) 2018 Google 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 agree... | {
"pile_set_name": "Github"
} |
/***************************************************************************
* (C) Copyright 2013 Faiumoni e.V. *
***************************************************************************
***************************************************************************
* ... | {
"pile_set_name": "Github"
} |
* [What Is Miracl](README.md)
* Security Advisory
* [Benchmarks](benchmarks.md)
* [Miracl Standard Curves](miracl-standard-curves.md)
* [IEEE 1363](ieee-1363.md)
* [Elliptic Curves](elliptic-curves.md)
* [Licensing](licensing.md)
* Reference Manual
* [Low Level Routines](reference-manual/low-level-routines.md)
* [Adv... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright 2013 Telefonica Investigacion y Desarrollo, S.A.U
*
* This file is part of Orion Context Broker.
*
* Orion Context Broker 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 ... | {
"pile_set_name": "Github"
} |
=====UNKNOWN=====
%% =====TIME-OUT=====
| {
"pile_set_name": "Github"
} |
#ifndef BOOST_SERIALIZATION_ASSUME_ABSTRACT_HPP
#define BOOST_SERIALIZATION_ASSUME_ABSTRACT_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER)
# pragma once
#endif
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// assume_abstract_class.hpp:
// (C) C... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env perl
use strict;
use warnings;
my $argc = scalar(@ARGV);
if ($argc != 2) {
printf STDERR "usage: ./authorEmail.pl authorLogname /path/to/git-reports/.../user/authors.html\n";
printf STDERR "answer printed to STDOUT is: <authorLogname\@correct.email> Full Name\n";
exit 255;
}
my $logname = shift... | {
"pile_set_name": "Github"
} |
// zlib.cpp - written and placed in the public domain by Wei Dai
// "zlib" is the name of a well known C language compression library
// (http://www.zlib.org) and also the name of a compression format
// (RFC 1950) that the library implements. This file is part of a
// complete reimplementation of the zlib compression... | {
"pile_set_name": "Github"
} |
export default {
name: 'castMember',
title: 'Cast Member',
type: 'object',
fields: [
{
name: 'characterName',
title: 'Character Name',
type: 'string'
},
{
name: 'person',
title: 'Actor',
type: 'reference',
to: [{type: 'person'}]
},
{
name: 'ext... | {
"pile_set_name": "Github"
} |
// Copyright 2017 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package socket
const (
sysRECVMMSG = 0x16d
sysSENDMMSG = 0x176
)
| {
"pile_set_name": "Github"
} |
// Copyright 2008 Google Inc.
// All Rights Reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions a... | {
"pile_set_name": "Github"
} |
root:x:0:
daemon:x:1:
bin:x:2:
sys:x:3:root
adm:x:4:root,foo
tty:x:5:
disk:x:6:
lp:x:7:foo,root
mail:x:8:
news:x:9:
uucp:x:10:
man:x:12:
proxy:x:13:
kmem:x:15:
dialout:x:20:
fax:x:21:foo
voice:x:22:
cdrom:x:24:
floppy:x:25:foo
tape:x:26:
sudo:x:27:
audio:x:29:
dip:x:30:
www-data:x:33:
backup:x:34:
operator:x:37:
list:x... | {
"pile_set_name": "Github"
} |
/* eslint-disable react/react-in-jsx-scope */
import Nerv from 'nervjs'
import {
hideTabBar,
hideTabBarRedDot,
initTabBarApis,
removeTabBarBadge,
setTabBarBadge,
setTabBarItem,
setTabBarStyle,
showTabBar,
showTabBarRedDot,
switchTab
} from '../src/api/tabBar'
import Tabbar from '@taroj... | {
"pile_set_name": "Github"
} |
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in C:\Users\zhaozp\AppData\Local\Android\sdk/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the proguardFiles
# directive in build.gradle.
#
# For more details, s... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.