text stringlengths 2 99.9k | meta dict |
|---|---|
#include "RTOS.h"
#include "BSP.h"
#include <stdio.h>
#include <wolfcrypt/benchmark/benchmark.h>
static OS_STACKPTR int WLFSTACK[20000]; /* Stack Size for Task */
static OS_TASK WLFTASK; /* Task */
static void wolfTask(void) {
printf("Begin benchmark tests\n");
wolfcrypt_test(NULL);
printf("... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
# Copyright (C) 2014-2017 Andrey Antukh <niwi@niwi.nz>
# Copyright (C) 2014-2017 Jesús Espino <jespinog@gmail.com>
# Copyright (C) 2014-2017 David Barragán <bameda@dbarragan.com>
# Copyright (C) 2014-2017 Alejandro Alonso <alejandro.alonso@kaleidos.net>
# This program is free software: you can r... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
<t t-extend="DashboardMain">
<t t-jquery="div.row" t-operation="append">
<div class="col-md-3 col-sm-6 col-xs-12 o_web_settings_dashboard_col">
<div class="text-center o_web_settings_dashboard_saas"></div>
... | {
"pile_set_name": "Github"
} |
<?php
namespace Elasticsearch\Endpoints;
use Elasticsearch\Common\Exceptions;
use Elasticsearch\Serializers\SerializerInterface;
use Elasticsearch\Transport;
/**
* Class Msearch
*
* @category Elasticsearch
* @package Elasticsearch\Endpoints
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apa... | {
"pile_set_name": "Github"
} |
---
title: 'Using Start for the Centralized Logging Service to capture logs'
ms.reviewer:
ms.author: v-lanac
author: lanachin
f1.keywords:
- NOCSH
TOCTitle: Using Start for the Centralized Logging Service to capture logs
ms:assetid: 0512b9ce-7f5b-48eb-a79e-f3498bacf2de
ms:mtpsurl: https://technet.microsoft.com/en-us/l... | {
"pile_set_name": "Github"
} |
/********************************************************************
KWin - the KDE window manager
This file is part of the KDE project.
Copyright (C) 2015 Martin Gräßlin <mgraesslin@kde.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License a... | {
"pile_set_name": "Github"
} |
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`<Section /> rendering should render without crashing 1`] = `
<ContextProvider
value={
Object {
"defaultFormats": Object {},
"defaultLocale": "en",
"defaultRichTextElements": undefined,
"formatDate": [Function],
"formatDateToParts":... | {
"pile_set_name": "Github"
} |
#%RAML 1.0 Library
types:
MyLibType: object
traits:
myTrait:
body:
application/json:
type: MyLibType
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1998, 2017, 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"
} |
{mode, max}.
{duration, 3}.
{concurrent, 4}.
{driver, basho_bench_driver_ets}.
{operations, [{get,1}, {put,1}]}.
{key_generator, {int_to_bin_bigendian, {uniform_int, 1000}}}.
{value_generator, {fixed_bin, 100000}}.
| {
"pile_set_name": "Github"
} |
"""
Requirements file parsing
"""
from __future__ import absolute_import
import os
import re
import shlex
import sys
import optparse
import warnings
from pip._vendor.six.moves.urllib import parse as urllib_parse
from pip._vendor.six.moves import filterfalse
import pip
from pip.download import get_file_content
from ... | {
"pile_set_name": "Github"
} |
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.@{fa-css-prefix}-glass:before { content: @fa-var-glass; }
.@{fa-css-prefix}-music:before { content: @fa-var-music; }
.@{fa-css-prefix}-search:before { content: @fa-var-search; ... | {
"pile_set_name": "Github"
} |
/*
www.sourceforge.net/projects/tinyxml
Original file by Yves Berquin.
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 software for any
pu... | {
"pile_set_name": "Github"
} |
/**
* @file
* @brief Simple communication with MAX6675 K-thermocouple temperature sensor.
* @copyright 2016 [DeviceHive](http://devicehive.com)
* @author Nikolay Khabarov
*/
#ifndef _DEVICES_MAX6675_H_
#define _DEVICES_MAX6675_H_
#include "user_config.h"
#if defined(DH_DEVICE_MAX6675)
/**
* @brief Measure tempe... | {
"pile_set_name": "Github"
} |
<cpu mode='custom' match='strict'>
<model fallback='allow'>Penryn</model>
<feature policy='require' name='dca'/>
<feature policy='require' name='xtpr'/>
<feature policy='require' name='tm2'/>
<feature policy='require' name='est'/>
<feature policy='require' name='vmx'/>
<feature policy='require' name='ds_c... | {
"pile_set_name": "Github"
} |
package azure
import (
"fmt"
"strconv"
"strings"
"github.com/Azure/azure-sdk-for-go/services/preview/hdinsight/mgmt/2018-06-01-preview/hdinsight"
"github.com/hashicorp/go-getter/helper/url"
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
"github.com/hashicorp/terraform-plugin-sdk/helper/validation"
... | {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by AsyncGenerator.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//---------------------------------... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using Microsoft.Msagl.Core.DataStructures;
using Microsoft.Msagl.Core.GraphAlgorithms;
using Microsoft.Msagl.Core.Layout;
using Microsoft.Msagl.Core.ProjectionSolver;
namespace Microsoft.Msagl.Layout.Layered {
internal cla... | {
"pile_set_name": "Github"
} |
import {NanoRenderer} from '../types/nano';
import {CssLikeObject} from '../types/common';
export interface DsheetAddon {
dsheet(map: object, block?: string): object;
}
export function addon(nano: NanoRenderer);
| {
"pile_set_name": "Github"
} |
/*!
@file
Forward declares `boost::hana::count`.
@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_FWD_COUNT_HPP
#define BOOST_HANA_FWD_COUNT_HPP
#include <boos... | {
"pile_set_name": "Github"
} |
:chapter-number: 1
:chapterId: chapter-01
:sourceDir: ./examples
:nodeCurrentVersion: v10
:npmCurrentVersion: v6
:npmModulesCount: 782{nbsp}000
:nodeContributorsCount: 2{nbsp}000
:sectnums:
:revdate: {docdate}
:imagesdir: {indir}
ifdef::env[]
:imagesdir: .
endif::[]
= Histoire, écosystème et gouvernance
include::../d... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 8ddc4ff8c18c68049b8be24dba845cc7
timeCreated: 1455611037
licenseType: Pro
TextScriptImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.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.
*/
/dts-v1/;
/plugin/;
/ {
compatible = "ti,beagle... | {
"pile_set_name": "Github"
} |
package:
name: m2-gettext-devel
version: 0.19.7
source:
url: http://msys2-sources.continuum.io/msys2-sources/msys/sources/gettext-devel-0.19.7-3.src.tar.gz
md5: c79f1314c7cdd085adc2d516ca47a6e1
build:
number: 4
requirements:
run:
- msys2-conda-epoch >=20160418
- m2-gettext
- m2-libiconv-devel
about:
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2015 Broadcom
*
* 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.
*/
/**
* DOC: VC4 HVS module.
*
* The HVS is the piece of hardware that does translation, s... | {
"pile_set_name": "Github"
} |
@charset "UTF-8";
* { margin:0; padding: 0; }
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, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend, caption
... | {
"pile_set_name": "Github"
} |
<?php
/*~ class.phpmailer.php
.---------------------------------------------------------------------------.
| Software: PHPMailer - PHP email class |
| Version: 5.1 |
| Contact: via sourceforge.net support pages (als... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="Shortcut Icon" type="image/x-icon" href="../icons/32.png">
<title data-message="OP_title" >Aria2 Integration Options</title>
<style>
#cssmenu,
#cssmenu ul,
#cssmenu... | {
"pile_set_name": "Github"
} |
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,2
[InternetShortcut]
URL=http://www.freertos.org/a00111.html
IDList=
| {
"pile_set_name": "Github"
} |
/*
* Hibernate, Relational Persistence for Idiomatic Java
*
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
package org.hibernate.loader.plan.exec.process.spi;
import java.sql.ResultSet;
im... | {
"pile_set_name": "Github"
} |
kubectl config set-context mssql --namespace=mssql --cluster=bwsqlaks --user=clusterUser_bwaks_bwsqlaks
kubectl config use-context mssql | {
"pile_set_name": "Github"
} |
'use strict';
var iconv = require('iconv-lite');
/**
* Character set encoding and decoding functions
*/
var charset = module.exports = {
/**
* Encodes an unicode string into an Buffer object as UTF-8
*
* We force UTF-8 here, no strange encodings allowed.
*
* @param {String} str String ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TextView
android:id="@+id/tv"
android:layout_width="match_parent"
android:layout_height="3... | {
"pile_set_name": "Github"
} |
/*
* Directory operations for Coda filesystem
* Original version: (C) 1996 P. Braam and M. Callahan
* Rewritten for Linux 2.1. (C) 1997 Carnegie Mellon University
*
* Carnegie Mellon encourages users to contribute improvements to
* the Coda project. Contact Peter Braam (coda@cs.cmu.edu).
*/
#include <linux/ty... | {
"pile_set_name": "Github"
} |
{
"entities": {
"M65057": {
"pageid": 65057,
"ns": 6,
"title": "File:RandomImage 4658098723742867.jpg",
"lastrevid": 146188,
"modified": "2019-11-19T20:36:58Z",
"type": "mediainfo",
"id": "M65057",
"labels": {
"en": {
"language": "en",
"v... | {
"pile_set_name": "Github"
} |
//-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//------------------------------------------------------... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2006-2015 by OpenLayers Contributors (see authors.txt for
* full list of contributors). Published under the 2-clause BSD license.
* See license.txt in the OpenLayers distribution or repository for the
* full text of the license. */
/**
* @requires OpenLayers/Tile.js
* @requires OpenLayers/Format... | {
"pile_set_name": "Github"
} |
**Are you the copyright owner or authorized to act on the copyright owner’s behalf?**
I work for RBC which is headquartered in Toronto, Canada. We recently detected confidential material uploaded to GitHub about a year ago by a former employee.
**Please provide a detailed description of the original copyrighted wor... | {
"pile_set_name": "Github"
} |
{
"name": "refunk",
"version": "3.0.1",
"description": "Simple functional setState for React",
"main": "dist/index.js",
"scripts": {
"prepublish": "babel src -d dist",
"size": "bundlesize",
"cover": "nyc report --reporter=html",
"test": "nyc ava"
},
"devDependencies": {
"ava": "^0.19.1... | {
"pile_set_name": "Github"
} |
"use strict";
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*---------------------------------------------... | {
"pile_set_name": "Github"
} |
// Copyright 2018 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.
// This file enables an external tool to intercept package requests.
// If the tool is present then its results are used in preference to
// the go list command... | {
"pile_set_name": "Github"
} |
package com.ibeetl.admin.core.gen;
import java.io.Writer;
import com.ibeetl.admin.core.gen.model.Entity;
public interface AutoGen {
public void make(Target target,Entity entity);
public String getName();
}
| {
"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"
} |
/*
* The contents of this file are subject to the terms of the Common Development and
* Distribution License (the License). You may not use this file except in compliance with the
* License.
*
* You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
* specific language governing permi... | {
"pile_set_name": "Github"
} |
module.exports = {
id: "lywkwvivqbnmvopnhknegxidxkdhuglechhj",
title: "Keynote",
colorPalette: [
{ id: "color1", hex: "#000000" },
{ id: "color2", hex: "#282828" },
{ id: "color3", hex: "#3a9ed2" },
{ id: "color4", hex: "#7c7e80" },
{ id: "color5", hex: "#d52042" },
{ id: "color6", hex: "#... | {
"pile_set_name": "Github"
} |
package murmur3
import (
"hash"
)
// Make sure interfaces are correctly implemented.
var (
_ hash.Hash = new(digest64)
_ hash.Hash64 = new(digest64)
_ bmixer = new(digest64)
)
// digest64 is half a digest128.
type digest64 digest128
func New64() hash.Hash64 {
d := (*digest64)(New128().(*digest128))
ret... | {
"pile_set_name": "Github"
} |
---
title: 'Setting up Veeam Backup & Replication'
slug: veeam-backup-replication
excerpt: 'Find out how to set up a Veeam Backup & Replication server with Veeam Enterprise'
section: Veeam
---
**Last updated 8th November 2018**
## Objective
Veeam Backup & Replication is a form of data protection software. It offers ... | {
"pile_set_name": "Github"
} |
//===- ObjectTransformLayerTest.cpp - Unit tests for ObjectTransformLayer -===//
//
// 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"
} |
import torch
from pytracking.features.preprocessing import sample_patch
from pytracking import TensorList
import cv2
class ExtractorBase:
"""Base feature extractor class.
args:
features: List of features.
"""
def __init__(self, features):
self.features = features
def initialize(s... | {
"pile_set_name": "Github"
} |
{
"description": "Javascript Code",
"bson_type": "0x0D",
"test_key": "a",
"valid": [
{
"description": "Empty string",
"canonical_bson": "0D0000000D6100010000000000",
"canonical_extjson": "{\"a\" : {\"$code\" : \"\"}}"
},
{
"descript... | {
"pile_set_name": "Github"
} |
package com.ppdai.infrastructure.mq.biz.common.util;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
@RunWith(JUnit4.class)
public class TopicUtilTest {
@Test
public void getFailTopicNameTest() {
assertEquals("1_2_fail", Topic... | {
"pile_set_name": "Github"
} |
import struct
import gdb
from clasp_inspect.interface import Interface
from clasp_inspect.object_layout import *
from clasp_inspect.translate import *
global_udb_interface = None
class UdbInterface(Interface):
def __init__(self):
global global_Structs
print "In clasp_inspect for UdbInterface"
... | {
"pile_set_name": "Github"
} |
DataverseUse test
Query:
SELECT ELEMENT [
Variable [ Name=$l ]
]
FROM [ FunctionCall asterix.dataset@1[
LiteralExpr [STRING] [test.testds]
]
AS Variable [ Name=$l ]
]
Orderby
FieldAccessor [
Variable [ Name=$l ]
Field=id
]
ASC
| {
"pile_set_name": "Github"
} |
namespace SwitchStateSample
{
public struct LightStatus
{
public LightStatus(LightState current, LightState previous, int seconds, int blinkCount)
=> (Current, Previous, Milliseconds, FlashCount) = (current, previous, seconds, blinkCount);
public LightStatus(LightState current, Lig... | {
"pile_set_name": "Github"
} |
<?php
return [
];
| {
"pile_set_name": "Github"
} |
// Boost.Units - A C++ library for zero-overhead dimensional analysis and
// unit/quantity manipulation and conversion
//
// Copyright (C) 2003-2008 Matthias Christian Schabel
// Copyright (C) 2008 Steven Watanabe
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.tx... | {
"pile_set_name": "Github"
} |
/*
* 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 version.
*
* This library is distributed in the hope that it wi... | {
"pile_set_name": "Github"
} |
# Copyright 2016 Google Inc. 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 a... | {
"pile_set_name": "Github"
} |
### 防堵武汉肺炎疫情 欧洲各国实施边界管制一览
------------------------
#### [首页](https://github.com/gfw-breaker/banned-news/blob/master/README.md) | [手把手翻墙教程](https://github.com/gfw-breaker/guides/wiki) | [禁闻聚合安卓版](https://github.com/gfw-breaker/bn-android) | [网门安卓版]... | {
"pile_set_name": "Github"
} |
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2015, Jupyter Team, https://jupyter.org
# This file is distributed under the same license as the Jupyter
# Documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Jupyter Documentation 4.1\n"
"Report-Msgid-Bugs-To: \n"
"PO... | {
"pile_set_name": "Github"
} |
import pandas as pd
out_hori = pd.read_table('out_HORIZONTAL_SD_LSTM.tsv', sep=' ')
out_md = pd.read_table('out_MD_LSTM.tsv', sep=' ')
out_snake = pd.read_table('out_SNAKE_SD_LSTM.tsv', sep=' ')
print(out_hori.shape)
print(out_md.shape)
print(out_snake.shape)
out = pd.DataFrame(pd.concat([out_hori, out_md, out_snake... | {
"pile_set_name": "Github"
} |
/*
* -----------------------------------------------------------------------
* Copyright © 2013-2016 Meno Hochschild, <http://www.menodata.de/>
* -----------------------------------------------------------------------
* This file (CalendarContent.java) is part of project Time4J.
*
* Time4J is free software: You c... | {
"pile_set_name": "Github"
} |
# System requirements: macOS
[This page has moved.](https://docs.microsoft.com/azure/devops/pipelines/agents/v2-osx#check-prerequisites)
| {
"pile_set_name": "Github"
} |
/*******************************************************************************
* This file is part of the Symfony eclipse plugin.
*
* (c) Robert Gruendler <r.gruendler@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
***... | {
"pile_set_name": "Github"
} |
A1 A2 N SNP Z
A G 10000.000 rs0 0.475
A G 10000.000 rs1 -1.937
A G 10000.000 rs2 5.085
A G 10000.000 rs3 1.990
A G 10000.000 rs4 -2.038
A G 10000.000 rs5 -4.266
A G 10000.000 rs6 0.347
A G 10000.000 rs7 6.440
A G 10000.000 rs8 -1.840
A G 10000.000 rs9 1.734
A G 10000.000 rs10 7.540
A G 10000.000 rs11 1.756
A G 10000.00... | {
"pile_set_name": "Github"
} |
import { Translation } from '../models';
export const translation: Translation = {
'themeInstalled': 'Material Icon Theme був встановлений.',
'howToActivate': 'Як активувати значки',
'activate': 'Активувати',
'activated': 'Material Icon Theme активований.',
'neverShowAgain': 'Ніколи не показувати з... | {
"pile_set_name": "Github"
} |
// Copyright 2016 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build go1.7
package context
import (
"context" // standard library's context, as of Go 1.7
"time"
)
var (
todo = context.TODO()
background = co... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2012-2017 The ANTLR Project. All rights reserved.
* Use of this file is governed by the BSD 3-clause license that
* can be found in the LICENSE.txt file in the project root.
*/
#include "atn/RuleStartState.h"
using namespace antlr4::atn;
RuleStartState::RuleStartState() {
isLeftRecursiveRule =... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 74408c0c2f737fb4a98aabc647005d83
folderAsset: yes
timeCreated: 1506217509
licenseType: Pro
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
*/
package egl.templates
import egl.*
import org.lwjgl.generator.*
val EXT_yuv_surface = "EXTYUVSurface".nativeClassEGL("EXT_yuv_surface", postfix = EXT) {
documentation =
"""
Native bindings to the $regis... | {
"pile_set_name": "Github"
} |
using System.Linq;
using AElf.Types;
using Google.Protobuf;
namespace AElf.Kernel
{
public static class TransactionResultExtensions
{
public static void UpdateBloom(this TransactionResult transactionResult)
{
var bloom = new Bloom();
bloom.Combine(transactionResult.Logs.... | {
"pile_set_name": "Github"
} |
/*
MIT License http://www.opensource.org/licenses/mit-license.php
Author Tobias Koppers @sokra
*/
function FileAppendPlugin(appendings) {
this.appendings = appendings;
}
module.exports = FileAppendPlugin;
FileAppendPlugin.prototype.apply = function(resolver) {
var appendings = this.appendings;
resolver... | {
"pile_set_name": "Github"
} |
/**
* @file /magma/providers/storage/tree.c
*
* @brief Use Tokyo Cabinet to provide a tree based index implementation for the generic index interface.
*/
#include "magma.h"
typedef struct __attribute__ ((packed)) {
inx_t *inx;
void *tree;
multi_t key;
void *value;
} tree_cursor_t;
/**
* The return value is... | {
"pile_set_name": "Github"
} |
@extends('layouts.app')
@section('title', '微信支付')
@section('content')
<div class="ui centered grid container books-page">
<div class="twelve wide column">
<div class="ui piled segment">
<div class="content extra-padding">
<div class="ui message olive text-cen... | {
"pile_set_name": "Github"
} |
{
"name": "don-blog-back-manage",
"version": "1.0.0",
"description": "Don's blog background management system.",
"author": "don <772528797@qq.com>",
"private": true,
"scripts": {
"dev": "node build/dev-server.js",
"start": "npm run dev",
"build": "node build/build.js",
"lint": "eslint --ext ... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2019 PaddlePaddle 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... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env perl
# ***** BEGIN LICENSE BLOCK *****
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (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.mozill... | {
"pile_set_name": "Github"
} |
/*
* Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
* under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright
* ownership. Camunda licenses this file to you under the Apache License,
* Version 2... | {
"pile_set_name": "Github"
} |
# Define some default values that can be overridden by system properties
zookeeper.root.logger=INFO, CONSOLE
zookeeper.console.threshold=INFO
zookeeper.log.dir=.
zookeeper.log.file=zookeeper.log
zookeeper.log.threshold=DEBUG
zookeeper.tracelog.dir=.
zookeeper.tracelog.file=zookeeper_trace.log
#
# ZooKeeper Logging Con... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<!--
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 (... | {
"pile_set_name": "Github"
} |
<!--
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License. See License.txt in the project root for
license information.
-->
<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.... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2011-2019 libbitcoin developers (see AUTHORS)
*
* This file is part of libbitcoin.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the Lic... | {
"pile_set_name": "Github"
} |
# pylint: skip-file
# flake8: noqa
# pylint: disable=too-many-instance-attributes
class OCObjectValidator(OpenShiftCLI):
''' Class to wrap the oc command line tools '''
def __init__(self, kubeconfig):
''' Constructor for OCObjectValidator '''
# namespace has no meaning for object validation, h... | {
"pile_set_name": "Github"
} |
package com.sf.dao.impl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import com.sf.dao.RegisterDao;
import com.sf.db.Data_jdbcTemplate;
import com.sf.entity.userEntity;
@Component
public class RegisterImpl implements RegisterDao {
@Autowired
Data... | {
"pile_set_name": "Github"
} |
山本瞳子最新番号
【DUSA-038】珍激の巨女 小人になった男のエロ遊紀
【TBD-058】レズビアン 立花里子 Hi-Vision collection
【ELO-376】YeLLOW 6年間の全作品収録!最初で最後のBEST BOX 325タイトル24時間
【TBD-032】高級ソープ HI VISION COLLECTION
【LADS-086】ペニバン レズビアン
【AMD-201】くノ一全勇伝 壱ノ巻
【ALX-376】もしも体が小さくなったら
【GODR-180】強制レイプマニアックスシンドローム4時間
【SIMG-115】モーターギャルズ 5
【KKRD-102】ALL STAR CLIPS vo... | {
"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" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>Rgaa30 Test.12-8-1 NMI 01</title>
... | {
"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 <UserManagement/UMTask.h>
@interface UMUserSwitchBlockingTask : UMTask
{
}
@end
| {
"pile_set_name": "Github"
} |
#########################################################################
# #
# Objective Caml #
# #
# Xavier Lero... | {
"pile_set_name": "Github"
} |
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the Lic... | {
"pile_set_name": "Github"
} |
#!/bin/sh
# Copyright 2016 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ... | {
"pile_set_name": "Github"
} |
/*
* FreeRTOS Kernel V10.4.1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. 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, ... | {
"pile_set_name": "Github"
} |
defmodule GoogleApi.BigQuery.Samples.Mixfile do
use Mix.Project
def project do
[
app: :bigquery_samples,
version: "0.0.1",
elixir: "~> 1.5",
start_permanent: Mix.env == :prod,
deps: deps()
]
end
# Run "mix help compile.app" to learn about applications.
def application d... | {
"pile_set_name": "Github"
} |
# 第12章 总结
本手册是在迁移学习领域的研究经验总结。主要简明地介绍了迁移学习的基本概念、迁移学习的必要性、研究领域和基本方法。重点介绍了几大类常用的迁移学习方法:数据分布自适应方法、特征选择方法、子空间学习方法、以及目前最热门的深度迁移学习方法。除此之外,我们也结合最近的一些研究成果对未来迁移学习进行了一些展望。附录中提供了一些迁移学习领域的常用学习资源,以方便感兴趣的读者快速开始学习。 | {
"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"
} |
#ifndef BOOST_METAPARSE_V1_FWD_GET_LINE_HPP
#define BOOST_METAPARSE_V1_FWD_GET_LINE_HPP
// Copyright Abel Sinkovics (abel@sinkovics.hu) 2013.
// 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"
} |
{
"title":"Object.values method",
"description":"The Object.values() method returns an array of a given object's own enumerable property values.",
"spec":"https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_objects/Object/values",
"status":"ls",
"links":[
{
"url":"https://developer... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
import sys
import os
import stat
import re
import json
import traceback
import anchore.anchore_utils
# main routine
try:
config = anchore.anchore_utils.init_query_cmdline(sys.argv, "params: <package name> <package name> ...\nhelp: use 'all' to show all packages")
except Exception as err:
... | {
"pile_set_name": "Github"
} |
/*
pins_arduino.h - Pin definition functions for Arduino
Part of Arduino - http://www.arduino.cc/
Copyright (c) 2007 David A. Mellis
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... | {
"pile_set_name": "Github"
} |
var express = require('express');
var app = express();
app.listen(80);
console.log(app.get('env'));
console.log(app.get('trust proxy'));
console.log(app.get('jsonp callback name'));
console.log(app.get('json replacer'));
console.log(app.get('json spaces'));
console.log(app.get('case sensitive routing'));
console.log(a... | {
"pile_set_name": "Github"
} |
{
position = {
x = 5,
y = 5,
},
health = {
maximum = 100,
current = 100,
},
isCrouched = false,
jumpHeight = 10,
moveSpeed = 16,
rotationSpeed = 5,
crouchHeight = 10,
fieldOfView = 60,
rotation = 0,
} | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.