sentence
stringlengths
15
600
label
int64
0
1
idx
int64
0
2.64k
I like the close votes with no explanation. How is this not a real question?
1
1,500
Then can you suggest me something, how should i do it. Because if i sort the array, i loose track of indexes, and i need to know which index the value came from??
1
1,501
Please explain why you think the `ClassNotFoundException` is incorrect. Possibly even share some code?
1
1,502
I don't want to type my credentials in again. Couldn't you just give me an admin role and handle the authorization in your code?
0
1,503
Where are you sorting `dateArray`? Or you aren't doing it right now?
0
1,504
Do the repeats have to be contiguous? is 5,1,4,1 allowed if R=2?
1
1,505
Hmmm, I've [seen this question before](http://stackoverflow.com/questions/5180159/big-o-notation-homework). What was wrong with it over there?
0
1,506
You can't imagine any circumstance in which you would need a simple front end to enter information into your db? Really?
0
1,507
Yes, but the w doesn't have to be 2. What then?
0
1,508
Well, you're ignoring all caught exceptions. Is an exception being thrown?
0
1,509
What value does CreateProcessAsUser return? If it returns zero (indicating an error), what does the GetLastError() function return?
1
1,510
Did you encrypt the actual /home partition using say dm-crypt/LUKS or did you have your user created with the actual home directory encrypted (say /home/jono/) with ecryptfs? In simpler terms, did you do the select the encryption during partitioning or during user handling?
0
1,511
@bvr @chambwez I think my code is working fine now :) My last question would be, is session handling possible in XMLRPC? How do I maintain a stateful transmission between the client and the server?
1
1,512
No. Distribued between what and what? Are those numbers independent or not?
0
1,513
I haven't used photoshop in ages, but that seems quite large. Do you mean the size of the files on disk, or do you mean the memory footprint of the file when you're working with it?
1
1,514
Why not bake the stew in a traditional container and roast the pumpkin separately, then move the stew to the pumpkin? Or don't even roast the pumpkin?
0
1,515
err..... huh???
0
1,516
Do you have any experience in Visual Basic? Have you tried reading a tutorial or a book?
0
1,517
It is not clear to me: are the independent (i.e. right hand side) variable continuous or discrete?
1
1,518
I like your idea of relativ dimensions and positions. What didn't work well?
1
1,519
do you do dfs from every node? if not, what nodes do you begin the search from?
1
1,520
What is the dynamic range of your camera's sensor (how many bits per pixel)? Can you adjust the pixel format of the raw file?
1
1,521
brian speaks truth. The best answer is "don't" followed by "why did you want to do that?"
0
1,522
I don't think I'll ever understand the "subjective and argumentative" thing for community Wikis. If nobody's getting rep, what harm does it do?
0
1,523
Another idea, looks like you are using `MBProgressHUD`, I guess your code is triggered from an animation callback, from memory, I think CoreData is not multi-threading safe. Try not to do this from `MBProgressHUD` or try using `performSelectorOnMainThread` maybe?
1
1,524
Wouldn't the time complexity depend on the type of tree? Could you elaborate on that point?
1
1,525
Is it a directed, acyclic graph? or are cycles allowed?
1
1,526
Based on the lack of reply, maybe you should take a different approach. What is wrong with installing 300 drivers?
1
1,527
How much Perl code do you have? (files, total sloc)?
1
1,528
It seems like you're trying to parse html. Have you looked at nokogiri?
1
1,529
What's the processor? What have you done yourself to answer the question?
0
1,530
Thanks for the answer do you know of anything I could use for the fixings with the foundations?
1
1,531
It seems that you are adding the text view outside of the bounds of the view controller. Have you tried setting your custom text view frame to something like (0, 0, 321, 176) to see if it appears?
1
1,532
What is wrong, are you making a comment to Elderathis answer, or are you adding your own answer? If you're adding your own answer please expand a bit on this, I don't believe the base Clockworkmod can help you unless you've previously done full ROM backups, or follow the links on Elderathis post to get hold of the approriate ROMs (stock or custom)?
0
1,533
I'm guessing ruby, but let's make it clear. What language?
0
1,534
Sorrry,but i dont know where are these project properies. Could someone tell me?
0
1,535
you want to link existing users to twitter, facebook etc... i'm right? Why you didn't use omniauth?
0
1,536
To what extent do you want: (a) mathematical rigour; (b) applications in particular software (e.g., R, SPSS, SAS, etc.); (c) domain-specific applications?
0
1,537
are you on a linux/unix machine, maybe using cygwin? then have you tried the "file" command on a file?
0
1,538
That's a big topic. Is there something specific you're having trouble with, or do you need ideas of where to start?
1
1,539
what language should be responsible for creating the empty file? is it a bash shell script?
1
1,540
A "sequence point" in C has a precise definition. Does your "(pseudo) C-like" language define sequence points in the same way?
0
1,541
Is this for homework? What have you tried so far?
1
1,542
Is it always the same for every file, or does it vary between files? Also, is it always the same number of question marks?
0
1,543
@edA-qa mort-ora-y: Why instead of saying *I want it POD* do you not state what is it that you need? Why is it that you are so interested in having it be a POD?
0
1,544
@Kosmonaut: Yes please, I agree with Martha. What is the deal with W?
1
1,545
is it converted to hex & then the hex is stored as byte array?? but why??
0
1,546
He's aware of "perdoc", but he doesn't know how to search? And he's annoyed by it having MORE than just a list of functions?
0
1,547
Sorry, I thought I had. It's a simple game, "Guess My Number - The computer picks a random number between 1 and 100> The player tries to guess it and the computer lets the player know if the guess is too high, too low or right on the money" Forgive me, I'm new here, should I have explained further?
1
1,548
@Paul R: Ok, I have edited my question. Is it better now or something is missing?
1
1,549
I'm not sure I understand exactly what you want. Could you clarify?
1
1,550
Why "arrested" in the title? "Given a ticket" makes more sense, I would think?
0
1,551
This makes no sense :( Can you make a bare-bones project that reproduces this behaviour without giving anything about your project away? If you add the tap recognizer to self.view does THAT work?
0
1,552
What exactly you need to do? Any examples???
0
1,553
OK, fair enough. But it's still not a SO question?
0
1,554
I never understand why people get annoyed at Python's required indenting. I *hope* you were going to indent your code anyway, right?
0
1,555
Why are you using exec? And what's wrong with passing in a string or file?
0
1,556
Why do you need randomness? Why can't you use sequential strings?
0
1,557
To clarify, are you asking "pros and cons... of using SSL?" or "... using SSL for the WHOLE site as opposed to just login page" or something like that?
0
1,558
Can you please clarify your question so it's clear what you're asking for. Do you want examples of functional and non-functional requirements in the problem specification?
0
1,559
Innovative? You mean, something that uses genetic algorithms that cloud compute on quantum computers?
0
1,560
@felix, why? isn't he just creating an new object?
0
1,561
Are the x/y coordinates actually reals or integers? That is, can you determine a neighbor by finding the tile with x=x+1 & y=y?
1
1,562
@user393043, is it that you've consulted the documentation and are still confused? Or that you haven't even looked at the docs in the first place?
0
1,563
@Unreason About the rectangular case - think of the situation when points aren't positioned in a rectilinear way (basically, the points inside the rectangle can take any position and, hence, build complex curves). If I have some matrix with these points, what should I do to make my mesh resolution larger (in terms of points per square inch, for example)?
1
1,564
Can you expand on your question? Are one of the arguments in this function supposed to be passed from the server?
1
1,565
By `In fact I already have!`, do you mean that you have switched to generics collections? Could you share your opinion about the performance?
1
1,566
That's odd that only certain notifications fire. How are you setting up the observers?
1
1,567
You mean the OS-specific printing interface? How can the OS-specific printing API be magically OS independent?
0
1,568
Not sure how this setup helps migration. Could you please elaborate?
0
1,569
"Could you rephrase that as more of an ethical question?" "Ok, is it *right* to buy a Chrysler?"
1
1,570
At what point in this process did you discover the MBP was unplugged? Is the problem continuing to happen after the MBP is fully recharged?
1
1,571
@Joonas: What about the solution posted by Benjamin Manns? That does not work for you?
0
1,572
You need to define your scope. Do you plan to use this on *many* words?
0
1,573
You try thinking of algorithms (either new ones or ones you know) that satisfy the constraint, discarding the ones that don't. :-) Do you have specific examples?
1
1,574
Kaiser,Thanks for your help.I have updated the question with links to the pages which show error messages. Can you please login and check it by yourself if I give you the admin access to website?
1
1,575
this has nothing to do with C#. Why did you add it as a tag?
0
1,576
Is there any real world current sources? How can I implement a current source from a voltage source?
1
1,577
I am not sure why (1) is not a way to do (2). Anyway could you please provide more detail on how to go about doing (1)?
0
1,578
Sorry its not clear but what are you considering for alternatives? Are you trying to decide between a desktop client and a web client or considering Winforms over WPF?
1
1,579
Do you have perfect knowledge of the meetings before hand, ie who will be there and in what order the meetings occur? Or, do you have to process meetings as you get them?
0
1,580
Maybe mine is a stupid question, but... Are you running the program normally? or using the debug button?
0
1,581
2.5D? Is that what people call projected 3D nowadays?
0
1,582
Why would you use a genetic algorithm for this? What's wrong with an ordinary one?
1
1,583
I edited my question. I know eval() evaluates a string as code but are my examples above correct?
1
1,584
99% of my use is C++... I don't know what they did but it's horrid. Have you tried using a remote debugger or another instance of visual studio and attaching to the process?
0
1,585
Guess that makes this community wiki. Don't you think?
0
1,586
What is `PATH` set to in `/home/hudson/.profile`? What does `type -a rvm` (Bash) or `which rvm` tell you?
0
1,587
Are you studying computer science? Whats your background in programming and computer science?
1
1,588
Well, that didn't take long. The Mac App Store was released, what, less than two hours ago?
1
1,589
You seem to have an algorithm that works. What's the problem?
0
1,590
You do realize this is an example? And that Ruby find this problem at RUNTIME?
0
1,591
What defines the end of an entry? Is it guaranteed that the lines within an entry won't start with a digit, but a line defining a new entry will?
1
1,592
Please clarify your problem. Are you looking for some P2P solution, or want to play with the IP header?
0
1,593
I am pretty sure I could, I looked at couple sites that are doing it. I just can't see the code cuz its PHP =P Must be some syntax or app setup on the facebook side perhaps?
1
1,594
@Brian R Bondy: Isn't that a fault of the answers, and not of the question? Or should the question be made more precisely?
0
1,595
You are correct Yi Jiang, we are only using HTML for his web developer. What do you mean when you refer to "If so, then why add all the weight of a rendering engine when you can do the same natively?"
1
1,596
er, no that wont work. It wud still complain about that error, wont it?
0
1,597
@IVlad: yup, but the current answers fail to explain why. Care to write a better one?
0
1,598
Interesting concept. Have you tried just adding them to a list as you get follow notifications?
1
1,599