text stringlengths 2 99.9k | meta dict |
|---|---|
/*******************************************************************************
* Copyright (c) 2004 Actuate Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is availabl... | {
"pile_set_name": "Github"
} |
// go run mksysnum.go https://svn.freebsd.org/base/stable/11/sys/kern/syscalls.master
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build 386,freebsd
package unix
const (
// SYS_NOSYS = 0; // { int nosys(void); } syscall nosys_args int
SYS_EXIT = 1 // { void sys_exi... | {
"pile_set_name": "Github"
} |
beastpatcher - a tool for installing the Rockbox bootloader on the Gigabeat S
Unlike most other parts of the Rockbox project, this tool is
distributed under the BSD license. This is due to the fact that the
Windows version links with the Microsoft MTP library.
Building instructions - All OSes
---------------------... | {
"pile_set_name": "Github"
} |
<?php
/**
* Created by IntelliJ IDEA.
* User: luwei
* Date: 2018/3/1
* Time: 10:45
*/
namespace app\modules\mch\models\mch;
use Alipay\AlipayRequestFactory;
use app\models\alipay\MpConfig;
use app\models\alipay\TplMsgForm;
use app\models\common\CommonFormId;
use app\models\FormId;
use app\models\M... | {
"pile_set_name": "Github"
} |
# Based on UFOextender by Seb76 and Tycho
items:
- type: STR_DART_PISTOL
meleePower: 20
tuMelee: 15
accuracyMelee: 100
- type: STR_JET_HARPOON
meleePower: 50
tuMelee: 40
accuracyMelee: 100
- type: STR_GAS_CANNON
meleePower: 65
tuMelee: 50
accuracyMelee: 100
- type: STR_HYDRO_... | {
"pile_set_name": "Github"
} |
var baseDifference = require('./_baseDifference'),
baseRest = require('./_baseRest'),
isArrayLikeObject = require('./isArrayLikeObject');
/**
* Creates an array excluding all given values using
* [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)
* for equality comparisons.
*
... | {
"pile_set_name": "Github"
} |
{
"api": {
"TextEncoder": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/TextEncoder",
"support": {
"chrome": {
"version_added": "38"
},
"chrome_android": {
"version_added": "38"
},
"edge": {
... | {
"pile_set_name": "Github"
} |
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictFunctionTypes": true,
"baseUrl": "../",
"typ... | {
"pile_set_name": "Github"
} |
TIMESTAMP = 1588710039
SHA256 (libretro-libretro-prboom-0.20200504-991016b_GH0.tar.gz) = 7172dd210a3c96bf052534dfcc823f36d78879afcce76e863d9201129e877290
SIZE (libretro-libretro-prboom-0.20200504-991016b_GH0.tar.gz) = 2284859
| {
"pile_set_name": "Github"
} |
package troy
package cql.parser.ddl
import org.scalatest._
import troy.cql.ast.CreateKeyspace
import troy.cql.ast.ddl.Keyspace
import troy.cql.parser.ParserTestUtils.parseSchemaAs
class CreateKeyspaceParserTest extends FlatSpec with Matchers {
"Create Keyspace Parser" should "parse simple create keyspace" in {
... | {
"pile_set_name": "Github"
} |
--TEST--
Test base64_encode() function : error conditions - wrong number of args
--FILE--
<?php
/* Prototype : proto string base64_encode(string str)
* Description: Encodes string using MIME base64 algorithm
* Source code: ext/standard/base64.c
* Alias to functions:
*/
echo "*** Testing base64_encode() : error ... | {
"pile_set_name": "Github"
} |
.build_release/tools/net_speed_benchmark.o: tools/net_speed_benchmark.cpp \
include/caffe/caffe.hpp include/caffe/blob.hpp include/caffe/common.hpp \
include/caffe/util/device_alternate.hpp \
/usr/local/cuda/include/cublas_v2.h /usr/local/cuda/include/cublas_api.h \
/usr/local/cuda/include/driver_types.h \
/usr/lo... | {
"pile_set_name": "Github"
} |
#
# XML::RAI::Enclosure - An interface to the enclosure elements of a RSS feed.
#
package XML::RAI::Enclosure;
use strict;
use XML::RAI::Object;
our (@ISA, $XMap, $VERSION);
$VERSION = 1.02;
@ISA = qw( XML::RAI::Object );
$XMap = {
url => ['@url'],
length => ['@length'],
type => ['@type'],
};
... | {
"pile_set_name": "Github"
} |
/*
* The MIT License (MIT)
*
* Copyright (c) 2014-2019 Yegor Bugayenko
*
* 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
*... | {
"pile_set_name": "Github"
} |
/*==================================================
* Exhibit.ThumbnailView English localization
*==================================================
*/
if (!("l10n" in Exhibit.ThumbnailView)) {
Exhibit.ThumbnailView.l10n = {};
}
Exhibit.ThumbnailView.l10n.viewLabel = "Thumbnails";
Exhibit.ThumbnailView.l10n.... | {
"pile_set_name": "Github"
} |
<resources>
<style name="ChatActivityTheme" parent="AppTheme">
<item name="android:windowBackground">@color/background_chat_color</item>
</style>
<style name="AppTheme.BlueAccent">
<item name="colorAccent">@color/color_blue_qb</item>
</style>
</resources> | {
"pile_set_name": "Github"
} |
<div id="main" class="lift:surround?with=default&at=content">
<div>
Using Lift's SHtml.onSubmit, we've got better control
over the form processing.
</div>
<div>
<form class="lift:OnSubmit?form=post">
Name: <input name="name"><br>
Age: <input name="age" value="0"><br>
<input type="... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_MPL_IF_HPP_INCLUDED
#define BOOST_MPL_IF_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-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_1_0.txt)
//
// See http://www.boost.org/libs/mpl for docum... | {
"pile_set_name": "Github"
} |
---
drivers/mmc/host/sdhci-brcmstb.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/mmc/host/sdhci-brcmstb.c b/drivers/mmc/host/sdhci-brcmstb.c
index 942b42b..b678310 100644
--- a/drivers/mmc/host/sdhci-brcmstb.c
+++ b/drivers/mmc/host/sdhci-brcmstb.c
@@ -71,6 +71,10 @@ static int sdhci_brcmstb_probe(... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2009-2016 Vladimir Batov.
// Use, modification and distribution are subject to the Boost Software License,
// Version 1.0. See http://www.boost.org/LICENSE_1_0.txt.
#ifndef BOOST_CONVERT_LEXICAL_CAST_HPP
#define BOOST_CONVERT_LEXICAL_CAST_HPP
#include <boost/lexical_cast.hpp>
namespace boos... | {
"pile_set_name": "Github"
} |
/** vim: et:ts=4:sw=4:sts=4
* @license RequireJS 2.1.20 Copyright (c) 2010-2015, The Dojo Foundation All Rights Reserved.
* Available via the MIT or new BSD license.
* see: http://github.com/jrburke/requirejs for details
*/
//Not using strict: uneven strict support in browsers, #392, and causes
//problems wit... | {
"pile_set_name": "Github"
} |
import React from 'react';
import PropTypes from 'prop-types';
import { Link } from 'dva/router';
import { Layout, Icon, Menu, Badge, Switch, Popover } from 'antd';
import { CommonMenus } from '../Common';
const { Header } = Layout;
const SubMenu = Menu.SubMenu;
const MenuItemGroup = Menu.ItemGroup;
const LeftModeHead... | {
"pile_set_name": "Github"
} |
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
info: The production x &= y is the same as x = x & y
es5id: 11.13.2_A4.9_T2.4
description: >
Type(x) is different from Type(y) and both types vary between
Number (primitive ... | {
"pile_set_name": "Github"
} |
<span [matTooltip]="errorMessage" matTooltipPosition="right">
<i class="fa"
aria-hidden="true"
[class.fa-warning]="hasError"
[class.fa-check]="isSuccess"></i>
<span class="state">{{task.state}}</span>
<span *ngIf="errorCode">
({{errorCode}})
</span>
</span>
| {
"pile_set_name": "Github"
} |
/*-
* Copyright 2014 Square Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | {
"pile_set_name": "Github"
} |
package main
import (
"bytes"
"path"
"testing"
"time"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/suite"
)
type MainTestSuite struct {
suite.Suite
godev *GoDev
logs bytes.Buffer
}
func TestMainTestSuite(t *testing.T) {
suite.Run(t, new(MainTestSuite))
}
func (s *MainTestSuite) Setu... | {
"pile_set_name": "Github"
} |
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<!DOCTYPE html>
<html>
<head>
<title>CSS Filters: Apply Sepia to an HTML Element Using a Factor of Zero</title>
<link rel="author" title="Max Vujovic" href="mailto:mvujovic@adobe.com">
<style type... | {
"pile_set_name": "Github"
} |
/*
* ppp scripts
*
* Copyright 2004, Broadcom Corporation
* All Rights Reserved.
*
* THIS SOFTWARE IS OFFERED "AS IS", AND BROADCOM GRANTS NO WARRANTIES OF ANY
* KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM
* SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNES... | {
"pile_set_name": "Github"
} |
<DIV>
"red"
<DIV>
"blue"
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2010, 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 ... | {
"pile_set_name": "Github"
} |
/*******************************************************
Copyright (C) 2016 Gabriele-V
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 la... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<script type="text/javascript" src="../internal.js"></script>
<style type="text/css">
.... | {
"pile_set_name": "Github"
} |
" ___vital___
" NOTE: lines between '" ___vital___' is generated by :Vitalize.
" Do not mofidify the code nor insert new lines before '" ___vital___'
function! s:_SID() abort
return matchstr(expand('<sfile>'), '<SNR>\zs\d\+\ze__SID$')
endfunction
execute join(['function! vital#_incsearch#Palette#Keymapping#import() a... | {
"pile_set_name": "Github"
} |
/**********************************************************************
*
* GEOS - Geometry Engine Open Source
* http://geos.osgeo.org
*
* Copyright (C) 2011 Sandro Santilli <strk@kbt.io>
*
* This is free software; you can redistribute and/or modify it under
* the terms of the GNU Lesser General Public Lic... | {
"pile_set_name": "Github"
} |
// CodeContracts
//
// Copyright (c) Microsoft Corporation
//
// All rights reserved.
//
// MIT License
//
// 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 wit... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2003, 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"
} |
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<?php if($this->session->userdata('user_stylesheet')) { ?>
<link rel="stylesheet" href="<?p... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "WXPBGeneratedMessage.h"
@class BaseResponse, NSString;
@interface WxaTmplComplaintResponse : WXPBGeneratedMessage
{
}
+ (void)initialize;
// Remaining properties
@prope... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../../libc/constant.RENAME_EXCL.html">
</head>
<body>
<p>Redirecting to <a href="../../../../libc/constant.RENAME_EXCL.html">../../../../libc/constant.RENAME_EXCL.html</a>...</p>
<script>location.replace("../../../../lib... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | {
"pile_set_name": "Github"
} |
#define i_width 20
#define i_height 20
static char i_bits[] = {
0x80, 0x09, 0x00, 0xc0, 0x0b, 0x00, 0x40, 0x3a, 0x00, 0x40, 0x4a, 0x00,
0x40, 0x48, 0x00, 0x40, 0x38, 0x00, 0x40, 0x00, 0x00, 0x40, 0x00, 0x00,
0x40, 0x00, 0x00, 0x40, 0x00, 0x00, 0x40, 0x00, 0x00, 0x40, 0x00, 0x00,
0x40, 0x00, 0x00, 0x40, 0x00... | {
"pile_set_name": "Github"
} |
.mce-container button,.mce-container button:hover {background: transparent;border-radius:0;}
.mce-tinymce {overflow:hidden;}
.mce-fullscreen {z-index: 10000 !important;}
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2018 The CovenantSQL 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 ... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 6
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_Name: IE Example Anchor Magenta
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
m_ShaderKeywor... | {
"pile_set_name": "Github"
} |
<!--
This theme is part of Rainglow, a collection of themes for a number
of different editors.
https://rainglow.io
Copyright (c) Dayle Rees.
-->
<?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>
<... | {
"pile_set_name": "Github"
} |
'use strict';
require('../../modules/es6.map');
require('../../modules/es7.map.of');
var $Map = require('../../modules/_core').Map;
var $of = $Map.of;
module.exports = function of() {
return $of.apply(typeof this === 'function' ? this : $Map, arguments);
};
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2015-2020 Ping Identity Corporation
* All Rights Reserved.
*/
/*
* Copyright 2015-2020 Ping Identity 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
*
* ... | {
"pile_set_name": "Github"
} |
import stainless.lang._
// import stainless.collection._
object AnonymousClasses1 {
abstract class Foo {
def bar: Int
}
def test(x: Int) = {
require(x >= 0 && x < 100)
def go(n: Int): Int = {
require(n >= 0)
if (n == 0) n else go(n - 1)
}
def makeFoo(m: Int) = {
require(... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
library json_map_test;
import "package:expect/expect.dart";
import 'dart:convert' show JSON;
import 'd... | {
"pile_set_name": "Github"
} |
/*
* This file is part of Discord4J.
*
* Discord4J is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Discord4J is dist... | {
"pile_set_name": "Github"
} |
#!/usr/bin/make -f
# MAde with the aid of dh_make, by Craig Small
# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
# Some lines taken from debmake, by Cristoph Lameter.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
build: build-stamp
build-stamp:
dh_testdir
./configure -... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2013-2016 Jeffrey Pfau
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include <mgba/core/core.h>
#include <mgba/core/version.h>
#include <mgb... | {
"pile_set_name": "Github"
} |
/* ptrarray.c -- an expanding array of pointers
*
* Copyright (c) 1994-2011 Carnegie Mellon University. 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 co... | {
"pile_set_name": "Github"
} |
# 2008 June 28
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yourself and forgive others.
# May you share freely, never taking more than you give.
#
#***********************************... | {
"pile_set_name": "Github"
} |
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | {
"pile_set_name": "Github"
} |
# Locally calculated after checking pgp signature
# https://curl.haxx.se/download/curl-7.61.1.tar.xz.asc
# with key 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
sha256 3d5913d6a39bd22e68e34dff697fd6e4c3c81563f580c76fca2009315cd81891 curl-7.61.1.tar.xz
sha256 5f3849ec38ddb927e79f514bf948890c41b8d1407286a49609b8fb1585931095... | {
"pile_set_name": "Github"
} |
require("application");
if (!global["__snapshot"]) {
// In case snapshot generation is enabled these modules will get into the bundle
// but will not be required/evaluated.
// The snapshot webpack plugin will add them to the tns-java-classes.js bundle file.
// This way, they will be evaluated on app start as ea... | {
"pile_set_name": "Github"
} |
From: Thomas Daede <daede003@umn.edu>
Date: Wed, 9 May 2018 21:56:59 +0000 (-0700)
Subject: CVE-2017-14160: fix bounds check on very low sample rates.
X-Git-Url: https://git.xiph.org/?p=vorbis.git;a=commitdiff_plain;h=018ca26dece618457dd13585cad52941193c4a25
CVE-2017-14160: fix bounds check on very low sample rates.
... | {
"pile_set_name": "Github"
} |
// TODO: createDOMForm.spec.js
describe('legacy.dom-form', () => {
it('validateFieldAndScroll', () => {});
});
| {
"pile_set_name": "Github"
} |
// Copyright 2016 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 route
func (*wireFormat) parseInterfaceMessage(_ RIBType, b []byte) (Message, error) {
if len(b) < 32 {
return nil, errMessageTooShort
}
l := int(... | {
"pile_set_name": "Github"
} |
/*
* HA-JDBC: High-Availability JDBC
* Copyright (C) 2012 Paul Ferraro
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any... | {
"pile_set_name": "Github"
} |
/*
* rwlock5_t.c
*
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
* Copyright(C) 1999,2005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
... | {
"pile_set_name": "Github"
} |
package container
import (
"testing"
"github.com/docker/docker/opts"
"github.com/docker/docker/pkg/testutil/assert"
)
func TestBuildContainerListOptions(t *testing.T) {
filters := opts.NewFilterOpt()
assert.NilError(t, filters.Set("foo=bar"))
assert.NilError(t, filters.Set("baz=foo"))
contexts := []struct {
... | {
"pile_set_name": "Github"
} |
/***********************************************************************/
/* */
/* OCaml */
/* */
/* Xavier Ler... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2007-2010 Benoit Jacob <jacob.benoit.1@gmail.com>
// 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... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2008 Apple 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:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions a... | {
"pile_set_name": "Github"
} |
require('../../modules/es6.math.log2');
module.exports = require('../../modules/_core').Math.log2; | {
"pile_set_name": "Github"
} |
---
external help file: Microsoft.Tpm.Commands.dll-Help.xml
Module Name: TrustedPlatformModule
online version:
schema: 2.0.0
title: Import-TpmOwnerAuth
description:
keywords: powershell, cmdlet
author: andreabarr
manager: jasgro
ms.date: 2017-10-29
ms.topic: reference
ms.prod: powershell
ms.technology: powershell
ms.... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2020 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* SPDX-License-Identifier: GPL-3.0-or-later
*
*/
#include "pydoc_macros.h"
#define D(...) DOC(gr, dtv, __VA_ARGS__)
/*
This file contains placeholders for docstrings for the Python bindings.
Do not edit! These were automa... | {
"pile_set_name": "Github"
} |
package typings.dojo
import org.scalablytyped.runtime.TopLevel
import typings.dojo.dojox.mvc.Bind.EditStoreRefController
import scala.scalajs.js
import scala.scalajs.js.`|`
import scala.scalajs.js.annotation._
@JSImport("dojox/mvc/Bind.EditStoreRefController", JSImport.Namespace)
@js.native
object bindEditStoreRefCon... | {
"pile_set_name": "Github"
} |
{
"type": "sync",
"status-code": 200,
"status": "OK",
"result": [
{
"id": "xbKFilZvKsEXegCPaOjd0eN7qucKsM92",
"title": "sabnzbd",
"summary": "SABnzbd",
"description": "The automated Usenet download tool. SABnzbd makes Usenet as simple and streamlined as possible by automating everyth... | {
"pile_set_name": "Github"
} |
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BASE_TEST_LAUNCHER_TEST_RESULT_H_
#define BASE_TEST_LAUNCHER_TEST_RESULT_H_
#include <string>
#include "base/time/time.h"
namespace base {
// ... | {
"pile_set_name": "Github"
} |
"
i represent solid color paint in cairo backend
"
Class {
#name : #AthensCairoSolidPaint,
#superclass : #AthensPaint,
#traits : 'TCairoLibrary',
#classTraits : 'TCairoLibrary classTrait',
#instVars : [
'r',
'g',
'b',
'a',
'origin',
'extent'
],
#category : #'Athens-Cairo-Paints'
}
{ #category : #dra... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Kimai time-tracking app.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace App\Form\Extension;
use Symfony\Bridge\Doctrine\Form\Type\EntityType;
use Symfony\Component\Form\AbstractTypeEx... | {
"pile_set_name": "Github"
} |
/*----------------------
Copyright (C): OpenGATE Collaboration
This software is distributed under the terms
of the GNU Lesser General Public Licence (LGPL)
See LICENSE.md for further details
----------------------*/
#ifndef __GATEMHDIMAGE_HH__
#define __GATEMHDIMAGE_HH__
// g4
#include "globals.hh"
#inclu... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?>
<annotation>
<folder>widerface</folder>
<filename>23--Shoppers_23_Shoppers_Shoppers_23_43.jpg</filename>
<source>
<database>wider face Database</database>
<annotation>PASCAL VOC2007</annotation>
<image>flickr</image>
<flickrid>-1</flickrid>
</source>
<owner>
<flickrid>yanyu</flickrid>
<name>yanyu... | {
"pile_set_name": "Github"
} |
# we reject a loop in base classes
{ 'struct': 'Loopy', 'base': 'Loopy', 'data': {} }
| {
"pile_set_name": "Github"
} |
<tagfile>
<compound kind="page">
<name>mdb_copy_1</name>
<title>mdb_copy - environment copy tool</title>
<filename>mdb_copy.1</filename>
</compound>
<compound kind="page">
<name>mdb_drop_1</name>
<title>mdb_drop - database delete tool</title>
<filename>mdb_drop.1</filename>
</compound>
<compound k... | {
"pile_set_name": "Github"
} |
'use strict';
import * as express from 'express';
import * as _ from 'lodash';
import { AutoWired, Inject } from 'typescript-ioc';
import { ApiConfig } from '../../config/api';
import { ApiCacheConfig } from '../../config/cache';
import { ApiPipelineConfig } from '../../config/gateway';
import { Logger } from '../../l... | {
"pile_set_name": "Github"
} |
# Copyright 2010 by Andrea Pierleoni
# Revisions copyright 2010, 2016 by Peter Cock
# All rights reserved.
#
# This file is part of the Biopython distribution and governed by your
# choice of the "Biopython License Agreement" or the "BSD 3-Clause License".
# Please see the LICENSE file that should have been included as... | {
"pile_set_name": "Github"
} |
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/importer/profile_writer.h"
#include <stddef.h>
#include <string>
#include "base/macros.h"
#include "base/run_loop.h"
#include ... | {
"pile_set_name": "Github"
} |
-- Copyright (C) Jinhua Luo
local C = require("ljio.cdef")
local ffi = require("ffi")
local epoll = require("ljio.core.epoll")
local timer = require("ljio.core.timer")
local utils = require("ljio.core.utils")
local dfa_compile = require("ljio.core.dfa").compile
local log = require("ljio.core.logging").log
local dns =... | {
"pile_set_name": "Github"
} |
{
"type": "bundle",
"id": "bundle--54217e10-f546-4dfe-9001-b0675e2692ea",
"spec_version": "2.0",
"objects": [
{
"created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
"object_marking_refs": [
"marking-definition--fa42a846-8d90-4e51-bc29-71d5b4... | {
"pile_set_name": "Github"
} |
export default class Filters {
/**
*
* @param propertyMetadata
* @param model
* @param keyPrefix
* @param metadataEvaluator
* @param reduxProps
* @param onChange
* @returns {*}
*/
static arrayFilter(propertyMetadata, model, keyPrefix, metadataEvaluator, reduxProps, ... | {
"pile_set_name": "Github"
} |
[999 Tickets]
10759AF2 000003E7
| {
"pile_set_name": "Github"
} |
#ifdef HAVE_CONFIG_H
#include "../../../../ext_config.h"
#endif
#include <php.h>
#include "../../../../php_ext.h"
#include "../../../../ext.h"
#include <Zend/zend_exceptions.h>
#include "kernel/main.h"
/**
* This file is part of the Phalcon Framework.
*
* (c) Phalcon Team <team@phalcon.io>
*
* For the full c... | {
"pile_set_name": "Github"
} |
(* Copyright (C) 2015-2016 Bloomberg Finance L.P.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* I... | {
"pile_set_name": "Github"
} |
<?php
namespace TopClient\request;
use TopClient\RequestCheckUtil;
/**
* TOP API: taobao.tbk.dg.vegas.tlj.create request
*
* @author auto create
* @since 1.0, 2019.04.16
*/
class TbkDgVegasTljCreateRequest
{
/**
* 妈妈广告位Id
**/
private $adzoneId;
/**
* CPS佣金计划类型
**/
private $campaignType;
/**
* 宝... | {
"pile_set_name": "Github"
} |
package adminuser.entity;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.util.UUID;
/**
* @author fdse
*/
@Data
public class Account {
private UUID id;
private String accountId;
private String loginId;
private String password;
private int gender;
private String name;... | {
"pile_set_name": "Github"
} |
digraph g {
rankdir="LR";
fontname="Inconsolata";
fontsize="9";
fontcolor="gray";
label="Generated with @thi.ng/dot";
labeljust="l";
labelloc="b";
node[style="filled", fontname="Inconsolata", fontsize="11"];
edge[arrowsize="0.75", fontname="Inconsolata", fontsize="9"];
"x"[color="black", fontcolor="white", label="x (12... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2006-2015, JGraph Ltd
* Copyright (c) 2006-2015, Gaudenz Alder
*/
/**
* Class: mxGraphHierarchyModel
*
* Internal model of a hierarchical graph. This model stores nodes and edges
* equivalent to the real graph nodes and edges, but also stores the rank of the
* cells, the order within the ran... | {
"pile_set_name": "Github"
} |
class AddArxivDetailsToPaper < ActiveRecord::Migration
def change
add_column :papers, :arxiv_id, :string
add_column :papers, :summary, :text
add_column :papers, :author_list, :text
add_index :papers, ["arxiv_id"]
end
end
| {
"pile_set_name": "Github"
} |
'\"
'\" Copyright (c) 1993-1998 Lucent Technologies, Inc.
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
.TH configbody n 3.0 itcl "[incr\ Tcl]"
.so man.macros
.BS
'\" Note: do not modify the .SH NAME line immediately belo... | {
"pile_set_name": "Github"
} |
/*
* Generic frame queue
* Copyright (c) 2016 Nicolas George
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either
* version 2.1 of the License, or ... | {
"pile_set_name": "Github"
} |
config BR2_PACKAGE_LIBICONV
bool "libiconv"
depends on !BR2_ENABLE_LOCALE
help
unicode conversion library
http://ftp.gnu.org/pub/gnu/libiconv
| {
"pile_set_name": "Github"
} |
//
// EKCalendar.h
// EventKit
//
// Copyright 2009-2010 Apple Inc. All rights reserved.
//
#import <EventKit/EventKitDefines.h>
#import <EventKit/EKObject.h>
#import <Foundation/Foundation.h>
#import <CoreGraphics/CoreGraphics.h>
#import <EventKit/EKTypes.h>
NS_ASSUME_NONNULL_BEGIN
@class EKEventStore, EKSource,... | {
"pile_set_name": "Github"
} |
> $\star$ Prove that in the array $P$ in procedure `PERMUTE-BY-SORTING`, the
> probability that all elements are unique is at least $1 - 1/n$.
Let $\Pr\\{j\\}$ be the probability that the element with index $j$ is unique.
If there are $n^3$ elements, then the $\Pr\\{j\\} = 1 - \frac{j-1}{n^3}$.
$$ \begin{align}
\P... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('create', require('../create'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | {
"pile_set_name": "Github"
} |
#### <em>function</em> <strong>`acons`</strong>
**Syntax:** <strong>`acons`</strong> <em>key datum a-list</em> => <em>a-list</em>
**Description:**
`acons` constructs a new association list by adding the pair *(key . datum)* to the head of the old *a-list*.
```lisp
(acons x y a) == (cons (cons x y) a)
```
*Text fro... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.