text stringlengths 31 636k | url stringlengths 13 2.37k | id stringlengths 47 47 | language stringclasses 1
value | language_score float32 0.65 1 | fasttext_score float32 0.02 1 |
|---|---|---|---|---|---|
Take the 2-minute tour ×
What is the best way to know when I have reached the last object in an array when using fast enumeration? Is there a better way than incrementing an int and then comparing that to the length of the array?
share|improve this question
add comment
3 Answers
up vote 6 down vote accepted
If you... | http://stackoverflow.com/questions/4542150/objective-c-last-object-when-using-fast-enumeration/4542196 | <urn:uuid:ac797651-7ec1-4f9e-97e4-15365b0513bb> | en | 0.887792 | 0.702181 |
Take the 2-minute tour ×
So this is how I set up my project:
git init --bare
Later I learned that if you want to work on a project with multiple users this is how I should have done it:
git init --bare --shared
Now I tried to work like that and luckily we are in the beginning so I could set up git again. I still w... | http://stackoverflow.com/questions/8883081/git-how-to-change-a-bare-to-a-shared-repo | <urn:uuid:53055870-1f49-4090-9592-941b9c841900> | en | 0.888533 | 0.032202 |
Take the 2-minute tour ×
I believe this has been asked before but no concrete answer has been determined.
On my website http://euphoricsoftware.com/ there is a fancy countdown script to automatically take you to the normal site, as opposed to mobile or low bandwidth. The script works in every browser with <body onloa... | http://stackoverflow.com/questions/9050953/javascript-function-is-sometimes-undefined | <urn:uuid:ff69a27c-bb23-43ee-ac56-299c9105d922> | en | 0.776257 | 0.394828 |
Take the 2-minute tour ×
In Python what is the most efficient way to do this:
my_var = some_var['my_key'] | None
ie. assign some_var['my_key'] to my_var if some_var contains 'my_key', otherwise make my_var be None.
share|improve this question
What do you mean by "if it exists"? May the name some_var be undefined in... | http://stackoverflow.com/questions/9285086/access-dict-key-and-return-none-if-doesnt-exist/9285161 | <urn:uuid:9f473429-feb5-45c8-a855-74d3e6a4ed19> | en | 0.834047 | 0.97051 |
View Single Post
Lt. Commander
Join Date: Dec 2007
Posts: 120
# 2
12-04-2011, 08:41 AM
I'm pretty staunchly opposed to sandbox games and someone who LOVES novel grinds and theme park games.
Sandbox games are to MMO snobs what French art films are to film snobs or amazingly pungent foods are to foodies.
There's always... | http://sto-forum.perfectworld.com/showpost.php?p=3888617&postcount=2 | <urn:uuid:b738b656-2a9c-4a21-b0c3-7cc795a346f2> | en | 0.9613 | 0.283001 |
Send to a Friend
Long-sleeve camo print shirt with tie front detail. Functional front pockets and button tabs transform long sleeves to a shorter length.
* Indicates a required field
To: From:
* Name * Name
* Email * Email
Enter your message here:
(max. 500 characters) | http://store.delias.com/product/camo+tie+front+shirt+307909/TellAFriendSubmit.do?sortby=newArrivals | <urn:uuid:f618385d-a57c-4a8a-8497-2efc091d264b> | en | 0.814049 | 0.512066 |
Take the 2-minute tour ×
in a Linux environment, I need to kill a process which has been started by user2 if I am user1 without being sudoers or using root. Do you know if there is a way of setting that when launching the process? Such as a list of users allowed to kill the process?
The fact is that concurrent instan... | http://superuser.com/questions/137207/how-to-kill-a-process-started-with-a-different-user-without-being-root-or-sudoer/137210 | <urn:uuid:b3497aad-3464-47bb-b00a-ad48f9acdca2> | en | 0.91244 | 0.692881 |
Take the 2-minute tour ×
How can I hide my network connections (the PC with the red X icon on the task bar) when I'm not using a that connection.
Typically, I switch back and forth between wireless and wide connections depending on my location, so I don't want to just simply disable the network device.
share|improve... | http://superuser.com/questions/152336/how-can-i-hide-my-network-connections-in-the-task-bar-when-im-not-connected | <urn:uuid:b9bed8d4-de1e-4f41-bb25-a6d14620d16b> | en | 0.878256 | 0.126436 |
Take the 2-minute tour ×
I'm wondering if there is any software or hardware solutions to synced audio or audio and video across multiple computers or devices on a network.
I've seen Sonos, and it might be a good solution, but it's also a very expensive solution.
I'd like to be able to play something with realtime au... | http://superuser.com/questions/31647/synced-audio-ouput-on-multiple-machines-vlc-hardware-solutions/48212 | <urn:uuid:05998e7d-547e-44f3-b693-a7c81ad831e9> | en | 0.949925 | 0.122929 |
Take the 2-minute tour ×
I want to run multiple scripts simultaneously, but monitoring them or detecting which has died is difficult as they are all listed as wscript.exe in the process list.
How can I change the name of the running process?
share|improve this question
add comment
2 Answers
Only way I can think of... | http://superuser.com/questions/322247/how-can-i-change-the-name-of-the-vbscript-process-wscript-exe | <urn:uuid:37887288-24cd-4ba8-bf81-e250f8935379> | en | 0.91939 | 0.58435 |
Take the 2-minute tour ×
I want to repeat the last command that matches foo bar. Using !! doesn't work (it's not the last command I used), and neither does !foo, because my history looks something like
foo bar dee zep
foo boo lee kee
foo bee
If I try to type !foo bar, zsh auto-completes to foo bee (which is the same... | http://superuser.com/questions/391521/repeat-last-command-matching-two-words-zsh | <urn:uuid:b0c01b5a-5959-4480-9db7-b18eb18a4a99> | en | 0.860996 | 0.729404 |
Take the 2-minute tour ×
I have read that it is possible to 'umount' a disk that is otherwise busy by using the 'lazy' option. The manpage has this to say about it:
umount - unmount file systems
-l Lazy unmount. Detach the filesystem from the filesystem hierarchy now, and cleanup all references to the filesystem as ... | http://superuser.com/questions/412109/lazy-umount-or-unmounting-a-busy-disk-in-linux?answertab=votes | <urn:uuid:9ad8f510-a879-4e56-86c6-b75627867a01> | en | 0.940575 | 0.621885 |
Take the 2-minute tour ×
Somebody knows how to ignore capitalization with regular expression in Notepad++?
From shell it works as follows:
egrep -i '^(FroM|SuBjeCT|DatE): ' filename.txt
Thanks in advance.
share|improve this question
add comment
2 Answers
In the Find dialog use the Match case checkbox to choose w... | http://superuser.com/questions/507003/how-to-ignore-capitalization-with-regex-in-notepad | <urn:uuid:b799094f-68e5-46f4-9bcb-e7b3889d89fd> | en | 0.771601 | 0.420101 |
Take the 2-minute tour ×
As I follow it, there's a full installer for .NET 3.5
And a .NET 3.5 SP1 installer
Also as I follow it, the first of those two links is what you use when you have, say, a clean XP machine with no previous versions of .NET on it (or at least nothing past 1.1). The second link is what you us... | http://superuser.com/questions/60868/is-there-an-installer-that-has-net-3-5-sp1-from-scratch?answertab=votes | <urn:uuid:edb79184-4a09-45d5-9959-7a0a69e98f17> | en | 0.8798 | 0.144717 |
The house was built to maximise the beach views.
The house was built to maximise the beach views.
Evan Gledhill and his wife, Maree, had a goal - to build a holiday house where they could handle the ebb and flow of visiting family. With five children, their five partners and 10 grandchildren, this would not be cheap.... | http://theage.domain.com.au/real-estate-news/getting-the-most-from-the-coast-20130118-2cwu7.html | <urn:uuid:4aa2bcca-d965-4379-a47c-fa7cdb344af2> | en | 0.960234 | 0.019431 |
View Single Post
Old November 28, 2009, 08:57 PM #17
Senior Member
Join Date: October 22, 2006
Posts: 823
Response to 1" per yard standard for a cyl bore bbl.
It's not so much a particular source that it was read from , but rather information that has been accrued over my years shooting a 12 ga. I figure that just a... | http://thefiringline.com/forums/showpost.php?p=3805391&postcount=17 | <urn:uuid:885bb1e1-4792-4e0d-a598-c8275af815f7> | en | 0.968706 | 0.11889 |
Economy & Budget
US politicians overestimate America's stability
Food stamp cuts a crime against the poor by politicians
This Friday, Nov. 1, America will learn the latest monthly jobs report news, which will not be good due to the Republican-caused government shutdown.
This Friday, the poorest Americans will lea... | http://thehill.com/blogs/pundits-blog/economy-a-budget?page=1 | <urn:uuid:80aeb93f-40bb-48ca-a5dd-a4b2e10a8846> | en | 0.955548 | 0.03809 |
2 weeks ago
Congolese farmer Maria Kahambu carries the day's harvest of soybeans in Kiwanja, a town around 20 kilometres (12 miles) away from the fighting between army troops and rebels, on November 2, 2013. The leader of the Democratic Republic of Congo's M23 rebels has urged his fighters to lay down arms against arm... | http://topics.wsj.com/subject/s/Soybeans/3924/photos/837e25dd443642119490177e6004c5a2 | <urn:uuid:c85234c5-b977-42c1-a482-2a8780178af3> | en | 0.928358 | 0.16054 |
Report Abuse
Review title
More than One Cut Above
Review excerpt
Service and thoughfulness are the hallmarks of the Cipriani. High-quality food and clean rooms are a given, so the distinguishing aspects of a stay at the Cipriani become the less-tangible factors. Every staff person seems not only well-trained (they kno... | http://travel.yahoo.com/abuse?type=review&mid=v1%2Fratings%2Fcontext%2F154adc6a-0c3c-35a5-b1a3-48d13745170e%2Frating%2F5DE4FRYCZNXZN6RGPVJEXZBRQM-1d046894-3f30-3ac6-be03-1b159ab565dc-%2F-1194629143000-f7994fb0-9b4d-3ea0-b7fe-87e789f9cca8&id=473526&url=%2Fp-hotel-473526-hotel_cipriani-i&p=hotel | <urn:uuid:edddb681-9e8c-442f-88ea-cd12831b595a> | en | 0.933352 | 0.024653 |
From Uncyclopedia, the content-free encyclopedia
Revision as of 13:12, March 28, 2013 by SPIKE (talk | contribs)
Jump to: navigation, search
For those without comedic tastes, the so-called experts at Wikipedia have an article about ?.
edit What's the origin?
Yes, the origin? The question mark began, not when people... | http://uncyclopedia.wikia.com/wiki/%3F?oldid=5663405 | <urn:uuid:b6e78a51-b538-40d6-8fea-413c4d01f333> | en | 0.955768 | 0.59019 |
Atomic Mass (band)
From Uncyclopedia, the content-free encyclopedia
Jump to: navigation, search
For those without comedic tastes, the so-called experts at Wikipedia have an article about Atomic Mass.
“One time in 1983, I got together with Rick Allen at his home, and wanting to drum so badly (his set was back in the s... | http://uncyclopedia.wikia.com/wiki/Atomic_Mass_(band) | <urn:uuid:4a7659ad-f206-470a-89cc-f0acd90f94b5> | en | 0.978709 | 0.138241 |
Elroy Jetson
From Uncyclopedia, the content-free encyclopedia
Jump to: navigation, search
Elroy Jetson, oil and wax farmer. Here he is raising his arms in a tift.
Elroy Jetson (2115-2345) is a wealthy oil and wax farmer that lives in Southwest New Jersey. He is famed for revolutionizing the wax and oil industries. H... | http://uncyclopedia.wikia.com/wiki/Elroy_Jetson | <urn:uuid:1c707369-d665-4c53-8311-c18db6caba0b> | en | 0.986175 | 0.121265 |
Necro-Deth Cannibals from Hell
From Uncyclopedia, the content-free encyclopedia
Revision as of 03:29, February 6, 2013 by SPIKE (talk | contribs)
Jump to: navigation, search
Photograph of the lead singer, Napalmphile. It may have been doctored.
“After I listened to their music, my ears hurt.”
~ Captain Obvious on Ne... | http://uncyclopedia.wikia.com/wiki/Necro-Deth_Cannibals_from_Hell?oldid=5646905 | <urn:uuid:7c15c6ee-4548-4afe-aa7c-2886dcc7307c> | en | 0.981832 | 0.03871 |
From Uncyclopedia, the content-free encyclopedia
Jump to: navigation, search
“I love to eat voffles on my wessel.”
~ Pavel Chekov (Tactical Officer, USS Enterprise) on waffles
Invented by a group of scientists (one of them was Johnny Waffle) and Mohandas Karamchand Gandhi working for the Belgium secret police in 1897... | http://uncyclopedia.wikia.com/wiki/Waffle | <urn:uuid:fa62cdc3-961c-47be-96ea-49a4c3aca263> | en | 0.95427 | 0.070182 |
Take the 2-minute tour ×
So I have a crazy project setup (well, it's only 1 file that needs this crazyness). First, I'll explain the setup.
So I have a file on my dropbox. I want to include that file in a Kdevelop project, but the rest of the project source code is located on a virtual machine, as well as the Kdevelo... | http://unix.stackexchange.com/questions/14280/kdevelop-project-setup-with-symlinked-files-not-seeing-custom-include-paths?answertab=votes | <urn:uuid:16f0abd3-7646-4dc3-944c-7cac4dad20f1> | en | 0.876924 | 0.294312 |
Take the 2-minute tour ×
I know that previously it was 960 pixels, but lately I have had clients wanting me to push the envelope further and prompted me to do some research on the matter.
share|improve this question
Possible duplicate: Best fixed-width website size. Also generally avoid anyone telling you to "push ... | http://ux.stackexchange.com/questions/28124/what-is-the-current-pixel-width-standard-for-a-websites-content-area/28178 | <urn:uuid:a191ba08-844d-428a-a373-db10638aaf4c> | en | 0.938879 | 0.176928 |
Startrekweb_2How will we ever get any work done?
NBC and CBS have reached deep into their program vaults and are flooding the web with free streaming offerings of couch-potato classics, including "Star Trek" (the great 79); "Hawaii Five-0" (a personal fave); "Emergency" (Gage and DeSoto rule); "Miami Vice" (love the o... | http://variety.com/2008/tv/news/star-trek-twili-21168/ | <urn:uuid:c6ed6d3b-f726-4e1f-ac96-e6665a5e9cdc> | en | 0.955572 | 0.033595 |
Filed Under:
'Power For The Planet': Company Bets Big On Fusion
Play associated audio
One such company is hidden away in a small business park in the suburbs of Vancouver, British Columbia. Nothing seems unusual here — there's a food distributor, an engineering firm and small warehouses. But on one door there's a s... | http://wamu.org/programs/all_things_considered/11/11/09/power_for_the_planet_company_bets_big_on_fusion | <urn:uuid:8456bc36-a6bb-4b8f-8676-1821d49573aa> | en | 0.966302 | 0.049594 |
Take the 2-minute tour ×
Before, I could easily join public hangouts. But now, whenever I click on the play button it's opening a Youtube live stream.
share|improve this question
add comment
1 Answer
A hangout is indeed a public live stream video that is shown on Youtube, are you mistaking it for something else?
E... | http://webapps.stackexchange.com/questions/36886/how-to-join-a-public-hangout | <urn:uuid:4eb393f5-1969-4952-b511-19f52ab19cfc> | en | 0.903234 | 0.042365 |
I'd say hc 110 or tmax developer.
If you want to try a staining developer, wd2d+ keeps forever in two bottles. You just mix a bit from each with water when you're ready. Very easy, great results.
All of these produce differing curves and degrees of ability to compensate etc., you'll just have to try them. | http://www.apug.org/forums/viewpost.php?p=1249190 | <urn:uuid:c869a70b-17ec-4986-bc40-0fa36494f699> | en | 0.954346 | 0.156533 |
Hi Guys,
Just bought an awesome 1995 A6 in metallic silver. A couple of questions:
1. Steering wheel is a bit iffy. What wheel will fit so that everything will still work eg. airbag compatible.
2. How about lowering it a bit?
3. Can u fit a bose stereo to it? | http://www.audi-sport.net/vb/classic-audi-forum/9654-1995-a6-steering-wheel.html | <urn:uuid:28b43f38-056c-4b26-88f0-377cbdee38ac> | en | 0.85919 | 0.993503 |
aura cacia - essential care for the mind, body and spirit
aromatherapy 101
Savvy Students
tell a friend
Can scent enhance study skills? The ancient Greeks and Romans - who wore rosemary wreaths on their heads to enhance memory while studying - certainly thought so. Modern-day research also supports this notion. One ... | http://www.auracacia.com/auracacia/aclearn/art_savvystudents.html | <urn:uuid:204e5379-cd32-4026-ad65-a42b9c0cffbb> | en | 0.908802 | 0.03108 |
the arts
Civilization (All You Can Eat)
Reviewed by Elizabeth Cobbe, Fri., Feb. 24, 2012
Steamed pork: Jude Hickey as Big Hog
Steamed pork: Jude Hickey as Big Hog
Photo courtesy of Stephen Pruitt
Civilization (All You Can Eat)
Salvage Vanguard Theater, 2803 Manor Rd., 474-7886
Through March 3
Running time: 1 hr.,... | http://www.austinchronicle.com/arts/2012-02-24/civilization-all-you-can-eat/ | <urn:uuid:939578a2-96b6-4b4d-8100-b3ab30a2b53d> | en | 0.965915 | 0.18303 |
Source: Lexus
Photo Credit: Patrick M. Hoey, Lexus
Also, what about the REAL IS F? I feel like this front end design would definitely compliment the big vents on the sides of that car. I hope they are not discontinuing it.
Love it or hate it, you can't deny that it will certainly turn heads. It doesn't look... | http://www.automobilemag.com/features/news/detroit-2013-this-is-the-new-2014-lexus-is-in-all-its-glory-195613/ | <urn:uuid:b08ebb91-748c-439f-a4ce-ccc9d951eb89> | en | 0.910886 | 0.019577 |
Speeding Physician Gets Arrested for DUI
William C. Head
Case Conclusion Date:January 12, 2009
Practice Area:DUI / DWI
Outcome:Case Called for Trial, Pre-Trial Motions Conducted
Description:After dinner with another couple, a local physican and his spouse were driving back to their Buckhead area condominium when h... | http://www.avvo.com/attorneys/30350-ga-william-head-478108/legal_cases/8801 | <urn:uuid:7e1c4692-0ae2-4630-992f-ee26f650e146> | en | 0.976309 | 0.019239 |
BBC Culture
State of the Art
Leonardo da Vinci’s groundbreaking anatomical sketches
About the author
• Jack of all trades
Leonardo da Vinci's restless curiosity led him to try his hand as a painter, sculptor, engineer, inventor, anatomist, writer, geologist and botanist, among other things. (Corbis)
• Last... | http://www.bbc.com/culture/story/20130828-leonardo-da-vinci-the-anatomist | <urn:uuid:eef3ea06-fea6-49c3-98a3-874ca698637d> | en | 0.966289 | 0.02557 |
Mickey's - Miller Brewing Co.
Displayed for educational use only; do not reuse.
819 Ratings
(view ratings)
Ratings: 819
Reviews: 292
rAvg: 2.53
pDev: 30.83%
Brewed by:
Miller Brewing Co. visit their website
Wisconsin, United States
Style | ABV
American Malt Liquor | 5.60% ABV
Availability: Year-round
Notes/C... | http://www.beeradvocate.com/beer/profile/105/810/?sort=topr&start=0/ | <urn:uuid:5feeb445-cf55-4fc1-8785-727d4a8af2fb> | en | 0.936378 | 0.021677 |
Weather Forecast
Here’s why (not) to vote for Romney
Some say the upcoming election for president will offer a monumental choice to us voters and will determine which economic model will prevail for decades to come.
Since most of us are not economists here is a simpler way to figure out how to cast your vote.
Vot... | http://www.bemidjipioneer.com/content/here%E2%80%99s-why-not-vote-romney | <urn:uuid:e9013adf-80f6-4460-828f-4b0426315248> | en | 0.953739 | 0.033582 |
Proverbs 20 NRS/NIV - Online Parallel Bible
New Revised Standard (NRS) New International Version (NIV)
1 Wine is a mocker, strong drink a brawler, and whoever is led astray by it is not wise. 1 Wine is a mocker and beer a brawler; whoever is led astray by them is not wise.
2 The dread anger of a king is like the growl... | http://www.biblestudytools.com/parallel-bible/passage.aspx?q=proverbs%2020&t=nrs&t2=niv | <urn:uuid:8405064e-22ce-4499-89e0-1e2b36cd8c91> | en | 0.966619 | 0.019465 |
Sticks and stones and other tales.
Article Type: Report
Subject: Emotions (Research)
Wounds and injuries (Psychological aspects)
Wounds and injuries (Research)
Psychologists (Practice)
Author: Hixson, Ronald
Pub Date: 12/22/2008
Issue: Date: Winter, 2008 Source Volume: 11 Source Issue: 4
Product: Product Code: 8043300 ... | http://www.biomedsearch.com/article/Sticks-stones-other-tales/192800790.html | <urn:uuid:5cbc3b15-cdb7-4cd3-87ee-4581d2318c06> | en | 0.960803 | 0.052638 |
I hate cash. I’m reminded of this every time I find myself in a cab where the driver claims he won’t accept my credit card, or when I’m at a restaurant that demands to be paid exclusively in paper bills -- incidents that happen far more often than is reasonable in an ostensibly advanced country.
Bloomberg News reports... | http://www.bloombergview.com/articles/2013-10-24/if-myanmar-takes-amex-why-won-t-my-taxi- | <urn:uuid:bc9a6354-2e5e-43e7-a700-e5b2a96d7a4f> | en | 0.959653 | 0.137227 |
06:38PM | 07/24/05
Member Since: 07/23/05
1 lifetime posts
I need some advice. We were out all day, today, and when we came home I went to wash my hands in the kitchen sink and saw something move in the corner of the sink. To my horror, it was a BAT! I was frantic at first, and then got a container, covered him, slippe... | http://www.bobvila.com/posts/37704-bats-in-house | <urn:uuid:8acc859b-4a72-4460-9609-52f9e31b32c9> | en | 0.936715 | 0.336157 |
Other books
Other people who viewed this bought
Showing items 1 to 10 of 10
Full description | Reviews | Bibliographic data
Full description for Truth Machine
• DNA profiling - commonly known as DNA fingerprinting - is often heralded as unassailable criminal evidence, a veritable "truth machine" that can overtur... | http://www.bookdepository.com/Truth-Machine-Michael-Lynch/9780226498072 | <urn:uuid:625931fb-6b0a-4eab-86e3-a34a7bf42c85> | en | 0.939856 | 0.023693 |
by David Macaulay
ISBN 0395257840 / 9780395257845 / 0-395-25784-0
Publisher Houghton Mifflin
Language English
Edition Hardcover
Find This Book
Find signed collectible books: 'Castle'
Book summary
Imagine yourself in 13th-century England. King Edward I has just named the fictitious Kevin le Strange to be the Lo... | http://www.bookfinder.com/dir/i/Castle/0395257840/ | <urn:uuid:f7fc16b7-f55e-4e51-bd12-1e8865de9dba> | en | 0.926769 | 0.036184 |
Forgot your password?
The Outsiders Test | Final Test - Medium
Purchase our The Outsiders Lesson Plans
Final Test - Medium
Name: _____________________________ Period: ___________________________
Multiple Choice Questions
1. How long does Ponyboy stay in bed after the rumble?
(a) Two days.
(b) A month.
(c) All ... | http://www.bookrags.com/lessonplan/outsiders/test4.html | <urn:uuid:8ec8331f-08a4-463b-b3dd-f911eb0c1e6b> | en | 0.923317 | 0.069543 |
Brett H. McGurk
A surge to sovereignty in Afghanistan
By Brett H. McGurk
November 8, 2009
E-mail this article
Invalid E-mail address
Invalid E-mail address
Sending your article
Your article has been sent.
• E-mail|
• Print|
• Reprints|
• |
Text size +
THE AIM in any successful counterinsurgency is to su... | http://www.boston.com/bostonglobe/editorial_opinion/oped/articles/2009/11/08/a_surge_to_sovereignty_in_afghanistan/ | <urn:uuid:3bd9cb3d-482a-4b1d-b9b3-bd94924b239c> | en | 0.946859 | 0.055156 |
What wedding TV shows to be on?
mandynos Posts : 36 Registered: 3/25/08
Re: What wedding TV shows to be on?
Posted: Jun 24, 2008 2:59 PM Go to message in response to: jennifersmith
There are soo many wedding shows, my favorite is who's wedding is it anyway? Then there's my big redneck wedding, Wedding alterd, bridez... | http://www.brides.com/forums/thread.jspa?threadID=58059&start=15&tstart=0 | <urn:uuid:51303070-c89e-46cf-b5cf-9e7feb4990d4> | en | 0.928821 | 0.023304 |
supernaturalism, a belief in an otherworldly realm or reality that, in one way or another, is commonly associated with all forms of religion.
Evidence of neither the idea of nature nor the experience of a purely natural realm is found among primitive people, who inhabit a wonderworld charged with the sacred power (or... | http://www.britannica.com/EBchecked/topic/574446/supernaturalism | <urn:uuid:3da307b8-f9e9-47b9-b5d4-d9ec2dddf091> | en | 0.968351 | 0.123579 |
chopsticks, Chopsticks on a plate.maqs (from Chinese kuai-tzu, “quick ones,” by way of Pidgin chop, “quick”), eating utensils, consisting of a pair of slender sticks held between the thumb and fingers of one hand, that predominate in much of East Asia and are used in conjunction with East Asian-style cuisine worldwide.... | http://www.britannica.com/print/topic/114386 | <urn:uuid:d6b84305-9123-4648-9dcf-88caedbfe65d> | en | 0.946345 | 0.169924 |
broaching machine
broaching machine, tool for finishing surfaces by drawing or pushing a cutter called a broach entirely over and past the surface. A broach has a series of cutting teeth arranged in a row or rows, graduated in height from the teeth that cut first to those that cut last. Since the total depth of cut i... | http://www.britannica.com/print/topic/80476 | <urn:uuid:532fca4c-466c-4333-99c1-25013e760d4f> | en | 0.956363 | 0.360495 |
Plebgate has damaged Met - chief
Plebgate has damaged Met - chief
The head of Scotland Yard admitted his force has been damaged by the Plebgate controversy but defended his own handling of the affair.
Metropolitan Police Commissioner Sir Bernard Hogan Howe said there was "no doubt some damage had been done".
He als... | http://www.burtonmail.co.uk/Home/Plebgate-has-damaged-Met-chief-1-8078789.xnf | <urn:uuid:047438af-3f70-4a1a-ba59-391a43d56387> | en | 0.989437 | 0.022343 |
A new theory suggests legendary composer Wolfgang Amadeus Mozart died at 35 due in part to a vitamin D deficiency.
Vitamin D is produced when the body is exposed to natural sunlight and Mozart spent his life in high-latitude Austria, working at night and sleeping during the day.
According to ABC Science, with no know... | http://www.businessinsider.com/mozart-died-35-not-enough-sun-2011-7 | <urn:uuid:b0d5a2a7-0cc0-4a7e-a599-e14747ad5694> | en | 0.978839 | 0.110313 |
Businessweek Archives
Wanted: A Pc For The Masses
Technology & You
Reliability and ease of use-not power and features-are the ticket at home
When last fall's sales are toted up, we're likely to find that just over a third of U.S. households now have computers. The computer industry fondly hopes that, someday soon,... | http://www.businessweek.com/stories/1996-01-14/wanted-a-pc-for-the-masses | <urn:uuid:8d561898-7293-4b28-8577-721a50b9f914> | en | 0.959008 | 0.178384 |
Innovation & Design
Designing the Future of Business
Forget total quality. Forget top-down strategy. Design is the engine that can transform a company into a powerhouse of nonstop innovation
If you've been paying close attention, you don't have to imagine this scenario. You see it forming all around you. The only q... | http://www.businessweek.com/stories/2008-08-13/designing-the-future-of-businessbusinessweek-business-news-stock-market-and-financial-advice | <urn:uuid:0199037a-f2a4-4cc4-9840-daf604208919> | en | 0.958599 | 0.302027 |
: my 1995 Cadillac Eldorado Overheating
05-18-12, 04:00 PM
I bought this car in February 2012. The car ran fine and than it overheated. I took it in and Brake Plus ran a lot of test. The found no leakage from the pressure test. The Fans works and the water pump worked. They found no temperature differences when the ra... | http://www.cadillacforums.com/forums/cadillac-forum/t-260286.html | <urn:uuid:7c169836-d1d6-4c2d-823b-5fe24b625d24> | en | 0.975171 | 0.034748 |
In English | En español
Questions About Cancer? 1-800-4-CANCER
The MERIT Award
Page Options
• Print This Page
• Email This Document
Popular Resources
MERIT Award Recipient: Michael Caligiuri, M.D.
Michael Caligiuri, M.D.
Sponsoring NCI Division: Division of Cancer Biology (DCB)
Grant Number:R37CA068458
Award... | http://www.cancer.gov/researchandfunding/MERIT/caligiuri | <urn:uuid:0b9000e1-5ab8-4e2a-b471-6a62600120eb> | en | 0.918778 | 0.028498 |
25,081,967 members doing good!
1,138,852 people care about Politics
Accounting Fraud Continues to Plague U.S. Economy
Accounting Fraud Continues to Plague U.S. Economy
Senate Banking Committee Chairman Chris Dodd (D-CT) unveiled his latest financial reform proposal on Monday, and the stakes for the new legislation c... | http://www.care2.com/causes/accounting-fraud-continues-to-plague-u-s-economy.html | <urn:uuid:b6130679-4268-4a4d-a15f-a5a66a3b3409> | en | 0.960918 | 0.019735 |
Join the Car Talk Community!
Ordinary yet Unique!
The Puzzler
RAY: This was sent in by Wes Daniels. He asks, "What's unique about the following paragraph?"
"This is an unusual paragraph. I'm curious as to just how quickly you can find out what is so unusual about it. It looks so ordinary and plain that you would th... | http://www.cartalk.com/content/ordinary-yet-unique?question | <urn:uuid:5e3c9dd0-40c5-4983-ab83-4eba48e28f3d> | en | 0.977285 | 0.067536 |
Columns | October 15, 2011 21:44
Non-random Fischer Random
Non-random Fischer Random
The 2009 poster of the Mainz Chess Classic, which doesn't exist anymore. There Chess960/Fischer Random was played every year.
In that blitz game, Nigel Short played the St. George Defense (which usually arises after 1.e4 a6 but no... | http://www.chessvibes.com/columns/non-random-fischer-random?quicktabs_quick2=2 | <urn:uuid:8a2c896a-a217-438c-8182-7a381f070f49> | en | 0.962264 | 0.091461 |
In Little Italy, fresh eyes on American democracy
Italian parliament member among observers from 30 countries
Dan Rodricks
6:13 PM CST, November 6, 2012
So intent was Riccardo Migliori on his mission — observing the U.S. election and asking questions about the voting process in Baltimore — that he missed the statu... | http://www.chicagotribune.com/sports/bs-md-rodricks-1107-20121106,0,4596719,print.column | <urn:uuid:b69256cd-503a-467a-9783-a80cd32c7420> | en | 0.976448 | 0.067097 |
Sheriff's Office: ‘You always hurt the one you love’
by Jim Ruth Bradley County Sheriff
Feb 09, 2014 | 392 views | 0 0 comments | 6 6 recommendations | email to a friend | print
When the writer penned those words, I don’t think he had domestic violence in mind at all. There are those among us who are still prone to hu... | http://www.clevelandbanner.com/view/full_story/24542079/article-Sheriff-s-Office---You-always-hurt--the-one-you-love-?instance=main_article | <urn:uuid:7631ce96-2568-4cbd-a2f5-f9e49818457c> | en | 0.98446 | 0.02498 |
Skip the navigation
Mike Elgan: 10 obsolete technologies to kill in 2010
Make the world a better place. Just say no to dumb tech.
December 24, 2009 06:00 AM ET
Computerworld - Some old-and-busted technologies die gracefully of natural causes. Pagers, PDAs, floppy disks -- they're gone, and good riddance.
Here are... | http://www.computerworld.com/s/article/9142656/Mike_Elgan_10_obsolete_technologies_to_kill_in_2010?taxonomyId=165&pageNumber=1 | <urn:uuid:6ddef0da-c98d-44f4-9e4c-7e01e418140e> | en | 0.925126 | 0.331405 |
Report Comment
That truly showed what Vettel is. A spoilt brat. There was no reason to do that at this stage of the season, if it was near the end, I could understand. Webber should have allowed an accident to happen. Two things would have happened. Seb would get so much grief after the race, and he'd think twice... | http://www.crash.net/f1/reportcomment/849154/189253/have-your-say-sebastian-vettel-right-or-wrong.html | <urn:uuid:ecdf8685-c57c-40ea-bc21-87cc87a4e923> | en | 0.972548 | 0.041914 |
Crash.Net F1 News
Alonso: Kimi was too fast for us
18 March 2013
Fernando Alonso has admitted that the combination of Kimi Raikkonen and Lotus appeared unbeatable in the Australian Grand Prix, but refused to blame Ferrari's strategy for his defeat.
The Spaniard, who acknowledged that beating Sebastian Vettel's pole... | http://www.crash.net/formula+one/news/188980/print.html | <urn:uuid:99832d67-6d99-49a2-9538-3d7bdaaa79ca> | en | 0.990939 | 0.030978 |
Moving Company: Speedy Ellsbury, Victorino Set Tone For Sox
Leading off is Jacoby Ellsbury.
Batting second is Shane Victorino.
One is a needle. The other is a pincushion. Together they set a tone in the ALDS that screamed aggression, a cerebral assault, that made the Tampa Bay Rays blink, blink again, blink a third... | http://www.ctnow.com/sports/hc-jacobs-column-red-sox-1012-20131011,0,671361.column | <urn:uuid:7ec680ad-b9bd-4196-b0cd-ff189d5957f9> | en | 0.97386 | 0.028538 |
Study shows many users wouldn't upgrade even if given the option
Comments Threshold
By DASQ on 7/4/2008 4:54:48 PM , Rating: 5
I'll assume "Other" means "I don't know better".
More speed for the same cost. I don't see a downside there other than the possible week or two required for setup.
RE: Ye... | http://www.dailytech.com/Users+Still+Cling+to+Dialup/article12283.htm | <urn:uuid:af8e3df7-81cd-4488-a7cc-f0356e12b038> | en | 0.96661 | 0.044778 |
Satoru Iwata with the Wii U controller (Source:
Comments Threshold
They still don't get it.
By zero2dash on 6/30/2011 12:40:48 PM , Rating: 5
A lot of "core gamers" don't like the Wii because it's nothing but Nintendo franchises we've played 20 times before, and a bunch of 3rd party titles that are ... | http://www.dailytech.com/article.aspx?newsid=22044&commentid=695053&threshhold=1&red=5611 | <urn:uuid:0ec771e0-39d1-43ea-ba3a-cceef6e71e83> | en | 0.971688 | 0.44541 |
Former GM Jim Bowden: What Ron Washington needs to do in 2013 to maintain job security
G.J. McCarthy/Staff Photographer
10 THINGS TO KNOW AS RANGERS OPEN SPRING TRAINING: When Rangers' pitchers and catchers report Tuesday, there will be more questions swirling around the club than there have been in years. The off-sea... | http://www.dallasnews.com/sports/texas-rangers/headlines/20130221-former-gm-jim-bowden-what-ron-washington-needs-to-do-in-2013-to-maintain-job-security.ece?ssimg=889843 | <urn:uuid:82bfeb21-d119-4622-b1af-2fcecfd5205b> | en | 0.969427 | 0.029398 |
Bookmark Email Print this page
How an Actuarial Review of Self Insurance Claims Turned the Ship Around for One Large Cruise Line
Seeking savings through safety
Last Updated:
A large cruise line self-insures for claims brought by crew and passengers. It needed to be sure it was holding adequate reserves to cover ... | http://www.deloitte.com/view/en_US/us/Services/consulting/industry/7eb05e55f7b32210VgnVCM100000ba42f00aRCRD.htm | <urn:uuid:0fae8e88-4841-4b66-a678-9da850bff027> | en | 0.970397 | 0.019141 |
Lessons from a great salesman
Published: Tuesday, Jan. 10 2012 12:00 a.m. MST
Verizon Wireless store salesman Antione Haynes looks out the front door of a Verizon store with an Apple iPhone advertisement in foreground in Mountain View, Calif., Thursday, Feb. 3, 2011. Verizon Wireless said Friday, Feb. 4, its first da... | http://www.deseretnews.com/article/705396898/Lessons-from-a-great-salesman.html | <urn:uuid:966fd2c9-d2f6-4f2a-9efa-7d720c5ce21d> | en | 0.976655 | 0.018265 |
Comments about ‘Letters: A well-regulated Militia’
Return to article »
• Oldest first
• Newest first
• Most recommended
Roland Kayser
Cottonwood Heights, UT
I just have one question, what does the first part of the second amendment mean to the pro-gun absolutists? It seems that they thinks it is just a little... | http://www.deseretnews.com/user/comments/765626417/A-well-regulated-Militia.html | <urn:uuid:c5a1f679-f219-4a01-acf8-3e4a2d129b65> | en | 0.967875 | 0.336712 |
Oregano Can Help Reduce Phlegm and Relieve Coughing.
Many herbals have centuries of proven therapeutic benefits, oregano is one. More than just a topping for pizza, oregano has a long history of use for relieving coughs and cutting excess phlegm.
A long time friend and herbalist suggested that my wife try oregano ess... | http://www.dianetemplin.com/all-about-oregano.html | <urn:uuid:fcaeaf76-649a-4acb-9489-ac170626ecf7> | en | 0.933609 | 0.047873 |
Channels ▼
Web Development
Geolocation in Perl
brian has been a Perl user since 1994. He is founder of the first Perl Users Group,, and Perl Mongers, the Perl advocacy organization. He has been teaching Perl through Stonehenge Consulting for the past five years, and has been a featured speaker at The Perl Conference... | http://www.drdobbs.com/web-development/geolocation-in-perl/184416182?pgno=1 | <urn:uuid:5672208b-96c2-41c5-8271-ddc990ff3825> | en | 0.88732 | 0.221962 |
Online Test Banks
Score higher
See Online Test Banks
Learning anything is easy
Browse Online Courses
Mobile Apps
Learning on the go
Explore Mobile Apps
Dummies Store
Shop for books and more
Start Shopping
Computer Specs for Medical Transcription Work
Medical transcription work requires a lot of brain power but not a ... | http://www.dummies.com/how-to/content/computer-specs-for-medical-transcription-work.navId-815761.html | <urn:uuid:cc96d742-0ad9-45a4-b30a-1baa40821a0d> | en | 0.911744 | 0.018185 |
You can now hand write Google searches instead of typing them
With typing and voice search already under its belt, Google's aiming its search sights on another target: handwriting. With a simple setting activation, you can now hand write your searches on your iOS or Android smartphones and tablets, and like magic, it'... | http://www.dvice.com/archives/2012/07/you-can-now-han.php | <urn:uuid:e9d07336-d44d-4a01-9be8-7e1cda221719> | en | 0.931489 | 0.02912 |
JAPAN is "open for business" and "recovering at surprising speed," from the earthquake that devastated the country on March 11, Takeaki Matsumoto, the country's foreign minister, wrote in Saturday's International Herald Tribune:
If you imagine that the whole of Japan is covered by debris, that is completely wrong. Mos... | http://www.economist.com/blogs/gulliver/2011/05/japans_recovery | <urn:uuid:ced28428-e344-481c-883e-0eb00bd2d086> | en | 0.952111 | 0.05161 |
Inflation in India
Who cares about the price of onions?
The fight against inflation has left India’s central bank in a lonely place
See article
Readers' comments
please visit myrajivgandhi.in and take part in an online discussion.We are remembering Rajiv Gandhi and his vision of modern India.
Indian people l... | http://www.economist.com/comment/1598662 | <urn:uuid:31478793-698c-48fc-ade4-72a5c73c6d49> | en | 0.953808 | 0.02967 |
IF YOU thought George Bush's tax promises would be as empty as his father's, expect to be disappointed. During the election campaign, most economists derided his proposed package of tax cuts as fiscally reckless, and hoped it would soon be forgotten in office. Now, as America's economy has teetered from boom to possibl... | http://www.economist.com/node/478605 | <urn:uuid:3ad74594-d87b-4046-9c91-6928f16b2966> | en | 0.9695 | 0.020102 |
Contactless Thermometer
Are you running an infrared temperature?
Published in issue 2/2011 on page 48
This thermometer measures at the same time both the ambient temperature and the temperature of any object placed within its ‘field of view’. And even though the ambient temperature range ‘only’ goes from −40 to +125... | http://www.elektor-magazine.com/en/magazine-contents/article.html?tx_elektorarticle_list%5barticle%5d=19541&tx_elektorarticle_list%5baction%5d=show | <urn:uuid:d20fe927-70eb-42bb-8c38-75431923b1ab> | en | 0.760532 | 0.834985 |
Friends Lyrics
Friends are never earned they're a gift from the loving God
And they're precious beyond human evaluation
But you dare not take them for granted or they'll lift away like a smoke
And the warmth of their caring will vanish into the chill of the endless nights
Unless they live and die in a small town
Somew... | http://www.elyrics.net/read/g/glen-campbell-lyrics/friends-lyrics.html | <urn:uuid:11ea156a-b9a4-4509-b310-751775cd8871> | en | 0.960606 | 0.14659 |
If a 7-inch photo frame is perfect for grandma, think of Framed as an art display for the rest of us. (Assuming the rest of us have sky-high art budgets.) This 40-inch giant is based on a Samsung LED HDTV and powered by a Core i5 processor and Windows 7. Built-in 802.11a/b/g/n WiFi connects the digital canvas to a dedi... | http://www.engadget.com/2011/05/09/framed-40-inch-digiframe-for-galleries-cafes-the-insanely-rich/ | <urn:uuid:c8eea631-0e44-4968-a094-a98cbedaa80a> | en | 0.921532 | 0.05866 |
Question about
I have an LG Revolution for review
WHat do you want to know while I have it?
top answers
community pick
How offensive / different from stock is the ROM? How much customization has LG put on? I'm familiar with HTC's Sense, and Samsung's TouchWiz...
mark as good answer
2 people like this answer
sort ... | http://www.engadget.com/question/i-have-an-lg-revolution-for-review-ds2/ | <urn:uuid:b34d4942-983c-497f-81e1-e4e2b862f977> | en | 0.940201 | 0.972298 |
I just saw it yesterday in Boston and I'm hoping to get teh CD. Is it worth it? I loved teh play, it was hilarious. A guy in our row was the last speller from the audience to be eliminated, and the cast came down to our row and sang the "Goodbye" song to him. William Barfee was lying on the back of my chair, and the re... | http://www.fansofrealitytv.com/forums/music/60130-25th-annual-putnam-county-spelling-bee.html | <urn:uuid:213c1db6-26e0-45f8-9956-cc19389ab684> | en | 0.989349 | 0.515537 |
Take a Bite Out of Milling Costs
Vibration, excessive heat and silicon dust can bring a $300,000+ milling machine to a grinding halt. With downtime averaging several thousand dollars a day, diligent preventive maintenance and training are wise investments.
The cutter head is subject to the most wear. "Depending upon ... | http://www.forconstructionpros.com/article/10289418/take-a-bite-out-of-milling-costs?page=3 | <urn:uuid:875c3b3e-cb8d-44d1-914f-e34a20e95dd7> | en | 0.946918 | 0.060626 |
BYU basketball player Brandon Davies was dismissed from the nationally-ranked team for violating the school's honor code by having premarital sex, according to the Salt Lake City Tribune.
The sophomore reportedly told BYU school officials Monday about having sex with his girlfriend.
He was dismissed from the team for... | http://www.foxnews.com/sports/2011/03/03/byu-dismisses-player-basketball-team-having-premarital-sex/?cmpid=prn_foxsports | <urn:uuid:86cb1914-020b-4bca-85be-c9ce52c5b730> | en | 0.993288 | 0.027905 |
"Chemical Ali" has been captured, U.S. Central Command confirmed Thursday morning.
Ali Hassan al-Majid al-Tikriti (search), a first cousin of former Iraqi strongman Saddam Hussein and a powerful Baath Party (search) official linked to some of the regime's most brutal acts, is the King of Spades and No. 5 in the U.S. A... | http://www.foxnews.com/story/2003/08/21/chemical-ali-captured-in-iraq/ | <urn:uuid:b8734861-ab77-4797-9d25-1c32d7888fa9> | en | 0.983842 | 0.02274 |
Games not working?
#1kyubiitachi001Posted 1/1/2014 3:26:34 PM
Every time I try to start a game it gets to the initial loading screen for the game and then goes back home without launching. This is happening to both disc and digital games does anyone know how to fix this?
You know you've played to much Halo when the we... | http://www.gamefaqs.com/boards/691088-xbox-one/68234233 | <urn:uuid:71666f0a-672a-4c17-82b5-d2420a29b163> | en | 0.926929 | 0.385799 |
What's the sexiest shiny pokemon?
#31dwdwdw6Posted 11/11/2013 8:11:31 AM
Haxorus, Rayquaza and Charizard.
#32chameleonsoupPosted 11/11/2013 8:47:09 AM
matthewtheman posted...
I've caught two of the blighters in a safari yet I'm still hunting shiny Eevee. If I see another I may weep, and not with joy!
3ds 3952-6991-... | http://www.gamefaqs.com/boards/696959-pokemon-x/67791294?page=3 | <urn:uuid:34a4aed0-43a5-44e9-aa22-bf55b0e3860d> | en | 0.753491 | 0.09935 |
Which monitor technology is better between IPS and PLS?
#1Dirk85UKPosted 10/4/2013 9:28:20 AM
Which monitor technology is better between IPS and PLS?
i5 2500 | 8Gb DDR3 | GTX 670 FTW | Asus P8 P67 | Intel 330 SSD | XFX 650W | Dell U2711
#2SlaynPosted 10/4/2013 9:44:22 AM
#3animanganimePosted 10/4/2013 9:58:04 AM(edi... | http://www.gamefaqs.com/boards/916373-pc/67401962 | <urn:uuid:256ba2b9-07cc-47e3-8bbd-cf6406116ddd> | en | 0.904448 | 0.85721 |
When will regenerating health finally go away?
#1kupo1705Posted 2/27/2013 2:52:12 AM
First it was just shooters, then it went to other genres.
Now even some RPGs have it.
Shooters have been rather dull since it became popular, and now it's tainting other genres.
Why did it become so popular, and more importantly, w... | http://www.gamefaqs.com/boards/927750-playstation-3/65564629 | <urn:uuid:0f26c0f0-1dbb-4c50-a993-38d24534276e> | en | 0.911039 | 0.826588 |
About Ammy's brush techniques *slight spoilers*
#1Amibo_AmorePosted 10/16/2011 7:03:08 PM(edited)
How exactly do Ammy's brush techniques work (in the realm of time)? I know that when she uses her techniques, the screen is frozen (apparently freezing time), but what is it like for the opponents? Do they still have a se... | http://www.gamefaqs.com/boards/943732-okami/60672456 | <urn:uuid:d273a6d6-ea4d-4af4-a25a-68ea27ecc29f> | en | 0.924993 | 0.999916 |
Quick Question
#1ACasserPosted 12/17/2010 8:35:22 AM
The description of this game on PSN says something about a 3-D television. Is this really necessary, or is PlayStation Network blowing smoke up my rear end and trying to encourage me to buy electronics I don't really need?
Obviously, I'd prefer not to spend the $9.... | http://www.gamefaqs.com/boards/978737-auditorium-hd/57510260 | <urn:uuid:a2d1252e-c5f2-43f7-98bc-edf41f1b7c0d> | en | 0.958959 | 0.075032 |
Review by KillerMAN
"I didnt know God made games?"
Because this baby, is pure Perfection!!!!
Im not going to get into the story here because if you dont know it by now after reading the 10 other reviews for this game, eghhh...lets just get to the meat and potatos here.
And I'll tell you why...
This game was very g... | http://www.gamefaqs.com/dreamcast/250596-illbleed/reviews/review-34187 | <urn:uuid:e352cfcb-284a-493e-8089-ee0ea1d09b45> | en | 0.968916 | 0.0472 |
E N T E R : E L E C T R O
Version 0.7
copyright (c) 2003 andrewfreak1 (a.k.a andrew rubin) all rights
Email: rubes@csiway.com or rubes2@earthlink.net
This guide is copyright (c) 2003 andrewfreak1. This game is copyright
(c) 2001 Activision, Vicarious Visions. I was not involved in the making of ... | http://www.gamefaqs.com/ps/476504-spider-man-2-enter-electro/faqs/23333 | <urn:uuid:9675d5f3-6e2e-43a4-a33b-0f7328b6a170> | en | 0.875992 | 0.088851 |
Question from wilber5150
Asked: 3 years ago
How does Spiderman break through walls?
I've tried jumping into the wall, kicking the wall, punching.
Submitted Answers
You need to use the black suit so that you can break trough walls,press "SELECT" to use the black suit then double tap the forward button so you can ... | http://www.gamefaqs.com/psp/945881-spider-man-web-of-shadows/answers?qid=250403 | <urn:uuid:b80807af-c8f1-4b52-b9a5-f86ebbd95686> | en | 0.861163 | 0.875638 |
Review by LeoLion0818
"This is the most revolutionary Final Fantasy game of its time; but it still leaves something to be desired."
Final Fantasy III broke all of the typical cliches of its precursors. We no longer have a class system; everybody is essentially equal on FF3. Everyone has very similar stats, rather tha... | http://www.gamefaqs.com/snes/554041-final-fantasy-iii/reviews/review-124252 | <urn:uuid:28272c0a-aa17-4675-a47b-d1ece0753819> | en | 0.968249 | 0.552483 |
Vanishing Point
Genre Sport -> Racing
Today's Rank 33281
Date N/A
Publisher Acclaim
Date 2001-03-09
Publisher Acclaim
Vanishing Point Vanishing Point United Kingdom Retail Box ArtVanishing Point's title suggests the aim of the developers: to achieve a true, endless view without pop-up or fog, so that players can see to... | http://www.gamershell.com/dreamcast/vanishing_point/box.html | <urn:uuid:b0080a21-7428-469f-9e8d-2fb806ac211a> | en | 0.916554 | 0.036978 |
Thief Review: Petty
Posted by: Mike Splechta
Gamezone Review Rating 6.5 Above Average
Your Score
Garrett the Master Thief has had a long, ten year hiatus since his last outing in Deadly Shadows. You would think having a long time to gather your thoughts and hone your skills would do a Master Thief good. In real... | http://www.gamezone.com/reviews/2014/02/24/thief-review-petty | <urn:uuid:ece16a90-3830-401d-8bdc-bb1f066b9e3a> | en | 0.969363 | 0.323585 |
• Tall Timbers
The new ie 9 is really nice (uncluttered to an extreme, and fast), but doesn’t seem to be any more html compliant than before. I look forward to the new releases of Firefox.
• FreeYourMind
Does any of this really matter at all? So long as you can see information in your browser from a websit... | http://www.geek.com/news/mozilla-teases-possible-new-features-of-firefox-5-1315377/ | <urn:uuid:f6e080e7-59e4-4cb6-9e0c-ea417ff34a3e> | en | 0.966772 | 0.019935 |
The Demoman wiki last edited by minivan on 02/13/14 06:38AM View full history
The Demoman is a character class in the Team Fortress franchise. His primary and secondary weapons are his grenade launcher and his sticky grenade launcher, both making the Demoman crucial to the roles of area denial and sentry destruction.... | http://www.giantbomb.com/demoman/3005-483/ | <urn:uuid:993c8a02-0941-4c3c-810a-a1aa8adf6a12> | en | 0.919071 | 0.025749 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.