sentence
stringlengths 15
600
| label
int64 0
1
| idx
int64 0
2.64k
|
---|---|---|
No doubt, some comments are crazy. But getting rid of **all* comments?
| 0 | 400 |
Why not using `isnan()` from math.h? Any specially reason?
| 0 | 401 |
@space_cadet: Thanks for your answer.I have two question for you.Could please let me know how the conterfactual states are generated in the first place and what is the role of \alpha s in getting rid of them?Because I've always just been taught that measurement gives each possible state with probability Tr(\Pi_\alpha \rho) for different possible projections and we never talked about inconsistent states! And the second question is in a talk by Rob Spekkens (from PI) he said he believes an adequate set of postulates for quantum mechanics shouldn't have this inner-outer problem!What do you think?
| 0 | 402 |
I don't get it. How can you want to find the "highest value" while at the same time not caring how a comparison is done?
| 0 | 403 |
I think we need a bit more context here. Exactly what type of graph do you want?
| 1 | 404 |
@dmckee: Thank you for replying. Can you please let me know the approach that should be adopted when building a software?
| 1 | 405 |
Community wiki? (Also: sigoldberg1, can we have a link?)
| 1 | 406 |
why would you have to upload the access database? isn't it already on the server??
| 0 | 407 |
According to your comments to some of the answers you don't want to use neither locks nor interlocked operations, yet you want the operation to be locked. How do you think you can achieve licking without using, well, locking?
| 0 | 408 |
In general, in questions like this it would be very useful to specify what kind of thesis you are supposed to write: For example, BSc, MSc, PhD, something else? In particular, are you expected to do new research or "just" organise existing knowledge?
| 0 | 409 |
sorry, wasn't really thinking about a definitive question. could we just say that my question is: is my interpretation valid or does it contain some problems?
| 1 | 410 |
What do you call a keyword? Every [long enough] word in a string?
| 1 | 411 |
I met the same problem. Have u resolved it?
| 1 | 412 |
Can you please provide a simple sample Haml file and the output you want to get? Do you want Ruby `- foo` and `= foo` blocks to turn into Erb `<% foo %>` and `<%= foo %>` (respectively), or something else?
| 1 | 413 |
Altering the top-level structure, moving elements between top level arrays? How does your sort need to function in the higher dimension?
| 1 | 414 |
Oh I see; I misread it, sorry. So you want to know number the number of equivalence classes (via their language) of DFA of size n?
| 1 | 415 |
Has it crashed before? How often does it crash?
| 1 | 416 |
This error implies something wrong with how the app itself is running, not with finding the template. Is there any traceback data?
| 1 | 417 |
@D.W. if thats the case, as I thought, it's not really a security question, is it?
| 1 | 418 |
@joelt -- good point, which I think is the ultimate debate going on now by the answerers below, but I would like to know (@everyone) how much of a difference is it at the beginning until they converge? How significant is it to affect the resulting algorithm?
| 1 | 419 |
Better is entirely subjective with nothing more specific. What do you photograph, what are your priorities?
| 0 | 420 |
I have a question back: Let's say your site has the user Gavin with the IP-A. Should no other user including Gavin be able to login from another ip, or should only a "second Gavin" not be able to login from another ip then IP-A?
| 1 | 421 |
Why are you putting control characters into the string? And don't they count to whatever length limits apply?
| 0 | 422 |
Check if the text simply contains some Chinese characters (with other non-Chinese characters)? or is comprised entirely of Chinese characters?
| 1 | 423 |
The bug you refer to is detected in 1.6.0_4 and not yet fixed. Why wouldn't you expect it to be present in your environment?
| 0 | 424 |
I love the idea of getting a coffee when you're angry. Maybe you could mix it up occasionally and have a vodka + red bull?
| 0 | 425 |
Why are you doing this? If `rate` has a 1:1 relationship with `Posts` why not just add a new column to the `Posts` table?
| 0 | 426 |
Hello Blix, and welcome on _Drupal Answers_. To which version of Drupal are you interested?
| 0 | 427 |
this is not merging, this is sorting. BTW what are those objects (a1 b1...) string?
| 0 | 428 |
I object to the use of cats in the described manner. Can we change it to dogs?
| 1 | 429 |
Thanks, though. This was a much more interesting question than "how do you make a positive number negative in C#?"
| 1 | 430 |
A DVT is tailored to a design. What is the design?
| 1 | 431 |
I'm not sure I would say either of those phrases as it's unclear to me what they would mean, exactly. Could you give a bit more context?
| 0 | 432 |
I tried this for some of the code but immediately ran into problems - the code for some reason it went over the book's margins. Please take a look here: http://i.imgur.com/7S9cE.png Any ideas how to make it wrap nicely?
| 0 | 433 |
the screw supposed to fasten the lever. can you send a couple of pictures?
| 1 | 434 |
Why the hell was this migrated from SO? What made them think it belonged here?
| 1 | 435 |
Thanks Chris. Appreciate the prompt response. Would I need to add any cleanser after physically removing it?
| 1 | 436 |
Do the strings have the same lenght? Would padding all to the length of the longest one be a problem?
| 0 | 437 |
Could you please give me a reference, that 95% should lie between -1.96;1.96. In other words, why should standardized residuals be $d_i\sim N(0,1)$?
| 1 | 438 |
I am attempting to ask what I see as a fundamental question. Maybe I should have asked, "is it true that there is a fundamental computational complexity for certain math that cannot be avoided?"
| 0 | 439 |
Could you tell us more about the "protective plates"?
| 1 | 440 |
Are the Ajax or other porlet technologies good enough? Are there any other Java portlet technologies that I should study?
| 1 | 441 |
@Paul W they all just pass through, there's no getting off early. would you think it would be ok to change the initial call to somewhere further down the line to skip a few but use the main interface still?
| 1 | 442 |
**PS:** I'm interested in your motivation. Could you please [tell us why you care](http://meta.cstheory.stackexchange.com/questions/300/how-to-ask-a-good-question/306#306)?
| 1 | 443 |
yes you are right I guess the problem is really whats happening around release, (I just wanted to ask if this is fine to do). Actually it's related to cocos2d before release I am making a CCAction and I have a CCSprite *sp, I am simply doing [sp runAction:anim]; while the animation is running I am releasing it, though nothing happens to the animation visually but is it right?
| 1 | 444 |
Although I didn't know that there is such a function in sql. Are there any others like this?
| 1 | 445 |
*"python on windows does not work"*... and I guess you are the first one to discover that issue? How about "Why am I getting a syntax error when I try to run this Python script?"
| 1 | 446 |
For what country? Could the data from openstreetmap be complete enough for your locality?
| 1 | 447 |
So what do you need help with? Where are you stuck?
| 1 | 448 |
'prefab' really isn't a particular architectural style...it's a manufacturing process. Can you post a picture?
| 0 | 449 |
Touched upon in [Do All Adverbs End in "-Ly"?](http://grammar.quickanddirtytips.com/do-all-adverbs-end-in-ly.aspx), section "What Are Flat Adverbs?".
| 0 | 450 |
I am not sure I fully understand the question, is it like having to make 2 piles of different units that will be the closest in total construction time? With the only constraint that piles cannot exceed 5 elements?
| 1 | 451 |
Wow what a brilliant and crazy question! Can I ask what you're going to do with it? Candlemaking?
| 1 | 452 |
(1) Thanks for the explanation that the verb “section” here is indeed an abbreviation. (2) Can you please fix the link to “Blog”?
| 1 | 453 |
can show your app please? Are you looking for something similar to this http://mrdoob.com/projects/harmony??
| 1 | 454 |
So, if I understand the issue, you need to find the superset of the vertices and get the centroid of each set therein. Then create every plane that intersects every two of those along with the centroid of the simplex... is that right?
| 1 | 455 |
Updated!!!!!!!!! any one???
| 0 | 456 |
More important than how they work is how to shut them down. Any tips on what the recipient of such a message should do?
| 1 | 457 |
Could you elaborate on what is happening? Is the method being called at all?
| 1 | 458 |
Do you have problem with it? Does it work?
| 0 | 459 |
Please enlighten me. How can a developer make doubly sure that his/her fix is correct if he/she can't reproduce the bug?
| 0 | 460 |
What part of that are you confused about? [this](http://www.quirksmode.org/js/this.html)?
| 0 | 461 |
I guess you know how a template looks, for everything..something like from the small thumbnails to the big backgrounds as you said. I will give you some ideas....tech, management, industry, computers, food, can you picture what i`m trying to say?
| 1 | 462 |
I find these methods quite unnecessary. What's the advantage of using these over the very trivial comparisons?
| 0 | 463 |
What is the context that `initialize` is called? It claims to be the "Starting point for the program" -- is a call made from `__main__` that returns the return code of this function?
| 1 | 464 |
Could you please tell us what toppings are on them?
| 1 | 465 |
Please describe, what happens if you try to boot. What boot options are used?
| 1 | 466 |
no.. there is no viewForSection method. What images are you referring to?
| 0 | 467 |
How lay are we talking about here? Do you have some knowledge of Galilean dynamics and Newtonian mechanics?
| 1 | 468 |
The first step is where the magic lies, I guess. Care to elaborate please?
| 0 | 469 |
Any luck in figuring this one out? Were any of the diagnostic steps in my answer useful?
| 1 | 470 |
That doesn't really make any sense. You have an array of dictionary objects or you actually have a dictionary whose values are all of this object type with keys like Title etc?
| 0 | 471 |
@Unreason, yes its not an natural thing to grasp, simply put: Possible Haiku combination = Infinite; Number of Monkeys OR Time required to produce said Infinite Hakim = NOT possible, as in order to generate those Infinite Haiku's you would need a greater than Infinite amount of time Or GREATER THAN infinite amount of monkeys. Now do you see the contradiction?
| 0 | 472 |
-1: A bad question. The real question is "how do I concatenate file names?"
| 0 | 473 |
Nice question!. Which specific terms do you understand and which ones do you not understand?
| 1 | 474 |
Confused. Could you give a short example with an uncompressed input and the compressed output your algorithm produces?
| 1 | 475 |
Nice, what did you set it to? greater or smaller?
| 1 | 476 |
@codeka - 4 in all of those bases is still 4. A more interesting question would be, what base is "10"? :P
| 0 | 477 |
How are you closing the connection on the server? `close` or `shutdown`?
| 1 | 478 |
Would somebody please explain what does emacs graph, given above, means? How to interpret it?
| 0 | 479 |
Out of curiosity what are you actually trying to accomplish? To put it another way, _why_ do you want to do this?
| 0 | 480 |
Your question currently doesn't make any sense as it is worded. Could you please edit it and clarify what you are asking?
| 1 | 481 |
It would really help the many viewers of this question if you would edit it to be clear without having to follow links. And what is DPAPT?
| 1 | 482 |
I think if you were to consider the DAL as a seperate entity and imagine that it was your sole responsibility whilst all consumers was work done by a third party, you would probably raise an exception for Access Denied - most of the framework would. If however, you want to avoid _exception logic_ it would be helpful to provide functions to help the consumers determine if they have sufficient access to data - though that sounds like more of a business logic issue, which is it that controls the access?
| 1 | 483 |
Could you clarify to which goto doesn't it go?.. What's the expected/real output?
| 0 | 484 |
I've tried to understand your question, but it is hard. Can you improve the formatting so that we can see what you are asking?
| 1 | 485 |
wow, that's perfect. any one have any suggested "appliances" that they like to use?
| 1 | 486 |
What R package did you use for HC3 estimation? `sandwich`, `contrast`?
| 1 | 487 |
@Colin why aren't they defined? Of course they are...or in which circumstances they aren't?
| 0 | 488 |
@Mr blue: it's possible that this question makes sense to those with an HCI background, but my gut tells me it doesn't. Can you elaborate on your question?
| 1 | 489 |
Further to what Stefan said, the tocloft package might be sensitive to other things you have in your preamble. Could you post a [minimum working example](http://meta.tex.stackexchange.com/questions/228/ive-just-been-told-i-have-to-write-a-minimal-example-what-is-that), please?
| 0 | 490 |
It looks like it may be an artifact of JPEG compression. Does the same problem occur with lossless formats such as TIFF or PNG24?
| 1 | 491 |
Emmy,
Have you found a solution for this?
| 0 | 492 |
Sorry, but I dont understand. How should I check?
| 0 | 493 |
by js?? you mean AJAX??
| 0 | 494 |
Not sure, but maybe you want a clustering alorithm, e.g. http://en.wikipedia.org/wiki/K-means_clustering?
| 1 | 495 |
What's the class that it can't find? Are they all custom classes?
| 1 | 496 |
@Jakub Hampl: At my current stage of design, it is more of a logic based game rather than an animation driven game. Out of curiosity, could you expand on the more powerful topic you were mentioning?
| 1 | 497 |
Complexity of what? Time complexity of some operation?
| 0 | 498 |
Your current solution may work but doesn't make sense to do it that way just so you can skip typing a class name. What is the problem with using the class name?
| 0 | 499 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.