text stringlengths 2 99.9k | meta dict |
|---|---|
/**
* \file
* native threadpool worker
*
* Author:
* Ludovic Henry (ludovic.henry@xamarin.com)
*
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
#include <stdlib.h>
#define _USE_MATH_DEFINES // needed by MSVC to define math constants
#include <math.h>
#in... | {
"pile_set_name": "Github"
} |
#include "ClassifierUnitTestHelper.h"
//Unit tests for the GRT SVM module
// Tests the default constructor
TEST(SVM, TestDefaultConstructor) {
GRT::ClassifierUnitTestHelper<GRT::SVM> tester;
EXPECT_TRUE( tester.testDefaultConstructor() );
}
// Tests the copy constructor
TEST(SVM, TestCopyConstructor) {
GRT::Cl... | {
"pile_set_name": "Github"
} |
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { NavigationConfirmDialogComponent } from './navigation-confirm-dialog.component';
describe('NavigationConfirmDialogComponent', () => {
let component: NavigationConfirmDialogComponent;
let fixture: ComponentFixture<NavigationConfirmD... | {
"pile_set_name": "Github"
} |
// @flow
import test from 'ava';
import PrepackPlugin from '../src/PrepackPlugin';
test('initializes default configuration', (t) => {
const prepackPlugin = new PrepackPlugin();
t.deepEqual(prepackPlugin.configuration, {
prepack: {},
test: /\.js($|\?)/i
});
});
| {
"pile_set_name": "Github"
} |
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { SwitchComponent } from './switch.component';
/**
* NgModule definition for the Switch component.
*/
@NgModule({
imports: [CommonModule],
declarations: [
SwitchComponent
],
exports: [
Swi... | {
"pile_set_name": "Github"
} |
// MIT License
// Copyright (c) 2019 Erin Catto
// 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, merg... | {
"pile_set_name": "Github"
} |
/* IE 6 & 7 */
/* Proper fixed width for dashboard in IE6 */
.dashboard #content {
*width: 768px;
}
.dashboard #content-main {
*width: 535px;
}
/* IE 6 ONLY */
/* Keep header from flowing off the page */
#container {
_position: static;
}
/* Put the right sidebars back on the page */
.colMS #content-... | {
"pile_set_name": "Github"
} |
import BN from 'bn.js'
export function compareBN(a: BN, b: BN) {
if (a.eq(b)) {
return 0
} else if (a.lt(b)) {
return -1
} else {
return 1
}
}
| {
"pile_set_name": "Github"
} |
# Open BwTree [](https://travis-ci.org/wangziqi2013/BwTree) [](https://coveralls.io/github/wangziqi2013/BwTree?branch=master)
This is an implement... | {
"pile_set_name": "Github"
} |
---
date: 2018-12-07T18:13:43.812Z
version: 11.4.0
category: release
title: Node v11.4.0 (Current)
slug: node-v11-4-0
layout: blog-post.hbs
author: Ruben Bridgewater
---
### Notable Changes
* **console,util**:
* `console` functions now handle symbols as defined in the spec. https://github.com/nodejs/node/pull/23708... | {
"pile_set_name": "Github"
} |
;;; This file is part of a test for SF bug #231619.
;;; It shows that the %import directive does not work properly in SWIG
;;; 1.3a5: Type information is not properly generated if a base class
;;; comes from an %import-ed file.
(define x (new-B))
;; This fails in 1.3a5 because the SWIG runtime code does not know
;... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="8288271429327488421">"OsuLogin"</string>
<string name="action_bar_label" msgid="550995560341508693">"Onlayn registr... | {
"pile_set_name": "Github"
} |
module.exports =
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId])... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
/*
* mm/debug.c
*
* mm/ specific debug routines.
*
*/
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/trace_events.h>
#include <linux/memcontrol.h>
#include <trace/events/mmflags.h>
#include <linux/migrate.h>
#include <linux/page_owner.h>
#include "internal.h"
... | {
"pile_set_name": "Github"
} |
/*
* Anserini: A Lucene toolkit for replicable information retrieval research
*
* 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
*
* Unles... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
a... | {
"pile_set_name": "Github"
} |
/*******************************<GINKGO LICENSE>******************************
Copyright (c) 2017-2020, the Ginkgo authors
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 co... | {
"pile_set_name": "Github"
} |
require File.expand_path('../helper', __FILE__)
class IronMQTest < Service::TestCase
def setup
@stubs = Faraday::Adapter::Test::Stubs.new
end
def test_push
@stubs.post "/v1/webhooks/github" do |env|
form = Faraday::Utils.parse_query(env[:body])
p form
assert_equal payload, JSON.parse(f... | {
"pile_set_name": "Github"
} |
<?php
/* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
require_once("./Services/FileSystem/classes/class.ilFileSystemStorage.php");
/**
*
*
* @author Stefan Born <stefan.born@phzh.ch>
* @version $Id$
*
* @ingroup ServicesPreview
*/
class ilFSStoragePreview extends ilFileSystemSto... | {
"pile_set_name": "Github"
} |
/**
* MIT License
*
* Copyright (c) 2019 RasPi Check Contributors
*
* 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 ... | {
"pile_set_name": "Github"
} |
namespace Shriek.ServiceProxy.Socket.Core
{
/// <summary>
/// 定义滤过器的接口
/// </summary>
public interface IFilter
{
/// <summary>
/// 执行顺序
/// 最小的值优先执行
/// </summary>
int Order { get; }
/// <summary>
/// 获取是否允许多个实例存在
/// </summary>
... | {
"pile_set_name": "Github"
} |
>rk1_cyapa
EEQLYEPLEAIQLLKQISTAKFIETVEVHCRLG------------ID-------------
----------------------PKYNDQQLRATVT-------------------------
---------------------------KAGKLEFRNDRTGIVHVLFGKANFSEEALLGNL
KAVQEAVDRNRPSGVKGKYWKSIYITSTMSPSIEVDLPNGTGQTLRVAVITRGEKINEAS
TAGADLVGAEELIDEI-QNGRLDFDCLIATPDMMPQVAKLGRVLGPRGLMPSPKGGTVTF
DLAQ... | {
"pile_set_name": "Github"
} |
Additional Grant of Patent Rights
"Software" means the stack software distributed by Facebook, Inc.
Facebook hereby grants you a perpetual, worldwide, royalty-free, non-exclusive,
irrevocable (subject to the termination provision below) license under any
rights in any patent claims owned by Facebook, to make, have ma... | {
"pile_set_name": "Github"
} |
LINK_SEARCH_START_STATIC
------------------------
Assume the linker looks for static libraries by default.
Some linkers support switches such as -Bstatic and -Bdynamic to
determine whether to use static or shared libraries for -lXXX options.
CMake uses these options to set the link type for libraries whose full
paths... | {
"pile_set_name": "Github"
} |
export * from './details';
export * from './list-page';
export * from './modal';
export * from './table';
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Contains base classes representing SAML elements.
These codes were originally written by Jeffrey Scudder for
representing Saml elements. Takashi Matsuo had added some codes, and
changed some. Roland Hedberg rewrote the whole thing from bottom up so
bare... | {
"pile_set_name": "Github"
} |
/*
DistanceBySoftwareSerial.pde - URM 37 Control Library Version 2.0.0
Author: Miles Burton, miles@mnetcs.com
Copyright (c) 2009 Miles Burton All Rights Reserved
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by ... | {
"pile_set_name": "Github"
} |
package cli
import (
"flag"
"fmt"
"strconv"
"strings"
)
// IntSlice is an opaque type for []int to satisfy flag.Value and flag.Getter
type IntSlice []int
// Set parses the value into an integer and appends it to the list of values
func (f *IntSlice) Set(value string) error {
tmp, err := strconv.Atoi(value)
if ... | {
"pile_set_name": "Github"
} |
# load all application code and gems
require 'bundler'
Bundler.require(:default, ENV['ENV'].to_s.to_sym)
# set Plezi to rake mode and load it's tasks (if relevant).
Plezi.no_autostart
# Add your tasks
| {
"pile_set_name": "Github"
} |
.class public abstract Lcom/facebook/share/internal/ResultProcessor;
.super Ljava/lang/Object;
# instance fields
.field private appCallback:Lcom/facebook/FacebookCallback;
# direct methods
.method public constructor <init>(Lcom/facebook/FacebookCallback;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;->... | {
"pile_set_name": "Github"
} |
/*
*******************************************************************************
*
* Copyright (C) 2008-2011, International Business Machines
* Corporation, Google and others. All Rights Reserved.
*
*******************************************************************************
*/
/*
* Author : eldawy@google.co... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<title>Page 88</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style type="text/css">
<!--
p {margin: 0; padding: 0;} .ft00{font-size:9px;font-family:Times;color:#000000;}
.ft01{font-size:11px;font-fa... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) Codice Foundation
*
* <p>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 3 of
* the License, or any later version.
*
* <p>This program is distributed in the ... | {
"pile_set_name": "Github"
} |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // A... | {
"pile_set_name": "Github"
} |
[
{
"ref": "context-dnalsi_cave3_1a",
"capacity": 64,
"type": "context",
"name": "D'nalsi Caves",
"mods": [
{
"town_dir": "",
"neighbors": [
"",
"context-dnalsi_cave3_2a",
"",
""
],
"realm": "Dnalsi",
... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Error Corrected Code Controller (ECC) - System peripherals regsters.
* Based on AT91SAM9260 datasheet revision B.
*/
#ifndef ATMEL_NAND_ECC_H
#define ATMEL_NAND_ECC_H
#define ATMEL_ECC_CR 0x00 /* Control register */
#define ATMEL_ECC_RST (1 << 0) /* Reset parity *... | {
"pile_set_name": "Github"
} |
#ifndef HAS_MESH_H_BEEN_INCLUDED
#define HAS_MESH_H_BEEN_INCLUDED
#include <vector>
#include <GL\glew.h>
#include <SDL_opengl.h>
#include <glm\glm.hpp>
// ----------------------------------------------------------------------------
struct MeshVertex
{
MeshVertex(const glm::vec3& _xyz, const glm::vec3& _normal)
... | {
"pile_set_name": "Github"
} |
--TEST--
Test glob() function: error conditions
--FILE--
<?php
/* Prototype: array glob ( string $pattern [, int $flags] );
Description: Find pathnames matching a pattern
*/
$file_path = dirname(__FILE__);
// temp dir created
mkdir("$file_path/glob_error");
// temp file created
$fp = fopen("$file_path/glob_error/w... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter SYSTEM "../../dtd/dblite.dtd">
<chapter id="tgit-introduction">
<title>Introduction</title>
<?dbhh topicname="HIDD_ABOUT"?>
<simplesect>
<indexterm>
<primary>version control</primary>
</indexterm>
<para>
Version control is the art of man... | {
"pile_set_name": "Github"
} |
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2016-2020 Payara Foundation 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 Distribu... | {
"pile_set_name": "Github"
} |
/* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
*/
@interface GEODaemon : NSObject {
NSObject<OS_xpc_object> * _listener;
NSMutableSet * _peers;
NSMutableSet * _servers;
NSObject<OS_dispatch_source> * _sigInfoSrc;
}
@property (nonatomic, re... | {
"pile_set_name": "Github"
} |
package readline
import (
"bufio"
"container/list"
"fmt"
"os"
"strings"
"sync"
)
type hisItem struct {
Source []rune
Version int64
Tmp []rune
}
func (h *hisItem) Clean() {
h.Source = nil
h.Tmp = nil
}
type opHistory struct {
cfg *Config
history *list.List
historyVer int64
current *l... | {
"pile_set_name": "Github"
} |
<?php
/**
* mail_fetch/setup.php
*
* Copyright (c) 1999-2011 CDI (cdi@thewebmasters.net) All Rights Reserved
* Modified by Philippe Mingo 2001-2009 mingo@rotedic.com
* An RFC 1939 compliant wrapper class for the POP3 protocol.
*
* Licensed under the GNU GPL. For full terms see the file COPYING.
*
* POP3 class
... | {
"pile_set_name": "Github"
} |
/*++
Copyright (c) 2005 Microsoft Corporation
All rights reserved.
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
PARTICULAR PURPOSE.
File Name:
xpsf... | {
"pile_set_name": "Github"
} |
<?php
/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE_AFL.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive ... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import "TTaskErrorOrConflictViewController.h"
@interface TSkipKeepBothReplaceConflictViewController : TTaskErrorOrConflictViewControl... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.10">
<data>
<int key="IBDocument.SystemTarget">1024</int>
<string key="IBDocument.SystemVersion">10D571</string>
<string key="IBDocument.InterfaceBuilderVersion">786</string>
<string key="IBDocument.App... | {
"pile_set_name": "Github"
} |
<?php
/**
* Paginator Component
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files mus... | {
"pile_set_name": "Github"
} |
# (c) 2015, Robert Chady <rchady@sitepen.com>
# Based on `runner/lookup_plugins/file.py` for Ansible
# (c) 2012, Michael DeHaan <michael.dehaan@gmail.com>
#
# This file is part of Debops.
# This file is NOT part of Ansible yet.
#
# Debops is free software: you can redistribute it and/or modify
# it under the terms of... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
* Copyright (c) 2004-2005 The University of Tennessee and The University
* of Tennessee Resea... | {
"pile_set_name": "Github"
} |
好奇心原文链接:[谁塑造了《马男波杰克》里那个很不快乐的人?_娱乐_好奇心日报-Stephen Rodrick](https://www.qdaily.com/articles/30646.html)
WebArchive归档链接:[谁塑造了《马男波杰克》里那个很不快乐的人?_娱乐_好奇心日报-Stephen Rodrick](http://web.archive.org/web/20171129045818/http://www.qdaily.com:80/articles/30646.html)

keywords: vbaol11.chm3218
f1_keywords:
- vbaol11.chm3218
ms.prod: outlook
api_name:
- Outlook.SharingItem.TaskSubject
ms.assetid: 4a484cb0-0db9-da39-2d2d-509eb2dacf8a
ms.date: 06/08/2017
---
# SharingItem.TaskSubject Property (Outlook)
Returns or sets a **String... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2015-2020 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | {
"pile_set_name": "Github"
} |
package org.ovirt.engine.ui.webadmin.section.main.presenter;
import com.google.gwt.event.dom.client.HasClickHandlers;
import com.google.web.bindery.event.shared.EventBus;
import com.gwtplatform.mvp.client.PresenterWidget;
import com.gwtplatform.mvp.client.View;
public abstract class AbstractOverlayPresenterWidget<V e... | {
"pile_set_name": "Github"
} |
<?php
/*Wrapper class for mysqli for running very specific queries. Used on API page.
*The following public functions are available:
* count_blocklists
* count_queries_today
* count_total_queries_today
*/
class MySqliDb {
private $db;
/******************************************************************
... | {
"pile_set_name": "Github"
} |
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`components/pill-selector-dropdown/PillSelectorDropdown render() should render disabled pill selector 1`] = `
<Label
text=""
>
<SelectorDropdown
className="bdl-PillSelectorDropdown pill-selector-wrapper"
onEnter={[Function]}
onSelect={[Function]}
s... | {
"pile_set_name": "Github"
} |
// Very simular to ps_WaveFixed.inl. Only the final coloring is different.
// Even though so far they are identical.
ps.1.1
//def c0, 1.0, 0.0, 0.0, 1.0 // Temp Hack
tex t0 // Bind texture in stage 0 to register t0.
texm3x3pad t1, t0_bx2 // First row of matrix multiply.
texm3x3pad t2,... | {
"pile_set_name": "Github"
} |
module.exports = require('./lib/ejs'); | {
"pile_set_name": "Github"
} |
/* Alloc.c -- Memory allocation functions
2018-04-27 : Igor Pavlov : Public domain */
#include "Precomp.h"
#include <stdio.h>
#ifdef _WIN32
#include <windows.h>
#endif
#include <stdlib.h>
#include "Alloc.h"
/* #define _SZ_ALLOC_DEBUG */
/* use _SZ_ALLOC_DEBUG to debug alloc/free operations */
#ifdef _SZ_ALLOC_DEB... | {
"pile_set_name": "Github"
} |
Most of the icons used by the PsychoPy app come from the Crystal icon set by Everaldo Coelho which are distributed under the LGPL
http://www.softicons.com/system-icons/crystal-project-icons-by-everaldo-coelho
globe is browser from the Intrigue icon set
Clouds from https://www.flaticon.com/authors/smashicons li... | {
"pile_set_name": "Github"
} |
package kotlinx.coroutines.a;
import a.f.b.j;
import a.l;
import a.v;
import com.tencent.matrix.trace.core.AppMethodBeat;
import java.util.concurrent.atomic.AtomicReferenceFieldUpdater;
@l(dWo = {1, 1, 13}, dWp = {"\u0000t\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u... | {
"pile_set_name": "Github"
} |
<div class="container">
<div class="alert alert-success text-center">
{lang key='oauth.redirectDescriptionOne'}<br />
{lang key='oauth.redirectDescriptionTwo'}
<a href="#" class="alert-link">
{lang key='oauth.redirectDescriptionThree'}
<i class="fa fa-arrow-right"></i... | {
"pile_set_name": "Github"
} |
//
// TestDController.m
// YBImageBrowserDemo
//
// Created by 波儿菜 on 2019/7/15.
// Copyright © 2019 杨波. All rights reserved.
//
#import "TestDController.h"
#import "YBImageBrowser.h"
#import "YBIBUtilities.h"
@interface TestDController ()
@end
@implementation TestDController
#pragma mark - life cycle
- (inst... | {
"pile_set_name": "Github"
} |
{
"kind": "Template",
"apiVersion": "v1",
"metadata": {
"annotations": {
"iconClass": "icon-jboss",
"description": "Application template for JDG 6.5 applications.",
"tags": "datagrid,jboss,xpaas",
"version": "1.2.0"
},
"name": "datagrid... | {
"pile_set_name": "Github"
} |
<?php
/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return array_replace_recursive(require __DIR__.'/en.php', [
'first_day_of_week' => 1... | {
"pile_set_name": "Github"
} |
/**
* This file is part of S-PTAM.
*
* Copyright (C) 2013-2017 Taihú Pire
* Copyright (C) 2014-2017 Thomas Fischer
* Copyright (C) 2016-2017 Gastón Castro
* Copyright (C) 2017 Matias Nitsche
* For more information see <https://github.com/lrse/sptam>
*
* S-PTAM is free software: you can redistribute it and/or m... | {
"pile_set_name": "Github"
} |
"use strict";
// commonmark.js - CommomMark in JavaScript
// Copyright (C) 2014 John MacFarlane
// License: BSD3.
// Basic usage:
//
// var commonmark = require('commonmark');
// var parser = new commonmark.Parser();
// var renderer = new commonmark.HtmlRenderer();
// console.log(renderer.render(parser.parse('Hello *... | {
"pile_set_name": "Github"
} |
// Copyright 2019 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.
package span
import (
"fmt"
"net/url"
"os"
"path"
"path/filepath"
"runtime"
"strings"
"unicode"
)
const fileScheme = "file"
// URI represents the ful... | {
"pile_set_name": "Github"
} |
/*
Copyright 2013-2013 CNR-ISTI, http://isti.cnr.it
Institute of Information Science and Technologies
of the Italian National Research Council
See the NOTICE file distributed with this work for additional
information regarding copyright ownership
Licensed under the Apache License, Version 2.0 (the ... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2019 Qameta Software OÜ
*
* 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 ... | {
"pile_set_name": "Github"
} |
- verify setting cgpu.status=DEAD does in fact stop the thread
- allow configuring bitstream directory
- HS fpga config
- allow configuring LIBZTEX_OVERHEATTHRESHOLD
- hotplug support?
| {
"pile_set_name": "Github"
} |
-----BEGIN PRIVATE KEY-----
MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQg68NjsBwPqJA4fkle
BZ9wlJCjwk+n/kD8bY2QH4dSj6mhRANCAARizeVFoWJeOQxKDhULAVpovogFqj+R
y9O5pOQb8yQtvaWRZWsvoiXudLCcrKo3dn0K3FYk8Tm/nkl0/KsvOzOT
-----END PRIVATE KEY-----
| {
"pile_set_name": "Github"
} |
+.0
| {
"pile_set_name": "Github"
} |
/* i810_dma.c -- DMA support for the i810 -*- linux-c -*-
* Created: Mon Dec 13 01:50:01 1999 by jhartmann@precisioninsight.com
*
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
*
* Permission is hereby granted, f... | {
"pile_set_name": "Github"
} |
var React = require('react'),
Fluxxor = require('fluxxor');
var CreateTodoList = React.createClass({
mixins: [Fluxxor.FluxMixin(React)],
render: function() {
return (
<form className="form-inline" onSubmit={this.createList}>
<input className="create-list-input form-con... | {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------... | {
"pile_set_name": "Github"
} |
/*
[auto_generated]
boost/numeric/odeint/util/state_wrapper.hpp
[begin_description]
State wrapper for the state type in all stepper. The state wrappers are responsible for construction,
destruction, copying construction, assignment and resizing.
[end_description]
Copyright 2011-2013 Karsten Ahnert
Copyright 2... | {
"pile_set_name": "Github"
} |
package io.ebeaninternal.server.expression.platform;
import io.ebeaninternal.api.SpiExpressionRequest;
import io.ebeaninternal.server.expression.Op;
/**
* MariaDB specific handling of platform specific expressions.
*/
class MariaDbExpression extends BasicDbExpression {
@Override
public void json(SpiExpressionR... | {
"pile_set_name": "Github"
} |
// DigitalRune Engine - Copyright (C) DigitalRune GmbH
// This file is subject to the terms and conditions defined in
// file 'LICENSE.TXT', which is part of this source code package.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Th... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) International Business Machines Corp., 2000-2004
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any ... | {
"pile_set_name": "Github"
} |
import assign from 'lodash/assign';
import find from 'lodash/find';
import noop from 'lodash/noop';
import React from 'react';
import { FlatList } from 'react-native';
import PropTypes from 'prop-types';
import { shallow } from 'enzyme';
import { Balance } from 'ui/views/wallet/Balance';
import theme from '../../../../... | {
"pile_set_name": "Github"
} |
var global = require('./_global');
var core = require('./_core');
var LIBRARY = require('./_library');
var wksExt = require('./_wks-ext');
var defineProperty = require('./_object-dp').f;
module.exports = function (name) {
var $Symbol = core.Symbol || (core.Symbol = LIBRARY ? {} : global.Symbol || {});
if (name.char... | {
"pile_set_name": "Github"
} |
/*
Package session provides configuration for the SDK's service clients. Sessions
can be shared across service clients that share the same base configuration.
Sessions are safe to use concurrently as long as the Session is not being
modified. Sessions should be cached when possible, because creating a new
Session will... | {
"pile_set_name": "Github"
} |
Imports System
Public Class MainApp
Shared Sub Main()
Console.WriteLine("Hello World using VB.NET")
Return
End Sub
End Class
| {
"pile_set_name": "Github"
} |
/*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2012-2014 OpenFOAM Foundation
\\/ M anipulation |
--------... | {
"pile_set_name": "Github"
} |
---
title: 第一个测试 —— 创建新僵尸(续)
actions: ['checkAnswer', 'hints']
requireLogin: true
material:
editor:
language: javascript
startingCode:
"test/CryptoZombies.js": |
const CryptoZombies = artifacts.require("CryptoZombies");
const zombieNames = ["Zombie 1", "Zo... | {
"pile_set_name": "Github"
} |
# Tenko parser autogenerated test case
- From: tests/testcases/assigns/keyword_with_escapes_check/autogen.md
- Path: tests/testcases/assigns/keyword_with_escapes_check/gen/assignment_unwrapped/inst5cu0061nceof.md
> :: assigns : keyword with escapes check : gen : assignment unwrapped
>
> ::> inst5cu0061nceof
## Input... | {
"pile_set_name": "Github"
} |
/*
Copyright 2017 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, ... | {
"pile_set_name": "Github"
} |
import React from 'react';
import { localized, UndoRedoStore, SyncbackMetadataTask } from 'mailspring-exports';
import { RetinaImg } from 'mailspring-component-kit';
import { CSSTransitionGroup } from 'react-transition-group';
function isUndoSend(block) {
return (
block.tasks.length === 1 &&
block.tasks[0] i... | {
"pile_set_name": "Github"
} |
import { activate, ensureNoSnippet, ensureSnippet, getSnippetCompletionsAt, setTestContent } from "../../helpers";
describe("snippet_provider", () => {
beforeEach("activate", () => activate());
it("returns dart items", async () => {
await setTestContent("for");
const snippets = await getSnippetCompletionsAt("f... | {
"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"
} |
import { DtoStress } from '../common/interfaces/dto_stress';
import { StressRunResult, WorkerInfo } from '../common/interfaces/dto_stress_setting';
import * as _ from 'lodash';
export interface StressTestState {
stresses: _.Dictionary<DtoStress>;
activeStress: string;
currentRunStressName: string;
... | {
"pile_set_name": "Github"
} |
/*
* copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at>
*
* 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 published by the Free Software Foundation; either
* version 2.1 of the License, or... | {
"pile_set_name": "Github"
} |
/*
zip_get_num_files.c -- get number of files in archive
Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner
This file is part of libzip, a library to manipulate ZIP archives.
The authors can be contacted at <libzip@nih.at>
Redistribution and use in source and binary forms, with or without
modificati... | {
"pile_set_name": "Github"
} |
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(
<path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z" />
, 'NavigateBefore');
| {
"pile_set_name": "Github"
} |
import Page from '@reason/pages/Docs';
export default Page({title: "SNARKs Guide"});
# SNARKs and snarky
SNARKs are a powerful cryptographic tool that enable applications
that give users unprecedented levels of oversight and privacy.
They are also a key-ingredient in building scalable decentralized systems like Coda.... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright 2013 Gabriele Mariotti
*
* 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://ww... | {
"pile_set_name": "Github"
} |
#ifndef _IPT_AH_H
#define _IPT_AH_H
#include <linux/types.h>
struct ipt_ah {
__u32 spis[2]; /* Security Parameter Index */
__u8 invflags; /* Inverse flags */
};
/* Values for "invflags" field in struct ipt_ah. */
#define IPT_AH_INV_SPI 0x01 /* Invert the sense of spi. */
#define IPT_AH_INV_MASK 0x01 /* All... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: d0449a63fcd0c2f41a9f308140a1dfbb
timeCreated: 1505249676
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"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"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.