text stringlengths 2 3.53M | id stringlengths 25 29 | metadata dict |
|---|---|---|
using Mirror;
namespace WeaverTargetRpcTests.TargetRpcValid
{
class TargetRpcValid : NetworkBehaviour
{
[TargetRpc]
void TargetThatIsTotallyValid(NetworkConnection nc) { }
}
}
| dataset_first_40k.jsonl/1821 | {
"meta": {
"pile_set_name": "Github"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
// Copyright (c) 2013 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.
//
// This implements a Clang tool to convert all instances of std::string("") to
// std::string(). The latter is more efficient (as std::string doesn'... | dataset_first_40k.jsonl/1822 | {
"meta": {
"pile_set_name": "Github"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
The targets of CAPRI rounds 20-27.
Eight CAPRI prediction rounds with a total of 15 targets were held in the years 2010-2012. Only five of the targets were protein assemblies comparable with those of earlier CAPRI rounds. In one target, the solvent positions at the interface had to be predicted; another was a protein-p... | dataset_first_40k.jsonl/1823 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Take a rocks glass and fill the bottom with one layer of fresh blueberries. Add the brown sugar and lemon juice and gently muddle. (The longer you let this sit, the better the flavors are going to meld). Fill the glass with ice then top with the rum and ginger ale. | dataset_first_40k.jsonl/1825 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
[*] Richard and Anita Calkins Distinguished Professor of Law, Drake Law School. B.A., Illinois Wesleyan University, 1975; J.D., Harvard University, 1978. The author is especially grateful for the careful review and thoughtful comments of Professor David C. Baldus (which is not to imply that Professor Baldus agrees with... | dataset_first_40k.jsonl/1827 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Mecel
Mecel was a software and systems consulting firm, specializing in the automotive industry. The company has offices in Gothenburg and has approximately 120 employees.
History
Mecel was founded in Sweden in 1982 by Jan Nytomt and Hasse Johansson, who later became technical manager at Scania. The company idea was... | dataset_first_40k.jsonl/1828 | {
"meta": {
"pile_set_name": "Wikipedia (en)"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
Why doesn't `FOO=42 echo "$FOO"` print 42 in Bash?
I'm confused by this behaviour:
$ FOO=42 echo "$FOO"
$ FOO=42 && echo "$FOO"
42
I'm accustomed to using VARNAME=value cmd to specify environment variables for other commands, so I was surprised to discover it doesn't work when cmd is echo. This might have someth... | dataset_first_40k.jsonl/1829 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Discount Supra Shoes Hsupra shoesui Catholic, yuan the breath of god from above gold j ī shoot out. The trial of the gun, crackdown. "Oh! Thsupra shoes supra shoes, thsupra shoes supra shoes the truth of the holy land, legends, one of ten big Catholic emerald god, god, you incredibly day gold kill them, refining into d... | dataset_first_40k.jsonl/1830 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
NGINX SSL Forward Proxy Config
I know that NGINX is not supposed to be used as a forward proxy but I have a requirement to do so ... Anyway, obviously it is not to hard to get http to work as a forward proxy but issues arise when trying to configure https. I generated some self signed certs and then try to connect... | dataset_first_40k.jsonl/1832 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
I've just spent the last eight days on a boat with Jim
and Anna Abernethy, Captain Kurt, Chef Steve, and six British blokes representing
Dive Magazine UK, the BBC, and various other fine British institutions (in
fact, Jeremy may qualify as a "fine institution" by himself :).
We left out of Palm Beach aboard the M/V She... | dataset_first_40k.jsonl/1833 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Economical and green biodiesel production process using river snail shells-derived heterogeneous catalyst and co-solvent method.
River snail shells-derived CaO was used as a heterogeneous catalyst to synthesize biodiesel via transesterification of palm oil with methanol. The shell materials were calcined in air at 600-... | dataset_first_40k.jsonl/1834 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Effect of clonidine early in life on brain morphofunctional deficits induced by neonatal malnutrition in the rat.
A great body of evidence indicates that malnutrition early in life induces central noradrenergic hyperactivity (CNH). On the other hand, it is known that noradrenaline (NA) is an important regulator of the ... | dataset_first_40k.jsonl/1835 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
#!/bin/bash
if [ -z "$1" ]; then
echo "This script must be called with an argument" >&2
exit 1
fi
/usr/local/bin/mine $(script/find_spec_or_impl.rb $1)
| dataset_first_40k.jsonl/1836 | {
"meta": {
"pile_set_name": "Github"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Noida grows, but poor infrastructure, closure of industries haunt
Noida, April 17 (IANS) Despite being a virtual extension of India’s national capital, this industrial hub, software centre and leisure destination still laments over poor power supply and roads, making the hunger for such essentials as well as the closu... | dataset_first_40k.jsonl/1837 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
global/inner variable conflict? (python)
Sorry for the stupid question, I'm a newbie programmer. But can anyone tell me why the following program behaves this way?
def lol(a):
a=[]
a.append(1)
return a
Now when I do
k = [2, 3]
lol(k)
It returns 1, but k is still unchanged? Why?
Thanks a lot!
A:
In... | dataset_first_40k.jsonl/1838 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Radio
Crowd besieges Danish Tehran embassy
A crowd of over 1,000 people tonight attempted to storm the Danish embassy in Tehran, which sits behind a high wall in the north of the city.
After they rammed the metal gate to the compound, police drove them back with teargas and arrested some.
Firefighters were seen try... | dataset_first_40k.jsonl/1839 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Quelques jours avant Noël, l’Etat a décidé que notre journal ne bénéficierait pas du fonds stratégique pour le développement de la presse pour l’année 2014. Cette aide, qui avait atteint l’année précédente le montant faramineux de… 18 611 euros, entend favoriser le rayonnement des publications françaises à l’internatio... | dataset_first_40k.jsonl/1840 | {
"meta": {
"pile_set_name": "OpenWebText2"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
FBI director: Cover up your webcam - grej
http://thehill.com/policy/national-security/295933-fbi-director-cover-up-your-webcam
======
6t6t6t6
From all they ways I can be spied, the webcam is the one that concerns me the
least.
At the end, all they will see is a bearded man staring to the front. May they
be able to se... | dataset_first_40k.jsonl/1841 | {
"meta": {
"pile_set_name": "HackerNews"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Tentative Graduation Dates Set
I hope that everyone in your household is staying safe and finding continued enjoyment in your time together. As the school district alters or finalizes plans during this time of school closure, there are several items of importance that I want to bring to your attention.
New Feeding Si... | dataset_first_40k.jsonl/1842 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
WinForm - draw resizing frame using a single-pixel border
In a Windows Form with a Resizing Frame, the frame border draws with a raised 3-D look. I'd like it to draw with a flat single pixel border in a color of my choosing.
Is this possible without having to owner draw the whole form?
A:
You could try something... | dataset_first_40k.jsonl/1843 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Antioxidant activities of the water-soluble fraction in tempeh-like fermented soybean (GABA-tempeh).
Tempeh is a traditional fermented soyfood native to Central Java, Indonesia; tempeh is prepared by salt-free aerobic fermentation using Rhizopus. Similar to miso, tempeh is also reported to be antioxygenic. In this stud... | dataset_first_40k.jsonl/1844 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Microsporidiosis in a Brazilian University Hospital: case report.
This is the report on a patient with chronic diarrhea caused by microsporidia. He is married, infected with HIV and has low CD4 cell count. The diagnosis was established through stool parasite search using concentration methods and Gram-chromotrope stain... | dataset_first_40k.jsonl/1845 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Awesome Sport Theme Boys Bedroom Ideas - This inspiring boys bedroom comes from Perianth. Perianth designing this perfect boy?s bedroom by considering the boys character that really close with sport as their hobby or they positive activity to kill th
Quarterback Peyton Manning of the Denver Broncos looks on during war... | dataset_first_40k.jsonl/1846 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
Linux cron job fails to execute part of script which works in shell
I'm having a problem with a script that writes to a log file during a backup procedure. Tested perfectly when called from the root shell, but fails when run from the cron demon.
Backup is done over a series of partitions and the on-site admin will... | dataset_first_40k.jsonl/1847 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
/*
This repository is no longer actively maintained. To find all solutions
to this problem (and practice coding more problems) at:
~~~~~~~~~~~~~~~~~~~~~~~~~
https://backtobackswe.com
~~~~~~~~~~~~~~~~~~~~~~~~~
*/
public class Solution {
public static void main(String args[]) {
/*
Here you are giv... | dataset_first_40k.jsonl/1848 | {
"meta": {
"pile_set_name": "Github"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Irfaan Ali
Dr. Hon. Mohamed Irfaan Ali is a Guyanese politician, sitting Member of Parliament and a former Minister of Housing in Guyana. Ali was elected Presidential Candidate for the People's Progressive Party on January 19, 2019.
Early life & education
Ali was born in Leonora, a village in the West Coast Demarara... | dataset_first_40k.jsonl/1849 | {
"meta": {
"pile_set_name": "Wikipedia (en)"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Two-Port Pars Plana Anterior and Central Core Vitrectomy (Lam Floaterectomy) in Combination With Phacoemulsification and Intraocular Lens Implantation Under Topical Anesthesia for Patients with Cataract and Significant Floaters: Results of the First 50 Consecutive Cases.
To study the safety and efficacy of 2-port pars ... | dataset_first_40k.jsonl/1850 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Discriminative ability of dual-energy X-ray absorptiometry site selection in identifying patients with osteoporotic fractures.
Dual-energy X-ray absorptiometry (DXA) is the gold standard method for measurement of bone mineral density (BMD). The aims of the current study are to compare the ability of BMD measurements to... | dataset_first_40k.jsonl/1851 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
how to format a number in mIRC?
My remote script gets a variable with a number formatted like 4365271385.
I would like the script to send a message with the variable in it formatted like 4.365.271.385.
I searched the internet and the help file, but i couldn't find it.
Sometimes the number is in the thousands, some... | dataset_first_40k.jsonl/1852 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Breaking News
All Ages Ladies Soccer
Thistle ladies caused one of the upsets of the season defeating old rivals Workies 3-0. Knowing they had only 4 games to go, out of finals contention and only fielding 10 players, Thistle ladies had something to prove.
The first goal was a result from a brilliant cross by Maddie R... | dataset_first_40k.jsonl/1853 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Disclosed herein, in various embodiments, are stable, high performing nanoparticle compositions suitable for printing, such as by inkjet printing, as well as processes and devices for making and/or using the same.
Fabrication of electronic circuit elements using liquid deposition techniques may be beneficial as such te... | dataset_first_40k.jsonl/1854 | {
"meta": {
"pile_set_name": "USPTO Backgrounds"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Just give us a call at 1300 get TCA and we’ll be happy to schedule an appointment with you to discuss your particular business needs. In order to make certain that we can help your business, our process begins with a Technology Assessment that includes a Needs Analysis and a Cost Savings Analysis. We will examine the r... | dataset_first_40k.jsonl/1855 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Ab initio structure determination of monoclinic 2,2-dihydroxymethylbutanoic acid from synchrotron radiation powder diffraction data: combined use of direct methods and the Monte Carlo method.
The crystal structure of 2,2-dihydroxymethylbutanoic acid (C(6)H(12)O(4)) in monoclinic form has been determined ab initio from ... | dataset_first_40k.jsonl/1859 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Far away from the glitz and glamor the e-sports circuit, a different breed of semi-professional gamers is eking out an honest day’s work at arcades around the globe. If the Ninjas of the MLG, with their celebrity lifestyles and lucrative promo deals, are the World Series of Poker stars, these arcade hustlers—referred t... | dataset_first_40k.jsonl/1860 | {
"meta": {
"pile_set_name": "OpenWebText2"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
My iOS app isn't requesting iAds
I recently released my first app on the app store (August 5, 2014 release). When I was testing the app the test iAds seemed to never go away. Now, the actual app available on the app store isn't displaying any ads. I have read similar question, where iAds didn't work at first, but ... | dataset_first_40k.jsonl/1861 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Malik
Morgan
#24
Guard
Height:
6'4"
Weight:
199lbs.
Class:
Sophomore
City/State:
River Ridge, La.
High School:
John Curtis HS
Major:
Sports Administration
Experience:
2 Letters
Career Statistics ▾▸
Bio
SOPHOMORE SEASON (2013-14) Season ended early when he suffered a knee injury during the secon... | dataset_first_40k.jsonl/1863 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
IggyAzalea.us is not associated with Iggy Azalea, her family/friends or her manager. This is simply a non-profit fansite dedicated to the talented singer. All content posted up on this site is used under the fair use copyright law 107. If anything belongs to you and you would like credit or removal please contact us at... | dataset_first_40k.jsonl/1864 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
× Project Code
//Display window size int widthD= 400; int HeightD= 600; int score=0; int lives=5; //Bricks int spaceBetweenBricks= 5; int numberOfBricks= 10; int numberOfBrickRows= 10; int spaceFromCeiling= 20; //space between the first row of bricks and the ceiling float brickWidth= (widthD-(numberOfBricks-2)*spaceBe... | dataset_first_40k.jsonl/1865 | {
"meta": {
"pile_set_name": "OpenWebText2"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Retailers had worse sales in November than expected — because of Sandy. The economy isn’t doing as well as experts thought it would — because of Sandy. New home sales were weaker than first reported — because of Sandy.
Hurricane Sandy, of course, was a mighty disaster. But it is a godsend to anyone who needs an excuse... | dataset_first_40k.jsonl/1866 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
This application claims the benefit of Korean Application No. 2000-46938, filed Aug. 14, 2000, the disclosure of which is hereby incorporated herein by reference.
The present invention relates to semiconductor devices, and more particularly, to duty cycle correction circuits.
Recently, the speed of semiconductor memory... | dataset_first_40k.jsonl/1867 | {
"meta": {
"pile_set_name": "USPTO Backgrounds"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
If you're a Baltimore Ravens fan, you're probably itching to see the 2016 season get started after a frustrating 2015 campaign left you wanting much more.
Unfortunately, several months stand in front of us and the week one opener against the Buffalo Bills. But there isn't anything wrong with reckless predictions and r... | dataset_first_40k.jsonl/1868 | {
"meta": {
"pile_set_name": "OpenWebText2"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
About Me
When was the last time you had your air ducts professionally cleaned? Do you know what could be building up in the air ducts in your home? Do you have anyone in the home with breathing sensitivities or allergies? The air ducts in my home were seriously neglected for many years. I had no idea that the dust and... | dataset_first_40k.jsonl/1869 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
Show HyperLinks in Gridview
I have an XML file and it contains data about products,and the most interesting data is a url that takes user to the page of thah product.I have successfully extracted urls from that XML file into XmlNodeList and then I put them into DataTable so these urls can be displayed in ASPxGridv... | dataset_first_40k.jsonl/1871 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
*((c*c**(5/4)*c)/(c*c**(-12)/c))**(-11) assuming c is positive.
c**(-7577/28)
Simplify (v/v**0)**(-1/6)/(v**(-1/4))**(34/5)*v*(v/((v**(1/5)*v*v*v)/v))/v*v*(v/(v/(v**(2/13)/v)))/v*v**(-8)/((v*v**6*v)/v*v*v*v) assuming v is positive.
v**(-722/39)
Simplify ((z*z*z**(-2/7))**(-28))**(-5/2)*(z**0)**39*(z/(z/((z/(z*z**(-3/2)... | dataset_first_40k.jsonl/1873 | {
"meta": {
"pile_set_name": "DM Mathematics"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
/**
* Copyright (c) 2016-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
#import <X... | dataset_first_40k.jsonl/1874 | {
"meta": {
"pile_set_name": "Github"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
Are there any tutorials on version 10 notebook templating and report generation? Are there missing docs?
Bug introduced in 10.0 and persisting through 10.2 or later
I am trying to understand the new templating in version 10. While there is a general documentation page with links to docs for each new function, so ... | dataset_first_40k.jsonl/1875 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Friday, June 18, 2010
Camy here: If you haven't read anything by Robin Lee Hatcher yet, you need to go out right now and buy this book! I have to admit that I enjoy her historical novels more than her contemporaries. (I hope that doesn't make her upset. :) You can read excerpts of all her books on her website in case ... | dataset_first_40k.jsonl/1876 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
983 F.Supp. 977 (1997)
SITHON MARITIME COMPANY, Plaintiff,
v.
HOLIDAY MANSION, a Division of Mohawk, Inc., and Mercury Marine, a Division of Brunswick Corporation, Defendants.
No. CIV. A. 96-2262-EEO.
United States District Court, D. Kansas.
October 22, 1997.
*978 *979 *980 *981 Lee M. Smithyman, Smithyman & Zakoura, ... | dataset_first_40k.jsonl/1877 | {
"meta": {
"pile_set_name": "FreeLaw"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
1. Field
Subject matter disclosed herein relates to monitoring a concentration of an analyte in a physiological compartment.
2. Information
The pancreas of a normal healthy person produces and releases insulin into the blood stream in response to elevated blood plasma glucose levels. Beta cells (β-cells), which reside ... | dataset_first_40k.jsonl/1878 | {
"meta": {
"pile_set_name": "USPTO Backgrounds"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
15 June ’17 — 20:00
Fatou Diome
Meet the writer
Born in Senegal in 1968, Fatou Diome has lived in France since 1994. A politically engaged author, her literary work is nourished by her struggle against intolerance. Her most recent work, Marianne porte plainte! is an excellent example of this. In it she demonstrates ... | dataset_first_40k.jsonl/1879 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
I
wake up suddenly, staring at the ceiling of our apartment. I hear some drunk bros across the street at the bodega arguing in the humid Brooklyn night. I look at Seema, sleeping peacefully beside me. Sleep is nice. It’s our only escape from having to deal with the newfound stress and sadness that has entered our live... | dataset_first_40k.jsonl/1880 | {
"meta": {
"pile_set_name": "OpenWebText2"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
The present invention relates to projectiles and in particular to a projectile having a cavity containing a fluid.
To obtain a satisfactory range from a projectile it is necessary to stabilize its orientation to prevent excessive yaw or pitch. While judicious design of the center of gravity or the inclusion of fins may... | dataset_first_40k.jsonl/1881 | {
"meta": {
"pile_set_name": "USPTO Backgrounds"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_text_area_field</string> </v... | dataset_first_40k.jsonl/1882 | {
"meta": {
"pile_set_name": "Github"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
IL-12 gene-modified bone marrow cell therapy suppresses the development of experimental metastatic prostate cancer.
To investigate the immunomodulatory effects of interleukin-12 (IL-12) for treatment of metastatic prostate cancer, we administered adult bone marrow cells (BMC) that were genetically modified by retrovira... | dataset_first_40k.jsonl/1884 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
/*
* 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 ... | dataset_first_40k.jsonl/1885 | {
"meta": {
"pile_set_name": "Github"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Background {#Sec1}
==========
The prevalence of obesity in the general population has increased dramatically over the last 30 years and it seems likely that the environmental changes that have provoked these increases have also affected people with severe mental illness (SMI); in fact, the rates of overweight and obes... | dataset_first_40k.jsonl/1886 | {
"meta": {
"pile_set_name": "PubMed Central"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
If people are stupid enough that they need a law to make them do the right thing then that gene pool needs chlorinated whether it's jaywalker and an escalade or whatever else. What's wrong with personal responsibility instead a nanny state?
It may not be their own genes they're eliminating. It could be the neighbor ki... | dataset_first_40k.jsonl/1887 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Ýazguly Hojageldiýew
Yazguly Berdymuhammedovich Hojageldiyev (; born 16 February 1977) is a Turkmen football manager and former professional footballer who is currently the manager of the Altyn Asyr FK. Honored coach of Turkmenistan.
Career
Hojageldiyev was born in Büzmeýin. As a football player played as a midfiel... | dataset_first_40k.jsonl/1889 | {
"meta": {
"pile_set_name": "Wikipedia (en)"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
五輪3大会連続出場という不動のエースは、その愛らしさから「サオリン」という愛称でも親しまれる日本女子バレー界のアイドルだ。先のW杯では惜しくもリオ五輪出場切符をつかめなかったが、代表でもキャプテンを務める木村沙織(29)の存在感は際立つ。
「彼女を語るうえで外せないのが豊満なバストでしょう。ユニホームがピチッとているので、どうしても体の線が目立ってしまう。近年は試合会場の警備もしっかりしているので、バストを狙い撃ちした写真が撮影されて出回るようなこともなかったと思いますが‥‥」(スポーツ紙記者)
しかし、推定Fカップの“はつらつ乳”を踏みにじる悪質なアニメーション動画が存在した。その名も「パンケイクス」。有志によって作られた、い... | dataset_first_40k.jsonl/1890 | {
"meta": {
"pile_set_name": "OpenWebText2"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Debit Card Loans: Use Debit Card to Arrange Instant Money
Do you know how much important your debit card is for you? Do you know that it can also arrange you some finance in your tough period? Yes, you don’t need to cry for anything when you are not having money and you have some necessary issues to deal with them at ... | dataset_first_40k.jsonl/1891 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Comparison of a foam rolling session with active joint motion and without joint motion: A randomized controlled trial.
Foam rolling has become a popular form of self-myofascial release or roller massage among health and fitness professionals. Due to this popularity, foam roller devices can be found in many clinical and... | dataset_first_40k.jsonl/1892 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
jQuery changing font family and font size
I am trying to change font family and font size of the text that appears in a textarea and a container by choosing the font from the list, font size should be fixed. I am also trying to change color of the background when a font is picked.
That is my code:
<script typ... | dataset_first_40k.jsonl/1893 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
<!--
~ 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
~
~ https://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law o... | dataset_first_40k.jsonl/1894 | {
"meta": {
"pile_set_name": "Github"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Image copyright Getty Images Image caption Abortions are illegal in Northern Ireland except for cases where the woman's health is at risk
The number of women from Northern Ireland travelling to England and Wales to have abortions rose by 192 in the past year.
Government statistics showed 1,053 women travelled in 2018... | dataset_first_40k.jsonl/1895 | {
"meta": {
"pile_set_name": "OpenWebText2"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Pakistan 'militant leader' Malik Ishaq arrested
Pakistani police have detained Malik Ishaq, founder and former head of militant group Lashkar-e-Jhangvi (LeJ), at his home in Punjab province.
The group said that it carried out an attack in a Shia Muslim area of the southern city of Quetta last Saturday which killed al... | dataset_first_40k.jsonl/1896 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Relevance of accurate Monte Carlo modeling in nuclear medical imaging.
Monte Carlo techniques have become popular in different areas of medical physics with advantage of powerful computing systems. In particular, they have been extensively applied to simulate processes involving random behavior and to quantify physical... | dataset_first_40k.jsonl/1898 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Stamboul (film)
Stamboul is a 1932 British drama film directed by Dimitri Buchowetzki and starring Warwick Ward, Rosita Moreno, Margot Grahame, and Garry Marsh. It was released by the British division of Paramount Pictures. The film's sets were designed by the art director Heinrich Richter, Hermann Warm and R. Holmes ... | dataset_first_40k.jsonl/1900 | {
"meta": {
"pile_set_name": "Wikipedia (en)"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
More efficient breeding systems for controlling inbreeding and effective size in animal populations.
A selection scheme and a mating scheme are proposed to control the inbreeding and genetic drift in conserved or control animal populations with different numbers of males and females. Recurrence equations for the inbree... | dataset_first_40k.jsonl/1901 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Pōmare
Pōmare or Pomare may refer to:
Pōmare Dynasty, the dynasty of the Tahitian monarchs
Pōmare I (c.1742-1803), first king of the Kingdom of Tahiti
Pōmare II (c.1774–1821), second king of Tahiti
Pōmare III (1820-1827), third king of Tahiti
Pōmare IV (1813-1877), queen of Tahiti (fourth monarch)
Pōmare V (1839-1891... | dataset_first_40k.jsonl/1902 | {
"meta": {
"pile_set_name": "Wikipedia (en)"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Lanette Holmes had grown accustomed to waiting for her husband, Shabaka Shakur. He had spent the past 27 years in prison for a murder he insisted he did not commit, based largely on a confession that a judge ruled last week bore a “reasonable probability” of having been fabricated by a detective now accused of using ro... | dataset_first_40k.jsonl/1905 | {
"meta": {
"pile_set_name": "OpenWebText2"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Introduction {#s1}
============
Traditionally, ecological and eco-evolutionary epidemiological models describe the dynamics of infectious diseases by considering susceptible, infected and recovered hosts with host-to-host, or host-environment-host transmission [@pone.0071621-Kermack1]--[@pone.0071621-Hudson1]. A numbe... | dataset_first_40k.jsonl/1908 | {
"meta": {
"pile_set_name": "PubMed Central"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Arsenic- and mercury-induced phytotoxicity in the Mediterranean shrubs Pistacia lentiscus and Tamarix gallica grown in hydroponic culture.
Hg and As resistance and bioaccumulation were studied in hydroponically grown Pistacia lentiscus and Tamarix gallica plants. Both elements caused growth inhibition in roots and shoo... | dataset_first_40k.jsonl/1909 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
About This Game There is no feeling greater than stepping up to the plate, with the crowd cheering, and crushing the pitch deep into left field! Now you can live the experience with
VR Baseball, the premier baseball game for Virtual Reality!
With over 40 bats to choose from, stepping up to the plate and hitting hom... | dataset_first_40k.jsonl/1910 | {
"meta": {
"pile_set_name": "OpenWebText2"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Lorenzo Parodi
Lorenzo Parodi (Genoa, 24 May 1926 – Genoa, 31 July 2011) was an Italian trade unionist, communist revolutionary and politician, founder in 1965 of Lotta Comunista with Arrigo Cervetto.
From the small workshop to Ansaldo
Lorenzo Parodi was born into a working-class family: his father "Bartolomeo Parod... | dataset_first_40k.jsonl/1911 | {
"meta": {
"pile_set_name": "Wikipedia (en)"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Human peritoneal macrophages synthesize leukotrienes B4 and C4.
Macrophages were isolated from the dialysis fluid of patients undergoing continuous ambulatory peritoneal dialysis and separated by gradient centrifugation and purification on 50% Percoll. The cells were prelabeled with [14C]arachidonic acid for 1.5 h. The... | dataset_first_40k.jsonl/1912 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
# Airspeed Velocity
`pandera`'s performance benchmarks over time can be [viewed on this airspeed-velocity dashboard](https://pandera-dev.github.io/pandera-asv-logs/).
The [config](https://github.com/pandera-dev/pandera-asv-logs/tree/master/asv_bench/asv.conf.json) and [results files](https://github.com/pandera-dev/p... | dataset_first_40k.jsonl/1913 | {
"meta": {
"pile_set_name": "Github"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
20th Century Fox A typical day in the office for a planetary protection officer isn’t this exciting.
NASA is hiring a planetary protection officer with a salary of up to $US187,000.
The job was created after the signing of the Outer Space Treaty of 1967.
Planetary protection officers are hired to make sure humans do... | dataset_first_40k.jsonl/1914 | {
"meta": {
"pile_set_name": "OpenWebText2"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
863*n**3 + 24773*n.
-227178*n
Find the second derivative of 3*m**5 - 12111*m**3 + 6*m - 1425.
60*m**3 - 72666*m
What is the second derivative of -40*i**4*j + i**4 + 432*i**3 - 73*i*j + 9*i - 2*j - 1 wrt i?
-480*i**2*j + 12*i**2 + 2592*i
What is the third derivative of 381*w**6 + w**5 + 54*w**3 + 3*w**2 + 307*w wrt w?
4... | dataset_first_40k.jsonl/1915 | {
"meta": {
"pile_set_name": "DM Mathematics"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
var baseSum = require('./_baseSum'),
identity = require('./identity');
/**
* Computes the sum of the values in `array`.
*
* @static
* @memberOf _
* @since 3.4.0
* @category Math
* @param {Array} array The array to iterate over.
* @returns {number} Returns the sum.
* @example
*
* _.sum([4, 2, 8, 6]);
* ... | dataset_first_40k.jsonl/1916 | {
"meta": {
"pile_set_name": "Github"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
The American Society for Microbiology (ASM) is pleased to submit the following testimony on the Fiscal Year (FY) 2014 appropriation for the Department of Energy (DOE) science and research programs. The ASM is the largest single life science organization in the world with more than 37,000 members. The ASM mission is to ... | dataset_first_40k.jsonl/1917 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Re: Harrison Co KY Adams mar to Swinford
Hello, I too am searching for Adams family of Harrison Co KY.Nora Adams (married John Q Groves, one child, Hattie Lee, died in 1893 from a tragic fire) amaternal great great grandmother.She lived in the Tricum area of Harrison County Route 36 west out of Cynthiana Kentucky. She... | dataset_first_40k.jsonl/1918 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Diarrhea in children and sanitation and housing conditions in periurban areas in the city of Guarulhos, SP.
A cross-sectional study was carried out to identify the association between diarrhea in 0-2 year-old children and children's characteristics, access to sanitation and housing conditions in a periurban area served... | dataset_first_40k.jsonl/1919 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Structural requirements for the growth factor activity of the amino-terminal domain of urokinase.
High molecular weight urokinase-type plasminogen activator (uPA) in which proteolytic activity was inactivated (diisopropyl fluorophosphate (DFP)-uPA), its amino-terminal fragment (ATF, amino acids (aa) 1-143), and fucosyl... | dataset_first_40k.jsonl/1921 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
The role of Streptococcus pneumoniae in community-acquired pneumonia among adults in Europe: a meta-analysis.
The primary objective of this meta-analysis was to estimate the prevalence of adult community-acquired pneumonia (CAP) caused by Streptococcus pneumoniae in Europe, adjusted for possible independent covariates.... | dataset_first_40k.jsonl/1923 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
However, dampening the mood was the injury sustained by captain Paul Pogba, who was taken off after just 18 minutes following an apparent hamstring niggle.
Fellaini calmed the nerves around the stadium when he opened the scoring after 35 minutes, nodding home Ashley Young's inch-perfect cross from close range.
Lukaku... | dataset_first_40k.jsonl/1925 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
mySQL stored procedural with variable method, query and limit
Hello I'm quite new to mySQL and I'm trying to write a stored procedure. I've searched on the internet to questions alike this one but I couldn't find any results for this.
I'm trying to make search function for my webapplication where you can search in... | dataset_first_40k.jsonl/1926 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
As the value and use of information continues to increase, individuals and businesses seek additional ways to process and store information. One option available to users is information handling systems. An information handling system generally processes, compiles, stores, and/or communicates information or data for bu... | dataset_first_40k.jsonl/1927 | {
"meta": {
"pile_set_name": "USPTO Backgrounds"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Spread the love
Grand Rapids, MI — Dramatic body camera footage released this week shows a Grand Rapids Police Officer holding the muzzle of his AR-15 rifle to the head of an unarmed man who was subdued, in a seeming attempt to torment him. On Tuesday, after they investigated themselves, Kent County Prosecutor... | dataset_first_40k.jsonl/1928 | {
"meta": {
"pile_set_name": "OpenWebText2"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Immunologic basis of chronic allergic diseases: clinical messages from the laboratory bench.
During the past decade there have been significant advances in our understanding of the mechanisms underlying allergic responses. Immediate hypersensitivity reactions are mediated primarily by mast cells in an IgE-dependent man... | dataset_first_40k.jsonl/1929 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Vinchopolis
In which our heroes meet in a tavern
It was just another day in Vinchopolis. With a newly-conquered island kingdom under its thumb, the city’s supply of wood was suddenly quite well stocked. There were also rumours of a new race called “Eladrin” who carried with them a terrible plague. Although these crea... | dataset_first_40k.jsonl/1930 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Universal nature of collective plasmonic excitations in finite 1D carbon-based nanostructures.
We provide evidence of the plasmon resonances in a number of representative 1D finite carbon-based nanostructures using first-principle computational electronic spectroscopy studies. Our special purpose real-space/real-time a... | dataset_first_40k.jsonl/1931 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Complicated Candida parapsilosis peritonitis on peritoneal dialysis in a neonate with renal failure because of bilateral adrenal abscesses.
We present a full-term female infant with a difficult delivery course complicated with Escherichia coli sepsis and bilateral adrenal abscesses. She developed renal failure and rece... | dataset_first_40k.jsonl/1933 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
Condition when I do not have a file in my list
My script:
#!/bin/bash
NOW=$(date +"%Y%m%d%t%H%M%S")
# Pour chaque dossiers "log" trouvé.
for folder in $(find . -name "*log*" -type d )
do :
# Pour chaque dossier log contenant des fichiers ".log" vieux de +30jours.
tar czf archive-log.$NOW.ta... | dataset_first_40k.jsonl/1934 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
#
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes ... | dataset_first_40k.jsonl/1935 | {
"meta": {
"pile_set_name": "Github"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Colicin typing of Shigella sonnei isolated in Northern Taiwan.
Eighty-eight strains of Shigella sonnei isolated in northern Taiwan during the period of 1970-1974, were studied for their colicin types by a modified method of Abbott and Shannon. As a result, 67(76%) typable and 21(24%) non-typable strains were found. The... | dataset_first_40k.jsonl/1936 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
How to Disable JButton
I want my JButton to be Disabled until all of the fields has inputs.
package Grade;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class GradeGUI extends JFrame {
private JLabel quizL,exerL,partL,partLL,examL,finalSL,totalIL,totalL,blankL,blankL2,blankL3,blan... | dataset_first_40k.jsonl/1937 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
How can I make the SpeechSynthesizer speak through a particular device?
I am new to the Speech Recognition, so please excuse me if the question is very basic level.
My application captures what I speak through my microphone. I have written some responses using my c# code for every command I say and the SpeechSynt... | dataset_first_40k.jsonl/1938 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
You are here
Cigarette sales dive, hurting health funds
Search form
WARNING: Arizonans quitting smoking may be hazardous to the fiscal health of publicly funded programs that receive tobacco tax revenues.
Tucson Citizen
Friday, November 30, 2007
Heidi Rowley
Sales of cigarettes in Arizona have fallen by millions... | dataset_first_40k.jsonl/1939 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Vasoactive intestinal peptide as a healing mediator in Crohn's disease.
The vasoactive intestinal peptide/pituitary adenylate cyclase-activating peptide (VIP/PACAP) system is considered as a paradigm for the use of a neuroendocrine-immune mediator in therapy. We review the role of VIP in 2,4,6-trinitrobenzenesulfonic a... | dataset_first_40k.jsonl/1940 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
The hydroxyphenylpyruvate dioxygenases (HPPDs) are enzymes that catalyze the reaction in which para-hydroxyphenylpyruvate (HPP) is transformed into homogentisate. This reaction takes place in the presence of enzyme-bound iron (Fe2+) and oxygen. Herbicides that act by inhibiting HPPD are well known, and include isoxazol... | dataset_first_40k.jsonl/1941 | {
"meta": {
"pile_set_name": "USPTO Backgrounds"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.