text stringlengths 2 99.9k | meta dict |
|---|---|
(function (Prism) {
/**
* Returns the placeholder for the given language id and index.
*
* @param {string} language
* @param {string|number} index
* @returns {string}
*/
function getPlaceholder(language, index) {
return '___' + language.toUpperCase() + index + '___';
}
Object.defineProperties(Prism.... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE-----
MIIFRTCCBC2gAwIBAgIBADANBgkqhkiG9w0BAQUFADCBszEPMA0GA1UEAxMGZHNh
LWNhMQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMH
U2VhdHRsZTESMBAGA1UEChMJQ2FzdGFnbGlhMSEwHwYDVQQLExhSZXNlYXJjaCBh
bmQgRGV2ZWxvcG1lbnQxFDASBgNVBAsTC1RKIFNhdW5kZXJzMR8wHQYJKoZIhvcN
AQkBFhB0akBjYXN0YWdsaWEub3JnMB4X... | {
"pile_set_name": "Github"
} |
<?php
class TaxRulesTaxManager extends TaxRulesTaxManagerCore
{
}
| {
"pile_set_name": "Github"
} |
<Location /server-info>
SetHandler server-info
<%- if @restrict_access -%>
<%- if scope.function_versioncmp([@apache_version, '2.4']) >= 0 -%>
Require ip <%= Array(@allow_from).join(" ") %>
<%- else -%>
Order deny,allow
Deny from all
<%- if @allow_from and ! @allow_from.empty? -%>
<%- @all... | {
"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"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using PermissionControlSystem;
namespace PCS.DomainModel.FileSystem
{
public class FileOperation : IOperation
{
public FileOperation()
{
}
public FileOperation(string optName)
... | {
"pile_set_name": "Github"
} |
# reflectx
The sqlx package has special reflect needs. In particular, it needs to:
* be able to map a name to a field
* understand embedded structs
* understand mapping names to fields by a particular tag
* user specified name -> field mapping functions
These behaviors mimic the behaviors by the standard library ma... | {
"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.
// Package tag contains functionality handling tags and related data.
package tag // import "golang.org/x/text/internal/tag"
import "sort"
// An Index convert... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2007 Scott Lembcke
*
* 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, modify, merge, publish... | {
"pile_set_name": "Github"
} |
# [1387. Sort Integers by The Power Value (Medium)](https://leetcode.com/problems/sort-integers-by-the-power-value/)
<p>The power of an integer <code>x</code> is defined as the number of steps needed to transform <code>x</code> into <code>1</code> using the following steps:</p>
<ul>
<li>if <code>x</code> is eve... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
module Asciidoctor
module PDF
module FormattedText
grammar Markup
rule text
complex
end
rule complex
(cdata / element / charref)* {
def content
elements.map {|e| e.content }
end
}
end
rule element
# strict tag matching (costs a minor toll)
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017, Circonus, 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 o... | {
"pile_set_name": "Github"
} |
// This is brl/bbas/bsta/bsta_basic_functors.h
#ifndef bsta_basic_functors_h_
#define bsta_basic_functors_h_
//:
// \file
// \brief Basic functors for simple operations on Gaussian mixtures
// \author Matt Leotta (mleotta@lems.brown.edu)
// \date January 30, 2006
//
// \verbatim
// Modifications
// (none yet)
// \en... | {
"pile_set_name": "Github"
} |
import QueryChooser from 'components/Markdown/QueryChooser'
import Code from 'components/Markdown/Code'
export const meta = {
title: 'Set up Prisma',
position: 1,
gettingStartedOrder: 1,
gettingStartedTitle: 'New database',
nextText: 'Great work! 👏 Move on to learn how you can change your datamodel and (re... | {
"pile_set_name": "Github"
} |
var NAVTREEINDEX2 =
{
"classfabgl_1_1_v_g_a16_controller.html#a8b25fa500a76153044da83d4f9133001":[7,0,0,93,9],
"classfabgl_1_1_v_g_a16_controller.html#a8dfff3e791759134e96813c465abc767":[7,0,0,93,22],
"classfabgl_1_1_v_g_a16_controller.html#a9592f436f7c627d30985f50967003fe9":[7,0,0,93,0],
"classfabgl_1_1_v_g_a16_contro... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma
// de Barcelona (UAB).
//
// This work is licensed under the terms of the MIT license.
// For a copy, see <https://opensource.org/licenses/MIT>.
#include "Carla.h"
#include "TrafficSignBase.h"
#include "SignComponent.h"
ATrafficSignBase::A... | {
"pile_set_name": "Github"
} |
#include "lut.h"
const COMPLEX16 MAPA_16QAM_LUT[MAPA_16QAM_LUT_SIZE] = {
{-10169, -10169}, {-10169, -10169}, { 10169, -10169}, {-10169, -10169}, { -3389, -10169}, {-10169, -10169}, { 3389, -10169}, {-10169, -10169},
{-10169, 10169}, {-10169, -10169}, { 10169, 10169}, {-10169, -10169}, { -3389, 10169},... | {
"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"
} |
/*
* 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 Software Foundation. Oracle designates this
* particular file as subject to th... | {
"pile_set_name": "Github"
} |
{
"ver": "1.0.4",
"uuid": "881c322b-cbf1-4df0-b1df-a3ef74ff60ec",
"subMetas": {}
} | {
"pile_set_name": "Github"
} |
#include "cbase.h"
#include "DoubleLabel.h"
#include "util/mom_util.h"
#include "fmtstr.h"
// memdbgon must be the last include file in a .cpp file!!!
#include "tier0/memdbgon.h"
using namespace vgui;
DoubleLabel::DoubleLabel(Panel *parent, const char *panelName) : BaseClass(parent, panelName, "")
{
SetupSecond... | {
"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"
} |
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
names... | {
"pile_set_name": "Github"
} |
bdb-description:
The BDB environment used to store/load crawl history.
historydb-name-description:
The name of the database used to store/load crawl history. | {
"pile_set_name": "Github"
} |
class A {
m() {
soutm<caret>
}
}
| {
"pile_set_name": "Github"
} |
package io.gitlab.arturbosch.detekt.rules
import io.gitlab.arturbosch.detekt.api.Config
import io.gitlab.arturbosch.detekt.api.MultiRule
import io.gitlab.arturbosch.detekt.api.Rule
import io.gitlab.arturbosch.detekt.api.RuleSetProvider
import io.gitlab.arturbosch.detekt.api.internal.BaseRule
import io.gitlab.arturbosc... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2020 The Magma Authors.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
*... | {
"pile_set_name": "Github"
} |
"########################################
"########################################
" Mintchoc (rainglow)
"
" https://github.com/rainglow/vim
"
" Copyright (c) Dayle Rees.
"########################################
"########################################
"########################################
"# Settings. ... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2016, 2018, 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 choose ei... | {
"pile_set_name": "Github"
} |
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
#pragma once
["cs:namespace:Ice.enums"]
module Test
{
const byte ByteConst1 = 10;
const short ShortConst1 = 20;
const int IntConst1 = 30;
const long LongConst1 = 40;
const byte ByteConst2 = 126;
const short ShortConst2 = 32766;
const int IntConst2 = 2147483647... | {
"pile_set_name": "Github"
} |
/* 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/. */
#import <UIKit/UIKit.h>
#import "bat/ledger/ledger.h"
#import "bat/ledger/ledger_database.h"
#import "bat/ledger/g... | {
"pile_set_name": "Github"
} |
# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
#
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes ... | {
"pile_set_name": "Github"
} |
7a576933ab047f344fba6280025b169c99afca733a98166f1843815c32e19d825d023f848e8c3b09f0d10dff64c452fc6a0f246c6570e37b86d3ea04ae5a3546
| {
"pile_set_name": "Github"
} |
Retrying in 1 seconds
| {
"pile_set_name": "Github"
} |
/**
* Originally from: https://github.com/jorgeecardona/ansi-to-html
* Modified by jschorr: Add ability to repeat existing styles and not close them out automatically.
*/
angular.module('ansiToHtml', []).value('ansi2html', (function() {
// Define the styles supported from ANSI.
var STYLES = {
'ef0': 'color:... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2018 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 applica... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIde... | {
"pile_set_name": "Github"
} |
var redis = require("redis"),
client1 = redis.createClient(), msg_count = 0,
client2 = redis.createClient();
redis.debug_mode = false;
// Most clients probably don't do much on "subscribe". This example uses it to coordinate things within one program.
client1.on("subscribe", function (channel, count) {
c... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
... | {
"pile_set_name": "Github"
} |
title: Shiro 源码分析(4) - 数据域(Realm)
date: 2018-01-05
tag:
categories: Shiro
permalink: Shiro/xiaoqiyiye/Realm
author: xiaoqiyiye
from_url: https://my.oschina.net/xiaoqiyiye/blog/1618341
wechat_url:
-------
摘要: 原创出处 https://my.oschina.net/xiaoqiyiye/blog/1618341 「xiaoqiyiye」欢迎转载,保留摘要,谢谢!
- [CachingRealm抽象类](http://ww... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2015 Free Electrons
* Copyright (C) 2015 NextThing Co
*
* Boris Brezillon <boris.brezillon@free-electrons.com>
* Maxime Ripard <maxime.ripard@free-electrons.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
... | {
"pile_set_name": "Github"
} |
#define CONFIG_WC 1
| {
"pile_set_name": "Github"
} |
The conversation event `form` was renamed to `active_loop`. Rasa Open Source
will continue to be able to read and process old `form` events. Note that
serialized trackers will no longer have the `active_form` field. Instead the
`active_loop` field will contain the same information. Story representations
in Markdown a... | {
"pile_set_name": "Github"
} |
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= memoise
PORTVERSION= 1.1.0
PORTREVISION= 4
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Memoise functions for R
LICENSE= MIT
CRAN_DEPENDS= R-cran-digest>=0.6.3:security/R-cran-digest
BUILD_DEPENDS... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2006-2011, Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Axel Dörfler, axeld@pinc-software.de
*/
#ifndef INTERFACES_H
#define INTERFACES_H
#include "routes.h"
#include "stack_private.h"
#include <net_datalink.h>
#include <net_stack.h>
#includ... | {
"pile_set_name": "Github"
} |
This file was derived from
http://www.gutenberg.org/files/23864/23864-0.txt
after converting from Traditional Chinese to Simplified Chinese.
--------
始计第一
孙子曰:兵者,国之大事,死生之地,存亡之道,不可不察也。
故经之以五事,校之以计,而索其情:一曰道,二曰天,三曰地,四曰将,五曰法。
道者,令民与上同意,可与之死,可与之生,而不畏危也;天者,阴阳、寒暑、时制也;地者,远近、险易、广狭、死生也;将者,智、信、仁、勇、严也;法者,曲制、官道、主用也。凡此五者,将莫不闻,知之者... | {
"pile_set_name": "Github"
} |
=======================================================
Human Gut Metagenomics Functional & Taxonomic Profiling
=======================================================
.. note::
If you are starting out with NGLess for metagenomics profiling, consider
using the predefined pipeline collection, `NG-meta-profiler... | {
"pile_set_name": "Github"
} |
# ===========================================================================
# http://www.gnu.org/software/autoconf-archive/ax_boost_base.html
# ===========================================================================
#
# SYNOPSIS
#
# AX_BOOST_BASE([MINIMUM-VERSION], [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]... | {
"pile_set_name": "Github"
} |
------------------------------------------------------------------------------
-- GNAT Studio --
-- --
-- Copyright (C) 2007-2020, AdaCore --
-- ... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) Marshall Clow 2017.
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)
*/
/// \file transform_reduce.hpp
/// \brief Combine the (transformed) elements of a sequence (or two) into a single value.
... | {
"pile_set_name": "Github"
} |
package alicloud
import (
"fmt"
"time"
"github.com/alibaba/terraform-provider/alicloud/connectivity"
"github.com/denverdino/aliyungo/common"
"github.com/denverdino/aliyungo/dns"
"github.com/hashicorp/terraform/helper/resource"
"github.com/hashicorp/terraform/helper/schema"
)
func resourceAlicloudDnsRecord() *... | {
"pile_set_name": "Github"
} |
package com.kezong.fataar
class Constants {
public static final String RE_BUNDLE_FOLDER = "aar_rebundle"
public static final String INTERMEDIATES_TEMP_FOLDER = "fat-aar"
} | {
"pile_set_name": "Github"
} |
# VGG 16-layer network convolutional finetuning
# Network modified to have smaller receptive field (128 pixels)
# and smaller stride (8 pixels) when run in convolutional mode.
#
# In this model we also change max pooling size in the first 4 layer
# from 2 to 3 while retaining stride = 2
# which makes it easier to exact... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Predis package.
*
* (c) Daniele Alessandri <suppakilla@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Predis\Collection\Iterator;
use InvalidArgumentException;
use Iterat... | {
"pile_set_name": "Github"
} |
// greater_equal.hpp
//
// (C) Copyright 2011 Vicente J. Botet Escriba
// 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).
//
#ifndef BOOST_RATIO_MPL_GREATER_EQUAL_HPP
... | {
"pile_set_name": "Github"
} |
package clock
import (
"fmt"
"log"
"time"
)
//ExampleClock_AddJobRepeat, show how to add repeat job。
func ExampleClock_AddJobRepeat() {
var (
myClock = NewClock()
)
fn := func() {
fmt.Println("schedule repeat")
}
//create a task that executes three times,interval 50 millisecond
_, inserted := myClock.Ad... | {
"pile_set_name": "Github"
} |
azure.mgmt.authorization package
================================
Submodules
----------
.. toctree::
azure.mgmt.authorization.models
azure.mgmt.authorization.operations
Module contents
---------------
.. automodule:: azure.mgmt.authorization
:members:
:undoc-members:
:show-inheritance:
| {
"pile_set_name": "Github"
} |
#tb 0: 1/25
#media_type 0: video
#codec_id 0: rawvideo
#dimensions 0: 416x240
#sar 0: 0/1
0, 0, 0, 1, 149760, 0xb92d38ee
| {
"pile_set_name": "Github"
} |
(function (r) {
'use strong'
const fse = r('fs-extra')
const chalk = r('chalk')
fse.readFile('./license.txt', 'utf8', (err, data) => {
if (err) {
return new Error('Couldn\'t read license information.')
}
console.log(chalk.magenta(data))
})
console.log(chalk.blue('Project is ready.'))
})... | {
"pile_set_name": "Github"
} |
/*<FILE_LICENSE>
* NFX (.NET Framework Extension) Unistack Library
* Copyright 2003-2018 Agnicore Inc. portions ITAdapter Corp. 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
*
... | {
"pile_set_name": "Github"
} |
// Copyright 2019 Google
//
// 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 writ... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);
namespace Magento\Elasticsearch\SearchAdapter\Query;
/**
* Pool of value transformers.
*/
class ValueTransformerPool
{
/**
* @var ValueTransformerInterface[]
*/
private ... | {
"pile_set_name": "Github"
} |
defmodule Cog.Test.Commands.Group.Member.RemoveTest do
use Cog.CommandCase, command_module: Cog.Commands.Group
alias Cog.Commands.Group.Member
import Cog.Support.ModelUtilities,
only: [user: 1, group: 1, add_to_group: 2]
setup [:with_user, :with_group]
test "can be removed from a group", %{user: us... | {
"pile_set_name": "Github"
} |
<filters>
<item enabled="true">t=◎Bilibili_Block_List_Main_By_Jn_xyp_[0.7.048-Plus]</item>
<item enabled="true">t=◎Special_Thanks:Thiece__BlackGlory__deerchao</item>
<item enabled="true">t=◎Thanks:_章程__Incredible灵动__ssslos__知白Dive__点草丶麻花疼__食谱?D?铭__liuyuzhelyzlyz__445621607__LOOK冯</item>
<item enabled="true">t=◎... | {
"pile_set_name": "Github"
} |
// @flow
import styled from 'styled-components'
import * as React from 'react'
type Props = {
size: number,
src: string,
style?: Object,
className?: string,
color?: string,
}
const StyledAvater = styled.img`
user-select: none;
display: inline-flex;
align-items: center;
justify-content: center;
bor... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
// Copyright (C) 2012 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. ... | {
"pile_set_name": "Github"
} |
<resources>
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen name="activity_horizontal_margin">16dp</dimen>
<dimen name="activity_vertical_margin">16dp</dimen>
<dimen name="avatar_width">80dp</dimen>
<dimen name="avatar_height">80dp</dimen>
<dimen name="appbar_layout_... | {
"pile_set_name": "Github"
} |
>* 原文链接 : [Vectors For All (slight return)](https://blog.stylingandroid.com/vectors-for-all-slight-return/)
* 原文作者 : [stylingandroid](https://blog.stylingandroid.com)
* 译文出自 : [掘金翻译计划](https://github.com/xitu/gold-miner)
* 译者 : [huanglizhuo](https://github.com/huanglizhuo)
* 校对者: [circlelove](https://github.com/circlel... | {
"pile_set_name": "Github"
} |
2008-12-05 Antti S. Lankila <alankila@bel.fi>
* Sync against V27 patch version. Filter updates described below.
* Reduce Q maximum to 2.2 or so. This may still be slightly too much,
but it's hard to say exactly...
* Arrange for about 3 dB boost of lowpass output that is independent
of state variable mixin... | {
"pile_set_name": "Github"
} |
/*
* linux/arch/alpha/kernel/core_mcpcia.c
*
* Based on code written by David A Rusling (david.rusling@reo.mts.dec.com).
*
* Code common to all MCbus-PCI Adaptor core logic chipsets
*/
#define __EXTERN_INLINE inline
#include <asm/io.h>
#include <asm/core_mcpcia.h>
#undef __EXTERN_INLINE
#include <linux/types.h>... | {
"pile_set_name": "Github"
} |
(bug-reference-github :fetcher github :repo "arnested/bug-reference-github")
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2011 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 applicable law or agr... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2007, 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 ... | {
"pile_set_name": "Github"
} |
<http://www.w3.org/2013/TurtleTests/s> <http://www.w3.org/2013/TurtleTests/p> "a\U00000020b" .
| {
"pile_set_name": "Github"
} |
<!--|This file generated by command(leetcode description); DO NOT EDIT. |-->
<!--+----------------------------------------------------------------------+-->
<!--|@author openset <openset.wang@gmail.com> |-->
<!--|@link https://github.com/openset |-->
... | {
"pile_set_name": "Github"
} |
# Copyright (C) 2017 FireEye, Inc. All Rights Reserved.
import os
import yaml
import pytest
import viv_utils
import floss.main as floss_main
import floss.identification_manager as im
import floss.stackstrings as stackstrings
def extract_strings(vw):
"""
Deobfuscate strings from vivisect workspace
"""
... | {
"pile_set_name": "Github"
} |
**********************************************************************
Worktrees
**********************************************************************
.. automethod:: pygit2.Repository.add_worktree
.. automethod:: pygit2.Repository.list_worktrees
.. automethod:: pygit2.Repository.lookup_worktree
.. autoclass:: pygit... | {
"pile_set_name": "Github"
} |
[
{
"op": "add",
"path": "/config/shipUpgrades/maxFuel",
"value": 10000
}
] | {
"pile_set_name": "Github"
} |
/*
- p(max(a, b)<=x) + p(min(a, b)<=x) = p(a<=x) + p(b<=x)
- p(a<=x)*p(b<=x) = p(max(a, b)<=x)
- Solve quadratic to find probabilities
- You can prove that if there is a solution (as given guaranteed by the problem) then you can just assign the smaller roots to a and the bigger roots to b
- Calculations can be c... | {
"pile_set_name": "Github"
} |
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*---------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
/**
* Get information about the paging settings that DataTables is currently
* using to display each page, including the number of records shown, start
* and end points in the data set etc.
*
* DataTables 1.10+ provides the `dt-api page.info()` method, built-in, provide
* the same information as this method. As ... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2005-2013 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library 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, or (at your op... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2006-2009 Erin Catto http://www.box2d.org
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
* Permission is granted to anyone to use this software for any purpos... | {
"pile_set_name": "Github"
} |
#include <opencp.hpp>
using namespace std;
using namespace cv;
using namespace cp;
void SLICTestSegment2Vector(Mat& src)
{
Mat seg;
SLIC(src, seg, 16, 30, 0.1, 20);
vector<vector<Point>> pts;
SLICSegment2Vector(seg, pts);
Mat segout;
SLICVector2Segment(pts, src.size(), segout);
if (getMSE(seg, segout) == 0.0)... | {
"pile_set_name": "Github"
} |
export * from './static-website';
export * from './website-bucket';
export * from './website-alias-record';
| {
"pile_set_name": "Github"
} |
/* 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/. */
const React = require('react')
const ReactDOM = require('react-dom')
const {StyleSheet, css} = require('aphrodite/... | {
"pile_set_name": "Github"
} |
#include "main.h"
#include "bot.h"
#include "mainctrl.h"
#include "smtp_logic.h"
#include "utility.h"
#include "config.h"
char *g_szSectionName=SECTION_NAME;
list<scriptcmd> g_lScriptCmds;
bool ParseScript(const char *szScript) {
CString sScript(szScript); bool bGetScript=false; unsigned long lScriptType;
int iLi... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="StorefrontCh... | {
"pile_set_name": "Github"
} |
#!/bin/bash
set -e -o pipefail
function usage() {
echo "USAGE: $0 /path/to/hledger.journal [web|bash|hledger [hledger-args]]"
}
journal=$(readlink -f "$1")
shift
[ -f "$journal" ] || { usage; exit 1; }
dir=$(dirname $journal)
file=$(basename $journal)
cmd="$1"
shift
case "$cmd" in
web) extra_args="" ;;
... | {
"pile_set_name": "Github"
} |
Name: %{_cross_os}libxcrypt
Version: 4.4.16
Release: 1%{?dist}
Summary: Extended crypt library for descrypt, md5crypt, bcrypt, and others
License: LGPL-2.1-or-later
URL: https://github.com/besser82/libxcrypt
Source0: https://github.com/besser82/libxcrypt/archive/v%{version}/libxcrypt-%{version}.tar.gz
BuildRequires: %{... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<connectionStrings>
<add name="Raven" connectionString="Url=http://localh... | {
"pile_set_name": "Github"
} |
'use strict';
import Replace from './Replace';
import * as replaceOptions from './ReplaceOptions';
import { forEach } from 'min-dash';
/**
* This module is an element agnostic replace menu provider for the popup menu.
*/
export default function ReplaceMenuProvider(modeling) {
this._dsReplace = new Replace(model... | {
"pile_set_name": "Github"
} |
<?php
/**
* @version SVN $Id: default_media_details.php 224 2012-03-01 22:09:22Z dhorsfall $
* @package hwdMediaShare
* @copyright Copyright (C) 2012 Highwood Design Limited. All rights reserved.
* @license GNU General Public License http://www.gnu.org/copyleft/gpl.html
* @author Dave Horsfall
* @si... | {
"pile_set_name": "Github"
} |
/**
* MIT License
*
* Copyright (c) 2010 - 2020 The OSHI Project Contributors: https://github.com/oshi/oshi/graphs/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 withou... | {
"pile_set_name": "Github"
} |
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
names... | {
"pile_set_name": "Github"
} |
pkg_repo=a2
pkg_name=a1-migration-data-minimal
pkg_description="Minimal Automate 1 Migration Data -- For use with the --self-test flag. No ES2 data."
pkg_origin=devchef
pkg_version=${A1_MIGRATION_DATA_VERSION:-0.0.1}
pkg_maintainer="Chef Software Inc. <support@chef.io>"
pkg_license=('UNLICENSED')
pkg_upstream_url="http... | {
"pile_set_name": "Github"
} |
/* Part of SWI-Prolog
Author: Jan Wielemaker
E-mail: J.Wielemaker@vu.nl
WWW: http://www.swi-prolog.org
Copyright (c) 2020, VU University Amsterdam
CWI, Amsterdam
All rights reserved.
Redistribution and use in source and binary forms, with or w... | {
"pile_set_name": "Github"
} |
package com.example.nanchen.aiyaschoolpush.ui.activity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextUtils;
import android.text.TextWatcher;
import android.util.L... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2013 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"
} |
<?php
/**
* PHPExcel
*
* Copyright (c) 2006 - 2014 PHPExcel
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later ve... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.