text stringlengths 2 99.9k | meta dict |
|---|---|
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
/*=============================================================================
CaptureSource.h: CaptureSource implementation
=============================================================================*/
#include "CaptureSource.h"
#include "CapturePin.h"... | {
"pile_set_name": "Github"
} |
require 'test_helper'
class WebratTest < ActionController::IntegrationTest
#Firefox raises a security concern under Selenium
unless ENV['WEBRAT_INTEGRATION_MODE'] == 'selenium'
test "should visit fully qualified urls" do
visit root_url(:host => "chunkybacon.example.com")
assert_equal "chunkybacon"... | {
"pile_set_name": "Github"
} |
import sha3 as _sha3
from py_ecc.secp256k1 import privtopub, ecdsa_raw_sign, ecdsa_raw_recover
import rlp
from rlp.sedes import big_endian_int, BigEndianInt, Binary
from eth_utils import encode_hex as encode_hex_0x
from eth_utils import decode_hex, int_to_big_endian, big_endian_to_int
from rlp.utils import ALL_BYTES
im... | {
"pile_set_name": "Github"
} |
3:3 r
3:3 r
3:4 y
2:4 r
3:4 y
.
1:3 g
2:3 b
3:3 r
2:3 b
2:3 b
2:4 r
2:4 r
2:4 r
.
2:1 g
2:1 g
2:1 g
..
2:1 b
2:1 g
2:1 g
2:1 b
.
2:4 r
2:3 b
2:3 b
3:3 r
2:3 b
| {
"pile_set_name": "Github"
} |
/**
* Returns a function that gets a property of the passed object
*/
function prop(name){
return function(obj){
return obj[name];
};
}
module.exports = prop;
| {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 9d1de2691495b... | {
"pile_set_name": "Github"
} |
#
# Copyright (c) 2012, Joyent, Inc. All rights reserved.
#
# Makefile: top-level Makefile
#
# This Makefile contains only repo-specific logic and uses included makefiles
# to supply common targets (javascriptlint, jsstyle, restdown, etc.), which are
# used by other repos as well.
#
#
# Tools
#
NPM = npm
#
# Files
... | {
"pile_set_name": "Github"
} |
<template>
<!-- template里只能有一个根节点 -->
<div class="demo-page">
<!-- 点击显示Toast -->
<input class="btn" type="button" value="debug级别" @click="debug">
<input class="btn" type="button" value="log级别" @click="log">
<input class="btn" type="button" value="info级别" @click="info">
... | {
"pile_set_name": "Github"
} |
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*----------------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
{
"name": "RTS-Tutorial",
"version": "2.9.0",
"description": "Agora-Web-RTS-Tutorial - One-to-One Video",
"keywords": [
"realtime-communication",
"agora-rtc-sdk",
"webrtc",
"agora-example",
"webpack",
"javascript"
],
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=d... | {
"pile_set_name": "Github"
} |
#include <stdio.h>
#include <stdarg.h>
#include <limits.h>
#include <ctype.h>
#define HAVE_STDARGS 1
#define HAVE_STDARG_H 1
#define HAVE_SNPRINTF 1
/* This file is NOT part of Wget, but is used by Wget on the systems
where vsnprintf() is not defined. It has been written by Patrick
Powell and modified by other ... | {
"pile_set_name": "Github"
} |
#
# Makefile for the filesystem export support routines.
obj-$(CONFIG_EXPORTFS) += exportfs.o
exportfs-objs := expfs.o
| {
"pile_set_name": "Github"
} |
/**
* This software is licensed to you under the Apache License, Version 2.0 (the
* "Apache License").
*
* LinkedIn's contributions are made under the Apache License. If you contribute
* to the Software, the contributions will be deemed to have been made under the
* Apache License, unless you expressly indi... | {
"pile_set_name": "Github"
} |
" codepage 1255 on Windows is equal to ISO 8859-8 but it
" adds in the vowel points, known as 'niqud', which are present in
" CP1255: Note: there are several 'standards' for placement of the vowel
" points, and I ignored all of them. Since we can input English by simply
" pressing Ctrl-^ and eliminating this map, I sa... | {
"pile_set_name": "Github"
} |
/*
WiFiProv.cpp - WiFiProv class for provisioning
All rights reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your o... | {
"pile_set_name": "Github"
} |
---
title: "I deployed a Kubernetes cluster using kubeadm and Polyaxon does not seem to work?"
meta_title: "What libraries and frameworks does Polyaxon support? - FAQ"
meta_description: "Please check that networking is working as intended in kubeadm."
featured: false
custom_excerpt: "Please check that networking is wor... | {
"pile_set_name": "Github"
} |
# Wat is een branch
Om de manier waarop Git brancht echt te begrijpen, moeten we een stap terug doen en onderzoeken hoe Git zijn gegevens opslaat. Zoals je je misschien herinnert van Hoofdstuk 1, slaat Git zijn gegevens niet op als een reeks van wijzigingen of delta's, maar in plaats daarvan als een serie snapshots.
... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017-2020 original 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 agre... | {
"pile_set_name": "Github"
} |
/// Copyright (c) 2009 Microsoft Corporation
///
/// 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 conditions and
/// ... | {
"pile_set_name": "Github"
} |
--- a/net/minecraft/client/util/SuffixArray.java
+++ b/net/minecraft/client/util/SuffixArray.java
@@ -55,7 +55,7 @@
}
public int compare(Integer p_compare_1_, Integer p_compare_2_) {
- return this.compare(p_compare_1_, p_compare_2_);
+ return this.compare((int)p_compare_1_, (... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/root"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_... | {
"pile_set_name": "Github"
} |
<?php
class blogImportPluginBackendRunController extends waLongActionController
{
/**
*
* @var blogImportPlugin
*/
private $plugin;
/**
*
* @var blogImportPluginTransport
*/
private $transport;
private $errors = array();
protected function preInit()
{
... | {
"pile_set_name": "Github"
} |
/*
SDL - Simple DirectMedia Layer
Copyright (C) 1997-2012 Sam Lantinga
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your opt... | {
"pile_set_name": "Github"
} |
dnl ----------------------------------------------------------------------
dnl This whole bit snagged from libgomp.
dnl
dnl GCC_LINUX_FUTEX
dnl (SHELL-CODE_HANDLER)
dnl
AC_DEFUN([GCC_LINUX_FUTEX],[dnl
GCC_ENABLE(linux-futex,default, ,[use the Linux futex system call],
permit yes|no|default)
case "$target" in
... | {
"pile_set_name": "Github"
} |
C64 Emulator Test Suite - Public Domain, no Copyright
The purpose of the C64 Emulator Test Suite is
- to help C64 emulator authors improve the compatibility
- ensure that updated emulators have no new bugs in old code parts
The suite are a few hundred C64 programs which check the details of the C64 they are run... | {
"pile_set_name": "Github"
} |
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
1DF5F4E00D08C38300B7A737 /* UIKit.frame... | {
"pile_set_name": "Github"
} |
/* Lzma2Dec.h -- LZMA2 Decoder
2015-05-13 : Igor Pavlov : Public domain */
#ifndef __LZMA2_DEC_H
#define __LZMA2_DEC_H
#include "LzmaDec.h"
EXTERN_C_BEGIN
/* ---------- State Interface ---------- */
typedef struct
{
CLzmaDec decoder;
UInt32 packSize;
UInt32 unpackSize;
unsigned state;
Byte control;
Boo... | {
"pile_set_name": "Github"
} |
namespace FifoLifo
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
//... | {
"pile_set_name": "Github"
} |
version: "3.4"
services:
client_api_proxy:
hostname: client_api_proxy
image: matrixdotorg/dendrite:clientproxy
command: [
"--bind-address=:8008",
"--client-api-server-url=http://client_api:8071",
"--sync-api-server-url=http://sync_api:8073",
"--media-api-server-url=http://media_api... | {
"pile_set_name": "Github"
} |
package org.infinispan.test.hibernate.cache.v53.util;
import java.util.Collection;
import java.util.Properties;
import java.util.function.Consumer;
import java.util.function.Function;
import org.hibernate.service.ServiceRegistry;
import org.infinispan.AdvancedCache;
import org.infinispan.configuration.cache.Configura... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('toArray', require('../toArray'), require('./_falseOptions'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
package soot.jbco.bafTransformations;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software F... | {
"pile_set_name": "Github"
} |
## @file
# SMM Core Platform Hook Null Library instance
#
# Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = SmmCorePlatformHookLibNull
... | {
"pile_set_name": "Github"
} |
package tdigest
import (
"bytes"
"encoding/binary"
"fmt"
"io"
"math"
)
const (
magic = int16(0xc80)
encodingVersion = int32(1)
)
func marshalBinary(d *TDigest) ([]byte, error) {
buf := bytes.NewBuffer(nil)
w := &binaryBufferWriter{buf: buf}
w.writeValue(magic)
w.writeValue(encodingVersion)
w.wr... | {
"pile_set_name": "Github"
} |
###########################
Contributing to APScheduler
###########################
If you wish to add a feature or fix a bug in APScheduler, you need to follow certain procedures and
rules to get your changes accepted. This is to maintain the high quality of the code base.
Contribution Process
====================
... | {
"pile_set_name": "Github"
} |
/*
Copyright 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, softw... | {
"pile_set_name": "Github"
} |
/*
Copyright 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, softw... | {
"pile_set_name": "Github"
} |
Mountain 3558.322N 08708.081W 0000000m Mountain Bike Heaven by susy13 a
The Trol 3605.441N 08640.772W 0000000m The Troll by a182pilot & Famil a
Dive Bom 3559.776N 08637.207W 0000000m Dive Bomber by JoGPS & family a
FOSTER b 3602.309N 08638.917W 0000000m FOSTER by JoGPS & Family a
Logan Li 3606.731N 08644.506W 00... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
#
# LinOTP - the open source solution for two factor authentication
# Copyright (C) 2010 - 2019 KeyIdentity GmbH
#
# This file is part of LinOTP server.
#
# This program is free software: you can redistribute it and/or
# modify it under the terms of the GNU Affero General Public
#... | {
"pile_set_name": "Github"
} |
/*
Copyright 2019 Google LLC
Use of this source code is governed by an MIT-style
license that can be found in the LICENSE file or at
https://opensource.org/licenses/MIT.
*/
// {{ version }}
addEventListener('install', (event) => event.waitUntil(skipWaiting()));
addEventListener('activate', (event) => event.w... | {
"pile_set_name": "Github"
} |
// cgo -godefs -- -Wall -Werror -static -I/tmp/include linux/types.go | go run mkpost.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build mips64,linux
package unix
const (
SizeofPtr = 0x8
SizeofShort = 0x2
SizeofInt = 0x4
SizeofLong = 0x8
SizeofLongLong = 0x8
PathM... | {
"pile_set_name": "Github"
} |
/*
* 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
* distributed u... | {
"pile_set_name": "Github"
} |
// Copyright 2016 The Draco 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 agree... | {
"pile_set_name": "Github"
} |
Copyright (c) 2012 - 2013 Mat Ryer and Tyler Bunnell
Please consider promoting this project if you find it useful.
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 w... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JavaScriptSettings">
<option name="languageLevel" value="ES6" />
</component>
</project> | {
"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.
// Plan 9 environment variables.
package plan9
import (
"syscall"
)
func Getenv(key string) (value string, found bool) {
return syscall.Getenv(key)
}
fun... | {
"pile_set_name": "Github"
} |
//
// MHHorizontalMode2LinkageCell.h
// MHDevelopExample
//
// Created by CoderMikeHe on 2018/12/27.
// Copyright © 2018 CoderMikeHe. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "MHHorizontalCellDelegate.h"
@class MHHorizontalGroup;
NS_ASSUME_NONNULL_BEGIN
@interface MHHorizontalMode2LinkageCell : UIC... | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2000-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/quote.hpp" header
// -- DO NOT modify by hand!
| {
"pile_set_name": "Github"
} |
/*
* Copyright Red Hat Inc. and/or its affiliates and other contributors
* as indicated by the authors tag. All rights reserved.
*
* This copyrighted material is made available to anyone wishing to use,
* modify, copy, or redistribute it subject to the terms and conditions
* of the GNU General Public License vers... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Data.Entity;
using System.Linq;
using System.Security.Claims;
using System.Threading.Tasks;
using System.Web;
using Microsoft.AspNet.Identity;
using Microsoft.AspNet.Identity.EntityFramework;
using Microsoft.AspNet.Identity.Owin;
using Microsoft.Owin;
using ... | {
"pile_set_name": "Github"
} |
// Boost.Geometry Index
//
// R-tree nodes
//
// Copyright (c) 2011-2015 Adam Wulkiewicz, Lodz, Poland.
//
// 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)
#ifndef BOOST_GEOMETRY_IN... | {
"pile_set_name": "Github"
} |
//
// MessagePack for C++ static resolution routine
//
// Copyright (C) 2008-2014 FURUHASHI Sadayuki and KONDO Takatoshi
//
// 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 MSGPACK_MSGPACK_TUPL... | {
"pile_set_name": "Github"
} |
// Package awserr represents API error interface accessors for the SDK.
package awserr
// An Error wraps lower level errors with code, message and an original error.
// The underlying concrete error type may also satisfy other interfaces which
// can be to used to obtain more specific information about the error.
//
/... | {
"pile_set_name": "Github"
} |
TN:
SF:/Users/kit/Dropbox/Projects/json3/vendor/spec/lib/spec.js
FN:11,(anonymous_1)
FN:20,(anonymous_2)
FN:21,noConflict
FN:31,(anonymous_4)
FN:70,(anonymous_5)
FN:78,hasKey
FN:86,hasKey
FN:102,hasKey
FN:117,(anonymous_9)
FN:123,Properties
FN:145,forOwn
FN:169,forOwn
FN:188,forOwn
FN:210,(anonymous_14)
FN:213,eq
FN:28... | {
"pile_set_name": "Github"
} |
So, far this week we've learned
how to detect features, compute their
descriptors, and perform brute force matching
using distance functions. We're almost ready to start
applying feature detection, description, and matching to
self-driving car perception. In this video, we will
explore the issue of ambiguous matc... | {
"pile_set_name": "Github"
} |
#include "foo.h"
void non_modular_use_of_implicit_dtor() {
implicit_dtor d1;
uninst_implicit_dtor d2;
}
void use_of_instantiated_declaration_without_definition() {
inst<int>();
}
void call_always_inline() {
always_inl();
}
| {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more contributor license
* agreements. See the NOTICE file distributed with this work for additional information regarding
* copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the
* "License"); you may not ... | {
"pile_set_name": "Github"
} |
package dbus
// Terminator allows a handler to implement a shutdown mechanism that
// is called when the connection terminates.
type Terminator interface {
Terminate()
}
// Handler is the representation of a D-Bus Application.
//
// The Handler must have a way to lookup objects given
// an ObjectPath. The returned o... | {
"pile_set_name": "Github"
} |
// +build experimental
package main
import (
"strings"
"github.com/go-check/check"
)
func assertNwIsAvailable(c *check.C, name string) {
if !isNwPresent(c, name) {
c.Fatalf("Network %s not found in network ls o/p", name)
}
}
func assertNwNotAvailable(c *check.C, name string) {
if isNwPresent(c, name) {
c.... | {
"pile_set_name": "Github"
} |
@testset "flat_map" begin
# test of basic funtionality
sc = SparkContext(master="local")
nums = parallelize(sc, [1, 2, 3, 0, 4, 0])
rdd = flat_map(nums, it -> fill(it, it))
@test reduce(rdd, +) == 30
close(sc)
end
| {
"pile_set_name": "Github"
} |
project(ITKNIFTI)
set(ITKNIFTI_THIRD_PARTY 1)
set(ITKNIFTI_INCLUDE_DIRS
${ITKNIFTI_SOURCE_DIR}/src/nifti/niftilib
${ITKNIFTI_SOURCE_DIR}/src/nifti/znzlib
)
set(ITKNIFTI_LIBRARIES ITKznz ITKniftiio)
itk_module_impl()
| {
"pile_set_name": "Github"
} |
<?php
/**
* PHPExcel
*
* Copyright (c) 2006 - 2015 PHPExcel
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later ve... | {
"pile_set_name": "Github"
} |
The following restrictions apply to this implementation of the ASN.1 compiler:
Supported encoding rules are:
BER
PER (aligned)
PER (unaligned) IS NOT SUPPORTED
Supported types are:
INTEGER
BOOLEAN
ENUMERATION
SEQUENCE
SEQUENCE OF
SET
SET OF
CHOICE
OBJECT IDENTIFIER
RestrictedCharacterStringTypes
UnrestrictedCharact... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{c1f6a2e3-5da5-4955-8653-310d3efe05a9}</UniqueIdentifier>
<Extensions>cpp;c;cxx;def;odl;idl;hpj;bat;asm</Extens... | {
"pile_set_name": "Github"
} |
aproba
======
A ridiculously light-weight function argument validator
```
var validate = require("aproba")
function myfunc(a, b, c) {
// `a` must be a string, `b` a number, `c` a function
validate('SNF', arguments) // [a,b,c] is also valid
}
myfunc('test', 23, function () {}) // ok
myfunc(123, 23, function () {... | {
"pile_set_name": "Github"
} |
// license:BSD-3-Clause
// copyright-holders:Wilbert Pol, hap
/***************************************************************************
Thomson EF9340 + EF9341 teletext graphics chips
***************************************************************************/
#ifndef MAME_VIDEO_EF9340_1_H
#define MAME_VIDEO_... | {
"pile_set_name": "Github"
} |
site_name: Data Fusion v1.0.14+20200609
site_url: http://byron.github.io/google-apis-rs/google-datafusion1_beta1-cli
site_description: A complete library to interact with Data Fusion (protocol v1beta1)
repo_url: https://github.com/Byron/google-apis-rs/tree/master/gen/datafusion1_beta1-cli
docs_dir: docs
site_dir: bui... | {
"pile_set_name": "Github"
} |
package handlers
import (
"fmt"
"io/ioutil"
"net/http"
"strings"
"time"
"github.com/getfider/fider/app/models/cmd"
"github.com/getfider/fider/app/models/enum"
"github.com/getfider/fider/app/models/query"
"github.com/getfider/fider/app"
"github.com/getfider/fider/app/models"
"github.com/getfider/fider/app... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>elFinder 2.0 - File Picker</title>
<!-- jQuery and jQuery UI (REQUIRED) -->
<link rel="stylesheet" type="text/css" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/themes/smoothness/jquery-ui.css">
<script src="//ajax.googleapis.com/a... | {
"pile_set_name": "Github"
} |
/* hfcsusb.c
* mISDN driver for Colognechip HFC-S USB chip
*
* Copyright 2001 by Peter Sprenger (sprenger@moving-bytes.de)
* Copyright 2008 by Martin Bachem (info@bachem-it.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:s="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://schemas.eviware.com/TestService/v1/"
... | {
"pile_set_name": "Github"
} |
package cms.web.action.template.impl;
import java.util.HashMap;
import java.util.Map;
import javax.annotation.Resource;
import org.springframework.stereotype.Component;
import cms.bean.follow.Follow;
import cms.bean.template.Forum;
import cms.bean.user.AccessUser;
import cms.bean.user.User;
import cms.... | {
"pile_set_name": "Github"
} |
@api @issue-ocis-reva-14
Feature: move (rename) file
As a user
I want to be able to move and rename files asynchronously
So that I can manage my file system
Background:
Given using new DAV path
And user "Alice" has been created with default attributes and skeleton files
And the administrator has en... | {
"pile_set_name": "Github"
} |
source 'https://rubygems.org'
gem 'octokit', '~> 4.7'
| {
"pile_set_name": "Github"
} |
/* $KAME: inet_pton.c,v 1.5 2001/08/20 02:32:40 itojun Exp $ */
/* vim:set sts=4 ts=8: */
/* Copyright (c) 1996 by Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and ... | {
"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"
} |
/**
* 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"
} |
'use strict';
module.exports = (from, to, events) => {
for (const event of events) {
from.on(event, (...args) => to.emit(event, ...args));
}
};
| {
"pile_set_name": "Github"
} |
/*
* ROHM BH1710/BH1715/BH1721/BH1750/BH1751 ambient light sensor driver
*
* Copyright (c) Tomasz Duszynski <tduszyns@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation... | {
"pile_set_name": "Github"
} |
<?php
namespace App\Http\Resources\RelationshipTypeGroup;
use App\Helpers\DateHelper;
use Illuminate\Http\Resources\Json\JsonResource;
/**
* @extends JsonResource<\App\Models\Relationship\RelationshipTypeGroup>
*/
class RelationshipTypeGroup extends JsonResource
{
/**
* Transform the resource into an arra... | {
"pile_set_name": "Github"
} |
export OTRSUSER=otrs
[% '#' %] note
HOST=`hostname -f`
echo ""
echo "Next steps: "
echo ""
echo "[restart web server]"
echo " systemctl restart [% WebServiceName || 'apache2.service' %]"
echo ""
echo "[install the OTRS database]"
echo " Make sure your database server is running."
echo " Use a web browser and open this... | {
"pile_set_name": "Github"
} |
package bastion
import (
"fmt"
"os"
"path/filepath"
"strings"
"time"
"github.com/sirupsen/logrus"
"github.com/dropbox/godropbox/container/set"
"github.com/dropbox/godropbox/errors"
"github.com/pritunl/mongo-go-driver/bson/primitive"
"github.com/pritunl/pritunl-zero/authority"
"github.com/pritunl/pritunl-ze... | {
"pile_set_name": "Github"
} |
# Try to find real time libraries
# Once done, this will define
#
# RT_FOUND - system has rt library
# RT_LIBRARIES - rt libraries directory
#
# Source: https://gitlab.cern.ch/dss/eos/commit/44070e575faaa46bd998708ef03eedb381506ff0
#
if(RT_LIBRARIES)
set(RT_FIND_QUIETLY TRUE)
endif(RT_LIBRARIES)
find_library(RT_L... | {
"pile_set_name": "Github"
} |
// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; tab-width: 8 -*-
//
// matrix_functions.h: Rcpp R/C++ interface class library -- matrix sugar functions
//
// Copyright (C) 2010 - 2011 Dirk Eddelbuettel and Romain Francois
//
// This file is part of Rcpp.
//
// Rcpp is free software: you can redistribute it and/... | {
"pile_set_name": "Github"
} |
import React from 'react';
import MoveableTrack from './MoveableTrack';
import TrackControl from './TrackControl';
const STYLES = {
pointerEvents: 'all',
};
class HorizontalTrack extends MoveableTrack {
getControls(isVisible) {
return (
<TrackControl
configMenuVisible={this.props.item.configMen... | {
"pile_set_name": "Github"
} |
source "https://rubygems.org"
gemspec
| {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of PHPUnit.
*
* (c) Sebastian Bergmann <sebastian@phpunit.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* A Decorator for Tests.
*
* Use TestDecorator as the base class for defining new
*... | {
"pile_set_name": "Github"
} |
//
// WDProperty.m
// Brushes
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
//
// Copyright (c) 2012-2013 Steve Sprang
//
#import "WDCoder.h"
#import "WDC... | {
"pile_set_name": "Github"
} |
body { background:#fff url('../img/bg.gif'); color:#000; margin: 0; padding: 0; font:70% arial, helvetica, sans-serif; text-align:left; }
td {font-size: 100%;}
a { background:transparent; }
a:link { color:#000; }
a:visited { color:#000; }
a:visited:hover { color:#000; }
a:hover { color:#000; }
a:active { ... | {
"pile_set_name": "Github"
} |
ret: 0 st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos: 68 size: 4092
ret: 0 st:-1 flags:0 ts:-1.000000
ret: 0 st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos: 68 size: 4092
ret: 0 st:-1 flags:1 ts: 1.894167
ret: 0 st: 0 flags:1 dts: 1.894172 pts: 1.894172 pos: 501266 siz... | {
"pile_set_name": "Github"
} |
T1 ROOT 0 4 ROOT
T2 adv 5 9 Hoje
T3 art 10 11 a
T4 n 12 17 média
T5 adj 18 28 brasileira
T6 v-fin 29 30 é
T7 prp 31 33 de
T8 adv 34 42 cerca_de
T9 num 43 48 1.800
T10 n 49 55 quilos
T11 prp 56 59 por
T12 n 60 67 hectare
T13 punc 68 69 .
R1 ADVL Arg1:T6 Arg2:T2
R2 _gt_N Arg1:T4 Arg2:T3
R3 SUBJ Arg1:T6 Arg2:T4
R4 N_lt_ A... | {
"pile_set_name": "Github"
} |
- unless value == 5
=value
-unless\
\
value\
==\
5
=value
-else
= value + 1 | {
"pile_set_name": "Github"
} |
module.exports = require('../isArrayLike');
| {
"pile_set_name": "Github"
} |
pub fn roundup(x: usize, align: usize) -> usize {
(x + align - 1) & !(align - 1)
}
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?>
<!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>EVP_PKEY_ASN1_METHOD</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:... | {
"pile_set_name": "Github"
} |
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs defs_linux.go
// +build linux,ppc64le
package ipv4
const (
sysIP_TOS = 0x1
sysIP_TTL = 0x2
sysIP_HDRINCL = 0x3
sysIP_OPTIONS = 0x4
sysIP_ROUTER_ALERT = 0x5
sysIP_RECVOPTS = 0x6
sysIP_RETOPTS = 0x7
... | {
"pile_set_name": "Github"
} |
{{ extends "../_layouts/default" }}
{{ import "../_modules/form" }}
{{ block script() }}
<script>$(() => new Swirl.Secret.NewPage())</script>
{{ end }}
{{ block body() }}
<section class="hero is-info">
<div class="hero-body">
<div class="container has-text-centered">
<h1 class="title is-2 is-uppercase">{{... | {
"pile_set_name": "Github"
} |
## read
For reading user input from stdin.
Similar to the `readline` builtin's `question()` method, but with a
few more features.
## USAGE
```javascript
var read = require("read")
read(options, callback)
```
The callback gets called with either the user input, or the default
specified, or an error, as `callback(er... | {
"pile_set_name": "Github"
} |
subdir = src/backend/interfaces/libpq/test
top_builddir = ../../../../..
include $(top_builddir)/src/Makefile.global
ifeq ($(PORTNAME), win32)
LDLIBS += -lws2_32
endif
override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)
override LDLIBS := $(libpq_pgport) $(LDLIBS)
PROGS = uri-regress
all: $(PROGS)
installcheck: all... | {
"pile_set_name": "Github"
} |

[](https://github.com/veerendra2/wifi-deauth-attack/issues)
[](https://github.com/veere... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.