text stringlengths 18 160k | meta dict |
|---|---|
Dymas
In Greek mythology, Dymas (Ancient Greek: Δύμας) is the name attributed to the following individuals:
Dymas, a Mariandynian who warned the Argonauts about the cruelty of Amycus, king of the Bebrycians. Both Mariandynians and Bebrycians lived in northwestern Asia Minor.
Dymas, a soldier who fought on the side o... | {
"pile_set_name": "wikipedia_en"
} |
Sand Ridge State Forest
Sand Ridge State Forest is a conservation area located in the U.S. state of Illinois. Containing , it is the largest state forest in Illinois. It is located in northern Mason County. The nearest town is Manito, Illinois and the nearest numbered highway is U.S. Highway 136. It is located on ... | {
"pile_set_name": "wikipedia_en"
} |
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX ns: <http://example.org/ns#>
SELECT ?title ?price
{ ?x ns:price ?p .
?x ns:discount ?discount
BIND (?p*(1-?discount) AS ?price)
FILTER(?price < 20)
?x dc:title ?title .
}
| {
"pile_set_name": "github"
} |
#include <bits/stdc++.h>
#define sd(x) scanf("%d",&x)
#define sd2(x,y) scanf("%d%d",&x,&y)
#define sd3(x,y,z) scanf("%d%d%d",&x,&y,&z)
#define fi first
#define se second
#define pb(x) push_back(x)
#define mp(x,y) make_pair(x,y)
#define LET(x, a) __typeof(a) x(a)
#define foreach(it, v) for(LET(it, v.begin()); it != v... | {
"pile_set_name": "github"
} |
log.level=${log.level}
log.path=${log.path}
dubbo.registry.address=${dubbo.registry.address}
dubbo.protocal.port=${dubbo.protocal.port}
dubbo.service.version=${dubbo.service.version}
ws.connect.path=${ws.connect.path}
ws.connect.port=${ws.connect.port}
ws.connect.bus.port=${ws.connect.bus.port}
service.name=ws_serv... | {
"pile_set_name": "github"
} |
\[section\] \[theorem\][Lemma]{} \[theorem\][Proposition]{} \[theorem\][Corollary]{} \[theorem\][Remark]{} \[theorem\][Fact]{} \[theorem\][Problem]{}
@addtoreset
¶[[**P**]{}]{}
**A subdiffusive behaviour of recurrent random walk**
**in random environment on a regular tree**
by
Yueyun Hu $\;$and$\;$ Zhan Shi
*Uni... | {
"pile_set_name": "arxiv"
} |
---
abstract: 'This issue of *Statistical Science* draws its inspiration from the work of James M. Robins. Jon Wellner, the Editor at the time, asked the two of us to edit a special issue that would highlight the research topics studied by Robins and the breadth and depth of Robins’ contributions. Between the two of us... | {
"pile_set_name": "arxiv"
} |
1911 North East Cork by-election
The North East Cork by-election of 1911 was held on 15 July 1911. The by-election was held due to the resignation of the incumbent All-for-Ireland MP, Moreton Frewen. Frewen resigned in order for Tim Healy, who was prominent in the All-for-Ireland League but who had been lost his sea... | {
"pile_set_name": "wikipedia_en"
} |
---
abstract: 'We report the growth of Nb$_{2}$Pd$_{0.73}$S$_{5.7}$ superconducting single crystal fibers via slow cooling solid state reaction method. Superconducting transition temperature ($T_{c}\sim6.5$K) is confirmed from magnetization and transport measurements. A comparative study is performed for determination ... | {
"pile_set_name": "arxiv"
} |
Teresa Carlson
Teresa Carlson is the current vice president for Amazon Web Services' worldwide public sector business. Prior to working for Amazon, Carlson served as Microsoft's Vice President of Federal Government business. Carlson was named Executive of the Year in 2016 for companies greater than $300 million by the... | {
"pile_set_name": "wikipedia_en"
} |
--recursive
--require @babel/register
| {
"pile_set_name": "github"
} |
Major League Baseball All-Century Team
In 1999, the Major League Baseball All-Century Team was chosen by popular vote of fans. To select the team, a panel of experts first compiled a list of the 100 greatest Major League Baseball players from the past century. Over two million fans then voted on the players using pape... | {
"pile_set_name": "wikipedia_en"
} |
Michele Orecchia
Michele Orecchia (26 December 1903 – 11 December 1981) was an Italian professional road bicycle racer, who won one stage in the 1932 Tour de France. He also competed in the individual and team road race events at the 1928 Summer Olympics.
Major results
1927
Giro del Sestriere
1929
Giro d'Italia:
9th... | {
"pile_set_name": "wikipedia_en"
} |
---
abstract: 'We numerically investigate the self-diffusion coefficient and correlation length of the rigid clusters (i.e., the typical size of the collective motions) in sheared soft athermal particles. Here we find that the rheological flow curves on the self-diffusion coefficient are collapsed by the proximity to t... | {
"pile_set_name": "arxiv"
} |
---
abstract: 'We present here, for the first time, a 2D study of the overshoot convective mechanism in nova outbursts for a wide range of possible compositions of the layer underlying the accreted envelope. Previous surveys studied this mechanism only for solar composition matter accreted on top of carbon oxygen (C-O)... | {
"pile_set_name": "arxiv"
} |
---
abstract: 'Multiplicity distributions of charged particles for pp collisions at LHC Run 1 energies, from $\sqrt{s}=$ 0.9 to 8 TeV are measured over a wide pseudorapidity range ($-3.4<\eta<5.0$) for the first time. The results are obtained using the Forward Multiplicity Detector and the Silicon Pixel Detector within... | {
"pile_set_name": "arxiv"
} |
---
abstract: 'The discovery of dynamic memory effects in the magnetization decays of spin glasses in 1983 marked a turning point in the study of the highly disordered spin glass state. Detailed studies of the memory effects have led to much progress in understanding the qualitative features of the phase space. Even so... | {
"pile_set_name": "arxiv"
} |
---
abstract: 'Feature selection (FS) is a key preprocessing step in data mining. CFS (Correlation-Based Feature Selection) is an FS algorithm that has been successfully applied to classification problems in many domains. We describe Distributed CFS (DiCFS) as a completely redesigned, scalable, parallel and distributed... | {
"pile_set_name": "arxiv"
} |
package volumes
var _ ResizeService = (*LinuxResizeService)(nil)
| {
"pile_set_name": "github"
} |
Marie C. Couvent Elementary School
Marie C. Couvent Elementary was a historic elementary school in New Orleans, Louisiana named for Marie Couvent, an African American former slave who married successful African American businessman Bernard Couvent and deeded property for a school for orphans in her community (Institut... | {
"pile_set_name": "wikipedia_en"
} |
# coding=utf-8
import typing
from pyramid.config import Configurator
import transaction
from tracim_backend.app_models.contents import FOLDER_TYPE
from tracim_backend.app_models.contents import content_type_list
from tracim_backend.config import CFG
from tracim_backend.exceptions import ContentFilenameAlreadyUsedInFo... | {
"pile_set_name": "github"
} |
Size:
- 0.1
- 0.1
- 0.1
Color:
- 0.66
- 0.70220774
- 0.94
- 1
Body: Animated
Pose:
- - -0.41426134
- 0.9058533
- -8.841649e-2
- 1.6415431
- - 0.6057532
- 0.34691048
- 0.71604204
- 4.429285
- - 0.6793016
- 0.24306992
- -0.69243515
- 8.778018
- - 0.0
- 0.0
- 0.0
- 1
Shap... | {
"pile_set_name": "github"
} |
Music from McLeod's Daughters
McLeod's Daughters have had many different songs for their closing credits which are written by Posie Graeme-Evans & Chris Harriot and performed by singer Rebecca Lavelle who also had a guest role in series 6 as Bindi Martin
Song List
Other
Hey You by Abi Tucker who plays Grace McLeod ... | {
"pile_set_name": "wikipedia_en"
} |
SET UTF-8
LANG tr
| {
"pile_set_name": "github"
} |
<?xml version="1.0" ?>
<component id="root" name="root">
<component id="system" name="system">
<!--McPAT will skip the components if number is set to 0 -->
<param name="number_of_cores" value="64"/>
<param name="number_of_L1Directories" value="0"/>
<param name="number_of_L2Directories" value="0"/>
<param nam... | {
"pile_set_name": "github"
} |
**MARKET DEPTH AND PRICE DYNAMICS: A NOTE**
FRANK H. WESTERHOFF
*University of Osnabrueck, Department of Economics*
*Rolandstrasse 8, D-49069 Osnabrueck, Germany*
*e-mail: fwesterho@oec.uni-osnabrueck.de*
Abstract: This note explores the consequences of nonlinear price impact functions on price dynamics within the... | {
"pile_set_name": "arxiv"
} |
package de.peeeq.wurstscript.utils;
import de.peeeq.wurstscript.WLogger;
public class ExecutiontimeMeasure implements AutoCloseable {
private String message;
private long startTime;
public ExecutiontimeMeasure(String message) {
this.message = message;
this.startTime = System.currentTimeM... | {
"pile_set_name": "github"
} |
Raigam Tele'es Best Teledrama Art Director Award
The Raigam Tele'es Best Teledrama Art Director Award is a Raigam Tele'es awared presented annually in Sri Lanka by the Kingdom of Raigam companies for the best Sri Lankan art director of the year in television.
The award was first given in 2005.
Award list in each yea... | {
"pile_set_name": "wikipedia_en"
} |
AxisControlBus
ControlBus
PathPlanning1
PathPlanning6
PathToAxisControlBus
GearType1
GearType2
Motor
Controller
AxisType1
AxisType2
MechanicalStructure
| {
"pile_set_name": "github"
} |
/***********************************************************************
!!!!!! DO NOT MODIFY !!!!!!
GacGen.exe Resource.xml
This file is generated by Workflow compiler
https://github.com/vczh-libraries
***********************************************************************/
#ifndef VCZH_WORKFLOW_COMPILER_GENERATED... | {
"pile_set_name": "github"
} |
package tk.woppo.sunday.model;
import android.database.Cursor;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import java.util.HashMap;
import tk.woppo.sunday.dao.WeatherDataHelper;
import tk.woppo.sunday.dao.WeatherTodayDataHelper;
/**
* Created by Ho on 2014/7/4.
*/
public clas... | {
"pile_set_name": "github"
} |
<html>
<body>
<h1>Directory listing</h1>
<hr/>
<pre>
<a href="management-core-3.0.4-javadoc.jar">management-core-3.0.4-javadoc.jar</a>
<a href="management-core-3.0.4-javadoc.jar.md5">management-core-3.0.4-javadoc.jar.md5</a>
<a href="management-core-3.0.4-javadoc.jar.sha1">management-core-3.0.4-javadoc.jar.sha1</a>
<a ... | {
"pile_set_name": "github"
} |
---
bibliography:
- 'references-Forstneric.bib'
---
[**Holomorphic embeddings and immersions\
of Stein manifolds: a survey**]{}
[**Franc Forstnerič**]{}
> [**Abstract**]{} In this paper we survey results on the existence of holomorphic embeddings and immersions of Stein manifolds into complex manifolds. Most of them... | {
"pile_set_name": "arxiv"
} |
UT-HET 039\
\
[**Shinya Kanemura**]{}$^{(a)}$ [^1], [**Shigeki Matsumoto**]{}$^{(a)}$ [^2],\
[**Takehiro Nabeshima**]{}$^{(a)}$ [^3], and [**Nobuchika Okada**]{}$^{(b)}$ [^4]\
$^{(a)}$[*Department of Physics, University of Toyama, Toyama 930-8555, Japan*]{}\
$^{(b)}$[*Department of Physics and Astronomy, University ... | {
"pile_set_name": "arxiv"
} |
--- sandbox/linux/BUILD.gn.orig 2019-04-08 08:18:26 UTC
+++ sandbox/linux/BUILD.gn
@@ -12,12 +12,12 @@ if (is_android) {
}
declare_args() {
- compile_suid_client = is_linux
+ compile_suid_client = is_linux && !is_bsd
- compile_credentials = is_linux
+ compile_credentials = is_linux && !is_bsd
# On Androi... | {
"pile_set_name": "github"
} |
Filatima asiatica
Filatima asiatica is a moth of the family Gelechiidae. It is found in New Guinea, where it has been recorded from the Prince Alexander Mountains.
References
Category:Moths described in 1961
Category:Filatima | {
"pile_set_name": "wikipedia_en"
} |
---
abstract: 'We generalize the concept of quasiparticle for one-dimensional (1D) interacting electronic systems. The $\uparrow $ and $\downarrow $ quasiparticles recombine the pseudoparticle colors $c$ and $s$ (charge and spin at zero magnetic field) and are constituted by one many-pseudoparticle [*topological moment... | {
"pile_set_name": "arxiv"
} |
Stuck with You (Zones song)
"Stuck With You" is the debut disc and 7" single of punk band Zones, released by Zoom Records on February 17, 1978.
It contained its eponymous song, "Stuck With You", which was backed with "No Angels"; both songs were a combination of punk rock and power pop, although more punk than the gr... | {
"pile_set_name": "wikipedia_en"
} |
abcdef abc def hij
klm nop qrs
abcdef abc def hij
tuv wxy z
| {
"pile_set_name": "github"
} |
---
abstract: 'We analytically derive the upper bound on the overall efficiency of single-photon generation based on cavity quantum electrodynamics (QED), where cavity internal loss is treated explicitly. The internal loss leads to a tradeoff relation between the internal generation efficiency and the escape efficiency... | {
"pile_set_name": "arxiv"
} |
Anthony Iluobe
Chief Anthony Iluobe (JP) was born in 1945 to the family of Chief and Mrs Joseph Agimhelen Iluobe (JP) of Ivue-Uromi of the Uromi Kingdom in Edo State. He is the owner, managing director and chief executive officer of Iluobe Oil and Gas Marketing Co. Ltd. He studied Engineering in Japan.
He was previou... | {
"pile_set_name": "wikipedia_en"
} |
<HTML><HEAD>
<TITLE>Invalid URL</TITLE>
</HEAD><BODY>
<H1>Invalid URL</H1>
The requested URL "[no URL]", is invalid.<p>
Reference #9.44952317.1507271057.135fad8
</BODY></HTML>
| {
"pile_set_name": "github"
} |
<html>
<head>
<title>Path test</title>
<style type="text/css">
.pixel {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
background: #000;
}
.red { background: red; }
.blue { background: blue; }
</style>
<script language="JavaScript" type="text/javascript">
// ... | {
"pile_set_name": "github"
} |
#ifndef CREATE_EMPTY_DIRECTED_GRAPH_WITH_GRAPH_NAME_H
#define CREATE_EMPTY_DIRECTED_GRAPH_WITH_GRAPH_NAME_H
#include <boost/graph/adjacency_list.hpp>
boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS,
boost::no_property, boost::no_property,
boost::property<boost::graph_name_t, std::string>>
create_... | {
"pile_set_name": "github"
} |
Florida National Cemetery
Florida National Cemetery is a United States National Cemetery located near the city of Bushnell in Sumter County, Florida. Administered by the United States Department of Veterans Affairs it encompasses and began interments in 1988. It is now one of the busiest cemeteries in the United Stat... | {
"pile_set_name": "wikipedia_en"
} |
The terrifying 38-minute ordeal suffered by Hawaii residents on Saturday, when the state’s emergency-management agency sent out a false alert warning of an imminent ballistic-missile strike amid rising tensions with North Korea, seems to have sparked an unusually rapid response on Capitol Hill.
Hawaii’s Sen. Brian Sch... | {
"pile_set_name": "pile-cc"
} |
---
abstract: 'Transmission spectroscopy of exoplanets is a tool to characterize rocky planets and explore their habitability. Using the Earth itself as a proxy, we model the atmospheric cross section as a function of wavelength, and show the effect of each atmospheric species, Rayleigh scattering and refraction from 1... | {
"pile_set_name": "arxiv"
} |
Avalancha de Éxitos
Avalancha de Éxitos (Avalanche of Hits) was Café Tacuba's third album. In 1996, two years after their acclaimed Re, the band had amassed enough new music to fill four CDs, but couldn't winnow it down to a single album. So instead, they covered eight songs by other Spanish-speaking artists, who rang... | {
"pile_set_name": "wikipedia_en"
} |
///
/// Copyright (c) 2016 Dropbox, Inc. All rights reserved.
///
/// Auto-generated by Stone, do not modify.
///
#import <Foundation/Foundation.h>
#import "DBSerializableProtocol.h"
@class DBTEAMPOLICIESSharedFolderJoinPolicy;
NS_ASSUME_NONNULL_BEGIN
#pragma mark - API Object
///
/// The `SharedFolderJoinPolicy`... | {
"pile_set_name": "github"
} |
package network
// Copyright (c) Microsoft and contributors. 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
//
// Unl... | {
"pile_set_name": "github"
} |
2020 Australian S5000 Championship
The 2020 Australian S5000 Championship is planned to be the inaugural season of the Australian S5000 Championship, run after a series of exhibition races the previous year. The series will be sanctioned by Motorsport Australia and promoted by the Australian Racing Group as part of th... | {
"pile_set_name": "wikipedia_en"
} |
Direct-shift gearbox
A direct-shift gearbox (), commonly abbreviated to DSG, is an electronically controlled dual-clutch multiple-shaft gearbox in a transaxle design, with automatic clutch operation and with fully automatic or semi-manual gear selection. The first actual dual-clutch transmissions were derived from Por... | {
"pile_set_name": "wikipedia_en"
} |
Kengo Ota
is a Japanese football player for Grulla Morioka.
Career
After attending Osaka University of Health and Sport Sciences, Ota joined Grulla Morioka in January 2018.
Club statistics
Updated to 30 August 2018.
References
External links
Profile at J. League
Profile at Iwate Grulla Morioka
Category:1995 birt... | {
"pile_set_name": "wikipedia_en"
} |
John Wynne (died 1747)
John Wynne ( – 9 February 1747) was an Irish politician.
He sat in the House of Commons of Ireland from 1727 to 1747 as a Member of Parliament for Castlebar.
References
Category:1690 births
Category:Year of birth uncertain
Category:1747 deaths
Category:Irish MPs 1727–1760
Category:Members... | {
"pile_set_name": "wikipedia_en"
} |
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
namespace System.Data.Entity.TestModels.ProviderAgnosticModel
{
using System;
public enum AllTypesEnum
{
EnumValue0 = 0,
EnumValue1 = 1,
EnumValue2 ... | {
"pile_set_name": "github"
} |
I got a wake up call, I got to make this workCause if we don´t we´re left with nothing and that´s what hurtsWe´re so close to giving up but something keeps us here
I can´t see what´s yet to comeBut I have imagined life without you and it feels wrongI want to know where love begins, not where it ends
Cause we don´t kn... | {
"pile_set_name": "pile-cc"
} |
{
"fpsLimit": 60,
"preset": "basic",
"background": {
"color": "#0d47a1",
"image": "",
"position": "50% 50%",
"repeat": "no-repeat",
"size": "cover"
}
} | {
"pile_set_name": "github"
} |
DataverseUse test
Set import-private-functions=true
Query:
Let Variable [ Name=$txt ]
:=
LiteralExpr [STRING] [Hello World, I would like to inform you of the importance of Foo Bar. Yes, Foo Bar. Jürgen.]
Let Variable [ Name=$tokens ]
:=
FunctionCall asterix.hashed-word-tokens@1[
Variable [ Name=$txt ]
]
S... | {
"pile_set_name": "github"
} |
// RUN: %clang_cc1 -emit-llvm -triple i386-apple-macosx10.7.2 < %s | FileCheck %s
// The preferred alignment for a long long on x86-32 is 8; make sure the
// alloca for x uses that alignment.
int test (long long x) {
return (int)x;
}
// CHECK-LABEL: define i32 @test
// CHECK: alloca i64, align 8
// Make sure we ho... | {
"pile_set_name": "github"
} |
Julia Kogan
Julia Kogan is an American-French operatic coloratura soprano, writer, and presenter of Ukrainian ancestry.
Biography
Kogan's opera roles have included Queen of the Night in Die Zauberflöte, Zerbinetta in Ariadne auf Naxos, Blonde in Die Entführung, Madame Herz in Der Schauspieldirektor, Greta Fiorentino ... | {
"pile_set_name": "wikipedia_en"
} |
/*
Copyright The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softw... | {
"pile_set_name": "github"
} |
<!-- ============ PROGRESS -->
<!-- ====================== -->
<h1>Progress</h1>
<!-- ============ VARIABLES -->
<!-- ====================== -->
<p>
<h4>Global variables</h4>
<div><pre hljs class="prettyprint lang-sass">$progress-class: "-progress" !global
$progress-bar-class: "-bar" !global
$progress-bar-padding-v... | {
"pile_set_name": "github"
} |
Phullu
Phullu is a 2017 Indian drama film directed by Abhishek Saxena. Produced by Pushpa Chaudhary, Dr. Anmol Kapoor, Kshitij Chaudhary & Raman Kapoor under the Kapoor Film Inc Kc Production Pvt.Ltd banner. The film was released worldwide on June 16, 2017. The film stars Sharib Hashmi, Jyotii Sethi, and Nutan Surya ... | {
"pile_set_name": "wikipedia_en"
} |
Himashree Roy
Himashree Roy is a female Indian Athlete who won a bronze medal in the 100 meters women's relay race along with Merlin K Joseph, Srabani Nanda and Dutee Chand in the 22nd Asian Athletics Championships which concluded on July 9, 2017. She was born in Kolkata, West Bengal on 15 March 1995.
Career
She won... | {
"pile_set_name": "wikipedia_en"
} |
Guy Fouché
Guy Fouché (17 June 1921 – 28 May 1998) was a French operatic tenor.
Life
Born in Bordeaux, Fouché graduated from the Conservatoire de Bordeaux with the First Prize in Opera and opéra comique. He began his career at the Grand Théâtre de Bordeaux in 1942 in Bizet's Les Pêcheurs de perles.
He also obtained... | {
"pile_set_name": "wikipedia_en"
} |
Stern John
Stern John, CM (born 30 October 1976) is a Trinidadian football manager and former player who is currently managing Central F.C. in the TT Pro League. He previously played for a number of American and English football clubs that included Columbus Crew, Bristol City, Nottingham Forest, Birmingham City, Sunde... | {
"pile_set_name": "wikipedia_en"
} |
<?xml version="1.0" encoding="UTF-8"?>
<segment>
<name>PD1</name>
<description>Patient Additional Demographic</description>
<elements>
<field minOccurs="0" maxOccurs="0">
<name>PD1.1</name>
<description>Living Dependency</description>
<datatype>IS</datatyp... | {
"pile_set_name": "github"
} |
---
abstract: 'Solid $^4$He has been created off the melting curve by growth at nearly constant mass via the “blocked capillary" technique and growth from the $^4$He superfluid at constant temperature. The experimental apparatus allows injection of $^4$He atoms from superfluid directly into the solid. Evidence for the ... | {
"pile_set_name": "arxiv"
} |
// Copyright 2004-present Facebook. All Rights Reserved.
#include "SamplingProfilerJniMethod.h"
#include <JavaScriptCore/JSProfilerPrivate.h>
#include <jschelpers/JSCHelpers.h>
#include <jni.h>
#include <string>
using namespace facebook::jni;
namespace facebook {
namespace react {
/* static */ jni::local_ref<Samp... | {
"pile_set_name": "github"
} |
Bob Alcivar
Bob Alcivar (born July 8, 1938, in Chicago, Illinois) is an American music producer, composer, conductor and keyboard player. He is the father of rock keyboard player Jim Alcivar (Montrose, Gamma).
Discography
The Signatures - Their Voices and Instruments (1957) bass, arranger, vocals
The Signatures - S... | {
"pile_set_name": "wikipedia_en"
} |
/* Copyright 2019 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 applicable law or agreed to in ... | {
"pile_set_name": "github"
} |
#if !defined(BOOST_PP_IS_ITERATING)
///// header body
#ifndef BOOST_MPL_AUX778076_ADVANCE_BACKWARD_HPP_INCLUDED
#define BOOST_MPL_AUX778076_ADVANCE_BACKWARD_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.tx... | {
"pile_set_name": "github"
} |
---
abstract: 'High-mass stars form within star clusters from dense, molecular regions, but is the process of cluster formation slow and hydrostatic or quick and dynamic? We link the physical properties of high-mass star-forming regions with their evolutionary stage in a systematic way, using Herschel and Spitzer data.... | {
"pile_set_name": "arxiv"
} |
.theme-dusk,.theme-midnight {
.hljs {
display: block;
overflow-x: auto;
background: #232323;
color: #e6e1dc;
}
.hljs-comment,
.hljs-quote {
color: #bc9458;
font-style: italic;
}
.hljs-keyword,
.hljs-selector-tag {
color: #c26230;
}
.hljs-s... | {
"pile_set_name": "github"
} |
if (global.GENTLY) require = GENTLY.hijack(require);
var crypto = require('crypto');
var fs = require('fs');
var util = require('util'),
path = require('path'),
File = require('./file'),
MultipartParser = require('./multipart_parser').MultipartParser,
QuerystringParser = require('./querystring_parser')... | {
"pile_set_name": "github"
} |
Richtweg (Hamburg U-Bahn station)
Richtweg is a public transport station for the rapid transit trains of Hamburg's underground railway line U1, located in Norderstedt, Germany.
It was opened 1953 as a stop of the Alster Northern Railway (ANB) from Ulzburg Süd to Ochsenzoll with an island platform. Between 1994 and 19... | {
"pile_set_name": "wikipedia_en"
} |
Helderberg Escarpment
The Helderberg Escarpment, also known as the Helderberg Mountains, is an escarpment and mountain range in eastern New York, United States, roughly west of the city of Albany. The escarpment rises steeply from the Hudson Valley below, with an elevation difference of approximately 700 feet (from ... | {
"pile_set_name": "wikipedia_en"
} |
---
abstract: 'Dark Matter detectors with directional sensitivity have the potential of yielding an unambiguous positive observation of WIMPs as well as discriminating between galactic Dark Matter halo models. In this article, we introduce the motivation for directional detectors, discuss the experimental techniques th... | {
"pile_set_name": "arxiv"
} |
using System;
using ModuleManager.Progress;
namespace ModuleManager.Patches.PassSpecifiers
{
public class LegacyPassSpecifier : IPassSpecifier
{
public bool CheckNeeds(INeedsChecker needsChecker, IPatchProgress progress)
{
if (needsChecker == null) throw new ArgumentNullException(n... | {
"pile_set_name": "github"
} |
Rakestraw
Rakestraw is a surname. Notable people with the surname include:
Larry Rakestraw (born 1942), American football player
Paulette Rakestraw (born 1967), American politician from the state of Georgia
Wilbur Rakestraw (1928–2014), American racing driver
W. Vincent Rakestraw (born 1940), Former Assistant Attorne... | {
"pile_set_name": "wikipedia_en"
} |
---
abstract: 'We study the effects of weak columnar and point disorder on the vortex-lattice phase transitions in high temperature superconductors. The combined effect of thermal fluctuations and of quenched disorder is investigated using a simplified cage model. For columnar disorder the problem maps into a quantum p... | {
"pile_set_name": "arxiv"
} |
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
| {
"pile_set_name": "github"
} |
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
* vim: set ts=4 sw=4 et tw=99:
*
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file exce... | {
"pile_set_name": "github"
} |
s [ ]
w [a-z0-9A-Z]
W [^a-z0-9A-Z]
d [0-9]
%%
((MERGE.*USING{s}*\()|(EXECUTE{s}*IMMEDIATE{s}*\")|({W}+{d}{s}+HAVING{s}+{d})|(MATCH{s}*[a-zA-Z\\(\\),+\-]+{s}*AGAINST{s}*\()) printf('attack detected');
%%
| {
"pile_set_name": "github"
} |
# Copyright 2016 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.
mojom = "//url/mojo/url.mojom"
public_headers = [ "//url/gurl.h" ]
traits_headers = [ "//url/mojo/url_gurl_struct_traits.h" ]
deps = [
"//url",
]
type_mapp... | {
"pile_set_name": "github"
} |
OS 10.2 - Permanently deleting emails and files
This is my first time posting so I hope I don't screw this up...Does anyone have any advice on how to permanently delete emails and files? I am running on OS X 10.3.9 and have deleted files in my trash using the secure empty trash function, however, I have a large number... | {
"pile_set_name": "pile-cc"
} |
Whatever You Love, You Are
Whatever You Love, You Are is the fifth studio album by Australian trio, Dirty Three, which was released in March 2000. Cover art is by their guitarist, Mick Turner. Australian musicologist, Ian McFarlane, felt that it showed "deep, rich, emotional musical vistas, and furthered the band’s co... | {
"pile_set_name": "wikipedia_en"
} |
<?php
/*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* OWNER OR CONTRIBUTORS B... | {
"pile_set_name": "github"
} |
/*
Copyright 2018 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "github"
} |
---
abstract: |
Flexible and performant Persistency Service is a necessary component of any HEP Software Framework. The building of a modular, non-intrusive and performant persistency component have been shown to be very difficult task. In the past, it was very often necessary to sacrifice modularity to achieve acc... | {
"pile_set_name": "arxiv"
} |
CIBC Poll: Nearly half of all Canadians with debt not making progress in paying it down
Many say they simply don't have the money, but may be missing
opportunities to get advice about how to reduce their debt
TORONTO, June 5, 2013 /CNW/ - A new CIBC(TSX: CM) (NYSE: CM) Poll conducted by Harris/Decima reveals that hal... | {
"pile_set_name": "pile-cc"
} |
[**The srank Conjecture on Schur’s $Q$-Functions**]{}
William Y. C. Chen$^{1}$, Donna Q. J. Dou$^2$,\
Robert L. Tang$^3$ and Arthur L. B. Yang$^{4}$\
Center for Combinatorics, LPMC-TJKLC\
Nankai University, Tianjin 300071, P. R. China\
$^{1}$[chen@nankai.edu.cn]{}, $^{2}$[qjdou@cfc.nankai.edu.cn]{}, $^{3}$[tangling@cf... | {
"pile_set_name": "arxiv"
} |
package org.jetbrains.dokka.base.transformers.documentables
import org.jetbrains.dokka.model.*
import org.jetbrains.dokka.plugability.DokkaContext
import org.jetbrains.dokka.transformers.documentation.PreMergeDocumentableTransformer
import org.jetbrains.dokka.transformers.documentation.perPackageOptions
import org.jet... | {
"pile_set_name": "github"
} |
---
abstract: 'The $f(R)$ gravity models formulated in Einstein conformal frame are equivalent to Einstein gravity together with a minimally coupled scalar field. We shall explore phantom behavior of $f(R)$ models in this frame and compare the results with those of the usual notion of phantom scalar field.'
---
.5cm -... | {
"pile_set_name": "arxiv"
} |
I've learned the nitrogen vacancies used in Memristors are for "switching", between excited states and inhibited states, akin to our neurons and SYNAPSES abilities to generate EPSPs and IPSPs, this is the entire point to Memristors and DARPAs SyNAPSE program, emulating Neurons..
So in the memristor, NVs (which are tru... | {
"pile_set_name": "pile-cc"
} |
require_relative '../../../spec_helper'
require 'cgi'
describe "CGI::QueryExtension#from" do
before :each do
ENV['REQUEST_METHOD'], @old_request_method = "GET", ENV['REQUEST_METHOD']
@cgi = CGI.new
end
after :each do
ENV['REQUEST_METHOD'] = @old_request_method
end
it "returns ENV['HTTP_FROM']" ... | {
"pile_set_name": "github"
} |
@comment $NetBSD: PLIST,v 1.5 2017/06/21 08:28:43 markd Exp $
share/texmf-dist/scripts/luaotfload/luaotfload-tool.lua
share/texmf-dist/scripts/luaotfload/mkcharacters
share/texmf-dist/scripts/luaotfload/mkglyphlist
share/texmf-dist/scripts/luaotfload/mkimport
share/texmf-dist/scripts/luaotfload/mkstatus
share/texmf-dis... | {
"pile_set_name": "github"
} |
---
abstract: |
Background
: Measurements of $\beta$ decay provide important nuclear structure information that can be used to probe isospin asymmetries and inform nuclear astrophysics studies.
Purpose
: To measure the $\beta$-delayed $\gamma$ decay of $^{26}$P and compare the results with previo... | {
"pile_set_name": "arxiv"
} |
---
abstract: 'We present bilateral teleoperation system for task learning and robot motion generation. Our system includes a bilateral teleoperation platform and a deep learning software. The deep learning software refers to human demonstration using the bilateral teleoperation platform to collect visual images and ro... | {
"pile_set_name": "arxiv"
} |
Carabus albrechti awashimae
Carabus albrechti awashimae is a subspecies of ground beetle in the subfamily Carabinae that is endemic to Japan.
References
albrechti awashimae
Category:Beetles described in 1996
Category:Endemic fauna of Japan | {
"pile_set_name": "wikipedia_en"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.