text stringlengths 2 3.53M | id stringlengths 25 29 | metadata dict |
|---|---|---|
ANTICIPATED IMPACTS ON VETERAN?S HEALTHCARE: Knowledge generated by this proposal will inform VHA about: 1) the prevalence (and incidence) of post-colonoscopy colorectal cancer (PCCRC) in Veterans; 2) determine whether and the extent to which patient outcomes are affected relative to detected colorectal cancer (DCRC); ... | dataset_first_40k.jsonl/6751 | {
"meta": {
"pile_set_name": "NIH ExPorter"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
Alter each for-loop in a function to have error handling executed automatically after each failed iteration
This question follows from catch errors within generator and continue afterwards
I have about 50 similar (but different) functions which try to extract URLs and such from websites. Because each website is di... | dataset_first_40k.jsonl/6754 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Wow. Just wow. That's a lot of stuff.
I got a giant care package from Belgium! Everything was wrapped in mega bubble wrap (it's not as fun as it sounds, they don't pop :'( ) Inside the bubble wrap was three books. I don't think I know these, but I can't wait to read them. Besides the books was a small paper bag with j... | dataset_first_40k.jsonl/6756 | {
"meta": {
"pile_set_name": "OpenWebText2"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
What to use as session id in application insights
I am considering adding some support in our app-backend to enable users and sessions to enable the analytics features in application insights.
As far as my understanding goes, i need to annotate the telemetry I send with user id and a session id.
For user id we ha... | dataset_first_40k.jsonl/6757 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Growth through embracing discomfort… I’ve had a wonderful winter back in the Gunnison Valley after 3+ years in Hawaii. My time in Hawaii gave me many unique opportunities to embrace discomfort. As a professional I progressively advanced my fundraising and public speaking skills and reconnected with my youth in poverty ... | dataset_first_40k.jsonl/6758 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
tabs
Trend Alert Top Designer Wallpaper Sources
Title Posted by Deborah (at) dvdInteriorDesign aHome Decor Website, a Connecticut-based Design Blog and portfolio collection of the latest trends and products as seen at trade shows and in the marketplace, including ideas for stylish living and inspirations.
It's Back!... | dataset_first_40k.jsonl/6759 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
7 smart and sassy crime fiction writers dish on writing and life.
It's The View. With bodies.
Thursday, March 3, 2016
A Question of Class #mystery @barbross
LUCY BURDETTE: I love love love Barbara Ross's Maine Clambake mystery series. Her characters feel so real, and the setting is interesting and unique. As she was... | dataset_first_40k.jsonl/6760 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Compare Prices on Crown Princess Southern Caribbean Cruises
Cheaper to cruise then to stay in a nursing home....
Sail Date:
January 2014
Destination:
Southern Caribbean
Embarkation:
Fort Lauderdale (Port Everglades)
I will start off by saying we enjoyed the cruise very much. We were in a inside cabin on the Rivier... | dataset_first_40k.jsonl/6761 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
Switching Differential Equation in NDSolve
I am trying to solve the following system of differential equations using NDSolve:
$\dot{z}_t=.5(1-z_t)$
$\dot{y}_t=.05y_t+z_t-x_t$
subject to the following constraint:
$-y_t-z_t\le0$
where $z_t$ essentially follows a predetermined path, and $x_t=0.75$ until the constrain... | dataset_first_40k.jsonl/6764 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
Linear Layout:How to fill the whole width of screen?
I've following layout file, which creates linear layout inside the relative layout.
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_wi... | dataset_first_40k.jsonl/6766 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Sunderland was one of the first constituencies to declare its result on the night of the Brexit referendum and the margin of victory for leave sent shockwaves through the political establishment and the financial markets. Since then, Sunderland has become a symbol of Brexit Britain, stereotyped as a “left behind” forme... | dataset_first_40k.jsonl/6768 | {
"meta": {
"pile_set_name": "OpenWebText2"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
1. Field of the Invention
The present invention related to a wiring board with built-in capacitors. Specifically, the invention relates to a wiring board with built-in capacitors, which has a multilayer wiring structure and capable of mounting an IC chip thereon.
2. Description of the Prior Art
In a proposed wiring boa... | dataset_first_40k.jsonl/6769 | {
"meta": {
"pile_set_name": "USPTO Backgrounds"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
class Testp
convert
A '2'
B '3'
end
prechigh
left B
preclow
rule
/* comment */
target: A B C nonterminal { action "string" == /regexp/o
1 /= 3 }
; # comment
nonterminal: A '+' B = A;
/* end */
end
---- driver
# driver is old name
| dataset_first_40k.jsonl/6770 | {
"meta": {
"pile_set_name": "Github"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Effect of testosterone replacement therapy on prostate tissue in men with late-onset hypogonadism: a randomized controlled trial.
Prostate safety is a primary concern when aging men receive testosterone replacement therapy (TRT), but little information is available regarding the effects of TRT on prostate tissue in men... | dataset_first_40k.jsonl/6772 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
factory floor simulation
I would like to create a simulation of a factory floor, and I am looking for ideas on how to do this. My thoughts so far are:
• A factory is a made up of a bunch of processes, some of these processes are in series and some are in parallel. Each process would communicate with it's upstrea... | dataset_first_40k.jsonl/6773 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Presenter Information
Location
Room 129
Type of Presentation
Individual paper/presentation (20 minute presentation)
Target Audience
Higher Education
Abstract
Librarians face numerous challenges when designing effective, sustainable assessment methods for student learning outcomes in one-shot, course-integrated ... | dataset_first_40k.jsonl/6775 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
QS prev_prev_son==- { "b^*","ch^*","d^*","dh^*","f^*","g^*","hh^*","jh^*","k^*","p^*","s^*","sh^*","t^*","th^*","v^*","z^*","zh^*" }
QS prev_prev_vc==+ { "aa^*","ae^*","ah^*","ao^*","aw^*","ax^*","ay^*","eh^*","er^*","ey^*","ih^*","iy^*","ow^*","oy^*","uh^*","uw^*" }
QS prev_prev_cvox==+ { "b^*","d^*","dh^*","g^*","jh^... | dataset_first_40k.jsonl/6776 | {
"meta": {
"pile_set_name": "Github"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
From the "child-like fanatic" of the Cold War era to today's "Shiite Muslim martyrdom."
[ opinion ]
March 5 marks the 45th anniversary of the death of Mohammad Mosaddegh, Iran's popular prime minister who was ousted in a CIA MI6 -sponsored coup in 1953, or "Kudeta-ye 28 Mordad," as Iranians call it, referring to the ... | dataset_first_40k.jsonl/6777 | {
"meta": {
"pile_set_name": "OpenWebText2"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
As surely as the toll echoes from Big Ben, every nationwide election in Britain for more than a century has been won by one of two parties: Labor or the Conservatives.
Next week, that august record is likely to come crashing down, courtesy of a far-right insurgent party that has seized on a pervasive anti-immigrant an... | dataset_first_40k.jsonl/6778 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
ファイル形式・When importing uncompressed audio files into Audacity・Make a copy of the file before editing (safer) - Selecting this means that Audacity will take longer to import files, but it will always have its own copy of any audio you are using in a project. You can move, change, or throw away your files immediately afte... | dataset_first_40k.jsonl/6780 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
Ruby WIN32OLE excel chart seriescollection values
I am trying to change the values of an Excel (actually PowerPoint) chart.
I tried doing this by passing an array but it doesn't seem to work.
Although as mentioned on this page it should work...: http://msdn.microsoft.com/en-us/library/office/ff746833.aspx
So how d... | dataset_first_40k.jsonl/6783 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
This invention relates to a fuse for connection in and protection of an electrical circuit.
Various fuse devices have been developed for connection into an electrical circuit to open the circuit in response to abnormal current conditions. The fuse elements may include a current conductor which will carry normal current... | dataset_first_40k.jsonl/6786 | {
"meta": {
"pile_set_name": "USPTO Backgrounds"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
Where was Hermione's time turner after the Prisoner of Azkaban?
In Harry Potter, Hermione's Time turner saves the day in the Prisoner of Azkaban.
But then we don't see it in the rest of the series.
Where did it go?
A:
She returned it.
Hermione Granger got one from Professor McGonagall to attend more classes in ... | dataset_first_40k.jsonl/6787 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Binding specificities of eight monoclonal antibodies to human glycophorin A--studies with McM, and MkEn(UK) variant human erythrocytes and M- and MNV-type chimpanzee erythrocytes.
Four newly derived mouse monoclonal antibodies to human glycophorin A are described. Three of these antibodies bind preferentially to the N ... | dataset_first_40k.jsonl/6788 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Closure and relocation of Stockton and family law courthouses
Closure and relocation of Stockton and family law courthouses
Effective July 28, 2017 at 12:00 p.m. (noon), the Stockton Courthouse located at 222 E. Weber Ave. and the Family Law Courthouse located at 540 E. Main St. will be permanently closed. All servic... | dataset_first_40k.jsonl/6789 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
The present invention relates to pallet-making machines in general, and in particular to nail-driving chucks for use in pallet-making machines.
The forerunners of today's wooden pallets were developed during World War II to assist the armed forces in moving large amounts of goods in short time periods with forklift tru... | dataset_first_40k.jsonl/6792 | {
"meta": {
"pile_set_name": "USPTO Backgrounds"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Dr. Joanna Slusky’s Gift Guide
What are the best gifts of all? The ones that come with a meaning and a sense of care that will be remembered far beyond the holiday season. Here are some top gifts of SIGHT, STYLE and SAFER BEAUTY from Chicago’s Favorite Optometrist...
CW1117_WebFlippers_3
1. NISANTASI SUN & 2. HAMPST... | dataset_first_40k.jsonl/6794 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
I am having problems running the command bundle exec guard init rspec
I am going through the railstutorial.org book.
I am receiving this error:
$ bundle exec guard init rspec
c:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/guard-2.0.3/lib/guard/interactor.rb:1:in
require': cannot load such file -- pry (LoadError)
... | dataset_first_40k.jsonl/6796 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
When Seth Maness joined the team, I flagged him as truly one of the weirdest prospects in baseball. He had a long history of success in the minors, despite a below average strikeout rate, and because of a microscopic walk rate and an astonishing groundball rate. He was a weird prospect, who was going to put to the test... | dataset_first_40k.jsonl/6797 | {
"meta": {
"pile_set_name": "OpenWebText2"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Providing free, reliable birth control to women could prevent between 41 percent and 71 percent of abortions in the United States, new research finds.
In a study published today (Oct. 4) in the journal Obstetrics and Gynecology, researchers provided free methods of reversible, reliable contraception to more than 9,000... | dataset_first_40k.jsonl/6800 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Thanks. Unfortunately, I think the answers are yes and yes.
Kathy Ringblom
09/05/2000 02:49 PM
To: Drew Fossum/ET&S/Enron@ENRON
cc:
Subject: Re: Document Retention
Well, I'm not sure how responsive Dot's response was to your initial
communication, but I agree that there is a 10 year retention policy on
con... | dataset_first_40k.jsonl/6802 | {
"meta": {
"pile_set_name": "Enron Emails"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Welcome, friend! Are you looking to kickstart your prayer life? Be sure to check out the Teach Me to Pray Journal, in addition to the tips in this post.
Knowing how to pray is one of those things you think should come naturally, right? Especially if you’ve been a Christian for a while?
But if you’re like thousands of... | dataset_first_40k.jsonl/6803 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Functional and Mechanistic Insights into the Pathogenesis of P63-Associated Disorders.
The p53 family member p63 is a master regulator of gene expression in stratified epithelia, such as the epidermis. One of the main functions of p63 is to sustain mechanical resistance, positively regulating several epidermal genes in... | dataset_first_40k.jsonl/6804 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Motor running very rough
JOSH PLETT
MEMBER
2003 BUICK CENTURY
3.1L
V6
2WD
AUTOMATIC
130,000 MILES
My motor is running rough. My check engine light is on. I have changed all spark plugs, plug wires, and coil packs. I have double checked to make sure I have the correct firing order. It runs the same as be for I ... | dataset_first_40k.jsonl/6807 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
New 'Medicare for Beginners' Workshops
The Central Ohio Area Agency on Aging (COAAA), in partnership with the Ohio Senior Health Insurance Information Program (OSHIIP), will offer additional ‘Medicare for Beginners’ Workshop dates this spring and summer. The daytime seminars are May 25 and July 19, both starting at 3:... | dataset_first_40k.jsonl/6808 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
jquery validate .resetForm() not clearing form, validation messages firing on manual reset
Ive got several buttons, passing different params to the same function. That function will eventually do lots of client side processing but first it needs to validate. Validation is working fine, but upon success, I need t... | dataset_first_40k.jsonl/6809 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
send key strokes to a window in vb.net while it is still minimized
I used to know vb6 and I need to make a quick application. I hope someone can help me with how to send keys to a minimized window in vb.net
thanks
A:
Normally you can send keys with the SendMessage API function, but I'm not sure if it would be af... | dataset_first_40k.jsonl/6810 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Singri (singiri)
Sengri is the last name or family name of the people who hail from a place called "Sengiri" in South India. There are many other places with same name as Sengiri, for example in Orissa (a state in North India), in Tanzania etc., which have no bearing on the last name as referred to in this article. Ma... | dataset_first_40k.jsonl/6811 | {
"meta": {
"pile_set_name": "Wikipedia (en)"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Slip Op. 13-69
UNITED STATES COURT OF INTERNATIONAL TRADE
SINCE HARDWARE (GUANGZHOU)
CO., LTD.,
Plaintiff,
Before: Leo M. Gordon, Judge
v.
... | dataset_first_40k.jsonl/6816 | {
"meta": {
"pile_set_name": "FreeLaw"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Monday, August 11, 2014
A few days before. I search for information on the New Orleans Saints 8'' x 20'' Framed Letter Art, so i have to tell.
New Orleans Saints 8'' x 20'' Framed Letter Art
Take a virtual tour of your favorite NFL teams city when you hang this 8aposapos x 20aposapos framed letter art in your home o... | dataset_first_40k.jsonl/6817 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
returning the ArrayList cast to List vs no casting
What is the difference, if any, between the two:
@ModelAttribute(value = "attendanceStatuses")
public List<Code> getAttendanceStatusCodes() {
List<Code> attendanceStatuses= new ArrayList<Code>(
cacheService.getValidCodesOfCodeGroup(CODE_GROUP));
retu... | dataset_first_40k.jsonl/6821 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
The molecular basis of transformation of lymphocytes by Theileria parva infection.
The protozoan intracellular parasites, Theileria parva and Theileria annulata, infect cattle and cause severe and fatal leukocytic proliferative diseases. The proliferation is dependent on the presence of the parasites in the host cell c... | dataset_first_40k.jsonl/6822 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Jazz Fills the Air Near Brookhaven Accommodations for Annual Winterfest Guests
Wineries Open Their Tasting Rooms to Jazzy Winter Fun
BELLPORT, NY--(Marketwire - Feb 14, 2013) - Jazzing up the winter doldrums, Long Island's Winterfest returns to ignite some fun and relaxation with exceptional music and fine wines ever... | dataset_first_40k.jsonl/6824 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Mammals
More than 50 mammal species are found in Northern Virginia; and Willowsford habitat is suitable for many of them.
Some mammals, such as gray squirrels and white-tailed deer, are often seen. Others, like skunks, fox and bears are more elusive. The smallest mammals, including voles and shrews, are rarely seen b... | dataset_first_40k.jsonl/6826 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Alto-Shaam Golf Outing Raises $100K for Lymphoma
The sixth annual Jerry Maahs Memorial Golf Outing held on Aug. 9 at Ironwood Golf Course in Sussex raised more than $100,000 for the Leukemia & Lymphoma Society’s Wisconsin chapter, making the event its largest independent fundraiser in the state.
Alto-Shaam founder Je... | dataset_first_40k.jsonl/6827 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Click to email this to a friend (Opens in new window)
Click to share on Twitter (Opens in new window)
Click to share on Facebook (Opens in new window)
Andrea Bocelli will not perform at President-elect Donald Trump’s inauguration, Page Six has exclusively learned — because of backlash over the gig.
We reported firs... | dataset_first_40k.jsonl/6829 | {
"meta": {
"pile_set_name": "OpenWebText2"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
LONDON (Reuters) - British Prime Minister Theresa May on Wednesday promised parliament it would receive a proper analysis of any Brexit deal once it has been finalised with the European Union.
Reporting by Elizabeth Piper, writing by William James; editing by Kate Holton Our Standards: The Thomson Reuters Trust Princi... | dataset_first_40k.jsonl/6833 | {
"meta": {
"pile_set_name": "OpenWebText2"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
The Locked ONProximity Sensing t-shirt is a stone cold radar-detecting piece of apparel. When separated from companions, its radar screen stays in scan mode. But get within a few meters of another Locked ON wearer? Target detected, baby.
The decal on the front of the shirt is removable, since you probably wouldn't wan... | dataset_first_40k.jsonl/6834 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
The authors confirm that all data underlying the findings are fully available without restriction. Raw data are not suitable for public deposition as they contain identifying human information. Data are available upon request from the corresponding author.
Introduction {#s1}
============
In Western countries multiple... | dataset_first_40k.jsonl/6837 | {
"meta": {
"pile_set_name": "PubMed Central"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
This article has been accepted for publication and undergone full peer review but has not been through the copyediting, typesetting, pagination and proofreading process, which may lead to differences between this version and the Version of Record. Please cite this article as doi:10.1111/anae.15220
| dataset_first_40k.jsonl/6841 | {
"meta": {
"pile_set_name": "PubMed Central"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
1. Introduction
This code implements MDI tab view for easy navigation.
The views are supported on a control bar, which can be floated (of course
docked!).
2. Implemented Features
Control bar-based owner-drawn tab view. Supports fonts and color settings,
the default is as follows
The normal/inactive tab text is pain... | dataset_first_40k.jsonl/6842 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Many commercially available meat products are prepared and packaged by the manufacturer to be cooked and eaten by the consumer, without the need for further preparation or processing. While this may be convenient for the consumer who is rushed or unmindful of the aesthetic aspects of a meal, it is also a fact that many... | dataset_first_40k.jsonl/6843 | {
"meta": {
"pile_set_name": "USPTO Backgrounds"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
0
0
18
74
9
30
0
61
0
15
41
9
0
0
7
14
27
17
0
9
2
17
25
2
30
5
19
36
0
0
0
0
0
26
0
0
5
0
9
12
3
2
45
33
25
33
0
36
34
29
12
5
81
3
0
2
10
29
76
2
0
21
66
0
0
0
0
0
0
2
0
0
0
0
0
41
0
72
0
2
5
5
5
24
0
22
2
31
26
34
5
0
0
27
0
0
0
2
2
47
48
0
37
25
27
28
2
14
7
4
0
23
28
0
0
0
0
0
0
0
0
0
14
24
29
26
0
9
21
24
0
2
3
3... | dataset_first_40k.jsonl/6844 | {
"meta": {
"pile_set_name": "Github"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Effect of Magic Johnson's HIV status on HIV-related attitudes and behaviors of an STD clinic population.
This paper reports data on the effects that Earvin "Magic" Johnson's announced HIV infection had on the clients of an Philadelphia sexually-transmitted-disease (STD) clinic. Interviews conducted after Johnson's anno... | dataset_first_40k.jsonl/6845 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Database Backup failed - Not enough disk space
I've been getting a pop-up stating that my database backup has been failing. However, when I look, I see that I have plenty of space.
CAUSE:
By default, Kaseya stores the two most recent database backups on the server.
If the disk that the database backup is stored on ... | dataset_first_40k.jsonl/6846 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Virginia Minifarm Land For Sale
Sort :
Sort By
Blue Ridge Mountain Mini-Farm with Extensive Trout Stream Frontage. This is an excellent 29.416 acre farm, fenced for horses, goats or cows, 36x40 barn built in 2008 with a 12’ shed off one side, three 10x12 stalls and a tack room. All of this is within 15 minute pull o... | dataset_first_40k.jsonl/6848 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
convert BufferedImage to JPG byte array
I'm working on a processing platform for images and my server is currently accepting images as byte arrays from the client using pythons PIL.Image methods. I'm also currently using Java as a front end to grab image frames from video with the FrameGrab utility and returning t... | dataset_first_40k.jsonl/6849 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Produced by Emmy, MFR and the Online Distributed
Proofreading Team at http://www.pgdp.net (This file was
produced from images generously made available by The
Internet Archive)
[Transcriber's Note: Bold text is surrounded by =equal signs= and italic
text is surrounded by _underscores_.]
TWICE-A-MONTH
WIDE... | dataset_first_40k.jsonl/6850 | {
"meta": {
"pile_set_name": "Gutenberg (PG-19)"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Introduction {#sec1-1}
============
Ununited fractures of clavicle are occasionally seen in adults, but are rarely found in children\[[@ref1][@ref2]\]. Post-traumatic non-union of the clavicle is a rare complication in adulthood with a frequency of about 1%. This condition is also exceptional in children, despite the ... | dataset_first_40k.jsonl/6853 | {
"meta": {
"pile_set_name": "PubMed Central"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
A cross-border comparison of breast and cervical cancer screening uptake.
This study investigated differences in uptake of breast and cervical cancer screening relating to socio-economic characteristics in the Republic and Northern Ireland. Multivariate analyses were performed using data from population-based surveys t... | dataset_first_40k.jsonl/6855 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
Powershell v2 :: Load a COM Interop DLL
I have this DataLink DLL on my system - Interop.MSDASC.dll I am trying to load the same from Powershell like this -
[Reflection.Assembly]::LoadFile("C:\Interop.MSDASC.dll") | out-null
But, I get the following error -
Exception calling "LoadFile" with "1" argument(s): "Cou... | dataset_first_40k.jsonl/6856 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
A novel DNA microarray design for accurate and straightforward identification of Escherichia coli safety and laboratory strains.
Escherichia coli K-12, B, C and W strains and their derivates are declared in biological safety guidelines as risk group 1 organisms as they are unable to colonise the human gut. Differentiat... | dataset_first_40k.jsonl/6857 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Magic: The Gathering takes its place in fun and games history as the collectible card game gets inducted into the National Toy Hall of Fame.
Wizards of the Coast first published Magic: The Gathering in 1993, and the uniquely collectible card game became such a success that the WotC initially had trouble keeping up wit... | dataset_first_40k.jsonl/6859 | {
"meta": {
"pile_set_name": "OpenWebText2"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
---
abstract: 'Haptic devices have been employed to immerse users in VR environments. In particular, hand and finger haptic devices have been deeply developed. However, this type of devices occlude the hand detection by some tracking systems, or in other tracking systems, it is uncomfortable for the users to wear two h... | dataset_first_40k.jsonl/6863 | {
"meta": {
"pile_set_name": "ArXiv"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Elon Musk spent part of his Labor Day weekend tweeting about World War III.
Tesla (TSLA) and SpaceX's CEO wasn't making doomsday predictions because North Korea is testing nuclear weapons. What's got Musk much more worried about world war is artificial intelligence.
North Korea "should be low on our list of concerns ... | dataset_first_40k.jsonl/6864 | {
"meta": {
"pile_set_name": "OpenWebText2"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
You are here: Home/News/ Sun Pharma Recalls 40,000 Bottles of Antidepressant in U.S.
July 15, 2014 By: galadmin
Sun Pharma Recalls 40,000 Bottles of Antidepressant in U.S.
India’s Sun Pharmaceutical Industries Ltd is recalling 41,127 bottles of antidepressant venlafaxine hydrochloride in the United States after the ... | dataset_first_40k.jsonl/6866 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Previous Offer
Sorry you missed this offer...
Offer highlights:
Me-ow that’s a good price! Especially considering she’s one of the hottest cabaret acts on the planet.
See the show our Sydney critics called ‘simply electric’, giving it five stars. Spend the night with a ‘cabaret diva of the highest order’ (The New Y... | dataset_first_40k.jsonl/6868 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
yes, I can attend
Enron North America Corp.
From: Kelly Templeton @ ENRON 03/22/2000 08:34 AM
To: Stephen H Douglas/HOU/ECT@ECT, Jeff Kinneman/HOU/ECT@ECT, Sara
Shackleton/HOU/ECT@ECT
cc: Darlene C Forsyth/HOU/ECT@ECT, Stella L Ely/HOU/ECT@ECT, Kaye
Ellis/HOU/ECT@ECT
Subject: ... | dataset_first_40k.jsonl/6869 | {
"meta": {
"pile_set_name": "Enron Emails"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Esperanza (genus)
Esperanza is a genus of broad-headed bugs in the family Alydidae. There is at least one described species in Esperanza, E. texana.
References
Further reading
Category:Articles created by Qbugbot
Category:Micrelytrinae
Category:Pentatomomorpha genera | dataset_first_40k.jsonl/6870 | {
"meta": {
"pile_set_name": "Wikipedia (en)"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
In this part of the Android development tutorial we are going to set up the app backend for handling spends. To create a secure spend, the app backend needs to handle two things: request a spend and verify a spend.
Request a spend
Before the user actually spends Kin, the app needs to request a spend from the backend ... | dataset_first_40k.jsonl/6874 | {
"meta": {
"pile_set_name": "OpenWebText2"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Efficacy of micronized acellular dermal graft for use in interproximal papillae regeneration.
The aim of this study was to evaluate interdental papillary reconstruction based on a micronized acellular dermal matrix allograft technique. Thirty-eight papillae in 12 patients with esthetic complaints of insufficient papill... | dataset_first_40k.jsonl/6875 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
// Copyright (c) 2012-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2018 The Luxcore developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_RPCSERVER_H
#defi... | dataset_first_40k.jsonl/6879 | {
"meta": {
"pile_set_name": "Github"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
Nested quantifiers in English translation
I'm having a hard time grasping how to express english statements with quantifiers; specifically when trying to show "exactly 1" or "exactly 2" or etc. The introduction of numerous variables throws me off guard.
Let $F(x, y)$ be the statement: "$x$ can fool $y$", where the... | dataset_first_40k.jsonl/6881 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
How to merge many MDBs?
I have many MDBs files with the same structure and two tables each.
Is there any way how to merge this bases in huge one?
I try to use special utilit "Simple MDB Merge", but it doesn't see mdb files on my computer...
A:
You can open up one of the MDBs, and import tables into it from all t... | dataset_first_40k.jsonl/6882 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Reye's syndrome in Bangalore.
One hundred and twenty four cases of Reye's syndrome admitted to Vanivilas Children's Hospital, Bangalore were investigated. Clinical, biochemical and epidemiological details were obtained. The median age was five years, with no difference in sex ratio. This disease was frequent in winter ... | dataset_first_40k.jsonl/6883 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Welcome to the introduction to the quantum
chemistry playlist.
Quantum mechanics will be studied heavily
in this course, as opposed to classical mechanics.
Classical mechanics is the laws of physics
that are used to describe the behavior of
everyday-sized objects.
You're familiar with Newton's laws, how everyday-sized
... | dataset_first_40k.jsonl/6884 | {
"meta": {
"pile_set_name": "YoutubeSubtitles"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Product Description
Use Coupon code "A3S2" to get extra 25% off for this flight controller !
Description:The Eagle A3 Super II is our top of the line flight stabilization system designed specifically for fixed-wing aircraft. The A3 Super II has an integrated high precision 6-axis (3 gyro + 3 accelerometers) MEMS sens... | dataset_first_40k.jsonl/6886 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
TB3 enabler is a brand new hack from Khaos Tian that enables unsupported Thunderbolt 3 devices on the latest MacBook Pro.
As explained by Tian, Apple impedes support for some categories of Thunderbolt 3 devices by implementing a software block. TB3 enabler allows users to bypass that software block, enabling access to... | dataset_first_40k.jsonl/6887 | {
"meta": {
"pile_set_name": "OpenWebText2"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
On February 9, Russian Internet users started sharing a recording of Vesti-Khamchatka news anchor Alexandra Novikova bursting into hysterical laughter while reporting a three-percent increase in certain social-security payments. Novikova loses her composure when explaining that the state’s new indexing of payments will... | dataset_first_40k.jsonl/6892 | {
"meta": {
"pile_set_name": "OpenWebText2"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Episode-569- Listener Feedback 12-13-10
So on a Monday what else would we be doing but answering your emails and questions. Today we have great ones like getting started hunting as a teen, life insurance on kids, more proof that the global warming scare is total bullshit and more of your questions and commentary. To b... | dataset_first_40k.jsonl/6893 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
1. Technical Field
The present invention relates to the field of medical items used during surgery. In particular, the invention pertains to an improved fenestrated surgical drape.
2. Description of the Related Art
Surgical drapes are used during surgery to create a sterile barrier around the surgical site. Surgical dr... | dataset_first_40k.jsonl/6894 | {
"meta": {
"pile_set_name": "USPTO Backgrounds"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Toronto third baseman Josh Donaldson and Seattle designated hitter Nelson Cruz have moved ahead in fan voting for starting spots in the All-Star Game, leaving five Kansas City Royals still in the lead.
Very few 21-year-old athletes have been on more of a rollercoaster in the past year than Royals pitcher Brandon Finne... | dataset_first_40k.jsonl/6898 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
pi-top CEED
pi‑topCEED is the easiest way to use your Raspberry Pi. We’ve put what you love about our flagship laptop in a slimmer form factor. Join hundreds of code clubs and classrooms using pi‑topCEED as their solution to Computer Science and STEAM based learning.
Promo Price: $99
Plug and Play Ready
Pre-assembl... | dataset_first_40k.jsonl/6901 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
Get mean of values for each tuple in a list in the format (string, value) in Python
I have a list of tuples like: (A, 1), (B, 2), (C, 3), (A, 9), (B, 8).
How to get the mean of each value referred to the first element of the tuples, not knowing the number of occurences of the first element of tuples?
I want someth... | dataset_first_40k.jsonl/6902 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Microorganisms capable of generating methane are commonly found in the gut flora of animals including ruminants. The microorganisms which produce methane in ruminants result in the loss of energy available to the animal and are also believed to contribute significantly to greenhouse gases.
Specifically, it has been kno... | dataset_first_40k.jsonl/6903 | {
"meta": {
"pile_set_name": "USPTO Backgrounds"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
I2 Limited
i2 Limited was the UK-based arm of software company i2 Group which produced visual intelligence and investigative analysis software for military intelligence, law enforcement and commercial agencies. After a number of acquisitions, in 2011 it became part of IBM.
History
Founded in 1990 in Cambridge, i2 Lim... | dataset_first_40k.jsonl/6905 | {
"meta": {
"pile_set_name": "Wikipedia (en)"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Eric Bangeman
Eric Bangeman
Eric Bangeman
White Castle is known for a lot of things, but serving delicious and nutritious food is not one of them. But when word made it to the Orbiting HQ that the oldest fast food chain in the United States was now dishing up Impossible Burgers, we decided we needed to investiga... | dataset_first_40k.jsonl/6906 | {
"meta": {
"pile_set_name": "OpenWebText2"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
About
Teams are the source of most of the productivity, creativity and reliability in organizations. Work and play are both successful – or not – because of the quality of teams performing the mission at hand. Understanding and developing the behaviors of success requires that team members develop and utilize the seve... | dataset_first_40k.jsonl/6908 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
1. Field of the Invention
The present invention relates to a novel picture recording method and apparatus using an ink containing an evaporable coloring matter.
2. Description of the Prior Art
Conventionally, as a picture recording method using a pigment, such a method wherein, for example, the picture recording is eff... | dataset_first_40k.jsonl/6912 | {
"meta": {
"pile_set_name": "USPTO Backgrounds"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Pages
Friday, November 8, 2013
Morning Visitor
Isn’t he just he cutest…. The dog and I heard something at the door…. Every time I opened the door there was nothing there…. The last time I got up, I saw a squirrel in the bush by the window. So I thought that was the noise… You know the bush hitting the window… Nope!
... | dataset_first_40k.jsonl/6913 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
1. Field of the Invention
The present invention relates to the field of electronic design. More specifically, the present invention relates to design creation tools for use by electronic designers to create designs for electronic components, including in particular, integrated electronic components.
2. Background Infor... | dataset_first_40k.jsonl/6914 | {
"meta": {
"pile_set_name": "USPTO Backgrounds"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Wasn't the reason Mawae left was because he was too much of a locker room lawyer? .....and that was when he was a useful player. Doesn't make sense.
The real story is that when Penguini was given the head coaching position of the NY Jets back in 2006 he called Kevin Mawae into his office for a sit down. They were havi... | dataset_first_40k.jsonl/6915 | {
"meta": {
"pile_set_name": "Pile-CC"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
compare 2 parameters with 1 coloumn while passing parameters in SQL Server 2008
i have to pass two parameters (month var-char(2),year var char(4)),but these two parameters pointing towards one coloumn 'Myear'(values will be like this '03/14') now after passing parameters then i should compare with the coloumn 'Mye... | dataset_first_40k.jsonl/6916 | {
"meta": {
"pile_set_name": "StackExchange"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
A wireless network can provide a flexible data communication system that can either replace or extend a wired network. Using radio frequency (RF) technology, wireless networks transmit and receive data over die air through walls, ceilings and even cement structures without wired cabling. For example, a wireless local a... | dataset_first_40k.jsonl/6918 | {
"meta": {
"pile_set_name": "USPTO Backgrounds"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Introduction {#Sec1}
============
Left atrial and ventricular volumes and ejection fraction are important diagnostic and prognostic parameters, widely used in daily practice. Indication for cardiac surgery in patients with valvular abnormalities such as bicuspid aortic valve disease, relies heavily on accurate left ve... | dataset_first_40k.jsonl/6919 | {
"meta": {
"pile_set_name": "PubMed Central"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Groundwater pesticides: interactive effects of low concentrations of carbamates aldicarb and methomyl and the triazine metribuzin on thyroxine and somatotropin levels in white rats.
Using full-factorial design experiments for three variables at two levels each and center replicates, we examined the effects of common ag... | dataset_first_40k.jsonl/6920 | {
"meta": {
"pile_set_name": "PubMed Abstracts"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
CIHF-DT
CIHF-DT (branded on-air as Global Halifax) is the Global owned-and-operated television station, serving Nova Scotia that is licensed to Halifax. It broadcasts a high-definition digital signal on VHF channel 8 from a transmitter located on Washmill Lake Drive in Halifax.
Owned by Corus Entertainment, it is the... | dataset_first_40k.jsonl/6922 | {
"meta": {
"pile_set_name": "Wikipedia (en)"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Minister Jackie Trad (Queensland) and Peter Dutton (Federal) get a progress report on the first rail track laying on the Petrie to Kippa-Ring Moreton Bay Rail Link Credit:Tony Moore "This investigation will be transparent and I will confirm details in the coming days about who I will entrust with this task." Serious co... | dataset_first_40k.jsonl/6924 | {
"meta": {
"pile_set_name": "OpenWebText2"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
package com.facebook.fresco.samples.showcase.drawee;
import android.graphics.drawable.Animatable;
import android.net.Uri;
import a... | dataset_first_40k.jsonl/6925 | {
"meta": {
"pile_set_name": "Github"
},
"file_path": "/net/ioasic11-100G/scratch/harshg/datasets/dataset_first_40k.jsonl"
} |
Q:
web scraping to csv file getting only the first row
I am trying to get a bunch of tables from Wikipedia,this is my code
from urllib import urlopen
from bs4 import BeautifulSoup
import csv
url="https://en.wikipedia.org/wiki/List_of_colors:_A%E2%80%93F"
html=urlopen(url)
soup=BeautifulSoup(html,'html.parser')
table=... | dataset_first_40k.jsonl/6926 | {
"meta": {
"pile_set_name": "StackExchange"
},
"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.