text stringlengths 2 99.9k | meta dict |
|---|---|
/****************************************************************************
****************************************************************************
***
*** This header was automatically generated from a Linux kernel header
*** of the same name, to make information necessary for userspace to
*** call i... | {
"pile_set_name": "Github"
} |
package pflag
import "strconv"
// optional interface to indicate boolean flags that can be
// supplied without "=value" text
type boolFlag interface {
Value
IsBoolFlag() bool
}
// -- bool Value
type boolValue bool
func newBoolValue(val bool, p *bool) *boolValue {
*p = val
return (*boolValue)(p)
}
func (b *bool... | {
"pile_set_name": "Github"
} |
obsolete='yes'
| {
"pile_set_name": "Github"
} |
package kubernetes
import (
"k8s.io/apimachinery/pkg/labels"
"github.com/weaveworks/common/mtime"
"github.com/weaveworks/scope/probe"
"github.com/weaveworks/scope/probe/controls"
"github.com/weaveworks/scope/probe/docker"
"github.com/weaveworks/scope/report"
)
// These constants are keys used in node metadata
... | {
"pile_set_name": "Github"
} |
'''
rmtoo
Free and Open Source Requirements Management Tool
The correct way to define dependencies.
(c) 2010-2011,2017 by flonatel GmbH & Co. KG
For licensing details see COPYING
'''
from __future__ import unicode_literals
from rmtoo.lib.digraph.Digraph import Digraph
from rmtoo.lib.InputModuleTypes import I... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <Cocoa/NSView.h>
@class Album, IPMarimbaSlideshow, IPMessageReceiver, NSColor, NSImage, NSTimer;
@protocol MultiPaneContentCon... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script src="/benchmark/js/jquery.min.js"></script>
<script type="text/javascript" src="/benchmark/js/js.cookie.js"></script>
<title>Be... | {
"pile_set_name": "Github"
} |
This module provides functionality for managing Azure AD users.
Use this module to do the following:
- synchronize the database users with the users from Azure AD - either create new ones, or update the existing ones
- synchronize a single user with an Azure AD user
- check if the current user is the tenant admin
# P... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 5e11953c4319ce44cbdc24e1194eb935
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/**********************************************************************
* Author: Cavium, Inc.
*
* Contact: support@cavium.com
* Please include "LiquidIO" in the subject.
*
* Copyright (c) 2003-2016 Cavium, Inc.
*
* This file is free software; you can redistribute it and/or modify
* it under the terms... | {
"pile_set_name": "Github"
} |
#include<bits/stdc++.h>
using namespace std;
#include "mpm.h"
int main(){
MPM solver(10, 8, 9);
int C = (int)1e8;
long long inf = (long long)1e15;
solver.add_edge(8, 0, C);
solver.add_edge(8, 1, C);
solver.add_edge(8, 2, C);
solver.add_edge(8, 3, C);
solver.add_edge(0, 4, inf);
solver.add_edge(1, 5, inf);
... | {
"pile_set_name": "Github"
} |
// Generated by typings
// Source: https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/c49913aa9ea419ea46c1c684e488cf2a10303b1a/jasmine/jasmine.d.ts
declare function describe(description: string, specDefinitions: () => void): void;
declare function fdescribe(description: string, specDefinitions: () => voi... | {
"pile_set_name": "Github"
} |
/*
Copyright 2014 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"
} |
[android-components](../../index.md) / [mozilla.components.feature.readerview](../index.md) / [ReaderViewFeature](index.md) / [hideControls](./hide-controls.md)
# hideControls
`fun hideControls(): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) [(source)](https://github.com/mozilla-mob... | {
"pile_set_name": "Github"
} |
using StackExchange.Redis;
using System;
using System.Runtime.ExceptionServices;
using System.Threading;
namespace Hangfire.Redis.Tests
{
public static class RedisUtils
{
private const string HostVariable = "Hangfire_Redis_Host";
private const string PortVariable = "Hangfire_Redis_Port";
... | {
"pile_set_name": "Github"
} |
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
*
* Copyright 2010-2011, Christian Muehlhaeuser <muesli@tomahawk-player.org>
* Copyright 2010-2011, Jeff Mitchell <jeff@tomahawk-player.org>
*
* Tomahawk is free software: you can redistribute it and/or modify
* it under the te... | {
"pile_set_name": "Github"
} |
package cn.edu.tju.rico.test;
import java.util.Comparator;
import cn.edu.tju.rico.stack.LinkedStack;
public class LinkedStackTest {
// 测试
public static void main(String[] args) throws Exception {
LinkedStack<Integer> stack = new LinkedStack<Integer>();
Comparator<Integer> c = new Comparator<Integ... | {
"pile_set_name": "Github"
} |
/***************************************************************************
* *
* Project64-video - A Nintendo 64 gfx plugin. *
* http://www.pj64-emu.com/ *
* Copyri... | {
"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"
} |
require('../../modules/es6.array.index-of');
module.exports = require('../../modules/_core').Array.indexOf; | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2017/2020 e-voyageurs technologies
*
* 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... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!-- Written by Eclipse BIRT 2.0 -->
<report xmlns="http://www.eclipse.org/birt/2005/design" version="3" id="1">
<property name="createdBy">Eclipse BIRT Designer Version 1.0.0 Build <20050531-0733></property>
<property name="units">in</property>
<data-sources>
... | {
"pile_set_name": "Github"
} |
#!/usr/bin/perl
use warnings;
use strict;
use Test::More;
my $rc = 0;
$rc = plan tests => 2;
diag("Returned: " . sprintf('%d', $rc));
$rc = fail('test to fail');
diag("Returned: $rc");
$rc = fail('test to fail with extra string');
diag("Returned: $rc");
| {
"pile_set_name": "Github"
} |
package schedule
const (
GroupName = "scheduler.io"
)
| {
"pile_set_name": "Github"
} |
import React from 'react';
import { StyleSheet, Switch, Text, TouchableOpacity, View } from 'react-native';
export default class CommonCell extends React.Component {
constructor(props, context) {
super(props, context);
this.state = {
isOn: false
}
}
render() {
return (
<TouchableOpac... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2009-2015 Scale Unlimited
*
* 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 a... | {
"pile_set_name": "Github"
} |
/*
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2008 The PHP Group |
+---------... | {
"pile_set_name": "Github"
} |
resource "aws_instance" "bar" {
foo = "bar"
provisioner "shell" {}
}
| {
"pile_set_name": "Github"
} |
@REM Build for Visual Studio compiler. Run your copy of vcvars32.bat or vcvarsall.bat to setup command-line compiler.
mkdir Debug
cl /nologo /Zi /MD /I .. /I ..\.. /I ..\libs\glfw\include /I ..\libs\gl3w *.cpp ..\imgui_impl_glfw.cpp ..\imgui_impl_opengl3.cpp ..\..\imgui*.cpp ..\libs\gl3w\GL\gl3w.c /FeDebug/example_glfw... | {
"pile_set_name": "Github"
} |
lm-weight: 0.3
beam-size: 20
penalty: 0.0
maxlenratio: 0.0
minlenratio: 0.0
ctc-weight: 0.6
| {
"pile_set_name": "Github"
} |
; Copyright (c) Christophe Grand, November 2008. All rights reserved.
; The use and distribution terms for this software are covered by the
; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
; which can be found in the file epl-v10.html at the root of this
; distribution.
; By u... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html >
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title></title>
<meta name="description" content="" />
<meta name... | {
"pile_set_name": "Github"
} |
<?php
/**
* Magento
*
* 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.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a co... | {
"pile_set_name": "Github"
} |
.mw_form{
position: relative;
clear: both;
}
.mw_form:after{
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
/* Contact Form Styles */
.message-sent-icon{
display: block;
width:52px;
height: 52px;
background: url(../img/message-sent.png) no-repeat;... | {
"pile_set_name": "Github"
} |
XHR!
<%= yield %> | {
"pile_set_name": "Github"
} |
/******************************************************************************
*
* (C)Copyright 1998,1999 SysKonnect,
* a business unit of Schneider & Koch & Co. Datensysteme GmbH.
*
* See the file "skfddi.c" for further information.
*
* This program is free software; you can redistribute it and/or modify
* it... | {
"pile_set_name": "Github"
} |
// (C) Copyright Gennadiy Rozental 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 page.
//
///@file
///Defines monomorphic dataset based on ... | {
"pile_set_name": "Github"
} |
// Copyright 2018 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "src/base/address-region.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace v8 {
namespace base {
using Address = AddressRegion::Ad... | {
"pile_set_name": "Github"
} |
--- components/policy/tools/generate_policy_source.py.orig 2019-03-15 06:37:17 UTC
+++ components/policy/tools/generate_policy_source.py
@@ -92,7 +92,7 @@ class PolicyDetails:
raise RuntimeError('is_device_only is only allowed for Chrome OS: "%s"'
% p)
if platform not in ['ch... | {
"pile_set_name": "Github"
} |
<?php
namespace App\Models;
class QuestionType extends \Illuminate\Database\Eloquent\Model
{
//put your code here
}
| {
"pile_set_name": "Github"
} |
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.5 BLOCK -->
## Security
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), ... | {
"pile_set_name": "Github"
} |
// Copyright 2016 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build ignore
package main
import (
"unicode/utf8"
"golang.org/x/text/internal/format/plural"
)
// A system identifies a CLDR numbering system.
type sy... | {
"pile_set_name": "Github"
} |
Module::Load::Conditional provides simple ways to query and possibly
load any of the modules you have installed on your system during
runtime.
WWW: https://metacpan.org/release/Module-Load-Conditional
| {
"pile_set_name": "Github"
} |
@import "jquery.textile";
.content-textile, .textile-preview {
overflow-wrap: break-word;
em {
font-style: italic;
}
h5 {
margin-top: 2rem;
&:first-child {
margin-top: 0;
}
}
img {
max-width: 100%;
height: auto;
}
ol {
list-style-type: decimal;
}
p:last-chil... | {
"pile_set_name": "Github"
} |
//
// Copyright (C) 2010 Novell Inc. http://novell.com
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modi... | {
"pile_set_name": "Github"
} |
//
// main.m
// Lesson 6
//
// Created by Lucas Derraugh on 3/31/11.
// Copyright 2011 Lucas Derraugh. All rights reserved.
//
#import <Cocoa/Cocoa.h>
int main(int argc, char *argv[])
{
return NSApplicationMain(argc, (const char **)argv);
}
| {
"pile_set_name": "Github"
} |
<!doctype html>
<title>NoMore</title>
<html>
<body>
<form name="login" action='/login' method='POST' onsubmit='x();'>
Username: <input type='text' name='username'><br /><br />
Password: <input type='password' name='password' /> OTP: <input type='text' name='otp' size='5'><br /><br />
<input type='hidden' name='auth'... | {
"pile_set_name": "Github"
} |
<?php
$container->loadFromExtension('wouterj_eloquent', [
'connections' => [
'default' => ['database' => 'db'],
'connection_1' => [
'driver' => 'sqlite',
'host' => 'local',
'port' => null,
'database' => 'foo.db',
'username' => 'user',
... | {
"pile_set_name": "Github"
} |
package sync
import (
"strings"
"time"
"github.com/devspace-cloud/devspace/cmd"
"github.com/devspace-cloud/devspace/cmd/flags"
"github.com/devspace-cloud/devspace/e2e/utils"
"github.com/devspace-cloud/devspace/pkg/util/log"
"github.com/pkg/errors"
)
func runDownloadOnly(f *customFactory, logger log.Logger) er... | {
"pile_set_name": "Github"
} |
package main
import "github.com/solo-io/build/pkg/cli"
func main() {
cli.Run()
}
| {
"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 d = [ {
}
let {
class A {
{
}
enum e {
func a {
a(
{
class
case ,
| {
"pile_set_name": "Github"
} |
/**************************************************************************
*
* Copyright 2010 VMware, Inc. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the
* "Software"), to deal in the Software wit... | {
"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"
} |
.header {
padding: 80rpx;
line-height: 1;
}
.title {
font-size: 52rpx;
}
.desc {
margin-top: 10rpx;
color: #888888;
font-size: 28rpx;
}
.menu-list {
display: flex;
flex-direction: column;
background-color: #fbf9fe;
margin-top: 10rpx;
}
.menu-item {
color: #000000;
display: flex;
background-col... | {
"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"
} |
/*
Simple DirectMedia Layer
Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.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 ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
* Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
* Copyright (C) INRIA -
*
* Copyright (C) 2012 - 2016 - Scilab Enterprises
*
* This file is hereby licensed under the terms of the GNU GPL v2.0,
* pursuant to article 5.3.4 of the CeCILL v.2.1.
* This f... | {
"pile_set_name": "Github"
} |
在[新的React架构一节](../preparation/newConstructure.md)中,我们提到的**虚拟DOM**在`React`中有个正式的称呼——`Fiber`。在之后的学习中,我们会逐渐用`Fiber`来取代**React16虚拟DOM**这一称呼。
接下来让我们了解下`Fiber`因何而来?他的作用是什么?
## Fiber的起源
> 最早的`Fiber`官方解释来源于[2016年React团队成员Acdlite的一篇介绍](https://github.com/acdlite/react-fiber-architecture)。
从上一章的学习我们知道:
在`React15`及以前,`Reconc... | {
"pile_set_name": "Github"
} |
From 49456e0a37fac7bc9d1f01bc1519fb0d699956db Mon Sep 17 00:00:00 2001
From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Date: Fri, 27 Dec 2019 23:33:37 +0100
Subject: [PATCH] hw/xfree86/common/xf86Init.c: fix build without glx
Since commit d8ec33fe0542141aed1d9016d2ecaf52da944b4b, an include on
glxvndabi.h has been... | {
"pile_set_name": "Github"
} |
@import 'commonStyles/styleVars.scss';
.bordered-input {
border: solid 1px $inputBorderDefault;
border-radius: 4px;
padding: 2px 6px;
height: 26px;
box-sizing: border-box;
&:focus {
border-color: $purple3;
}
&.error {
border-color: $inputErrorColor;
}
&.disabled {
c... | {
"pile_set_name": "Github"
} |
/*
Copyright 2008 Intel Corporation
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_POLYGON_RECTANGLE_CONCEPT_HPP
#define BOOST_POLYGON_RECTANGLE_CONCEPT_HPP
#in... | {
"pile_set_name": "Github"
} |
# Avro
## Read Avro files
Scio comes with support for reading Avro files. Avro supports generic or specific records, Scio supports both via the same method (`avroFile`), but depending on the type parameter.
### Read Specific records
```scala mdoc:reset:silent
import com.spotify.scio.ScioContext
import com.spotify.s... | {
"pile_set_name": "Github"
} |
---
- import_tasks: check-tokens.yml
tags:
- k8s-secrets
- k8s-gen-tokens
- facts
- name: Make sure the tokens directory exits
file:
path: "{{ kube_token_dir }}"
state: directory
mode: o-rwx
group: "{{ kube_cert_group }}"
- import_tasks: gen_tokens.yml
tags:
- k8s-secrets
- ... | {
"pile_set_name": "Github"
} |
// ==UserScript==
// @name 领扣中国签到
// @namespace https://github.com/inu1255/soulsign-chrome
// @version 1.0.1
// @author inu1255
// @loginURL https://leetcode-cn.com/
// @updateURL https://gitee.com/inu1255/soulsign-chrome/raw/master/public/demos/leetcode-cn.js
... | {
"pile_set_name": "Github"
} |
// ParticleTexture.js
import alfrid, { GL, FrameBuffer, CameraOrtho, CameraPerspective } from 'alfrid'
import Assets from './Assets'
import Config from './Config'
import vs from '../shaders/pbr.vert'
import fs from '../shaders/diffuse.frag'
class ParticleTexture extends FrameBuffer {
constructor () {
const s =... | {
"pile_set_name": "Github"
} |
class C {
constructor(public x: number) {} // OK
}
class D {
constructor(x: number) {} // NOT OK
}
| {
"pile_set_name": "Github"
} |
#
# FreeType 2 TrueType module definition
#
# Copyright 1996-2000, 2006 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
# and distributed under the terms of the FreeType project license,
# LICENSE.TXT. By continuing to use, modify,... | {
"pile_set_name": "Github"
} |
program AsyncProgress;
uses
System.StartUpCopy,
FMX.Forms,
Main_Form in 'Main_Form.pas' {MainForm};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TMainForm, MainForm);
Application.Run;
end.
| {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Test dojox.grid.Grid Selection Models</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
<style type="text/css">
@import "../resources/Grid.css";
@import "... | {
"pile_set_name": "Github"
} |
package com.java110.community.bmo.assets.impl;
import com.alibaba.fastjson.JSONObject;
import com.java110.community.bmo.assets.IQueryAssetsRepairBMO;
import com.java110.dto.repair.RepairDto;
import com.java110.intf.common.IMachineInnerServiceSMO;
import com.java110.intf.community.IParkingSpaceInnerServiceSMO;
import c... | {
"pile_set_name": "Github"
} |
#!ascii label, from subject
194
1 27.644068 -85.082527 44.726585 0.000000
71 14.372116 -96.204163 23.253424 0.000000
102 0.700103 -86.282700 50.577446 0.000000
189 36.635391 -86.502731 34.315052 0.000000
190 30.034422 -92.443611 23.553467 0.000000
191 21.213121 -91.513474 34.315052 0.000000
292 -12.921903 -84.402420 ... | {
"pile_set_name": "Github"
} |
<?php
/**
* @link https://craftcms.com/
* @copyright Copyright (c) Pixel & Tonic, Inc.
* @license https://craftcms.github.io/license/
*/
namespace craft\web\twig\variables;
use Craft;
use craft\base\FieldInterface;
use craft\helpers\ArrayHelper;
use craft\models\FieldGroup;
use craft\models\FieldLayout;
/**
* F... | {
"pile_set_name": "Github"
} |
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
FOUNDATION_EXPORT double Pods_ShiftyHelperVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_ShiftyHelperVersionStrin... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2020 Proton Technologies AG
*
* This file is part of ProtonVPN.
*
* ProtonVPN is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) ... | {
"pile_set_name": "Github"
} |
// (C) Copyright Edward Diener 2011-2015
// 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).
#if !defined(BOOST_VMD_DETAIL_IS_ARRAY_COMMON_HPP)
#define BOOST_VMD_DETAIL_I... | {
"pile_set_name": "Github"
} |
[config]
command = stat
args = -d kill >/dev/null 2>&1
ret = 1
# PERF_TYPE_SOFTWARE / PERF_COUNT_SW_TASK_CLOCK
[event1:base-stat]
fd=1
type=1
config=1
# PERF_TYPE_SOFTWARE / PERF_COUNT_SW_CONTEXT_SWITCHES
[event2:base-stat]
fd=2
type=1
config=3
# PERF_TYPE_SOFTWARE / PERF_COUNT_SW_CPU_MIGRATIONS
[event3:base... | {
"pile_set_name": "Github"
} |
# /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides 2002.
# * Distributed under the Boost Software License, Version 1.0. (See
# * accompanying file LICENSE_1_0... | {
"pile_set_name": "Github"
} |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:layout_width="match_parent" android:layout_height="match_parent">
<fragment class="p1.p2.MyFragmentActivity$MyFragment"/>
</LinearLayout> | {
"pile_set_name": "Github"
} |
easyblock = 'ConfigureMake'
name = 'libGLU'
version = '9.0.0'
homepage = 'https://mesa.freedesktop.org/archive/glu/'
description = """The OpenGL Utility Library (GLU) is a computer graphics library for OpenGL. """
toolchain = {'name': 'intelcuda', 'version': '2017b'}
toolchainopts = {'pic': True}
source_urls = ['ht... | {
"pile_set_name": "Github"
} |
//
// AttributionsViewController.swift
// BattleBuddy
//
// Created by Mike on 7/25/19.
// Copyright © 2019 Veritas. All rights reserved.
//
import UIKit
class AttributionsViewController: BaseTableViewController {
lazy var restApiCell: BaseTableViewCell = {
let cell = BaseTableViewCell(style: .subtitl... | {
"pile_set_name": "Github"
} |
'use strict';
var $isNaN = require('../helpers/isNaN');
// https://www.ecma-international.org/ecma-262/6.0/#sec-samevaluezero
module.exports = function SameValueZero(x, y) {
return (x === y) || ($isNaN(x) && $isNaN(y));
};
| {
"pile_set_name": "Github"
} |
check process batch
with pidfile "@BASE_DIR@/var/run/batch.pid"
start program = "/sbin/service kaltura-batch start" with timeout 60 seconds
stop program = "/sbin/service kaltura-batch stop"
group kaltura
depends on batchbin, batch.ini
check file batch.ini
with path "@APP_DIR@/configurations/... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<img src="blue-32x32.png">
</html>
| {
"pile_set_name": "Github"
} |
// Boost.Units - A C++ library for zero-overhead dimensional analysis and
// unit/quantity manipulation and conversion
//
// Copyright (C) 2003-2008 Matthias Christian Schabel
// Copyright (C) 2008 Steven Watanabe
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE... | {
"pile_set_name": "Github"
} |
/* file: DataUseInModelId.java */
/*******************************************************************************
* Copyright 2014-2020 Intel Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the... | {
"pile_set_name": "Github"
} |
{
"Logging": {
"IncludeScopes": false,
"Debug": {
"LogLevel": {
"Default": "Warning"
}
},
"Console": {
"LogLevel": {
"Default": "Warning"
}
}
}
}
| {
"pile_set_name": "Github"
} |
'use strict';
var arr = [];
var charCodeCache = [];
module.exports = function (a, b) {
if (a === b) {
return 0;
}
var aLen = a.length;
var bLen = b.length;
if (aLen === 0) {
return bLen;
}
if (bLen === 0) {
return aLen;
}
var bCharCode;
var ret;
var tmp;
var tmp2;
var i = 0;
var j = 0;
while ... | {
"pile_set_name": "Github"
} |
<!--
tagline: Expose command-line scripts from packages
-->
# Vendor binaries and the `vendor/bin` directory
## What is a vendor binary?
Any command line script that a Composer package would like to pass along
to a user who installs the package should be listed as a vendor binary.
If a package contains other sc... | {
"pile_set_name": "Github"
} |
package tddmicroexercises.textconvertor
import org.scalatest.{Matchers, FlatSpec}
class HtmlPagesConverterTest extends FlatSpec with Matchers {
it should "foo" in {
val converter = new HtmlPagesConverter("foo")
converter.filename shouldEqual "fixme"
}
} | {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------... | {
"pile_set_name": "Github"
} |
Ivoz\Provider\Domain\Model\ExternalCallFilterRelCalendar\ExternalCallFilterRelCalendarAbstract:
type: mappedSuperclass
manyToOne:
filter:
targetEntity: \Ivoz\Provider\Domain\Model\ExternalCallFilter\ExternalCallFilterInterface
cascade: { }
fetch: LAZY
mappedBy: null
inversedBy: ca... | {
"pile_set_name": "Github"
} |
name: Node-CI
on:
push:
branches: master
pull_request:
create: # Run when tag is created
jobs:
build:
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{... | {
"pile_set_name": "Github"
} |
package jsoniter
import (
"strconv"
)
type uint64Any struct {
baseAny
val uint64
}
func (any *uint64Any) LastError() error {
return nil
}
func (any *uint64Any) ValueType() ValueType {
return NumberValue
}
func (any *uint64Any) MustBeValid() Any {
return any
}
func (any *uint64Any) ToBool() bool {
return an... | {
"pile_set_name": "Github"
} |
/* Auxiliary C code for Ghttp.
*
* Copyright (c) 1999 Manuel M. T. Chakravarty
*
* This is required due to the inability of GHC's FFI to pass structures from C
* to Haskell.
*/
#include "ghttpHS.h"
ghttp_current_status *ghttpHS_get_status (ghttp_request *a_request)
{
ghttp_current_status *status;
status = ... | {
"pile_set_name": "Github"
} |
package io.jenkins.docker;
import com.github.dockerjava.api.DockerClient;
import com.github.dockerjava.api.exception.ConflictException;
import com.github.dockerjava.api.exception.NotFoundException;
import com.github.dockerjava.api.exception.NotModifiedException;
import com.nirima.jenkins.plugins.docker.DockerCloud;
im... | {
"pile_set_name": "Github"
} |
JSON Schema: <%= @schema[:name].to_s.sub(/_schema/, '').capitalize %>
<%= @schema[:uri] %>
Properties
<% for property in @schema[:properties].keys %>
<%= @schema[:properties][property]["type"]%> <%= property %>
<% end %>
| {
"pile_set_name": "Github"
} |
import math
import toolz
import yaml
from datacube.index import Index
from datacube.index.hl import Doc2Dataset
from datacube.model import MetadataType
from datacube.testutils import gen_dataset_test_dag, load_dataset_definition, write_files, dataset_maker
from datacube.utils import SimpleDocNav
from datacube.scripts... | {
"pile_set_name": "Github"
} |
--TEST--
GH-74: catchable fatal error in 3.5
--FILE--
<?php
$_SERVER['argv'][1] = '--no-configuration';
$_SERVER['argv'][2] = '--process-isolation';
$_SERVER['argv'][3] = 'Issue74Test';
$_SERVER['argv'][4] = dirname(__FILE__) . '/74/Issue74Test.php';
require __DIR__ . '/../../bootstrap.php';
PHPUnit_TextUI_Command::ma... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -std=c++11 -emit-llvm-only %s
struct X {
template<typename T> static typename T::type g(T t);
template<typename T> auto f(T t) -> decltype(g(t));
void f(...);
};
void test() {
X().f(0);
X().f(0);
}
| {
"pile_set_name": "Github"
} |
/home/ksw/develop/ijkplayer-android/android/ijkplayer/ijkplayer-armv5/src/main/obj/local/armeabi/objs/yuv_static/source/convert_argb.o: \
/home/ksw/develop/ijkplayer-android/android/ijkplayer/ijkplayer-armv5/src/main/jni/ijkmedia/ijkyuv/source/convert_argb.cc \
/home/ksw/develop/ijkplayer-android/android/ijkplayer/ij... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.