sentence stringlengths 15 600 | label int64 0 1 | idx int64 0 2.64k |
|---|---|---|
Thanks. The wall is 10 1/2 feet wide. Also, how much excess carpet should I leave in order to have enough to tuck it between the tack strip and baseboard? | 1 | 2,200 |
*What* doesn't work? How so, and what do you actually want to do? | 0 | 2,201 |
You may be experiencing [bug #732677](https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/732677). Can you please edit your question to include the output of `sudo lshw -class network` and `lsmod | grep -E 'b43|ssb|wl'`? | 0 | 2,202 |
so the airport is in one feature class, and the destination in another feature class? You wish to join all airports to all destinations? | 1 | 2,203 |
An API is not at fault if they allow requests to take place more than 30 time in 5 seconds, right? Or do we need to build throttling into our API? | 1 | 2,204 |
Nice! Looks like a good book. Do you suppose you might be able to list some of the more advanced techniques they describe, or provide an excerpt? | 1 | 2,205 |
The water.mapcalc file should be rather straightforward. However, probably the white space in the directory name causes troubles? | 0 | 2,206 |
you need to clarify what variables the `summation` applies to in your equation? is it summing over all `i` and `j` for each slice (color in the third dimension) or do you want the sum over all values? | 0 | 2,207 |
Could you tell which packages you have already tried? Would something like a long table, where you type each paragraph into a cell, be useful to you? | 0 | 2,208 |
your answer is tooooooo broad - can you try to give a little focus as where the question points? what aspect is relevant? | 0 | 2,209 |
As you can see from the answers so far, it's not quite clear what context we're talking about. Could you please clarify? | 0 | 2,210 |
Sure, but that's true of any investment you make. What are the top 50 features in a word processor? | 0 | 2,211 |
Don't let that link get to the agile evangelists, they will ROTFLOL in the best Weird Al style. You put a ton of work in a feature and only after its almost DONE you get feedback from the primary consumer, guess what happened? | 1 | 2,212 |
@Chubsdad - my point was that there is a very small amount of memory being allocated above. Even if we were using a non-throwing version of `new`, what's the likelihood of `new` failing to allocate the insignificant amount of memory in that program? | 0 | 2,213 |
Well, you look in Data::Compare and see what they do. Why don't you want to use that module? | 0 | 2,214 |
someone? anyone? | 0 | 2,215 |
Couldn't this have been appended to that discussion? Or googled? | 0 | 2,216 |
@Edward can you be more specific about what these three terms are supposed to refer to? Do you mean the machine running the software, the business that provides you the machine, or something else? | 0 | 2,217 |
Version 2.6.6. Is this addressed in a newer version? | 1 | 2,218 |
Dear @sb1, it's all great but could you please answer the main question - in non-engineering terms that often already suppose an answer without asking why - whether the energy just disappears in the form of electromagnetic waves and how much? How much do we have to try to "catch it" by surrounding the circuit? | 0 | 2,219 |
Could you post an example TeX file somewhere? Also, which editor do you use, or are you using the Terminal to run pdfLaTeX? | 0 | 2,220 |
@Mitch: I have given you my answer. Can you give your's now? | 0 | 2,221 |
What kind of input are you looking for, give little more details. [CommonDialog](http://msdn.microsoft.com/en-us/library/system.windows.forms.commondialog.aspx) look at the classes inheriting it do any of them look right for you? | 1 | 2,222 |
It's not clear what you're trying to do here. Do you want the view to render the string "1 image more than 1 image... "? | 1 | 2,223 |
This looks right, and works for me. What do you see? | 1 | 2,224 |
High level questions are fine, but this one is really broad. It would help if you could narrow your question to something a little more specific or provide more context? | 1 | 2,225 |
@Max: Good point, although you misspelled my name. How do you know that 1UU0 is the only one that's impossible? | 1 | 2,226 |
This is most likely a problem due to the encoding of your input. In what encoding is it in? | 1 | 2,227 |
In what way does it fail? i.e. what happens differently in your program between the first method and the second one? | 1 | 2,228 |
anyone! Any ideas? | 0 | 2,229 |
There is no image attached. Also, what have you tried by yourself? | 0 | 2,230 |
That first parameter *will* be your page title... Have you tested this code? What exactly are you trying to accomplish and what are you seeing that's not the behavior you want? | 0 | 2,231 |
The nth letter? Is this the Roman version of the Fibonacci sequence? | 0 | 2,232 |
This is a very confusing question! How are you compiling your C programs? | 1 | 2,233 |
What is the purpose of knowing if they are using the computer or not? What happens if they are not? | 0 | 2,234 |
My impression is that it depends on the culture that's making the pie... in France, apple pie is a tart with one crust, but American apple pie traditionally has two. Anyone know? | 0 | 2,235 |
Why did you edit out my 'Hi', and 'Thanks'? Is common courtesy not allowed any more? | 0 | 2,236 |
Well, what do your current results look like? Is the glow you're talking about from the high brightness images having spillover (ie, pixels that would be black or dim in faster exposures are accumulating more light from nearby light sources in the slower ones, throwing off the HDR processing?) | 0 | 2,237 |
Thanks for the pointer, but now I am not sure to understand your problem. Could you add a drawing? | 1 | 2,238 |
Can't you just filter out the value NULL before you process the records? Or did I miss something? | 0 | 2,239 |
I'm starting to feel that the problem arises with interactionPointData, since this method does not own it. Since I am pointing to it with model, will releasing model cause havoc upstream? | 1 | 2,240 |
So it's not really about the list, it's about those instructions? What exactly is the question then? | 0 | 2,241 |
Since you mentioned Evil Maid by Joanna, you already know the answer to your question. Am I missing something here? | 1 | 2,242 |
why they have to in ONE page? why not use CSS sprites? | 0 | 2,243 |
O(n) relative to what? A purely in-place algorithm (no side storage) would be O(1) in the size of its input... Oh, and O(n) time or storage? | 0 | 2,244 |
You're just discarding any useful exceptions that download() will throw - Image.open() might be trying to read "" being returned by download(), which would explain the current error you're receiving. If you remove that try..catch block, do you receive any more informative errors? | 1 | 2,245 |
Great question. Perhaps it should have the pronunciation tag? | 1 | 2,246 |
To clarify the question: You have (say) 5 schedules and 10 meetings, each with 5+ non-overlapping meeting times, and you want all 5 schedules to contain all 10 meetings, with no overlapping times in any one schedule. Is this correct? | 1 | 2,247 |
I don't understand what you're asking. Can you give an example of what you mean or are trying to achieve? | 1 | 2,248 |
+1 for Python. Maybe consider doing this for some other SE sites? | 1 | 2,249 |
Why do you need to do this? Why is having the row id sequential important and necessary? | 1 | 2,250 |
Posters are assuming you live in North America. Is this a valid assumption? | 1 | 2,251 |
Sorry what has blender to do with game engines? do you want to use its format? | 0 | 2,252 |
I once saw someone touch the (house)radiator to discharge before working inside a PC. Does that really help? | 1 | 2,253 |
You've already said that you're using JPEG2000, which will work. What do you have a question about? | 0 | 2,254 |
are the line segments only straight lines?
Do you want an algorithm that given two polygons finds what line segments they 'overlap' over? | 1 | 2,255 |
Google searches really should help you get most of what you need. What are you learning if you're just asking people for code? | 0 | 2,256 |
Sry this explains to me... I want to rewrite this solution [link](http://stackoverflow.com/questions/5636413/how-to-determine-maximum-route-cost-in-a-n-high-numeric-pyramid) in ruby. And why did you say poorly implementing? | 0 | 2,257 |
This question, while not an award-winner, is at least much more specific. How about we close the *other* one? | 0 | 2,258 |
Do you have a typo in equation (1)? Right now the second part of (1) involves the second derivative of theta with respect to theta...should one of those thetas be a y? | 1 | 2,259 |
This is a vague question. Do you even consider the payment and billing cycle dates? | 0 | 2,260 |
What are you trying with
[Names init]; ???? | 0 | 2,261 |
this is source code... what is the question? Do you really think that throwing code at us will solve your problem?! | 0 | 2,262 |
You may want to post the code right here. Maybe use pastebin or something if it's too much to embed directly in your post? | 1 | 2,263 |
Do you not have even tiny holes for ventilation you could sample through? And do you regard a toothpick hole as looking really bad? | 0 | 2,264 |
While automatically running a rootkit removal/detection tool on a live system might help you discover less sophisticated rootkits, you should also be aware of its limitation. Assuming your system has been infested by a rootkit, how do you know that the rootkit hasn't been tampering with your rootkit removal/detection t... | 0 | 2,265 |
Please, add the first part to your post. You mean both players should have the same number of parts of the stick? | 1 | 2,266 |
What have you tried so far? Do you have any pseudo-code that you've come up with on your own that others can comment on? | 1 | 2,267 |
I have to say that I don't like the output, harder to read and code isn't formatted with the correct colors. Could there be an optional output for how it is printed? | 1 | 2,268 |
Would a tool that provides an RSS feed for a tag work alright? What OS are you using? | 1 | 2,269 |
What part of that is supposed to be case insensitive? The comparison with "Alaska"? | 0 | 2,270 |
What are you trying to optimize? Do you want to minimize the number of sets? | 1 | 2,271 |
When you say "no other access to the dictionary of words", do you mean that you don't have access to the actual dictionary that `IsValidWord` is using, or that you cannot use a dictionary at all? Would using a separate dictionary be OK, in the hopes that it matches the one that `IsValidWord` is using? | 1 | 2,272 |
@Steve McFarlin, thanks, you have any tips on reading except the qt-documentation to grasp the whole structure of the mov-file because i'm really having trouble gripping all of it, is it correct that the atom don't even need to be in a specific order? which one did you think was easiest to work with mov or mp4? | 1 | 2,273 |
All of the answers to that othe question are correct. Do you really need help updating a datbase or do you need help working with the Perl standard-data-structures? | 0 | 2,274 |
My brain has been scrambled a bit by your sentence: "Essentially there is no way to distinguish between an object at rest or moving at a constant velocity." - can you elaborate please? | 1 | 2,275 |
Outside or inside? Is there are paint or enamel or anything on the wood already? | 0 | 2,276 |
can you post an example for "language fieldset" on user-edit page, please?
I've created mymodule.module and pasted your code above, what to write in // Change $form array to alter form components? :) | 0 | 2,277 |
Why are you using that in the first place? Why not `boost::posix_time::microsec_clock::local_time()`? | 0 | 2,278 |
Moritz - although the yes/no answer to this question is covered by Rice's Theorem, see my answer below for more interesting results. Maybe, txwikinger, you should change the question to "What is the complexity of the set {i : L(M_i) is in NP}?"? | 1 | 2,279 |
Also, how do you know it failed? You get an error message? | 0 | 2,280 |
@Sklivvz If you like riddles, here you are -- one puts an ice cube in a glass and fills it up with water. How much water will flow out when the ice cube melts? | 1 | 2,281 |
Very good! Thanks. So in UK terms rumb and eye of round have the same characteristics and both can be used as an example of a (well known) tough piece of meat requiring more work? | 1 | 2,282 |
maybe.. this belongs on cstheory.stackexchange.com? not sure? | 0 | 2,283 |
Any particular language in mind? Are you inserting this into an existing document, or creating a new one consisting of just the image? | 1 | 2,284 |
Any reason for not using `print join '+', 1..3`? I mean it's golf, right? | 0 | 2,285 |
I bet this is not what you're looking for. But according to my experience the error should be really small... Have you tried replacing the 2 with a 2.0? | 1 | 2,286 |
What do you mean? The best OS to do Arduino development on, or the best OS to run on your Arduino (a la FreeRTOS)? | 1 | 2,287 |
Suppose you have a 2 x 2 grid, and your array contains [0, 0] and [1, 1]. What would the correct table output be? | 1 | 2,288 |
@Lev: Your graph model can be seen as the sum of d independently chosen random graphs where each vertex chooses a next neighbour uniformly at random. This would seem to make analysis easier? | 0 | 2,289 |
The edit might make the question more relevant to more people. Maybe or maybe not? | 0 | 2,290 |
HTML5 is very diverse and can serve many different purposes. What is the main goal of your site? | 0 | 2,291 |
When you say concatenate, do you mean overlay them (put them in the same place) or put them next to each other? If you mean overlay, what do you want to happen when two pixels are at the same spot -- how do you want transparency to be handled? | 1 | 2,292 |
Also, you say you are looking for a tool but it sounds like you are looking for an image format. Do you have a list of allowable formats? | 0 | 2,293 |
As @Woot4Moo points out, you have already asked this question AND received decent starting points in the replies. So what have YOU done? | 0 | 2,294 |
Why not just leave it in the fridge? Do you really need easy quick access to the butter? | 0 | 2,295 |
Any particular reason you're after a Nikon? Is it just so you can borrow your friend's lenses? | 1 | 2,296 |
thanx 4 answering my question.... i already tried ice, but after 9 degree C, LCD went off.so i didn't go 4 boil water but used soldering iron 2 show dat ckt is working. can u please tell me hw can i check temp of liquids like water with this ic? | 0 | 2,297 |
That's impossible to say without knowing your reason to consider a change. What are you looking for? | 0 | 2,298 |
I just have to ask. Why is that outside? And why don't you reroute it inside (the way it probably should be)? | 0 | 2,299 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.