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.037056 | <urn:uuid:acfa1c66-ae26-4701-aee7-672e333784ed> | en | 0.986215 | Man who pimped minor to serve 17 to 34 years
Posted: July 03, 2014
CONVICTED sex trafficker Robert Spence will spend more years in prison than his teenage victim had been alive when he lured her and pimped her for cash, a Philadelphia judge ruled yesterday.
After denying a motion to delay the sentencing in Spence's ... | http://articles.philly.com/2014-07-03/news/51033552_1_robert-spence-17-to-34-years-teenage-victim | dclm-gs1-136620001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.186823 | <urn:uuid:6e91a9eb-56d8-4a4c-9bf6-f4d549925bbf> | en | 0.927947 | You are here:Home» Topics» Marilyn Monroe
News »
Marilyn Monroe tops calendar icon list ET
Hollywood icon Marilyn Monroe has topped the calendar icon race alongwith singer Kylie Minogue.
Joe DiMaggio letter to Marilyn Monroe sells for $78,000 ET
This is the right time to enter India, says Jamie Salter, chief exe... | http://economictimes.indiatimes.com/topic/Marilyn-Monroe/ | dclm-gs1-136780001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.866178 | <urn:uuid:4f45808a-59c1-4b84-8543-ab059c7418d6> | en | 0.906375 | Take the 2-minute tour ×
If I want an editor that accepts "points" of a minimum of three (a triangle) and I just add some points first, like this:
enter image description here
how can I mathematically connect these corners (points) into an object of multiple triangles? so amount of triangles looks like something lik... | http://gamedev.stackexchange.com/questions/33484/create-shape-from-points-lines-in-editor-and-mathematically-calculate-nearest | dclm-gs1-136870001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.041577 | <urn:uuid:6570d934-85cc-4f60-891e-43378a652b61> | en | 0.886722 | By Topic
New features for classification of cancerous masses in mammograms based on morphological dilation
Sign In
Formats Non-Member Member
$31 $31
Become an IEEE Member or Subscribe to
IEEE Xplore for exclusive pricing!
close button
puzzle piece
Learn more about:
IEEE membership
IEEE Xplore subscriptions
2 ... | http://ieeexplore.ieee.org/xpl/articleDetails.jsp?reload=true&arnumber=4743401&sortType%3Dasc_p_Sequence%26filter%3DAND(p_IS_Number%3A4743380) | dclm-gs1-136940001 | false | false | {
"keywords": "a sequence"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.023108 | <urn:uuid:5048a862-a593-44ab-9a86-1da271b47612> | en | 0.968677 | Re: Iceland volcano -OT-
Does anyone have a choice anyway? And I don't see any reason to wait
at the airport. The length of delays seems to be measured more in days
than in hours. Might as well go home, or back to your hotel, etc., to
wait it out.
Christina Websell wrote:
Well, here's a choice
1. Fly through volcan... | http://newsgroups.derkeiler.com/Archive/Rec/rec.pets.cats.anecdotes/2010-04/msg01363.html | dclm-gs1-137150001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.111166 | <urn:uuid:19d61c11-9a7a-4aea-b8ad-40e1612b8d50> | en | 0.923287 | Skip to content
Nets interested in Tom Thibodeau?
Apr 20, 2010, 2:41 PM EST
According to Julian Garcia of the New Jersey Daily News, the New Jersey Nets may be interested in hiring Boston Celtics assistant coach Tom Thibodeau as the next head coach of the Nets.
Nets president Rod Thorn did not mention Thibodeau by... | http://probasketballtalk.nbcsports.com/2010/04/20/nets-interested-in-tom-thibodeau/ | dclm-gs1-137210001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.703647 | <urn:uuid:0529ba2d-1119-4707-b258-70a792cd41c1> | en | 0.970929 |
Forgot your password?
Comment: Re:Old (Score 1) 622
by west (#48643071) Attached to: What Happens To Society When Robots Replace Workers?
With each technological iteration, we have fewer and fewer who can find productive use of their talents in society. Both physical, and now mental talents are being superseded b... | http://slashdot.org/~west | dclm-gs1-137320001 | false | false | {
"keywords": "mouse"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.119585 | <urn:uuid:3fb45c3a-aeb6-48b0-95ee-c2fa3ab16571> | en | 0.920436 | Take the 2-minute tour ×
How do I print a list to stdout in Haskell?
Let's say I have a list [1,2,3] and I want to convert that list into a string and print it out. I guess I could build my own function, but surely Haskell has a function built in to do that.
share|improve this question
are you used to another progra... | http://stackoverflow.com/questions/5952167/how-do-i-print-a-list-in-haskell | dclm-gs1-137360001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.659284 | <urn:uuid:f317f848-c4b4-4020-b7f6-f45095d5d8ad> | en | 0.811437 | Take the 2-minute tour ×
Why does atof round "14718.5084" to 14718.5? Is there a way to prevent that (i.e. get the whole number 14718.5084)?
double latitude=atof("14718.5084");
std::cout <<"latitude test "<<latitude<< "\n";
and the output is:
latitude test 14718.5
share|improve this question
you mean atof right?... | http://stackoverflow.com/questions/9992211/function-atof-rounds-its-result-to-integer-part/9992298 | dclm-gs1-137390001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.245754 | <urn:uuid:3ecec582-c361-48aa-aa08-91f3fc543fdc> | en | 0.910503 |
Recenzje użytkowników: Bardzo pozytywne (3,268)
Data wydania: 4 Lip, 2012
Kup Endless Space - Emperor Edition
WYPRZEDAŻ ŚWIĄTECZNA! Koniec oferty: 2 stycznia
Pakiety zawierające tę grę
Kup Endless Space Gold
Zestaw 2 produktów: Endless Space® - Disharmony, Endless Space® - Emperor Edition
WYPRZEDAŻ ŚWIĄTECZNA!... | http://store.steampowered.com/app/208140/?l=polish | dclm-gs1-137400001 | false | false | {
"keywords": "mouse"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.021132 | <urn:uuid:59ad950e-90cd-4837-85a0-fe6e7534b63f> | en | 0.956603 | main index
Topical Tropes
Other Categories
TV Tropes Org
Kickstarter Message
49 hours left ...
Our Kickstarter campaign has received $82,000 from 2,400 backers, well past our original goal ! TV Tropes 2.0 is coming. There is no stopping it now. We have 49 hours left. At $100K the tropes web series will also be p... | http://tvtropes.org/pmwiki/pmwiki.php/Main/LiteralistSnarking | dclm-gs1-137470001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.021162 | <urn:uuid:9733d76b-60ad-42e8-8670-329e367a3dee> | en | 0.910034 | 'August: Osage County' Trailer: It's Meryl Streep vs. Julia Roberts
Later this year, Hollywood will release its own big, grand Hollywood version of August: Osage County, the critically acclaimed Broadway play that won a boatload of Tonys and the Pulitzer Prize in 2008.
This version stars Meryl Streep as pill-popping ... | http://www.celebuzz.com/2013-05-10/august-osage-county-trailer-its-meryl-streep-vs-julia-roberts/ | dclm-gs1-137750001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.028272 | <urn:uuid:f80d5980-005e-43d2-b61b-ad42e22cc359> | en | 0.95671 | Nobel laureates pen open letter to Putin
LONDON (AP) -- Actor Ian McKellen and 27 Nobel laureates have written an open letter urging Russia's president to repeal an anti-gay law.
The letter -- published Tuesday by the Independent newspaper -- comes in the run-up to the Sochi Olympics, which have been the focus of a... | http://www.columbian.com/news/2014/jan/14/nobel-laureates-pen-open-letter-to-putin/ | dclm-gs1-137800001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.023544 | <urn:uuid:656b5ca7-3f30-4f09-91cf-a8d3c9615f7b> | en | 0.935643 |
Stratasys Incorporated
3-D printers bring quirky eco-car to life
3-D printers bring quirky eco-car to life
Kor Ecologic Inc. founder Jim Kor has been described as a shaggy introvert and hermit. Yet this engineer is out to change the world with the Urbee, a unique hybrid vehicle that dares to be plastic, can zip acr... | http://www.courant.com/topic/business/stratasys-incorporated-ORCRP014545-topic.html | dclm-gs1-137840001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.716448 | <urn:uuid:a5fcf987-1aed-4809-8495-a5045e6046cd> | en | 0.959219 | 5 votes
States can establish religion and Congress can do nothing about it
The 1st Amendment:
First note it is the lawmaking power of Congress that is being circumscribed, not that of the States. Also note the indefinite article "an", which acknowledges the possible existence of an establishment of religion. Some S... | http://www.dailypaul.com/304821/states-can-establish-religion-and-congress-can-do-nothing-about-it | dclm-gs1-137860001 | false | true | {
"keywords": "assembly, immunity"
} | false | null | false |
0.241908 | <urn:uuid:58e4b9d1-12bb-4d92-a783-3bf25ea7de65> | en | 0.960622 | Comments about ‘Make it a small: N.Y.'s ban on large sodas likely won't take in Utah’
Return to article »
• Oldest first
• Newest first
• Most recommended
Afterglow Fanissimo
Salt Lake City, Utah
Heck no it won't take! We love our freedom and liberties too much to have some Washington burocrat dicatin' what f... | http://www.deseretnews.com/user/comments/865556759/Make-it-a-small-NYs-ban-on-large-sodas-likely-wont-take-in-Utah.html | dclm-gs1-137900001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.129315 | <urn:uuid:1c075f0d-bf62-4d97-808e-cf6c26eb7b6d> | en | 0.931123 | German business and politics
Goodbye to Berlin
Business bosses are growing impatient with a drifting government
See article
Readers' comments
"What other monetary tools do we have? Well, open market operations, or quantitative easing, appears to be moving into a direction funded by taxpayers, not merely printing... | http://www.economist.com/comment/1007837 | dclm-gs1-137970001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.024776 | <urn:uuid:ff209b4d-c69d-4e1d-9658-bf01b3d07c40> | en | 0.963002 | Tattoos in Japan
The shogun of Osaka
A revealing political crackdown on a usually hidden form of art
See article
Readers' comments
Certainly the missing pinkie finger on the gentleman's left hand says "Gangster" to anyone familiar with this part of Japanese sub-culture.
Just to add some color... It would tak... | http://www.economist.com/comment/1435616 | dclm-gs1-137990001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.021025 | <urn:uuid:9877c249-d682-4428-a4c0-4c3d9011ea46> | en | 0.982154 | “IT JUST shows what sort of society we now have,” said the Communists, with sniffy contempt for the ruling Social Democrats. “A scandal without equal in recent Czech history,” opined leaders of the conservative opposition, themselves no strangers to sleaze. The allegation that Karel Srba, a senior foreign-ministry offi... | http://www.economist.com/node/1275998 | dclm-gs1-138020001 | false | false | {
"keywords": "assembly"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.060701 | <urn:uuid:b9a2a618-2e5b-4460-9718-829077b39f01> | en | 0.97845 | Review by Raiden
"I've NOW decided: DD 2's HARDER than DD 3, and not just more fun..."
As suggested by the title of my review, I have formed a slightly different opinion of Double Dragon 2, in relation to Double Dragon 3 on NES. I can now safely say (w/o reservations) that I'm a bigger fan of DD 2 than DD 3, like mos... | http://www.gamefaqs.com/nes/587237-double-dragon-ii-the-revenge/reviews/review-46700 | dclm-gs1-138120001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.034072 | <urn:uuid:3b1d49ac-5ad7-45e6-9c4f-a90d4f8109ec> | en | 0.94059 | | Share
Tenth Khanda
1. “These rivers, my son, run, the eastern (like the Ganga) toward the east, the western (like the Sindhu) toward the west. They go from sea to sea (i.e. the clouds lift up the water from the sea to the sky, and send it back as rain to the sea). They become indeed sea. And as those rivers, when t... | http://www.infoplease.com/t/rel/upanishads/khandogya6-10.html | dclm-gs1-138160001 | false | false | {
"keywords": "mosquito"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.048941 | <urn:uuid:d27ce652-e8b7-4dd8-b57a-af3bd3c97f3b> | en | 0.987692 | Im almost positive I should have an abortion....
iVillage Member
Registered: 02-28-2012
Im almost positive I should have an abortion....
Tue, 02-28-2012 - 11:23pm
Ill try to make this as short as possible (cause its sort
iVillage Member
Registered: 07-16-2007
Welcome to the board. There's a good group here, and I ho... | http://www.ivillage.com/forums/health-fitness/crisis-support/abortion-support/abortion-questions-answers/im-almost-positive-i-should-have-abortion | dclm-gs1-138180001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.028271 | <urn:uuid:2b4e80c6-9d6b-4bf9-b60f-9e4ef97453c7> | en | 0.975809 | In spite of how good it makes me feel that this predator is being put away he was not treated fairly and that will affect us all by undermining the Constitution. We cannot let our emotional preferences control reason.
It just isn't right that the guy who denied him treatment gets to commit him for life because he had n... | http://www.malesurvivor.org/board/ubbthreads.php?ubb=showflat&Number=344592 | dclm-gs1-138270001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.559872 | <urn:uuid:7adbe355-b38b-4ccd-985d-883ac2c0f091> | en | 0.973739 |
The program mirrors the existing QuickPay initiative that requires the federal government to pay small contractors quickly, ideally within 15 days. The White House said that program has accelerated more than $220 billion worth of payments to federal contractors, making it easier for those businesses to grow.
Walgre... | http://www.mercurynews.com/natbreakingnews/ci_26130008/obama-asking-companies-pay-suppliers-faster | dclm-gs1-138300001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.138302 | <urn:uuid:57f05811-31c5-4276-aca6-e78c27b7b2b7> | en | 0.958686 |
| Sat Jul. 5, 2014 11:45 PM EDT
So was all of this worth it? The Post's review illustrates just how hard it is to make that judgment:
The whole story is worth a read in order to get a more detailed description of what these intercepts looked like and who they ended up targeting. In some ways, the Snowden inter... | http://www.motherjones.com/kevin-drum/2014/07/nsa-said-edward-snowden-had-no-access-surveillance-intercepts-they-lied | dclm-gs1-138320001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.020625 | <urn:uuid:209183a7-9822-4514-9771-d090d9e9913f> | en | 0.978908 |
(148 Posts)
LemonDrizzled Fri 06-Sep-13 13:47:04
nerfgunsftw Fri 06-Sep-13 13:49:28
Black ball.
LadyBigtoes Fri 06-Sep-13 13:50:21
Blocking her would be v satisfying but might backfire on you - she will then get her own back on you one day.
What you want is to let her through but make sure she somehow know... | http://www.mumsnet.com/Talk/relationships/1845189-Really-annoying-person-I-could-get-my-own-back-on-but-should-I?pg=1 | dclm-gs1-138350001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.374649 | <urn:uuid:f75b0b4e-75c3-4c75-b677-557a4b54aaa4> | en | 0.947073 | Share this entry
Share this page
Saltos de línea: lion
Pronunciación: /ˈlʌɪən
Definición de lion en inglés:
• Panthera leo, family Felidae
Example sentences
king of the beasts;
Example sentences
1.2 (the Lion) The zodiacal sign or constellation Leo.
1.3A brave, strong, or fierce person.
Example sentences
conque... | http://www.oxforddictionaries.com/es/definicion/ingles/lion | dclm-gs1-138520001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.018383 | <urn:uuid:5c546236-0178-49f0-8539-06dc846e38da> | en | 0.903211 | Honestly, the idea behind nettops is a bit baffling. Netbooks, I get. They offer low-power components and compact designs to extend battery life and increase portability. A nettop offers a stripped down configuration—many use the Intel Atom processor found in netbooks—but for what? Battery life and portability aren't f... | http://www.pcmag.com/article2/0,2817,2360979,00.asp | dclm-gs1-138540001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.025848 | <urn:uuid:8bd4a449-0600-4ee7-8718-f5e5e9974757> | en | 0.855065 | Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
Re^3: Perl 6 and Ruby on Rails
by rg0now (Chaplain)
on Apr 05, 2005 at 20:25 UTC ( #445097=note: print w/ replies, xml ) Need Help??
in reply to Re^2: Perl 6 and Ruby on Rails
in thread Perl 6 and Ruby on Rails
Now guess what! I mana... | http://www.perlmonks.org/?node_id=445097 | dclm-gs1-138560001 | false | false | {
"keywords": "survivin"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.187142 | <urn:uuid:73766a4f-ac9a-4cbb-9842-42a21fb8d080> | en | 0.982328 | Global Politics
Georgia marks low for US-Russia relations
ZB believes this stand off with Russia needs a quick resolution, and if not it could be a steady deterioration in the relationship with Russia. (That's basically what Secretary Gates said today, but how well prepared was the administration for this conflict?) ... | http://www.pri.org/stories/2008-08-14/georgia-marks-low-us-russia-relations | dclm-gs1-138590001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.019476 | <urn:uuid:266587a2-361b-4e87-a8bb-56230a45e27b> | en | 0.888864 | Midpoints for fuzzy sets and their application in medicine.
Artificial Intelligence in Medicine (Impact Factor: 1.36). 02/2003; 27(1):81-101. DOI: 10.1016/S0933-3657(02)00080-5
Source: PubMed
ABSTRACT Using Kosko's hypercube, we identify a fuzzy set with a point in a unit hypercube. A non-fuzzy or crisp subset of a s... | http://www.researchgate.net/publication/10999309_Midpoints_for_fuzzy_sets_and_their_application_in_medicine | dclm-gs1-138610001 | false | false | {
"keywords": "engineering"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.590835 | <urn:uuid:7ae5ffaf-2a8a-41e1-9334-4e3c1d657fa4> | en | 0.974552 | JB Smoove
JB Smoove Trivia
• Trivia
• JB Smoove was a writer for Saturday Night Live for 60 episodes, beginning in the year 2003 and ending in 2007.
• Quotes
• JB Smoove: (When asked what he is doing to conquer the world) I'm just doing little teeny things, just laying a foundation. See, people don't... | http://www.tv.com/people/jb-smoove/trivia/ | dclm-gs1-138780001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.049901 | <urn:uuid:9c0029d4-c66f-48d1-ad62-56c137df1481> | en | 0.833451 | Ronald Reagan Putts Aboard Air Force One
Ronald Reagan Putts Aboard Air Force One
President Ronald Reagan practicing his putting aboard Air Force One while en route to Geneva, Switzerland. Clockwise from left are: Major Tom Carter, the President's Military Aide; Robert McFarlane, then National Security Advisor; Jim Ku... | http://www.upi.com/News_Photos/view/upi/2097ac6a810d4d8c3355eb968749a40e/ | dclm-gs1-138800001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.508018 | <urn:uuid:5835ddad-a977-45b5-839d-d099f2a50629> | en | 0.943362 | Set for a 1:28 p.m. liftoff Monday, Maven will study the Red Planet's upper atmosphere and history of climate change.
Water is believed to have flowed through rivers and lakes on ancient Mars, supported by a thicker, warmer atmosphere.
Microbial life might have flourished in that climate more than 3.5 billion years ... | http://www.usatoday.com/story/tech/2013/11/17/mars-orbiter-maven-launches-monday/3622895/ | dclm-gs1-138820001 | false | false | {
"keywords": "blast"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.079239 | <urn:uuid:d5f6bac1-7fcd-44b9-8a77-73e68a21db3e> | en | 0.928695 | You are here
Member since April 2003
Delicious Tofu Cutlets
What you need:
1 jar of Grey Poupon, or your favorite mustard (not the Heinz kind)
1 block of extra firm tofu
bread crumbs
canola or vegetable oil
any other spices that you would like to add to the crumbs (dry or chopped fine)
What you do:
Before I wen... | http://www.vegweb.com/recipes/delicious-tofu-cutlets | dclm-gs1-138840001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.061073 | <urn:uuid:35d583f6-f912-4ed3-96bf-7d42c36dc72f> | en | 0.963178 |
GOP fundraising tactic avoids cash limits
- The Washington Times - Sunday, May 15, 2011
Republican officials are getting a first peek at what's being called a "sky's the limit" approach to funding the party's 2012 campaigns across the country - from the presidential race down to mayoral contests.
The timing couldn... | http://www.washingtontimes.com/news/2011/may/15/gop-fundraising-tactic-avoids-cash-limits/print/ | dclm-gs1-138870001 | false | false | {
"keywords": "candida"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.041565 | <urn:uuid:1addc01f-631c-4760-96eb-1f67f1a3812e> | en | 0.954811 | The Magazine
One Korea, After All
Time to undo the Kim family regime
Jan 16, 2012, Vol. 17, No. 17 • By ROSS TERRILL
Widget tooltip
Single Page Print Larger Text Smaller Text Alerts
With 28-year-old Kim Jong Eun propped up to handle Pyongyang’s succession crisis, three facts about North Korea are salient. Kim Jong ... | http://www.weeklystandard.com/articles/one-korea-after-all_616137.html?nopager=1 | dclm-gs1-138890001 | false | false | {
"keywords": "virulence"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.042 | <urn:uuid:f59be1b2-380f-4455-be62-c4705d7ade87> | en | 0.983741 | DALLAS This time last year, a Flower Mound man was battling diabetes that caused his kidneys to fail. With no living relatives that could help, Shannon Hamilton was in trouble.
It normally takes three to five years for doctors to find a suitable donor.
But when Hamilton finally stopped keeping his dialysis a secret, ... | http://www.wfaa.com/story/local/2014/12/22/13813178/ | dclm-gs1-138900001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.022872 | <urn:uuid:3d8aa4aa-cf3b-437e-af0d-54a1d47946db> | en | 0.873437 | Home Performance Magician
Criss Angel - H2O Teleportation
Criss will vanish from a yacht to instantly reappear on the beach infront of beachgoers.
Criss Angel - H2O Teleportation (part 1 of 3)
Criss Angel - Cement Block
Cement is poured into a plexiglass container that holds Criss 5 stories high and gives him 24 hou... | http://www.xploremagic.com/Magician/Page-9.html | dclm-gs1-138940001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.032649 | <urn:uuid:2eb0f41e-6861-4810-aa0e-fba81e3e8ed0> | en | 0.928626 | Arama They Didn't
arashic5 12th-Dec-2011 07:56 am (UTC)
How awesome would it be for nino to have a cameo as riisa's onii-chan
Reply Form
No HTML allowed in subject
(will be screened)
This page was loaded Dec 28th 2014, 6:39 pm GMT. | http://aramatheydidnt.livejournal.com/3137226.html?replyto=187298506 | dclm-gs1-138970001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.018559 | <urn:uuid:ed3e1aef-03a1-41d1-82ed-747e5c3879e9> | en | 0.964806 | About your Search
Search Results 0 to 4 of about 5
. is chicago the next detroit? we raise this question before, why the problems plaguing the windy city could lead down the exact same road. ♪ with fidelity's options platform, we've completely integrated every step of the process, making it easier to try filters and s... | http://archive.org/details/tv?time=201308&q=detroit&fq=program:%22Markets+Now%22&fq=topic:%22jeff%22 | dclm-gs1-138980001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.368907 | <urn:uuid:af99e6cf-dcc2-41a3-9d4b-2f9c3e11bb06> | en | 0.968953 | Schneiderman calls IG's findings 'horrendous'
1. FedUp (the real one) says:
Schneiderman think that we forgot his hit and run?
2. chumley says:
He is shocked-shocked-to find corruption in his own Senate Democratic leadership. How long did he sit in the State Senate and do nothing? You can’t make this... | http://blog.timesunion.com/capitol/archives/33345/schneiderman-calls-igs-findings-horrendous/ | dclm-gs1-139060001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.042959 | <urn:uuid:c2da8b0e-c28f-43be-aebb-9440bb058ca5> | en | 0.966447 | Accepted Solution
Allergy to lipstick pigment? Help!
(0) Hearts
I'm more of a chapstick, bare lips kind of girl... but I'm really getting into lipsticks lately. I've purchased mostly MAC lispticks, and I seemed to have been reacting fine to them until I purchased a red lipstick and lipgloss the other day. I only wore ... | http://community.sephora.com/t5/Ask-The-Experts/Allergy-to-lipstick-pigment-Help/qaq-p/310009/comment-id/9799/tab/html | dclm-gs1-139150001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.373142 | <urn:uuid:5d20a618-3466-4ced-a4f6-65d16632a149> | en | 0.919926 | Question | Discussion | References | CME Credit
Case 2: Features of Genotypic and Phenotypic Resistance Assays
You answered:
D When a patient is undergoing a change in antiretroviral therapy because of virologic failure, genotypic resistance testing does not provide any benefit in improving virologic responses.
Thi... | http://depts.washington.edu/hivaids/arvres/case2/4.html | dclm-gs1-139180001 | false | true | {
"keywords": "antiretroviral therapy, clinical trials"
} | false | null | false |
0.022381 | <urn:uuid:c41237bf-6d3e-46ec-a4f2-b007a935c130> | en | 0.909827 | Bombing of Plaza de Mayo
From Wikipedia, the free encyclopedia
Jump to: navigation, search
Bombing of Plaza de Mayo
Civilian casualties on June 16, 1955
Date June 16, 1955 (1955-06-16)
Location Plaza de Mayo
Participants Argentine Naval Aviation
Argentine Air Force
Outcome Failed coup
Deaths 150-364[1]
At 12:40 pm,... | http://en.wikipedia.org/wiki/Bombing_of_Plaza_de_Mayo | dclm-gs1-139210001 | false | false | {
"keywords": "el tor"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.937514 | <urn:uuid:9f1621ba-a588-40fd-8baf-5c8b60512bca> | en | 0.928059 | Take the 2-minute tour ×
As far as I know, How are you? is not supposed to be answered [1]: In most of the cases it just means hi!.
Question: Regarding the closest German equivalent, i.e. "Wie geht's (dir)?", should this question be answered?
[1] I've never lived in an English speaking country, so correct me if I'm ... | http://german.stackexchange.com/questions/10023/is-wie-gehts-dir-actually-supposed-to-be-answered | dclm-gs1-139310001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.03649 | <urn:uuid:a28bfe18-0381-4dfa-89c2-46c721633075> | en | 0.953414 | $249 iPad Mini Could "Crush" the Competition
iPad Devices
Via: CNet
anvil_crawler 2 years ago
The Nexus 7 price/configuration information is incorrect. The Nexus 7 sells for $199 (8GB) and $249 (16GB).
3vi1 2 years ago
I detest the 7-inch form factor: Too big for a pocket, too small for serious use. For the li... | http://hothardware.com/(X(1)S(a1ntkl2rvopqlxesi5plty45)A(o5B4bsgPzQEkAAAANTg2OTFjY2UtZWQxZS00OTM2LWI2NGQtOTVlZDMzOGFmZmY3Ed4D6nJRJChlB47PSARYSO6iKWo1))/News/249-iPad-Mini-Could-Crush-the-Competition-Analyst-Says/ | dclm-gs1-139390001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.110137 | <urn:uuid:1827cdd9-bffa-4543-96a3-5b64995a4cc9> | en | 0.969636 | See this question - What is overloading in Java?
Is an appropriate tag for this question?
I can kinda see it given the last question. Without that it clearly doesn't belong. – Servy May 16 at 17:33
It is often added instead of Java because people don't realize they aren't the same. Here it seems it might be because ... | http://meta.stackoverflow.com/questions/255171/is-javascript-an-appropriate-tag-in-this-question | dclm-gs1-139550001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.032667 | <urn:uuid:7881adb8-8312-4d10-9f7c-667d2771fdb0> | en | 0.912508 | Skip to content
Francisco Elson
1. Friday And-1 links: Ramon Sessions trade talk and more
Mar 2, 2012, 11:06 AM EST
Anthony Parker, Ramon Sessions
2. Report: Philadelphia signs Francisco Elson
Jan 27, 2012, 10:48 AM EST
3. Francisco Elson out for Jazz Monday with visa issues
Dec 13, 201... | http://probasketballtalk.nbcsports.com/tag/francisco-elson/ | dclm-gs1-139620001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.023085 | <urn:uuid:2ef0a1c5-7df0-4f6a-9953-5d0406a4df31> | en | 0.923685 | Skip to content
2010 NHL playoffs: Habs-Flyers Game 5 preview
May 24, 2010, 6:00 PM EST
Comments Off
As the Chicago Blackhawks watch on/heal their wounds/get some dental work done, the Flyers host the Habs in what could be the final game of the Eastern Conference finals. Let’s take a look at some of the storylines ... | http://prohockeytalk.nbcsports.com/2010/05/24/2010-nhl-playoffs-habs-flyers-game-5-preview/ | dclm-gs1-139650001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.830908 | <urn:uuid:56878e7c-bf91-4af9-b529-331a81f16497> | en | 0.801186 | You are here
Fix My Pix
Export Layers to File
A simple plug-in to Export layers (all or selective layers) to individual image files.
1. Can manipulate the layers in layer group
2. Can export texts, patterns and layer filters
3. Prefix name for the image files has to be given
4. Can export only in jpg, png, bm... | http://registry.gimp.org/taxonomy/term/1504 | dclm-gs1-139680001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.076517 | <urn:uuid:4074e82f-653b-4394-84d3-2d7072101f3c> | en | 0.911594 | Manmade Climate Change Believers Need to Come Clean about Being 21st Century Atheists
Believers in man-made climate change, who used to call it global warming until they ran into some inconvenient truths, need to admit that they don’t believe in God.It takes a Godless person to believe that carbon is a pollutant.
cli... | http://rightwingnews.com/uncategorized/manmade-climate-change-believers-need-to-come-clean-about-being-21st-century-atheists/ | dclm-gs1-139690001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.146102 | <urn:uuid:39ddb56b-4898-449b-a218-3264cef33ea2> | en | 0.965945 | Take the 2-minute tour ×
I have been searching frantically for a college that has a good information security program. One of the ones I came across is Wilmington Universities Computer and Network Security program. I got a little exited when I saw it. The college is very close, it's cheap, and it has the program I wan... | http://security.stackexchange.com/questions/35792/what-are-some-signs-that-a-certain-degree-in-information-security-will-be-a-qual | dclm-gs1-139710001 | false | true | {
"keywords": "assembly, candida"
} | false | null | false |
0.093552 | <urn:uuid:6aad6cc2-c12a-4be6-8821-e92c6f684d6f> | en | 0.89091 | Take the 2-minute tour ×
I want to pull some data into my queries from a remote server (also SQL Server 2008), because some related data is on the remote server but not the local server.
The "add linked server" wizard in SQL Server 2008 asks me for a "Linked Server Name", so I make up a name like "remote_server_name"... | http://serverfault.com/questions/371526/how-do-i-add-a-linked-server-in-sql-server-2008 | dclm-gs1-139720001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.714178 | <urn:uuid:f0376f4d-bc1e-452a-9905-d3959444f1d5> | en | 0.913005 | Take the 2-minute tour ×
Visual Studio will automatically create using statements for you whenever you create a new page or project. Some of these you will never use.
Visual Studio has the useful feature to "remove unused usings".
I wonder if there is any negative effect on program performance if the using statement... | http://stackoverflow.com/questions/1162766/how-is-performance-affected-by-an-unused-using-statement/1162774 | dclm-gs1-139770001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.352291 | <urn:uuid:60cd827e-9ed5-4364-9be7-8985141721c7> | en | 0.927229 | Take the 2-minute tour ×
I have bunch of similar images. Those images contains different noise, but edges and histograms are very similar. I need to compress this images loselessly. Is there any algorithm, that can use image similarity for more efficient compression ? I have tried to use improved compression via predi... | http://stackoverflow.com/questions/15997106/similar-images-compression | dclm-gs1-139810001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.067234 | <urn:uuid:ab34b326-8be4-43cc-870c-18264457f85e> | en | 0.904329 | Take the 2-minute tour ×
My screensaver will not turn on - despite everything set properly, it sometimes never activates. This is a problem, as I need screensaver password protection if I step away from the computer for an hour or so.
The only thing I can think of is that my mouse or keyboard driver is somehow keepin... | http://superuser.com/questions/220126/my-screensaver-does-not-turn-on-what-could-be-preventing-it | dclm-gs1-139870001 | false | false | {
"keywords": "mouse"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.106422 | <urn:uuid:8714d1d6-fa2b-4c59-b277-6525c067f154> | en | 0.895926 | Take the 2-minute tour ×
I have a Samsung Galaxy S3 phone and a Samsung ARM Chromebook. I have pictures on my phone that I would like to be able to transfer to my Chromebook without use of the cloud. Is there a tool or app I could use to accomplish this?
share|improve this question
3 Answers 3
AirDroid. Transfer fi... | http://superuser.com/questions/633405/is-it-possible-to-transfer-files-from-my-galaxy-s3-to-my-arm-chromebook | dclm-gs1-139960001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.109793 | <urn:uuid:a5f5631b-f626-41ff-838c-5c89f4f97b78> | en | 0.964549 | fatherof5 23 hours, 53 minutes ago on Editorial - Employees still on clock when doing what is required for job
The John Roberts' court has ruled in favor of big business 80% of the time over the past three terms, as compared to just 56% of the time under fellow conservative William Rehnquist. That is why this decision... | http://union-bulletin.com/users/fatherof5/comments/ | dclm-gs1-140010001 | false | false | {
"keywords": "candida"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.999116 | <urn:uuid:53f4106a-b25b-4e09-8c94-7e48197e3a83> | en | 0.931067 | Write turn?
There's nothing unusual about journalists being inside the U.S. Supreme Court. What's unusual is for scribblers to be pleading their own case before the Supremes, which is what's scheduled to happen…
AOL TW toppers clean up
AOL Time Warner chief Gerald Levin reaped $152.6 million by exercising stock op... | http://variety.com/v/digital/page/2030/ | dclm-gs1-140020001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.020502 | <urn:uuid:3228e1ea-a68f-4edd-ba0c-3a11f15403b9> | en | 0.935411 | Westmalle Trappist Dubbel - Brouwerij Westmalle
Not Rated.
Westmalle Trappist DubbelWestmalle Trappist Dubbel
Displayed for educational use only; do not reuse.
2,285 Ratings
(view ratings)
Ratings: 2,285
Reviews: 1,132
rAvg: 4.17
pDev: 10.79%
Wants: 142
Gots: 219 | FT: 2
Brewed by:
Brouwerij Westmalle visit their w... | http://www.beeradvocate.com/beer/profile/208/674/?view=beer&sort=&start=1800 | dclm-gs1-140050001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.026623 | <urn:uuid:3c62a86e-cfab-4912-8c4a-a56429873831> | en | 0.951211 | Become a digitalPLUS subscriber. $13 for 13 weeks.
Classified Autos
Drivers must ask: To Zip or to rent?
With little green signs popping up in parking lots all over the country, it's hard not to take note of the Zipcar craze or even resist the urge to jump behind the wheel and zip off yourself. Being a Zipcar member ... | http://www.chicagotribune.com/classified/automotive/sc-cons-0729-autotips-20100729-story.html | dclm-gs1-140160001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.104342 | <urn:uuid:009d052c-a35c-45b8-aed8-b54713ebbeb6> | en | 0.956196 |
(Source: Associated Press)
Comments Threshold
Blame the other guy
By hiscross on 12/31/2009 10:50:56 AM , Rating: 4
Barry to Janet: "How do we respond?
Janet to Barry "The system worked"
Barry to Janet" Right we just go blaming the other guy"
Janet to Barry: "And might I add, no bathroom breaks!... | http://www.dailytech.com/article.aspx?newsid=17262&commentid=526145&threshhold=1&red=4928 | dclm-gs1-140240001 | false | false | {
"keywords": "delta"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.023262 | <urn:uuid:83d7da1f-9b2c-4b23-abc8-9a7f285c9da9> | en | 0.986434 | United Airlines flight attendant Jo Reinhardt worked her last flight Dec. 18, 2002.
It was a Boeing 757, flying from Denver to Seattle, loaded with passengers, even though the airline had filed bankruptcy.
"I can't describe to you how much I loved my job," Reinhardt said. "I always got to work early because I was so ... | http://www.denverpost.com/allewis/ci_17618850 | dclm-gs1-140270001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.025594 | <urn:uuid:921bad91-a861-440b-af40-2ecc46b9a3db> | en | 0.981647 | The Silent Suffering Servant
Isaiah 53:7-9
P. G. Mathew | Sunday, February 22, 2004
Copyright © 2004, P. G. Mathew
Isaiah 53:7-9
Mel Gibson's movie, The Passion of the Christ, in some ways represents the very heart of Christianity - the voluntary, substitutionary and propitiatory death of Jesus Christ.
Mel Gibso... | http://www.gracevalley.org/sermon_trans/2004/Silent_Suffering_Servant.html | dclm-gs1-140430001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.031573 | <urn:uuid:90b5656b-07fa-4377-b283-4560f9ecf494> | en | 0.834746 |
Showtimes & Tickets
Ashburn VA US [X]
Today28 Mon29 Tue30 Wed31 Thu1 Fri2 Sat3
Pelts (2006)
Certificate TV-MA - Horror | Thriller
A sleazy, desperate fur trader who haunts a local strip club, gets his hands on some priceless raccoon furs that might be more than just priceless but cursed.
Ticketing powered by ... | http://www.imdb.com/showtimes/title/tt0779496 | dclm-gs1-140510001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.038396 | <urn:uuid:6e74b81a-3981-467d-96f2-44052b3dc667> | en | 0.982143 | Motherhood Before Marriage
I hate to think of Hollywood as the leading edge of our social norms, but it sure feels like it sometimes. A decade ago, you could almost hear the outcry when Murphy Brown had a baby out of wedlock. Even then-Vice-President Dan Quayle weighed in on TV's fictional mom. Lately, it seems like l... | http://www.ivillage.com/motherhood-marriage/6-a-127907 | dclm-gs1-140550001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.284758 | <urn:uuid:57a0c990-a63b-433d-a55f-4e3775edd702> | en | 0.981406 | John Dickerson: Biden and Clinton should not feign poverty
06/26/2014 12:00 AM
06/25/2014 5:57 PM
This bit is a long-standing part of Biden’s shtick, but was interpreted as a dig at possible presidential rival Hillary Clinton. The former secretary of state has been having trouble talking about her considerable weal... | http://www.kansas.com/opinion/opn-columns-blogs/article1147142.html | dclm-gs1-140580001 | false | false | {
"keywords": "candida"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.021726 | <urn:uuid:9c92fc2e-f170-4f0c-801f-9e9090fbf8b6> | en | 0.924531 |
Sinister City (iPad)
missing cover art
100 point score based on reviews from various critics.
5 point score based on user ratings.
Not an American user?
John's search for his bride Nina brings him to a bizarre place called Sinister City, where he finds a hypnosis machine that allows his unconscious mind to travel ... | http://www.mobygames.com/game/ipad/sinister-city | dclm-gs1-140670001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.043923 | <urn:uuid:a40a70a8-8d62-4894-bb32-6214c28808e9> | en | 0.969385 | Read Book
« < 3 4 5 6 7 > »
Chapter 19: Organism, Not Organization
I am giving an alternative for everything. Organization has to be replaced by organism. The commune has to be an organism. I am working on that way, and is happening. It will take a little time for people to start feeling themselves that something st... | http://www.osho.com/iosho/library/read-book/online-library-joy-organization-nature-17b052bb-6c9?p=6198d08aab109728a09bf44e791392d0 | dclm-gs1-140770001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.025365 | <urn:uuid:4a007992-2765-4036-97ca-7d7c7ade6f96> | en | 0.96051 | Doctors and Policemen
The Killing Joke: I read “Infinite Jest”
“Sublime Recovery and Banal Recovery”: I’m in AmCon
From “Infinite Jest”
“Most People With Addiction Simply Grow Out of It–Why Is This Widely Denied?”: Maia Szalavitz
because it's boring? But no, this is a great reason for both friends and governme... | http://www.patheos.com/blogs/evetushnet/tag/prayers-to-ven-matt-talbot | dclm-gs1-140790001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.019529 | <urn:uuid:6aa912b8-5c2a-468a-b25f-5224745997a8> | en | 0.930975 |
Harry Wampler - 1 Records Found in Maryville, TN
People Search results for Harry Wampler in the PeopleFinders Directory
detailed background checks and criminal records checks.
Search Again
Harry W Wampler
Lenoir City, TN
Loudon, TN
Friendsville, TN
Maryville, TN
Sweetwater, TN
Find Harry Wampler by State
Searching f... | http://www.peoplefinders.com/p/Harry+Wampler/Maryville/TN | dclm-gs1-140820001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.0601 | <urn:uuid:a06e223c-f5e6-48f4-aacd-12ef492992c2> | en | 0.933404 |
Wm Boyd - 1 Records Found in Wilmington, DE
People Search results for Wm Boyd in the PeopleFinders Directory
detailed background checks and criminal records checks.
Search Again
Wilmington, DE
Find Wm Boyd by State
Vital records for Wm Boyd
Birth Records: 1 Marriage Records: 0
Death Records: 0 Divorce Records: 0
Un... | http://www.peoplefinders.com/p/Wm+Boyd/Wilmington/DE | dclm-gs1-140830001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.147142 | <urn:uuid:4c4c7758-9b5f-412d-9527-384bddfcdda1> | en | 0.80863 | Henry Timrod
The despot treads thy sacred sands,
Thy pines give shelter to his bands,
Thy sons stand by with idle hands,
He breathes at ease thy airs of balm,
He scorns the lances of thy palm;
Oh! who shall break thy craven calm,
Thy ancient fame is growing dim,
A spot is on thy garment's rim;
Give to the winds thy... | http://www.poemhunter.com/poem/carolina/ | dclm-gs1-140860001 | false | false | {
"keywords": "blast"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.037365 | <urn:uuid:11c0d47d-491a-4c8e-bf36-7fb45815ef01> | en | 0.869402 | Carlos Drummond de Andrade
Souvenir of the Ancient World
Clara strolled in the garden with the children.
The sky was green over the grass,
the water was golden under the bridges,
other elements were blue and rose and orange,
a policeman smiled, bicycles passed,
a girl stepped onto the lawn to catch a bird,
the whole ... | http://www.poemhunter.com/poem/souvenir-of-the-ancient-world/ | dclm-gs1-140870001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.038806 | <urn:uuid:a30b2943-1955-4201-bb10-4e6bda4a0d3d> | en | 0.986274 |
Newletters and Alerts
Buy now from Random House
• Prince Charming
• Written by Gaelen Foley
• Format: Paperback | ISBN: 9780449006351
• Our Price: $6.99
• Quantity:
See more online stores - Prince Charming
Buy now from Random House
• Prince Charming
• Written by Gaelen Foley
• Format: eBook | ISBN:... | http://www.randomhouse.com/book/54138/prince-charming-by-gaelen-foley | dclm-gs1-140910001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.024705 | <urn:uuid:f80150a5-100b-4c67-af6b-39c6cb305027> | en | 0.933798 | Microsensors Offer First Look At Whether Cell Mass Affects Growth Rate
November 15, 2010
University of Illinois researchers are using a new kind of microsensor to answer one of the weightiest questions in biology ““ the relationship between cell mass and growth rate.
The team, led by electrical and computer engineer... | http://www.redorbit.com/news/science/1950804/microsensors_offer_first_look_at_whether_cell_mass_affects_growth/ | dclm-gs1-140930001 | false | false | {
"keywords": "engineering"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.278011 | <urn:uuid:c03db27c-a317-4560-9ca8-88f2139a6c19> | en | 0.922248 | Pacific coast TwiTrip: day three – as it happened
Relive day three of Jacob Steinberg's jaunt down the west coast of America, as the gang drove 414 miles from Portland to a town called Eureka, taking in Eugene, Grants Pass and Trinidad along the way.
Sunrise in Portland
Sunrise in Portland: waking up to another day o... | http://www.theguardian.com/travel/2013/may/29/pacific-road-trip-twitrip-day-three?view=mobile | dclm-gs1-141070001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.02831 | <urn:uuid:ba02c7dd-bcd2-4ced-aaca-308e47658856> | en | 0.931539 | Meredith Kercher murder: Raffaele Sollecito stopped by Italian police near border – as it happened
Amanda Knox and Raffaele Sollecito murder convictions upheld
Sollecito stopped near the Austrian border, reports say
Lyle and Stephanie Kercher give press conference
Knox says she will resist prison 'kicking and scre... | http://www.theguardian.com/world/2014/jan/31/meredith-kercher-family-press-conference-knox-sollecito-live-updates | dclm-gs1-141090001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.081942 | <urn:uuid:15d01262-134c-4590-a199-e6a71ac66a1c> | en | 0.955799 |
Tags: batman, colorado, control, gun, shooting
Views: 3396
Reply to This
Replies to This Discussion
Better to spend your money on health care, believe me.
Believe it or not, you're more likely NOT to survive a knife assault. Why? A typical gun wound is one bullet hole. A typical knife assault involves... | http://www.thinkatheist.com/forum/topics/batman-theater-slaughter-would-gun-control-laws-have-prevented-it?commentId=1982180%3AComment%3A1160038 | dclm-gs1-141140001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.467176 | <urn:uuid:160d93c9-899a-4cae-b7a9-463447b8001b> | en | 0.923769 | Mondays 10:00 PM on ABC
TV Fanatic Works Better with Prime Instant Video
40,000 other titles are available to watch now.
Most of our victims die for a reason.
There is nothing normal about this.
Yeah, well separated twin stories never end happily, except for The Parent Trap!
Don't tell my mother.
You get cute when... | http://www.tvfanatic.com/quotes/characters/rick-castle/page-24.html | dclm-gs1-141180001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.169311 | <urn:uuid:e1b8af9d-1c64-4ef3-a25c-be12adad20f8> | en | 0.917562 |
GungHo + DeNA + GREE overtake Japan’s game icons
Since last financial year (ended March 31, 2013), three newcomers (GungHo, DeNA, and GREE) combined achieved higher operating income and higher net income than all 9 iconic Japanese game companies (Nintendo + SONY-Games + SegaSammy + BandaiNamco + Konami + TakaraTo... | http://akihabaranews.com/frontpage?page=152&gallery=1&post=118056&origine=118056&image=001 | dclm-gs1-141300001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.087744 | <urn:uuid:6abfbacc-dc2c-49fd-93f3-fce5e1c7a908> | en | 0.955317 | work at NIH?
1. 0
I am investigating an outpatient position and wanted to get more information. For anyone with any experience at NIH - was it a good place to work? I've heard good things but I want to explore as much as I can before I seriously consider a move to Bethesda (or wherever people end up living... i... | http://allnurses.com/washington-dc-nursing/work-at-nih-459774.html | dclm-gs1-141310001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.034101 | <urn:uuid:3133a7f9-3e55-4760-8915-8449e5c7745a> | en | 0.981953 | About your Search
Hannity 20
( more )
CNNW 104
CNN 93
FBC 64
WRC (NBC) 43
KGO (ABC) 24
( more )
English 1277
Search Results 100 to 149 of about 1,281 (some duplicates have been removed)
certificate on a plane right now with the romney campaign. he called this report for us right before takeoff. >> reporter: two stops ... | http://archive.org/details/tv?time=20121027-20121104&q=%22romney+right%22~35&rows=50&start=100 | dclm-gs1-141350001 | false | false | {
"keywords": "candida"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.518309 | <urn:uuid:dd2af3e3-66ab-49bd-b4cc-ad261d1e7468> | en | 0.965944 | HOME > Chowhound > Greater Boston Area >
Boston House of PIzza and Sicilias -- two godawful spots around the corner from each other
Why does the pizza in this city have to be so awful so often? It's a simple thing. It's bread, cheese, and tomatoes.
I work near BU West, and for lunch today I decided I had a hankeri... | http://chowhound.chow.com/topics/328121 | dclm-gs1-141490001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.273545 | <urn:uuid:ee27d7bb-971f-4407-850e-ea71254e32b5> | en | 0.973512 | HOME > Chowhound > Pennsylvania >
Looking for coconut icecream in phila
I'm looking for a pint or half gallon of coconut icecream. I've been to the big Vietnamese grocery store on Washington and Wan Sheng in Chinatown with no luck.
Does anyone know if any of the center city grocery stores have it? Maybe Whole Foods... | http://chowhound.chow.com/topics/624960 | dclm-gs1-141540001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.370848 | <urn:uuid:b78ebf93-32a9-43ce-a767-fce3c9048914> | en | 0.9535 | HOME > Chowhound > Cookware >
Taking Nominations for a new pasta pot
I currently use a stainless pasta pot from Williams Sonoma that my Mom gave me. 95% of it's use if for boiling water for pasta, but I also use it for making stock, apple butter, rice krispies, jams, etc. So I need one pretty big. This thing is just... | http://chowhound.chow.com/topics/790533 | dclm-gs1-141550001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.334633 | <urn:uuid:4feda1b8-e5ef-4ca1-9be2-9e10fa5878a1> | en | 0.978284 | HOME > Chowhound > Food Media & News >
Burrell: Central Park
Chiarello: Statute of Liberty
Falkner: Brooklyn Bridge
Zakarian: Times Square
Guarnaschelli: Empire State Building
Samuelsson: Broadway
Guarnaschelli's food takes a bath. Oops.
Two new additional judges today: Charlie Palmer and IC Marc Forgione
Onto... | http://chowhound.chow.com/topics/820034 | dclm-gs1-141560001 | false | false | {
"keywords": "monkey"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.244199 | <urn:uuid:8b94d920-2c4e-4b27-a360-8fe9bc56b9bf> | en | 0.974027 | Showing results for
Search instead for
Do you mean
Apr 03 2012
By: JDivine911 First Son 6 posts
PS4 rumors true or untrue?
0 replies 28 views Edited Apr 3, 2012
Ok, everyone I have been searching the web lately and this is a rumor that I am not sure that its true. They say that the ps4 isn't going to allow anyone... | http://community.us.playstation.com/t5/PlayStation-General/PS4-rumors-true-or-untrue/td-p/37247530 | dclm-gs1-141610001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.108338 | <urn:uuid:d9352760-4e6d-469a-ad6e-dd024b8a69ea> | en | 0.78292 | Aemilia (moth)
From Wikipedia, the free encyclopedia
Jump to: navigation, search
Scientific classification e
Kingdom: Animalia
Phylum: Arthropoda
Class: Insecta
Order: Lepidoptera
Superfamily: Noctuoidea
Family: Erebidae
Subfamily: Arctiinae
Tribe: Arctiini
Subtribe: Phaegopterina
Genus: Aemilia
Kirby, 1892
Type speci... | http://en.wikipedia.org/wiki/Aemilia_(moth) | dclm-gs1-141730001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.034015 | <urn:uuid:f5db7663-e1fb-425a-baf6-a98612509f9a> | en | 0.98239 | From Wikipedia, the free encyclopedia
Jump to: navigation, search
Persian/ Urdu Alal, Allal, in 12th century Persia was believed to be one of the names of the queen of the full moon, princess of hearts, or mother of the sky.
The legend of Alal is celebrated across south Iran and parts of the Middle East.
There are a... | http://en.wikipedia.org/wiki/Alal | dclm-gs1-141740001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.084937 | <urn:uuid:a7967ccc-936d-44ee-9ced-df67e9a401cc> | en | 0.808122 | Cacatua (subgenus)
From Wikipedia, the free encyclopedia
Jump to: navigation, search
Cacatua galerita -perching on branch -crest-8a-2c.jpg
Cacatua galerita
Scientific classification
Kingdom: Animalia
Phylum: Chordata
Class: Aves
Order: Psittaciformes
Superfamily: Cacatuoidea
Family: Cacatuidae
Subfamily: Cacatuinae
Tr... | http://en.wikipedia.org/wiki/Cacatua_(subgenus) | dclm-gs1-141760001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.064673 | <urn:uuid:379b4db1-b763-4656-b988-1cbcbba90a55> | en | 0.800444 | From Wikipedia, the free encyclopedia
Jump to: navigation, search
Hypsiglena torquata jani.jpg
Texas night snake
Hypsiglena torquata jani
Scientific classification
Kingdom: Animalia
Phylum: Chordata
Subphylum: Vertebrata
Class: Reptilia
Order: Squamata
Suborder: Serpentes
Family: Colubridae
Subfamily: Dipsadinae
Genus:... | http://en.wikipedia.org/wiki/Hypsiglena | dclm-gs1-141790001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.019975 | <urn:uuid:3e2f7d34-d9db-4990-bb62-3d6a9bdfd9cc> | en | 0.877799 | List of free online bioinformatics courses
From Wikipedia, the free encyclopedia
Jump to: navigation, search
List of free online bioinformatics courses
Other resources available - Global Organisation for Bioinformatics Learning, Education & Training, Biostars, Coursera and Bioinformatics Workshops & Training.
Pr... | http://en.wikipedia.org/wiki/List_of_free_online_bioinformatics_courses | dclm-gs1-141810001 | false | true | {
"keywords": "genome, cellular receptors"
} | true | {
"score": 0.5829659700393677,
"triggered_passage": 0
} | true |
0.043836 | <urn:uuid:2dd4eb69-e8aa-4153-81f2-517592cdd982> | en | 0.904724 | Negative pressure ventilator
From Wikipedia, the free encyclopedia
Jump to: navigation, search
"Iron lung" redirects here. For other uses, see Iron lung (disambiguation).
Negative pressure ventilator
Iron lung CDC.jpg
ICD-9-CM 93.99
MeSH D015919
Method and use[edit]
Invention and early use[edit]
In 1670, Engli... | http://en.wikipedia.org/wiki/Negative_pressure_ventilator | dclm-gs1-141820001 | false | true | {
"keywords": "public health, myelitis"
} | false | null | false |
0.032625 | <urn:uuid:f034db6a-93f4-4051-bb01-52462ca3cf30> | en | 0.971768 | Print and Go Back World Cup 2010 [Print without images]
Sunday, July 11, 2010
Updated: July 12, 10:39 AM ET
The games were just a sliver of it all
By Chris Jones
Special to
Alexandra Township
Alexandra Township is one of the poorest areas in South Africa.
JOHANNESBURG -- Alexandra is one of the few places in South ... | http://espn.go.com/espn/print?id=5370998&type=story | dclm-gs1-141950001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.059538 | <urn:uuid:ca23c2e6-9f4b-4286-bba7-fb901048b730> | en | 0.965558 | Shia Labeouf Flays His Indy Performance
Subscribe to Cher alerts
Shia LaBeouf is no Indiana Jones. He said so himself in an interview with the Los Angeles Times at the Cannes Film Festival on Saturday. "I feel like I dropped the ball on the legacy that people loved and Cherished," he said, referring to his performanc... | http://hub.contactmusic.com/news/shia-labeouf-flays-his-indy-performance_1142846 | dclm-gs1-142180001 | false | false | {
"keywords": "viral infection"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.092103 | <urn:uuid:889657d5-98f0-4720-a67f-99248fffedd8> | en | 0.955028 |
Disambiguation Re: Verified issues - week of 26 April
From: Charles McCathieNevile <charles@w3.org>
Date: Sun, 2 May 2004 15:00:00 -0400 (EDT)
To: Joe Clark <joeclark@joeclark.org>
Message-ID: <Pine.LNX.4.55.0405021329570.4196@homer.w3.org>
(I think this issue is related to the neccessity of eschewing
sesquipedalia... | http://lists.w3.org/Archives/Public/w3c-wai-gl/2004AprJun/0228.html | dclm-gs1-142380001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.1697 | <urn:uuid:f78ab824-d33e-4e07-b734-c60358579d9c> | en | 0.944847 | The 9 Stages of End-of-Summer Grief
Technically, you have until Sept. 22 to reach acceptance. But the earlier you start coming to terms with the start of fall, the happier you'll end up when it's too cold to go outside without a coat.
Happy almost fall, everybody!
Image: Flickr, Timefortea3
Molly Horan
Load Comm... | http://mashable.com/2013/09/05/summer-grief/ | dclm-gs1-142470001 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.031696 | <urn:uuid:1d41a202-9bca-40f1-80a9-29d61c6acaa6> | en | 0.737811 | Export (0) Print
Expand All Client Behavior When Sending the IDL_DRSGetObjectExistence Request
Informative summary of behavior: The client uses IDL_DRSGetObjectExistence to check the consistency of object existence between its replica of an NC and another replica of the same NC. Checking the consistency of object exis... | http://msdn.microsoft.com/en-us/library/f3a09482-caa7-46db-8067-af1481a55cbd.aspx | dclm-gs1-142560001 | false | false | {
"keywords": "vector"
} | 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.