fasttext_score
float32
0.02
1
id
stringlengths
47
47
language
stringclasses
1 value
language_score
float32
0.65
1
text
stringlengths
49
665k
url
stringlengths
13
2.09k
nemo_id
stringlengths
18
18
is_filter_target
bool
1 class
word_filter
bool
2 classes
word_filter_metadata
dict
bert_filter
bool
2 classes
bert_filter_metadata
dict
combined_filter
bool
2 classes
0.052833
<urn:uuid:b3634c61-ee16-4979-895b-15c68d883723>
en
0.862417
Take the 2-minute tour × It says "FacebookSDK/FacebookSDK.h file not found" Yet I can jump-to-definition on the #import and it takes me to the file. And once I added the #import it now knows what FBFriendPickerDelegate is and it now doesn't have an error on that line. I have the facebookSDK.framework in my project ...
http://stackoverflow.com/questions/12849209/how-to-make-xcode-find-file-facebooksdk-h
dclm-gs1-229990000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.782053
<urn:uuid:f0fb14c0-468e-4eb4-bf5b-444cff8391b3>
en
0.935089
Take the 2-minute tour × I am trying to create a program to monitor a game and detect when a specific player (me) gets a kill. I am specifically looking at Dota2. When a kill occurs, the name of the killer and victim is displayed as text on the screen (see link to in-game screenshot). enter image description here I...
http://stackoverflow.com/questions/13096173/detecting-game-event
dclm-gs1-230010000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.825405
<urn:uuid:2a9ddcf3-7ca0-4842-9e89-ec7cb09b6364>
en
0.910385
Take the 2-minute tour × Is pointer conversion considered expensive? (e.g. how many CPU cycles it takes to convert a pointer/address), especially when you have to do it quite frequently, for instance (just an example to show the scale of freqency, I know there are better ways for this particular cases): unsigned long...
http://stackoverflow.com/questions/14478647/is-pointer-conversion-expensive-or-not/14478769
dclm-gs1-230070000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.406505
<urn:uuid:342b0460-aa23-403d-8693-62c8b592bd3f>
en
0.803909
Take the 2-minute tour × I'm currently working on notification centers. I read that there are 4 types of Notification Centers are there. 1. NSNotificationCenter 2. NSDistributedNotificationCenter 3. DarwinNotificationCenter 4. TelephonyNotificationCenter In which NSNotificationCenter I'm familiar with. Tele...
http://stackoverflow.com/questions/14582854/various-types-of-notification-centers-available-for-ios
dclm-gs1-230080000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.119455
<urn:uuid:b5abbaba-103f-41d3-800b-64b4c85afde6>
en
0.857738
Take the 2-minute tour × I am working on an old MFC application. There is a TreeView control in the application. OnItemExpanding function is overridden. I am getting children of a TreeViewItem by it is expanded. If a node is expanded for the first time its children are populated. If there are no children to an item th...
http://stackoverflow.com/questions/15269305/re-expand-treeview-item
dclm-gs1-230090000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.869812
<urn:uuid:75b64339-0db1-44e0-a31f-c99eec129969>
en
0.83741
Take the 2-minute tour × I intend to plot x-y coordinates of a traced object with scatterplot.density to use colour to show the density of points in the scatterplot instead of just displaying the points in a smooth scatterplot (smoothScatter). When I run the following short segment of the trace: x <- c(69.8, 69.8, 70...
http://stackoverflow.com/questions/17245370/using-scatterplot-density-with-x-y-coordinates-causes-error-in-image-default/17245656
dclm-gs1-230150000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.08158
<urn:uuid:e377302a-e100-41f3-bb28-8cbbaa0da578>
en
0.903657
Take the 2-minute tour × I have been trying to run this query in PyDev environment for a while, but it just hangs there. The tables involved are large (tweets around 700,000 and user about 400,000). I have all the indexes sorted out. I tried to run the query at Workbench and it works perfectly within seconds, but jus...
http://stackoverflow.com/questions/17794521/mysql-join-query-works-in-mysql-workbench-but-hangs-at-pydev
dclm-gs1-230170000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.14241
<urn:uuid:17102b9d-3d22-4eae-a2dd-3da0633d313c>
en
0.903831
Take the 2-minute tour × I'm trying to make a struct that contains another struct with multiple arrays. I need to dynamically allocate those arrays too, so I think I need another pointer still. int arraysize; typedef struct Array{ int *size = arraysize; unsigned int val[*size]; unsigned int x[*size]; unsigned int y[...
http://stackoverflow.com/questions/18992946/how-to-dynamically-allocate-a-struct-containing-multiple-arrays
dclm-gs1-230220000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.957894
<urn:uuid:d253b5f2-e33b-4d77-a26b-4b264319f39c>
en
0.810587
Take the 2-minute tour × I have a text in database which is "computer-hardware". I used that code to split ' string seperated by colons '-' Dim info As String = strcotegory Dim arInfo As String() = New String(3) {} ' define which character is seperating fields ...
http://stackoverflow.com/questions/2035141/string-split-vb-net
dclm-gs1-230230000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.032014
<urn:uuid:28d33f7a-02e5-4859-a81c-768f83e75bdd>
en
0.885794
Take the 2-minute tour × I'm using Aptana3 to deploy my python project to AppEngine. There are some huge design files that I want to keep inside the project but don't want to deploy to app-engine. Is there any configuration in Aptana that I can set and it automatically excludes my design files when deploying to App-en...
http://stackoverflow.com/questions/20646336/aptana-exclude-files-when-deploying-a-project-to-app-engine/20650041
dclm-gs1-230240000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.296607
<urn:uuid:fd6fdc8a-8ac0-42fa-8060-d47bd6b31010>
en
0.87233
Take the 2-minute tour × I need to access the internal binary representation of a loaded XML DOM... There are some dump functions, but I not see something like "binary buffer" (there are only "XML buffers"). My last objective is to compare byte-by-byte, the same document, before and after some black-box procedure, di...
http://stackoverflow.com/questions/24940429/there-are-a-binary-dump-or-get-binary-representation-function-in-libxml2
dclm-gs1-230270000
false
false
{ "keywords": "a sequence" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.06655
<urn:uuid:ea08985a-1849-472e-a5fc-3ac741756d71>
en
0.749188
Take the 2-minute tour × I would like to get a list of Active Directory users along with the security groups they are members of using SQL Server 2005 linked servers. I have the query working to retrieve records but I'm not sure how to access the memberOf attribute (it is a multi-value LDAP attribute). I have this te...
http://stackoverflow.com/questions/2729523/accessing-active-directory-role-membership-through-ldap-using-sql-server-2005
dclm-gs1-230280000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.266159
<urn:uuid:cf3a72d5-31a2-488e-b918-4e6a4cae703c>
en
0.9428
Take the 2-minute tour × I'm in need of some clarification. I've been reading about REST, and building RESTful applications. According to wikipedia, REST itself is defined to be Representational State Transfer. I therefore don't understand all this stateless gobbledeygook that everyone keeps spewing. From wikipedia: ...
http://stackoverflow.com/questions/3105296/if-rest-applications-are-supposed-to-be-stateless-how-do-you-manage-sessions/3106962
dclm-gs1-230300000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.312279
<urn:uuid:2d17c529-521d-48f9-8f3a-26e67f797609>
en
0.802985
Take the 2-minute tour × Is it safe to do this? double darray[10]; vector<float> fvector; fvector.insert(fvector.begin(), darray, darray + 10); // double to float conversion // now work with fvector VS2008 gives me a warning about the double to float conversion. How do I get rid of this warning? I don't think it m...
http://stackoverflow.com/questions/3210781/stdvectorfloat-and-double-how-safe-is-this?answertab=oldest
dclm-gs1-230310000
false
false
{ "keywords": "vector" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.210102
<urn:uuid:73afeb0a-9c0e-4430-976f-ff4ee935aea5>
en
0.882785
Take the 2-minute tour × I'm wondering how to implement immutable data structures in C++ (or C). I'm searching for a book or paper (or a relatively simple and documented implementation) on the subject and I haven't managed to find one for now so I decided to ask for hints. Thanks in advance for your answers. share|im...
http://stackoverflow.com/questions/3926574/searching-for-hints-on-how-to-implement-immutable-data-structures-in-c
dclm-gs1-230350000
false
false
{ "keywords": "vector" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.35861
<urn:uuid:a24411bf-9302-47ec-826e-72b29d3a181a>
en
0.919329
Take the 2-minute tour × See here: http://code.google.com/p/ie7-js/ Does anyone have any experience or remarks about this javascript? Is it worth including? Do you recommend it? share|improve this question I've never used it, but it looks pretty sweet.. thanks for the link. :) –  Alex Fort Dec 31 '08 at 13:59 I am l...
http://stackoverflow.com/questions/403011/how-do-you-feel-about-including-ie7-js-or-ie8-js-in-your-page?answertab=oldest
dclm-gs1-230360000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.974497
<urn:uuid:fa567cbf-3839-40df-aad0-c9029d8f09ca>
en
0.829986
Take the 2-minute tour × I know the html5 audio stuff is all very new, but is there a way to change the left/right balance on a sound? Something like this: var snd = new Audio("test.mp3"); snd.balance = -1; // only left share|improve this question It seemes, that channel balance isn't supported at all in html audio ...
http://stackoverflow.com/questions/5123844/change-left-right-balance-on-playing-audio-in-javascript
dclm-gs1-230390000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.903982
<urn:uuid:558ccd36-523d-4715-8d34-264bee927b81>
en
0.852776
Take the 2-minute tour × Here is my implementation of Problem 25 - Project Euler (see comments in code for explanation of how it works): #include <iostream> //Declare headers and use correct namespace #include <math.h> using namespace std; //Variables for the equation F_n(newTerm) = F_n-1(prevTerm) + Fn_2(currentTe...
http://stackoverflow.com/questions/6645961/how-can-i-make-my-implementation-of-project-euler-25-faster-so-i-can-actually-c
dclm-gs1-230460000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.762543
<urn:uuid:3ad7203f-5c1d-41c3-a20a-c9a9191613a3>
en
0.663992
Take the 2-minute tour × I have a diagonal line and I have also a circles having a 100 meters in distance. The problem is that the circles are not really to the center of the line. I know this is quiet easy but I'm just confused on how to do it.. Could someone help me how to put the circles at the center of the line? ...
http://stackoverflow.com/questions/7720673/how-can-i-put-the-circles-at-the-center-of-the-line/7720781
dclm-gs1-230500000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.877799
<urn:uuid:ed6a3256-3658-4de6-95f1-22af2b09cfe8>
en
0.888623
Take the 2-minute tour × As I iterate through the rows of a mysql table, there are 2 values in each table (x,y) that I need to see what interval those two values fall between. For example if x=-21.1 and y=52.4, x would be in the -30..-20 interval and y would be in the 50..60 interval. So based on these intervals, I ...
http://stackoverflow.com/questions/7811579/incrementing-multidimensional-hashes-in-perl?answertab=oldest
dclm-gs1-230510000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.193035
<urn:uuid:c9c0267c-c063-42d3-a00a-538bdfdda04c>
en
0.912781
Take the 2-minute tour × How can I detect the end of a fling event within a HorizontalScrollView? Using a GestureDetector, I can determine when onFling has started, but I can't figure out how to tell when it has completed. Is there any callback function or similar trick that I'm missing? share|improve this question ...
http://stackoverflow.com/questions/8011693/detect-end-of-fling-in-horizontalscrollview/9658041
dclm-gs1-230520000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.880335
<urn:uuid:f969973d-9a58-4102-909e-d83e6aef4f1a>
en
0.895703
Take the 2-minute tour × Anyone know how to select a certain amount of items in a List to bind to a DataSource? Basically I'm getting back 10 items (which I don't have control over) and I only need to show 5. Originally I was thinking of using a loop and adding 5 items to a new list but that seems like a lot of code. ...
http://stackoverflow.com/questions/8955398/shortest-way-to-bind-a-certain-amout-of-items-from-a-list-to-a-data-source
dclm-gs1-230550000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.543538
<urn:uuid:f4a4203a-08e9-4e33-bb41-6d478674944a>
en
0.650196
Take the 2-minute tour × I'm running into a weird thingy here. I'm trying to add a JLabel inside a JTable cell. Label icon may change based on some criteria. I created a dummy project following specs from here: http://javanepal.wordpress.com/2010/06/30/adding-jlabel-in-jtable/ And it works fine. I changed the TableMo...
http://stackoverflow.com/questions/9027055/weird-behaviour-when-adding-a-jlabel-in-a-jtable-cell
dclm-gs1-230560000
false
true
{ "keywords": "vector, ct value" }
false
null
false
0.144534
<urn:uuid:b4750d9f-987a-4ac7-b6fb-7e14caa0e9ec>
en
0.873425
Take the 2-minute tour × For a function that I am writing, the output is a dataframe. But how do i assign the values that are in one of the columns of my dataframe to objects? For example, if I have 2 vectors that I cbind into a dataframe >numbers<-c(33, 44, 55, 66) >names<-c("A", "B", "C", "D") >MYdataframe<-data.f...
http://stackoverflow.com/questions/9122444/how-to-turn-values-in-dataframe-into-objects?answertab=votes
dclm-gs1-230570000
false
false
{ "keywords": "vector" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.696598
<urn:uuid:484edf41-b0b2-4dfe-bec3-2d5c216178b5>
en
0.856955
Take the 2-minute tour × How can I remove a substring from a string using Perl? For example, $URL contains http://xyz.com/Main#abcd.aspx And I want to check and strip out 'Main#' from $URL Can anyone help me out? Well first I need to check that whether the string Main# exist or not. If it exists, then strip it; othe...
http://stackoverflow.com/questions/993818/how-can-i-remove-part-of-an-url-using-perl
dclm-gs1-230590000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.022325
<urn:uuid:24b3c299-5cec-4b12-8542-10eff28549c7>
en
0.867867
Exaleiphein: Movement II Testo Testo Exaleiphein: Movement II Il ritorno di Madonna: Rebel Heart è il nuovo album Scarica la suoneria di Exaleiphein: Movement II! Guarda il video di "Exaleiphein: Movement II" Sifting through the charred remains of self-fulfillment, fruitless efforts to appease an intangible yearning...
http://www.angolotesti.it/A/testi_canzoni_aletheian_8737/testo_canzone_exaleiphein:_movement_ii_314412.html
dclm-gs1-230750000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.051138
<urn:uuid:4c367945-685f-4a74-a12e-8a9d9e081a7a>
en
0.944252
At least 'nine protesters shot dead' in Yemen Yemeni security forces have opened fire on protesters in the capital, Sanaa, killing at least nine people, witnesses and doctors say. They say about 100 people were also injured in the shooting. It comes a day after the government and opposition agreed to sign a deal soo...
http://www.bbc.co.uk/news/world-middle-east-13222088
dclm-gs1-230780000
false
false
{ "keywords": "immunity" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.046085
<urn:uuid:df6c7de1-ec6c-42d1-857b-44cadf54ad2a>
en
0.901462
PM, 30/12/2008 QR code What is this? This code will link to the page for PM, 30/12/2008 when read using a QR code reader. You may save, print or share the image.
http://www.bbc.co.uk/programmes/b00g4c0v/qrcode
dclm-gs1-230790000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.052073
<urn:uuid:76bae780-1ed6-445d-b071-413f727db3ed>
en
0.903297
MacAulay and Co, 10/01/2013 QR code What is this? This code will link to the page for MacAulay and Co, 10/01/2013 when read using a QR code reader. You may save, print or share the image.
http://www.bbc.co.uk/programmes/b01pdxdm/qrcode
dclm-gs1-230800000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.029327
<urn:uuid:dc0893f8-c1c3-4de8-a1b4-21d24bff72b3>
en
0.944978
The Audi RS 6 is an example of beautiful excess Audi RS cars are powerhouses. They're brutish, powerful, comfortable, and excessive to the fore, so why should the latest RS 6 break tradition? The family estate car (or station wagon) has to be a multi-faceted tool. It has to transport parents to work and social event...
http://www.cnet.com/news/the-audi-rs-6-is-an-example-of-beautiful-excess/
dclm-gs1-231000000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.036654
<urn:uuid:bbcaa587-5140-450b-9dff-f6e99ffd6537>
en
0.972033
2006 FIFA World Cup FIFA refined, but does it manage to play as well as Pro Evo? Those of you who splashed out on the disappointing FIFA 06: Road to FIFA World Cup have been lumped with only half the package. The name on the box should actually have read 'FIFA 06: Road To The Proper World Cup Game We'll Be Releasing ...
http://www.computerandvideogames.com/140788/reviews/2006-fifa-world-cup-review/?cid=OTC-RSS&attr=CVG-General-RSS
dclm-gs1-231020000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.732627
<urn:uuid:744c0c96-3d98-44ef-a4f4-b96004852bbd>
en
0.958258
Comment: My premise is A-OK. (See in situ) My premise is A-OK. I'll say it again: "You own your stuff on your own property, of course." The topic is America. I used Disneyland as I thought you could make the connection. I'll try again. DDucks is managing Disneyland when someone sneaks over the fence. Dducks lets ...
http://www.dailypaul.com/comment/3120972
dclm-gs1-231070000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.102067
<urn:uuid:70342aaa-88f7-483e-b400-e6bd32bb2c74>
en
0.821666
Become a digitalPLUS subscriber. $12 for 12 weeks. Julie Hagerty Julie Hagerty Movie: "Airplane!" and "Airplane II: The Sequel" Role: Elaine Dickinson Flight Plan: She must come to the aid of her ex-boyfriend, traumatized ex-fighter pilot Ted Stryker (Robert Hays), to land a plane when the crew and passengers come do...
http://www.dailypress.com/zap-photo-flightattendants_juliehagerty_pg-photo.html
dclm-gs1-231080000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.364639
<urn:uuid:55b78789-cbae-481e-8257-315d42b4a389>
en
0.951796
  (Source: CleanTechnica) Annual death toll expected to rise Comments     Threshold RE: What are the chances By omnicronx on 6/7/2010 12:11:11 PM , Rating: 3 and I would just like to know.. How many birds do you think die a year as a result of a single high rise building with reflective windows? I bet...
http://www.dailytech.com/article.aspx?newsid=18641&commentid=582019&threshhold=1&red=2137
dclm-gs1-231110000
false
false
{ "keywords": "blast" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.452571
<urn:uuid:00af6e32-bac8-4365-8bef-2d7d3879acab>
en
0.825993
Channels ▼ JVM Languages Functional Programming in Java Source Code Accompanies This Article. Download It Now. November, 2005: Functional Programming in Java Mark is a technical staff member at Los Alamos National Laboratory. He can be contacted at Although Java supports composition of classes and interfaces thro...
http://www.drdobbs.com/jvm/functional-programming-in-java/184406320
dclm-gs1-231200000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.150668
<urn:uuid:e98c2fa7-9f78-4115-ae52-2b00541cc55c>
en
0.97144
Stage effects In Jaffa we talk See article Readers' comments Most Arabs left Jaffa after the city's leaders and those who could afford it had left. Most Arabs left what is now Israel in 1948 mostly at the request of their current hosts whilst they attempted to “push the Jews into the sea”. A former Syrian Prime ...
http://www.economist.com/node/11356824/comments
dclm-gs1-231300000
false
false
{ "keywords": "monkey" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.018164
<urn:uuid:bc7b8aef-27f5-4ca5-8737-f7da9b8c35e6>
en
0.948369
IN 1942 some of the greatest artefacts of the German Baroque were taken from the Green Vault in Dresden, where they had been displayed barring a few interruptions since 1732, to Fortress Königstein 30 kilometres (19 miles) away. Wonderful works in ivory, jewellery, silver and gold thus escaped the Allied bombing of Feb...
http://www.economist.com/node/7905259/print
dclm-gs1-231350000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.021419
<urn:uuid:85005c72-b4dc-4735-b9de-ffd20a8ec95b>
en
0.812501
The topic you selected is no longer available for viewing. TopicCreated ByMsgsLast Post So, how much you guys want to bet that SSB4 is going to be in every top 10 list?Death_Of_Effie712/24 11:05AM Geez do I have to do this every year it's *Christmas*Judgmenl812/24 11:05AM Is that Moses movie any good?davf135612/24 11:...
http://www.gamefaqs.com/boards/3-poll-of-the-day/69344016?page=14
dclm-gs1-231480000
false
false
{ "keywords": "delta" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.019066
<urn:uuid:f1204dce-4785-4aca-bde6-548039fecfaa>
en
0.964407
Question from Insanity244 How do I get the fishing pole? On the game Harvest Moon Island of Happiness, How do you get the fishing pole? Top Voted Answer Cocoa_Canoe answered: Giving Taro grass or turnips is the fastest way to get his hearts up. They need to be at 2 to get the fishing pole. 2 0 doneill10 answered...
http://www.gamefaqs.com/ds/935053-harvest-moon-ds-island-of-happiness/answers/13170-how-do-i-get-the-fishing-pole
dclm-gs1-231500000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.045351
<urn:uuid:6d18af61-37d4-4bd0-8f2a-d25513d8b2ac>
en
0.775937
Goodreads helps you keep track of books you want to read. Start by marking “Your Face Tomorrow, Vol. 3: Poison, Shadow, and Farewell” as Want to Read: Enlarge cover Rate this book Clear rating Open Preview Your Face Tomorrow, Vol. 3: Poison, Shadow, and Farewell (Your Face Tomorrow #3) 4.52 of 5 stars 4.52  ·  rating...
http://www.goodreads.com/book/show/10144353-your-face-tomorrow-vol-3
dclm-gs1-231530000
false
false
{ "keywords": "fasta" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.022059
<urn:uuid:78e2e035-5f98-4761-9116-9b998caa7dee>
en
0.968549
Skip to main content Saturday, June 28, 2014 - 4:03am Tackling Sexual Assault On Campus With Comedy Updated: 6 months ago. "Clearly universities are not making their campuses safe for women," Comedy Central's Jon Stewart noted in a recent segment focusing on rape and sexual assault on campus. There's nothing funny a...
http://www.gpb.org/news/2014/06/28/tackling-sexual-assault-on-campus-with-comedy
dclm-gs1-231550000
false
false
{ "keywords": "survivin" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.019023
<urn:uuid:ca85747c-0f6d-4c0d-9be1-da2df75db6f9>
en
0.966591
Pelvic Congestion Syndrome iVillage Member Registered: 06-26-2010 Pelvic Congestion Syndrome Sat, 06-26-2010 - 3:50pm Is anybody familiar with this condition? I have been suffering from bloating, constipation and lower right quadrant pain for months. I have seen a gynecologist and a gastroenterologist, and have had a...
http://www.ivillage.com/forums/node/2828554?sort_order=ASC
dclm-gs1-231690000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.277537
<urn:uuid:d764bcd2-2e33-4562-9715-dc97a8ea9a28>
en
0.975384
The Nizkor Project: Remembering the Holocaust (Shoah) Shofar FTP Archive File: people/k/klein.fritz/klein-testimony-02 From: (Mike Curtis) Newsgroups: alt.revisionism Subject: Re: Hoess and Extermination Message-ID: <> References: <> X-Newsreader: Forte Agent 1.5/32.451 MIME-Version: 1.0 Content-Transfer-Encoding: 7b...
http://www.nizkor.org/ftp.cgi/people/k/klein.fritz/ftp.cgi?people/k/klein.fritz/klein-testimony-02
dclm-gs1-231940000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.031885
<urn:uuid:28a2cacc-5084-4ac5-8f43-bbd9b6089eb3>
en
0.967188
Mozilla CEO Steps Down Over Donating $1,000 for Prop 8 Brendan Eich mozilla ceo 700x423 Can you imagine if the shoe was on the other foot? Not having it. As Mozilla put it in its pretentious little press release, Mozilla supports equality for all. The Mozilla in question is Mozilla Firefox. You know....
http://www.patheos.com/blogs/publiccatholic/author/rhamilton/page/44/
dclm-gs1-232050000
false
false
{ "keywords": "candida" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.024505
<urn:uuid:ae2bce2e-5e7d-4456-8525-79092e8d716a>
en
0.917445
Sheryl Marks - 1 Records Found in Scottsville, KY People Search results for Sheryl Marks in the PeopleFinders Directory detailed background checks and criminal records checks. Search Again Longville, LA Scottsville, KY Find Sheryl Marks by State Vital records for Sheryl Marks Birth Records: 1 Marriage Records: 0 Dea...
http://www.peoplefinders.com/p/Sheryl+Marks/Scottsville/KY
dclm-gs1-232120000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.063799
<urn:uuid:dbba715b-7805-48c5-a745-2d7b094568f4>
en
0.821465
Beefy Boxes and Bandwidth Generously Provided by pair Networks Think about Loose Coupling Comment on DBM::Deep does the following which is inspired by CGI's self_or_default() sub floober { my $self = shift->_get_self; # Do stuff here with the actual object from tied() as opposed to t +he potentially # blessed item th...
http://www.perlmonks.org/index.pl?parent=539343;node_id=3333
dclm-gs1-232130000
false
false
{ "keywords": "survivin" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.019842
<urn:uuid:f8845dfa-913c-4f4a-8e0d-41de3ec20a3a>
en
0.922368
Statistics for occurrence #1 of “America” in chapter 1 of Lt.-Colonel Arthur J. Fremantle, Three Months in the Southern States: At the outbreak of the America n war, in common with many of my countrymen, I felt very indifferent as to which side might win; but if I had any bias, my sympathies were rather in favor of th...
http://www.perseus.tufts.edu/hopper/entityvote?doc=Perseus:text:2001.05.0017:chapter=1&auth=tgn,7012149&n=1&type=place
dclm-gs1-232140000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.021461
<urn:uuid:af5be6a3-0ef9-4056-84be-863298f5f93b>
en
0.91445
Oppo Find 5 features Android 4.1 Jelly Bean on a 5-inch 1080p display Alex Wagner Editorial Director of News and Content from Omaha, NE Published: December 12, 2012 Oppo Find 5 official The YotaPhone isn't the only new Android handset being announced today by a company that's likely new to many U.S. residents, as Op...
http://www.phonedog.com/2012/12/12/oppo-find-5-features-android-4-1-jelly-bean-on-a-5-inch-1080p-display
dclm-gs1-232150000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.136125
<urn:uuid:111067ee-c28c-4860-8929-16ef0383fdef>
en
0.959153
• Warmer than usual • Think it felt cooler this summer? You're right. • email print • Think it felt cooler this summer? You're right. Think it felt warmer this summer? You're also right. Stockton experienced fewer 100-degree days than normal, for the third year in a row. But average high temperatures, ...
http://www.recordnet.com/apps/pbcs.dll/article?AID=/20120925/A_NEWS/209250305
dclm-gs1-232200000
false
false
{ "keywords": "delta" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.235177
<urn:uuid:3b7e2401-94b5-46dd-b23f-914148122f78>
en
0.953276
Bitches Be Trippin' Yooo, why is your bitch all up in your face about some shit? BBT man. by mjjj897 March 26, 2011 Big Blunt Tuesdays. A tradition coming from my group of friends, only a few easy directions. 1. Grab your friends with bud. 2. Everyone throws down some nugs. 3. Roll a big blunt. 4. ??? 5. Enjoy the res...
http://www.urbandictionary.com/define.php?term=BBTs&page=3
dclm-gs1-232460000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.041486
<urn:uuid:a2690e37-f970-491c-805d-2adc06093351>
en
0.977887
Sacramento high-rise death linked to graffiti Police and fire crews responded after receiving a call at 7:44 a.m. Monday. Rescue personnel were seen rappelling down the side of the building to check on the man, but he was already dead. The body was retrieved shortly after 9 a.m. The coroner's office will conduct...
http://www.utsandiego.com/news/2013/apr/01/sacramento-high-rise-death-linked-to-graffiti/?ap
dclm-gs1-232500000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.217119
<urn:uuid:5e0d913f-bd11-4f14-ac40-a4e3357840c4>
en
0.91041
Hi, I am quite new at the field of semantic web and i need some help in order to conduct my research. I came up with the idea of a tangible interface which would take as an input the physiological sense of the user and recognize the emotion of it and the system can recommended simultaneously a playlist of songs and a c...
http://answers.semanticweb.com/questions/20083/alignment-of-an-emotional-music-and-pictures-ontology
dclm-gs1-232620000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.022395
<urn:uuid:a7e58756-6fce-4e13-9061-c4eefed1acb0>
en
0.982656
c is for cat Rules for Anchorites Letters from Proxima Thule Previous Entry Share Next Entry Nebulas and iPads tech failure Surfacing to say two things, since I need a break. Jack, the Giant Killer. He got his cred the hard way, though, and the crowing didn't start until AFTER the deed was done. Maybe the iPeed...
http://catvalente.livejournal.com/561314.html
dclm-gs1-232700000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.020048
<urn:uuid:ad226d53-a2bd-4535-849e-9c47d541c910>
en
0.951798
HOME > Chowhound > Home Cooking > Speaking of Latkes... Brisket Recipes? • e I don't eat brisket myself, but I volunteered to make the brisket this year. Grandma loves her job as latka guru. Does anyone have any great recipes for brisket? My mom used to cook it, starting by inserting garlic cloves into slits all ...
http://chowhound.chow.com/topics/275130
dclm-gs1-232710000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.336817
<urn:uuid:7d2eae45-f80d-4d67-b705-fad3f9e4d6da>
en
0.928849
From Wikipedia, the free encyclopedia   (Redirected from Casters) Jump to: navigation, search For other uses, see Caster (disambiguation). Two wheeled Casters on a desk chair (no fork) Rigid casters[edit] Swivel casters[edit] A swivel caster. Additionally, a swivel caster typically must include a small amount...
http://en.wikipedia.org/wiki/Casters
dclm-gs1-232830000
false
false
{ "keywords": "assembly" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.041519
<urn:uuid:10361f8a-6071-42b8-9692-7e00e28a51f8>
en
0.939436
Oh, and a woman chained up behind a false wall. Soon the squad is falling apart emotionally and physically as they run in circles attempting to figure out what exactly happened to their predecessors and why the strange woman was imprisoned so harshly. Paranoia, suspicion, and physical ailments tear them down one by...
http://filmschoolrejects.com/reviews/fantastic-review-the-squad.php
dclm-gs1-232910000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.021057
<urn:uuid:f6123ada-26d8-4053-8b43-101a4c268d9f>
en
0.978088
Wallet Containing $2 Million Check Found on Subway An unidentified man who could have proudly responded "yes" to the question "is that a $2 million check in your pocket" is probably very unhappy today after having that check stolen from him on the subway. The wallet, which also contained the man's California driver's...
http://gawker.com/ir-press-inc-at-that-street-address-leads-to-this-web-1404492829/+asslandlord
dclm-gs1-232940000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.038126
<urn:uuid:3f6cc1df-7684-454b-8082-c9285dc61625>
en
0.987678
Cliff Floyd pregame interview Cliff Floyd pregame interview How does it feel today Cliff? CLIFF FLOYD: Pretty good. Going to go out there and try to win a ballgame. When were you told that you were on the roster? CLIFF FLOYD: I actually told them. Does that make sense? Yeah. When did you tell them? CLIFF FLOYD: ...
http://m.mlb.com/news/article/1709123/
dclm-gs1-233060000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.081894
<urn:uuid:36c9c1a9-ffdc-4d4a-b10b-cd0c73109ec8>
en
0.904594
• News Feeds How much should teenagers drink? Children aged under 15 should never be given alcohol, even in small quantities, England's chief medical officer Sir Liam Donaldson is set to say. Reporter Stephen Chittenden speaks to 14 and 15-year-olds in Cambridge about their attitude to alcohol and Sir Liam explains ...
http://news.bbc.co.uk/today/hi/today/newsid_7857000/7857617.stm
dclm-gs1-233150000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.086815
<urn:uuid:a8c9a704-bd19-43e3-b15f-9bdeaf4acb95>
en
0.958294
Wanted- Shimano 7 speed cassette 11/24 ish by Lara Dunn   April 13, 2010   Please, does anyone have a 7 speed Shimano road cassette knocking about in their workshop etc that they might be able to pass on? Ideal ratio would be 11/24 but thereabouts would be fine. I have an ageing road bike that needs a new cassette.
http://road.cc/content/forum/16545-wanted-shimano-7-speed-cassette-1124-ish
dclm-gs1-233230000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.161863
<urn:uuid:81dffa79-4068-48a9-a9c1-171059d9c750>
en
0.965373
Take the 2-minute tour × My company recently implemented a content filtration system (Websense) which ranges anywhere from mildly irritating to enraging depending on what useful website it's blocking and what program I have to configure proxy settings on in order to get my work done. As a developer, I'd definitely sa...
http://serverfault.com/questions/33370/how-to-approach-web-filtration?answertab=votes
dclm-gs1-233280000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.382188
<urn:uuid:7cc7cfc4-ae41-493b-ba35-7c3a621b957f>
en
0.9014
Take the 2-minute tour × I have a project using CoreData. I use Mogenerator to generate the subclasses. When I set the value of a property, this value isn't actually assigned. Each subsequent time I try to set the value, the previous value I set it to was not assigned. This worked fine as my underlying data framewor...
http://stackoverflow.com/questions/21516014/why-is-my-ivar-not-getting-set-on-nsmanagedobject-subclass
dclm-gs1-233340000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.044926
<urn:uuid:89f7646a-53b3-4eab-a2de-6f2f2afbe277>
en
0.799628
Take the 2-minute tour × For some reason the following C# Console program always outputs: What am I doing wrong? using System.Collections.Generic; using System.Linq; using System.Text; using System.Globalization; namespace ConsoleApplication1 class Program static void Main(string[] args) Co...
http://stackoverflow.com/questions/2801509/uint32-tryparse-hex-number-not-working/2801573
dclm-gs1-233360000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.021456
<urn:uuid:cc47c473-d5bd-414e-9b60-529c2b5bcd82>
en
0.935066
Take the 2-minute tour × This is an image of a blackboard: enter image description here I would like to reduce its height while its width, and all its four wooden borders (top, bottom, left, right) should stay unchanged. Could anyone kindly suggest how this can be done in Photoshop/Fireworks? share|improve this qu...
http://superuser.com/questions/172503/vertically-scaling-part-of-an-image-using-photoshop-fireworks?answertab=votes
dclm-gs1-233430000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.196013
<urn:uuid:74becee1-80ff-4f7f-93f7-c70168ebab61>
en
0.914436
Take the 2-minute tour × I need to extract a few field contents from a large XML file. I currently do this though a combination of xmlstarlet and a Python script (using ElementTree). The idea was to trim the XML file from useless data with xmlstarlet and then process the smaller file with Python (using Python directly...
http://superuser.com/questions/543881/efficiently-extracting-a-few-data-from-a-large-xml-file/543903
dclm-gs1-233490000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.110573
<urn:uuid:5bf359ec-6db1-49db-b863-709d2d29d49c>
en
0.966793
Thread: Snubby load? View Single Post Old November 22, 2012, 01:49 PM   #25 Senior Member Join Date: January 2, 2005 Location: Where the deer and the antelope roam. Posts: 1,709 Can you explain that with some basis besides just making a simple meaningless statement? As I mentioned in post #13. I worked LE in the revol...
http://thefiringline.com/forums/showpost.php?p=5296701&postcount=25
dclm-gs1-233510000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.030656
<urn:uuid:e3b7f0be-c142-4c79-b12c-5cf294360248>
en
0.702858
Email updates Open Access Email this article to a friend Acute pulmonary embolism in the era of multi-detector CT: a reality in sub-Saharan Africa Joshua Tambe, Boniface Moifo*, Emmanuel Fongang, Emilienne Guegang and Alain Georges Juimo BMC Medical Imaging 2012, 12:31  doi:10.1186/1471-2342-12-31 Fields marked *...
http://www.biomedcentral.com/1471-2342/12/31/email
dclm-gs1-233610000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.026487
<urn:uuid:a894d636-c96b-40f2-8433-0de5e45cd423>
en
0.985799
UT's Taylor can't outrun his troubles AUSTIN - The man with the crazy athletic ability apparently has even crazier judgment. He can run away and leap over USC defenders, but he can't stay out of a pecan farm in a merged community called Little River Academy. Details from early Sunday morning are pretty sketchy, so i...
http://www.caller.com/sports/columnists/uts-taylor-cant-outrun-his-troubles
dclm-gs1-233660000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.036605
<urn:uuid:71b292d0-bf8a-4806-bd05-2ee77e5a7a49>
en
0.800933
START A PETITION 27,000,000 members: the world's largest community for good ACTION ALERT: Demand Proper Punishment for Woman Who Stalked a Duck to Run It Over With the Car!! Animals  (tags: duck killer, crime, cruelty, ran down duck, animal abuser, punishment ) - 388 days ago - petition Please sign and share this pe...
http://www.care2.com/news/category/animals/ran%20down%20duck
dclm-gs1-233670000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.202215
<urn:uuid:4b8b63bc-2ee3-4dd8-b999-a3d4beb0d7f0>
en
0.982626
Newsletter Link 3 Fans Online One More Chance *Freshman Yr (College)* "Look who coming over here Dani!" Lorane elbowed Danielle as Ree and Tev were walking up to them. "Oh man, but why they walking like that?" Danielle egged on with a silly grin plastered across her face. "Hahaha. They are bonified examples of irrel...
http://www.chrisbrownworld.com/uk/node/911633
dclm-gs1-233700000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.788972
<urn:uuid:a7b45559-e1a2-4de2-adf0-63c7ff46f96f>
en
0.972617
Comment: Wonder how many times they find drugs (See in situ) Wonder how many times they find drugs And yes, all drugs should be legal as it is better for the person to damage themselves on drugs (God forbid) than be damaged by those who hurt her looking for drugs in the name of the public. Apparently hiding drugs i...
http://www.dailypaul.com/comment/3254678
dclm-gs1-233780000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.076625
<urn:uuid:66eb0b79-def6-4a31-940c-f3aba7b8ad37>
en
0.943529
Climate Change and Well-Informed Denial Tue, 2011-05-03 08:52Chris Mooney Chris Mooney's picture Climate Change and Well-Informed Denial Across all these regions, he consistently found the following phenomenon: Democrats and Republicans who claimed to know less about the climate issue were more like one another in...
http://www.desmogblog.com/climate-change-and-well-informed-denial?page=6
dclm-gs1-233790000
false
true
{ "keywords": "spike, mouse" }
false
null
false
0.027684
<urn:uuid:9fc02da6-5315-45e6-913b-2dca0cdabe6a>
en
0.959118
<< Previous - Next >> How do I track what religion a family practiced after leaving the family religion? Question by mamahicks The Martins came over from England w/ the Quaker group who immigrated to Pennsylvania. They then migrated to NC, VA, KY, and then throughout the U.S. in the 20th century. At some point in th...
http://www.familytreecircles.com/how-do-i-track-what-religion-a-family-practiced-after-leaving-the-family-religion-26497.html
dclm-gs1-233820000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.753215
<urn:uuid:c1981881-706e-4ce9-9f87-80af53e7cbe2>
en
0.943516
hide menu User avatar #191 - nucularwar (03/23/2013) [-] Two men, two women, two people of different religious beliefs have the same potential level of emotional maturity. 15 year olds can't be trusted to make good decisions. #321 to #191 - thatguynobodylikes **User deleted account** has deleted their comment [-] #20...
http://www.funnyjunk.com/funny_pictures/4497985/Only+when+it+s+legal/202
dclm-gs1-233860000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.291862
<urn:uuid:5fb30943-6dad-4475-a2ba-b605dc5d850f>
en
0.919541
hide menu Rank #23873 on Comments wottafella Avatar Level 157 Comments: Faptastic Send mail to wottafella Block wottafella Invite wottafella to be your friend flag avatar Last status update: Personal Info Gender: male Steam Profile: wottaella Consoles Owned: 360, PC X-box Gamertag: wottafella Date Signed Up:4/07/20...
http://www.funnyjunk.com/user/wottafella/comments/1
dclm-gs1-233870000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.093338
<urn:uuid:f29c34f0-6a60-4b30-8478-2c52809b6722>
en
0.943291
share games many said were "bad" but were actually "good" #91Bloodmoon77Posted 2/16/2013 6:26:48 PM FF13. It's f****** gorgeous and relatively challenging. #92vigorm0rtisPosted 2/16/2013 6:29:41 PM Pr0t0typeG0d posted... Brutal Legend is amazing, though. I didn't realize people thought it was "bad." Yeah. it sold ...
http://www.gamefaqs.com/boards/927749-xbox-360/65467642?page=9
dclm-gs1-233890000
false
false
{ "keywords": "delta" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.683758
<urn:uuid:4dee72d9-f8cf-47a7-b05b-2a2760ad8893>
en
0.965443
Copper League.... #1NoodlesVr6Posted 10/2/2010 10:55:22 PM Those were the days.... I think at one point it was Copper to Diamond.. Being a Tetris vet, this thread disgusts me. - Killercuts3 Being a circle, your tetriscentric attitude disgusts me. -scrollall #2SinrothPosted 10/2/2010 11:55:50 PM It was never Copper to...
http://www.gamefaqs.com/boards/939643-starcraft-ii-wings-of-liberty/56610456
dclm-gs1-233900000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.039665
<urn:uuid:2d8abe35-af88-48c0-96c8-75ae4be6d0c2>
en
0.977797
INDIO, Calif. - An Indio family is making a plea for help to the community.  The man who shot and killed Isela Duran remains on the run nearly eleven months after her death.  Police responded to a report of gunfire at 9:20 PM on Wednesday July 11, 2012.  They found Duran at the 46700 block of Daisy street.  Paramedics...
http://www.kesq.com/kesq/indio-family-pleads-for-justice/20409030
dclm-gs1-234040000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.650865
<urn:uuid:17c5b5c1-0719-449c-884a-d8e783ac56fa>
en
0.916042
add artist photo Add Explanation Add Meaning Yes! I Am A Long Way From Home lyrics New! Read & write lyrics explanations • Highlight lyrics and explain them to earn Karma points. Mogwai – Yes! I Am A Long Way From Home lyrics 'Cause this music can put a human being in a trance like state and deprive it for the sne...
http://www.lyricsmode.com/lyrics/m/mogwai/yes_i_am_a_long_way_from_home.html
dclm-gs1-234100000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.615772
<urn:uuid:6495bb7f-e067-45e3-8095-80dcee576c77>
en
0.885649
Insert the SIM card 2. Insert a SIM card in the SIM card slot. Make sure the contact area on the card is facing up. Push the card in.sim-installation-2.jpg 3. Close the cover of the SIM card slot. Make sure the cover is properly closed.sim-installation-3.jpg
http://www.microsoft.com/en-gb/mobile/support/product/5230/userguidance/?action=singleTopic&topic=GUID-75FA7DB1-184C-4236-AF1D-6B8EC0A407D5
dclm-gs1-234140000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.045642
<urn:uuid:64c92475-3153-4384-af44-701777a07cb5>
en
0.977426
Birmingham uni - A levels not required (57 Posts) creamteas Fri 08-Mar-13 19:33:04 ILikeBirds Sat 09-Mar-13 13:14:00 I thought this sort of thing has always gone on. I know people who had two E offers to go to Oxbridge (and this was from a state school background). In the current system can you keep an uncondit...
http://www.mumsnet.com/Talk/further_education/1703288-Birmingham-uni-A-levels-not-required?pg=2
dclm-gs1-234170000
false
false
{ "keywords": "candida" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.095861
<urn:uuid:9a11f1e7-b371-44a3-9ece-b945e96be062>
en
0.858176
hide cookie message 5,208 Software Downloads Cyber-D's AntiScreensaver 2.01 Cyber-D's AntiScreensaver is a tool which will stop the screensaver from launching if you've viewing a certain website or running a particular program. You might be tired of the screensaver firing when you're watching a video with VLC Medi...
http://www.pcadvisor.co.uk/downloads/3328458/cyber-ds-antiscreensaver-201/
dclm-gs1-234300000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.172915
<urn:uuid:ce8fc03e-40bd-4a40-bac9-1670255d734c>
en
0.867341
Learn More tsholofelo phakathi who is your mum? who is your dad? where were you born? why are you doing this? why do you take away the people we love so much? why do you leave people as ophans? why do you take away the true leaders? what colour are you? (i think it's black) what poems do you like? (i hope it's deat...
http://www.poemhunter.com/poem/death-892/
dclm-gs1-234320000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.022306
<urn:uuid:5d4452a3-8dc9-4d96-a059-775eec578c60>
en
0.807674
Roger Bewman Rookie (1976 BC / Virothiom) Troops of lunatics in Fortio Urium Sexual molesters hannibals, perverts, psychos, malicious freaks of nature, robber barons, drug cartels makers including me gather to her party The norm of not being romantic the lazy and the loser is the theme for the outfit Count your wo...
http://www.poemhunter.com/poem/troops-of-lunatics-in-fortio-urium/
dclm-gs1-234330000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.01915
<urn:uuid:1e233faf-b3c7-4a25-9a95-cf6726f1384e>
en
0.890445
A double-blind, double-dummy, randomized, prospective pilot study of the partial mu opiate agonist, buprenorphine, for acute detoxification from heroin. Department of Psychiatry and Behavioral Sciences, University of Washington School of Medicine, and Veterans Affairs Puget Sound Healthcare System, 1660 South Columbia...
http://www.researchgate.net/publication/8121911_A_double-blind_double-dummy_randomized_prospective_pilot_study_of_the_partial_mu_opiate_agonist_buprenorphine_for_acute_detoxification_from_heroin
dclm-gs1-234380000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.018227
<urn:uuid:d68d1727-c1dd-4a44-9901-3756886232fd>
en
0.951248
A primer on the new state testing in schools -A A +A By Todd Martin All students in Kentucky are now aligned to take five tests, although not each test each year, that are part of the state accountability tests. Juniors take the ACT college entrance test, sophomores take the PLAN test that measures college-read...
http://www.sentinelnews.com/content/primer-new-state-testing-schools
dclm-gs1-234410000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.030466
<urn:uuid:65ce8b2b-d5b1-4052-9839-c519c6615afb>
en
0.95571
Get the Dirt on The Office Finale! Photo courtesy of Default avatar cat May 5, 2008 10:19PM EDT I liked the office, until they went on the Writer's strike. Now I'm more used to my Thursdays without TV. I don't know where they can go from here on in. Frankly, I'm kind of getting bored. dwight will always do weird t...
http://www.sidereel.com/posts/36869-news-get-the-dirt-on-the-office-finale-
dclm-gs1-234430000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.026706
<urn:uuid:50990f22-b946-45ea-a3fa-a6090b37c48e>
en
0.958164
Garrett Cook Garrett Cook is 27. For now. Who knows what will happen in the future? He lives in the Northwest Suburbs of Illinois with his girlfriend of five years. They hope to own property together someday, so tell everybody you know about this book, even people that you don´t think will like it very much. He is a ...
http://www.smashwords.com/profile/view/garrettcook
dclm-gs1-234460000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.019141
<urn:uuid:22c11de3-b50f-48ac-b4b1-dd98dfdf7d12>
en
0.961466
White, Black or Blue? I must lock in my final decision tomorrow. Help me with the color choice. You are going to basically get all types of opinions on colors... go with your gut. That being said, Black is quite classy when clean and polished (nose cone and pano roof match as well). This coming for a Black/Black Leat...
http://www.teslamotors.com/nl_NL/forum/forums/white-black-or-blue
dclm-gs1-234520000
false
false
{ "keywords": "monkey" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.030229
<urn:uuid:c754eeb4-726c-426b-8c36-9b04514cee30>
en
0.915173
1 definition by iamthemotherfuckinggregjenning When you are at a public place just drinking a smoothie, then you get an erection, and unzip your pants and stick it the nearest person or animals mouth. They will be getting vitamins and nutrients while you get blown Created by Alex, Thomas, Miller, and Nick I like to Y...
http://www.urbandictionary.com/author.php?author=iamthemotherfuckinggregjenning
dclm-gs1-234660000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.019715
<urn:uuid:fb560bf9-8399-4b87-afb6-f5155a818cb4>
en
0.95754
Haggis stroking is a sexual term for a man and a woman to be having sex in the doggy style when the man then inserts his hand into the womans anus and wraps his hand around his dick which is inside the womans vagina. He then masturbates while still engaging in intercourse with the woman until he/they come. Man, I was h...
http://www.urbandictionary.com/define.php?term=Haggis%20stroking
dclm-gs1-234680000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.020017
<urn:uuid:986ba860-16d6-4199-b2c8-0e6215c532f7>
en
0.966022
PRONOIA Is the Antidote for Paranoia: How the Whole World Is Conspiring to Shower You with Blessings by Rob Brezsny Check out Rob's band World Entertainment War. You can contact Rob at beautyandtruth@freewillastrology.com. LEO (July 23–Aug. 22): "Dear Rob: I have to say that you unfailingly tune in to my...
http://www.villagevoice.com/2006-04-04/columns/horoscope/full/
dclm-gs1-234690000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.020653
<urn:uuid:8cc9134c-5c29-4075-96de-fd7da4a682c4>
en
0.95321
- The Washington Times - Tuesday, January 4, 2011 A court hearing challenging Canada’s anti-polygamy law on religious freedom grounds resumes Wednesday in British Columbia and will eventually include testimony from men and women who are living in multiple-partner marriages. The hearing will not immediately change the...
http://www.washingtontimes.com/news/2011/jan/4/anti-polygamy-law-challenged-in-canada-court/
dclm-gs1-234710000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.026815
<urn:uuid:a3341fb5-f256-44e7-b0f2-b9bfe573b868>
en
0.958428
About your Search KDTV (Univision) 1 KRON (MyNetworkTV) 1 English 18 it the hard way and get beaten when president obama takes this case to the public. >> i was thinking of getting you to do the lottery for me because you called this right. professor peterson, after tasting disastrous election defeat, some conservativ...
http://archive.org/details/tv?q=obama&time=20121119&fq=topic:%22chicago%22
dclm-gs1-234780000
false
true
{ "keywords": "bacteria, candida" }
false
null
false
0.074866
<urn:uuid:bd321339-ba2c-4ff8-9084-2046bdeb5bd6>
en
0.894118
(Page 8 of 8) What A Dish June 22, 2008 1/4 cup heavy cream 1/2 pound unsalted butter, chilled Lemon wedges, capers, parsley 1. Combine breading ingredients in pie plate or shallow dish. 2. In a bowl, toss together all tomato relish ingredients; set aside. 3. Make lemon butter sauce: Combine all sauce ingredi...
http://articles.chicagotribune.com/2008-06-22/features/0806180145_1_ripe-figs-dish-puree/8
dclm-gs1-234800000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.034464
<urn:uuid:ac4161f8-2600-4b12-80bc-bb1e70a5acc1>
en
0.971048
HOME > Chowhound > Los Angeles Area > • 5 New Moon Restaurant 2138 Verdugo Blvd Montrose, CA 91020 1. Click to Upload a photo (10 MB limit) 1. Nice review. One thing you missed out on is their Chinese Chicken Salad. New Moon makes THE BEST. Word is that they are the ones who invented this (alt...
http://chowhound.chow.com/topics/351265
dclm-gs1-234840000
false
false
{ "keywords": "el tor" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.2345
<urn:uuid:c5bcd2b9-20fc-49dc-983f-fbad73f15ac3>
en
0.979477
Which of Monday's calls was worse? February 13th, 2008 The foul call itself: Edge Villanova You can essentially say this about the two plays: one was a foul, the other was questionable at best. To call a touch foul eighty feet away from the basket with :00.1 seconds left is absolutely ridiculous. Watching the play,...
http://collegehoopsnet.com/blog_entry/which_mondays_calls_was_worse_you_have_break_it_down_figure_it_out41791
dclm-gs1-234870000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.046994
<urn:uuid:9ac77223-68e2-4ebb-8170-d9d2aa7ed18d>
en
0.971618
Return to Transcripts main page German High Court Rules Greek Bailout Legal; Italy's Parliament Votes to Enact Austerity Measures Aired September 7, 2011 - 14:00   ET RICHARD QUEST, CNN ANCHOR, QUEST MEANS BUSINESS: It's a huge leap forward. Germany rejects a challenge to bailouts. The net effect of a falling sha...
http://edition.cnn.com/TRANSCRIPTS/1109/07/qmb.01.html
dclm-gs1-234900000
false
true
{ "keywords": "multiple myeloma, blast" }
false
null
false
0.026468
<urn:uuid:3454be00-5dcf-48e3-a3b7-bc61cfc37aba>
en
0.938049
Great Chicago Fire From Wikipedia, the free encyclopedia   (Redirected from Great Chicago fire) Jump to: navigation, search Artist's rendering of the fire, by John R. Chapin, originally printed in Harper's Weekly; the view faces northeast across the Randolph Street Bridge. The Great Chicago Fire was a conflagration t...
http://en.wikipedia.org/wiki/Great_Chicago_fire
dclm-gs1-234910000
false
false
{ "keywords": "survivin" }
false
{ "score": 0, "triggered_passage": -1 }
false
0.346129
<urn:uuid:ca9b8d9d-9b0e-469f-be5d-0b46c0bffe9c>
en
0.944954
Take the 2-minute tour × In multiplayer, when you reach SR-130, can you change the specialization name displayed below your Spartan? For example, if you choose Stalker as your last specialization, will it be set to "Stalker" forever or can you freely switch it to another specialization name? share|improve this questi...
http://gaming.stackexchange.com/questions/104064/specialization-name/104077
dclm-gs1-234960000
false
false
{ "keywords": "" }
false
{ "score": 0, "triggered_passage": -1 }
false