sentence
stringlengths 15
600
| label
int64 0
1
| idx
int64 0
2.64k
|
---|---|---|
Can you overlap jobs? If you have two three-unit jobs and six two-unit jobs, can you run the three-unit jobs sequentially on lane A, three two-unit jobs on B, and three two-unit jobs on C, taking six units of printing time in total?
| 1 | 1,000 |
The solution reported in the issue report is to replace any occurrence of `unset($form[$id])` with `$form[$id] = array('#language' => NULL)` in the module file; it just a matter of doing a "search and replace" on a file. What do you exactly don't understand?
| 1 | 1,001 |
You need to specify a jurisdiction (at least a country, ideally a state and town) when asking if something is illegal. Otherwise how can we give the correct answer?
| 0 | 1,002 |
What are you optimizing for? For example, read throughput (concurrent reads from multiple machines), fault tolerance in the face of machines becoming not available, low number of machines... Do you also need writes?
| 0 | 1,003 |
I am not a statistics expert. Could you please explain more about the plotting idea?
| 1 | 1,004 |
Why have you cut out the interesting bit from the Apache confs? Where's the `ServerName`/`ServerAlias` stuff?
| 0 | 1,005 |
So, the canvas was causing the move to upper left, but removing the canvas still has one of the classes assuming it knows better where to place images, and it's letting me push them outside the bounds of the control. Any suggestions?
| 1 | 1,006 |
eigenvalues of what? of the image (as a matrix), of a correlation matrix, or of what?
| 0 | 1,007 |
That looks OK to me (just learning Haskell myself, though). Is there anything specifically wrong?
| 1 | 1,008 |
I don't understand this sentence "We are to find such placement of this polygons (we could make rotations and movements), when rectangle, which circumscribes this polygons has minimal area." Can you clarify?
| 1 | 1,009 |
I'm sure there is, along with a million other clever optimizations. But I really doubt they're caching the *results* of my search, so I'm still curious - what algorithm are they using to actually obtain the result list?
| 0 | 1,010 |
Could you please be more specific? What do you mean by "Library Errors"?
| 0 | 1,011 |
It looks like its not processing the imports in the WSDL. Have you confirmed suds works with external imports?
| 1 | 1,012 |
This is not really enough to tell what can be the problem. Have you tried debug you code, for example trace something in the conditions (so the function what have to be called is called properly or not)?
| 0 | 1,013 |
Please clarify your question a bit. Are you just asking how to invoke an instance's methods?
| 1 | 1,014 |
possible duplicate of [Simple algorithm for online outlier detection of a generic time series](http://stats.stackexchange.com/questions/1142/simple-algorithm-for-online-outlier-detection-of-a-generic-time-series) This question is proposed to be closed as a duplicate. Could you please let us know at the meta thread if and how your context is different from the question I linked?
| 0 | 1,015 |
To suggest an answer we need to know which application you want to open this file in. Is it a command line application (aka vi or emacs on the command line) or is it another text editor (TextEdit, TextMate, Eclipse?)
| 0 | 1,016 |
I'm having trouble following your question. Can you illustrate what you mean by'modular configuration', preferably by means of an example?
| 1 | 1,017 |
Wow that is a vaguely described problem. Could you please... give us some of the code you're having issue with?
| 0 | 1,018 |
I resisted making this comment when your question first appeared, but since it's gone two days without an answer, I've gotta ask: why? What end behavior are you trying to achieve with this?
| 0 | 1,019 |
Could you please clarify what do you mean by _password format_? How passwords are hashed for storage in database?
| 1 | 1,020 |
Is it necessary that you use a neural network to perform this classification? Or would other classes of algorithms be acceptable?
| 1 | 1,021 |
Sure, done.
(what's up with these 15-character minimums?)
| 0 | 1,022 |
Can you clarify? What's the list supposed to contain?
| 1 | 1,023 |
'Best' is rather subjective. Do you mean easiest to use, fastest, or most elegant?
| 1 | 1,024 |
Are you sure it's WordPress autocomplete? Do you get a different result with a different browser?
| 1 | 1,025 |
Why design a config file syntax that is very difficult to parse? Why not just set the relevant bash variables and source it?
| 0 | 1,026 |
If the zeros are not valid data, why are they in the vector to begin with? If they are valid, why would you not want to StdDev to account for them?
| 0 | 1,027 |
First, why are you saving an image into the database? Second, how are you loading the bytearray into the other?
| 0 | 1,028 |
I have also seen people recommending tasksel. Maybe someone could explain what this one is good for too?
| 0 | 1,029 |
AFAIK you'll need to loosen your spokes to get one in there. So maybe it shows you have a spoke wrench?
| 0 | 1,030 |
How about some code? Otherwise, how can we tell what you're doing with the image?!
| 0 | 1,031 |
-1 Why put "Urgent" in the title? Is your time more important than others?
| 0 | 1,032 |
Are you looking for a C program that you can invoke from the command line and that sets the current directory? Or you want to set the current directory within the C program?
| 1 | 1,033 |
Can you describe how it crashes? Do you get any kind of error message or exception?
| 1 | 1,034 |
Did you run any individual tests? If so, how?
| 1 | 1,035 |
Are you packing boxes into box-shaped bins? Can you rotate boxes to make them fit?
| 1 | 1,036 |
Your use of `n` is rather ubiquitous. Every student must like and dislike the same number `n` of people?
| 1 | 1,037 |
It might be useful to know what exactly your sound setup is. Do you have PA -> JACK -> ALSA permanently, or do you stop PA while you use JACK or...?
| 1 | 1,038 |
how you show imges from lazyload in listview's image? can you post your code please?
| 1 | 1,039 |
You're talking about computing the coefficients of the polynomial, right? Is this equivalent to computing the product of $\sqrt{n}$ $\sqrt{n}$-bit integers in time $\tilde O(n \log n)$ (where $\tilde O$ hides sub-logarithmic factors)?
| 0 | 1,040 |
Are you trying to create some type of tile system, or are you just wanting to draw different parts of the image at a time. What are you using it for?
| 0 | 1,041 |
"pyparsing" appears to be a word specific to Python. Is there a more general programming term for that type of action?
| 1 | 1,042 |
COBOL homework? Where do they even do that?!
| 0 | 1,043 |
What do you mean with thickness? Moduli?
| 1 | 1,044 |
I'm always amazed at how many questions are similar to this. Are people itching to write code like this?
| 0 | 1,045 |
What platform? PC or XBox?
| 1 | 1,046 |
@Caf, you are right. What was I thinking?
| 1 | 1,047 |
Career advice questions like this one are too localized for this site. Please see [Are Career Advice questions useful for anyone except the poster](http://meta.programmers.stackexchange.com/questions/588/are-career-advice-questions-useful-to-anyone-except-the-poster/590#590)?
| 0 | 1,048 |
Nice. What kind of improvement?
| 1 | 1,049 |
Boy, am I glad I don't have to eat your salmon. No offense, but I detest fennel, while I think dill is perfectly fine. Why would you want your fish tasting of licorice?
| 0 | 1,050 |
Not writing a full blown DNS so reading never ending RFC is a bit boring. Or is that absolutely essential?
| 0 | 1,051 |
This is still, even after the edit, unclear. Do you want to say that she is right and this was the best she could have said in this situation, or do you want to ask her whether she has nothing better to say, or do you want to add to the answer and propose the best follow up to her remark?
| 0 | 1,052 |
I updated original question with persistentStoreCoordinator method which I got from my AppDelegate.m. Regarding the two different managed objects, I guess I messed this up, am I only supposed to have one in the app delegate?
| 1 | 1,053 |
+1, awesome problem. BTW, do you mean "You have %d unread messages"?
| 1 | 1,054 |
I don't see why the trivial greedy algorithm does not work? Am I missing something?
| 0 | 1,055 |
Just a bit of feedback: assuming that this is the same question as your recent directed-acyclic-network before, it seems much clearer now. --- How's your linear algebra?
| 0 | 1,056 |
Thanks for the tip. What is the best way to freeze it, though? I mean, aside from what I make with it when I finally decide to eat it, how do I best store it for another day?
| 1 | 1,057 |
I cannot see a problem with this. Do you get a completely blank cell of a missing image icon?
| 1 | 1,058 |
Accepted! @Rory, one more thing - can you add a line about using the *right* hashing algorithms?
| 0 | 1,059 |
If you only want a finite number N of oracles, you could define an N-in-1 compound oracle by using the first log(N) bits of the compound oracle to indicate which suboracle you wish to query. Am I missing something?
| 1 | 1,060 |
You are not talking about the **old** share button right? can you provide us the *other* blogs that have this special like plugin?
| 0 | 1,061 |
Ruby doesn't even have an official spec, so I doubt that there's a properly correct answer. In any case, why do you need to know this?
| 0 | 1,062 |
Link? Is this homework?
| 0 | 1,063 |
Hey can this thing emit human language? I mean like words?
| 1 | 1,064 |
Which software? which version?
| 0 | 1,065 |
Flush? Do you mean flash?
| 0 | 1,066 |
The instructions you linked mention using Visual C++ Express, yet your output tells that distutils tries to use gcc. What are you actually using?
| 0 | 1,067 |
Are the k in “k-CNF” and the k in the question the same variable? And what is the parameter of this problem?
| 0 | 1,068 |
Any hints, ideas, clues. Why am I not able to install again to the real device?
| 1 | 1,069 |
You can't create a geodatabase in ArcMap, unless you are referring to the ArcCatalog window inside of ArcMap. Did you mean a 9.3 version of an.MXD file?
| 0 | 1,070 |
is it accessory to call only delegate method on button click? or some how to call it?
| 0 | 1,071 |
How would look your formula like after removing one, two, or all connectives? Could you give an example?
| 1 | 1,072 |
@tjameson Ok, If I keep the `{10}` I should be able to ditch the `length!= 10` right? or is it better not to?
| 1 | 1,073 |
@Koper, in order to program this algorithm, I need to understand what the algorithm does. How is it *not* related to programming?
| 1 | 1,074 |
Could you please elaborate for me? (RDB are not my strongest suit so forgive my ignorance) How can I normalize when there is only one table and no relationships?
| 1 | 1,075 |
Do you mean iTunes and is the metadata just in the files(e.g. mp3s) or in some other sytem?
| 0 | 1,076 |
@tinker: In your comment right below the accepted answer you say *@Ivan: nope, adding chomp does not help. tinker 41 mins ago* Do you think this is funny?
| 0 | 1,077 |
@Metalshark, this question has not received any unique answers, and I believe is probably close enough to a duplicate to close. Any objections?
| 0 | 1,078 |
yes that should be possible. I'd have to build some UI based on some javascript library and then some custom php integration to save the preferences in drupal database then?
| 1 | 1,079 |
Are you running the latest version of PhoneGap - i.e. clone from the github repository?
| 1 | 1,080 |
This is a pretty fundamental difference. Are you sure you know what `this` is and what local variables are?
| 1 | 1,081 |
@Dan Dinu: is it guaranteed it is possible to identify who is a liar and who is a truthteller? should we be able to identify it is not possible?
| 0 | 1,082 |
How do you know it doesn't work? What if you use an absolute path instead of a relative one?
| 0 | 1,083 |
Even till today I could not get the solution. Is there anyone who has done this before?
| 1 | 1,084 |
"remove all 0's and 1's". So if your int is 2107900000 you want to get 279?
| 0 | 1,085 |
How did you import it into the project? "Add to build path..."?
| 1 | 1,086 |
Nobody is actually addressing the question being asked here. Is it that vital to ensure the wheel is centered? Can it really be destroyed by riding slightly off-center?
| 0 | 1,087 |
Please elaborate on what you mean by "calling directly" and "from another class". Which object is making this call in the first case?
| 1 | 1,088 |
"non-default screen resolutions when using virtual display over screen sharing" — a statement, not a question. Please: do you *prefer*, or wish to *avoid* the non-default resolutions?
| 0 | 1,089 |
Where does the menu show up on the page? Do you have HTML or (better yet) a [JSFiddle](http://jsfiddle.net/) that we can look at?
| 1 | 1,090 |
the edit just made things less clear! how does one reorder a list A to another list B when the elements may be different?!
| 0 | 1,091 |
Works like a charm here using XE. Do you have specific steps?
| 1 | 1,092 |
Have you tried connecting manually using telnet? If so what prompts do you get for username and password?
| 1 | 1,093 |
Rainer -- thanks. Perhaps you could post an answer with your changes made so that I could see them?
| 1 | 1,094 |
It's going to depend (to a large degree I would have thought) on the climate. Where are you?
| 1 | 1,095 |
Sure seems to work for me on FF 3.6, Chrome 7, IE 8... http://jsfiddle.net/x3MMA/ (added a console.log to test). Are we missing some details of the problem?
| 0 | 1,096 |
@Jon Skeet @Brain Rasmussen I apologise, they did not appear on the'related questions' nor on my searching. @digEmAll I'm somewhat new to C#, couldn't I use the second one if I used a nullable Bar?
| 1 | 1,097 |
How are you calculating your total number of nodes? Also, your diagram shows an unbalanced tree, may I assume this is what you intended?
| 1 | 1,098 |
sorry, i'm not able to comprehend that? Where is the "add folder" option in the places menu?
| 1 | 1,099 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.