fasttext_score float32 0.02 1 | id stringlengths 47 47 | language stringclasses 1
value | language_score float32 0.65 1 | text stringlengths 49 665k | url stringlengths 13 2.09k | nemo_id stringlengths 18 18 | is_filter_target bool 1
class | word_filter bool 2
classes | word_filter_metadata dict | bert_filter bool 2
classes | bert_filter_metadata dict | combined_filter bool 2
classes |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
0.020278 | <urn:uuid:80bc7f49-280b-4b8d-8058-18d204ba42d9> | en | 0.94339 | My Basket ()
All questions
A question about a recipe: Pabellon Criollo on Crispy Fried Plantains
I have a question about step 4 on the recipe "Pabellon Criollo on Crispy Fried Plantains" from MyCommunalTable. It says:
"Pull plantains from oil with a slotted spoon and place on paper towel lined cookie sheet. When c... | http://food52.com/hotline/6716-a-question-about-a-recipe-pabellon-criollo-on-crispy-fried-plantains | dclm-gs1-408650002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.035489 | <urn:uuid:9ac47c0d-281e-47a0-9b29-c0f6b1e515b6> | en | 0.894686 |
hide menu
Rank #4097 on Comments
azroth Avatar Level 313 Comments: Wizard
Send mail to azroth Block azroth Invite azroth to be your friend flag avatar
Last status update:
Personal Info
Gender: male
Age: 21
Interests: Being a giant faggot, mostly
Date Signed Up:5/24/2011
Last Login:12/26/2014
Location:Dying Blue Mar... | http://funnyjunk.com/user/azroth/comments/1 | dclm-gs1-408690002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.018806 | <urn:uuid:07cfc084-9725-48a3-85de-995e626e92bf> | en | 0.914964 | Helmet-Cam Video Shows How Much It Sucks to Get Doored on Your Bike
Getting doored—that is, having a driver or passenger open a car's door into you as you ride by—is a constant, looming threat for urban cyclists. The point-of-view video above, shot near New York City's Union Square, shows exactly what it's like when i... | http://jalopnik.com/tag/manhattan | dclm-gs1-408840002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.67273 | <urn:uuid:82c832be-0831-49c0-9dae-4905e291a07b> | en | 0.961592 | Take the 2-minute tour ×
Why are birds never out of key when they sing?
How is this possible?
share|improve this question
4 Answers 4
up vote 41 down vote accepted
share|improve this answer
Any similarity between birdsong and modern music is by analogy
enter image description here
share|improve this an... | http://music.stackexchange.com/questions/6468/why-are-birds-never-out-of-key-when-they-sing | dclm-gs1-409040002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.300721 | <urn:uuid:646b522e-2d49-487c-876a-7ffe0e5ed5e2> | en | 0.923495 | Submitted by Nineball2112 1550d ago | news
Kinect Launch Marked By Major Ad Partnerships
Microsoft Advertising is partnering with brands including Chevrolet, Sprint and T-Mobile for the November 4 launch of the full body tracking 3D Kinect camera for Xbox 360, the Xbox house said Monday.
All three of the advertisers... | http://n4g.com/news/614236/kinect-launch-marked-by-major-ad-partnerships | dclm-gs1-409050002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.032166 | <urn:uuid:cc512119-990a-450f-945b-278e08f46ee3> | en | 0.733108 | Names Searched Right Now:
Get email updates on Eugenio
Gender: M Origin of Eugenio: Spanish and Italian variation of Eugene Meaning of Eugene: Greek, "wellborn, noble"
Popularity: this week.
The name of four popes and several saints: a promising Italian import.
Famous People Named Eugenio
Eugenio Montale, winner ... | http://nameberry.com/babyname/Eugenio | dclm-gs1-409060002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.299181 | <urn:uuid:40c2fab6-1af8-4780-9a1c-ce9a83ccb88d> | en | 0.863561 | statvfs - Programmers Heaven
Howdy, Stranger!
using namespace std;
int main() {
int rv;
const char *path = "/dev/sdb";
struct statvfs fsdata;
rv = statvfs(path, &fsdata);
return 0;
return 0;
Name : fsdata
Details:{f_bsize = 4096, f_frsize = 4096, f_blocks = 496330, f_bfree = 496329, f_bavail = 496329, f_files =... | http://programmersheaven.com/discussion/425327/statvfs?S=B20000 | dclm-gs1-409150002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.058831 | <urn:uuid:22b18ecb-275c-48dd-838a-4e595911b562> | en | 0.932212 | Take the 2-minute tour ×
It worked fine and then it just stopped working. version 1.9.4
share|improve this question
migrated from superuser.com Nov 29 '10 at 12:59
As a developer you surely appreciate detailed issue reports. We do, too. Mac OS X version, recent updates, hardware changes, did you restart between "w... | http://serverfault.com/questions/206976/mamp-apache-server-suddenly-stopped-working-no-errors-in-the-logs | dclm-gs1-409210002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.339987 | <urn:uuid:bd8df25d-9102-414b-9ad3-a92f669dedf4> | en | 0.913435 | Take the 2-minute tour ×
I need a way to flush the mod_pagespeed cache while developing. According to mod_pagespeed documents, I should run the following command:
sudo touch /var/mod_pagespeed/cache/cache.flush
In Debian it's "su" instead of "sudo". However, it doesn't work for me; there's no "touch" command, nor is... | http://serverfault.com/questions/435412/flush-mod-pagespeed-cache-in-debian?answertab=active | dclm-gs1-409260002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.581978 | <urn:uuid:b054d5d8-94f6-4d1b-aa5f-3abc8ac90ade> | en | 0.742541 | Take the 2-minute tour ×
I am trying to solve the famous 8-puzzle, where a 3*3 square is filled with 1 empty slot and 8 numbers, solving is to return it to the original state.
to do this, I have a "state" of arraylist which stores the numbers 0~9, representing the puzzle.
the solution involves spawning multitudes of... | http://stackoverflow.com/questions/13695268/by-reference-vs-by-value-java | dclm-gs1-409370002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.164844 | <urn:uuid:fec109e2-2816-421a-887b-951b7ecda6bc> | en | 0.682499 | Take the 2-minute tour ×
So i have one big promo page. Where I'm going to streem 7 diferent videos. And I need to load the whole content before that.I'm going to do it with to swf files. The first one is going to be only the loader and the second one is going to be the one with the videos ( main ) . HEre is my code so... | http://stackoverflow.com/questions/14606491/loading-progres-bar-and-7-flv-videos | dclm-gs1-409390002 | false | false | {
"keywords": "mouse"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.044065 | <urn:uuid:41bd41c4-0f25-4c22-a044-fcedbd97eb78> | en | 0.832243 |
Käyttäjäarvostelut: Neutraali (2,359 arvostelua)
Julkaisupäivä: 24. tammi, 2013
LOMATARJOUS! Päättyy 2. tammikuu
Tietoja pelistä
Key Features
• Processor:Intel Core 2 Duo 1.8Ghz or AMD Athlon X2 2.4 Ghz
• Memory:2 GB RAM
• DirectX®:9.0c
• Hard Drive:16 GB HD space
• Sound:Direct Sound Com... | http://store.steampowered.com/app/228400/?l=finnish | dclm-gs1-409450002 | false | false | {
"keywords": "mouse"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.018184 | <urn:uuid:3d3d40d7-9bf5-415f-bce0-0e69e070d0f9> | en | 0.927846 | Take the 2-minute tour ×
I have a user whose mailbox in the Exchange Server keeps getting full.
How can I set his account to automatically delete the email from the Exchange Server after it has been downloaded to Outlook?
share|improve this question
2 Answers 2
Make sure the Leave a copy of messages on the server ... | http://superuser.com/questions/329242/how-to-delete-emails-automatically-from-exchange-server?answertab=active | dclm-gs1-409490002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.066616 | <urn:uuid:ece6fc5f-c9ea-4f36-b51f-e5e7869bfd45> | en | 0.97593 | Skip to Navigation Skip to Content
Outside Lands 2011: Arcade Fire
Although I've been listening to Arcade Fire since the end of high school, it always seemed wrong that more people didn't know about them. And this year, they finally got what they've been owed for a long while: the coveted Grammy for Album of the Year... | http://www.7x7.com/music-nightlife/outside-lands-2011-arcade-fire | dclm-gs1-409660002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.018789 | <urn:uuid:bdc26103-d8f5-442e-99e9-881ec1e2925b> | en | 0.913266 | Dawes Giro 400 £649
Disappointing overall
BikeRadar score 1/5
The Giro 400 is third in line of a four-model, £350-£850 road bike line-up from British bike firm Dawes, who celebrate their 85th birthday this year. While it looks and rides sharp, the ride is harsh and dead-feeling. The high frame and wheel weight, combi... | http://www.bikeradar.com/gear/category/bikes/road/product/review-dawes-cycles-giro-400-11-44887/ | dclm-gs1-409770002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.038572 | <urn:uuid:495b0157-9b08-489c-a88e-9a9a09035b6a> | en | 0.960964 | s.a.Wilsons Therapy Blend Organic enema coffee
MONEYCHANGER: How big a part does carrot juice play?. I know my sister spends a lot of time washing carrots & juicing them. One glass of carrot juice makes a full meal for me
DR. GONZALEZ: It' s really a nutritional powerhouse. In addition to beta-carotene it's got ... | http://www.coffee-enema.ca/gonzalezinterview2.htm | dclm-gs1-409880002 | false | true | {
"keywords": "immune system, bacteria"
} | false | null | false |
0.327511 | <urn:uuid:24fe47e2-d195-4662-8fa5-6becb4c4dd1f> | en | 0.932987 | Backchannels What has US spending done for Afghan women? US doesn't know.
It's a common theme when it comes to US spending in Afghanistan. One official said accounting for spending on women was more of an 'optimistic, aspirational statement.'
By , Staff writer
Mohammad Ismail/Reuters
In the frequent audits of US sp... | http://www.csmonitor.com/Photo-Galleries/In-Pictures/Afghanistan-today | dclm-gs1-409930002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.023546 | <urn:uuid:13a4e561-6e4b-48a1-9bf8-f423e4f39153> | en | 0.966746 | Barry Zito -- The perpetual fifth starter
Barry Zito -- The perpetual fifth starter
February 16, 2012, 3:47 pm
Share This Post
You are about to be given the usual boatload about spring training as the happiest time of the year, as a time of rebirth and optimism and warm-and-cuddlies all around.
And who are we to dis... | http://www.csnbayarea.com/blog/ray-ratto/barry-zito-perpetual-fifth-starter | dclm-gs1-409940002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.099244 | <urn:uuid:b1bff644-d269-41d2-b517-5f979de799f2> | en | 0.967364 | -11 votes
Doug Wead: A Mitt Romney Win?
“The time will come when the constitution and government will hang by a brittle thread and will be ready to fall into other hands but this people, the latter-day saints will step forth and save it.”
- Joseph Smith, May, 1843.
If history is any indicator Mitt Romney will win t... | http://www.dailypaul.com/261724/doug-wead-a-mitt-romney-win?page=3 | dclm-gs1-409970002 | false | false | {
"keywords": "candida"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.033816 | <urn:uuid:ed65d620-3055-4ce5-bf90-b1b016543a77> | en | 0.954221 | Home » News » India
Why's UCO not calling Vijay Mallya a wilful defaulter?
Tuesday, 29 July 2014 - 6:00am IST | Place: Kolkata | Agency: dna
Two Kolkata-based banks are taking conflicting positions when it comes to describing Kingfisher Airlines. While United Bank of India says the Vijay Mallya-owned company is a ... | http://www.dnaindia.com/india/report-why-s-uco-not-calling-vijay-mallya-a-wilful-defaulter-2006142 | dclm-gs1-410020002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.504373 | <urn:uuid:c5a36abb-b5e1-46cd-a4c8-2e900a175688> | en | 0.944501 | General Question
Aesthetic_Mess's avatar
Does public transportation really help the environment?
Asked by Aesthetic_Mess (7863 points ) October 11th, 2010
People say it’s better to take the bus or train or walk or ride a bike which I can’t do, and that it would be better than taking your car. Is that true?
Observi... | http://www.fluther.com/100083/does-public-transportation-really-help-the-environment/ | dclm-gs1-410160002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.297029 | <urn:uuid:560a2b1e-0902-4797-8804-9329c910802a> | en | 0.729028 | Selection for :
destroyer equine
South Australian Equine Forum
www. saequineforum. com - A friendly forum for all South Australian Horse Riders, Breeders and Enthusiasts!
free, #equine, forum, horse, forums, australia, south, chat, general, discussion, advertising
A small friendly equine forum, not forgetting our... | http://www.forumotion.com/tag/destroyer/equine | dclm-gs1-410180002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.037914 | <urn:uuid:76e85843-dd25-468d-9310-7a60d72297c3> | en | 0.96946 | Sign in to comment!
Fox News Weather Center
At Least Five Killed as Hurricane Jova Slams Mexico's Pacific Coast
Jova came ashore west of the Mexican port of Manzanillo and the beach town of Barra de Navidad before dawn with 100 mph winds and heavy rains, before moving inland and weakening to a tropical depression ... | http://www.foxnews.com/weather/2011/10/12/at-least-five-killed-as-hurricane-jova-slams-mexicos-pacific-coast/ | dclm-gs1-410190002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.019848 | <urn:uuid:3b117da3-e291-4d06-b2b3-11607ddad5f9> | en | 0.87495 | Final Fantasy VIII
Genre Adventure -> RPG
Today's Rank 0
Date 2010-02-04
Date 2010-02-04
In Final Fantasy VIII , you will join Squall Leonhart on an epic adventure which will see him vie with a sworn rival, confront a malevolent sorceress, and attempt to make sense of his own mystifying dreams.When the president of the... | http://www.gamershell.com/psp/final_fantasy_viii/movies.html | dclm-gs1-410230002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.032671 | <urn:uuid:13dbc9b8-6126-47a8-9960-f035dceb44cc> | en | 0.931718 | Jay Leno's Mitt Romney Joke Stokes Outrage in British Parliament
Angela Weiss/Getty Images
Jay Leno's joke about Mitt Rimney vacationing in an Indian holy temple continues to reverberate around the world.
During a recent episode of The Tonight Show, Leno mocked Romney's wealth, joking that that the shrine of the Go... | http://www.hollywoodreporter.com/news/jay-leno-mitt-romney-joke-india-british-parliament-285144 | dclm-gs1-410320002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.394549 | <urn:uuid:80eafcce-6199-4d7e-811c-ba26a443f8ca> | en | 0.973235 | Huffpost Politics
The Blog
Richard (RJ) Eskow Headshot
Shiny Happy Corporate People
Posted: Updated:
Mitt Romney got a lot of press for telling a heckler at the Iowa State Fair that "corporations are people." He did not go on to sing that Patti Smith song, "People Have the Power."
But corporate "people" certainly... | http://www.huffingtonpost.com/rj-eskow/shiny-happy-corporate-peo_b_926211.html | dclm-gs1-410330002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.018925 | <urn:uuid:3e5c66c6-3796-44da-86b7-1a7d5664848b> | en | 0.941591 | Liebert Jobs Forum
Get new comments by email
You can cancel email alerts at anytime.
Current Discussions (5) - Start a Discussion
Liebert Interview Questions.
How to get a job at Liebert.
Do you work at Liebert? How did you find the job? How did you get that first interview? Any advice for someone trying to get... | http://www.indeed.com/forum/cmp/Liebert.html | dclm-gs1-410380002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.888935 | <urn:uuid:22598559-67de-4883-8cd2-5a9aadc50eb0> | en | 0.781 | Analytic Solution to Integral of Polynomial
This example shows how to use the polyint function to integrate polynomial expressions analytically. Use this function to evaluate indefinite integral expressions of polynomials.
Define the Problem
Consider the real-valued indefinite integral,
The integrand is a polynomi... | http://www.mathworks.com/help/matlab/math/analytic-solution-to-integral-of-polynomial.html?nocookie=true | dclm-gs1-410440002 | false | false | {
"keywords": "vector"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.034856 | <urn:uuid:35d61342-f052-4e9c-bb0d-f7874ec68997> | en | 0.948263 | Mr. Danzi's operetta......
Posted by: Jack ()
Date: June 07, 2000 03:30AM
Hey Big Dan,
I'm just fine, decided to come back from the dead a while and hang out with you mortals. I didn't know I was on Prodigy, either! As far as I know, I'm on Telmex.....
Good to see you spent your life savings on a studio instead of f... | http://www.melodicrock.com/phorum52/read.php?1,1867,1970,quote=1 | dclm-gs1-410470002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.406711 | <urn:uuid:dfa852c0-f771-46a9-94aa-db2a2b7d246d> | en | 0.967929 |
(60 Posts)
Jane04 Mon 15-Jul-13 13:30:53
I don't understand it confused
livinginwonderland Mon 15-Jul-13 13:32:39
The younger the better when it comes to foreign languages. My mum spoke both French and English to me as a baby and I learned both with no problems.
AlphaBetaOoda Mon 15-Jul-13 13:33:21
Learning a d... | http://www.mumsnet.com/Talk/am_i_being_unreasonable/a1803233-To-think-that-children-who-watch-cbeebies-are-far-too-young-to-be-learning-a-different-language | dclm-gs1-410540002 | false | false | {
"keywords": "mouse"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.154226 | <urn:uuid:9ad27408-23d5-42dd-935d-98fe7d00868d> | en | 0.977643 | To want dh's family to acknowledge Dewali?
(156 Posts)
nesticles Mon 30-Sep-13 02:19:32
I am Hindu and dh is english not religious. For 3 years I have willingly hosted ils for christmas dinner, cooking a turkey even though I am a strict vegetarian. I always make a huge effort with presents (that normally get returned... | http://www.mumsnet.com/Talk/am_i_being_unreasonable/a1867864-To-want-dhs-family-to-acknowledge-Dewali | dclm-gs1-410550002 | false | false | {
"keywords": "mouse"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.024761 | <urn:uuid:157625f0-dd57-48fa-a445-c122956fbbcb> | en | 0.958956 | Letter from Birdland: A silver moon starts a gentle morning
Letter from Birdland: A silver moon starts a gentle morning
This morning before sunrise, the full moon coaxes me to wakefulness. It has been calling me all night as I drifted in and out of dreams. And now, at the far side of the year, it rises and swings acr... | http://www.news-gazette.com/living/2013-12-01/letter-birdland-silver-moon-starts-gentle-morning.html | dclm-gs1-410620002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.019729 | <urn:uuid:0e84e570-827b-4dfa-833d-7440db70c47e> | en | 0.892071 |
itoggle caption Charles Dharapak/AP
itoggle caption Manu Brabo/AP
A midas fly touches down on the sands of the desert in the United Arab Emirates. A lake in the area has brought new forms of wildlife, but some scientists are concerned it could harm the habitat of the midas fly. Brigitte Howarth hide caption
itogg... | http://www.npr.org/sections/middle-east/archive?start=placeholder&date=10-31-2012 | dclm-gs1-410680002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.083214 | <urn:uuid:5f586b1e-e787-430a-9b10-4aa0fa9a6af6> | en | 0.969404 |
The characters in Gregory Maguire's novels are magical, devious, frightening, bewitching and wicked. In his first novel, "Wicked: The Life and Times of the Wicked Witch of the West," published in 1995, the author takes his readers on an imaginative and eccentric journey into the land of Oz. Maguire stays within the ... | http://www.npr.org/templates/transcript/transcript.php?storyId=4932914 | dclm-gs1-410690002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.060162 | <urn:uuid:e42417e9-ec18-4b51-a70f-e4263b0cb6b0> | en | 0.928627 | Famous Feuds Throughout History
Elizabeth I, Queen of England, and Mary, Queen of Scots
Alexander Hamilton and Aaron Burr
The Hatfields and the McCoys
Al Capone and George “Bugs” Moran
Members of Capone’s gang cap off a Chicago turf war by machine-gunning six members of Moran’s crew (plus a seventh victim, who... | http://www.realsimple.com/work-life/entertainment/arts-culture/famous-feuds-throughout-history | dclm-gs1-410810002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.108947 | <urn:uuid:2e675dc2-1ed3-43ce-a602-de580edc54f9> | en | 0.883373 |
Original: Book page 1 by Kate Lenthall
Currently unavailable for purchase
(Handmade paper, prismacolor markers, white pastel, ink.)
The woman, having sought wisdom from her tribe’s mystic elder, goes against his cautioning words and ventures to the edge of the desert to seek power. Her friend and mount, a lioness,... | http://www.redbubble.com/people/somnomania/works/6920909-original-book-page-1 | dclm-gs1-410820002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.018385 | <urn:uuid:6389c2f1-b6e2-4bfc-ac6c-1221f1f54b3e> | en | 0.922103 | Rhapsody App for
Rhapsody International, Inc.
Green Jelly
When Green Jelly's clay-animated video for "Three Little Pigs" hit MTV in 1993, people met it with either giddy laughter or deep-seated repulsion. Most everyone, though, would agree that it was pretty stupid, including the band, who've actually been doing vari... | http://www.rhapsody.com/artist/green-jelly | dclm-gs1-410840002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.108528 | <urn:uuid:5e6608ca-945a-4c8e-9f6a-96bd8adc2d07> | en | 0.957165 | The population of America is far bigger than that of Britain; therefore, one would expect there to be more American writers of fiction than British writers of fiction, and thus one would expect America to have more writers of first-class fiction than Britain.
However, that prize-winning American writers are superior t... | http://www.theguardian.com/books/2002/jun/01/featuresreviews.guardianreview18 | dclm-gs1-410960002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.027489 | <urn:uuid:916a033f-33ee-4589-a7e8-4cc74b4939fe> | en | 0.963534 | Penalties are a small price to pay if FA Cup is to remain relevant
The FA Cup is not the draw it once was but if ties were decided at the first time of asking, big clubs might try a little harder
Nicklas Bendtner
Nicklas Bendtner scores aganist Ipswich in the Carling Cup semi-final. One of the Cup’s attractions is the... | http://www.theguardian.com/football/blog/2011/jan/28/fa-cup-replays-penalties | dclm-gs1-411010002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.195599 | <urn:uuid:9bf86cf4-c83d-4218-9d39-75397909eb82> | en | 0.987503 | I was overjoyed to see that LG Mobile has launched a mobile phone that stops you making calls when you're drunk. With its so-called "sobriety lock-out" (not to be confused with the "drunken lock-out", which is when you're drunk and you lose your keys), the LP4100 is supposedly aimed at the "hard-living young person", b... | http://www.theguardian.com/lifeandstyle/2006/jul/11/healthandwellbeing.mobilephones | dclm-gs1-411020002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.021008 | <urn:uuid:fe2a1f50-39a5-4d4b-bd1e-ab463ceb6ce0> | en | 0.946837 | Napster to announce 'partnership' with NTL
UK launch date to be revealed tomorrow
Napster is to announce a tie-in with UK cableco NTL, a well-placed industry source claims. The arrangement could be made public this week, possibly as early as tomorrow when Napster will reveal the precise date for its UK launch.
Detai... | http://www.theregister.co.uk/2004/05/19/napster_ntl/ | dclm-gs1-411080002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.087423 | <urn:uuid:547f89a7-4b9c-4256-af27-cf9451a812f4> | en | 0.922961 | a) when your dog is on your throw rug and you pull them around the linoleum on it.
b) when your girlfriend doesn't wax and you "do it"
c) when you trip on magic mushrooms but can't afford a magic carpet so you just trip on a rug
C'mere, Spot, momma wants to give you a rug ride.
by blundering_buttnut@yahoo.com Novembe... | http://www.urbandictionary.com/define.php?term=rug%20ride | dclm-gs1-411200002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.023673 | <urn:uuid:76d346a9-060f-482b-abb2-bacdf396aa28> | en | 0.94432 | Funds available for people who helped in Dorner case and for tips that lead to conviction in stabbings
The other reward authorized was for information on the Feb. 4 stabbing death of a mother and daughter, Maria and Connie Gonzalez, in Nuevo.
“They’re running down all the leads and they need help,” said Supervisor M... | http://www.utsandiego.com/news/2013/Feb/14/tp-county-supervisors-offer-200000-in-rewards/2/ | dclm-gs1-411220002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.084229 | <urn:uuid:81e3a98a-0699-40ac-9876-6b3711f12c30> | en | 0.953379 |
A plaintiff group with an unwieldy and Orwellian name—the Coalition to Defend Affirmative Action, Integration and Immigrant Rights and Fight for Equality by Any Means Necessary—sued. The Sixth Circuit Court of Appeals sided with the coalition, holding in July 2011 that Proposal 2, as applied to higher education, vio... | http://www.wsj.com/news/articles/SB10001424127887324789504578385280301534350?mod=WSJ_MostPopular_US&mg=reno64-wsj&url=http%3A%2F%2Fonline.wsj.com%2Farticle%2FSB10001424127887324789504578385280301534350.html%3Fmod%3DWSJ_MostPopular_US | dclm-gs1-411290002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.063884 | <urn:uuid:d9f4f87a-fddc-4908-a6d5-c29be3e861d2> | en | 0.950443 | Ask MetaFilter questions tagged with nas Questions tagged with 'nas' at Ask MetaFilter. Thu, 04 Dec 2014 06:38:40 -0800 Thu, 04 Dec 2014 06:38:40 -0800 en-us 60 Which NAS is the best NAS, get all up in by BizNass.... Home NAS software shoot-out December 2014 edition. Given the specs inside, what should I choose? I rece... | http://ask.metafilter.com/tags/nas/rss | dclm-gs1-411400002 | false | true | {
"keywords": "monkey, ion torrent"
} | false | null | false |
0.152709 | <urn:uuid:537e0c6f-8fbd-4332-9353-9146b8611c74> | en | 0.963458 | 6 posts tagged with sick and cough.
Displaying 1 through 6 of 6. Subscribe:
Summer cold remedies?
My boyfriend has a cold and it's 85 degrees outside. It's too hot for chicken soup, so what can I do or make for him? [more inside]
posted by pintapicasso on Aug 29, 2010 - 22 answers
How can I kill a cough that lingers... | http://ask.metafilter.com/tags/sick+cough | dclm-gs1-411410002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.024851 | <urn:uuid:4403510a-21e9-4992-82b9-d5dd9c02b12b> | en | 0.944044 | Recent Posts:
What Sports Are Good For Kids With Asthma
Asthma And Owning A Cat
Control Asthma Without Medicine
Northwest Asthma And Allergy Clinic Everett Wa
Long Term Consequences Of Asthma
Medications Used To Treat Asthma Symptoms
Asthma Allergy Institute Of Michigan
Inhaled Corticosteroids For Children With Asthma
... | http://asthmau.com/25359/can-you-take-a-asthma-inhaler-on-a-plane/ | dclm-gs1-411440002 | false | true | {
"keywords": "pneumonia, monoclonal antibodies"
} | false | null | false |
0.022292 | <urn:uuid:711b257f-bad8-4e55-b8be-36c43a9d2bdd> | en | 0.978048 | Elon Too Much For Knights
ELON, N.C. Facing a second NCAA D.I opponent in two days, the Southern Virginia Women's Basketball team fought hard but succumbed to a talented Elon team 83-32. The Knights got 7-points each from Mariah Flake and Jasmin Johnson, but the talent gap between the larger D.I school and SVU was app... | http://athletics.svu.edu/sports/wbkb/2009-10/releases/SVU_vs_EU_wbb | dclm-gs1-411450002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.080638 | <urn:uuid:5051019f-9999-4cda-abb9-fd0b8e596d16> | en | 0.927913 | Cytotoxic Mechanisms Employed by Mouse T Cells to Destroy Pancreatic β-Cells
1. Alexander V. Chervonsky
1. Department of Pathology, University of Chicago, Chicago, Illinois
1. Corresponding author: Alexander V. Chervonsky, achervon{at}
Several cytotoxic mechanisms have been attributed to T cells participating ... | http://diabetes.diabetesjournals.org/content/61/11/2862.full | dclm-gs1-411640002 | false | true | {
"keywords": "cd4+ t cells, cytokine"
} | true | {
"score": 0.9866748452186584,
"triggered_passage": 0
} | true |
0.136956 | <urn:uuid:8bebf724-4f50-40b1-a0fe-b4d8184d6766> | en | 0.79447 | Ultimate Prince
From Wikipedia, the free encyclopedia
Jump to: navigation, search
Ultimate Prince
Greatest hits album by Prince
Released August 22, 2006
Recorded 1979–1992
Genre R&B, funk, rock, new wave
Length 2:36:20
Label Rhino, Warner Bros.
Producer Prince
Prince chronology
Ultimate Prince
Planet Earth
Professiona... | http://en.wikipedia.org/wiki/Ultimate_Prince | dclm-gs1-411810002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.60664 | <urn:uuid:7c57c596-b4ba-4c98-9d69-bf2acafded7e> | en | 0.97717 | We Can't Afford Suicide
The Way We Live Now: Purely on assumption. We assume people are living. As far as we know. We haven't heard any differently. Not since we shut down the suicide hotlines. It makes the news much calmer, you see.
In tough times, you have to trim the fat where you can. Sure, people say we "need" s... | http://gawker.com/5558429/we-cant-afford-suicide | dclm-gs1-411880002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.025427 | <urn:uuid:c4993992-f287-47da-b084-ab84cf0d5795> | en | 0.799315 | By Topic
Solving the discrete Lyapunov equation using the solution of the corresponding continuous Lyapunov equation and vice versa
Sign In
Formats Non-Member Member
$31 $13
Become an IEEE Member or Subscribe to
IEEE Xplore for exclusive pricing!
close button
puzzle piece
Learn more about:
IEEE membership
IEEE... | http://ieeexplore.ieee.org/xpl/articleDetails.jsp?reload=true&arnumber=7250&sortType%3Dasc_p_Sequence%26filter%3DAND(p_IS_Number%3A380) | dclm-gs1-412000002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.435448 | <urn:uuid:ebb96eb8-2ca5-418e-bd6c-d4f3e6e4c6ec> | en | 0.931633 | Previously the act of snow blowing was to "kiss your partner after they've ejaculated in your mouth, without expelling the semen" But the modern day act of snow blowing is to transfer the semen into the month of your unsuspecting partner. See also snow balling
When engaging in oral sex, a unique way to dispose of a mou... | http://it.urbandictionary.com/define.php?term=Snowblowing&page=2 | dclm-gs1-412070002 | false | false | {
"keywords": "delta"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.767936 | <urn:uuid:89e31a2b-73c0-4871-b555-d1496dc6019e> | en | 0.953321 | Yes, I remember that now. I also remember never quite understanding why 0 is an invalid value. It seems to me that 0 would result in a no-op as far as recursion goes. Why is that an error? It might be dumb, but I don't think it has to be an error. ----- Original Message ---- From: Andy Jefferson To: Cc: Sent: Wednesday... | http://mail-archives.apache.org/mod_mbox/db-jdo-dev/200803.mbox/raw/%3C441122.71277.qm@web708.biz.mail.mud.yahoo.com%3E/ | dclm-gs1-412240002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.14164 | <urn:uuid:3346172d-9914-4ba2-838f-44fef4b82bfe> | en | 0.943842 | National Catholic Reporter
The Independent News Source
Gay Groups Back Off ENDA, but Why?
According to this morning's Washington Post, several gay rights groups are withdrawing their support for the Employment Non-Discrimination Act in light of the Supreme Court's ruling in the Hobby Lobby case.
“If a private compa... | http://ncronline.org/blogs/distinctly-catholic/gay-groups-back-enda-why | dclm-gs1-412400002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.774575 | <urn:uuid:c4c6ebee-cd3f-4391-a5a6-1256d9d01f0d> | en | 0.878192 | Take the 2-minute tour ×
I am transferring data over to a slave device from an iPhone where the transmission requires a 16 bit data value. Now I have a floating-point value that I need to transfer, but how do I know how large it is, and how is it represented in hex?
The hex-represenation is needed because I may need ... | http://stackoverflow.com/questions/11950343/how-is-a-float-represented-hexadecimally/11963899 | dclm-gs1-412750002 | false | false | {
"keywords": "transmission"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.094678 | <urn:uuid:07c4ea96-95f5-4ab4-95ea-670a00651aac> | en | 0.929311 | Skip to navigation | Skip to content
Melting permafrost spews out more methane
Bubbling methane
Methane bubbles trapped in lake ice in October (Image: Katey Walter)
Fears that retreating permafrost is accelerating climate change have been strengthened by a new study that says emissions of the greenhouse gas methane... | http://www.abc.net.au/science/articles/2006/09/07/1735049.htm?site=science&topic=latest | dclm-gs1-412890002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.098093 | <urn:uuid:929fca3e-0d4d-418d-b609-232b3f89aacd> | en | 0.981057 | A Husband’s Revenge
But Washington and the press were more astonished by the District Attorney’s failure to call another witness—Samuel F. Butterworth. A Tammany sachem, Butterworth had happened to be in Washington on political business when Sickles discovered the truth about his wife and Key. Butterworth had called ... | http://www.americanheritage.com/content/husband%E2%80%99s-revenge?page=3 | dclm-gs1-412930002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.023104 | <urn:uuid:6cb2817e-e044-4b13-b18f-a4863fa0b349> | en | 0.915222 |
Search AOL Mail
AOL Mail
| Weather Weather
Shark tries to eat GoPro, company offers reward for return
Shark Tries To Eat GoPro, Company Offers Reward For Return
What happens when you're attempting to film a shark with a GoPro and it's ready to eat? One cameraman learned no camera is safe. CBS reports on the camera'... | http://www.aol.com/article/2014/06/20/shark-tries-to-eat-gopro-company-offers-reward-for-return/20916856/?icid=acm50backtoplink | dclm-gs1-412940002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.837525 | <urn:uuid:94ef635f-7d7f-4f42-abe0-58fbdcedd5bf> | en | 0.972211 | Mine are mounted with the flange recessed inside the camera bed, top of the flange flush with the inside surface of the bed, so the tripod screw pulls the socket tighter and there's no danger of the socket getting ripped out of the camera bed. Barry can also make the flange diameter, barrel diameter, overall length, an... | http://www.apug.org/forums/viewpost.php?p=707022 | dclm-gs1-412950002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.319659 | <urn:uuid:35bdb64e-6b49-46c3-a5c8-885047202d5f> | en | 0.88506 | E3 expo: arm remote controller and relaxation game
Ellie Gibson samples the games on show at the world's biggest gaming convention in Los Angeles.
Sony is promoting 3D games, while a motion sensitive arm device by Forcetek enables gamers to play virtual basketball.
Meanwhile, French company Innergy have a heart mon... | http://www.bbc.co.uk/news/10357794 | dclm-gs1-413000002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.051411 | <urn:uuid:54b879df-179d-48d8-9b04-85a87522023f> | en | 0.937456 | Game Day Ice - City Brewing Company, LLC
Not Rated.
Game Day IceGame Day Ice
Displayed for educational use only; do not reuse.
43 Ratings
no score
(send 'em beer!)
Ratings: 43
Reviews: 30
rAvg: 1.85
pDev: 51.35%
Wants: 4
Gots: 1 | FT: 0
Brewed by:
City Brewing Company, LLC visit their website
Wisconsin, United Stat... | http://www.beeradvocate.com/beer/profile/782/57899/?ba=wchesak | dclm-gs1-413060002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.458135 | <urn:uuid:18cfa4e0-ba11-490f-a270-46dae2fc82b4> | en | 0.865526 | Utilizing Twitter Hashtags to Market Your Business
Once you’ve begun the process of using Twitter, you’ll begin to notice phrases embedded in people’s tweets that are known as “hashtags.” A hashtag is a word or phrase in a tweet that has a “#” prefix (the “#” is a “hash” symbol, hence the root of the name). A hashtag ... | http://www.blogher.com/utilizing-twitter-hashtags-market-your-business | dclm-gs1-413070002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.046189 | <urn:uuid:28fbad07-5217-4f51-ad4c-3b76ed46c76f> | en | 0.963397 | Aircraft carrier John C. Stemmiswikipedia commons
House Bill 85 would create a state-run "government continuity task force," to prepare Wyoming for possible disruptions in energy and food, to a total breakdown of the federal government.
Rep. David Miller sponsored the bill and while he says he doesn't see any catac... | http://www.businessinsider.com/fearing-a-national-collapse-the-state-of-wyoming-is-putting-together-a-doomsday-bill-2012-2 | dclm-gs1-413150002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.019433 | <urn:uuid:eb24c85f-f84c-433c-986e-f084e2660430> | en | 0.912103 |
Register for free
Social Media: Facebook Twitter Tumblr
Search by Cover Date
Story Arcs
Public Collections
Public User Lists
Last 10 titles added:
1. Archie: Pureheart the Po...
2. Haunter (2014)
3. Critical Hit (2014)
4. Toe Tag Riot (2014)
5. Ehmm Theory: Everything ...
6. The Unforgivable (... | http://www.comicbookdb.com/character_history.php?ID=11395 | dclm-gs1-413290002 | false | false | {
"keywords": "blast"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.022936 | <urn:uuid:bb206c77-2527-47e1-9cf3-1c74792f8537> | en | 0.946137 | Document Sample
TC_TIRES Powered By Docstoc
Subject: BFG R1s in the Wet
>I've been looking for a set of track tires (DOT approved) that I could use to
>drive to and from track events (in addition to driving at the track). I'm
>looking at BFGoodrich R1s, however I'm a little worried about wet weather
>driveability. Th... | http://www.docstoc.com/docs/118278675/TC_TIRES | dclm-gs1-413460002 | false | false | {
"keywords": "blast"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.025266 | <urn:uuid:5db1f2df-57f4-4c69-acf2-b444310529ce> | en | 0.948176 | What Dance Class Yields The Best Physical Exercise-
Document Sample
What Dance Class Yields The Best Physical Exercise- Powered By Docstoc
You may be looking to start taking dance classes because you’ve seen the incredible
legs that professional dancers bare. Dancers have amazing bodies because they are
tremendou... | http://www.docstoc.com/docs/72195573/What-Dance-Class-Yields-The-Best-Physical-Exercise- | dclm-gs1-413470002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.033154 | <urn:uuid:2aec9073-6361-4687-be4e-f1f305e5eb9e> | en | 0.966081 | Whats the Real ROI of Self-Checkout?
By Evan Schuman | Posted 2004-08-06
Whats the Real ROI of Self-Checkout?
A recent study by IHL Consulting Group indicates that self-checkout and other self-service systems generated almost $128 billion in sales last year, up about 80 percent over a year before. Projections are ... | http://www.eweek.com/print/c/a/Enterprise-Applications/Whats-the-Real-ROI-of-SelfCheckout/ | dclm-gs1-413560002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.107916 | <urn:uuid:cc232522-6138-4ef3-8d2f-baacdc34b599> | en | 0.969423 | YARBROUGH: Local newspapers provide information that empowers us
Dick Yarbrough
Dick Yarbrough
This is a special group of people, as is their work. Newspaper publishers manage a business that is more than a business. Their product is information and in a democracy it is information that keeps us free. There is an o... | http://www.gwinnettdailypost.com/news/2013/jan/18/yarbrough-local-newspapers-provide-information/ | dclm-gs1-413690002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.048144 | <urn:uuid:43ba9a15-c048-451d-a450-9c427012f0ad> | en | 0.913929 | Martin Starr
Biography: Martin Starr is an American television and film actor. He is best known for his portrayal of Bill Haverchuck on the short-lived NBC dramedy Freaks and Geeks (1999-2000). Starr also appeared in the 2002 film Stealing Harvard, and the 2005 miniseries Revelations. Starr also had an appearance on t... | http://www.metacritic.com/person/martin-starr?filter-options=movies&sort_options=user_score&num_items=30&dist=positive | dclm-gs1-413870002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.065443 | <urn:uuid:b635758c-e3d0-44ab-bdf2-cb884bfc8c0f> | en | 0.824821 | lakers unofficial
637.7 #266 (DL Qual #153
Nov 18, 2012 2:15 PM Disneyland Talk Land
***UPDATE*** Secret Santa is a GO!! If you wanna play, DM me your email. Rules stand as is with ONE EXPEPTION. If a NEWB can find a MWer with a 50 rank to vouche for them, the newb's sponcer can DM me with the newb's name and email.... | http://www.mousewait.com/disneyland/lands-talk/434115/Love-secret-santa-stuff-I'd-love-to-join | dclm-gs1-413940002 | false | true | {
"keywords": "monkey, mouse"
} | false | null | false |
0.067053 | <urn:uuid:fb2b0aed-9737-43bb-852e-5c9cfbf0f7d4> | en | 0.848484 | Matthew McConaughey through the years
McConaughey through years - The Newton Boys
9 / 37
20th Century Fox
1998 saw him co-star with, among others, Skeet Ulrich and Dwight Yoakam in the western "The Newton Boys."
Upload Photos / Videos | http://www.news8000.com/spotlight/at-the-movies/14662154?nopageview=true&offset=8 | dclm-gs1-414000002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.02292 | <urn:uuid:e13060bc-a377-4f81-b445-f982771a8994> | en | 0.890174 | Find better matches with our advanced
matching system
—% Match
—% Enemy
26 Houston, TX Woman
I’m looking for
• Everyone
• Ages 18–99
• Located anywhere
• For new friends
My Details
Last Online
May 22, 2013
5′ 1″ (1.55m)
Body Type
Mostly anything
When drinking
Other, and laughing about it
Libra, and it m... | http://www.okcupid.com/profile/madamedeficit?cf=profile_similar | dclm-gs1-414070002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.039932 | <urn:uuid:30cd3fbf-4f7b-4771-b6bd-d8514bae5635> | en | 0.980448 | You are here
Summer Sanders: Life After the Gold Medal
Courtesy of Summer Sanders
Former Olympian Summer Sanders has lead a successful life in and out of the pool. Twenty years ago she brought home four medals from the games in Barcelona, two of them gold. Since then, she has gone on to become a sports broadcaster, ... | http://www.parenting.com/blogs/celebrity-kids-parents/caitlin-parentingcom/summer-sanders?con=blog&loc=topprev | dclm-gs1-414090002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.114281 | <urn:uuid:b4465b44-965e-4f57-9b37-cf1d1e65b5ae> | en | 0.75654 | People with Last Name of Crunk
PeopleFinders > People Directory > C > Crunk
You are in the correct place if you are hoping to trace someone with the last name Crunk. If you study the results above you will see there are many people with the last name Crunk. To help improve your people search, you can limit the number... | http://www.peoplefinders.com/names/Crunk | dclm-gs1-414110002 | false | false | {
"keywords": "elisa"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.038343 | <urn:uuid:b397ebb6-b950-4325-a663-4b7982f15dab> | en | 0.918386 | Skip to content
Food & Recipes
Tips for Keeping Your Produce Safe
In the wake of safety concerns over spinach, lettuce, and carrot juice, experts discuss ways to be sure the produce you're eating won't make you sick.
Font Size
It's Not Easy Being (a Leafy) Green continued...
The FDA lifted its recommendation to av... | http://www.webmd.com/food-recipes/features/tips-keeping-produce-safe?page=2 | dclm-gs1-414560002 | false | true | {
"keywords": "bacteria, e. coli"
} | false | null | false |
0.053947 | <urn:uuid:bc3d4aba-766b-4e5e-8e9a-8d7acb617883> | en | 0.957171 | 6 Couples Therapy Exercises You Can Try At Home
Roger and JWoww.
Tips and tricks to work it out before moving out.
We've all watched enough reality television to know things could be a lot worse with our relationships. Angry yelling matches, threats of divorce, and even drinks to the face can occur. But couples ther... | http://www.yourtango.com/love-marriage-6-couples-therapy-exercises-to-try-at-home | dclm-gs1-414630002 | false | false | {
"keywords": "immunity"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.086859 | <urn:uuid:37d5a453-be20-42ed-aacf-5a90fa146a9c> | en | 0.970231 | You are viewing 911conspiracy
The 9/11 Conspiracy
What's Our Government Hiding?
Recent Entries
10th-Nov-2006 07:29 pm - Is 9/11 Truth Dying
Another good article from the PrisonPlanet people on the elections, and the Democrats stubborness to impeach...
Click here for the article..
Yet even more from Prisonplanet:
S... | http://911conspiracy.livejournal.com/ | dclm-gs1-414640002 | false | true | {
"keywords": "surveillance, candida"
} | false | null | false |
0.871467 | <urn:uuid:928d08b3-9ef6-4477-9b30-250a482f04bf> | en | 0.936279 | Test taking skills
1. 0
Why do they have to make the questions so hard on exams? I spend more time during exams trying to figure out what they are asking. Any suggestions on test taking skills?
Get the hottest topics every week!
Subscribe to our free Nursing Insights: Student Edition newsletter.
2. ... | http://allnurses.com/general-nursing-student/test-taking-skills-556015.html | dclm-gs1-414660002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.021311 | <urn:uuid:5d21a5fa-ebb5-45cb-9e6f-44a1a7987cdc> | en | 0.956939 | Message Font: Serif | Sans-Serif
Subject: Re: Lost jobs, looking at wrong thing? Date: 10/6/2012 3:47 PM
Recommendations: 3
There is no way to reverse this as technology improves. How do we deal with that?
I first became aware of this question when I read Player Piano, by Kurt Vonnegut. Now there was a real dystopia!... | http://boards.fool.com/dlbuffy-we-are-moving-into-a-time-when-we-30304355.aspx | dclm-gs1-414800002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.025751 | <urn:uuid:2e943307-cb0c-4a37-b8f6-8d7fc48d9e8d> | en | 0.875054 | 8 Wintry Words to Defrost Your Vocabulary
equi NP deletion
noun, Linguistics
a rule of transformational grammar that deletes the underlying subject of a complement clause if it is coreferential with the subject or object of the main clause, as in John promised to return the money, where the underlying subject (John) ... | http://dictionary.reference.com/browse/equi+np+deletion?qsrc=2446 | dclm-gs1-414940002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.176699 | <urn:uuid:61a74b88-da5b-493d-8aeb-f6e589640dae> | en | 0.972595 | Fernand Legros
From Wikipedia, the free encyclopedia
Jump to: navigation, search
Fernand Legros (French: [ləɡʁo]; 26 January 1931 – 7 April 1983) was an art dealer who, together with his lover Real Lessard, sold the art forgeries of Elmyr de Hory.
Legros was born in Ismaïlia in the Kingdom of Egypt. He first wished... | http://en.wikipedia.org/wiki/Fernand_Legros | dclm-gs1-415020002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.035634 | <urn:uuid:8180a2a1-26ec-4617-a14a-a66681ff58f7> | en | 0.970129 | Giuseppe Greco
From Wikipedia, the free encyclopedia
Jump to: navigation, search
For current Italian footballer, see Giuseppe Greco (footballer, born 1983). For Italian footballer from the 1980s, see Giuseppe Greco (footballer, born 1958).
Giuseppe Greco
Giuseppe "Scarpuzzedda" Greco (undated photograph)
Born 4 Januar... | http://en.wikipedia.org/wiki/Giuseppe_Greco | dclm-gs1-415040002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.031094 | <urn:uuid:b92a9d17-9af3-4921-97a9-be63fa1fa270> | en | 0.958463 | Leasehold valuation tribunal
From Wikipedia, the free encyclopedia
Jump to: navigation, search
A Leasehold Valuation Tribunal (LVT) was a statutory tribunal in England which determined various types of landlord and tenant dispute involving residential property in the private sector. An LVT consisted of a panel of thr... | http://en.wikipedia.org/wiki/Leasehold_valuation_tribunal | dclm-gs1-415060002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.038302 | <urn:uuid:f2e4aed4-a2a8-43cd-bb84-2151dd06ecf5> | en | 0.823822 | Psilocybe subcaerulipes
From Wikipedia, the free encyclopedia
(Redirected from Psilocybe argentipes)
Jump to: navigation, search
Psilocybe subcaerulipes
Scientific classification
Kingdom: Fungi
Division: Basidiomycota
Class: Agaricomycetes
Order: Agaricales
Family: Strophariaceae
Genus: Psilocybe
Species: P. subcaer... | http://en.wikipedia.org/wiki/Psilocybe_argentipes | dclm-gs1-415090002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.031783 | <urn:uuid:0a0da755-5e8f-49f3-984d-cefdd411e24e> | en | 0.830263 | Vrbno pod Pradědem
From Wikipedia, the free encyclopedia
Jump to: navigation, search
Saint Archangel Michael Church
Vrbno pod Pradědem (Czech pronunciation: [ˈvr̩bno ˈpotpraɟɛdɛm]; German: Würbenthal) is a town in the Moravian-Silesian Region, Czech Republic. It is located on the Opava River and has 6,072 inhabitants... | http://en.wikipedia.org/wiki/Vrbno_pod_Prad%C4%9Bdem | dclm-gs1-415110002 | false | false | {
"keywords": "atryn"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.600722 | <urn:uuid:a9f05dd1-71cb-486f-9e4d-cc860f96c52b> | en | 0.970088 | Print and Go Back SweetSpot [Print without images]
Friday, April 22, 2011
Berthiaume: One-game playoff way to go
By Steve Berthiaume
I had a Twitter follower write to me that "one game doesn't determine squat in baseball." I replied, "Really? Tell that to the '78 Yankees."
Thursday, Bud Selig said he thinks basebal... | http://espn.go.com/blog/sweetspot/print?id=9466 | dclm-gs1-415120002 | false | false | {
"keywords": "spike"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.026502 | <urn:uuid:f2ee1aab-38aa-4eab-8bf3-46c382baaba0> | en | 0.925735 | Free Games .org
Sponsored Link
Mega Mash
Mega Mash starts innocently enough. You have just bought a game compilation cartridge and put it in your console to play it. It doesn't work however and, frustrated, you break the cartridge. Then you give it another go, why not? That's when things get weird. Mega Mash is compi... | http://freegames.org/mega-mash/ | dclm-gs1-415170002 | false | false | {
"keywords": "blast"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.678744 | <urn:uuid:35b70c5f-6ffb-4ecc-b7de-4b4c0f799b6e> | en | 0.822854 | Whatsit: Polka Dot Clam?
clam,sea snail,whatsit,squee
- -
This widdle polka-dotted, sea squee is super cute, but what is it? Do any of you squeeps know what kind of fashionable sea creature this whatsit is?
-Sally Squeeps
| http://icanhas.cheezburger.com/squee/tag/clam | dclm-gs1-415280002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.214156 | <urn:uuid:a7014717-e5dc-4f9d-80c5-4ac394484b4c> | en | 0.935343 |
JennyMack4,280 pointsBadges:
• What are input errors, CRC, frame and drops?
Prabhu22.v5 pointsBadges:
• Why do you need a CCNA Network Simulator?
MelanieYarbrough6,345 pointsBadges:
• What course precedes Cisco’s CCNA exam?
NetworkingATE1,545 pointsBadges:
• Old Printer Driver on Window... | http://itknowledgeexchange.techtarget.com/itanswers/tag/networking/page/5/?page=26 | dclm-gs1-415330002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.113836 | <urn:uuid:331a248c-dcdc-47ce-af4e-faa1a941656d> | en | 0.880299 | Subject: implementing "swap tokens" to prevent excessive paging to disk
To: None <>
From: Blair Sadewitz <>
List: tech-kern
Date: 08/13/2007 13:33:40
I read yesterday that linux passes a "swap token" around to allow the
system to recover when a lot of swapping's going on. If we had
something like this, we'd be a lot c... | http://mail-index.netbsd.org/tech-kern/2007/08/13/0005.html | dclm-gs1-415480002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.549406 | <urn:uuid:12562335-d145-4c19-99b6-2d98ec3b04a7> | en | 0.97085 | Tag Info
New answers tagged
We already have 154 questions tagged relational division and probably many more on the same concept that have not been tagged. There is no need to create yet another QA pair. Just look at the top voted answers in the tag. I'd personally go for this one as the answers show many different w... | http://meta.stackoverflow.com/tags/duplicate-questions/new | dclm-gs1-415600002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.855732 | <urn:uuid:efb438d5-57cd-4b5a-847f-659fb3e917ca> | en | 0.924179 | BBC Home
Explore the BBC
Asylum Seekers
Last Updated: Thursday April 09 2009 11:41 GMT
Why do asylum seekers leave home?
Many asylum seekers flee their own country because there is a civil war there or because their human rights are not being respected.
The top five countries that people came to the UK from in 2... | http://news.bbc.co.uk/cbbcnews/hi/newsid_1600000/newsid_1607000/1607018.stm | dclm-gs1-415670002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.021538 | <urn:uuid:37a970ca-7c4d-4631-b1ba-7826b9a64e51> | en | 0.945973 | Slashdot is powered by your submissions, so send in your scoop
Forgot your password?
Comment: Re:Tweeting (Score 1) 84
by topperharley122 (#32010622) Attached to: Tweeting From the Front Line
Also, if you have a small group of family and friends who have been scattered to the four winds for the usual reasons, it's... | http://slashdot.org/~topperharley122 | dclm-gs1-415820002 | false | true | {
"keywords": "monkey, mouse"
} | false | null | false |
0.897481 | <urn:uuid:ec610863-0fc1-4201-90f7-f6b23c69ab08> | en | 0.952476 | Take the 2-minute tour ×
I have a cluster of 20 servers. I want them to send 200 emails (for example). Now each node decides in its own based on some rules to send an email. HOw can I make them altogether not to send more thank 200 emails? And still be highly scalable and accurate with high performance (so will also w... | http://stackoverflow.com/questions/9967779/actors-pattern-and-counter-in-a-cluster-how-do-they-go-along | dclm-gs1-415890002 | false | false | {
"keywords": "candida"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.244814 | <urn:uuid:59fc719b-2edd-4ab1-bb5b-9e1ba5f1fe8d> | en | 0.920393 | DOOM 3: BFG Edition > Общи дискусии > Подробности за темата
Solid Snake 9 ноември 2012 в 9:27сут.
Why doesn't the BFG edition have Steam Cloud?
The original Doom 3 has Steam Cloud support... Why the hell doesn't the BFG edition? I reformatted and totally forgot to back up my saves... Yes, my fault, I'm not saying it's ... | http://steamcommunity.com/app/208200/discussions/0/864951022523230846/?l=bulgarian | dclm-gs1-415900002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.054218 | <urn:uuid:f69f1cc1-4b35-47ce-a651-161648042789> | en | 0.893885 |
用户评测: 褒贬不一 (64 篇评测)
发行日期: 2012年10月22日
购买 Cabela's® Dangerous Hunts
节庆特卖!1月2日 截止
购买 Cabela's® Dangerous Hunts 2013 and Hunting Expeditions Bundle
包含 2 件物品: Cabela's® Dangerous Hunts 2013, Cabela's® Hunting Expeditions
节庆特卖!1月2日 截止
• Memory: 2 GB RAM
• Graphics: NVidia GeForce 8800 GT 512MB/ ATI ... | http://store.steampowered.com/app/218860/?l=schinese | dclm-gs1-415910002 | false | true | {
"keywords": "mouse, blast"
} | false | null | false |
0.070511 | <urn:uuid:4fd7b977-232d-4fdc-be8e-0187b6ab5a24> | en | 0.985452 | Last updated: February 19. 2013 5:13PM - 135 Views
Story Tools:
Font Size:
Social Media:
(AP) A 10-year-old boy killed inside a Mexico City movie theater was hit by a stray bullet that was fired outside the building, authorities said Tuesday.
Prosecutor Edmundo Garrido said Hendrik Cuacuas was hit in the head by a... | http://timesleader.com/apps/pbcs.dll/article?avis=TL&date=20121113&category=news&lopenr=311139638&Ref=AR&category_id=6&town_id=1&sub_type=stories | dclm-gs1-415930002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.070891 | <urn:uuid:5fd80982-0b40-4d29-8a23-4c001a5f6441> | en | 0.932456 | Science | WAMU 88.5 - American University Radio
RSS Feed
Parlez Vous Francais? It Might Boost Brain Power
Pipe Down! That Noise Might Affect Your Plants
Aside from urban legends about talking to your flower pots, is there any reason to study the effect of noise on plants? One ecologist says yes — because noise po... | http://wamu.org/topic/science?page=441 | dclm-gs1-416030002 | false | true | {
"keywords": "bacteria, vaccine"
} | false | null | false |
0.019755 | <urn:uuid:2979035b-b9ff-4133-b223-764c686532a2> | en | 0.955092 | Free 2-Day Shipping on all orders over $50*
Unlike those shoulder-patch, chest-pocket fleeces everyone wears, the Caliber stands apart.
You have to wonder: do the designers at Arc’teryx ever rest? After experiencing the Men’s Caliber Zip Neck Sweater, we can quite simply say: no they don’t. And thank (insert favorit... | http://www.backcountry.com/arcteryx-caliber-zip-neck-sweater-mens | dclm-gs1-416170002 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.