text stringlengths 2 99.9k | meta dict |
|---|---|
/*
* Copyright (C) 2013 The Android Open Source 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:
* * Redistributions of source code must retain the above copyright
* notice, t... | {
"pile_set_name": "Github"
} |
#ifndef CURVE25519_DONNA_H
#define CURVE25519_DONNA_H
#include <boost/cstdint.hpp>
int curve25519_donna(boost::uint8_t* p_pub_key, const boost::uint8_t* p_priv_key, const boost::uint8_t* p_basepoint);
#endif
| {
"pile_set_name": "Github"
} |
# Building with CMake
Some portions of this repository are portable beyond iOS and can be built using
CMake.
## Dependencies
You need:
* A C++11 compiler
* CMake 3.9
* Ninja (optional)
* CocoaPods (macOS-only)
For dependencies:
* Go
* Perl
* Yasm (Windows-only)
### macOS
You need [Xcode](https://... | {
"pile_set_name": "Github"
} |
-- X(_ map[signature.Alias]t.CoolAlias) map[signature.Alias]t.CoolAlias-signature --
X(_ map[signature.Alias]t.CoolAlias) map[signature.Alias]t.CoolAlias
-- X(_ map[signatures.Alias]types.CoolAlias) map[signatures.Alias]types.CoolAlias-signature --
X(_ map[signatures.Alias]types.CoolAlias) map[signatures.Alias]types.C... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<meta charset=utf-8>
<title>Test for logical margins on hr elements in the UA style sheet</title>
<style>
.v-rl { writing-mode: vertical-rl; }
.ltr, .rtl, .v-rl { border: 1px solid blue; }
hr { width: 100px; height: 100px; }
.ltr hr { margin: 0.5em auto; }
.rtl hr { margin: 0.5em auto; }
.v-rl hr { marg... | {
"pile_set_name": "Github"
} |
package deps
import org.gradle.api.JavaVersion
import org.gradle.api.artifacts.dsl.RepositoryHandler
object Versions {
val sourceCompatibility = JavaVersion.VERSION_1_8
val targetCompatibility = JavaVersion.VERSION_1_8
const val compileSdk = 29
const val minSdk = 24
const val targetSdk = 29
const val ver... | {
"pile_set_name": "Github"
} |
# Event 22046 - Taskbar_Compute_Row_Layout
###### Version: 0
## Description
None
## Data Dictionary
|Standard Name|Field Name|Type|Description|Sample Value|
|---|---|---|---|---|
|TBD|nTotalWidth|UInt32|None|`None`|
|TBD|nTotalFixedWidth|UInt32|None|`None`|
|TBD|iGroupStart|UInt32|None|`None`|
|TBD|iItemStart|UInt32|... | {
"pile_set_name": "Github"
} |
(function( factory ) {
if ( typeof define === "function" && define.amd ) {
define( ["jquery", "../jquery.validate"], factory );
} else {
factory( jQuery );
}
}(function( $ ) {
/*
* Translated default messages for the jQuery validation plugin.
* Locale: PT (Portuguese; português)
* Region: BR (Brazil)
*/
$.e... | {
"pile_set_name": "Github"
} |
## 010-aop
### 项目说明
Spring-Boot基础之AOP的应用实例工程, 主要包括
- aop实现方法执行日志记录
### 相关博文
- [190301-SpringBoot基础篇AOP之基本使用姿势小结](http://spring.hhui.top/spring-blog/2019/03/01/190301-SpringBoot%E5%9F%BA%E7%A1%80%E7%AF%87AOP%E4%B9%8B%E5%9F%BA%E6%9C%AC%E4%BD%BF%E7%94%A8%E5%A7%BF%E5%8A%BF%E5%B0%8F%E7%BB%93/)
- [190302-SpringBoot基础篇AO... | {
"pile_set_name": "Github"
} |
/*
* AudioSdl.h - device-class that performs PCM-output via SDL
*
* Copyright (c) 2004-2009 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
... | {
"pile_set_name": "Github"
} |
// This file is part of CaesarIA.
//
// CaesarIA 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.
//
// CaesarIA is distribute... | {
"pile_set_name": "Github"
} |
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
require_relative 'config/application'
Rails.application.load_tasks
| {
"pile_set_name": "Github"
} |
bases:
- ../base-cluster
resources:
- mysql-deployment.yaml
- mysql-pv.yaml
patchesStrategicMerge:
- deployment.yaml
configMapGenerator:
- name: gaas-config
files:
- ./gaas-application.conf
- name: standalone-config
files:
- ./standalone-application.conf
secretGenerator:
# this should ... | {
"pile_set_name": "Github"
} |
module OpenPGP
##
# OpenPGP message digest algorithm.
#
# @see http://tools.ietf.org/html/rfc4880#section-9.4
class Digest
autoload :MD5, 'openpgp/digest/md5'
autoload :SHA1, 'openpgp/digest/sha1'
autoload :RIPEMD160, 'openpgp/digest/rmd160'
autoload :SHA256, 'openpgp/digest/sha2... | {
"pile_set_name": "Github"
} |
<!DOCTYPE RCC>
<RCC version="1.0"><qresource><file>tools/mpg123.x86-i686.exe</file></qresource></RCC>
| {
"pile_set_name": "Github"
} |
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the Linux Bluetooth HCI device drivers.
#
obj-$(CONFIG_BT_HCIVHCI) += hci_vhci.o
obj-$(CONFIG_BT_HCIUART) += hci_uart.o
obj-$(CONFIG_BT_HCIBCM203X) += bcm203x.o
obj-$(CONFIG_BT_HCIBPA10X) += bpa10x.o
obj-$(CONFIG_BT_HCIBFUSB) += bfusb.o
obj-$(CONFIG_BT_HCIDTL1) += dt... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2019 LinkedIn Corp.
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"
} |
/*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* Shattered Pixel Dungeon
* Copyright (C) 2014-2019 Evan Debenham
*
* 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 ver... | {
"pile_set_name": "Github"
} |
require 'delegate'
require 'monitor'
# This class provides a trivial way to synchronize all calls to a given object
# by wrapping it with a `Delegator` that performs `Monitor#enter/exit` calls
# around the delegated `#send`. Example:
#
# array = [] # not thread-safe on many impls
# array = SynchronizedDelegator.ne... | {
"pile_set_name": "Github"
} |
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
A66E968413C616570020508C /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A66E968313C616570020508C /* UIKit.framework */; };
A66E968613C616570020508C /* Foundation.framework ... | {
"pile_set_name": "Github"
} |
import React, {SFC} from 'react'
import {connect} from 'react-redux'
import {Dropdown} from 'src/reusable_ui'
import {setDisplaySetting} from 'src/shared/actions/annotations'
import {AnnotationsDisplaySetting} from 'src/types/annotations'
import {AnnotationState} from 'src/shared/reducers/annotations'
interface Pro... | {
"pile_set_name": "Github"
} |
/*
Copyright (C) 2006 yopyop
Copyright (C) 2006-2007 shash
Copyright (C) 2008-2009 DeSmuME team
This file 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... | {
"pile_set_name": "Github"
} |
--TEST--
Bug #60120 (proc_open hangs when data in stdin/out/err is getting larger or equal to 2048)
--SKIPIF--
<?php
if (substr(PHP_OS, 0, 3) != 'WIN') {
die('skip only for Windows');
}
$php = getenv('TEST_PHP_EXECUTABLE');
if (!$php) {
die("No php executable defined\n");
}
?>
--FILE--
<?php
error_... | {
"pile_set_name": "Github"
} |
1b26d5d9074300815725293918c8ad852ee632f0
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Softwa... | {
"pile_set_name": "Github"
} |
/* config.h. Generated by configure. */
/* config.h.in. Generated from configure.in by autoheader. */
#ifndef LIBWV2_CONFIG_H
#define LIBWV2_CONFIG_H
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
/* Define to 1 if you have the <errno.h> header file. */
#define HAVE_ERRNO_H 1
... | {
"pile_set_name": "Github"
} |
<?php echo $view->block('js'); ?>
<div><?php echo $yield; ?></div>
| {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using NSubstitute;
using Xunit;
namespace Octokit.Tests.Clients
{
public class CheckRunsClientTests
{
public class TheCtor
{
[Fact]
public void EnsuresNonNullArguments()
{
... | {
"pile_set_name": "Github"
} |
[crowdin.project]
projectid = "ext-multiupload"
product_person = "mike.holmes"
format = "mediawiki"
source.file = "MultiUpload.i18n.php"
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2015-present Facebook, 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... | {
"pile_set_name": "Github"
} |
import _curry1 from './internal/_curry1.js';
import empty from './empty.js';
import equals from './equals.js';
/**
* Returns `true` if the given value is its type's empty value; `false`
* otherwise.
*
* @func
* @memberOf R
* @since v0.1.0
* @category Logic
* @sig a -> Boolean
* @param {*} x
* @return {Boole... | {
"pile_set_name": "Github"
} |
// The file contents for the current environment will overwrite these during build.
// The build system defaults to the dev environment which uses `environment.ts`, but if you do
// `ng build --env=prod` then `environment.prod.ts` will be used instead.
// The list of which env maps to which file can be found in `.angul... | {
"pile_set_name": "Github"
} |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/macie2/Macie2_EXPORTS.h>
#include <aws/macie2/Macie2Request.h>
namespace Aws
{
namespace Macie2
{
namespace Model
{
/**
*/
class AWS_MACIE2_API DisableMacieRequest ... | {
"pile_set_name": "Github"
} |
/* Adapted from NetBSB libc by Dieter Baron */
/* NetBSD: gettemp.c,v 1.13 2003/12/05 00:57:36 uebayasi Exp */
/*
* Copyright (c) 1987, 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 p... | {
"pile_set_name": "Github"
} |
# HMM 最佳学习范例
## 一 介绍(Introduction)
我们通常都习惯寻找一个事物在一段时间里的变化模式(规律)。这些模式发生在很多领域,比如计算机中的指令序列,句子中的词语顺序和口语单词中的音素序列等等,事实上任何领域中的一系列事件都有可能产生有用的模式。
考虑一个简单的例子,有人试图通过一片海藻推断天气——民间传说告诉我们‘湿透的’海藻意味着潮湿阴雨,而‘干燥的’海藻则意味着阳光灿烂。如果它处于一个中间状态(‘有湿气’),我们就无法确定天气如何。然而,天气的状态并没有受限于海藻的状态,所以我们可以在观察的基础上预测天气是雨天或晴天的可能性。另一个有用的线索是前一天的天气状态(或者,至少是它的可能状态)——通过... | {
"pile_set_name": "Github"
} |
/*
File: fn_pushObject.sqf
Author: FEINT
Version : 1.0
Descrition :
© 2013 ALL RIGHTS RESERVED
TO MODIFY OR COPY FROM THIS FILE - CONTACT JON HILLENBRAND THROUGH HIS WEBSITE - WWW.JONHILLENBRAND.COM
Cleaned by NiiRoZz for Altis Life
*/
private ["_caller","_thingToPush","_dir","_speed","_vel","_thingToP... | {
"pile_set_name": "Github"
} |
#ifndef GIM_BASIC_GEOMETRY_OPERATIONS_H_INCLUDED
#define GIM_BASIC_GEOMETRY_OPERATIONS_H_INCLUDED
/*! \file gim_basic_geometry_operations.h
*\author Francisco Leon Najera
type independant geometry routines
*/
/*
-----------------------------------------------------------------------------
This source file i... | {
"pile_set_name": "Github"
} |
#!/bin/bash
## Created By Aditya Shakya
rofi -show run -fullscreen True -lines 5 -line-margin 5 -padding 300 -bw 0
| {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.2) on Fri Nov 15 20:36:07 EST 2019 -->
<title>Uses of Class oracle.kubernetes.operator.rest.ExceptionMapper (weblogic-kubernetes-operator 2.4.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta ... | {
"pile_set_name": "Github"
} |
import * as React from 'react'
import Link from 'next/link'
import { useRouter } from 'next/router'
import cn from 'classnames'
export function SidebarNavLink({
route: { href, pathname, title, selected },
onClick,
}) {
const router = useRouter()
const onlyHashChange = pathname === router.pathname
return (
... | {
"pile_set_name": "Github"
} |
---
id: 587d78ae367417b2b2512afd
title: Use the flex-basis Property to Set the Initial Size of an Item
challengeType: 0
videoUrl: 'https://scrimba.com/p/pVaDAv/c3d9nCa'
forumTopicId: 301108
localeTitle: 使用 flex-basis 属性设置项目的初始大小
---
## Description
<section id='description'>
<code>flex-basis</code>属性定义了在使用 CSS 的<code>f... | {
"pile_set_name": "Github"
} |
// Copyright 2020 The clvk 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 ... | {
"pile_set_name": "Github"
} |
import re
import hashlib
from base64 import b64decode
from Crypto.Cipher import AES
def config(raw_data):
try:
re_pattern = '[a-zA-Z0-9+/]{60,}={0,2}'
conf_string = re.findall(re_pattern, raw_data)[0]
decoded = decrypt_string('IUWEEQWIOER$89^*(&@^$*&#@$HAFKJHDAKJSFHjd89379327AJHFD*&#($hajk... | {
"pile_set_name": "Github"
} |
/*
* Copyright © 2013 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
* the above copyright notice appear in all copies and that both that copyright
* notice and this permission notice appear... | {
"pile_set_name": "Github"
} |
import IRConfiguration
/**
* Overrides the default IR configuration to use sound escape analysis, instead of assuming that
* variable addresses never escape.
*/
class SoundEscapeAnalysisConfiguration extends IREscapeAnalysisConfiguration {
override predicate useSoundEscapeAnalysis() { any() }
}
| {
"pile_set_name": "Github"
} |
// This file was procedurally generated from the following sources:
// - src/dstr-binding/obj-ptrn-id-init-unresolvable.case
// - src/dstr-binding/error/async-gen-func-decl-dflt.template
/*---
description: Destructuring initializer is an unresolvable reference (async generator function declaration (default parameter))
... | {
"pile_set_name": "Github"
} |
#ifndef poly1305_donna_H
#define poly1305_donna_H
#include "osdep_stddef.h"
#include "../onetimeauth_poly1305.h"
#include "crypto_onetimeauth_poly1305.h"
extern struct crypto_onetimeauth_poly1305_implementation
psCrypto_onetimeauth_poly1305_donna_implementation;
#endif /* poly1305_donna_H */
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2017-2019 Dremio Corporation
*
* 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"
} |
// 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.
namespace NuGet.Configuration
{
public static class ConfigurationConstants
{
public static readonly string ActivePackageSourceSectionNam... | {
"pile_set_name": "Github"
} |
// @noemit: true
// @allowjs: true
// @checkjs: true
// @strict: true
// @Filename: paren.js
/** @type {function((string)): string} */
var x = s => s.toString()
| {
"pile_set_name": "Github"
} |
---
title: 'Understanding the ECMAScript spec, part 2'
author: '[Marja Hölttä](https://twitter.com/marjakh), speculative specification spectator'
avatars:
- marja-holtta
date: 2020-03-02
tags:
- ECMAScript
- Understanding ECMAScript
description: 'Tutorial on reading the ECMAScript specification, part 2'
tweet: '1... | {
"pile_set_name": "Github"
} |
<?php
class DrupalAjxp
{
public function __construct( $params )
{
$this->_params = $params;
$this->secret = $this->_params["ajxp_secret_key"] OR '';
$installPath = $this->_params["ajxp_install_path"] OR '';
$this->glueCode = $installPath."/plugins/auth.remote/glueCode.php";
... | {
"pile_set_name": "Github"
} |
//>>built
define("dojox/widget/PortletSettings",["dojo/_base/declare","dojo/_base/kernel","dojo/fx","dijit/TitlePane"],function(_1,_2,fx,_3){
return _1("dojox.widget.PortletSettings",[dijit._Container,dijit.layout.ContentPane],{portletIconClass:"dojoxPortletSettingsIcon",portletIconHoverClass:"dojoxPortletSettingsIconH... | {
"pile_set_name": "Github"
} |
const { parseArgs, lowerCase, fs, isRunning, kill } = require('licia');
const { cpFile, mkdir } = require('./util');
const cp = require('child_process');
const options = parseArgs(process.argv.slice(2), {});
const remain = options.remain;
const cmd = remain[0];
const modName = remain[1];
const scriptPath =
'src/... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -triple x86_64-apple-darwin -O1 -no-struct-path-tbaa -disable-llvm-passes %s -emit-llvm -o - | FileCheck %s
// RUN: %clang_cc1 -triple x86_64-apple-darwin -O1 -disable-llvm-passes %s -emit-llvm -o - | FileCheck %s -check-prefixes=PATH,OLD-PATH
// RUN: %clang_cc1 -triple x86_64-apple-darwin -O1 -new-s... | {
"pile_set_name": "Github"
} |
//
// toggle.scss
// Dashkit component
//
.custom-checkbox-toggle {
padding-left: 0;
width: $spacer * 2; height: $spacer;
.custom-control-label {
position: relative;
width: 100%; height: 100%;
}
.custom-control-label::before,
.custom-control-label::after {
content: '';
position: absolute... | {
"pile_set_name": "Github"
} |
"use strict";
require('./tests/server/test');
require('./tests/exchanges/test');
require('./tests/services/test');
require('./tests/sessions/test');
require('./tests/ws/test');
| {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2009 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You c... | {
"pile_set_name": "Github"
} |
<?php
/**
* Want to help translate Typesetter? See https://github.com/Typesetter/Typesetter/tree/master/include/languages
*
*
*/
$langmessage = array (
'LOGGED_OUT' => 'Sie sind nun abgemeldet.',
'configuration' => 'Konfiguration',
'Current Configuration' => 'Ak... | {
"pile_set_name": "Github"
} |
@extends('admin.layouts.app')
@section('main')
<div class="box box-primary box-half">
<div class="box-header">
<div class="table-icon">
<a href="{{ route('admin.friendships.index') }}"><i class="fa fa-arrow-left"></i></a>
</div>
<h5 class="box-title">更新友情... | {
"pile_set_name": "Github"
} |
package client // import "github.com/docker/docker/client"
import (
"context"
"encoding/json"
"fmt"
"net/url"
"github.com/docker/docker/api/types"
"github.com/docker/docker/api/types/filters"
"github.com/docker/docker/api/types/registry"
"github.com/docker/docker/errdefs"
)
// ImageSearch makes the docker ho... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=emulateIE7" />
<title>Coverage for skf/api/checklist/endpoints/checklist_type_create.py: 100%</title>
<link rel="stylesheet" href="style.css" type="text/css">
... | {
"pile_set_name": "Github"
} |
/* mpfr_fac_ui -- factorial of a non-negative integer
Copyright 2001, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
The GNU MPFR Library is free software; you can redistribute i... | {
"pile_set_name": "Github"
} |
---
title: My First Post
---
This is my first post!
| {
"pile_set_name": "Github"
} |
using System;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Hosting;
namespace helloworld_csharp
{
public class Program
{
public static void Main(string[] args)
{
CreateHostBuilder(args).Build().Run();
}
public static IHostBuilder Crea... | {
"pile_set_name": "Github"
} |
"use strict";
describe("getNumberType:", function() {
beforeEach(function() {
intlSetup(true);
input = $("<input>");
input.intlTelInput();
});
afterEach(function() {
input.intlTelInput("destroy");
input = null;
});
it("returns the right type for a UK mobile number", function() {
in... | {
"pile_set_name": "Github"
} |
#import <Foundation/Foundation.h>
#import "CDRExample.h"
@interface ExampleWithPublicRunDates : CDRExample
- (void)setStartDate:(NSDate *)startDate;
- (void)setEndDate:(NSDate *)endDate;
@end
| {
"pile_set_name": "Github"
} |
// Copyright Joyent, Inc. and other Node contributors.
//
// 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, modi... | {
"pile_set_name": "Github"
} |
"""This is a hacked version of snapcraft's go plugin.
It was modifyied to use etcd's build script.
This plugin uses the common plugin keywords as well as those for "sources".
For more information check the 'plugins' topic for the former and the
'sources' topic for the latter.
Additionally, this plugin uses the foll... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2012, 2012, 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) 2009-2017 Apple 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 deal
# in the Software without restriction, including without limitation the rights
# to use, copy, mod... | {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
/*
This file is part of rippled: https://github.com/ripple/rippled
Copyright (c) 2012, 2013 Ripple Labs Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby ... | {
"pile_set_name": "Github"
} |
import * as React from 'react';
import {ProfileRecord} from "../../../../../web/js/datastore/sharing/db/ProfileJoins";
import {BaseDocAnnotation} from "../../../../../web/js/datastore/sharing/db/doc_annotations/BaseDocAnnotation";
import {RelativeMoment} from "../../../../../web/js/ui/util/RelativeMoment";
import {Link... | {
"pile_set_name": "Github"
} |
# Makefile.in generated by automake 1.15.1 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2017 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice... | {
"pile_set_name": "Github"
} |
package com.lzyblog.uninstalldemo;
import java.io.File;
import java.io.IOException;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import android.app.Activity;
import android.os.Build;
import android.os.Bundle;
import android.util.Log;
/**
* @author liuzhiyong 转载自pengyiming
* ... | {
"pile_set_name": "Github"
} |
package com.tencent.mm.plugin.order.model;
import android.text.TextUtils;
import com.tencent.matrix.trace.core.AppMethodBeat;
import com.tencent.mm.plugin.order.model.MallOrderDetailObject.a;
import com.tencent.mm.plugin.order.model.MallOrderDetailObject.b;
import com.tencent.mm.sdk.platformtools.ab;
import com.tencen... | {
"pile_set_name": "Github"
} |
STARTFONT 2.1
FONT -Adobe-Times-Bold-R-Normal--11-80-100-100-P-57-ISO10646-1
SIZE 8 100 100
FONTBOUNDINGBOX 13 18 -2 -5
COMMENT ISO10646-1 extension by Markus Kuhn <mkuhn@acm.org>, 2001-03-20
COMMENT
COMMENT +
COMMENT Copyright 1984-1989, 1994 Adobe Systems Incorporated.
COMMENT Copyright 1988, 1994 Digital Equipmen... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_162) on Thu Sep 26 08:24:40 PDT 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (Jackson datafo... | {
"pile_set_name": "Github"
} |
namespace Services.Models.Timelines
{
public class BombDefusedEventTimeline : TimelineEvent
{
public string DefuserName { get; set; }
public string Site { get; set; }
public BombDefusedEventTimeline(float tickrate, int startTick, int endTick) : base(tickrate, startTick, endTick)
{
Type = "bomb_defused";
... | {
"pile_set_name": "Github"
} |
#!/bin/bash
echo ""
echo "key=$1"
echo "expire_in=$2"
echo '--------------------------------------------------'
cookie="uid=1; email=test@example.com; key=$1; expire_in=$2"
num=0
x=1
success=0
while read ROUTE
do
http_code=$(curl -o /dev/null -H"Cookie: $cookie" -s -m 10 --connect-timeout 5 -w %{http_code} "htt... | {
"pile_set_name": "Github"
} |
# coding=utf-8
# Copyright 2020 The Google Research Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicab... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2020 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"
} |
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Mono.Cecil" version="0.9.5.0" targetFramework="net45" />
</packages> | {
"pile_set_name": "Github"
} |
// Copyright 2014 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 typeutil
import "go/types"
// Dependencies returns all dependencies of the specified packages.
//
// Dependent packages appear in topological order: i... | {
"pile_set_name": "Github"
} |
<AppConfig>
<RemoteGen>
<files>
<include>
include/IoT/Modbus/ModbusMaster.h
</include>
<include-paths>
include
</include-paths>
</files>
<output>
<namespace>IoT::Modbus</namespace>
<include>include/IoT/Modbus</include>
<src>src</src>
<copyright>Copyright (c) 2015-2020, Applied Inf... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.OData.Core" version="6.13.0" targetFramework="net45" />
<package id="Microsoft.OData.Edm" version="6.13.0" targetFramework="net45" />
<package id="Microsoft.Spatial" version="6.13.0" targetFramework="net45" />
</packages> | {
"pile_set_name": "Github"
} |
// Copyright (c) 2016 Marshall A. Greenblatt. 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"
} |
import numpy as np
from scipy.signal import fftconvolve
from ..util import pad
from .._shared.utils import assert_nD
def _window_sum_2d(image, window_shape):
window_sum = np.cumsum(image, axis=0)
window_sum = (window_sum[window_shape[0]:-1]
- window_sum[:-window_shape[0] - 1])
window_... | {
"pile_set_name": "Github"
} |
package volumes
import "github.com/gophercloud/gophercloud"
func createURL(c *gophercloud.ServiceClient) string {
return c.ServiceURL("volumes")
}
func listURL(c *gophercloud.ServiceClient) string {
return c.ServiceURL("volumes", "detail")
}
func deleteURL(c *gophercloud.ServiceClient, id string) string {
return... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////////
/// OpenGL Mathematics (glm.g-truc.net)
///
/// Copyright (c) 2005 - 2015 G-Truc Creation (www.g-truc.net)
/// Permission is hereby granted, free of charge, to any person obtaining a copy
/// of this software and associated documentatio... | {
"pile_set_name": "Github"
} |
#pragma once
#include <Uis/UiObject.hpp>
#include <Fonts/Text.hpp>
#include <Guis/Gui.hpp>
using namespace acid;
namespace test {
class OverlayDebug : public UiObject {
public:
OverlayDebug();
void UpdateObject() override;
private:
//Gui slices;
Text textFrameTime;
Text textFps;
Text textUps;
};
}
| {
"pile_set_name": "Github"
} |
(function webpackUniversalModuleDefinition(root, factory) {
if (typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
else if (typeof define === 'function' && define.amd)
define([], factory);
else {
var a = factory();
for (var i in a) (typeof ... | {
"pile_set_name": "Github"
} |
GCC RUNTIME LIBRARY EXCEPTION
Version 3.1, 31 March 2009
Copyright (C) 2009 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.
This GCC Runtime Library Exception ("Exception") is an additional
permis... | {
"pile_set_name": "Github"
} |
/// Author: i7MEDIA
/// Created: 2017-05-11
/// Last Modified: 2017-05-12
///
/// The use and distribution terms for this software are covered by the
/// Common Public License 1.0 (http://opensource.org/licenses/cpl.php)
/// which can be found in the file CPL.TXT at the root of this distribution.
/// By using... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
parser/expr.js - Documentation
</title>
<link href="https://www.braintreepayments.com/images/favicon-ccda0b14.png" rel="icon" type="image/png">
<script sr... | {
"pile_set_name": "Github"
} |
# $Id: theme.pt-br.po,v 1.1.2.1 2009/04/01 18:20:42 fernao Exp $
#
# LANGUAGE translation of Drupal (theme)
# Copyright YEAR NAME <EMAIL@ADDRESS>
# Generated from file: theme.inc,v 1.1.4.33 2009/02/17 17:04:31 karens
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"POT-Creation-Date: 2009-03-07 19... | {
"pile_set_name": "Github"
} |
local tools = {}
function tools.dc(orig)
local orig_type = type(orig)
local copy
if orig_type == 'table' then
copy = {}
for orig_key, orig_value in next, orig, nil do
copy[tools.dc(orig_key)] = tools.dc(orig_value)
end
setmetatable(copy, tools.dc(getmetatable(ori... | {
"pile_set_name": "Github"
} |
# reqReplace
类似js字符串的replace方法,利用正则或字符串来匹配替换请求文本内容请求的content-type必须为表单(application/x-www-form-urlencoded)或其它文本类型:urlencoded、html、json、xml、text等),配置方式:
pattern reqReplace://filepath
filepath为[Values](http://local.whistlejs.com/#values)里面的{key}或者本地文件(如:`e:\test\xxx`、`e:/test/xxx`、`/User/username/test/xxx`等):
/user=... | {
"pile_set_name": "Github"
} |
/*
Plugin-SDK (Grand Theft Auto San Andreas) source file
Authors: GTA Community. See more here
https://github.com/DK22Pac/plugin-sdk
Do not delete this comment block. Respect others' work!
*/
#include "StdInc.h"
CAESound::CAESound()
{
}
CAESound::CAESound(CAESound& sound)
{
((void(__thiscall *)(CAESound *, CAES... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2017 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"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.