text stringlengths 2 99.9k | meta dict |
|---|---|
<?php
/*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* OWNER OR CONTRIBUTORS B... | {
"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 (th... | {
"pile_set_name": "Github"
} |
//
// AppDelegate.swift
// CombineSchedulers
//
// Created by Point-Free on 6/2/20.
// Copyright © 2020 Point-Free. All rights reserved.
//
import UIKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
func application(_ application: UIApplication, didFinishLaunchingWithOptions laun... | {
"pile_set_name": "Github"
} |
# Copyright 2016 Intel
#
# 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, softwar... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
__license__ = 'GPL v3'
__copyright__ = '2009, John Schember <john@nachtimwald.com>'
__docformat__ = 'restructuredtext en'
import os
class EreaderError(Exception):
pass
def image_name(name, taken_names=()):
name = os.path.basename(name)
if len(name) > 32:
cut = len(n... | {
"pile_set_name": "Github"
} |
/*
* MIT License
*
* Copyright (c) 2017 EPAM Systems
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, mod... | {
"pile_set_name": "Github"
} |
<?php
namespace Test\Classes;
use Test\Analyzer;
include_once dirname(__DIR__, 2).'/Test/Analyzer.php';
class Finalclass extends Analyzer {
/* 1 methods */
public function testClasses_Finalclass01() { $this->generic_test('Classes_Finalclass.01'); }
}
?> | {
"pile_set_name": "Github"
} |
// Copyright 2004 The Trustees of Indiana University.
// Use, modification and distribution is 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)
// Authors: Douglas Gregor
// Andrew Lumsdaine
#ifndef BOOST_GRAPH... | {
"pile_set_name": "Github"
} |
// Distributed under the terms of the MIT license
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
// Test case found by fuzzing
var b = (e = [B : {
struct S {
let a {
class A {
class
case ,
| {
"pile_set_name": "Github"
} |
// I use the following config with direnv and set the following values:
// export PKR_VAR_bastion_host=""
// export PKR_VAR_bastion_user=""
// export PKR_VAR_datacenter_name=""
// export PKR_VAR_esxi_host=""
// export PKR_VAR_esxi_password=""
// export PKR_VAR_esxi_user=""
// export PKR_VAR_vcenter_endpoint=""
// expor... | {
"pile_set_name": "Github"
} |
//
// NuoRenderer.h
// ModelViewer
//
// Created by middleware on 11/8/16.
// Copyright © 2016 middleware. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <Metal/Metal.h>
#import "NuoRenderPassTarget.h"
@class NuoRenderPassEncoder;
@class NuoCommandBuffer;
@interface NuoRenderPass : NSObjec... | {
"pile_set_name": "Github"
} |
bundle = <<END
require 'minigl'
require 'fileutils'
require 'rbconfig'
include MiniGL
END
file_names = %w(global bomb elements enemies form items movie options player section stage stage_menu world menu game)
file_names.each do |name|
File.open("#{name}.rb") do |f|
c = f.read
c.gsub!(/^require(_relative)? ... | {
"pile_set_name": "Github"
} |
/* iCheck plugin Line skin, yellow
----------------------------------- */
.icheckbox_line-yellow,
.iradio_line-yellow {
position: relative;
display: block;
margin: 0;
padding: 5px 15px 5px 38px;
font-size: 13px;
line-height: 17px;
color: #fff;
background: #FFC414;
border:... | {
"pile_set_name": "Github"
} |
package ecs
//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
//distribut... | {
"pile_set_name": "Github"
} |
{
"name": "GreenPay",
"version": "1.0.3",
"summary": "GreenPay allows a Website, iOS and Android applications to process card payments",
"description": "GreenPay allows any Website, iOS or Android applications to process card payments. Also, GreenPay allow the merchant to tokenize cards in a secure way and also... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
from xml.etree.ElementTree import parse
from lazagne.config.module_info import ModuleInfo
from lazagne.config.constant import *
import os
class ApacheDirectoryStudio(ModuleInfo):
def __init__(self):
ModuleInfo.__init__(self, 'apachedirectorystudio', 'sysadmin')
# Intere... | {
"pile_set_name": "Github"
} |
/******************************************************************************
* _ _____ __________ *
* | | / / _ | / __/_ __/ Visibility *
* | |/ / __ |_\ \ / / Across *
... | {
"pile_set_name": "Github"
} |
<?php
/*
* Opulence
*
* @link https://www.opulencephp.com
* @copyright Copyright (C) 2017 David Young
* @license https://github.com/opulencephp/Opulence/blob/master/LICENSE.md
*/
namespace Opulence\Console\Requests\Tokenizers;
use RuntimeException;
/**
* Defines the string tokenizer
*/
class StringTo... | {
"pile_set_name": "Github"
} |
{
"compilerOptions": {
"newLine": "LF"
}
} | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2007, Novell Inc.
*
* This program is licensed under the BSD license, read LICENSE.BSD
* for further information
*/
#ifndef LIBSOLV_POOLVENDOR_H
#define LIBSOLV_POOLVENDOR_H
#include "pool.h"
#ifdef __cplusplus
extern "C" {
#endif
Id pool_vendor2mask(Pool *pool, Id vendor);
void pool_setvend... | {
"pile_set_name": "Github"
} |
//
// UMSocialTwitterHandler.h
// SocialSDK
//
// Created by yeahugo on 14-1-13.
// Copyright (c) 2014年 Umeng. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface UMSocialTwitterHandler : NSObject
/**
使用友盟提供的方法来分享到twitter
*/
+(void)openTwitter;
/**
设置twitter应用key、secret
*/
+(void)setTwi... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"હોમ પર નેવિગેટ કરો"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"ઉપર નેવિગેટ કરો"</string>
<s... | {
"pile_set_name": "Github"
} |
package net.anotheria.moskito.webui.shared.api.filter;
/**
* A single matcher that can be used in filters.
*
* @author lrosenberg
* @since 20.04.15 09:22
*/
public interface Matcher {
/**
* Returns true if the target matches criteria.
* @param target target to check.
* @return
*/
boolean doesMatch(Strin... | {
"pile_set_name": "Github"
} |
# Tenko parser test case
- Path: tests/testcases/assigns/to_keyword/should_listen_to_use_strict_in_getters_5bstatic5d.md
> :: assigns : to keyword
>
> ::> should listen to use strict in getters 5bstatic5d
## Input
`````js
x = { get x() { "use strict"; static = 787984536; } }
`````
## Output
_Note: the whole outpu... | {
"pile_set_name": "Github"
} |
// 665 easy 非递减数列
// 给定一个长度为 n 的整数数组,你的任务是判断在最多改变 1 个元素的情况下,该数组能否变成一个非递减数列。
// 我们是这样定义一个非递减数列的: 对于数组中所有的 i (1 <= i < n),满足 array[i] <= array[i + 1]。
//
// 示例 1:
// 输入: [4,2,3]
// 输出: True
// 解释: 你可以通过把第一个4变成1来使得它成为一个非递减数列。
// 示例 2:
// 输入: [4,2,1]
// 输出: False
// 解释: 你不能在只改变一个元素的情况下将其变为非递减数列。
// 说明: n 的范围为 [1, 10,000... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2011 Apple Inc.
* Copyright (C) 2010 Sencha, Inc.
* Copyright (C) 2010 Igalia S.L.
* 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... | {
"pile_set_name": "Github"
} |
/******************************************************************************
* Copyright (C) 2015 - 2020 Xilinx, Inc. All rights reserved.
* SPDX-License-Identifier: MIT
******************************************************************************/
/*****************************************************************... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="@TOOLS_VERSION@" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|@PLATFORM@">
<Configuration>Debug</Configuration>
<Pla... | {
"pile_set_name": "Github"
} |
# Copyright 2017 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.
source_set("cpp") {
sources = [
"audio_system_factory.cc",
"audio_system_factory.h",
"audio_system_to_service_adapter.cc",
"audio_system_to... | {
"pile_set_name": "Github"
} |
--! define class for PriorityQueue
local class = {mt = {}}
--! define class for PriorityQueue
local Queue = class
--! define class for PriorityQueue
class.mt.__index = class
---! @brief create Queue
---! @return return a self table
local function create()
local self = {}
setmetatable(self, class.mt)
sel... | {
"pile_set_name": "Github"
} |
//-----------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------------------------
namespace System.IdentityModel.Tokens
{
using System.Collections.ObjectModel;
using Syste... | {
"pile_set_name": "Github"
} |
// (C) Copyright Gennadiy Rozental 2002-2008.
// (C) Copyright Daryle Walker 2000-2001.
// 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/test for the library home pa... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2013 Obeo.
* 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 available at
* http://... | {
"pile_set_name": "Github"
} |
/** @file optimal_vars_finder.h
*
* Interface to a function that optimizes the choice of variable for GCD
* computations. */
/*
* GiNaC Copyright (C) 1999-2016 Johannes Gutenberg University Mainz, Germany
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the G... | {
"pile_set_name": "Github"
} |
//// Copyright (c) Microsoft Corporation. All rights reserved
(function () {
"use strict";
var sampleTitle = "Media Editing";
var scenarios = [
{ url: "/html/scenario1.html", title: "Trimming and Saving a clip" },
{ url: "/html/scenario2.html", title: "Appending multiple clips" ... | {
"pile_set_name": "Github"
} |
import React from 'react';
interface Props {
name: string;
}
export default class TSPreset extends React.Component<Props> {
render() {
return null;
}
}
| {
"pile_set_name": "Github"
} |
Arguments with no value
mpi_null:
Base test mpi_read_write_string #1
mpi_read_write_string:10:"128":10:"128":100:0:0
Base test mpi_read_write_string #2
mpi_read_write_string:10:"128":16:"80":100:0:0
Base test mpi_read_write_string #3 (Read zero)
mpi_read_write_string:10:"0":10:"0":100:0:0
Base test mpi_read_write_s... | {
"pile_set_name": "Github"
} |
package com.univocity.trader.indicators;
import com.univocity.trader.candles.Candle;
import com.univocity.trader.indicators.base.SingleValueIndicator;
import com.univocity.trader.indicators.base.TimeInterval;
import com.univocity.trader.strategy.Indicator;
public class CommodityChannelIndex extends SingleValueIndicat... | {
"pile_set_name": "Github"
} |
%%
%% %CopyrightBegin%
%%
%% Copyright Ericsson AB 2018-2018. 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
%%... | {
"pile_set_name": "Github"
} |
//////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Ion Gaztanaga 2015-2015. 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/contain... | {
"pile_set_name": "Github"
} |
[holland:backup]
plugin = random
backups-to-keep = 1
auto-purge-failures = yes
purge-policy = after-backup
[random]
bytes = 222
| {
"pile_set_name": "Github"
} |
class WebBrowserRefreshOption(Enum,IComparable,IFormattable,IConvertible):
"""
Specifies constants that define how the System.Windows.Forms.WebBrowser control can refresh its contents.
enum WebBrowserRefreshOption,values: Completely (3),Continue (2),IfExpired (1),Normal (0)
"""
def __eq__(self,*args):
... | {
"pile_set_name": "Github"
} |
JASC-PAL
0100
16
222 222 222
255 255 255
205 205 205
255 0 255
255 0 255
255 0 255
255 0 255
255 0 255
255 0 255
255 0 255
255 0 255
205 213 131
172 180 98
123 131 90
65 74 16
16 16 16
| {
"pile_set_name": "Github"
} |
{
"domain": "xbox_live",
"name": "Xbox Live",
"documentation": "https://www.home-assistant.io/integrations/xbox_live",
"requirements": ["xboxapi==2.0.1"],
"codeowners": ["@MartinHjelmare"]
}
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2003-2020 Rony Shapiro <ronys@pwsafe.org>.
* All rights reserved. Use of the code is allowed under the
* Artistic License 2.0 terms, as specified in the LICENSE file
* distributed with this code, or available from
* http://www.opensource.org/licenses/artistic-license-2.0.php
*/
#pragma once
#includ... | {
"pile_set_name": "Github"
} |
<?php
/**
* Pre-transform that changes converts a boolean attribute to fixed CSS
*/
class HTMLPurifier_AttrTransform_BoolToCSS extends HTMLPurifier_AttrTransform
{
/**
* Name of boolean attribute that is trigger.
* @type string
*/
protected $attr;
/**
* CSS declarations to add to sty... | {
"pile_set_name": "Github"
} |
function Cw = getCameraCenter(camRtC2W)
Cw = camRtC2W(1:3,4);
| {
"pile_set_name": "Github"
} |
{burn} = require './burner'
processor = require './processor'
{SignatureEngine} = require('./sigeng')
#-----------------------------
exports.box = burn
exports.unbox = processor.do_message
exports.SignatureEngine = SignatureEngine
#-----------------------------
| {
"pile_set_name": "Github"
} |
entity repro1 is
end repro1;
architecture behav of repro1 is
signal s1, s2 : bit;
component comp port (i : in bit; o : out bit);
end component;
begin
s1 <= '1';
c : comp port map (i => s1, o => s2);
end behav;
| {
"pile_set_name": "Github"
} |
<?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license an... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Fri Jul 13 11:56:24 IST 2018 -->
<title>Uses of Package com.androidhiddencamera</title>
<meta name="date" content="2018... | {
"pile_set_name": "Github"
} |
package registry
import (
"fmt"
"github.com/docker/distribution/reference"
digest "github.com/opencontainers/go-digest"
)
// Image holds information about an image.
type Image struct {
Domain string
Path string
Tag string
Digest digest.Digest
named reference.Named
}
// String returns the string repres... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <objc/NSObject.h>
#import <CFNetwork/NSURLSessionDelegate-Protocol.h>
#import <CFNetwork/NSURLSessionTaskDelegate-Protocol.h>
... | {
"pile_set_name": "Github"
} |
/*
Copyright Rene Rivera 2013
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 BOOST_PREDEF_DETAIL_ENDIAN_COMPAT_H
#define BOOST_PREDEF_DETAIL_ENDIAN_COMPAT_H
#include <boost/predef/other/endian.h>
#if BOOST_... | {
"pile_set_name": "Github"
} |
#include "SpriteAnim_BindLua.h"
#include "Vector_BindLua.h"
const char SpriteAnim_BindLua::className[] = "SpriteAnim";
Luna<SpriteAnim_BindLua>::FunctionType SpriteAnim_BindLua::methods[] = {
lunamethod(SpriteAnim_BindLua, SetRot),
lunamethod(SpriteAnim_BindLua, SetRotation),
lunamethod(SpriteAnim_BindLua, SetOpac... | {
"pile_set_name": "Github"
} |
/*
This Java source file was generated by test-to-java.xsl
and is a derived work from the source document.
The source document contained the following notice:
Copyright (c) 2001-2004 World Wide Web Consortium,
(Massachusetts Institute of Technology, Institut National de
Recherche en Informatique et en Automatique, K... | {
"pile_set_name": "Github"
} |
/*
******************************************************************************
* Copyright (C) 2015, International Business Machines Corporation and
* others. All Rights Reserved.
******************************************************************************
*... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: Letter-spacing using 'em' units with a nominal value, 6em</title>
<link rel="author" title="Microsoft" href="http://www.mi... | {
"pile_set_name": "Github"
} |
---
title: Why your agency or org should sponsor Lando
metaTitle: Why you should sponsor Lando | Lando
description: Support your developers and keep them focused on what matters most; achieving your organization's or clients' goals, not solving DevOps problems! And, get your orgs name in front tens of thousands of pote... | {
"pile_set_name": "Github"
} |
// Named EC curves
// Requires ec.js, jsbn.js, and jsbn2.js
var BigInteger = require('jsbn').BigInteger
var ECCurveFp = require('./ec.js').ECCurveFp
// ----------------
// X9ECParameters
// constructor
function X9ECParameters(curve,g,n,h) {
this.curve = curve;
this.g = g;
this.n = n;
this.h = h;
}
... | {
"pile_set_name": "Github"
} |
#include "ImageArraySplitGadget.h"
namespace Gadgetron{
ImageArraySplitGadget::ImageArraySplitGadget()
{
}
int ImageArraySplitGadget::process(GadgetContainerMessage<ISMRMRD::ImageHeader>* m1)
{
if (this->next()->putq(m1) < 0)
{
m1->release();
return GADGET_FAIL;
}
return GADGET_OK;
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `SOL_SOCKET` constant in crate `libc`.">
<meta name="keywor... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2015 Amazon.com, Inc. or its affiliates.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this source tree, or... | {
"pile_set_name": "Github"
} |
# node-is-arrayish [](https://travis-ci.org/Qix-/node-is-arrayish) [](https://coveralls.io/r/Qix-/node-is-a... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
<bean id="d... | {
"pile_set_name": "Github"
} |
/**
* Created by lzhan on 2017/8/22.
*/
// exports.createUnique=createUnique;
var hex_chr = "0123456789abcdef";
function rhex(num)
{
str = "";
for(j = 0; j <= 3; j++)
str += hex_chr.charAt((num >> (j * 8 + 4)) & 0x0F) +
hex_chr.charAt((num >> (j * 8)) & 0x0F);
return str;
}
function ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) scott.cgi All Rights Reserved.
*
* This source code belongs to project Mojoc, which is a pure C Game Engine hosted on GitHub.
* The Mojoc Game Engine is licensed under the MIT License, and will continue to be iterated with coding passion.
*
* License : https://github.com/scottcgi/Mojoc/blob/ma... | {
"pile_set_name": "Github"
} |
;Paste the following configurations in the corresponding place in MobaXterm.ini.
;Theme: Thayer Bright
[Colors]
DefaultColorScheme=0
BackgroundColour=27,29,30
ForegroundColour=248,248,248
CursorColour=252,151,31
Black=27,29,30
Red=249,38,114
BoldGreen=182,227,84
BoldYellow=254,237,108
BoldBlue=63,120,255
BoldMagenta=15... | {
"pile_set_name": "Github"
} |
go-gitconfig
====
[][release]
[][wercker]
[... | {
"pile_set_name": "Github"
} |
package com.andrognito.pinlockview;
import android.graphics.Rect;
import android.support.v7.widget.RecyclerView;
import android.view.View;
/**
* Created by aritraroy on 31/05/16.
*/
public class ItemSpaceDecoration extends RecyclerView.ItemDecoration {
private final int mHorizontalSpaceWidth;
private final... | {
"pile_set_name": "Github"
} |
-- fkey2.test
--
-- execsql { PRAGMA count_changes = 1 }
PRAGMA count_changes = 1 | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
#include <errno.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/epoll.h>
#include <util/symbol.h>
#include <linux/filter.h>
#include "tests.h"
#include "debug.h"
#include "probe-file.h"
#include "build-id.h"
#include "util.h"
/* To tes... | {
"pile_set_name": "Github"
} |
/* -----------------------------------------------------------------
* Programmer: Radu Serban @ LLNL
* -----------------------------------------------------------------
* SUNDIALS Copyright Start
* Copyright (c) 2002-2020, Lawrence Livermore National Security
* and Southern Methodist University.
* All rights res... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | {
"pile_set_name": "Github"
} |
"""Unit test package for {{ cookiecutter.project_slug }}."""
| {
"pile_set_name": "Github"
} |
//! Triggers
use std::{error::Error, fmt};
use crate::append::rolling_file::LogFile;
#[cfg(feature = "file")]
use crate::file::Deserializable;
#[cfg(feature = "size_trigger")]
pub mod size;
/// A trait which identifies if the active log file should be rolled over.
pub trait Trigger: fmt::Debug + Send + Sync + 'stat... | {
"pile_set_name": "Github"
} |
0.421862 10.830241
0.105349 -2.241611
0.155196 21.872976
0.161152 2.015418
0.382632 -38.778979
0.017710 20.109113
0.129656 15.266887
0.613926 111.900063
0.409277 1.874731
0.807556 111.223754
0.593722 133.835486
0.953239 110.465070
0.257402 15.332899
0.645385 93.983054
0.563460 93.645277
0.408338 -30.719878
0.874394 91.... | {
"pile_set_name": "Github"
} |
import { SCHEMES } from "../uri";
const NID$ = "(?:[0-9A-Za-z][0-9A-Za-z\\-]{1,31})";
const PCT_ENCODED$ = "(?:\\%[0-9A-Fa-f]{2})";
const TRANS$$ = "[0-9A-Za-z\\(\\)\\+\\,\\-\\.\\:\\=\\@\\;\\$\\_\\!\\*\\'\\/\\?\\#]";
const NSS$ = "(?:(?:" + PCT_ENCODED$ + "|" + TRANS$$ + ")+)";
const URN_SCHEME = new RegExp("^urn\\:(" ... | {
"pile_set_name": "Github"
} |
--TEST--
Test Abs Class
--FILE--
<?php
trait StaticExample {
public static function doSomething() {
return 'Doing something';
}
}
class Example {
use StaticExample;
}
Example::doSomething();
?>
--EXPECT--
PHP_TOKEN|<|2
PHP_TOKEN|?|2
PHP_LABEL|php|2
WHITESPACE|
|2
PHP_TRAIT|trait|2
WHITESPACE| |2... | {
"pile_set_name": "Github"
} |
// Copyright 2011 The Closure Library 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 requ... | {
"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"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12121" systemVersion="16G29" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" colorMatched="YES" initialViewControll... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure=... | {
"pile_set_name": "Github"
} |
/*
Texel - A UCI chess engine.
Copyright (C) 2012-2015 Peter Österlund, peterosterlund2@gmail.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 License,... | {
"pile_set_name": "Github"
} |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/organizations/model/InvalidInputExceptionReason.h>
#include <aws/core/utils/HashingUtils.h>
#include <aws/core/Globals.h>
#include <aws/core/utils/EnumParseOverflowContainer.h>
using na... | {
"pile_set_name": "Github"
} |
-- since PK is textual, starting with 900 only ends up with ten rows.
SET @s := '
set @counter := 0;
update test_cs.test_split_text set nval = 1;
split({start: 900}: update test_cs.test_split_text set nval = nval + 1)
{
set @counter := @counter + 1;
}
';
call run(@s);
select @counter = 1;
| {
"pile_set_name": "Github"
} |
/**
* \file
*
* Copyright (c) 2012-2018 Microchip Technology Inc. and its subsidiaries.
*
* \asf_license_start
*
* \page License
*
* Subject to your compliance with these terms, you may use Microchip
* software and any derivatives exclusively with Microchip products.
* It is your responsibility to comply wit... | {
"pile_set_name": "Github"
} |
(function(){var a=function(){};return new a(1,2,3,4)})()
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
<a... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright since 2007 PrestaShop SA and Contributors
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.md.
* It is also ... | {
"pile_set_name": "Github"
} |
#ifndef __LUA_TEMPLATE_RUNTIME_FRAMEWORKS_RUNTIME_SRC_CLASSES_LUA_MODULE_REGISTER_H__
#define __LUA_TEMPLATE_RUNTIME_FRAMEWORKS_RUNTIME_SRC_CLASSES_LUA_MODULE_REGISTER_H__
#include "audio/lua_audio_manual.h"
#include "network/lua_cocos2dx_network_manual.h"
#include "cocostudio/lua_cocos2dx_coco_studio_manual.hpp"
#inc... | {
"pile_set_name": "Github"
} |
LoadModule negotiation_module /usr/lib/apache2/modules/mod_negotiation.so
| {
"pile_set_name": "Github"
} |
ul.menu
li
.menu-group Encode
li
a(href='base32_encode.html') Base32
li
a(href='base32_encode_file.html') Base32 File
li
a(href='base64_encode.html') Base64
li
a(href='base64_encode_file.html') Base64 File
li
a(href='html_encode.html') HTML
li
a(href='url_encode.html') URL
| {
"pile_set_name": "Github"
} |
window.setInteractables = () => {
interact('.draggable', { context: document })
.draggable({
onmove: onMove,
inertia: { enabled: true },
restrict: {
drag: 'parent',
endOnly: true,
elementRect: { top: 0, left: 0, bottom: 1, right: 1 },
},
autoScroll: true,
... | {
"pile_set_name": "Github"
} |
{
"_from": "http-cache-semantics@^3.8.1",
"_id": "http-cache-semantics@3.8.1",
"_inBundle": false,
"_integrity": "sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w==",
"_location": "/http-cache-semantics",
"_phantomChildren": {},
"_requested": {
"type": "ran... | {
"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"
} |
using CoreWCF.Configuration;
using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using System;
namespace CoreWCF.Channels
{
internal class HttpTransportServiceBuilder : ITransportServiceBuilder
{
private bool _configured = false;
... | {
"pile_set_name": "Github"
} |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/firehose/Firehose_EXPORTS.h>
namespace Aws
{
namespace Utils
{
namespace Json
{
class JsonValue;
class JsonView;
} // namespace Json
} // namespace Utils
namespace Fire... | {
"pile_set_name": "Github"
} |
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
namespace Microsoft.CSharp.RuntimeBinder.Semantics
{
// ----------------------------------------------------------------------------
// VoidType - represents the type "void".
// ---------------------------------------... | {
"pile_set_name": "Github"
} |
package com.alibaba.nacos.example.spring.controller;
import com.alibaba.nacos.api.annotation.NacosInjected;
import com.alibaba.nacos.api.config.ConfigService;
import com.alibaba.nacos.api.config.annotation.NacosValue;
import com.alibaba.nacos.api.exception.NacosException;
import org.springframework.http.HttpStatus;
im... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.