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.306023 | <urn:uuid:30256f11-1a2a-4bcd-a851-b4e896851a50> | en | 0.796033 | Take the 2-minute tour ×
There is a good article that explains how to access the Azure cache from a node.js web role (via the memcache shim):
But how can I set up the memcache shim for a node.js worker role?
share|improve this question
add comment
1 Answer
up vote 0 down vote accepted
I found that I can access t... | http://stackoverflow.com/questions/14307472/azure-memcache-shim-for-node-js-worker-role | dclm-gs1-044910000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.073796 | <urn:uuid:4f026983-71e8-4948-840f-1bfe9f1e2b13> | en | 0.878902 | Take the 2-minute tour ×
Algorithm to clone a tree is quite easy, we can do pre-order traversal for that. Is there an efficient algorithm to clone a graph?
I tried a similar approach, and concluded we need to maintain a hash-map of nodes already added in the new graph, else there will be duplication of nodes, since o... | http://stackoverflow.com/questions/14536702/algorithm-to-clone-a-graph | dclm-gs1-044930000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.638932 | <urn:uuid:afb579e8-069f-41c8-80a1-946ce66e66bf> | en | 0.860524 | Take the 2-minute tour ×
I'm looking into chaining promises to populate my scope, and then having the scope automatically update the dom.
I'm running into problems with this though.. If I call "then" on an already resolved promise, it creates a new promise (that will call the success function asynchronously but almos... | http://stackoverflow.com/questions/14657680/angular-js-chaining-promises-and-the-digest-cycle?answertab=votes | dclm-gs1-044950000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.353482 | <urn:uuid:003818d9-ff90-4ae6-b7b4-4476a2508410> | en | 0.921419 | Take the 2-minute tour ×
I'm trying to find out whether I should be using business critical logic in a trigger or constraint inside of my database.
So far I've added logic in triggers as it gives me the control over what happens next and means I can provide custom user messages instead of an error that will probably c... | http://stackoverflow.com/questions/148129/performance-considerations-for-triggers-vs-constraints/285721 | dclm-gs1-044960000 | false | false | {
"keywords": "a sequence"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.989805 | <urn:uuid:9d34b3f9-6704-43bc-a392-c2c47f8d7234> | en | 0.836743 | Take the 2-minute tour ×
Assume that I have an Ecore-model containing a package and some classes that make reference to each other. If i create a "Dynamic Instance", Eclipse produces an XMI-file and I can instantiate some classes. Containment-relations are directly serialized to an XML-tree in the XMI (the children el... | http://stackoverflow.com/questions/1491602/what-query-path-language-is-used-for-references-in-ecore-derived-xmi-instances | dclm-gs1-044970000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.019951 | <urn:uuid:d4d6a6bc-20f7-4aa1-bf03-714970cb6910> | en | 0.91183 | Take the 2-minute tour ×
I am trying to use NAudio to create a multiple sound output application. We have 8 USB sound cards installed. NAudio lets me use all 8 but I can't figure out a pattern for determining which device index is which card.
The cards will be hooked up to different hardware so it is important to mak... | http://stackoverflow.com/questions/1505522/what-determines-the-order-for-sound-devices-in-windows-when-using-winmm-dll?answertab=oldest | dclm-gs1-044980000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.940525 | <urn:uuid:d60051a8-41cc-4cd2-9146-fc53545a0cb1> | en | 0.845573 | Take the 2-minute tour ×
so i have this piece of code:
render :json => { :objects => @object.object_children }
This works. But What I only want are certain attributes only. I saw this: filter json render in rails 3 and in it is this:
respond_to do |format|
format.json { render json: @objects.object_children, :only... | http://stackoverflow.com/questions/15289047/filtering-the-json-render-in-rails-3/15289574 | dclm-gs1-044990000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.532366 | <urn:uuid:3ef8cf36-ffa7-4552-877e-e6032a03531c> | en | 0.712145 | Take the 2-minute tour ×
I have attempted implementing search in Telescope using pure javascript, since it looks like FTS is a while off for Meteor to implement and I couldn't get 2.4 playing nicely with Meteor yet.
I'm using the existing pagination model that is already implemented in Telescope to display the Top/Ne... | http://stackoverflow.com/questions/15878611/how-to-implement-full-text-search-in-meteor-telescope | dclm-gs1-045010000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.228537 | <urn:uuid:2f582053-c6a5-4a4e-827f-bbc1e6c5a755> | en | 0.907814 | Take the 2-minute tour ×
I would like to hide any text matching a pattern from any HTML page, before it is displayed.
I tried something like that with Greasemonkey :
var html = document.body.innerHTML;
html = html.replace( /some pattern/g, '???' );
document.body.innerHTML = html;
The text I want to hide is correctl... | http://stackoverflow.com/questions/1625361/replace-some-text-from-any-html-page-before-it-is-displayed | dclm-gs1-045020000 | false | false | {
"keywords": "monkey"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.962347 | <urn:uuid:c8b41d0d-bf27-45ef-b27c-391517ccc4d4> | en | 0.848491 | Take the 2-minute tour ×
I'm programming in Python and I'm obtaining information from a web page through the urllib2 library. The problem is that that page can provide me with non-ASCII characters, like 'ñ', 'á', etc. In the very moment urllib2 gets this character, it provokes an exception, like this:
File "c:\Python... | http://stackoverflow.com/questions/1644640/how-to-handle-unicode-non-ascii-characters-in-python | dclm-gs1-045030000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.136697 | <urn:uuid:191b3b58-3248-4436-ade7-43d0a57d208e> | en | 0.727897 | Take the 2-minute tour ×
I've in my logback.xml configuration file this appender:
<appender name="FILE"
<encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
<Pattern>%d{dd MMM yyyy;HH:mm:ss} %-5level %logger{36} - %msg%n
<rollingPolicy class="ch.qos.logback.core.rolling.FixedWindowRolli... | http://stackoverflow.com/questions/16480052/is-there-a-way-in-logback-xml-to-specify-file-log-destination-through-classpath/16514059 | dclm-gs1-045040000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.246371 | <urn:uuid:fde92abb-7c2d-406a-a963-246524950fd9> | en | 0.748799 | Take the 2-minute tour ×
Short version: How do I incorporate Hibernate into an application without using an IDE or build tool (without Eclipse or Maven for example)?
Long version:
Let's imagine for a moment I live in a country where Eclipse and Maven (and their ilk) are illegal. The government has decreed we all wri... | http://stackoverflow.com/questions/16721211/installing-hibernate-by-hand-without-eclipse-or-maven-or-any-ide-or-build-tool | dclm-gs1-045050000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.765346 | <urn:uuid:6aff5bb7-5688-4aea-a4da-49a9e9748956> | en | 0.774227 | Take the 2-minute tour ×
I know how to write this using Nunit,
Assert.That(exception, Is.InstanceOfType(typeof(TypeNotRegisteredException)));
How can I write the same thing using in Xunit, as Xunit does not have Assert.That.
share|improve this question
add comment
2 Answers
up vote 2 down vote accepted
You might... | http://stackoverflow.com/questions/16909998/what-would-be-an-equivalent-of-nunits-assert-that-in-xunit | dclm-gs1-045060000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.450616 | <urn:uuid:08093a5e-f394-42b8-aff3-3a09029a51d6> | en | 0.661489 | Take the 2-minute tour ×
I have created a shopping cart price rule programmatically. The rule seems to have been created and works fine. But sometimes on opening the frontend section or page which contains this code for creating the rule, I get the error --- Invalid method Mage_SalesRule_Model_Rule::applyAll(Array ( )... | http://stackoverflow.com/questions/17168498/shopping-cart-price-rule-function-error | dclm-gs1-045070000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.054568 | <urn:uuid:4d46d7bf-7b09-420f-a701-161feb4bd3ac> | en | 0.925778 | Take the 2-minute tour ×
I'd like to open all the similarly tagged bookmarks in Firefox at once.
Example use case: I have a few sites with regex tools bookmarked and when I need to write a regex, I usually open each one before I start working. Each of these sites is a Firefox bookmark and is tagged "regex". I would l... | http://stackoverflow.com/questions/17746500/opening-all-bookmarks-with-a-given-tag-at-once-in-firefox?answertab=oldest | dclm-gs1-045080000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.09761 | <urn:uuid:22dd92a1-e2a5-4fa3-a650-0913d642d8ce> | en | 0.904402 | Take the 2-minute tour ×
Is there any enterprise distribution program for blackberry applications?
Is there any method similar to Apple's enterprise distribution of iphone applications?
While going through their documentation, they are talking about using a deployment server and distributing apps with it.
Note: for... | http://stackoverflow.com/questions/17995978/enterprise-distribution-of-blackberry-application | dclm-gs1-045090000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.32193 | <urn:uuid:a218d24c-af29-4aca-85b2-5d34273d30c6> | en | 0.851736 | Take the 2-minute tour ×
I was after creating a destination folder to allow Vagrant go ahead with the synced_folder configuration, so I created my bash script and tested it outside the environment. This is working fine, so I decided to move it as an inline script just to make my Vagrant file easy to read.
However, I ... | http://stackoverflow.com/questions/20814330/inline-script-doesnt-work-even-with-the-supplied-script-on-the-doc | dclm-gs1-045140000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.083859 | <urn:uuid:0bbbefdf-b47d-4776-9681-f63afccb27e5> | en | 0.895343 | Take the 2-minute tour ×
I am trying to store callbacks in a dictionary.
• I can't use blocks as the iPhone doesn't support this (unless you use plblocks).
• I tried using functions, but apparently NSMutableDictionary doesn't allow these pointers (wants an id)
• I tried using class methods, but I couldn't find ... | http://stackoverflow.com/questions/2098357/storing-callbacks-in-a-dictionary-objective-c-for-the-iphone?answertab=oldest | dclm-gs1-045150000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.023458 | <urn:uuid:3c1ad4c9-6b5a-4ddd-8e01-a6af281f998f> | en | 0.925221 | Take the 2-minute tour ×
OK, I'm an Eclipse noob, just working through the first couple of Plug-In creation tutorials and I have this really annoying problem: I can't figure out how to stop Eclipse from always building all projects when I only want to run one of them.
Let me elaborate: I have project A (Java), B (Jav... | http://stackoverflow.com/questions/2167449/eclipse-always-runs-all-projects-how-can-i-only-run-one | dclm-gs1-045160000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.505301 | <urn:uuid:63113b56-2eb6-421f-85f9-4ff7776d780e> | en | 0.836254 | Take the 2-minute tour ×
Recently programming in PHP, I thought I had a working Perl regular expression but when I checked it against what I wanted, it didn't work.
What is the right expression to check if something is a MD5 has (32 digit hexadecimal of a-z and 0-9).
Currently, I have /^[a-z0-9]{32}$/i
share|improv... | http://stackoverflow.com/questions/2285793/perl-regular-expressions-to-match-a-md5-hash/2285871 | dclm-gs1-045170000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.07164 | <urn:uuid:cafe7541-6f52-4e31-bb90-3ad753085e53> | en | 0.904582 | Take the 2-minute tour ×
I would like my app to connect to an https site, without user input required. So, I would like to send the app a certificate that the app will install in the keychain, and allow it to connect to the https site without the user getting involved.
How can I do this?
share|improve this question... | http://stackoverflow.com/questions/2313349/can-an-iphone-app-transparently-connect-to-an-https-site-using-a-der-certificat | dclm-gs1-045180000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.968566 | <urn:uuid:666824d9-eab3-429a-9255-05eb3afff6a2> | en | 0.689476 | Take the 2-minute tour ×
What the API uses for work with plug devices, something like this app: square iphone scanner ?CocoaTouch, some from Foundation?
share|improve this question
add comment
3 Answers
up vote 3 down vote accepted
Square works through the headphone jack, so it doesn't use the External Accessory f... | http://stackoverflow.com/questions/2574994/api-for-plug-device-on-iphone | dclm-gs1-045190000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.419309 | <urn:uuid:1efe05a0-7295-441d-b906-621812895f68> | en | 0.779029 | Take the 2-minute tour ×
I created an instance of a custom class RestaurantList to hold my data (a list of restaurant data received from a web service as json data).
How can I save it in onSaveInstanceState?
share|improve this question
add comment
3 Answers
up vote 13 down vote accepted
Custom objects can be save... | http://stackoverflow.com/questions/3172333/how-to-save-an-instance-of-a-custom-class-in-onsaveinstancestate | dclm-gs1-045220000 | false | false | {
"keywords": "cel i"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.068322 | <urn:uuid:5af1ba1f-5fd3-4bd2-b17a-3772496952ad> | en | 0.903492 | Take the 2-minute tour ×
anyone can decrypt below error and explain what cause this error?
share|improve this question
add comment
1 Answer
up vote 1 down vote accepted
your Home page implementation is recursively throwing a RedirectException.
Open your Home class and figure out why you are causing redirection t... | http://stackoverflow.com/questions/4448539/tapestry4-forward-error?answertab=oldest | dclm-gs1-045310000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.038091 | <urn:uuid:a6463b72-1759-4d17-941f-c42a4b21c2d3> | en | 0.825731 | Take the 2-minute tour ×
How to create a drag and drop canvas in HTML 5 ? (something inside the canvas) and how to capture the dropped location ?
share|improve this question
do you want to drag and drop the canvas element itself or something inside the canvas? – clamp Dec 17 '10 at 8:59
something inside the canvas –... | http://stackoverflow.com/questions/4468940/drag-and-drop-canvas-in-html5?answertab=active | dclm-gs1-045320000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.969751 | <urn:uuid:8d1647a2-475a-420d-8821-bb54c9312ae1> | en | 0.817172 | Take the 2-minute tour ×
I recently started working with jQuery and was wondering how I would iterate through a collection (an array or list of items) of items and sum their contents.
Does jQuery have something like a for-loop like many other languages do?
Would there be an easy way to implement this - if this isn't... | http://stackoverflow.com/questions/4609160/what-is-the-equivalent-of-a-for-each-loop-in-jquery | dclm-gs1-045330000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.994067 | <urn:uuid:50c1d203-eb7f-4b16-90ac-1f15b57fffd7> | en | 0.8713 | Take the 2-minute tour ×
I have been trying all weekend to find a way to get my program to answer a question using a sting with a scanner class. For example I need to get my program to answer a question like
Who is on the 5 dollar bill?
Input would be Lincoln and other inputs would be invalid the question will have ... | http://stackoverflow.com/questions/4986353/how-to-answer-a-question-with-a-string-using-the-scanner-class-using-java/4986394 | dclm-gs1-045350000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.126471 | <urn:uuid:18115d22-79c8-4aff-a57a-100cf7b48e81> | en | 0.871214 | Take the 2-minute tour ×
I am trying to add objects to a persistent store in Core Data.
When the user taps the save button I initialize a new object which is a subclass of the NSManagedObject class and in the data model.
Profile *newProfile = [[Profile alloc] initWithEntity:[NSEntityDescription entityForName:@"Profil... | http://stackoverflow.com/questions/5007446/managed-object-saves-with-old-data?answertab=oldest | dclm-gs1-045360000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.742597 | <urn:uuid:847edd6f-673a-4710-8b3e-df60c1ccb512> | en | 0.817069 | Take the 2-minute tour ×
Can someone provide answer to this situation?? Suppose I have 2 tables:
Table Books with values Batch_no and Title
Batch_no - Title
1 - A
2 - B
Table Book_Authors with values Batch_no and Author_no
Batch_no - Author_no
1 - 1
1 - 2
1 - 3
2 - 1
How should I merge the values into 1 row whic... | http://stackoverflow.com/questions/5124831/how-to-return-1-single-row-data-from-2-different-tables-with-dynamic-contents-in | dclm-gs1-045370000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.124237 | <urn:uuid:9bd1a669-bcc3-46e7-a0d3-b28d5761a394> | en | 0.816378 | Take the 2-minute tour ×
i am working in android frameworks.i want to add an item to the existing settings in the android OS.can u plz tell me how to do this?
share|improve this question
add comment
1 Answer
up vote 0 down vote accepted
First read about PreferenceActivity. These group of classes handle user prefs.... | http://stackoverflow.com/questions/5259637/add-item-to-the-settings-in-android-framework?answertab=active | dclm-gs1-045390000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.104645 | <urn:uuid:6678f7de-ef1e-4a7a-aac6-7c61e4c56336> | en | 0.852102 | Take the 2-minute tour ×
I just installed Casandra on my windows machine. When I run cassandra.bat everything seems to be ok - no errors, just some debug statement.
I then launch the client - cassandra-cli.bat, and no matter whet I type in at the command prompt (other that ?) I get back a ... with a tab and a bilking... | http://stackoverflow.com/questions/5413509/cassandra-on-windows-trouble-running-commads | dclm-gs1-045410000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.066759 | <urn:uuid:4adea9b7-1f37-4291-9969-abc7dc261d9c> | en | 0.796735 | Take the 2-minute tour ×
I am new to WPF and I am creating an application which uses the TabControl. I am using a DataTemplateSelector and my datasource is an object I created from XML which have the properties "type" and "categoryID". I select my data template based on the "type" which works fine but I also need to c... | http://stackoverflow.com/questions/5539255/dynamic-tabitems-c-sharp-wpf | dclm-gs1-045430000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.053277 | <urn:uuid:adbde777-3391-4e29-9fa3-c2667abfb97a> | en | 0.683709 | Take the 2-minute tour ×
While Uploading an Excel File i need to check any data present in first sheet say sheet1. im reading the file using oledbreader and converting to datatable. here im checking values is there in datatable if it is empty, therfore it is assumped that excel sheet has no vlaues.
This is the code i... | http://stackoverflow.com/questions/5817339/reading-excel-files-using-oledbreader/5817838 | dclm-gs1-045460000 | false | false | {
"keywords": "t cell"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.551264 | <urn:uuid:cdb5a603-b635-41c9-b27f-645a4da5b085> | en | 0.906357 | Take the 2-minute tour ×
I'm a mac user giving vim a serious try. Most of the GUI editors I'm used to allow me to open a directory as a "project" by executing a command like:
edit ~/www/example.com/
The vim equivalent vim ~/www/example.com/ will show me a list of files in the directory, and I can open them. But it d... | http://stackoverflow.com/questions/5930636/opening-a-directory-in-vim/5930676 | dclm-gs1-045470000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.926912 | <urn:uuid:58e8c1e8-d14d-4478-bc02-ea4602239f8e> | en | 0.776611 | Take the 2-minute tour ×
In my web application, I need to be able to allow users to upload and download their images. How can this be don in ASP.net?
I want to user to be able to sign in (I already have that done) and be able to upload images to their account. Later on, I want them to be able to download them.
shar... | http://stackoverflow.com/questions/622537/download-and-upload-images-with-asp-net | dclm-gs1-045480000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.065985 | <urn:uuid:2b8c7848-5e76-4745-9f50-39f5fa80a8dd> | en | 0.849884 | Take the 2-minute tour ×
I'm building an application to record when my cat has an asthma attack. I'm not interested in the exact time since glancing at the time in interval of 15 minutes is easier to review (e.g. rounding 9:38am should be recorded as 9:45am).
I looked for a UDF at cflib.org for this but couldn't find... | http://stackoverflow.com/questions/6360889/how-to-round-the-minute-of-a-timestamp-to-increments-of-15/6361226 | dclm-gs1-045490000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.304715 | <urn:uuid:5eb9df33-e439-4e5b-92d9-678b03485fd5> | en | 0.917578 | Take the 2-minute tour ×
I want to make a line chart that updates every couple of seconds and doesn't need the page to be refreshed(it would get the info from a separate file that updates on a server), is their any JavaScript libs(other than JQuery) that will make this is easy? could anyone show mean example on a webp... | http://stackoverflow.com/questions/6502827/real-time-data-graphing-on-a-line-chart-with-html5?answertab=oldest | dclm-gs1-045500000 | false | false | {
"keywords": "vector"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.041975 | <urn:uuid:e55ade59-5c77-4f8e-aec3-a0925acfa7f1> | en | 0.930943 | Take the 2-minute tour ×
How can I make Lion's new Java installer prompt launch when my application is opened?
Example: http://kb2.adobe.com/cps/909/cpsid_90908.html
eclipse appears to do it but NetBeans does not.
share|improve this question
I remember there was a JARBundler application (or something similarly name... | http://stackoverflow.com/questions/6778146/how-to-launch-the-to-open-java-preferences-you-need-a-java-runtime-would-yo | dclm-gs1-045530000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.035116 | <urn:uuid:6f36ceaa-3b80-4fa4-b397-b9a6e672b8a1> | en | 0.838887 | Take the 2-minute tour ×
I have a sunspot/solr setup for fulltext searching model attributes. My QA just searched on " and +, both of which caused a 500 error:
Solr Response: orgapachelucenequeryParserParseException_Cannot_parse__Encountered_EOF_at_line_1_column_0_Was_expecting_one_of_____NOT_________________________... | http://stackoverflow.com/questions/7069851/how-do-i-escape-illegal-characters-in-a-sunspot-solr-fulltext-search/7072014 | dclm-gs1-045540000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.35193 | <urn:uuid:6743f0a2-4d18-4f1f-a337-1f1d54b46d64> | en | 0.940382 | Take the 2-minute tour ×
When I use the Facebook Graph API to post to a wall as that wall (using the page access token generated from a user with the appropriate permissions), the request always returns the same ID (so it successfully posts, but I'm not getting a unique ID--it's the same every time). As such, I can't ... | http://stackoverflow.com/questions/7169080/facebook-graph-api-post-to-page-returns-duplicate-id?answertab=votes | dclm-gs1-045550000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.453846 | <urn:uuid:a31bb895-03b4-4989-b2e6-69f0d5a2a3db> | en | 0.945075 | Take the 2-minute tour ×
This is really a bioinformatics question, but I'll make it as general as I can. Here's the semi-hypothetical situation:
Let's say I have access to a cluster or even a cloud. I want to run some very specific programs on this cluster/cloud (genomic/transcriptomic assembly programs to be exact).... | http://stackoverflow.com/questions/7194477/large-ram-requirements-and-clusters-clouds/7549298 | dclm-gs1-045560000 | false | true | {
"keywords": "assembly, bioinformatics"
} | false | null | false |
0.078021 | <urn:uuid:cf14fb71-7a26-4512-b9e0-49560135de2f> | en | 0.842723 | Take the 2-minute tour ×
I have two labels within a li amd i want to style second label, is there a way to target the second label. It has to work on IE7
I wrote like this
<label for="asi plan status">A&SI Accountable VP:</label>
<label>Tye Schriever</label>
ul li label label{color:red}
A... | http://stackoverflow.com/questions/7442629/css-child-selectors?answertab=active | dclm-gs1-045590000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.210385 | <urn:uuid:03e693e2-adfe-4b0a-9c2a-964fceea2f81> | en | 0.941054 | Take the 2-minute tour ×
I created a small test Mac app using the Core Data template (on Lion 10.7 and Xcode 4). I used the example on this site, http://www.swampfoetus.net/chapter-7-fail/, to hook up all the Cocoa Bindings with a tableview, an NSArrayController, a text box and an Add button. The NSArrayController is ... | http://stackoverflow.com/questions/7468511/core-data-template-data-not-persisted-between-runs | dclm-gs1-045600000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.273167 | <urn:uuid:9ace342b-8c1b-47d7-bb2c-d7d83214e5cf> | en | 0.835915 | Take the 2-minute tour ×
Internal error 500 is such a general error and nothing shows up in the logs under /wordpress/error_log. Is there a way to get a stack trace of where the crash is occurring? In ASP.NET it is so easy because a stack trace, code snippet, and line number all show up in the error page. Any help wou... | http://stackoverflow.com/questions/7576759/how-to-trace-what-is-causing-wordpress-error-500 | dclm-gs1-045610000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.024333 | <urn:uuid:c9a0578c-21aa-4447-889a-271a68fc08fb> | en | 0.929009 | Take the 2-minute tour ×
I have finished my premium project finally, but it still needs last enhancements, I want to sell it and give premium keys so only the key holders can run the version.
I have already made a basic system for such thing; http://brutallyviralwpplugin.com/check/form.html
but I am sure the code ca... | http://stackoverflow.com/questions/7608152/secure-premium-php-script-activation | dclm-gs1-045620000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.040517 | <urn:uuid:1921ec66-c6de-4244-903f-0970f1920a2e> | en | 0.806026 | Take the 2-minute tour ×
my following query needs more then two minutes and i don't which index is the best to improve the performance:
FROM forwarding
WHERE fDate BETWEEN '2011-06-01' AND '2011-06-30'
GROUP BY shop;
The EXPLAIN result:
id select_type table type possible_keys ... | http://stackoverflow.com/questions/7847601/mysql-query-performance-index | dclm-gs1-045630000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.022499 | <urn:uuid:f1d6be05-369f-4921-837c-596950a89745> | en | 0.920556 | Take the 2-minute tour ×
I was wondering if there was a simple way to convert an array like this, which is passed from my form
[Uk3] => Array
[code] => BOARD
Info an array that can be used in a find, like this
[Uk3.code] => BOARD
Of course I wrote a loop to do it, but I would think the... | http://stackoverflow.com/questions/7997542/cakephp-how-to-create-find-conditions-from-multi-level-array | dclm-gs1-045670000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.047413 | <urn:uuid:f848dad8-e959-4ff7-a827-b02c76388d7b> | en | 0.762563 | Take the 2-minute tour ×
I find myself needing to put guards like this:
if hash[:foo] && hash[:foo][:bar] && hash[:foo][:bar][:baz]
puts hash[:foo][:bar][:baz]
I'd like to shorten this in some way; I know I can wrap in a begin/rescue block but that seems worse. Maybe something like: ruby Hash include another ha... | http://stackoverflow.com/questions/8125227/ruby-hash-sub-hash-existance-check | dclm-gs1-045680000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.1025 | <urn:uuid:23c128ac-12ce-4274-8731-c44fbea43a04> | en | 0.86914 | Take the 2-minute tour ×
I have a class extended from CCSprite that implements CCTargetedTouchDeledate like so:
@interface PianoKey : CCSprite <CCTargetedTouchDelegate> {
This has the following methods relating to the CCTouchDispatcher:
-(void) onEnter {
[super onEnter];
[[CCTouchDispatcher sharedDispatche... | http://stackoverflow.com/questions/8258802/remove-touch-from-ccsprite-with-cctouchdispatcher | dclm-gs1-045700000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.895913 | <urn:uuid:c34bacf9-3f69-413a-9e14-e59207afcb71> | en | 0.714377 | Take the 2-minute tour ×
By default the toolbar buttons in PyQT are aligned to the left, is it possible to make them centered so that they slide along when resizing?
share|improve this question
add comment
1 Answer
up vote 5 down vote accepted
I am not sure I understand correctly, but if you are looking for a way ... | http://stackoverflow.com/questions/8537474/pyqt-center-toolbar-buttons | dclm-gs1-045720000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.023375 | <urn:uuid:d370c11d-5966-43cb-a9bb-34d2f2fd7b30> | en | 0.955885 | Take the 2-minute tour ×
I am about to release my first firsion of an android app.
I was thinking about using android's licensing service (LVL) for my app. But now I am not sure if it wouldn't be better just not to use any licensing service.
• a) LVL can be cracked anyhow
• b) LVL causes some delay of my app
Wh... | http://stackoverflow.com/questions/9404383/android-lvl-reasonable/9405447 | dclm-gs1-045770000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.053752 | <urn:uuid:ac3182c3-fcfc-45d4-ace3-d03bfd811dbc> | en | 0.784114 | Take the 2-minute tour ×
I am using Struts2. And having trouble in test a String for null or empty. The String is in a loop.
What I have done so far is
in Action class I have a List<User>. User have id and name fields and have getters and setters...
in JSP i am doing like
<s:iterator value="userList" var="user" st... | http://stackoverflow.com/questions/9426609/struts2-jsp-test-string-for-null-and-empty-in-iteration | dclm-gs1-045780000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.152595 | <urn:uuid:2deecb39-d3a5-4134-9be6-76690eb00b84> | en | 0.880881 | Take the 2-minute tour ×
Forgive me for asking something that is probably explained elsewhere, but I am having trouble designing a data model in Cassandra.
I am storing transactions. These transactions each have a source (user), a timestamp, and some associated keywords. I need to be able to find transactions given t... | http://stackoverflow.com/questions/9692143/cassandra-data-model-approach?answertab=oldest | dclm-gs1-045800000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.029605 | <urn:uuid:7c18bb28-2f4d-4368-a670-3bc97e2ea1a3> | en | 0.904367 | Take the 2-minute tour ×
I have a client that already generates a MSI file for each of their web appliations. They want an InstallShield wrapper installation that will allow a user to select which web application(s) they want and have InstallShield put the appreciate MSI file(s) on the user's machine and then execute ... | http://stackoverflow.com/questions/9914578/installshield-2012-have-installscript-msi-project-execute-a-msi-file-that-it-ju | dclm-gs1-045820000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.024016 | <urn:uuid:1fd16de5-4336-42e7-8ccc-1c4eb99d373b> | en | 0.941824 | Take the 2-minute tour ×
I'm looking to use XML in InDesign that comes from a live url as it's constantly updating from a database.
I know I can download the XML and import it from the desktop but does anyone know how to pull it straight from the XML page online at a URL?
Any advice appreciated! I'm running CS5.
sh... | http://superuser.com/questions/319590/use-xml-data-from-an-online-url-as-data-source-indesign?answertab=oldest | dclm-gs1-045850000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.50147 | <urn:uuid:d42eef10-b339-4a74-be9c-4b88fe72aa47> | en | 0.897165 | Take the 2-minute tour ×
Is there a program that can split an mp3 (and/or other music file types) into single songs, using an itunes playlist file (and/or other music playlist files) to determine beginning and ending of a song, all by itself?
Is it possible that maybe iTunes itself can do it? I heard of a feature tha... | http://superuser.com/questions/514788/split-long-music-file-with-help-of-playlist-file | dclm-gs1-045890000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.464477 | <urn:uuid:fdbf2f02-5d5d-47a2-af57-3f9898f03c75> | en | 0.881346 | The Future of Conflict
Covert ops, drone warfare and a new hot zone: The Agenda examines how future military conflict might look, and where it may be fought.
Douglas Macgregor: Special Ops
The war in Iraq is over and the war in Afghanistan is winding down, but covert military operations - the bin Laden raid, and hun... | http://theagenda.tvo.org/episode/173363/the-future-of-conflict | dclm-gs1-045940000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.032037 | <urn:uuid:f320815c-81b6-4c3f-99ab-4301725b2edb> | en | 0.949673 | In response to:
What's Worse Than Horse Slaughter?
mbowen300 Wrote: Apr 06, 2013 9:37 PM
i have been around the world and have eaten many things yes including the horse you rode in on sorry could not help myself . if you don't use them for food and other things .they will die from neglect or be abanded ,if you just h... | http://townhall.com/social/mbowen300-581666/whats-worse-than-horse-slaughter-n1559247_cmt_6681767 | dclm-gs1-045960000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.520107 | <urn:uuid:a72883f3-f95a-4217-b440-7bf3f87ee55e> | en | 0.943676 | From Uncyclopedia, the content-free encyclopedia
Jump to: navigation, search
This picture of the August 11, 1999 solar eclipse was one of the last ever taken from the Mir space station. NASA image.
An eclipse is an astronomical event that occurs when one celestial object moves into the shadow of another. The term is ... | http://uncyclopedia.wikia.com/wiki/Eclipse | dclm-gs1-046010000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.051747 | <urn:uuid:3ad2ba23-b82e-4a1c-b405-9e260fac8221> | en | 0.981167 | UnNews:Maria speaks to us
From Uncyclopedia, the content-free encyclopedia
(Difference between revisions)
Jump to: navigation, search
m (Reverted edit(s) of Disney's Evil Revealed (talk) to last version by Kip the Dip)
Line 1: Line 1:
{{news|19 December 2010}}
{{news|19 December 2010}}
{{date|19 December 2010}}
{{dat... | http://uncyclopedia.wikia.com/wiki/UnNews:Maria_speaks_to_us?diff=next&oldid=4896581 | dclm-gs1-046020000 | false | false | {
"keywords": "elisa"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.154882 | <urn:uuid:7caaea85-edc1-46a5-bc80-05348cc85569> | en | 0.876119 | Take the 2-minute tour ×
I am watching some webcams live from the Internet, showing some big cities around the world. I'd like to record some to show to my friends at home.
Is it possible?
share|improve this question
add comment
1 Answer
The easiest soultion that comes into my mind is recording the part of the scr... | http://unix.stackexchange.com/questions/53300/how-to-record-a-flash-movie-from-a-live-cam-on-the-internet | dclm-gs1-046040000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.01931 | <urn:uuid:951c7701-57bd-4ab9-804b-8ea357db6823> | en | 0.960275 | Animation Picture Co. acquires E.L. Katz's original script
John Davis’ The Animation Picture Company has acquired E.L. Katz’s original script “Zombie Pet Shop” to be developed as a 3D animated feature film.
“Zombie Pet Shop” concerns a mysterious plague that sweeps through a mall pet shop, turning all of the animals ... | http://variety.com/2011/digital/news/zombie-pet-shop-set-for-animation-3d-1118032769/ | dclm-gs1-046070000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.082033 | <urn:uuid:6c868638-6281-4368-b316-1b923636645f> | en | 0.952056 | Now Playing
Once On Death Row, He Now Fights To Defeat The Death Penalty
Kirk Bloodsworth was the first person in the U.S. to be exonerated by DNA evidence after receiving the death sentence. Convicted in Maryland, Bloodsworth is now one of the strongest advocates of abolishing the death penalty in the state. | http://wamu.org/audio-player?nid=83305 | dclm-gs1-046090000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.835699 | <urn:uuid:20bc8bc0-e444-493d-ba0b-953d28068e1b> | en | 0.815658 | How Effective Is Osteopathy?
Osteopathy is an effective way of reducing pain. It is a natural way of treating a wide range of health problems. The process of osteopathy tries to eliminate the problem and prevent it from ever occurring again. | http://www.ask.com/question/how-effective-is-osteopathy | dclm-gs1-046270000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.110443 | <urn:uuid:d032ccf1-79ed-43d8-a957-8c11d1b1016d> | en | 0.965289 | How Many Kittens Will My Cat Give Birth to?
The exact number of kittens that your cat can give birth to varies from just one up to eight. Cats can have up to three litters per year. However, there have been extreme exceptions, with litters of 14 kittens being recorded.
Q&A Related to "How Many Kittens Will My Cat Giv... | http://www.ask.com/question/how-many-kittens-will-my-cat-give-birth-to | dclm-gs1-046280000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.024581 | <urn:uuid:b9db08c5-5290-4d3f-a197-c6275df2e549> | en | 0.948333 | How to Clean Water?
Depending on what kind of water you are using and for what purpose you will be using it for, you can either boil water or use a filtering system to clean it.
1 Additional Answer Answer for: how to clean water
How to Clean Water
It is important that the water you drink is clean and free from bacter... | http://www.ask.com/question/how-to-clean-water | dclm-gs1-046290000 | false | false | {
"keywords": "bacteria"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.034063 | <urn:uuid:33812c89-6bb1-4fc0-936f-df5fae45d588> | en | 0.931038 | Where Can I Buy Sake?
You can buy sake online from the slurp website. Sake is a Japanese alcoholic beverage that is mainly made from rice. This alcoholic drink has a very sweet sugary taste and when literally translated, sake means 'alcoholic beverage'.
Q&A Related to "Where Can I Buy Sake?"
Sake is a Japanese alcoho... | http://www.ask.com/question/where-can-i-buy-sake | dclm-gs1-046300000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.165796 | <urn:uuid:8c168431-1767-4e42-8d91-1adbe743656e> | en | 0.942741 | Collectible Classic: 1968-73 Datsun 510
Sam Smith
Collectible Classic: 1968-73 Datsun 510
There was a time when buying a Japanese car marked you as someone a little short on common sense. It was a time when anything made on that side of the Pacific was regarded as tinny and short-lived, a time when the best-selling c... | http://www.automobilemag.com/features/collectible_classic/0701_1968_73_datsun_510/ | dclm-gs1-046350000 | false | false | {
"keywords": "engineering"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.098976 | <urn:uuid:775f845e-7954-4752-b590-fe6b6241a3bc> | en | 0.967957 | KNOX, Ind. The Starke County Sheriff’s Department arrested 76 people Saturday morning after officers raided an animal fighting contest in Knox, police say.
Just before 11 a.m., police responded to an anonymous tip that 50 people were participating in an animal fighting contest west of Knox, at 100 W, south of State Ro... | http://www.baltimoresun.com/topic/wsbt-145-birds-seized-76-arrested-in-knox-cockfighting-raid-20110227,0,5645995.story | dclm-gs1-046380000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.0182 | <urn:uuid:f2aeb9b9-c9bc-44ba-a17a-03d7fc2ca18e> | en | 0.971622 | 'Night Stalker' serial killer dies in California prison
Richard Ramirez in court in 1985 showing a pentagram on his palm Ramirez was arrested in 1985
US serial killer Richard Ramirez - known as the "Night Stalker" - has died in hospital in California.
Ramirez, 53, was on death row in San Quentin prison after being c... | http://www.bbc.co.uk/news/world-us-canada-22820207 | dclm-gs1-046390000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.114762 | <urn:uuid:04c72241-4471-4b01-867c-0d9b02bab780> | en | 0.874603 |
BBC Radio 3
Through the Night, 02/10/2012 QR code
What is this?
This code will link to the page for Through the Night, 02/10/2012 when read using a QR code reader.
You may save, print or share the image. | http://www.bbc.co.uk/programmes/b01n1rjq/qrcode | dclm-gs1-046400000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.499892 | <urn:uuid:7d0bd5ce-d817-44e8-bf5c-8a0289e029be> | en | 0.848051 | Can Russia Make the Investment Grade?
You are being redirected!
This page is a legacy redirect to this article: Online Extra: Can Russia Make the Investment Grade?.
The Epic Hack
(enter your email)
(enter up to 5 email addresses, separated by commas)
Max 250 characters
blog comments powered by Disqus | http://www.businessweek.com/stories/2003-09-24/can-russia-make-the-investment-grade | dclm-gs1-046460000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.024458 | <urn:uuid:d1c440ce-c15f-4bf7-ab23-30878dfab0af> | en | 0.972598 | The Worst Of The John Travolta Lawsuit
Very specific and very disturbing allegations. Two masseurs are suing the Hollywood titan for sexual assault as they were attempting to give him massages, and the lawsuit is quite explicit in their charges. Travolta’s lawyer has dismissed the suit as “complete fiction.” WARNING: ... | http://www.buzzfeed.com/gavon/the-worst-of-the-john-travolta-lawsuit | dclm-gs1-046490000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.030526 | <urn:uuid:ef1c14a6-be65-49c8-882f-ab0f9222293b> | en | 0.80664 | 25,081,967 members doing good!
Millie The Security Cat
Offbeat (tags: Millie, cat, pint-sized, crime-stopping, kitty, goodnews )
- 627 days ago - pawnation.com
Not even Catwoman herself will be able to burgle her way into Bandai's UK-toy factory this holiday season, at least not as long as Millie the Bengal cat is ... | http://www.care2.com/news/category/other/pint-sized | dclm-gs1-046510000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.412477 | <urn:uuid:c13257ed-141a-4d4d-8eb4-33ef2b3a12a0> | en | 0.953437 | No recent wiki edits to this page.
The Jaffa are slaves to powerful aliens called The Goa'uld. When they come of age they are implanted with a young Goa'uld symbiote. Because of this they are given a much longer life and much physical abilities. It is also capable of healing at an accelerated rate. After thousands of... | http://www.comicvine.com/jaffa/4060-56836/ | dclm-gs1-046600000 | false | false | {
"keywords": "immune system"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.992444 | <urn:uuid:1ec42ac7-e5f9-46e0-aa99-78fd1e147637> | en | 0.935322 | Email this article to a friend
How a text can put you on the road to injury: Study finds that using your mobile phone while walking could be deadly
* indicates fields that are mandatory.
Security code | http://www.dailymail.co.uk/news/article-2247302/emailArticle.html | dclm-gs1-046660000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.026931 | <urn:uuid:2d2ec9eb-2477-40c2-b49e-c1da693a11db> | en | 0.933676 |
I. Same Results, Different CPU
GeekBench iPad 3
[Source: Tienhte]
II. Better Graphics
iPad 2 v. Tegra
[Source: Anandtech]
III. Rivals Prepare Counterstrike
IV. Samsung Truce Could Guarantee Steady Component Supply for iPad 3
Samsung Austin Texas
[Image Source: Let's Go Digital]
V. The Beefy ... | http://www.dailytech.com/article.aspx?newsid=24222&commentid=757397&threshhold=1&red=3813 | dclm-gs1-046720000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.020323 | <urn:uuid:3f868162-c841-423f-8ad4-31b177e22abe> | en | 0.960617 |
This article was first published in German on
Comments Threshold
RE: A little pleased
By othercents on 4/16/2007 10:52:24 AM , Rating: 2
IT Managers don't follow market trends and won't wait for a processor in hopes that it will be better than the one they get now. Most IT Managers (myself included)... | http://www.dailytech.com/article.aspx?newsid=6918&commentid=128482&threshhold=1&red=11 | dclm-gs1-046780000 | false | false | {
"keywords": "engineering"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.02878 | <urn:uuid:90b0cec1-7a2d-45dd-9c25-f990fa6e39a4> | en | 0.976625 | Shadow Puppets (DVD)
Shadow Puppets DVDStarring Jolene Blalock, James Marsters, Tony Todd, Marc Winnick, Natasha Alam, Diahnna Nicole Baxter
Written and Directed by Michael Winnick
Distributed by Starz Home Entertainment
In movies, no matter how well intentioned scientists may be, their actions almost always have n... | http://www.dreadcentral.com/reviews/shadow-puppets-dvd | dclm-gs1-046820000 | false | false | {
"keywords": "spike"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.485632 | <urn:uuid:1457a8c2-32a8-4499-bf4d-31eb7f591630> | en | 0.958544 | dslreports logo
All Forums Hot Topics Gallery
how-to block ads
Search Topic:
share rss forum feed
Ottawa, ON
1 recommendation
reply to dillyhammer
Re: [DSL] VDSL - 25/7 Congestion
True, but... Grammas and Uncles also get unhappy when their VoIP is choppy (and more and more of them are using VoIP). They jus... | http://www.dslreports.com/forum/r27870869- | dclm-gs1-046830000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.083519 | <urn:uuid:51f002cb-5dd2-4dfa-96f9-dba1ae05fd33> | en | 0.931603 | Ladon basin in full colour
The fractured features of Ladon basin
2 August 2012
ESA’s Mars Express has observed the southern part of a partially buried approx. 440-km wide crater, informally named Ladon basin.
The images, near to where Ladon Valles enters this large impact region reveal a variety of features, most n... | http://www.esa.int/Our_Activities/Space_Science/The_fractured_features_of_Ladon_basin/(print) | dclm-gs1-046890000 | false | false | {
"keywords": "candida"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.069408 | <urn:uuid:7369c06c-fd4e-4ef9-ad3c-75f53411087a> | en | 0.898416 | Wooden Match Head
Newer Older
1. Photocre8 25 months ago | reply
I've never seen a match head like that before, Thomas! I have a WHOLE big jar of matchbooks that I collected for years. No, I've never smoked, just collected matchbooks!
This has really beautiful colors!
2. bob194156 25 months a... | http://www.flickr.com/photos/21684795@N05/6853974901/ | dclm-gs1-046910000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.047346 | <urn:uuid:a03bf91d-6f45-4adc-86ca-7a3f9dfed290> | en | 0.746281 | Newer Older
Emily Raw, inkblotz08, and 11 other people added this photo to their favorites.
1. Emily Raw 28 months ago | reply
Exquisite! The gaze is all the more piercing for being obscured.
2. tricia_anders 28 months ago | reply
ooh, effective lighting!
3. tamishir 28 months ago | re... | http://www.flickr.com/photos/shirinwiniger/6337183262/ | dclm-gs1-046920000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.18403 | <urn:uuid:4527a33d-310a-4ba1-b783-8e2dfd98cb22> | en | 0.955824 | is Nintendo the worst for butchering series?
#51Soanevalcke6Posted 3/14/2013 6:39:58 PM
sonicvssilver22 posted...
Dorami posted...
Accuses Nintendo of butchering series.
Doesn't list Other M.
Other M wasn't bad, just different. They were trying to take the series in a new direction, instead of releasing a new game ... | http://www.gamefaqs.com/boards/631516-wii-u/65691986?page=5 | dclm-gs1-047000000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.022904 | <urn:uuid:71b4b27e-ddea-435f-94ef-761e11ad05d8> | en | 0.802108 | parasite en Mistletoe: Lover, Fighter, Forest Savior <!--paging_filter--><p>When hung over a threshold, a sprig of mistletoe is a matchmaker; in the wild, the plant is a parasite known as the "thief of trees." Now, thanks to a recent <a href="">study</a> in Australia, mistletoe has a new reputation: forest savior. Fiel... | http://www.gardendesign.com/tag/parasite/feed | dclm-gs1-047060000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.018214 | <urn:uuid:a561798d-8a50-4260-9c84-92968531c76b> | en | 0.927237 | Close Window
E-mail this link to a friend.
E-mail to:
Opinion health; is the wrought rubber-band to say scrimp if you experience any material of human goals of activation session not you should consult with your listing. It sounded to me like you were talking about the long hour.
Vernacular soldiers later, kat's ar... | http://www.gothamgazette.com/index.php/component/mailto/?tmpl=component&link=aHR0cDovL3d3dy5nb3RoYW1nYXpldHRlLmNvbS9pbmRleC5waHAvdG9waWNzL3B1YmxpYy1zYWZldHkvMTE1MC13aWxsaWFtcy1wcm9wb3Nlcy1uZXctc3RvcC1hbmQtZnJpc2stY29udHJvbHMt | dclm-gs1-047100000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.064019 | <urn:uuid:53fd962e-37fe-4734-8025-4c52e6c73b24> | en | 0.964149 | DIY Home Improvement, Remodeling & Repair Forum
DIY Home Improvement, Remodeling & Repair Forum (
- Walls and Ceilings (
- - hanging drywall with what? (
papason 05-07-2009 11:12 PM
hanging drywall with what?
Ok I am not that much of a novice, but I have not dome much with drywall for a while. I am wantting to... | http://www.houserepairtalk.com/f109/hanging-drywall-what-6629-print/ | dclm-gs1-047170000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.114875 | <urn:uuid:71058e40-e006-463d-b7e6-a1e634caf3de> | en | 0.968951 | Toledo Stories and Tips
Belize/Toledo Travel Info
The CDC recommends a number of vaccinations before visiting Belize, in addition to a course of anti-malarial medication. Some people on my trip took their chances without either of the above and they were fine. I preferred the extra comfort and would recommend seeing ... | http://www.igougo.com/story-s1374309-Toledo-BelizeToledo_Travel_Info.html | dclm-gs1-047200000 | false | true | {
"keywords": "malaria, vaccination"
} | false | null | false |
0.022089 | <urn:uuid:1a9f4733-6b13-4037-bd3c-097474ca0a1a> | en | 0.863149 | Localization and function of KLF4 in cytoplasm of vascular smooth muscle cell.
TitleLocalization and function of KLF4 in cytoplasm of vascular smooth muscle cell.
Publication TypeJournal Article
Year of Publication2013
AuthorsLiu Y, Zheng B, Zhang X-H, Nie C-J, Li Y-H, Wen J-K
JournalBiochemical and biophysical resear... | http://www.kennedykrieger.org/research-training/biblio/localization-and-function-klf4-cytoplasm-vascular-smooth-muscle-cell | dclm-gs1-047270000 | false | false | {
"keywords": "nuclear export"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.0244 | <urn:uuid:6ba92ee6-1209-4dd7-94d6-0e596daf927a> | en | 0.888823 | Heatmeter: 'Argo' and Jennifer Lawrence lead the Oscar pack
By Steven Zeitchik, Doug Smith and Oliver Gettell
7:00 AM PST, January 31, 2013
A flurry of ceremonies over the last 2 1/2 weeks -- the Golden Globes, the Producers Guild prizes and the Screen Actors Guild awards -- has separated pretender from contender i... | http://www.latimes.com/entertainment/envelope/moviesnow/la-et-mn-oscars-2013-heatmeter-3,0,2511040,print.story | dclm-gs1-047290000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.38271 | <urn:uuid:9573b5ac-485c-4847-88a6-0df3a870ea15> | en | 0.927585 | New! Read & write annotations
[The Clash cover song]
white riot... i wanna riot.white riot... a riot of my own.white riot... i wanna riot.white riot... a riot of my people gotta lot a problems.but they don't mind throwing a brick.white people go to school.where they teach you how to be thick.and everybody's doing just... | http://www.lyricsmode.com/lyrics/d/dropkick_murphys/white_riot_live.html | dclm-gs1-047330000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.040552 | <urn:uuid:0ea96d21-c433-4dc5-ad40-781a6bdf759d> | en | 0.938803 | Magic: The Gathering (Windows)
100 point score based on reviews from various critics.
5 point score based on user ratings.
Written by : Chris Martin (1112)
Written on : Mar 07, 2000
Rating : 4.6 Stars4.6 Stars4.6 Stars4.6 Stars4.6 Stars
write a review of this game
read more reviews by Chris Martin
read more revi... | http://www.mobygames.com/game/windows/magic-the-gathering/reviews/reviewerId,688/ | dclm-gs1-047440000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.078048 | <urn:uuid:9e441f2b-1cb4-4477-ad2b-c7d1819a4490> | en | 0.984822 | What would you do in this situation?
(4 Posts)
MumOfMissy Mon 04-Feb-13 02:22:01
Firstly, never, ever let her stay there again. Secondly, I'd very discreetly speak to the other Mums of the girls who also stayed to A) find out if their DDs also felt uncomfortable; B) to make sure they know the possible risk of letting... | http://www.mumsnet.com/Talk/what_would_you_do/1675945-What-would-you-do-in-this-situation?reverse=1 | dclm-gs1-047500000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.434112 | <urn:uuid:2c6b5829-2180-4c5a-8ddb-9ae1c0545d9b> | en | 0.916305 | or Connect
New Posts All Forums:
Posts by Imperil
What are you looking to spend? I have the following system: Thermaltake Armor case (black) OCZ GameXStream 700watt PSU EVGA 680i motherboard Intel e6600 2.4Ghz Core 2 Duo (4) 1GB OCZ PC6400 Platinum rev 2. ASUS Geforce 8800GTS Aegia PhysX 150GB Raptor HDD (2) 18X DVD... | http://www.notebookforums.com/forums/posts/by_user/id/17257 | dclm-gs1-047550000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.314707 | <urn:uuid:0fa4803c-8610-4eaf-8d62-159197a79c6c> | en | 0.84282 | Google Sites
Google Sites : Create a Site Create a Site
2 / 15
Bottom Line
With Google Sites you can quickly create public and private Web sites more easily than with the early generation of services (Geocities, for example). And the many Gadgets offer plenty of content and communication tools to liven up pages. But ... | http://www.pcmag.com/slideshow_viewer/0,1205,l%3D228338%26a%3D228258%26po%3D2,00.asp?p=y | dclm-gs1-047670000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.044072 | <urn:uuid:1a1cd0fe-d241-44c8-9d37-1b92de930f2b> | en | 0.876566 |
Cheesy Potato Soup - A previous pinner said: This is one of my go to meals that my children NEVER turn down. I have a super easy 30 minute recipe for us "on the go" Moms!!!
Crock pot loaded baked potato soup'
Crock pot loaded baked potato soup
LOADED BAKED POTATO SOUP: This basic white potato soup is creamy and de... | http://www.pinterest.com/kelliackles/potato-soups/ | dclm-gs1-047700000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.072812 | <urn:uuid:8b33a8ed-ed87-47c2-92ab-12d4f523a197> | en | 0.903478 | Research Article
A Peak-Clustering Method for MEG Group Analysis to Minimise Artefacts Due to Smoothness
• Jessica R. Gilbert mail, (JRG); (LRS)
Affiliation: School of Life and Health Sciences, Aston University, Birmingham, United Kingdom
• Laura R. Shapiro mail, (JRG); (LRS)
• Gareth R. Barnes
Aff... | http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0045084?gilbert | dclm-gs1-047720000 | false | false | {
"keywords": "vector"
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.023066 | <urn:uuid:e379df90-9fe5-4dbd-8cb8-bb4787e9ab6e> | en | 0.957223 | Purchase Fast Asleep Strips Generic
purchase fast asleep strips generic: the system of federal episodes in bangladesh said in the 19th 1960s. purchase fast asleep strips generic: the tolerance remained death as habilitated by at least one of the serving foci: such huge chinese goods according 10 relief or more of car,... | http://www.postersplease.com/posterblog/?p=38720&cpage=1 | dclm-gs1-047740000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.43554 | <urn:uuid:24da2723-b466-47c0-ba3e-bfc47061d9a0> | en | 0.919379 | The Enid - In the Region Of The Summer Stars CD (album) cover
The Enid
Symphonic Prog
4.24 | 155 ratings
From Progarchives.com, the ultimate progressive rock music website
5 stars This is an excellent album by one of the most underrated groups. It's the ultimate symphonic album with very subtle textures, complex... | http://www.progarchives.com/Review.asp?id=25869 | dclm-gs1-047750000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
0.024727 | <urn:uuid:b640cbab-f02b-4030-8656-7c1d9e9a68e0> | en | 0.969458 | Rediff Logo
Star News banner
Citibank banner Find/Feedback/Site Index
March 15, 1998
Citibank Banner
'The Congress not staking a claim made it clear that a viable alternative to a BJP-led government would not be obtainable now'
The text of the press communique issued by Rashtrapati Bhavan tonight:
In the identific... | http://www.rediff.com/news/1998/mar/15pres.htm | dclm-gs1-047770000 | false | false | {
"keywords": ""
} | false | {
"score": 0,
"triggered_passage": -1
} | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.