text stringlengths 2 99.9k | meta dict |
|---|---|
-- boundary2.test
--
-- db eval {
-- SELECT r, x FROM t1 WHERE a=16
-- }
SELECT r, x FROM t1 WHERE a=16 | {
"pile_set_name": "Github"
} |
#! /bin/sh
# Test a "rejects-valid" GCC bug, using environment variables set in
# several reghunt scripts and configuration files.
#
# Copyright (C) 2007 Free Software Foundation.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published b... | {
"pile_set_name": "Github"
} |
<?php
namespace Tests\FFMpeg\Unit\Coordinate;
use Tests\FFMpeg\Unit\TestCase;
use FFMpeg\Coordinate\FrameRate;
class FrameRateTest extends TestCase
{
public function testGetter()
{
$fr = new FrameRate(23.997);
$this->assertEquals(23.997, $fr->getValue());
}
/**
* @dataProvider p... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="" />
</component>
</project> | {
"pile_set_name": "Github"
} |
'use strict';
// based on https://developers.google.com/speed/webp/docs/riff_container
function isWebP (buffer) {
var riffHeader = 'RIFF' === buffer.toString('ascii', 0, 4);
var webpHeader = 'WEBP' === buffer.toString('ascii', 8, 12);
var vp8Header = 'VP8' === buffer.toString('ascii', 12, 15);
return (riffH... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2012 Intel, Inc.
* Copyright (C) 2013 Intel, Inc.
* Copyright (C) 2014 Linaro Limited
* Copyright (C) 2011-2016 Google, Inc.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Founda... | {
"pile_set_name": "Github"
} |
/* *********************************************************************** *
* project: org.matsim.*
* BackwardFastMultiNodeDijkstra.java
* *
* *********************************************************************** *
* ... | {
"pile_set_name": "Github"
} |
// mkerrors.sh -m32
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build 386,freebsd
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
// cgo -godefs -- -m32 _const.go
package unix
import "syscall"
const (
AF_APPLETALK = 0x10
AF_ARP = 0x23
AF_A... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) MuleSoft, Inc. All rights reserved. http://www.mulesoft.com
* The software in this package is published under the terms of the CPAL v1.0
* license, a copy of which has been included with this distribution in the
* LICENSE.txt file.
*/
package org.mule.runtime.config.api.dsl.model.metadata;
im... | {
"pile_set_name": "Github"
} |
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE TypeFamilies #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
{-# OPTIONS_GHC -fno-warn-unused-binds #-}
{-# OPTIONS_GHC -fno-warn-unused-matches #-}
-- ... | {
"pile_set_name": "Github"
} |
/*-
* Copyright (c) 1982, 1986, 1990, 1993
* The Regents of the University of California. All rights reserved.
* Copyright (c) 2014, Nokia
* Copyright (c) 2014, Enea Software AB
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condi... | {
"pile_set_name": "Github"
} |
{
"kind": "Pod",
"apiVersion": "v1",
"metadata": {
"name": "cluster-autoscaler",
"namespace": "kube-system",
"labels": {
"tier": "cluster-management",
"component": "cluster-autoscaler"
}
},
"spec": {
"hostNetwork": true,
"contai... | {
"pile_set_name": "Github"
} |
package toml
// Struct field handling is adapted from code in encoding/json:
//
// Copyright 2010 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the Go distribution.
import (
"reflect"
"sort"
"sync"
)
// A field represents a single field... | {
"pile_set_name": "Github"
} |
/* Generated By:JavaCC: Do not edit this line. TokenMgrError.java Version 7.0 */
/* JavaCCOptions: */
package org.apache.lucene.queryparser.flexible.standard.parser;
/** Token Manager Error. */
public class TokenMgrError extends Error
{
/**
* The version identifier for this Serializable class.
* Increment onl... | {
"pile_set_name": "Github"
} |
"""
This module gathers tree-based methods, including decision, regression and
randomized trees. Single and multi-output problems are both handled.
"""
# Authors: Gilles Louppe <g.louppe@gmail.com>
# Peter Prettenhofer <peter.prettenhofer@gmail.com>
# Brian Holt <bdholt1@gmail.com>
# Noel Da... | {
"pile_set_name": "Github"
} |
<?php
/*-----------------------------------------------------------------
!!!!警告!!!!
以下为系统文件,请勿修改
-----------------------------------------------------------------*/
namespace app\model\install;
use app\classes\install\Model;
use ginkgo\Loader;
use ginkgo\Func;
// 不能非法包含或直接执行
defined('IN_GINKGO') or exit('Access den... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{de2dc8b2-bfcb-4516-bc0b-851f2bddd695}</UniqueIdentifier>
<Extensions>cpp;c;cxx;rc;def;r;odl;idl;hpj;bat</Exten... | {
"pile_set_name": "Github"
} |
/* -*- Mode: js; js-indent-level: 2; -*- */
/*
* Copyright 2011 Mozilla Foundation and contributors
* Licensed under the New BSD license. See LICENSE or:
* http://opensource.org/licenses/BSD-3-Clause
*/
var SourceMapGenerator = require('./source-map-generator').SourceMapGenerator;
var util = require('./util');
//... | {
"pile_set_name": "Github"
} |
//+build integration
package main
import (
"bytes"
"fmt"
"github.com/bradleyjkemp/cupaloy/v2"
"github.com/bradleyjkemp/grpc-tools/grpc-dump/dump"
"github.com/bradleyjkemp/grpc-tools/grpc-fixture/fixture"
"github.com/bradleyjkemp/grpc-tools/grpc-proxy"
"github.com/bradleyjkemp/grpc-tools/grpc-replay/replay"
"g... | {
"pile_set_name": "Github"
} |
<!---
*
* Copyright (c) 2014, the Railo Company LLC. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your optio... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.00"
Name="zlibstat"
SccProjectName=""
SccLocalPath="">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory=".\zlibs... | {
"pile_set_name": "Github"
} |
# This file is part of the Sylius package.
# (c) Paweł Jędrzejewski
sylius:
product_variant:
generate: 'สินค้าย่อยถูกสร้างเรียบร้อยแล้ว'
| {
"pile_set_name": "Github"
} |
/*
Copyright 2014 CoreOS 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 writing, software
di... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>Thumbnails</title>
<meta charset="utf-8">
<!-- jQuery, -->
<script src="jquery/jquery-1.10.2.min.js"></script>
<!-- Fotorama -->
<link href="../out/fotorama.css" rel="stylesheet">
<script src="../out/fotorama.js"></script>
<style type="text/css">
* {
box-sizin... | {
"pile_set_name": "Github"
} |
#include <vector>
#include "gtest/gtest.h"
#include "caffe/blob.hpp"
#include "caffe/common.hpp"
#include "caffe/filler.hpp"
#include "caffe/layers/dropout_layer.hpp"
#include "caffe/layers/pooling_layer.hpp"
#include "caffe/test/test_caffe_main.hpp"
#include "caffe/test/test_gradient_check_util.hpp"
namespace caff... | {
"pile_set_name": "Github"
} |
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
import { OptimizationClass, OptimizationUnion } from '../browser/schema';
export function normalizeOptimization(
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2007 The Android Open Source Project
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/licen... | {
"pile_set_name": "Github"
} |
#!/bin/sh
set -e
cd `dirname $0`/..
mkdir -p target
prefix=`cat VERSION_PREFIX`
suffix=`build/revision`
version=$prefix.$suffix
prelude=`bin/prelude`
preludenl=$prelude.$'\n'
java -jar deps/closure-compiler/compiler.jar -O SIMPLE --formatting PRETTY_PRINT \
--output_wrapper "$preludenl;(function(){%output%})();" -... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 2a3d9f2c076093b46babe73253d924e1
timeCreated: 1490345784
licenseType: Pro
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 2100000
userData: '{"GUIDArray":["","201daf14e970af743b0a9e1a2522fe3b","201daf14e970af743b0a9e1a2522fe3b","77fad823e2f8876428710271c7fe3beb"]}'
assetBu... | {
"pile_set_name": "Github"
} |
// Copyright (c)2020 Black Sphere Studios
// For conditions of distribution and use, see copyright notice in innative.h
#ifndef IN__DEBUG_WAT_H
#define IN__DEBUG_WAT_H
#include "debug.h"
#include "stack.h"
namespace innative {
class DebugWat : public Debugger
{
public:
DebugWat(Compiler* compiler, llvm::Mo... | {
"pile_set_name": "Github"
} |
package org.eclairjs.nashorn.sql;/*
* Copyright 2016 IBM Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... | {
"pile_set_name": "Github"
} |
# Rusoto Comprehend
Rust SDK for Amazon Comprehend
You may be looking for:
* [An overview of Rusoto][rusoto-overview]
* [AWS services supported by Rusoto][supported-aws-services]
* [API documentation][api-documentation]
* [Getting help with Rusoto][rusoto-help]
## Requirements
Rust stable or beta are required to u... | {
"pile_set_name": "Github"
} |
package com.rapid_i.repository.wsimport;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for createBlobResponse complex type.
*
* <p>The following schema f... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file original="" product-name="Neos.NodeTypes.ColumnLayouts" source-language="en" datatype="plaintext" target-language="ps">
<body>
<trans-unit id="ui.label" xml:space="preserve">
<source>Four col... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<!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" xml:lang="en" lang="en">
<head>
<title> A*** B**** Mutation Engine - Computer virus engines (VX heaven)</title>
<meta http-equiv="cont... | {
"pile_set_name": "Github"
} |
import { Component, ElementRef, IterableDiffers, KeyValueDiffers, ChangeDetectorRef, Renderer2 } from '@angular/core';
import { IgControlBase } from '../igcontrolbase/igcontrolbase';
@Component({
selector: 'ig-linear-gauge',
template: '<ng-content></ng-content>',
inputs: ['widgetId', 'options', 'changeDete... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of sebastian/comparator.
*
* (c) Sebastian Bergmann <sebastian@phpunit.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace SebastianBergmann\Comparator;
use DOMDocument;
use DOMNode;
use PHP... | {
"pile_set_name": "Github"
} |
<template>
<section class="content">
<div class="box box-primary">
<div class="box-header">
<h3 class="box-title">{{ taskInfo.itemsName }}({{ taskId }})</h3>
</div>
<div class="box-body">
<div class="row" v-if="taskInfo.taskId">
<div class="col-md-12">
<Audi... | {
"pile_set_name": "Github"
} |
import { handleActions } from 'redux-actions'
import {
SHOW_SEARCH_BAR,
REQUEST_SEARCH_RESULT,
RECEIVE_SEARCH_RESULT,
RECEIVE_SEARCH_ERROR,
SHOW_RESULT,
CHANGE_HISTORY,
SHOW_NOT_FIND,
RESET_STATE
} from '../constants/search'
const searchData = {
historyWords: ['品牌', '衣服'],
hotWords: ['品牌', '衣服'],
... | {
"pile_set_name": "Github"
} |
SELECT Name
FROM Employee
WHERE Id IN
(SELECT ManagerId
FROM Employee
GROUP BY ManagerId
HAVING count(*) >= 5)
| {
"pile_set_name": "Github"
} |
"""
(*)~---------------------------------------------------------------------------
Pupil - eye tracking platform
Copyright (C) 2012-2020 Pupil Labs
Distributed under the terms of the GNU
Lesser General Public License (LGPL v3.0).
See COPYING and COPYING.LESSER for license details.
------------------------------------... | {
"pile_set_name": "Github"
} |
package lfshttp
import (
"bytes"
"encoding/json"
"io"
"io/ioutil"
"net/http"
"net/http/httptest"
"strings"
"sync/atomic"
"testing"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
func TestStatsWithKey(t *testing.T) {
var called uint32
srv := httptest.NewServer(http.HandlerFu... | {
"pile_set_name": "Github"
} |
# HTTP Static Error Pages Generator
## Description
A simple to use generator for **static pages with errors** to replace the default error pages that come with any web server like **Nginx** or **Apache**.
## Use example
Then an example of starting the tool:
```bash
./httpgen
```
The command result is located in t... | {
"pile_set_name": "Github"
} |
package com.criteo.biggraphite.graphiteindex;
import org.apache.cassandra.config.CFMetaData;
import org.apache.cassandra.config.ColumnDefinition;
import org.apache.cassandra.config.Schema;
import org.apache.cassandra.cql3.Operator;
import org.apache.cassandra.cql3.statements.IndexTarget;
import org.apache.cassandra.db... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 659a33cb4a7138343ae519b13efd2375
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 9
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestRefe... | {
"pile_set_name": "Github"
} |
<?php
/**
* @version SEBLOD 3.x Core ~ $Id: edit.php sebastienheraud $
* @package SEBLOD (App Builder & CCK) // SEBLOD nano (Form Builder)
* @url https://www.seblod.com
* @editor Octopoos - www.octopoos.com
* @copyright Copyright (C) 2009 - 2018 SEBLOD. All Rights Reserved.
* @license GNU General P... | {
"pile_set_name": "Github"
} |
/*
* Calendula - An assistant for personal medication management.
* Copyright (C) 2014-2018 CiTIUS - University of Santiago de Compostela
*
* Calendula 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 ... | {
"pile_set_name": "Github"
} |
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab1" value="1" title="Dossier" checked="checked" />
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab2" value="2" title="Skills" />
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab3" value="3" title="Morph" />
<input type="radio" nam... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard.
//
#import "IPropertyValueApplicatorController.h"
@interface TPropertyEditTextFieldController : IPropertyValueApplicatorController
{
... | {
"pile_set_name": "Github"
} |
<?php declare(strict_types=1);
namespace DmitryBubyakin\NovaMedialibraryField\Tests\Integration;
use DmitryBubyakin\NovaMedialibraryField\Tests\Fixtures\TestPost;
use DmitryBubyakin\NovaMedialibraryField\Tests\TestCase;
use Spatie\MediaLibrary\MediaCollections\Models\Media;
class CropControllerTest extends TestCase
... | {
"pile_set_name": "Github"
} |
'use strict'
// These tables borrowed from `ansi`
var prefix = '\x1b['
exports.up = function up (num) {
return prefix + (num || '') + 'A'
}
exports.down = function down (num) {
return prefix + (num || '') + 'B'
}
exports.forward = function forward (num) {
return prefix + (num || '') + 'C'
}
exports.back = f... | {
"pile_set_name": "Github"
} |
apiVersion: "kubedirector.hpe.com/v1beta1"
kind: "KubeDirectorCluster"
metadata:
name: "cassandra-persistent"
spec:
app: cassandra311
roles:
- id: seed
members: 2
resources:
requests:
memory: "4Gi"
cpu: "2"
limits:
memory: "4Gi"
cpu: "2"
storage:
siz... | {
"pile_set_name": "Github"
} |
package com.alibaba.json.bvt.writeClassName;
import java.util.Collection;
import java.util.Collections;
import com.alibaba.fastjson.parser.ParserConfig;
import org.junit.Assert;
import junit.framework.TestCase;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.serializer.SerializerFeature;
public class ... | {
"pile_set_name": "Github"
} |
/**************************************************************************
*
* Copyright 2008 VMware, Inc.
* All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the
* "Software"), to deal in the Software wit... | {
"pile_set_name": "Github"
} |
/// Find functions that refer to GFP_KERNEL but are called with locks held.
//# The proposed change of converting the GFP_KERNEL is not necessarily the
//# correct one. It may be desired to unlock the lock, or to not call the
//# function under the lock in the first place.
///
// Confidence: Moderate
// Copyright: (C)... | {
"pile_set_name": "Github"
} |
{
"DummyResult": {
"DummyList": {
"DummyElement": [
{
"$attributes": {
"language": "en-US"
},
"$value": "Dummy Element Entry"
}
]
}
}
} | {
"pile_set_name": "Github"
} |
/*
* mmp factor clock operation source file
*
* Copyright (C) 2012 Marvell
* Chao Xie <xiechao.mail@gmail.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* warranty of any kind, whether express or implied.
*/
#include <... | {
"pile_set_name": "Github"
} |
%%%----------------------------------------------------------------------
%%%
%%% ejabberd, Copyright (C) 2002-2014 ProcessOne
%%%
%%% 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 ... | {
"pile_set_name": "Github"
} |
inputLocation=zcta510-small.csv
queryWindowSet=zcta510-small.csv
offset=0
splitter=csv
gridType=rtree
indexType=rtree
numPartitions=11
distance=0.001
queryPolygonSet=primaryroads-polygon.csv
inputCount=3000
inputBoundary=-171.090042, 145.830505, -14.373765, 49.00127
matchCount=17599
matchWithOriginalDuplicatesCount=177... | {
"pile_set_name": "Github"
} |
import { Component, DebugElement } from '@angular/core';
import { ComponentFixture, fakeAsync, TestBed } from '@angular/core/testing';
import { By } from '@angular/platform-browser';
import { NzIconTestModule } from 'ng-zorro-antd/icon/testing';
import { NzTableModule } from '../table.module';
import { NzTableComponent... | {
"pile_set_name": "Github"
} |
<h3>
{% if mustChangePass %}
<i class="fas fa-lock"></i> {% trans with {'%1s': user.uname} %}Cancel forced password change for %1s{% endtrans %}
{{ pageSetVar('title', 'Cancel forced password change'|trans) }}
{% else %}
<i class="fas fa-unlock-alt"></i> {% trans with {'%1s': user.uname}... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2011 Red Hat, Inc. and/or 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 ... | {
"pile_set_name": "Github"
} |
<Fluent:Backstage UseHighestAvailableAdornerLayer="False">
<Fluent:BackstageTabControl x:Name="backstageTabControl" SelectedContentMargin="0">
<!--^^-->
<!--{[{-->
<Fluent:BackstageTabItem
Tag="wts.ItemName"
Header="{x:Static properties:Resources.ShellPageRibbonBackstageTabwts.ItemN... | {
"pile_set_name": "Github"
} |
/*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* FFmpeg is distributed... | {
"pile_set_name": "Github"
} |
using System.Reflection;
using System.Runtime.InteropServices;
// Informational attributes.
[assembly: AssemblyCompany("Grid Protection Alliance")]
[assembly: AssemblyCopyright("Copyright © 2016. All Rights Reserved.")]
[assembly: AssemblyProduct("openHistorian")]
// Assembly manifest attributes.
#if DEBUG
[assem... | {
"pile_set_name": "Github"
} |
ingressMonitorController:
watchNamespace: ""
useFullName: false
matchLabels: {}
deployment:
labels: {}
annotations: {}
config:
labels: {}
annotations:
fabric8.io/target-platform: kubernetes
rbac:
create: true
labels: {}
# Service account config for the agent pods
serviceAcc... | {
"pile_set_name": "Github"
} |
import { minBy } from "../index";
export = minBy;
| {
"pile_set_name": "Github"
} |
package scalax.io.perf
package channel
package output
import Utils._
import scalax.io._
import sperformance.Keys.WarmupRuns
import sperformance.dsl._
import util.Random._
import Resource._
import Line.Terminators._
import java.io.{ ByteArrayOutputStream, ByteArrayInputStream }
import org.apache.commons.io.FileUtils
im... | {
"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 not u... | {
"pile_set_name": "Github"
} |
# This configures the GELF event handler. Appending necessary headers
# and sending messages via TCP or UDP
general: {
enabled = false # By default the module is not enabled
events = "all"
# Comma separated list of the events mask you're interested
# in. Valid values are none, sessions, han... | {
"pile_set_name": "Github"
} |
<?php
/*
* The MIT License (MIT)
*
* Copyright (c) 2013 Jonathan Vollebregt (jnvsor@gmail.com), Rokas Šleinius (raveren@gmail.com)
*
* 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 wi... | {
"pile_set_name": "Github"
} |
var $export = require('./$.export');
$export($export.S + $export.F, 'Object', {isObject: require('./$.is-object')}); | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <objc/NSObject.h>
@class NSAttributedString, NSString;
@interface CollapsibleLicense : NSObject
{
BOOL expanded;
NSAt... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup perl5 1.0
perl5.branches 5.26 5.28 5.30
perl5.setup Scope-Guard 0.21 ../../authors/id/C/CH/CHOCOLATE/
license {Artist... | {
"pile_set_name": "Github"
} |
''''' DevioProviderManagedBase.vb
'''''
''''' Copyright (c) 2012-2019, Arsenal Consulting, Inc. (d/b/a Arsenal Recon) <http://www.ArsenalRecon.com>
''''' This source code and API are available under the terms of the Affero General Public
''''' License v3.
'''''
''''' Please see LICENSE.txt for full license terms, in... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2019 The "MysteriumNetwork/node" Authors.
*
* 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.
*
... | {
"pile_set_name": "Github"
} |
// { dg-do compile }
// { dg-options "-std=c++11" }
// { dg-require-cstdint "" }
//
// Copyright (C) 2012-2013 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 Licen... | {
"pile_set_name": "Github"
} |
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
function testContinue() {
var x:int = 0;
for (var i:int = 0; i < 10; i++) {
if (i > 5) {
... | {
"pile_set_name": "Github"
} |
package dataset
import org.apache.spark.sql.SparkSession
import org.apache.spark.sql.functions._
//
// Create Datasets of complex type using nested case classes, arrays, maps and
// Option, and query them. This example shows a lot of the power of the Dataset
// concept, since the expression of these complex types in ... | {
"pile_set_name": "Github"
} |
//===-- tsan_platform_posix.cc --------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | {
"pile_set_name": "Github"
} |
"""
An example of how to use the RNN modules in Keita.
"""
if __name__ == "__main__":
from text.models import classifiers
from text import utils
from datasets import text
from torchtext import data
from torch import nn, optim, autograd
from train.utils import train_epoch, TrainingProgress
i... | {
"pile_set_name": "Github"
} |
howland.reston.ans.net!europa.eng.gtefsd.com!fs7.ece.cmu.edu!news.sei.cmu.edu!dpw
Subject: Periodic Post of Charley Challenges, #3, with additions
From: dpw@sei.cmu.edu (David Wood)
Organization: Software Engineering Institute
Lines: 250
New in this version: challenge #5, plus an addendum summarizing
Charley's res... | {
"pile_set_name": "Github"
} |
# --------------------------------------------------------
# Faster R-CNN
# Copyright (c) 2015 Microsoft
# Licensed under The MIT License [see LICENSE for details]
# Written by Ross Girshick
# --------------------------------------------------------
import numpy as np
cimport numpy as np
assert sizeof(int) == sizeof(... | {
"pile_set_name": "Github"
} |
---
:layout: refresh
:refresh_to_post_id: "/blog/2010/11/30/whos-driving-this-thing"
---
| {
"pile_set_name": "Github"
} |
{{/* vim: set filetype=mustache: */}}
{{/*
Expand the name of the chart.
*/}}
{{- define "nsq.name" -}}
{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" -}}
{{- end -}}
{{/*
Create a default fully qualified app name.
We truncate at 63 chars because some Kubernetes name fields are limited to thi... | {
"pile_set_name": "Github"
} |
/* Localized versions of Info.plist keys */
| {
"pile_set_name": "Github"
} |
"======================================================================
|
| Stack of streams object.
|
|
======================================================================"
"======================================================================
|
| Copyright 1993, 1999, 2008 Free Software Foundation, Inc.
| Wr... | {
"pile_set_name": "Github"
} |
define( [
"./var/arr",
"./var/document",
"./var/slice",
"./var/concat",
"./var/push",
"./var/indexOf",
"./var/class2type",
"./var/toString",
"./var/hasOwn",
"./var/support"
], function( arr, document, slice, concat, push, indexOf, class2type, toString, hasOwn, support ) {
var
version = "@VERSION",
// Defi... | {
"pile_set_name": "Github"
} |
package A with
Abstract_State =>
(State,
(Ext_State with External => (Async_Readers, Async_Writers)))
is
procedure Test_01;
procedure Test_02;
end A;
| {
"pile_set_name": "Github"
} |
{
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
[
{
"kids":[],
"uid":"2770919640",
"parent":"",
"text":"",
"mid":"B3WpSeOPC",
"date":"2014-05-12 13:24:04"
},
{
"kids":[],
"uid":"1581649142",
"parent":"zgszM4fVq",
"text":"",
"mid":"zi8ORt7hg",
"date":"2013-02-08 01:14:14"
},
{
"kids":[],
"uid":"2805350384",
"parent":"zgszM4fVq",
"text":"",
"mid":"zi8OR9G3O",
"date":"... | {
"pile_set_name": "Github"
} |
import json
import pytest
from django import forms
from django.core import exceptions, serializers
from django.db import models
from django.db.migrations.writer import MigrationWriter
from django.db.models import Q
from django.test import SimpleTestCase, TestCase
from django_mysql.forms import SimpleSetField
from dja... | {
"pile_set_name": "Github"
} |
/*#######################################################
*
* Maintained by Gregor Santner, 2017-
* https://gsantner.net/
*
* License of this file: Apache 2.0 (Commercial upon request)
* https://www.apache.org/licenses/LICENSE-2.0
*
#########################################################*/
package ne... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
.box{
width: 200px;
height: 200px;
}
svg{
width: 100%;
height: 100%;
transform: rotate(-90deg);
background: yellowgreen;
border-radius: 50%;
}
circle{
fill: yellowgreen;
stroke: #655;
stroke-width... | {
"pile_set_name": "Github"
} |
import { degreesToPoints } from '../../../core/math/angles';
import { hashObject } from '../../../core/utils/crypto';
export default function gradienter(bucket, hasher = hashObject) {
let cache = {};
let uid = Date.now();
const p = {
getOrCreateGradient(item = {}, attr = 'fill', url = '') {
let gradie... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_ARCHIVE_POLYMORPHIC_TEXT_OARCHIVE_HPP
#define BOOST_ARCHIVE_POLYMORPHIC_TEXT_OARCHIVE_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER)
# pragma once
#endif
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// polymorphic_text_oarchive.hpp
... | {
"pile_set_name": "Github"
} |
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.example.android.gdgfinder">
<!-- In order for our app to access the Internet, we need to define this permission. -->
<uses-permission android:name="android.permission.INTERNE... | {
"pile_set_name": "Github"
} |
var assignMergeValue = require('./_assignMergeValue'),
cloneBuffer = require('./_cloneBuffer'),
cloneTypedArray = require('./_cloneTypedArray'),
copyArray = require('./_copyArray'),
initCloneObject = require('./_initCloneObject'),
isArguments = require('./isArguments'),
isArray = require('./isAr... | {
"pile_set_name": "Github"
} |
export * from './controls/dateTimePicker/index';
| {
"pile_set_name": "Github"
} |
<?php
namespace Illuminate\View\Concerns;
use Closure;
use Illuminate\Contracts\View\View as ViewContract;
use Illuminate\Support\Str;
trait ManagesEvents
{
/**
* Register a view creator event.
*
* @param array|string $views
* @param \Closure|string $callback
* @return array
*/
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.