sentence
stringlengths
15
600
label
int64
0
1
idx
int64
0
2.64k
Welcome to IT Security. Do you have any security concern /questions about SLIP?
1
1,700
It seems that the string that I send is not null-terminated, could be this the problem? The string that I send is build with (string + string).c_str(), but shouldn't the c_str() method alredy add the NULL-terminator?
1
1,701
I think I misunderstood. Is the peak perpendicular to the garage door, or parallel?
0
1,702
How are you launching the debugger? Via the respective properties of your project or via attaching the debugger to the w3p.exe process?
1
1,703
How do you know it's not returning a 64-bit pointer? Have you done `sizeof(void *)` to check?
0
1,704
Except here is where the action took place, so here is where I questioned it. How about you answer it?
0
1,705
It might be good to give some more context: What kind of computer? What operating system (version)?
1
1,706
Is there anything else in specific you would like to know about the selecting coffee beans for roasting?
1
1,707
Any wisdom as to how to get the vinegar to not smell?
1
1,708
Yea the password isn't the same as the lock code and on another note, she needs a better pass code! If you have contacts and pictures synced she could just setup as a fresh phone?
0
1,709
Hello Erin, and welcome on _Drupal Answers_. To which Drupal version are you interested?
1
1,710
For the record, there are about a bazillion "big gears" in Limbo. Next time include a screenshot perhaps?
1
1,711
Some prof once told me that 1N400x's are all made the same, just graded differently based on how they turn out. Not sure how much I believe that, but if you look at [some datasheets](http://www.diodes.com/datasheets/ds28002.pdf) all specified parameters are the same except Vr and only two different capacitances (maybe they just make 1N4004 and 7's?)
1
1,712
I don't really know the answer to this, but have you considered lowering the quality or decreasing the size of the image yourself? Maybe take the UIImage from the camera delegate event, scale it down and then save using UIImageJPEGRepresentation with a lower quality setting?
1
1,713
Sorry for the delay :/ When you say "overridden using filters," what do you mean exactly? There's an alternative to hacking on the source?
1
1,714
That sounds like an old domain parking page. Does "Fetch as Googlebot" give you any response to the /robots.txt?
0
1,715
Understood, been there. ;) Maybe I'll check out Carrierwave (HVAC?).
1
1,716
I usually just boil water and then drink but I think it won't help here. Does it?
0
1,717
Thank you! I am confused about the save function though.. can you please explain how is works?
0
1,718
What have you tried? Have you read the documentation?
1
1,719
Why do you want to disable either Javascript or cookies, or both? What benefits will that provide?
0
1,720
Too vague - explain what you expect the contents of the array to be afterwards - give a concrete example. Possibly also needs a homework tag?
0
1,721
Good question, worded poorly. Might want to try rephrasing it?
0
1,722
how much have you studied yet? Do you want specific questions?
0
1,723
If it is always complete using numbers from 1..N you could just write the values 1..N to the input array. So I'm guessing thats not going to cut it?
0
1,724
the singular of hierarchies is hierarchy, btw. can you edit that?
0
1,725
Ok, so this is the answer I have come up with after reading all the posts on here: "This statement will return true because $var is being assigned a value of donut, and assignment occurs before the statement is evaluated and therefore would be boolean true because it has a value." Is this correct?
1
1,726
You mean that you are looking at the distribution of subsample **lengths** of subsegments covering each position, right? On the other hand (probably I'm wrong) I'm guessing it has something to do with the sequencing?
0
1,727
Why are you debugging AutoCAD? Isn't that AutoDesk's job?
0
1,728
Can you estimate what the warmest in-rain air temperature is in which you could or would wear it for an hour?
1
1,729
How come you have a need to to_str on a name? Isn't a string already?
0
1,730
Hi Vikas, is there any special way to accept the answers? Do i have to send any mail or click on any link to accept the answers?
1
1,731
This question is vague. Can you give a more detailed explanation as to the problem and provide some code?
1
1,732
How many is "several different"? How big are |L| and |S|, relatively/absolutely? ~~~~
1
1,733
This doesn't fix your problem, but why are you mixing C++ and C-style strings? For a start, you've engineered yourself a memory leak (where does the memory pointed to `buf` go?).
1
1,734
I'm sorry, but I can't understand `find the missing element in O(N) or better` What does mean *"or better"* in this context? It seems the kind of thing that would be solved with a simple while loop, but anyway I don't understand - it's either *solved* or *not solved*, right?
0
1,735
Alright Mike - its been already posted on light house. Would you guys need any other things from me to recreate the error?
1
1,736
Is this occurring in the same dev environment where the default page is displaying the image as desired? Have you checked the DOM to see if there is some css class(es) or javascript applying styles that hide it on the login page?
1
1,737
Hello Arosboro, and welcome on _Drupal Answers_. May you report the code of `vtiger_portal_user_form_validate()`, which I think it is your custom form validation handler?
1
1,738
Homework? Project Euler?
0
1,739
What GUI framework? What OS?
0
1,740
And can you see how he treated multiple people in the comments section? Or does it not show that?
0
1,741
Sorry about that, yes it is a taxonomy page then. The code I posted above using get_terms() was working so that means your code should work too right?
1
1,742
The only 2gb executables I know about contain archives themselves. Could you extract or partially extract the executable before packaging it?
1
1,743
Which would be a good addition: "I just did the problem and thought it's an interesting question. What are your thoughts/ideas on this?"
1
1,744
Do you want to check if it looks ok? Do you want to check if the file exists?
1
1,745
Good question! What formula did you attempt, and in what situations was it wrong?
1
1,746
What would stop the algorithm from just producing a regular expression that is the "or" of all the possible substrings? Or would you be comfortable with this regular expression from being produced?
1
1,747
Why would this be homework? And what if it was homework?
0
1,748
what?......... Also why you need to this via Array and not via DB?
0
1,749
Please be a bit more precise. What language are you developing in?
1
1,750
I am not familiar with the desired formatting. Could you please add an image of (or provide a link to) some example of what you want to achieve?
0
1,751
Error 500 means, that connect to Apache is working, but something behind it does not. What can you see in /var/log/apache2/error.log after trying to see the page?
0
1,752
I'm not sure what your problem is. Aren't you sure about how to automatically data bind it?
0
1,753
There's a comment saying "special case to return to 2" associated with the following code `if count == 2 and pattern[count] == 1`. What's so special about that case?
0
1,754
This question basically tells me nothing about what the actual problem is. Also, what's a "pathway"?
0
1,755
thanks - that's what I feared, but it's good to hear that you found it workable. If this site is available, can you please let me know the URL?
1
1,756
You have change the intent of the question considerably. Can you post a new code example to show the problem?
1
1,757
Why aren't you just doing this.startActivity(intent)? Can you post the logcat?
0
1,758
Does anyone know how to estimate a difference in difference regression in gretl? Do I have to work with OLS or panel data?
0
1,759
What do you mean by "how to charge"? Are you asking how much money to charge or how to implement an ad service and payment gateway?
0
1,760
Great question. What exactly do you mean by "bug"?
1
1,761
Ruby on Rails runs at the server side. So how about using that?
0
1,762
Do you need the id column? Why not just tell the query to fetch only the name column?
0
1,763
@stevenvh 1pm could be the difference between a space craft landing on mars and missing. Oh, sorry - is that one picometer or one picoyard?
0
1,764
How are you grilling them? High heat? Low and Slow? How long does it take to cook them on the grill?
0
1,765
What is your photo Column defined as? can you provide the table create stmt?
1
1,766
The second example in your second question accesses unallocated memory. Was that on purpose?
0
1,767
It would be helpful to learn what types of helper functions you've written. Do they lend themselves well to a Term::Menus approach?
1
1,768
I think you need to describe better what you're trying to do. You want to break up the string into substrings of a certain length?
0
1,769
Please describe the problem itself. What can be the obstacles to assigning a free guest to a free motorcycle?
1
1,770
I've always pondered if there were any 3D games classified as "Metroidvania". Do you know of any other than the Prime series (which I've always considered in the spirit of the classification, but never really dwelled on it)?
0
1,771
Images are always rectangular, how are you creating anything different? Are you looking for [image maps](http://en.wikipedia.org/wiki/Image_map)?
0
1,772
I recommend the [$0.5M 1THz Agilent VNA](http://cp.literature.agilent.com/litweb/pdf/5989-7620EN.pdf). £1~$1070, right? :D
0
1,773
Maybe if you could let us know *why* you want to do this. Just for kicks?
0
1,774
Are A and P allowed to be reals? or Must they be Integers?
1
1,775
You do `global $post`, but at the time `content_save_pre` runs, no `$post` object exists (since you are right before saving it). Could this be your problem?
0
1,776
And: what does "choppy" mean exactly? Could http://www.learningjquery.com/2009/01/quick-tip-prevent-animation-queue-buildup help?
0
1,777
How are you going to power this? If it's off of batteries, how long would you want it to last?
0
1,778
Can you please describe in more detail what you mean with "inclined"? Should the line go from the upper corner of a cell to the bottom opposite corner of the same cell, or should it cross several cells?
1
1,779
Perhaps rephrase it to something like, "What do you look for when choosing a distribution?", or "Which distribution would best suit scenario X?"
1
1,780
Would I be right to understand that, since you've posted this on SO, you are looking for a programming way to solve this question? Something like a rewrite system for propositions in Bayesian probabilities?
1
1,781
Sorry :) I dont want to hack the system!! :) is there another way?
0
1,782
Target platform is OS X. @Bavarious What alternatives?
0
1,783
Sure, no problem. Jesteś z Warszawy?
1
1,784
You'll have to give us a bit more context here. Can you provide a code snippet that displays this problem?
1
1,785
Is it possible that it could be a passenger issue? Does devise/warden cache the current_user variable?
1
1,786
Could you ask a specific question? What have you tried so far?
0
1,787
Please let us know the broader context of what you want to do. Why do you need to be able to distinguish between `DATA` and `STDIN`?
1
1,788
I'd like to know why someone voted to close this as Off-Topic. Can you please explain your reasoning?
0
1,789
You don't have any call to `fork()` in your sample program. Is this intentional?
0
1,790
Looks like the question got truncated? Could you please edit it to complete your question?
1
1,791
The last sentence looks a little contradictory. Does it copy your generated config and then overwrites it?
0
1,792
Thank you for your answer.I'm a beginner in Android so can you please explain what the meaning of root the phone and set it as S-OFF? also, how shall I do it?
1
1,793
What exactly are you asking? Are you asking for good examples for books to use, good things to try while learning, or just our opinion about the difficulty of examples?
0
1,794
From your responses, it looks like you've made up your mind to do this despite all the people telling you not to. Why did you ask the question if you don't plan to understand/listen to advice?
0
1,795
If it's TRUE white noise (static) it's at all frequencies equally and unfilteranle. What kind of noise is it really?
0
1,796
I would be concerned more with the layout of your data and how you're accessing them. Could you paste a sample of 10 rows, and the most common queries you're using?
1
1,797
"Cant see the error"? You mean your compiler crashes as badly on this code that you even can't tell us what he is complaining about?
0
1,798
We already have a related (not a duplicate) question: [http://bicycles.stackexchange.com/q/1055/8](http://bicycles.stackexchange.com/questions/1055/which-states-or-countries-have-stop-sign-as-yield-laws-for-bicyclists-idaho-stop), but we never got a good summary of locations where the Idaho Stop was implemented--unless it's really only Idaho that has this law. Maybe make this a question asking how the law has worked out in these locations?
1
1,799