text stringlengths 2 99.9k | meta dict |
|---|---|
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : {"default": mod};
};
Object.defineProperty(exports, "__esModule", {value: true});
var fork_1 = __importDefault(require("./fork"));
var core_1 = __importDefault(require("./def/core"));
var es... | {
"pile_set_name": "Github"
} |
#region license
/*
DirectShowLib - Provide access to DirectShow interfaces via .NET
Copyright (C) 2007
http://sourceforge.net/projects/directshownet/
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 Found... | {
"pile_set_name": "Github"
} |
import Octicon from '../components/Octicon.vue'
Octicon.register({"mortar-board":{"width":16,"height":16,"d":"M7.83 9.19L4 8c-4-8 0 1.5 0 2.5S5.8 12 8 12s4-.5 4-1.5V8L8.17 9.19a.73.73 0 0 1-.36 0h.02zm.28-6.39a.34.34 0 0 0-.2 0L.27 5.18a.35.35 0 0 0 0 .67L2 6.4v1.77c-.3.17-.5.5-.5.86 0 .19.05.36.14.5-.08.14-.14.31-.14... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2002-2003 Joel de Guzman
Copyright (c) 2002-2003 Hartmut Kaiser
http://spirit.sourceforge.net/
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http:... | {
"pile_set_name": "Github"
} |
/////////////////////////////////////////////////////////////////////////////
// Name: wx/osx/carbon/private/print.h
// Purpose: private implementation for printing on OS X
// Author: Stefan Csomor
// Modified by:
// Created: 03/02/99
// Copyright: (c) Stefan Csomor
// Licence: wxWindows licen... | {
"pile_set_name": "Github"
} |
// Copyright (c) 1994-2006 Sun Microsystems Inc.
// All Rights Reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// - Redistributions of source code must retain the above copyright notice,
// this list ... | {
"pile_set_name": "Github"
} |
package org.openiot.sdum.client.ui.swing;
/**
* Copyright (c) 2011-2014, OpenIoT
*
* This file is part of OpenIoT.
*
* OpenIoT 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, ... | {
"pile_set_name": "Github"
} |
package site.gemus.openingstartanimation;
import android.graphics.Canvas;
import android.graphics.drawable.Drawable;
/**
* @author Jackdow
* @version 1.0
* FancyView
*/
interface RYBDrawStrategyStateInterface {
/**
* 绘制图标
* @param canvas 画布
* @param fraction 完成时间
* @param drawa... | {
"pile_set_name": "Github"
} |
@import "compass/css3";
.lf-ng-md-file-input{
margin-top: 5px;
margin-bottom: 5px;
.lf-ng-md-file-input-preview-container{
@include border-radius(3px);
@include box-shadow(0 2px 2px 0 rgba(0, 0, 0, 0.2));
border: 1px solid #ddd;
padding: 5px;
margin-bottom: 10px;
... | {
"pile_set_name": "Github"
} |
@snooze-color: #472B82;
.snooze-mail-label {
display: flex;
align-items: center;
img {
background-color: @snooze-color;
margin-right: 5px;
}
}
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2008-present MongoDB, 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 ag... | {
"pile_set_name": "Github"
} |
using System;
using System.Runtime.InteropServices;
namespace Tensorflow
{
[StructLayout(LayoutKind.Sequential)]
public struct TF_OperationDescription
{
public IntPtr node_builder;
public IntPtr graph;
public IntPtr colocation_constraints;
}
}
| {
"pile_set_name": "Github"
} |
namespace SampleLibrary.Proxy
{
public class ClassWithParametersFromHostGenericTypeArguments<T0, T1>
{
public virtual void DoSomething(T0 arg1, T1 arg2)
{
}
}
} | {
"pile_set_name": "Github"
} |
// Copyright 2017-2020 @polkadot/api-derive authors & contributors
// SPDX-License-Identifier: Apache-2.0
import { ApiInterfaceRx } from '@polkadot/api/types';
import { DeriveReferendumExt } from '../types';
import { Observable, combineLatest, of } from 'rxjs';
import { map, switchMap } from 'rxjs/operators';
import... | {
"pile_set_name": "Github"
} |
# These are supported funding model platforms
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: arunmichaeldsouza
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platf... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2006, Google Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditi... | {
"pile_set_name": "Github"
} |
"""Soundex algorithm
This program is part of "Dive Into Python", a free Python book for
experienced programmers. Visit http://diveintopython.org/ for the
latest version.
"""
__author__ = "Mark Pilgrim (mark@diveintopython.org)"
__version__ = "$Revision: 1.2 $"
__date__ = "$Date: 2004/05/06 21:36:36 $"
__copyright__ ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2007-2009 ST-Ericsson AB
* License terms: GNU General Public License (GPL) version 2
* Timer COH 901 328, runs the OS timer interrupt.
* Author: Linus Walleij <linus.walleij@stericsson.com>
*/
#include <linux/interrupt.h>
#include <linux/time.h>
#include <linux/timex.h>
#include <linux/clockchip... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2005-2006 Network Appliance, Inc. All rights reserved.
*
* 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 th... | {
"pile_set_name": "Github"
} |
<?php
namespace libphonenumber\Leniency;
use libphonenumber\PhoneNumber;
use libphonenumber\PhoneNumberUtil;
abstract class AbstractLeniency
{
/**
* Integer level to compare 'ENUMs'
* @var int
*/
protected static $level;
/**
* Returns true if $number is a verified number according to... | {
"pile_set_name": "Github"
} |
import datetime
import logging
import os
import time
class LogFormatter(logging.Formatter):
converter = time.gmtime
def format(self, record):
formatted = logging.Formatter.format(self, record).decode("utf8")
if hasattr(record, "host"):
formatted = ("[%10s] " % record.host) + for... | {
"pile_set_name": "Github"
} |
// +build linux
package process
import (
"bytes"
"encoding/json"
"errors"
"fmt"
"io/ioutil"
"os"
"path/filepath"
"strconv"
"strings"
"syscall"
"github.com/shirou/gopsutil/cpu"
"github.com/shirou/gopsutil/host"
"github.com/shirou/gopsutil/internal/common"
"github.com/shirou/gopsutil/net"
)
var ErrorNoC... | {
"pile_set_name": "Github"
} |
//
// detail/impl/win_iocp_socket_service_base.ipp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2016 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/... | {
"pile_set_name": "Github"
} |
package bolt
import (
"syscall"
)
// fdatasync flushes written data to a file descriptor.
func fdatasync(db *DB) error {
return syscall.Fdatasync(int(db.file.Fd()))
}
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
<article id="coniditional_phrase_test" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Coniditiona... | {
"pile_set_name": "Github"
} |
अंगोला (AO)
अंटार्कटिका (AQ)
अज़रबैजान (AZ)
अफ़गानिस्तान (AF)
अमेरिकी समोआ (AS)
अरूबा (AW)
अर्जेंटीना (AR)
अल सल्वाडोर (SV)
अल्जीरिया (DZ)
अल्बानिया (AL)
आइल ऑफ़ मैन (IM)
आइसलैंड (IS)
आयरलैंड (IE)
आर्मेनिया (AM)
इंडोनेशिया (ID)
इक्वाडोर (EC)
इक्वेटोरियल गिनी (GQ)
इज़राइल (IL)
इटली (IT)
इथियोपिया (ET)
इराक (IQ)
इरिट्रिय... | {
"pile_set_name": "Github"
} |
#import <XCTest/XCTest.h>
#import <OCMock/OCMock.h>
@interface CCMPreferencesControllerTest : XCTestCase
@end
@implementation CCMPreferencesControllerTest
@end
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="drivers"
ProjectGUID="{81436843-9BA7-4258-A7FA-0ACAD21BB297}"
RootNamespace="drivers"
Keyword="Win32Proj"
TargetFrameworkVersion="0"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platfor... | {
"pile_set_name": "Github"
} |
// Copyright 2013 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
//go:generate go run gen.go
// This program generates internet protocol constants and tables by
// reading IANA protocol registries.
package ... | {
"pile_set_name": "Github"
} |
-- archive_tables.sh
\c postgres
DROP DATABASE IF EXISTS dbname1;
DROP DATABASE IF EXISTS dbname2;
--
CREATE DATABASE dbname1;
CREATE DATABASE dbname2;
--
\c dbname1
--
DO $$
BEGIN
EXECUTE format(
'CREATE TABLE table1_%s (t text)',
to_char(now() - '12 months'::interval, 'YYYYMM'));
EXECUTE form... | {
"pile_set_name": "Github"
} |
<?php
/*
*
* ____ _ _ __ __ _ __ __ ____
* | _ \ ___ ___| | _____| |_| \/ (_)_ __ ___ | \/ | _ \
* | |_) / _ \ / __| |/ / _ \ __| |\/| | | '_ \ / _ \_____| |\/| | |_) |
* | __/ (_) | (__| < __/ |_| | | | | | | | __/_____| | | | __/
* |_| \___/ \___... | {
"pile_set_name": "Github"
} |
/* BSD 3-Clause License
*
* Copyright © 2008-2020, Jice and the libtcod contributors.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the ... | {
"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"
} |
/*****************************************************************************\
Snes9x - Portable Super Nintendo Entertainment System (TM) emulator.
This file is licensed under the Snes9x License.
For further information, consult the LICENSE file in the root directory.
\*************************... | {
"pile_set_name": "Github"
} |
/*! dont delete me */
.foo{ /* ha */}
@import "another.css";
/* I'm empty - delete me */
empty { ;}
.test{color:red}
@media (-o-device-pixel-ratio: 1/10) {
}
a[href$="/test/"] span.test{}
#foo{ }
:after{ ;}
@media print {
/* empty */
body{
}
}
@media screen {
/* this rule should be removed, n... | {
"pile_set_name": "Github"
} |
// +build !darwin
package rootcerts
import "crypto/x509"
// LoadSystemCAs does nothing on non-Darwin systems. We return nil so that
// default behavior of standard TLS config libraries is triggered, which is to
// load system certs.
func LoadSystemCAs() (*x509.CertPool, error) {
return nil, nil
}
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2003-2008 The University of Wroclaw.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* no... | {
"pile_set_name": "Github"
} |
(** Value-Set Analysis / Value-Set Arithmetic *)
module SI :
sig
type t = int * Big_int_Z.big_int * Big_int_Z.big_int * Big_int_Z.big_int
val is_empty : t -> bool
val to_string : t -> string
end
(** Strided intervals *)
module VS :
sig
type region = Ssa.var
type address = region * SI.t
t... | {
"pile_set_name": "Github"
} |
<p>
Various time series forecasting models (SMA, EMA, etc.) have been applied to stocks to forecast price movements.
More recently, with the advent of Neural Networks, which have seen applications in several fields, ranging from
medicine to fraud detection, researchers have tried to apply Neural Networks to... | {
"pile_set_name": "Github"
} |
ChangeLog file for zlib
Changes in 1.2.11 (15 Jan 2017)
- Fix deflate stored bug when pulling last block from window
- Permit immediate deflateParams changes before any deflate input
Changes in 1.2.10 (2 Jan 2017)
- Avoid warnings on snprintf() return value
- Fix bug in deflate_stored() for zero-leng... | {
"pile_set_name": "Github"
} |
{
"type": "magmamicroslimespawned",
"shortdescription": "Ecto Slime",
"description": "It's all sticky and warm...ew.",
"categories": ["magmamicroslime"],
"parts": ["body"],
"animation": "magmamicroslime.animation",
"dropPools": [],
"baseParameters": {
"scripts": [
"/monsters/monster.lua",
"/monsters/fu_... | {
"pile_set_name": "Github"
} |
{
"action": {
"hacking": {
"notes": "assuming since they mention the software being unpatched and it's offline, that the web application was the vector.",
"variety": [
"Unknown"
],
"vector": [
"Web application"
]
}
},
"actor": {
"external": {
"countr... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<style type="text/css">
#parent {
background-color: green;
}
#first-child {
height: 20px;
}
#last-child {
margin-top: -20px;
}
#separator {
height: 20px;
margin-top: 70px;
background-color: green;
}
</style>
<script type="text/javascript">
function test() {
docu... | {
"pile_set_name": "Github"
} |
// untested sections: 5
package matchers
import (
"fmt"
"os"
"github.com/onsi/gomega/format"
)
type notARegularFileError struct {
os.FileInfo
}
func (t notARegularFileError) Error() string {
fileInfo := os.FileInfo(t)
switch {
case fileInfo.IsDir():
return "file is a directory"
default:
return fmt.Spri... | {
"pile_set_name": "Github"
} |
<preference-headers xmlns:android="http://schemas.android.com/apk/res/android">
<!-- These settings headers are only used on tablets. -->
<header
android:fragment="com.rnpushtonative.SettingsActivity$GeneralPreferenceFragment"
android:icon="@drawable/ic_info_black_24dp"
android:title="... | {
"pile_set_name": "Github"
} |
[general]
debug=0
delay=0.05
[redis]
hostname=localhost
port=6379
[input_fieldtrip]
hostname=localhost
port=1972
timeout=30
[output_fieldtrip]
hostname=localhost
port=1973
[processing]
window=0.12
;smoothing=0.2
reference=none
lowpassfilter=45
highpassfilter=3
filterorder=1001
;downsample=1
[scale]
highpassfilter=... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using HotChocolate.Language;
namespace HotChocolate.Execution.Batching
{
public sealed class CollectVariablesVisitationMap
: VisitationMap
{
private IReadOnlyDictionary<string, FragmentDefinitionNode>? _fragments = null;
public void Init... | {
"pile_set_name": "Github"
} |
from calibre.web.feeds.news import BasicNewsRecipe
class AdvancedUserRecipe1299061355(BasicNewsRecipe):
title = u'Post Today'
language = 'th'
__author__ = "Chotechai P."
oldest_article = 7
max_articles_per_feed = 100
cover_url = 'http://upload.wikimedia.org/wikipedia/th/2/2e/Posttoday_Logo.png... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2015-2018 Skymind, Inc.
*
* This program and the accompanying materials are made available under the
* terms of the Apache License, Version 2.0 which is available at
* https://www.apache.org/licenses/LICENSE-2.0.
*
*... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id=":sample" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="MaterialViewPager" external.system.module.version="unspecified" type="JAVA_MODULE" versio... | {
"pile_set_name": "Github"
} |
"use strict";
module.exports = function (t, a) {
a(t({}), NaN, "NaN");
a(t(-0.5), NaN, "Less than 0");
a(t(0), -Infinity, "0");
a(t(1), 0, "1");
a(t(Infinity), Infinity, "Infinity");
a(t(2), 0.3010299956639812, "Other");
};
| {
"pile_set_name": "Github"
} |
body { background-color: #fff; color: #333; }
body, p, ol, ul, td {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
}
pre {
background-color: #eee;
padding: 10px;
font-size: 11px;
}
a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-c... | {
"pile_set_name": "Github"
} |
-- example of for with generator functions
function generatefib (n)
return coroutine.wrap(function ()
local a,b = 1, 1
while a <= n do
coroutine.yield(a)
a, b = b, a+b
end
end)
end
for i in generatefib(1000) do print(i) end
| {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef _SOC_DISPLAY_DSI_PHY_H
#define _SOC_DISPLAY_DSI_PHY_H
#include <stdint.h>
#include <soc/display/dsi_phy_pll.h>
#define MAX_REGULATOR_CONFIG 7
#define MAX_BIST_CONFIG 6
#define MAX_TIMING_CONFIG 40
#define MAX_LANE_CONFIG ... | {
"pile_set_name": "Github"
} |
/** @file
Mtftp drivers function header.
Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found... | {
"pile_set_name": "Github"
} |
#include <bits/stdc++.h>
using namespace std;
string solve(string& a, string& b)
{
sort(a.begin(), a.end());
sort(b.begin(), b.end());
string ans;
set_intersection(a.begin(), a.end(), b.begin(), b.end(),
back_inserter(ans));
return ans;
}
int main()
{
ios::sync_with_stdio(false);
... | {
"pile_set_name": "Github"
} |
'use strict';
function makeTitle(cmd, argv) {
if (!argv || argv.length === 0) {
return cmd;
}
return [cmd].concat(argv).join(' ');
}
module.exports = makeTitle;
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 325be01b6be1abf4e8c0e55fad75ab73
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestRefe... | {
"pile_set_name": "Github"
} |
export const dependencies = {
'a11y/semantic-enrich': ['input/mml', '[sre]'],
'a11y/complexity': ['a11y/semantic-enrich'],
'a11y/explorer': ['a11y/semantic-enrich', 'ui/menu'],
'[tex]/all-packages': ['input/tex-base'],
'[tex]/action': ['input/tex-base', '[tex]/newcommand'],
'[tex]/autoload': ['input/tex-bas... | {
"pile_set_name": "Github"
} |
easyblock = 'ConfigureMake'
name = 'libxcb'
version = '1.8'
homepage = 'http://xcb.freedesktop.org/'
description = """The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a small footprint,
latency hiding, direct access to the protocol, improved threading support, and extensibility."""
toolcha... | {
"pile_set_name": "Github"
} |
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Repeater", "Repeater.vcxproj", "{E39F82AF-9ECE-4449-8930-443722B6986A}"
EndProject
Global
GlobalSection(Solu... | {
"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
*
*/
/** \file rte.h
* Run-time data structures
*/
#ifdef RTE_C
/*
* This section contains declarations which... | {
"pile_set_name": "Github"
} |
import roomai
import roomai.games.common
import roomai.games.kuhnpoker
import random
import unittest
class KuhnPokerExamplePlayer(roomai.games.common.AbstractPlayer):
def receive_info(self, info):
if info.person_state_history[-1].available_actions is not None:
self.available_actions = info.pers... | {
"pile_set_name": "Github"
} |
{
"name": "npm-cache-filename",
"version": "1.0.2",
"description": "Given a cache folder and url, return the appropriate cache folder.",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"tap": "^1.2.0"
},
"scripts": {
"test": "tap test.js"
},
"repository": {
"type": "git",
... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2010-2012 Andrew Goodale. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are
permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of
conditions and th... | {
"pile_set_name": "Github"
} |
/**
* This file is copyright 2017 State of the Netherlands (Ministry of Interior Affairs and Kingdom Relations).
* It is made available under the terms of the GNU Affero General Public License, version 3 as published by the Free Software Foundation.
* The project of which this file is part, may be found at https://g... | {
"pile_set_name": "Github"
} |
/**
* \file
*
* \brief Instance description for TC0
*
* Copyright (c) 2018 Microchip Technology Inc.
*
* \license_start
*
* \page License
*
* 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 Li... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Selenium</title>
</head>
<body bgcolor="#ffffff">
<h1>Selenium</h1>
<p>The Selenium add-on provides WebDrivers, for other add-ons, to invoke and remotely
control web brow... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "iphone",
"scale" : "1x"
},
{
"idiom" : "iphone",
"filename" : "FlyingBotGoodWalk_0_04_120.png",
"scale" : "2x"
},
{
"idiom" : "iphone",
"filename" : "FlyingBotGoodWalk_0_04_225.png",
"scale" : "3x"
},
{
"idio... | {
"pile_set_name": "Github"
} |
[Unit]
Description=Firewall
After=syslog.target network.target
[Service]
Type=oneshot
ExecStart=/etc/firewall.bash
ExecStop=/sbin/iptables -F
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
| {
"pile_set_name": "Github"
} |
const PlaywrightEnvironment = require('jest-playwright-preset');
class CustomEnvironment extends PlaywrightEnvironment {
constructor(config) {
super(config);
const jestCircus = {
get currentTest() {
return this.currentTest || { name: '' };
},
get currentTestName() {
const ... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017 Strapdata (http://www.strapdata.com)
* Contains some code from Elasticsearch (http://www.elastic.co)
*
* 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:... | {
"pile_set_name": "Github"
} |
// Copyright Peter Dimov 2001
// Copyright Aleksey Gurtovoy 2001-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// Preprocessed version of "boost/mpl/bind.hpp" header
// -- DO NOT modify by hand!
... | {
"pile_set_name": "Github"
} |
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2018 Red Hat Inc.
*
* 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, d... | {
"pile_set_name": "Github"
} |
#!/bin/sh
{{pkg.svc_path}}/hooks/health-check
exit $?
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. -->
<title>Canvas test: 2d.fillStyle.parse.hsl-4</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/html/canvas/resources/canvas-tests.js"></scrip... | {
"pile_set_name": "Github"
} |
@import url("./Green on Yellow.css");
@import url("../Styles/alternating.css");
.x-outgoingItem .x-myBubble .x-indicator
{
background: url("../images/greenIndicator2.png") no-repeat top left;
}
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#008577</color>
<color name="colorPrimaryDark">#00574B</color>
<color name="colorAccent">#D81B60</color>
<color name="red">#ff0000</color>
<color name="green">#00ff00</color>
<color name="blue">#0000ff</color>
</resources>
| {
"pile_set_name": "Github"
} |
// SETUP
var temperatureNAME = 'DHT Sensor'; //the temperature sensor's name
var uuidNAME = 'hap-nodejs:accessories:dht-sensor'; //UUID name
var $pinNumber = 4 //physical pin 7, BCM pin 4
var $sensor = 11 //change to 22 if you have an AM2032 or DHT 22, leave as 11 is you have DHT11
// END of SETUP
var Accessory = requ... | {
"pile_set_name": "Github"
} |
module GoogleAuthenticatorRails
VERSION = "1.7.0"
end
| {
"pile_set_name": "Github"
} |
package com.zstar.SMMS.BaseData.WebCase.action;
import com.zstar.fmp.core.frame.action.CommonListAction;
public class ListWebCaseAction extends CommonListAction {
public void afterBiz() throws Exception {
super.afterBiz();
}
public void beforeBiz() throws Exception {
super.beforeBiz();
}
}
| {
"pile_set_name": "Github"
} |
# CONTRIBUTING
## RESOURCES
If you wish to contribute to Zend Framework, please be sure to
read/subscribe to the following resources:
- [Coding Standards](https://github.com/zendframework/zf2/wiki/Coding-Standards)
- [Contributor's Guide](http://framework.zend.com/participate/contributor-guide)
- ZF Contributo... | {
"pile_set_name": "Github"
} |
// Copyright 2011 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.
// Socket control messages
package unix
import "unsafe"
// UnixCredentials encodes credentials into a socket control message
// for sending to another proces... | {
"pile_set_name": "Github"
} |
module Fog
module AWS
class Kinesis
class Real
# Writes a single data record from a producer into an Amazon Kinesis stream.
#
# ==== Options
# * Data<~Blob>: The data blob to put into the record, which is base64-encoded when the blob is serialized.
# * ExplicitHashKey... | {
"pile_set_name": "Github"
} |
<%= render partial: 'spree/admin/shared/order_tabs', locals: { current: :return_authorizations } %>
<% content_for :page_actions do %>
<% if @order.shipments.any?(&:shipped?) && can?(:create, Spree::ReturnAuthorization) %>
<%= button_link_to Spree.t(:new_return_authorization), new_admin_order_return_authorizatio... | {
"pile_set_name": "Github"
} |
(module TO-92L_Wide (layer F.Cu) (tedit 5A152D5B)
(descr "TO-92L leads in-line (large body variant of TO-92), also known as TO-226, wide, drill 0.75mm (see https://www.diodes.com/assets/Package-Files/TO92L.pdf and http://www.ti.com/lit/an/snoa059/snoa059.pdf)")
(tags "TO-92L Molded Wide transistor")
(fp_text refe... | {
"pile_set_name": "Github"
} |
declare module 'parsehttpdate' {
declare export default function parseHttpDate(value: string, validate: ?boolean): Date;
} | {
"pile_set_name": "Github"
} |
//========= Copyright © 1996-2008, Valve LLC, All rights reserved. ============
//
// Purpose:
//
//=============================================================================
#ifndef STEAMTYPES_H
#define STEAMTYPES_H
#ifdef _WIN32
#pragma once
#endif
#if defined( __GNUC__ ) && !defined(POSIX)
#if __G... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16097" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="vmV-Wi-8wg">
<device id... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/MediaUtils.iml" filepath="$PROJECT_DIR$/MediaUtils.iml" />
<module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
... | {
"pile_set_name": "Github"
} |
#include "qitemselectionmodel.h"
| {
"pile_set_name": "Github"
} |
(bits 16)
(text
(seq (nop)
(alt (nop)
(nop)
(nop)
(inv (nop)))
(nop)))
; 00000000 90 nop
; 00000001 90 nop
; 00000002 EB09 jmp short 0xd
; 00000004 90 nop
; 00000005 EB06 jmp short 0xd
; 00000007 90 no... | {
"pile_set_name": "Github"
} |
# $NetBSD: Makefile,v 1.14 2017/06/05 14:22:37 ryoon Exp $
DISTNAME= B-Hooks-OP-PPAddr-0.05
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=B/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/B-Hooks-OP-PPAddr/
COMMENT= Hook into opcode e... | {
"pile_set_name": "Github"
} |
package com.jeecms.cms.entity.main;
import java.sql.Timestamp;
import org.apache.commons.lang.StringUtils;
import com.jeecms.cms.entity.main.base.BaseContentExt;
public class ContentExt extends BaseContentExt {
private static final long serialVersionUID = 1L;
/**
* 如果简短标题为空,则返回标题
*
* @return
*/
public ... | {
"pile_set_name": "Github"
} |
#! /bin/csh -fx
# Script to run benchmark programs.
#
date
make clean; time make
time syscall 100000
onintr cleanup
time seqwrite test 8 # 8 megabyte file
time seqread test
time randread test 10 30000
time randread test 512 30000
time randread test 1024 30000
time seqrewrite test 8
time randrewrite test 30000
rm test
... | {
"pile_set_name": "Github"
} |
require('../modules/es6.number.constructor');
require('../modules/es6.number.to-fixed');
require('../modules/es6.number.to-precision');
require('../modules/es6.number.epsilon');
require('../modules/es6.number.is-finite');
require('../modules/es6.number.is-integer');
require('../modules/es6.number.is-nan');
require('../... | {
"pile_set_name": "Github"
} |
---
layout: default
title: CAS - Releasing Principal Id
category: Attributes
---
# Principal-Id Attribute
Registered CAS applications are given the ability to allow for configuration of a
username attribute provider, which controls what should be the designated user identifier
that is returned to the application. The... | {
"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 Licens... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.