text stringlengths 2 99.9k | meta dict |
|---|---|
/**
* Module dependencies.
*/
var utils = require('../utils');
/**
* Expose `Route`.
*/
module.exports = Route;
/**
* Initialize `Route` with the given HTTP `method`, `path`,
* and an array of `callbacks` and `options`.
*
* Options:
*
* - `sensitive` enable case-sensitive routes
* - `strict` ... | {
"pile_set_name": "Github"
} |
'use strict';
var $export = require('./_export');
var toObject = require('./_to-object');
var toPrimitive = require('./_to-primitive');
$export($export.P + $export.F * require('./_fails')(function () {
return new Date(NaN).toJSON() !== null
|| Date.prototype.toJSON.call({ toISOString: function () { return 1; } }... | {
"pile_set_name": "Github"
} |
"""Unicode Properties (autogen)."""
from __future__ import unicode_literals
unicode_blocks = {
"basiclatin": "\u0000-\u007f",
"^basiclatin": "\u0080-\U0010ffff",
"latin1supplement": "\u0080-\u00ff",
"^latin1supplement": "\u0000-\u007f\u0100-\U0010ffff",
"latinextendeda": "\u0100-\u017f",
"^lati... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>We're sorry, but something went wrong (500)</title>
<style type="text/css">
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
div.dialog {
width: 25em;
padding: 0 4em;
margin: 4em auto 0 auto;
border... | {
"pile_set_name": "Github"
} |
/*
Simple DirectMedia Layer
Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this ... | {
"pile_set_name": "Github"
} |
{
"type": "Document",
"raw": "TEXT\r\nTHIS TEXT IS CRLF line break\r\nCRLF!!!!\r\n",
"range": [
0,
46
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 4,
"column": 0
}
},
"childre... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 282eeacb5819529479abe25e3f2e2d19
timeCreated: 1444711561
licenseType: Pro
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
<?php
namespace Drupal\Tests\comment\Kernel\Migrate\d7;
use Drupal\comment\Plugin\Field\FieldType\CommentItemInterface;
use Drupal\Core\Field\FieldConfigInterface;
use Drupal\field\Entity\FieldConfig;
use Drupal\Tests\migrate_drupal\Kernel\d7\MigrateDrupal7TestBase;
/**
* Tests creation of comment reference fields ... | {
"pile_set_name": "Github"
} |
{
"name": "DJM-900NXS2",
"description": "A DJ mixer.",
"url": "https://www.pioneerdj.com/en-us/product/mixer/djm-900nxs2/black/overview/"
}
| {
"pile_set_name": "Github"
} |
/*
Copyright 2014 The Kubernetes Authors All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or ag... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_23) on Mon May 02 03:14:24 KST 2011 -->
<TITLE>
Uses of Class org.eclipse.cdt.managedbuilder.llvm.ui.preferences.LibraryPathListEditor
</TITLE>
<MET... | {
"pile_set_name": "Github"
} |
#include <cstdio>
#include <cmath>
#include <algorithm>
using namespace std;
typedef struct vetor{
double x;
double y;
} vetor;
bool menorX(vetor a, vetor b){
if (a.x<b.x) return true;
else return false;
}
bool menorY(vetor* a, vetor* b){
if (a->y<b->y) return true;
else return false;
}
double dist(vetor* a, v... | {
"pile_set_name": "Github"
} |
/***************************************************************************
* *
* Copyright (C) 2017 Seamly, LLC *
* *
* https:/... | {
"pile_set_name": "Github"
} |
#ifndef __SPLAY_H
#define __SPLAY_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (__| |_| | _ <| |___
... | {
"pile_set_name": "Github"
} |
import Sprite from "./Sprite.js";
import AnimManager from "./AnimManager.js";
class TileSprite extends Sprite {
constructor(texture, w, h) {
super(texture);
this.tileW = w;
this.tileH = h;
this.frame = { x: 0, y: 0 };
this.anims = new AnimManager(this);
}
update(dt) {
this.anims.update(d... | {
"pile_set_name": "Github"
} |
/* DO NOT EDIT THIS FILE.
It has been auto-edited by fixincludes from:
"fixinc/tests/inc/string.h"
This had to be done to correct non-standard usages in the
original, manufacturer supplied header file. */
#if defined( SVR4_DISABLE_OPT_CHECK )
#endif /* SVR4_DISABLE_OPT_CHECK */
| {
"pile_set_name": "Github"
} |
<?php
namespace Oro\Bundle\ShippingBundle\Tests\Unit\Context;
use Oro\Bundle\ShippingBundle\Context\ShippingContextInterface;
/**
* @method \PHPUnit\Framework\MockObject\MockObject createMock(string $originalClassName)
*/
trait ShippingContextMockTrait
{
/**
* @return mixed
*/
private function cr... | {
"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\DICOM;
use JMS\Serializer\Annotation\ExclusionPolicy;
u... | {
"pile_set_name": "Github"
} |
<?php
/**
* sysPass
*
* @author nuxsmin
* @link https://syspass.org
* @copyright 2012-2019, Rubén Domínguez nuxsmin@$syspass.org
*
* This file is part of sysPass.
*
* sysPass is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 1999-2001, 2016 Free Software Foundation, Inc.
* This file is part of the GNU LIBICONV Library.
*
* The GNU LIBICONV 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; eit... | {
"pile_set_name": "Github"
} |
# negotiator
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node-version-image]][node-version-url]
[![Build Status][travis-image]][travis-url]
[![Test Coverage][coveralls-image]][coveralls-url]
An HTTP content negotiator for Node.js
## Installation
```sh
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
<view class='new-con'>
<view class='title-wrapper'>
<view class='title-box'>
<text>{{newContent.title}}</text>
<text class='line'></text>
</view>
<view class='time-box'>
<text>时间:{{newContent.add_time}}</text> <text>浏览量:{{newContent.visit}}</text>
</view>
</view>
<view class='co... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"size" : "20x20",
"idiom" : "iphone",
"filename" : "Icon-App-20x20@2x.png",
"scale" : "2x"
},
{
"size" : "20x20",
"idiom" : "iphone",
"filename" : "Icon-App-20x20@3x.png",
"scale" : "3x"
},
{
"size" : "29x29",
"idiom" : "... | {
"pile_set_name": "Github"
} |
package fse
import (
"errors"
"fmt"
)
const (
tablelogAbsoluteMax = 15
)
// Decompress a block of data.
// You can provide a scratch buffer to avoid allocations.
// If nil is provided a temporary one will be allocated.
// It is possible, but by no way guaranteed that corrupt data will
// return an error.
// It is... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Default' ">
<StartAction>Project</StartAction>
<ExternalConsole>false</ExternalConsole>
</PropertyGroup>
<PropertyGroup Condition=" '$(Run... | {
"pile_set_name": "Github"
} |
#!/bin/tcsh
#
# This script will configure, build and run HOMME using the
# NGGPS benchmark problem
#
# 128 levels
# 10 tracers
#
# ne4 ultra-low-res for testing
# ne30 (1 degree)
# ne120 (1/4 degree)
#
#
#
#SBATCH --job-name nggpsbench
#SBATCH -N 1
#SBATCH -C knl
#SBATCH --time=0:15:00
#XSBATCH --account... | {
"pile_set_name": "Github"
} |
// MESSAGE HIGHRES_IMU PACKING
#define MAVLINK_MSG_ID_HIGHRES_IMU 105
MAVPACKED(
typedef struct __mavlink_highres_imu_t {
uint64_t time_usec; /*< Timestamp (microseconds, synced to UNIX time or since system boot)*/
float xacc; /*< X acceleration (m/s^2)*/
float yacc; /*< Y acceleration (m/s^2)*/
float zacc; /*< Z... | {
"pile_set_name": "Github"
} |
// Licensed to Cloudera, Inc. under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. Cloudera, Inc. licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this f... | {
"pile_set_name": "Github"
} |
// MESSAGE MISSION_CURRENT PACKING
#define MAVLINK_MSG_ID_MISSION_CURRENT 42
typedef struct __mavlink_mission_current_t
{
uint16_t seq; ///< Sequence
} mavlink_mission_current_t;
#define MAVLINK_MSG_ID_MISSION_CURRENT_LEN 2
#define MAVLINK_MSG_ID_42_LEN 2
#define MAVLINK_MSG_ID_MISSION_CURRENT_CRC 28
#define MAVLI... | {
"pile_set_name": "Github"
} |
package com.wzgiceman.rxretrofitlibrary.retrofit_rx;
import android.app.Application;
/**
* 全局app
* Created by WZG on 2016/12/12.
*/
public class RxRetrofitApp {
private static Application application;
private static boolean debug;
public static void init(Application app){
setApplication(app)... | {
"pile_set_name": "Github"
} |
<library:CustomApplication x:Class="CustomApplicationClass.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:library="clr-namespace:CustomApplicationClient;assembly=CustomApplicationClient"
... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2017, STMicroelectronics - All Rights Reserved
* Author(s): Vikas Manocha, <vikas.manocha@st.com> for STMicroelectronics.
*/
#include <linux/bitops.h>
#include <asm/armv7m.h>
#include <asm/armv7_mpu.h>
#include <asm/io.h>
#define V7M_MPU_CTRL_ENABLE BIT(0)
#... | {
"pile_set_name": "Github"
} |
/**
* Copyright © 2002 Instituto Superior Técnico
*
* This file is part of FenixEdu Academic.
*
* FenixEdu Academic 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 3 of the License... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2019-2020, somewhere (somewhere0813@gmail.com).
* <p>
* Licensed under the GNU Lesser General Public License 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* https://www.gnu.org/licenses/lgpl.html
*... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 15cc9c62605319f4a9b20b15918913fa
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| {
"pile_set_name": "Github"
} |
/*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
\\/ M anipulation |
--------... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AppActivateAction</key>
<string>Activate</string>
<key>AppHideAction</key>
<string>Hide</string>
<key>AppHideOthersAction</key>
<... | {
"pile_set_name": "Github"
} |
(function () {
'use strict';
angular
.module('<%= scriptAppName %>.listImage', ['<%= scriptAppName %>.lodash'])
.factory('AlphabetColor', AlphabetColor)
.directive('listImage', listImage);
AlphabetColor.$inject = ['_'];
function AlphabetColor(_) {
var colors = [
'#f9a43e',
'#59a2b... | {
"pile_set_name": "Github"
} |
-- Andreas, 2017-11-12, issue #2803
-- Problem: names of hidden variable patterns
-- can get lost during case splitting.
-- They actually get lost already during lhs type checking,
-- but it is noticed only when printed back to the user
-- during case splitting.
-- {-# OPTIONS -v tc.lhs:40 #-}
record HFun (A B : Se... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __LINUX_FOTG210_H
#define __LINUX_FOTG210_H
#include <linux/usb/ehci-dbgp.h>
/* definitions used for the EHCI driver */
/*
* __hc32 and __hc16 are "Host Controller" types, they may be equivalent to
* __leXX (normally) or __beXX (given FOTG210_BIG_ENDIAN_DESC), dependi... | {
"pile_set_name": "Github"
} |
sklearn_classifier.py
=====================
What is this?
-------------
Load trained classifier model and classify with input vector array.
Subscribing Topic
-----------------
* ``~input`` (``jsk_recognition_msgs/VectorArray``)
Input vector array to do classification.
Publishing Topic
----------------
* ``~o... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////
//
// AutobahnJava - http://crossbar.io/autobahn
//
// Copyright (c) Crossbar.io Technologies GmbH and contributors
//
// Licensed under the MIT License.
// http://www.opensource.org/licenses/mit-license.php
//
/////////////////////... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://my.netscape.com/rdf/simple/0.9/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<dc:title>My Title</dc:title>
</channel>
</rdf:RDF> | {
"pile_set_name": "Github"
} |
#define bullet_width 6
#define bullet_height 6
static unsigned char bullet_bits[] = {
0x00, 0x00, 0x1c, 0x1c, 0x1c, 0x00 };
| {
"pile_set_name": "Github"
} |
Console Tool
| {
"pile_set_name": "Github"
} |
{
"timeZone": "Europe/Moscow",
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8"
}
| {
"pile_set_name": "Github"
} |
//
// LoadingViewController.swift
// Milkshakr
//
// Created by Guilherme Rambo on 10/06/18.
// Copyright © 2018 Guilherme Rambo. All rights reserved.
//
import UIKit
class LoadingViewController: UIViewController {
private lazy var activityIndicator: UIActivityIndicatorView = {
let v = UIActivityIndi... | {
"pile_set_name": "Github"
} |
/*
* (C) Copyright 2009-2015
* Marvell Semiconductor <www.marvell.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef _CONFIG_MARVELL_PLUG_H
#define _CONFIG_MARVELL_PLUG_H
/*
* High Level Configuration Options (easy to change)
*/
#define CONFIG_KW88F6281 1 /* SOC Name */
#define CONFIG_SKIP_LOWLEVEL_INIT /* ... | {
"pile_set_name": "Github"
} |
https://github.com/aymericdamien/TopDeepLearning
https://github.com/hunkim/DeepLearningZeroToAll
https://github.com/nlintz/TensorFlow-Tutorials/
https://github.com/tensorflow/tensorflow
https://github.com/BVLC/caffe
https://github.com/jcjohnson/neural-style
https://github.com/google/deepdream
https://github.com/fcholle... | {
"pile_set_name": "Github"
} |
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The library is free for all purposes without any express
* guarantee it works.
*
* Tom St Denis, tomstdenis@gmail.com, http://l... | {
"pile_set_name": "Github"
} |
import glob
import random
from collections import defaultdict
import torch
from PIL import Image
from torch.utils.data import DataLoader
from torchvision import transforms
from maml.sampler import ClassBalancedSampler
from maml.datasets.metadataset import Task
class AircraftMAMLSplit():
def __init__(self, root,... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1020"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
... | {
"pile_set_name": "Github"
} |
/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot... | {
"pile_set_name": "Github"
} |
# **网络编程 - 构建服务端和客户端**
之前的章节讨论了关于网络编程的内容; 包括开发 web 客户端,web 服务端和 web 应用; DNS 查询; 和 HTTP 连接超时。
这章将带您更进一步,向您展示怎样编写您自己的 TCP 客户端和服务端,还有 UDP 客户端和服务端。此外,通过俩个例子展示怎样编写一个并发的 TCP 服务端。第一个例子相当简单,并发的 TCP 服务端只返回斐波那契序列数字。而第二个例子将使用[第四章](https://github.com/hantmac/Mastering_Go_ZH_CN/blob/master/eBook/chapter4/04.0.md)(组合类型的使用)的... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2014 Google 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 agreed t... | {
"pile_set_name": "Github"
} |
'''
Created on Nov 18, 2015
@author: Willie Maddox
Test passing a python sequence directly to aabb trees
and print out some timing info.
Verified with with python lists, tuples, and numpy arrays.
The following results were obtained with
ubuntu 14.04 running on Intel Xeon E5-2620 cpu.
Bindings compiled with CGAL 4.6 ... | {
"pile_set_name": "Github"
} |
// list of exports supported by shoutem can be found here: https://shoutem.github.io/docs/extensions/reference/extension-exports
// Constants `screens`, `actions` and `reducer` are exported via named export
// It is important to use those exact names
import { NotificationsPage, GroupsPage } from './pages';
import { sh... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<use>
<flag name="binary">enable binary instances</flag>
<flag name="hashable">en... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>spring-boot-samples</arti... | {
"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"
} |
/*
* VP9 compatible video decoder
*
* Copyright (C) 2013 Ronald S. Bultje <rsbultje gmail com>
* Copyright (C) 2013 Clément Bœsch <u pkh me>
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as pu... | {
"pile_set_name": "Github"
} |
/******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. *
* This program is free software; you can redistribute it and/or modify it ... | {
"pile_set_name": "Github"
} |
/*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This 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
* th... | {
"pile_set_name": "Github"
} |
<?php return array (
'ar' => 'Aarabeere',
'ab' => 'Abkhazian',
'ace' => 'Achinese',
'ach' => 'Acoli',
'ada' => 'Adangme',
'ady' => 'Adyghe',
'aa' => 'Afar',
'afh' => 'Afrihili',
'af' => 'Afrikaans',
'agq' => 'Aghem',
'ain' => 'Ainu',
'ak' => 'Akaan',
'akk' => 'Akkadian',
'bss' => 'Akoose',
... | {
"pile_set_name": "Github"
} |
local assetHelper = asset.require('util/asset_helper')
local shared = asset.require('util/tle_helper')
local group = {
Title = "Kosmos 2251 Debris",
Url = "http://www.celestrak.com/NORAD/elements/cosmos-2251-debris.txt",
TrailColor = { 0.66, 0.8, 0.5 }
}
local tle = shared.downloadTLEFile(asset, group.Url... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_SERIALIZATION_BASE_OBJECT_HPP
#define BOOST_SERIALIZATION_BASE_OBJECT_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// base_object.hpp:
// (C) Copyrigh... | {
"pile_set_name": "Github"
} |
[list.rulemetadata]
command:/usr/local/opnsense/scripts/suricata/listRuleMetadata.py
parameters:
type:script_output
message:request suricata rule metadata
[list.installablerulesets]
command:/usr/local/opnsense/scripts/suricata/listInstallableRulesets.py
parameters:
type:script_output
message:request installable rules
... | {
"pile_set_name": "Github"
} |
/// @ref gtx_std_based_type
/// @file glm/gtx/std_based_type.hpp
///
/// @see core (dependence)
/// @see gtx_extented_min_max (dependence)
///
/// @defgroup gtx_std_based_type GLM_GTX_std_based_type
/// @ingroup gtx
///
/// Include <glm/gtx/std_based_type.hpp> to use the features of this extension.
///
/// Adds vector ... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (c) 2014-2016, NVIDIA CORPORATION. All rights reserved.
*/
#include <linux/module.h>
#include <linux/platform_device.h>
#include <soc/tegra/fuse.h>
#include "soctherm.h"
#define NOMINAL_CALIB_FT 105
#define NOMINAL_CALIB_CP 25
#define FUSE_TSENSOR_CALIB... | {
"pile_set_name": "Github"
} |
// Boost.Units - A C++ library for zero-overhead dimensional analysis and
// unit/quantity manipulation and conversion
//
// Copyright (C) 2003-2008 Matthias Christian Schabel
// Copyright (C) 2007-2008 Steven Watanabe
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LI... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
// Use of this source code is governed by the MIT license that can be
// found in the LICENSE file.
#include "shell/browser/web_dialog_helper.h"
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include "base/bind.h"
#include "base/file... | {
"pile_set_name": "Github"
} |
// -*- swift -*-
//===----------------------------------------------------------------------===//
// Automatically Generated From validation-test/stdlib/Slice/Inputs/Template.swift.gyb
// Do Not Edit Directly!
//===----------------------------------------------------------------------===//
// RUN: %target-run-simple-... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="8152.3" systemVersion="14E46" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" initialView... | {
"pile_set_name": "Github"
} |
// 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,
// distribute, sublicense, and/or sell... | {
"pile_set_name": "Github"
} |
(function catchExternalLinks() {
document.body.addEventListener('click', function externalLinkslistener(e) {
if (e.target && e.target.matches('a')) {
if (e.target.href) {
nw.Shell.openExternal(e.target.href);
e.stopPropagation();
}
e.preven... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016-2018 John Grosh (jagrosh) & Kaidan Gustave (TheMonitorLizard)
*
* 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-... | {
"pile_set_name": "Github"
} |
<?php
namespace Omeka\Api\Adapter;
use Doctrine\ORM\QueryBuilder;
use Omeka\Api\Request;
use Omeka\Entity\EntityInterface;
use Omeka\Stdlib\ErrorStore;
class JobAdapter extends AbstractEntityAdapter
{
protected $sortFields = [
'id' => 'id',
'status' => 'status',
'class' => 'class',
... | {
"pile_set_name": "Github"
} |
/* *********************************************************************** *
* project: org.matsim.*
* *
* *********************************************************************** *
* ... | {
"pile_set_name": "Github"
} |
import FWCore.ParameterSet.Config as cms
from Configuration.Eras.Era_Run2_2018_cff import Run2_2018
process = cms.Process('SIM',Run2_2018)
# import of standard configurations
process.load('Configuration.StandardSequences.Services_cff')
process.load('SimGeneral.HepPDTESSource.pythiapdt_cfi')
process.load('FWCore.Mess... | {
"pile_set_name": "Github"
} |
@rem
@rem Copyright 2015 the original author or authors.
@rem
@rem Licensed under the Apache License, Version 2.0 (the "License");
@rem you may not use this file except in compliance with the License.
@rem You may obtain a copy of the License at
@rem
@rem http://www.apache.org/licenses/LICENSE-2.0
@rem
@rem Unless... | {
"pile_set_name": "Github"
} |
From 962c46bf7f43df730e2d3698930e77958cc6b191 Mon Sep 17 00:00:00 2001
From: Jonas Gorski <jonas.gorski@gmail.com>
Date: Wed, 27 Jul 2016 11:35:45 +0200
Subject: [PATCH 04/16] Documentation: add BCM6348 pincontroller binding
documentation
Add binding documentation for the pincontrol core found in BCM6348 SoCs.
Signe... | {
"pile_set_name": "Github"
} |
---
lang: en
title: 'API docs: rest.resthttperrors.invalidparamlocation'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/packages/rest
permalink: /doc/en/lb4/apidocs.rest.resthttperrors.invalidparamlocation.html
---
... | {
"pile_set_name": "Github"
} |
// Copyright 2017 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Flags: --expose-gc --allow-natives-syntax --verify-heap
var o = { f : 0 };
var shouldDeopt = true;
// This tests a scenario where a function has a... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1990 Regents of the University of California.
* 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
* ... | {
"pile_set_name": "Github"
} |
var convert = require('./convert');
module.exports = convert('times', require('../times'));
| {
"pile_set_name": "Github"
} |
import boto3
from moto import mock_s3
from Output.export_final import lambda_handler
@mock_s3
def test_export_final():
manifest_content = b'{"source": "tech now mindy kaling at sxsw", "category": 1, "category-metadata": {"confidence": 1.0, "human-annotated": "yes", "type": "groundtruth/text-classification"}}'
... | {
"pile_set_name": "Github"
} |
//
// Copyright (c) 2020 Related Code - http://relatedcode.com
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIG... | {
"pile_set_name": "Github"
} |
// Copyright 2015 CoreOS, 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 agreed to in... | {
"pile_set_name": "Github"
} |
// Boost.Geometry
// Copyright (c) 2017 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_UTIL_SELECT_SEQUENCE_ELEMENT
#define... | {
"pile_set_name": "Github"
} |
#cloud-config
<%= cloud_config_yaml %>
hostname: <%= hostname %> | {
"pile_set_name": "Github"
} |
var searchData=
[
['write_5fhandler',['write_handler',['../structguac__audio__encoder.html#a1b74c3dd402b0a6afa5f5b9000d02c74',1,'guac_audio_encoder::write_handler()'],['../structguac__socket.html#a0f5f24200b0dad4ef1443b863d1bfc7d',1,'guac_socket::write_handler()']]]
];
| {
"pile_set_name": "Github"
} |
if the current trends of hollywood filmmaking continue , we are probably five or six years away from the moment when the 1980s would become the next golden age of movie nostalgia .
although some hollywood products already use the last decade as a background for their stories ( mostly in ironic way , like grosse pointe... | {
"pile_set_name": "Github"
} |
import * as path from 'path';
import { EOL } from 'os';
import { listFiles } from './../utils';
import type { RuleDefinitions, ConfigRules } from './../types';
import { defaultRules } from '../default-rules';
import { getPluginRuleDefinitions } from './get-plugin-rule-definitions';
export const RULE_SUFFIX = '.rule.js... | {
"pile_set_name": "Github"
} |
using System.Threading.Tasks;
using AppKit;
using PointF = CoreGraphics.CGPoint;
namespace Xamarin.Forms.Platform.MacOS
{
internal static class NSScrollViewExtensions
{
public static Task ScrollToPositionAsync(this NSScrollView scrollView, PointF point, bool animate,
double duration = 0.5)
{
if (!animate)... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2013-2020 The OpenZipkin 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 a... | {
"pile_set_name": "Github"
} |
module ansible-service-broker 1.0;
require {
type unreserved_port_t;
type http_port_t;
type init_t;
class tcp_socket name_connect;
#These should go away when need for .kube.config goes away
type user_home_t;
class file { execute execute_no_trans };
}
#============= init_t ==============
allow init_t http_p... | {
"pile_set_name": "Github"
} |
/************************************************************
* <bsn.cl fy=2014 v=onl>
*
* Copyright 2014 Big Switch Networks, Inc.
* Copyright 2017 Accton Technology Corporation.
*
* Licensed under the Eclipse Public License, Version 1.0 (the
* "License"); you may not use this file except in... | {
"pile_set_name": "Github"
} |
#include <fc/exception/exception.hpp>
#include <fc/io/fstream.hpp>
#include <fc/log/file_appender.hpp>
#include <fc/reflect/variant.hpp>
#include <fc/thread/scoped_lock.hpp>
#include <fc/thread/thread.hpp>
#include <fc/variant.hpp>
#include <boost/thread/mutex.hpp>
#include <iomanip>
#include <queue>
#include <sstream>... | {
"pile_set_name": "Github"
} |
===========
Tuning tips
===========
Okay, so you've got everything all set up, data is flowing through, and...what?
You can't consume everything on time? Allow me to help:
1. Try increasing :mod:`settings.CHUNK_SIZE` - this increases the size of a chunk of
metrics that gets added onto the queue. Bigger chunks == smal... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.