text stringlengths 64 731k | id stringlengths 47 47 | url stringlengths 14 3.85k | language stringclasses 1
value | language_score float64 0.65 1 | fasttext_score float64 0.02 1 | dataset stringclasses 1
value |
|---|---|---|---|---|---|---|
Kodak's instructions assume that you'll make up a stock solution from the concentrate---I forget what the dilution is---and keep that around, diluting it further to make the working solution when you develop. I can't for the life of me work out why they think that; it seems like practically everyone makes the working s... | <urn:uuid:9232175d-2926-4dc6-b8f5-f2f6be1f5646> | http://www.apug.org/forums/viewpost.php?p=1443140 | en | 0.955414 | 0.972871 | mlfoundations/dclm-baseline-1.0-parquet |
Next: , Previous: Setting, Up: Using Variables
6.6 Appending More Text to Variables
Often it is useful to add more text to the value of a variable already defined. You do this with a line containing ‘+=’, like this:
objects += another.o
This takes the value of the variable objects, and adds the text ‘another.o... | <urn:uuid:3abbaf88-22d1-4b47-a6b1-d60a47f320f9> | http://www.gnu.org/software/make/manual/html_node/Appending.html | en | 0.876002 | 0.703971 | mlfoundations/dclm-baseline-1.0-parquet |
The Jeep Cj5 muffler was installed in your car primarily to minimize the sound emerging from your engine. Through the years however, a muffler also has evolved from simply being a basic noise-reducing,a to one performance-improving component on your Jeep Cj5. To help with making your vehicle have enhanced overall perfo... | <urn:uuid:d59debf6-4755-4537-8263-5e86599937c6> | http://www.partstrain.com/ShopByDepartment/Muffler/JEEP/CJ5 | en | 0.954878 | 0.021822 | mlfoundations/dclm-baseline-1.0-parquet |
Hard Reset review
Richard Cobbett at
Hard Reset review thumb
There are at least three reasons not to fight here. All are labelled EXPLOSIVE.
There’s a bit more plot than that, but it’s not worth worrying about. Hard Reset’s story bits, which mostly serve to give you something to look at while the next level loads... | <urn:uuid:6afc8796-f1e3-4858-b484-41d7d0cfb069> | http://www.pcgamer.com/review/hard-reset-review/ | en | 0.947815 | 0.022698 | mlfoundations/dclm-baseline-1.0-parquet |
Bad News For Texas Teens Who Want to Shine
Several major schoolboards in Texas have officially banned students from wearing any sort of mouth jewelry, which is a white person way of saying “icy grillz”. Made popular by rapper Paul Wall, and recently sported by the Hulkster’s daughter Brooke Hogan, icy grillz are a c... | <urn:uuid:88307f8f-3cca-4b49-9d24-dcf234141d57> | http://www.vh1.com/celebrity/2006-07-13/bad-news-for-texas-teens-who-want-to-shine/ | en | 0.974587 | 0.333319 | mlfoundations/dclm-baseline-1.0-parquet |
*Free return shipping only for online orders
E-mail a friend about...
1. From:
Your name:
Your e-mail:
2. To:
Write a review:
Your name:
of 2000 character maximum.
Juicy Couture Eau de Parfum
Click image to zoom
Juicy Couture Eau de Parfum
$72.00 - $92.00
Passion fruit mingles with watermelon and tuberose blossoms... | <urn:uuid:9acd5953-a943-4d01-9a1a-6cb6a3f991c2> | http://www.vonmaur.com/Product.aspx?ID=6283&Sale=n&pg=28 | en | 0.788601 | 0.457786 | mlfoundations/dclm-baseline-1.0-parquet |
Re: [Linux-cluster] Multicast for GFS?
> Can you explain why this should be INADDR_ANY rather than the local IP address?
i knew i forgot something...
i've been having some trouble with
memcpy(&mreq.imr_interface, he->h_addr, he->h_length);
since it contains my mcast addr instead of real host addr. I'm de... | <urn:uuid:8b18d19e-c9b5-45b0-ab2d-1381cd76103a> | https://www.redhat.com/archives/linux-cluster/2004-August/msg00096.html | en | 0.887113 | 0.135653 | mlfoundations/dclm-baseline-1.0-parquet |
Take the 2-minute tour ×
What are the real consequences of never maintaining a circadian rhythm? How is circadian rhythm important for health and function? Where did it arise in evolution?
share|improve this question
A similar question biology.stackexchange.com/q/1113/238 – Gabriel Fair Apr 4 '12 at 12:05
Note that ... | <urn:uuid:be880c6a-2dae-4835-8339-c77aa8415b0a> | http://biology.stackexchange.com/questions/1659/why-is-maintaining-a-circadian-rhythm-important?answertab=votes | en | 0.898484 | 0.851616 | mlfoundations/dclm-baseline-1.0-parquet |
Featured Stories
Other Pamplin Media Group sites
Chickens eating lead not so sustainable
POST SCRIPT • Urban chicken advocates need to care about what they're consuming
by: L.E. BASKOW, Naomi Montacre feeds worms to the chickens she keeps in a homemade coop in her North Portland front yard. An expert on lead poisoni... | <urn:uuid:aae74ef0-77a5-4c09-9cc6-c4ec46f0b599> | http://portlandtribune.com/component/content/article?id=46790 | en | 0.954109 | 0.068432 | mlfoundations/dclm-baseline-1.0-parquet |
Take the 2-minute tour ×
I have a file which consists of following:
A 1
A 2
B 3
B 4
B 5
B 6
C 7
A 8
I want to get all unique keys in first column, but get all corresponding values for that unique key, i.e I need to get:
A 1,2,8
B 3,4,5,6
C 7
What would be the best way to do this?
(I've heard that Perl ha... | <urn:uuid:1dafc7aa-62f8-464d-847c-aeb6a603f623> | http://stackoverflow.com/questions/5158406/get-all-corresponding-keys-for-repeated-elements/5158493 | en | 0.798701 | 0.425733 | mlfoundations/dclm-baseline-1.0-parquet |
Take the 2-minute tour ×
Seems like the slow Tomcat 7 startup problem can be resolved with "metadata-complete" set to "true" in the web.xml, like so:
<web-app metadata-complete="true" id="WebApp_ID" version="3.0"...
The problem is that Tomcat scans for annotations at startup, and this significantly slows it down. My... | <urn:uuid:64a48b76-f039-41ac-b9a9-b615163199e0> | http://stackoverflow.com/questions/9820379/what-to-do-with-annotations-after-setting-metadata-complete-true-which-resolv?answertab=oldest | en | 0.862411 | 0.082827 | mlfoundations/dclm-baseline-1.0-parquet |
Market Overview
Italy Slowly Becoming Greece 2.0
It looks like Europe has finally drawn a line in the sand for bailouts. Just on the other side of that line is Italy.
According to Reuters, Europe has no plans at this time to rescue Italy, despite the fact that Italy's debt costs have risen above the level where they... | <urn:uuid:da5e4910-f3e7-492e-8301-612840c9a9c8> | http://www.benzinga.com/news/11/11/2112197/italy-slowly-becoming-greece-2-0 | en | 0.963316 | 0.025537 | mlfoundations/dclm-baseline-1.0-parquet |
Source: The Wall Street Journal
Comments Threshold
Still going the wrong direction
By dgingerich on 10/14/2012 9:57:16 AM , Rating: 2
The biggest problem I have with Best Buy is them having things in stock. I go in, look for what I want, and it's not there 9 times out of 10. They need to fix that f... | <urn:uuid:bee61649-511f-4a1a-b2d8-d72154c6ca1a> | http://www.dailytech.com/article.aspx?newsid=27925&commentid=812402&threshhold=1&red=22 | en | 0.963614 | 0.129864 | mlfoundations/dclm-baseline-1.0-parquet |
The Last of Us Story Review: Stealthy Cinematic Survival HorrorJune 19, 2013 by
It's very rare that I ever like any small child from any game.
Tess is your average Boston woman. Tough, mean, and likely to break your legs at any given moment.
Damn, this game is beautiful.
Don't worry Ellie, sniper pe... | <urn:uuid:7d7cce82-04a6-4807-b21c-53c54ae4bfd7> | http://www.ign.com/blogs/themacabremilkman/tag/zombies/ | en | 0.977704 | 0.350167 | mlfoundations/dclm-baseline-1.0-parquet |
Edition: U.S. / Global
THEATER REVIEW; Radiance, Rebellion and Trust
Published: May 2, 1999
CONSIDER a distressing question facing the habitual theatergoer. Does a deadening production of a great living play deserve to be called valiant, or even ambitious, just because it's there?
Athol Fugard's radiant ''Road to M... | <urn:uuid:2d827ac5-9016-4419-94b9-df8c319d9db0> | http://www.nytimes.com/1999/05/02/nyregion/theater-review-radiance-rebellion-and-trust.html?src=pm | en | 0.941405 | 0.018761 | mlfoundations/dclm-baseline-1.0-parquet |
TED Conversations
Dennis Brown
This conversation is closed. Start a new conversation
or join one »
What do all inmates have? Time. It's what they do with it that matters. With that time, they can reflect on their lives and improve themselves to not make those bad choices anymore. They can also read, and exercise. T... | <urn:uuid:cf09d566-c1cd-4699-b534-c70aaeaa0137> | http://www.ted.com/conversations/7593/isn_t_it_ironic_that_in_order.html?c=369296 | en | 0.972845 | 0.187306 | mlfoundations/dclm-baseline-1.0-parquet |
This week
Spun out: Derek Draper
Mandelson's former protege-turned-psychotherapist resigned from his editorship of the LabourList website as a result of the No 10 smear scandal in which leaked emails showed him apparently approving of using the site to spread lies – real lies, not the usual stuff – about the Tories. ... | <urn:uuid:875867c4-2c59-4761-9954-c682cbbdd14a> | http://www.theguardian.com/theguardian/2009/may/09/lucy-mangans-week | en | 0.969759 | 0.090222 | mlfoundations/dclm-baseline-1.0-parquet |
UNITED AIRLINES cannot seem to get its computers to work properly. In March the airline drew widespread criticism (including from this blog) for computer difficulties that led to delays and cancelled flights. Those problems were attributed to United's messy merger with Continental Airlines. In June a "network connectiv... | <urn:uuid:9b1b4763-1e83-4a42-865f-aee1d470c43a> | http://www7.economist.com/blogs/gulliver/2012/11/airline-computer-glitches?sort=3 | en | 0.972142 | 0.048012 | mlfoundations/dclm-baseline-1.0-parquet |
Build a DIY Slingbox
Blogger David Glover built a DIY Slingbox out of the Mac mini under his television, a DV camera, and the freeware QuickTime Broadcaster application. What's it do? In a nutshell, David can stream live TV to any computer in his house. The setup is a bit of a to-do, but when it's all said and done, t... | <urn:uuid:4c8d1b88-9b65-455e-a132-825f9e1bde0e> | http://lifehacker.com/395355/build-a-diy-slingbox?tag=slingbox | en | 0.936064 | 0.379407 | mlfoundations/dclm-baseline-1.0-parquet |
Hi all I stumbled upon this site through google via the "Linux 2.6.23 Kernel Benchmarks" article. I'm a EE graduate student and moderate Linux user.
As part of a semester requirement I was to choose an OS topic to write about. I chose the (retrospectively poor topic of) comparing the new Linux CFS scheduler to other O... | <urn:uuid:3adc2efe-706f-4505-90c9-b9e0f0de6a2f> | http://phoronix.com/forums/showthread.php?6655-Benchmarking-multiple-OS-process-schedulers&p=19112&mode=threaded | en | 0.94738 | 0.082924 | mlfoundations/dclm-baseline-1.0-parquet |
Take the 2-minute tour ×
i have an object 2/19/2011 12:00:00 AM. i want to convert this object to 19/2/2011. please give me the most possible answers
convert datetime to string format.
share|improve this question
Is it object a DateTime? By convert, you mean you want a string formatted? How do you define the "the mo... | <urn:uuid:9246f7ce-f0c5-4579-97fb-860e1339aaef> | http://stackoverflow.com/questions/5050102/convert-datetime-to-date-format-dd-mm-yyyy | en | 0.733701 | 0.847397 | mlfoundations/dclm-baseline-1.0-parquet |
Take the 2-minute tour ×
What's the highest PSU wattage I can go for an Intel D865PERL motherboard (Pentium 4)?
I have an Intel D865PERL motherboard: http://www.intel.com/support/motherboards/desktop/d865perl/
with the following processor: Pentium 4 CPU 2.80 GHz, 2.79 GHz, 1.00GB RAM
I only have a 300W PSU and I cl... | <urn:uuid:d93fa3d7-e6c1-4f45-8c31-d6243dedac42> | http://superuser.com/questions/60239/whats-the-highest-psu-wattage-i-can-go-for-an-intel-d865perl-motherboard-penti | en | 0.909651 | 0.66698 | mlfoundations/dclm-baseline-1.0-parquet |
Gundam Unicorn Vol. #1 -
Blu-ray Review
Mania Grade: B+
3 Comments | Add
Rate & Share:
Related Links:
• Audio Rating: A
• Video Rating: A+
• Packaging Rating: B+
• Menus Rating: B+
• Extras Rating: B-
• Age Rating: 13 and Up
• Released By: Bandai Entertainment
• MSRP: 49.99
• Running time: 5... | <urn:uuid:0c471e48-092e-4fbd-a32e-a6261513afeb> | http://www.mania.com/gundam-unicorn-vol-1_article_120876.html | en | 0.965771 | 0.021499 | mlfoundations/dclm-baseline-1.0-parquet |
Building firms involved in blacklisting workers to be barred from Welsh public sector contracts
Public sector bodies in Wales will be able to exclude companies known to have put workers on a blacklist from bidding for contracts
PA Jane Hutt
Not acceptable: Jane Hutt
Building firms involved in blacklisting workers wi... | <urn:uuid:c7a72c2e-d45f-44be-a48f-9ad7a9f5e182> | http://www.mirror.co.uk/money/city-news/building-firms-involved-blacklisting-workers-2265795 | en | 0.957982 | 0.048679 | mlfoundations/dclm-baseline-1.0-parquet |
Long Protruding Nipples Pictures
Archive for the "Sexy Mummy" category
My ex pictures
Sweet nipples chunky popped up skirt pictures hard sex, mommies free dick big, thai pussy baby china nude milf cute girls wet panties, miget senior mature clit tumblr dark asian tshirt, puffy ex gf thread hand job sexy redhead, tee... | <urn:uuid:799bd518-c745-4d1c-9397-d305d9c795fb> | http://www.pornpicturesarchive.com/long-protruding-nipples-pictures.html | en | 0.665904 | 0.049747 | mlfoundations/dclm-baseline-1.0-parquet |
Sanyo's Human Washing Machine From 1970
Back in 1970, Sanyo envisioned a future where manual bathing was obsolete and head-washing was (apparently) optional. At the World Expo in Osaka, Sanyo unveiled their plan in the form of the Ultrasonic Bath.
Essentially, the device was a human washing machine that cleaned, mass... | <urn:uuid:9ab46426-8c58-4870-bf78-4031b9b205f5> | http://gizmodo.com/5150593/sanyos-human-washing-machine-from-1970?tag=washing | en | 0.944443 | 0.053858 | mlfoundations/dclm-baseline-1.0-parquet |
pkgsrc-Changes archive
CVS commit: pkgsrc/mk/platform
Module Name: pkgsrc
Committed By: adam
Date: Tue Jan 4 09:53:31 UTC 2011
Modified Files:
Log Message:
The problem is Darwin's libiconv does not have symbols for libiconv_<name>
(e.g. libiconv_open), but iconv_<name> (e.g. iconv_open).
BUT when ... | <urn:uuid:c1604179-cecd-4810-add0-5267aebb15f6> | http://mail-index.netbsd.org/pkgsrc-changes/2011/01/04/msg050361.html | en | 0.73754 | 0.020023 | mlfoundations/dclm-baseline-1.0-parquet |
Current Planets
28-Dec-2014, 14:49 UT/GMT
Sun6Capricorn47' 1"23s16
Explanations of the symbols
Chart of the moment
| My Astro | Forum | FAQ
Mapping the Psyche Vol. II
An Introduction to Psychological Astrology, by Clare Martin
Volume II: The Planetary Aspects and the Houses of the Horoscope
The pers... | <urn:uuid:f8e00a7d-3cab-459d-818a-c9fc904c4708> | http://www.astro.com/mtp/mtpt52_e.htm?cid=yaufileX243JC-u1354937681 | en | 0.969774 | 0.075473 | mlfoundations/dclm-baseline-1.0-parquet |
Microsoft Goes "Hostile" In Search For Yahoo
Microsoft's take-out play for Yahoo is a stunning move by the world's largest software maker, even though rumors of a deal have been swirling for the better part of a year.
The 62 percent premium Microsoft is willing to pay for Yahoo, valuing the deal at a shade under $45... | <urn:uuid:bf3e5458-0b8b-40e5-a37d-05338e91bec2> | http://www.cnbc.com/id/22948940 | en | 0.959887 | 0.063526 | mlfoundations/dclm-baseline-1.0-parquet |
Canon’s Testing a 75MP+ Pro DSLR
Started Jul 21, 2013 | Discussions thread
Press Correspondent
Veteran MemberPosts: 3,345Gear list
Re: Interesting concept
In reply to jayrandomer, Jul 25, 2013
Press Correspondent wrote:
jayrandomer wrote:
t.c. marino wrote:
Canonero wrote:
Please!!! DON´T tell that WE don´t need ... | <urn:uuid:2785e8ad-a551-417a-88f3-055cbdddcc94> | http://www.dpreview.com/forums/post/51867847 | en | 0.948003 | 0.032761 | mlfoundations/dclm-baseline-1.0-parquet |
Huffpost Politics
The Blog
Geoffrey R. Stone Headshot
The Conservative Case for Gay Marriage: Let Me Get This Straight
Posted: Updated:
In the cover story of the most recent issue of Newsweek, Ted Olson, who along with David Boies is litigating a potentially landmark challenge to the constitutionality of Californi... | <urn:uuid:d768efd4-0df3-4614-b3a6-0384af115912> | http://www.huffingtonpost.com/geoffrey-r-stone/the-conservative-case-for_b_421137.html | en | 0.953893 | 0.085124 | mlfoundations/dclm-baseline-1.0-parquet |
Tired of "Blame the Parent" Attitude?
Avatar for Cmmelissa
iVillage Member
Registered: 11-13-2008
Tired of "Blame the Parent" Attitude?
Fri, 02-03-2012 - 2:11pm
A controversial article came out in the NY Times earlier this week about ADHD, the author was stating that a lot of kids are overmedicated for ADHD, and also... | <urn:uuid:e8741ee6-e4f7-4b39-9eb8-768edc51fff9> | http://www.ivillage.com/forums/pregnancy-parenting/special-needs/addadhd/addadhd-children/tired-blame-parent-attitude?q=pregnancy-parenting/special-needs/addadhd/addadhd-children/tired-blame-parent-attitude&sort_order=ASC | en | 0.989903 | 0.096254 | mlfoundations/dclm-baseline-1.0-parquet |
Rodeo judges depend on making quick decisions
Being opinionated pivotal when it comes to doling out points
From standing in the dirt outside the buck shoot to sitting atop a horse near the starting gates, Chuck Hoss has just about the best view any rodeo fan could ask for.
Like the other two judges at this year's Ki... | <urn:uuid:316cd5fd-27f5-4696-89b6-da1f65c561d4> | http://www.kitsapsun.com/sports/rodeo-judges | en | 0.965262 | 0.110044 | mlfoundations/dclm-baseline-1.0-parquet |
Comments on: It's that time of year again! Comments on MetaFilter post It's that time of year again! Tue, 17 Jul 2001 12:51:34 -0800 Tue, 17 Jul 2001 12:51:34 -0800 en-us 60 It's that time of year again! <a href="">It's that time of year again!</a> Yes kids, it's time once again for the <a href=''>annual </a> introduct... | <urn:uuid:b600ff44-bd59-4530-a3a6-c972f43c0bda> | http://www.metafilter.com/9076/Its-that-time-of-year-again/rss | en | 0.925111 | 0.083774 | mlfoundations/dclm-baseline-1.0-parquet |
I enjoyed the dialogue on the program. BUT.. I feel the real villain is the American people themselves.. We tend to approve of that which lines our pockets. We ask for personal freedom, yet accept no responsibility for our actions. Case in point, the tobacco industry: those of us who make our living, or are addicted to... | <urn:uuid:881c42dd-f296-44ec-a9e1-443616a12021> | http://www.pbs.org/wgbh/pages/frontline/shows/settlement/talk/ | en | 0.961191 | 0.039151 | mlfoundations/dclm-baseline-1.0-parquet |
Sorry, no definitions found.
Sorry, no etymologies found.
• There is however a long history of relatively friendly (for the region) contacts with middle east cultures and there was a turkic minority in Poland until sometime in the late 19th century (their descendents are still around, they just don't speak a turk... | <urn:uuid:d4e2bbc8-b93c-4ed8-ae39-198c67772d88> | http://www.wordnik.com/words/turkic | en | 0.930088 | 0.213258 | mlfoundations/dclm-baseline-1.0-parquet |
Madame Masque
From Wikipedia, the free encyclopedia
Jump to: navigation, search
Madame Masque
Madame Masque.jpg
Madame Masque.
Art by Jim Cheung.
Publication information
Publisher Marvel Comics
First appearance (as Whitney Frost)
Tales of Suspense #98
(February 1968)
(as Madame Masque)
Iron Man #17
(September 1969)
Cr... | <urn:uuid:b6de529f-ff96-42e7-8d49-a47357dd2e4d> | http://en.wikipedia.org/wiki/Madame_Masque | en | 0.953489 | 0.021668 | mlfoundations/dclm-baseline-1.0-parquet |
Patchwork [019/105] reiserfs: fix deadlock with nfs racing on create/lookup
mail settings
Submitter Kamal Mostafa
Date June 28, 2013, 6:50 p.m.
Message ID <>
Download mbox | patch
Permalink /patch/255591/
State New
Headers show
Kamal Mostafa - June 28, 2013, 6:50 p.m. -stable review patch. If anyone has any objecti... | <urn:uuid:fb2fbe31-53d2-4bfc-b066-9061f12a4c7a> | http://patchwork.ozlabs.org/patch/255591/ | en | 0.747839 | 0.037534 | mlfoundations/dclm-baseline-1.0-parquet |
Take the 2-minute tour ×
For the sub-nuclear physics there is a database of the Particle Data Group, I was wondering if there was a similar on-line collection for astrophysics, such as energy absorption and emission spectra for different sources.
share|improve this question
1 Answer 1
up vote 5 down vote accepted
... | <urn:uuid:f6f2c6a1-7ebf-4340-8fcb-8fb8daa39d3d> | http://physics.stackexchange.com/questions/69225/astronomical-measurements-and-data | en | 0.934525 | 0.326181 | mlfoundations/dclm-baseline-1.0-parquet |
Answer a question Ask a question
I'm 6 wks pregnant & had 1st ultrasound 2day & Dr. saw no baby or gestational sac. Is this common?
Hello there! I recently had IVF for the second time and found out that I was pregnant. My first HCG level was 33 and then two days later it went to a 41. I've been told it is supposed ... | <urn:uuid:5e9ad86f-a550-4028-a0fa-6ee88cc18dcb> | http://www.babycenter.com/400_im-6-wks-pregnant-had-1st-ultrasound-2day-dr-saw-no-baby-or_7666549_280.bc | en | 0.981737 | 0.028952 | mlfoundations/dclm-baseline-1.0-parquet |
Iraq conflict: Clashes on approaches to Baghdad
Iraq has urged the US to launch air strikes to halt the insurgents
Iraqi government forces are engaged in heavy clashes with Sunni insurgents who have made major advances in the past week.
Parts of the city of Baquba - just 60km (37 miles) from Baghdad - were briefly t... | <urn:uuid:9d639b45-f962-4961-ace2-d0337c30d713> | http://www.bbc.com/news/world-middle-east-27881995 | en | 0.964969 | 0.019778 | mlfoundations/dclm-baseline-1.0-parquet |
Cake Central › Recipes › Satin Icing (Fondant)
Satin Icing (Fondant)
This is a true molding icing with a lemony flavor.
Satin Icing (Fondant)
• 4 tablespoons butter 4 tablespoons lemon juice 6 cups confectioner's sugar, sifted a few drops of food coloring
2. 2. Add 2 cups of the confectioner's sugar and heat... | <urn:uuid:34401081-b33b-4613-8ef0-6fd3560b5110> | http://www.cakecentral.com/recipe/satin-icing-fondant | en | 0.882458 | 0.270615 | mlfoundations/dclm-baseline-1.0-parquet |
hide menu
User avatar #4 - flemsdfer ONLINE (07/02/2013) [-]
instead of tackling people who do this why not have something like......guns that shoot bolas or something. That'd be cool to watch.
#94 to #4 - bowservoltaire (07/03/2013) [-]
mfw "guns that shoot bolas"
#80 to #4 - undeadwill (07/03/2013) [-]
We do its ca... | <urn:uuid:8be45a42-d83b-4406-add3-8d2b64d14426> | http://www.funnyjunk.com/funny_pictures/4664454/Selfie-Righteous/82 | en | 0.895436 | 0.902171 | mlfoundations/dclm-baseline-1.0-parquet |
Sir Hammerlock and Mr Torque DLCs
#1anamakiPosted 2/9/2013 3:01:54 PM
I downloaded both of them but can't seem to find a way to start them. Is there someplace i have to go or someone i have to talk to get them up and running.
#2zodiaccurse12Posted 2/9/2013 3:07:41 PM
hammerlock dlc starts with fast travel to hunter's ... | <urn:uuid:b92e1350-e172-4f98-9d17-2376aa16e577> | http://www.gamefaqs.com/boards/638784-borderlands-2/65410375 | en | 0.958378 | 0.195236 | mlfoundations/dclm-baseline-1.0-parquet |
Coroner was one of those underrated metal bands, mostly known to hardcore fans. Often labeled as a Thrash Metal band, their music went far beyond was is usually thought of as thrash metal.
Releasing five albums and a semi-compilation in eight years, from the unpolished and technical speed of 1987's "R.I.P." to the hea... | <urn:uuid:bb3b5354-0029-4d83-b23a-90df026ebbf8> | http://www.metalstorm.net/bands/biography.php?band_id=481&bandname=Coroner | en | 0.981075 | 0.281045 | mlfoundations/dclm-baseline-1.0-parquet |
Detroit transit officer charged with manslaughter stemming from off-duty shooting
DETROIT — Robert Tyus, 52, an off-duty Detroit transit officer who provided security for the People Mover, is charged with manslaughter and felonious use of a firearm for the shooting of Jordan West-Morson, 26, on May 1.
West-Morson, a... | <urn:uuid:5b1685e5-c624-406f-9220-7e11655b30f3> | http://www.mlive.com/news/detroit/index.ssf/2013/09/detroit_transit_officer_charge.html | en | 0.959485 | 0.038238 | mlfoundations/dclm-baseline-1.0-parquet |
[Editor's note: The following excerpt takes place after the storm had intensified, and Isaac Cline moved his family to the second floor of their house. The water on the first floor had risen to nine feet. Houses all around them were crumbling into the churning sea. Isaac, his brother Joseph -- also employed by the weat... | <urn:uuid:1591a6aa-1d25-4d41-8da4-04174adcc61b> | http://www.randomhouse.com/features/isaacsstorm/book/excerpt.html | en | 0.99108 | 0.053295 | mlfoundations/dclm-baseline-1.0-parquet |
Community Education
Employee Training
The Human Performance Laboratory routinely helps local employers in their efforts to educate and encourage employees to make choices that will lead to healthier lifestyles. The topics of previous on-site training sessions include:
1. Lower back exercises
2. Safe lifting tech... | <urn:uuid:57e597a7-8f09-4565-a424-a492523c1054> | http://www.stcloudstate.edu/hpl/commed/employeetraining.asp | en | 0.904092 | 0.160533 | mlfoundations/dclm-baseline-1.0-parquet |
Hugh Jackson | The Guardian Latest news and features from, the world's leading liberal voice en-gb Guardian News and Media Limited or its affiliated companies. All rights reserved. 2014 Sun, 28 Dec 2014 23:24:23 GMT 2014-12-28T23:24:23Z en-gb Guardian News and Media Limited or its affiliated companies. All rights reser... | <urn:uuid:24411bec-8909-48c1-9e62-a572e8bd0ca9> | http://www.theguardian.com/profile/hugh-jackson/rss | en | 0.898668 | 0.024211 | mlfoundations/dclm-baseline-1.0-parquet |
Similar to J-Horror, K-Horror refers to Korean horror movies. One example of K-Horror is 'The Red Shoes'. In 'The Red Shoes', a pair of bright red shoes cause multiple deaths in the women who wear them, most likely from bleeding to death because a mysterious force cuts the feet clean off.
That K-Horror movie scared me!... | <urn:uuid:c00c5b0a-e940-4b21-8095-7649dff589b5> | http://www.urbandictionary.com/define.php?term=K-Horror | en | 0.90669 | 0.055524 | mlfoundations/dclm-baseline-1.0-parquet |
Glacial striation
From Wikipedia, the free encyclopedia
(Redirected from Glacial striations)
Jump to: navigation, search
Glacial striations at Mount Rainier National Park
Glacial grooves stemming from the Wisconsin glaciation at Kelleys Island, Ohio
Glacial striations are scratches or gouges cut into bedrock by gla... | <urn:uuid:2d511357-f4ab-422c-9616-356c6a8c841b> | http://en.wikipedia.org/wiki/Glacial_striations | en | 0.884611 | 0.023913 | mlfoundations/dclm-baseline-1.0-parquet |
Take the 2-minute tour ×
In both algorithms objective functions, that will be executed with non quantum computers, are used. Both algorithms are methods for finding the global minimum of a given objective function.
From wikipedia:
What is meant by "tunneling field strength"?
The choice of next candidate state seem... | <urn:uuid:c9784569-49eb-475f-b1a0-95f7467985cf> | http://programmers.stackexchange.com/questions/194552/what-is-the-difference-between-quantum-annealing-and-simulated-annealing?answertab=votes | en | 0.905455 | 0.773607 | mlfoundations/dclm-baseline-1.0-parquet |
Take the 2-minute tour ×
I was learning server/client basics, as part of my networking programming skills development.
So basically I write server listening on some port, and client connecting to it and data flow goes on...
Now I'm fascinated how ping is able to receive response from remote machine, without any serv... | <urn:uuid:1772519e-da4b-4e5c-b21e-e9568456b612> | http://superuser.com/questions/486405/how-does-ping8-work/486408 | en | 0.905278 | 0.449499 | mlfoundations/dclm-baseline-1.0-parquet |
Become a digitalPLUS subscriber. $13 for 13 weeks.
Forest Whitaker
Hysteria vs. subtlety: Two new jazz films
Hysteria vs. subtlety: Two new jazz films
Why don't filmmakers get jazz? Why do most feature films miss the meaning of the music in attempting to depict it? Why is the original American art form apparently so... | <urn:uuid:04a9a1ec-4c61-40c8-a1c0-5732a85f5bf4> | http://www.chicagotribune.com/topic/entertainment/forest-whitaker-PECLB003957-topic.html | en | 0.911968 | 0.968143 | mlfoundations/dclm-baseline-1.0-parquet |
You are here: Home / Hardware / Samsung Offers Tiny, Superfast SSDs
Barium Ferrite (BaFe):
Higher Capacity, Superior Performance, Longer Archival Life
Samsung Offers Tiny, Superfast PCIe SSDs for Ultrabooks
Samsung Offers Tiny, Superfast PCIe SSDs for Ultrabooks
The thin Samsung XP941, available in 512 GB, 256 GB, an... | <urn:uuid:ab6a40bf-b55a-481a-9f00-4273f6b9aefd> | http://www.newsfactor.com/news/Consumers-Hesitant-on-Windows-8/story.xhtml?story_id=10300AK0KKEC | en | 0.897774 | 0.027327 | mlfoundations/dclm-baseline-1.0-parquet |
Gay Sailor's Death Personalizes Debate
January 31, 1993|By Cheryl Lavin and Merrill Goozner. Correspondent David Evans and researcher Lynne Marek contributed to this report from Washington.
Allen Schindler has put a face on the debate over lifting the ban on gays in the military.
Schindler is the Chicago Heights sai... | <urn:uuid:09b45ffe-54e4-4c7f-8805-e1e2d84c6f20> | http://articles.chicagotribune.com/1993-01-31/news/9303174417_1_gregg-monsma-allen-schindler-gay-lifestyle | en | 0.988314 | 0.135097 | mlfoundations/dclm-baseline-1.0-parquet |
Subject: Re: allocmem in interrupt context
To: Iain Hibbert <>
From: Bill Studenmund <>
List: tech-kern
Date: 10/28/2005 11:40:41
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Fri, Oct 28, 2005 at 09:51:51AM +0100, Iain Hibbert wrote:
> In this case, it finds that commands have completed o... | <urn:uuid:b6a94645-c8a2-43ff-b466-955a7cad0666> | http://mail-index.netbsd.org/tech-kern/2005/10/28/0021.html | en | 0.821543 | 0.536443 | mlfoundations/dclm-baseline-1.0-parquet |
Take the 2-minute tour ×
What is cloud computing? What can I make with it?
share|improve this question
closed as not a real question by Byron Whitlock, Jim Lewis, Naveen, Loki Astari, balexandre Aug 17 '10 at 7:11
Sorry suraj, this is something you can easily find on Google. en.wikipedia.org/wiki/Cloud_computing –... | <urn:uuid:fce2c6da-f8c5-4b6c-adb2-2eeff6fc0c8f> | http://stackoverflow.com/questions/3499986/cloud-computing-and-its-use | en | 0.928292 | 0.09222 | mlfoundations/dclm-baseline-1.0-parquet |
Open Questions
Other Help Answers
A Rank? 4
All the gems in re5? 2
Beating game under 5 hours? 3
Can i remove the update? 1
Can i skip a level without playing the whole game? 4
Character Unlocks? 7
Co-op player not credited for beating the game? 3
DLC for Resident Evil 5? 3
DLC on xbox360 for silver accounts? 2
Do the... | <urn:uuid:90e6edef-f412-4d34-901f-db6e81c2271f> | http://www.gamefaqs.com/xbox360/929197-resident-evil-5/answers?type=-1&open=5 | en | 0.900912 | 0.464945 | mlfoundations/dclm-baseline-1.0-parquet |
or Connect
New Posts All Forums:
Posts by Kuro
and someone at berlu is a comic fan
Charvet rtw:
smalto couture
i did this once on a pair of chelsea boots. the effect is subtle, only slightly noticeable in direct light. not sure i would do it on dress shoes. the only way thay you will know for yourself is if you try ... | <urn:uuid:cb25099e-1b67-4627-a8af-409d39f6be4a> | http://www.styleforum.net/forums/posts/by_user/id/15292/page/80 | en | 0.972249 | 0.145118 | mlfoundations/dclm-baseline-1.0-parquet |
Guardian weekly: First person 620
'Changing gender norms is essential for peacebuilding in Congo'
Chris Dolan, director of the Refugee Law Project in Uganda, has concluded democracy isn't possible in the eastern Congo without big changes in relations between men and women
congo boy soldier
Casualties of war ... gende... | <urn:uuid:7b3e6794-f4a9-4c4b-873a-2fe14248d539> | http://www.theguardian.com/world/2010/oct/20/congo-gender/print | en | 0.984986 | 0.044288 | mlfoundations/dclm-baseline-1.0-parquet |
Interesting concept. Would definitely lead to a lot of action, in addition to a lot of leg swatting and other "pretend" attacks. I'd like to see it tried in some exhibitions or smaller tournaments and see how it works.
As a side note, I wrestled (fs and greco) in South Africa for a bit. They gave out very liberal caut... | <urn:uuid:88cd0cfa-cb12-46b8-b7e0-cc4702fda786> | http://www.thewrestlingtalk.com/forum/college-wrestling/241300-proposed-rule-change-4.html | en | 0.984457 | 0.286042 | mlfoundations/dclm-baseline-1.0-parquet |
The Saving Private Ryan Censorship "Precedent"?
On February 28, the FCC released an important decision holding that the film Saving Private Ryan was not "indecent" and could be shown on primetime broadcast television without fear of fines.
The decision was handed down four months after 66 of ABC's 225 affiliated st... | <urn:uuid:7b3a92ed-f3e3-4dc5-a924-68b03d5559a5> | http://blog.pff.org/archives/2005/03/print/001212.html | en | 0.96551 | 0.032811 | mlfoundations/dclm-baseline-1.0-parquet |
What is meta? ×
I noticed that some adverts (seemingly those on question pages) pass along a parameter indicating that I have a rep of greater than 1500.
My questions are twofold:
1. Is this a simple boolean, or are there other rep brackets?
2. Are any advertisers using this? Perhaps for special offers etc?
I'm... | <urn:uuid:39ad814e-2097-4b72-8c51-80e4533551ad> | http://meta.stackexchange.com/questions/95504/why-do-some-so-adverts-seem-to-pass-rep-as-an-url-parameter/130951 | en | 0.894581 | 0.307527 | mlfoundations/dclm-baseline-1.0-parquet |
Skip to main contentAccess keys helpA-Z index
[an error occurred while processing this directive]
| Help
Last Updated: Friday, 4 April, 2003, 23:03 GMT 00:03 UK
Villeneuve mocks cautious rivals
Jacques Villeneuve tackles the rain at Interlagos
Villeneuve was seventh fastest in the rain
Jacques Villeneuve said his ri... | <urn:uuid:2ff7e0ec-ff2b-49c2-ac02-81d07ba8df91> | http://news.bbc.co.uk/sport2/hi/motorsport/formula_one/2919317.stm | en | 0.959086 | 0.039435 | mlfoundations/dclm-baseline-1.0-parquet |
Help ATS with a contribution via PayPal:
learn more
Every possible reason for gun ownership addressed and countered
page: 13
<< 10 11 12 14 15 16 >>
log in
posted on Dec, 18 2012 @ 02:05 PM
reply to post by IkNOwSTuff
It's a waste of time, man. It's like trying to convince a bone-idle teenage pothead to ge... | <urn:uuid:5842bfd3-b396-468e-8276-3c64db47fcca> | http://www.abovetopsecret.com/forum/thread908879/pg13 | en | 0.969178 | 0.023371 | mlfoundations/dclm-baseline-1.0-parquet |
A Saskatchewan provincial court judge has been removed from his court duties after being charged with two counts of assault.
Judge Donald Bird has not sat in court since Dec. 4, 2008.
That's when Chief Judge of Provincial Court Carol Snell learned Bird was the subject of a criminal investigation, Snell said in a news... | <urn:uuid:c62e25c6-aabe-4b5d-940a-b29acc0c96f4> | http://www.cbc.ca/news/canada/saskatchewan/saskatchewan-judge-charged-with-assault-1.839086 | en | 0.9849 | 0.138425 | mlfoundations/dclm-baseline-1.0-parquet |
A Bookish Kristen Stewart Leads Today's Star Sightings
Kristen Stewart is catching up on her reading.
Bespectacled with her hand full of papers, the Twilight actress was spotted hitting up a newsstand in Hollywood this week. Joined by a friend, Robert Pattinson's ex-girlfriend was also seen spending some time at her ... | <urn:uuid:a89ac313-af83-4f2c-a724-5b21782acb6f> | http://www.celebuzz.com/2014-01-14/a-bookish-kristen-stewart-leads-todays-star-sightings/ | en | 0.947232 | 0.106459 | mlfoundations/dclm-baseline-1.0-parquet |
IT TAKES a Sarah Palin to leap to the defence of Donald Trump on the ground that the media is exaggerating his interest in where Barack Obama was born. She thinks it is unfair of journalists to imply that his birther nonsense is "all he's got". I submit that apart from some reality-TV celebrity, it is just about all he... | <urn:uuid:798b68b3-a14b-475e-b731-97e7b41af620> | http://www.economist.com/blogs/lexington/2011/04/donald_trump?zid=297&ah=3ae0fe266c7447d8a0c7ade5547d62ca | en | 0.981132 | 0.100368 | mlfoundations/dclm-baseline-1.0-parquet |
93 suburban wiper motor
Discussion in 'Audio, Video & Gadget Tech' started by GRIFF, Mar 22, 2008.
1. GRIFF
GRIFF New Member
Any tips on how to replace this, they worked last night it snowed throughout the night went to turn them on and they tried to work and then worked on high for about 10 swipes niow t... | <urn:uuid:554d9926-140e-4dcd-87c2-5c8cbbde1efb> | http://www.gmtruckclub.com/forum/threads/93-suburban-wiper-motor.11653/ | en | 0.942345 | 0.024431 | mlfoundations/dclm-baseline-1.0-parquet |
@techreport{NBERw0553, title = "Inflation, Income Taxes, and Owner-Occupied Housing", author = "James M. Poterba", institution = "National Bureau of Economic Research", type = "Working Paper", series = "Working Paper Series", number = "553", year = "1980", month = "September", doi = {10.3386/w0553}, URL = "http://www.n... | <urn:uuid:bd60d677-1fe6-4fa7-bfb4-afe5b1683230> | http://www.nber.org/papers/w0553.bib | en | 0.958848 | 0.476469 | mlfoundations/dclm-baseline-1.0-parquet |
Danville plant source of tainted cookie dough
news-nestleThe Food and Drug Administration confirmed on Monday, June 29 that samples of cookie dough from a Nestl© plant in Danville contain a strain of the E. Coli bacterium. Dozens across the country have been sickened from eating the raw Toll House cookie dough produc... | <urn:uuid:93e64b5f-3849-4198-bd33-3535813613d1> | http://www.readthehook.com/70914/danville-plant-source-tainted-cookie-dough?quicktabs_1=2 | en | 0.944238 | 0.03933 | mlfoundations/dclm-baseline-1.0-parquet |
Installing Cognos 10: Tips and Tricks from the Trenches – Questions & Answers
Uploaded on
In this slide deck, Senturus experts answer nearly 100 questions raised by participants during a recorded webinar, “Installing Cognos 10: Tips and Tricks from the Trenches.” Topics …
• Commonly encountered installation issues ... | <urn:uuid:557c9b0a-23f5-483c-946a-752adb98e720> | http://www.slideshare.net/senturus/question-log-installing-cognos | en | 0.881018 | 0.046294 | mlfoundations/dclm-baseline-1.0-parquet |
Did the Midterms Vindicate Blue Dog Dems—or Not? | The Nation
The Notion
Did the Midterms Vindicate Blue Dog Dems—or Not?
Did the 2010 election repudiate the political and ideological strategy pursued by conservative Blue Dog Democrats or validate it? That topic is currently a point of heated debate within the Dem... | <urn:uuid:b2cb934d-2c49-4cf6-82a6-3b8e5f7b269e> | http://www.thenation.com/blog/155948/did-midterms-vindicate-blue-dog-dems%E2%80%94or-not | en | 0.971866 | 0.229105 | mlfoundations/dclm-baseline-1.0-parquet |
Extra paycheck...what to do?
Posted 09/30/2012
DH and I are paid bi-weekly. His is the (significantly) larger check, especially at this time of year - lots of OT. We use YNAB, and our budget is based on 4 checks per month, two from each of us.
This will be our first winter on YNAB. In the past we haven't really ... | <urn:uuid:5672a064-d030-44e7-8125-e56726691c4e> | http://community.babycenter.com/post/a36797791/extra_paycheck...what_to_do | en | 0.959375 | 0.087271 | mlfoundations/dclm-baseline-1.0-parquet |
No, Not Much
From Wikipedia, the free encyclopedia
Jump to: navigation, search
"No, Not Much" is a popular song published in 1955. The music was written by Robert Allen, the lyrics by Al Stillman.
This song is an example of being rejected from the lover, stating that the lover does not get the pleasure, the thrills,... | <urn:uuid:379029fb-9501-4b1d-a87a-3921d086a2b6> | http://en.wikipedia.org/wiki/No,_Not_Much | en | 0.985022 | 0.071365 | mlfoundations/dclm-baseline-1.0-parquet |
Who Were You In A Past Life?
I have a birthmark that is visible to strangers. According to random people who have felt it necessary to comment on my birthmark over the years, it is either "the mark of God" or "the Devil's thumbprint." No big whoop.
It's strange, when you have a visible birthmark: people will always t... | <urn:uuid:8b5c44f5-9730-420d-9e46-24367149d591> | http://jezebel.com/5624942/who-were-you-in-a-past-life?tag=reincarnation | en | 0.983252 | 0.036179 | mlfoundations/dclm-baseline-1.0-parquet |
Take the 2-minute tour ×
I'm looking for an e-commerce system that is built around EAV (entity-attribute-value) somewhat like Magento, but hopefully simpler. I'm really okay with just about any platform (Java, .NET, PHP, whatever), I just really need to be able to freely associate properties with groups of products...... | <urn:uuid:3e6936c6-6654-486f-9238-18600bb34a13> | http://stackoverflow.com/questions/4637286/open-source-e-commerce-solution-for-a-tool-catalog-based-around-eav | en | 0.907581 | 0.584379 | mlfoundations/dclm-baseline-1.0-parquet |
사용자 평가: 복합적 (평가 212 개)
출시 날짜: 2013년 12월 11일
이 제품의 인기 태그:
로그인하셔서 게임을 찜 목록에 추가하시거나 관심 없음으로 표시하세요
Rescue: Everyday Heroes 구매
휴일 세일! 종료일: 2015년 1월 2일
최신 업데이트 모두 보기 (4)
2014년 7월 25일
Submit Your Screenshots For A Chance To Win Firefighter Gear!
Fragment Fanshot Friday wants your screenshots!
We've started a new cam... | <urn:uuid:7a42c7d8-4d7b-4d2b-90df-d1944e208343> | http://store.steampowered.com/app/253130/?l=koreana | en | 0.95443 | 0.034012 | mlfoundations/dclm-baseline-1.0-parquet |
Star Parker
Let's do a quick thought experiment.
Government starts controlling how much apple farmers are paid, it mandates that every single American buys apples and subsidizes those under a certain income level so they can.
Will the price of apples go down, stay the same or go up? Or, in economists' language, if ... | <urn:uuid:b2a81aec-01b9-403a-95e0-ea9ead9e7790> | http://townhall.com/columnists/starparker/2010/03/29/the_government_plantation_forever/page/full | en | 0.976528 | 0.907806 | mlfoundations/dclm-baseline-1.0-parquet |
12:53 pm
Wed April 3, 2013
'Anger' In Atlanta As Cheating Scandal Investigated
Originally published on Fri April 5, 2013 7:01 am
This is TELL ME MORE, from NPR News. I'm Michel Martin. Later in the program, we will bring you a poetic tweet. That's a poem of 140 characters or less, sent by none other than the celeb... | <urn:uuid:1d97f8b8-8291-439d-afa8-0064f7e2d32d> | http://tspr.org/post/anger-atlanta-cheating-scandal-investigated | en | 0.98474 | 0.137795 | mlfoundations/dclm-baseline-1.0-parquet |
How to deny a budget request without frustrating your team
How to deny a budget request without frustrating your team
As corporate budget makers know all too well, it’s not just accumulating money that can be challenging — it’s parceling it out.
Anybody who manages an organization appreciates it is a limited resou... | <urn:uuid:6469157a-ec17-4e2f-9270-11208965be08> | http://www.bizjournals.com/atlanta/how-to/growth-strategies/2014/04/how-to-deny-a-budget-request-without-frustrating.html | en | 0.957941 | 0.063945 | mlfoundations/dclm-baseline-1.0-parquet |
AstraZeneca Plc
Pfizer Slightly Beats Expectations, Leaves Investors Guessing About AstraZeneca
Pfizer Inc on Tuesday left investors guessing whether it would renew its pursuit of its British rival, AstraZeneca, but said it was considering other deals. The largest U.S. drug maker reported higher-than-expected secon... | <urn:uuid:c0f8221a-eeba-4174-800b-3b40325a6da5> | http://www.courant.com/topic/business/astrazeneca-plc-ORCRP001304-topic.html | en | 0.940757 | 0.04506 | mlfoundations/dclm-baseline-1.0-parquet |
Egypt Justice Ministry authorizes civilian arrests by military
The decision, published in the official gazette, would remain in effect until a new constitution is in place, but the process of writing a constitution has hit snags.
By , Associated Press
• close
A boy holds bread as he passes a poster of presiden... | <urn:uuid:44f89a2c-8525-429f-8bac-9aa6ff81585c> | http://www.csmonitor.com/World/Latest-News-Wires/2012/0613/Egypt-Justice-Ministry-authorizes-civilian-arrests-by-military | en | 0.962165 | 0.021086 | mlfoundations/dclm-baseline-1.0-parquet |
A chip to allow Wii to play backups will soon be released
Comments Threshold
By AppaYipYip on 1/27/2007 8:53:53 AM , Rating: -1
I fail to see why anyone would want to do this. I guess the world is full of extremely cheap individuals who enjoy ripping people off. If you can't afford the games, then don't bu... | <urn:uuid:e994daef-113e-4e89-acf6-edbf602b3570> | http://www.dailytech.com/article.aspx?newsid=5880&commentid=101723&threshhold=1&red=1526 | en | 0.945137 | 0.029179 | mlfoundations/dclm-baseline-1.0-parquet |
the conjugation process, however, offer the prospect of a more affordable conjugate and should be pursued.10
There are a number of specific scientific issues that must be considered as conjugate vaccines continue along the development pipeline. For instance, researchers need to determine how many pneumococcal polysacc... | <urn:uuid:84bffa47-d09e-4f1c-9e9b-11895be6c0fd> | http://www.nap.edu/openbook.php?record_id=9103&page=10 | en | 0.925885 | 0.024152 | mlfoundations/dclm-baseline-1.0-parquet |
Up for Debate: Holder in contempt; SCOTUS rules
Thursday, June 28, 2012 at 11:46pm
It was a busy day in Washington. The U.S. Supreme Court ruled in a 5-4 decision to largely uphold the Affordable Care Act. What is your reaction to the ruling? Also, the House voted to hold Attorney General Eric Holder in contempt for ... | <urn:uuid:fad9858e-c45e-49a1-969c-6cb1febfbcde> | http://www.nashvillecitypaper.com/content/city-voices/debate-holder-contempt-scotus-rules?page=1 | en | 0.972785 | 0.085845 | mlfoundations/dclm-baseline-1.0-parquet |
Hanks and director put on suspense clinic in 'Captain Phillips'
A scene from the new film "Captain Phillips."
The Associated Press
Published: Thursday, October 10, 2013 at 3:32 p.m.
Last Modified: Thursday, October 10, 2013 at 3:32 p.m.
Who'd have thought that we'd have two movies in as many weeks about a small grou... | <urn:uuid:57972f3e-b889-4adb-bf32-b10baa2d3d3f> | http://www.ocala.com/article/20131010/GO/131019969/0/API?Title=Hanks-and-director-put-on-suspense-clinic-in-Captain-Phillips- | en | 0.96728 | 0.09087 | mlfoundations/dclm-baseline-1.0-parquet |
Go to the Globe and Mail homepage
Jump to main navigationJump to main content
Barrie McKenna
Economic Action Plan ad blitz a snow job on taxpayer's dime Add to ...
A father of two small kids is working again. A young welder is getting training. A bike shop owner is reinvesting in his business. Jobs, a stronger econ... | <urn:uuid:34bbc09f-1635-4b45-9121-a8875e3f962e> | http://www.theglobeandmail.com/report-on-business/rob-commentary/economic-action-plan-ad-blitz-a-snow-job-on-taxpayers-dime/article622929/ | en | 0.958827 | 0.02815 | mlfoundations/dclm-baseline-1.0-parquet |
BBC's copter coverage fails to take off
The BBC has pulled out all the stops today with its coverage of Gordon Brown's battle for his political life, encompassing ministerial resignations, the cabinet reshuffle and his party's clobbering in the council elections. As a mark of the seriousness of the coverage, it has ev... | <urn:uuid:7f1c7cb4-0671-4193-80f0-76797601382d> | http://www.theguardian.com/media/mediamonkeyblog/2009/jun/05/bbc-news-helicopter | en | 0.966339 | 0.06881 | mlfoundations/dclm-baseline-1.0-parquet |
London's Eye in the sky not just a Ferris wheel
September 23, 2007|By Elliott Hester, Universal Press Syndicate
LONDON — Built in 2000, London Eye has become as much a part of the city's identity as Big Ben or Westminster Abbey. Standing 443 feet high on the south bank of the Thames River, it is the world's tallest o... | <urn:uuid:89c33a34-ca5f-4a8e-8eb5-893104a77d21> | http://articles.chicagotribune.com/2007-09-23/travel/0709200280_1_passenger-capsules-london-eye-ferris-wheel | en | 0.936697 | 0.034346 | mlfoundations/dclm-baseline-1.0-parquet |
HOME > Chowhound > B.C. (inc. Vancouver) >
Cookshop City Square - Permanently Closed
Went by the cookshop today and there was a sign, stating it was now permanently closed (but still fully stocked). Anyone know the details about this?
1. Click to Upload a photo (10 MB limit)
1. Haven't gone by. But I forgot to ... | <urn:uuid:f72ea118-7a36-4413-9f96-b4bbf98299b0> | http://chowhound.chow.com/topics/864410 | en | 0.982764 | 0.202071 | mlfoundations/dclm-baseline-1.0-parquet |
Checker Taxi
From Wikipedia, the free encyclopedia
Jump to: navigation, search
The very last Checker Taxicab built by the company, in green and cream with Checker's trademark checkerboard trim. It is a 1982 A11 and is currently on display at the Gilmore Car Museum in Kalamazoo.
Checker Taxi was an American taxi compa... | <urn:uuid:e94fd655-adc0-49d8-9881-ae23968e98fb> | http://en.wikipedia.org/wiki/Checker_Taxi | en | 0.964707 | 0.019547 | mlfoundations/dclm-baseline-1.0-parquet |
Take the 2-minute tour ×
I want to broadcast a message throughout several channels. When left click, broadcasting to all channels, when right click, just to channel 1. This is my original script, though it exceeds the character limits of a macro. How can I make it shorter?
/run s="a long long long long .... message .... | <urn:uuid:aafb42dd-8c7b-430e-a98f-83186ac6b5a9> | http://gaming.stackexchange.com/questions/118451/wow-macro-for-several-sendchatmessage | en | 0.796076 | 0.555773 | mlfoundations/dclm-baseline-1.0-parquet |
Most applications require a way to dynamically generate HTML from a Java object. The dsp:droplet tag lets you do this by embedding an ATG servlet bean. The servlet bean produces output that is included in the HTML page.
ATG provides a standard set of ATG servlet beans that you can use in your JSPs. ATG product such as... | <urn:uuid:5a3095be-37c5-47a9-a95a-68e50ce5a5ae> | http://docs.oracle.com/cd/E24152_01/Platform.10-1/ATGPageDevGuide/html/s0301usingatgservletbeans01.html | en | 0.90354 | 0.027477 | mlfoundations/dclm-baseline-1.0-parquet |
Take the 2-minute tour ×
I'm reading Terry Gannon's Moonshine Beyond the Monster, and in section 2.4.3 he hints at (but does not explicitly describe) a way to extend the action of $SL_2(\mathbb{Z})$ on modular forms to an action of the braid group $B_3$. Here is what he says about this action:
First, we lift modular ... | <urn:uuid:85c47a5e-aefa-4fcf-b5db-10f80b908175> | http://mathoverflow.net/questions/20281/details-for-the-action-of-the-braid-group-b-3-on-modular-forms/20313 | en | 0.882938 | 0.072434 | mlfoundations/dclm-baseline-1.0-parquet |
Obama’s Energy Policies: Devotion To Abdullah And Derision Of Alberta
Oilfield - pipe line
President Barack Obama’s final decision on the approval of the Keystone XL pipeline does not depend on what American greens preach but on what the King of Saudi Arabia orders. It seems the final decree from the oil kingpin has ... | <urn:uuid:bc6c329a-9dcf-432d-88fd-66522fc8a2ad> | http://personalliberty.com/obamas-energy-policies-devotion-to-abdullah-and-derision-of-alberta/ | en | 0.955944 | 0.018228 | mlfoundations/dclm-baseline-1.0-parquet |
Lancer Skincare
'Lighten, Brighten, Tighten' Set (Nordstrom Exclusive) ($178 Value)
Item # 560056
This item is currently unavailable.
Polish, nourish and illuminate skin and eyes with the Lighten, Brighten, Tighten set. Using LANCER Skincare's interlocking chemistry, a powerful blend of natural minerals, exfoliatin... | <urn:uuid:729ebe78-0ca1-475d-9bc3-5442ec9c7a7c> | http://shop.nordstrom.com/s/lancer-skincare-lighten-brighten-tighten-set-nordstrom-exclusive-178-value/3311093?origin=coordinating-3311093-0-1-5 | en | 0.755207 | 0.020486 | mlfoundations/dclm-baseline-1.0-parquet |
Take the 2-minute tour ×
I am trying to set up mod_fcgid on my server. Part of the requirement is that Apache needs to create a socket file for mod_fcgid.
I specified the folder for Apache to write the socket data to:
I then specified this file in my fcgid.conf file as follows:
SocketPath /var/lock/apache2/fcgid/s... | <urn:uuid:f0b7551b-e9b4-4a14-b18b-a40a30449f03> | http://superuser.com/questions/244989/linux-file-permissions-for-fastcgi-socket-file-and-containing-folder | en | 0.919974 | 0.036669 | mlfoundations/dclm-baseline-1.0-parquet |
-- Happy Momma
Latest Travel Advice
Page 1 2 3 4 5 6 7 8 9 10
Q: Hello My sister got admissin in Alaska Fairbanks. Wht is the flight route from India? i.e thru pacific/atlantic or wht? Just let me know...thanks in advance
-- xyz, US 05/28/03
A: The Pacific route is the best. This is because Alaska is almost at the... | <urn:uuid:963dcb47-eff2-491d-868f-e018f53a8335> | http://www.ammas.com/a1/advisors/index.cfm?r=ba&topicid=19&cid=169705 | en | 0.912596 | 0.057005 | mlfoundations/dclm-baseline-1.0-parquet |