sentence stringlengths 15 600 | label int64 0 1 | idx int64 0 2.64k |
|---|---|---|
could you give us more information about /Yesterday/Yesterday? IS this a regular folder or a symlink? | 1 | 1,200 |
Why not share your library over Bonjour so she can access your music? Or is there something else you want her to do? | 0 | 1,201 |
Hmmm, still don't quite see what you're aiming for. Could you perhaps explain where you *think* things can be generalised/abstracted (at least verbally/in pseudocode)? | 1 | 1,202 |
are the images stored in the same base folder that the jquery is in? or are they in a different folder? | 1 | 1,203 |
the question lacks clarity. is this a mathematical question? | 0 | 1,204 |
Do you really want to parse both in the same context? What about things like "2,000,000.45"? | 0 | 1,205 |
I have got a problem with your solution: the keys in your hashtable are not unique (if A[] = {1, 1, 1, 1} what is H?). So how do you prove that H.get() is o(1)? | 0 | 1,206 |
Googling reveals update-grub will create a grub config file. Please forgive my ignorance, but what does this do and how will it help me? | 0 | 1,207 |
very unclear - what is it you want to do?? Upload images to a WCF service and store them in SQL Server? | 0 | 1,208 |
It does seem a bit weird. You weren't doing it on a secondary thread by any chance? | 1 | 1,209 |
please clarify the scenario please. What exactly is the purpose of finding out? | 1 | 1,210 |
What signatures are you referring to? Could you please clarify your question? | 0 | 1,211 |
Maybe you can add the way you (or your (grand)mother) prepare it? | 1 | 1,212 |
im curious, why did you choose to use malloc()/free() inside the class instead of new/delete? also, what is your compiler? | 1 | 1,213 |
What if there is no idle worker, how do you intend to deal with that? Just queue them up? | 0 | 1,214 |
What does "visible to cities" mean? What range? | 1 | 1,215 |
I see. Was it talking about that one specifically? :) | 1 | 1,216 |
That's what groups are for. http://docs.djangoproject.com/en/1.3/topics/auth/#groups Why aren't you using groups? | 0 | 1,217 |
While this is obviously possible, it is far from trivial if you want it to look decent. Can you maybe get away with having several pre-rotated tower images and flip between those? | 1 | 1,218 |
I've never heard of either of those. What country are you in? | 1 | 1,219 |
Not even proper sentences? Are you currently in an exam? | 0 | 1,220 |
Awesome exercise! How do I donate money to this school? | 1 | 1,221 |
@badp I've noticed you often use acronyms that I either need to look up or someone has to have you define for them. Maybe you could consider typing things out instead? | 0 | 1,222 |
what exactly do you have in mind? Sampling or search applications? | 0 | 1,223 |
@Andrew Bolster: "listofthings in the actual implementation is coming from the parent". Why can't you make this `thing` method a part of the parent and simplify this design? | 0 | 1,224 |
I don't really get the logic. What's similar about [2] and [5] and what's equal about titles...? | 0 | 1,225 |
It depends on the hash function. What hash functions are you thinking of? | 1 | 1,226 |
you will certainly find something on the spec. Have you tried? | 0 | 1,227 |
Could you precise your idea please? Which expression of weights should I consider? | 1 | 1,228 |
Found some more information which likely explains it: http://rt.openssl.org/Ticket/Display.html?id=1497&user=guest&pass=guest -- still not sure how I can work around it. Maybe `keytool` can be used instead? | 1 | 1,229 |
Sorry, we were discussing iPad, but we did go through the overall state of Apple's products. Can you please address the other parts of the question? | 0 | 1,230 |
Is the image in the Oracle database or is it a path to the image? Could you provide a code sample? | 1 | 1,231 |
What are you asking? How to modify a stored procedure using SQL, or how to send a SQL command to the server? | 0 | 1,232 |
I need an answer to this question, but I cannot see which question it is meant to be a duplicate of. Where do I see that? | 0 | 1,233 |
Sorry if this is a stupid question. Is the output exactly `<%= debug @articles %>` or is the output actually a yaml formated object? | 1 | 1,234 |
Thanks for the detailed answer, that's really helpful. Is there a way to recognise double/triple butted tubes on eg used frames? Can you hear the thickness change by flicking it with a fingernail? | 1 | 1,235 |
@JK, Welcome to Stack Overflow! Could you tell us what your thought process has been on this problem so far? | 1 | 1,236 |
A little bit more detail would be ideal to get the question. At least, how does your data look like, who are the subscribers, what do they have to do with average time, and how is 'average time in service' defined? | 1 | 1,237 |
@Kdoto- I think it is, since I think I came up with one possible implementation. :-) Can you check and see if my logic is correct? | 1 | 1,238 |
I am not sure, its a Google interview question, I saw it initially at http://www.careercup.com/question?id=7263132.... It feels like that the question meant worst-case time bounds. Does it seem impossible? | 1 | 1,239 |
Do you need to read all of the files in the directory? Or, more specifically, are there files in that directory that you do not want to read? | 1 | 1,240 |
Thank you, after some experimenting, this seems to be the way to go. Any thoughts on how to move the reparented component back to its original place in DOM (and ExtJS component hierarchy) once the window is closed? | 1 | 1,241 |
My old pre had this too! oh Palm, why must you have been so horribly marketed? | 1 | 1,242 |
Sorry, I'm actually talking about the μF, not the voltage. What do you think about that? | 0 | 1,243 |
For those of us who aren't specifically familiar with `sendmail`, it might help if you post a more complete set of log lines, and describe exactly what details you're paying attention to when you do this manually. For example, in the line you've posted, is `p937blksdh3` the message-id? | 1 | 1,244 |
Is it acceptable to call it like `f2(func, *args, **kwargs)`, which in your case would be `f2(f1, 2, 2)`? Is this some kind of testing framework? | 0 | 1,245 |
Why would you want to round in such a strange way? How would this be useful for money rounding? | 0 | 1,246 |
This depends on the version of Drupal. Which version are you using? | 0 | 1,247 |
Why do you want to do this in the first place? You're already using managed code, why not use the BCL's [regex class](http://msdn.microsoft.com/en-us/library/system.text.regularexpressions.regex.aspx)? | 0 | 1,248 |
I find it strange that you call datetime.now() 3 times, but get different results (look in the query - one of the times is 00:00:00 and the other 2 are not). maybe you should assign the results of datetime.now() to some variable and pass that to the filters? | 0 | 1,249 |
list b? I don't get it.. mind to explain more? | 0 | 1,250 |
@Juan yeah, i figured it was something like that. Where is this magical chat room anyway? | 1 | 1,251 |
Your algorithm would presumably conclude that `{x,y,y,y,y}` and `{x,x,x,x,y}` are equal. Is that the desired behaviour? | 1 | 1,252 |
Please clarify your definition of bacon. Perhaps with a picture? | 0 | 1,253 |
I am not sure if I understand, it seems to me that your short answer contradicts your second answer. And, could you please provide an example of how can I use hyperref to do this? | 0 | 1,254 |
what about my answer? didn't it help? | 0 | 1,255 |
You appear to ask two different questions: are you building a language parser and wish to base your parser on a pile of regex? Or are you trying to implement a competitor to [pcre](http://www.pcre.org/) or [Oniguruma](http://www.geocities.jp/kosako3/oniguruma/doc/RE.txt) regular expression parsers? | 1 | 1,256 |
I'm inclined to agree with Pavel. Maybe change it to "What tech purchase has best improved your life as a programmer" or something? | 1 | 1,257 |
Unfortunately, i do not know how to start. Ok, I use fft, but what and how should I do next? | 1 | 1,258 |
@Yoga, did you get around to reading the FAQ? And why is advice for a better question bullying? | 0 | 1,259 |
That's an odd dimension for the height. You're sure it's not 80"? | 0 | 1,260 |
If you have never got it working, why should you do it everyday? Did I miss something? | 0 | 1,261 |
Seems to work fine for me. What values are you passing to the method when it doesn't work? | 1 | 1,262 |
I would have explained a problem which could have solved with the help of Versioning and then would have explained what versioning is all about. you did the same and yet they do not understand? | 0 | 1,263 |
What did you end up choosing? I'm looking at using custom layers or plug-in data source are there any more issues other than the ones you and Kirk mentioned? | 0 | 1,264 |
Just out of curiosity, how did you do the eye tracking? Are you open sourcing this code? | 1 | 1,265 |
I see a number of possible apps when I search in the Market for "mp3 tag". Did you try that? | 0 | 1,266 |
@dan and sri, Sorry if this is too far from the original question, but is there a manner of linking (ie. the type of URL I use in my post) I can use to attempt to maintain the header (I'm *imagining* some `rel=` attribute to the effect of the capturing it), or does HTTPS always strip it out? | 0 | 1,267 |
Brownout (or, conversely, surges) could be possibilities, but you'd need to take some measurements before an EE can really make any comments. Do you have a logging DMM? | 0 | 1,268 |
Welcome to the site! Are the rims the same size on both bikes? | 1 | 1,269 |
@conmulligan thanks for the heads up are there any plans to let people login? slos I noticed that when i searched a tag and and selected it i got old topics that had new answers first rather than just the newest topics is that intentional? | 1 | 1,270 |
Just to be a bit of a stinker: your title isn't really a question, nor is it a good indicator of what you're actually asking. Consider revising? | 0 | 1,271 |
Okay, so you just want to get a feel for what's out there, and know you want CCK-like functionality. Any other specific features you're looking for, or aspects of Drupal that you'd like to avoid? | 1 | 1,272 |
before I compose my answers to your questions, could you please explain what you mean by *"Lay a new thin layer of **gyps** (or some other material)"?* Also, would you be opposed to the new "concrete" screed layer being your finished balcony surface? | 1 | 1,273 |
What do you mean Justin? I am unsure what you mean by Autobot and Decepticon? | 0 | 1,274 |
This is subjective/asking for a list of things. Can you make this a CW? | 0 | 1,275 |
Arora and Barak's textbook on computational complexity covers derandomization fairly well. Did you have something else in mind? | 0 | 1,276 |
Saranyya: what task are you trying to accomplish? why do you need to sleep with such precision? | 0 | 1,277 |
How is your input given? Like in your examples or are you given a graph or something like that? | 1 | 1,278 |
Do you really need to do it using web application? | 0 | 1,279 |
The question is quite unclear. Can you provide a test-case? | 0 | 1,280 |
Well, with 4000 open files it also gets stuck, though later on, at around line 10000, and then it progresses, though much more slowly. (I guess it has to do with the output buffering?) | 1 | 1,281 |
Use a thick pen for the line and thin one to draw the border. (BTW, What's that got to do with `C++`?) | 0 | 1,282 |
This doesn't make sense. Do you mean "introspection"? | 1 | 1,283 |
Bumpity bump. Anyone else have any thoughts on this? | 0 | 1,284 |
**0% acceptance rate?** Really? | 0 | 1,285 |
What kind of processing will you perform? Is it just a matter of setting up data structures to model a family tree? | 1 | 1,286 |
You also seem to have 'Web' there twice. Which browser are you using, and do you have any greasemonkey scripts or plugins which may be breaking the links? | 0 | 1,287 |
Can you elaborate? An example maybe? | 1 | 1,288 |
I'm also a bit lost. Do you mean the concept of `\institute` as a macro, or simply where to include it in the title data to get it to print? | 1 | 1,289 |
@BioBuckyBall: Do you read what I wrote? Do you read every word? | 0 | 1,290 |
it just goes to update.php? nothing after? | 0 | 1,291 |
There used to be a Flash version made by Sega themselves. Where did that go? | 0 | 1,292 |
Please define "better" Addresses are very, very difficult to make consistent. Do you have software to filter and standardize the addresses? | 1 | 1,293 |
I think for #1 for sequential search the number is (n+1)/2. Is that right? | 1 | 1,294 |
It's possible. Do you have any code yet? | 1 | 1,295 |
Do you want to simply have all the standard input in a single byte buffer at once? Do you know a maximum length of the input stream? | 1 | 1,296 |
What do you mean by prefix? Do you mean to add a prefix to all the entity class names? | 0 | 1,297 |
Dude, awesome planning. Also, since there's at least two ways to do pretty much anything, how would you know if they are right or not? | 1 | 1,298 |
Sounds like a framework bug. Could you upload a minimal.xcproj so I can see what's going on? | 1 | 1,299 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.