text stringlengths 2 99.9k | meta dict |
|---|---|
/*
* 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 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it ... | {
"pile_set_name": "Github"
} |
# egg-beidou
[Support React SSR in Egg Framework]
neet to open the plugin for using
## Feature
### extends
- ctx.ssr(filepath,props) Render the `filepath` by proprs and return result for SSR, `filepath` is absolute path
## Configure
```js
// config/pulgin.js
exports.beidou = {
enable: true,
package: 'egg-bei... | {
"pile_set_name": "Github"
} |
// Karma configuration file, see link for more information
// https://karma-runner.github.io/1.0/config/configuration-file.html
module.exports = function (config) {
config.set({
basePath: '',
frameworks: ['jasmine', '@angular/cli'],
plugins: [
require('karma-jasmine'),
require('karma-chrome-l... | {
"pile_set_name": "Github"
} |
# Copyright (C) 2016 Deloitte Argentina.
# This file is part of CodexGigas - https://github.com/codexgigassys/
# See the file 'LICENSE' for copying permission.
from PlugIns.PlugIn import PlugIn
from Utils.InfoExtractor import *
class FuzzyPlug(PlugIn):
def __init__(self, sample=None):
PlugIn.__init__(sel... | {
"pile_set_name": "Github"
} |
import {IDocumentService} from 'angular'
import {GanttColumn} from '../../logic/column/column.factory'
export default class GanttLayout {
private $document: IDocumentService
constructor ($document: IDocumentService) {
'ngInject'
this.$document = $document
}
/**
* Compute the width of scrollbar.
... | {
"pile_set_name": "Github"
} |
/* Device specific memory layout */
/* This file is used to build the cortex-m-rt examples,
but not other applications using cortex-m-rt. */
MEMORY
{
/* FLASH and RAM are mandatory memory regions */
/* Update examples/data_overflow.rs if you change these sizes. */
FLASH : ORIGIN = 0x00000000, LENGTH = 256K
... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
using System.Text.Json.Serialization;
namespace Essensoft.AspNetCore.Payment.Alipay.Domain
{
/// <summary>
/// KoubeiAdvertCommissionAdvertPurchaseModel Data Structure.
/// </summary>
public class KoubeiAdvertCommissionAdvertPurchaseModel : AlipayObject
{
... | {
"pile_set_name": "Github"
} |
film.width = 640
film.height = 480
image.filename = vol-hetero.png
scene.file = scenes/media/vol-hetero.scn
opencl.cpu.use = 1
opencl.gpu.use = 1
#opencl.platform.index = 0
opencl.gpu.workgroup.size = 64
film.gamma = 2.2
screen.refresh.interval = 100
path.maxdepth = 3
path.russianroulette.depth = 5
# Film image pipelin... | {
"pile_set_name": "Github"
} |
const tape = require('tape-catch')
const td = require('testdouble')
const BN = require('bn.js')
const EventEmitter = require('events')
const { defaultLogger } = require('../../lib/logging')
defaultLogger.silent = true
tape('[FastSynchronizer]', t => {
class PeerPool extends EventEmitter {}
td.replace('../../lib/ne... | {
"pile_set_name": "Github"
} |
Connection: keep-alive
Content-Length: 164
Content-Type: application/json
Date: Fri, 06 Oct 2017 09:05:56 GMT
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: d9f8c2fdf48824faaa2ed178aa5dc8ef
timeCreated: 1454753185
licenseType: Pro
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
---
- name: "{{ test }}"
hosts:
- debian.jessie
become: true
vars:
manala_elasticsearch_config:
- node.name: Foo Bar
pre_tasks:
- import_tasks: pre_tasks/elasticsearch_1.6.yml
- import_tasks: pre_tasks/backports.yml
when: ansible_distribution_release == 'jessie'
- apt:
n... | {
"pile_set_name": "Github"
} |
package client
import (
"bytes"
"fmt"
"io"
"github.com/fireeye/gocrack/server/rpc"
)
// ChangeTaskStatus instructs the server to change the status of a task
func (s *RPCClient) ChangeTaskStatus(request rpc.ChangeTaskStatusRequest) error {
return s.performJSONCall("POST", "/rpc/v1/task/status_change", request, n... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>Api Documentation</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type='text/css' rel='stylesheet' href='../../../apidoc/stylesheets/bundled/bootstrap.min.css'/>
<link typ... | {
"pile_set_name": "Github"
} |
#include "Precompile.h"
#include "LayersPanel.h"
#include "ArtProvider.h"
#include "EditorIDs.h"
#include "Editor/Controls/EditorButton.h"
#include "Editor/Controls/DynamicBitmap.h"
#include "EditorScene/DependencyCommand.h"
using namespace Helium;
using namespace Helium::Editor;
LayersPanel::NameChangeInfo::NameCh... | {
"pile_set_name": "Github"
} |
import os
import math
import pytest
from .common import *
from helpers.cluster import ClickHouseCluster
from helpers.dictionary import Field, Row, Dictionary, DictionaryStructure, Layout
from helpers.external_sources import SourceMongo
SOURCE = SourceMongo("MongoDB", "localhost", "27018", "mongo1", "27017", "root",... | {
"pile_set_name": "Github"
} |
function[]=test()
clear;
addpath('../misc');
n= gpuDeviceCount;
parameter.isGPU = 0;
if n>0 % GPU exists
parameter.isGPU = 1;
gpuDevice(2);
else
print('no gpu ! ! ! ! !');
end
parameter.dimension=100;
parameter.alpha=0.1; %learning rate
parameter.layer_num=4; %number of layer
parameter.hidden=100;
para... | {
"pile_set_name": "Github"
} |
/**
* Taken from https://gist.github.com/thomseddon/3511330
*/
angular.module('cms.shared').filter('bytes', function () {
return function (bytes, precision) {
var units = ['bytes', 'kb', 'mb', 'gb', 'tb', 'pb'],
number;
if (isNaN(parseFloat(bytes)) || !isFinite(bytes)) return '-';
... | {
"pile_set_name": "Github"
} |
.ad {
background: green;
}
| {
"pile_set_name": "Github"
} |
/*
* happy.c
* written by Holmes Futrell
* use however you want
*/
#include "SDL.h"
#include "common.h"
#define NUM_HAPPY_FACES 100 /* number of faces to draw */
#define MILLESECONDS_PER_FRAME 16 /* about 60 frames per second */
#define HAPPY_FACE_SIZE 32 /* width and height of happyface (pixels... | {
"pile_set_name": "Github"
} |
<component name="libraryTable">
<library name="Maven: jakarta.xml.bind:jakarta.xml.bind-api:2.3.2">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/jakarta/xm... | {
"pile_set_name": "Github"
} |
using System;
using JetBrains.Annotations;
namespace CodeJam.PerfTests.Running.Core
{
// DONTTOUCH: DO NOT change the order of the enum values
// because is used to compare the severities.
// DO check usages before changing the enum values.
/// <summary>Severity of the message.</summary>
[PublicAPI]
... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////
// LameXP - Audio Encoder Front-End
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
//
// 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
/... | {
"pile_set_name": "Github"
} |
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04... | {
"pile_set_name": "Github"
} |
EESchema-LIBRARY Version 2.4
#encoding utf-8
#
# UM1652
#
DEF UM1652 U 0 40 Y Y 1 F N
F0 "U" 250 600 50 H V C CNN
F1 "UM1652" 350 500 50 H V C CNN
F2 "" 350 500 50 H I C CNN
F3 "" 350 500 50 H I C CNN
DRAW
S 0 450 300 -250 0 1 10 f
S 300 150 400 50 0 1 0 f
X VID 1 -100 200 100 R 50 50 1 1 I
X VCC 2 150 550 100 D 50 50 ... | {
"pile_set_name": "Github"
} |
const Replay = require('replay');
// Set replay mode
Replay.mode = 'record';
// Remove Auth header from capture
Replay.headers = Replay.headers.filter(pattern => !pattern.test('authorization'));
process.on('unhandledRejection', err => {
/*eslint-disable */
console.log(err.stack);
process.exit(1);
/*eslint-ena... | {
"pile_set_name": "Github"
} |
from django.conf import settings
from django.contrib import messages
from django.contrib.auth.models import User
from django.shortcuts import get_object_or_404, redirect
from django.template.loader import render_to_string
from django.urls import reverse
from django.utils.text import format_lazy
from django.utils.transl... | {
"pile_set_name": "Github"
} |
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE TypeOperators #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
-- |
-- Module : Network.Google.CloudProFiler
-- Copyright : (c) 2015-2016 Brendan Hay
-- License : Mozill... | {
"pile_set_name": "Github"
} |
{% if page.secure == true %}
From your local workstation, use our [`cockroachdb-statefulset-secure.yaml`](https://github.com/cockroachdb/cockroach/blob/master/cloud/kubernetes/cockroachdb-statefulset-secure.yaml) file to create the StatefulSet that automatically creates 3 pods, each with a CockroachDB node running ins... | {
"pile_set_name": "Github"
} |
contract C {
C constant x = C(0x123);
}
| {
"pile_set_name": "Github"
} |
# Transaction
## Entities
|Name|Description|
|---|---|
|[SMAAccruePeriodLine](SMAAccruePeriodLine.cdm.json)||
|[SMAPreServiceOrderLine](SMAPreServiceOrderLine.cdm.json)||
|[SMAServiceBOMChange](SMAServiceBOMChange.cdm.json)||
|[SMAServiceLevelAgreementLog](SMAServiceLevelAgreementLog.cdm.json)||
|[SMAServiceLevelAg... | {
"pile_set_name": "Github"
} |
{
"dryrun": true,
"type": 0,
"name": "_testing",
"img_sit": "ribbon_blank",
"pose_map": {
"default": "0",
"use_reg_for_l": true
}
}
| {
"pile_set_name": "Github"
} |
/*
* MDEV driver
*
* Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved.
* Author: Neo Jia <cjia@nvidia.com>
* Kirti Wankhede <kwankhede@nvidia.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 ... | {
"pile_set_name": "Github"
} |
package com.safframework.study.rxbus3;
import com.jakewharton.rxrelay2.PublishRelay;
import com.jakewharton.rxrelay2.Relay;
import io.reactivex.Observable;
import io.reactivex.Scheduler;
import io.reactivex.android.schedulers.AndroidSchedulers;
import io.reactivex.disposables.Disposable;
import io.reactivex.functions... | {
"pile_set_name": "Github"
} |
<div class="admin-sub-header">
<div class="admin-sub-nav">
<a *ngIf="hasJobsRight()" i18n routerLink="jobs" routerLinkActive="active">Jobs</a>
<a *ngIf="hasLogsRight()" i18n routerLink="logs" routerLinkActive="active">Logs</a>
<a *ngIf="hasDebugRight()" i18n routerLink="debug" routerLinkActive="active">... | {
"pile_set_name": "Github"
} |
//Original:/proj/frio/dv/testcases/core/c_ptr2op_pr_shadd_1_2/c_ptr2op_pr_shadd_1_2.dsp
// Spec Reference: ptr2op shadd preg, pregs, 1 (2)
# mach: bfin
.include "testutils.inc"
start
R0 = 0;
ASTAT = R0;
// check p-reg to p-reg move
imm32 p1, 0xf0921203;
imm32 p2, 0xbe041305;
imm32 p3, 0xd0d61407;
imm32 p4,... | {
"pile_set_name": "Github"
} |
# Copyright (c) 2017 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.... | {
"pile_set_name": "Github"
} |
API Reference
=============
Generic views
-------------
Use this ones to expose API endpoints that don't depend of a workspace, such as
users, vuln templates, or the workspaces API itself
.. autoclass:: server.api.base.GenericView
:members: model_class,schema_class,route_prefix,base_args,representations,
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="bootstrap-1.4.0.min.css">
<link rel="stylesheet" href="monitor.css" type="text/css">
<script type="text/javascript" src="jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="jquery.flot.min.js"></script... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* The contents of this file are subject to the terms of either the Universal Permissive License
* v 1.0 as shown at http://oss.oracle.com/licenses/upl
*
* or the follo... | {
"pile_set_name": "Github"
} |
# Copyright (c) 2013 Simplistix Ltd
#
# This Software is released under the MIT License:
# http://www.opensource.org/licenses/mit-license.html
# See license.txt for more details.
from datetime import datetime, time
from os import path
from unittest import TestCase
from testfixtures import compare, ShouldRaise
from xl... | {
"pile_set_name": "Github"
} |
// Romanian
plupload.addI18n({
'Select files' : 'Selectare fişiere',
'Add files to the upload queue and click the start button.' : 'Adaugă fişiere în lista apoi apasă butonul \'Începe încărcare\'.',
'Filename' : 'Nume fişier',
'Status' : 'Stare',
'Size' : 'Mărime',
'Add files' : 'Adăugare fişier... | {
"pile_set_name": "Github"
} |
import { stripTags } from 'utils/dom';
// Given a node type to search for, and a list of meta tag names to
// search for, find a meta tag associated.
export default function extractFromMeta(
$,
metaNames,
cachedNames,
cleanTags = true
) {
const foundNames = metaNames.filter(name => cachedNames.indexOf(name) ... | {
"pile_set_name": "Github"
} |
#ifndef SCHEME_CURRENT_PROCESS
# define SCHEME_CURRENT_PROCESS scheme_current_thread
#endif
#ifndef SCHEME_STACK_BOUNDARY
# define SCHEME_STACK_BOUNDARY scheme_stack_boundary
#endif
#ifndef SCHEME_PLUS_STACK_DELTA
# define SCHEME_PLUS_STACK_DELTA(x) x
#endif
#ifdef SPAWN_NEW_STACK
uintptr_t _stk_pos;
_stk_pos = (... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_METAPARSE_REPEATED_REJECT_INCOMPLETE1_HPP
#define BOOST_METAPARSE_REPEATED_REJECT_INCOMPLETE1_HPP
// Copyright Abel Sinkovics (abel@sinkovics.hu) 2015.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/L... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Test for WebSql scan test for joining</title>
</head>
<body>
<script src="../../../closure-library/closure/goog/base.js"></script>
<script src="../../../closure-library/closure/goog/deps.js"></script>
... | {
"pile_set_name": "Github"
} |
name=Reshape
image=https://magiccards.info/scans/en/ds/31.jpg
value=3.803
rarity=R
type=Sorcery
cost={X}{U}{U}
ability=As an additional cost to cast SN, sacrifice an artifact.
effect=Search your library for an artifact card with converted mana cost X or less and put it onto the battlefield. Then shuffle your library.
t... | {
"pile_set_name": "Github"
} |
package typings.dwt.dynamsoftFileUploaderMod
import scala.scalajs.js
import scala.scalajs.js.`|`
import scala.scalajs.js.annotation._
@js.native
trait FormField extends js.Object {
/**
* Specify the block size. By default, it's 10240.
* @param key Specify the key of the field.
* @param value Sepcify the... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2015-2019 Alexandr Evstigneev
*
* 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"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifi... | {
"pile_set_name": "Github"
} |
@font-face{font-family:'Sunshiney';font-style:normal;font-weight:400;src:url(../fonts/sunshiney.eot);src:local('Sunshiney'),url(../fonts/sunshiney.eot) format('embedded-opentype'),url(../fonts/sunshiney.woff) format('woff');}@font-face{font-family:'Bangers';font-style:normal;font-weight:400;src:url(../fonts/bangers.eot... | {
"pile_set_name": "Github"
} |
#include "io.h"
int main()
{
long long input, result, dsp;
long long hope;
input = 0x701BA35E;
hope = 0x701B5D5E;
__asm
("absq_s.qb %0, %1\n\t"
: "=r"(result)
: "r"(input)
);
if (result != hope) {
printf("absq_s.qb error\n");
return -1;
}
... | {
"pile_set_name": "Github"
} |
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"___\n",
"\n",
"<a href='https://www.udemy.com/user/joseportilla/'><img src='../Pierian_Data_Logo.png'/></a>\n",
"___\n",
"<center><em>Content Copyright by Pierian Data</em></center>"
]
},
{
"cell_type": "markd... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2011-2014 SirSengir.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser Public License v3
* which accompanies this distribution, and is available at... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
* All rights reserved.
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
#pragma once
template <typename outT, typename inT, typename nextOPType>
template <inst_set_t instSet>
i... | {
"pile_set_name": "Github"
} |
// Code generated by smithy-go-codegen DO NOT EDIT.
package rds
import (
"context"
awsmiddleware "github.com/aws/aws-sdk-go-v2/aws/middleware"
"github.com/aws/aws-sdk-go-v2/aws/retry"
"github.com/aws/aws-sdk-go-v2/aws/signer/v4"
"github.com/aws/aws-sdk-go-v2/service/rds/types"
smithy "github.com/awslabs/smithy-... | {
"pile_set_name": "Github"
} |
# Tenko parser test case
- Path: tests/testcases/lexer_cases/regexesu/brute_force_surrogate_ranges/149.md
> :: lexer cases : regexesu : brute force surrogate ranges
>
> ::> 149
>
> Imported lexer test
>
> surrogate TL-BT
## FAIL
## Input
`````js
/TL-BT[\uDCA9\uD83D-x\uDCA9]/u
`````
## Output
_Note: the whole out... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Fri Sep 01 08:10:09 PDT 2017 -->
<title>DataUrlLoader.StreamFactory (glide API)</title>
<meta name="date" content="2017-09-01">
<link r... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env sh
#
# MetaCall Python Port Deploy Script by Parra Studios
# Script utility for deploying MetaCall Python Port to PyPi.
#
# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia <vic798@gmail.com>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
require 'active_record'
require 'active_support/core_ext/module/attribute_accessors'
require 'ar_transaction_changes'
require "identity_cache/version"
require "identity_cache/record_not_found"
require "identity_cache/encoder"
require "identity_cache/cache_key_loader"
require "identity_cac... | {
"pile_set_name": "Github"
} |
using System;
using System.IO;
namespace Tomighty.Windows
{
public class Flags
{
private readonly string dir;
public Flags(string name)
{
dir = Path.Combine(Directories.AppData, name);
}
public bool IsOn(string name, bool defaultValue)
{
... | {
"pile_set_name": "Github"
} |
use std::ops;
use vec_map::VecMap;
pub trait Partition {
fn create(parent: usize, rank: usize) -> Self;
fn read(&self) -> (usize /*parent*/, usize /*rank*/);
fn write_parent(&self, parent: usize);
fn increment_rank(&mut self);
}
#[derive(Debug)]
pub struct Partitions<T> {
map: VecMap<T>,
}
impl<T... | {
"pile_set_name": "Github"
} |
/*
MIT License http://www.opensource.org/licenses/mit-license.php
Author Tobias Koppers @sokra
*/
/*globals __resourceQuery */
if(module.hot) {
var hotPollInterval = +(__resourceQuery.substr(1)) || (10 * 60 * 1000);
function checkForUpdate(fromUpdate) {
if(module.hot.status() === "idle") {
module.ho... | {
"pile_set_name": "Github"
} |
/******************************************
Copyright (C) 2009-2020 Authors of CryptoMiniSat, see AUTHORS file
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 withou... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2005 Bushe Enterprises, Inc., Hopkinton, MA, USA, www.bushe.com
*
* 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
*
* Unl... | {
"pile_set_name": "Github"
} |
export {};
| {
"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"
} |
// @flow
import type { ColumnId } from './reducer'
export type ADD_COLUMN_TYPE = 'ColumnRecommended/ADD_COLUMN'
export type ADD_COLUMN_SUCCESS_TYPE = 'ColumnRecommended/ADD_COLUMN_SUCCESS'
export type SET_NEXT_URL_TYPE = 'ColumnRecommended/SET_NEXT_URL'
export type CLERE_TYPE = 'ColumnRecommended/CLERE'
export type... | {
"pile_set_name": "Github"
} |
<!doctype linuxdoc system>
<article>
<!--
STILL TO DO:
- update HOWTO intro with LDP info (David C. Merrill, discuss@linuxdoc.org
list, etc.) and LDP license (is there standard boilerplate?)
- update maintainer/contact/copyright info (if/when one appears)
- verify "GRR" comments
- move/copy info on related HOW... | {
"pile_set_name": "Github"
} |
#!/usr/bin/python
#
# Copyright 2020 Kaggle Inc
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ag... | {
"pile_set_name": "Github"
} |
//
// Copyright 2012 BiasedBit
//
// 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 wri... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* 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 applic... | {
"pile_set_name": "Github"
} |
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2018-17202",
"ASSIGNER": "security@apache.org",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"ven... | {
"pile_set_name": "Github"
} |
/// Copyright (c) 2012 Ecma International. All rights reserved.
/**
* @path ch10/10.5/10.5-7-b-4-s.js
* @description Strict Mode - Deleting property of the arguments object successful under strict mode
* @onlyStrict
*/
function testcase() {
"use strict";
function _10_5_7_b_4_fun() {
... | {
"pile_set_name": "Github"
} |
// Copyright 2017, 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 applicabl... | {
"pile_set_name": "Github"
} |
package shim
import (
"bufio"
"io"
"os"
"strings"
"testing"
"time"
"github.com/stretchr/testify/require"
"github.com/influxdata/telegraf"
"github.com/influxdata/telegraf/plugins/inputs"
)
func TestShimWorks(t *testing.T) {
stdoutReader, stdoutWriter := io.Pipe()
stdin, _ := io.Pipe() // hold the stdin p... | {
"pile_set_name": "Github"
} |
**This airport has been automatically generated**
We have no information about DATG[*] airport other than its name, ICAO and location (DZ).
This airport will have to be done from scratch, which includes adding runways, taxiways, parking locations, boundaries...
Good luck if you decide to do this airport! | {
"pile_set_name": "Github"
} |
/*
* COPYRIGHT (C) 2017-2019, zhllxt
*
* author : zhllxt
* email : 37792738@qq.com
*
* Distributed under the GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
* (See accompanying file LICENSE or see <http://www.gnu.org/licenses/>)
*/
#ifndef __ASIO2_TIMER_HPP__
#define __ASIO2_TIMER_HPP__
#if defined(... | {
"pile_set_name": "Github"
} |
from django.apps import AppConfig
class CommentConfig(AppConfig):
name = 'comment'
| {
"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"
} |
//===- llvm/ADT/PostOrderIterator.h - PostOrder iterator --------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
import unittest
from TTS.tts.utils.text import phonemes
class SymbolsTest(unittest.TestCase):
def test_uniqueness(self): #pylint: disable=no-self-use
assert sorted(phonemes) == sorted(list(set(phonemes))), " {} vs {} ".format(len(phonemes), len(set(phonemes)))
| {
"pile_set_name": "Github"
} |
h2. 定义 {anchor:definitions}
h3. AccessTokenModel {anchor:accesstokenmodel}
||名称||说明||类型||
|*access_token*\\ \\ _可选_||*样例* : {noformat}"string"{noformat}||string|
|*expires_in*\\ \\ _可选_||*样例* : {noformat}0{noformat}||integer (int32)|
|*refresh_token*\\ \\ _可选_||*样例* : {noformat}"string"{noformat}||string|
|*scope*\\... | {
"pile_set_name": "Github"
} |
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
2011,2012,2013 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
ChibiOS/RT 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 Foun... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright 2014 Rafael Garcia Moreno.
*
* 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://w... | {
"pile_set_name": "Github"
} |
////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2009-2015 Denim Group, Ltd.
//
// The contents of this file are subject to the Mozilla Public License
// Version 2.0 (the "License"); you may not use this file except in
// compliance with the License. You may ... | {
"pile_set_name": "Github"
} |
Highcharts.chart('container', {
chart: {
type: 'area'
},
xAxis: {
categories: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
},
plotOptions: {
series: {
lineColor: '#303030'
}
},
series: [{
data: [29.... | {
"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"
} |
// SPDX-License-Identifier: GPL-2.0-only
/*
* Driver for ADAU1361/ADAU1461/ADAU1761/ADAU1961 codec
*
* Copyright 2014 Analog Devices Inc.
* Author: Lars-Peter Clausen <lars@metafoo.de>
*/
#include <linux/mod_devicetable.h>
#include <linux/module.h>
#include <linux/regmap.h>
#include <linux/spi/spi.h>
#include <s... | {
"pile_set_name": "Github"
} |
#!/usr/local/bin/perl
# x86 assember
sub bn_mul_add_words
{
local($name)=@_;
&function_begin($name,"");
&comment("");
$Low="eax";
$High="edx";
$a="ebx";
$w="ebp";
$r="edi";
$c="esi";
&xor($c,$c); # clear carry
&mov($r,&wparam(0)); #
&mov("ecx",&wparam(2)); #
&mov($a,&wparam(1)); #
&and("ecx",0xfff... | {
"pile_set_name": "Github"
} |
CLOUDIFY SOFTWARE - OPEN SOURCE AND THIRD PARTY COMPONENTS - Cloudify 2.X
==========================================================================
|Artifact|Version|License|Used in Component|
|--------------|--------------|--------------|--------------|
|[ant](http://ant.apache.org/)|1.8.4|Apache 2.0|Core|
|[Apache... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="C:\BuildAgent\work\fb6d1ece28b46ab7\Tooling\src\localizedpackages\Microsoft.AspNet.SignalR.Redis.nuspec" PsrId="210" FileType="1" SrcCul="en-US" TgtCul="cs-CZ" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<Props>
<Str Name="Custo... | {
"pile_set_name": "Github"
} |
---
title: Evaluating R expressions in H
id: evaluating-r-expressions
---
At the H interactive prompt, the most convenient way to interact with
R is through quasiquotation. `r` is a quasiquoter that constructs an
R expression, ships it off to R and has the expression evaluated by R,
yielding a value.
H> [r| 1 |]
... | {
"pile_set_name": "Github"
} |
/*
Ginkgo accepts a number of configuration options.
These are documented [here](http://onsi.github.io/ginkgo/#the_ginkgo_cli)
You can also learn more via
ginkgo help
or (I kid you not):
go test -asdf
*/
package config
import (
"flag"
"time"
"fmt"
)
const VERSION = "1.4.0"
type GinkgoConfigType struct {
... | {
"pile_set_name": "Github"
} |
using System.IO;
using System.Linq;
using System.Runtime.Serialization.Formatters.Binary;
using Xunit;
namespace OpenStack.ContentDeliveryNetworks.v1
{
public class ServiceOperationFailedExceptionTests
{
[Fact]
public void SerializeCustomProperties()
{
var errors = new[] {n... | {
"pile_set_name": "Github"
} |
# Using MongoDB Atlas with OpenCGA
If you want to use OpenCGA with MongoDB, but you want to avoid the overhead of managing your own MongoDB cluster, then [MongoDB Atlas] is an potential solution.
[MongoDB Atlas] is an automated cloud MongoDB service, run by MongoDB Inc.
What follows here are some targetted instructi... | {
"pile_set_name": "Github"
} |
# Copyright (c) 2019 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
config SHIELD_DFROBOT_CAN_BUS_V2_0
def_bool $(shields_list_contains,dfrobot_can_bus_v2_0)
| {
"pile_set_name": "Github"
} |
Changelog
---------
7.0.0b1 (2020-09-11)
********************
Refactoring:
* *Backwards-incompatible*: Remove support for marshmallow2 (:issue:`539`)
* *Backwards-incompatible*: Remove `dict2schema`
Users desiring the `dict2schema` functionality may now rely upon
`marshmallow.Schema.from_dict`. Rewrite any cod... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 6e263fe1953874edd8ebd667b0ecbe14
DefaultImporter:
userData:
| {
"pile_set_name": "Github"
} |
-- select1.test
--
-- execsql {INSERT INTO test2 VALUES('abc','xyz')}
INSERT INTO test2 VALUES('abc','xyz') | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.