text stringlengths 2 99.9k | meta dict |
|---|---|
{
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me"
},
"name": "minimatch",
"description": "a glob matcher in javascript",
"version": "0.3.0",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/minimatch.git"
},
"main": "minimatch.... | {
"pile_set_name": "Github"
} |
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<a id=\"introduction\"></a>\n",
"## Introduction to Dask\n",
"#### By Paul Hendricks\n",
"-------\n",
"\n",
"In this notebook, we will show how to get started with Dask using basic Python primitives like integers an... | {
"pile_set_name": "Github"
} |
#include <jni.h>
#include <string>
extern "C"
JNIEXPORT jstring
JNICALL
Java_com_dogcamera_MainActivity_stringFromJNI(
JNIEnv *env,
jobject /* this */) {
std::string hello = "Hello from C++";
return env->NewStringUTF(hello.c_str());
}
| {
"pile_set_name": "Github"
} |
complete -c dlocate -s S -x -d 'List records that match filenames'
complete -c dlocate -s L -d 'List all files in the package' -xa '(__fish_print_packages)'
complete -c dlocate -o ls -d 'ls -ldF all files in the package' -xa '(__fish_print_packages)'
complete -c dlocate -o du -d 'du -sck all files in the package' -xa ... | {
"pile_set_name": "Github"
} |
package node
type Node struct {
Id int
}
type NodeOrderedSet []Node
| {
"pile_set_name": "Github"
} |
class Check {
int x, y; // The x- and y-coordinates
int size; // Dimension (width and height)
color baseGray; // Default gray value
boolean checked = false; // True when the check box is selected
Check(int xp, int yp, int s, color b) {
x = xp;
y = yp;
... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2013 Red Hat Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, d... | {
"pile_set_name": "Github"
} |
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- weixuan
labels:
- live
- service
- service/live/xroom
options:
no_parent_owners: true
| {
"pile_set_name": "Github"
} |
//
// Paragraphs.swift
// SavannaKit
//
// Created by Louis D'hauwe on 17/02/2018.
// Copyright © 2018 Silver Fox. All rights reserved.
//
import Foundation
#if os(macOS)
import AppKit
#else
import UIKit
#endif
extension TextView {
func paragraphRectForRange(range: NSRange) -> CGRect {
var nsRange = ra... | {
"pile_set_name": "Github"
} |
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"importHelpers": true,
"jsx": "react",
"esModuleInterop": true,
"sourceMap": true,
"baseUrl": ".",
"strict": true,
"paths": {
"@/*": ["src/*"],
"@tmp/*": ["src/pages/.umi/*"]
... | {
"pile_set_name": "Github"
} |
/**
* This file is part of logisim-evolution.
*
* Logisim-evolution 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.
*
* Logisim... | {
"pile_set_name": "Github"
} |
package systemtests
import . "gopkg.in/check.v1"
func (s *systemtestSuite) TestBasicStarted(c *C) {
c.Assert(s.vagrant.GetNode("mon0").RunCommand("pgrep -c apiserver"), IsNil)
c.Assert(s.vagrant.SSHExecAllNodes("pgrep -c volplugin"), IsNil)
}
func (s *systemtestSuite) TestBasicSSH(c *C) {
c.Assert(s.vagrant.SSHEx... | {
"pile_set_name": "Github"
} |
<!--
Description: feed copyright contains onresize
Expect: not bozo and feed['copyright'] == u'<img src="http://www.ragingplatypus.com/i/cam-full.jpg" />'
-->
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
<copyright type="text/html" mode="escaped"><img src="http://www.ragingplatypus.com/i/cam-full.... | {
"pile_set_name": "Github"
} |
/* GCC Quad-Precision Math Library
Copyright (C) 2010, 2011 Free Software Foundation, Inc.
Written by Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
This file is part of the libquadmath library.
Libquadmath is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Pu... | {
"pile_set_name": "Github"
} |
function* g(){ x ? yield : y }
| {
"pile_set_name": "Github"
} |
//
// Custom Heap Memory Allocators
//
#include <stdlib.h>
#include <new>
#include "porting_inline.hpp"
#include "system.h"
#include "heaplayers.h"
using namespace HL;
volatile int anyThreadCreatedInHL = 1;
//
// Fixed Heap
//
// class definition
class TheFixedHeapType :
public LockedHeap<SpinLockType,FreelistH... | {
"pile_set_name": "Github"
} |
/*
* Use of this source code is governed by the MIT license that can be
* found in the LICENSE file.
*/
package org.rust.stdext
import org.rust.cargo.project.model.CargoProjectsService
import java.lang.annotation.Inherited
/**
* Like [org.rust.MockEdition], but makes the test run 2 times with both edition
*
* ... | {
"pile_set_name": "Github"
} |
import {css} from '@emotion/core';
const textStyles = () => css`
/* stylelint-disable no-descending-specificity */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
table,
dl,
blockquote,
form,
pre,
.auto-select-text,
.section,
[class^='highlight-'] {
margin-bottom: 20px;
&:last-child {
... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Kimai time-tracking app.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace App\Tests\Twig;
use App\Configuration\ThemeConfiguration;
use App\Entity\Configuration;
use App\Tests\Configura... | {
"pile_set_name": "Github"
} |
# Copyright (c) 2006,2007 Mitch Garnaat http://garnaat.org/
#
# 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, modi... | {
"pile_set_name": "Github"
} |
if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
message(FATAL_ERROR "Prevented in-tree built. Please create a build directory outside of the SDL source code and call cmake from there")
endif()
cmake_minimum_required(VERSION 2.8.11)
project(SDL2 C CXX)
# !!! FIXME: this should probably do "MACOSX_RPATH ON" as a... | {
"pile_set_name": "Github"
} |
// custom colors
.form-control {
color: @font-level-2;
}
input.form-control {
line-height: 22px;
}
textarea, input {
// Firefox
&::-moz-placeholder {
color: #a6a6a6;
opacity: 1; // Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526
}
&:-ms-input-placehold... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
#include "mmaped.h"
#include "Data.h"
#include "blas_routines.h"
using namespace EdgeML;
Data::Data(
DataIngestType ingestType_,
DataFormatParams formatParams_)
: isDataLoaded(false),
formatParams(formatParams_),
... | {
"pile_set_name": "Github"
} |
<a href='https://github.com/angular/angular.js/edit/v1.3.x/src/ngResource/resource.js?message=docs($resource)%3A%20describe%20your%20change...#L62' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a>
<a href='https://github.com/angular/angular.js/tree/v1.3.1/src/ng... | {
"pile_set_name": "Github"
} |
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>spec.html</title>
<link href="toc/style/github-bf51422f4bb36427d391e4b75a1daa083c2d840e.css" media="all" rel="stylesheet" type="text/css"/>
<link href="toc/style/github2-d731afd4f624c99a4b19ad69f3083cd6d02b81d5.c... | {
"pile_set_name": "Github"
} |
<p align="center"><img src="https://github.com/gobuffalo/buffalo/blob/master/logo.svg" width="360"></p>
<p align="center">
<a href="https://godoc.org/github.com/gobuffalo/syncx"><img src="https://godoc.org/github.com/gobuffalo/syncx?status.svg" alt="GoDoc" /></a>
<a href="https://goreportcard.com/report/github.com/gob... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2004, 2005, 2007 Nikolas Zimmermann <zimmermann@kde.org>
* Copyright (C) 2004, 2005, 2007 Rob Buis <buis@kde.org>
* Copyright (C) 2007 Eric Seidel <eric@webkit.org>
* Copyright (C) 2009 Google, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms o... | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2001-2004
// Copyright David Abrahams 2001-2002
//
// 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)
//
// *Preprocessed* version of the main "iter_fold_if_impl.hpp" heade... | {
"pile_set_name": "Github"
} |
/* This file was automatically generated by CasADi.
The CasADi copyright holders make no ownership claim of its contents. */
#ifdef __cplusplus
extern "C" {
#endif
/* How to prefix internal symbols */
#ifdef CODEGEN_PREFIX
#define NAMESPACE_CONCAT(NS, ID) _NAMESPACE_CONCAT(NS, ID)
#define _NAMESPACE_CONCAT(NS, ... | {
"pile_set_name": "Github"
} |
all: dns dns_all
clean:
rm -f *.o dns dns_all
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
// Copyright (C) 2018 Christoph Sommer <sommer@ccs-labs.org>
//
// Documentation for these modules is at http://veins.car2x.org/
//
// SPDX-License-Identifier: (GPL-2.0-or-later OR CC-BY-SA-4.0)
//
// This program is free software; you can redistribute it and/or modify
... | {
"pile_set_name": "Github"
} |
# Copyright 2019 Google LLC
#
# 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"
} |
/*
* Copyright 2013, 2014 Megion Research and Development GmbH
*
* Licensed under the Microsoft Reference Source License (MS-RSL)
*
* This license governs use of the accompanying software. If you use the software, you accept this license.
* If you do not accept the license, do not use the software.
*
* 1. Defin... | {
"pile_set_name": "Github"
} |
# 構造化束縛を拡張して通常の変数宣言のように使用できるようにする
* cpp20[meta cpp]
## 概要
C++17で導入された構造化束縛宣言に指定しておけるのはCV修飾のみで、記憶域クラスや`constexpr`等を指定することは出来なかった。
このため、`thread_local`指定の変数や`constexpr`変数などの初期化のために構造化束縛を用いることが出来なかった。
C++20ではこの制限が少し緩和され、構造化束縛宣言に`static`および`thread_local`を指定することができるようになり、それらの効果は通常の変数と同様となるようになった。
すなわち、`static`指定では内部リンケ... | {
"pile_set_name": "Github"
} |
* {
box-sizing: border-box;
}
html {
font-size: 16px;
}
body {
font-family: 'Open Sans', sans-serif;
}
.label {
border: 2px solid black;
width: 270px;
margin: 20px auto;
padding: 0 7px;
}
header h1 {
text-align: center;
margin: -4px 0;
letter-spacing: 0.15px;
}
p {
margin: 0;
}
.divider {
... | {
"pile_set_name": "Github"
} |
// ***************************************************************************
// *
// * Copyright (C) 2010 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Source File:<path>/icu-config.xml & build.xml
// *
// *********... | {
"pile_set_name": "Github"
} |
// ngc.h
//
// -------------------------------------------------
// Copyright 2015-2020 Dominic Ford
//
// This file is part of StarCharter.
//
// StarCharter 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,... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | {
"pile_set_name": "Github"
} |
%% Kuramoto-Sivashinsky equation and chaos
nn = 511;
steps = 250;
dom = [-10 10]; x = chebfun('x',dom); tspan = linspace(0,50,steps+1);
S = spinop(dom, tspan);
S.lin = @(u) - diff(u,2) - diff(u,4);
S.nonlin = @(u) - 0.5*diff(u.^2); % spin cannot parse "u.*diff(u)"
% S.init = cos(x/16).*(1+sin(x/16));
S.init = -sin(pi*... | {
"pile_set_name": "Github"
} |
var assert = require('assert');
var st = require('../../../st.js');
var stringify = require('json-stable-stringify');
var compare = function(actual, expected){
assert.equal(stringify(actual), stringify(expected));
};
describe("TRANSFORM.run", function() {
describe('template edge cases', function(){
it('should ... | {
"pile_set_name": "Github"
} |
---
layout: base
title: 'Statistics of ccomp in UD_Kurmanji'
udver: '2'
---
## Treebank Statistics: UD_Kurmanji: Relations: `ccomp`
This relation is universal.
138 nodes (1%) are attached to their parents as `ccomp`.
137 instances of `ccomp` (99%) are left-to-right (parent precedes child).
Average distance between... | {
"pile_set_name": "Github"
} |
/***************************************************************************/
/* */
/* gxvalid.h */
/* */
/* Tr... | {
"pile_set_name": "Github"
} |
{
"config": {"null_handling": "null_string_as_null"},
"columns": [
{"name": "id", "type": "int"},
{"name": "person_id", "type": "int"},
{"name": "name", "type": "string"},
{"name": "imdb_index", "type": "string", "nullable": true},
{"name": "name_pcode_cf", "typ... | {
"pile_set_name": "Github"
} |
package wix
import (
"encoding/xml"
"fmt"
"io"
"strings"
"github.com/pkg/errors"
"github.com/serenize/snaker"
)
// http://wixtoolset.org/documentation/manual/v3/xsd/wix/serviceinstall.html
// http://wixtoolset.org/documentation/manual/v3/xsd/wix/servicecontrol.html
// https://helgeklein.com/blog/2014/09/real-w... | {
"pile_set_name": "Github"
} |
/******************************************************************************
* Copyright (c) 2004, 2008 IBM Corporation
* All rights reserved.
* This program and the accompanying materials
* are made available under the terms of the BSD License
* which accompanies this distribution, and is available at
* http:... | {
"pile_set_name": "Github"
} |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>fr.opensagres.xdocreport</groupId>
<artifactId>gae</arti... | {
"pile_set_name": "Github"
} |
echo hello-a >$3
| {
"pile_set_name": "Github"
} |
/*****************************************************************************
Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
more contributor license agreements. See the NOTICE file distributed
with this work for additional information regarding copyright ownership.
Accellera licenses... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<_PropertySheetDisplayName>Libsodium Import Settings</_PropertySheetDisplayName>
</PropertyGroup>
<!-- User Interface -->
<ItemGroup Label="... | {
"pile_set_name": "Github"
} |
var baseTimes = require('./_baseTimes'),
castFunction = require('./_castFunction'),
toInteger = require('./toInteger');
/** Used as references for various `Number` constants. */
var MAX_SAFE_INTEGER = 9007199254740991;
/** Used as references for the maximum length and index of an array. */
var MAX_ARRAY_LENGT... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
This file is part of web2py Web Framework (Copyrighted, 2007-2014).
Developed by Massimo Di Pierro <mdipierro@cs.depaul.edu>.
License: LGPL v3
Login will be done via Web2py's CAS application, instead of web2py's
login form.
Include in your model (eg db.py)::
aut... | {
"pile_set_name": "Github"
} |
/*
Styles for older IE versions (previous to IE9).
*/
body {
background-color: #e6e6e6;
}
body.custom-background-empty {
background-color: #fff;
}
body.custom-background-empty .site,
body.custom-background-white .site {
box-shadow: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.assistive-text,
.site .scre... | {
"pile_set_name": "Github"
} |
from __future__ import absolute_import
from tornado import web
from ..views import BaseHandler
from ..models import WorkersModel, WorkerModel
class WorkersView(BaseHandler):
@web.authenticated
def get(self):
app = self.application
workers = WorkersModel.get_latest(app).workers
broker... | {
"pile_set_name": "Github"
} |
<script>
import Button from "components/Button";
import Icon from "components/Icon";
import Code from "docs/Code.svelte";
import PropsTable from "docs/PropsTable.svelte";
import buttons from "examples/buttons.txt";
</script>
<blockquote
class="pl-8 mt-2 mb-10 border-l-8 border-primary-300 text-lg"
cite=... | {
"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.
import("//build/config/android/config.gni")
import("//build/config/arm.gni")
import("//build/config/ui.gni")
import("//media/media_options.gni")
# These sho... | {
"pile_set_name": "Github"
} |
sp_api::decl_runtime_apis! {
pub trait Api {
fn test(data: u64);
}
pub trait Api2 {
fn test(data: u64);
}
}
struct MockApi;
struct MockApi2;
sp_api::mock_impl_runtime_apis! {
impl Api<Block> for MockApi {
fn test(data: u64) {}
}
impl Api2<Block> for MockApi2 {
fn test(data: u64) {}
}
}
fn main() {}... | {
"pile_set_name": "Github"
} |
/**
* This file is copyright 2017 State of the Netherlands (Ministry of Interior Affairs and Kingdom Relations).
* It is made available under the terms of the GNU Affero General Public License, version 3 as published by the Free Software Foundation.
* The project of which this file is part, may be found at https://g... | {
"pile_set_name": "Github"
} |
% RES = reconSFpyr(PYR, INDICES, LEVS, BANDS, TWIDTH)
%
% Reconstruct image from its steerable pyramid representation, in the Fourier
% domain, as created by buildSFpyr.
%
% PYR is a vector containing the N pyramid subbands, ordered from fine
% to coarse. INDICES is an Nx2 matrix containing the sizes of
% each subband... | {
"pile_set_name": "Github"
} |
r"""HTTP/1.1 client library
<intro stuff goes here>
<other stuff, too>
HTTPConnection goes through a number of "states", which define when a client
may legally make another request or fetch the response for a particular
request. This diagram details these state transitions:
(null)
|
| HTTPConnection(... | {
"pile_set_name": "Github"
} |
StartChar: racute
Encoding: 341 341 256
GlifName: racute
Width: 1024
VWidth: 0
Flags: W
HStem: 0 21G<256 384> 920 120<559.204 893.328> 1004 20G<256 384> 1152 256
VStem: 256 128<0 724.349 865 1024> 488 304
LayerCount: 5
Back
Fore
Refer: 294 769 N 1 0 0 1 0 -128 2
Refer: 18 114 N 1 0 0 1 0 0 3
Validated: 1
Layer: 2
Layer... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2019 F4EXB //
// written by Edouard Griffiths //
// ... | {
"pile_set_name": "Github"
} |
--- jabberd/jabberd.h.orig
+++ jabberd/jabberd.h
@@ -103,10 +103,10 @@
#include <jabberdlib.h>
#include <gnutls/gnutls.h>
#include <gnutls/x509.h>
+#include <gnutls/openpgp.h>
#ifdef HAVE_GNUTLS_EXTRA
# include <gnutls/extra.h>
-# include <gnutls/openpgp.h>
#endif
/** Packet types */
| {
"pile_set_name": "Github"
} |
# Copyright (c) 2020, NVIDIA CORPORATION. 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 appli... | {
"pile_set_name": "Github"
} |
<% cache "base_inline_styles_#{@story_show}_#{@article_index}_#{@home_page}_#{@article_show}_#{view_class}_#{@notifications_index}_#{@tags_index}_#{@reading_list_items_index}_#{@history_index}_#{ApplicationConfig['RELEASE_FOOTPRINT']}_#{user_signed_in?}_#{@shell}", expires_in: 8.hours do %>
<% if @shell %>
<style... | {
"pile_set_name": "Github"
} |
/*
* Warewolf - Once bitten, there's no going back
* Copyright 2019 by Warewolf Ltd <alpha@warewolf.io>
* Licensed under GNU Affero General Public License 3.0 or later.
* Some rights reserved.
* Visit our website for more information <http://warewolf.io/>
* AUTHORS <http://warewolf.io/authors.php> , CONTRIBUTORS... | {
"pile_set_name": "Github"
} |
/*
===========================================================================
Doom 3 GPL Source Code
Copyright (C) 1999-2011 id Software LLC, a ZeniMax Media company.
This file is part of the Doom 3 GPL Source Code ("Doom 3 Source Code").
Doom 3 Source Code is free software: you can redistribute it and/or modify
it... | {
"pile_set_name": "Github"
} |
tags/bug121_var_multiple_i_input_custom.re:9:2: error: overlapping trailing contexts need multiple context markers, use '-t, --tags' option and '/*!stags:re2c ... */' directive
| {
"pile_set_name": "Github"
} |
{
"incident": {
"action": {
"Unknown": {}
},
"actor": {
"external": {
"country": [
"US"
],
"motive": [
"Ideology"
],
"variety": [
"Activist"
]
}
},
"asset": {
"assets": [
{
"vari... | {
"pile_set_name": "Github"
} |
--- third_party/swiftshader/third_party/llvm-7.0/configs/linux/include/llvm/Config/config.h.orig 2019-04-20 12:09:44 UTC
+++ third_party/swiftshader/third_party/llvm-7.0/configs/linux/include/llvm/Config/config.h
@@ -8,15 +8,15 @@
#define BUG_REPORT_URL "https://bugs.llvm.org/"
/* Define to 1 to enable backtraces, ... | {
"pile_set_name": "Github"
} |
const Lambda = require("aws-sdk/clients/lambda");
const ApiGateway = require("aws-sdk/clients/apigateway");
const CloudFront = require("aws-sdk/clients/cloudfront");
const IAM = require("aws-sdk/clients/iam");
const S3 = require("aws-sdk/clients/s3");
const CloudWatchLogs = require("aws-sdk/clients/cloudwatchlogs");
co... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: f87648f776ab12c45883b01e9bebc6a3
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| {
"pile_set_name": "Github"
} |
package org.jeecgframework.web.cgreport.dao.core;
import java.util.List;
import java.util.Map;
import org.jeecgframework.minidao.annotation.Arguments;
import org.jeecgframework.minidao.annotation.MiniDao;
/**
*
* @author zhangdaihao
*
*/
@MiniDao
public interface CgReportDao{
@Arguments("configId")
List<Map<... | {
"pile_set_name": "Github"
} |
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that t... | {
"pile_set_name": "Github"
} |
/* ****************************************************************** **
** OpenSees - Open System for Earthquake Engineering Simulation **
** Pacific Earthquake Engineering Research Center **
** **
** ... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017 Red Hat Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, d... | {
"pile_set_name": "Github"
} |
using Steam.Models.DOTA2;
using System;
using System.Collections.Generic;
namespace Steam.Models.GameEconomy
{
public class SchemaItemModel
{
public uint DefIndex { get; set; }
public string Name { get; set; }
public string ImageInventoryPath { get; set; }
public str... | {
"pile_set_name": "Github"
} |
# The set of languages for which implicit dependencies are needed:
SET(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
# Preprocessor definitions for this target.
SET(CMAKE_TARGET_DEFINITIONS
"ROS_PACKAGE_NAME=\"multi_map_server\""
)
# Targets to which this target links.... | {
"pile_set_name": "Github"
} |
---
:layout: refresh
:refresh_to_post_id: "/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe"
---
| {
"pile_set_name": "Github"
} |
<!--$Id: seq_close.so,v 1.2 2004/08/13 03:39:02 bostic Exp $-->
<!--Copyright (c) 1997,2008 Oracle. All rights reserved.-->
<!--See the file LICENSE for redistribution information.-->
<html>
<head>
<title>Berkeley DB: DB_SEQUENCE->close</title>
<meta name="description" content="Berkeley DB: An embedded database pro... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Azylee.YeahWeb.BaiDuWebAPI.dwz
{
/// <summary>
/// 短网址请求模型
/// </summary>
public class DwzRequestModel
{
/// <summary>
/// 长网址
/// </summary>
public string url { get; se... | {
"pile_set_name": "Github"
} |
---
subcategory: "Database"
layout: "azurerm"
page_title: "Azure Resource Manager: azurerm_sql_database"
description: |-
Gets information about an existing SQL Azure Database.
---
# Data Source: azurerm_sql_database
Use this data source to access information about an existing SQL Azure Database.
## Example Usage
... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <GeoServices/GEOMapItemAttribution.h>
@class NSArray, NSURL;
@interface GEOMapItemPlaceAttribution : GEOMapItemAttribution
{
... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/
import type {ReactNodeList} from 'shared/ReactTypes';
import {
createRequest,
startWork,
startFlowing,
} from '... | {
"pile_set_name": "Github"
} |
// 20.1.2.3 Number.isInteger(number)
var isObject = require('./$.is-object')
, floor = Math.floor;
module.exports = function isInteger(it){
return !isObject(it) && isFinite(it) && floor(it) === it;
}; | {
"pile_set_name": "Github"
} |
/*************************************************************************
* *
* XVII Olimpiada Informatyczna *
* *
* Zadanie: ... | {
"pile_set_name": "Github"
} |
CSSStyleDeclaration
===================
CSSStyleDeclaration is a work-a-like to the CSSStyleDeclaration class in Nikita Vasilyev's [CSSOM](https://github.com/NV/CSSOM). I made it so that when using [jQuery in node](https://github.com/tmtk75/node-jquery) setting css attributes via $.fn.css() would work. node-jquery use... | {
"pile_set_name": "Github"
} |
// ==========================================================================
// SeqAn - The Library for Sequence Analysis
// ==========================================================================
// Copyright (c) 2006-2018, Knut Reinert, FU Berlin
// All rights reserved.
//
// Redistribution and us... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2017 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions a... | {
"pile_set_name": "Github"
} |
#include "envoy/data/tap/v3/wrapper.pb.h"
#include "common/protobuf/utility.h"
#include "extensions/common/tap/tap.h"
#include "test/test_common/utility.h"
#include "gmock/gmock.h"
namespace envoy {
namespace data {
namespace tap {
namespace v3 {
// TODO(mattklein123): AFAICT gtest has built in printing for proto... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
#
# This file is part of Zenodo.
# Copyright (C) 2017 CERN.
#
# Zenodo 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 later v... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<!-- ////////////////////////////////////////////////////////////////////////
// @license
// This demo file... | {
"pile_set_name": "Github"
} |
FROM adoptopenjdk:11-jdk-openj9-bionic
ARG MAVEN_VERSION=3.6.3
ARG USER_HOME_DIR="/root"
ARG SHA=c35a1803a6e70a126e80b2b3ae33eed961f83ed74d18fcd16909b2d44d7dada3203f1ffe726c17ef8dcca2dcaa9fca676987befeadc9b9f759967a8cb77181c0
ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/${MAVEN_VERSION}/binaries
RUN mkdir -p ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Magento_InventoryVisualMerchandise... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017, OpenRemote Inc.
*
* See the CONTRIBUTORS.txt file in the distribution for a
* full listing of individual contributors.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software F... | {
"pile_set_name": "Github"
} |
// Copyright (c) Stride contributors (https://stride3d.net) and Silicon Studio Corp. (https://www.siliconstudio.co.jp)
// Distributed under the MIT license. See the LICENSE.md file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using ... | {
"pile_set_name": "Github"
} |
File: commonSuperTypeOfErrorTypes.kt - b98ae2d1729bb4300b162b3460df211d
NL("\n")
NL("\n")
NL("\n")
packageHeader
importList
topLevelObject
declaration
classDeclaration
CLASS("class")
simpleIdentifier
Identifier("Foo")
typeParameters
LANGLE("<")
... | {
"pile_set_name": "Github"
} |
This directory contains source and tests for the lldb test runner
architecture. This directory is not for lldb python tests. It
is the test runner. The tests under this diretory are test-runner
tests (i.e. tests that verify the test runner itself runs properly).
| {
"pile_set_name": "Github"
} |
# Be sure to restart your server when you modify this file.
# Configure sensitive parameters which will be filtered from the log file.
Rails.application.config.filter_parameters += [:password]
| {
"pile_set_name": "Github"
} |
require('../../modules/web.dom.iterable');
module.exports = require('../../modules/$.core'); | {
"pile_set_name": "Github"
} |
'use strict';
var argv = process.argv;
var terminator = argv.indexOf('--');
var hasFlag = function (flag) {
flag = '--' + flag;
var pos = argv.indexOf(flag);
return pos !== -1 && (terminator !== -1 ? pos < terminator : true);
};
module.exports = (function () {
if ('FORCE_COLOR' in process.env) {
return true;
}... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.