text stringlengths 2 99.9k | meta dict |
|---|---|
---
---
- Removes `bible()` function, since the API it used underneath has been shut down and the function was unusable
- Adds [Faithlife Reftagger](https://faithlife.com/products/reftagger) meta-component
- Improves YouTube tag to support full-width aspect ratios, with help from @DanySK
- Adds [Mermaid JS](https://me... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Part of the PsychoPy library
# Copyright (C) 2002-2018 Jonathan Peirce (C) 2019-2020 Open Science Tools Ltd.
# Distributed under the terms of the GNU General Public License (GPL).
"""A Backend class defines the core low-level functions required by a Window
class, such a... | {
"pile_set_name": "Github"
} |
# テストの準備をする
Xcode7 では Command Line Tool プロジェクトを除き、デフォルトで Unit test target が生成されます。 [参照:コマンドラインツールプロジェクトでテストの準備をする](#コマンドラインツールプロジェクトでテストの準備をする)。
テストを書くためには Unit test targetから Main target のコードが使用できる必要があります。
## Swift のコードを Swift でテストする
Swift で書かれたコードをテストするためには下記2つの作業を行います。
1. プロジェクトファイル `.xcodeproj` の "defines module... | {
"pile_set_name": "Github"
} |
/// Copyright (c) 2012 Ecma International. All rights reserved.
/// Ecma International makes this code available under the terms and conditions set
/// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// "Use Terms"). Any redistribution of this code must retain the above
/// copyright an... | {
"pile_set_name": "Github"
} |
defmodule Fall.ErrorHelpers do
@moduledoc """
Conveniences for translating and building error messages.
"""
use Phoenix.HTML
@doc """
Generates tag for inlined form input errors.
"""
def error_tag(form, field) do
if error = form.errors[field] do
content_tag :span, translate_error(error), cla... | {
"pile_set_name": "Github"
} |
use std::collections::HashSet;
use super::schema_introspection::*;
use crate::{
executor::Variables,
introspection::IntrospectionFormat,
schema::model::RootNode,
tests::fixtures::starwars::{model::Database, schema::Query},
types::scalars::{EmptyMutation, EmptySubscription},
};
#[tokio::test]
async... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Response
xmlns="urn:oasis:names:tc:xacml:3.0:core:schema:wd-17"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:oasis:names:tc:xacml:3.0:core:schema:wd-17
http://docs.oasis-open.org/xacml/3.0/xacml-core-v3-schema-wd-17.xsd">... | {
"pile_set_name": "Github"
} |
module ApplicationCable
class Connection < ActionCable::Connection::Base
end
end
| {
"pile_set_name": "Github"
} |
package ec2
import (
"bytes"
"encoding/json"
"fmt"
"github.com/awslabs/goformation/v4/cloudformation/policies"
)
// NetworkInterfaceAttachment AWS CloudFormation Resource (AWS::EC2::NetworkInterfaceAttachment)
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interfac... | {
"pile_set_name": "Github"
} |
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f3be11b..398d445 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -88,7 +88,7 @@ set(Boost_ADDITIONAL_VERSIONS
"1.60.0" "1.60" "1.61.0" "1.61" "1.62.0" "1.62" "1.63.0" "1.63" "1.64.0" "1.64"
"1.65.0" "1.65" "1.66.0" "1.66" "1.67.0" "1.67" "1.68.0" "1.68" "... | {
"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"
} |
<img src="../images/Ecma_RVB-003.jpg" align="right" height="70" alt="" />
## Agenda for the 72nd meeting of Ecma TC39
- **Host**: Bloomberg
- **Dates**: October 1st-3rd, 2019
- **Times**:
- 10:00 to 17:00 EDT on October 1st, 2019
- 10:00 to 17:00 EDT on October 2nd, 2019
- 10:00 to 16:00 EDT on October 3rd, 20... | {
"pile_set_name": "Github"
} |
<window id="10140">
<defaultcontrol>2</defaultcontrol>
<coordinates>
<system>1</system>
<posx>0</posx>
<posy>0</posy>
</coordinates>
<include>Animation_DialogPopup</include>
<controls>
<control type="group">
<posx>206</posx>
<posy>202</posy>
<width>869</width>
<height>317</height>
<control type=... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2014 - 2017 Adaptive Financial Consulting Ltd
*
* 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.0S
*
* Unless required by a... | {
"pile_set_name": "Github"
} |
"""
This module contains a collection of tasks for interacting with MySQL databases via
the pymysql library.
"""
import warnings
try:
from prefect.tasks.mysql.mysql import MySQLExecute, MySQLFetch
warnings.warn(
"Importing from `prefect.contrib.tasks` has been deprecated and instead should be `prefect... | {
"pile_set_name": "Github"
} |
# Docker 部署 V2Ray
Docker 技术是一种新的虚拟化技术,和传统的虚拟化技术不同。V2Ray 同样提供 Docker 部署方式,并且通过 Docker 来部署 V2Ray 会非常轻松高效。
**Docker 只能部署在 KVM 或者 XEN 架构的 VPS中**
首先安装 Docker:
```
$ sudo apt-get install -y docker
```
安装完 Docker 后我们从 [DockerHub](https://hub.docker.com/) 通过搜索找到 V2Ray 官方提供的镜像, 链接[在此](https://hub.docker.com/r/v2ray/officia... | {
"pile_set_name": "Github"
} |
CXX := g++
CXXFLAGS := -O3 -std=c++11 -I ../sdk -shared -fPIC -march=native
DFLAG += -DUSEOMP
CXXFLAGS += -fopenmp
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Darwin)
CXXFLAGS += --stdlib=libc++ -undefined dynamic_lookup
endif
libffm : libffm.so
libffm.so: src/libffm.cpp lib/ffm.o
$(CXX) -o libffm.so $(CXXFLA... | {
"pile_set_name": "Github"
} |
// TR1 climits -*- C++ -*-
// Copyright (C) 2006-2020 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library 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; eith... | {
"pile_set_name": "Github"
} |
/*!
* jQuery UI CSS Framework 1.8.24
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
* Licensed under the MIT license.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Theming/API
*
* To view and modify this theme, visit http://jqueryui.com/themeroller/
*/
/* Component containers
------... | {
"pile_set_name": "Github"
} |
#ifndef __GSS_FRAMEWORK_H
#define __GSS_FRAMEWORK_H 1
#include <GSS/gssapi.h>
#include <GSS/gssapi_krb5.h>
#include <GSS/gssapi_spnego.h>
#include <GSS/gssapi_apple.h>
#endif /* __GSS_FRAMEWORK_H */
| {
"pile_set_name": "Github"
} |
package io.javabrains.moviecatalogservice.models;
public class CatalogItem {
private String name;
private String desc;
private int rating;
public CatalogItem(String name, String desc, int rating) {
this.name = name;
this.desc = desc;
this.rating = rating;
}
public Stri... | {
"pile_set_name": "Github"
} |
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2008-3214",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
... | {
"pile_set_name": "Github"
} |
#include "drake/geometry/scene_graph_inspector.h"
#include <memory>
namespace drake {
namespace geometry {
template <typename T>
std::unique_ptr<GeometryInstance>
SceneGraphInspector<T>::CloneGeometryInstance(GeometryId id) const {
const std::string name = GetName(id);
const math::RigidTransformd X_PG = GetPoseI... | {
"pile_set_name": "Github"
} |
/*
* Broadcom BCM590xx regulator driver
*
* Copyright 2014 Linaro Limited
* Author: Matt Porter <mporter@linaro.org>
*
* 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... | {
"pile_set_name": "Github"
} |
/*
* HardInfo - Displays System Information
* Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org>
*
* 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, version ... | {
"pile_set_name": "Github"
} |
/*
* Queue Serial Peripheral Interface Memory Map
*
* Copyright (C) 2004-2007 Freescale Semiconductor, Inc.
* TsiChung Liew (Tsi-Chung.Liew@freescale.com)
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modify it un... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>MEGA 2.0</title>
<meta http-equiv="X-UA-Co... | {
"pile_set_name": "Github"
} |
<configuration>
<templates>
<template key="vm_console">templates/vm_lnx32_console.config</template>
<template key="console">templates/lnx32_console.config</template>
<template key="lib">templates/lib.config</template>
</templates>
<externals>
<dll key="libc">libc.so.6</dll>
<dll key="lib... | {
"pile_set_name": "Github"
} |
/* Easing Quart InOut equation */
/* Adapted from Robert Penner easing equations */
float easeQuartInOut(float t) {
t = t * 2.0; if (t < 1.0) return 0.5 * t * t * t * t;
return -0.5 * ((t -= 2.0) * t * t * t - 2.0);
} | {
"pile_set_name": "Github"
} |
//
// LoggerWorker.cpp
// I2PLauncher
//
// Created by Mikal Villa on 27/09/2018.
// Copyright © 2018 The I2P Project. All rights reserved.
// Imported/Refactored from earlier C++ project of Meeh
//
#include "LoggerWorker.hpp"
#include "Logger.h"
#include <fstream>
#include <sstream>
#include <cassert>
#include ... | {
"pile_set_name": "Github"
} |
{
"created_at": "2015-02-27T22:27:27.384106",
"description": "Email queue system for Kohana 3",
"fork": true,
"full_name": "bububa/Emailq",
"language": "PHP",
"updated_at": "2015-02-27T22:27:27.384149"
} | {
"pile_set_name": "Github"
} |
exports['rfc1867'] =
{ boundary: 'AaB03x',
raw:
'--AaB03x\r\n'+
'content-disposition: form-data; name="field1"\r\n'+
'\r\n'+
'Joe Blow\r\nalmost tricked you!\r\n'+
'--AaB03x\r\n'+
'content-disposition: form-data; name="pics"; filename="file1.txt"\r\n'+
'Content-Type: text... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<html lang="" >
<head>
<meta charset="UTF-8">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>现在可以准备了 · GitBook</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="">
<meta name=... | {
"pile_set_name": "Github"
} |
const express = require('express');
const router = express.Router();
const db = require("../models/db");
const { getAllFilePathes } = db;
const util = global.requireUtil();
const { isCompress } = util;
const path = require('path');
// http://localhost:8080/api/exhentaiApi
router.get('/api/exhentaiApi', function (req,... | {
"pile_set_name": "Github"
} |
/* Button text to indicate acceptance of an alert condition */
"ERROR_ALERT_CANCEL_BUTTON_TEXT" = "Annuler";
/* Button text to indicate acceptance of an alert condition */
"ERROR_ALERT_OK_BUTTON_TEXT" = "OK";
| {
"pile_set_name": "Github"
} |
@import '~assets/less/variable';
.largeWrapper {
width: 160px;
height: 160px;
line-height: 160px;
}
.profileWrapper {
width: 120px;
height: 120px;
line-height: 120px;
}
.defaultWrapper {
width: 80px;
height: 80px;
line-height: 80px;
}
.smallWrapper {
width: 40px;
height: 40px;
line-height: 4... | {
"pile_set_name": "Github"
} |
(ns musical-creativity.composers.network
(:require
[clojure.math.numeric-tower :as math]
[clojure.pprint :refer :all]
[musical-creativity.events :as events]
[musical-creativity.util :refer :all]))
(def number-of-outputs (atom 5))
(def number-of-inputs (atom 5))
(def input-patterns (atom '((0.0 0.2 0.1 0... | {
"pile_set_name": "Github"
} |
K 25
svn:wc:ra_dav:version-url
V 66
/svn/!svn/ver/1442/trunk/test/com/google/javascript/jscomp/parsing
END
JsDocTokenStreamTest.java
K 25
svn:wc:ra_dav:version-url
V 92
/svn/!svn/ver/1000/trunk/test/com/google/javascript/jscomp/parsing/JsDocTokenStreamTest.java
END
IRFactoryTest.java
K 25
svn:wc:ra_dav:version-url
V 85... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE-----
MIID4jCCAsqgAwIBAgIHBHM8BlJRZDANBgkqhkiG9w0BAQsFADCBnjELMAkGA1UE
BhMCVVMxEzARBgNVBAgMCkNhbGlmb3JuaWExEjAQBgNVBAcMCUxvcyBHYXRvczEU
MBIGA1UECgwLTmV0ZmxpeCBJbmMxLTArBgNVBAsMJFBsYXRmb3JtIFNlY3VyaXR5
ICgxMjUyNjAxNDY4NjE3NTY0KTEhMB8GA1UEAwwYSW50ZXJtZWRpYXRlIENBIGZv
ciAyMDY0MB4XDTIwMDcxNDAzMjU0MVoX... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2013-2016 consulo.io
*
* 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 ... | {
"pile_set_name": "Github"
} |
inherited PForm_LgXhdpiPh: TPForm_LgXhdpiPh
ClientHeight = 829
ClientWidth = 480
DesignerMasterStyle = 3
inherited ToolBar1: TToolBar
Size.Width = 480.000000000000000000
inherited Label2: TLabel
Size.Width = 480.000000000000000000
end
end
inherited Image1: TImage
Size.Width = 480.00000... | {
"pile_set_name": "Github"
} |
#
# "main" pseudo-component makefile.
#
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
| {
"pile_set_name": "Github"
} |
.. currentmodule:: pyb
.. _pyb.Timer:
class Timer -- control internal timers
======================================
.. only:: port_pyboard
Timers can be used for a great variety of tasks. At the moment, only
the simplest case is implemented: that of calling a function periodically.
Each timer consi... | {
"pile_set_name": "Github"
} |
// mksyscall.pl -l32 -tags freebsd,386 syscall_bsd.go syscall_freebsd.go syscall_freebsd_386.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build freebsd,386
package unix
import (
"syscall"
"unsafe"
)
var _ syscall.Errno
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT... | {
"pile_set_name": "Github"
} |
package com.twitter.finatra.http.jsonpatch
import com.fasterxml.jackson.core.JsonPointer
import com.fasterxml.jackson.databind.JsonNode
/**
* Operations compose JSON Patch, apply to a target JSON document
* @see [[https://tools.ietf.org/html/rfc6902 RFC 6902]]
*/
case class PatchOperation(
op: Operand,
path: J... | {
"pile_set_name": "Github"
} |
package org.javadp.template.mcl99;
/*
* Copyright [2015] [Jeff Lee]
*
* 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 requ... | {
"pile_set_name": "Github"
} |
/*!
* This file is part of the Semantic MediaWiki Extension
* @see https://semantic-mediawiki.org/
*
* @section LICENSE
* 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... | {
"pile_set_name": "Github"
} |
// #docregion
import { NgModule } from '@angular/core';
import { RouterModule, Routes } from '@angular/router';
import { ComposeMessageComponent } from './compose-message.component';
import { CanDeactivateGuard } from './can-deactivate-guard.service';
import { PageNotFoundComponent } from './not-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")... | {
"pile_set_name": "Github"
} |
#!/bin/ksh -p
#
# CDDL HEADER START
#
# 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 usr/src/OPENSOLARIS.LICENSE
# or http://www.open... | {
"pile_set_name": "Github"
} |
/*
* Dkbasket.c
*
* $Id$
*
* Baskets
*
* This file is part of the OpenLink Software Virtuoso Open-Source (VOS)
* project.
*
* Copyright (C) 1998-2020 OpenLink Software
*
* This project is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as ... | {
"pile_set_name": "Github"
} |
<div class="example">
<div class="eg-content">
<div class="mb20">
<span class="color-9">当前选中模块:</span>
模块{{=selected}}
</div>
<mx-tabs
list="{{@[{
value: 1,
text: '模块1'
}, {
value: 2,
... | {
"pile_set_name": "Github"
} |
/**
*
* WARNING! This file was autogenerated by:
* _ _ _ _ __ __
* | | | | | | |\ \ / /
* | | | | |_| | \ V /
* | | | | _ | / \
* | |_| | | | |/ /^\ \
* \___/\_| |_/\/ \/
*
* This file was autogenerated by UnrealHxGenerator using UHT definitions.
* It only includes UPROPERTYs and UFU... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
# Copyright 2011 David Malcolm <dmalcolm@redhat.com>
# Copyright 2011 Red Hat, Inc.
#
# This 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 3 of the License, o... | {
"pile_set_name": "Github"
} |
using System;
using System.Diagnostics.CodeAnalysis;
namespace PrtgAPI.Parameters
{
[ExcludeFromCodeCoverage]
class CloneParameters : BaseActionParameters, ICommandParameters
{
CommandFunction ICommandParameters.Function => CommandFunction.DuplicateObject;
public CloneParameters(Either<IP... | {
"pile_set_name": "Github"
} |
// 19.1.2.17 Object.seal(O)
var isObject = require('./_is-object')
, meta = require('./_meta').onFreeze;
require('./_object-sap')('seal', function($seal){
return function seal(it){
return $seal && isObject(it) ? $seal(meta(it)) : it;
};
}); | {
"pile_set_name": "Github"
} |
0
| {
"pile_set_name": "Github"
} |
|===
|Path|Type|Description
|`+timestamp+`
|`+String+`
|The time the error occurred.
|`+method+`
|`+String+`
|The HTTP method.
|`+path+`
|`+String+`
|The request context path.
|`+status+`
|`+Number+`
|The response HTTP status code.
|`+statusText+`
|`+String+`
|The response HTTP status text.
|`+exceptionClass+`
|`... | {
"pile_set_name": "Github"
} |
#!/bin/bash
set -x
echo "Initializing Bitcore installation"
#############
# Parameters
#############
AZUREUSER=$1
HOME="/home/$AZUREUSER"
echo "User: $AZUREUSER"
echo "User home dir: $HOME"
yum -y install epel-release
yum -y install npm git curl which xz tar findutils
npm install -g n
n 4.2.4
cat >/etc/systemd/system... | {
"pile_set_name": "Github"
} |
function submitWithConfiguration(conf)
addpath('./lib/jsonlab');
parts = parts(conf);
fprintf('== Submitting solutions | %s...\n', conf.itemName);
tokenFile = 'token.mat';
if exist(tokenFile, 'file')
load(tokenFile);
[email token] = promptToken(email, token, tokenFile);
else
[email token] = p... | {
"pile_set_name": "Github"
} |
{
"name": "t167_flutter_ios_14_font",
"version": "0.0.1",
"summary": "Flutter module",
"description": "Flutter module - t167_flutter_ios_14_font",
"homepage": "https://flutter.dev",
"license": {
"type": "BSD"
},
"authors": {
"Flutter Dev Team": "flutter-dev@googlegroups.com"
},
"source": {
... | {
"pile_set_name": "Github"
} |
name: module handler test module
type: module
description: 'Test module used to test adding a module during runtime.'
package: Testing
version: VERSION
hidden: true
| {
"pile_set_name": "Github"
} |
# Luapress tests
These assume you have this repository served via a webserver at `http://luapress.dev`.
+ **blog** - simple blog testing posts & pages
+ **directories** - test building to multiple directories
+ **envs** - tests multiple build environments
+ **gallery** - a single page with a gallery on it
+ **index**... | {
"pile_set_name": "Github"
} |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/medialive/MediaLive_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
namespace Aws
{
namespace MediaLive
{
namespace Model
{
enum class M2tsSegmentationStyle
... | {
"pile_set_name": "Github"
} |
/*
* DateJS Culture String File
* Country Code: sa-IN
* Name: Sanskrit (India)
* Format: "key" : "value"
* Key is the en-US term, Value is the Key in the current language.
*/
Date.CultureStrings = Date.CultureStrings || {};
Date.CultureStrings["sa-IN"] = {
"name": "sa-IN",
"englishName": "Sanskri... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2011, Intel Corporation. All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the ... | {
"pile_set_name": "Github"
} |
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef MEDIA_CAST_LOGGING_RAW_EVENT_SUBSCRIBER_H_
#define MEDIA_CAST_LOGGING_RAW_EVENT_SUBSCRIBER_H_
#include "media/cast/logging/logging_defines.h"
na... | {
"pile_set_name": "Github"
} |
using UnityEngine;
using System.Collections;
public class MaterialColorTweenProperty : AbstractColorTweenProperty
{
private string _materialColorName;
public MaterialColorTweenProperty( Color endValue, string colorName = "_Color", bool isRelative = false ) : base( endValue, isRelative )
{
_materialColorName ... | {
"pile_set_name": "Github"
} |
require('../../modules/es6.math.trunc');
module.exports = require('../../modules/_core').Math.trunc; | {
"pile_set_name": "Github"
} |
/*
YUI 3.7.3 (build 5687)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
YUI.add('dataschema-json', function (Y, NAME) {
/**
Provides a DataSchema implementation which can be used to work with JSON data.
@module dataschema
@submodule dataschema-json
*... | {
"pile_set_name": "Github"
} |
package br.com.swconsultoria.nfe.schema_4.consReciNFe;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2017, Stephane Sudre
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this list of conditions and the follo... | {
"pile_set_name": "Github"
} |
#ifndef _RULES_H_
#define _RULES_H_
/*----------------------------------------------------------------------*\
rules.h
Header file for rules handler in Alan interpreter
\*----------------------------------------------------------------------*/
/* TYPES */
#ifdef _PROTOTYPES_
extern void rules(void);
#else
ex... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See License.txt in the repository root.
package com.microsoft.tfs.util.listeners;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.lang.reflec... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'print', 'bs', {
toolbar: 'Štampaj'
} );
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
source "$PLUGIN_CORE_AVAILABLE_PATH/common/functions"
source "$PLUGIN_CORE_AVAILABLE_PATH/common/property-functions"
set -eo pipefail
[[ $DOKKU_TRACE ]] && set -x
cmd-scheduler-docker-local-set() {
declare desc="set or clear a scheduler-docker-local property for an app"
declare cmd="scheduler-d... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env tarantool
test = require("sqltester")
test:plan(3)
--
-- Make sure that a blob as part of a tuple can be cast to NUMBER,
-- INTEGER and UNSIGNED. Prior to this patch, an error could
-- appear due to the absence of '\0' at the end of the BLOB.
--
test:do_execsql_test(
"gh-4766-1",
[[
CREA... | {
"pile_set_name": "Github"
} |
# Changelog
### 3.3.x
* Simplify ILogger dependencies - thanks to Thomas Ibel - https://github.com/tibel
* Add strong name - thanks to Thomas Ibel - https://github.com/tibel
* Add ExtendedDnControl - thanks to Miroslav Adamec - https://github.com/mirecad
### 3.2.0
* Deprecate LibLog. Add back Microsoft.Logging with d... | {
"pile_set_name": "Github"
} |
/*
* Qlogic FAS408 ISA card driver
*
* Copyright 1994, Tom Zerucha.
* tz@execpc.com
*
* Redistributable under terms of the GNU General Public License
*
* For the avoidance of doubt the "preferred form" of this code is one which
* is in an open non patent encumbered format. Where cryptographic key signing
... | {
"pile_set_name": "Github"
} |
//////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Ion Gaztanaga 2017-2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// See http://www.boost.org/libs/move... | {
"pile_set_name": "Github"
} |
add_custom_target(eigen2_buildtests)
add_custom_target(eigen2_check COMMAND "ctest -R eigen2")
add_dependencies(eigen2_check eigen2_buildtests)
add_dependencies(buildtests eigen2_buildtests)
add_definitions("-DEIGEN2_SUPPORT_STAGE10_FULL_EIGEN2_API")
add_definitions("-DEIGEN_NO_EIGEN2_DEPRECATED_WARNING")
ei_add_test... | {
"pile_set_name": "Github"
} |
/*
Copyright (C) 1999,2000,2001 Franz Josef Och (RWTH Aachen - Lehrstuhl fuer Informatik VI)
This file is part of GIZA++ ( extension of GIZA ).
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; eith... | {
"pile_set_name": "Github"
} |
# Lustre client and server node VMs deployment


super()
@outputStream = outputStream
@zlibDeflater = Zlib::Deflate.new(level, -Zlib::MAX_WBITS)
@size = 0
@crc = Zlib::crc32
end
def << (data)
val = d... | {
"pile_set_name": "Github"
} |
/* Definitions for the xt_trace TIE package */
/*
* Customer ID=7011; Build=0x2b6f6; Copyright (c) 2004 by Tensilica Inc. ALL RIGHTS RESERVED.
* These coded instructions, statements, and computer programs are the
* copyrighted works and confidential proprietary information of Tensilica Inc.
* They may not b... | {
"pile_set_name": "Github"
} |
var utils = require('./utils')
var config = require('../config')
var isProduction = process.env.NODE_ENV === 'production'
module.exports = {
loaders: utils.cssLoaders({
sourceMap: isProduction
? config.build.productionSourceMap
: config.dev.cssSourceMap,
extract: isProduction
}),
postcss: [
... | {
"pile_set_name": "Github"
} |
///Draw Event
image_speed = 0;
if (!isAvailable) draw_set_alpha(0.5);
if (isSelected) image_index = 0;
else image_index = 1;
draw_self();
draw_set_font(myFont);
draw_set_halign(fa_center);
draw_set_valign(fa_top);
draw_set_colour(make_colour_rgb(239,4,68));
if (labelString != "") draw_text(x+textXOffset,y+textYOf... | {
"pile_set_name": "Github"
} |
# From https://pypi.python.org/pypi/cffi/0.8.6
md5 474b5a68299a6f05009171de1dc91be6 cffi-0.8.6.tar.gz
# Calculated based on the hash above
sha256 2532d9e3af9e3c6d0f710fc98b0295b563c7f39cfd97dd2242bd36fbf4900610 cffi-0.8.6.tar.gz
| {
"pile_set_name": "Github"
} |
package example.service;
import example.repo.Customer149Repository;
import org.springframework.stereotype.Service;
@Service
public class Customer149Service {
public Customer149Service(Customer149Repository repo) {
}
}
| {
"pile_set_name": "Github"
} |
{
"$schema": "http://json.schemastore.org/template",
"author": "Microsoft",
"classifications": ["Test", "MSTest"],
"name": "Unit Test Project",
"generatorVersions": "[1.0.0.0-*)",
"description": "A project that contains unit tests that can run on .NET Core on Windows, Linux and macOS",
"groupIdentity": "M... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2015, 2016, 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"
} |
SUBROUTINE SSTEBZ( RANGE, ORDER, N, VL, VU, IL, IU, ABSTOL, D, E,
$ M, NSPLIT, W, IBLOCK, ISPLIT, WORK, IWORK,
$ INFO )
*
* -- LAPACK routine (instrumented to count operations, version 3.0) --
* Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd.,
* Co... | {
"pile_set_name": "Github"
} |
<!-- #relative-hello-html -->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bob</title>
</head>
<body>
<a href="/hello/Bob">Absolute Link</a>
<a href="../../hello/Bob">Relative Link</a>
</body>
</html>
<!-- #relative-hello-html -->
| {
"pile_set_name": "Github"
} |
/**
* Copy properties from a source object to a target object.
* https://github.com/DefinitelyTyped/DefinitelyTyped/issues/38681
*/
export function assign<T extends object, U extends object | null | undefined>(target: T, source: U): Mix<T, U>;
export function assign<T extends object, U extends object, V extends obje... | {
"pile_set_name": "Github"
} |
package(default_visibility = ["//visibility:public"])
licenses(["notice"])
load(
"@io_bazel_rules_go//go:def.bzl",
"go_library",
)
go_library(
name = "go_default_library",
srcs = [
"doc.go",
"fake_authentication_client.go",
"fake_tokenreview.go",
"fake_tokenreview_expa... | {
"pile_set_name": "Github"
} |
#!/bin/sh
if [ -z $1 ]; then
echo "please input a cdr,example: 24!" && exit 1;
else
cdr=$1
fi
cdr2mask ()
{
# Number of args to shift, 255..255, first non-255 byte, zeroes
set -- $(( 5 - ($1 / 8) )) 255 255 255 255 $(( (255 << (8 - ($1 % 8))) & 255 )) 0 0 0
[ $1 -gt 1 ] && shift $1 || shift
echo ${1... | {
"pile_set_name": "Github"
} |
interactions:
- request:
body: '<?xml version=''1.0'' encoding=''utf-8''?>
<StorageServiceProperties><Cors><CorsRule><AllowedOrigins>www.xyz.com</AllowedOrigins><AllowedMethods>GET</AllowedMethods><AllowedHeaders
/><ExposedHeaders /><MaxAgeInSeconds>0</MaxAgeInSeconds></CorsRule><CorsRule><AllowedOrigi... | {
"pile_set_name": "Github"
} |
; (c) Copyright 2001-2008 Zilog, Inc.
;-------------------------------------------------------------------------
; Unsigned Integer Modulus
; Input:
; Operand1:
; uHL : 24 bits (dividend x)
;
; Operand2:
; uBC : 24 bits (divisor y)
;
; Output:
; Result: uHL : 24 bits (remainder)
;
; Registers Used:
; none
;... | {
"pile_set_name": "Github"
} |
import React, { Component, PropTypes } from 'react';
import _ from 'lodash';
/**
*
*
* @param {any} WrappedComponent
* @returns {ReactCompoment} - 包装了拖拽功能的新组件,需要传入 drag相关处理事件
*/
function DragWrapper(WrappedComponent){
return class extends Component{
constructor(props){
super(props);
}
handle... | {
"pile_set_name": "Github"
} |
[
{letsencrypt_challenge, [".well-known", "acme-challenge", token], controller_letsencrypt_challenge, []},
{letsencrypt_ping, [".zotonic", "letsencrypt-self-ping"], controller_letsencrypt_ping, []}
].
| {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.