text stringlengths 2 99.9k | meta dict |
|---|---|
<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.org/">{
"Info": [
{
"IsSuccess": "True",
"InAddress": "新竹縣峨眉鄉峨眉村峨眉街2鄰5號",
"InSRS": "EPSG:4326",
"InFuzzyType": "[單雙號機制]+[最近門牌號機制]",
"InFuzzyBuffer": "0",
"InIsOnlyFullMatch": "False",
"InIsLock... | {
"pile_set_name": "Github"
} |
rule m3f7_2b9b919dc6220b12
{
meta:
copyright="Copyright (c) 2014-2018 Support Intelligence Inc, All Rights Reserved."
engine="saphire/1.3.1 divinorum/0.998 icewater/0.4"
viz_url="http://icewater.io/en/cluster/query?h64=m3f7.2b9b919dc6220b12"
cluster="m3f7.2b9b919dc6220b12"
cluster_size="10... | {
"pile_set_name": "Github"
} |
package org.simpleflatmapper.map;
import java.lang.reflect.Type;
public class IgnoreMapperBuilderErrorHandler implements MapperBuilderErrorHandler {
public static final IgnoreMapperBuilderErrorHandler INSTANCE = new IgnoreMapperBuilderErrorHandler();
private IgnoreMapperBuilderErrorHandler() {
}
@... | {
"pile_set_name": "Github"
} |
# kind-of [](https://www.npmjs.com/package/kind-of) [](https://npmjs.org/package/kind-of) [](https:... | {
"pile_set_name": "Github"
} |
(* 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 2.1 *)
(* of the License, or (at your option) any later version. *)
(* ... | {
"pile_set_name": "Github"
} |
export * from './sessions.entity'
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2007 Michael Niedermayer <michaelni@gmx.at>
* Copyright (C) 2013 James Almer <jamrial@gmail.com>
*
* 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 Softwar... | {
"pile_set_name": "Github"
} |
/* mbed Microcontroller Library
* Copyright (c) 2017-2017 ARM Limited
* SPDX-License-Identifier: Apache-2.0
*
* 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.o... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<segment>
<name>AFF</name>
<description>Professional Affiliation</description>
<elements>
<field minOccurs="1" maxOccurs="0">
<name>AFF.1</name>
<description>Set ID</description>
<datatype>SI</datatype>
</fie... | {
"pile_set_name": "Github"
} |
module.exports = {
roots: [
'<rootDir>/test',
],
testMatch: [
'**/__tests__/**/*.+(ts|tsx|js)',
'**/?(*.)+(spec|test).+(ts|tsx|js)',
],
transform: {
'^.+\\.(ts|tsx)$': 'ts-jest',
},
globalSetup: './test/setup.js',
}
| {
"pile_set_name": "Github"
} |
package org.jcodec.containers.mp4.boxes;
import java.nio.ByteBuffer;
import org.jcodec.common.io.NIOUtils;
import org.jcodec.platform.Platform;
/**
* This class is part of JCodec ( www.jcodec.org ) This software is distributed
* under FreeBSD License
*
* @author The JCodec project
*
*/
public class TextConfi... | {
"pile_set_name": "Github"
} |
CREATE TABLE [Integration].[StockHolding_Staging] (
[Stock Holding Staging Key] BIGINT IDENTITY (1, 1) NOT NULL,
[Stock Item Key] INT NULL,
[Quantity On Hand] INT NULL,
[Bin Location] NVARCHAR (20) NULL,
[Last Stocktake Quantity] ... | {
"pile_set_name": "Github"
} |
using System;
using System.Web.Http.Filters;
using Umbraco.Core;
using Umbraco.Core.Models;
using Umbraco.Web.Composing;
namespace Umbraco.Web.WebApi.Filters
{
/// <summary>
/// Appends a custom response header to notify the UI that the current user data has been modified
/// </summary>
public sealed ... | {
"pile_set_name": "Github"
} |
using System.Threading;
#nullable enable
namespace Couchbase.Management.Search
{
public class PauseIngestSearchIndexOptions
{
internal CancellationToken TokenValue { get; set; }
public PauseIngestSearchIndexOptions CancellationToken(CancellationToken cancellationToken)
{
T... | {
"pile_set_name": "Github"
} |
// go generate gen.go
// GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
package ipv4
// Internet Control Message Protocol (ICMP) Parameters, Updated: 2013-04-19
const (
ICMPTypeEchoReply ICMPType = 0 // Echo Reply
ICMPTypeDestinationUnreachable ICMPType = 3 // Destination Unreachable
ICMPTypeRedirect ... | {
"pile_set_name": "Github"
} |
/**
* Syntax highlighting styles
*/
.highlight {
background: #fff;
@extend %vertical-rhythm;
.highlighter-rouge & {
background: #eef;
}
.c { color: #998; font-style: italic } // Comment
.err { color: #a61717; background-color: #e3d2d2 } // Error
.k { font-weight: bold } /... | {
"pile_set_name": "Github"
} |
## File Path Logger
Originally published: 2012-12-05 20:59:37
Last updated: 2012-12-05 20:59:38
Author: Stephen Chappell
If you want a list of directories and the files they contain, this program will log such information to a file for you. For those wondering how to walk directories and their contents, this... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Waher.Networking.XMPP.Provisioning.SearchOperators
{
/// <summary>
/// Filters things with a named string-valued tag within a given range.
/// </summary>
public class StringTagInRange : St... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2020 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
ztest_test_suite(test_api,
ztest_1cpu_unit_test(test_a) /* comment! */,
/* comment */ztest_1cpu_unit_test(test_b),
ztest_1cpu_unit_test(test_c),
ztest_unit_test(test_unit_a), ztest_unit_test(test_unit_b),
ztest_1cp... | {
"pile_set_name": "Github"
} |
# 度量
# 评估与度量
## DevOps 四个关键指标
```mindmap
- 提升交付效能
- 部署频率
- 批量的大小
- 自动化程度
- 测试效率
- 部署效率
- 构建效率
- ……
- 交付前置时间
- 需求稳定性
- 任务交接
- 等待时间
- 团队速度
- 返工率
- ……
- 平均恢复时间
- 监测的效率
- 系统可配置性
- 系统可维护性
- 日志可用性
- 架构质量
- ……
- 变更失... | {
"pile_set_name": "Github"
} |
# Example Application
You can directly run this application in your mac
Refer to **Info.plist** to see how to configure the App Bundle.
## Directory structure
```bash
├── Neut.app
│ └── Contents
│ ├── Info.plist
│ ├── MacOS
│ │ └── neutralino
│ └── Resources
│ ├── app
│ ... | {
"pile_set_name": "Github"
} |
/*
* (c) Copyright 2018 Palantir Technologies Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | {
"pile_set_name": "Github"
} |
namespace net.openstack.Providers.Rackspace.Objects.Databases
{
using System.Runtime.CompilerServices;
/// <summary>
/// The <see cref="net.openstack.Providers.Rackspace.Objects.Databases"/> namespace defines
/// the object model for communicating with Rackspace's Cloud Databases service over REST API... | {
"pile_set_name": "Github"
} |
######################## BEGIN LICENSE BLOCK ########################
# 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 late... | {
"pile_set_name": "Github"
} |
#include <cstdio>
#include <vector>
#include <utility>
#include <algorithm>
using namespace std;
#define fst first
#define snd second
const int MAXB = 17;
const int MAXN = 100100;
const long long INF = 1LL << 40;
typedef pair<int, int> PII;
typedef pair<int, long long> PIL;
typedef pair<long long, PII> PLPII;
stru... | {
"pile_set_name": "Github"
} |
// Copyright 2001-2019 Crytek GmbH / Crytek Group. All rights reserved.
/*************************************************************************
-------------------------------------------------------------------------
$Id$
$DateTime$
Description: Equipment Loadouts for C2MP
----------------------------------------... | {
"pile_set_name": "Github"
} |
using BizHawk.Common;
namespace BizHawk.Emulation.Cores.Atari.Atari2600
{
/*
FA (RAM Plus)
-----
CBS Thought they'd throw a few tricks of their own at the 2600 with It's got
12K of ROM and 256 bytes of RAM.
This works similar to F8, except there's only 3 4K ROM banks. The banks are selected by
... | {
"pile_set_name": "Github"
} |
<?php
/**
* Short description for file.
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistr... | {
"pile_set_name": "Github"
} |
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [0.4.0] - 2017-12-09
### Added
- Support Redirection and History
##... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2013 Pieroxy <pieroxy@pieroxy.net>
// This work is free. You can redistribute it and/or modify it
// under the terms of the WTFPL, Version 2
// For more information see LICENSE.txt or http://www.wtfpl.net/
//
// For more information, the home page:
// http://pieroxy.net/blog/pages/lz-string/testing.htm... | {
"pile_set_name": "Github"
} |
//
// UISwitch+RACSignalSupport.m
// ReactiveCocoa
//
// Created by Uri Baghin on 20/07/2013.
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
//
#import "UISwitch+RACSignalSupport.h"
#import "RACEXTKeyPathCoding.h"
#import "UIControl+RACSignalSupportPrivate.h"
@implementation UISwitch (RACSignalSupport)
... | {
"pile_set_name": "Github"
} |
<?php
return [
'issue-1627-A' => [
'ua' => 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.9) Gecko/20100722 Eudora/3.0.4',
'properties' => [
'Comment' => 'Eudora Open Source Edition',
'Browser' => 'Eudora OSE',
'Browser_Type' => 'Email Client',
... | {
"pile_set_name": "Github"
} |
<?php
/*********************************************************************
class.avatar.php
Avatar sources for users and agents
Jared Hancock <jared@osticket.com>
Peter Rotich <peter@osticket.com>
Copyright (c) 2006-2015 osTicket
http://www.osticket.com
Released under the GNU General P... | {
"pile_set_name": "Github"
} |
/*
* scsi.h
*
* Interface between SCSI miniport drivers and the SCSI port driver.
*
* This file is part of the w32api package.
*
* Contributors:
* Created by Casper S. Hornstrup <chorns@users.sourceforge.net>
*
* THIS SOFTWARE IS NOT COPYRIGHTED
*
* This source code is offered for use in the public domain... | {
"pile_set_name": "Github"
} |
<mujoco model="humanoid">
<include file="./common/skybox.xml"/>
<include file="./common/visual.xml"/>
<include file="./common/materials.xml"/>
<statistic extent="2" center="0 0 1"/>
<option timestep=".005"/>
<default>
<motor ctrlrange="-1 1" ctrllimited="true"/>
<default class="torque-sensor">
... | {
"pile_set_name": "Github"
} |
# type t = { x : int; y : int; }
# Characters 5-6:
{x=3;z=2};;
^
Error: Unbound record field z
# Characters 9-10:
fun {x=3;z=2} -> ();;
^
Error: Unbound record field z
# Characters 26-34:
{x=3; contents=2};;
^^^^^^^^
Error: The record field contents belongs to the type 'a ref
... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Sound driver for Silicon Graphics O2 Workstations A/V board audio.
*
* Copyright 2003 Vivien Chappelier <vivien.chappelier@linux-mips.org>
* Copyright 2008 Thomas Bogendoerfer <tsbogend@alpha.franken.de>
* Mxier part taken from mace_audio.c:
* Copyright ... | {
"pile_set_name": "Github"
} |
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AssemblyVersion>1.0.*</AssemblyVersion>
<Deterministic>false</Deterministic>
<OutputPath>..\..\Bin\HisAgent</OutputPath>
<AppendTargetFrameworkToOutputPath>false</... | {
"pile_set_name": "Github"
} |
define(["doh/main", "require", "dojo/sniff"], function(doh, require, has){
doh.registerUrl("dojox.mobile.tests.doh.TextBox", require.toUrl("./TextBoxTests.html"),999999);
});
| {
"pile_set_name": "Github"
} |
package org.infinispan.server.core;
/**
* Server Constant values
*
* @author Tristan Tarrant
* @author wburns
* @since 9.0
*/
public final class ServerConstants {
private ServerConstants() { }
public static final int EXPIRATION_NONE = -1;
public static final int EXPIRATION_DEFAULT = -2;
}
| {
"pile_set_name": "Github"
} |
using System.IO;
using Avalonia;
using Avalonia.Controls;
using Avalonia.Controls.ApplicationLifetimes;
using Avalonia.Markup.Xaml;
using Draw2D.Editor;
using Draw2D.Export;
using Draw2D.Serializer;
using Draw2D.Settings;
using Draw2D.ViewModels.Containers;
using Draw2D.ViewModels.Tools;
using Draw2D.Views;
namespace... | {
"pile_set_name": "Github"
} |
ordering_buffers.adb:8:14: info: postcondition proved (CVC4: 1 VC; Trivial: 1 VC; Z3: 2 VC)
ordering_buffers.adb:9:08: info: precondition proved (CVC4: 2 VC)
ordering_buffers.adb:11:32: info: precondition proved (CVC4: 2 VC)
ordering_buffers.adb:11:53: info: range check proved (CVC4: 1 VC)
ordering_buffers.adb:11:58: i... | {
"pile_set_name": "Github"
} |
<%- plate_editions.each do |plate_edition| -%>
<%= render :partial => 'plate_editions/plate_edition', :locals => { :plate_edition => plate_edition } %>
<%- end -%>
| {
"pile_set_name": "Github"
} |
idVendor: 0x04E6
iManufacturer: Identive
idProduct: 0x5710
iProduct: CLOUD 2700 F Smart Card Reader
bcdDevice: 0.03 (firmware release?)
bLength: 9
bDescriptorType: 4
bInterfaceNumber: 0
bAlternateSetting: 0
bNumEndpoints: 3
bulk-IN, bulk-OUT and Interrupt-IN
bInterfaceClass: 0x0B [Chip Card Interface Dev... | {
"pile_set_name": "Github"
} |
{
"accountLinkingWhitelistedDomains": null,
"asin": "B01I7RUD3G",
"averageRating": 0,
"canDisable": true,
"capabilities": null,
"category": null,
"description": "Addition Flash Cards - lets you interactively test your basic addition skills with randomly chosen numbers between 0 and 100.",
"enablement": ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft... | {
"pile_set_name": "Github"
} |
package Paws::ServiceCatalog::Principal;
use Moose;
has PrincipalARN => (is => 'ro', isa => 'Str');
has PrincipalType => (is => 'ro', isa => 'Str');
1;
### main pod documentation begin ###
=head1 NAME
Paws::ServiceCatalog::Principal
=head1 USAGE
This class represents one of two things:
=head3 Arguments in a... | {
"pile_set_name": "Github"
} |
//================= Hercules Script =======================================
//= _ _ _
//= | | | | | |
//= | |_| | ___ _ __ ___ _ _| | ___ ___
//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
//= | | | | __/ | | (__| |_| | | __/\__ \
//= \_| |_/\___|... | {
"pile_set_name": "Github"
} |
#!/bin/bash
export BUILD_TIME=$(date +"%a, %d %b %Y %T %z")
export BUILD_DATE=$(date +"%a %b %d %Y")
export BUILD_NUMBER=$(git rev-list --count HEAD)-$(git rev-parse --short HEAD)
export VERSION_NUMBER=$(grep "project.*" CMakeLists.txt | egrep -o "([0-9]{1,}\.)+[0-9]{1,}")
export INSTALL_PREFIX="/usr"
export BUILD_TY... | {
"pile_set_name": "Github"
} |
require "cases/helper"
require 'models/contact'
class SerializationTest < ActiveRecord::TestCase
FORMATS = [ :xml, :json ]
def setup
@contact_attributes = {
:name => 'aaron stack',
:age => 25,
:avatar => 'binarydata',
:created_at => Time.utc(2006, 8, 1),
:awe... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017 RedBear
*
* 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, distri... | {
"pile_set_name": "Github"
} |
#ifndef _ALLOCA_H_
#define _ALLOCA_H_
#undef alloca
#define alloca(size) __builtin_alloca(size)
#endif /* _ALLOCA_H_ */
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
#
# Copyright 2016 The Kythe Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless re... | {
"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 (version 1.7.0_71) on Tue Jan 06 21:14:27 PST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>org.glyptodon.guaca... | {
"pile_set_name": "Github"
} |
plugins {
kotlin("plugin.spring") version "1.3.71"
id("org.springframework.boot") version "2.2.6.RELEASE"
}
apply {
plugin("io.spring.dependency-management")
}
val jacksonMoneyVersion = "1.1.1"
val moneyVersion = "1.0.3"
val monetaVersion = "1.3"
dependencies {
compile(kotlin("stdlib"))
compile(k... | {
"pile_set_name": "Github"
} |
/*
* DPX (.dpx) image decoder
* Copyright (c) 2009 Jimmy Christensen
*
* 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 Lice... | {
"pile_set_name": "Github"
} |
// Copyright 2010 Todd Ditchendorf
//
// 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"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.m... | {
"pile_set_name": "Github"
} |
//
// ConfigImporter.m
// V2RayX
//
//
#import "ConfigImporter.h"
#import "utilities.h"
@implementation ConfigImporter
+ (NSString* _Nonnull)decodeBase64String:(NSString*)encoded {
if (!encoded || ![encoded isKindOfClass:[NSString class]] || encoded.length == 0) {
return @"";
}
NSMutableString*... | {
"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>
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0... | {
"pile_set_name": "Github"
} |
<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Copyright (c) 1997-2017 Oracle and/or its affiliates. All rights reserved.
The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
and Distribution Li... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jpmml</groupId>
<artifactId>... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | {
"pile_set_name": "Github"
} |
/**
* Copyright (C) 2016 - 2030 youtongluan.
*
* 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 David Abrahams 2002.
// 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)
#ifndef DEF_DWA200292_HPP
# define DEF_DWA200292_HPP
# include <boost/python/detail/prefix.hpp>
# include <boost/python/object_f... | {
"pile_set_name": "Github"
} |
#
# Demonstrate that isotopes produced in hadronic processes
# can be treated by RadioactiveDecay.
#
# To register hadronic processes, uncomment corresponding lines
# in PhysicsList.cc
#
/control/verbose 2
/run/verbose 1
#
# set the ta... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2009 - 2012 Deutsches Elektronen-Synchroton,
* Member of the Helmholtz Association, (DESY), HAMBURG, GERMANY
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
* published by the Free Software Foundation; ei... | {
"pile_set_name": "Github"
} |
/**
* @fileoverview Alphabetizes static class names.
* @author Maciej Chmurski
*/
'use strict'
// ------------------------------------------------------------------------------
// Requirements
// ------------------------------------------------------------------------------
const { defineTemplateBodyVisitor } = re... | {
"pile_set_name": "Github"
} |
repo: https://github.com/prusinsky/naucse.python.cz/
branch: master
| {
"pile_set_name": "Github"
} |
//
// UITextView+RACSignalSupport.h
// ReactiveObjC
//
// Created by Cody Krieger on 5/18/12.
// Copyright (c) 2012 Cody Krieger. All rights reserved.
//
#import <UIKit/UIKit.h>
@class RACDelegateProxy;
@class RACSignal<__covariant ValueType>;
NS_ASSUME_NONNULL_BEGIN
@interface UITextView (RACSignalSupport)
//... | {
"pile_set_name": "Github"
} |
/** `Object#toString` result shortcuts */
var argsClass = '[object Arguments]',
arrayClass = '[object Array]',
boolClass = '[object Boolean]',
dateClass = '[object Date]',
errorClass = '[object Error]',
funcClass = '[object Function]',
numberClass = '[object Number]',
objectClass = '[obj... | {
"pile_set_name": "Github"
} |
<?php
/**
* ALIPAY API: alipay.open.public.life.modify request
*
* @author auto create
* @since 1.0, 2017-12-18 14:58:00
*/
class AlipayOpenPublicLifeModifyRequest
{
/**
* 背景图片,需上传图片原始二进制流,此图片显示在支付宝客户端生活号主页上方背景图位置,后缀是jpg或者jpeg,图片大小限制1mb
**/
private $background;
/**
* 联系人邮箱,可以是调用者的联系人邮箱
**/
private ... | {
"pile_set_name": "Github"
} |
include(../../variables.pri)
TEMPLATE = subdirs
TARGET = webfiles
webfiles.files += common.css
webfiles.files += keypad.html
webfiles.files += networkconfig.js
webfiles.files += simpledesk.css
webfiles.files += simpledesk.js
webfiles.files += virtualconsole.css
webfiles.files += virtualconsole.js
webfiles.files += co... | {
"pile_set_name": "Github"
} |
---
title: Popups
---
<!-- Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
## Popups
The *IntelliJ Platform* user interface makes extensive use of popups \- semi-modal windows that have no chrome (exp... | {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
#!/bin/sh
# Simple script to start ET Legacy dedicated server with Omni-Bots
#
./etlded +set g_protect 1 +set omnibot_enable 1 +set omnibot_path "./legacy/omni-bot" +exec etl_server.cfg
| {
"pile_set_name": "Github"
} |
/* eslint-env node */
/* eslint no-process-env: 0 */
const path = require('path')
const jsCoveragePath = path.resolve(__dirname, '../coverage')
module.exports = (config) => {
const jqueryFile = process.env.USE_OLD_JQUERY ? 'https://code.jquery.com/jquery-1.9.1.min.js' : 'site/docs/4.1/assets/js/vendor/jquery-slim.mi... | {
"pile_set_name": "Github"
} |
dd2e3684b13c0071d480e97b569041e69538e798 busybox-1.20.2.tar.bz2
| {
"pile_set_name": "Github"
} |
package awsutil
import (
"bytes"
"fmt"
"reflect"
"strings"
)
// StringValue returns the string representation of a value.
func StringValue(i interface{}) string {
var buf bytes.Buffer
stringValue(reflect.ValueOf(i), 0, &buf)
return buf.String()
}
func stringValue(v reflect.Value, indent int, buf *bytes.Buffer... | {
"pile_set_name": "Github"
} |
%TAG !yaml! tag:yaml.org,2002:
---
!yaml!str "foo"
| {
"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 use this ... | {
"pile_set_name": "Github"
} |
/***********************************************************************
*
* Copyright (C) 2014-2018 wereturtle
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the Li... | {
"pile_set_name": "Github"
} |
const mongoose = require('mongoose');
const Schema = mongoose.Schema;
const SongSchema = new Schema({
title: { type: String },
user: {
type: Schema.Types.ObjectId,
ref: 'user'
},
lyrics: [{
type: Schema.Types.ObjectId,
ref: 'lyric'
}]
});
SongSchema.statics.addLyric = function(id, content) {... | {
"pile_set_name": "Github"
} |
#!/bin/sh
# write a Dockerfile
printf "RUN echo this is a generated Dockerfile.\n" > /Dockerfile 2>&1
printf "RUN echo this is another command.\n" >> /Dockerfile 2>&1
tar-append Dockerfile
| {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/
import type {GlobalConfig} from 'types/Config';
import {BaseWatchPlugin, Prompt} from 'jest-watcher';
im... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<script>
var twoSum = function (nums, target) {
const hash = {};
for (let n, i = 0, l = nums.length; i < l; ++i) {
n = nums[i];
console.log("n:", n)
console.log("i:", i)
console.log("hash:", hash)
//当遇到差... | {
"pile_set_name": "Github"
} |
package cloudcallcenter
//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, software... | {
"pile_set_name": "Github"
} |
ffi foo : int -> int
ffi bar serverOnly benignEffectful : int -> transaction unit
ffi baz : transaction int
ffi adder : int -> int -> int
ffi bup jsFunc "alert" : string -> transaction unit
ffi alert : string -> transaction unit
fun other () : transaction page =
(*bar 17;
q <- baz;*)
return <xml><body>
... | {
"pile_set_name": "Github"
} |
import {retargetSourcemaps} from "retarget-sourcemaps-after-move";
import {rm, mkdir, cp} from "shelljs";
function run() {
let pub = ".tmp/publish";
let srcRoot = "src/lib";
rm("-rf", pub);
mkdir("-p", pub);
cp("-r", [
"package.json",
"LICENSE.md",
"README.md"
], pub);
... | {
"pile_set_name": "Github"
} |
server {
listen %ip%:%web_port%;
server_name %domain_idn% %alias_idn%;
root %docroot%;
index index.php index.html index.htm;
access_log /var/log/nginx/domains/%domain%.log combined;
access_log /var/log/nginx/domains/%domain%.bytes bytes;
error_log /var/log/nginx/domains... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2013-2020 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre (contact@b3dgs.com)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the Licen... | {
"pile_set_name": "Github"
} |
function nn = nnff(nn, x, y)
%NNFF performs a feedforward pass
% nn = nnff(nn, x, y) returns an neural network structure with updated
% layer activations, error and loss (nn.a, nn.e and nn.L)
n = nn.n;
m = size(x, 1);
x = [ones(m,1) x];
nn.a{1} = x;
%feedforward pass
for i = 2 : n-1
... | {
"pile_set_name": "Github"
} |
the 13th warrior reeks so badly of melodrama and poor acting that it carries a worst scent than a canine's least appetizing residue .
the best part of the film would be a close contest between the closing credits and a brief moment in the middle where the screen goes entirely white and you hope that the film has slipp... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2005 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use this file except in... | {
"pile_set_name": "Github"
} |
<AnalogEfexPro2_preset>
<filter name="TauronGlobalAdjustments">
<parameter name="strengthFactor" value="28" valueType="float"/>
<parameter name="brightness" value="6" valueType="float"/>
<parameter name="contrast" value="20" valueType="float"/>
<parameter name="saturation" value="70" valueType="float"/>
<par... | {
"pile_set_name": "Github"
} |
html {
background-color: #e2e2e2;
margin: 0;
padding: 0;
}
body {
background-color: #fff;
border-top: solid 10px #000;
color: #333;
font-size: .85em;
font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
margin: 0;
padding: 0;
}
a {
color: #333;
outline: none;
p... | {
"pile_set_name": "Github"
} |
pragma solidity >=0.5.0 <0.6.0;
/**
* @title IZkAssetMintable
* @author AZTEC
* @dev An interface defining the ZkAssetMintable standard.
* Copyright 2020 Spilsbury Holdings Ltd
*
* Licensed under the GNU Lesser General Public Licence, Version 3.0 (the "License");
* you may not use this file except in complia... | {
"pile_set_name": "Github"
} |
---
section: terms
lang: en
title: Open Data
---
Data is open if it can be freely accessed, used, modified and shared by anyone for any purpose - subject only, at most, to requirements to provide attribution and/or [share-alike](../share-alike-license/). Specifically, open data is defined by the [Open Definition](../o... | {
"pile_set_name": "Github"
} |
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`should render correctly: default 1`] = `
<tbody>
<tr
className="activity-graph-tooltip-line"
>
<td
className="activity-graph-tooltip-value text-right spacer-right thin"
colSpan={2}
>
10short_number_suffix.k
</td>
<td>
m... | {
"pile_set_name": "Github"
} |
package what.whatandroid.forums.forum;
import android.os.Bundle;
import android.os.Parcelable;
import android.support.v4.app.Fragment;
import android.support.v4.app.LoaderManager;
import android.support.v4.content.Loader;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
impo... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.