text stringlengths 2 99.9k | meta dict |
|---|---|
{
"word": "Speakerphone",
"definitions": [
"A telephone with a loudspeaker and microphone, which does not need to be held in the hand."
],
"parts-of-speech": "Noun"
} | {
"pile_set_name": "Github"
} |
<?php
declare(strict_types=1);
/**
* This file is part of Hyperf.
*
* @link https://www.hyperf.io
* @document https://hyperf.wiki
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/
namespace Hyperf\DbConnection;
use Hyperf\Contract\ConnectionInterface;
use Hyper... | {
"pile_set_name": "Github"
} |
package template
import (
"k8s.io/klog"
"path"
"path/filepath"
"strings"
"github.com/pkg/errors"
"k8s.io/apimachinery/pkg/util/sets"
"k8s.io/gengo/args"
"k8s.io/gengo/generator"
"k8s.io/gengo/namer"
"k8s.io/gengo/types"
)
// CustomArgs is used tby the go2idl framework to pass args specific to this
// gener... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfDVBCTuning>
<!--Created on 2015-05-09 12:19-->
<DVBCTuning>
<!--Transponder ID 101-->
<!--TV: [1] NPO 1 [2] NPO 2 [3] NPO 3 [72] TV West-->
<!--Radio: [801] NPO Radio 1 [802] NPO Radio 2 [803] NPO 3FM [804] NPO Radio 4 [805] NPO Radio 5 [806] NPO Rad... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<androidx.cardview.widget.CardView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
android:padding="16dp"
xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout
android:lay... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0620"
version = "1.3">
<BuildAction
parallelizeBuildables = "NO"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
... | {
"pile_set_name": "Github"
} |
/*
* Math built-ins
*/
#include "duk_internal.h"
#if defined(DUK_USE_MATH_BUILTIN)
/*
* Use static helpers which can work with math.h functions matching
* the following signatures. This is not portable if any of these math
* functions is actually a macro.
*
* Typing here is intentionally 'double' whereve... | {
"pile_set_name": "Github"
} |
<?php
namespace App\Utils;
use App\Services\Config;
/**
* 极验行为式验证安全平台,php 网站主后台包含的库文件
*
* @author Tanxu
*/
class Geetest
{
public static function get($user_id = null)
{
$GtSdk = new GeetestLib($_ENV['geetest_id'], $_ENV['geetest_key']);
$status = $GtSdk->pre_process($user_id);
$re... | {
"pile_set_name": "Github"
} |
gpio_periph
This project demonstrates how to configure a GPIO pin to drive the output of
the LFRCO.
How To Test:
1. Build the project and download to the Starter Kit
2. Connect an oscilloscope to pin PD8 and observe the LFRCO signal
Peripherals Used:
HFRCO - 14 MHz
Board: Silicon Labs EFM32G Starter Kit (Gxxx_STK)... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef MEDIA_BASE_FAKE_AUDIO_RENDER_CALLBACK_H_
#define MEDIA_BASE_FAKE_AUDIO_RENDER_CALLBACK_H_
#include "media/base/audio_converter.h"
#include "m... | {
"pile_set_name": "Github"
} |
/*
* Created on Aug 8, 2008
*
* 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 writi... | {
"pile_set_name": "Github"
} |
#define bullet_width 14
#define bullet_height 14
static unsigned char bullet_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x03, 0xf0, 0x03,
0xf0, 0x03, 0xf0, 0x03, 0xf0, 0x03, 0xf0, 0x03, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00 };
| {
"pile_set_name": "Github"
} |
commonfields:
id: DBotPredictTextLabel
version: -1
name: DBotPredictTextLabel
script: >+
import sys, base64, re
import demisto_ml
HASH_WORDS = (demisto.args()['hashData'] == 'yes')
HASH_SEED = 5381
def get_input_text_prediction(model, input_text):
number_of_tokens = len(input_text.split(" "))
... | {
"pile_set_name": "Github"
} |
<!-- HTML header for doxygen 1.8.3.1-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" con... | {
"pile_set_name": "Github"
} |
(*
* Tuples - functions for tuples
* Copyright (C) 2009 Edgar Friendly
* 2011 Ashish Agarwal
*
* 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 o... | {
"pile_set_name": "Github"
} |
/*============================================================================
The Medical Imaging Interaction Toolkit (MITK)
Copyright (c) German Cancer Research Center (DKFZ)
All rights reserved.
Use of this source code is governed by a 3-clause BSD license that can be
found in the LICENSE file.
=================... | {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='utf-8'?>
<section xmlns="https://code.dccouncil.us/schemas/dc-library" xmlns:codified="https://code.dccouncil.us/schemas/codified" xmlns:codify="https://code.dccouncil.us/schemas/codify" xmlns:xi="http://www.w3.org/2001/XInclude" containing-doc="D.C. Code">
<num>9-1103.05</num>
<headin... | {
"pile_set_name": "Github"
} |
/*globals CoreTasks Tasks sc_require module test ok equals */
/**
* Tasks TaskItemView unit tests.
*
* @author Suvajit Gupta
*/
// http://localhost:4400/tasks/en/current/tests/views/task_item.html
var task = SC.Object.create({ displayId: "#100", displayName: "Task", icon: 'task-icon-feature', priority: CoreTasks.... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2001-2003 Joel de Guzman
http://spirit.sourceforge.net/
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)
====... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Icon Align on LinkButton - jQuery EasyUI Demo</title>
<link rel="stylesheet" type="text/css" href="../../themes/default/easyui.css">
<link rel="stylesheet" type="text/css" href="../../themes/icon.css">
<link rel="stylesheet" type="text/css"... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2018 The WebRTC 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 in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | {
"pile_set_name": "Github"
} |
<?php
/**
* @file
* Internationalization (i18n) module - Translation set
*/
class i18n_translation_set {
public $tsid = NULL;
public $type;
public $bundle = '';
public $status = 0;
public $master_id = 0;
// It may optionally have a title
public $title = '';
// Translations indexed by language
prote... | {
"pile_set_name": "Github"
} |
/*
* <<
* Davinci
* ==
* Copyright (C) 2016 - 2019 EDP
* ==
* 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 requi... | {
"pile_set_name": "Github"
} |
#
# Autogenerated by Thrift
#
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
# @generated
#
from libc.stdint cimport (
int8_t as cint8_t,
int16_t as cint16_t,
int32_t as cint32_t,
int64_t as cint64_t,
uint32_t as cuint32_t,
)
from libcpp.string cimport string
from libcpp cimpor... | {
"pile_set_name": "Github"
} |
var assert = require('assert');
var _ = require('lodash');
var testConfig = require('../lib/config/tests');
var uuid = require('uuid').v4;
var format = require('util').format;
var Broker = require('..').Broker;
var amqplib = require('amqplib/callback_api');
var AmqpUtils = require('./utils/amqputils');
var random = req... | {
"pile_set_name": "Github"
} |
//
// Copyright 2012 Christian Henning
//
// Distributed under the Boost Software License, Version 1.0
// See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt
//
#ifndef BOOST_GIL_IO_GET_WRITE_DEVICE_HPP
#define BOOST_GIL_IO_GET_WRITE_DEVICE_HPP
#include <boost/gil/io/device.hpp>
#i... | {
"pile_set_name": "Github"
} |
/**
******************************************************************************
* @file Project/STM32F4xx_StdPeriph_Templates/stm32f4xx_it.h
* @author MCD Application Team
* @version V1.3.0
* @date 13-November-2013
* @brief This file contains the headers of the interrupt handlers.
***********... | {
"pile_set_name": "Github"
} |
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
... | {
"pile_set_name": "Github"
} |
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.paragraph.preview
- field.field.paragraph.image.field_image
- paragraphs.paragraphs_type.image
id: paragraph.image.preview
targetEntityType: paragraph
bundle: image
mode: preview
content:
field_image:
weight: 0
label: hidden... | {
"pile_set_name": "Github"
} |
package apps
import (
"github.com/TeaWeb/code/teaconfigs/agents"
"github.com/TeaWeb/code/teadb"
"github.com/TeaWeb/code/teautils"
"github.com/TeaWeb/code/teaweb/actions/default/agents/agentutils"
"github.com/TeaWeb/code/teaweb/actions/default/agents/board/scripts"
"github.com/iwind/TeaGo/actions"
"github.com/iw... | {
"pile_set_name": "Github"
} |
// +build !ignore_autogenerated
/*
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 l... | {
"pile_set_name": "Github"
} |
/*
* mptest-9.c
*
* Test logical functions
*
* 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/. */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#... | {
"pile_set_name": "Github"
} |
/**
* TinyMCE 3.x language strings
*
* Loaded only when external plugins are added to TinyMCE.
*/
( function() {
var main = {}, lang = 'en';
if ( typeof tinyMCEPreInit !== 'undefined' && tinyMCEPreInit.ref.language !== 'en' ) {
lang = tinyMCEPreInit.ref.language;
}
main[lang] = {
common: {
edit_confirm... | {
"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"
} |
#include <string>
#include <vector>
#include "gtest/gtest.h"
#include "caffe/blob.hpp"
#include "caffe/common.hpp"
#include "caffe/layers/hdf5_output_layer.hpp"
#include "caffe/proto/caffe.pb.h"
#include "caffe/util/hdf5.hpp"
#include "caffe/util/io.hpp"
#include "caffe/test/test_caffe_main.hpp"
namespace caffe {
... | {
"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 ... | {
"pile_set_name": "Github"
} |
/*
* Asynchronous block chaining cipher operations.
*
* This is the asynchronous version of blkcipher.c indicating completion
* via a callback.
*
* Copyright (c) 2006 Herbert Xu <herbert@gondor.apana.org.au>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GN... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.... | {
"pile_set_name": "Github"
} |
/* ******************************************************************************
* Copyright (c) 2006-2012 XMind Ltd. and others.
*
* This file is a part of XMind 3. XMind releases 3 and
* above are dual-licensed under the Eclipse Public License (EPL),
* which is available at http://www.eclipse.org/legal/epl-v10... | {
"pile_set_name": "Github"
} |
import { TestBed, ComponentFixture } from '@angular/core/testing';
import { By } from '@angular/platform-browser';
import { Chips } from './chips';
import { NoopAnimationsModule } from '@angular/platform-browser/animations';
describe('Chips', () => {
let chips: Chips;
let fixture: ComponentFixture<Chips>;
beforeE... | {
"pile_set_name": "Github"
} |
exports.config =
# See docs at http://brunch.readthedocs.org/en/latest/config.html.
# Edit the next line to change default build path.
paths:
public: 'public'
files:
javascripts:
# Defines what file will be generated with `brunch generate`.
defaultExtension: 'coffee'
# Describes how ... | {
"pile_set_name": "Github"
} |
/*
* Simulate an I2C port
*
* Copyright (c) 2014 Google, Inc
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <fdtdec.h>
#include <i2c.h>
#include <asm/test.h>
#include <dm/lists.h>
#include <dm/device-internal.h>
#include <dm/root.h>
DECLARE_GLOBAL_DATA_P... | {
"pile_set_name": "Github"
} |
package org.springframework.roo.petclinic.web;
import org.springframework.roo.addon.web.mvc.thymeleaf.annotations.RooThymeleafMainController;
/**
* = MainController
*
* TODO Auto-generated class documentation
*
*/
@RooThymeleafMainController
public class MainController {
}
| {
"pile_set_name": "Github"
} |
'\" t
.\" Title: yaourt
.\" Author: [see the "Authors" section]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 2015-04-28
.\" Manual: Yaourt Manual
.\" Source: Yaourt 1.9
.\" Language: English
.\"
.TH "YAOURT" "8" "2017\-07\-19" "Yaourt 1\&.9" "Yaourt Manual"
.\" --... | {
"pile_set_name": "Github"
} |
// ${COMPLETE_ITEM:notnull}
public class Foo
{
public void Bar(object a, System.Action f)
{
var b = a as String();
if (b != null)
{
{caret}
}
f();
}
} | {
"pile_set_name": "Github"
} |
#include "ConnectivityChecker.h"
#include "megaapi.h"
using namespace mega;
ConnectivityChecker::ConnectivityChecker(QString testURL, QObject *parent) :
QObject(parent) , testRequest(testURL)
{
networkAccess = new QNetworkAccessManager(this);
timer = new QTimer(this);
timer->setSingleShot(true);
... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2015 - 2018, Nordic Semiconductor ASA
*
* 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, th... | {
"pile_set_name": "Github"
} |
IoTApp.createModule(
'IoTApp.Dashboard.DashboardDevicePane',
function initDashboardDevicePane() {
'use strict';
$('#loadingElement').show();
var currentDeviceId;
var loadDataUrlBase;
var refreshMilliseconds;
var timerId;
var telemetryDataUrl;
var... | {
"pile_set_name": "Github"
} |
/* ----------------------------------------------------------------------------
* Copyright (C) 2010-2014 ARM Limited. All rights reserved.
*
* $Date: 19. March 2015
* $Revision: V.1.4.5
*
* Project: CMSIS DSP Library
* Title: arm_q15_to_float.c
*
* Description: Converts the ... | {
"pile_set_name": "Github"
} |
const connect = require('connect');
const morgan = require('morgan');
connect()
.use(morgan('combined'))
.use((req, res) => {
res.setHeader('Content-Type', 'application/json');
res.end('Logging\n');
})
.listen(3000);
| {
"pile_set_name": "Github"
} |
/**
* This header is generated by class-dump-z 0.2a.
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
*
* Source: (null)
*/
| {
"pile_set_name": "Github"
} |
# tests / experiments
These are unstable and will likely be removed or cleaned up at some point. | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: Counter-increment on 'display: none' element</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/"... | {
"pile_set_name": "Github"
} |
FROM alpine
MAINTAINER Anil Madhavapeddy <anil@recoil.org>
RUN apk update && apk add openssh && \
apk add --update --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ tini
RUN mkdir /root/.ssh && \
chmod 700 /root/.ssh && \
ssh-keygen -A
COPY ssh-find-agent.sh /root/ssh-find-agent.sh
EXPOSE 22... | {
"pile_set_name": "Github"
} |
'use strict';
const common = require('../common');
if (!common.hasCrypto)
common.skip('missing crypto');
const assert = require('assert');
const net = require('net');
const tls = require('tls');
const server = net.createServer((c) => {
c.end();
}).listen(common.mustCall(() => {
const port = server.address().po... | {
"pile_set_name": "Github"
} |
// name: eq7.mo
// keywords:
// status: correct
// cflags: -d=newInst
//
model A
Real x, y;
equation
y = x;
end A;
model B
A a[3](x = {1, 2, 3});
end B;
// Result:
// class B
// Real a[1].x = 1.0;
// Real a[1].y;
// Real a[2].x = 2.0;
// Real a[2].y;
// Real a[3].x = 3.0;
// Real a[3].y;
// equati... | {
"pile_set_name": "Github"
} |
<?php
namespace Oro\Bundle\ShippingBundle\Checker;
interface ShippingMethodEnabledByIdentifierCheckerInterface
{
/**
* @param string $identifier
*
* @return bool
*/
public function isEnabled($identifier);
}
| {
"pile_set_name": "Github"
} |
/*
Package redistore is a session store backend for gorilla/sessions
*/
package redistore
| {
"pile_set_name": "Github"
} |
{
"type": "bundle",
"id": "bundle--5eb9e0de-e17e-4b88-a3c3-4129ce77c2b6",
"spec_version": "2.0",
"objects": [
{
"id": "attack-pattern--0fff2797-19cb-41ea-a5f1-8a9303b8158e",
"name": "Systemd Service",
"external_references": [
{
... | {
"pile_set_name": "Github"
} |
# any line that begins with a '#' is discarded as a comment
# doormangauze commandline
[-dstAddr <addr>]
[-finalDstAddr <addr>]
[-localAddr <addr>]
[-srcAddr <addr>]
[-action <action>]
[-actionAddr <addr>]
[-actionDstPort <0>]
[-actionSrcPort <0>]
[-key <key>]
[-protocol <TCP|UDP|ICMP>]
[-protoSrcPort <po... | {
"pile_set_name": "Github"
} |
// @flow
import defineFunction from "../defineFunction";
import buildCommon from "../buildCommon";
import mathMLTree from "../mathMLTree";
import {assertNodeType} from "../parseNode";
import {calculateSize} from "../units";
import * as html from "../buildHTML";
import * as mml from "../buildMathML";
// Box manipulati... | {
"pile_set_name": "Github"
} |
// $begin{copyright}
//
// This file is part of WebSharper
//
// Copyright (c) 2008-2018 IntelliFactory
//
// 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/li... | {
"pile_set_name": "Github"
} |
head 1.1;
access;
symbols;
locks; strict;
comment @# @;
1.1
date 2012.01.03.20.59.59; author john; state Exp;
branches;
next ;
desc
@developer tool
@
1.1
log
@Initial revision
@
text
@#!/bin/sh
#-----------------------------------------------------------------------
# cleanup working directories of old files
#--... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | {
"pile_set_name": "Github"
} |
+++
date = "2020-07-23T00:00:00Z"
draft = false
title = "GuidSerializer changes"
[menu.main]
parent = "GuidSerializationSerializerChanges"
identifier = "GuidSerializerChanges"
weight = 20
pre = "<i class='fa'></i>"
+++
# GuidSerializer changes
Some small changes have been made to the GuidSerializer to allow t... | {
"pile_set_name": "Github"
} |
// +build amd64
// compile
// 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.
// Issue 6036: 6g's backend generates OINDREG with
// offsets larger than 32-bit.
package main
type T struct {
Large [1 << 31]byt... | {
"pile_set_name": "Github"
} |
/* @internal */
namespace ts {
export function createParenthesizerRules(factory: NodeFactory): ParenthesizerRules {
interface BinaryPlusExpression extends BinaryExpression {
cachedLiteralKind: SyntaxKind;
}
return {
parenthesizeLeftSideOfBinary,
... | {
"pile_set_name": "Github"
} |
["0.3.0"]
git-tree-sha1 = "8d8e53bd6632df88b7a35c9b695fa1b8c80c4048"
["0.3.1"]
git-tree-sha1 = "b636a5ff630283fa923c905e54feecc53889be18"
["0.3.2"]
git-tree-sha1 = "3dab5173c9e4c4f6a455de254abd2ce22f631866"
["0.4.0"]
git-tree-sha1 = "b2a46b83ba0dc54a4d32a49420af9fea46af4765"
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2014, NVIDIA CORPORATION. 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 without restriction, including without limitation
* the rights to use... | {
"pile_set_name": "Github"
} |
package io.onedev.server.buildspec.job.paramspec;
import java.util.List;
import java.util.Map;
import javax.validation.Valid;
import javax.validation.constraints.NotNull;
import io.onedev.server.model.support.inputspec.groupchoiceinput.GroupChoiceInput;
import io.onedev.server.model.support.inputspec.groupchoiceinpu... | {
"pile_set_name": "Github"
} |
# Node.js Foundation TSC Meeting 2015-06-03
## Links
* **Audio Recording**: https://soundcloud.com/node-foundation/tsc-meeting-2015-06-03
* **GitHub Issue**: https://github.com/nodejs/node-convergence-archive/issues/47
* **Original Minutes Google Doc**: https://docs.google.com/document/d/1sTD0uryasBR15UBzEbJj3oHYtnuN... | {
"pile_set_name": "Github"
} |
.blog_date_row_month {
margin-left: 0.5em;
}
.search-row-even, .search-row-odd{
padding:0 8px 8px !important;
}
.search-row-even .links, .search-row-odd .links{
font-size:95%;
} | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////
// Random
var ss_Random = function#? DEBUG Random$##(seed) {
var _seed = (seed === undefined) ? parseInt(Date.now() % 2147483648) : parseInt(Math.abs(seed));
this.inext = 0;
this.inextp = 21;
this.seedArray = new Array(56);
fo... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "//www.w3.org/TR/html4/strict.dtd">
<HTML style="overflow:auto;">
<HEAD>
<meta name="generator" content="JDiff v1.1.0">
<!-- Generated by the JDiff Javadoc doclet -->
<!-- (http://www.jdiff.org) -->
<meta name="description" content="JDiff is a Javadoc doclet which gener... | {
"pile_set_name": "Github"
} |
require('../../modules/web.dom.iterable');
module.exports = require('../../modules/$.core'); | {
"pile_set_name": "Github"
} |
/*
* Texas Instruments Keystone IRQ controller IP driver
*
* Copyright (C) 2014 Texas Instruments, Inc.
* Author: Sajesh Kumar Saran <sajesh@ti.com>
* Grygorii Strashko <grygorii.strashko@ti.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General ... | {
"pile_set_name": "Github"
} |
/*!
@file
Defines `boost::hana::tuple`.
@copyright Louis Dionne 2013-2016
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_HANA_TUPLE_HPP
#define BOOST_HANA_TUPLE_HPP
#include <boost/hana/fwd/tuple.... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <objc/NSObject.h>
@class RCMutexLock;
@protocol OS_dispatch_group, RCOperationCanceling><RCOperationPrioritizing;
@interface ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?><!DOCTYPE TS><TS language="cs_CZ" version="2.0">
<context>
<name>ConfigureDialog</name>
<message>
<source>Analog clock settings</source>
<translation>Nastavení ručičkových hodin</translation>
</message>
<message>
<source>Show &seconds hand</source>
... | {
"pile_set_name": "Github"
} |
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">
<Script file="Mask.lua"/>
<Script file="Backdrop.lua"/>
<Script file="Icon.lua"/>
<Script file="Shadow.lua"/>
<Script file="Normal.lua"/>
... | {
"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 the main "set.hpp" header
// -- DO NOT modify by hand!
namespace boost { namespace m... | {
"pile_set_name": "Github"
} |
#include "rar.hpp"
#include "cmdfilter.cpp"
#include "cmdmix.cpp"
CommandData::CommandData()
{
Init();
}
void CommandData::Init()
{
RAROptions::Init();
*Command=0;
*ArcName=0;
FileLists=false;
NoMoreSwitches=false;
ListMode=RCLM_AUTO;
BareOutput=false;
FileArgs.Reset();
ExclArgs.Reset();
... | {
"pile_set_name": "Github"
} |
# Contributing to Juicer
:+1::tada: First off, thanks for taking the time to contribute! :tada::+1:
The following is a set of guidelines for contributing to Juicer, which is hosted in the [Aiden Lab Repositories](https://github.com/aidenlab) on GitHub. These are mostly guidelines, not rules. Use your best judgment, a... | {
"pile_set_name": "Github"
} |
{
"beep" : "boop",
"x" : 555
}
| {
"pile_set_name": "Github"
} |
<?xml version='1.0' standalone='yes'?>
<extension name="environment">
<test name="environment">
<parameter type="matchtype" occurrence="optional" />
<parameter type="comparator" occurrence="optional" />
<parameter type="string" name="name"
regex="(domain|host|location|name|phase|remote-host|remote-ip|versio... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of PHPExifTool.
*
* (c) 2012 Romain Neutron <imprec@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace PHPExiftool\Driver\Tag\ExifIFD;
use JMS\Serializer\Annotation\ExclusionPolicy;... | {
"pile_set_name": "Github"
} |
#ifndef PYTHONIC_INCLUDE_BUILTIN_FILE_WRITELINES_HPP
#define PYTHONIC_INCLUDE_BUILTIN_FILE_WRITELINES_HPP
#include "pythonic/include/types/file.hpp"
#include "pythonic/include/utils/functor.hpp"
PYTHONIC_NS_BEGIN
namespace builtins
{
namespace file
{
template <class F, class T>
void writelines(F &&f, T... | {
"pile_set_name": "Github"
} |
import request from '../utils/request';
export function query() {
return request('/api/users');
}
// TODO 从某一个地址获取
export function getAllCompany () {
return new Promise((resolve) => {
setTimeout(() => {
resolve({
code: 0,
msg: 'success',
icu996: [
// https://github.com/... | {
"pile_set_name": "Github"
} |
/*=========================================================================
*
* Copyright NumFOCUS
*
* 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.or... | {
"pile_set_name": "Github"
} |
#!/bin/bash
#
# harbian audit Debian 9 / CentOS Hardening
# Authors : Thibault Dewailly, OVH <thibault.dewailly@corp.ovh.com>
# Authors : Samson wen, Samson <sccxboy@gmail.com>
#
# Main script : Execute hardening considering configuration
#
LONG_SCRIPT_NAME=$(basename $0)
SCRIPT_NAME=${LONG_SCRIPT_NAME%.sh}
DISABLED... | {
"pile_set_name": "Github"
} |
{"min_width": 0.0, "force_limit": 20.0, "max_width": 0.05, "finger_radius": 0.01}
| {
"pile_set_name": "Github"
} |
const sortAsc = (a, b) => a - b;
const sortDesc = (a, b) => b - a;
console.log([1, 3, 2].sort(sortAsc)); // <1>
const undeux = [
{label: 'deux', order: 2},
{label: 'un', order: 1}
];
console.log(undeux.sort((a, b) => a.order - b.order));// <2>
| {
"pile_set_name": "Github"
} |
#ifndef BOOST_MPL_AUX_CONFIG_INTEL_HPP_INCLUDED
#define BOOST_MPL_AUX_CONFIG_INTEL_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 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)
//
// See http://www.boost... | {
"pile_set_name": "Github"
} |
@file:Suppress("DEPRECATION" /* will be removed with 1.0.0 */)
package ch.tutteli.atrium.core.robstoll.lib.creating
import ch.tutteli.atrium.creating.AssertionPlant
import ch.tutteli.atrium.creating.AssertionPlantNullable
import ch.tutteli.atrium.creating.AssertionPlantWithCommonFields
import ch.tutteli.atrium.creati... | {
"pile_set_name": "Github"
} |
/*
* ISP1362 HCD (Host Controller Driver) for USB.
*
* Copyright (C) 2005 Lothar Wassmann <LW@KARO-electronics.de>
*
* Derived from the SL811 HCD, rewritten for ISP116x.
* Copyright (C) 2005 Olav Kongas <ok@artecdesign.ee>
*
* Portions:
* Copyright (C) 2004 Psion Teklogix (for NetBook PRO)
* Copyright (C) 200... | {
"pile_set_name": "Github"
} |
//===- unittests/Support/EndianTest.cpp - Endian.h tests ------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | {
"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"
} |
#!/usr/bin/env ruby
# TODO (temporary here, we'll move this into the Github issues once
# redis-trib initial implementation is completed).
#
# - Make sure that if the rehashing fails in the middle redis-trib will try
# to recover.
# - When redis-trib performs a cluster check, if it detects a slot move in
# p... | {
"pile_set_name": "Github"
} |
/* -*- mode: c++; coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; show-trailing-whitespace: t -*- vim:fenc=utf-8:ft=cpp:et:sw=4:ts=4:sts=4
This file is part of the Feel library
Author(s): Christophe Prud'homme <christophe.prudhomme@feelpp.org>
Date: 2009-03-13
Copyright (C) 2009-2... | {
"pile_set_name": "Github"
} |
//////////////////////////////////////////////////////////////////
//
// FreeLing - Open Source Language Analyzers
//
// Copyright (C) 2014 TALP Research Center
// Universitat Politecnica de Catalunya
//
// This library is free software; you can redistribute it and/or
// modify it ... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.