diff --git "a/politeness_stack/data.csv" "b/politeness_stack/data.csv" new file mode 100644--- /dev/null +++ "b/politeness_stack/data.csv" @@ -0,0 +1,5131 @@ +Text,ground_truth,id,source +"Can you explain more in detail, what should I sddelat? Allocate a job? How?",0,0,politeness_stack +"Will expressions always be unambiguously parenthesized like that, so you don't have to deal with precedence? Or is `X OR Y AND Z` allowed?",0,1,politeness_stack +how are you resolving function pointers? I am also writing similar kind of program but still wondering how i will resolve function pointers?,0,2,politeness_stack +What is the definition of `buffer`? Is it a local variable?,0,3,politeness_stack +Is `A` a global variable? What is x?,1,4,politeness_stack +This is a very confusing question! How are you compiling your C programs?,-1,5,politeness_stack +Why not using `isnan()` from math.h? Any specially reason?,-1,6,politeness_stack +@Foon I just know that to compile in Linux I do gcc or g++ and in Solaris I do cc. Or am I wrong about it?,0,7,politeness_stack +do you want to send the 32bit number in binary form? or in ascii?,0,8,politeness_stack +Does your project involve some graphical user interface? What do you want to code?,1,9,politeness_stack +What have you tried? Where are you finding a problem?,0,10,politeness_stack +Usually compilers should generate a good code for such algorithms. Did you check what assembly a C compiler is generating?,1,11,politeness_stack +"""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?",-1,12,politeness_stack +"You want to compress strings from argv, really? Or do you mean you want to treat argv's elements as names of files to compress, like gzip the program does?",-1,13,politeness_stack +"When I run the code I am able to select store and that validation is good, however when I enter in a purchase amount I get invalid message and am still able to enter in the negative values. Not sure if there is an issue with my while statement?",0,14,politeness_stack +"@cHao Actually, i tried using select, but couldn't make it work. Can you give an example?",0,15,politeness_stack +Delimiters corresponding to what? What are you trying to do?,0,16,politeness_stack +"BTW you typo'd the declaration of `bytes_read`. And what on earth is ""incertitude""?",-1,17,politeness_stack +Too vague - explain what you expect the contents of the array to be afterwards - give a concrete example. Possibly also needs a homework tag ?,-1,18,politeness_stack +"This isn't the solution BUT, +You can't assign values to a NULL pointer as you do in the start of tree_add IF the tree pointer is NULL, also you do not return any pointer from the function even though you specified that the tree_add function should return something?",0,19,politeness_stack +@omri yes you are right... I have applied the logic acc. to what I thought is right if somebody could tell me what's wrong I have done ?????,-1,20,politeness_stack +"Please specify the platform you are compiling on, and also specify the command line options to the compiler that you're using. Is `-std=c99` one of the options, for example?",1,21,politeness_stack +"What if I want to have another while loop within the main and split the record even further? I've noticed that then the first loop doesn't loop beyond just the first iteration, why?",0,22,politeness_stack +What platform? VisualC(++)/gcc/ANSI C?,0,23,politeness_stack +"You could have forgotten an include that defined a type, forgotten a smicolon, lots of things. Can you paste the code 10 lines before and after the location that the error indicates?",1,24,politeness_stack +The nth letter? Is this the Roman version of the Fibonacci sequence?,-1,25,politeness_stack +I'm always amazed at how many questions are similar to this. Are people itching to write code like this?,-1,26,politeness_stack +"Maybe the ""junk"" servers a purpose to the application? What if you SETTEXT without the junk?",0,27,politeness_stack +"Good question, worded poorly. Might want to try rephrasing it?",-1,28,politeness_stack +no way! can you show us the entire loop?,1,29,politeness_stack +"By literal value, do you mean the string? Or the ascii integer value?",0,30,politeness_stack +"Generally, I'd anticipate a code bug. Can you paste in your FD_SET and your select calls please?",1,31,politeness_stack +"Why is your code stored in a `.cpp` (C++) file, while the question is about C? So, what is it C++ or C?",-1,32,politeness_stack +I added commentary. Does that explain what happens now?,-1,33,politeness_stack +Explain what you mean by non-smaller? You mean bigger?,0,34,politeness_stack +"Yes the second for loop has no braces as it contains a single statement within it. + +Is the time complexity of the above O(n^1.5) ?",0,35,politeness_stack +"Actually it's probably a structure. I bet you declared `struct mystruct { int something; }` and then tried `struct mystruct myobj` followed by a `myobj->something` when you meant `myobj.something`, right?",0,36,politeness_stack +"@g0d1anier: I'm just curious, is there a reason you want to use multithreading for this? It seems to me that your program will be completely I/O bound so you're adding a lot of complexity for little benefit?",0,37,politeness_stack +"I haven't ever experience `GetClientRect` returning anything but the full client rectangle, no matter what overlaps it or if it is fully on-screen. Are you sure?",1,38,politeness_stack +"Are you trying to write a standalone program to invert matrices or write a `transpose` function as part of a bigger program? If it's a standalone program, how is your program supposed to get its input and output?",0,39,politeness_stack +Are you saying this doesn't compile elsewhere? Ie this is xcode specific?,0,40,politeness_stack +"Can someone include `getpid()` in the picture? +`getpid()` in child returns 0?",0,41,politeness_stack +do you mean assembly code? and you want a self modifying application?,1,42,politeness_stack +How do you compare strings? strcmp()?,0,43,politeness_stack +Is the asterisk really an asterisk in the source code? Or just a wildcard?,0,44,politeness_stack +"""remove all 0's and 1's"". So if your int is 2107900000 you want to get 279?",-1,45,politeness_stack +"Can you compile for 64 bits? If not, can you tell the compiler that your EXE supports up to 4GB?",0,46,politeness_stack +@Praetorian: You had me into tears. I agree to you but is that going to help me with my question?,-1,47,politeness_stack +Wow! Trivial answer converted to comment! Is this new?,-1,48,politeness_stack +I don't understand what's wrong with the standard C pre-processor. Can you clarify?,1,49,politeness_stack +"yea, that code was crufty.. see the latest edit. it is still crashing when accessing the new array..perhaps the \0 characters are getting lost in the shuffle?",0,50,politeness_stack +what type is curr_time2? What data type does get_time_in_seconds() return?,0,51,politeness_stack +why not `fprintf`? is this a homework?,-1,52,politeness_stack +"i can input number, number1. skips to letter2 why?",-1,53,politeness_stack +You don't have any call to `fork()` in your sample program. Is this intentional?,-1,54,politeness_stack +Pipes are IPC tools. Where's your other process?,0,55,politeness_stack +I think he is talking about the variable length arrays that were added to C in the C99 revision of the language. Is that correct aaa?,1,56,politeness_stack +how much have you studied yet? Do you want specific questions?,-1,57,politeness_stack +two programs (processes) and two threads are completely different sets of beasts. which do you mean?,0,58,politeness_stack +Can we see the function that creates the output? And the output itself?,1,59,politeness_stack +"When the breakpoint 'activates' is the `struct frame` in scope? Do you have more variables named `Frame`, possibly static to another translation unit or local to some function ... ?",0,60,politeness_stack +"Doing a redundant `atoi` after you just did `strtol` is probably the most twisted insult to the proper use of string-to-int conversion functions in C one can come up with. Why do you see the need to ""re-convert"" the value using the broken function `atoi` when you already have it as `val` from a proper function `strtol`?",-1,61,politeness_stack +@Francesco: Why are you so against sharing the errors that you are seeing. Why don't you get that they are helpful?,-1,62,politeness_stack +"Let's talk about the error in a little bit more detail, Sergey. What is the output you get and what is the output you expect?",1,63,politeness_stack +Are you running in user mode or kernel mode? Direct manipulation of the IDT is definitely not supported under Windows - what are you trying to do?,0,64,politeness_stack +"I don't see any inherent problem with what you have done above, and it looks like no one else sees anything, either; can you post more code? How certain are you that the setfault happens at that particular waitall?",1,65,politeness_stack +Why doesn't it compile? What errors are you getting?,0,66,politeness_stack +"Other than a missing declaration of 'ss', the code you've provided will get the address of a member of a structure. Can you provide more detail on what isn't working for you?",1,67,politeness_stack +"Is this homework? If so, could you please tag it as such?",0,68,politeness_stack +"In addition to reformatting, can you try to provide some more info? Where are you stuck, what's going wrong?",1,69,politeness_stack +"Seems like a roundabout way to get an address structure to me. Why not just pass ""2a00:1450:8006::68"" to `getaddrinfo`?",-1,70,politeness_stack +"@Thanatos: Interesting, however that statement implies that there are no multibyte string encodings that have embedded null bytes? Is that correct?",1,71,politeness_stack +"Sorry, the question was not 'Is this correct, or what is correct?' it was 'Why does this work?'",0,72,politeness_stack +Which call to Print fails? The first call?,0,73,politeness_stack +More likely than not it has to do with the way visual studio optimizes the loops. Can you post the generated assembly?,0,74,politeness_stack +Why would they be apart *without* optimization? I would imagine that the optimization is that space is allocated for both in advance?,0,75,politeness_stack +"When you say ""`buf` is a string"", do you mean it's already a `char*`? And you're casting its address to type `const char*`?",0,76,politeness_stack +"I'm still confused, unfortunately. Specifically, what could I do if I wanted to read the third line, for example?",0,77,politeness_stack +@aroth: Ouch. Don't you ever need to view side-by-side diffs?,0,78,politeness_stack +I see. Was it talking about that one specifically? :),1,79,politeness_stack +"By ""implementing square"", do you mean implementing a function such that `f(x) = x^2`, or `f(x) = x`? Also, what is the precise list of operators you are not allowed to use?",1,80,politeness_stack +Is there a particular reason you need it in binary format? Could you not use simple text output?,0,81,politeness_stack +"If the struct is redefined, then everything that uses it's definition needs to be recompiled. Is there a rebuild of all modues that know about the struct?",0,82,politeness_stack +The title says 8088 and the tags say 8086. Which one do you need?,0,83,politeness_stack +"I've clarified the question, thanks ax. @runrunraygun: What is a community wiki?",1,84,politeness_stack +Paws__List is intended to be a _copy_ of List? not a reference or some sort of alias?,0,85,politeness_stack +What about a function like safe_free(void* ptr) { free(ptr); ptr = NULL; } or something like that? Or what about some kind of struct wrapper and functions to manipulate it?,0,86,politeness_stack +"The first (slightly stupid ;) ) question that comes to my mind is, do you really need to run as root? Or just need root access to some other stuff that you could sudo to, or use setuid rights to?",0,87,politeness_stack +I know little about compilers. Isn't cygwin just a compiler?,0,88,politeness_stack +Why? 99% of the time you can convert well written C code to C++ code by just changing the compiler setting. Why not start using C++ code?,-1,89,politeness_stack +Your code will result in 0.5. So what's your problem?,-1,90,politeness_stack +"What exactly have you tested? You tested for the value you expect, I understand?",0,91,politeness_stack +Implicit `int`? Two returns in one method?,0,92,politeness_stack +"It may be redundant in source, but is it redundant in binary? Is it a good practice to always check code like this because although all statements depend on the ones before them (in program flow), the program flow may change from any number of sources?",1,93,politeness_stack +What is `a`? Is there a value or just 0?,0,94,politeness_stack +do you include libfoo.h in libfoo.cpp? If you do an `nm` on the libfoo.a do you have the c++ name for the foobar() function?,0,95,politeness_stack +"This looks right, and works for me. What do you see?",1,96,politeness_stack +Why not K&R? Was this just an excuse to bad-mouth some books you didn't like?,-1,97,politeness_stack +What do you mean by 'access'? Do you want to just read or also be able to write to the cell?,0,98,politeness_stack +"It's a snippet, but mostly of where the action is. Suggestion to fix?",0,99,politeness_stack +Please clarify. You need to pass a data scructure from C to Lua?,0,100,politeness_stack +What is the problem here? Are you getting some unexpected results?,0,101,politeness_stack +"it might depend on the actual definition of BYTE. +Maybe `TRUE` and `FALSE` are already defined, so your `#ifdef`-ed code is actually never executed?",0,102,politeness_stack +"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,103,politeness_stack +"What do you mean by ""character""? The drive letter?",-1,104,politeness_stack +"@Nobody: How much slower is that, these days? Do you have any data?",0,105,politeness_stack +Then you obviously have problem with your fwrite call. Could you provide the code you use?,1,106,politeness_stack +"Sooo, what's the problem? Do you get an error when trying to compile the code?",-1,107,politeness_stack +"@sarnold It shows +Number of input = 22936722 49.Can anyone rationalise this strangeness?",1,108,politeness_stack +Are you working with the Windows command prompt? Or what environment are you trying to display the output in?,0,109,politeness_stack +How are `g_rx_buffer` and `BYTE` defined? What compiler are you using?,1,110,politeness_stack +-1: Have you tried stepping through your code in a debugger on a small dataset? What did you discover?,0,111,politeness_stack +It looks like you're not null terminating your `argv` array. Or is that just left out of your example?,0,112,politeness_stack +Why this particular number anyway? Is that the one related to some recent bug?,-1,113,politeness_stack +What OS? Can you establish a link local IP address?,0,114,politeness_stack +"@Jeff OK, OK. This is how wiki works though huh?",-1,115,politeness_stack +"Show more declarations, what is the type of the curr_time2 variable? How is the get_time_in_seconds() function declared?",-1,116,politeness_stack +"Thanks, will check that out. Is there a advantage/disadvantage using setjmp/longjmp over signals as proposed below?",1,117,politeness_stack +How are you doing your shared memory? With shm_open and mmap?,1,118,politeness_stack +"Why do you have to use goto for this? And if you want to ensure that both are initialised, isn't it easy enough to move both declarations to the top of the function?",0,119,politeness_stack +Who gives you such error? Did you compile your source using `proc` ?,-1,120,politeness_stack +"I don't think there's any ""optimal"" way to do it other than just scanning the string looking for the delimiters. Perhaps _you_ could code that yourself?",-1,121,politeness_stack +"@tomkaith, are you getting an error-code number from the call? Or just the numberless error msg?",0,122,politeness_stack +"@Haoest: It seems some friendly individual already edited the title to remove the ""gay image"". Have you tried a different threshold?",0,123,politeness_stack +"What plataform are you working on? +Which packet capture libraries are you using?",0,124,politeness_stack +"@kelton52, then the problem is at compile time rather than run time. There should still be behaviour, error messages from the compiler perhaps?",1,125,politeness_stack +How does an object type change dynamically? Do you have a vehicle base blass and two derived classes: car and bike?,1,126,politeness_stack +"@ David Thornley: Become a professional-grade programmer, also want participate in coding contest(Codechef, Topcoders),both have equal priorities + +What you suggest what kind of preparation i need to take ?",1,127,politeness_stack +A gaussian is unbounded. Am I missing something?,0,128,politeness_stack +I see no question here. What is your question?,-1,129,politeness_stack +"Nope, no sense. What's a conceptual break in this context?",-1,130,politeness_stack +I don't understand what you mean by groups. Are you asking for groups or points?,0,131,politeness_stack +What sort of non-Oracle database ? Is it running on the same machine or over a network ?,1,132,politeness_stack +"""doing math on the file as if it were one long number"" sounds like a bad idea! What method is this?",-1,133,politeness_stack +*lol* the war against crackers is stopping our white-hats to learn the trade. Maybe the criminals will go away when we don't know how they do it? ;),-1,134,politeness_stack +while that link is related things aren't quite the same in c++. For one thing isn't reference counting a lot more popular?,0,135,politeness_stack +And what is the problem? Other than the missing semicolon after name[25]?,-1,136,politeness_stack +"@Norman: I need to wrap lots of legacy API so that I can call it from lua, so a automaic way is a MUST. Do you have any other recommendation?",0,137,politeness_stack +"As an additional data point, I'd recommend verifying the COM port is actually accessible by a simple terminal application like HyperTerminal. Is it?",0,138,politeness_stack +"@Sandip, what algorithm are you working on? Is it something like memcpy/memmove (or STREAM?).",0,139,politeness_stack +The second example in your second question accesses unallocated memory. Was that on purpose?,-1,140,politeness_stack +Try to phrase the question in language-neutral terms: how would you go about implementing a function that received a X and did Y to it? What is the merit of the FlyWeight pattern and could you sketch an implementation in C?,0,141,politeness_stack +"Yes, it certainly could be. But why thre read() does not realize immediately there's nothong to read, but waits for 1/2 seconds?",0,142,politeness_stack +What is this code supposed to do? How are you approaching the data locality issues (this in my experience is the most important part of optimization)?,0,143,politeness_stack +Do you want to check if it looks ok ? Do you want to check if the file exists ?,1,144,politeness_stack +They are completely different. Have you even glanced at the documentation?,-1,145,politeness_stack +What kind of data are you expecting? Another float or printed output?,0,146,politeness_stack +"To quote Scott Meyers: ""`make`? Who needs stinkin `make`?"".",-1,147,politeness_stack +"@Laurence Gonsalves: Oh? What, then, is the ubiquitous _C string_ if it is not a string?",0,148,politeness_stack +"Are you using two sockets with the same port? If so, what is the reason?",0,149,politeness_stack +"but what happen if a process try to read but another process is still reading before ? + is the pipe closed for reading when a process read from there ?",0,150,politeness_stack +"qsort does sort lines in increasing order, but your definition of ""increasing"" isn't the same as everybody else's. Why do you think it's more logical to sort strings by length rather than by alphabetical order?",-1,151,politeness_stack +"What do you mean? How a compiler would implement them, or how to use them?",0,152,politeness_stack +"Depends on your OS. Are you on Linux, Mac, Windows?",1,153,politeness_stack +@dmckee - I wasn't aware that a closed question could be edited. Will an edited closed question generally get reconsideration?,1,154,politeness_stack +"What does ""repair the sequence by replacing the repeated numbers"" mean? Can you provide an example of the finished product (showing intermediate steps)?",1,155,politeness_stack +"Have you tried any other applications that use libsvga? Also, ""EGA driver"" sounds a bit suspicious, have you tried using other modes than 'default'?",0,156,politeness_stack +Doesn't doxygen do exactly this? Or am I mistaken?,0,157,politeness_stack +"So how exactly do you figure out, at runtime, how to call the function that you've stored in this function pointer? In particular, how are you supposed to know how many arguments to pass it?",0,158,politeness_stack +"No, it is for a student project (matrix calculation with multiple processes), but for this step I have to use mmap. +Is there another way to share the variable between all my processes ?",0,159,politeness_stack +"To answer your last question, you want to use `extern ""C""` to prevent the name-mangling. Not sure about the first one yet though; have you verified that you're actually being sent any messages?",1,160,politeness_stack +"One has `const`, and the other does not. Is this intended?",0,161,politeness_stack +"Yes, that is the real source code. And the compilation has been performed without optimization, perhaps that is the reason?",1,162,politeness_stack +"Since you're only trying to detect gnome vs kde, is there a particular set of distros or configurations you're targeting? How general does the solution have to be?",1,163,politeness_stack +"Where is the question? What did you do, and what error did you get?",0,164,politeness_stack +"I don't see how you can deduce the prototype of a C function with `nm`. To have the prototype mangled in, there, you'd have to compile the file as C++ and not as C, no?",0,165,politeness_stack +"What is the socket's protocol type? TCP, UDP, something else?",0,166,politeness_stack +IsPalindrome is a useful function? For whom? ;-),0,167,politeness_stack +"How do you get a runtime error, if you got a compile time error? What did you change to get it to compile?",0,168,politeness_stack +@luser droog: I can surely try! where can I look at that source?,1,169,politeness_stack +What are you writing your complier in? C? You are using LLVM for machine code compilation then?,0,170,politeness_stack +How do you know it's not returning a 64-bit pointer? Have you done `sizeof(void *)` to check?,-1,171,politeness_stack +@Mr.32: That depends. How does that 64-bit platform implement fseek?,0,172,politeness_stack +"Do you wish to optimise the code (make it run faster) or refactor the code (make it easier to read/maintain/modify)? If optimise, what are your timings, and how much do you need to reduce it by?",1,173,politeness_stack +Which operating system? (Sounds like some flavor of Linux?),0,174,politeness_stack +Seems okay to me. What is it supposed to output?,1,175,politeness_stack +"Although I've always used what I guess you could call an ""object based"" style of C programming, it is much, much easier to to this (and just about everything else) in C++. I have to ask why you don't seem to want to use it?",0,176,politeness_stack +"@Kiril yes you can, using function pointers. But even then, how's that different from passing the struct around to functions?",0,177,politeness_stack +"@Jamie, please explain your intention in a few words. Is it your intention to create a buffer overflow exploit?",0,178,politeness_stack +Why is updating the display immediately an issue? Doesn't that make your application seem slower than it actually is?,0,179,politeness_stack +"Presumably because the compiler decides to pass arguments in registers, or because the stack still contains the required first argument. Does it _not_ work?",0,180,politeness_stack +"What this statement do is giving you ""no hire"" on interview and severe pay cut if found in production code. May be professor will like this answer? :)",-1,181,politeness_stack +"Have you considered using bitwise operators instead of floating-point math routines? You do realize that floating-point is subject to rounding errors, which might explain why you're getting 99 instead of 100?",0,182,politeness_stack +"I'm looking in the `xmmintrin.h`, but it does not contain `__FPU_SETCW` or any mention of `FPU` at all. Are you saying I have to add some lines?",0,183,politeness_stack +"I guess it never makes it to the second 2, nor the next two 1's? After evaluation of the first if statement to true it just prints the largest integer is two and exits?",0,184,politeness_stack +"`char**` isn't a sequence of bytes, it's a pointer to a pointer to a `char`. Did you allocate any memory?",0,185,politeness_stack +What's the declaration for v1 and v2? Are they of the correct type for %f?,0,186,politeness_stack +well... where is the problem? what results *are* you getting?,-1,187,politeness_stack +I'm a bit unsure what you're asking here. Would you like Stack Overflow to do a code review of your code for you?,0,188,politeness_stack +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,189,politeness_stack +What have you tried? Where exactly are you stuck?,0,190,politeness_stack +"@Caf, you are right. What was I thinking?",1,191,politeness_stack +"Welcome to Stack Overflow! Can you be a bit more specific about what you've tried before, what problems you've run into, and what we can help you with?",1,192,politeness_stack +And what about loops? Or do we have to loop with recursion?,0,193,politeness_stack +Where is labelHashTable declared? Is it a file-scope (global) variable?,0,194,politeness_stack +Does it include any code that is specific to Linux? Or does it use only C standard library and POSIX API?,0,195,politeness_stack +"@NTDLS connect() might be hanging, I'm not sure how to tell. How would I know if it's a firewall issue?",0,196,politeness_stack +"Taken alone, this code won't compile. What are definitions for `dimensions` and its cousin `dimention` (in desperate need of a better variable name)?",0,197,politeness_stack +There are a lot of ways to ensure thread safety without using a threading API. What operating systems and cpu architectures are you planning on supporting?,0,198,politeness_stack +"This doesn't make sense. Do you mean ""introspection""?",-1,199,politeness_stack +"Annotations aren't executable code, so this is unlikely. What are you really trying to do - in what conditions would you want a test to be run or not run?",0,200,politeness_stack +The answers to the referenced question include two completely different ways of using Robot. Which did you profile?,0,201,politeness_stack +Can you provide more details? Did your application launch at all before you received this dialog?,1,202,politeness_stack +"yes, just put all these lines inside your function and replace the actual values with the argument names. what's the problem ?",0,203,politeness_stack +"Perhaps also a bit of information about the parameters to `Field()` would help. Also, are you trying to use a 1D or a 2D array to store the fields?",1,204,politeness_stack +Is there a specific question you have? Or were you just looking for a code review?,0,205,politeness_stack +"@Ding, List A is in the database, and it can have > 100K rows? What is the typical (and maximum) size of list B?",0,206,politeness_stack +"Why are we reloading the page? Can't one manage all the data to be changed in a stream to the applet directly, or AJAX javascript?",-1,207,politeness_stack +You mean access it programatically? Can you post some more details about your problem?,0,208,politeness_stack +The answers all assume a different type of output. Can you give an example of how you want the output to look (or does it just need to be readable?),1,209,politeness_stack +"Sorry to up this, I found it via google, but it seems to work when the private static final field is a primitive type. Does anyone have an idea why ?",1,210,politeness_stack +Can you show your appenders? Are you using the `ConsoleAppender`?,0,211,politeness_stack +"my expertise is in Java and web dev, not Perl and especially not build automation. Should I get someone much more experienced to help me?",0,212,politeness_stack +I added a simple out.println() message to the location where I am calling redirect and that output appears before any other output from the response. So shouldn't I be allowed to redirect at that point?,0,213,politeness_stack +"I did go through that post, but I was looking for option for both Windows and Mac. is it possible to do this via shell extension ?",1,214,politeness_stack +"I just tried this bc I was thinking along the same lines but for some reason when I implement with my data1.csv file it makes no difference, I think it is because of userID numbering and lettering. Is possible for me to send you the data file, so you can see what I mean?",1,215,politeness_stack +How long does your regression test take to complete? Surely it should be based on this?,-1,216,politeness_stack +You think mapping strings to a variable's symbolic name is a good idea? Why in the world would you think that?,-1,217,politeness_stack +How exactly should the effect look like? Fading out at the borders or something similar?,1,218,politeness_stack +What operating system? What kind of device connection?,-1,219,politeness_stack +side comment: why don't you use the latest Eclipse? Is there any particular reason?,0,220,politeness_stack +"How exactly does a test fail, i.e. what do you test for?",0,221,politeness_stack +Do you mean that you have a web browser showing Facebook and separate desktop application written in Java? And you wish to access the web page using java app?,0,222,politeness_stack +"You mean battery power? Also, what version of Windows?",0,223,politeness_stack +Are you aware that such an app requires root permissions (because it needs to access the sdcard raw without filesystem)? Therefore it will only work on rooted devices?,0,224,politeness_stack +"Nice.. you have almost give us enough details, last question. What is that `System.out.println(e.getCause().toString());` call printing?",1,225,politeness_stack +It seems that this is not possible. Are there any Intellij folks on StackOverflow?,0,226,politeness_stack +That's a lot of complicated code for something which could probably be shown a lot more simply. Care to provide a much simpler example... and an actual *question* to go with it?,-1,227,politeness_stack +"So, your IDE is Eclipse. Have you checked that the JAR file is present at the _Project > Properties > Java Build Path > Libraries_ page?",0,228,politeness_stack +"Youssef, have you had a chance to try one of the suggested approaches/tools for text categorization? If so, how did it work out for you?",1,229,politeness_stack +What do you mean by 'documents'? Something that looks like a report or just a spreadsheet full of numbers?,-1,230,politeness_stack +Or am i going against the grain here - should i really be using sessions instead? Are sessions the more 'blessed' way of doing things in struts2?,0,231,politeness_stack +JNDI lookup is the way. Can you confirm in your startup logs that the datasource actually deploys?,0,232,politeness_stack +I am not super familiar with android development. Can't you use java util Preferences http://download.oracle.com/javase/1.4.2/docs/api/java/util/prefs/Preferences.html ?,0,233,politeness_stack +"Which UI framework do you use? Swing, AWT, Struts, JSF, ...?",0,234,politeness_stack +operating system? How is Bonjour installed?,0,235,politeness_stack +is it converted to hex & then the hex is stored as byte array?? but why??,-1,236,politeness_stack +have you tried this? What output do you get?,0,237,politeness_stack +When were closures for JDK 7 cancelled? You have a link confirm this?,-1,238,politeness_stack +"What do you mean by ""URL"", exactly? This is a rather artificial concept with classpath resources - what would you do with that URL?",-1,239,politeness_stack +"Can you modify the source code of the objects class? IAW, can you make that class observable or do we need a separate Observer for that object?",0,240,politeness_stack +I don't think you can. What is it you need to do?,0,241,politeness_stack +Since when is `String` a primitive? Since when can you store primitives in a `Collection`?,-1,242,politeness_stack +How about `Class type`?,0,243,politeness_stack +Do you have problem with it? Does it work?,-1,244,politeness_stack +"It does have a reference *somewhere*, but I don't know where. Come think of it, isn't this the kind of thing decided by the JVM?",0,245,politeness_stack +this is now the fourth question about the same addcube() function. perhaps there is a larger issue here that just indices?,-1,246,politeness_stack +"Can you provide any additional information on what you want to work? It looks like you have a solution - which one is the one you want to work, and why?",0,247,politeness_stack +"just to verify, can you capture what the generated SQL looks like for a simple get like `Session.get(SecurityContact.class, id)`, hql with `from SecurityContact where securityId = ?` and your left join attempt? Also, what version of Hibernate are you using?",1,248,politeness_stack +I'm afraid it's still unclear what you want to do with roomA and roomB. Are you trying to list every permuation of the two?,1,249,politeness_stack +"I added two marks (A and B). When you say `GOTO EXECUTE method_two()`, to which mark do you want to go?",0,250,politeness_stack +"what is the expected output? `[12,40,11,8,5,87]` ?",0,251,politeness_stack +"have you checked the add attachment block is getting called, ie. that the file exists?",0,252,politeness_stack +"wow, that's perfect. any one have any suggested ""appliances"" that they like to use?",1,253,politeness_stack +Are these applications Swing based? What kind of communication is between them?,0,254,politeness_stack +Doesn't work either! If nobody sees a mistake maybe there is a jsf/ajax bug?,0,255,politeness_stack +@ROM1 - Yes I can implement HTTTP. Is there any solution for HTTP?,0,256,politeness_stack +What have you tried? What is going wrong with it?,0,257,politeness_stack +"Are you using annotations or a mapping file? PATH-TO-OPENJPA.jar, which jar are you pointing at?",0,258,politeness_stack +"What does the java process do when you use kill -INT? Does it terminate, or keep running?",0,259,politeness_stack +"can you say some more about why you need to synchronize your collection, i.e. does your Data members depend on each other or do you have some kind of logic which looks at all the members at once and cannot handle add or removes?",0,260,politeness_stack +It's unclear what you're trying to do... why are you concatenating the strings if you don't *want* them concatenated? Could you give more sample inputs/outputs?,-1,261,politeness_stack +What servletcontainer are you using/targeting? What's the reason that you don't use 3rd party libraries for this?,0,262,politeness_stack +"For all downvoters, it may be that english it's not his native language. @varsha: You want to create such an application or you already have one and want to configure it?",1,263,politeness_stack +did you mean when you try to load application context from jar its not working ? if so error message ?,0,264,politeness_stack +What is the input? And what is line 73?,0,265,politeness_stack +"What exactly do you want to warn about, and what exactly do you want the message to be? How is `@Deprecated` itself not meeting your needs?",-1,266,politeness_stack +Why do you have one currency to select? You are converting to the selected currency or from the selected currency?,0,267,politeness_stack +"What method *serialized* a `Boolean` to ""true"" and ""false""? Or are you simply talking about producing a `String` from a `Boolean`?",-1,268,politeness_stack +"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,269,politeness_stack +Some database action is linked to `stateChanged` so yes. I could use a counter so only the last event calls the mentioned DB method but maybe there's a clearer way?,0,270,politeness_stack +`DateTime` is not a built-in class in Java SE. Where does this type come from?,0,271,politeness_stack +somewhere from the run dialog of JDeveloper. But are you sure you want to use this IDE?,1,272,politeness_stack +What's in your MANIFEST.MF file? Does org.eventService.ProactiveClientEventLogger have a main() method?,0,273,politeness_stack +what does that mean? how can I do that?,0,274,politeness_stack +convert a string to a string? do you mean to an int?,0,275,politeness_stack +This sounds bizarre. Can you explain WHY you have to do it this way?,-1,276,politeness_stack +"So what's the problem? If you can read from server, then you don't know how to read if from local file, do you?",-1,277,politeness_stack +@Markos Fragkakis Can you show your Seam component and your page ? ear or war ?,0,278,politeness_stack +"So, you have duplicated records in the database, right? Also, why do you need `insertable=false, updatable=false` in join column?",0,279,politeness_stack +We still need more details: do you have your own SMTP server? Or are you using a gmail acccount for instance to send your mail through?,1,280,politeness_stack +It's usually not a good idea to try and create images of text. Is it strictly necessary for you to do so?,0,281,politeness_stack +"Is this homework? IF so, can you be more specific about what you don't understand?",-1,282,politeness_stack +"Probably a stupid question, but have you ensured that your machine resolves localhost correctly outside of java? At the CLI?",1,283,politeness_stack +"So, what does your ActionListener-Method? Does it simply call `updateTable()`, but does nothing with the result?",0,284,politeness_stack +To clarify: Are you using the same connection object to perform all the queries in your application? What specific connection class are you using?,1,285,politeness_stack +"Why not try it out and ask for specific answers if/when you encounter problems? I don't know if it's supported, but it's worth trying at least right?",0,286,politeness_stack +Why are you calling grep from within Java? Why not just use the Pattern class and avoid having to make external calls to the shell?,0,287,politeness_stack +"I understand the auditing, but I'm a bit puzzled about the purpose of the beanMap and why you extract string valued properties. Can you explain what you want to achieve?",0,288,politeness_stack +What kind of games? Any in particular?,0,289,politeness_stack +@user303218: what's the range of val values? 0-255?,0,290,politeness_stack +What is the value of isAuthenticated() after the exception is thrown? Is it possible that isAuthenticated() is then returning true meaning that continue simply causes the loop to exit?,1,291,politeness_stack +"Well, you're ignoring all caught exceptions. Is an exception being thrown?",-1,292,politeness_stack +"I think I know what is the problem. +How can I add 1 sec (or more) of empty audio between this two files?",1,293,politeness_stack +as far as I can remember Eclipse can generate the WSDL. What editor are you using?,0,294,politeness_stack +"no offense, kid, but you're trying to build a chess game and are struggling to put labels on a board? Don't you think this kind of program is a little bit out of your league?",-1,295,politeness_stack +How do you pass the design into jasper? Is it doable to have two designs depending on the option selected?,1,296,politeness_stack +"Please add some clarification: Do you have a string and you want to know if the string contains a valid double such as 2.56? Or, do you have a list and you want to know if it has duplicates values?",1,297,politeness_stack +smells like homework. what have you tried?,-1,298,politeness_stack +Do the strings have the same lenght? Would padding all to the length of the longest one be a problem?,1,299,politeness_stack +"@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,300,politeness_stack +"Interesting how the possible duplicate question is flourishing with a score of +21 and 26 answers, and this one is closed as off-topic. Is it because the asker said ""I think this is way better""?",0,301,politeness_stack +"Fails how? Do you have more information, such as error messages or sample code?",0,302,politeness_stack +"Still unclear: by ""open"", do you mean opened by the user on the desktop via Word or Windows Explorer? Or by the java program?",0,303,politeness_stack +Sounds like possible homework. What have you tried?,-1,304,politeness_stack +@pickypg thanks. Can I extend JApplet and use it to the web application?,1,305,politeness_stack +I have an application.xml file but not sure how exactly how to use it. Have I missed some settings?,1,306,politeness_stack +Why aren't you just doing this.startActivity(intent)? Can you post the logcat?,-1,307,politeness_stack +What have you tried? What are the difficulties you encounter?,1,308,politeness_stack +I'm sure the error says more than that. What else does it say?,-1,309,politeness_stack +"Meant to ask -- what do you mean by whether the JVM can remember the order of the nodes? If you use a List, isn't it the JVM implementing the list for you?",1,310,politeness_stack +"""I'm fairly new to java programming (or programming in general)"" So, have you used another programming language before? Which one?",0,311,politeness_stack +"@Jack Leow: I tried both running the server in debug mode & inspecting ""content"" and displaying it on the console with System.out.println(). + +@John Wagenleitner: Any idea as to what could be wrong on my side?",1,312,politeness_stack +You ask and answer your own question? Or am I completely missing out on something?,-1,313,politeness_stack +"Windows has some of this functionality built in, [net send ...](http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/net_send.mspx?mfr=true). Is windows-specific good enough?",0,314,politeness_stack +Should `second highest` be `second_highest`? Is there a loop?,0,315,politeness_stack +Where did you find the `dequeue` method? [My API doesn't show it](http://download.oracle.com/javase/6/docs/api/java/util/PriorityQueue.html) ..?,0,316,politeness_stack +"What error message do you get, if any? How is the table Employee defined?",0,317,politeness_stack +"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?",1,318,politeness_stack +It's still not clear. Does the URL have to contain `.com`?,-1,319,politeness_stack +I'm not sure what you're asking... it is final; it is marked as such. Are you wanting to test that its value never changes during the execution of `method`?,-1,320,politeness_stack +Did you restart the server? Why do you need to change it anyway - you can serve content in any locale?,-1,321,politeness_stack +Do you have a web server such as apache httpd in front of tomcat on your production server? If so are there any url rewrite or forwarding rules configured?,0,322,politeness_stack +Actually using (overridable) setters is more risky than accessing a private field. What if someone subclasses your class and redefines the setter?,0,323,politeness_stack +It reminds me of [APL](http://en.wikipedia.org/wiki/APL_%28programming_language%29). Tell me how comfortable you would be using that as a programming language?,1,324,politeness_stack +Can you please post the some sample code.To which panel you are adding this horizontal panel?Is there any spacing between the widgets added in the horizontal panel? or space is there on left side of whole horizontal panel?,1,325,politeness_stack +so what is your problem? You don't know how to copy the content?,-1,326,politeness_stack +I'm being a bit thick but what exactly is the problem...Are you getting an exception? is so what?,-1,327,politeness_stack +And ? What is the problem ?,-1,328,politeness_stack +Array.binarySearch requires your array to be sorted in advance. Is it?,0,329,politeness_stack +"but how you represent that in the datastore, i know that you can have a list of keys like parameter in your class, but in the datastore? you made a third entity to strore the keys of the entities in the relationship?",0,330,politeness_stack +"I have modified my job, so it doesn't use such a large heap, but also at this time I have changed `HADOOP_HEAPSIZE`. And I don't see real outcome of this chagne, I mean: Why set heap smaller than: amount_of_my_RAM / number_of_mappers_or_reducers?",0,331,politeness_stack +Why keeps everone calling Java **methods** *functions*? Is that what they're teached at schools nowadays?,-1,332,politeness_stack +"Please post the important parts of what you have now, and what you're having trouble with. Also, what does `stop-and-wait` mean?",1,333,politeness_stack +"654987 is an integer, not a double. Did you mean something else?",0,334,politeness_stack +did you finally resolve your problem? did you file a bug-report?,-1,335,politeness_stack +What do you mean by run? Instantiate a servlet or actually hit one of the doX methods?,0,336,politeness_stack +Hi. This code execute ant file name build-copy.xml. Is the file already exist or created on the fly?,0,337,politeness_stack +What about a little more information? What is your question?,0,338,politeness_stack +"There already a bunch of free IDE out there, and you want to use Visual Studio ??? You have arguments to not use Eclipse or Netbeans ?",-1,339,politeness_stack +"Your question is too vague. What do you want to achieve exactly, and what did you already tried?",-1,340,politeness_stack +It is not possible to update primary key columns in a relational database. Maybe you can use a surrogate key?,0,341,politeness_stack +Your error message tells us nothing. Do you have a detailed log --perhaps you can run it from the command line (as Ravi replied below) and paste the error messages?,-1,342,politeness_stack +"If your lists have more than 12 items, then collisions are inevitable, because there are more then 2**32 permutations of them. Or do your permutations have any particular properties which mean that there are fewer?",0,343,politeness_stack +"I never understood why sun/etc didn't implement a datespan or timespan class directly. given a Date or Timestamp class this is the first use case, isn't it?",-1,344,politeness_stack +@Marko: Why do you think Swing will be deprecated? And how do you consider javafx to be a replacement?,1,345,politeness_stack +What is the `^` symbol? Is it **XOR** (programming notation) or **to the power** (mathematical notation)?,0,346,politeness_stack +Where are you take String text? Is it long/short?,0,347,politeness_stack +"How did you import it into the project? ""Add to build path...""?",1,348,politeness_stack +Would 'volatile' really have that effect in C? Don't you mean 'register'?,-1,349,politeness_stack +"@polyg: As I mentioned below, I'm not an expert in Java. Why are enums more powerful in Java than C++/C#?",1,350,politeness_stack +Please explain why you think the `ClassNotFoundException` is incorrect. Possibly even share some code?,1,351,politeness_stack +"Yes, your description is correct at a general level. Is there something about that description which doesn't make sense to you?",0,352,politeness_stack +The layout for this sample code seems incorrect: why do you have a larger gap between the second and the third columns? Shouldn't it be between the 3rd and 4th columns instead?,0,353,politeness_stack +"I want a pony. Now we're done sharing what we want, did you have a question?",-1,354,politeness_stack +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?,-1,355,politeness_stack +"What is the absolute path of the folder on the filesystem and the permissions on that folder, e.g. (drwxr-xr-x)?",0,356,politeness_stack +Hi i asked a related question about just how many pixels android can draw and keep screen refresh speeds up. Just how many pixles are you drawing on each screeen and how fps are you getting ?,1,357,politeness_stack +what warning? and which compiler?,0,358,politeness_stack +What would be the output you expect? What have you tried already?,0,359,politeness_stack +"Thanks, I forgot to add this . Where shall I add it in the list ?",1,360,politeness_stack +Are the Ajax or other porlet technologies good enough? Are there any other Java portlet technologies that I should study?,1,361,politeness_stack +So the request *does* actually make it to your `update` method (i.e. gets routed via the mappings with the `PUT` method correctly)?,-1,362,politeness_stack +what are you trying to do with the ticket itself? Is it an option to generate tickets as needed using keytabs?,1,363,politeness_stack +"It is incredibly unclear what the actual question here is. Is it just ""what do you recommend for clustering/replication/failover options?""",0,364,politeness_stack +Besides altering the value in web.xml? Are you asking to pro grammatically update the web application's WEB-INF/web.xml file's init parameter(s) for a given servlet based on some condition you detect at runtime?,0,365,politeness_stack +Why are you trying to exchange data between component in the same system via a file? Why not use a temporary file to create a mock file?,-1,366,politeness_stack +That could be the jit compiling the hot path...? Maybe try to disable the jit (there is an option to do so on the Sun VM)?,0,367,politeness_stack +In a webpage generated by Java (in what framework?) or in a Java GUI (using what Framework?)?,0,368,politeness_stack +Are you're sure your Device/Emulator has a working Internet-connection? Did you declare the Internet-privilege in the Android Manifest?,0,369,politeness_stack +"I suppose you managed to connect your RMI registry and look up your remote object, right? Can you provide stacktrace (on client / server)?",1,370,politeness_stack +The first sentence is too long to understand. can you show us exactly what is your problem?,0,371,politeness_stack +"tried loading with image/1.png external, and it worked as for stacktrace none was given when app was starting only nullpointerExeption when image should be shown. Since it worked on from external do i still need images inside jar file?",0,372,politeness_stack +"@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?",-1,373,politeness_stack +What do you mean by 'temperamental'? Exactly what is happening?,0,374,politeness_stack +"Yeah right, I use android AsyncTask. Does it make different?",0,375,politeness_stack +i just want to know the logic of how this can be done. or if anybody can show with simple example for this calculation?,0,376,politeness_stack +"So, your app creates a new html for each login? Or for each user?",1,377,politeness_stack +it is proven that there is no close formula for n>=5. do you mean you are looking for a numerical approximation?,0,378,politeness_stack +What's the relation between the classes Main and File2 ? (which one does inherit from which one ?),1,379,politeness_stack +I would suggest you have a bug in your singleton code. Is there any reason you don't use a plain enum for your Singleton?,0,380,politeness_stack +"What do you mean by *""the compiler thinks it's an integer""*. How can the compiler think a 30-digit number is an `Integer`?",-1,381,politeness_stack +sounds like a permissioning issue on the linux box. have you tried chmod?,1,382,politeness_stack +restart using the same JVM or completly shut-down the JVM and restart using a new one? BTW: Which operating system?,0,383,politeness_stack +where are you viewing the records?? are you sure they are not stored well?,-1,384,politeness_stack +What method is giving you the ArrayIndexOutOfBounds? Can you print a stack trace?,0,385,politeness_stack +Is `getFreeCrawler()` synchronized? In which line does the error occur?,1,386,politeness_stack +"What do you mean by this, ""I'm actually testing the solution to check, if it is not adapted to single specific format of token only."" What is single specific format?",-1,387,politeness_stack +"good question. +Is the JVM open source (hotspot) or are the cools such as the javac compiler open source as well?",1,388,politeness_stack +"Do you have a constructor defined for your class? Also, is the default JVM the official one from SUN?",1,389,politeness_stack +"*""I'm developing a Java desktop application that is to be used with Ubuntu.""* What is the attraction of coding in Java when only targeting one OS?",-1,390,politeness_stack +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,391,politeness_stack +"it seems you are posting some parameter named `imagename` from your code, and you are trying to find path of that parameter ?? confusing, Or if you are uploading the file and you want the path to file from client????",-1,392,politeness_stack +"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,393,politeness_stack +"@Chin: As Peter said, you should clarify the scope of your test. What do you want to achieve with your test (performance, throughput, scalability)?",0,394,politeness_stack +Why would you need to parse the HTML that you are generating? Are you going to need to be able to insert inline HTML that could invalidate?,-1,395,politeness_stack +@arthur: Added a more concrete example in Java. How would you accomplish the same thing in Clojure?,0,396,politeness_stack +Clues? Any code???,-1,397,politeness_stack +Must it be dependent? Is GuiceFilter dependent on the container?,0,398,politeness_stack +What does your source table look like? Does that have forenames and surnames split out?,0,399,politeness_stack +Post the exception that occured - preferably including stack trace. Is it perhaps `InvalidOperationException` and you have a library with it's own .config?,0,400,politeness_stack +In my experience you cannot inherit from a class that derives from UserControl. Have you ever done it successfully?,0,401,politeness_stack +"Could you share the relevant information with us *irrespective* of whether it is an exception, and error, or something else? Also, what does because I must there KeyPairValuOfStringAndCarType mean?",-1,402,politeness_stack +What is an error? NotSuppeortedException in watch window or not sending request?,0,403,politeness_stack +.Net doesn't have a `UInt128` type. What do you want to do with the integer?,0,404,politeness_stack +"Sorry I didn't mentioned it, but it's tab separated... It is possible to quickly replace the ',' by a '.' in the code or do I have to replace it with notepad++ or something?",1,405,politeness_stack +What do you mean by prefix? Do you mean to add a prefix to all the entity class names?,-1,406,politeness_stack +What do you mean by incrementally? Do you whant to add all permutations in a List or do you want a function that produce the next permutation from the given string ?,1,407,politeness_stack +I'd recommend trying to understand _what_ it does prior to determining _how_ it does it. Did you get that far yet?,0,408,politeness_stack +Try to serialize the FormData instance and compare the XML output with the XML you are trying to deserialize. Are there any differences?,0,409,politeness_stack +You just did! What are you asking that your query doesnt already do?,-1,410,politeness_stack +You want the chart to have a click event? Or a certain part of the chart?,0,411,politeness_stack +"Yes, but the project targets .NET Framework 3.5 Client Profile. Shouldn't the compiler throw an error if the client profile doesn't contain that method?",0,412,politeness_stack +What's not working? what do you expect it to do?,-1,413,politeness_stack +why would you have to upload the access database? isn't it already on the server??,-1,414,politeness_stack +"@Roger, set the LocalSqlServer connection string to attach that db. Do you know how to do it?",0,415,politeness_stack +Your code isn't going to work anyway. How can `tags` contain a new instance of the tag object?,-1,416,politeness_stack +Why do you create a ListViewGroup? Was the CheckBoxes property of the LV ever turned on?,0,417,politeness_stack +"I think you may have made a typo in your question, you show Data #3 at index 4, then later show Data[4] = Data #4. But essentially you want to have an list with all 9 values, and fill in nulls where a value is not provided?",-1,418,politeness_stack +Are you working with individual objects? Or object trees/graphs?,0,419,politeness_stack +"Please clarify your question. What does ""This results in windows 7 with the following icons"" mean?",0,420,politeness_stack +"@bloodix, can you get a screenshot from Reg Edit to show what's in your Run registry key? Does the registry entry for your exe look similar to the other entries there?",0,421,politeness_stack +"Im also looking for an answear to this one. Is there any possibility with nhibernate to extend an entity from within another map without touching the ""main""-map ?",1,422,politeness_stack +"If so, that's a hell of a perf hit to take just to show the user a moving progress indicator. Why not just show a spinning ball or similar while the file is copying?",-1,423,politeness_stack +Did you try it yourself? Profile it and see which one performs better?,0,424,politeness_stack +Having the number of managed threads isn't very meaningful as a metric; most of those threads will have near-zero overhead when they're sleeping. Why do you want to know?,-1,425,politeness_stack +"@Tony: I guessed as much (do you write some of the MSdN content?), but how does it relate to the fileStream and/or responseStream and the overall solution?",0,426,politeness_stack +"""Everything works except I can't register ANY mouseup/down events."" Do you get an error, or does it just not work?",1,427,politeness_stack +You are not talking about the **old** share button right? can you provide us the *other* blogs that have this special like plugin?,-1,428,politeness_stack +Things are going to break if you get rid of the `.Designer.cs` file. Why do you want to do this?,0,429,politeness_stack +But the LoadWith - to my understanding should eliminate the lazy-load problem of serialization. What's more weird is that it's actually returned by a WCF service so It should already be serialized -right?,0,430,politeness_stack +"Why not use a numerical counter, then convert it to text when you need to display it? What's in `element`?",0,431,politeness_stack +"what error did you get (exception/error message) ? what exactly do you want to achieve when you say ""merging"" 2 PNG ?",-1,432,politeness_stack +Do you absolutely _have_ to concatenate? Can't you use parameters instead?,0,433,politeness_stack +Looks like homework: why have you tried so far? Where are you stuck?,0,434,politeness_stack +Why do you want 50 threads? And what is it that they are supposed to be doing exactly?,-1,435,politeness_stack +***deletes even so cynical comment***. Can you tell a bit more about the nature of your data and how you want to display it?,-1,436,politeness_stack +Are you sure you are getting the error on that line? What line are you trying to access the array on?,1,437,politeness_stack +"@Henk Holterman, I knew someone would tell me this. But what else can I do?",0,438,politeness_stack +"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,439,politeness_stack +The logic that determines the Fields from the HTML is not obvious. Could you add some information here?,0,440,politeness_stack +"What are you wanting to optimize? Processor, Request Size?",0,441,politeness_stack +@Asdfg: okay it's not a unit test then. Integration testing?,0,442,politeness_stack +"Do the URLs you want to add also come from the database? If so, what's their column name?",0,443,politeness_stack +I thought about leaving it as a hint to anyone else that restarting VS can always solve unexpected problems. What do you think?,1,444,politeness_stack +Internet Explorer may cause that. Can you check IE permissions please?,1,445,politeness_stack +Can you also show us parts of your XML file? Maybe what you are looking for are the **children** of ?,1,446,politeness_stack +Can you reveal what are you trying to acomplish? Have you considered a database and/or full text indexing for your needs?,0,447,politeness_stack +How do you bind zones to drop down list? What `TimeZoneInfo` properties are assigned to value and display text?,0,448,politeness_stack +This looks unnecessarily complicated. What are `prodsofar` and `listsofar` supposed to represent?,-1,449,politeness_stack +How do you do it presently? Do you persist the RedirectToRoute values in the POST form or hold them temporarily on the server somewhere?,1,450,politeness_stack +Why do you want to show multiple tooltips for a single control? Why not just combine the contents of the two into a single tooltip?,-1,451,politeness_stack +"Which part are you having trouble with? Do you need help determining if there are new items, or do you need to know how to start an executable once you've determined that there are new items?",1,452,politeness_stack +"I think the most likely error is that the
tag in the master page (or whatever page) doesn't have a runat=""server"" attribute? Can you post some code to help us pin-point the error?",0,453,politeness_stack +"I've re-read the question at least 4x's now and am still confused, re: if your manager has great faith in your development skills, why isn't your manager giving you senior-level responsibilities? Or is it just the title you are seeking?",-1,454,politeness_stack +That link isn't working for me. Can you check it?,1,455,politeness_stack +"What kind of files are we talking about? Can you elaborate what you mean by ""hardlink"" in this case?",0,456,politeness_stack +"What do you mean it ""did not work""? What happened?",-1,457,politeness_stack +"Are you going to implement your own syntax on top of the scripts (i.e. SQL, Excel etc) that the users are coding?",0,458,politeness_stack +"I think you might need to go over the basics a little more. Have you googled, ""C# Custom Exception"" yet, to see what you get?",0,459,politeness_stack +"I'd personally be keeping my seven million records in a database, and letting the SQL Server team worry about how to optimize memory usage. Is there some reason why that's not an option?",0,460,politeness_stack +"Which operating system are you running VS.Net 2010 on / running the program on? Is it a Winforms, WPF or another technology application that you've created?",0,461,politeness_stack +"What do you mean by no page opening, do you get an error or a blank page? If there's an error, what is it, if it's blank, are you sure your view is producing markup?",0,462,politeness_stack +"Are you asking if there is some ""Automatic"" way to do this? Or if its possible at all?",0,463,politeness_stack +Sorry I figured the random characters in the receiving end of the socket gave it away. Why is the system receiving 94/64/and 7's (ascii decimal converted from ascii characters) and how can i fix it?,1,464,politeness_stack +"Can you clarify a bit? You mean a type that implements `IEnumerable()`, or like an `enum` with a set number of values?",1,465,politeness_stack +There is something in designer code causing an error. Does this form have a custom control inside it?,0,466,politeness_stack +What do you mean? Keeping track of the X/y of each click event?,0,467,politeness_stack +"@Dave Long: Thanks, great! Would you know what the name of that command is, in Tools -> Options -> Environment -> Keyboard?",1,468,politeness_stack +"Also, by the way: there is no such operating system as ""window XP 2003"". Do you mean *Microsoft Windows XP* (a desktop operating system released in 2002) or *Microsoft Windows 2003 Server* (a server operating system released in 2003)?",0,469,politeness_stack +I'm not sure what your problem is. Aren't you sure about how to automatically data bind it?,-1,470,politeness_stack +"""above code is not working"" isn't very descriptive. What happens when you try it?",0,471,politeness_stack +There might be another action in your MSI triggering ScheduleReboot. Have you tried searching for it using Orca?,0,472,politeness_stack +What do you mean by your if statements doesnt work? It cant find that specific character in the string?,0,473,politeness_stack +"You may want to define efficient/clean. Do you mean simplest in terms of expression, or efficient in terms of processing speed, or most generic in terms of possible strings handled ... ?",1,474,politeness_stack +"What are you asking? How to modify a stored procedure using SQL, or how to send a SQL command to the server?",-1,475,politeness_stack +"Instead of ""a gazillion errors"" how about the first two? Or maybe an error that pertains to the solution file, at least?",0,476,politeness_stack +"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,477,politeness_stack +"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,478,politeness_stack +Thinking up good names is sometimes very hard. Why don't you post two examples and solicit names?,1,479,politeness_stack +What is the purpose of knowing if they are using the computer or not? What happens if they are not?,-1,480,politeness_stack +A lil bit confusing here. Do you want to compare if the Person array have a repeated items?,0,481,politeness_stack +"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,482,politeness_stack +Why are you attempting to do multi-threaded UI? What is the problem that can't be solved with single-threaded UI?,-1,483,politeness_stack +What do you know about the type already? Could you provide a sample context?,1,484,politeness_stack +And do you have the same version of your application on both machines? And are you actually starting the version of your application that you think you're starting?,0,485,politeness_stack +"Can you clarify the question? Are you asking why member variables must be declared outside the scope of a function, or are you finding that your constructor isn't working as expected?",1,486,politeness_stack +"you are not giving us **nearly** enough detail to answer your question. First things first - is this a top down game, isometric, side scrolling?",-1,487,politeness_stack +"Does the query still fail if you just iterate over it fetching the results, i.e. without the data binding?",0,488,politeness_stack +I guess you could have mis-typed the name of the textbox control. Is it TextBox1? :),1,489,politeness_stack +how did you declare the wait handles? can you post a full compiling sample?,0,490,politeness_stack +I think this question it's more related to robotics than to coding. Have you tried to search into that category?,1,491,politeness_stack +What about `DefaultListBoxItemStyle`? Are you sure that isn't the culprit?,0,492,politeness_stack +"not sure. I'm new to http, afaik, coz server is designed to serve requests from different mobile platforms, this is to get some consistency?",0,493,politeness_stack +@marc thanks. how can i fix it?,1,494,politeness_stack +Bump. Anyone have any idea on this?,0,495,politeness_stack +I don't repro this at all. What *exactly* do you type?,-1,496,politeness_stack +"Do you mean braces, brackets or both? Many interpretations- http://en.wikipedia.org/wiki/Bracket Argument list, code body, or both (the entire expression?",0,497,politeness_stack +"Are you using Visual Studio? If so, what version?",0,498,politeness_stack +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?,-1,499,politeness_stack +"What kind of input are you looking for, give little more details. [CommonDialog](http://msdn.microsoft.com/en-us/library/system.windows.forms.commondialog.aspx) look at the classes inheriting it do any of them look right for you?",1,500,politeness_stack +"You speak about a windows application, but used asp.net in your tags. Which one is correct ?",0,501,politeness_stack +Subjective and argumentative? Really?,-1,502,politeness_stack +what do you want to do after adding them? re-concatenate?,0,503,politeness_stack +What range of characters? Just latin alpha-numeric (ASCII subset) or all Unicode letters and numbers?,0,504,politeness_stack +"What do you mean by ""in GMT format""? What's the type of the Added property?",0,505,politeness_stack +Does the exception have any message included? Perhaps some details or an innerException?,0,506,politeness_stack +Sorry for inconvenience. try any help here is it an error?,1,507,politeness_stack +Are you going from a single file (i.e. inline code) to a code-beside file?,0,508,politeness_stack +How does one close Grindstone manually? Can you emulate this in code?,0,509,politeness_stack +Can you expand on your question? Are one of the arguments in this function supposed to be passed from the server?,1,510,politeness_stack +Can you create a short but complete program which demonstrates the problem? Are you sure you've got the right using directive *in the file which contains that line*?,0,511,politeness_stack +if you set the OptimizedDoubleBuffer flag you must also set the UserDraw flag. Have you tried that?,0,512,politeness_stack +have you tried stepping through the code? where does it not do what you expect?,0,513,politeness_stack +"just a simple question: if you created a simple `Foo` object, how will you be able to cast it to `Foo`? From where should it have the additional `Data`?",0,514,politeness_stack +What do you mean by usernames of a process? Do you want to know the user that created each process?,0,515,politeness_stack +Show some code. How to you show the csv file?,-1,516,politeness_stack +You want to transform a string to a byte array but you don't want to specify the encoding. How would you possible decode it back to a string without knowing how it was encoded?,-1,517,politeness_stack +I dont know how to apply the read only concept to a for-loop. Or do you mean why they say it is read-only?,0,518,politeness_stack +The resulting table shouldn't have that primary key. What provider are you using?,1,519,politeness_stack +Isn't that a bit of an odd measure? Would you choose to become a factory worker because it's *easier* and *faster to learn*?,-1,520,politeness_stack +does it have to be a C# example? can it be vb.net?,0,521,politeness_stack +"@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,522,politeness_stack +But make sure you have the right (error) line. What happens when you remove that last Requires?,0,523,politeness_stack +Does the web service support any other output besides JSON? Is there a wsdl for it?,0,524,politeness_stack +"Understood. When using this sort of method, you are not in fact launching a separate thread each time the callback is called, correct?",0,525,politeness_stack +"The language here is a little ambiguous. When you say Web Application Project do you mean loading the project in Visual Studio, or are you referring to the startup time of the application in IIS on the initial hit?",0,526,politeness_stack +"Do you want to group strictly on Rules or the combination of a Rule and Term? Otherwise, what do you want to do if a Rule has two Terms with differing compare_source and/or compare_mode?",0,527,politeness_stack +with that much data have you hit your db limit? are you on full sql?,0,528,politeness_stack +I'm not reaching the point of your question. Aren't you being able to deserialize the data?,0,529,politeness_stack +What do you mean it is still running? Is it not at 100%?,0,530,politeness_stack +I'm not sure I understand your question? What's the issue you're having??,0,531,politeness_stack +"@phoog Ah, and haha, read this question: ""it's not homework"". It seems that he's creating square wheels in some company (or maybe he's freelance?).",-1,532,politeness_stack +"""ASDFG\SQLEXPRESS"" looks correct. Do you have a type-o in your question?",0,533,politeness_stack +are you doing this to look for a specific value in the combobox? related to your last question?,0,534,politeness_stack +Could you specify what's 'different places'? Can it be multithreaded?,0,535,politeness_stack +"Got code to share? If you restart the applications after you establish the remote desktop session, does it work?",0,536,politeness_stack +Where's your public key token for the assembly? Are you adding these manually to your config file or through the IDE?,1,537,politeness_stack +"Are the rest of your ProcessStartInfo values correct? Particularly, the starting directory?",0,538,politeness_stack +not a direct answer to your question. but shouldn't you be opening exclusive?,0,539,politeness_stack +Is it a difference between users? Have you configured iTextSharp correctly on the server?,0,540,politeness_stack +"Why can't your second snippet just `return result`? Or at least, if Yes or No or Cancel, `return result`?",-1,541,politeness_stack +"Umm, which code do you have a problem with? Could you be a little more specific with what the issue is?",0,542,politeness_stack +What actually happens? Have you tried placing a breakpoint on Response.Redirect?,0,543,politeness_stack +What do you mean? exact practical view?,-1,544,politeness_stack +"do they have to be executables? what about MEF and doing the apps as plugins for the ""launcher""?",1,545,politeness_stack +Do you mean that you can't scroll all the way to the last `treeview node`? Are you adding items dynamically?,0,546,politeness_stack +My concern would be that the doWork procedure will finish (going on to workComplete) while your timer is still running calling the OnTimerEvent. Are you sure you just don't want a loop with thread.Sleep in the do work method?,0,547,politeness_stack +How are you using the FtWebRequest class? Do you have to problem with all FTP servers or just the one?,1,548,politeness_stack +@Sunil: and what does you input look like? What's the contents of cb.Text?,0,549,politeness_stack +Sorry Allen...Have you been able to reproduce the users problems ? do you trust the user ?,1,550,politeness_stack +"Can you post the actual calls you're making (the types and their `ToString` implementations may be important). Also, your `RollingFileAppender` configuration and how often is ""sometimes""?",0,551,politeness_stack +"As an aside, do you do a lot of maintenance programming... on your own code? How large, in LOC, are the projects you are working on?",1,552,politeness_stack +"isn't your regex working at line level, as e.g. in perl?",0,553,politeness_stack +This is interesting. Have you tried calling them and asking wherefor art thou WSDL?,0,554,politeness_stack +"If everything is one page behind, why can't you just take this into account while in button_click event? Something like ActualTab + 1?",0,555,politeness_stack +"if you want all the subdirectories, etc. Why are you using `SearchOption.TopDirectoryOnly` not `SearchOption.AllDirectories`?",0,556,politeness_stack +Have you tried reading the source? Or even asking Mark directly?,0,557,politeness_stack +What is on the other 9 pages? Are they blank?,0,558,politeness_stack +What happens if `C:\temp` contains both `C:\temp\somepicture.jpg` and `C:\temp\somepicture.tif`? Which file should `C:\temp\somepicture` refer to?,0,559,politeness_stack +i've checked the values at the return statement...they're valid...but once it actually returns i get nothing. is this something to do with scope?,1,560,politeness_stack +What if you attach the MDF file to SQL Server Express and inspect it using SQL Server Mgmt Studio Express?? Do you see anything??,0,561,politeness_stack +"What is the full exception? Also, the bits you commented out, which actually iterate over the linq query, what does that look like?",1,562,politeness_stack +Can you please explain in pseudo code how you would LIKE the query to be executed? What should happen on the server(s) and what should happen locally in your code?,0,563,politeness_stack +"Also, what time are you synchronising? And why?",-1,564,politeness_stack +Look at the Debug output of yor app. Are there binding errors?,0,565,politeness_stack +"@Eric - Sure, it mitigates it to an extent, but why start with something insecure when it's just as easy to use something more secure (i.e. same code, just swap out algorithm name)?",0,566,politeness_stack +"Are you asking how to persist the data (Access, Excel, Flat file) or how to query the data efficiently? Are you going to build this DataTable every time your application runs or do you need to persist it somewhere?",0,567,politeness_stack +Could you be a bit more specific? What do you mean by short key for scroll?,1,568,politeness_stack +How is your DAL structured? Is there only one Assembly?,1,569,politeness_stack +"What would you like in the case of, e.g., `http://example.com/test.php?key=val` ? Or `http://example.com/test.htm#section1` ?",1,570,politeness_stack +"Perhaps this is not a good candidate for binding to a property grid. Can you set the property, save the result, have that return instantly, and then later on, based on some user action, run your long-running operation?",1,571,politeness_stack +Delegates don't work!? Do you use Control.BeginInvoke() method to invoke delegates?,-1,572,politeness_stack +Are you saying that you can't use LINQ in this application at all? i.e. pre .NET 3.5?,0,573,politeness_stack +Cannot implicitly convert type 'object' to 'System.Web.UI.DataVisualization.Charting.SeriesChartType'. An explicit conversion exists (are you missing a cast?),0,574,politeness_stack +What is your specific problem? How to transfer the data between pocket outlook and your application?,0,575,politeness_stack +Backreference should be in the format (?.*) and not (?.*?),0,576,politeness_stack +"Don't let that link get to the agile evangelists, they will ROTFLOL in the best Weird Al style. You put a ton of work in a feature and only after its almost DONE you get feedback from the primary consumer, guess what happened?",1,577,politeness_stack +what does your databasemanager class look like? can you post some code pls?,0,578,politeness_stack +sorry I changed it to _mockDbFactory.Object. is what what you were referring to?,0,579,politeness_stack +How are you getting the parameters? How are you calling the exe?,0,580,politeness_stack +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?,-1,581,politeness_stack +"Since the Dictionary of String and Dictionary is named MasterDB, does that mean it is an in-memory database? If so, why do you have to load the entire DB into memory?",0,582,politeness_stack +"Thanks, Dimitry. I responded on the other board as well, but do you have any samples of a wrapper-based timer that I can use?",1,583,politeness_stack +You have mentioned different (multicast )client address. Are you saying that client 1 will have one address and client 2 will have another one?,0,584,politeness_stack +Is there a reason you dont just let IIS do this for you? Or use the `` features in your web.config?,-1,585,politeness_stack +Can you specify how the automated build tool invokes the click event? Is it some sort of UI testing tool that may have a bug?,1,586,politeness_stack +"Could there be quotes embedded inside quoted strings, and if so, how will they be escaped, i.e. `""Two by four (2""""x4"""")""` or `""Two by four (2\""x4\"")""`?",0,587,politeness_stack +"Now we can see FileList, it's simple. Out of interest, do you really need FileList at all though, as opposed to just using `List`?",0,588,politeness_stack +I'm not really sure what you're looking for that pinvoke.net doesn't provide. Can you cite an example where it didn't give you what you needed?,1,589,politeness_stack +What happens if there are inconsistencies? Would that be an exception condition?,0,590,politeness_stack +"Check the exception details - the stack trace should tell you exactly where this happens, so you can debug from there. Can you post the stack trace?",0,591,politeness_stack +Windows server supports tens of thousands of simultaneous connections. Have you actually tried to reach this limit and verified that you had a problem?,0,592,politeness_stack +This is an [entity](http://www.tizag.com/xmlTutorial/xmlentity.php). What do you intend when you talk about an entity?,0,593,politeness_stack +In what line of code does the error occur? Is it when you create the FileInfo object or when you start the process?,0,594,politeness_stack +How are you closing the connection on the server? `close` or `shutdown`?,1,595,politeness_stack +can you post the xaml? where you are binding at?,-1,596,politeness_stack +Are you able to change the values in your browser? Do you mean that you can do that but in server side values are not changed?,0,597,politeness_stack +"but that won't work. - please be specific, why people should guess?",-1,598,politeness_stack +"Yes, I do. Am I referencing a keyword by mistake?",1,599,politeness_stack +"The hash is used (often) to capture state, while a URL (as its [definition suggests](http://en.wikipedia.org/wiki/Uniform_Resource_Locator)) is for **identifying a resource**. So again, why would you push a non-existent url into the browser's history?",-1,600,politeness_stack +what does contentText contain after the $.ajax call? Could you post this in a jsfiddle or in this question?,0,601,politeness_stack +"I don't quite understand the problem. If your code works, won't it fire both when the browser is resized the first time, *and* when the browser is size back to its original size?",0,602,politeness_stack +What exactly are you trying to select? The element with `$('span.displayField').text()` as the current text?,0,603,politeness_stack +Are you getting any console errors ? Did you also download the .js file ?,0,604,politeness_stack +"[`class` is reserved as a future keyword by the ECMAScript specification](https://developer.mozilla.org/en/JavaScript/Reference/Reserved_Words). Also, what if the element has more than 1 class?",0,605,politeness_stack +"Does it do anything other than deselect it? That seems a little redundant, why not just uncheck the checkbox?",-1,606,politeness_stack +"Actually, it worked locally but then did not work live on the site. On the site it is still saying ""Access Denied"" even if calling the jQuery file from the same domain/subdomain combination... any thoughts?",1,607,politeness_stack +Did you ever get this resolved successfully? Do you still need help with this?,1,608,politeness_stack +"You might want to specify what language you're trying to do the parsing in - if in C, C#, JavaScript. If JavaScript, are you perhaps trying to your own HTML document from within a browser, or offline?",1,609,politeness_stack +"So you want to remove classes `class2` `s2` `another-class2` and the like? Do you want to remove all of them, or just one at a time?",0,610,politeness_stack +Any errors? what is in the debug console?,0,611,politeness_stack +$() and $j()? why? do you use jQuery.noConflict()?,0,612,politeness_stack +"The tweening part is easy; you just do simple linear interpolation in the 3-dimensional color coordinate space. But it's not clear what you want; do you want the initial color on page load to reflect the age, and then have the age continue to change slowly?",0,613,politeness_stack +What is it trying to do? What happens instead?,0,614,politeness_stack +Is it possible that you're caching values that some code paths don't actually use? Could you be caching things that are only used once?,1,615,politeness_stack +Aha! Can I also give you an answer which is not coded??? You and me need codes... Okay?,-1,616,politeness_stack +I don't see the DOMWindow type in my Chrome. Are you sure that it's a type?,0,617,politeness_stack +any code? or do we have to guess at how you did it?,-1,618,politeness_stack +"Your current code would load page.php's content into the `
`. Are you saying that, within page.php, there is code to run testit_1, and on page_2.php to run testit_2?",0,619,politeness_stack +"And how do you want the words to be sent? Each word separately, or the text as a whole?",0,620,politeness_stack +Can you please post some code. How is data received at the client side?,1,621,politeness_stack +@rlemon: d'oh! Let me guess only in IE?,0,622,politeness_stack +ok your 1 step closer to getting help. Now what exactly is _NOT working_?,-1,623,politeness_stack +@Avitus My Chrome version is 11.0.686.3 dev. Do not work because of my Chrome version?,0,624,politeness_stack +That's good news. Isn't there a Sherlock Holmes quote about how the answer to a mystery is never that something impossible has happened? :-),1,625,politeness_stack +"@Jeremy: What happens if you add this line to your code - `alert({iframe:true, innerWidth:425, innerHeight:344}.iframe)`. Does view source give you the same code?",1,626,politeness_stack +You could try telling us what the errors you are getting are. Or are we supposed to guess?,-1,627,politeness_stack +"Looks like `CodeMirror.fromTextArea('code', options);` returns `undefined`. Maybe you are passing the wrong arguments to that function?",0,628,politeness_stack +We thought about that as well..where do you see the advantage? Browser independence??,0,629,politeness_stack +Which platform are you using? If it's ASP.NET do you have access to the App_Browsers folder?,0,630,politeness_stack +"The code above is in application.js and it does manage to create a unique `new_id` each time it runs. But, how can I then access this unique number from inside the view?",0,631,politeness_stack +Check what you get from $('input.in') -> is it the first input? is it an array of all elements of that class?,0,632,politeness_stack +@gabriel looks like he's setting up his cells. how would you accomplish that?!,0,633,politeness_stack +"1st of all, I think `string` is a reserved word, and shouldn't be used. Second of all, have you tried debugging with console.log?",-1,634,politeness_stack +@Guffa What exactly should I do to make it absolutely clear that I don't care what for my vote is used aside from the fact that it lets the OP know that his / hers way is the best in my opinion? Would you stop making remarks if I upvote your post?,-1,635,politeness_stack +It looks like the string is double encoded: first Html Encoded and then URL encoded. Why is that so?,0,636,politeness_stack +"What do you mean by ""detect"" exactly? What do you want to do in reaction, show a scrollbar?",0,637,politeness_stack +"Do you want it to automatically be called with a delay of 5 seconds between invocations, or will this be called in response to a user action and you want to ensure that it waits at least 5 seconds after the last invocation before going again? If the latter, should the user be able to queue up events, or should the input be ignored if 5 seconds have not elapsed?",0,638,politeness_stack +"so i partially understand. I took out version jquery version 1.3.2., but how do I update jquery version 1.4.2 so it works with the fading images function?",0,639,politeness_stack +"There is no difference between rules specified in the document and rules specified externally. Are you sure the external CSS file is being included correctly, and are you waiting until it's been loaded via `onload`?",0,640,politeness_stack +How large is your triangle likely to be? Is it small enough to assume that the surface can be considered as flat or do you need spherical geometry?,1,641,politeness_stack +DOM elements don't have names per-se (although some tags such as `input` can have an attribute `name`). Could you elaborate on your requirements?,0,642,politeness_stack +Could be a character set issue. Is the HTML in UTF-8 and stored as ISO-8859-1?,0,643,politeness_stack +"Not really, no (though maybe with JS). Is `display: block` a problem for some reason?",-1,644,politeness_stack +Welcome to SO. What is a Try It Editor?,1,645,politeness_stack +It sounds like you want to change the code that is generating this JSON. Can you show us the relevant PHP code?,0,646,politeness_stack +How do you expect a DOM node to be serialized? What information do you want from a DOM node?,-1,647,politeness_stack +It's not exactly clear what you're trying to do. Do you just want get the text of the HTML table without the HTML tags?,1,648,politeness_stack +Did you already ask this question? But i think the file path for tabify could be playing up??,-1,649,politeness_stack +@Rippo: Tried it and it doesn't work. Isn't the `$form.find('.person')` supposed to find all elements that have the `person` class inside the form with `personas` id?,-1,650,politeness_stack +@ammar: Isn't the entire purpose of internationalization with a resource bundle that your application display a number of languages correctly? Why would you then want to dictate to the user what language they should use?,-1,651,politeness_stack +Can you show us your code? How are you calling COlorbox?,0,652,politeness_stack +"Just tested on IE8 Win7, it works! Does it reports some errors?",1,653,politeness_stack +So your .click listener/handler is functioning correctly (you can do other things within it?) and it's only your $.get function that has an issue inside the handler?,1,654,politeness_stack +I don't understand. Do you want to make a screen shot of the rendered DIV and save that to an image?,0,655,politeness_stack +"Adding window.id didn't help the issue. What is strange is that testing this as a file works fine even in Safari, testing it on a server (localhost or remote) it does not work which leads me to believe it's some sort of security 'feature' ?",0,656,politeness_stack +Stick it in dynamically from where? You just need it to be a global js var?,-1,657,politeness_stack +"If the form starts with pre-filled data, I would think that data would be populated with placeholder=""my text"". If that's the case, clearing all inputs should be fine, right?",1,658,politeness_stack +"@Jim: That is the declaration of the function, it is not called. Where is `printme` called?",0,659,politeness_stack +"Normally, the div will be rendered according to the contents inside when it is loaded. Is there a reason to set the width and height manually?",0,660,politeness_stack +"Well, it would depend on what the text file contains! Basically, the compression will be removal of extra spaces and line breaks, which can decrease the file size substantially, but how will you re-construct it again on the client side?",0,661,politeness_stack +mozilla orders events differently to IE though doesn't it? I assumed my way didn't work because the clicked element will process the event before the document in IE?,0,662,politeness_stack +"Yes, I had to wait about 18 minutes or whatever it was, in that time I forgot to come back and accept it. + +Do I always have to wait for these flood checks?",-1,663,politeness_stack +"Usually you'd specify language in the tags (for example, HTML, CSS, PHP, etc.) What language are you using?",1,664,politeness_stack +So you are having multiple instances of a form structure (same structure) one for every user and you want to save *only* the corresponding user's info when that form's save button is clicked. Is that the correct requirement?,0,665,politeness_stack +"if you mean _window.onload = onload_, then that would work, or something similar. have you tried your example to see what happens?",1,666,politeness_stack +"@tjameson Ok, If I keep the `{10}` I should be able to ditch the `length != 10` right? or is it better not to?",1,667,politeness_stack +You don't - you run a callback function (like @Alex's answer) or something fancier like `jQuery.Deferred` (my answer). But your question is unclear - could you show us some more code?,0,668,politeness_stack +So is there any problem/issue you are facing? What is the problem?,1,669,politeness_stack +"time is a timestamp to make different IDs for each object. +This code gets executed when a box is created, so the selector is the name of the box which has just been created, what do you mean by every possibile selector?",0,670,politeness_stack +Is there any specific element you're targeting? Could you put together a sample structure?,1,671,politeness_stack +"With highlighting, you mean selecting it or do you want to wrap it in e.g. a `span` tag?",1,672,politeness_stack +"if id=r2 is selected, id=r1 should be de-selected? de-selection of a radio button isn't captured by this?",0,673,politeness_stack +Why do you want to disable it? Because of memory leak or unpredictable bugs?,0,674,politeness_stack +I can't reproduce this. can you post a link to the image with this behavior?,0,675,politeness_stack +Please explain the kind of statistics you are trying to gather. Is it just number of loads or urls or is there some callback info you want when the user is using your widget?,1,676,politeness_stack +"*""Use a JavaScript literal.""* Huh?",-1,677,politeness_stack +"Perhaps something else is receiving the request before your option page? AKA, the background page?",1,678,politeness_stack +Why would you want to round in such a strange way? How would this be useful for money rounding?,-1,679,politeness_stack +Why do you need 200 variables? Why not have one array with 200 elements?,-1,680,politeness_stack +"@Vas - Should the index really start at 0? How do you indicate zero Event[""Certificationes""]?",0,681,politeness_stack +YUI Compressor can compress JS and CSS... What error did you get using packer?! Have you followed these rules while writing JS: http://javascriptcompressor.com/content/CompressedExample.aspx ?,0,682,politeness_stack +"Are you trying to create an advert that plays video (which you will then host through Doubleclick), or are you trying to create a video player with advertising on it? If the latter, what is the connection between the advertising and the video?",0,683,politeness_stack +I tried a if (ajaxBanner_timeout == 0) {... but that didn't work. Where do I need to define ajaxBanner_timeout?,1,684,politeness_stack +It should prepopulate from that json url. Are you sure you followed the guide?,0,685,politeness_stack +"If I have a form that starts with a set of data, and I want to reset it to a different set of data this will not work? right?",0,686,politeness_stack +"@Sorin: If it's just a simple script, then why do you need ""syntactic sugar"" at all? Is it pure vanity (*""...but I want it to work this way because it looks much nicer""*) or is there any technical reason that you cannot simply use the methods that are already there?",-1,687,politeness_stack +Alright Mike - its been already posted on light house. Would you guys need any other things from me to recreate the error?,1,688,politeness_stack +For what its worth I have chrome 7. Is it possible that greasemonkey support was added at 7?,1,689,politeness_stack +"@Ivo Wetzel So, you are saying there is not way to get all objects attributes and values ? Or to convert such object to an associative array ?",1,690,politeness_stack +"There have been disruptions and outages on Twitter over the last few days (more than usually, that is). Are you sure what you are seeing is independant of that?",0,691,politeness_stack +Do you want to do this search once or many times per page? I.e. how efficient does it need to be?,0,692,politeness_stack +"@Mike: I would stick to what I have if this is better than what I am seeking. My thinking is if there was already an calculated number assigned, I can use it because $("".chk:even"") and $("".chk:odd"") would be iterating through all rows twice correct?",1,693,politeness_stack +Hey Sai - I'm having trouble picturing it my head. Any chance you have a design or a sketch for it?,1,694,politeness_stack +I can't think of any reason why this would be necessary. What are you trying to accomplish?,-1,695,politeness_stack +`self` is reserved? Are you sure about that?,-1,696,politeness_stack +What exactly you need to do? Any examples???,-1,697,politeness_stack +This is probably more of a timing issue than anything else. Can you provide some information as to the actual application of this to whatever you're doing?,1,698,politeness_stack +"Yes but making it cross browser will be headache. I have old code somewhere, untested for long time - want me to post it anyway?",1,699,politeness_stack +see if the `returnList.firstChild.textContent` is returning an array or not? By your statement can I assume that its working in FF and others?,1,700,politeness_stack +"Also, what happens when you compare 15 Jan to 10 March? 3? 2.xx?",0,701,politeness_stack +"What does ""wrong"" mean? Can you give an example?",0,702,politeness_stack +"You give us some setup, but you don't explain what the problem is. Can you go into more detail about what's actually wrong or not working?",0,703,politeness_stack +okey doke. do you need more than that?,0,704,politeness_stack +What type of error? Validation server side or an exception thrown?,0,705,politeness_stack +You're trying to call a JS function inside of an iframe? Am I understanding correctly?,0,706,politeness_stack +`x` is some variable in your server side programming language? What do you use?,0,707,politeness_stack +"Yup, as Josh said. There may be too many entries to work with just get (limited to 256 characters?).",0,708,politeness_stack +If something already exists. Why would I take the overhead of maintanance ?,-1,709,politeness_stack +by js?? you mean AJAX??,-1,710,politeness_stack +Have you tried? How? Some code?,-1,711,politeness_stack +JQuery has many lightbox implementation. have you thought about scraping the proto lightbox and porting to a jquery based one?,0,712,politeness_stack +Do you want the complete question solved yourself? What exactly is the question here?,-1,713,politeness_stack +Have you found the answer for your question? If yes would you please share it?,1,714,politeness_stack +All I did was add a newline and 3 spaces to change the formatting. Perhaps someone else tried to edit at the same time as me?,0,715,politeness_stack +Do you really mean that is the entire tag? The script tag is an external ref that simple has an empty comment inside?,0,716,politeness_stack +i think there is a LOT of information you arent telling us. are there any examples of headers and footers you are trying to make?,-1,717,politeness_stack +"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?",-1,718,politeness_stack +The result you're getting is odd. Can you please post more information?,1,719,politeness_stack +"Don't use the `javascript:` pseudo-protocol in inline event handler attributes; you're merely adding a useless JavaScript label there. Moreover, this should work as expected, what exactly does not work?",0,720,politeness_stack +Unsuitable? How so?,0,721,politeness_stack +Could you elaborate on what is happening? Is the method being called at all?,1,722,politeness_stack +Why not just use the onmousedown event as a trigger for whatever you're attempting to do instead? (What are you trying to achieve?),-1,723,politeness_stack +Is the `.linkQuantite` element a child of the `` element? Does it work when you do `$(this).parent('tr').attr('class'));`?,1,724,politeness_stack +will u please rephrase the question? what do you want to do really?,-1,725,politeness_stack +For all we know they could easily just be two random numbers stored in a database somewhere with no actual mapping. Why do you want this - you want to scrape all the extensions off the site mechanically?,0,726,politeness_stack +"Can you provide the kind of input you're talking about in which there are no newlines? Do you mean there are no empty lines, or no newlines?",-1,727,politeness_stack +You will need some code on the server side for this to work. What environment are you going to host this in / what scripting languages might be available on the server side?,0,728,politeness_stack +"I had to look at the source of if_javascript() to understand how atrocious it is. There are plenty of alternative solutions for any problem if_javascript() was trying to solve, so could you give us some specifics?",0,729,politeness_stack +"so far im not using css ill leave that to the very last! so i dont think is css issue , other guy who was working here did the same thing i am doing but he used api v2 im using api v3 could this be the cause?",1,730,politeness_stack +what i mean is the php part is the part that you need to debug. what is the error that you are getting?,0,731,politeness_stack +I don't understand what you mean. When you use an array where exactly to compare what?,0,732,politeness_stack +**0% acceptance rate?** Really?,-1,733,politeness_stack +what is a cup tree? you want to draw up some kind of tournament bracket in HTML?,0,734,politeness_stack +Why is it an HTML file? Also can you please show the JSON?,1,735,politeness_stack +"I think the key of your problem is ""In some circumstances"" meaning. In other words, can you give the exact steps that reproduce the problem?",0,736,politeness_stack +"You only need one ""="" on the third line. Is that a typo or did you copy paste?",0,737,politeness_stack +OK... ctrl+v behaves differently. What possible use is the local file location to a webapp though?,0,738,politeness_stack +"@Nick Usually they are
but sometimes there are other classes. Does that matter?",-1,739,politeness_stack +"OK, now I'm curious. Why isn't this a syntax error?",-1,740,politeness_stack +"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?",-1,741,politeness_stack +"@Sukumar What do you mean by ""size of my page""? Could you please give me an example of ""passing the values directly to javacsript""?",0,742,politeness_stack +How are you performing the AJAX request? Could you show some code?,0,743,politeness_stack +3) and 4) look broken to me. Did you mix up `and` and `or`?,0,744,politeness_stack +"When you look at it in Firebug or Fiddler, do you see the headers? Does making the string all lowercase make a difference?",0,745,politeness_stack +@Tim Post: It also looks like Dan has two unique SO accounts. Perhaps they should be merged?,0,746,politeness_stack +"@Darin Dimotrov: So you're saying that if I sent you to the supermarket to get me some beer, you will tell me you can't buy beer in a supermarket, while you actually *mean* you don't know which brand of beer to buy and whether to buy a single can, a sixpack or a tray. Would't it be better to just ask more specifically what I want, instead of telling me it's impossible?",-1,747,politeness_stack +"Still not clear what you mean by saying static or dynamic. In that array you can push values, remove values, change values... so what exactly are you trying to achieve?",0,748,politeness_stack +Why are you passing an image object into jQuery. Shouldn't this be `$('')` instead of `$(img)`?,0,749,politeness_stack +"What do you mean by ""more sophisticated""? Functions that take word boundaries into account?",-1,750,politeness_stack +This is a pretty fundamental difference. Are you sure you know what `this` is and what local variables are?,-1,751,politeness_stack +"Assuming the code is mostly the same in all functions, have you considered solving it using an argument? Can you post the code?",0,752,politeness_stack +What part of that are you confused about? [this](http://www.quirksmode.org/js/this.html)?,-1,753,politeness_stack +**I want to have something that starts with `$(this)` and ends with `.each()`**. Is there a particular reason for this constraint (seems kind of arbitrary)?,0,754,politeness_stack +"looks like it's a conflict with the Prototype library, which we introduced in the newer version. Any ideas how to stringify a json object containing an array under Prototype?",1,755,politeness_stack +The same as you already wrote in your first example. What should the result be?,0,756,politeness_stack +"It seems to work fine for me. Can you check if there is any place that is doing a HtmlEncode() replacement on hlNonTerminal.Attributes[""onclick""]?",1,757,politeness_stack +after trying to edit your post I realize your syntax is totally bunked or you copied and pasted it wrong. Is this everything?,-1,758,politeness_stack +@bear any gps enabled device. any recommended api?,0,759,politeness_stack +"What's ""Web of Knowledge""? Where is this ""javascript form""?",-1,760,politeness_stack +*in some conditions i want this tag to be completely disabled*: What does this mean? What conditions?,0,761,politeness_stack +"Javascript running in a browser doesn't have access to the underlying file system for security reasons, but this could be accomplished if you're talking about server-side JS (such as node.js). Are you? :)",0,762,politeness_stack +You have Firebug? Is it reporting any JS errors when you load the page?,1,763,politeness_stack +"From the error message, your jQuery file seems broken. What happens if you open it in the browser?",0,764,politeness_stack +"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,765,politeness_stack +"Um, why are you doing this with Javascript? Is that really going to be the way to put things into the database?",-1,766,politeness_stack +What is your purpose? To test how the UI looks or is it functional testing?,0,767,politeness_stack +"@felix, why? isn't he just creating an new object?",-1,768,politeness_stack +@ime Vidas JSLint is mostly telling me that I am calling functions before they are defined. Are these warnings that I should be concerned with?,1,769,politeness_stack +Maybe you are using an extremely old version of jQuery or the script is built weirdly. Are you getting any error messages?,1,770,politeness_stack +"Could you clarify what you mean by ""go into""? Why don't you explain what you want to happen?",-1,771,politeness_stack +"I don't get it. You have the `query` object already, so why not just do `if (query.id && query.foo && query.bar) { ... }`?",-1,772,politeness_stack +Here's a simple example based on what you provided: http://fbrell.com/saved/58a66f765babcdd3d7b452afe02b4e41 -- works fine for me. Maybe you can provide some more details?,1,773,politeness_stack +"What comes up to me,do the images come from exactly the *same* domain as the the application? Or a different domain?",0,774,politeness_stack +Fair enough I didn't notice that the question was over a year old... O.K do you even remember what you meant by according to 'my profiler'? What profiler are you using?,0,775,politeness_stack +"So what exactly does happen in IE7? What do you mean by ""locking up""?",-1,776,politeness_stack +you mean as if you'd print screen it ? or what?,-1,777,politeness_stack +What do you mean with `Good Effect`? What do you have so far if you don't want plugins?,0,778,politeness_stack +"are you refreshing the cache on deleting the post? and what type of caching you are using page, action or fragment?",0,779,politeness_stack +"Could you clarify what you mean by ""zoom?"" Are you referring to the effects of `Ctrl +` and `Ctrl -`?",1,780,politeness_stack +What tutorial did you find? What did you not understand about the examples presented there?,0,781,politeness_stack +@agent-j - i'm not seeing an error - the problem is that the Regex keeps returning the errorMessage for the above string and it doesn't make sense ? i.e. wanted someone to confirm it's not incorrect ?,1,782,politeness_stack +what doesn't work about it? can you provide some example js in your post to demonstrate it not working?,-1,783,politeness_stack +"Oh, how I hate such changed behaviour...^^ Why would you do that? If you write a letter in word, would you expect it to save the text in a file when hitting enter or should it begin an new line?",-1,784,politeness_stack +I would suggest you reconsider if using the `*` selector is a good idea. Maybe what you want to do is possible without iterating over the zillion elements that make up a production web page?,-1,785,politeness_stack +Could you provide some sample code? On what elements does this actually happen?,0,786,politeness_stack +"Good point Dan. instead of the OK/Cancel stuff, have you (user583126) considered a < noscript > solution?",1,787,politeness_stack +Only VideoCode returns undefined? Have you tried not using capital letters?,0,788,politeness_stack +What are you constructing a path for? XmlHttpRequest?,0,789,politeness_stack +I don't see any element with ID or name of `sel2`. What gives?,-1,790,politeness_stack +"The title of your question references IE (Internet Explorer), but the body of your question references FireFox. Is your question about FF?",0,791,politeness_stack +"Yes, that's right. What's in do_search_selected()?",0,792,politeness_stack +How is it awkward? Which version of VS (they have different levels of js intellisense support)?,-1,793,politeness_stack +"Why can't this work? `var s1 = ""a\""b""; var s2 = ""\"""" + s1 + ""\"""";` ?",0,794,politeness_stack +"Is there any reason cache the popularity of the object inside the object, while you have to calculate it anyway? Wouldn't the order in the array be sufficient?",0,795,politeness_stack +Ah... there the problem is! Have you initialised the background position in either HTML style attribute or using jQuery?,0,796,politeness_stack +"Right, but thats 24KB when served via gzip, but on my file browser it shows 78kb. The other file should be MUCH LESS in size when served via gzip because its already 32KB as my file browser shows, no?",-1,797,politeness_stack +"Ok, so if you can't fond the correct tires for your car, you'll prefer to re-invent the wheel? Won't you change your tire-dealer?",-1,798,politeness_stack +That should work. Why do you think it does not?,0,799,politeness_stack +"Fixed it for you. BTW, `apn_config` is a `std::vector`, right?",1,800,politeness_stack +"""graphical graph""? Or ""graphical models""?",0,801,politeness_stack +"C++ code updated again, compliments of Tim, however it the C++ takes 0.95s compared to the C uuugly code time of 0.59s. Is this speed hit the price I have to pay for better code?",0,802,politeness_stack +What is in ExitListener.h? What happens if you insert the line `class ExitListener;` after the include statements?,0,803,politeness_stack +What kind of data do you have in your file? Just numbers?,0,804,politeness_stack +I'm still wondering why nobody ever recommends `cin.get();`. Is there something wrong with it?,0,805,politeness_stack +"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,806,politeness_stack +Indeed. Can you compile a simple hello world?,-1,807,politeness_stack +"Um. What do you want to replace them with? And, maybe a little context would help, no?",-1,808,politeness_stack +Please post the actual compiler message. Does the error occur with minimal source files (just the mentioned lines without the stuff implied by ...)?,1,809,politeness_stack +"Why don't you use the DEBUG flag directly instead of 'delegating' the function to a class variable? It sounds like that telephone game, 'Chinese Whispers' (?)",-1,810,politeness_stack +I am running Windows 7. What built-in tools should I look for?,1,811,politeness_stack +What....? How are these related?,-1,812,politeness_stack +Advantages over what? What's your alternative?,0,813,politeness_stack +@Marc: Wow. Was it obvious that aali was a sockpuppet account?,-1,814,politeness_stack +"Why do you mean by ""release"" and ""delete"" here? Does ""delete"" mean usage of `delete`, or erasing from the map?",-1,815,politeness_stack +"What do you mean by ""There's no Interlocked function available that will actually swap values.""? Why can't you use these functions?",-1,816,politeness_stack +@Mike: I don't know Java yet. Could you explain what makes this work in Java but not in C++?,1,817,politeness_stack +Why do you want to use those? What are you trying to do?,-1,818,politeness_stack +"Your image is 8 bits per pixel with 3 channels? Did you mean 24 bits per pixel, since that's what the RGB masks you specified seems to suggest?",0,819,politeness_stack +... not possible to my knowledge. Any reason you want something like that?,-1,820,politeness_stack +"""However, when initializing the struct using new, Valgrind complains"", is that what you wanted to say? Or did you want to say ""However, when *using* the struct using new, ...""?",0,821,politeness_stack +"Ok, you are right! But what is the reason for ostream& tab(ostream & output) to take a param as ostream& but not void?",1,822,politeness_stack +I am a bit confused. In the title you ask for a solution without locks and in the question you do want locking?,0,823,politeness_stack +This strikes me as a rather weird use of templates. What is it that you are trying to achieve?,-1,824,politeness_stack +commented out the for loop and it compiles fine so it should be the problem. just read somewhere that maybe i should be using a constant iterator?,1,825,politeness_stack +"So, your tests run really fast. How long does compiling and linking the test take?",0,826,politeness_stack +What makes you think that this is the reason for the memory usage diff? Are your results repeatable?,-1,827,politeness_stack +first thank you all for your answers second i cant understend jim why you think i try to make fun of you? and last how i mark that the problem solved?,1,828,politeness_stack +"I think the NVidia requirement alone makes that unacceptable for me, but if not, doesn;t Cude require compilation using nvcc command? Or can I compile with MS VS 2005?",0,829,politeness_stack +"What kind of error message do you get? +Did you try GDB ?",1,830,politeness_stack +@Milo: I'm confused about why you have a non-overrideable function call a virtual function rather than directly calling the virtual function. Is there a reason for this?,0,831,politeness_stack +"What are you doing with the XML? Reason I ask is this, instead of wrapping the XML library and exposing wrapper classes to your code, why don't you implement a simpler object model for what you are storing in the XML and expose that - then have a clean interface which can persist/extract that object model from the XML?",0,832,politeness_stack +Not reproducible. What is `EnvironTypes`?,-1,833,politeness_stack +"Clearly, Boost smart pointers are useful, but they're not revolutionary for design ! Are you considering Boost libraries as a whole in your question, or just smart pointers ?",0,834,politeness_stack +"No actually the problem is that there is NO such header as iostream.h 1.#include 2. instead of main() wwrite int main(). And third, before main after include write using namespace std; Still errors?",0,835,politeness_stack +what is the & sign for? why do it?,-1,836,politeness_stack +"Whilst what you're doing is perfectly valid (don't forget to open the `ofstream` in binary mode.. whether your data is binary or not, frankly) I would have used `vector` for the added feel-good factor. Any reason you didn't?",0,837,politeness_stack +What about good old Boundschecker and Purify? Are they stil the leading apps?,0,838,politeness_stack +"Please clarify your problem. Are you looking for some P2P solution, or want to play with the IP header?",-1,839,politeness_stack +@Maxpm: This compiles for me in Visual Studios 2008. What compiler are you using?,0,840,politeness_stack +can you say more about undeleteable? Why would you want to do such?,0,841,politeness_stack +"That's a good idea, and then use default parameter window = NULL? Are there other methods?",1,842,politeness_stack +"@zr: **How is 0x5f7fffff ""even"" but 0x5f800000 is not?** What exactly do you mean by *nearest even*?",-1,843,politeness_stack +"I don't know which of the answers I should select as the ""accepted answer"" as each one answers a part of my question. What is the normal procedure here?",1,844,politeness_stack +In what way is it failing? Exception?,0,845,politeness_stack +What is the declaration for `GlobalCWND` then? Does it have a `Ptr` member?,0,846,politeness_stack +What is `swappable` for? Why are there no comments in your code?,-1,847,politeness_stack +"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,848,politeness_stack +"If you've got a NASM resource, it should be relatively straight forward to convert it to MASM. Why not post a link to what you're looking at?",0,849,politeness_stack +"What value does CreateProcessAsUser return? If it returns zero (indicating an error), what does the GetLastError() function return?",1,850,politeness_stack +What is a List? an std::list?,0,851,politeness_stack +Hardcore the password? Would that make it a password to an adult site?,-1,852,politeness_stack +Is this a quiz? Do you know what the flaws are?,0,853,politeness_stack +"Clarification please. Do you mean ""i is from 0 to 2"" or rtmp1[3 * 4 * NMAX]?",0,854,politeness_stack +Do you want to insert an element into the beginning? is that a plain C array?,0,855,politeness_stack +"@Sachin - please post COMPLETE real code. You do realise the snippet posted won't compile and run without `Config` class definition, right?",-1,856,politeness_stack +"If I have been correctly informed, some languages support the construct `break N` where `N` is the number of nested loops to break out from. Am I right?",0,857,politeness_stack +@Billy: Assume you would start as my colleague today and would have to touch this code. How would you know that you cannot use virtual methods in this particular class?,0,858,politeness_stack +You error seems to have something to do to with the function's invocation. Can you tell us where is line 26?,0,859,politeness_stack +What's :data(data) supposed to do? Did you mean :data(rhs.data)?,0,860,politeness_stack +So they're const global variables. Big deal...?,-1,861,politeness_stack +@There: That's a lot of code to wade through. Are you saying you can't possibly simplify it in any further?,-1,862,politeness_stack +"This is just the ""name hiding"" issue. Why can't you just use the `using A::foo` clause ?",-1,863,politeness_stack +"Also what do you mean by ""merges both these changes and prompts the user to resolve any conflicts.""? Do you mean like version control?",0,864,politeness_stack +"This question doesn't really make sense. What do you mean by ""Visual Studio's memory limit""?",0,865,politeness_stack +I notice that many questions you have asked are simply available through a Google search. You do know about Google ?,-1,866,politeness_stack +What do you think? How did you arrive at your answer?,0,867,politeness_stack +How are you removing the object? Are these objects allocated on the heap dynamically or is it an array on the stack?,0,868,politeness_stack +"""real life examples""? You mean like spotting an xvalue in the supermarket, or wondering whether your car can be classified as lvalue?",-1,869,politeness_stack +"You say you declare `class myApps`, you go and declare `class myClass`, and in the other file you declare `class MyClass`. Is this the exact code that causes you the problem?",-1,870,politeness_stack +"I've made it ""more pro"" by indenting with four spaces to format it as code. Does that count?",0,871,politeness_stack +"I need the text version, however I am curious. Which is the very simple solution suitable for binary?",0,872,politeness_stack +`i = rand() % length;`. Maybe you mean `k = rand() % length;`?,0,873,politeness_stack +What programming environment is it being run in? Have you turned up the compiler optimization?,1,874,politeness_stack +"@Thomas Matthews, what are generic limitations of max bit field size? Does standard define some upper limit?",0,875,politeness_stack +Do you *just* want to extract columns 36-60? If so what does `O/CR` have to do with it?,0,876,politeness_stack +Is it the only code or did you cut this out of a bigger context? If so: could it be that in the bigger context one of your variables is shadowed by a local?,0,877,politeness_stack +"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?",-1,878,politeness_stack +I understand the situation but not the question. What would you like to see different in the behavior?,0,879,politeness_stack +"This cannot be the *only* relevant parts of your code, because this compiles fine. Are you sure that the error message really corresponds to the lines you've shown here?",-1,880,politeness_stack +"Can you post some code? You can have a map of maps like `std::map>`, can you use that to describe your situation?",1,881,politeness_stack +"You're most likely using Visual C++, so it can't be a compiler bug since I'm getting `C4430` errors for the second code snippet. Is there a `using namespace std` or `using std::string` in any of your header files?",1,882,politeness_stack +"""I'm not sure what the most efficient way of doing this is."" Try both and see which one is faster?",1,883,politeness_stack +The question is not very clear. Provide an example?,0,884,politeness_stack +"Use a thick pen for the line and thin one to draw the border. (BTW, What's that got to do with `C++`?)",-1,885,politeness_stack +"The C specification says tm_years is ""Years since 1900."" Why not just stick to the standard and avoid this whole mess?",-1,886,politeness_stack +"Why are you storing the `first`/`second` iterators in another circular buffer? There could be arbitrarily many of those, why not put those into a linear container, preferably a container of pairs?",-1,887,politeness_stack +"I remember having a similar problem. However, the link to the full code seems broken, could you update it?",1,888,politeness_stack +How is myIntersections used? Do the elements point to doubles in another vector?,0,889,politeness_stack +"What kind of representation are you using? Adjency matrix, adjency list...?",0,890,politeness_stack +showing some code would greatly help e.g. how did you declare 'path'?,1,891,politeness_stack +Vote down? Would you care to explain why?,-1,892,politeness_stack +"I'll rename your X to T. I expect that i get one functor that calls ""wrap(T* t,X x) { return (t->*mp)(process(x)); }. .... Btw, how do you do in-comment markup?",0,893,politeness_stack +"Are you using C++/CLI? Why is there a mention of a ""managed"" object?",0,894,politeness_stack +This is basic C++ syntax. Are you learning from a [good introductory book](http://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list)?,0,895,politeness_stack +That code works fine for me. What does your **actual** code look like?,-1,896,politeness_stack +"@Jherico I've dabbled a little in COM, though I can't think of anything in there that would accomplish this. Can you give a useful example?",0,897,politeness_stack +"How to check this? And if so, how to change?",0,898,politeness_stack +Have you verified the content of `file` is what you think it is? (Via debugging/Log?),0,899,politeness_stack +Do you know which line it exits from? Can we see some code?,0,900,politeness_stack +Where does it crash? Do you have a backtrace?,0,901,politeness_stack +What URL are you trying to access? Or is it all of them?,1,902,politeness_stack +"1. ""There will be other references to it."" So how do the owners of the other references know when it's safe to delete the objects?",0,903,politeness_stack +"How was the restriction stipulated, exactly? Did your professor specifically require that you not implement `operator>>(..., const Player&)` or was it a more general case of not allowing stream input of any kind for the Player class?",0,904,politeness_stack +What is `someclass`? What line does the error message correspond to?,0,905,politeness_stack +I've tried reading about them but most of the websites I've stumbled on don't really explain how one should actually use these. Do I just need a class which wraps my record header/data and then overloads << and >> to use these?,1,906,politeness_stack +Is that on Windows? What memory consumption does Task Manager show for this process?,0,907,politeness_stack +"im curious, why did you choose to use malloc()/free() inside the class instead of new/delete? also, what is your compiler?",1,908,politeness_stack +"Something is wonky somewhere -- I've used the wininet libraries several times, and they behave as the documentation describes. perhaps expand your troubleshooting to the wininet setup or the contents of the response?",0,909,politeness_stack +Are you sure your DerivedType is inheriting from BaseType. Can you post more code?,0,910,politeness_stack +"""*i need to include that function*"" What function? ""*i need to know an easy way to get it included and get started with it*"" What is 'it'?",-1,911,politeness_stack +`T data;` is fine. You won't want to use `T data = 0;` because you don't know if `T` is an integral type (what if I try to create a `Node`?),0,912,politeness_stack +I believe that would be different on different hardware. What architecture?,1,913,politeness_stack +"Your problem is not fully specified - when there is a blob you wish to identify, may there be other filed cells on the board separate from the blob? Also you talk about ""similarity"" - but are you after a precise pattern match or an approximate one?",1,914,politeness_stack +"@littleadv and what's so strange? if I have this program running over bilion times, what's so strange, do you mind answering?",-1,915,politeness_stack +"Actually I didn't even realise you could write `[](u) { ... }` and have the compiler figure out the type of `u` for you, so that may be where I'm getting lost. In any case, the workaround is to put `[](T u) { ... }` so is that really a big deal?",0,916,politeness_stack +"@cantrem: Yes, that's what I meant, just a direct rebuild after it fails. What happens if you change any other line and try to recompile?",0,917,politeness_stack +"For example he says that using std might create problems if user wants to define a vector class, but one could say that creating classes with same names as STD classes is bad practice. Only real problem is count I think, because it can be used in any user created class.. Now is it a big enough reason to type std:: everywhere else to avoid conflit with STD count?",0,918,politeness_stack +What is the `ArrayIntStorage& AIS` parameter? Is it relevant to your question?,0,919,politeness_stack +do you own any C++ books? if yes then why dont you try searching this in that ?,-1,920,politeness_stack +What version of OpenGL are you using? Forward or compatible context?,0,921,politeness_stack +"If an object is cv::Mat, I can perform any linear algebraic, image processing, ... operations. What can I not do with it? :-)",1,922,politeness_stack +Put a breakpoint at the `pointsToCalculate[i].originalLocation = i;` line. Are you ever hitting it?,0,923,politeness_stack +"I think, the point here is I should have checked for error when i am doing ""ptr[0] = new char[strlen(psError) + 1];"" + +This might be the reason that it is throwing error when i am trying to delete it later?",1,924,politeness_stack +Is this loop intended to run until it returns true or false inside? Or is there a return statement farther down?,0,925,politeness_stack +Did you ever find a solution to this? If so could you post it as an answer to your question?,1,926,politeness_stack +"Also, does it have to be a hard disc? Could it be flash memory instead?",0,927,politeness_stack +"Did you build the wheels for your car on your own, or you bought the ready ones from the store? If you didn't reinvent the wheels literally, why are you considering it metaphorically?",-1,928,politeness_stack +@Neil: Please explain. Should we replace all boolean expressions in a program with a complete class hierarchy?,0,929,politeness_stack +Have you looked at free GUI automation tools like [AutoIt](http://www.autoitscript.com/site/autoit/)? Maybe it can do what you need?,1,930,politeness_stack +"I couldn't understand what you were really asking until I read the answers; I take it that `midiIn.listPorts()` is not the part that actually ""re-checks the ports"", despite the name. I'm also confused when you describe `midiIn` as a ""class object""; you do understand that classes define data types, and there is a separate `midiIn` for each instance of `foo`, right?",0,931,politeness_stack +and what is the problem? why don't you use recvfrom - which is the canonical way to read from UDP sockets?,-1,932,politeness_stack +"Getting error - when? While compiling, linking, running?",0,933,politeness_stack +"Do you want them one at a time, maybe alternating chars and ints, or do you want a parameter that tells how many to generate? What do you want to use the randomly generated values for?",0,934,politeness_stack +what happens when you try? what specific problem do you have?,0,935,politeness_stack +You need to show the declaration of Patient. Are you sure you're not writing pointers instead of complete strings into the file?,0,936,politeness_stack +Is this for homework? What have you tried so far?,1,937,politeness_stack +"Thanks Cameron. That makes sense, but then why isn't this access restricted to only copy constructors and assignment operators?",1,938,politeness_stack +"the use of low level code does not guarantee that there will be no failure in its execution, so the validation tests should always be made. Your implementation does not have any report of failure?",0,939,politeness_stack +@T.E.D.: Um...thank you?,-1,940,politeness_stack +"@Monish If you don't know how to implement modes of operation, you shouldn't be implementing your own crypto code. Why not use an existing library, like KeyCzar?",-1,941,politeness_stack +You would be changing the semantics of the underlying language if you could do that - not usually a good idea. Maybe you'd be happier with a completely different programming language that has semantics for int/float expressions which are more to your taste ?,1,942,politeness_stack +i want to insert data whole data of array into vector of a map without using for loops. is it possible to push back data set into vector of map?,1,943,politeness_stack +"That's what I thought. :) Well, what is solution for safe managing lua_State*?",1,944,politeness_stack +"Where is the object created? Is it created on the stack, on the heap, or is it a global variable?",1,945,politeness_stack +`static_assert`? Are you using C++0x?,0,946,politeness_stack +"@Mr.TAMER, I personally would like to know the latter. Would you mind to post a link for that?",1,947,politeness_stack +I just tried it with gcc 4.1.2 and got the expected exception. Are you sure this is the exact code you tried?,0,948,politeness_stack +Can you paste in your code? Or maybe try to find a small reproducible test case that you can paste here?,0,949,politeness_stack +"@Potatocorn: Really? Good heavens, on which platform?",0,950,politeness_stack +"The question should not be ""are assertions good?"", but rather, ""when are assertions good?""",-1,951,politeness_stack +"When you're previewing the widget, which style are you using? What operating system are you running designer on?",1,952,politeness_stack +It should work. Why do you say it doesn't?,0,953,politeness_stack +Do you need it to be zero? Can you assign it the **real** value immediately instead?,0,954,politeness_stack +Well i would do that but i don't know how to. Maybe you can show me on thizs example please?,1,955,politeness_stack +So putting them in separate declarations is fine? I mean can we actually use auto in anyway inside a struct like I showed in the example?,0,956,politeness_stack +@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?,-1,957,politeness_stack +"It may help folks zero in on your problem if you can point out which is line 77 in your source. Maybe an end-of-line comment like ""//dies here""?",0,958,politeness_stack +"Use headers like `cstdio`, not `stdio.h`, for C library headers in C++. And what's wrong with `std::vector`?",0,959,politeness_stack +What exactly do you think `*k` should be? What would `k` point to?,0,960,politeness_stack +"How are you planning on passing the type information to the database? (or should I say, how will the database receive it?)",0,961,politeness_stack +I'm wondering why extractObject()'s return type is `const bool` and why it says `const int&` as one of it's parameter. What is the advantage?,0,962,politeness_stack +@user705414: What platform are you using? Linux/Unix/Windows?,1,963,politeness_stack +"Those are not runtime errors, they're from the linker! As Richard Pennington suggests, there's probably a problem with the way you're building it under Unix -- perhaps linking against the same library twice?",0,964,politeness_stack +Why would your application need such a structure? What are you doing?,-1,965,politeness_stack +"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,966,politeness_stack +"Which line is the error reported on? Is there anything above this in the file, like an #include?",0,967,politeness_stack +"I think slicing means converting from derived class object to base class object. I think it is very common operation in C++, do you think slicing is a natural feature or a bad design?",1,968,politeness_stack +How do you draw the heightfield in 3D? Are you looking for the algorithm to draw a heightfield from a 2D map?,0,969,politeness_stack +"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?",-1,970,politeness_stack +"@Chubsdad - my point was that there is a very small amount of memory being allocated above. Even if we were using a non-throwing version of `new`, what's the likelihood of `new` failing to allocate the insignificant amount of memory in that program?",-1,971,politeness_stack +Maybe I'll sound stupid but... shouldn't it be `a[i][j]` ? Does the other syntax even work ?,1,972,politeness_stack +Have you tried stepping through your program with a debugger? Have you tried adding useful `cout` trace statements to investigate what's going on?,1,973,politeness_stack +What do you plan to do if every number has been generated? Or is there a fixed number of numbers that you generate?,0,974,politeness_stack +Are you sure you actually need to implement your own iterators? Isn't `typedef typename std::vector::iterator iterator;` good enough?,0,975,politeness_stack +Question is unclear to me. What do you want to do with WMI on this DLL?,0,976,politeness_stack +"Its not ""really"" fast, it just runs at a normal rate. Ever heard of the saying, in the land of the blind, the one eyed man is king?",-1,977,politeness_stack +The question is quite unclear. Can you provide a test-case?,-1,978,politeness_stack +Hi Swegi. Do you mean code other than what I posted above?,0,979,politeness_stack +"@Eric after changes you've suggested I'm getting only one error: +Error 5 error C2440: 'return' : cannot convert from 'double' to 'double &' Any idea why?",0,980,politeness_stack +"what do you mean with ""WCF hosted"" ? can you provide sample or references ?",0,981,politeness_stack +"Well, when you call `new Class();`, it returns a pointer to the location of that instance of the class. Is that what you are referring to?",1,982,politeness_stack +Your question only mentions intellisense. Do you get actual *compile errors* too?,0,983,politeness_stack +"Which O/S? Are you asking how to write/architect the user-defined code, how to compile it, or how to load it after it's compiled?",0,984,politeness_stack +"There's something missing here. `CDLinkedList` doesn't appear to have a `display` member function, and where's `operator()` being called from?",0,985,politeness_stack +"The answers below indicate that this is UB, but I'm curious about what *actually happens*. Does it crash or continue harmlessly?",0,986,politeness_stack +"As Marcelo says in his answer, what you're doing doesn't (yet) make sense. Can you give an example of how you would like to use this?",0,987,politeness_stack +"It's complex enough to not be taught easily or well, if you prefer. Anyway, the question is more about ""do we know about a less worst solution""?",0,988,politeness_stack +What exactly fails? What error are you getting?,1,989,politeness_stack +Lol -- +1. What **compiler** are you using?,-1,990,politeness_stack +Why are you using that in the first place? Why not `boost::posix_time::microsec_clock::local_time()`?,-1,991,politeness_stack +"The funny thing is that you explained in the detail any part of the question (what you mean by integers, what comparison operators are), but what _short circuited_ mean. What is it?",0,992,politeness_stack +A _variable_ has scope; an _object_ has a lifetime. What exactly are you asking about?,-1,993,politeness_stack +"Apropo WTL - is there an atlernative supproted by MS that would allow to build lightweight, single file (no additional dlls to distribute) binaries in c++ ? :-) Or even c# ?",0,994,politeness_stack +Where is the call to the child's function? (Did you mean to put a function1() somewhere?),0,995,politeness_stack +"Are you actually wanting it to become ""part of"" the standard library on your system, or are you just wanting it to work in your project? To phrase it another way, what is the actual problem you have right now using the code you posted?",0,996,politeness_stack +Have you run it in the debugger? What's the crash?,0,997,politeness_stack +"None of this is going to answer your question, but: 1) you probably want to swap 1st and 4th lines 2) What is the purpose of tmp_64_data? 3) should the second ""if"" be ""else if""?",0,998,politeness_stack +this has nothing to do with C#. Why did you add it as a tag?,-1,999,politeness_stack +Tcl nested hash? What version of Tcl is in that Cisco box?,0,1000,politeness_stack +I suspect Explorer is just ignoring the exceptions. What happens if you try to measure one of the folders that's getting an exception using Explorer?,0,1001,politeness_stack +"The quality of your solution really depends on what you're doing in that foreach loop. Yes, there are lots of ways to do it, but why do you feel your current solution is lacking?",0,1002,politeness_stack +This feels familiar. Homework?,0,1003,politeness_stack +Saranyya: what task are you trying to accomplish? why do you need to sleep with such precision?,-1,1004,politeness_stack +Time to register and start giving some votes to the people that are giving you free consulting. All : Is a feature on Stackoverflow that if a user doesn't register that there is no calculation of acceptance rate?,-1,1005,politeness_stack +You haven't specified the filename in the example. Could that be it?,0,1006,politeness_stack +"What exactly do you mean by ""HTML encode""? Can you give an example input and the desired output?",0,1007,politeness_stack +I edited my question. I know eval() evaluates a string as code but are my examples above correct?,1,1008,politeness_stack +You seem to imply that globbing was restricted to a specific platform? Can you elaborate a bit?,0,1009,politeness_stack +Did you try anything at all? Is this homework?,-1,1010,politeness_stack +Does your file names follow a pattern? Do do they have common string as part of their names?,0,1011,politeness_stack +Please provide code and a specific question. What have you tried?,1,1012,politeness_stack +"Can you detail what you're trying to distinguish between? I presume that you're asking 'Can I tell if my script was run from the command line, or from another application I didn't write and have no control over'?",0,1013,politeness_stack +.svc address is the proxy\uri? same about .wsdl is the proxy\uri address?,0,1014,politeness_stack +"How much Perl code do you have? (files, total sloc)?",1,1015,politeness_stack +"My end goal is to get a list of rows with unique data (as determined by a combination of 3 cells in a row); however, I need all the cells of the unique rows. Maybe an array of hashes would be better suited for this task?",1,1016,politeness_stack +"That depends upon the audience. Beginners, of professional programmers in some other language?",0,1017,politeness_stack +"http://search.cpan.org/~rgarcia/perl-5.10.0-RC2/pod/perlcall.pod#G_KEEPERR explains the `'(in cleanup)'` mechanism, http://cpansearch.perl.org/src/JESSE/perl-5.12.2/ext/XS-APItest/t/call.t shows using it. this is all XS related, but maybe it will help point you or someone else to a pure perl answer?",1,1018,politeness_stack +The output you give doesn't tie in at all clearly with the inputs in the second case. What are you really after?,-1,1019,politeness_stack +The insertion of data into the hash seems to have nothing to do with your original creation of the hash. Why are you so reluctant to show us your code?,-1,1020,politeness_stack +Your code is missing the `find_current_round` subroutine. Could you post it as well?,1,1021,politeness_stack +"Why do you change from `print` to `printf` when you print to a filehandle? (Also, why are you still using global `FILEHANDLE`s instead of lexically scoped variables?)",0,1022,politeness_stack +Can't you just filter out the value NULL before you process the records? Or did I miss something?,-1,1023,politeness_stack +How long does it take to complete the process? Will you allow more than one web user simultaneously?,0,1024,politeness_stack +Do you require the actual return code from file.sh? Can you change the script so that it writes to a file when complete?,1,1025,politeness_stack +It depends on language/platform. Or it doesn't matter?,-1,1026,politeness_stack +I see you have `Debug` enabled during `MIME::Lite->send`. Can you post that log?,1,1027,politeness_stack +"Are you getting valid numbers back when using the ""+1"" trick? Are you using `warnings`?",1,1028,politeness_stack +"@TLP thanks for the explanation. So `\@returned` is `$data_structure_reference`, right?",1,1029,politeness_stack +@blunders: However it still isn't clear to me what you really want to ask. What is the problem you're experiencing?,1,1030,politeness_stack +Do you actually have a system with `sys/ioctl.ph` properly installed on it? Which one?,0,1031,politeness_stack +"Your Frequently Asked Question is answered in the very first sentence: ""perldoc -q match"" --> ""I'm having trouble matching over more than one line. What's wrong?""",-1,1032,politeness_stack +You are doing a regex match but not checking whether it succeeded or using its results in any way. What change to you want to happen to `$name`?,-1,1033,politeness_stack +"What ordering are you assuming for @array2. In other words, why does the count for 'one' come before the count for 'two'?",-1,1034,politeness_stack +@Colin why aren't they defined? Of course they are...or in which circumstances they aren't ?,-1,1035,politeness_stack +"Well, you look in Data::Compare and see what they do. Why don't you want to use that module?",-1,1036,politeness_stack +Does the error show up with any data set? Is there a minimum reproducible test case?,0,1037,politeness_stack +"The better question is ""why are you doing that?"" :) Is this just because you are curious about this odd edge case, or are you trying to actually use this?",0,1038,politeness_stack +Where really is your perl executable? /bin/perl or /usr/local/bin/perl?,0,1039,politeness_stack +What is the output of `perl -e 'print qx(type pwd)'` ? `perl -e 'print qx(which pwd)` ?,0,1040,politeness_stack +Track users? Keep statistics on what?,-1,1041,politeness_stack +"Of the two answers, you chose to accept the one with 3 downvotes vs. the one with 7 upvotes?!",-1,1042,politeness_stack +Can you post the benchmark code to see how you are measuring this? Are you using -d:DProf?,1,1043,politeness_stack +"Because different different languages have different strengths and libraries already written for them. If I wanted to write lots of set up code for this problem, why would I pick a dynamic language, why not give myself more work and code in Java or C?",-1,1044,politeness_stack +What's the platform? Linux?,-1,1045,politeness_stack +Can you describe the problems? Are you trying to prevent or cause hitting a limit?,0,1046,politeness_stack +What do you mean *excluding the $ and $*? What $ and $?,-1,1047,politeness_stack +@hippietrail: Truncated how? and on what OS?,-1,1048,politeness_stack +"Well, the Synopsis section of the module shows you what to do. What happened when you tried those examples?",0,1049,politeness_stack +So which part art you having trouble with? What's your question?,0,1050,politeness_stack +"Can you provide more context for your second code example? Specifically, how is $doc defined?",1,1051,politeness_stack +Where is the CGI script located? Are you using a web server started as a system service or under your user account on the same machine?,0,1052,politeness_stack +Is it native delphi or .NET? What do you mean by unix window?,0,1053,politeness_stack +"Where's the Perl? Are you talking about an off-the-shelf software here, if yes, what's its name?",0,1054,politeness_stack +"What does ""raw binary format"" mean? The file is all ASCII 1s and 0s, with a new line in the file representing a new row of the matrix?",0,1055,politeness_stack +Have you checked your webserver's error log? Have you tried a Hello World CGI script (without the file access)?,0,1056,politeness_stack +"ooops, sorry i re-edited my post. can you please validate it with the .xml doc i just posted it ?",1,1057,politeness_stack +"What will hapen, when you remove anything but print `print` from loop? Do you get equal files?",0,1058,politeness_stack +Did you read the documentation *at all*? e.g. http://perldoc.perl.org/perreftut.html?,-1,1059,politeness_stack +"This seems to be awfully implementation-dependent... How confident are you that none of this will change in future versions of Perl? Would it not be simpler and more robust to use objects instead of raw functions, having each object store a function and also remember the appropriate package?",0,1060,politeness_stack +This is most likely OS specific. Which operating system are you using?,0,1061,politeness_stack +What the correct answer to your question is depends entirely on why you want to know. What are you planning to do differently for a floating point number?,0,1062,politeness_stack +Should we understand the outermost pair of curly braces `{}` to be a reference to a Perl hash? Are you just asking how best to format a lengthy hash in Perl?,0,1063,politeness_stack +"Why voted down? Fair enough question, yes?",-1,1064,politeness_stack +Did you install threads correctly (for. with CPAN shell)?,-1,1065,politeness_stack +"No doubt, some comments are crazy. But getting rid of **all* comments?",-1,1066,politeness_stack +"A few more details are required. What's your latitude, longitude, date and timezone...?",1,1067,politeness_stack +"Are you using Perl 5? If you are, why are you writing for Perl 4?",-1,1068,politeness_stack +It's possible. Do you have any code yet?,1,1069,politeness_stack +@Dallaylaen _$ =~ s/::/
/g; Like that???,-1,1070,politeness_stack +"Is that one hour before the current hour, minute and second? Or are you just interested in all entries logged in the 6 am hour if the current hour is 7 am?",0,1071,politeness_stack +"One of them writes to /dev/tty, one of them writes to STDOUT. Was that what you wanted to know?",1,1072,politeness_stack +"In general, the first field on a line can be empty, in which case it could start with a comma. So, how do you know when the lines need to be combined?",1,1073,politeness_stack +"Is your current code snippet working for you? If not, do you have a simple sample config file you could post?",1,1074,politeness_stack +What do you mean by 'other types of elements'? How would you determine the values of the other types?,0,1075,politeness_stack +You need to define your scope. Do you plan to use this on *many* words?,-1,1076,politeness_stack +"Executed fine here, using perl, v5.10.1 (*) built for x86_64-linux-gnu-thread-multi. Any encoding issues or anything with the text you're testing/comparing to?",0,1077,politeness_stack +"In that code, `zgrep` is a bareword. What *exact* code are you using to execute zgrep?",0,1078,politeness_stack +I tried that..still no use. Is the code I posted in the end better then others ?,0,1079,politeness_stack +"Works for me under ""This is perl, v5.10.1 (*) built for x86_64-linux-gnu-thread-multi"" (Ubuntu 10.04.1 LTS). What is your exact host, perl version, is this the complete code?",0,1080,politeness_stack +What do they get? If it gives an error what's the error?,0,1081,politeness_stack +"@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,1082,politeness_stack +using Win32::API is not a goal in itself; you are trying to do *something* with the Win32::API. What is your ultimate goal?,0,1083,politeness_stack +"@brian Actually, yes. Is that possible without causing the ""world to burn""?",-1,1084,politeness_stack +"If you wrote the CGI script, then you know how that script determines where to put the files and how to name them. What is stopping you from adding that information to a database?",-1,1085,politeness_stack +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,1086,politeness_stack +Are both versions being run as the same user? Whats in `$?` when it fails?,-1,1087,politeness_stack +The question is not clear. Why would you need to remove a newline to read the second statement?,0,1088,politeness_stack +"Just so we're all clear here, what exactly does that function do? What is the input, what is the output?",0,1089,politeness_stack +"You don't have a file handle, you have a file *name*. Which does the subroutine expect?",-1,1090,politeness_stack +So is `$x` not set at all earlier in a.pl? Do you know what the value of `$x` and `$ENV{$x}` are before the `system()` call?,0,1091,politeness_stack +What do you mean 'same operation'? Is @myArray shared?,-1,1092,politeness_stack +"Just parents/children, or all ancestors/descendants? Also, which flavour of SQL are you using?",0,1093,politeness_stack +How did you install mysql? How do you call the script?,0,1094,politeness_stack +"no... depending on the flag count, i wanted to print the values of flag.. the first case should print aaa and the next case should print aaa,bbb,ccc. is it possible to do that in a single line of code?",0,1095,politeness_stack +What format/encoding is your input file? Is it an XML file?,0,1096,politeness_stack +Why would this be homework? And what if it was homework?,-1,1097,politeness_stack +@Paul R: I wanna manage all unix-based packages by MacPorts. Perl works well if the version as Mac OS X is used?,0,1098,politeness_stack +"@davka From what I can see from your examples, `\""` and `\\""` are already handled correctly. How do you want them handled differently?",0,1099,politeness_stack +What is the perl code in question? What does your error_log say?,0,1100,politeness_stack +Modules are required to return a true value when being loaded. Why not let a faulty plugin return zero when initialization fails?,0,1101,politeness_stack +"What should happen if ""Some Filename"" and ""some_filename"" both exist in the same directory? And for non-empty directories ""Some Dir"" and ""some_dir"" with the same parent?",0,1102,politeness_stack +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,1103,politeness_stack +Im surprised nobody has talked about Perls *Easter Eggs*. Isnt that hidden features are?,0,1104,politeness_stack +"Please, give some more information. What have you tried, and what error/behavior did it give?",1,1105,politeness_stack +It's doing what you're telling it to do. Can you tell us what the problem is?,0,1106,politeness_stack +What's the point of subfeatures if you can't save them to a file? Is there some other format I can save that preserves subfeatures?,-1,1107,politeness_stack +1) Is this XML or HTML tags? 2) Is there a definite structure to the XML?,0,1108,politeness_stack +"You'll need to store something server-side. And I don't get what 'stand-alone' means in this case, how will it access the URL then?",-1,1109,politeness_stack +what problem are you having? what error are you getting?,1,1110,politeness_stack +How are you calling those modules? Can you provide some code or some example?,0,1111,politeness_stack +A hash and a sort both require you to load the entire `A.txt` file into memory. Why do you think sorting is better than using a hash?,0,1112,politeness_stack +What is it that you are trying to achieve with this regex though? What would you like to do with it?,0,1113,politeness_stack +"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,1114,politeness_stack +Are you trying to learn a programming language one whole program at a time? Why don't you read the documentation in order to assemble your basic vocabulary?,-1,1115,politeness_stack +What do you think is wrong with using a hidden form field? What do you want to achieve on a higher level?,0,1116,politeness_stack +"I don't think this is a duplicate, mghie - JVNR seems to want to check if it ran as well, which I don't think that other SO question really addresses - and it's certainly not in the accepted answer. Also, JVNR, I think you could edit the question title to be a bit clearer or help other people find the question - maybe mention ""running"" a Perl script, not ""automate"", and something about checking if it ran or not?",0,1117,politeness_stack +Have you tried to uncomment the line `#TRIED THIS ...` ? If so what did you obtain ?,0,1118,politeness_stack +Again: What attributes do you have? What is the structure of your data?,-1,1119,politeness_stack +Have you tried simply `cpan DBD::Oracle` and saying yes to any dependencies that it wishes to install for you? Do you get any errors?,0,1120,politeness_stack +"Could you clarify what you think the problem with `Digest::MD5` might be? If you can't, why don't you just use it?",-1,1121,politeness_stack +"I've got a million files of log with sequentially updated numbered timestamps, but same filesizes for some. What is a good way to maintain only one copy of each logfile?",1,1122,politeness_stack +"I assume you mean `Tk::TextUndo`. Do you want the mouse cursor (x,y screen coordinates) or the current position of the text cursor (column, line)?",0,1123,politeness_stack +All of the answers to that othe question are correct. Do you really need help updating a datbase or do you need help working with the Perl standard-data-structures?,-1,1124,politeness_stack +"This is working perfectly fine for me. are the contents of @SPICE_FILES unique and are you writing anything other than "".end"" ?",0,1125,politeness_stack +"Wait, I answered too quickly. Do you mean, you want the string **`2009-08-14 00:37:02`** or the number of seconds since the epoch?",0,1126,politeness_stack +"Out of curiosity what are you actually trying to accomplish? To put it another way, _why_ do you want to do this?",-1,1127,politeness_stack +Mikael: so it's editor issue? i should change mode in kwrite or something?,0,1128,politeness_stack +Could it be a permissions issue? Does your cron job have privileges in /var/ ?,1,1129,politeness_stack +"brian speaks truth. The best answer is ""don't"" followed by ""why did you want to do that?""",-1,1130,politeness_stack +Which platform are you using? Which perl version?,1,1131,politeness_stack +"Can you please clarify your goals? Is pure-Perl what's important to you, or is zero-installation important?",1,1132,politeness_stack +"What happens when you run this under debugging, and what's your configuration? Can you show me the first part of the packages file it creates?",1,1133,politeness_stack +What have you tried? Have you read the documentation?,1,1134,politeness_stack +What do you want if you have a path like `images/P/n/ABC-4b.jpg`? Are you really asking to strip off the path and extension and return only the filename?,-1,1135,politeness_stack +"Can you be a bit more specific about what you want in the two result arrays? E.g. @left = ('a', 'd', 'f', 'g', 'h'); @right = ???",0,1136,politeness_stack +"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?",-1,1137,politeness_stack +Which version of Perl? Is it a system Perl?,0,1138,politeness_stack +"How is the structure ""the same""? Do you need to capture the _letters_ between the _last slash_ and the _last dot_, or ..?",0,1139,politeness_stack +what exactly are you expecting to see? more than 1 server?,-1,1140,politeness_stack +"Can quotes be escaped? If so, how?",0,1141,politeness_stack +How long can it possibly take to copy a ssh key to some remote system? Even over a dial-up line?,-1,1142,politeness_stack +Do you need to make the requests from the server? Why not have the client do it?,0,1143,politeness_stack +"You need to further explain this question to get a good answer. + +Given an integer as input, what is the output that you want?",-1,1144,politeness_stack +"The computer may have multiple disks and multiple partitions, each one with one different file system. Do you want to know the type of root partition or what?",-1,1145,politeness_stack +Golf? Obfuscation?,-1,1146,politeness_stack +"If you know how to get the bits into a string, then do that, and get the first five of them using a substring. Which part do you need help with?",-1,1147,politeness_stack +Why did you make this community wiki? Why are you refusing to read the documentation?,-1,1148,politeness_stack +"can you clarify - do you have a time with timezone as input, and want time and different timezone as output? Or is the input time GMT?",1,1149,politeness_stack +Ow my eyes. Why are you not using `use strict; use warnings;`?,-1,1150,politeness_stack +"What exactly do you mean by a ""build""? How does the ""legacy"" part change your question?",0,1151,politeness_stack +@ikegami: Can you suggest an easier one for beginners? SOAP::Lite seems to be advocated as 'the easiest' all around?,1,1152,politeness_stack +"What have you tried so far? Is there something more subtle than just opening both files, reading lines from each, etc?",0,1153,politeness_stack +Maybe if you could let us know *why* you want to do this. Just for kicks?,-1,1154,politeness_stack +"""MD5 and freeze but this give unreadable id"". What does unreadable id mean ?",0,1155,politeness_stack +What kind of system did you develop the script on (and the make-file)? Did the actual files come from a Windows system originally?,1,1156,politeness_stack +The what? Can you include a link?,-1,1157,politeness_stack +Are you running a program locally that must rename files on a remote system via SSH? Or can you install and run a program on the target system?,0,1158,politeness_stack +You're probably trying to optimize the wrong thing. I'm wondering why you think this particular part of the language is so important?,-1,1159,politeness_stack +@Christoffer Hammarstrm: http://www.stat.lsa.umich.edu/~kshedden/Courses/Stat545/Notes/AffxFileFormats/cel.html -- though in there specs I do not see the data I'm seeing in the file; that being the barcode. Why do you ask?,0,1160,politeness_stack +`my @files = \`find $my_dir -maxdepth 2 -name *.txt\`;`... I don't get the `Wanted` sub. Can't I just give a regex?,0,1161,politeness_stack +"First use strict and warnings. Next: Any error you can see?, Also, you open $file for read or write?",0,1162,politeness_stack +"Should the solution report duplicates that are in different folders, or only duplicates in the same folder. E.g. would `/bert/me.gif` not be considered a duplicate of `/ernie/me.gif` (assuming identical file size)?",1,1163,politeness_stack +What do you get when you execute the perl script from the command line? Does it send the correct headers?,0,1164,politeness_stack +"Now, I am looking at the source for `whine.pl` and it seems to be getting these from an SQL database. Isn't it better to use the appropriate `SELECT` query to get already sorted bugs out of the database?",1,1165,politeness_stack +Did you try the code example you included? Did you get the desired results?,1,1166,politeness_stack +Maybe I'm confused... isn't POD (perlpod) extra formatting? Or can it work without adding *anything* to the existing code?,0,1167,politeness_stack +Give us more code. What it `$res`?,-1,1168,politeness_stack +"as I said ""sudo -u apache perl_script.pl"" works. unless I forgot some flags in order for it be the exact emulation ?",0,1169,politeness_stack +"I have strict and warning set, but I when I run the script works fine but either gives a blank CSV as output or just re-prints the original. Am I missing something incredibly obvious here?",0,1170,politeness_stack +"I confess, no. What's exactly to be read in the docs you are referring to?",1,1171,politeness_stack +"Any reason for not using `print join '+', 1..3`? I mean it's golf, right?",-1,1172,politeness_stack +"Why -1? +what wrong with ppl here?",-1,1173,politeness_stack +There is no answer without a specific question -- how is your code not working? What does the data look like that is being parsed by `split`?,-1,1174,politeness_stack +"@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?",-1,1175,politeness_stack +I use the [full-size version](http://training.perl.com/scripts/rename) of the rename script everyday. Why in the world would you *not* want to use existing code?,-1,1176,politeness_stack +What technical reasons might those be? Do you understand how similar `require` and `use` are?,-1,1177,politeness_stack +mod_perl? Plack?,0,1178,politeness_stack +"At the very end of your test string, ATT and AAAA are back-to-back separate matches. What then?",0,1179,politeness_stack +"@Alan Good. Can someone verify for Debian (repositories don't have 5.12.x), Mac OS X (MacPorts has 5.12.2), and Windows (ActiveState Perl 5.12.3)?",1,1180,politeness_stack +"In this code sample, you are opening a filehandle in read (`<`) mode and then `print`'ing to it. Is that what you meant to say?",0,1181,politeness_stack +I've seen that but I prefer using Proc::Daemon. Is there any big difference ? :),0,1182,politeness_stack +"And what does ""outside"" mean? Manually from the shell, via cron-job, etc?",0,1183,politeness_stack +"@cjm: Good point. Are you creating this PDF yourself, or is it from some 3rd party?",1,1184,politeness_stack +"+1 timely question, but you might clarify ""practical in the real world within the next two years"": it exists, can be used for many of the tasks that perl5 is useful for, has lots of nice improvements (rules being my favourite), and does look on track for release in tha time. So what's your threshold?",1,1185,politeness_stack +Can you phrase your question in the form of a question? Preferably a programming question?,0,1186,politeness_stack +Looks like you're off to a good start. What problem are you having?,1,1187,politeness_stack +What is it that you're trying to do? Are you more concerned with whether or not the file exists or whether the file is empty?,0,1188,politeness_stack +"Also, why are you calling ""use Inline"" three times? Where did you get the idea to do this, and why not just call it once?",-1,1189,politeness_stack +Are you asking why these particular sigils have been chosen (as opposed to three different ones)? Or why there are sigils at all?,0,1190,politeness_stack +"Are you able to access the file using the ""?"" instead of the escape code or the special char?",0,1191,politeness_stack +write and format work in Perl 5. Why do you want/need to change it?,0,1192,politeness_stack +"Is ""sub edit"" called as a method? ie ""$thing->edit ()""?",-1,1193,politeness_stack +"Your formatting makes it seem like your perl script actually calls each line in tick marks. Is that the way you're running it, or is it bad formatting?",-1,1194,politeness_stack +"What will be the input like if date is missing? If the input is: somename,200 (where 200 is size), then date would be set as 200 right?",0,1195,politeness_stack +"Would it be a better question if it were ""Why are Perl threads so $#@$&!*@# slow compared to other languages?""",-1,1196,politeness_stack +"The data is dynamic for each particular user? Or is it dynamic for a particular period of time, but for all users during that time span?",0,1197,politeness_stack +"I'm don't understand what you are getting at here. It might help if you told us what `$one`, `$top_level` and the output you want are, along with that ""the value"" means the value of what?",-1,1198,politeness_stack +"well, which order do you want to have? and what is the connection between keys and values, then?",0,1199,politeness_stack +"Does `module_x` instantiate the class in its module body? Or later, inside a function or such?",0,1200,politeness_stack +"*What* doesn't work? How so, and what do you actually want to do?",-1,1201,politeness_stack +Who would be helped by this? Is all that work really going to help someone?,-1,1202,politeness_stack +"How are the files encrypted? Some intrinsic mechanism to excel, or some external tool?",0,1203,politeness_stack +Why would you copy an egg? Did not introduced yourself to `virtualenv` yet?,-1,1204,politeness_stack +"Do the resulting sub-lists need to have distributed lengths? I mean, using your example input, is `3,3,3,2,2,2,2` acceptable, or is `2,3,2,3,2,3,2` preferable, or is `3,2,3,2,2,3,2` the ideal case?",0,1205,politeness_stack +Are you asking how to use csv? http://docs.python.org/library/csv.html What's wrong with the documentation?,0,1206,politeness_stack +Could you please show your setup.py file? Also why is your setup.py in C:\Python27?,0,1207,politeness_stack +"Where exactly are the tests? /forum/tests/tests.py, or /forum/tests.py?",0,1208,politeness_stack +Can you explain your scenario better? Perhaps with an example?,1,1209,politeness_stack +"I got the representation part. But what I want is how to convert this huge monster output to the neat output like this [(1,2), (1,3), (1,4), (3,4)] ????",0,1210,politeness_stack +Are you asking for a tool that does this? Or an idea how to do this in python?,0,1211,politeness_stack +Do you really mean 128GB of ram? Or 128MB?,0,1212,politeness_stack +"@pseudosudo `'rw'` is not a valid mode. What platform are you running this on, and under what version of Python?",0,1213,politeness_stack +Why are you using exec? And what's wrong with passing in a string or file?,-1,1214,politeness_stack +"Should I use EBNF, and then compile it using http://pyparsing.wikispaces.com/file/view/ebnf.py to generate pyparsing grammar? Or should I write pyparsing grammar directly?",1,1215,politeness_stack +"Is the junk always the same, or is it different for each file? Also, what format is the date in?",1,1216,politeness_stack +What's the actual error code? Do you have many small files or few big files in there?,0,1217,politeness_stack +What kind of reporting? What exactly are you trying to do?,0,1218,politeness_stack +It's not clear what you're trying to do. Are you getting the input as a string using `raw_input()` or something similar?,0,1219,politeness_stack +"On the ""better performance"" part of your question, +what are you actually doing -- what numpy functions, what vec / array sizes, what cache size ?",-1,1220,politeness_stack +"Should the query also be adapted for `sold`, i.e. should it be `sold__year=year`?",0,1221,politeness_stack +"I didn't test it, but does it properly remove the following comment: `--[===[ text ]====] more text ]===]`? And does it _not_ remove parts of the following code: `a='--[[' ; b=']]'`?",0,1222,politeness_stack +Please rephrase your question with an example of the data and the code. Where is the datastructure you're trying to scan?,1,1223,politeness_stack +That's great. What's your question?,1,1224,politeness_stack +"*""I am going to be developing a real-time web application""* - good luck with that! How are you planning to get around the internet latency?",-1,1225,politeness_stack +"Can you describe *awkward result* a bit more detailed? Also, how many images to you have?",0,1226,politeness_stack +"@spinning_plate ""this will work"". What do you mean by ""this""?",-1,1227,politeness_stack +Version 2.6.6. Is this addressed in a newer version?,1,1228,politeness_stack +Post that part (filesystem events) as a separate question. Is the output of `os.listdir()` always what you expect it to be?,0,1229,politeness_stack +"Sorry about that, clicked on that box without thinking. Can I remove that status at this point though?",1,1230,politeness_stack +This is mighty ambitious. Can you turn this into a question?,-1,1231,politeness_stack +"""with just an index"" to what? is this homework?",-1,1232,politeness_stack +"maxint**maxint is a number with >>750 decimals, i hope you're not really suprised it takes a while. Also what is supposed to happen when a number does not fit into 32 bit?",-1,1233,politeness_stack +You mean the OS-specific printing interface? How can the OS-specific printing API be magically OS independent?,-1,1234,politeness_stack +"You're checking for ""s1"" in your code, but you're saying ""S1"" in the post. Case sensitive?",0,1235,politeness_stack +"@kraceKumar: i have another prob...the file writing here that is done row-wise skips a row as it writes into ""myfile.csv"". how can i make it not skip a line while writing?",1,1236,politeness_stack +"You're just discarding any useful exceptions that download() will throw - Image.open() might be trying to read """" being returned by download(), which would explain the current error you're receiving. If you remove that try..catch block, do you receive any more informative errors?",1,1237,politeness_stack +Ah... Hmm. Would it be possible to wrap it in Jython somehow to make it a Java applet using the code I wrote?,1,1238,politeness_stack +"In what way does the daemon act differently in those two scenarios? Form the perspective of your daemon, how is a shutdown + startup different than a reboot?",0,1239,politeness_stack +Python says: `NameError: global name 'a' is not defined`. Did you mean `ip_header_sum = ~ip_header_sum & 0xFFFF` ?,0,1240,politeness_stack +"Just to clarify - your want to output the strings from the short text file, subtracting any strings from the short text file that are in the long text file? Also, how large are each of these files, and what code have you written thus far?",1,1241,politeness_stack +What does `which python2.5` return? What about `which python`?,0,1242,politeness_stack +"Ugh, possibly the ugliest Python code I've ever seen. What are you doing?",-1,1243,politeness_stack +"The session.py [link](http://pastebin.com/65DNHqUR), the util.py: [link](http://pastebin.com/AXMM7ALK) and the const.py: [link](http://pastebin.com/ww2QQEtQ) (= the Yahoo information) +So I suppose the const.py is not correct?",0,1244,politeness_stack +What documentation? Can you provide the link or an example?,0,1245,politeness_stack +"""I wonder why downloading on Windows mangled the mp3?"" uhh, because it's a toy-like excuse for a real operating system?",-1,1246,politeness_stack +What are you trying to achieve? call ironpython functions from c#?,0,1247,politeness_stack +Why are you doing `{% ifequal gallery.draft True %}`? Why not do `{% if gallery.draft %}`?,-1,1248,politeness_stack +"*""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,1249,politeness_stack +"When you call the C++ program by itself, does it return the desired output? I.e., `./PyTest Hello, world!` returns `Hello, world!`?",0,1250,politeness_stack +Yes correct. Any ideas?,0,1251,politeness_stack +"You might want to re-architect this; if you are counting the number of files/folders every minute, you are creating a race condition. What about having each function update a counter, or use a lockfile to ensure that the periodic process doesn't update the count until both functions have finished executing?",0,1252,politeness_stack +@Guillermo How do you get the lines ? Just in one time by **readlines()** or iterating on the file ?,0,1253,politeness_stack +DO you see any problem or any thing missing in my script. As I am new in python its fun working with it but running against time.. Does any one want me to add anything more in the script??,1,1254,politeness_stack +"Unless nested list doesn't have the elements, this will work. Are you looking for something that doesn't error out when the index doesn't exist?",0,1255,politeness_stack +What exactly want you to install the mysql server? Can you give the commands you entered + the output?,-1,1256,politeness_stack +What if you added a button to the results page to go back to the form? Or wouldn't that overcome the users' urge to use the 'back' button?,1,1257,politeness_stack +Seems like a very odd design for web applications. Would you mind to explain why MVCC does not work for you?,-1,1258,politeness_stack +Your file logic looks fine. What's happening in the `` between opening and closing?,1,1259,politeness_stack +"So there's exactly one line in both files per chromosome number, and you want to compare only lines with the same chromosome number? And do the files contain the same keys?",1,1260,politeness_stack +why was I down voted for this? Is it not a valid question?,0,1261,politeness_stack +"This question basically tells me nothing about what the actual problem is. Also, what's a ""pathway""?",-1,1262,politeness_stack +`for k in **kwargs:`? can you paste the actual code you are using?,0,1263,politeness_stack +"S.Lott: I wasn't aware that this is desired behaviour and not, simply, default behaviour. + +Again, why would this ""feature"" make a developer's life easier and not harder?",0,1264,politeness_stack +That's correct behavior. What don't you like about it?,-1,1265,politeness_stack +"Is the ssh_expect function something you have made yourself? What does it do, exactly?",0,1266,politeness_stack +miles per hour? really?,-1,1267,politeness_stack +"Not sure what you are referring to when you say you need an SQL query builder for ""Python"". Do you mean to say you need an ORM like SQLAlchemy (http://www.sqlalchemy.org/) to connect with databases without having to write SQL statements yourself?",1,1268,politeness_stack +Hmmm... it works!! Any reasonable explanation to why??,1,1269,politeness_stack +"But since it's a scatter plot, what would the color bar indicate? Should it correspond to the size of each point, `s`, or the color of each point, `c`?",0,1270,politeness_stack +yes it is python 3.x. what happened to raw_input in python 3?,0,1271,politeness_stack +"Yeah, why do you have multiple HTML files in one file in the first place? Wouldn't it be easier to remedy that?",-1,1272,politeness_stack +"It's weird that this doesn't work on Python 3.1, could you share more about your directory structure and module organization? In which directory is `weatherScript.py` located, what is your `sys.path` (or at least the part of it that corresponds to `weatherData/socket.py`)?",1,1273,politeness_stack +"I have, see comment in original thread. Maybe there's a configuration option for it, or some way to set up a ""dummy target"" for nose?",0,1274,politeness_stack +You can't imagine any circumstance in which you would need a simple front end to enter information into your db? Really?,-1,1275,politeness_stack +"""issues""? What issues?",-1,1276,politeness_stack +"For those times when the understanding gained comes to use. + +Since this question came up - do we have figures on which is faster and by *how much* ?",1,1277,politeness_stack +What GUI framework? What OS?,-1,1278,politeness_stack +"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?",-1,1279,politeness_stack +somthing missing in your question! what forms you want to turn to?,-1,1280,politeness_stack +What if it doesn't solve my problem? Do people take it personally?,0,1281,politeness_stack +What's all the .strip() doing in the parsing rules? Shouln't your lexer take care of removing trailing whitespace?,-1,1282,politeness_stack +The only 2gb executables I know about contain archives themselves. Could you extract or partially extract the executable before packaging it?,1,1283,politeness_stack +"You said ""Error while trying to..."". What was the exact error?",1,1284,politeness_stack +It's my understanding that it is not possible to change a file's ctime without royally screwing everything else up. Why do you need this behavior?,-1,1285,politeness_stack +"Not what's commonly observed -- on the contrary an often heard complaint is that `print` statements from various threads get all mixed up. What platform, OS and version, Python version, etc?",1,1286,politeness_stack +"it works for me, i get ~100kB html data using the original example. btw, what do you mean by *whole website* ?",0,1287,politeness_stack +So... you want to implement an exclusive decision tree without using if/elif? Why???,-1,1288,politeness_stack +"Good question! What formula did you attempt, and in what situations was it wrong?",1,1289,politeness_stack +"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,1290,politeness_stack +"Have you tried to run it without the `sys.stdout.flush()` under the loop? If so, what was the result?",0,1291,politeness_stack +"Out of interest, why? What do you use this for?",-1,1292,politeness_stack +Would you please clarify who you are referring to? Is this a follow up of a similar question?,1,1293,politeness_stack +"OS? OpenGL implementation vendor? Can you post a complete, minimal program that demonstrates the problem?",1,1294,politeness_stack +Does the command lines work when ran from python manage.py shell? Does the pb occur when the site is served with python manage.py runserver?,0,1295,politeness_stack +Show some code. And are you sure that the file actually contains linebreaks and it's not your terminal or whatever you use to view it?,0,1296,politeness_stack +"-1: A bad question. The real question is ""how do I concatenate file names?""",-1,1297,politeness_stack +"Ok, but can django and html5 coexist? isn't django serving html4?",0,1298,politeness_stack +@ennuikiller - really? What mode is it opened in?,0,1299,politeness_stack +"What's your question? Do you want to parse the entire record, understand the format of RRULE lines, something else?",-1,1300,politeness_stack +"Since no third-party app knows about any other, what possible touch-up of ""reverse"" are you doing? Is this something that's better done with a TemplateContext?",1,1301,politeness_stack +"If you use ctypes to call into a C DLL, it will release the GIL automatically. Did you look into using ctypes?",0,1302,politeness_stack +which instances of figure did you change (i.e. which lines)?,0,1303,politeness_stack +Not at all clear what you want to do. What is the full expected output?,-1,1304,politeness_stack +"@hop: i didn't know about the fallback, thanks for reference. I think you meant RFC 2821?",1,1305,politeness_stack +Distribution of Linux? Python Version?,0,1306,politeness_stack +"But that's just the same as `where user_id = 6 and food_id=2 and type=6` - ie matching all three criteria, so that no rows from your example will match. Are you sure that's what you meant?",0,1307,politeness_stack +You could serialize Python objects to files and then load them. The problem is that model is too large?,1,1308,politeness_stack +"Hot d*mn, this is more complicated than I thought at first. Week 1 is the week that contains the calendar year's first *Thursday*!?!",-1,1309,politeness_stack +What is this parser for? Can you elaborate on the complexity of the text/code you're parsing?,0,1310,politeness_stack +convert it to float? Catch the error and report to the user?,0,1311,politeness_stack +@delnan: thank you. Do these work under `Ubuntu`?,1,1312,politeness_stack +"By ""doesn't work"" do you mean that you left off the `self.` that would make the various values part of the object? Can you provide any error message or traceback?",0,1313,politeness_stack +Are you running the command as a super user? (sudo python setup.py install)?,0,1314,politeness_stack +"Oh ok- i know exchanges LOVE multicast. Anyway, are you trying to get a second machine to process the data for redundancy or for more throughput?",1,1315,politeness_stack +You need to look SciPy for Ironpython - See http://pytools.codeplex.com/ for more information. And why is res not a Zero matrix to begin like new_matrix is in mult?,0,1316,politeness_stack +"Well, solution non-withstanding, the news-story you linked to was great read. Some people, huh? :)",1,1317,politeness_stack +"""with a vary of 0 or 1"" doesn't really parse into something comprehensible. Rephrase?",-1,1318,politeness_stack +why doesn't `str(b)` work for you? What is the error message?,0,1319,politeness_stack +"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?",-1,1320,politeness_stack +"`m= d[:,0:5] ` should return exactly first five columns of an array. what do you get instead?",0,1321,politeness_stack +Very weird indeed. Are there two newlines after each pubDate?,1,1322,politeness_stack +"An error I can see is that you have defined a field called author and set a field called user. +Is the posted code what you actually ran?",0,1323,politeness_stack +"""while function""? Do you mean ""while statement""?",0,1324,politeness_stack +No reason what so ever. But what storage backend should I use that fits the bill?,0,1325,politeness_stack +"Does this second batch stay in the Task Queue forever? What does the ETA column say, are all the tasks in the second batch overdue?",0,1326,politeness_stack +"You're not ""removing"" duplicates -- you're merging them. Right?",-1,1327,politeness_stack +"You mean sample data, such as for testing? Or fuzzing?",0,1328,politeness_stack +"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,1329,politeness_stack +I remember the original question asking about a solution in Python. Am I going insane?,0,1330,politeness_stack +Try to add an `import pycuda` line at the top of your script. Does it help?,1,1331,politeness_stack +Do you have quick/easy access to a database? Are you familliar with databases?,0,1332,politeness_stack +Why is it necessary for there to be no data there? Is it because you think it's faster that way?,0,1333,politeness_stack +This does not look like Python... what exactly do you want? parse C++ code with a Python program?,-1,1334,politeness_stack +"Maybe better suited for SO, perhaps? At any rate what have you tried so far?",0,1335,politeness_stack +Mo being megabytes (MB)? Or is this some new memory size unit?,0,1336,politeness_stack +I don't thing there's ready made solution to that. Maybe some machine learning algorithms?,0,1337,politeness_stack +"Your function doesn't actually *return* anything. When you say ""it just returns the matrix"", what do you mean?",0,1338,politeness_stack +Try using 'localhost' as your address. Does it work?,1,1339,politeness_stack +Which window do you mean? The one that currently has focus on the desktop?,0,1340,politeness_stack +Sure it's possible. Do you have any prior experience in Python?,1,1341,politeness_stack +Does pyUIQ by any chance let you integrate it into your UIQ3 SDK so you could try your python code on the emulator? Any error there?,0,1342,politeness_stack +"No, it is not needed. You know a penalty box was made for the kind of behavior you're exhibiting right now?",-1,1343,politeness_stack +You have a web service for multiplying numbers? What for?,-1,1344,politeness_stack +"I'm slightly unknowledgeable about CGI, seeing as it is stoneage technology I haven't used for almost 10 years, but.... Isn't that how CGI works? Like, per definition?",0,1345,politeness_stack +"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?",-1,1346,politeness_stack +"Do you simply want to turn single characters into a list, or do you want to tokenize the input, i.e. turn `57+23` into `[""57"", ""+"", ""23""]`?",0,1347,politeness_stack +Agreed. Can you tell at a higher level what you're trying to do?,0,1348,politeness_stack +"Looking over your pastebin code, actually, this seems like a problem: `UnHit = [CoordList[0]]`. Should the `0` be a `:`?",0,1349,politeness_stack +What's wrong with PowerShell? http://technet.microsoft.com/en-us/scriptcenter/powershell.aspx Why aren't you using this?,-1,1350,politeness_stack +Why have you cut out the interesting bit from the Apache confs? Where's the `ServerName`/`ServerAlias` stuff?,-1,1351,politeness_stack +"Then it is indeed very strange why this should be influenced by changes to the Cygwin installation, they should be entirely unrelated. Have you added Cygwin's bin folder to cmd's %PATH% setting?",0,1352,politeness_stack +"Also: Do you realize that variables created in class scope (in your code, every assignment above `#-----...`) are *class variables*, i.e. shared among instances, and not instance variables (`self....`)?",1,1353,politeness_stack +"perhaps a stupid question, but you don't have some bogus character in your .py file after ""unittest""? Does it work from idle or when just starting pyton and typing ""import unittest""?",0,1354,politeness_stack +What happens if you `print somefile.readline()` -- do you get the cruft? How about if you open the files in Notepad?,0,1355,politeness_stack +"argmax on what? A function, a dictionary?",0,1356,politeness_stack +"Assume each string in Python has 30 bytes of overhead. If you multiply 30 bytes by the number of fields per record and the number of records (30M) and add in 1.5GB, what do you get?",0,1357,politeness_stack +"What is a `peek()` method? What is it you want, exactly?",-1,1358,politeness_stack +pass from where? what's your desired use-case?,-1,1359,politeness_stack +"I am using the 3.x Python version. I figured that since I am new to the language, I should try to learn the newest version - is that faulty logic?",1,1360,politeness_stack +"I'm not sure what you're asking. Can you explain what you mean by ""cache `client`""?",1,1361,politeness_stack +How do you know it doesn't work? What if you use an absolute path instead of a relative one?,-1,1362,politeness_stack +Can you clarify? What's the list supposed to contain?,1,1363,politeness_stack +You really should give us more information. How does the user create an account for example?,-1,1364,politeness_stack +shouldn't it be `f` and `f+4`...Could you confirm? why the `4`?,0,1365,politeness_stack +It looks like its not processing the imports in the WSDL. Have you confirmed suds works with external imports?,1,1366,politeness_stack +"I'm actually a total novice, I had no clue. How are you supposed to put it in, and why is the way I'm doing it bad?",0,1367,politeness_stack +Which math library are you trying to use? What exactly is going wrong?,0,1368,politeness_stack +What have you done? At least written the code for tree?,0,1369,politeness_stack +"You seem to have missed the whole point of templates, there. Why create the text manually using concatentation and then ""rendering"" something that contains no template syntax, rather than actually using a template file with proper template logic that can do all that for you?",-1,1370,politeness_stack +"Hi, could you provide a bit more detailed explanation with your code? The part ""i need a certain area of the screen to be drawn in my app"" I understood, but you could at least try to explain a bit the code you posted and give a small working example?",1,1371,politeness_stack +That's what groups are for. http://docs.djangoproject.com/en/1.3/topics/auth/#groups Why aren't you using groups?,-1,1372,politeness_stack +@Kavya: It should be `twisted` not `twistd`. Can you show the code that is throwing this error?,0,1373,politeness_stack +"Windows, Python 2.6, Cython 0.14, Gcc 4.5.1. Could you post your 2d code?",1,1374,politeness_stack +"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?",1,1375,politeness_stack +By `50.0000` did you mean 50000? 500000?,0,1376,politeness_stack +what do you mean by specific dict? one dict for each size or one dict total?,0,1377,politeness_stack +I would open a separate question about the vectorization. Have you tried just using yindex (removing the [y] and the while loop)?,1,1378,politeness_stack +"The instructions you linked mention using Visual C++ Express, yet your output tells that distutils tries to use gcc. What are you actually using?",-1,1379,politeness_stack +Do you want a `list` where all of the values have a key in the `dict` greater-than-or-equal-to 6? Or do you want a `dict` where the there are no keys lower than 6?,0,1380,politeness_stack +"I don't know of any such filter, but it shouldn't be all that hard to write. You want the showing of more information to be done with JavaScript, right?",-1,1381,politeness_stack +"@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?",-1,1382,politeness_stack +I'm not seeing a reason why it should be much slower then the 9 seconds. Can you provide a sample of the file you are reading?,1,1383,politeness_stack +"Do you ever see `""Your PotatoHead varibles have been successfully created!""` get printed?",0,1384,politeness_stack +Why do you need to store the whole graph in memory? Can't you serialize it to the datastore in a fashion that makes querying it practical?,-1,1385,politeness_stack +@Tyler Eaves How can this be done? What tools do you use?,0,1386,politeness_stack +"Yeah, and why don't it try to convert 'abc' to int and add to 1? Apples + Bananas gives you what?",-1,1387,politeness_stack +When you say line do you mean character? For the given input what is your desired output?,1,1388,politeness_stack +Any particular part? Or do you want us to read the documentation to you?,-1,1389,politeness_stack +there is no good way to do this in general. Are there any conditions that you can give?,1,1390,politeness_stack +What shell? bash?,0,1391,politeness_stack +"zc.buildout does something like this, although I wouldn't want to try reading its source code. + +Have you tried asking on the distutils-sig mailing list?",1,1392,politeness_stack +You need to add more code then. Can you post your main loop where you do the drawing?,1,1393,politeness_stack +"In numpy, your array is 2 x 5, isn't it? And am I understanding that you want to extract a column slice as a column matrix, rather than a vector?",1,1394,politeness_stack +The second one looks right to me. What goes wrong with it?,0,1395,politeness_stack +The classes are still not indented properly. Can you post the fixed code so people would see what trouble you're having?,1,1396,politeness_stack +"Is assuming op(b,a) > op(c,a) for all b > c also allowed? (Is op(a,b) = op(b,a) like for add&mul?)",0,1397,politeness_stack +"You're welcome. And now, could you give a more detailed description of the problem?",1,1398,politeness_stack +Where are you sorting `dateArray`? Or you aren't doing it right now?,-1,1399,politeness_stack +"Not exactly - I did some messing around and implemented a solution using NSMatrix, as per Apple's (very old) Core Recipes code sample. Edit: I note that your comment is rather old - did you resolve the issue?",1,1400,politeness_stack +"Are you the same user as http://stackoverflow.com/users/872302/user872302? If not, could you explain briefly why you have the same IP address and is posting similar questions?",0,1401,politeness_stack +Might i also add that enabling iPad features in an iPhone app target seems silly. Why don't you do it properly and make the iPhone app a universal binary (iPad+iPhone) ?,-1,1402,politeness_stack +Nope. Do I need to start one?,-1,1403,politeness_stack +"And as I've said already, look at how Apple do it. Have you looked at how CoreDataBooks works?",-1,1404,politeness_stack +I do not understand. Do you like to show your view inside a UIScrollView (so it can go down or up together) or you like to set the frame when you rotate your device?,0,1405,politeness_stack +"I am curious why this is an interesting question. Why would you care, as long as it's not leaky?",-1,1406,politeness_stack +Anyone please? A response?,0,1407,politeness_stack +"What do you mean by ""view""? Do you mean how can you tell if the mouse is over the table view or if it's over a row/column/cell in the table view?",0,1408,politeness_stack +is it accessory to call only delegate method on button click ? or some how to call it ?,-1,1409,politeness_stack +Do you want your `visiblePhotos` to scroll off the edge or wrap around or what? Where is the `visiblePhotos` array created?,0,1410,politeness_stack +"In this case, posting the code that causes the error, and just the exception _without_ the full trace would probably be more helpful. The error message says that you're passing a `nil` argument to `-[NSURL initFileURLWithPath:]`; have you looked into that?",0,1411,politeness_stack +How can I determine that it is corrupted? What are possible causes of corruption?,0,1412,politeness_stack +The code you show should work fine and not overwrite anything. Why do you suspect it is not working?,0,1413,politeness_stack +"This isn't that hard to do, but it will depend on how you set up the cell. Can you show us the code where you create the cell, labels and buttons?",0,1414,politeness_stack +@Kerrek SB : What do you think about when talking about a formatted output ? stringWithFormat does not do the job ?,0,1415,politeness_stack +"Do you know anything about the contents of the strings? Are they ASCII, for example?",1,1416,politeness_stack +Those files are inaccessible by users with non-jailbroken iPhone/iPads. Do you say you want to guard against users with jailbroken iPhone/iPads?,0,1417,politeness_stack +Is it at y=0? Did you setAutoResizingMask to UIViewAutoResizingMaskFlexibleBottomMargin?,0,1418,politeness_stack +What platform are you coding for? iPhone/iPad or Mac in general?,1,1419,politeness_stack +"@Nick i have already tried calling `[self parseXMLFileAtURL:path]; `instead of viewWillAppear, the result is the same. +I'm not sure i understand your last comment, could you please explain it a bit more?",0,1420,politeness_stack +"It seems if I change @property (nonatomic, copy) NSMutableArray *blockViews, to retain, the error goes away. but why?",1,1421,politeness_stack +"What is the actual question: how to build ConnectionKit as a framework, how to use/link an arbitrary framework to a project in Xcode (which version?), or both?",-1,1422,politeness_stack +"Yea, all of the coordinates are unique and in the correct order. So I am right in assuming this is not supposed to be happening?",0,1423,politeness_stack +Sounds like a framework bug. Could you upload a minimal .xcproj so I can see what's going on?,1,1424,politeness_stack +Why are you holding this as a string? Can't you convert them to a dictionary?,-1,1425,politeness_stack +"Ok, this a long-shot, just a crazy idea, and I haven't tried it myself, so I won't submit it as an answer: How about keeping the UIImageView stationary and moving the UIView around behind it? You might then be able to use transforms to translate or scale your UIView, and transform the scrollview at the same time?",1,1426,politeness_stack +What type of values is in the array? NSSting/NSObject/int/double?,0,1427,politeness_stack +"Does your application use garbage collection? If so, are you keeping strong references to the view controllers?",0,1428,politeness_stack +"Thanks Dave. As long as I reference your project on my site, thats ok right?",1,1429,politeness_stack +can you give a little more detail. Maybe paste the exact error message?,0,1430,politeness_stack +It's kind of hard to understand what you are asking. Maybe you could clarify it a little bit?,1,1431,politeness_stack +You might want to add more context to the question (although it's been fairly well answered below :-) I.e. why do you want to do this?,1,1432,politeness_stack +It's being referenced in project.pbxproj. Did you rename the executable as well?,0,1433,politeness_stack +That's odd that only certain notifications fire. How are you setting up the observers?,1,1434,politeness_stack +"@Deepak ""key path""? What's that?",0,1435,politeness_stack +what is MainView a subclass of? Is it a view or a viewController?,0,1436,politeness_stack +I have not. What is it and how do I use it?,-1,1437,politeness_stack +Please clarify your question a bit. Are you just asking how to invoke an instance's methods?,1,1438,politeness_stack +Have you checked for release ? Are you releasing the providerData anywhere ?,0,1439,politeness_stack +It looks as though the value of the `name` property is getting hosed in your `Subject` class. Is the value retained properly?,0,1440,politeness_stack +Have you copied your code here (good) or retyped it (not good)? Is the error on the line where newIndex is declared/assigned to?,0,1441,politeness_stack +"very similar question: http://stackoverflow.com/questions/1083017/iphone-socket-program + +Have you tried searching with google or something?",-1,1442,politeness_stack +"Do the stream auto-close when it is deallocated? If not, does it affect the battery life?",0,1443,politeness_stack +The way you were doing it at first looks right. Can you post the exact text of the error message you get?,1,1444,politeness_stack +"@bbum - I'm not using isKindOfClass in the code above. Would you care to share the ""easy way""?",0,1445,politeness_stack +It's unclear exactly what you want. Are you trying to rearrange the format string?,0,1446,politeness_stack +"Even with big arrays, loops should not take much time. What's taking time I guess is comparing objects... Could you be more specific?",0,1447,politeness_stack +iPhone 3.3? Do you work for Apple or something?,-1,1448,politeness_stack +`UITextField` and `UILabel` are not the same thing. Which do you have?,0,1449,politeness_stack +"Please elaborate on what you mean by ""calling directly"" and ""from another class"". Which object is making this call in the first case?",1,1450,politeness_stack +"I see you figured out how to ask questions. Why not earn a badge and go back and delete your ""non-answer"" to the TAOCP question?",-1,1451,politeness_stack +"i think you should just use what you usually do, avoid getting into stuff that you can't get to work. better to just keep it simple, ya know?",0,1452,politeness_stack +Short answer is yes. Did you want to know something more specific?,-1,1453,politeness_stack +"hi zaky, i m using xcode 4 tat rename button doesnt exist anymore... +hi vakio, yes i can see ""SimpleScrollView"" still in the pbxproj, wat do u mean by ""rename the executable""?",-1,1454,politeness_stack +I just tried using your code verbatim and it's working correctly for me (label is correctly centered in view). Perhaps something else is interfering with it?,1,1455,politeness_stack +"is it NSLog(@""%@"",self.data); i thought you said self.data was an array? maybe try fast enumeration?",0,1456,politeness_stack +"can you build the string with these bind variables explicitly mentioned? + +i.e to construct the string by concatenating the string with both constant strings and the variables?",1,1457,politeness_stack +In what way does it fail? i.e. what happens differently in your program between the first method and the second one?,1,1458,politeness_stack +"Yeah i have tried the guides but cant seem to find any way to load multiple .xib files. I'm using an array to load in the number of rows and textLable.text for each row, so can u use that array to load in the different nib names into initWithNibName?",0,1459,politeness_stack +"You are saying that the ""minimize control"" was missing. Which device are you trying that on - and which iOS version is installed?",0,1460,politeness_stack +I'd like to support iOS 3.0 because it's the project's requirement. Can you help?,1,1461,politeness_stack +"How do you know the i386 machine is i386 only? Also, why not a universal build?",-1,1462,politeness_stack +Did you try both solutions suggested in the thread you linked to? Did they not work for some reason?,-1,1463,politeness_stack +"@Archana: Do you mean http://code.google.com/p/zxing/? What exactly did you download, and what code are you using?",0,1464,politeness_stack +Can you clarify what you're trying to do? Are you just trying to replace one view with another?,0,1465,politeness_stack +What results do you get? Does the debug console tell you something?,0,1466,politeness_stack +Can you let us know what error you got or in what way its failing to load. Also can you copy&paste a NSLog output of the full URL String for both the | and the %7C version of the string?,1,1467,politeness_stack +Any infos why it exists? Have you checked the logs?,0,1468,politeness_stack +It does seem a bit weird. You weren't doing it on a secondary thread by any chance?,1,1469,politeness_stack +"To clarify - the retain count is 1 after initWithNibName and 4 after pushViewController... + +Any ideas?",1,1470,politeness_stack +I don't see anything strange in the log you posted. What do you expect `NSTokenField` to do???,-1,1471,politeness_stack +"sorry guys, i actually don't really know what acceptance that you guys mentioned. Can you guys explain please?",1,1472,politeness_stack +"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,1473,politeness_stack +"hmm alright, but will this save the data when the user leaves the view?? Becuase if they add a cell after the view loads, then wouldnt it not save the new cells?",0,1474,politeness_stack +@fatih You don't happen to have a demo/example project you could share? To see which files need to be added and how to call the functions?,1,1475,politeness_stack +"Could you post some of the relevant code? It would make it easier to figure out what is going on... Also, what do you mean by ""the Map""?",1,1476,politeness_stack +It didn't crash for me. What errors are you getting when it crashes?,1,1477,politeness_stack +"I don't understand at all. What is ""link a certain image in my project to a certain page""?",0,1478,politeness_stack +"What do you mean by ""leaking"" ? Allocating memory and never deallocating it ?",0,1479,politeness_stack +@Nikolay O. : Thanks for your input. What exactly unbrekable space character means?,1,1480,politeness_stack +Have you set up venue and name as properties correctly? i.e. written KVC compliant accessors or used @property and @synthesize?,1,1481,politeness_stack +How are you setting the label text? Can you paste the code snippet in the problem?,1,1482,politeness_stack +So what is the final verdict? What would be the best technology to use in my case?,1,1483,politeness_stack +"Can you expand upon ""my app screws up?"". What are you able to observe is happening?",0,1484,politeness_stack +"return cell; + [tableView deselectRowAtIndexPath:indexPath animated:YES]; why you have code for deselecting row after returning cell??",-1,1485,politeness_stack +no.. there is no viewForSection method. What images are you referring to?,-1,1486,politeness_stack +Target platform is OS X. @Bavarious What alternatives?,-1,1487,politeness_stack +"At least I am quite sure I need to keep my sourcecode available to anyone if I use the GPL library, and according to the discussions here http://stackoverflow.com/questions/4577044/complying-with-the-gpl-in-an-iphone-app - we cannot distribute any GPL application on the Apple App Store too. So it seems that the GPL license is really quite troublesome and I hope there are other options?",0,1488,politeness_stack +"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,1489,politeness_stack +I think part of your question is missing. Can you clarify?,0,1490,politeness_stack +"When you say concatenate, do you mean overlay them (put them in the same place) or put them next to each other? If you mean overlay, what do you want to happen when two pixels are at the same spot -- how do you want transparency to be handled?",1,1491,politeness_stack +"What is ""this tab bar""? Can you provide a code sample or screenshot?",0,1492,politeness_stack +"If your map is being loaded from a nib, did you remember to wire it up? Did you remember to set the delegate?",0,1493,politeness_stack +"I'm starting to feel that the problem arises with interactionPointData, since this method does not own it. Since I am pointing to it with model, will releasing model cause havoc upstream?",1,1494,politeness_stack +"What is receiving the event, the button? What coordinate space do you want the click event's coordinate to be in, the window's, the button's, or some other view's?",0,1495,politeness_stack +"I'm talking about UI design. Should I use the MapKit framework; or, is there a third-party framework that you could recommend?",0,1496,politeness_stack +That code looks good. What isn't it doing that you want it to?,1,1497,politeness_stack +Why don't you want to use NSArray? What is it that you are trying to accomplish?,0,1498,politeness_stack +It seems this could actually occur easily if the user copy-pasted the null character in. (Maybe the user got it from a website or Word doc?),0,1499,politeness_stack +could you mark fluchtpunkts answer as accepted? so that people can see by one blink that your question is solved?,0,1500,politeness_stack +UniversalIndentGUI is a front-end for many different formatting tools. Which one are you using?,0,1501,politeness_stack +"Any ideas on how to create from scratch?? like what is required, ect?",1,1502,politeness_stack +"What do you mean ""it just dies""? What's the error?",-1,1503,politeness_stack +ya but in upper left side of your xcode you specified simulator and debug? or device and debug?,0,1504,politeness_stack +Right. Any idea where I plug in the OAuth2 stuff?,1,1505,politeness_stack +"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,1506,politeness_stack +What is exactly your problem? What does not work?,-1,1507,politeness_stack +The assembly of a try/catch block indeed shows calls to objc_begin_catch and objc_end_catch. Have you tried looking through that to see how they are invoked?,0,1508,politeness_stack +Did you find an answer to 2. of your list? The changing size of the label?,0,1509,politeness_stack +Is `MPSection *section = [self.sections objectAtIndex:indexPath.row];` correct? or did you mean `MPSection *section = [self.sections objectAtIndex:indexPath.section]`;?,0,1510,politeness_stack +"What about in this method: -(IBAction)saveNewCharacter:(id)sender , if you NSLog [[self newCharacter] firstName] what do you see?? In other words is it correct when your are inside NewCharacterViewController ??",0,1511,politeness_stack +"Can you restate the question? Do you want to display future events on the system calendar, or do you want to get the future events from the system calendar and display them somehow?",0,1512,politeness_stack +"Just a note, the code snippet actually works so I am thinking that there is something inside my SomeObject (the full code and not the snippet) that is causing it to autorelease. Can an object autorelease itself without have been told to?",1,1513,politeness_stack +"Ordinarily, you'd want to do that in the view controller that's presenting the array, typically by allowing the user to edit a table view. Is there a reason you need that responsibility to be shared across two view controller instances?",0,1514,politeness_stack +It's likely `m_cAppIdMap` has been over released. Can you check that?,1,1515,politeness_stack +and what's the problem? what did you try and in which way did it fail?,0,1516,politeness_stack +So what do you need help with ? Where are you stuck ?,1,1517,politeness_stack +nobody ;[. What's the problem?,0,1518,politeness_stack +"Can you put an NSLog to make sure it's being called only once? Also, can you show us where you are declaring your int?",0,1519,politeness_stack +What platform will you be running this client on? iPhone/iOS or Mac OS X?,1,1520,politeness_stack +Does your log statement for the jobViewArray count in the notification show what you would expect? is jobViewArray a property?,0,1521,politeness_stack +"Out of curiosity, why would a user choose to disable multitasking (i.e. what's the tradeoff)?",1,1522,politeness_stack +"Laboriously went to the trouble of downloading XCode3 and IB, and when I open the XIB, the key paths are missing. Can XCode4 not properly save keypaths in NSPredicateEditorRowTemplates?",0,1523,politeness_stack +Im not really sure what you are up to. Chances are that you would like to do something as asked in [this question](http://stackoverflow.com/questions/4924350)?,-1,1524,politeness_stack +you already release FootballScoreBoardViewController. Can you show your code ?,1,1525,politeness_stack +"@bigubosu: Any chance that you're overwriting it later on? What is the output of `NSLog(@""testTwo %@"", scoreList);`?",0,1526,politeness_stack +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?,-1,1527,politeness_stack +"IB can be a pain with UITableView sizing. Have you considered doing this programmatically, initializing the tableView with a style and then setting the frame to a specified frame with CGRectMake(x,y,w,h)?",1,1528,politeness_stack +"Are you looking to change the text field's height (if so, why?), or keep its height the same while resizing the window?",1,1529,politeness_stack +"Sorry, which Documents? Is this some iPhone directory?",1,1530,politeness_stack +I'm getting some warnings. Warnings can cause my problem?,0,1531,politeness_stack +What is the question here? Are you wondering what you might've missed?,-1,1532,politeness_stack +"What are you trying with +[Names init]; ????",-1,1533,politeness_stack +"Sorry for the late reply,I have taken view based template.Actually I need to convert the pdf page to image and in that process it's giving me error with the code above. Any solution?",1,1534,politeness_stack +"Oops, this was meant to be on Stack Overflow. Can someone migrate it please?",1,1535,politeness_stack +"Right. So, using them within the calling scope is safe, and beyond that, it should be `retain`ed, right?",0,1536,politeness_stack +"Do you release the gameViewController later on? +And are resetLevel and resetTheGame methods clean?",1,1537,politeness_stack +anyone! Any ideas?,-1,1538,politeness_stack +What is the problem? Does the timer continue to count down?,0,1539,politeness_stack +There's too little information. How about posting some code?,-1,1540,politeness_stack +I use UIImageJPGRepresentation (I know its PNG that you're using) in a separate thread quite intensively without any problem. Are you sure that the problem doesn't come from the imageReg that could be written in another thread ?,0,1541,politeness_stack +"Am I missing something, or what specifically are you coding this in? JavaScript?",0,1542,politeness_stack +What does the code look like where you do pushViewController:? What does it look like where you do popViewController: (or whatever variant thereof)?,0,1543,politeness_stack +"@S.Lott: No, I'm saying that looking up the function is far from easy if the obvious search terms don't readily yield any insights. Am I missing something?",-1,1544,politeness_stack +"What operating environment are you in? Is this jQuery, WinForms, QT?",1,1545,politeness_stack +"Reading the Docs, I see that the AppDelegate is called after the user presses a button in the alert window (the docs don't explicitly say if it's the `close` button, or the `alertAction` button). Could I lodge a custom method in here to mimic a snooze-like effect?",0,1546,politeness_stack +What is the question? What is wrong with it?,-1,1547,politeness_stack +"Did you try writing something in an attempt to implement this? If so, what happens when you run it?",1,1548,politeness_stack +I'm testing it using the simulator. I can't find anywhere in the simulator to disable daylight saving?,0,1549,politeness_stack +what can i do about that? Make a new one??,-1,1550,politeness_stack +I don't get it - you say that there are two error messages popping up - that's what a UIAlertView is! Can you post a screenshot of the error message and add the code in your didFailWithError: to your question please?,-1,1551,politeness_stack +"Yes, I am using an ""ancient"" version: OS X 10.4.11 and XCode 2.5! Is that the problem?",-1,1552,politeness_stack +"Did you read Q&A QA1703? http://developer.apple.com/library/ios/#qa/qa1703/_index.html%23//apple_ref/doc/uid/DTS40010193 it looks like you took that and decided to iterate through views instead of windows, is there a reason?",-1,1553,politeness_stack +I don't think anyone's going to be able to help you based on that information alone (considering we don't know what `0x306aeaa5` is). Can you post your code and tell us what the exact problem is?,-1,1554,politeness_stack +"Are you sure that it isn't due to the error that the compiler is thrown off, and generating multiple errors due to that one error? Could you give some example of this?",0,1555,politeness_stack +"Squeegy, I didn't set any breakpoints, so I guess TouchXML had breakpoints included? How do I get rid of them?",0,1556,politeness_stack +We'll need a little more code to help! The fact that you declared it inside a UIView shouldn't make any difference at all; can you put a breakpoint inside your UIView to prove that the code is actually running?,0,1557,politeness_stack +how are you creating the buttons? in interface builder or through code?,0,1558,politeness_stack +is PTString a property/field? And what does the console say?,0,1559,politeness_stack +@jtbandes - why learn C first? Would you say the same to a C++ questioner?,-1,1560,politeness_stack +""", actually the application crashes..."" We need the crash info. Is it a BAD ACCESS ?",-1,1561,politeness_stack +"OK, so that works but out of interest, why? Why doesn't it store the number as 16.695 as was set?",0,1562,politeness_stack +"That code can't possibly compile because `&` isn't a declarator in Objective-C (in other words, it can't be used as part of the declaration of a variable). Did you mean to type in an asterisk in the places where you have the ampersand characters in your example code?",0,1563,politeness_stack +Please _show the contents of `stf2`_. How is is displayed when it's logged?,0,1564,politeness_stack +"Ah, well, I forgot that I also did subclass the view object associated with my NSCollectionViewItem subclass while I was working on this today. Perhaps that broke something?",1,1565,politeness_stack +"As the log mentions, BTServer is posting a notification called BluetoothAvailabilityChangedNotification. Why don't you suscribe to this, and any other notification interesting to your app instead of reading and parsing the logs?",-1,1566,politeness_stack +when it comes to unit testing I want to be able to renew the singleton object before every test. This is one of the arguments against singletons. Does this object really need to be a singleton in the first place?,0,1567,politeness_stack +Do you want to show this circle image on user's current location ? Please describe what exactly you want and where ?,0,1568,politeness_stack +It's pretty unclear. Where do you want to add an overlay view without using a `UIImagePickerController`?,0,1569,politeness_stack +What does the label actually show? Are you sure you are setting the value *before* accesing it?,1,1570,politeness_stack +What do you mean by smaller? Do you mean truncating the string?,0,1571,politeness_stack +Are you trying to compare pointers to the same dictionary? Or is the other dictionary a distinct dictionary that just happens to have equivalent keys and values?,0,1572,politeness_stack +Why are you subclassing UIScrollView? Why don't you just add subviews to it?,0,1573,politeness_stack +I've tried a setter method as well. The var wasn't getting the value until after the app was closed and reopen for some reason?,0,1574,politeness_stack +Could it be that you're adding same transaction observer more than once (i.e. for each `addPayment:` statement)?,1,1575,politeness_stack +"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,1576,politeness_stack +"Im in Mac OSX, so I guess it's working as it's supposed to. Is there a way to change this?",1,1577,politeness_stack +"You could always configure the formatter manually, to precisely your requirements. Do you always want values to be displayed in cents?",0,1578,politeness_stack +Do you understand how `UIImagePickerController` works? Do you have the delegate methods implemented?,-1,1579,politeness_stack +What language is it? Can you provide a testcase demonstrating the behaviour?,1,1580,politeness_stack +You are passing a URL string into a method that takes a file path. Did you try initWithContentsOfURL and passing an NSURL instead?,1,1581,politeness_stack +Why do you need to do it without looping? It seems that looping does what you want in this case?,-1,1582,politeness_stack +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?,-1,1583,politeness_stack +"Yea - I deleted my line numbers request comment when I read the log again - I was on completely the wrong track with that! However, I still would consider the xib a suspect - it might be NSDecoding properties that don't exist anymore in the class?",1,1584,politeness_stack +"it **only** affects the object that has been created in the last loop-round? or, it **also** affects the object that has been created in the last loop-round?",-1,1585,politeness_stack +I don't understand what your question is. Where are you stuck?,-1,1586,politeness_stack +did anything ever happen with this? did you file a bug?,0,1587,politeness_stack +"Zakman411: Naming a new, unsaved document untitled is the correct way according to the HIG. http://developer.apple.com/library/mac/documentation/UserExperience/Conceptual/AppleHIGuidelines/XHIGWindows/XHIGWindows.html#//apple_ref/doc/uid/20000961-CHDHBCGE Why do you want to violate that convention?",0,1588,politeness_stack +"More question. if I need to write ""myBackgroundColor = [myBackgroundColor initWithRed:.87 green:.77 blue:.56 alpha:.99]"" why would ""[myUIView initWithFrame:myCGRect];"" work well?",0,1589,politeness_stack +define 'confused'. What are you getting for Total.text?,0,1590,politeness_stack +Hey Geek Could U pls guide me to start learning the basics of flurry analytics in android? Where can i find its tutorial kind of things?,-1,1591,politeness_stack +So the problem is that it crashes when you click the checkWord button? What is the exact error you get?,0,1592,politeness_stack +Why are you putting control characters into the string? And don't they count to whatever length limits apply?,-1,1593,politeness_stack +Why do you need to do this? Why is having the row id sequential important and necessary?,-1,1594,politeness_stack +I hope it is `NSTimer * eventtimer`. And how have you declared the method?,0,1595,politeness_stack +"I have tried NSLog and it does print everything right when we are inside the method but when the value is returned, it is returned null. I dont understand why?",0,1596,politeness_stack +"Not imageView1.image, imageView1. Did you connect in via an IBOutlet in Interface Builder or create it programmatically?",1,1597,politeness_stack +Whose delegate? The view controller's?,0,1598,politeness_stack +"so the string *can* start with ""USD"" and/or ""$"" followed by digits; optionally followed by "","" or ""."", followed by more digits?",0,1599,politeness_stack +What's the purpose of this? How do you want to use them?,-1,1600,politeness_stack +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,1601,politeness_stack +"Huh?! You really want to use browser-side JS to create a cookie, receive it with server-side PHP, and store in a cookie.jar file for use with PHP's curl library?",-1,1602,politeness_stack +exact duplicate of your 5 minute old question [How to receive and use a json in ajax sended from php?](http://stackoverflow.com/questions/4317587/how-to-receive-and-use-a-json-in-ajax-sended-from-php). Are you for real?,-1,1603,politeness_stack +"Yes. It references the static in A just fine, just not in B. I see why this is a problem since A may have no visibility to B's statics. I'm asking if there is another way to do this?",-1,1604,politeness_stack +So you want to replace `door` and `sky` with `0`? Ur unset them?,0,1605,politeness_stack +What permissions are you using (i.e. 755)?,0,1606,politeness_stack +Most of time such a question is a sign of bad design. Why do you need dynamically assigned variable names?,-1,1607,politeness_stack +what version of PHP are you using? Are you using 5.3+?,0,1608,politeness_stack +mod_rewrite enabled? .htaccess created?,0,1609,politeness_stack +"@danilo its not the file itself that requires the SUDO its what the files calls, which is `svn commit` but first I `cd /var/www` to call svn commit from the working copy. Is there a way I can add permissions to do that for apache user www-admin?",0,1610,politeness_stack +That it prints all `indent1` s for the first `tableheader` node is obvious as all following `indent1` s are siblings of this node. Can you please provide the exact output?,0,1611,politeness_stack +"@Dino beytar, if you provided some more details about the purpose of this data, you might be able to get some suggestions on how to best handle it. I assume you are aggregating this data on your origin server?",-1,1612,politeness_stack +How are you testing what's actually stored? Are you using HeidiSQL or another GUI client?,0,1613,politeness_stack +What is the submit method ? a regular submit or an ajax submit ?,0,1614,politeness_stack +Please givez me the codez? What have you tried so far?,0,1615,politeness_stack +"Yes, a `` is the right choice here. Have you tried writing any code yet?",-1,1616,politeness_stack +Get rid of everything except the first die() line. Do you see any output?,0,1617,politeness_stack +"Not my question, but okay. Would you care to elaborate on this and tell me what exactly is wrong?",-1,1618,politeness_stack +Your problem is a little ambiguous. Could you provide sample output with the related database records?,0,1619,politeness_stack +Where are you executing the query? Do you get any errors?,0,1620,politeness_stack +I see. How'd you do this time--did you communicate clearly enough to elicit a correct answer?,0,1621,politeness_stack +"Suppose you have a 2 x 2 grid, and your array contains [0, 0] and [1, 1]. What would the correct table output be?",1,1622,politeness_stack +what? ......... Also why you need to this via Array and not via DB?,-1,1623,politeness_stack +Which php.ini file did you change the setting in? Did you restart the server after changing it?,1,1624,politeness_stack +Wow that is a vaguely described problem. Could you please ... give us some of the code you're having issue with?,-1,1625,politeness_stack +What E-Mail library are you using? Can you show the full code?,1,1626,politeness_stack +When I see status with Firebus's Net Tab then it shows me Status 200. Is it right?,1,1627,politeness_stack +Doubt it. Why do you have PHP source stored in a MySQL database?,-1,1628,politeness_stack +how do you load the php file? Are the folder/file permissions set to executable?,1,1629,politeness_stack +If it shows up in `phpinfo()` it should be working. Did you restart your XAMPP after moving the file?,0,1630,politeness_stack +"Try to run the same command from the shell and see what error you get. It can take hours to convert a video, maybe you should just wait?",0,1631,politeness_stack +ErrorDocument 404 index.php This does not seem to work for me. Any ideas?,1,1632,politeness_stack +@user052211 Glad to hear you got it sorted out. Would you mind posting your solution as an answer so that other developers can reference it if they run into a similar problem?,1,1633,politeness_stack +"Does that mean we're not allowed to ask WordPress questions on SO, even if they're legitimate programming questions? Why the fragmentation?",-1,1634,politeness_stack +I don't really get the logic. What's similar about [2] and [5] and what's equal about titles...?,-1,1635,politeness_stack +"I can't help but think that you're making this much more complicated than it should be. HTML already handles word wrapping beautifully, why would you manually add line breaks to text that has characters with dynamic width?",-1,1636,politeness_stack +"@Tomalak Geret'kal ""extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet"" - Do you see yourself asking this question, or a similar one somewhere in the future? Do you think people will find this page searching with a search engine?",0,1637,politeness_stack +"@Frog: Your question is only slightly clearer now. Is the general rule ""xyz"" -> ""myXyz""?",-1,1638,politeness_stack +@jmiller: Do you get any javascript errors? Have you opened firebug to see the differences in the data being retrieved via AJAX?,0,1639,politeness_stack +Do you need the id column? Why not just tell the query to fetch only the name column?,-1,1640,politeness_stack +"I'm not sure what you mean. The uploads will be public so you don't need to be logged in or anything, and the file checks can be done on the other servers after upload?",0,1641,politeness_stack +yep because you have a syntax error there. just read the answer someone posted below .. or could you just explain what `` should do?,0,1642,politeness_stack +@Zimbabao Cached MySQL is our front-runner at the moment. Has that worked well for you?,1,1643,politeness_stack +where does the $ID variable coming from? are you sure it's a valid ID?,0,1644,politeness_stack +"is this running through Apache/mod-php? And if you don't have SSH access, what are you using to upload to this host?",0,1645,politeness_stack +Do you have different PHP versions in Eclipse and on your server? Also different error reporting settings?,0,1646,politeness_stack +"Also, the last time you asked this, 100 worked but 190 didn't work. Why the change?",-1,1647,politeness_stack +"@nikic, its a WordPress site on HostGator. How can I tell?",0,1648,politeness_stack +"Maybe you should give an example of the array too? As I understand, you want to delete entries from an array, using only php no JS?",1,1649,politeness_stack +"You do `SELECT * FROM tablename WHERE id_products=13 AND name=""audio"" AND value=""2.1"" AND name=""hdd"" AND value=""200 gb""` but that won't return anything because there is no row that has all these values. Are you looking for OR instead of AND?",0,1650,politeness_stack +Can someone explain to me why this is not a real question. How is it off-topic to being a programmer? :|,-1,1651,politeness_stack +"What does a `getenv(""PATH"")` say? Maybe there is no path set for the PHP/Apache user on Mac OS?",0,1652,politeness_stack +What is the purpose of implementing your own framework? Why not use an existing one?,-1,1653,politeness_stack +I know I can lose characters. But you find it normal that half the text after a particular character is lost though it does not contain special chars ?,-1,1654,politeness_stack +"What does the included `""../includes/modules/"".$folder.""/"".$row['file']` file contain?",0,1655,politeness_stack +You're missing a paren. Is that the problem?,-1,1656,politeness_stack +"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?",-1,1657,politeness_stack +You created an object of class `A`. Why would a `print_r` in some instance of class `B` have access to something you changed in a different instance of class `A`?,-1,1658,politeness_stack +@chris I'm missing something obvious.. Why is that annoying? Cause the page never stops loading?,-1,1659,politeness_stack +@Dennis attenDANCE? like in SquareDance? :D,0,1660,politeness_stack +what about my answer? didn't it help?,-1,1661,politeness_stack +What is your goal? Should it be initialized with the empty string again?,0,1662,politeness_stack +"This is a relative path, what means, that it is resolved against the current working directory (`getcwd()`). Did you checked the absolute path also (`realpath()`)?",1,1663,politeness_stack +Are there anymore styles being applied this [jsFiddle](http://jsfiddle.net/s8d3R/1/) looks fine in Chrome. How does it look to you?,1,1664,politeness_stack +"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,1665,politeness_stack +Hi @OZ_ - can you educate me as to why? Is there a better way to store images?,1,1666,politeness_stack +"Is your POST tag variable set? +Is that query returning rows?",0,1667,politeness_stack +@bobince I've found several SVN software which one should I use? Can you point a link?,0,1668,politeness_stack +Is there any relation to a `questions` table? Or is `questions_tags` the only table you have?,1,1669,politeness_stack +Not sure I'm reading the question correctly. So each user books a cottage(s) 60 times a year?,1,1670,politeness_stack +Your question is unclear - do you need help getting the urls into the database? are these in a file?,1,1671,politeness_stack +"agreed, but i am not seeing the checkbox. are you able to wiki-fy it? thx",1,1672,politeness_stack +"Altering the top-level structure, moving elements between top level arrays? How does your sort need to function in the higher dimension?",1,1673,politeness_stack +"ok so, 100 arrays. If multiple users are loading a page with 100 arrays would that have any major performance problems?",0,1674,politeness_stack +Creating a single global XML would be just time harassing if I choose to save them in a database right? Do you have any link or coding example about what you are suggesting me ?,0,1675,politeness_stack +I presume you're using PHP as an Apache module? (Not CGI or running under IIS or something?),1,1676,politeness_stack +"@diEcho & @MaKo. Oh wait, are you looking at searching on the server or with Javascript?",0,1677,politeness_stack +You cannot compress most of media data as it's already compressed. Why not just to buy another HDD?,0,1678,politeness_stack +@Dunhamzzz doesnt the useragent change only on update of browser software or windows? and i think that doesnt happen everyweek?,0,1679,politeness_stack +"Why are you using jQuery here in the first place, it doesn't seem to be doing any good. Can't you just output the name inside the element directly?",-1,1680,politeness_stack +What about chinese or cyrillic names? What character set are you operating with?,0,1681,politeness_stack +"I do understand that without OS support I won't be able to generate cryptographically secure random sequences. But how does the second algorithm I've shown compare to the first one, and (why) is one of them better than the other?",0,1682,politeness_stack +Well if that is.. I don't think the DI Extension is being loaded. How can I check this ?,0,1683,politeness_stack +"@zildjohn01, What's the best way to do this (which PHP functions?). Could you leave a detailed answer with your approach?",1,1684,politeness_stack +why such a large file? Is this a one time thing or is this a on going problem?,-1,1685,politeness_stack +Where exactly are you stuck? What doesn't work?,-1,1686,politeness_stack +If that's really your code... looks like you're going to end up with a ton of HTML UL elements with the same ID of 'day'. Does your real code actually output one UL with multiple LI children?,0,1687,politeness_stack +Updated!!!!!!!!! any one???,-1,1688,politeness_stack +I think the question that is most looming on my mind is... what could possibly be the purpose of decrementing an auto increment id from mysql? Have you considered that maybe what you are trying to do is just not good?,-1,1689,politeness_stack +"What ""did not work""? closing of the connection or removing the persistence?",-1,1690,politeness_stack +"you want to make the select box sticky, is that correct? meaning that if one value is selected and the user posts the page, when it returns the previous value is still selected?",0,1691,politeness_stack +Is it popular open source web application? Can we know the name of open source?,1,1692,politeness_stack +What is the default value? Can you just set that to 0 when you create the array?,0,1693,politeness_stack +@Sekar: I would expect to see that error on PHP < 5 or on Windows less than version 5.3. Can you confirm that you are running on RHEL (Linux) and your PHP version is 5.2.5?,0,1694,politeness_stack +"Did you get any result? Are you sure that the numbers are not separated by an other whitespace character, like a tab?",0,1695,politeness_stack +It should be. What happens when you try it?,0,1696,politeness_stack +"Did some of your formatting get eaten? Did you mean to say ""I have a <form> with several..."" ?",0,1697,politeness_stack +i'm talking about the idea of protecting from something with such solution. from whom are you protecting?,0,1698,politeness_stack +"The character set in Oracle is 'WE8ISO8859P1' ... the eacute in my example is correctly stored in the database if I stay within Oracle ... but when I bring it into PHP via oci8, thats where the problem arises. Is there anything better than the charset_decode_utf_8 function ?",1,1699,politeness_stack +make a c program to echo a php script? something like that?,0,1700,politeness_stack +I'm not sure if this question is really specific to PHP. Do people think the answer to this is dependent on conventions that vary substantially from language to language?,0,1701,politeness_stack +"`lte IE 8` means ""less than equal IE 8"" so this seems to work as designed. Can you clarify what the problem is?",1,1702,politeness_stack +Why bother with the `.php` in the rewritten URLs? Why not just `/course_view`?,-1,1703,politeness_stack +Do you have POI's in your system ? or are you hoping to use maps to do that as well?,0,1704,politeness_stack +What error? Why do you need `@` before `mysqli_query`?,-1,1705,politeness_stack +Is there any other output in your script? Is there any whitespace before ` $value)`? Or, asked the other way around, what's the point using `foreach($array as $value)` when you actually need `$key` somewhere down the road?",-1,1714,politeness_stack +"What does ""it doesn't work"" means ? Do you get any kind of error (if necessary, you should try enabling error_reporting) ?",0,1715,politeness_stack +"Wordpress is just an application framework, it's not a domain framework so its architecture must be rather rudimentary. What would prevent to integrate the wp skeletton inside a domain mvc framework for example ?",0,1716,politeness_stack +what php version are you running? can't you use json_decode($json) and work with array?,0,1717,politeness_stack +Do you happen to know `foreach` statement? And what about $_POST array?,0,1718,politeness_stack +"Can you provide an example of how `$tree` is structured? Also, what version of PHP?",0,1719,politeness_stack +"What is your wrapper supposed to do? I.e. what do you want to ""wrap""?",0,1720,politeness_stack +Do you get any error message? Does your success message show up?,0,1721,politeness_stack +it just goes to update.php? nothing after ?,-1,1722,politeness_stack +"It gave me an error saying it couldn't load mymodule.helper, and prepending the filename with its absolute path fixed everything! Firstly, can you tell me what the 2>&1 does, and secondly, why does __DIR__ show the directory the file I'm trying to exec is in, but trying to exec it doesn't work?",0,1723,politeness_stack +"What do you mean with ""limit""? Limit the length of the product name or ...?",0,1724,politeness_stack +What browsers does it not work in? Have you tried IE / FF / Chrome?,0,1725,politeness_stack +"@Billy: Like [this](http://stackoverflow.com/questions/4031112/regular-expression-matching/4034386#4034386). Cool, eh?",0,1726,politeness_stack +"You need to provide some code, are you actually within a class or trying to create an object just through `$this->list = 'hello'`? Are you getting any error messages?",0,1727,politeness_stack +I find your decision to put the deepest level element as value and all parents as key somewhat weird. How are you going to know what to take from the array - key or value?,-1,1728,politeness_stack +"I didn't quite understand, what are you trying to achieve? What questions do you have and what is the desired output?",1,1729,politeness_stack +`data.find` ? no error?,-1,1730,politeness_stack +What does a `print $link;` *inside the controller*? Is the variable set correctly?,0,1731,politeness_stack +"Could you please explain. Since I'm not accessing the database while loading the page the first time, can it really be the reason, even if it is something I need to look into as well?",0,1732,politeness_stack +Which error message do you get when the include fails? A permission error?,0,1733,politeness_stack +"@marknt15: Sounds like a poor design to mix ""arbitrary XML-like tags"" with real HTML. Where are you putting this text, that the HTML is dangerous but the arbitrary tags are not?",-1,1734,politeness_stack +is extending pdo a bad thing? I had an independent mysqli class before but I was told better off extending mysqli so I thought it must be the same as pdo??,0,1735,politeness_stack +"@Dagon - It could be done with a flat-file system (xml files maybe), as long as the files were not web-accessible. At that point though, what's the difference, right?",0,1736,politeness_stack +"""\n"" for replacement. Did you mean space or newline?",1,1737,politeness_stack +"""The Bounce Rate as shown in Google Analytics started to increase from about 2 to 75% since I have detected PHPSESSID two weeks ago."" Why are you thinking a URL parameter would be causing a bounce rate?",0,1738,politeness_stack +From where are you calling the URL? Client side (JavaScript) or server side (PHP) ?,0,1739,politeness_stack +Can you share some information about what does not work? What are you expecting that to do?,0,1740,politeness_stack +Could `curl` help with this? Any idea how?,1,1741,politeness_stack +the code would be to big to post here on SO. so how would I use classes with my Jquery code?,0,1742,politeness_stack +What error? We should guess?,-1,1743,politeness_stack +"@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,1744,politeness_stack +... and why `preg_match_all()`? Why not just `preg_match`?,0,1745,politeness_stack +What logic does the conversion follow? Divide by 100?,0,1746,politeness_stack +"@deceze Good point. Have you used it before, and for what?",1,1747,politeness_stack +I am pretty sure SendGrid has this type of import and throttling build into their service. Why are you *doing it yourself*?,-1,1748,politeness_stack +"A regular expression here seems like overkill. Why not just `explode('#','http://blah.com#removethis',2)[0]`?",-1,1749,politeness_stack +Can you please provide all of the code between your $sql lines an when you actually query the DB? Are you calling `strip_tags` on your sql statement?,1,1750,politeness_stack +"Could you provide some more precise input and output values? Do you want to convert ""[link]www.yahoo.com[/link]"" to ""www.yahoo.com""?",1,1751,politeness_stack +"Is your encoding consistent throughout, i.e. the DB table is utf-8?",0,1752,politeness_stack +"Variables should be extremely common, so why do you have to modify the most common with a $? Shouldn't something else get the $?",-1,1753,politeness_stack +"I think you understood. So while the order of the-data-as-a-whole is random, the data shown on each page should *not* repeat any previously seen results, correct?",0,1754,politeness_stack +Could you show more context? Where is `$form` coming from?,0,1755,politeness_stack +"""If any database errors occur, they will be emailed to the address specified here."" Do u get any emails??",-1,1756,politeness_stack +Can you post your .htaccess? And which directory is it in?,1,1757,politeness_stack +"well, what are you getting instead? What is the problem?",-1,1758,politeness_stack +show some code ? what u mean not work ?,-1,1759,politeness_stack +i have some issues to change file permissions from my ftp client since it is not apache server. I cannot even see them... do you know how can I solve this ?,0,1760,politeness_stack +Truncated in DB max size 64 KB. How can I increase the max length?,0,1761,politeness_stack +/n tags? Do you mean line breaks (`\n`)?,0,1762,politeness_stack +"could we get some column names, and what do the id's reference? there is no ID you have given us on any other column... and what do you mean by ""somehow combine them""?",0,1763,politeness_stack +"If this is in production, I usually turn off all the error logging. Will the CI error handling log functions still work if I set the error reporting to none?",0,1764,politeness_stack +What do you call a keyword? Every [long enough] word in a string?,1,1765,politeness_stack +2147483647. This mean I can only use 32 bit?,0,1766,politeness_stack +"Hmm, it is returning only integers over here. Which PHP version?",0,1767,politeness_stack +"Is it timing out, or getting a 500 error? Have you enabled all error reporting in your php.ini as well?",0,1768,politeness_stack +Check if the text simply contains some Chinese characters (with other non-Chinese characters)? or is comprised entirely of Chinese characters?,1,1769,politeness_stack +Where is `$valueToUnserialize_or_stringMessage` coming from? What do you want to unserialize?,0,1770,politeness_stack +"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,1771,politeness_stack +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?,-1,1772,politeness_stack +"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,1773,politeness_stack +What is it you are encrypting with mcrypt? Is it a serialized session from `$_SESSION`?,0,1774,politeness_stack +"My god, the code got all mangled. The insert code capability here is atrocious, just mangles the code and leaves out tags... How do I fix this?",-1,1775,politeness_stack +What is your question? What about your sample code doesn't work as you want?,0,1776,politeness_stack +What to do if I'm newb? Is there any commands to do this?,0,1777,politeness_stack +Really? What is the evidence that leads you to conclude that `';'` is interpreted as a sentence terminator?,-1,1778,politeness_stack +how is your data formatted for insertion i.e. what structure are keys and $val stored in?,0,1779,politeness_stack +"This can be done in a number of ways. Do you want the user to select nodes to hide, or do you want certain nodes to be hidden from all users?",1,1780,politeness_stack +"Firstly, I think we're gonna need to see some source for the page you're having problems with. Secondly, have you tried a ""View source"" on the resulting page to see if there's anything else in there?",0,1781,politeness_stack +This is most likely a problem due to the encoding of your input. In what encoding is it in?,1,1782,politeness_stack +please clarify the scenario please. What exactly is the purpose of finding out?,1,1783,politeness_stack +"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,1784,politeness_stack +I met the same problem. Have u resolved it?,1,1785,politeness_stack +"Regex is not good at manipulating XML. Using XSLT, why performance should be scary?",0,1786,politeness_stack +Are those regexps? Otherwise you should probably use `str_replace` instead and see if that works better?,0,1787,politeness_stack +Do you have any example? Could it be a path issue?,0,1788,politeness_stack +"Do you mean you only want the alternate caps inside of `""` delimited portions of your string, e.g. output should be `hello ""HoW ArE YoU DoInG?""`.",0,1789,politeness_stack +what is the goal here? echo (no concern for storing in php var) some fields from the X most recent rows meeting the max conditions from any of tables that begin with 'whatever'?,-1,1790,politeness_stack +Are those backticks (`) surrounding the column names and table name? Did you try the query with regular single-quotes (')?,0,1791,politeness_stack +"I don't think this should happen at all, unless there is something more to it than the code shows. And just out of curiosity, are you using any kind of accelerator?",1,1792,politeness_stack +What happens if you try access the magic method of __tostring? .. `echo $matches->item(0)` ?,0,1793,politeness_stack +"When you say 'it fails' what happens? Does it truncate the field or fail to insert, and if it fails what is the relevant error message?",0,1794,politeness_stack +Are you sure you're not escaping the whole query string? Could you include your query calls as well?,0,1795,politeness_stack +You *want* to see your password in your cookie? I suppose you like it when sites email you your *forgotten password* too?,-1,1796,politeness_stack +You'll have to be much more specific. How are you escaping the text before entering it into the database?,0,1797,politeness_stack +@Qmal: why don't you want it? Any reason?,-1,1798,politeness_stack +"For a single one-off script, for a web project (e.g. Rails, Sinatra, or other) or are you creating utility code that you want available for many scripts?",1,1799,politeness_stack +a name is all a user needs to be created? no other validations?,0,1800,politeness_stack +"There are ways, but to be honest this seems like a bad idea. Why do you want to do this?",-1,1801,politeness_stack +"ok, where is your javascript code? Did you include jquery and fancibox libs?",0,1802,politeness_stack +"Are you doing Single Table Inheritance? If so, are you sure you are setting the `type` column properly for StatsParent model?",0,1803,politeness_stack +"Did you run any individual tests? If so, how?",1,1804,politeness_stack +"This error implies something wrong with how the app itself is running, not with finding the template. Is there any traceback data?",1,1805,politeness_stack +There's a problem when you need to loop? Can you be a bit more specific about that?,0,1806,politeness_stack +In what language do you want this check to be made in? Ruby ?,-1,1807,politeness_stack +"Why do you use mysql (2.8.1) ? I think you can't use both for one application, do you have this 2 gems in your GemFile ?",0,1808,politeness_stack +Is there any downside to using a profiler? Are you worried about it giving you more information than you can handle?,0,1809,politeness_stack +"Can you post your code? Also, have you tried using "" Timeout::timeout(5)"" to try and handle timeouts?",1,1810,politeness_stack +"Please edit your question and explain what isn't working. What errors are you seeing, or how isn't it working as you expect?",1,1811,politeness_stack +thats the error? just one line?,-1,1812,politeness_stack +Does it need to follow a specific pattern? Or is it fine if the characters from the input set appear potentially at any place?,1,1813,politeness_stack +Is there a reason you didn't accept the answer? Is there something wrong with it?,-1,1814,politeness_stack +"You may want to look at the changelog for ActiveRecord (http://ar.rubyonrails.org/files/CHANGELOG.html) and see if anything listed there might apply to your situation. Also, what Ruby version are you running?",0,1815,politeness_stack +"I don't see ""parent"" at all. Maybe it exists in your templates?",0,1816,politeness_stack +"What do you mean by ""reset the database back to its original state?"" Does this mean you want to erase all of the data?",0,1817,politeness_stack +"In the sample, there's a space after `another_question? \ `. Does the space exist in the original code?",1,1818,politeness_stack +In the title you say .doc but in your question you say .pdf. Which is it?,-1,1819,politeness_stack +"which shell are you using ? are you sure the shell executable didn't change in April (from /usr/bin/bash to /usr/bin/zsh, a new default shell ) ?",0,1820,politeness_stack +have you tried any other patchlevel of 1.8.7 ? ruby-1.8.7-p352 for example ?,1,1821,politeness_stack +Could you post the code? Have you tried other Rubies (using RVM)?,1,1822,politeness_stack +I know and that's why I can send emails to phones. Does anyone know of any APIs that don't use sendmail to send their email?,0,1823,politeness_stack +A _very_ rough (but easy) solution would be to strip _all_ non-ASCII characters from the input. Would that work for you?,0,1824,politeness_stack +What does the model's source look like? What happens if you `Ad.reset_column_information` before `Ad.create`?,0,1825,politeness_stack +Can't you just change it on the view you have the drop down? Or you're talking about many views?,0,1826,politeness_stack +"Can you give us a simple, dummy example to explain what you're trying to do? eg give us an example of a batch of the kind of repeated text/html you'd hope the code would catch?",1,1827,politeness_stack +"Uhm, can you clarify? Are you asking how to count how many ""a""'s an array has?",0,1828,politeness_stack +"Yea, that one crossed my mind. It didn't seem like the best rails-y way, ya know?",0,1829,politeness_stack +What specifically are you getting? You run that command and literally nothing happens?,0,1830,politeness_stack +"Thanks for the advice. Quick question, is the efficiency gain in both the where and sum methods?",1,1831,politeness_stack +Is it possible that it could be a passenger issue? Does devise/warden cache the current_user variable?,1,1832,politeness_stack +"You say that ""it's no longer working"", what have you changed? Does your `runcode2.rb` start with `#!/usr/bin/ruby` or something similar?",0,1833,politeness_stack +updated the question. can i do that in a scope?,0,1834,politeness_stack +Strange. Do gems without native extensions load ok?,1,1835,politeness_stack +Have you tried connecting manually using telnet? If so what prompts do you get for username and password?,1,1836,politeness_stack +"Can you explain what you are trying to do? The *whole point* of the Null Object Refactoring is *not* to use `nil`, so why would you want to inherit from `NilClass` for that?",-1,1837,politeness_stack +"Could you expand on what doesn't work? Is there an error, etc?",1,1838,politeness_stack +JIT? You mean android Jit? you using jruby in android?,0,1839,politeness_stack +So you're trying to access the @current_account variable in a model? The @current_account variable is being set in a controller?,0,1840,politeness_stack +@user5402 could you please elaborate? What does opening the pipe do?,1,1841,politeness_stack +Has the same problem. Have you solved it?,0,1842,politeness_stack +"Is this a homework? Have you tried to find out how to calculate Good Friday in general, independent of any programming language?",0,1843,politeness_stack +What about the code of the view? Do you get error messages?,0,1844,politeness_stack +"Weird thing is that setting ENV in environment.rb was ignore. That should overwrite system globals, right?",0,1845,politeness_stack +Your second code snippet is the same as the first. Did you not paste it in correctly?,-1,1846,politeness_stack +"Which logs? The logs in the question are my Nginx ones which Passenger is set to write to, are there any others around I should check? :)",1,1847,politeness_stack +Even till today I could not get the solution. Is there anyone who has done this before ?,1,1848,politeness_stack +"I know `in` is a keyword, used in loops, is it a method too? If so, can you give us an example of usage?",1,1849,politeness_stack +Can you post the start_game code? Also why would a game belong to a card?,0,1850,politeness_stack +Why not just generate the autocompletion configuration based on your YAML file? The options won't be changing all the time so why bother trying to make the autocompletion configuration dynamic?,-1,1851,politeness_stack +What Models do you have in your app? are these items stored under a different model?,0,1852,politeness_stack +What environment are you working in that is so limited? A shared server space?,0,1853,politeness_stack +"I think your rules might need to be clarified. Is it ""at least two decimal places, but more if necessary""?",0,1854,politeness_stack +"Do you need to send any params in another controller(ex. :id, :page)?",0,1855,politeness_stack +"But why is it the noscript element on the same level with 'head' and 'body' in the first place? +What is the DOCTYPE of the html?",0,1856,politeness_stack +How come you have a need to to_str on a name? Isn't a string already?,-1,1857,politeness_stack +I don't see any problem. What is not working?,0,1858,politeness_stack +Can you give a little more context? What library contains this line of code?,1,1859,politeness_stack +This same question was asked almost word-for-word about two hours ago. Hasn't anyone ever heard of Google?,-1,1860,politeness_stack +The code you've posted works fine for me. Are you doing something like `get_simps(get_simps(20))`?,1,1861,politeness_stack +I find these methods quite unnecessary. What's the advantage of using these over the very trivial comparisons?,-1,1862,politeness_stack +"Give us some requirements? How much data will you be sending and is the data only across a local computer, or is it across a network?",0,1863,politeness_stack +"please provide a more detailed example, because I don't understand what you mean by concatenating objects. I know what it means for strings: `""a"" + ""b""` => `""ab""`, But what should the resulting Object (Person) look like?",1,1864,politeness_stack +I don't understand what you're asking. Can you give an example of what you mean or are trying to achieve?,1,1865,politeness_stack +Seems to work fine for me. What values are you passing to the method when it doesn't work?,1,1866,politeness_stack +Sry this explains to me... I want to rewrite this solution [link](http://stackoverflow.com/questions/5636413/how-to-determine-maximum-route-cost-in-a-n-high-numeric-pyramid) in ruby. And why did you say poorly implementing?,-1,1867,politeness_stack +"Are the objects with the same name, the same objects? Or do they differ in some other property?",0,1868,politeness_stack +I thought compilation warnings shouldn't affect the outcomes of compilation. Aren't there any additional error messages you that you left out?,-1,1869,politeness_stack +"What are your OS and terminal program? Also, if using an unix OS do you have a `.inputrc` in your home dir?",0,1870,politeness_stack +my following solutions are working for me without refactoring. Aren't they working in your environment?,1,1871,politeness_stack +"Does the route work if you run the same reload_routes function during application execution? That is, does it work if you just stick that line in while you're in dev mode?",1,1872,politeness_stack +I'm sure also. Would you show me a better way to do this?,1,1873,politeness_stack +"and @pavium, if I just have to convert what I've got, do you know how I could do it in Ruby code? regex?",0,1874,politeness_stack +What is the column name in the Role model? What does the line of code that outputs this message look like?,0,1875,politeness_stack +If it's read-only ... what exactly are you testing? I presume (because it's read-only) that the data is input from somewhere else and Rails is just consuming it?,-1,1876,politeness_stack +"Are you sure that the delimiter appears at most once per line? And if there are multiple delimiters, which one do you want to cut the line at?",1,1877,politeness_stack +"Your question title doesn't match what your sample shows. Do you mean ""How do I find the indexes of nil elements?""",0,1878,politeness_stack +At what point is the error thrown? Are you trying something like User.find() or is it through a relationship?,0,1879,politeness_stack +"I don't understand your concern with ""the user might think that margins contains only :left and :right"". How is it different when you use the chart.marings(:left, 10) syntax ?",-1,1880,politeness_stack +And the result of your first action is return in your second action ? Why don't do a redirection ?,0,1881,politeness_stack +I find the documentation for Net::HTTP pretty hard to navigate and understand compared to curl's manpage. Is there something wrong with trying to delegate work from a Ruby program to another unix program?,0,1882,politeness_stack +"I'm not sure what the distinction is that you're making. What do you want to store, and how do you want to retrieve it?",1,1883,politeness_stack +"Class methods, aka ""static"" methods can be defined like so inside a class: `self.i_am_a_method_on_self_and_some_call_me_static`. Ps. Are you enjoying Ruby so far? :)",0,1884,politeness_stack +no but isn't it the correct named route for the index action? Isn't that the url that I want to pass to `.tokenInput()`?,0,1885,politeness_stack +What Rake task are you trying to invoke? Is it one that you've written yourself?,0,1886,politeness_stack +What does the `to_be_null_safe` method do? Does it return an instance of a subclass of `Array`?,0,1887,politeness_stack +What do you want to order it _by_? Why not just add the sorting criteria as an indexed field?,-1,1888,politeness_stack +"Can you write the URL of this page? Also, does it have any kind of authentication on it?",1,1889,politeness_stack +you're gonna need to explain what you mean a little better. Is this even a programming question or are you trying to figure out how yahoo mail works?,-1,1890,politeness_stack +"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?",-1,1891,politeness_stack +Are you running the latest version of PhoneGap - i.e. clone from the github repository?,1,1892,politeness_stack +"Your edit makes parsenome's answer seem redundant. A bit unfair, no?",-1,1893,politeness_stack +Do you still can use build-in rails validation with this custom exception class? Haven't you blogged about it?,-1,1894,politeness_stack +"I don't see you saying that you have measured the performance and found it lacking. Out of curiosity: how much slower is the extra method call, and what are you doing that is sensitive to this small slow down?",0,1895,politeness_stack +"@Jrg I can only see two questions in total by Markus, unless one's been deleted. Where's the third?",0,1896,politeness_stack +What does R(MyController) return? /mysite/?,0,1897,politeness_stack +"The short answer is no, there's no such thing as `static` in Ruby. Why not let the database handle your auto-incrementing key?",0,1898,politeness_stack +You have change the intent of the question considerably. Can you post a new code example to show the problem?,1,1899,politeness_stack +Can you be more specific about how you want it to evaluate the logic? What should the code output?,1,1900,politeness_stack +for whatever reason adding a ~/.irbrc like most people are suggesting isn't working for me. any other tips?,0,1901,politeness_stack +"It helps if you mention what operating system you're using. It is Ubuntu, Debian, or something else?",-1,1902,politeness_stack +Your example above works for me. What kind of output are you getting?,1,1903,politeness_stack +"It strikes me that in your debug output, you've carefully converted things to strings, but you haven't done the same to XXXXXX. What happens when you change XXXXXX to XXXXXX.to_s?",0,1904,politeness_stack +"Please can you show the exact code that fails, for example, if this is in a view, paste in the relevant part. Is it ""<%= sanitized_text(truncate(msword_text)) %>"" that fails and ""<%= sanitized_text(msword_text) %> that is okay?",1,1905,politeness_stack +what output do you expect? is it something like `1 2 3 4 \n 5 6 7 8 \n 9 10` or `0 0 0 1 \n 0 0 0 2 ...`?,0,1906,politeness_stack +"what happens when you type, for example, `git` on the command line? Or `which git`?",1,1907,politeness_stack +"Do you need to do this more than once in your program? And do you need more levels of indirection, such as `foo.baz.qux.name == foo.name`?",0,1908,politeness_stack +"What would you get if you just read the file and printed the name straight from Ruby? That is, is it Ruby that's choking on the encoding, or does it only get truncated once it's been through the DB?",0,1909,politeness_stack +"sorry, no idea what the code should do. Is the selected in the db or what?",-1,1910,politeness_stack +"I found [this little recipe](http://code.activestate.com/recipes/576420-get-a-posix-timestamp-from-a-type-1-uuid/) in Python. Since I'm not good at Ruby, could someone make this for Ruby please?",1,1911,politeness_stack +"How do you want to handle friends? Can user add anybody as his friend, or maybe people from his groups are his friends?",0,1912,politeness_stack +"did you mean `{:a => [""val1"", ""val2"", ...], :b => [""valb1"", ""valb2"", ...], ...}`?? so that the output will include, say, `:c => ""valc1""`, blah blah blah?",0,1913,politeness_stack +An important concept in Rails is REST and how websites should respond to requests. Why do you want to delete the ever useful edit route from that resource?,-1,1914,politeness_stack +Why do you think there should be a klass method on the class you are using? What are you trying to achieve?,-1,1915,politeness_stack +"Should I be looking for the serialize() method within the model? Looking something like this: def serialize( :name => ""#{name}"" ) - If so, what is the code within the ruby-aws file?",0,1916,politeness_stack +@Rishav Rastogi - I've got it in application.rb (pasted in above). Should that work?,0,1917,politeness_stack +Perhaps showing some more of your code would help us help you? Also what the file hierarchy look like for relevant files?,1,1918,politeness_stack +And where do you host the script? In a VPS?,0,1919,politeness_stack +"er, no that wont work. It wud still complain about that error, wont it?",-1,1920,politeness_stack +"What do you mean ""wont""? What's the error or result that you aren't expecting?",-1,1921,politeness_stack +I can't understand you. Can you show an example?,1,1922,politeness_stack +Did you try it? Did you encounter any errors?,0,1923,politeness_stack +Version 1.2.0 has now been released: http://www.redmine.org/projects/redmine/wiki/Changelog#120-2011-05-30. Can you try that instead?,0,1924,politeness_stack +"Do you think your question has not been answered adequately yet? If so, how can the answers be improved upon?",1,1925,politeness_stack +How did you try setting the default encoding? Can you give us an example?,1,1926,politeness_stack +"What about simply running Clang (or, if you want to punish the user with bad error messages, CC) from a Ruby script? What have you tried?",0,1927,politeness_stack +"Maybe it's not the best idea, if that actions gonna generate html for user. Describe more what this actions do, maybe you can replace them with observer class or delayed_job?",1,1928,politeness_stack +"It sounds like you are using some kind of survey engine. Are you, and if so which one?",1,1929,politeness_stack +works fine here. are you maybe missing a step of going through a proxy or something?,0,1930,politeness_stack +Are you using a plugin? (Is this restful_authentication?),0,1931,politeness_stack +Your regexp is probably dropping the newline character that is present on each of your input strings. Can you post the regexp that you are using?,1,1932,politeness_stack +Can you elaborate? An example maybe?,1,1933,politeness_stack +That's not how Shoulda worked when I tried it out. Care to show us some code?,-1,1934,politeness_stack +Looks ok at first blush. I assume that and are placeholders and you are really posting the proper values... Are you then actually following up with 103 bytes of data?,0,1935,politeness_stack +"I'm guessing ruby, but let's make it clear. What language?",-1,1936,politeness_stack +"`maximum value for a particular row` ? In that case, which fields are involved in the maximum calculation?",0,1937,politeness_stack +"Following your edit, it looks like your rescue is catching a SystemExit exception (raised when you call exit) rather than the TypeError from trying to join nil with a String. What's on multi.rb line 234?",1,1938,politeness_stack +what is the problem exactly? you don't know how to phrase it so cucumber will understand it?,-1,1939,politeness_stack +It's a bug to multiply a scalar amount by an array. Do you mean to be computing the sum of the weights?,0,1940,politeness_stack +What exactly do you mean by tab-completion? Do you mean juts completing the commands available or completing the list of gems to install?,-1,1941,politeness_stack +can you be a little more specific and perhaps give some examples of the current vs. desired interface?,1,1942,politeness_stack +It seems like you're trying to parse html. Have you looked at nokogiri?,1,1943,politeness_stack +You'll have to give more information such as: what type of data are you rendering? do you have complex loops in your erb?,0,1944,politeness_stack +seems like gettimeofday issue on linux. maybe your kernel has some extra configurations for timer?,1,1945,politeness_stack +Where-how the reports will be viewed? Do you especially need them in PDF form?,0,1946,politeness_stack +"If this were lisp, the solution would be to use map: (map + '(100 100) '(2 3)) => (102 103). Maybe Ruby has a similar function?",0,1947,politeness_stack +"Given the screenshot, is it possible you have JavaScript that's interfering with the display of the form element's value? Or, well, CSS that renders the text invisible?",1,1948,politeness_stack +"Can you describe the content of the flash application? From the question, it sounds like it includes multiple HTML files, and not just a single .swf - is that correct?",0,1949,politeness_stack +"i update my question. I meant if i will use cron, i write this in console how my script (or cron) will be know that im using missed or oncoming?",0,1950,politeness_stack +"What do you mean by ""by default, the week starts at Monday""? I'm not saying that's not true, but how/where do you experience that in your code?",-1,1951,politeness_stack +"Also, your question is a bit unclear to me. Can you provide an example of what `array` could be?",1,1952,politeness_stack +"What version of SQL server are you using? +Could you post your database.yml?",1,1953,politeness_stack +what error do you receive? and when?,0,1954,politeness_stack +Are you trying to validate the file somehow somewhere? Why does the file need to be only available on create?,-1,1955,politeness_stack +What is `PATH` set to in `/home/hudson/.profile`? What does `type -a rvm` (Bash) or `which rvm` tell you?,-1,1956,politeness_stack +why is the profile a different model from the user? wouldn't all the profile attributes be for the user?,0,1957,politeness_stack +"@jleedev - I found the same thing (both in Ruby 1.8.6 and Ruby Enterprise 1.8.7). irb's great, but if you run the exact same commands from a file... Do you think it's a bug in the Ruby implementation (REE mostly just redid the garbage collector)?",0,1958,politeness_stack +what does allowed? do or return?,0,1959,politeness_stack +"you want to link existing users to twitter, facebook etc... i'm right ? Why you didn't use omniauth ?",-1,1960,politeness_stack +"Quite unclear. Maybe `my_hash.each{|k, v| puts k}` ?",0,1961,politeness_stack +"What do you mean in terminal? Are you just in a shell prompt, or are you trying to capture arrow keys in an irb prompt?",-1,1962,politeness_stack +Is this happening in development only? Is it possible that class reloading is the issue as classes are not cached in development if you are adding methods during execution the class could be reloaded without your newly defined methods?,1,1963,politeness_stack +"Maybe, but it won't be any more readable. Why do you want to?",0,1964,politeness_stack +"sorry, there aren't enough details for me to even begin answering. Could you include some more information?",-1,1965,politeness_stack +Why a `BigDecimal`? Wouldn't `to_f` on the end of these values be enough?,0,1966,politeness_stack +I'd think the issue is that the tabs are starting from different column numbers because of longer and shorter filenames. Could you change it to `puts [OK]\t\tx` so that the OKs line up and the filenames start at the same column?,1,1967,politeness_stack +and the sign_in works with safari ? after a logout ?,0,1968,politeness_stack +@hade @Dogbert I have updated the original post. Is this helpful information?,1,1969,politeness_stack +Did you add `C:\Ruby19\bin;` to path? What say `path` and `ruby -v` commands?,0,1970,politeness_stack +Server code is only obfuscating the real code : your HTML + CSS code. Could you please provide an URL or the HTML + CSS of the containing block?,0,1971,politeness_stack +What is the (approximate) size of these two arrays? Is one much bigger than the other?,0,1972,politeness_stack +"Yes it does, but the weird thing it's that all the other user attributes are getting passed (When i take a look at the console, every other value but the client_id hash it's getting passed from the form). Do you think that the fact that I'm also using authlogic for this same model may be something to do with it?",1,1973,politeness_stack +"how do I do that? IRB does it automatically for me, but what syntax do I use if I'm not using IRB?",0,1974,politeness_stack +"Your title talks about arrays, but in your code sample you're applying `gsub` to a single string (you're applying it to the whole string btw) and then taking the first line of that string. Could you please clarify?",1,1975,politeness_stack +"I suppose you don't have the chance to just set the right time zone on your server, e.g. with `dpkg-reconfigure tzdata` on a Debian machine?",0,1976,politeness_stack +I'm not really clear on what :foo_bar is. Is it just a join table or does it have other properties that aren't listed?,0,1977,politeness_stack +"I'm actually still stucked... Even if I specify a file to Vim in my program (using the backticks), it stills going to start in a subshell. Is there a way to start vim in the current user shell?",1,1978,politeness_stack +Are the 10 websites different each time? Can you cache the generated images to avoid generation on each request?,0,1979,politeness_stack +@DSchultz Tried adding the 'www' (no luck). How do I URL encode it?,1,1980,politeness_stack +"What part of that is supposed to be case insensitive? The comparison with ""Alaska""?",-1,1981,politeness_stack +Why are you installing rubygems 1.3.7 and watir 1.6.5. Why don't you install a current version of rubygems and watir gems?,-1,1982,politeness_stack +"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,1983,politeness_stack +It doesn't look like a Rails method. Perhaps some gem or plugin that does this?,0,1984,politeness_stack +"Depends, where will you base the generated code on? Database, XML, Diagram?",1,1985,politeness_stack +"Which part is inefficient? selecting an item from the table, or strings as keys?",0,1986,politeness_stack +"Why not mark your ""parameters"" as `""Hello ${world}""` or something like that? Are you trying to build a hand rolled Huffman coding?",0,1987,politeness_stack +I wonder if your instance(s) of Persist are in a local scope that gets destroyed upon exiting that scope. Have you looked into that?,1,1988,politeness_stack +"Just to clarify: Do you want your program to be notified of mouse click events so that it can act upon them, or do you want to inject mouse click events into the windowing system? And what platform are you on (mac/*nix/Windows/etc)?",1,1989,politeness_stack +"I'm having trouble understanding this ""all the unread and not deleted private messages"", because `is_read` and `is_deleted` fields seem to be in Recipient model instead of PrivateMessage. What makes private message deleted?",0,1990,politeness_stack +"You are getting an output `"" + ""`? (quotes containing a newline)?",0,1991,politeness_stack +"I'm sorry, but I'm really struggling to understand what the problem is. Would you mind rephrasing the text after the first code sample?",1,1992,politeness_stack +Works Ok for me - in fact you don't even need the 's' variable. What is it about that which doesn't work?,0,1993,politeness_stack +"You're not developing on top of SQLite but deploying on top of PostgreSQL (i.e. Heroku), are you?",0,1994,politeness_stack +"Ok, it turns out that taking the advice from the log and using Serial, instead of Integer, :serial => true, fixes it. But my question still stands, Why did this work locally, and not on Heroku's server?",0,1995,politeness_stack +You do realize this is an example? And that Ruby find this problem at RUNTIME?,-1,1996,politeness_stack +Right now I am doing something like http://pastie.org/898437. Is there some other better way to do the same?,1,1997,politeness_stack +"Can you be more specific about what ""strings in binary format"" means? Is it a sequence of human readable characters or a sequence of bits like C's `fwrite()` would produce?",0,1998,politeness_stack +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?,-1,1999,politeness_stack +It Works For Me (tm). What's your O/S ?,0,2000,politeness_stack +"Completely different approach - could you OCR the page, and see if it comes up with any characters? Or are you working from scratch and/or prefiltering the pages quickly before they even reach a much slower OCR step, and/or dealing with pages that might have illustrations but no text?",1,2001,politeness_stack +"Can you define overlapping? That is, do you mean a set of intervals with a point in common or do you mean a set of intervals such that there is an overlapping path between any pair?",0,2002,politeness_stack +"With the detail you've given that sounds OK to me, though you should note that MAC addresses can be changed/spoofed, so I guess it's a risk based on how tech-savvy/desperate your client is. + +If you trust your clients anyway, why not just use an ""honesty"" approach where they tell you how many times they have it installed and pay the correct fee?",1,2003,politeness_stack +"@btilly. Sounds pretty brute-force :) If that's your proposal, why not writing it in an answer instead of a comment?",0,2004,politeness_stack +Looks like homework. What did you try so far?,0,2005,politeness_stack +Sure. Can you describe such a enumeration? :),1,2006,politeness_stack +This problem is trivial to solve. Is this homework?,-1,2007,politeness_stack +What have you tried so far? Do you have an attempt at making it work which fails?,1,2008,politeness_stack +"No, just a general question. However could you please answer it in context of patents too?",0,2009,politeness_stack +Is this homework? What have you so far?,0,2010,politeness_stack +two questions 1) wich database are you using? 2) are you using BDE?,0,2011,politeness_stack +"Do you always start from 0,0 (or the bottom-left-most point)? Or can you start from any point?",1,2012,politeness_stack +What makes executables different from strings? Why can't you read the executable as a string?,0,2013,politeness_stack +"So the size of [-5,-2] is -2 - (-5) = 3? Wouldnt [12,-2] with -2 - 12 = -14 be better?",0,2014,politeness_stack +"OK, fair enough. But it's still not a SO question?",-1,2015,politeness_stack +"If an edge connecting the graph to a leaf node is to be deleted, is it assumed to delete the leaf node as well? Alternatively, does deleting a leaf node also delete the edge connecting it to the rest of the graph?",1,2016,politeness_stack +@Derek Beattie I checked : ASP.NET and Silverlight are checked. Should I also check Enable Edit and Continue ?,1,2017,politeness_stack +"If you take a line graph on n vertices you have to select n/2 vertices, so in worst case you have O(n) selections for a random graph. Do you have any prior knowledge of the graph?",0,2018,politeness_stack +There should be a reference table summary printed to the logcat log. What's in it?,0,2019,politeness_stack +Are you still interested in this one? Could you answer the questions and comment on the answers to refine the approach?,1,2020,politeness_stack +What does the repayment amount depend on? How is it calculated?,0,2021,politeness_stack +"Do you have a specific question? Or just, *""Here's my homework, please do it for me?""*",-1,2022,politeness_stack +"Are you using the .NET XML classes, such as the XmlDocument class? Does the build process call the script with arguments?",0,2023,politeness_stack +The Wikipedia article on Boyer-Moore (http://en.wikipedia.org/wiki/Boyer%E2%80%93Moore_string_search_algorithm) includes an explanation of Horspool's. Which parts of that explanation do you find unclear?,0,2024,politeness_stack +What n is? Length of List 1 or List 2 or list1+list2?,0,2025,politeness_stack +You have an unbalanced double quote. Where does your quote end?,-1,2026,politeness_stack +There are many factors that influence the layout and size of an ImageView. Are you able to share the layout file?,1,2027,politeness_stack +"this could be a very interesting problem if I could only understand what you mean... is it like a Hamiltonian path problem? ""i to i+1"" between as many nodes as possible?",0,2028,politeness_stack +i have used zxing library before but never tackled the code in it. Is this the most appropriate way ?,1,2029,politeness_stack +Much slower? Did you switch off 'String Format Checking' switch in compiler options?,0,2030,politeness_stack +"Did the interviewer say _what_ he didn't like about your response? Also, what in particular about your algorithm seems naive to you?",0,2031,politeness_stack +It ought to show up in the Delphi Window _and_ in DebugView. Can you confirm that's happening?,1,2032,politeness_stack +@Alexander I did not understand your last comment. Why can't you store positions?,-1,2033,politeness_stack +Why do you need to create static images for the pages at all? Why not re-render the PDF page as needed at the higher zoom scale?,0,2034,politeness_stack +@LarsOn: Excuse me? I don't understand a word you are saying?,-1,2035,politeness_stack +"Also why is there no ""set bounty"" button on my question? Does it have to be a certain age?",0,2036,politeness_stack +The question isn't clear. Is it a video of two stars in the sky?,-1,2037,politeness_stack +Link? Is this homework?,-1,2038,politeness_stack +"This sounds a lot like a machine learning algorithm - you're trying to find some function of those five parameters that estimates the ""goodness"" of the stock. I'm no machine learning expert, but perhaps someone else here is?",1,2039,politeness_stack +What do you mean Justin? I am unsure what you mean by Autobot and Decepticon?,-1,2040,politeness_stack +Polynomial of what? Number of points defining the space?,-1,2041,politeness_stack +"What do you mean by ""moving""? Moving around in your window or a moving image like a *.gif?",-1,2042,politeness_stack +"You should know that adding the tag ""homework"" to your question still doesn't convince many people to do all the work for you. Could you at least show us what you came up with so far?",-1,2043,politeness_stack +How far have you gotten? What kind of code have you written?,-1,2044,politeness_stack +"@RPM1984: its just so utterly wrong though! You seem like a smart guy, where did you get the idea from?",-1,2045,politeness_stack +You'll have to give us a bit more context here. Can you provide a code snippet that displays this problem?,1,2046,politeness_stack +"A ""sequence point"" in C has a precise definition. Does your ""(pseudo) C-like"" language define sequence points in the same way?",-1,2047,politeness_stack +"@Gumbo - I could only find a way to 'vote' to close it. Is that what you meant, or as the author, is there some way I can just close it?",0,2048,politeness_stack +Why do you need the javax.microedition.lcdui.Image? Will Bitmap not work for you?,0,2049,politeness_stack +"What is your first try? Why don't you think it's optimal, or where have you gotten stuck?",0,2050,politeness_stack +"but how? +where will i write the code snipt?",-1,2051,politeness_stack +"I don't understand this. There is an infinite number of possible strings between ""a longer string"" and ""another long string"", so how can you guarantee unique values?",-1,2052,politeness_stack +What is the purpose of having two switches? Why not just calculate the time between pulses from sw 0?,-1,2053,politeness_stack +Can you add some sample code here? What is the type of the exception being unhandled?,0,2054,politeness_stack +"I suppose there could be several valid solutions? If that is the case, are you looking for some optimal solution in some sense?",0,2055,politeness_stack +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,2056,politeness_stack +"Depending on the CUDA version you are using, device emulation may not be available, as it has been deprecated and possibly removed. Is it feasible to get another GPU (a cheap one for display maybe)?",1,2057,politeness_stack +"What's the purpose of a Riddle? If you get some kind of reward, shouldn't it be a SpecialSquare also?",-1,2058,politeness_stack +"It's not clear to me what you're trying to ask, or what problem you're trying to solve. Are you trying to figure out what algorithms google, twitter and facebook are using, or are you trying to understand some algorithms better?",1,2059,politeness_stack +"Sure, we tell you some good ideas, you make mad money. Are we suckers?",-1,2060,politeness_stack +"What's not actually working? As in, what's the exact error you're getting?",0,2061,politeness_stack +And in what form do you have that number? string?,0,2062,politeness_stack +Why do your tuples need to duplicate the index? Is `lines` not what you want?,0,2063,politeness_stack +"Can you explain your question a bit more, since if each node keeps track of nodes it is connected to, it looks like you have a graph that has connnected components, and for each node type, find the number of connected components that node type is found in, the one present in most connected components is the type that has the longest unconnected chain. is that what you meant?",1,2064,politeness_stack +This sounds rather like homework. Could you please flag it as such if that's the case?,0,2065,politeness_stack +"@Michael No it doesn't have to be jpeg based, but it needs a significant compression ratio as the reason we want to do compression is to significantly reduce the amount of data transferred. From what I know about LZ compression I wouldn't expect that on raw image data, but am I mistaken?",1,2066,politeness_stack +"@Rajendra: I have read it carefully, and both the original problem and the converted problem can be interpreted in multiple ways. Is it that hard to give a yes or no answer?",-1,2067,politeness_stack +"it seems x is the internal transaction ID, y is an ID for the object we operate with and z is the device/operator ID that performs this operation. +Krishna, does it have anything to do with cars (or maps?)",1,2068,politeness_stack +"You say they are in `/stylesheets/images/XYZ/`, but you are searching them in `/images/dookum.in/` (no stylesheets). Is a mistake on the post, or is this inconsistency what's preventing the images from being found?",0,2069,politeness_stack +"In 1., is ""as id"" a valid grouping? I.e. does the grouping have to preserve order?",0,2070,politeness_stack +"Can you post a little bit more code, like the actual saving call for example? Also, can you post example images somewhere?",0,2071,politeness_stack +@Mitch: I have given you my answer. Can you give your's now?,-1,2072,politeness_stack +"I dont get it, shouldnt the type-1 area of the first matrix [[0 1 2 2] [0 1 1 2] [0 3 0 0]] be + + [[0 1 2 2] [0 1 1 2] [0 **0** 0 0]] ?",0,2073,politeness_stack +But what are the actual values? Can you print them?,0,2074,politeness_stack +What is the problem? To identify the liars?,-1,2075,politeness_stack +am i pac man or the ghost? are there enemies?,0,2076,politeness_stack +"Does each '?' have to be substituted with the same letter, or can they be different?",1,2077,politeness_stack +Are you looking for simple string edit-distance comparison or full on semantic equivalence? e.g. is cat more similar to cart or feline?,0,2078,politeness_stack +What is container? What is the number you get with `container.getWidth();`?,0,2079,politeness_stack +"""During this update, I have the chance to turn the AI-controlled entity or make it accelerate."" Did you really mean OR, or did you mean and/or?",0,2080,politeness_stack +The fastest way depends strongly how the bitmaps are stored before the algorithm. NxM Matrix or bitfields or?,0,2081,politeness_stack +Sorry if this is a stupid question. Is the output exactly `<%= debug @articles %>` or is the output actually a yaml formated object?,1,2082,politeness_stack +"What language is the Sql Client, what kind of data access? ADO.Net, ODBC, an ORM?",0,2083,politeness_stack +Unclear. Is that one process?,-1,2084,politeness_stack +@Gabi: what is the point of having n greater than say 32 or 64 ? It seems like an arbitrary and unnecessary requirement ?,-1,2085,politeness_stack +I don't quite understand. Why don't you use ${resource} and pass it to the frontend?,-1,2086,politeness_stack +What do you mean external? Outside the emulator?,0,2087,politeness_stack +"@Rob Fox, thanks! BTW, why won't you post it as an answer? ;)",1,2088,politeness_stack +thanks dana-- that's really great! any way to add a slider to control zoom level?,1,2089,politeness_stack +Shouldn't every professional programmer be able to do such things? Isn't that part of a being programmer?,-1,2090,politeness_stack +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,2091,politeness_stack +WHy would you need a dummy line to put a breakpoint on ? When can't you use an actual line ?,-1,2092,politeness_stack +The idea is to OCR them somehow? Is the light always coming from the same direction?,0,2093,politeness_stack +That's great. Did you have a question too?,1,2094,politeness_stack +"Ok, so only some images are affected, and only images uploaded since the server change display incorrectly. Do ALL images uploaded since the server change display incorrectly or only some?",0,2095,politeness_stack +Without the test cases is hard to prove a solution right or wrong. Can you provide them?,0,2096,politeness_stack +He has said its for ASP! or am I missing something?,-1,2097,politeness_stack +What have you tried? What didn't work?,0,2098,politeness_stack +Is it for a particular CPU (e.g. a Z80 or the Cell processor's SPU) or for some abstract CPU?,1,2099,politeness_stack +Is it running debug mode? Is Visual Studio attached to the web server?,0,2100,politeness_stack +"Is `n` fixed? I.e., do you need `n` groups regardless of whether `n-1` groups would give you a ""better"" partition?",0,2101,politeness_stack +"Emulating how a fish ""thinks"" is the way to get it really right, worse you can't even start on a rough heuristic until you know what a ""fish-like swimming path"" *looks* like. Do you even have a way to judge how you're doing?",-1,2102,politeness_stack +do you have to build queries to obtain results? SQL-style?,0,2103,politeness_stack +"That's not clear, what kind of distance? You mean orthogonal distance from a side of original rectangle to another one?",-1,2104,politeness_stack +"Do you have symbols present, and are you sure the source is the same as the assembly you are debugging? Did you rebuild?",0,2105,politeness_stack +"I'm skeptical that this is possible. In the final version, both operators take the same precedence and are left-associative?",0,2106,politeness_stack +The array is always sorted ? `1 2 2 2 3 4`(three 2) will return `1 3 4` or `1 2 3 4` ?,0,2107,politeness_stack +I'm not sure I understand your question. Can you put the first sentence into a complete sentence?,-1,2108,politeness_stack +"...have you considered implementing it yourself? You *are* a programmer, aren't you?",-1,2109,politeness_stack +"What do you mean by ""equivalent value""?? Are you just looking for a linear function like that in @phimuemue's answer?",-1,2110,politeness_stack +@anony: Nice question! Can you share the site where you found the question?,1,2111,politeness_stack +"What are you trying to do? Why can't you just store the ""Range""?",-1,2112,politeness_stack +"I've yet to see a single keyword from the Fortran language in this question. Could you post a minimum size example of fortran code which gives this kind of error, along with what you did to generate it, instead of guessing on the source of the problems?",-1,2113,politeness_stack +"is `""puzzle game using"",""group of words""` a legal solution? or does it have to be 1 or 2 words per partition?",0,2114,politeness_stack +"It's unclear to me what you mean with ""rule engine"" in your question. Could you elaborate?",1,2115,politeness_stack +hmmm.. nothing???,-1,2116,politeness_stack +"The problem statement is, unfortunately, not clear at all. Can you ask for clarification?",0,2117,politeness_stack +"Ok, so could you be specific what is problematic for? Maybe show some code?",-1,2118,politeness_stack +"Okay, you simply posted your homework verbatim. Do you have a question of your own?",-1,2119,politeness_stack +I think what #8 means is: that it has either one value or all nulls. Wouldn't Min(Null) = Null return all nulls?,0,2120,politeness_stack +how are they going to be used/accessed? through a bespoke app or what?,0,2121,politeness_stack +"I don't understand. If you choose S' = {r} where r is the root, then \sigma(r) = V. Do you mean sigma(s) to be all the elements less than or equal to r and greater than or equal to s (where less and greater are the lattice partial order)?",0,2122,politeness_stack +Never heard of this before. I guess you've already tried a full repair and it's still happening?,-1,2123,politeness_stack +What if Aa[Ca] == Ab[Cb] > Ac[Cc] and neither Ca nor Cb point to the end of their respective arrays? Do you increment Ca or Cb?,0,2124,politeness_stack +"I take it you only have to have pieces at the corners of the square to win, and you can't move on a space where your opponent has already moved? Does the square have to be aligned with the axes, or does a square tilted 45 degrees win the game?",1,2125,politeness_stack +"I solved the problem, and I can assure you it is trivial. Is it homework or not?",-1,2126,politeness_stack +"There are SO many plugins that will do this for you, with fancy transitions between images. Is there a specific reason you want to code it yourself?",0,2127,politeness_stack +Terrible question title. I don't know enough about graphs to generate a better one - any suggestions?,-1,2128,politeness_stack +"What is your question about? How to address the image, or how to change the image source?",0,2129,politeness_stack +Are you looking for absolutely all possible solutions or for all solutions of maximum length if multiple instances of such solution exist? in order words is solution of 2 sets of length 1 like {54}:{54} an acceptable solution 1?,0,2130,politeness_stack +"what is the problem with the query you used? are you trying to get all ""ticks"" for an industry in just one row?",0,2131,politeness_stack +how you show imges from lazyload in listview's image ? can you post your code please ?,1,2132,politeness_stack +can show your app please ? Are you looking for something similar to this http://mrdoob.com/projects/harmony ??,1,2133,politeness_stack +Is there a correct term for them? (Variations / Sub-Lists ?),0,2134,politeness_stack +"That's a big topic. Is there something specific you're having trouble with, or do you need ideas of where to start?",1,2135,politeness_stack +"I'd say the statement should be ""... whereas not all Superkeys are Candidate keys"". That's not the same, is it?",1,2136,politeness_stack +"@pimvdb, No I don't. Do you have something which could lead me to a solution or just wanna make some pointless comments?",-1,2137,politeness_stack +"so it isn't solid, just a border line? and the inside is also white/transparent?",0,2138,politeness_stack +"Who does not want to see such questions might want to include poll and subjective into the ignored tags. ;-) +What is the point of it being a wiki?",-1,2139,politeness_stack +@Sriram : yup I will think of it on a small scale first ..then perhaps later will look into the bigger picture :-) ..thanks for ur suggestions !! :-) so what do u feel hw should one get started with this ?,1,2140,politeness_stack +"Spec isn't complete, what format is the percentage entered? What should happen if the user enters in decimal format (0.15) or includes the % symbol in the text, or worse yet both?",1,2141,politeness_stack +No. Distribued between what and what? Are those numbers independent or not?,-1,2142,politeness_stack +"When you say ""good"", do you mean an efficient one? Why do you require it to be non-greedy?",0,2143,politeness_stack +"I don't know much about gwt, but if the above methods exist, there should be a function to get the scrollX and scrollY just like in javascript. Then you would combine all of the above to be event.getNativeEvent().getClientY()-image.getElement().getAbsoluteTop()-(document.scrollTop?)",0,2144,politeness_stack +Job interview? Or homework?,0,2145,politeness_stack +"If you add an error handler to your jQuery Ajax call, what happens? Does it show anything?",0,2146,politeness_stack +"""Loops are forbidden""? What sort of nonsensical assignment is this?",-1,2147,politeness_stack +"Is it because the result of startActivityForResult(new Intent(Intent.ACTION_PICK, + android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI), 1); can only be processed in a thread?",0,2148,politeness_stack +"I don't know of a specific resource, but if you have specific questions I may be able to help a little. Are you using WER?",1,2149,politeness_stack +"I assume this is homework, yes? What have you tried so far?",0,2150,politeness_stack +"What exactly do you want the result to be after parsing? I.e., how do you want the data stored/returned?",0,2151,politeness_stack +"Does this happen in one kind of debugging session, or is it random. For example, if you are trying to debug a running service by attaching to process, or are you just trying to run code in the debugger?",1,2152,politeness_stack +Are your images stored as binary or strings that are path's to the files on disk? Why don't you want to use a load of `` tags wrapped in `` tags?,0,2153,politeness_stack +I have variation of this problem: How do I make instruments stop at certain point? is there some option to make it stop when UIA script finishes?,0,2154,politeness_stack +"What type of application is this? WebApp, Console, WPF, etc?",0,2155,politeness_stack +"""the density function in both polar and cartesian coordinates becomes a constant"" What does density in polar coordinates mean? Is it even possible to have constant density in both coordinate systems?",-1,2156,politeness_stack +What language? Or do you want to do this with an application such as Photoshop?,0,2157,politeness_stack +O(n) is trivial. Is it possible to do this faster?,-1,2158,politeness_stack +"Also, you say there is only one common element in the three arrays. Does that mean only one element appears in all three arrays and just two of the three arrays can have other common elements, or can two of three arrays have no other common elements than the one that is common in all three?",1,2159,politeness_stack +"Why do you need to compress it that way ? Do you need fast information retrieval once the data is compressed, it is a question of memory ?",0,2160,politeness_stack +I don't have a 5770 but I do have a 5870. Is it of any value for me to test that out for you?,0,2161,politeness_stack +"@Bobby thats exectly what i'm trying to do.. +But where can i get ot how can i make a pre-defined gradient ?",0,2162,politeness_stack +"my problem is not really to solve this bug but to know how to find the line of a bug in a proxy. I don't think you need additional information about it, isn't it ?",0,2163,politeness_stack +"Could you better describe for which elements of jqGrid you what to set the background image? Do you want to set it on the grid title (the capture layer), on the column headers or replace only the sorting images in the column header (see the pictures [here](http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_it_works))?",1,2164,politeness_stack +"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,2165,politeness_stack +@ANdrea: I don't that is right. What if all the numbers were negative?,-1,2166,politeness_stack +"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)?",-1,2167,politeness_stack +"Great question, but I'm not sure stackoverflow is the right place to ask it. Maybe this would be better-suited for programmers.SE.com?",1,2168,politeness_stack +"What are your initial values for dp[0]? Also, the linked question specifically asks for the number of **minimal** set of intervals that cover a particular day; are you sure that this algorithm guarantees that?",0,2169,politeness_stack +For a start: Is it TurboPascal? Borland Pascal?,0,2170,politeness_stack +"Yay! Homework! But, what have you tried so far, again?",0,2171,politeness_stack +"javascript problem I suspect. very strange, maybe some conflict with libraries or plugins in safari only?",1,2172,politeness_stack +it was a joke. why so serious?,-1,2173,politeness_stack +"Do you need to get lighter than a pure, fully saturated version of the hue? I.E. if your hue is pure green, should an input of 1 return #00ff00 or should it return #fefffe?",0,2174,politeness_stack +"Is this question about the algorithm itself (ie. you are positively sure that your implementation is error-free, but you don't understand why the algorithm outputs this particular result), or about your implementation (which you suspect is erratic and therefore gives wrong results)?",0,2175,politeness_stack +why o' why? Developing a new DBMS?,-1,2176,politeness_stack +"UTF-8 files are text. What's this about an ""image part""?",-1,2177,politeness_stack +"If you need wide browser compatibility, you'll have to use JavaScript. Would you be interested in a JavaScript solution?",1,2178,politeness_stack +"*""Obviously""*. Why not?",-1,2179,politeness_stack +"@Vlad: then why is there a problem? If you make each tile say 5 bytes (that 1 byte + entityID) and every entity contains it's position, then everything is O(1) right?",-1,2180,politeness_stack +It sounds like you're 90% of the way there already with the realisation that you should just normalise everything to consistent units. What specific issue are you still facing?,0,2181,politeness_stack +Are you using an IDE in your group? Like Eclipse or Netbeans?,1,2182,politeness_stack +"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,2183,politeness_stack +How is suffix tree represented in practice? could we represent it using adjacency list as in graph?,0,2184,politeness_stack +"@prp, regarding the edit, so you want after the first iteration and removal, to remove the new adjacent pairs that occur now? and continue that until no adjacent-pairs are left?",0,2185,politeness_stack +"Ok, so [1,2,...,N] is not allowed because it is a run itself. Then how about [N,...,2,1]?",0,2186,politeness_stack +Do you have 18GiB of memory to store the solution? Do you really need all of them?,-1,2187,politeness_stack +"So you mean you just can't use date functions, yes? Presumably comparison, multiplication and subtraction are okay? :-)",1,2188,politeness_stack +"Could you try re-stating the question a little more clearly? I'm not clear on how the comma-grouped lists of connections in your ""path"" relates to the input graph G. For example, D=>A appears twice... does that mean there are two paths from D to A in the graph?",0,2189,politeness_stack +Debug adds lots of overhead to a program. Why are you assuming things are wrong?,-1,2190,politeness_stack +have any ideas for me? anybody?,0,2191,politeness_stack +hmmm....odd. can you give us the source you're searching?,0,2192,politeness_stack +Why would you build your own XML parser at all? Is this just to learn javaCC?,-1,2193,politeness_stack +Do you get any sort of error in Instruments when you plugin your iOS device? Is your iPhone Developer Program Membership up to date?,1,2194,politeness_stack +What are you trying to do? I don't know how to embed an image like this in another way but I know lots of ways to get data into a webpage so maybe we can figure something else out?,0,2195,politeness_stack +is there overlap? e.g. could the closest min_x coordinate be less than A's max_x coord?,0,2196,politeness_stack +What's your input source? Apache httpd logs?,0,2197,politeness_stack +"More time spent does not imply more dollars spent. If the decision is between having to pay five developers for a month or having customers wait 0.5s longer for a request, what would you choose?",-1,2198,politeness_stack +it is exactly what I want. please how can I do this ?,1,2199,politeness_stack +"Did you read the page linked to from that one? If so, which/what part(s) didn't you understand?",1,2200,politeness_stack +"You stated opengl, but not a language. Are you using C?",0,2201,politeness_stack +"this seems like an interesting question, but I can't make heads or tails of it. Do you think you could edit it to explain in more depth, perhaps including links to some of the more technical terms?",1,2202,politeness_stack +Were the name lists lexicographically sorted? Will the corresponding hashes still be sorted?,0,2203,politeness_stack +"I've poked around with an LP solver and the Nash equilibrium seems not to have an obvious, nice description. Where are you going with this?",0,2204,politeness_stack +"""Not a real question"" ? What is the ""not real"" part here?",-1,2205,politeness_stack +What have you tried yourself? Is it a homework/interview-question?,0,2206,politeness_stack +Is it homework? Why not return a `Maybe a` in `pop` and `top`?,0,2207,politeness_stack +"@zaf look at the picture here: http://i.imgur.com/22yAQ.jpg , perhaps slightly more rotated. How can you fit such a rectangle inside this one?",0,2208,politeness_stack +"Can you provide your own application (even a small one), or is it only web based? Also, is it acceptable to popup user/password dialogs?",0,2209,politeness_stack +"Also, in all the examples the first char in the pattern matches the first char in the string. I that a rule?",0,2210,politeness_stack +If you view the image by itself in a new tab/window. What dimension does the image turn out to be?,1,2211,politeness_stack +That makes me wonder what algorithm inbuilt tablediff utility uses ? Anyone ?,0,2212,politeness_stack +"sorry folks, i didn't know how to use the community wiki box. can this be reopened as i've moved it over?",1,2213,politeness_stack +"Can't you just pad the steps with x2, /2 once you reach the target quickly? Are there other constraints?",0,2214,politeness_stack +@zobgib: Which regional was this? Can you provide a link to the problem hosted at live archive?,0,2215,politeness_stack +Are you sure the timers are responsible for the memory usage? Have you run your app using Instruments to see what objects are consuming the most memory?,0,2216,politeness_stack +"Could you explain your question further? Is {10,10,10} supposed to output numbers from 000 to 999?",0,2217,politeness_stack +"Are you talking about Hemiltonian path http://en.wikipedia.org/wiki/Hamiltonian_path_problem ? +Does 'm' represent the number of edges in the graph?",0,2218,politeness_stack +"Yeah, it's difficult to tell what the columns mean from their names. Can you add more explanation of how the tables fit together?",1,2219,politeness_stack +"Nothing jumps out. You *did* restart VS after copying the visualizer, right?",-1,2220,politeness_stack +In that case it might not be the answer then (hence the comment). Are you using the VS web server or IIS Express?,1,2221,politeness_stack +"Thanks, though. This was a much more interesting question than ""how do you make a positive number negative in C#?""",1,2222,politeness_stack +What are the constraints? That is is one temp variable too much?,0,2223,politeness_stack +Are the linear combination coefficients the same for all points? Do the boundary points form a complete hull?,0,2224,politeness_stack +"@Beta: If by ""perturb"", you mean an infinitesimal nudge, then the only triangles with 2 stable positions would be those with a side of zero length and two sides of non-zero length. Right?",0,2225,politeness_stack +"@High Performance Mark, as far as I understand the pseudo code describes a path searching algorithm... so I'm trying to write a program that finds a Hamiltonian Path using the logic of the ""DNA Algorithm."" Am I on the wrong *track* here?",1,2226,politeness_stack +"@treeface: The multiple conditions may not all be testing the same value, in which case `switch` would not work. How would you convert `if (age > 17) { LetInMovie } else if (parent == me) { LookTheOtherWay } else { SendTheKidHome }` into a `switch`?",0,2227,politeness_stack +"You've already said that you're using JPEG2000, which will work. What do you have a question about?",-1,2228,politeness_stack +Did you try an iisreset? Maybe an old version of your assembly is still in cache?,0,2229,politeness_stack +Why the vote to close? Is this offensive to you?,-1,2230,politeness_stack +"Yes, but the w doesn't have to be 2. What then?",-1,2231,politeness_stack +Seems all too straightforward - I must be missing something. The only 'interesting' part is the talk of 'the reverse side of the page' which seems like a bit of irrelevant misdirection - or not?,-1,2232,politeness_stack +"@jnpcl: Yes, that is what I would like to prevent on my site. The question is how to do it?",0,2233,politeness_stack +"@Matt No it's not, because hashes are not encryption. Better would be ""Can I find the preimage for a hash?""",-1,2234,politeness_stack +"By ""smooth,"" do you mean into a vector shape? Or do you want to keep the bitmap format and simply make it look nicer?",0,2235,politeness_stack +ADT break encapsulation and hence do not exist in OOP. What is a Vulcan in Star Wars?,0,2236,politeness_stack +Is there a reason why they have to be PDF? Can you not just create an image file for download?,0,2237,politeness_stack +"So you're basically looking for the intersection between two non-axis-aligned rectangles? (Or, if they collide at all?)",0,2238,politeness_stack +"Why 2 is not the answer? Do you need any number or the largest number or just found, not found will do?",-1,2239,politeness_stack +task == homework? ^^ Moreover: what is supposed to output this newly invented `diff`?,-1,2240,politeness_stack +"I didn't think the people at Microsoft would be so inconsiderate to say ""Hey, your database WILL get corrupt, you have to use a menu command in Access to fix it!"" +Would they say the same thing to people using SQL Server?!",-1,2241,politeness_stack +I think your best option would be to redesign so that you don't have to do this. What is this design intended to accomplish?,1,2242,politeness_stack +"That looks OK to me (just learning Haskell myself, though). Is there anything specifically wrong?",1,2243,politeness_stack +"A regular `` worked for me, but it was an image that I hosted off-site. That doesn't work for you?",1,2244,politeness_stack +"Yes, I received the warning about asking a subjective Q but I got no responses on other Q&A sites like Yahoo so I thought I'd give it a shot. What's a CW?",1,2245,politeness_stack +I deliberately didn't mention memory constraints because I wanted to hear several ideas and then make a judgement about speed/memory tradeoff. Can you be more specific about lookup tables in this scenario?,-1,2246,politeness_stack +scheme is pretty easy to debug. What step does the stepper stop you at?,1,2247,politeness_stack +"The background image doesn't duplicate for me, [here's a demo](http://jsfiddle.net/Town/L7fDp/). Is it possible you've got something else overriding the `background` definition?",0,2248,politeness_stack +"Also, what do you mean by ""complete""? NP-complete, perhaps?",0,2249,politeness_stack +What do you mean by protecting them? What are you trying to prevent/avoid?,-1,2250,politeness_stack +"Its related to an algorithm for finding unique sets of a given number of items, so I just wanted to know if that had a name or if I was already looking at it. Is my question still off topic?",1,2251,politeness_stack +What's the class that it can't find? Are they all custom classes?,1,2252,politeness_stack +It could well be. Can you tell me how your were turning off CSS styles in IE7 please?,1,2253,politeness_stack +ok thanks. Any help I can get?,1,2254,politeness_stack +"Apple => i = 0 => B[i + 101] = B[101] = ""0069"", not ""0041"". Am I wrong or are you?",-1,2255,politeness_stack +"Are you expecting that you don't know what huffman symbol is the 'EOF' symbol? Why not just add an extra one to the code to represent EOF, and fill preallocated blocks with that symbol?",0,2256,politeness_stack +"I think I might know how you could test to see if there's even a path between start and end, but don't know (at least not yet) how to calculate the least number of circles to remove. Would this be at all useful?",1,2257,politeness_stack +Could you give us more information? What kind of OS and compiler are you using?,1,2258,politeness_stack +"That's exaxtly what i meant for the point one....and as you said 200 in 1 week is definetly more impressive than 1000 in 1 year....Considering that i have a mysql db, php in the middle to make query and return json object and java for my android client that get the json and parse it.At wich level this ""ordering"" algorith should work? for example on the flight in php page...it mean that that the db is not ordered and in the php page i make a query enfding with ORDER BY and than my function ordering,or the MYsql db shoul already ordered,maybe running my algoruth once a day to reorder app table?",-1,2259,politeness_stack +What language are you using? What have you tried so far?,0,2260,politeness_stack +"Huh, language agnostic God objects. Ironic?",-1,2261,politeness_stack +"Yes, Pavel. That is correct (frame problem, much?) :(",-1,2262,politeness_stack +"@den: OK, so the rectangles are represented as two points. Is this a vector representation or a raster ?",1,2263,politeness_stack +welcome to stackoverflow. what language are you trying to do this in?,1,2264,politeness_stack +"@David: What *I'd* like to know is, how you managed not only to read the question directly from John's mind but also to post the answer at exactly the same time as when John posted his question. Does it require much practicing? :)",0,2265,politeness_stack +"My first impression is that it is indeed with the StackPanel, since it's default is to ""shrink"" around elements. Have you tried using a fixed size container and adjusting the width, if needed, as part of the animation?",1,2266,politeness_stack +Does it have to be breadth first? I mean does the root have to end up as a head of the list?,0,2267,politeness_stack +"Innovative? You mean, something that uses genetic algorithms that cloud compute on quantum computers?",-1,2268,politeness_stack +That example is not scaling. Can you post your code?,1,2269,politeness_stack +"Since all of the balls have a box to be put in, all organizations have the same point value, right? Or am I missing something?",0,2270,politeness_stack +"Usually you don't get answers, if you don't show effort of solving things by yourself first. So, what are your thoughts, what is your proposed solution, what is clear and what is unclear to you?",-1,2271,politeness_stack +what context would the serial number be used in? Is it just an identifier or is it meant to be a secure type thing (like the Windows registration key)?,0,2272,politeness_stack +"@ypercube hmm, never know it is there. **DATE** doesn't issue time, right?",0,2273,politeness_stack +"can you describe the problem with your first approach more clearly? what is the meaning of ""elements with close statistical probability of selection"" and ""distant selection percentages""?",1,2274,politeness_stack +Do you know how many cars are in your q and what their lengths are? Or do you only know that in the moment you need to fit it?,0,2275,politeness_stack +"@Patric so what about your implementation? Did you used exactly those algorithms presented in this book, without changing anything?",0,2276,politeness_stack +Please be a bit more precise. What language are you developing in?,1,2277,politeness_stack +How are the stops designated? Do they have unique numbers or names?,1,2278,politeness_stack +Are there integers? and can they repeat within a set?,-1,2279,politeness_stack +"Are you writing a kakuro/sudoku solver? If so, do you have restraints on the possible values, such as always 1 - 9, there are always at most 9 sets, that sort of thing?",1,2280,politeness_stack +I found an obscure reference to idna trace. Has anyone heard of/used this application?,1,2281,politeness_stack +"Ok, then your own code seems cleanest. And although this is offtopic: how did you generate those images? :)",1,2282,politeness_stack +"1. Which Database are using? +2. What is the type of the field?",0,2283,politeness_stack +Do you need to return all 3 values? only 1?,0,2284,politeness_stack +I'm using javascript to include other html files. <-- why?,-1,2285,politeness_stack +This looks suspiciously like homework. Could you elaborate a little more ?,-1,2286,politeness_stack +@DADU What changes do you want to make on that HTML string? Can you give some examples?,1,2287,politeness_stack +the edit just made things less clear! how does one reorder a list A to another list B when the elements may be different?!,-1,2288,politeness_stack +"By scaling, you mean generally non-uniform scaling here? E.g., a square cam become any rectangle?",0,2289,politeness_stack +@Lars: Youtube and Facebook run on PHP and they most probably have more than 1500 servers. Can you enlighten us on why you do not consider Python and PHP suitable ?,0,2290,politeness_stack +Does it REALLY have to be IrfanView? Why not a free library like FreeImage or ImageMagick?,-1,2291,politeness_stack +"should pmf(X) be the normalized frequency distribution of X? If yes, do we have any function in Matlab to compute it?",1,2292,politeness_stack +"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,2293,politeness_stack +What happens when you set a breakpoint in the code for the assembly? Does it have a question mark in it?,0,2294,politeness_stack +I don't understand. That call stack is all about the Debug Help Library; is this only happening when it is being debugged?,1,2295,politeness_stack +"Thanks for the pointer, but now I am not sure to understand your problem. Could you add a drawing?",1,2296,politeness_stack +"1. Need table definition, data in the tables, etc 2. What have you tried so far?",1,2297,politeness_stack +"No half cells no. The distribution of window sizes, smallest should be 1x1, largest... I'm unsure, perhaps 64x64?",0,2298,politeness_stack +"What does the template end up rendering like as HTML? Does it use display inline HTML5 style, or as an object, or is it referenced from an image tag?",0,2299,politeness_stack +"In the example that you give, all numbers are used. Is this an accident or do you always want for this to be the case?",0,2300,politeness_stack +does you function return the first n elements? is that a requirement?,0,2301,politeness_stack +"Drag what to the desktop? Do you mean to make it the background image, or to drag and drop a file on the desktop?",-1,2302,politeness_stack +"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,2303,politeness_stack +"@codeka - 4 in all of those bases is still 4. A more interesting question would be, what base is ""10""? :P",-1,2304,politeness_stack +The question is how many ? or do you need to find them ?,0,2305,politeness_stack +"please, can you explain what do you mean? I ask question and I need the solution if you have.. Is there is any problem with my question?",0,2306,politeness_stack +You probably forgot there could be `Nop` between `Push` and `Pop`. `Push() ~ Nop() ~ Pop() ~> Nop()`?,0,2307,politeness_stack +Is your column `OLE Object` type? Do you use `Bound Object Frame` control to display the images?,1,2308,politeness_stack +"You're using `::` for type annotations and `\x -> ...` for lambdas, the combination of which is, to my knowledge, unique to Haskell and things closely related to it. Given that, why not just type `:t \f x -> \g -> g (f x g)` into GHCi and see what it tells you?",0,2309,politeness_stack +"Do we know each number only occurs once? The questions states it wants the exact location of the number, what if there are multiple locations, do we return the first one we find?",0,2310,politeness_stack +How are you running the Django? mod_wsgi or mod_python?,0,2311,politeness_stack +What I find confusing is the connection between the title of your question and the actual question. Can you explain?,0,2312,politeness_stack +How is your image encoded in the JSON? Base64?,0,2313,politeness_stack +"(Off-topic:) Nope, this is a case of while i was writing the first one (in php) i accidentally created the second one, and was curious as to see if there was anything different, considering this has to validate 3.5 million cards in the next month 8D. + +which one is better in your mind?",1,2314,politeness_stack +"Needs `homework` tag ? You might also want to specify the programming language, at the very least, and perhaps mention what you've tried so far ?",0,2315,politeness_stack +"I think you have to specify your question more. Is the problem splitting the image, or doing the sobel kernel convolution?",0,2316,politeness_stack +"Take a larger number of samples? Display ""calculating"" until you get enough samples?",0,2317,politeness_stack +That's a strange description. Do you mean that the graph is a tree?,-1,2318,politeness_stack +"@Gene Why is it that a handcrafted parser will beat a C++ parser generator? Considering that writing a hand-crafted parser is a lot of code, isn't it possible that the hand-crafted parser could be much slower?",-1,2319,politeness_stack +"What do you know about the error in the two positions? Do you have an explicit distribution, or just an error term?",0,2320,politeness_stack +"You made me work at that a little too hard. Next time, could you provide a link to the algorithm that you're using, or at least give us the name of the algorithm?",-1,2321,politeness_stack +"What are you trying to get exactly? If the list is just 2 tickets with priorities 3 and 5, what do you want to find?",-1,2322,politeness_stack +"Are you wanting a single array when this algorithm finishes? E.g. an array which stores all elements from `a`, `b` and `c` in a sorted order?",1,2323,politeness_stack +"Thanks a lot steve, I'm trying to implement the pseudo-code line by line very carefully, there is an extended pseudo-code that's written more clearly here: http://www.wpi.edu/Pubs/ETD/Available/etd-0430102-111906/unrestricted/corourke.pdf on page 27, I'm coding that carefully and i'm testing it with some sample answers given by NTRU, I think i'm also getting held back in understanding the pseudo-code, in my code I gave a fixed length and set of values to the polynomial f, and the infinite loop on 8-31 never ended, thanks for pointing out that f is a variable. Any more tricks to watch out for?",1,2324,politeness_stack +"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,2325,politeness_stack +"btw, true that Flash doesn't have proper bidi support, but you could still reverse the text yourself so it is displayed properly. + +also, what platform are you using?",0,2326,politeness_stack +"Have you looked JavaScript libraries to manipulate SVG, e.g. d3.js: http://mbostock.github.com/d3/ or isn't that what you want?",0,2327,politeness_stack +"@Unsure The quote from your notes doesn't say ""array"" anywhere. Are you sure you're not dealing with linked lists, where the advantage is clear?",0,2328,politeness_stack +"Title say permutations, but body says combinations. Which is it?",-1,2329,politeness_stack +"How big is an integer? Is this a 10G file that contains integers stored as text, or in binary format?",0,2330,politeness_stack +I can't think of a good reason to legitimately remove a watermark. Is there one?,0,2331,politeness_stack +Your algorithm is already converting it to coordinates in mercator coordinate system. What is your question?,-1,2332,politeness_stack +I don't understand. How can anything be more than 100% opaque?,0,2333,politeness_stack +"@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,2334,politeness_stack +Can we assume contiguous IDs in [Employee Schedule] make a range? Or only [Day ID]?,0,2335,politeness_stack +"You mean pick an arbitrary point along the edge of a shape, then place 4 more points, each 1/5 of the total perimeter from the last? Or by points do you mean vertices?",0,2336,politeness_stack +"@NV, if it's a job interview, are you allowed to get outside help? I mean, you're the one who's applying for the job, right?",-1,2337,politeness_stack +"The first example you give uses a relative url; the domain it's being served from should make no difference, because no domain is specified. Is each subdomain being mapped to a different site root?",1,2338,politeness_stack +Why do you need randomness? Why can't you use sequential strings?,-1,2339,politeness_stack +"What programming language does this regard? Could you elaborate on ""Get the same parts between""?",1,2340,politeness_stack +"Images are always rectangular, how are you creating anything different? Are you looking for [image maps](http://en.wikipedia.org/wiki/Image_map)?",-1,2341,politeness_stack +i also need to know what are we using the stack for??? i mean the push command??,0,2342,politeness_stack +Smells like homework. How far did you get?,-1,2343,politeness_stack +what language should be responsible for creating the empty file? is it a bash shell script?,1,2344,politeness_stack +are you looking for an algorithm that is optimized for a single query? Or an [indexing strategy](http://en.wikipedia.org/wiki/Index_(search_engine)) that will create the data structure given the 100MB source text so that all queries of similar nature will be optimized?,0,2345,politeness_stack +"Is the set of tasks known in advance, or are more tasks being added as you go? Do you have have to worry about starvation (for example, a task with high c_i never getting run if low c_i tasks keep getting added)?",1,2346,politeness_stack +"@Brian useful != possible. The question was, what is possible?",-1,2347,politeness_stack +What are typical values of N and K? Over/under one million?,0,2348,politeness_stack +Storing an entire HTML page as CSV doesn't really make much sense. You mean convert an HTML table to CSV?,-1,2349,politeness_stack +"Updated with more code. I have not implemented INotifyChanged, perhaps thats what I need to do?",0,2350,politeness_stack +"If we have A:[1,2,3], B:[1,2,4] and C:[3,4,5]. Do we first merge A and B to [1,2,3,4] and then merge it with C (because A+B has 2 in common with C while neither A or B has 2 in common with C?",0,2351,politeness_stack +How are you defining uniqueness? Whether they contain the exact same words but order doesn't matter?,0,2352,politeness_stack +Why not? How many colors do you want?,-1,2353,politeness_stack +is this homework? how will this temp db be used?,0,2354,politeness_stack +are you using the WPF Toolkit? what version are you using?,0,2355,politeness_stack +Why can't you just put the data in a database and let that organise the data for the fastest search results (i.e. indices on the criteria you will search the data by)?,0,2356,politeness_stack +"That function doesn't compute the slope, which is why you're having the problem you are... Do you specifically need the slope, or is the upness or downness enough? Or do you actually want the ratio, which is what you're getting from your equation?",0,2357,politeness_stack +"Do your keywords always come in pairs? What's more important, having more matching words or better proximity?",0,2358,politeness_stack +"what is the metrics? if there is no perfect solution, how do you evaluate which solution is better then the other?",0,2359,politeness_stack +"Are you asking ""What is the least number of races that would be needed?"" in the best case, or in the worst (general) case?",0,2360,politeness_stack +"Do you really want to parse both in the same context? What about things like ""2,000,000.45""?",-1,2361,politeness_stack +What sort of stored procedures? CLR procedures or TSQL Procedures?,0,2362,politeness_stack +"I had really hoped to get some more opinions on this question. I modified it a bit, possibly vote to reopen?",1,2363,politeness_stack +"Maybe show some code and/or image examples. If compatibility is important, have you considered using an animated GIF?",1,2364,politeness_stack +"If you are insecure about your pet IDE being criticized, then by all means, step up and defend it. How do I define a custom key binding in eclipse?",-1,2365,politeness_stack +How did u feed the html to the browser? Is there a element in the HTML?,1,2366,politeness_stack +"@astony: *in a single step, you could transfer at least one point from element to its neighbours*. Do you mean **at most**?",-1,2367,politeness_stack +Have you tried running with breakpoints on? Have you tried enabling NSZombies?,1,2368,politeness_stack +"If I recall from my college days, shouldn't you be able to do this by setting up a set of equations and solving for the transformation? By the way, is this your homework?",0,2369,politeness_stack +"how are the arrays of characters ""combined"". Can you give a few example result strings or pseudocode?",1,2370,politeness_stack +"It is unclear exactly what the question is. Do you want the complexity for inserting into the set + finding the median, or just finding the median within various implementations of a set?",0,2371,politeness_stack +This already works in the summary column in the debugger window or inline data tip when you hover over the variable in your editor. Am I misunderstanding your question?,1,2372,politeness_stack +"What version of Oracle? Frankly, working on the full name for string manipulation is not recommended -- what if someone has a last name with a space between two words?",0,2373,politeness_stack +"don't you only need the for loop to go up to half of the number you are tying to find the primality of? e.g if your number was 100, then 50 is the biggest number that could possibly be a factor of it, no?",0,2374,politeness_stack +"Im assuming that you need an exact solution. Thats the case, right?",-1,2375,politeness_stack +"What does the `xml` variable hold, and `find(""item3')."")` - are you sure this works on Firefox, and you didn't meant `find(""item3"")`?",0,2376,politeness_stack +did you set the classpath in `Publish Settings > Flash > ActionScript 3.0 Settings > Source Path`? are you debugging in a browser?,0,2377,politeness_stack +"OK, just found it: simply press ""Enter"" to jump to the next occurrence. Why is it not the standard F3?",0,2378,politeness_stack +What's the context? Is this homework?,0,2379,politeness_stack +"Also note that I know this question has been asked before and the general consensus was to avoid rebuilding your code if you didn't need to, then you don't have to deal with the changed assemblies, which apparently is a part of the deal. May I ask why you need to rebuilds to be identical, as opposed to just not rebuilding it if the code hasn't changed?",1,2380,politeness_stack +"What do you mean by ""tracing letters""? Could you give an example, please?",1,2381,politeness_stack +"(a,b,d,c)? Are you sure?",0,2382,politeness_stack +Were you ill for that seminar? Maybe ask your lecturer/prof?,0,2383,politeness_stack +"are they in the same namespace ? Usually, different assemblies use different namespaces?",0,2384,politeness_stack +Also make sure that your test input is exactly in the format that you are given by the bot. Does your program cope well with an input ending with a newline?,0,2385,politeness_stack +@dmckee: Thank you for replying. Can you please let me know the approach that should be adopted when building a software?,1,2386,politeness_stack +Did you ever get this resolved successfully? Do you still need help with this?,1,2387,politeness_stack +@:closers: why off topic? Mind to explain?,-1,2388,politeness_stack +"What is DB ? Oracle, I guess ?",0,2389,politeness_stack +"i get this as well, is it only happening since you moved to a later version of xCode? is your configuration in Debug?",1,2390,politeness_stack +Why can't you use standard algorithmic analysis to arrive at the run-time? Or are you asking for the run-times of well-known algorithms to answer these problems?,0,2391,politeness_stack +"Are there also $2 bills? If not, where do the 2's come from?",0,2392,politeness_stack +"*Find a random element* sounds like picking a random element. But I assume you want to find a *specific* element in the array, right?",1,2393,politeness_stack +"So? what is the question? ""The code's not working"", is that the question?",-1,2394,politeness_stack +Is the picture showing white ONLY in a browser? Or is it showing white even in windows?,0,2395,politeness_stack +"Hi, thanks for the bounty. I wonder, did things turn out OK?",1,2396,politeness_stack +Define fairest. Does that mean that the average of what each player gets is the minimal possible distance from the max a player got and min a player got?,0,2397,politeness_stack +"What is wrong? Incorrect result, crash, infinite loop...?",0,2398,politeness_stack +"Am I correct in thinking that you only are interested in paths having minimum edge count across all paths? I.e. if there exists a path with weights (2, 2, 2), you're not interested in the path (5, 6, 7, 8), right?",1,2399,politeness_stack +"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?""",-1,2400,politeness_stack +"Wow! Tricky... and interesting. Do you need a method that works externally, or can all of the array fit comfortably in memory?",1,2401,politeness_stack +Why wouldn't you want to go to the source code? What's the purpose of debugging if not for checking the code?,-1,2402,politeness_stack +Does it need to be public-key or just reversible? Can you give some kind of hint as to how the algorithm will be used?,0,2403,politeness_stack +"Packets are being received by a program (""streamed"" perhaps is a good word) that have a type of ACK, SYN, FIN, or any combination thereof. Essentially the question is, how can one detect when five different combinations have occurred?",1,2404,politeness_stack +It looks pretty good to me. Can you give some idea of why you think it's incorrect?,1,2405,politeness_stack +"the problem I have is with founding out what the base case and the inductive step are. +the base case is n = 3, with the array being: operand operand operator, how do I prove that the program above evaluates it correctly?",0,2406,politeness_stack +"What swaps would be required to get your original list to its reordered state? Is that number of swaps proportional to the 100 swaps out of ""several hundred to a thousand"" original lines of data?",1,2407,politeness_stack +"@karmicpuppet: No, but I notice that ImageBrush has Viewbox and Viewport properties. Should I try to set them manually?",1,2408,politeness_stack +An algorithm...for what? Mine placement?,-1,2409,politeness_stack +Why are you debugging AutoCAD? Isn't that AutoDesk's job?,-1,2410,politeness_stack +Not sure what you're asking exactly. Can you give an example of sample input and output?,1,2411,politeness_stack +What have you tried? Can you post the code?,1,2412,politeness_stack +"How large is the file, would it fit into memory. How do you separate the emails within the file?",0,2413,politeness_stack +Not writing a full blown DNS so reading never ending RFC is a bit boring. Or is that absolutely essential?,-1,2414,politeness_stack +isn't it simply hashing? what is the difference?,0,2415,politeness_stack +"What are you storing in the picture field? Are you storing the actual picture or a merely a path and file name ""link"" for the picture?",0,2416,politeness_stack +"What environment are you developing under? OS X, Linux or Windows?",1,2417,politeness_stack +I included a screenshot. Do u have any idea?,0,2418,politeness_stack +Is this a homework problem? Whats the dataset from?,0,2419,politeness_stack +@svante - I'm fine with that! Care to give any feedback on what I SHOULD be using?,1,2420,politeness_stack +"I'm sorry, I don't understand your question. Maybe you could post a sample of the code that works properly, and the code that doesn't?",1,2421,politeness_stack +"My picture making skills aren't good... a clarification: you have rectangles. you get a point, which rectangle the point is closest to?",0,2422,politeness_stack +"Who said the bunks are equidistant? Also, what is a ""bunk""?",-1,2423,politeness_stack +What language are you looking for? C/C++?,-1,2424,politeness_stack +could you give a little more information? what are you using this for?,0,2425,politeness_stack +"What does ""efficient"" mean here? What size data set are you most commonly expecting to work with?",0,2426,politeness_stack +list b? I don't get it.. mind to explain more?,-1,2427,politeness_stack +You can create an empty div and when the larger image is clicked you can replace that div with a SWF (hiding images if necessary). Will that be OK?,1,2428,politeness_stack +"That's why I am confuse...though if I think twice, O(m*n + n), that should be the worst case. What's your opinion?",0,2429,politeness_stack +Can you tell us what .NET framework you are using. Also is there a limitation on changing the framework?,1,2430,politeness_stack +"I think you need to provide more details as to what is the intended purpose of such a function. +There is definitely no cryptographic hash function with that property, but maybe you are looking for something different?",0,2431,politeness_stack +"My context is: I want to capture an image which has width = 300px, height = 300px in android. how can I do this?",1,2432,politeness_stack +"What do you mean by ""How to calculate""? Do you actually want to know the how the algorithmic complexity of stack operations is derived, or do you just want to know the answers?",-1,2433,politeness_stack +In the project settings under the web tab is it correctly set to use local IIS web server? Also did you build immediately before attempting to attach?,0,2434,politeness_stack +You want to generate an image like that given the original Van Gogh as input? Can you clarify?,0,2435,politeness_stack +Problem description has only inputs defined not what the program is supposed to solve. What kind of optimization is needed here?,1,2436,politeness_stack +"I know what KMP stands for but not BM. Would you mind writing down what each of them stands for, in case others don't know?",1,2437,politeness_stack +"I do have skype installed, but not running. does it need to be running to hijack 80/443?",1,2438,politeness_stack +"A perfect hash is only possible in this case if you don't want to hash any arbitrary combination of 17 digits, but only a limited list of keys all known in advance. Is that what you have?",0,2439,politeness_stack +Are you studying computer science? Whats your background in programming and computer science?,1,2440,politeness_stack +"Ouch - sorry! But once I arrived at music, Genesis wasn't that far from genius - does that count?",0,2441,politeness_stack +Unable to find which assembly ? Could you provide the stack trace or a more detailed error message?,0,2442,politeness_stack +"In every case of the FROM clause you used, the table name is immediately after a 'FROM '. Why not just use that to parse?",0,2443,politeness_stack +What's the purpose? Maybe http://stackoverflow.com/questions/491738/how-do-you-calculate-the-average-of-a-set-of-angles/491769 is relevant?,0,2444,politeness_stack +"I agree, The question is almost claiming that you can't debug with a debugger in an IDE this is not the case. You can run a debugger with or without an IDE, I'm sure he knows that though :) Maybe he is asking about visual debuggers specificly?",1,2445,politeness_stack +"Dijkstra's algorithm finds the shortest path. Negating the weights would cause it to find the longest path, but that won't work if the graph contains cycles, right?",1,2446,politeness_stack +Why not use a database such as MySQL? And more disturbing is why didn't anyone mention that ?!?!,-1,2447,politeness_stack +@Pierreten: never used regex before in C code. are there some regex libraries for C?,0,2448,politeness_stack +Are you really sure all the code the expression is running is built for Debug? There is no dependency that might be release built by chance?,0,2449,politeness_stack +"Hi, thanks a lot for all your responses. I need the window the the maximum average value of x?",1,2450,politeness_stack +"Assuming the domain of the hash function is larger than the range, that's impossible. If it's not, why bother using a hash?",0,2451,politeness_stack +"I'm not sure your question makes sense. Do you mean, how do you measure the length of the red or blue lines?",0,2452,politeness_stack +"Does it also need to work if inside of a _child_ directory of the given directory? For instance, `/tareas/sesion_3/bin` ?",0,2453,politeness_stack +What kind of user knows JSON but not HTML? How would you put bold text in a link?,-1,2454,politeness_stack +"Why 1,2,4 and 2,4 but not 1,2 or 1,4? Why 3 and 4 but not 1 or 2?",0,2455,politeness_stack +"By successively you meant increasing? +If you have [a_1,a_2,a_3,...,a_n], you want the largest set of the form a_i <= a_{i+r} <= a_{i+2r} <= ... <= a_{i+kr} ?",0,2456,politeness_stack +"""1 to over 200"" - what's the actual upper bound? and how big are the cards, normal playing card size?",0,2457,politeness_stack +You are calling this numerous times: for a lot of different values of n? Is their a pattern for the values of n?,0,2458,politeness_stack +"Question what is the average of (0, 180)? 90 or 270?",0,2459,politeness_stack +"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,2460,politeness_stack +"i really dont understand the question, and also the example is weird. if he throws a ball to 3 others player why there are 5 different paths??",-1,2461,politeness_stack +Your datatype is Datetime or Date or Varchar ? Sql Version ?,0,2462,politeness_stack +"And an ""intelligent crop"" is a 3rd. + +Note though that the aspect ratios are different in the example (0.96 vs 1.1) so perhaps Andre means resizing first, then cropping to match aspect ratio?",1,2463,politeness_stack +"How long is ""Wait for debugger.."" on the screen? What processor is on your computer?",0,2464,politeness_stack +"Does the values for empty column on your sample data are store in the array as zeros? If so, how can you distinct the empty vs a user input zero ?",0,2465,politeness_stack +"After playing a bit more with the code, I found that the image from the stream gets resized when I use g.DrawImage(overlay, 0, 0). Why would this happen?",0,2466,politeness_stack +"Not to start a war, but I can see another side to that. Why develop (test, deploy, maintain) two solutions where one will do?",0,2467,politeness_stack +"GDB is not natively able to jump over frames w/o debug info? I'm quite surprised, it shouldn't be a problem... what's the ouput of `bt` ?",0,2468,politeness_stack +"How do you determine uniqueness? Say the sequences are `ATCCCGACCGATCAGT` and `ATCCCGACGGACCAGT`, what is your expected output?",0,2469,politeness_stack +@Joonas: What about the solution posted by Benjamin Manns? That does not work for you?,-1,2470,politeness_stack +What benefit will you gain if we do your homework for you? Why don't you do it yourself?,-1,2471,politeness_stack +Yeah- using a stack for depth first. Did you know that you use a queue for breadth first?,1,2472,politeness_stack +`else if` serves a very different purpose than a simple `if`. How can you code without `else if`?,-1,2473,politeness_stack +"@Sega: you need to state the question more precisely or it will probably be closed. How is the boundary defined, for example ?",0,2474,politeness_stack +"Is there any chance you could post some of the code, with an indication of where your break point is? Is it possible that the break point is in a non-executing code path (in an if/else block, etc)?",1,2475,politeness_stack +Is this homework? Which of these questions are you having problems with?,0,2476,politeness_stack +What is the question? How to debug?,0,2477,politeness_stack +I'm not that familiar with Bezier curves; does this give you what you need to construct them? Can you elaborate how to finish it off?,1,2478,politeness_stack +"What about B.C, B.D, and C.D? Why does your goal not include these?",-1,2479,politeness_stack +"""given the following program:"" I see no program. did you forget to include something?",-1,2480,politeness_stack +"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)?",-1,2481,politeness_stack +What can you tell us about the keys (e.g. are they consecutive)?,0,2482,politeness_stack +"this is not merging, this is sorting. BTW what are those objects (a1 b1 ...) string?",-1,2483,politeness_stack +@Shane I'm using Rscript. How are you loading your scripts?,1,2484,politeness_stack +"Normally I point at http://developer.android.com/guide/developing/device.html, but it sounds like you already have the Windows setup done. Can you issue ""adb"" commands from a command line?",0,2485,politeness_stack +finding GCD recursively is the fastest known method. Do you want some kind of special optimization?,0,2486,politeness_stack +What in the world are you talking about? Is this a legal question (use of copyrighted images)?,-1,2487,politeness_stack +Homework? Because there doesn't seem to be any other remote possibility in my mind why any sane person would want to do this?,-1,2488,politeness_stack +"Not sure, but maybe you want a clustering alorithm, e.g. http://en.wikipedia.org/wiki/K-means_clustering?",1,2489,politeness_stack +I believe that almost all jQuery plugins can work with a ListView. Could you show any code where you attempt to use gallery with a ListView?,1,2490,politeness_stack +I'm confused. You don't have the original assets ?,-1,2491,politeness_stack +"I can't see how there can be a faster one. How can you detect an intersection without looking at every line, and so O(N)?",0,2492,politeness_stack +"it sounds like HTML Agility pack will probably work for me. +Are there any other options????",1,2493,politeness_stack +"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 ?",-1,2494,politeness_stack +maybe.. this belongs on cstheory.stackexchange.com? not sure?,1,2495,politeness_stack +What have you tried? What specifically have you looked at and why didn't it help you?,0,2496,politeness_stack +How would you store those cached images? in your own NSArray?,0,2497,politeness_stack +@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?,-1,2498,politeness_stack +We need to know more about your Julian format. Do you have a Julian date and the year/month/day it corresponds to?,0,2499,politeness_stack +What platform are you on? What programming language are you using?,0,2500,politeness_stack +"What do you mean by ""will take an arbitrary number""? Do you think about some input (from user or file) or some other way?",-1,2501,politeness_stack +or anything else? So mutable linked list is allowed?,1,2502,politeness_stack +ya it is! am i not supposed to ask hw questions here?,-1,2503,politeness_stack +"I have one question, but if don't want to answer it's also ok... Where did you took Scala exam? Is your company makes it for the employees or at school or may be you own initiative to learn Scala and take exam?",1,2504,politeness_stack +"Also, how can the answer be ""3""? Three banana's?",-1,2505,politeness_stack +"""For code security, I should want a language that compiles and is run in a virtual machine."": How a virtual machine is going to help with security?",0,2506,politeness_stack +"I vaguely remember using Sugiyama's with more than one input/output, but I could be wrong. Can you write down a pointer to the alg logic you are using to refresh my memory?",1,2507,politeness_stack +Are those dimensions static that we see in your CSS? Are image dimensions also static so you know how big it is?,0,2508,politeness_stack +4 bytes will only limit the keys if you're actually trying to uniquely encode the VIN into the 4 bytes. Do you *need* uniqueness?,0,2509,politeness_stack +Are you after an optimal solution or is a near optimal solution good enogh? And is hyphenation allowed?,0,2510,politeness_stack +"You get to name the row and field sets explicitly, i.e. you don't have to specify a contiguous rectangle in a fixed coordinate system (particular row and col permutations)?",0,2511,politeness_stack +What kind of processing will you perform? Is it just a matter of setting up data structures to model a family tree?,1,2512,politeness_stack +What about the size of the submatrix? Can it be anything?,1,2513,politeness_stack +I assume the graph need not be connected (i.e. forests are acceptable)?,0,2514,politeness_stack +What's your question? Whether or not to use MonoDroid?,-1,2515,politeness_stack +"How would there be a conflict? You're not using user supplied filenames for anything, are you?",-1,2516,politeness_stack +did you get it to work? how did you do it ?,0,2517,politeness_stack +The default zoom would show the whole image filling all of the available space in the control. Are you asking then how to center either the vertical or the horizontal when the image aspect doesn't match the controls aspect?,0,2518,politeness_stack +"Before you get into the run-time of the algorithm, do you understand what it is supposed to do? Do you see how it works?",1,2519,politeness_stack +"I find it odd you have to define both the height and the width for an image, when your are displaying the image are you defining the width and height already? eg. `` and have you tried using `display: none` instead of the visibility property?",0,2520,politeness_stack +@jacklikesnike: one more question. The encryption key is also the decryption key?,0,2521,politeness_stack +very unclear - what is it you want to do?? Upload images to a WCF service and store them in SQL Server?,-1,2522,politeness_stack +@Orko Is black line a moving target for a missile or car's ideal path on racing track? How do you define a success and failure of drawing a red line?,0,2523,politeness_stack +Are the box's sides always oriented parallel to the x and y axis? Or is it sometimes tilted by some angle?,0,2524,politeness_stack +"Is it transitive? Does same_animal(a, b) && same_animal(b, c) imply same_animal(a, c)?",0,2525,politeness_stack +"""best"" according to what Goal? What are you trying to minimize or maximize?",-1,2526,politeness_stack +Has it crashed before? How often does it crash?,1,2527,politeness_stack +Usefulness and acceptable range of RMSE depends on the goal of the enhancement you are doing and the contents of the image. Can you tell a bit more about that?,1,2528,politeness_stack +"During transcoding, were the audio files upsampled? E.g. converting 8-bit 11kHz to 16-bit 44kHz?",0,2529,politeness_stack +Is it acceptable to build an auxiliary data structure to guide the decision process? Could that data structure have size O(n) of the original list?,1,2530,politeness_stack +"@Eric no, this is hobby stuff. Why, does it make a difference?",-1,2531,politeness_stack +"@IVlad: yup, but the current answers fail to explain why. Care to write a better one?",-1,2532,politeness_stack +"This question is almost word-for-word, the same as http://stackoverflow.com/questions/3624056/ . Is this homework?",-1,2533,politeness_stack +"@SKM : is your primary intent to **hide** the latent images, or to merely **combine** a number of images into a single image? Also, from your code, exactly what error are you encountering?",0,2534,politeness_stack +Code snippet? What is failing?,-1,2535,politeness_stack +"I though these were generated when you Build the application, since it's ready to run at that point and those files are required for Debugging. Do you get them if you ""Start Debugging"" in Visual Studio?",0,2536,politeness_stack +Geeky and Cool do not coexist? :P What's Google then?,0,2537,politeness_stack +"So the input is this ""giant list of giant sets `G`"". What's the output you're trying to compute?",0,2538,politeness_stack +"""Checkpoints"", hmm? Must they be visited in order?",-1,2539,politeness_stack +"What is a ""pair"" - can you give an example? I.e. is { 3, -3 } a pair, or is { 3, 3 } a pair?",0,2540,politeness_stack +What's the processor? What have you done yourself to answer the question?,-1,2541,politeness_stack +"Interview question, then? If not, can you explain what this will be used for - I can't think of an application for this right now?",0,2542,politeness_stack +"If your images are smaller than your threshold, why do you need to run them through ImageMagick with that parameter? Why not just convert them over, or do you require all images to be that exact size?",0,2543,politeness_stack +"Sorry if this is obvious, but what is `dn`? Is that a constant multiplied by `n`?",1,2544,politeness_stack +Could you please clarify with an example? And are we doing your homework for you?,-1,2545,politeness_stack +Does the tree have some sort of ordering? e.g. is it a binary search tree?,0,2546,politeness_stack +"Amusingly, the link to NACHA format you provide is to a tool that, apparently, can be used for the task you need to do. Have you tried it?",0,2547,politeness_stack +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,2548,politeness_stack +"What is/are ""all monthy in whay""? Are you trying to state that you need to list all values in January along with their sum?",-1,2549,politeness_stack +@peterjwest if that is a room and you use rectangles for collision detection you'll get a lot of false positives. Or am I missing something?,0,2550,politeness_stack +You wouldn't be allowed to ask and post comments if you were not logged in. What kind of programmer are you?,-1,2551,politeness_stack +I'm pretty sure there are lots of this kind of plugins out there that do the same thing. Why do you want to make yours?,0,2552,politeness_stack +are you looking at the site from the exact same browser? no compatibility mode etc?,0,2553,politeness_stack +"@Sergei: Fair enough, but what I find remarkable are the people who not only prefer to devote their time to the everyday useful questions rather than ""cool problems to work on"" (fine), but also actively vote to prevent those of the opposite persuasion from answering these questions if they want thereby signalling that such questions and people are not welcome here, and that their presence makes this website worse. Does it?",0,2554,politeness_stack +"Just a basic question - how many stacks of orders are we looking at? Also, how big are your sets, 1000s of numbers, millions of numbers or more?",1,2555,politeness_stack +"input [2,4,-1,1] output: 2. Are you sure the answer is 2 and not 3?",0,2556,politeness_stack +The specification of the problem is not clear. Why doesn't the whole space above `B` (the whole first row of `A`'s) constitute a rectangle but the whole space to the left (the resulting `C` rectangle) does?,0,2557,politeness_stack +"There's no reason why any `img` tags loaded from the url at `$(this).attr('href')` shouldn't load the image. Do you get any errors in your error console (or JavaScript console, depending on browser)?",0,2558,politeness_stack +"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,2559,politeness_stack +How are you accessing the image? Loaded via Request?,1,2560,politeness_stack +"Can you provide any details about the app you are debugging? web app, wpf, winform, c++?",0,2561,politeness_stack +"what is your ""gadget"" built in? and or running on?",0,2562,politeness_stack +"If your numbers fit in a 32-bit signed int, nothing's going to beat a moderately-clever lookup table. How bit are your numbers really?",0,2563,politeness_stack +"This sounds like it belongs on another stack exchange, I'm just not sure which one. Something to do with computer-architecture and hardware...maybe [Electrical Engineering](http://electronics.stackexchange.com/faq)?",0,2564,politeness_stack +"To clarify, are you trying to find the lowest distance, or the fewest number of edges? Do the edges have differing lengths?",0,2565,politeness_stack +"It may depend on the image file. If you Select All in the pdf, do you see the outline of the image?",1,2566,politeness_stack +@stOle - Your solution needs more explanation as in how the two problems are the same. Are you able to reduce one problem to the other?,0,2567,politeness_stack +"And what's your problem, exactly? What have you tried so far?",-1,2568,politeness_stack +Everyone knows that umpiring is deterministic. ...right? :D,0,2569,politeness_stack +"I assume that when you rotate them, they have to remain axis-aligned? i.e. you can't rotate then by 30 degrees or anything like that?",1,2570,politeness_stack +Not a trivial task for homework. Did you not get any advice from the teacher on how to proceed?,-1,2571,politeness_stack +Can you post this somewhere with a live URL? I don't see a background image referenced in the CSS...?,1,2572,politeness_stack +Uploaded where? With what?,-1,2573,politeness_stack +Is the list sorted in any way? Can a child of ID:1 be found as the n:th element in the list?,0,2574,politeness_stack +What language? Could you use an existing regular expression library?,0,2575,politeness_stack +"What is the ""number of missionaries or cannibals""? Is it the overall number of people `(+ missionaries cannibals)`, the maximum `(max missionaries cannibals)`, or what?",0,2576,politeness_stack +"BFS is a pretty basic graph-searching algorithm - seems like it would take a ginormous graph to make it infeasible... How big is a normal graph (both edges and vertices)? Also, how is it stored?",1,2577,politeness_stack +"Just curious, who asked a question like that? Did you apply for a math heavy position without knowing what FFT is, or did you apply for a ""normal"" job and they asked you this?",-1,2578,politeness_stack +"Setareh: I'm not sure if you mean that PRINCE2 suits large projects but not small ones, or vice versa. Can you edit to clarify?",1,2579,politeness_stack +Do you have the source code? Have you tried starting it in the debugger?,0,2580,politeness_stack +"It could just be me, but that question doesn't make sense to me completely. Maybe rephrase?",1,2581,politeness_stack +Is the number of views fixed? Are you trying to line the views up into columns?,0,2582,politeness_stack +Not related to your Question but is Visual Studio 6 supported on Vista? & isn't JIT just for managed code?,1,2583,politeness_stack +OT : Is my edit of the post a good way to add on-topic questions? What do you suggest else?,1,2584,politeness_stack +"Any algorithm or algorithms in computational geometry? Also, is this homework?",0,2585,politeness_stack +Those sound more like rhetorical questions than actual questions. What are you looking for?,-1,2586,politeness_stack +What is an activity node graph? What is an event node graph?,0,2587,politeness_stack +"Without seeing the images, how can we help you? Can you post some links to them?",-1,2588,politeness_stack +Sp1 did not resolve my issues. Any other ideas?,-1,2589,politeness_stack +oh sorry mr. wizard yeah i meant math in general - can i change it somehow?,-1,2590,politeness_stack +"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,2591,politeness_stack +I assume that 'j' is the imaginary unit (physicists...). What's 'k'?,0,2592,politeness_stack +"I'm a StatEt user, but I'm not aware of a debugger built into Statet. Do you mean the debugging tools built into core R or some other aspect ?",1,2593,politeness_stack +As I don't want t give default values because when ever I change its height and width I also have to change it in code - which one can change? the image view or the images stored?,0,2594,politeness_stack +Is this homework? What topics are you studying in class at the moment?,0,2595,politeness_stack +"Well, dd style meaning that I could either name/number a frame for extraction to a pipe &| file or that I could specify frame ranges in the way that dd does skip|seek|count. dd has it's own issues no doubt, but does dd_rescue support seek?",0,2596,politeness_stack +"Are the rules always inequalities on single variables or equalities on multiple variables, or can you have arbitrary linear constraints? Or even nonlinear?",0,2597,politeness_stack +is this a kind of Homework? and put some code that you have tried ?,-1,2598,politeness_stack +This should be a pretty straightforward adaptation of the existing algorithms you linked. Can you post what you have and we can help you along with hints?,1,2599,politeness_stack +http://stackoverflow.com/questions/546505/calculating-future-occurences-of-friday-the-13th . And perhaps this fits better at Code Golf?,0,2600,politeness_stack +"High level questions are fine, but this one is really broad. It would help if you could narrow your question to something a little more specific or provide more context?",1,2601,politeness_stack +"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,2602,politeness_stack +What do you mean by auto-adjust? Auto-adjusting of the color?,0,2603,politeness_stack +What exactly does connected mean? If two dots are both on and are adjacent is that one connection?,0,2604,politeness_stack +"inBounds does just what you said, in my real implementation I dont use a visited array instead I use an integer and set bits in O(1) time to track what nodes have been visited, hence I said for the purpose of this assume copyOfAndSet is an O(1) operation as to not complicate the algorithm. Does that make sense?",0,2605,politeness_stack +"How does your grammar look like? It is a full-blown language, or just some math equation?",-1,2606,politeness_stack +Why do you think the call to the database will be too slow? Have you measured it?,0,2607,politeness_stack +"I added a link to some pretty images to indicate what I want to get. +Steve, I added (probably far too many) details to the question statement -- does that answer your questions?",0,2608,politeness_stack +"Ok, I will. What is the StackOverflow policy, editing the start post or should I make a new answer with all code?",0,2609,politeness_stack +"Near where your question says ""when it reaches the it blows up"", is there some text we're not seeing that you intended to surround in backticks (`) ? +Also, did you mean to say ""but it just quit the parsing there and further tags are *not* being handled""?",0,2610,politeness_stack +"Its not. But if it were balanced, is there an optimum way?",0,2611,politeness_stack +"so, the metrics should be Sigma(#friends_in_group(u)) for each u in USERS ? [only for legal solutions] ?",0,2612,politeness_stack +What if the two dimensional array (7x9) is full ones? Should it return a list of the 756 possible rectangles?,0,2613,politeness_stack +Joe Mills's answe is technically correct but I'm not sure it's what you're after? Why don't you explain what you're trying to do rather than ask how something works?,-1,2614,politeness_stack +"@Dan, I hear what your saying, but I'm not sure what type of hash table you are describing. Is this a chained hash table where items hash to an array whose elements are linked lists of elements that hash to that array location?",0,2615,politeness_stack +hey @yoda .thnks fr helping me out!..can u please post the above comment in my question as edit ..? it says i cant as am not allowed 2 post imagess ????,1,2616,politeness_stack +"That site has two versions of each image, [colour](http://www.cineramabios.nl/_covers/_color/400x240/890.jpg) and [grayscale](http://www.cineramabios.nl/_covers/_black/400x240/890.jpg). Are you going to do the same, or do you need the grayscale images to be created dynamically?",0,2617,politeness_stack +"After rereading the second code fragment, I changed my assumption to O(N) * O(N-1) instead of O(N) * O(N+1) because the nested loop gets iterated one less time than the first loop, is this correct? So it would be O(N(N-1)) == O(N^2-N) == O(N^2)?",1,2618,politeness_stack +"@gooshgoosh: Youve left out the most important detail: what are you using (programming language, software, etc.) to do the translation?",-1,2619,politeness_stack +"I don't think this is possible as written. When N is very large, the expected product of widely separated xi must be very close to zero, and we can find a set of 1/p + 1 that must essentially be mutually exclusive despite all having probability p. Perhaps you meant E[xi xj] - p^2 = ... ?",1,2620,politeness_stack +"But the line with `""ClipID""` works? (Also, can you try `var title = element.getElementsByTagName(""Title"")[0];` instead?)",0,2621,politeness_stack +"SiegeX, what do you mean? Means, instead of rows+columns, I should change it to rows only?",0,2622,politeness_stack +Nice. What kind of improvement?,1,2623,politeness_stack +"Are we talking about some specific language (C, asm)? Does the machine have FPU or does it only operate on integer registers?",0,2624,politeness_stack +"What are you looking to aggregate? Total sales value, number of orders by customer, total deposit, total number of items sold?",1,2625,politeness_stack +"Can you point to some atricle(s) with a formal definition and a motivation for this problem? Maybe also with some upper and lower limit estimates, prior art etc?",0,2626,politeness_stack +"Can we assume anything about the alphabet? a-z, alphanumeric?",0,2627,politeness_stack +Did that string come from an attribute? Or the content of an element in XML?,0,2628,politeness_stack +"Also, what about duplicates? It's not explicit, but it seems like you want to remove them?",1,2629,politeness_stack +"It's still under-determined. Is, for example, 2*10 before, or after, 4*5, or should it be that once a value of 20 is used, it's never used again?",1,2630,politeness_stack +"Try to get the terminology right, there really isn't such a thing as POST and GET variables, especially not on the client side (which I assume you are referring to). So what exactly do you mean?",-1,2631,politeness_stack +You tagged the question as both C# and language agnostic. Which one do you prefer?,0,2632,politeness_stack +"Seems like a rather big project. From what I can read, you have no experience in programming?",-1,2633,politeness_stack +@yassale: N is large as in 10^3 or as in 10^9 ? Kilo-large or giga-large ?,0,2634,politeness_stack +Why is the clause changing every time? Why don't you post your best attempt and we'll look at it?,-1,2635,politeness_stack +"Don't see any reason why `input()` doesn't work. Did you try it using a standard Octave console, which works for me (I'm on a Mac, and don't have access to Xoctave)?",0,2636,politeness_stack +"How is ""17:18:3600"" supposed to be understood? Is this a standard format?",-1,2637,politeness_stack +Is this homework? What have you tried so far?,-1,2638,politeness_stack +I don't think you can find the max weight cycle without enumerating all cycles. How would you decide which one to not enumerate?,0,2639,politeness_stack +How do you mean 'sorting a string'? Do you mean sorting a list of strings?,-1,2640,politeness_stack +How are you converting to decimal? Why wouldn't that same method work for conversion to ternary?,-1,2641,politeness_stack +hmm... wait a minute... hmm... what?!,-1,2642,politeness_stack +"Are example.com, c.example.com and i.example.com on the same webserver so that these rules also apply to the latter ones? And have you tried a 301 redirect instead an implicit 302 redirect?",0,2643,politeness_stack +I've always been under the impression that most quick-sort implementations will switch to merge sort after descending a predetermined number of levels of recursion. Would you mind posting your code to see areas for improvement?,1,2644,politeness_stack +"In the description of the O(n+m) method, do you mean ""if J is _greater_ than the max, the target is not present"", and compare just K, T in the max? Also, I may be missing something, but isn't `[ 100 200 ; 50 199 ]` a counter example, if the target is on the left of 100?",1,2645,politeness_stack +Triangulation? Do you mean trilateration?,0,2646,politeness_stack +Probably findViewById() isn't working. Are you sure you defined a TextView called txt_1?,0,2647,politeness_stack +"Are you looking only for a count, or are you interested in an algorithm that could also potentially print the permutations? In any case, how efficient must this be?",1,2648,politeness_stack +"Define ""same"", i.e. do you mean = or == or something else?",0,2649,politeness_stack +Is the viewport fixed sized? And is the image fixed sized?,1,2650,politeness_stack +"Exactly! If I am to implement another interpreter using R, do parsing tools exist?",0,2651,politeness_stack +Is your app doing anything interesting at the time? Maybe loading another assembly?,0,2652,politeness_stack +I guess we could but this seems like such a small subset of a problem that I'm sure it could be solved easily enough in the database. Setting up sphinx/solr or any other indexer just seems a bit like overkill?,0,2653,politeness_stack +What is this regarding? OpenGL?,0,2654,politeness_stack +"Is this homework, or some other type of assignment? If not, what is the bigger problem you're trying to solve?",0,2655,politeness_stack +This is a vague question. Do you even consider the payment and billing cycle dates?,-1,2656,politeness_stack +"@Zelimir: As answer provided by you, MODE.CLEAR not working with xfermode. Can you please let me know why is it so?",1,2657,politeness_stack +You are weakening cipher to be able to crack it? What for?,0,2658,politeness_stack +How many 1600x1200 images are you talking about? Are you asking how to speed up the internet?,0,2659,politeness_stack +"Two questions: Can you assume some probabilistic model for the measurement times (or, better, the time between measurements)? For each measurement you have a (noisy) value of f(x) and also an (exact) value of x ?",0,2660,politeness_stack +Homework? Project Euler?,-1,2661,politeness_stack +"So you want the individual ""points"" in your final Perlin-noise-shaped function to have a random distribution instead of the normal distribution? And do this while still having a perlin-shaped map?",0,2662,politeness_stack +ohh man it's messed up now. How do I add code to the comments??,0,2663,politeness_stack +client side or server side tag generation? Why AJAX?,0,2664,politeness_stack +"Could you try clarifying your grouping rules? Also, are you only trying to get a set of pairs, or is it possible for a group to contain 3 or more b-type objects?",0,2665,politeness_stack +"I always forget testing things in IE. Just out of curiosity, did you test this code on other browsers?",1,2666,politeness_stack +"I find it hard to figure what ""rule"" you have in mind to generate the sequence. For instance, why should (1,0) come before (0,1), or (2,2) before (0,2)?",0,2667,politeness_stack +What do you want to obtain from parsing? An expression tree?,0,2668,politeness_stack +4*7! - for n = 8. What if n > 100?,0,2669,politeness_stack +why keep stuff that you don't access? why not leave the space for stuff that's needed?,-1,2670,politeness_stack +"if you travel along a line and you come to a teleporter, do you have a choice whether to take it or not? I.e. is it possible to walk past it w/o teleporting?",0,2671,politeness_stack +A hash? You mean a hash trie?,-1,2672,politeness_stack +Isn't the second solution not optimal? Shouldn't it be 128 by 224?,0,2673,politeness_stack +@shakti : that's not an issue . My question is why there is no output ?,-1,2674,politeness_stack +The last sentence looks a little contradictory. Does it copy your generated config and then overwrites it?,-1,2675,politeness_stack +"You tags are misleading - Algorithm, data structures and in your question you are asking for an answer to the puzzle. what do you want?",-1,2676,politeness_stack +what database is this? SQL Server?,-1,2677,politeness_stack +"You can construct a unique Binary Search Tree given any two traversals, are you looking to do that or are you in search of something else? +If not please elaborate what you mean by non unique trees?",1,2678,politeness_stack +I'm having the same problem on Xoom 3.1. Can anybody confirm this is a bug?,0,2679,politeness_stack +"Its not a homework people, my colleaugue asked me to help him with some algorithm, this is only a part of that, I simplified it in terms of normal array objects, anyways the data consist of approximately 1000 elements, so if you could help us with atleast a better( efficient algorithm). +and who tagged this is as homework??",-1,2680,politeness_stack +Why not? And why on earth do you have these absurd constraints?,-1,2681,politeness_stack +"Of course I am not comparing to anything else. Otherwise, I won't be here, right?",-1,2682,politeness_stack +that is 'some data'? any hint?,-1,2683,politeness_stack +Must you go through all of the cities? Must you use all of the tickets?,-1,2684,politeness_stack +"""Please explain in detail""? Really?",-1,2685,politeness_stack +"There is still ambiguity - `1 3 5 4 2` is zig zag according to YOUR description of the problem, but NOT according to the topcoder description. Do you see why?",-1,2686,politeness_stack +"Maybe mine is a stupid question, but... Are you running the program normally? or using the debug button?",1,2687,politeness_stack +"Does the empty tile have to obey the normal rules? I.e. if placed, it has to stand in lieu of the same letter in both directions?",0,2688,politeness_stack +What do you mean with 'the orthogonal between p1 and p3'? Do you mean the diagonal of p1 and p3 (as the diagram suggests)?,0,2689,politeness_stack +"What kind of shell tools are available? E.g., awk, pure bash, perl, python, ... ?",1,2690,politeness_stack +"Do you want the actual algorithm, or a clue (ie. some kind of homework help)?",-1,2691,politeness_stack +Isn't it a graph problem? Dijkstra algorithm to find the shortest path?,0,2692,politeness_stack +"I'm speculating that the rotation of the wheel should sorta match the movement of the road, and thusly it would be nice to have some JavaScript variables to work with that would allow these to sync up. Is that a fair guess, @KThornbloom?",0,2693,politeness_stack +Is eclipse asking about missing jars or missing source folders ? Are you maven ?,0,2694,politeness_stack +What happens when you just use a different algorithm to determine file names? Does OpenOffice.org care?,1,2695,politeness_stack +Do you mean debugging YOUR jquery code? or debugging the actual jquery library?,0,2696,politeness_stack +"How ridiculous is the answer you're looking for? Do you want a 3-layer solution, with `i % 3` as a configurable business logic?",-1,2697,politeness_stack +As in my second comment...have you done some loggin to see where the application is hanging? Is the problem still the same if you don't run it from inside VS?,0,2698,politeness_stack +"Also, are all the workers equally suited for all the tasks? In other words, could it be that Worker A is better suited for T1 type tasks than the other workers?",0,2699,politeness_stack +Your examples have nothing to do with GLn. Are the coefficients always integers ?,-1,2700,politeness_stack +"Well it looks like a basic hill-climbing problem, for which my favorite method is [Metropolis-Hastings](http://en.wikipedia.org/wiki/Metropolis%E2%80%93Hastings_algorithm). What's all that business about patents?",0,2701,politeness_stack +"It would be trivial to do this in awk. Does that count as ""doing it in bash""?",0,2702,politeness_stack +"There cant be a general solution. What do you do when the stack has 10 entries and you need to output a number, but the last number hasnt arrived yet?",-1,2703,politeness_stack +@ring0: Good idea ! Is there a way to do so ?,1,2704,politeness_stack +"I see your comment ""ask user to save his work"". Is there a modal window which appears which prevents the shutdown?",0,2705,politeness_stack +"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,2706,politeness_stack +"Just out of interest, how long is ""incredibly long""? How fast does the program run for other puzzles?",0,2707,politeness_stack +"I think you need some more examples, cause I still don't understand what you're trying to do. What about longer arrays and a different number of elements to select?",-1,2708,politeness_stack +"In your edit you specified inorder traversal, where in your original statement of the problem you specified preorder traversal. Which is it?",0,2709,politeness_stack +If you serve a thousand of these per page you're hitting 49 kilobytes. How many of these could you possibly be serving?,-1,2710,politeness_stack +There *is* no `RadioButtonList` control in WinForms. Which tag is correct?,0,2711,politeness_stack +Is the function given the ready-made number (`1491625...`) or does it have to compute it itself? Extracting the nth digit should be easy (regardless of the base - but I assume you talk about base 10?).,0,2712,politeness_stack +"@Gnovice: I thought about that, but wasn't sure. I remember wondering the same thing a long time ago, so I figured, ""why not""?",1,2713,politeness_stack +Why would your 8 pts be in a 1/3 cube? Why not a 1/2 cube or a 9/10ths cube?,-1,2714,politeness_stack +"If the rows are independent, why bother looking at it as a matrix? Just consider one row at a time... Or am I missing something?",0,2715,politeness_stack +Are they tied to specific users or just generic? Are they grouped in any fashion?,0,2716,politeness_stack +"Why is your `i` loop going from `j:6`, rather than `1:6`? Have you noticed that `sum` is being recalculated on every iteration (overwriting the value from the previous iteration)?",-1,2717,politeness_stack +What version of bash are you using? Is it 4.x or 3.x?,1,2718,politeness_stack +"@BoltClock: I'm pretty sure that algorithms are part of the ""programming"" subject. Strictly speaking an algorithm is not a program, of course, but are we really going to throw out all the questions on searching and sorting methods, on the grounds that ""quicksort is an algorithm, it has absolutely nothing to do with programming""?",-1,2719,politeness_stack +cuz then it wouldn't be a BINARY search. Any more obvious questions I can answer for ya? :),-1,2720,politeness_stack +"Good advice, @Spacedman. Care to write that down in a form of an answer so I can upvote you?",1,2721,politeness_stack +"Can you explain why {{1,2},{3,4}} is not ""interesting""? What is the relabeling that gives the same section?",0,2722,politeness_stack +"By average time difference, do you mean the mean of the difference for every record? That is, `Sum(table1.timestamp - table2.timestamp) / n`, where table1.id = table2.id and `n` is the number of rows common two both tables (eg n=count(table1.id = table2.id))?",0,2723,politeness_stack +@carleeto: Have you tried the various suggestions in the answers? 15 minutes? Wow.,-1,2724,politeness_stack +The question isn't clear enough. What are you trying to achieve?,-1,2725,politeness_stack +"Is there a reason your sample output for A1 doesn't contain C# and Perl? Aren't those included based on ""2) items only in a1 and not in a2""?",0,2726,politeness_stack +"What have you got so far? Show us where you are stuck: is it on the JOINs, the filtering?",0,2727,politeness_stack +"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?",-1,2728,politeness_stack +"And: what does ""choppy"" mean exactly? Could http://www.learningjquery.com/2009/01/quick-tip-prevent-animation-queue-buildup help?",-1,2729,politeness_stack +"A class I have to take, is this task to hard? Am i asking the impossible?",0,2730,politeness_stack +"Also, I don't understand the question. What are you trying to do with that array?",0,2731,politeness_stack +It seems to me that the constraints may be arbitrary and affect an arbitrary number of other options in an arbitrary number of groups. So it's the arbitrary constraints that give you difficulty here?,0,2732,politeness_stack +Why do the width and height in the HTML differ from those in the CSS? Are you sure the shadow isn't just off-screen or something?,0,2733,politeness_stack +How are you launching the debugger? Via the respective properties of your project or via attaching the debugger to the w3p.exe process?,1,2734,politeness_stack +"I would say that it has nothing to do with the language, but with programming. Since this is homework, I suppose that you should know at least something about this subject?",-1,2735,politeness_stack +"@JK, Welcome to Stack Overflow! Could you tell us what your thought process has been on this problem so far?",1,2736,politeness_stack +Google could just be going off of a cache. Do new posts appear?,0,2737,politeness_stack +"I'm really bad at problems like that, but if the int-stream is randomized data and you know the min and max (MAX_INT?) creating a simple tree is automatically balanced if the root is MAX_INT/2?",0,2738,politeness_stack +You shouldn't need to do any of that stuff in code if your MVC app has a correct system.servicemodel web.config entry. Can you post it?,0,2739,politeness_stack +"You need to be more specific on the clustering. If p1-p2 < d, and p2-p3 < d, but p1-p3 > d, do you still cluster p1,p2,p3 together?",0,2740,politeness_stack +the question lacks clarity. is this a mathematical question?,-1,2741,politeness_stack +"@Paul R: Ok, I have edited my question. Is it better now or something is missing?",1,2742,politeness_stack +Do you really want R_i <= D_x <= R_i+1? Or did you want R_i <= D_x < R_i+1?,0,2743,politeness_stack +"@hammar: Yes we can, assume it's a x86 architecture. Could you give a bit more detail on this approach?",1,2744,politeness_stack +Do you have a fixed size for the toolbox in both the horizontal and vertical directions? Do you have a minimum and/or maximum size for the buttons?,0,2745,politeness_stack +Rainer -- thanks. Perhaps you could post an answer with your changes made so that I could see them?,1,2746,politeness_stack +Would you be able to tell if more than 24 hours elapsed between start and stop time? Or is this not an issue with your data set?,1,2747,politeness_stack +"Can I see what ""img2"" is? Is that an image component?",0,2748,politeness_stack +What is your data? How is it stored/represented?,1,2749,politeness_stack +"@dotjoe - some of teams ranked high on FIFA rankings didn't make it to the tournament. Plus, wouldn't the schedule play a factor too?",0,2750,politeness_stack +and what if you make other browsers default i.e. in the asp.net process then ?,-1,2751,politeness_stack +"What exactly do you mean by continue with left+right? Say the original text was ""abcdefgh"", and your two 'words' are ""cd"" and ""bef"", would you first split into ""ab""-""cd""-""efgh"", and then search in ""abefgh"", and find ""bef"", and split into ""a""-""bef""-""gh"" and then continue with ""agh"", and not find anything?",0,2752,politeness_stack +"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,2753,politeness_stack +"I'm not sure I understand the threat scenario you're trying to protect against - what don't you want to happen? +Is it getting validated by you without contacting the 3rd party?",0,2754,politeness_stack +You'll need a serverside to do that. What are you using on the backend?,1,2755,politeness_stack +What do you need MySQL for? To store the hints?,0,2756,politeness_stack +"1)Is |S| the number of edges after removing the leaves of the DFS tree or the original random graph? +2) By matching you mean the maximum matching or any matching is ok?",0,2757,politeness_stack +"You talk about ""seconds since"", but I don't see that in your formula anywhere. Is it seconds since the similar add was added or seconds since the original article was linked?",0,2758,politeness_stack +is this the case only for this particular project? can you try this out on a brand new test project?,1,2759,politeness_stack +Yet another question: one of the frames from your example gif describes a route that is not really a simple path (this one: http://imgur.com/0vjvr.png). Are that kind of route (or rather spanning tree) allowed as a valid solution for your problem?,0,2760,politeness_stack +you asked this same question a couple days ago http://stackoverflow.com/questions/3595256/simple-pseudocode-code-question . Did you not like the answers you got?,-1,2761,politeness_stack +"Understood, been there. ;) Maybe I'll check out Carrierwave (HVAC?).",1,2762,politeness_stack +The question seems to be ill-defined. Do you mean that you want to find min {abs(t[i]-t[j]): i=/=j}?,0,2763,politeness_stack +Do you just want to decrease the width of the image and that those 5px aren't visible anymore? Or do you want it to make it 5pixels less wide and resize to the new image size?,0,2764,politeness_stack +integer or float? continuous numbers?,-1,2765,politeness_stack +"are you on a linux/unix machine, maybe using cygwin? then have you tried the ""file"" command on a file?",1,2766,politeness_stack +are you talking about debugging the actual stored procedure itself? and is the stored procedure managed code or TSQL?,0,2767,politeness_stack +"@robintw: I just noticed that you hadn't mentioned that your 3 numbers should be integers (although I, along with every one else, assumed that they were). Do they have to be integers?",0,2768,politeness_stack +hi - i added the JS i have. but its not server side so all three images load ?,0,2769,politeness_stack +"Yes, also: what do you mean when you say that you want the existing elements of the list to update their start and end dates accordingly? How does the newly inserted item cause those pre-existing items to change?",0,2770,politeness_stack +"@rinogo: most programs I've ever written to process XML would throw an exception on malformed XML. Does that count as ""failing in a diff/patch scenario""?",0,2771,politeness_stack +"Is there a reason why you aren't using an object, and having fields in the object, instead of doing everything with a local variable? Is this state machine running for a long time in your main thread?",0,2772,politeness_stack +@leppie so this is ambigious? Why? Because of the loop?,-1,2773,politeness_stack +"I don't think I understand this question. If the sorted arrays are the index positions where the words occur, why are word1 and word2 both at index 4 and word2 and 3 at index 5?",-1,2774,politeness_stack +A widget for what environment? Or are you talking about a theoretic algorithm to calculate and render such a widget?,0,2775,politeness_stack +Wouldn't the time complexity depend on the type of tree? Could you elaborate on that point?,1,2776,politeness_stack +"Seems strange to me that you'd include no less than five tags, and yet not select one that indicate the language you're using. Is that some sort of Pascal?",0,2777,politeness_stack +I'm having a little trouble following your description; do you want an algorithm to find graph automorphisms? Or one to test whether a given permutation is an automorphism?,1,2778,politeness_stack +"did you miss ""word1 word3 word2"" and some others combinations on purpose ? edit: ie do you mean combinations in the mathematical sense (that is to say, not a permutation)?",-1,2779,politeness_stack +"* If the person doesn't know what time it is, but glances at the state of the bits, they should be able to deduce that the current time is within a certain range. +* The question you are posing is: What should be the on time / off time for each bit that would yield the min(max(deducible time range))?",0,2780,politeness_stack +What type is 'ch'? Should it be a signed character?,0,2781,politeness_stack +Is this a way to create passwords for personal use? (like on your bank website) or a way to 'secure' your website?,0,2782,politeness_stack +Are your buildings all rectangular? Or do they have more complex shapes?,1,2783,politeness_stack +"Are words allowed to overlap? What is the desired answer if `dictionary = {""abc"", ""bcd""}` and `word = ""abcd""`?",1,2784,politeness_stack +"So, you essentially want to fetch most frequent words from the text. Is that correct?",1,2785,politeness_stack +"What kind of generator have you tried? What do you mean by ""didn't get any success""?",-1,2786,politeness_stack +"doesn't a gaussian distribution by definition also include negative numbers, i.e. no matter how big (positive) your mean is, the left tail will always span to negative infinity?",-1,2787,politeness_stack +"""When comparing to baseArr1, the answer should be compArr1 and when comparing to baseArr2, the answer should be compArr2."" Based on what criteria?",0,2788,politeness_stack +exactly! Any ideas?,0,2789,politeness_stack +this question is getting flags. Can you improve it or make it more clearly a *question* please?,0,2790,politeness_stack +The sum divided by 4 results in 6 minutes. How do you get 8 minutes?,-1,2791,politeness_stack +How big are the sets? Can you read all of them once from the disk and then keep them in memory?,0,2792,politeness_stack +"@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,2793,politeness_stack +How about storage? O(n)?,0,2794,politeness_stack +How long is the project supposed to last? How many more people would be involved in your project?,0,2795,politeness_stack +"What about (1,5) and (3,5)? Are you really finding inversions, inverted according to an incomplete order defined by the array A2?",0,2796,politeness_stack +What is the typical number of nurses required per shift? How many days will you typically schedule for?,0,2797,politeness_stack +Language? Framework?,-1,2798,politeness_stack +What is the dimension of the vectors? What distance function are you using?,0,2799,politeness_stack +Needs more context. Can you provide the question which precedes the answer too?,1,2800,politeness_stack +"Are there any duplicate values? Do you know the range of values (i.e., 1 < x < 300)?",0,2801,politeness_stack +"What is v[i] - an integer? An ordered pair [start_degree, end_degree]?",0,2802,politeness_stack +I cannot see a problem with this. Do you get a completely blank cell of a missing image icon?,1,2803,politeness_stack +"How many is ""several different""? How big are |L| and |S|, relatively/absolutely? ~~~~",1,2804,politeness_stack +Any luck in figuring this one out? Were any of the diagnostic steps in my answer useful?,1,2805,politeness_stack +What are we trying to minimize here? Number of students subject to total cost <= C ?,0,2806,politeness_stack +I can't parse the For example part. Can you provide a clearer example?,1,2807,politeness_stack +Do you already have similarity scores? Or are you asking about how to define a similarity score?,0,2808,politeness_stack +What is offensive in that question? And why is it downvoted?,-1,2809,politeness_stack +You'll likely get more help if you make your question more specific. Is there a particular instruction you're having trouble understanding?,1,2810,politeness_stack +"I'm sorry, but your example only makes me more confused. Why don't you first put the first `r` into the first container, the second `b` into the second container, and the next two `r` into the first container, getting the sum of `0`?",1,2811,politeness_stack +"Also, one can probably implement it using the language-level recursion, meaning that the second stack will be present *implicitly* as the ""stack"" of local contexts of nested function calls. Is this allowed?",0,2812,politeness_stack +what have you tried? What did you find when you searched?,0,2813,politeness_stack +Nope. I can debug in my local IIS but I don't see the files anywhere?,-1,2814,politeness_stack +"I've seen this happen when my application crashes. If you run your app without breakpoints, do you experience a crash?",1,2815,politeness_stack +"A agree with vsz. But if you want to apply this to dark car segmentation, what about negating the image and running the same approach?",1,2816,politeness_stack +"@David, No, I don't. Why do you ask?",-1,2817,politeness_stack +"@OMG Ponies: I believe you. :) So, am I misunderstanding that I should be able to access the information from within both tables or am I horribly misunderstanding *how* to set up the tables?",1,2818,politeness_stack +"@TheHorse: I posted a DP solution paper which solves it in O(f(n)*8^n). Does that answer your ""what if"" question? :)",0,2819,politeness_stack +It looks like a bg image behind an actual image. Are you sure the img isn't a broken link?,0,2820,politeness_stack +"If the set is {1,2,3} will the list be {1,2,3,3,4,5,6}? In other words, can there be duplicates in the input list?",0,2821,politeness_stack +"@Gumbo: Since i don't want to take k as input, i simply called as random clustering. Is that lead to something else?",0,2822,politeness_stack +"So, did you get it to startup? What was it trying to do?",0,2823,politeness_stack +"How would look your formula like after removing one, two, or all connectives? Could you give an example?",1,2824,politeness_stack +"What language is this? (apologies for ignorance, assuming C#?)",1,2825,politeness_stack +"I want to use an already existing encryption algorithm, so how am I designing this from scratch? I need to add somekind of code myself though to actually use this algorithm, right?",0,2826,politeness_stack +"What is a bipartite graph, really? http://en.wikipedia.org/wiki/Bipartite_graph doesn't say the two node sets should have the same numbers of elements ... so one set can be just empty, is that also a bipartite graph?",0,2827,politeness_stack +Specify what you mean by black-box. Does the adversary have access to the allocated addresses?,0,2828,politeness_stack +"It looks to me that you don't simply want to combine them, you want them to be merged them together evenly like a zipper or cars politely merging on a highway. Am I correct?",0,2829,politeness_stack +"Presumably follows on from your previous question http://stackoverflow.com/questions/4983820/excel-functions It was suggested in the answers to that question to use `=MAX(0, SUM(A1:A5))` to replace a negative number resulting from a formula with zero although the `SUM(A1:A5)` part seems to have been given as an example rather than as part of your requirements. Do you actually have any need to look at the range `A1:A5`?",0,2830,politeness_stack +"What do you mean by ""All rows are sorted, and all columns are sorted""? +for example, [1,4;2,3],how is that sorted according to your precondition?",0,2831,politeness_stack +Which shell? How have you tried to do this so far?,0,2832,politeness_stack +What good is that number of partitions to you? Do you need a number or actual list of transitions?,0,2833,politeness_stack +"Why not keep the numbers in memory? Should be what, 100 MBytes?",-1,2834,politeness_stack +@Luke: what programming languages are supported on your server on which this webpage with song+artist+album is hosted? Would you mind posting a link to that JSON data?,1,2835,politeness_stack +I have gone through Mergesort from back to front and final data will be generated at the end of the second array.This case second array or resultant array may have some empty spaces in the front. Any better way than this?,0,2836,politeness_stack +"@Jake - `O(log^2(n))`? But `pow(a,n)` can be done in `O(log n)`?",0,2837,politeness_stack +"""invertHash"", I suppose. But honestly, why does it matter what you name your own functions?",-1,2838,politeness_stack +Can you describe how it crashes? Do you get any kind of error message or exception?,1,2839,politeness_stack +"+1, awesome problem. BTW, do you mean ""You have %d unread messages""?",1,2840,politeness_stack +"""think I've pointed out something that is not yet satisfactorily proven""? What have you pointed out that's not proven formally?",-1,2841,politeness_stack +"At a glance, I can't see anything wrong with the code (I have an app that uses UIImagePNGRepresenation the same way you do). What exactly is going wrong?",0,2842,politeness_stack +What have you tried? Do you have any code snippets to post?,0,2843,politeness_stack +What version of bash? did you try using `#!/bin/bash` ?,0,2844,politeness_stack +"We need some more details, what is the format? How are you parsing it?",0,2845,politeness_stack +"not sure how the table is storing the tuples or if i'm understanding correctly, but, don't you already have that information? if there is a table with the tuples, say, tuple_table with tuples (kn, gm), and you want which k element (coming from set A) maps to which g element (coming from set B) wouldn't a simple select on the tuple_table do it?",-1,2846,politeness_stack +So how do you get it working again? iisreset?,0,2847,politeness_stack +@StealthRT - That seems to me like more of a problem with the .NET framework then rather than Visual Studio. Try re-installing the .NET framework as I think I am correct in saying that a re-install of VS won't necessarily re-install this?,0,2848,politeness_stack +Would `ABABABAB` be `4(AB)` or `2(2(AB))`? or `2(ABAB)`?,0,2849,politeness_stack +"@Cyber: What was that adequate solution? Could you post it in detail, for people in the future who have this problem?",1,2850,politeness_stack +"It's not really clear what you're asking. Do you have to implement these two functions, or are they implemented and you need to use them for something?",0,2851,politeness_stack +I'm unclear on what you're asking; is the registry entry _not_ deleting (or returning after you've deleted it). Or is the debugger prompt still appearing despite having deleted the registry setting?,-1,2852,politeness_stack +"Are you running Visual Studio with elevation, i.e. as Administrator?",0,2853,politeness_stack +"Did you hit Ctrl+F7 and typed 'someStringList.DoSth' + in Evaluate/Modify window?",0,2854,politeness_stack +"Ozan asks a good question below. Out of curiosity, is this just a logic puzzle, or is there a reason someone would need to avoid basic language constructs?",1,2855,politeness_stack +OnDrawItem sounds good. Why could you not get it to work?,0,2856,politeness_stack +"@sepp2k isn't fnc declaration and ""worded"" postcondition sufficient for this task (I wasn't given definition at all by the way)? What for would one need to see guts of a fnc in order to be able to give formal proof for postcondition?",-1,2857,politeness_stack +"What do you mean by bare-bones? Supporting nothing, but A lookups? :)",0,2858,politeness_stack +"What are ""the proper elements""? Are you given *two* matrices, one the ""source"" matrix and one a ""target"" matrix and you must decide in which order to ""encounter"" the elements so as to get the ""target"" matrix?",0,2859,politeness_stack +"That's odd, it only does that on my browser. Any idea why?",0,2860,politeness_stack +"[Google Image Search](http://www.google.com/insidesearch/searchbyimage.html) does this to an extent. However, there seems to be no API for this (yet?).",0,2861,politeness_stack +"So this *is* a trick question, right? Or am I just completely useless?",-1,2862,politeness_stack +"As I recall, SoftIce was very sensitive about which version of Windows it was running on. Have you made sure the version you installed is compatible with whatever service pack you are running?",1,2863,politeness_stack +"I'm sure there is a way to tackle this problem, but we'll need more information. Can you try explaining the issue a bit more thoroughly?",1,2864,politeness_stack +So you want to use 256bits to make sure 1 bit was sent correctly. How will you make sure the hash is correct with a 2**20?,0,2865,politeness_stack +Heey. Whaat's wrong with my question?,-1,2866,politeness_stack +"@Daniel: Can't reproduce with Windows 7 `cmd.exe`, and I don't remember a ever using a text-only (no curses or anything) command line application that reacts on ESC. Perhaps some shells pass ESC one (but what character code would that be?).",0,2867,politeness_stack +Looks like you should have started your homework a bit earlier. What have you tried?,-1,2868,politeness_stack +@Mat is there a NOP for oracle? how can I abort the statements from being executed from within the trigger?,1,2869,politeness_stack +Are there any other limitations on a_i? for example a_i >=0?,1,2870,politeness_stack +Is there a performance requirement ? Should it be a fast method ?,0,2871,politeness_stack +"@PeterAllenWebb - can you define 'Not in the list'. If I have {2, 3, 5} is the answer 1 or 4?",1,2872,politeness_stack +"Do you need the configurations to match? (x, y, heading), or just the positions (x,y)?",0,2873,politeness_stack +"It _was_ a homework, but few minutes ago there was a deadline (solutions should be submited online), so I am interested in solution, because I couldn't find any (solution wont't be presented in class and I am interested how to solve this problem). So, I thought I don't need to use _homework_ tag, do I?",0,2874,politeness_stack +"It will show whichever class library you had selected as ""Set as Startup Project"", won't it? Did you mean ""How can I select which *usercontrol* the testcontainer will show""?",0,2875,politeness_stack +you will certainly find something on the spec. Have you tried?,-1,2876,politeness_stack +I love it. Two immediate thoughts (1) what about mapping the space based on probabilities (2) what would a scheme to try and identify the or incorrect answers look like?,1,2877,politeness_stack +I've gotten that and I remember it went away after a few seconds and then the app would eventually launch. Are you getting that?,1,2878,politeness_stack +@belisarius done. clear now?,-1,2879,politeness_stack +"Minimum number of pictures per card, or minimum number of pictures given that there are 8 per card? Also, does every picture have to be matchable?",0,2880,politeness_stack +Do you want everything in between `Begin` and `End;` of the procedures/functions as well? Or are you only interested in the names of them?,0,2881,politeness_stack +Where abouts are you going to be coding the Parser? In excel?,0,2882,politeness_stack +Is your problem that you don't know why the cost of the cycle 3 -> 1 -> 2 -> 4 -> 5 -> 3 is 37? Or is it that you don't know how to do the backtracking?,-1,2883,politeness_stack +"In this case, its the finite line segment. Is ""line"" called something else depending on if its finite or infinite?",0,2884,politeness_stack +"That seems to be right since it still debugs in IE, but I cleared everything (see above). What else can I clear?",0,2885,politeness_stack +Whats a YML? Can you show sample YML file?,0,2886,politeness_stack +At first sight I can't see what's wrong with the code you've posted. What error or problem does this produce?,1,2887,politeness_stack +What representation are you currently using? Matrix-form?,0,2888,politeness_stack +"Are you trying to print the possible ways to express your number as a sum? You know there are an infinite number of ways to do that, right?",-1,2889,politeness_stack +"Is the set of points fixed? Will you fetch the closest 1000 points for several differents locations, before set of points changes?",1,2890,politeness_stack +"Yes, but how big can it be? Do you have an upper bound on it?",0,2891,politeness_stack +What have you tried so far? What problems have you encountered?,1,2892,politeness_stack +"Are you sure that constraint generation/solving was not for type systems with subtyping, e.g. one of the HM(X) family (Hindley-Milner parameterized by a subtyping relation)?",0,2893,politeness_stack +"@Stefan ""Return the number of steps required to reach the exit from the starting point."" Does it really have to be stated with a question mark?",0,2894,politeness_stack +"Did you have a question about ""Question 1""? Do you understand why the answer is 6?",0,2895,politeness_stack +"@Koper, in order to program this algorithm, I need to understand what the algorithm does. How is it *not* related to programming?",-1,2896,politeness_stack +"Maybe you don't have the CHUD tools (Shark, Instruments, etc) installed ? Or maybe you decided to move them and now Xcode can't find them ?",0,2897,politeness_stack +"It might help to know what language(s) you are using. Also,it's a bit obvious but: you _have_ checked that the DLL in question is being built with debug information and that your deploy/publish process uses the debug version of that DLL?",0,2898,politeness_stack +"Update: I have received the kit today, My friend suggested to use the onbard SD Card slot, that is, load the photos from PC to SDRAM card by a simple copy/paste, plugin the card in the SD card slot, and use the NIOS II or Altera modules to copy the images to the RAM, what do you think? Isn't this simpler?",0,2899,politeness_stack +what is your problem? what is your question?,-1,2900,politeness_stack +Which version of Erlang are you running? Can you try your example after running `application:start(sasl).` in your Erlang shell?,0,2901,politeness_stack +"So to clarify you want to paginate the ul's without loading a new page correct? In other words, if you grab 30 items you would want to show 3 at a time in a ul and have some sort of next/previous navigation that hides one ul and opens the next ul?",0,2902,politeness_stack +Note: with valid image file I didn't refer to the file type but the content. That is: could the image data be damaged?,0,2903,politeness_stack +What about invalid states (e.g. all Os or both sides with 3-in-a-row)?,0,2904,politeness_stack +Although I didn't know that there is such a function in sql. Are there any others like this?,1,2905,politeness_stack +Are you packing boxes into box-shaped bins? Can you rotate boxes to make them fit?,1,2906,politeness_stack +What does this have to do with programming? Are you trying to solve this problem with a program?,-1,2907,politeness_stack +Perhaps you need to define 'best'. Also did you mean 3D k-sided polyhedron instead of polygon?,0,2908,politeness_stack +Is the image in the Oracle database or is it a path to the image? Could you provide a code sample?,1,2909,politeness_stack +"I agree with J_A_X on this one. Just a suggestion though, have you thought of using Flex rotate effects to do this?",1,2910,politeness_stack +what do you mean? how do I resolve this?,0,2911,politeness_stack +@Neil All data is input onto a screen before so there is no actual input data. Would it help if put the whole program here?,1,2912,politeness_stack +"While I answered your question to the best of my ability, I fear that you are going down the wrong path. Are you explicitly closing your SqlConnections in the same function that opens them?",0,2913,politeness_stack +Are we allowed to use a lookup table? How big can it be?,0,2914,politeness_stack +"what is the expected number of points? Is it a handful like 3,4,5 or could it be 20 or 100?",0,2915,politeness_stack +It's better to follow Rails conventions by placing your images in the public/images directory rather than some other location. Could you please explain why you're breaking convention?,0,2916,politeness_stack +Can you run it? Do you have a MIPS board or an emulator or something?,0,2917,politeness_stack +I assume you can code a balanced tree as a data structure. Why is forking processes interestingly different?,-1,2918,politeness_stack +why are you using the LET* ? For what?,-1,2919,politeness_stack +"Testing is an art more than a science. Before you go off and read a book, tell me - what are you trying to accomplish?",-1,2920,politeness_stack +Are you talking about the deployed executable? Isn't everything compiled into the executable?,0,2921,politeness_stack +"`a` cannot equal 2779 in standard C or C++ unless you've defined a custom numeric type. If you do have one, why not just **try it**?",-1,2922,politeness_stack +"And which part of that are you have trouble with, exactly? Can you post the code in question?",1,2923,politeness_stack +@Lukas I'm faced with a similar problem at the moment. Did you ever find a good solution?,1,2924,politeness_stack +What do you have so far? How are you storing what you get out of Nokogiri?,1,2925,politeness_stack +question is unclear. perhaps including an example will help?,1,2926,politeness_stack +"How is the result of your code different from that shown in the article? What, exactly, are you asking for help with?",-1,2927,politeness_stack +"Define *""complexity of a nested binary search tree""*. For that matter, define *""nested binary search tree""* (do you mean subtree?)",0,2928,politeness_stack +Sounds like homework. Where is your own effort?,-1,2929,politeness_stack +I have the same issue.. This has worked for me in the past. Did you find a solution yet?,1,2930,politeness_stack +"I don't know anything about relational algebra, but ""having"" is just the same as ""where"" except it can apply to an aggregate of a set. Is there any reason the relational algebra would differ?",0,2931,politeness_stack +Just to be sure: He does not have a cached version if an image? Is it the PNG on the website or already in the PSD?,0,2932,politeness_stack +"It might help to give some details about the problem, other than general ""it works in debug but not in release."" What is ""it"", what is ""it""?",-1,2933,politeness_stack +homework? perchance?,-1,2934,politeness_stack +@Jason: You're a harsh man. Millions of people also disagree it seems - go watch the show?,-1,2935,politeness_stack +Is the BST balanced? Are we allowed to make changes to the tree and revert back?,0,2936,politeness_stack +Thank you very much for your comment! Could you help to mention an example of debugger helper?,1,2937,politeness_stack +What is the actual question? And have you considered using punctuation?,-1,2938,politeness_stack +"Yeah, tough crowd today. Maybe it's right after a long weekend? :)",1,2939,politeness_stack +"This is quite cool, I'd almost consider suggesting the ability to encrypt the answers to your question for a day on user voice with a clickable ""decrypt"" link or something. What do other think?",1,2940,politeness_stack +Seems like you could end up deleting quite a few rows as one row could match different rows in different ways. Are you sure of what you want here?,0,2941,politeness_stack +And what is the question? What is not working as you want it?,0,2942,politeness_stack +A background image for what? How is the image being used?,0,2943,politeness_stack +"since when was north 0 degrees, east 45 degress etc. Don't you mean 0, 90, 180, 270?",-1,2944,politeness_stack +"Hmmm, I've [seen this question before](http://stackoverflow.com/questions/5180159/big-o-notation-homework). What was wrong with it over there?",-1,2945,politeness_stack +@Atishay- It seems that you've changed the requirements of the problem to work with o(N) space (little-o of N here). Any reason for the change?,0,2946,politeness_stack +"Can you tell why breakpoints are crosslined? they should be blue round button, not crosslined, can you see that?",0,2947,politeness_stack +"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,2948,politeness_stack +"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?",1,2949,politeness_stack +"Which VB do you want an answer for? VB.Net, VB6, VBA, or VBScript?",1,2950,politeness_stack +All programming exercises apply to all languages. What are you asking?,-1,2951,politeness_stack +Can you clarify? Do you want a substring that's complement also occurs in the string?,1,2952,politeness_stack +Are there any additional assumptions? E.g. O(1) size for the set of point-to nodes?,0,2953,politeness_stack +Do all the points make up a single pattern? Or are you looking for multiple patterns in the same list of points?,0,2954,politeness_stack +"Since you're also allowing nodes to be visited more than once, then there are an infinite amount of paths: `4-2-1-2-1-2-1-2-1-2-1-2-5`, (you can keep repeating `2-1-2-1-...`). Perhaps I'm misinterpreting your question?",1,2955,politeness_stack +"I don't understand the ""go all the way until the end"" part. Why wasn't 4 highlighted in the third line in your second example, and why wasn't 2 highlighted in the second line in the same example?",0,2956,politeness_stack +"Find the shortest path. If there are other paths of the same distance, find those as well?",0,2957,politeness_stack +"Does the array contain negative numbers, or only positive numbers? Does it contain zeros?",0,2958,politeness_stack +Are the holes only orthogonal connected? Or is diagnonal also allowed?,0,2959,politeness_stack +"This question, while not an award-winner, is at least much more specific. How about we close the *other* one?",-1,2960,politeness_stack +"""given a text file as input"": And what's in that text file ...? What is the relationship between the markov chain you want to construct and your input?",0,2961,politeness_stack +"""It's my own program "" - then, presumably you have the source code. Debug that?",-1,2962,politeness_stack +"What do you mean by ""List down""? Are you looking to create a list of nested groups for each group in manner which doesn't break if a circular reference exists OR are you simply searching for groups that are involved ina circular loop?",0,2963,politeness_stack +"Compression is highly dependent on the source data. Since you say your matrices are ""small sizes"", why not post one?",-1,2964,politeness_stack +I try to sort the array firstly with O(nlogn) and then find the minimal window with O(n). I just wonder is there a better method?,1,2965,politeness_stack +Finding the min/max of a sequence is at worst a linear operation. How did you come up with something quadratic?,-1,2966,politeness_stack +How do you define optimal? How large are you data (is brute force an option)?,0,2967,politeness_stack +"Exactly how is your bignum stored? Or if you don't know that, how are you allowed to access it?",-1,2968,politeness_stack +Yes it is sorted. Can you explain?,0,2969,politeness_stack +Is there something more to your question that you would like answered? More details?,0,2970,politeness_stack +"hmm, i mean, are they used as containers? or for styling purposes?",0,2971,politeness_stack +"Correct, the ranges are intended to be discontinuous. I think if ranges were continuous, then it would really be just one range, without any breaks/gaps, correct?",1,2972,politeness_stack +I bet this is not what you're looking for. But according to my experience the error should be really small... Have you tried replacing the 2 with a 2.0?,1,2973,politeness_stack +We prefer not to just do your homework for you. What answers have you considered?,-1,2974,politeness_stack +"By 'annoying alternate rows', are you talking about banding? Or what exactly is the problem?",-1,2975,politeness_stack +you dont want to save them for future usage? You prefer to keep them in cache?,0,2976,politeness_stack +"With `n\k`, do you mean `n/k`, i.e. ""n divided by k""?",0,2977,politeness_stack +@Greg Hewgill: He's looking for an approximation to an NP hard problem. Where else should he ask if not in a programming/computer science Q&A site??,0,2978,politeness_stack +Ya. Now I am understanding the problem. But what is the correct way?,0,2979,politeness_stack +Any more incite from either of you? Or anyone else for that matter?,-1,2980,politeness_stack +"Nice problem, although proposing a solution is difficult because the criteria for a ""good"" solution can be defined in many different ways (and since a perfect solution might not exist, you need to define a measure of quality). For example, if I come up with n-1 buckets that are all equal but the last bucket is WAY off, is that better than n/2 buckets that are all different, but within a fixed known bound of each other?",0,2981,politeness_stack +"I haven't seen the spec, but if your example is correct it appears they've defined ""25% tint"" as a strict multiplication of the values. In fact that makes a certain amount of sense - how else would you define it?",0,2982,politeness_stack +"@Brian R Bondy: Isn't that a fault of the answers, and not of the question ? Or should the question be made more precisely?",-1,2983,politeness_stack +What is a string pointer? Can you give some example about the input and the expected output?,1,2984,politeness_stack +"Can you give examples for _positive_ and _negative_ articles, please? Isn't that subjective?",1,2985,politeness_stack +"Avinash: Below, you rejected Levenshtein as ""slow"". So your idea of ""best"" must include performance, too, no?",-1,2986,politeness_stack +"I'm sorry, but I do feel that this is *way* off-topic for a [programming/scripting website](http://stackoverflow.com/faq/). Perhaps [Super User](http://superuser.com/) might be a better fit; or [Doctype](http://doctype.com/)?",1,2987,politeness_stack +seems fine in Chrome. How exactly does one reproduce the problem?,1,2988,politeness_stack +"I kept reading that as ""T(1) = (2 T(n))"", but I think you meant ""T(1) = 2, and T(n) = [...]"". Correct?",0,2989,politeness_stack +"i tried to get the angles and add 90 to the angles of the axis i want to rotate about ,but i don't know if this i true, +can anyone give me a general algorithm???",0,2990,politeness_stack +"You need to further explain the problem you are trying to solve, please. This sounds like a homework problem of some kind?",0,2991,politeness_stack +"Right, the workstation is a VM running 64 bit with VS installed and I'm attmepting to debug to the local dev. So there's no way to work this?",1,2992,politeness_stack +How is the implementation of an 8-bit adder *not programming related*? Is only jQuery and django allowed here?,0,2993,politeness_stack +Is this homework? Have you tried to work out how much storage each approach would require?,0,2994,politeness_stack +Stopping code is completely different from debugging code. What's the real question?,-1,2995,politeness_stack +"Unfortunately, i do not know how to start. Ok, I use fft, but what and how should I do next?",1,2996,politeness_stack +Are you linking to any libraries that are not compiled with `-g`? And did you definitely clean out any old object files before compiling with the debug flags?,0,2997,politeness_stack +"When you say ""no other access to the dictionary of words"", do you mean that you don't have access to the actual dictionary that `IsValidWord` is using, or that you cannot use a dictionary at all? Would using a separate dictionary be OK, in the hopes that it matches the one that `IsValidWord` is using?",1,2998,politeness_stack +"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) ?",-1,2999,politeness_stack +"@jtbandes Its not a home work.. i wanted to know the appropriate algoritm basically. + +@pascal using temporary dictionary means using extra memory(storage)?",-1,3000,politeness_stack +What happens when you move the mouse fast? Does it skip pixels?,0,3001,politeness_stack +Did you start the JLink remote server that talks to GDB? Did you tell GDB to connect to a remote target?,0,3002,politeness_stack +What are your base cases? n <= 0?,-1,3003,politeness_stack +With 6 rows you will end up with ids 1-5 having value 166 and id 6 with value 170. Sure you want that?,-1,3004,politeness_stack +"What version of MATLAB are you using, and what version of MATLAB was current when the camera and MEX file were manufactured. + +Has this ever worked before for you?",0,3005,politeness_stack +"Sounds like it was trying to go down the stack, but found itself going up instead. I'm not sure how that might have happenedstack smashed?",1,3006,politeness_stack +"@Bobby: A 3-meg file takes time to load and resize - 1 second doesn't seem too bad. Is there any way you can save the thumbs once they've been generated, so you won't have to generate all of them again the next time the folder is visited?",0,3007,politeness_stack +"I don't understand: what is P1, P2 ... ? Isn't just one process?",-1,3008,politeness_stack +"@Nightfirecat Well, the normal `
` isn't enough contrast from the background to provide me with what I need. So, creating a 1x3 image and a 100x3 image doesn't really change the speed at all?",-1,3009,politeness_stack +A lot of us behind corporate firewalls won't be able to follow your link. Can you post a link to the actual url?,0,3010,politeness_stack +You question is very incoherent. Can you ask it more clearly?,-1,3011,politeness_stack +I'm somewhat confused by the question. Aren't you transmitting the SSN in plaintext anyway?,0,3012,politeness_stack +"i didn't think to look for the borders, it's a nice idea. but how can i distinguish between other borders that the image contains?",1,3013,politeness_stack +"This type of question is best suited for Programmers.SE. In any case, what have you considered so far?",0,3014,politeness_stack +Any particular reason you're thinking of `O(n*log(log(n))`? Or is that just something that spontaneously came into your head?,-1,3015,politeness_stack +@Ray Toal: The regular expressions can contain + or * but a maximum string length would ensure there are not infinite possibilities. Am I making sense?,-1,3016,politeness_stack +"Given all the software tools out there (IDEs, refactoring tools, text search tools etc.) why do you want to write this from scratch yourself?",-1,3017,politeness_stack +Are A and P allowed to be reals? or Must they be Integers?,1,3018,politeness_stack +"It's not the homework problem of anyone I know, but I suppose it could be. How does one write a challenge problem, to be documented on stackoverflow, that doesn't appear to be a ""homework"" problem?",-1,3019,politeness_stack +"How are you measuring variation between paths? Via weights assigned to the edges or by the number of edges two paths have in common, or neither?",0,3020,politeness_stack +"Did you install a FULL version of Visual Studio Professional? +What happens if you force open the dmp file?",0,3021,politeness_stack +Please expand on what you're trying to ask. Point out the differences of what?,0,3022,politeness_stack +What happens if you replace the `` in `Vicen` with a `c`? Still have this problem?,0,3023,politeness_stack +Is your algorithm allowed to reposition existing windows? Would this be too confusing for the user?,0,3024,politeness_stack +You might have a difficult time with any arbitrary quadrilateral if you allow convex quads and those whose segments overlap. Do you mean any arbitrary *convex* quadrilateral?,1,3025,politeness_stack +"I don't think it matters for the algorithm, but for the record: do you want floating-point accuracy, or are integer coordinates sufficient? If so, how should they be rounded?",1,3026,politeness_stack +"What does it mean that you want ""the variation between routes"" as small as possible? Could you rephrase the question?",1,3027,politeness_stack +"are you talking about getting a code flow trace for the system call, i.e. like -> syscall dispatcher -> ioctl -> device ioctl for socket -> tcp driver -> ..., and back out of there again ?",0,3028,politeness_stack +"Do the repeats have to be contiguous? is 5,1,4,1 allowed if R=2 ?",1,3029,politeness_stack +Which version of Xcode? Have you tried debugging with different versions (3 and 4)?,0,3030,politeness_stack +Why exactly would a space-inefficient trie be too slow? Are you expecting to load more data than available memory and thus creating many page faults?,-1,3031,politeness_stack +-1: For not specifying what is to be done later with the data. If you claim the question is open-ended (interview and all) then why accept an answer?,-1,3032,politeness_stack +@Anon.: Whats wrong with using the help of regular expressions to generate an XML?,0,3033,politeness_stack +What approaches did you try? What were the problems?,1,3034,politeness_stack +you need to clarify what variables the `summation` applies to in your equation? is it summing over all `i` and `j` for each slice (color in the third dimension) or do you want the sum over all values?,-1,3035,politeness_stack +-why- not use sorting? homework?,-1,3036,politeness_stack +"Do you know how many pieces you have in total, in rows and in columns? Were they rotated?",1,3037,politeness_stack +"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?",-1,3038,politeness_stack +"Hypothetically, if course A and course B each have max size of 1, and five people list preference of AB, three people won't get into either preference. Do those three people get assigned to other classes, or do they remain unassigned?",1,3039,politeness_stack +Did you solve the other problem? The multiplication one?,-1,3040,politeness_stack +"@IVIAD: ""Is Not My Vehicle Maybe his Yellow Mazda and Listen, Sir... Aardvarks instill OBESITY!"" Am I right?",-1,3041,politeness_stack +"just from brief look.. when i uncheck line-height: 18px attribute from css on that page(IE7 mode), footer stretches to bottom. Is it possible that you have some empty line or something there which in combination with line-height set causes this?",0,3042,politeness_stack +@Rob i don't have one. at the risk of sounding stupid: do i need one?,1,3043,politeness_stack +Visual Studio 2080? Are you from the future? O_O,-1,3044,politeness_stack +Which images specifically? Did you look in the F12 Network tab or Fiddler to see if there are any networking failures?,0,3045,politeness_stack +and the language of your choice is? and the form of your input is?,-1,3046,politeness_stack +Does it have to be `awk`? Or would any suitable scripting language work?,0,3047,politeness_stack +"I think you might be missing the point of the assignment. Hint: what can regular expressions parse, what can't they?",-1,3048,politeness_stack +you should post your xml layout here. What you have implemented so far?,1,3049,politeness_stack +what is leftborder and rightborder? positions inside the string?,0,3050,politeness_stack +Are you sure we don't know anything else about these elements? Do we even know if they are numbers or could they be arbitrary elements?,1,3051,politeness_stack +"""$(xml).find"" +Is that supposed to be xml_url?",0,3052,politeness_stack +"did it find the vehicle? i.e put a breakpoint inside your var number = $(this).find(""number"").text(); is it actually hitting the bp?",1,3053,politeness_stack +should the output rectangle have its sides parallel to the axes? ie. can the output rectangle also be rotated?,1,3054,politeness_stack +"Is it a directed, acyclic graph? or are cycles allowed?",1,3055,politeness_stack +I have an interesting proposal... assuming the common tail of the list is infinitely long. How can you find the node intersection using constant memory?,1,3056,politeness_stack +Surely your classes have at least introduced basic entity relationship modelling to you already? I can't see them giving you this project without some kind of basic coursework... Are you sure this isn't a case of just skipping read the textbook/lecture notes?,-1,3057,politeness_stack +If its your homework you should possibly do it yourself. Have you even tried it?,-1,3058,politeness_stack +Are you on development webserver? Check if the same problem present with your app working under IIS and then with new empty mvcapp?,1,3059,politeness_stack +"@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,3060,politeness_stack +It's not clear that this is a programming question. What are you looking for?,-1,3061,politeness_stack +What level of security do you need? Does it have to stop the NSA?,0,3062,politeness_stack +"@Oli Because I believe that you're a troll, could you please not take part in any form in any of my future questions? Will you be able to respect my wish?",-1,3063,politeness_stack +Wow. You couldn't even format your test question correctly? How can we answer your homework for you if you can't even format it well?,-1,3064,politeness_stack +"How doesn't it work? Does the image appear at all, or just nothing?",0,3065,politeness_stack +Need a direction. How do I do it?,0,3066,politeness_stack +is there another transparent view in front of the right 1/3? Or maybe your button has been moved outside of it's parent view's bounds?,0,3067,politeness_stack +"Why do you have 0,2 after 2,1 and 2,2 (and 3,1 before 0,3)? Why is 1,2 in twice?",0,3068,politeness_stack +what value is imgRepGetCache? is it null?,0,3069,politeness_stack +Who is this StriplingWarrior? Why he/she edit my question?,-1,3070,politeness_stack +"The real question is , what does First returns? Since Dictionnary uses hash values, First is first of what???",-1,3071,politeness_stack +"Do you mean, when you break into the debugger and step through the code the image disappears? Or when running the form in DEBUG mode?",0,3072,politeness_stack +What version? 6 or 7?,0,3073,politeness_stack +@Walter neither `sudo` or `su` work: they both result in a `Permission Denied` error. Any other thoughts?,0,3074,politeness_stack +Wouldn't R and C just be fixed numbers? What error are you getting?,-1,3075,politeness_stack +"sounds suspiciously like homework. if it is, what have you done to solve the problem yourself?",-1,3076,politeness_stack +"I'm confused by this sentence - ""I'm looking for an algorithm that will simplify and smooth the polygon, (reducing the number of vertices) with the constraint that the resulting polygon must contain all the vertices of the detailed polygon."". How do you reduce the number of vertices, yet retain them all?",0,3077,politeness_stack +@Jack first method under constructor. Is the binder code available?,0,3078,politeness_stack +Please describe the problem itself. What can be the obstacles to assigning a free guest to a free motorcycle?,1,3079,politeness_stack +@S.L. Barth Exponential in terms of what parameter?,0,3080,politeness_stack +What is not working? The speed or any of it?,0,3081,politeness_stack +"Wait... ""on this specific name / IP address it does not show my acceptance rate properly""? You don't actually know what those things mean, do you?",-1,3082,politeness_stack +"@Isaac More basic ops doesn't mean less programming effort. Which is simpler: n additions, or one multiplication?",0,3083,politeness_stack +What language? What have you tried?,0,3084,politeness_stack +Why doesn't it work? What error does it give?,0,3085,politeness_stack +Is there any point though? If the image is already the correct size?,-1,3086,politeness_stack +"Trust me, I have not. But when you create an app that is your own work from the ground up, don't you wanna dot the 'i's?",-1,3087,politeness_stack +It's been four days. Still haven't tried the hotfix?,-1,3088,politeness_stack +"comp.graphics.algorithms FAQ, questions 4.02 and 4.03. In what language are you looking for a library?",1,3089,politeness_stack +"I'm slightly surpirised that this post just got to 1k views and still there's no voting on the answers. Is that just laziness, are viewers lacking voting rights or is there something wrong with the answer(s)?",-1,3090,politeness_stack +"Please, share more details, configured Application Pools, publishing configuration (realease, debug, ...). Is the IIS on the same machine?",0,3091,politeness_stack +"It could be the way you are saving your photo for web-use. Are you using Photoshop's ""Save for Web"" option?",1,3092,politeness_stack +"What are you programming on, where 16MB is too much? A phone?",-1,3093,politeness_stack +Which language are you using to solve this? Can you show some code?,0,3094,politeness_stack +how is google formed? how internet get serched?,-1,3095,politeness_stack +2.5D? Is that what people call projected 3D nowadays?,-1,3096,politeness_stack +Is 'find . -name *.c' not simple enough?,-1,3097,politeness_stack +@H_S: After quick skimming non of those on-line references don't indicate that `p=(exp(r.*del_T)-d)./(u-d)`. Where did you get this?,0,3098,politeness_stack +"I don't understand how you're getting 2 3 4 6 from that array. There are five elements from the array, shouldn't it be 3 3 2 4 6?",-1,3099,politeness_stack +Are there such term that is in common use? Where did you first find the two implementation name?,0,3100,politeness_stack +"You probably missed a setting somewhere - XPS is quite capable of producing sharp output. Can you post the actual exported xps somewhere, and also provide some more information on how you are exporting, as well as what XPS viewer you are using?",0,3101,politeness_stack +"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,3102,politeness_stack +"@Patric are you willing to share your implementation? And did you actually implemented them ""word by word"" from this particular book?",0,3103,politeness_stack +"Hmmm... I suggest you try and solve them yourself, and then post questions back on SO with your attempted solutions. Just asking people to do the work for you kind of defeats the purpose, you know?",-1,3104,politeness_stack +What have you tried? What didn't work?,1,3105,politeness_stack +This has got nothing to do with any of the tags. Please can you retag appropriately if you want an answer?,-1,3106,politeness_stack +Have you tried deleting and reinstalling the app??? or Clean and then build./???,0,3107,politeness_stack +Can you clarify the question a bit? Do you want to simply get the third element from the list (which in this case is the list of lists) or do you want to find the element which is a list of lists (without knowing at which position it will be)?,1,3108,politeness_stack +Please present your work: what have you done to debug the Count signal? How do the other signals in the design behave?,1,3109,politeness_stack +"I don't know about Eclipse, but Visual Studio puts it on the right-button menu. Perhaps Eclipse is the same?",1,3110,politeness_stack +"What is your definition of a ""small change"" in the output? Edit distance (treating hashes as strings) or mathematical distance of numbers (treating hashes as integers?)",-1,3111,politeness_stack +"""Use images for transactions""????? Do you mean that you want to use images to represent certain info on the screen?",-1,3112,politeness_stack +"Is it always the same for every file, or does it vary between files? Also, is it always the same number of question marks?",1,3113,politeness_stack +"actually, I found the requirement that ""your proof should work with any F, not just MST or MSF"" a little impossible because the weight could be any in the forest. any hint?",0,3114,politeness_stack +"I've also got this problem, rebooting or cleaning does not help. Did you get to the bottom of this?",0,3115,politeness_stack +"Does Qt give you any kind of warning, can you post the real path too and the output of `ls -la images/Load.png`? Perhaps you have configured the toolbars to display only text?",0,3116,politeness_stack +css text-indent can be used to move text off the screen. Will that work?,1,3117,politeness_stack +"@Trip: ""I want to put an image on an element after a section which is some width. How can I do this?"" :P",0,3118,politeness_stack +how are the cross sections given? polygons?,0,3119,politeness_stack +How have you stored it in the database? Are the strokes stored as XML?,0,3120,politeness_stack +Can edge weights be negitive? Can there be negitive weight cycles?,0,3121,politeness_stack +There are 788657867364790503552363213932185062295135977687173263294742533244359449963403342920304284011984623904177212138919638830257642790242637105061926624952829931113462857270763317237396988943922445621451664240254033291864131227428294853277524242407573903240321257405579568660226031904170324062351700858796178922222789623703897374720000000000000000000000000000000000000000000000000 permutations of 200-element set. You want them all?,-1,3122,politeness_stack +"Can the polygon be self-intersecting? For example: (0, 0) -> (1, 1) -> (1, 0) -> (0, 1) -> (0, 0)?",0,3123,politeness_stack +"for most arbitrary word pairs, there will be no ""Kevin Bacon"" path between them, and this distance will be infinite. Is that what you want?",0,3124,politeness_stack +"Less than 127? Don't you mean ""Less or equal to 127""?",-1,3125,politeness_stack +But then I get lookup tables with entries for all 0x10ffff characters. How to implement the transition table then???,0,3126,politeness_stack +Can you show what you're written so far? Is there a specific roadblock you're encountering?,1,3127,politeness_stack +is the image changed via JavaScript? If so just get the title of the new image once it's set and copy it into your div?,1,3128,politeness_stack +"In the one that works, you've got a space between the URL and `no-repeat`. What happens if you add a space between the URL and `no-repeat` in the ones that don't work?",0,3129,politeness_stack +Dont get you. Looks exactly the same in IE9 and FF5.01 on Windows 7?,-1,3130,politeness_stack +Do you have any code we can look at? What have you tried so far that isn't working?,1,3131,politeness_stack +"I don't know how generic you need this, but do you need to be wary of more than one where clause, e.g. in a subquery?",0,3132,politeness_stack +What would you want to happen in those cases? No resizing at all?,0,3133,politeness_stack +"@bigp - Trying to nail down your definition of ""evenly distributed"". Do you mean the distance between consecutive points is constant?",0,3134,politeness_stack +Same problem here. Can you still remember how you got rid of it?,1,3135,politeness_stack +@Saurabh I don't think it is very clear. How is your group_name related to the child content?,0,3136,politeness_stack +"The first attrib/value pair in your example data reads: `Name=""value,` (the value is missing the closing quote), and the last attribute/value pair has a properly quoted value which includes an escaped quote. Is the first one with the missing close quote a typo?",0,3137,politeness_stack +"lol, WHAT? sry not making fun of anyone but this is hilarious the way it is asked?",-1,3138,politeness_stack +What is the question? What is the tag facebook-hacker-up?,0,3139,politeness_stack +"How is your triangle represented? 3 pairs of `(x,y)` coordinates?",0,3140,politeness_stack +"Just to be pedantic... the minimum number of nodes for a tree of height N has N nodes (ie: every node has one child), and isn't balanced. Perhaps you meant ""the minimum height for its number of nodes""?",0,3141,politeness_stack +"@Moron : I am not here to get my work done, but to learn better ways from other people, and perhaps help them if I can. BTW ... Why are YOU wasting your time with that comments?",-1,3142,politeness_stack +Can you clarify what it is that you're trying to do? What queries do you want to support?,0,3143,politeness_stack +@sepp2k Not in the Set description I think. What would nm =>3 mean then?,0,3144,politeness_stack +I don't understand. If you had your problem solved ... why did you post a question?,-1,3145,politeness_stack +"Your question is unclear. Do you want the output to be a single stream like [1,2,3,5,6,7,8,9,10,2,3,4,5,6]?",0,3146,politeness_stack +"I tried to use logcat, but there's so much data provided I don't know how to sort through it. would you like all of the data?",1,3147,politeness_stack +How much data? Is this a one off job or will you need to run it several times?,0,3148,politeness_stack +"If I have a simple graph (tree) with 4 nodes: a start node with 3 successors, where rightmost successor is an end node, then all three algorithms (DFS, BFS, ID) will perform better backward than forward. Correct?",1,3149,politeness_stack +Does that mean I am allowed to create my own version of the algorithms? or should I need to follow a pseudo code from a standard governing body like NSIT?,0,3150,politeness_stack +would we not read the second example as 2 divided by negative 5? Or do negative numbers go beyond the level of mathematics intended for this exercise?,-1,3151,politeness_stack +It's a pretty dumb question. Who is asking you this?,-1,3152,politeness_stack +Not a clue what you're talking about. Is PhotoshopImage a private class you've created or what?,-1,3153,politeness_stack +"It really depends on what you are trying to accomplish. Do you have a user, entering a name and address, and you are going to show him all similar addresses to let him choose one manually, or are you going to group all Persons with similar addresses automatically together?",1,3154,politeness_stack +Can you confirm that your event is firing on each window resize and not just when the window loads? Can we see you code somewhere?,0,3155,politeness_stack +"I'm having trouble following your question. Can you illustrate what you mean by 'modular configuration', preferably by means of an example?",1,3156,politeness_stack +"Suppose one of my recurring trips from City1 to City2 occurs on a Tuesday--a day when, say, there's currently *no* bus scheduled to run between those two cities. Should I be allowed to specify that kind of recurring trip?",0,3157,politeness_stack +"Are the preferences of people always constant or are they somehow weighted, ie. some poeple's preferences count more than others'?",0,3158,politeness_stack +"Just iterating. Though I'm curious, what would be the difference in approach?",1,3159,politeness_stack +Is street address only identifier? How about email ID / cookies / IP based detection?,0,3160,politeness_stack +What? No warning that gender can change?,-1,3161,politeness_stack +@Murilo: Do you need to return all matches or just one? Are there any memory limits?,1,3162,politeness_stack +Website or WebApp project? Debugging in Cassini or IIS?,-1,3163,politeness_stack +"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,3164,politeness_stack +"I changed your tags to ""jruby"" since that's an important restriction. Does Hpricot support namespaces at all?",0,3165,politeness_stack +What you can't understand? Binary search at all or just authors description?,-1,3166,politeness_stack +"Don't forget to test this case: `test.sh -a -b 'c d' -c`. You don't want the ""c d"" to come out ""d c"" (but do you want ""-c -b 'c d' -a"" or ""-c 'c d' -b -a""?).",1,3167,politeness_stack +According to the Microsoft KB ( http://support.microsoft.com/kb/974396 ) the PresentationHost.exe shouldn't depend on which version of IE you're using. Is your XBAP compiled to x86 or x64 (specifically)?,0,3168,politeness_stack +So you're trying to use remote debugging? Have you set that up in VS 2010?,0,3169,politeness_stack +"I gave a working answer, just scroll down to read it. Who is going to accept my answer?",-1,3170,politeness_stack +Dupe of http://stackoverflow.com/questions/132319/storing-objects-for-locating-by-xy-coordinates#132393. Any reason to keep this version open?,0,3171,politeness_stack +"Unless you're building an ORM yourself, this is a strange question to ask. What exactly are you trying to do?",-1,3172,politeness_stack +"Why do you think the crawler ignores invisible text? (how can it even tell if a text is white-on-white, too small or out of bounds?)",0,3173,politeness_stack +"Who is the author, where do you cite it from? Maybe he is known?",1,3174,politeness_stack +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?,-1,3175,politeness_stack +Is the italicized text the only error you get or are you getting any other errors? Or are your breakpoints just not being triggered?,1,3176,politeness_stack +someone? anyone?,-1,3177,politeness_stack +"Is this the exact question? If not can you please post it exactly, word for word?",-1,3178,politeness_stack +Can you show a CSS URL that doesn't work? What happens when you open it in your browser?,0,3179,politeness_stack +why the downvotes? are the code golfs forbidden now?,0,3180,politeness_stack +"When I look at your grammar at line 264, you define the syntax for an object... but you don't appear to create a tree for object subexpression. What do expect the primary_expression rule to do when it encounters an object and tries to set $$ to what I am guess ing is ?",-1,3181,politeness_stack +"Are you only using T-SQL to access the data? In other words, will another language (such as VB or C#) be used at any point during the process?",0,3182,politeness_stack +The plane of the X will always be parallel to the plane of the image I assume? So no perspective distortion of the X?,1,3183,politeness_stack +How would you differentiate a series of letters and an actual word? Do you have a database to compare it to?,1,3184,politeness_stack +What kind of superblock do you mean? The ext3 superblock?,0,3185,politeness_stack +"It seems to me that baseArr1 is closer to `{1, 0, 0}` than `{1, 1, 1}`. Are you sure about the values?",0,3186,politeness_stack +"@Kangkan: you're getting awfully technical, on a slippery road... Does the application effectively _knows_? Does the application exist outside of the computer?",-1,3187,politeness_stack +Are you trying to simulate how it would look if someone pointed an ordinary movie projector at this surface? Or are you trying to adjust what you're projecting to try to cancel out the deformations in the surface?,1,3188,politeness_stack +"Is it a custom plugin or is it a plugin you downloaded? Couldn't you just create 1 ul, add all your li's to it, and then hide/show the li's accordingly?",0,3189,politeness_stack +"do you ever build without debug, e.g. a release config?",0,3190,politeness_stack +I've had a problem like this where it would just try to find the image by path and not from the Route. Have you tried debugging to see if the application goes into the controller?,1,3191,politeness_stack +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,3192,politeness_stack +Not even proper sentences? Are you currently in an exam?,-1,3193,politeness_stack +"Yes, the edges are always axis aligned (I will update the post). Could you give more detail on the scan line approach? Thx.",1,3194,politeness_stack +You want *all* the paths? You want *all simple paths containing at least two members of the subset*?,-1,3195,politeness_stack +"@Binary: Enough of you seem to be pretty upset about this - so I made it CW (which I didn't know about before, BTW) - do I need to do anything else? Or am I kosher now? :)",1,3196,politeness_stack +I'm afraid to step into the love jungle. Can you post a screenshot?,0,3197,politeness_stack +"Homework... Have you tried yourself? If so, what have you tried?",0,3198,politeness_stack +"It would help if you could create a scenario so I can see what you are talking about. I think this is an optimization problem, but what if you have a non-optimal solution that meets the requirements, would that be sufficient?",0,3199,politeness_stack +"Ah, okay. Perhaps you can edit your original question and add that extra info in there?",1,3200,politeness_stack +"For a new project, I'd recommend either using Spring MVC, or using JSF2 and not having to deal with pure JSP. JSP like that is heading towards legacyland... Nothing *wrong* with using it, but why would you start a new project with it with better options available now?",0,3201,politeness_stack +SO answers homework questions too? Really?,-1,3202,politeness_stack +"It's not hard to, say, brute force this in Prolog, but the performance will be horrible. Does anyone think this has a PTIME solution?",0,3203,politeness_stack +How did you deploy it? Maybe you are missing essential .NET framework?,0,3204,politeness_stack +Anyone? Any ideas?,-1,3205,politeness_stack +"I am not really sure where I take care of staticfiles, I am using the Django development server. I think that whats happening is what you wrote, the URL's ddealing with staticfiles are disabled upon turning DEBUG off, any idea what i should do?",0,3206,politeness_stack +How connected is the figure? Is there a path between any two squares (without using diagonals)?,0,3207,politeness_stack +what's a binding? And in what way is it temporal?,0,3208,politeness_stack +do you mean the apparent brightness? as in a grayscale?,0,3209,politeness_stack +what is the meaning of point 3? how is it different from a simple axis?,0,3210,politeness_stack +@Chris Dickson: I just randomly set the length to this as I did now know what length to set it. Should I be doing something different?,0,3211,politeness_stack +Shell scripting also has language syntax and dialects. Are you using bash perhaps?,0,3212,politeness_stack +"Should string2 be rist or tisr? And in that case wouldn't the output be ""st str""?",0,3213,politeness_stack +"You have some efficiency constraints? How about finding all cycles, and excluding the non-chordless ones?",0,3214,politeness_stack +That's a pretty simple way. Does it work?,1,3215,politeness_stack +You want to move -4 (0xfc) to al? and move 0x01 to ah?,-1,3216,politeness_stack +"Out of curiosity, why do you want to group them by colour? Are you doing some theming or something?",0,3217,politeness_stack +Ruby on Rails runs at the server side. So how about using that?,-1,3218,politeness_stack +It doesn't actually sound like there's a problem. Could you clarify the question?,0,3219,politeness_stack +If it's TRUE white noise (static) it's at all frequencies equally and unfilteranle. What kind of noise is it really?,-1,3220,politeness_stack +Can you show where is it that you get stuck? What code have you written for it?,0,3221,politeness_stack +"What are the project settings for the version you are debugging? For example, is the Debugging element defined so that there is a corresponding pdb file?",1,3222,politeness_stack +"@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?",-1,3223,politeness_stack +"What do you mean by 'variable'? More specifically, are you including fields and properties, or are you referring specifically to method-local variables?",0,3224,politeness_stack +"I'd think just changing `count(*)` to `count(issues.*)` would be what you're looking for, right?",1,3225,politeness_stack +"What is the priority - tracing the boundary or filling the shape? I mean, is it okay if the rectangles trace the boundary perfectly but leave a hole in the middle somewhere?",0,3226,politeness_stack +"Interesting problem. What have you tried so far, and where are you stuck?",1,3227,politeness_stack +"When you typed this: http://www.google.com/search?client=safari&rls=en&q=string+processing+algorithms&ie=UTF-8&oe=UTF-8"" What did you see? Anything you'd like to ask **Specific** questions about?",0,3228,politeness_stack +"I suspect this is a topcoder problem. What's the limit for input size, in this case?",0,3229,politeness_stack +"What are the specific queries you want to answer? Do you _really_ need to just list all user sessions, as your question implies, or are you after something else that could maybe be determined without exhaustively finding all sessions?",0,3230,politeness_stack +"I have a question about this topic. Consider the general component diagram, not the instances one: should we draw two sockets (connection) from the philosopher to the dining room / fork interface or is one enough?",1,3231,politeness_stack +How do you sort two dimensional data with quicksort? And how does this help finding the two closest points?,0,3232,politeness_stack +"color(node) = if is_even(depth(node)) then ""black"" else ""red"" ... is that really the question? Or is he asking whether an AVL tree can be colored such that it obeys all the properties of a red-black tree?",-1,3233,politeness_stack +"Can you post a representative data set? Are you okay with getting no matches back if there is a distance of more than 2 (or 5, or ..) between the closest pairs?",1,3234,politeness_stack +"So what's the question? Is it ""will you do this homework for me""?",-1,3235,politeness_stack +@DVK in O(1) space? - where does the count for each element fit?,0,3236,politeness_stack +"This sounds like homework. Also, Lisp is built around recursion, why do you want to avoid it?",-1,3237,politeness_stack +"reduced it onto sat, though number of clauses is much too high for a sat-solver. any ideas on how to divide and conquer this?",0,3238,politeness_stack +are the images stored in the same base folder that the jquery is in? or are they in a different folder?,1,3239,politeness_stack +What is the pixel size of your JPEG file? Of the generated icon?,0,3240,politeness_stack +You mean _orthogonal_ forms? right?,-1,3241,politeness_stack +I am not sure what you are trying to achieve. Is it a non-convex hull that represents the shape of the point-cloud better than a convex one?,-1,3242,politeness_stack +This sounds familiar. Was this discussed on SO within the past two months or was it on programmers.SE?,1,3243,politeness_stack +A question is do you know of an intent that refers to image-hosting apps on a device? And also do you have a fall back if none are installed?,0,3244,politeness_stack +What's the exception thrown? Does it really save the file?,0,3245,politeness_stack +This is a pretty broad question to write out code for. What part of the process specifically are you having trouble with?,1,3246,politeness_stack +@Bill the Lizard: You deleted my answer: in this way this question will never be answered which will harm my accept rate. Or am I mistaken?,0,3247,politeness_stack +"@Michael, now think of the relationships between Cows and Herds, and between Cows and Cartoons. Are there any many-to-many relationships there?",0,3248,politeness_stack +"I was thinking based on an assumption which is ""there should always be something in common in each pc"" and if this comon thing is made up by bunch of transistors and if this common thing is able to process an operation, its processing performance can be in relation to 'transistors count' Stupid approach? (So I was asking, what is this common possible process AND how can I measure its performance ? )",0,3249,politeness_stack +"Similar questions here http://stackoverflow.com/questions/31494/how-to-detect-duplicate-data and here http://stackoverflow.com/questions/42013/levenshtein-distance-based-methods-vs-soundex Others can be found through related tags and search terms. However, you didn't specify exactly *why* you need to match strings this way -- are you checking for duplicate data?",0,3250,politeness_stack +"How would you handle sarcasm, or other complicated figures of speech in such algorithms? Is it even possible?",0,3251,politeness_stack +what's wrong with this place? how has this question been up for an hour and no one has made a Bob Ross reference?,-1,3252,politeness_stack +"Nothing wrong in your code, but what does your xml look like ? And what do you call debug mode ?",1,3253,politeness_stack +"Well, rule 3. is closely related to rule 2., so I presume you cannot have [0.01 0.04] and N=10? Who defines the sum?",0,3254,politeness_stack +What error? What exactly is not working?,-1,3255,politeness_stack +"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,3256,politeness_stack +"@Trillian Oh bummer. What does ""number tile complexities"" mean?",0,3257,politeness_stack +"I don't understand how it is related with row numbers, So does Lieven's answer is not fully correct ? Or what do you think about Lieven's answer ?",0,3258,politeness_stack +"After your subtraction, isn't the sign bit of the result exactly what you want? You should be able to shift that into your bitpack, right?",0,3259,politeness_stack +"not sure I am following, what excactly are you looking for? what is 'location' and what is expected output for your example (5,7,2,10,11,8,3) ?",0,3260,politeness_stack +"@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,3261,politeness_stack +"@belisarius: Without trying to understand it, what is it's complexity? And how does it compare to a solution using merge sort then simple traversal (which would be `O(n log n)`)?",0,3262,politeness_stack +does the fading stay constant? Or do you also want to change how lighter or darker the top gets??,1,3263,politeness_stack +"If input is {{a: 1, b: 1}, {c: 1}, {b: 1, c: 1}}, do you just want {{a: 1, b: 1} , {c: 1}}, or all 3? If it's the former, what exactly do you need this for?",-1,3264,politeness_stack +"Hi, I think that the best algorithm depends on the number of the teams. How many should they be?",1,3265,politeness_stack +"How about some screenshots? (Hmm, does stackoverflow have facilities for that?)",-1,3266,politeness_stack +"Have you checked the actual SVN server to make sure the file was added? + +Did they Add and check in or just Add?",1,3267,politeness_stack +"Will k1,k2,k3 be 3,4,5 in all cases? or was that just an example?",0,3268,politeness_stack +@Henning Makholm- That does not seem obvious. Can you explain why?,-1,3269,politeness_stack +"@wooble: I might need some help here, what's your calculation ? I get something like 56.8 billion combinations ?",1,3270,politeness_stack +"I don't understand what you mean by 'all pairs'. Say you have three coordinates (x, y, and z) such that x dominates y and y dominates z. Is your answer ((x,y), (y,z), (x,z)) ?",0,3271,politeness_stack +"Thanks. are you suggesting that might be the source of my problem, or is just a general best practice?",1,3272,politeness_stack +"Is this question about building a notification system for a 3rd party site, or one that you own? Do you have access to the internals of the site itself?",0,3273,politeness_stack +How would you materialize the debug session? There shall be some data initially and how are you going to feed the data?,1,3274,politeness_stack +There are 6190283353629375 ways to pair up 30 people. Do you really want all of them?,-1,3275,politeness_stack +"@Oscar: What type of database are you willing to use? Access, MS SQL, MySQL, Oracle, or other??",0,3276,politeness_stack +What separates movie title with the release date? Is it a tab ?,0,3277,politeness_stack +Can you post your Session class? Does the constructor use invalid arguments?,1,3278,politeness_stack +"As you say that you're not concerned about holidays (yet), is it fair to say that there's a fixed number of working minutes per week for a given SLA? If so, can you just divide SLA time by minutes-per-week, and then sort out the remainder?",0,3279,politeness_stack +Have you tried to fully uninstall your application from your development phone and reinstall it from scratch? Maybe your database creation method is wrong?,1,3280,politeness_stack +"If you add bbcd to the list, then some of your items will have no unique characters. How will this affect your goal?",0,3281,politeness_stack +"You say we are given a set **S**. Can we modify its contents, while still providing an answer relative to the original **S**?",1,3282,politeness_stack +Are you trying to load the image into an ImageView? Can you post the contents of the JSON response?,0,3283,politeness_stack +"@David Heffernan: Yes, it shows 00400000. Can you give some advice how to fix this problem?",0,3284,politeness_stack +"I have done a gridView with images that show a spinner and download image.. When download is complete, the image shows? Interested?",1,3285,politeness_stack +"And what is your question? Surely you don't expect a solution, as then you wouldn't have been doing your homework?",-1,3286,politeness_stack +"It didnt work when I replaced Lbs2 by t. Lbs2 is the model that has been created to store lat, lng and body. Can you please suggest some other changes should be made?",1,3287,politeness_stack +"usersmarvin, certainly there is a strategy that always works: ""enumerate all possible selections of vertices, choose the smallest one that satisfies the condition."" Did you mean there is no *polynomial-time* general solution?",0,3288,politeness_stack +Why would you use a genetic algorithm for this? What's wrong with an ordinary one?,-1,3289,politeness_stack +What exactly do you want to do? Display list of images or something else?,0,3290,politeness_stack +I see unbalanced brackets. Is line 21 in C:?,0,3291,politeness_stack +"To quote Barak Obama: Yes We Can! Now, what have you tried and where have you failed?",0,3292,politeness_stack +BS of course you can. And I have tried Firebug....same fustration....cant get it to work either...want to teach me how to use it????,-1,3293,politeness_stack +"Are you working on D2009 or later, i.e. are you working with string=ansistring or with unicode strings?",1,3294,politeness_stack +"First, why are you saving an image into the database? Second, how are you loading the bytearray into the other?",-1,3295,politeness_stack +Adam I'm running into the same problem. Did you find a solution?,0,3296,politeness_stack +You again? Why don't you go do your homework?,-1,3297,politeness_stack +SAX parsing is known to be difficult. Would any other parsing style be an option?,0,3298,politeness_stack +"The commenter is merely saying that the solutions hard code the ""multiples of three and five"" conditions. What if we wanted ""multiples of four and nine""?",1,3299,politeness_stack +You haven't told us anything about the value of n2? Is it constant from (i) to (ii)?,-1,3300,politeness_stack +"but how does the program know to make that connection ? why doesn't program make the connection between cholesterol and flu, for example?",0,3301,politeness_stack +"Damn it i didn't notice that thank you. +Is there another way to get the RGB value of individual pixels in android?",1,3302,politeness_stack +"I have tried outputting to other formats with no avail. Could you elaborate on what you mean, ""the links to the pictures are broken""?",0,3303,politeness_stack +"A query walks into a bar, up to two tables and says, 'Can I join you?'. Are homework questions allowed?",1,3304,politeness_stack +Where's the recursive call meant to happen? Is 'getContinent' meant to be 'getAllFields'?,0,3305,politeness_stack +"@Nate, ORDER BY will only sort the result in a specific way, not really related to this. Unless I'm missing something?",0,3306,politeness_stack +"I don't see why you would prefer academic papers over actual solutions. For example, have you looked at how Doxygen does this?",-1,3307,politeness_stack +"Computer Science classes, always fun times. Have you identified the errors above ?",1,3308,politeness_stack +did these suggestions help you? Are you able to accept an answer?,-1,3309,politeness_stack +"mstksg, I'm interested in a solution to this specific puzzle. Can you tell me what information would help you understand the game play?",1,3310,politeness_stack +how you host your WCF service? Windows Service? IIS?,0,3311,politeness_stack +"Hi, I'm still stuck on this question. Is there some other place I can look into to help in this?",0,3312,politeness_stack +do u have any error? In which part you struck?,0,3313,politeness_stack +@Qiang Li: okay. Is this question drawn from a specific programming challenge ?,0,3314,politeness_stack +Your use of `n` is rather ubiquitous. Every student must like and dislike the same number `n` of people?,-1,3315,politeness_stack +You parsed XML using JSON parsing? Why???,-1,3316,politeness_stack +"Same question as @Justian Meyer plus one of my own: what exactly must you output? A simple yes or no if one rectangle's edges intersect another if their length increases, or report possible intersections for each line?",0,3317,politeness_stack +"Is it homework? Also, in what language are you trying to implement this?",0,3318,politeness_stack +You know it to be O(log n)? Or your hope? :P,0,3319,politeness_stack +"A few questions: +Do you know the number of elements in the sll?",0,3320,politeness_stack +Is the graph that the MST is created from a unit graph (meanining all edges have a weight of 1)? Is the graph directional?,0,3321,politeness_stack +Try the same thing using SciPy? Save to text first and then use Asymptote or convert unix command?,1,3322,politeness_stack +err..... huh???,-1,3323,politeness_stack +Are you looking for a total ordering? or just an ordering?,1,3324,politeness_stack +"schoolwork? it's a strange query, don't you have more information for us?",-1,3325,politeness_stack +"What kind of routing logic would you provide at the host-level? Are you talking about routing to various servers in a pool, or using something like IP source-routing?",0,3326,politeness_stack +"I just have the first (german) edition of the Sedgewick-there this assignment is not in. Is that the exact and complete wording, or is there additional like ""and in case it is not possible proof it""?",0,3327,politeness_stack +"@Max: Good point, although you misspelled my name. How do you know that 1UU0 is the only one that's impossible?",1,3328,politeness_stack +What algorithms have you heard about ? Do you have references ?,1,3329,politeness_stack +"Does the word need to be composed of words of the dictionary only? For example, what would be the result for *applepie* if *apple* is not in the dictionary?",1,3330,politeness_stack +The 8080 could address 64K of memory (and 256 I/O ports). What sort of bank switching would be in effect (or did you mean 8086/8088)?,0,3331,politeness_stack +It makes a difference if they are sorted in ascending or descending order. Which is it?,-1,3332,politeness_stack +Can you post your declaration of the `share` property? Does it retain the value assigned?,1,3333,politeness_stack +"@dustin Ok, do you want me to just close that question and merge your other account into this here then (ie. merge dustin - http://stackoverflow.com/users/783534/dustin - into this one here - dustin ledezma) ?",0,3334,politeness_stack +@shane87: How did you generate the managed type of the `photo` variable you are calling through? What is the IDL of the COM method?,1,3335,politeness_stack +^^ Yes it is very much for my self learning. Can you please guide me as to how to go about with the approach?,1,3336,politeness_stack +"So you just want to get ""any"" element from a set? Or you want to check ""if a given value is inside the set""?",0,3337,politeness_stack +i'm not sure...but don't you need Android 2.2 to debug with gdb? Do you have Android 2.2 on your Droid?,0,3338,politeness_stack +This question is vague. Can you give a more detailed explanation as to the problem and provide some code?,1,3339,politeness_stack +What types are those variables? int? float?,0,3340,politeness_stack +What is the output of the console? When you build on the phone?,0,3341,politeness_stack +"do you do dfs from every node? if not, what nodes do you begin the search from?",1,3342,politeness_stack +Agreed with Itay. Would you mind updating your code and putting it into code-tags?,0,3343,politeness_stack +"the heavier coin + the lighter coin is the same as a normal coin -> cannot be true, if heavier > normal > lighter + +have you meant heavier+lighter=2*normal?",0,3344,politeness_stack +"did you read the ""permission denied"" message in that trace? why are you swallowing exceptions (`catch(TwitterException te) {}`)?",-1,3345,politeness_stack +"""a method that exposes all info of a team"" ... exposes how? `return this;`?",-1,3346,politeness_stack +You can place islands so there is no path between points. What should happen then?,-1,3347,politeness_stack +What does `j^4` do? Is this XOR or exponentiation?,0,3348,politeness_stack +What have you tried so far? Do you have any pseudo-code that you've come up with on your own that others can comment on?,1,3349,politeness_stack +I take it from your example that what needs to be indexed is a list `m` entries taken from a set of `n` known elements? Is a lookup table feasible?,0,3350,politeness_stack +Solve for `x`? Is there a dividebyzero.com in the SO family of sites?,-1,3351,politeness_stack +"It strikes me that you're not really looking for an algorithm. What inputs will you provide, and what output do you expect to have after you perform the algorithm?",-1,3352,politeness_stack +Did you manage to sort this out in the end and get the corners? Can you post your final code?,0,3353,politeness_stack +Do you know how to iterate over an array? Do you know nested loops?,0,3354,politeness_stack +How do you come up with 57? Are you allowed to divide by 2?,-1,3355,politeness_stack +"Good question, actually. I really hope it's not homework... is it?",0,3356,politeness_stack +Not enough details. What programming problem do you have?,-1,3357,politeness_stack +"Does the device have an accelerometer? Otherwise, couldn't you filter out jumps between points that would imply that the device has moved insanely fast?",0,3358,politeness_stack +What did you try so far? Where are you stuck?,0,3359,politeness_stack +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,3360,politeness_stack +"@Thomas, could you provide any more detail about the ""create a poly from overlapping triangles"" method? (or should I start a new question?)",0,3361,politeness_stack +I think for #1 for sequential search the number is (n+1)/2. Is that right?,1,3362,politeness_stack +"Which part is failing? Is it getting to the PHP code fine, or is the error occurring with how the PHP file is getting the data etc?",0,3363,politeness_stack +Seems like `HfJsonValue` is already an object. why treat it as JSON and convert it to object?,0,3364,politeness_stack +"Why can't you just split every job to three equal sized parts (e.g. 1000 = 333 + 333 + 334) and always run only one job at a time, and through all the three lines?",-1,3365,politeness_stack +Is it managed or native? Can you throw some more details?,0,3366,politeness_stack +What did you try? Sample code?,0,3367,politeness_stack +"do you mean that we may assume L1=range(1,n) and L2=range(1,m)? I.e. each is a list of _all_ integers up to some point?",0,3368,politeness_stack +i would recommend to have a look at some data structure book. How about Tannenbaum ?,0,3369,politeness_stack +Do you want a yes or no answer? Is this homework?,-1,3370,politeness_stack +"How sparse is the matrix? Does the matrix have any special shape, or relationship between entries?",1,3371,politeness_stack +@spinning_plate - These are useful links. Do you know by any chance if parallelizing the computation will speed up the processing and if so how can a graph traversal problem like this be broken down into smaller pieces computable on numerous machines?,1,3372,politeness_stack +"Is your host only blocking you from editing your php.ini? If so can you set the memory in the script using ini_set('memory_limit', 64);?",0,3373,politeness_stack +Have you tried writing some output to the console to see how far the method gets or where the blocking begins? Is the lock to `syncLock` possible or not?,0,3374,politeness_stack +"This happens for me, too, but only on my dev machine. Did you ever find an explanation?",1,3375,politeness_stack +Why does it need to run continuously? Is the data changing?,0,3376,politeness_stack +"... since your're quoting something, mind sharing what you're quoting? A homework assignment perhaps?",-1,3377,politeness_stack +"You say ""My solution involves a tree"", but surely that doesn't fall under the ""using only bit manipulation"" criteria, does it? As such, it's not really a solution is it?",-1,3378,politeness_stack +I think `iter.toList.sortBy(_.myAttr).take(n)` is simple and efficient enough when the size of the iterator is close to `n`. Are you thinking that `n` will always be small and dealing with possibly large iterators?,0,3379,politeness_stack +"Is your problem to match a **subset** of your input lines to a route from the root in the tree? +Also, how would the last line in the tree match all the values in your second key, since your input contains 1=45 and the last line contains 1=47 only?",0,3380,politeness_stack +shouldn't it be simply n! (if n is the lenght of your string)?,-1,3381,politeness_stack +your answer is tooooooo broad - can you try to give a little focus as where the question points? what aspect is relevant?,-1,3382,politeness_stack +My real challenge is to stop the service from jumping around? Are there threads that I don't know?,0,3383,politeness_stack +@Niall: That sounds as if you have a current direction and a new (absolute) angle and want to know the new direction vector. So you are just trying to take the absolute compass angle and work out the new direction (with the old direction being irrelevant)?,0,3384,politeness_stack +You get a stack overflow exception? What are the top few calls on the stack at the time?,0,3385,politeness_stack +they look like circles to me (Chrome 13). What browser are you using?,0,3386,politeness_stack +"Also, how do you know it failed? You get an error message?",-1,3387,politeness_stack +"`+1` from me just for posting a SO problem on SO. `:)` (Not that I could help with the problem, but seeing this I was asking myself what happens to the GC when a dispose function throws?)",1,3388,politeness_stack +"What format is your heatmap in? Do you have some function p(x, y) that gives you a probability density at x,y?",1,3389,politeness_stack +What is your measure of distance here? Path length in the tree?,0,3390,politeness_stack +That works just fine when I try it. What error are you getting?,1,3391,politeness_stack +_Why_ are you trying to delay it? What do you expect to gain from that?,-1,3392,politeness_stack +"No way. Still don't believe I found this question on Stack Overflow ;) So the next time you apply the `Goto` function, will you do `Goto(Io, \epsilon)` where `Io` is that first state?",0,3393,politeness_stack +"Bah, I'm a little rusty with compilation theory... +Do you know where the conflict is in your grammar?",0,3394,politeness_stack +What kind of `N` are we talking about here? i.e. what's the maximum number of bits to sort?,0,3395,politeness_stack +"@q0987 If that's the case, then you're leaving out some crucial information. Perhaps you could tell us why you think it's wrong as that might reveal what you left out in the question?",1,3396,politeness_stack +"How about some code? Otherwise, how can we tell what you're doing with the image?!",-1,3397,politeness_stack +I put your code in a [fiddle](http://jsfiddle.net/JDrb8/) but I don't see the next or previous arrows. Am I missing something?,0,3398,politeness_stack +Why are your gradients 1024x768? Have you tried making them like 16x16 or something?,0,3399,politeness_stack +"i believe OP means ""most edges are from node i to node i+1"". Once we have that, though, how do you quantify ""or otherwise close""?",0,3400,politeness_stack +So what exactly is the problem? Changing the size doesn't work?,-1,3401,politeness_stack +Sounds a bit like homework? ... Can you define what you need to know in order to solve your problems?,0,3402,politeness_stack +I'm expriencing the same thing. Did you resolve this?,1,3403,politeness_stack +Is the image an animated gif which finishes in less than a second? Or is it corrupted?,1,3404,politeness_stack +Indeed. Why were the comments removed?,0,3405,politeness_stack +"@lasseespeholt: I see. If I may ask, what else do you need?",1,3406,politeness_stack +Agreed with @Kyle. Did you try increasing the width of the container housing the #featurebox-secondary just to verify if the widths are not out of place?,1,3407,politeness_stack +? EXPLAIN PLEASE! WHERE WOULD I DO THAT @ ?,-1,3408,politeness_stack +"@Alan: Do you mean to say that you are looking for image editing software which will automatically spit out the hex code/array you can use in your Arduino code to display said image? If so, why not let them write it (perhaps based on some codebase you write yourself) taking a [PBM image](http://netpbm.sourceforge.net/doc/pbm.html) to start with?",0,3409,politeness_stack +"Well it seems this is not a trivial question, but without too much thinking, why don't you create a linear vector of hue and saturation of 16 components? I mean 1 x 16 and show them a s cuadricule?",0,3410,politeness_stack +"Probably not OOTB, but should be possible to write a plug-in to do that. Just curious, why in the world would you want to do that?",0,3411,politeness_stack +"Straightforward solution with iterating over sub-array to find an average, won't it have `O(n)`? Why `O(n^2)`?",-1,3412,politeness_stack +`rssFeed` ? Shouldn't it be `rss`?,0,3413,politeness_stack +no; just added it in question too. Should it has to be debug build?,0,3414,politeness_stack +Let's hope for the best. Did you get a chance to look at any server access logs from just after the last IISReset to the first incidence of the error?,1,3415,politeness_stack +"Also, you state that 2^|rules| is too many computational steps. What about |options in group 1| * |options in group 2| ... * |options in group k|?",0,3416,politeness_stack +"As @Woot4Moo points out, you have already asked this question AND received decent starting points in the replies. So what have YOU done?",-1,3417,politeness_stack +Just curious. how do you end up with COBOL homework?,0,3418,politeness_stack +"I feel like this is probably an issue with your configuration, since I don't see why C++ code would behave differently than Obj-C code. Can you post a screenshot of what you're seeing?",0,3419,politeness_stack +"Yes, it is an option, but I have no experience using them. Can you direct me to the correct libraries so I can have a look at them ?",1,3420,politeness_stack +"so you're saying that works but does not work? Am I understanding right now?",-1,3421,politeness_stack +"I am able to do it using htmlText property. But, I want to wrap text around HBox ( that contains image)?",0,3422,politeness_stack +hi Gabe what is your reason to activate the USB Debug with fastboot? why don't use Settings > Application settings > Development > USB debugging???,1,3423,politeness_stack +"Just googled ""scarping"" in case it was a term I was unfamiliar with. I take it that you must mean ""scraping""?",-1,3424,politeness_stack +Find what? How much paper is covered?,-1,3425,politeness_stack +That's true but I wanted to have a better view before I have to read the entire paper. So is SIFT a replacement for NCC or SAD?,0,3426,politeness_stack +Why don't you start from `axb` parts of size of 1 and randomly join adjacent parts? Is there some criterion parts have to satisfy?,-1,3427,politeness_stack +"Well I got it to return the correct height by returning findHeight(node)-1 in my public method. However I just feel like this is sloppy code, any suggestions on a revamp?",0,3428,politeness_stack +I added two. Happy? ;-),1,3429,politeness_stack +"Does it have to be exact, or is it also OK if e.g. 900 out of 1000 selected are among the closest 1000?",0,3430,politeness_stack +"Just to clarify, the circle comes in to the definition of what it means to be adjacent -- element n is adjacent to element 1 -- but you do not consider rotations of the same bit pattern to be the same. Is that right?",1,3431,politeness_stack +Does the application run ok locally when you're not trying to debug? Do any other web apps allow you to debug?,1,3432,politeness_stack +could you describe the problems you are having? Are you logging the response codes?,1,3433,politeness_stack +"How are you hiding the image? Are you using a javascript framework like jQuery, Mootools or Prototype?",0,3434,politeness_stack +"I think you mean ""remote"" debugging. That being said, have you tried to turn off remote debugging for the SWF you don't want to allow debugging on?",-1,3435,politeness_stack +What have you tried so far? Is this homework?,1,3436,politeness_stack +"@Yoga, did you get around to reading the FAQ ? And why is advice for a better question bullying?",-1,3437,politeness_stack +Can the prisms be rotated? Or can we assume all sides are orthogonal/parallel to the axes?,0,3438,politeness_stack +"Does LogCat work at all? E.g. do you see log entries from another apps (system apps, for instance)?",0,3439,politeness_stack +"eigenvalues of what? of the image (as a matrix), of a correlation matrix, or of what?",-1,3440,politeness_stack +I can't tell how you get 216 for 99. And by 'denary' do you mean 'decimal' perhaps?,0,3441,politeness_stack +So use a merge sort. And the question is?,-1,3442,politeness_stack +I don't know much about checksum algorithms but `&H100` looks weird. You sure you don't want `&HFF`?,0,3443,politeness_stack +Is the rectangle parallel to the X and y axises? Or can the rectangle be turned in 2D space?,0,3444,politeness_stack +"""Generates"" from what kind of data? Can you show an example?",0,3445,politeness_stack +How can an Action take a fixed amount of time (Action.time)? Shouldn't an Action's time be dependent upon the time it takes to accomplish each of its Tasks in Action.dependencies?,-1,3446,politeness_stack +What error does it show? Can you post the stack trace?,1,3447,politeness_stack +what language? You mentioned pointers... does that mean you're using C++?,1,3448,politeness_stack +I don't get the question. Perhaps you can explain it more clearly?,1,3449,politeness_stack +"What constraints are there, if any, on the course of a ship ? Is it constrained to move N,S,E or W, or can it move in any direction ?",0,3450,politeness_stack +"What's the question? Do you want to know what the minimum X for a given N can be, and what the associated algorithm is?",0,3451,politeness_stack +Do you have a specific question ? E.g. which part are you having difficulty with ?,-1,3452,politeness_stack +large as in 10^6 or large as in 10^12 ? Are there any bounds on the end points of the range which includes all the intervals ?,1,3453,politeness_stack +That's great. How am I supposed to execute this project which requires multiple video clips playing on the screen?,0,3454,politeness_stack +"Ok the table has few nvarchar columns,couple float columns ,a ntext column +I observerd that the error is caused when I am filtering for the columns but couldnt find which column or row?",1,3455,politeness_stack +**Question:** Is `N` allowed to have an initial value that is also in `V` (i.e. a power of 3)?,1,3456,politeness_stack +"I've never tried comparing them, but I'd be very surprised if you saw a difference. Isn't the SQL engine going to optimize this for you?",-1,3457,politeness_stack +"When you say, ""doesn't support"" are you referring to a strict XHTML schema? Can you use a looser definition?",-1,3458,politeness_stack +"wait! If you're doing the thesis, shouldn't you be the expert?",-1,3459,politeness_stack +Could you clarify to which goto doesn't it go?.. What's the expected/real output?,-1,3460,politeness_stack +Is it necessary that you use a neural network to perform this classification? Or would other classes of algorithms be acceptable?,1,3461,politeness_stack +"When someone returns to work on the problems, do you ask for their login name first? Or is the ""progress code"" intended to be enough to identify their username too?",0,3462,politeness_stack +"I can understand wanting to use less than O(n) space, but O(n) time seems odd, since you need to do something about n characters individually. Do you mean less than O(n) time once the stream is stopped?",0,3463,politeness_stack +"What's the error? In what function, in what library?",0,3464,politeness_stack +"are you sure, that textView isn't null already? Could you provide an error message?",0,3465,politeness_stack +Works like a charm here using XE. Do you have specific steps?,1,3466,politeness_stack +The browser should take care of caching. Perhaps you have yours set to not keep a cache?,0,3467,politeness_stack +"Is your desired result just the SQL statement with all the parameter placeholders substituted with their values? Or did you still want the `DECLARE` statements included, similar to the LINQPad output in my response?",0,3468,politeness_stack +Cubic Bezier curve ALWAYS depends on exactly 4 control points. Maybe you want to make a http://en.wikipedia.org/wiki/Spline_(mathematics) from several curves or something?,-1,3469,politeness_stack +"""Won't load""? Can you better describe the error?",0,3470,politeness_stack +I don't understand the 'dogfood' tag. What does it denote?,0,3471,politeness_stack +I feel that this is essentially a duplicate of http://stackoverflow.com/questions/360542/plumber-programmers-vs-computer-scientists. Anyone feel differently?,0,3472,politeness_stack +"Are you looking to round to those specific 12 colors in Google image search, or was that just an example of color rounding? If the latter, how many colors would you ideally like to end up with?",1,3473,politeness_stack +"Strongly smell of homework ... +What have you try, my friend?",0,3474,politeness_stack +For #2: May there ever be two edges directly connecting node _X_ to node _Y_? For #5: does this mean that properties A and B are numeric/summable?,1,3475,politeness_stack +"The way I'm reading it back via glReadPixels ; however, I may be doing this wrong. What is the correct way to do this?",1,3476,politeness_stack +I've wrote a bash-script to scrap all postcode from a country and I cannot confirmed this 2.5K query limit. Can you post your method to scrap?,0,3477,politeness_stack +What you want to read from the URL? can you please explain ?,0,3478,politeness_stack +this is source code... what is the question? Do you really think that throwing code at us will solve your problem?!,-1,3479,politeness_stack +"Last guess then - are you sure it is multi-threaded? Do you get any output just using ""bt""?",0,3480,politeness_stack +"You want to partition the map into subgraphs. The size of the subgraphs has to adhere to some bounds (max, min size) and the number of edges between partitions shall be minimized?",0,3481,politeness_stack +Homework? Who told you that checking the precondition is a bad idea?,-1,3482,politeness_stack +"@Svisstack - Would you require a clarification of the question in C/C++? If so, which part?",0,3483,politeness_stack +That should work. What is the error you are getting?,1,3484,politeness_stack +Could you be a little be more specific. Where do you make the changes (in what project/module) and where don't you see them?,0,3485,politeness_stack +"what do you mean by 'events'? string data like from calls to TRACE, software events (dll load/unload) or hardware events (device plug/unplug)?",0,3486,politeness_stack +"Consider these numbers to be the production count of a company over a period of 8 years ( 2000 to 2008 ) , i.e, Production Count(2000) = 1, Production Count(2001) = 2 .. Production Count(2008) = 60; So the goal here is to find the time period which saw the highest increase in the production percentage, That could be from 2000 to 2001 or 2001 to 2003 or even 2000 to 2003! Do you need further clarifications?",1,3487,politeness_stack +"Will there be any conflicts, i.e. could there be points `G` and `H` that are within `delta` of `A` and `F`?",0,3488,politeness_stack +Is it that the browser itself is taking a long time to load the page? Or is the dev server process itself just taking an abnormally long time to load?,1,3489,politeness_stack +"What is a ""step""? A comparison, a swap, something else?",0,3490,politeness_stack +You seem to have an algorithm that works. What's the problem?,-1,3491,politeness_stack +"Any hints, ideas, clues. Why am I not able to install again to the real device ?",1,3492,politeness_stack +why they have to in ONE page? why not use CSS sprites?,-1,3493,politeness_stack +I object to the use of cats in the described manner. Can we change it to dogs?,1,3494,politeness_stack +Do you have any experience in Visual Basic? Have you tried reading a tutorial or a book?,-1,3495,politeness_stack +This begs the question: why? What purpose does the element serve?,-1,3496,politeness_stack +"The article that you reference does a good job explaining this: ""the SortedDictionary(TKey, TValue) generic class is a binary search tree with O(log n) retrieval, where n is the number of elements in the dictionary."". Did you have a more specific question or answer that you were looking for?",1,3497,politeness_stack +"Loading it into a frame also seems to work for me: http://testing.subdmedia.com/loadinggifframe.html. Can you post the full code for the iframe as well as well as the content, or better yet, a link to your test?",0,3498,politeness_stack +"This is currently used, com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl. Is there a better one which I should be switching to?",0,3499,politeness_stack +You say sorted but your example isn't sorted using normal lexical ordering. Is this a mistake?,0,3500,politeness_stack +@charles fox: should it be lossless? Are the images line art or photographs?,0,3501,politeness_stack +"Not completely so, because my question is more specific in terms of hash size and ignores performance. Also I am not just looking for _a_ hash function, I am looking for a meaningful choice -- I know there are CRC32 and FNV32, but which is better for my domain?",-1,3502,politeness_stack +Are you using the default expression evaluator? Also have you tried applying the line directive to the ret instead of a nop?,1,3503,politeness_stack +what are the results of your efforts? What is happening instead of what you want to happen?,0,3504,politeness_stack +I'm not sure I understand exactly what you want. Could you clarify?,1,3505,politeness_stack +Is this still a problem? Can you post your logic/code for implementing the en-gb.resx vs en-gb-internal.resx files?,0,3506,politeness_stack +homework? or you write software for Somali pirates?,-1,3507,politeness_stack +since the 2 cogs are interlocked. How would you suggest they can run 'out of phase'?,0,3508,politeness_stack +"So resizing of an image can be only done proportionally, right? I can't resize an 8x10 to 8x8 without cropping?",1,3509,politeness_stack +"@Zoozy: As Andrew asked, What led you to this problem? What are the practical uses of such a sequence?",1,3510,politeness_stack +I don't understand. Isn't bounding box just a box containing all of your rectangles?,0,3511,politeness_stack +"bit or digit? the title of your question says digit, your question says bit, so what is it?",-1,3512,politeness_stack +Are the integers regular machine words (e.g. 32 bits) or are they of arbitrary precision?,0,3513,politeness_stack +"They're ""identical"" because they share some given pattern? That is, `0001112` is identical to `1110002` and `2220001` because they all share the form: `aaabbbc`?",0,3514,politeness_stack +"Well, can you tell us if the games _are_ independent? If not, how do they depend on each other?",0,3515,politeness_stack +I'm just curious. Whats the complete assignment?,0,3516,politeness_stack +"Do you have any extra information on your graph structur? Is it complete, does it have cycles, etc... ?",0,3517,politeness_stack +"What is the rule that determines that [J27Red,Journal]P27[Red,Green] is not a set? Are you giving precedence to matches that start earlier in the string?",0,3518,politeness_stack +Do you know the frequency? Some bound on the frequency?,0,3519,politeness_stack +Please specify the environment/language in the question/tags. Is it .net/winforms?,1,3520,politeness_stack +"I don't and as far as I remember, the gdb instructions/NDK has existed prior to 2.2. Can anyone confirm this?",0,3521,politeness_stack +I get error messages with line numbers. How are you loading your scripts?,0,3522,politeness_stack +What kind of database are you talking about? Is is some specific database or do you just mean something like one array?,0,3523,politeness_stack +How exactly have you set its height? Have you implemented heightForRowAtIndexPath?,1,3524,politeness_stack +"Are you enumerating all substrings? As in, ""ABCD"" -> [""A"",""B"",""C"",""AB"",""BC"",""CD"",""ABC"",""BCD"",""ABCD""] ?",0,3525,politeness_stack +did you ever finish this game? Can we find it somewhere?,0,3526,politeness_stack +Complexity of what? Time complexity of some operation?,-1,3527,politeness_stack +"Perdon, la pregunta no esta claro. Puedes tratar a simplificar la pregunta?",0,3528,politeness_stack +What is `:first-child` applying to in what you have written? What is it meant to apply to?,0,3529,politeness_stack +I'm not sure I understand what you mean by the first bullet item. Can you elaborate?,1,3530,politeness_stack +This is the sort of question where there is no single answer. Wondering it this qualifies for a wiki?,1,3531,politeness_stack +Can you provide a simple test file (with valid referenced SVG) showing this problem? Have you considered fetching the SVG source and [appending that document to the page](http://groups.google.com/group/svg-web/browse_thread/thread/363d599b7eb5a517) instead of as a referenced element?,1,3532,politeness_stack +"@Gaim: Better, but you still haven't stated what OS this is for, or what programming environment you're using. And where did the address of _printf come from ?",0,3533,politeness_stack +Is it a particular C++ implementation of the Towers of Hanoi? I'm trying to see why you have tagged C++?,0,3534,politeness_stack +Is TBL#Sell2 empty before you copy the rows? Are all SellId in TBLSell empty before copy?,1,3535,politeness_stack +"This question could be compressed to ""How do I define a custom key binding in eclipse?"". Was the eclipse bashing really necessary?",0,3536,politeness_stack +COBOL homework? Where do they even do that?!,-1,3537,politeness_stack +"In the fnv_func, the type of p[i] is char, what will happen with h after the first iteration? +Was it done in purpose?",0,3538,politeness_stack +"What do you mean by ""deleting through Visual Studio""? You mean ""in code""?",-1,3539,politeness_stack +excuse me ? - class ?,-1,3540,politeness_stack +One idea: don't. Why do you think you need to do this?,-1,3541,politeness_stack +polynomial in terms of m? Or the total number of elements across all Z?,0,3542,politeness_stack +"can you add some details about your platform and which programming language? you mention CGImageCreate, can you include a url?",1,3543,politeness_stack +I agree with viksit- it sounds like a hashtable is what you want. Is there a reason you want to use a B-tree?,1,3544,politeness_stack +"Is your interest of theoretical or practical nature? If practical, are existing tools like http://lalescu.ro/liviu/fet/ inadequate for you problem?",0,3545,politeness_stack +"Do you mean absolutely definitely prime, or most likely prime for all practical purposes? Are these primes going to be used for security purposes, or something else?",0,3546,politeness_stack +How do you reference an image from CSS? Other than `background-image`?,1,3547,politeness_stack +could you add some code? does your `` tag have an `id`?,0,3548,politeness_stack +"Also, you're not really asking a question by just posting some unfinished code - you need to be more specific. Is there something you don't understand about how the code works?",-1,3549,politeness_stack +"Yes, we can. But should we?",0,3550,politeness_stack +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?,-1,3551,politeness_stack +WTF? Downvotes? What for?,-1,3552,politeness_stack +Why design a config file syntax that is very difficult to parse? Why not just set the relevant bash variables and source it?,-1,3553,politeness_stack +"Can you provide a complete example? An example graph, with the expected result, and a clear definition of critical nodes/paths?",0,3554,politeness_stack +"`header(""Content-type: image/jpeg"");` does not set a header, instead it sends raw header to the browser. What do you want to achieve?",0,3555,politeness_stack +This is a cool question! Where did this come up?,1,3556,politeness_stack +"Don't you mean 2N edges? And you want the matching to include all nodes, correct?",-1,3557,politeness_stack +You should be more specific - do you need to send the value in the fastest way or in a 'fast enough' way? How often are you reading the ADC?,0,3558,politeness_stack +yep :-) sorry for the confusion. any other ideas?,1,3559,politeness_stack +"Nice, what did you set it to? greater or smaller?",1,3560,politeness_stack +Confused with your notation. What is the format for one vector?,0,3561,politeness_stack +Are the cross-sections always convex polygons? Or can they be concave?,0,3562,politeness_stack +Are you aware that this problem is NP-complete (e.g.: via Subset Sum)?,0,3563,politeness_stack +What do you mean by coordinates (position on the screen I guess) ? Which layout are you working with?,-1,3564,politeness_stack +"Agreed, show us what you have and seek clarification on the hard parts. You won't get far asking people to do your homework for you (how would you learn?)",-1,3565,politeness_stack +Google searches really should help you get most of what you need. What are you learning if you're just asking people for code?,-1,3566,politeness_stack +What environment are you running the code on? Could you enclose the code as it would make it easier to help you for us SO'ers?,1,3567,politeness_stack +"is this something you actually need to do in real life (i.e. some embedded system), or an academic/interview type question?",0,3568,politeness_stack +Dumb question. The helper method isn't using LINQ is it?,0,3569,politeness_stack +"Also, does the structure of the tree change at all as your computation proceeds, or is it static? Is the amount of work done at each node the same, or vary in a predictable way?",0,3570,politeness_stack +"Are you limited to a particular subset of SQL? Are you just referring to ANSI sql, or vendor specific extensions (Oracle, SQL Server, etc)?",1,3571,politeness_stack +Is *r* necessarily positive? Is it an integer?,0,3572,politeness_stack +"Wow, is it my writing or what? This is my first ever question in StackOverflow and all I get is misunderstanding??",-1,3573,politeness_stack +I have no idea how your matrix looks like or what you are really trying to do. Could you re-phrase the question?,-1,3574,politeness_stack +It is possible (though not likely IMO) that some strange quantum entanglement effect could lead to a computer that outputs its results before the input is received. Would that qualify as negative complexity??,1,3575,politeness_stack +"@honeybadger, How big are the integers? Easily Factorerd?",0,3576,politeness_stack +unfortunately I can't do that. can anyone help?,1,3577,politeness_stack +Have any examples for inputs with hex values other than 1 and 0? What does `00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02` give you?,0,3578,politeness_stack +whats the question? and why isn't this tagged as homework?,-1,3579,politeness_stack +"Not sure I understand the question. Are you looking for the domain from the `Request` object, user input, a constant, something else?",0,3580,politeness_stack +"What do yo mean by sum to 100%, given that your first is well over 100. It's also not clear what you mea by difference factor, since it'snot a factor - do you mean the difference between adjacent buckets needs to be + or - the difference ""factor""?",0,3581,politeness_stack +I have some code that attempts to solve this problem (see above). Can you look over it and help me fix it?,1,3582,politeness_stack +"To clarify the question: You have (say) 5 schedules and 10 meetings, each with 5+ non-overlapping meeting times, and you want all 5 schedules to contain all 10 meetings, with no overlapping times in any one schedule. Is this correct?",1,3583,politeness_stack +"2.1. looks like it is testing that pj is in the ""interior"" of the convex angle defined by pi-1, pi, pi+1. In that case, can't 2.2. be modified so that it tests that pj is in the ""exterior"" of the convex angle defined by pi+1, pi, pi-1?",0,3584,politeness_stack +@robertc - thanks for the reply. I don't know how to answer your question - what should I look for?,1,3585,politeness_stack +"The very easiest way to tag an image is to use the Alt Text in picture's properties, but I have a feeling this isn't what you want based on your example. Can you describe more about not only what you want but how you plan to achieve it?",1,3586,politeness_stack +Maybe gae's setup works up on django's or parallel. But what is the final uri for an image which is located to http://localhost:8080/templates/images/background.jpg ?,0,3587,politeness_stack +Shall try and dig an example up for you tomorrow. But would you consider adding a `XmlReader` style class to the library in the future?,0,3588,politeness_stack +"Please provide more information about what you've actually tried. By ""not efficient"" do you imply that it takes too long, but still gets the correct result?",1,3589,politeness_stack +"Also I do not think that the constraint if you have a choice you always prefer right to forward, and forward to left is well-defined. What prevents you from turning right 100 times before starting?",-1,3590,politeness_stack +3d is often hard to explain in text. Can you give us a sketch?,0,3591,politeness_stack +Why do you need to do another `ls`? Why don't you just print the results from the first `ls`?,-1,3592,politeness_stack +@ yoda ...Done ! i edited it :) hey are you personally good at image processing in matlab ?,1,3593,politeness_stack +What is n? The number of edges or vertices?,0,3594,politeness_stack +sounds like homework. what have you figured out so far?,0,3595,politeness_stack +There is something that is not clear to me. Do you want to stop the assembly execution for debugging purposes and inspect the code at an arbitrary location?,1,3596,politeness_stack +"What are you trying to prevent? Just hotlinking, or do you want user/membership based access permissions?",0,3597,politeness_stack +It would help if you described what your ultimate goal is. Do you really expect a given multigigabyte media file to have any resemblance to another multigigabyte media file?,-1,3598,politeness_stack +"the answer is `math error`, for `n/0`, the first element. do you mean from 1 to logn?",0,3599,politeness_stack +isnt `tested` same as `i`. I that case will the `while` ever complete?,-1,3600,politeness_stack +"Can you be more precise about what exactly the system needs to achieve? Something like ""Given X initial data, output Y""?",1,3601,politeness_stack +"This is set theory and takes some pretty interesting uses of SQL. What database are you using (Oracle, SQL Server)?",1,3602,politeness_stack +"This should also be tagged ""regex"", but only five tags are allowed. This question seems only peripherally related to the Python language, so perhaps that tag should be replaced?",1,3603,politeness_stack +@user597861: That looks like Java. Why aren't you just using `A.length`?,-1,3604,politeness_stack +"The problem using mapreduce here, is that you need a common key to feed your reducer. How is the compareTo() going?",0,3605,politeness_stack +what have you tried? did you look for a vb tutorial?,0,3606,politeness_stack +"If you need the image to fill either height or width to the corresponding dimensions of the div, I can only think of using javascript. Is that something you are keen to explore?",0,3607,politeness_stack +"That's what I like in the interview questions: the question is theoretically interesting but I would be hard pressed to find a usecase within a minute. Seriously, who manages linked list explicitly ?",-1,3608,politeness_stack +Binary shift? Divide?,-1,3609,politeness_stack +That doesn't seem possible to me. Got an example?,0,3610,politeness_stack +So you're just looking to map the characters into another character? Sort of like a Ceaser Cipher?,0,3611,politeness_stack +What is your photo Column defined as? can you provide the table create stmt?,1,3612,politeness_stack +Are you using regular expressions? How are you currently parsing the text?,0,3613,politeness_stack +Why not? Wouldn't it make more sense to build your API and your charging model such that you _encourage_ innovation?,0,3614,politeness_stack +"Do they all have the same size and orientation ? +Can you pivote them or should they conserve both proportion and orientation ?",1,3615,politeness_stack +"Is it an ordered list? Ie, will the cells appear in the order of the indicies, or no?",1,3616,politeness_stack +Helluva interview question. What kind of position were you applying for to get a question like this?,0,3617,politeness_stack +"I asked ""A or B?"", and you said ""Yes""...?",-1,3618,politeness_stack +The built-in findalls are findall/3 and findall/4. Which one are you trying to implement?,0,3619,politeness_stack +"@Benjamin, it's almost the same but for weighted matching. Do you know how to find _lexicographically smallest_ matching using it and can you give me proof?",0,3620,politeness_stack +"We need no code to reverse a string. And, who would need a reversed string anyway?",-1,3621,politeness_stack +3.5.0.52 ExtendScript 4.1.23 ScriptUI 5.1.37. No errors... weird huh?,0,3622,politeness_stack +"Unless you have only a few big groups, enumerating all of them will likely take way too long. Could you add more details?",1,3623,politeness_stack +"Well, the problem you linked to is entirely different than what you're describing. Can you please decide on which one you need help with?",1,3624,politeness_stack +"The name of that site is ""CodeKata"" not ""Code Katas""; ""can anyone .."" is a yes/no question, what you really want to ask is ""what are some more ..""; the title ""Code Katas"" is too short and is automatically rejected by the system; greetings and signatures (""thanks!"") are currently considered out of place on SO (see Meta); the [best-practices] tag is out of place, and [coding] (at least [currently](http://stackoverflow.com/questions/tagged/coding)) has lost any specific meaning (effectively all programming involves ""coding"", right?).",-1,3625,politeness_stack +"What exactly do you mean by ""scaling problems""? Is this a problem no matter how high the resolution of the images?",0,3626,politeness_stack +actually... what are we trying to do with the disks? According to this discussion: http://cboard.cprogramming.com/cplusplus-programming/127768-towers-hanoi-variation.html they are probably being swapped?,0,3627,politeness_stack +All the images? In the whole world?,-1,3628,politeness_stack +It doesn't look like you have any image loaded at the time you are calling this. Do you know how to wait for the image to load to ask for height and width?,0,3629,politeness_stack +you can do this with a container that is positioned absolute/fixed with a width and height of 100%. background can then be set to `background-position: center center` I think?,1,3630,politeness_stack +@serhio I'm afraid 'obtain it' is not entirely clear. What problem are you having exactly?,0,3631,politeness_stack +Do you mean you need real world use cases for these data structures? Or do you need explanations of how they work using examples and metaphors?,0,3632,politeness_stack +"Ya, seriously. 17 questions and no selected answers?",-1,3633,politeness_stack +any more information? i.e. is range of integers given?,0,3634,politeness_stack +"Will the characters always be the first n/2 letters of the alphabet and the numbers be in the range [1,n/2]? Also, what happens when n/2>=10, how are we required to handle multi-character numbers like ""10"",""11"",..?",0,3635,politeness_stack +"UIImage *chevronImage = [UIImage imageNamed:@""chevron""]; +Do you try to add in the image extension in your code?",0,3636,politeness_stack +Why are the results bad? Can you elaborate on what you did?,-1,3637,politeness_stack +int.MaxValue does not count as a 'huge number' in the field of primality testing. How big are your numbers?,-1,3638,politeness_stack +"@belisarius, Sorry I did not mention; It is the worst case that I am interested in. And anyways, how would one differentiate between these in this scenario?",0,3639,politeness_stack +What language/platform are you using for parsing? What library?,1,3640,politeness_stack +"Why are you hashing these values? In other words, are you using the hash to speed lookups (as in a hash table) or are you trying to create an almost-unique digest value for each?",-1,3641,politeness_stack +"Maybe a filesystem issue ? I mean no free space, security issue ?",0,3642,politeness_stack +Did you try to run it? What did you see?,0,3643,politeness_stack +Can you tell me if there are _any_ other constraints? Like a finite set of possible values?,0,3644,politeness_stack +"So who exactly is going to *teach* this topic in the class? Shouldn't the teacher be able to ""show how it can be implemented""?",-1,3645,politeness_stack +What have you tried? Where are you having difficulties?,1,3646,politeness_stack +"Registers don't contain strings, usually. Do you mean; when the register contains an address which points to a certain string?",0,3647,politeness_stack +What do you mean by find? How do you determine which half is irrelevant?,0,3648,politeness_stack +google? wikipedia?,0,3649,politeness_stack +How many different string do you approximately have? Is it wise to chose the colors at total randomness?,0,3650,politeness_stack +"Ultimately, **every** file is represented using `0` and `1` only. What makes a ""bitmap index"" different?",-1,3651,politeness_stack +"If they're randomly placed, then you could have two different areas of overlap. Do you want the sum total of all overlaps or what?",0,3652,politeness_stack +"Interesting question!. Why not tagging ""debugging""?",0,3653,politeness_stack +can you rephrase the question? Don't know why division is needed... is it to find the cumulative product?,0,3654,politeness_stack +Is this a practical or a theoretical question? Do you have an actual 8086 that you're using for this?,0,3655,politeness_stack +What operating system? Are you writing a debugger or trying to use a debugger?,1,3656,politeness_stack +"You might want to explain a bit more of the *removing* business. Why is the first `remove` removing `2` (tail of the sequence), but the second removing `3` (which at the time is the head of the sequence)?",-1,3657,politeness_stack +"The minimum sum would be found by taking the smallest number, then subtracting all other numbers from it. Do you mean ""closest to zero""?",0,3658,politeness_stack +"The most complete resource is the internet at large, but that is a bit broad. Is there anything specific you are looking for?",1,3659,politeness_stack +I think the question is ambigious too. Did you get given an example set of files/directories to work against?,1,3660,politeness_stack +homework? what have you thought of so far?,0,3661,politeness_stack +"The ""another set of numbers"" is unordered? With no duplicates (since it is a set)?",0,3662,politeness_stack +Is this for all of your tests? Can you add a code example?,0,3663,politeness_stack +"Works fine for me in Firefox, in IE it does blink a bit and I don't really understand why. Is there any transparency in the image?",0,3664,politeness_stack +"Slightly underspecified: by 'arrange', you do mean place them in order at the start of the array? Any restrictions on what happens to the rest of the integers?",0,3665,politeness_stack +"what have you tried? There are over 2000 questions here on SO about random numbers, have you had a look on some of them?",-1,3666,politeness_stack +homework ?. Can you explain why you don't want to use genetic algo's or neural networks ?,-1,3667,politeness_stack +"""without cycles""... ""i need to find out the minimum numbers of cycles""? You mean chains, right?",0,3668,politeness_stack +"""on all complexity measures""? there's an O(1) space (if ""10"" is a constant), O(n^2) time algorithm, and an O(n) space and O(n) time algorithm, so which is better on all complexity measures?",0,3669,politeness_stack +"The FAQ says Stack Overflow covers ""matters that are unique to the programming profession,"" and this seemed to me like such a matter. Or did I miss something?",0,3670,politeness_stack +You mean Properties? or the Autos/Locals/Watch window?,0,3671,politeness_stack +"I agree, how did you come up with the problem in the first place? I would have thought the idea for a thesis would have come from a real world problem that needs solving?",1,3672,politeness_stack +"This makes no sense. Did you mean ""space complexity of O(n2)""?",-1,3673,politeness_stack +The last sentence makes me think that there is a bigger picture. What is it that you are really trying to do?,-1,3674,politeness_stack +"seems I have done that just had my set to ""false"". Does that make difference?",0,3675,politeness_stack +@Thomas P: hahah!! apropos Dijkstra huh?!,-1,3676,politeness_stack +i cant use 6x3 as there are 600 x 300 possible points. I suppose the better question is what could I apply to show that it scaled properly?,0,3677,politeness_stack +"Barney Frank is a politician, Frank Barney is an artist. How could you guess what format the full name is?",0,3678,politeness_stack +"Isn't some kind of curve inherent in using non-Euclidean triangles? I suppose intuitively, I'd expect each edge of a triangle to be part of a great circle - are these ""bulges"" relative to that?",1,3679,politeness_stack +"Even if the references to ""Get a car"" all point to the same object, the references still show up multiple times in the data structure. Do you have a flag on each Action and/or Task to indicate that it has been completed, and does not need to be executed again?",0,3680,politeness_stack +I'm not quite sure what you are trying to achieve. Do you want the background image to change only when you hover over the corners?,1,3681,politeness_stack +But what are the rules? Are the players split in some groups (and playing with each other within)?,0,3682,politeness_stack +"You need to narrow the problem down. Is your question actually ""how do I update an entity reference in EF""?",-1,3683,politeness_stack +"..and how small are you hoping the hash result will be, given that the input is only 11 bytes? Or do you mean there are 11 separate values?",-1,3684,politeness_stack +"Same as bubble sort ,insertion sort or selection sort. + +can you give the sequence of 5 numbers for the worst case?",0,3685,politeness_stack +I don't understand what you mean exactly. Isn't that just some kind of minimum spanning tree?,0,3686,politeness_stack +Origionaly .png that I made into the 9-patch is 475x845. Is there a recommended size for this type of thing?,0,3687,politeness_stack +the endpoints of the arc & the center of the circle specify either of two arcs (they complement eachother to make up the entire circle). how do you determine which arc is relevant?,0,3688,politeness_stack +"Do you have the ability to authenticate users (through login or whatnot) and to ""grade"" them, a bit like SO users. In this fashion you will soon get enough ""trusted citizen"" susceptible of flagging offensive data ?",0,3689,politeness_stack +Is the array supposed to be dynamic? i.e. you can update the array after the pre-process step?,1,3690,politeness_stack +Confused. Could you give a short example with an uncompressed input and the compressed output your algorithm produces?,1,3691,politeness_stack +"My answer would be: What kind of lame ass product searches for palindromes in a string. May I take a closer look at your business plan, please?",-1,3692,politeness_stack +I like your idea of relativ dimensions and positions. What didn't work well?,1,3693,politeness_stack +You're going to have to be more specific about what you want to know. What kind of platform are you using to implement these algorithms?,-1,3694,politeness_stack +Please mark homework as such. Have you tried talking to your professor yet?,0,3695,politeness_stack +What kind of text? English prose?,0,3696,politeness_stack +"Are you interested in operations such as `Add(x, y) - add an interval to the tree`, `Query() - find the maximum number of overlapping intervals`? Do you also want `Del(x, y) - delete the interval [x, y] from the tree`?",0,3697,politeness_stack +"Are you wanting to take all pairs of elements to be compared or is it that all the elements of the array are compared against a known value,e.g. if the array was of ints and you wanted to know if half were single digits?",1,3698,politeness_stack +"Your title says ""sorted array"", but you ask about a BST in your question? Is this homework?",-1,3699,politeness_stack +Sounds like a good homework question. Does your instructor know you're cheating?,-1,3700,politeness_stack +"If you have never got it working, why should you do it everyday? Did I miss something?",-1,3701,politeness_stack +Was there an exception thrown? Some type of error encountered?,0,3702,politeness_stack +"I'm not sure about your question, but are you sure that is correctly implementing the [Fibonacci sequence?](http://en.wikipedia.org/wiki/Fibonacci_numb). Surely your code will generate `1,2,3,5,8,...` whereas the correct sequence is `0,1,1,2,3,5,8,...` ?",0,3703,politeness_stack +What are you using to unit test? Are you using the built in MS unit testing or nunit?,0,3704,politeness_stack +"Your first sentence is unclear. When you say, ""which might differ just slightly"" are you referring to the colors or the random numbers?",0,3705,politeness_stack +"Change them to what? If that is your input, what is your desired output?",-1,3706,politeness_stack +"Sounds like 'can anyone show me how to iterate over array and execute function on each element'. What's the problem with iterating it step by step, just as you described?",-1,3707,politeness_stack +OOP is banned. Can data structures be used?,0,3708,politeness_stack +Homework? What have you tried so far?,0,3709,politeness_stack +"I can, but it is written in Lithuanian language, so I think you woun't understand. Anyway, where should I put it?",-1,3710,politeness_stack +"What are your requirements? Is LALR(1) not sufficient for you, and if so, in what ways?",0,3711,politeness_stack +"Please clarify title / question. Do you wish to identify the start of a cycle, or remove a cycle?",1,3712,politeness_stack +diagram? Was that an overzealous copy paste or is the diagram on its way? :),0,3713,politeness_stack +@alex gray: It's still not clear which you want 2>$1 or 2>&1. Did you make the typo again in your comment?,0,3714,politeness_stack +"Yep, Google, first hit, then read the paper cited. If you don't know what it is, then how come you know you want to implement it?",-1,3715,politeness_stack +"To eliminate the (unlikely?) possibility that the Server migration is the cause, can you go back in time in your version control and get a version of your app from before the problem started appearing?",0,3716,politeness_stack +Have you made sure that these calculations take place in code that is executed often enough to cause a performance impact? Or do I have to post the micro-optimization lecture again?,-1,3717,politeness_stack +"@RoBYCoNTe: I tried to uncheck ""ASP.NET"" in the ""Debuggers"" section but it didn't change the behavior. What else should I check?",0,3718,politeness_stack +@Matthew Why not just use an existing hashtable implementation? Why do you need a custom hash?,-1,3719,politeness_stack +@Federico:This part defines a schema in the wsdl. Does it import one or defines it there?,0,3720,politeness_stack +Your description of `guess()` needs improvement. Does it return `true` when you guess is less or equal to the answer?,0,3721,politeness_stack +"@Kerrek SB: Each string in the input is printed out exactly once in the output, with at most an additional comma to separate them. I don't see how that would come out to ""pages"", unless you are being sarcastic and there is something I am missing?",-1,3722,politeness_stack +"And you can qualify for multiple non-overlapping packages? So, if I buy 3-$5 6-$10 and 5-$20, I would pay $15+$55+$90 = $160?",0,3723,politeness_stack +This is exactly what I am looking for: http://limi.net/articles/resource-packages/. Does anybody know where to find more information about this?,1,3724,politeness_stack +if you need to debug a batch file potentially you are using the wrong tool for the task. Why not try cscript.exe?,0,3725,politeness_stack +I'm pretty sure that the google image search just goes by image name doesn't it? or are you talking about some other google search that I'm unaware of?,-1,3726,politeness_stack +"What do you mean by ""take off"" in relation to brightness here ? Do you mean ""reduce"", or perhaps ""measure"" ?",0,3727,politeness_stack +Can you describe the problem in more detail? Maybe upload a screenshot or two?,1,3728,politeness_stack +i know this doesn't help your problem but it's another corner case: what if two different cells want to swap with the same one? will one swap and then the other swap with the one it didn't intend to?,1,3729,politeness_stack +Looks like a type in the second `RewriteCond`. Should you have a space before the `\.html`?,1,3730,politeness_stack +How do you define minimal? The minimum number of movements or the minimum of the sum of distances/squares of the distances?,1,3731,politeness_stack +I'm having the exact same problem. Did you ever find a solution?,1,3732,politeness_stack +Which part of the task are you having trouble with? What hints have your lecture notes or textbook given you about this problem?,1,3733,politeness_stack +What error did you get? Also can you provide what code your using to connect?,1,3734,politeness_stack +"If someone has to figure out the coordinates anyway, does it take more work just to use that in Photoshop to do it manually? I mean... someone must sift through all those photos and find those coordinates anyway, right?",0,3735,politeness_stack +"What if there's 7 pages, and you're on page 4? `[1]...[2][3][x][5][6]...[7]`?",0,3736,politeness_stack +"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?",-1,3737,politeness_stack +"I think `chunklen` needs to also be able to decrease, or else your queue will have size proportional to its largest-ever size even if it is empty. So how about `if (q->head->next == q->tail) chunklen/=2`?",1,3738,politeness_stack +"What would the answer(s) be if the lists had conflicting orders, e.g. `first = [a, b]` and `second = [b, a]`?",0,3739,politeness_stack +This is certainly a tough assignment if you aren't good at programming. Do you have to code your own quadratic programming optimization as well?,1,3740,politeness_stack +What have you tried? What didn't work?,0,3741,politeness_stack +"`data=cat data.txt` means assign `cat` to `$data`, then run `data.txt`. Typo?",0,3742,politeness_stack +"What do you mean with ""it doesn't work"" ? Does it crash (which I suspect, given your code), does it show the wrong images, doesn't it do anything at all ?",-1,3743,politeness_stack +"I don't understand exactly what the rules are. Are you only allowed to pick one number out of each row and only allowed to pick one number out of each column, and you have to pick 4 numbers, and you want the sum of these 4 numbers to be minimized?",0,3744,politeness_stack +Have you posted the entire code? Have you set an `ItemCommandListener` on the `ImageItem`?,0,3745,politeness_stack +maybe you can start with useing code tags. and i don't see how the frame loads the pics?,-1,3746,politeness_stack +"How does the data look? List A = {(3, 5), (5, 6), (1, 2)} and B would be all the points?",0,3747,politeness_stack +"What is your exact question? How those effects can be achieved in general ('language-agnostic'), or how to do them in java and what libraries are best suited for such a task?",0,3748,politeness_stack +I'd be happy to. Can you tell me how?,1,3749,politeness_stack +Clarification: Do you need a simple *Do they intersect?* answer or do you need the intersection?,0,3750,politeness_stack +"Your problem is coming up with a practically useful definition of ""centre"". What's your application?",0,3751,politeness_stack +What? Can you say what you question is in one sentence?,-1,3752,politeness_stack +"Can you please clarify, if you only care about the weights, why you don't simply do `data[x] += w`? What do you care about besides the weights?",1,3753,politeness_stack +"What's wrong with Wireshark? In general, what ""seems not to fit""?",0,3754,politeness_stack +Is the program run as another user or root? Are you running as root?,0,3755,politeness_stack +what happens if you print before exporting? or is that the order already?,1,3756,politeness_stack +Is the required .net framework installed? Does your code have any static initializers that can throw?,0,3757,politeness_stack +"How many items do you expect on each user's lists? How many items total are there, if there's a limit at all?",0,3758,politeness_stack +Huh? A downvote? What for?,-1,3759,politeness_stack +What do you get instead of the sorted array? What is the output?,0,3760,politeness_stack +"Could you describe better the part ""it stopped"". Stopped in what way, gave a runtime error, or ... ?",0,3761,politeness_stack +"I think the inner div will resize, as it has a width of 100%, but you won't notice it. You probably want to resize the image, too?",1,3762,politeness_stack +"Looks like you're passing null to an API parameter, particularly a null Overlay somewhere in a mapview probably. How are we supposed to know?",-1,3763,politeness_stack +"""the client encrypts the password with this algorithm"" - how do you do the check on the server later? are you storing plain passwords?",0,3764,politeness_stack +"Yeah... that's a good idea, but I thought that perhaps an online repo existed. Don't you know one?",0,3765,politeness_stack +"Don't you think that ""What do you miss?"" kind of questions are subjective?",-1,3766,politeness_stack +"I am looking at a more brute force and exhaustive approach, I am curious as to your performance/memory concerns. Is this something being done a lot or just once for different sets of letter combinations?",1,3767,politeness_stack +Did you try anything yet? Have some code?,0,3768,politeness_stack +"Why do you want to ""fit ellipses""? Isn't enough to ""find ellipses""?",-1,3769,politeness_stack +Do you retrieve only exact matches? What is the sorting criteria?,0,3770,politeness_stack +What do you mean by user agent? The browser?,0,3771,politeness_stack +@Mgccl: Great that you found a better solution for your specific case. May I ask what you are doing this for?,1,3772,politeness_stack +"If you had such a list, what on earth would you do with it? The list of names in each category doesn't seem very interesting by itself; surely you don't want to actually process the content of all those grammars?",-1,3773,politeness_stack +what do you mean combined? overlapping area?,0,3774,politeness_stack +"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,3775,politeness_stack +So the dimensions of the rectangle you're allowed to use is fixed and it's axis-aligned? And I suppose you want to minimize the number of points which are left out .. correct?,0,3776,politeness_stack +I'd suggest you get an iPod Touch to develop on then. Don't tell me you need something iPhone specific for your application like GPS? :),-1,3777,politeness_stack +"If you know the line it crashes on, could you post that line of code? Do you have threads in your program?",0,3778,politeness_stack +"O(n) relative to what? A purely in-place algorithm (no side storage) would be O(1) in the size of its input... Oh, and O(n) time or storage?",-1,3779,politeness_stack +"Are there any constraints on the variables? E.g. integer type, implicit int->bool conversion, etc?",0,3780,politeness_stack +@Gajet: Can you explain further? What do you mean by only a loop in which all the cities have distance 1 when you previously mentioned all have distance 20 from each other?,0,3781,politeness_stack +"By ""robustness"", do you mean that it handles well under load and scales? Or are you talking about its level of imperviousness to malicious input?",0,3782,politeness_stack +What process are you starting? is it yours as well?,0,3783,politeness_stack +It's not clear to me how I can do this using the lex an the yacc. Can you be more specific?,1,3784,politeness_stack +What have you tried? Examples?,-1,3785,politeness_stack +"Is the code you pasted inside a servlet's method? If not, exactly how are you calling the code from the JSP?",0,3786,politeness_stack +"I want to implement the whole online banking stack, from front-end, middleware, and back-end. So is there any opensource J2EE app for online banking?",1,3787,politeness_stack +What's wrong with it? Isn't making a wordpress theme programming?,-1,3788,politeness_stack +And can you see how he treated multiple people in the comments section? Or does it not show that?,-1,3789,politeness_stack +@BlueRaja: the distance function is only part of the problem. How do you pick the colors from the color space so that the distance between them is maximal?,0,3790,politeness_stack +"are the line segments only straight lines? +Do you want an algorithm that given two polygons finds what line segments they 'overlap' over?",1,3791,politeness_stack +Can't you just generate the HTML code in a manner that marks the blocks which can be hidden with divs? Why are you bound to that representation?,0,3792,politeness_stack +"Well, what other information does DIA give you about the functions for which this occurs? To start with, what are the names of these functions?",0,3793,politeness_stack +Could you ask a specific question? What have you tried so far?,-1,3794,politeness_stack +"Yes, it's possible. Have you tried anything?",0,3795,politeness_stack +"To continue Jason's questions, what constitutes a ""square of any size?"" Four corners, the outline of a square, a solid tile?",0,3796,politeness_stack +in certain cases i had to first start the Zune player and then VS2010 to make it work. Perhaps that does the trick for you?,1,3797,politeness_stack +"From the description of the problem alone, I'd go for a series of if statements. What makes you think you need an algorithm?",0,3798,politeness_stack +You say it's not compiling. Do you understand the error message?,-1,3799,politeness_stack +How are the values being input by the user in the first place? Some number of text fields?,0,3800,politeness_stack +@aaa: what would be a general way? I mean how general it can get?,-1,3801,politeness_stack +"I still don't understand what you want to do. What do you mean by ""reorder the sequence in which the pixel intensity data comes""?",-1,3802,politeness_stack +You need to be more specific. What exactly do you expect your tables to do when you resize the browser window?,0,3803,politeness_stack +"If the ads are script elements, does it really matter where you place them? Perhaps you can give an example?",-1,3804,politeness_stack +Do you want a solution to the math problem? or just an O(1) (memory) algorithm to do the job?,0,3805,politeness_stack +I don't know if I understand correctly: Do you want to add a new image tag to your div tag? Where do you have your list?,1,3806,politeness_stack +what about using F10? instead of F5 and steping through to see what/where your code is terminating?,0,3807,politeness_stack +How much would you let your database grow by? Do you have enough space to hold all the >= 18 yr olds in your repository?,0,3808,politeness_stack +Are you trying to return a screenshot of the windows desktop of the server you are running your website on? It seems the only legit use of imagegrabscreen() - also take a peek at: http://php.oregonstate.edu/manual/en/function.imagegrabscreen.php - there are some notes at the bottom about setting proper permissions to be able to capture the screen - has that been done?,0,3809,politeness_stack +all the paths from every node to every node or from the start to the end? and are there any cycles?,0,3810,politeness_stack +This is a duplicate question with 2536194. Can they be combined?,1,3811,politeness_stack +A quick search finds this code. http://staff.washington.edu/dushaw/GPS/gettracks.awk Is that checksum function what you are looking for?,1,3812,politeness_stack +Is the question supposed to relate to programming (i.e. solve this using a program)?,0,3813,politeness_stack +"but the breakpoint doesn't affect anything unless the condition holds, so you can put your breakpoint anywhere (like the Setter) and take it from there. Or am I missing something?",1,3814,politeness_stack +I think we must sort the group for select algorithm but it is not necessary for sorting the elements in the quick select algorithm !! isn't it?,-1,3815,politeness_stack +What's wrong with the silly way? What problem does it create?,0,3816,politeness_stack +do you have a definition for complexity? Do you know Big O Notation?,0,3817,politeness_stack +"Isn't it? Homework is work too, or are you only allowed to get answers for free if you are actually payed to find them yourself?",-1,3818,politeness_stack +"Wait you're writing a thesis and you've got *no clue how to use it*? Wow. Usually, it should be the other way round, shouldn't it?",-1,3819,politeness_stack +"Great question. What exactly do you mean by ""bug""?",1,3820,politeness_stack +"Your question seems quite strange, given that if you want to find all the paths and their costs, you can just enumerate them and sum the edges costs to get the total cost. Maybe you want the shortest path?",0,3821,politeness_stack +"I've never done COBOL before, but this strikes me as strange: `IF POLI-DATE-REQUESTED-S-2 IS NOT = 11 OR 12` Most languages I'm familiar with would parse `foo != 11 or 12` as `(foo != 11) or (12)`. Does COBOL really parse the expression as `foo != (11 or 12)`?",1,3822,politeness_stack +smalltalk is something I am looking into. Does Smalltalk/X work as in interpreter until you compile?,1,3823,politeness_stack +@antti.huima Why? Because you can't solve it?,-1,3824,politeness_stack +Did you try to go backward? Have you found a function which actually *does* go backward?,0,3825,politeness_stack +O(n^2) is not enough. any O(nlgn) or O(n) algorithm??,0,3826,politeness_stack +How's that even possible? Why don't you join the stdout to the logcat output and try to print that massive log directly on stdout?,-1,3827,politeness_stack +Ian: There are such books. Is this not the place to recomend them?,0,3828,politeness_stack +"Are you asking for sum ? or u asking for a specified value where prodSum(L1,L2) < X ?",0,3829,politeness_stack +"Defined ""central point""? Do you want any point within a convex hull around the points, the geometric center, or what?",-1,3830,politeness_stack +"Please rephrase your question using full words and complete sentences. Also, what does assembly have to do with this?",-1,3831,politeness_stack +"Which part are you trying to debug? Content script, background page, popup?",0,3832,politeness_stack +"assuming you have a list of 1 million numbers, as opposed to digits, do you need to modify this list, or just see if the number input by the user is in the list? If you just to check the list but not modify it, why not compile the list into the program in sorted order and do a binary search?",0,3833,politeness_stack +"Please, show your code. How do you toggle this form?",1,3834,politeness_stack +How about just placing an `` with width and height set to 100%? Do you really want to do it with CSS?,0,3835,politeness_stack +Nice question!. Which specific terms do you understand and which ones do you not understand?,1,3836,politeness_stack +"@Thomas: It does seem to have a certain similarity, but that doesn't really explain the reason to close. What about that sequence is unworthy of being in a question?",0,3837,politeness_stack +What are your compression options? Do you need lossless compression when you split the image up into tiles?,0,3838,politeness_stack +Why not using Fibonacci heap? Is this homework?,0,3839,politeness_stack +So as you're iterating through an array you want to remove objects from it. How do you expect to keep track of what's in the array if you're changing that same array on every iteration?,0,3840,politeness_stack +What exactly are you trying to do? Can you provide some sample data and expected output?,0,3841,politeness_stack +"No matter how efficient you are it is going to take a looong time to enumerate through 2^100 subsets of vertices, and that is before you get into the fact that edges can be there or not. Can you switch to a problem that is likely to finish before the Sun explodes?",-1,3842,politeness_stack +@MitMaro Thanks. Could you please do the math of whether it's useful or not? :),1,3843,politeness_stack +Could you be a bit clearer ? How is your line represented ?,0,3844,politeness_stack +Since there is a loop there is an infinite number of paths. How do you wan to deal with it?,-1,3845,politeness_stack +"Any particular language in mind? Are you inserting this into an existing document, or creating a new one consisting of just the image?",1,3846,politeness_stack +"by ""downloading by code"" I meant downloading the picture bytes using a webservice and assigning it to the Image element. This could be the subject of another question, but what technique would you use to control the download sequesce by preserving the browser cache?",1,3847,politeness_stack +You may want to post the code right here. Maybe use pastebin or something if it's too much to embed directly in your post?,1,3848,politeness_stack +I hadn't heard of this. Googling suggested it's something to do with 3GPP?,1,3849,politeness_stack +Are you looking for 3d models? Or 3d looking 2d images?,0,3850,politeness_stack +"with 2) I get an parsing error +the 1) I dont't get it :S, what do I have to do?",0,3851,politeness_stack +"""pyparsing"" appears to be a word specific to Python. Is there a more general programming term for that type of action?",1,3852,politeness_stack +"Reading symbols from /home/uranus/project/cvmat/cvmat...(no debugging symbols found)...done. while i compile source files with gcc -g option, how that happens?",0,3853,politeness_stack +There are lots and lots of rational fraction libraries. What language would you like to know about?,1,3854,politeness_stack +The bytes download in simulator is different from the bytes downloaded in the device.. Just checked while debugging. Any idea why it is doing so??,0,3855,politeness_stack +"@MitchWheat Thank you for your input. Could you explain why a serious question about programming that requires some thought is noise while (presumably) questions like ""please do my homework for me"" or ""how do I do something trivial in .net without bothering to read the docs"" are not?",0,3856,politeness_stack +"Just out of curiosity, how did you do the eye tracking? Are you open sourcing this code?",1,3857,politeness_stack +What library are you using for XPath? Are you setting the namespace mappings in there?,1,3858,politeness_stack +@Greg Hewgill: Did I mention it above? Or I misunderstood your instruction?,0,3859,politeness_stack +what kind of encryption you want? symmetric or not?,0,3860,politeness_stack +What problem are you having? Is this page in a public place where we can see it?,0,3861,politeness_stack +"Can you explain what a ""corner"" piece looks like? Should answers consider colour?",0,3862,politeness_stack +Why are you using jQuery and not css? `.thumb:hover { border: 1px solid #000 }`?,0,3863,politeness_stack +"Did you read http://developer.android.com/guide/developing/device.html and did you follow the instructions there? If so, what do you see if you execute ""adb devices""?",0,3864,politeness_stack +"Check your references, do you have a reference to the output of the project, ie. a ""reference to itself""?",0,3865,politeness_stack +Do you have tabbed browsing enabled?.. And are you using IE?,1,3866,politeness_stack +"Okay, so, one more time, what are you expecting as output from the heuristic? that distance(3,2; 3,3) < distance(3,1; 3,3) < distance(3,2; 3,3) ?",0,3867,politeness_stack +"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,3868,politeness_stack +This is programming related. Why is this flagged?,-1,3869,politeness_stack +"The question is, which do you think would be easier? Port the C# code or implement the algorithm (second link) from scratch in Android?",0,3870,politeness_stack +"When you say ""non-overlapping polygons,"" what happens if you have edges that describe two overlapping polygons? Do you report that as one polygon consisting of their intersection, or do you report neither of them?",1,3871,politeness_stack +So you think it's a good idea to dump your homework here without any attempt at solving it from your side and expect us to do your work? Also: which assembler language are we talking about?,-1,3872,politeness_stack +Which debugger are you using? Have you tried the script debugger in IE8?,0,3873,politeness_stack +What language are you trying to do this in? What have you tried?,0,3874,politeness_stack +"Ok, now you got me. Where do I get the stack trace?",0,3875,politeness_stack +"I could make this work by defining the exact height and width of the ""viewport"": ``. Can anybody explain to me why I apparently have to define that in my case?",0,3876,politeness_stack +"Just to clarify, you want to do non-bidirectional data transfer because the server will not ack. But you also want the server to push out data to these clients?",0,3877,politeness_stack +"@MAK: Well, there is a problem **what order to store in**, and then there is a solution that specifies one way to solve the problem with its own advantages and disadvantages. Not `algorithm` -worthy?",-1,3878,politeness_stack +Could you clarify what you mean by #4? Does this mean that the lists of objects on each edge leading away from node _X_ are always a subset of the list of objects on the edge leading towards _X_?,1,3879,politeness_stack +Why do you need to take factorials of such large numbers? What will you do with the results?,-1,3880,politeness_stack +Doubly linked list? You mean that one should be able to traverse it both ways having an external pointer to _any_ of its nodes?,0,3881,politeness_stack +Is this a CCK Image field? Is the error happening when you try to open the node edit form or after you submit the edit form?,0,3882,politeness_stack +"Your requirements needs clarification: do you need this to be cryptographically secure and unique or simply unique? In other words, would a potential attacker crafting a ""unique"" ID be a threat or not?",0,3883,politeness_stack +"There is no image attached. Also, what have you tried by yourself?",-1,3884,politeness_stack +what exactly you mean by parsing? the conversion from your NSString number to unsigned long long?,0,3885,politeness_stack +Do you have to support all grep style wildcards or just the ? (underscore _ in your case)?,0,3886,politeness_stack +I think your question is too vague. What are the properties of Irony that you want?,-1,3887,politeness_stack +"So? Are you expecting us to do your homework for you??? :-) Ok,here's a hint... what's the type of `""a"" | ""b""`?",-1,3888,politeness_stack +"I'd be curious to know how your activity timestamps could come in out-of-order for a given user session. Would it realistically report 13:00, 14:00, 13:30 for a given user?",1,3889,politeness_stack +Any recursive algorithm can be implemented as a loop if you manage a stack yourself instead of using the call stack. Is that sufficient for what you're after?,0,3890,politeness_stack +"So it's not really about the list, it's about those instructions? What exactly is the question then?",-1,3891,politeness_stack +In .Net? C# or VB?,0,3892,politeness_stack +Does it matter that it is a 2D array? Are two seats on left window (one behind another) closer than on the windows on opposite sides?,0,3893,politeness_stack +It's very difficult to understand your problem if you don't provide the related code (HTML and maybe CSS in this case). Can you be more specific?,0,3894,politeness_stack +"Why does transparency matter? It's just another channel, just like red, green or blue?",-1,3895,politeness_stack +"Why did you edit out my 'Hi', and 'Thanks'? Is common courtesy not allowed any more?",-1,3896,politeness_stack +"dmckee: I'm actually using Welford's Method for the standard deviation. But I don't see anything in that link about mode, median, kurtosis, or skewness... Am I missing something?",0,3897,politeness_stack +"I absolutely don't understand the question. What is this supposed to mean ""and the difference between the scores of 10 and 18 relatively more higher than 18 and 20""?",-1,3898,politeness_stack +Your input data does not seem to have all the fields that the Google format requires. Where are you intending to get the missing data from?,0,3899,politeness_stack +Is the crop operation cheap? If you already have the image on disk you could just pass the XML filename and the crop parameters into the .ashx as a query string and do the crop again in the .ashx?,1,3900,politeness_stack +That's a straightforward formula that uses basic arithmetic operations. What part don't you understand?,-1,3901,politeness_stack +"It sounds like this is just a simple round-robin tournament which isn't too hard to code; however, what sort of scoring rules should be used? Is the winner the one with the most wins, or are you using a point system where strength of play comes into account?",0,3902,politeness_stack +"In my particular case, I'm sure that there will be only one instance running. In general I don't know, maybe it might show a dialogue in case of ambiguity?",0,3903,politeness_stack +And what operating system? and why on earth are you writing this in assembler?,-1,3904,politeness_stack +"The best thing would be to output the array in XML, json, or plist format instead of using php's `var_dump()`. Is there a reason you cannot do that?",0,3905,politeness_stack +Would HE HF and HG also be considered bottlenecks? Do you have a different definition?,0,3906,politeness_stack +"Were you able to find a solution to this, Jrutter? Perhaps upvote or select an answer as correct?",0,3907,politeness_stack +"If there are duplicate items in the trees, should the duplicates be merged or not? For example, if the trees are [1,2,3,4] and [1,2,5] should the result be [1,1,2,2,3,4,5] or [1,2,3,4,5]?",1,3908,politeness_stack +So what have you found so far? Or should we do all of your homework?,-1,3909,politeness_stack +You may break up to three sets trying to form a street (or the other way around). Is that ok?,1,3910,politeness_stack +"@Helen Hunt: your question looks pretty similar to memory allocation / garbage collection to me. You mention worrying about fragmentation, can you ""move"" object around once established or not ?",0,3911,politeness_stack +"Do the squares have to be the same size? Do they have to be axis-aligned (i.e., have the same orientation as the rectangle)?",1,3912,politeness_stack +"So your goal, as stated above, is not complete? You have stated the goal for row A, but then you also have goals for the other rows?",0,3913,politeness_stack +"If you're running the program in a debugger, it should stop automatically when you get an EXC_BAD_ACCESS. What exactly are you looking for?",0,3914,politeness_stack +It looks like 80x86 assembly. Who else would name the registers as Intel did?,0,3915,politeness_stack +The best case would be if the list were already sorted but I don't think that's what you're asking. Could you be more specific?,1,3916,politeness_stack +"@Andrew I beg to differ, the examples aren't good enough to explain what he wants. It's like saying ""I need *something*, for instance a car, so can you help?"".",-1,3917,politeness_stack +"Yes it is a homework question. I'm just trying to do it correctly, will this be a problem?",0,3918,politeness_stack +Awesome exercise! How do I donate money to this school?,1,3919,politeness_stack +Transport protocol right above the data link layer? You sure?,-1,3920,politeness_stack +"@Steve McFarlin, thanks, you have any tips on reading except the qt-documentation to grasp the whole structure of the mov-file because i'm really having trouble gripping all of it, is it correct that the atom don't even need to be in a specific order? which one did you think was easiest to work with mov or mp4?",1,3921,politeness_stack +This is related to algorithm/programming. Why is it closed?,0,3922,politeness_stack +"What if there is no idle worker, how do you intend to deal with that? Just queue them up?",-1,3923,politeness_stack +"While this may not be your homework, you are essentially just asking us to write you code to solve this problem. Maybe you should do a Google search?",-1,3924,politeness_stack +"just a question, why do you keep a list of the digits as booleans ? -have you thought of int_of_string with the right prefix ?- i mean do you need this intermediate data type ?",0,3925,politeness_stack +@abeln - what inputs are you talking about ? Can you think of one set of inputs where the 2nd one will be better ?,0,3926,politeness_stack +"Hmm It's a ""promo"" block that displays a picture with text underneath it on the left sidebar, on every page. So through your questions, Grezly, I'm perceiving that I must somehow make the home page show up as a block with a ""teaser"" underneath on every page?",1,3927,politeness_stack +How would you represent your distribution? - alternatively - are you looking for a specific solution for gaussian distribution?,1,3928,politeness_stack +"""...element 3 was compatible with 1"": I don't see this in your chart. And if 3 is compatible with 1, why is 1 not compatible with 3?",0,3929,politeness_stack +"depends, there has to be a fraction of a triangle at the top, since it wont line up with the top of the screen. How do you handle that?",0,3930,politeness_stack +What have you tried and where are you stuck? Or are you just asking *us* to do *your* work for you?,-1,3931,politeness_stack +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?,-1,3932,politeness_stack +"Is the table structure fixed? For example, will there be different spans?",1,3933,politeness_stack +"I think you're trying to find repeating characters at the beginning of a string, is this correct? Would you mind rephrasing your question?",0,3934,politeness_stack +Using interfaces? IInterface/IUnknown?,0,3935,politeness_stack +"sounds strange, do you get any runtime error before the breakpoints ? what versions are you using ?",0,3936,politeness_stack +"If you know nothing about the structure of the URLs, then it's impossible to do. How should the algorithm find out whether to group `a/b/c` with `a/d/c` or `a/b/e`?",-1,3937,politeness_stack +"@cvondrick, in that case I'd rather use binary insertion and sorting. My problem now, is however how I can combine two dates to one number?",1,3938,politeness_stack +Naive question: why not sequential? What does it buy you?,0,3939,politeness_stack +i put the file on c:\. so where can i put this file?,0,3940,politeness_stack +The easiest language to do a task in is often the one you know the best! Which languages/tools do you already know?,1,3941,politeness_stack +"Is there anything else about your system you'd like to tell us? for example, which OS?",0,3942,politeness_stack +"Also, the aim ""using the minimum number of examiners for the minimum amount of time"" is not too clear. How many examiners are you willing to add to subtract a unit of time?",-1,3943,politeness_stack +That is one looooooooong problem. Can you summarize it?,-1,3944,politeness_stack +"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,3945,politeness_stack +"Can you add some more code? For instance, how is `BTree` defined?",0,3946,politeness_stack +"Apparently, you correctly answered your own question: The watch window gets the value of a variable by calling its `ToString` method. So, what's your *actual* question?",-1,3947,politeness_stack +Using what? Html?,0,3948,politeness_stack +"Writing your own utility to parse this would not take long at all, probably 15-20 minutes - is that an option? What language would you use?",1,3949,politeness_stack +How is your input given? Like in your examples or are you given a graph or something like that?,1,3950,politeness_stack +"So, what specificaly is it that you have problems with? Is it that you don't understand the assignment?",-1,3951,politeness_stack +"Please, be more specific. Where do you want to display pictures, what kind of pictures?",1,3952,politeness_stack +What about points on one of the edges? Are the edges exclusive or inclusive?,0,3953,politeness_stack +Define brute force. Ar you OK with iterating all values of `A` starting from 1 and trying to find `P` in `O(1)` for each of these?,0,3954,politeness_stack +Why the downvote? Am I missing something?,-1,3955,politeness_stack +"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,3956,politeness_stack +"@Bruce: I think you're reporting a quick google result, since you omit sharing features of D7.2, why anyone would extend D7, or why anyone owning a D7 license like me would have wanted such an extended version in 2003. Did you also find all the other versions of Delphi usually found on torrent sites?",0,3957,politeness_stack +what a hypocrite! Doesn't his solution (steps 3-5) also apply for both of his statements?,-1,3958,politeness_stack +"What do you mean by ""scalable""? Would running a separate thread to monitor each agent and to actively flag if there were no heartbeat for ten seconds be ""scalable""?",0,3959,politeness_stack +"It's not clear what you're trying to do here. Do you want the view to render the string ""1 image more than 1 image ... ""?",1,3960,politeness_stack +"What is your definition of ""connected subgraph?"" Do you mean that the undirected version of the subgraph is a connected component, or that there's some source node of the subgraph from which all other nodes of the subgraph are reachable?",0,3961,politeness_stack +It depends on the hash function. What hash functions are you thinking of?,1,3962,politeness_stack +Good question. I wonder if it should be migrated to CS Theory (http://cstheory.stackexchange.com/) or Programmers (http://programmers.stackexchange.com/) ?,1,3963,politeness_stack +"Can you show the actual event handler and the declaration of the handling object? (that one with ""WithEvents"")?",0,3964,politeness_stack +having trouble grokking those first couple paragraphs. Edit?,-1,3965,politeness_stack +You are building a xFA for the _byte_ input? Wouldn't it be a lot easier (and more reliable) to operate on (Utf16) chars?,0,3966,politeness_stack +"You could simply use a bunch of XML files in a zip file, and whatever file extension you want. Why the verylongtagnumbers???",0,3967,politeness_stack +"@GeeGoldz, will you be accepting an answer? @csl, how about that bounty?",0,3968,politeness_stack +"""Which other interesting things are there to count.."" isn't that the actual question? Maybe adjust the title?",0,3969,politeness_stack +"@Klark Why is the solution to the second example ""not possible""? How about `(2,9) (5,1)`?",0,3970,politeness_stack +Do you mean require a login to access them? Or do you mean prevent them from being saved out of the browser?,0,3971,politeness_stack +"a) Kernel mode dump or user mode dump? b) Are you trying to use symbols for binaries you built yourself, or symbols for OS binaries?",0,3972,politeness_stack +"Clearly there aren't 10^16 credit card accounts. As I recall, the first 8 digits carry very little information - could you use this to simplify?",0,3973,politeness_stack +"I can't figure this one out - adding the values of int pointers makes sense, but adding two char pointers together doesn't make sense for values or addresses. What is the outcome you're expecting?",0,3974,politeness_stack +On a HTML document? Are you referring to a screenshot?,0,3975,politeness_stack +Ah the error says a location is not trusted. How do I fix this?,1,3976,politeness_stack +"Preferably, we don't do peoples homework here at SO. But BTW - What's the -tag doing in front of the javascript function?",-1,3977,politeness_stack +"This might be a Facebook issue, but it might also be an issue with how your code is prepping the image to be sent. Can you share your code that reads the image (form your server) and calls the Facebook SDK?",1,3978,politeness_stack +Homework? Can you post what you've tried?,0,3979,politeness_stack +what defines whether elements are acceptable? is the compatibility matrix an input to the algorithm?,0,3980,politeness_stack +"Many languages can do this in their standar libraries. Any prefered language or do you want a ""pure"" algorithm?",1,3981,politeness_stack +"Have you tried timing it, which part makes most time? +how much is the image size and how much you are cropping?",0,3982,politeness_stack +Also - I just tested in chrome and it does exactly as I said above. No resize handles around the image when it is placed in the containment div and as soon as you click the image it jumps directly into the containment div - there is no smooth drag animation....?,1,3983,politeness_stack +"Are the edges are equally weighted? If not, how should differing weights be handled?",0,3984,politeness_stack +"This REEKS of a question asked in a panic before an assignment is due. Nothing wrong with seeking clarification, but are we really here to answer verbatim questions?",-1,3985,politeness_stack +What is the representation of the graph you have? Is the graph oriented?,0,3986,politeness_stack +I'm currently browsing `[interview-questions]` tag looking for it. Do you have a link if you've found it?,0,3987,politeness_stack +"@FrustratedWithFormsDesigner: if it depends on the function, then the answer to the question is ""no"". At least, I interpret the question to mean, ""is it true that for any two functions f, g, either f is O(g) or f is Big-Omega(g)?""",0,3988,politeness_stack +"Just try the first instruction - `MOVE *R2, R1` - read the comment next to it - it pretty much tells you all you need to know. What do you think the result of this instruction will be ?",-1,3989,politeness_stack +@Pax: would you really call this a _basic_ question? Considering it depends on the alignment of the instruction bytes?,-1,3990,politeness_stack +What have you tried? What didn't work?,0,3991,politeness_stack +"How much is ""way faster""? Have you accounted for the time difference needed to read the files in your measurements (you'll likely need a bigger read buffer for the 64MB files, and the larger files are more likely to be fragmented)?",0,3992,politeness_stack +What would the XML contain? Do you want to extract all frames or just single ones?,0,3993,politeness_stack +What is this line graph that you mention? Are you saying that the smaller graph is always a simple path?,0,3994,politeness_stack +@AnthonyK What is the name of the images you want to display? Are they same for all rows?,1,3995,politeness_stack +"considering this is homework, I assume you also have a class and teacher. How far have they gotten you and now what is your specific question?",0,3996,politeness_stack +"And another question about the question: What about the first people that are born, in particular the very first person, who are their parents? Do we just ignore that, and allow that each person has 0,1, or 2 parents?",0,3997,politeness_stack +How can you not know the length of the array? How will you know that your index is out-of-boundaries?,-1,3998,politeness_stack +"@Peter: How about calling it the ""necessary""? That's discreet, right?",-1,3999,politeness_stack +For solving an algorithm you have to now how the data is representeded. In this case.. how do you represent the rules and in what kind of data structure are they stored?,0,4000,politeness_stack +"Can you please paste the code where you read the integers? Also, what compiler are you using, and on which platform?",1,4001,politeness_stack +"""Debug"" and ""Release"" don't have specific meanings; they are just ways of referring to a bundle of options, which could be different in different projects. Do you mean whether something was build with debugging symbols and left unstripped?",0,4002,politeness_stack +"Can you please be more specific instead of saying 'often said'. Can you cite references, and also expand on why the issue is relevant ?",0,4003,politeness_stack +"@lev: sorry, i didn't notice we are oscillating. You are asking whether $O(n^3)$ is a lowerbound on the complexity of E.D., so this is a question on the complexity of a problem, doesn't this make it a [complexity](http://cstheory.stackexchange.com/tags/cc.complexity-theory/info) question?",0,4004,politeness_stack +Please rephrase your question so it doesn't admit the trivial answer that was given on mathoverflow. Why do you care?,0,4005,politeness_stack +This seems to be an elementary/homework-level question. @mehas: could you please provide some motivation and explain why you are interested in this question?,-1,4006,politeness_stack +"Could someone please explain to me the statement in more detail? Eg. if k=1 and R is xcheck duplicates ?",1,4157,politeness_stack +I'm stumped; I've got no idea what's happening. Can you please explain?,0,4158,politeness_stack +There is no need to swallow initial whitespaces of lines; they are ignored anyway. Can you please edit your answer accordingly?,-1,4159,politeness_stack +"Could you please check the solutions for hyperref? Also, how can I put something (one time only) that is formatted like a chapter* in the toc, but without the page number?",1,4160,politeness_stack +"@Herbert: Still I think your answer is very confusing. Can you please make it clearer that you're suggesting two completely different solutions, and indicate what is needed to make them work?",1,4161,politeness_stack +@Joseph: Great answer. Could you please expand a bit on the `m+g`?,0,4162,politeness_stack +"Sorry, I guess I edited at the same time as you answered. I'm guessing that atan2 is only in 2.10?",0,4163,politeness_stack +Thanks! Example of using breqn in my case please?,1,4164,politeness_stack +"@chaman, sorry I can't figure out what exactly it is you want. Are we talking about the chapter title that only appears once, such as ""1 Introduction"" or do you want to know how to change your heading that appear on every page of the chapter?",1,4165,politeness_stack +It's great that you posted this answer. Can you please also accept it so that the system knows that the problem is solved?,1,4166,politeness_stack +Please could show the variant with alignat* too? (align both relation symbols and equation numbers)?,1,4167,politeness_stack +@Yiannis: Can you please expand on the spacing after punctuation? What could go wrong without the `\xspace`?,-1,4168,politeness_stack +"@Altermundus Sorry, I dont see how it would work and my experiments haven't been successfull. Could you give a little more details, please ?",1,4169,politeness_stack +"@Stefan: Not sure what you mean by the comment above, sorry. Want to take it to chat?",1,4170,politeness_stack +"Yeah, sorry, that's how I wrote it in the code but it was a mistake in my comment. Any idea why could this be caused?!",0,4171,politeness_stack +"Sorry - you confused me. If language only recognizes keys - shouldn't the example your provided be ""language = {latin and german}""?",0,4172,politeness_stack +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?,-1,4173,politeness_stack +"Thank you for this code.But when I put it in my file the title ""Table of content"" doesn't change. Could you help me, please?",-1,4174,politeness_stack +"@Yiannis: Sorry, I don't understand what you mean. Would you provide me an example?",0,4175,politeness_stack +"Sorry, I should've made it clearer there are other text, figures and tables contained within leftbar as well - I omitted them because this was a minimal example. So that doesn't appear to be an option for me... Any other ideas Stef, or others?",-1,4176,politeness_stack +"I'm not understanding ""The first paragraph of http://www.ctan.org/starter.html needs an update."" How, please?",-1,4177,politeness_stack +"sorry, but do not have the time to change all. Any way I can rotate only on of the tables?",1,4178,politeness_stack +This looks useful. Please can you tell me more details about measuring the size of the saved box?,0,4179,politeness_stack +"Yes, it works. But if I write \path instead of \draw it doesn't work, could you tell me the difference between them, please?",0,4180,politeness_stack +However could you please comment the difference? And the problem with the former?,1,4181,politeness_stack +"Yes, I can change the font. Could you please provide me with an example?",-1,4182,politeness_stack +It's not that I don't like to use `memoir` commands -- it's that I don't know what they are in the first place. =) Could you please extend your answer to include the code which produces the same result but uses only `memoir` commands?,0,4183,politeness_stack +"@BCS - A computer-controlled analog EQ sounds oxymoronic to me. Please correct me if I'm wrong, but won't any digitally controlled pot be, well, digital, and the microcontroller and/or pot introduce switching noise when you change the pot's value?",-1,4184,politeness_stack +"I believe your question could have some validity, can you please elaborate on the scope of your question. Are you speaking in reference to the exchange of electrons or are you speaking in more of a supernatural aspect?",1,4185,politeness_stack +You can do just about anything with one pin of a micro. More specific please?,-1,4186,politeness_stack +"I don't understand how do you get from ""display water usage"" to ""linux"". Can you please elaborate a bit more?",0,4187,politeness_stack +"@Mawg Please define ""cheap"". As cheap as possible regardless of the amount of work involved?",1,4188,politeness_stack +"Sorry, but I fail to see any correspondence between the title and the actual question in the body. Could you consider rewriting the title to be more precise?",1,4189,politeness_stack +"""Using an SSD as an SD Card"" does not make sense to me. Can you please explain?",-1,4190,politeness_stack +"Sorry, I know you wrote this awhile ago, but could you explain what the last part about electrostatic vs. electromotive means?",0,4191,politeness_stack +"thanx 4 answering my question.... i already tried ice, but after 9 degree C, LCD went off.so i didn't go 4 boil water but used soldering iron 2 show dat ckt is working. can u please tell me hw can i check temp of liquids like water with this ic?",-1,4192,politeness_stack +"@Jaroslav: Sorry, I checked the linked page and didn't see anything obvious. Do you thing that replacing the $*$ with $\cdot$ would be ok?",0,4193,politeness_stack +"@zebonaut I'm attaching here the pic of the backside of the circuit http://i.stack.imgur.com/BDBRS.jpg.Please take a look at the 555 pins, the output which is no.3 is not connected to any part of the board? Could it be they just placed the pin to confuse?",0,4194,politeness_stack +"Sorry, I'm actually talking about the μF, not the voltage. What do you think about that?",-1,4195,politeness_stack +"Sorry Olin, I'm very much a noob who's running before I can walk. What do you mean by latch up and why should there be continuity?",-1,4196,politeness_stack +"Heh, sorry mate ;) Anyway, I do sometimes want to drive an LED from a 74LS device, so now I know to buffer it first. Btw - I could use a transistor to buffer it, yes?",0,4197,politeness_stack +"@stevenvh 1pm could be the difference between a space craft landing on mars and missing. Oh, sorry - is that one picometer or one picoyard?",-1,4198,politeness_stack +"Thanks! Can you please explain me in a way that a mere CS major can understand, how can I get this filter, and what should this filter, erm, filter?",-1,4199,politeness_stack +"I would, of course, follow the advice the ER gave you! Can you please reformat this question to be less of a discussion-board-style post, so it's asking a single question?",0,4200,politeness_stack +can you please focus your question a bit? Perhaps you could ask what the advantages and disadvantages are for touring in Greece?,1,4201,politeness_stack +Looks like the question got truncated? Could you please edit it to complete your question?,1,4202,politeness_stack +"This sounds like the questioner is asking how to switch gears smoothly, and is concerned in particular with letting go of the bars? @solomongaby, can you please confirm and edit your question to be clearer?",0,4203,politeness_stack +"This is a big discussion (""Neil said..."") and then a small question (""Please, state the stand and then its advantages."") A better question might be ""What's the best kind of kickstand for [lifting the rear wheel / loading groceries / etc.]?""",1,4204,politeness_stack +"@hhh - Fascinating topic, but ""which energy sources would you use"" isn't answerable in its current form. Can you please ask a specific question?",0,4205,politeness_stack +"@Mikle - This question is too open-ended. Can you please narrow it down, as per zenbike and Daniel's comments?",1,4206,politeness_stack +"Okay. If something about the Camelbak bladders is better, could someone who has a basis for comparison please note that?",-1,4207,politeness_stack +"The question asks how effective fluorescent clothes are during the day, and should he stop buying those tops for his daily commute. Please can you answer this a bit more specifically, rather than focusing on night time visibility?",0,4208,politeness_stack +"The question asks how effective fluorescent clothes are during the day, and should he stop buying those tops for his daily commute. Please can you answer this a bit more specifically, rather than focusing on night time visibility?",0,4209,politeness_stack +"Please note the question, ""What are the remedies for when one bonks in the midst of a long ride? Essentially, what is the first aid so that one can continue?""",0,4210,politeness_stack +"This is likely to be a shell misconfiguration, probably the lack of prompt protection [suggested by mikel](http://unix.stackexchange.com/questions/6580/why-is-gnu-screen-byobu-leaving-garbage-text-in-the-shell-during-a-reverse-sear/6581#6581). What shell are you using (probably bash, but please confirm)?",1,4211,politeness_stack +"Could you please clarify - did you receive these errors when attempting to boot the new kernel or when attempting to compile the kernel? If the latter, was the compilation performed from within a running system or from an alternate environment such as a live cd?",0,4212,politeness_stack +"Sorry, forgot to prefix your name. Also, is there some reason you are not using yum or similar to do the installation, since it does dependency handling?",0,4213,politeness_stack +"Presenting **system and user-space time** from your might also be important for solving the puzzle, so please include them in your question. Which of them makes the big difference in your tests?",0,4214,politeness_stack +"There are actually a lot of ways to handle this depending on the kind of file, the kind of change, how often it needs to be checked, if there are any requirements for monitoring previous actions, etc. Could you please describe your problem more fully?",0,4215,politeness_stack +ah sorry missed that. anything suspicious in your `.zshrc`?,0,4216,politeness_stack +"Try using `zypper`? Also, can you post what errors you are getting, please?",0,4217,politeness_stack +Your question is unclear. Could you please edit the question to more fully describe what you are trying to accomplish and what your different scenarios are?,1,4218,politeness_stack +"@Eric, I feel sorry for anyone still stuck with an [ATM](http://en.wikipedia.org/wiki/Asynchronous_Transfer_Mode)-attached host. What did you do to the technology gods to deserve this?",-1,4219,politeness_stack +"please post the output of `ip link show`, `ip addr show`, and `netstat -rn`. When you connect to the device, what is its address?",0,4220,politeness_stack +"Please tell us you're not trying to write a root-kit. Can you explain your scenario so that perhaps we can suggest a better security architecture instead of one that is generally considered ""evil"" behavior?",0,4221,politeness_stack +"Please describe, what happens if you try to boot. What boot options are used?",1,4222,politeness_stack +"Would somebody please explain what does emacs graph, given above, means? How to interpret it?",-1,4223,politeness_stack +"Please read this again: ""you can use the amount of time it takes for it to invalidate you help guess if part of your credentials are correct"". Aren't you missing something there?",1,4224,politeness_stack +Not clear! Can you please little bit technical?,0,4225,politeness_stack +"@Gilles Sorry for touching such an old issue, but it looks very interesting! Do I understand it right, that something like `ionice` would do more good?",1,4226,politeness_stack +"Thanks Gilles for the answer.. But, i am not still able to get the whole concept. Could you please be a bit more simpler without reducing the information in it?",0,4227,politeness_stack +"__In a Linux kernel context, the only lock with a spin implementation has a mutex interface.__ I dint understand this line. Could you please expand on it?",0,4228,politeness_stack +"__There was also a misunderstanding of the standard by OS implementors, notably Microsoft and Linux which erroneously map file systems with (primary) partitions instead of subdividing their own partition in slices like BSD and Solaris which was the original intended goal.__ I dint understand this. Could you please elaborate on this?",0,4229,politeness_stack +"@Steven: Sorry, don't follow. Can you elaborate?",0,4230,politeness_stack +"sorry, yeah, that's what my file looks like. Well, the '& ~' isn't indented, but that doesnt matter right?",1,4231,politeness_stack +"@forcefsck I tried the exact steps as outlined in the answer, but got an error from Grub saying ""could not find device for /boot: Not found or not a block device."". Please see the screenshots of it and my /etc/fstab, any other ideas?",1,4232,politeness_stack +"Hi johnny8888, I'm on a Solaris server and there is no manual entry for expect. Can you please elaborate your answer?",0,4233,politeness_stack +Could you please be more specific? Which paragraphs from the [link](http://reactivated.net/writing_udev_rules.html) are relevant to me?,1,4234,politeness_stack +Nice. Could you please link back to the source?,0,4235,politeness_stack +"Please see http://unix.stackexchange.com/q/14113/5614, here, I'm told that in order to set the window title, I need this escape sequence. What should I do?",0,4236,politeness_stack +"I installed it using pacman, but it still shows the error. It's written ""Please install the build..."" so do I also need to build it, or do I just need to reboot?",-1,4237,politeness_stack +"I don't know what I should be adding to the fstab, so I cannot implement this properly. Could you please help me?",0,4238,politeness_stack +"This post says some things about ""ownership"" and ""GIS"" and ""land"" but there's no recognizable, unambiguous question. Could you please clarify and repost?",-1,4239,politeness_stack +"Please clarify: Do you already have a table of network nodes with IDs or do you need to create IDs from scratch? If you have a nodes table, how does it look like?",0,4240,politeness_stack +@user Could you please be more specific? Exactly how does Arc 9.x fail?,0,4241,politeness_stack +Could you please describe in more detail what do you mean? Perhaps include a drawing?,1,4242,politeness_stack +"Hi @philippe. Since it seems like you found the solution, could you please post how you fixed your problem for future readers of this question?",0,4243,politeness_stack +"Sorry for maybe stupid question but what do you mean by ""commandline command""? You mean that one in psql?",0,4244,politeness_stack +Your URL does not appear complete. Can you please edit it ?,0,4245,politeness_stack +"Sorry for being a nitwit. But, where do I click to mark this as answered? :)",0,4246,politeness_stack +"The first step is where the magic lies, I guess. Care to elaborate please ?",-1,4247,politeness_stack +I searched through Graphserver source but couldn't find where it outputs geoJson. Could you please point me to that particular function?,0,4248,politeness_stack +I don't see how thinking of raster as a specialised type of vector is helpful to understanding. Could you please elaborate on how this perspective has helped you?,0,4249,politeness_stack +I don't see anything there that would indicate that you can use dynamic text to label latitude and longitude. Can you please provide some more information or a methodology?,-1,4250,politeness_stack +sorry about that. Can it be done in python?,1,4251,politeness_stack +"thank you, that's it. can you please help me how to save it like 1bit png?",0,4252,politeness_stack +"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,4253,politeness_stack +Could you please elaborate on that? How can I construct a style with a named geometry in it?,0,4254,politeness_stack +"please, explain better what do you mean with ""Steam games"". Any game distributed through Steam or some specific games only?",0,4255,politeness_stack +"Please add more information, what exactly is your problem? What have you tried?",0,4256,politeness_stack +"I tried to edit this as best as I could, but I'm still really confused as to what you were asking. Could you please clarify the intention of this question?",0,4257,politeness_stack +"The link here in your question is giving me a database error; did you paste it incorrectly? Also, if you solved it, could you please post your solution here as an answer? :)",-1,4258,politeness_stack +"I'm sorry, but I don't think we can help you with this request. We ruled recommendation questions to be out of scope of the site; this includes ""is there such a thing as X?""",0,4259,politeness_stack +"Sorry for the edit. Out of curiosity, why did you change it back?",0,4260,politeness_stack +"Sorry, I got a bit confused. Actually, how did you build a station with this configuration?",1,4261,politeness_stack +"Sorry, I'm not clear on what's happening in the question. Are you saying that the cart zooms over power rails while they're *unpowered*?",1,4262,politeness_stack +Please provide more details as to what exactly you are doing. Are you currently using the Host & Play option?,0,4263,politeness_stack +"Moving the cable around and such I have not been able to spontaneously reproduce the issue, however it is happening a bit less frequently now... still annoying though! If this question is better placed in SuperUser, could someone move it please?",0,4264,politeness_stack +What is special with Zergs? Could you please extend you answer for them too?,0,4265,politeness_stack +I let it accepted for the computation but it seems the link is not the good one as they're not talking about levels in this thread. Could you check please?,1,4266,politeness_stack +"@Matt Sorry about the edit, maaan. Out of curiosity, why don't you want the spoiler block?",0,4267,politeness_stack +This looks like it could be a fantastic solution. Could you please add it as an answer to the [other question](http://gaming.stackexchange.com/questions/5345/mouse-and-keyboard-for-xbox-360)?,0,4268,politeness_stack +"@Dave I have updated my answer to include a link to a chart showing the missle bonus for the different shield sizes. Since you appear to have access to the manual, could you please confirm whether the information in the link is correct?",0,4269,politeness_stack +"thanks for that, but can you please elaborate? What are the three different class types?",0,4270,politeness_stack +"please define ""medium"" & ""large"" sized holes. And are you talking about timber members?",0,4271,politeness_stack +"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,4272,politeness_stack +I may be having trouble visualizing but in the first option it sounds like you're describing adjusting the size of a door rather than making/installing a jamb for a thin wall. Can you please clarify?,0,4273,politeness_stack +Could you next time create 2 posts if you have 2 questions? Please?,1,4274,politeness_stack +Your question currently doesn't make any sense as it is worded. Could you please edit it and clarify what you are asking?,1,4275,politeness_stack +"Thanks for the approval :) But as I said, my photoshop-fu is weak on this. Can you please post a tutorial?",0,4276,politeness_stack +"I like this idea. Do you have that library posted, or can you please point me to a few of those photos?",-1,4277,politeness_stack +"I can't read IPA. Can you add the IPA meanings for those vowel sounds to the answer, please?",-1,4278,politeness_stack +@jrista. can you please describe your setup?,1,4279,politeness_stack +"@Ofeargall - Welcome to the community. Could you please elaborate on what you mean ""want to know"" vs ""need to know""?",-1,4280,politeness_stack +"Sorry, what does ""set your exposure such that that is 'properly exposed'"" mean? Visually comparing the result of the camera with the colour of the card?",1,4281,politeness_stack +"Wow, I see there are many newer versions, possibly even 3.10 but I can't find a decent download link, not even on the Canon web site. Can someone help please?",0,4282,politeness_stack +ElendilTheTall - Please read my comment to the question. Can you explain why the focus supposedly locks when the camera is in Auto mode (are things different with Nikon)?,1,4283,politeness_stack +"Please be a little specific - ""best"" differs amongst various users. What features specifically are you looking for?",0,4284,politeness_stack +Please be more specific. Do you want to connect a device to your xperia and have the audio routed thru the loudspeaker?,0,4285,politeness_stack +"...? +Can you please be more specific about your question? +You talk about Samsung graphic customizations?",1,4286,politeness_stack +"Sorry, let me be more clear - Is your router using 802.11a, 802.11b, 802.11g, 802.11n, or a combination? Does it broadcast at the 2.4GHz or 5.0GHz frequency?",0,4287,politeness_stack +"For what it's worth, I haven't seen this. Can you please add your device and carrier to your message?",-1,4288,politeness_stack +"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,4289,politeness_stack +@Toad: Ok. Sorry for the last clarification - does calls to land-line or mobile from Skype client count towards data limit?,0,4290,politeness_stack +Ummm...what? Can you please clarify your answer?,-1,4291,politeness_stack +"I'm excited! My latest Kies download is under progress now.... Please tell me, is 2.2 official upgrade released?",0,4292,politeness_stack +"Please add the replys as comments to the answer, this way the user gets notified of the reply. Just to make sure, both of the videos use only the baseline profile of AVC?",0,4293,politeness_stack +"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)?",-1,4294,politeness_stack +"im sorry, what do you mean by ""application""? android calling system is stock.. As I've stated before, I cannot find the ""video call"" option when calling.. are there any workaround?",0,4295,politeness_stack +"Sorry. What do you mean by ""burn in the images""?",0,4296,politeness_stack +"Sorry. But, what is ""Sym"" button?",-1,4297,politeness_stack +"Sorry, but an additional: if I do not export it to SD, where they originally are? Can I see them from PC?",0,4298,politeness_stack +*@RealityCramp* - I have read your question several times and while I think I understand what you might be asking I'm at a loss regarding the details. Can you please rephrase your question?,-1,4299,politeness_stack +"This is a pretty broad question. Can you be more specific, please?",-1,4300,politeness_stack +I don't understand what it is you're trying to do. Could you please expand on your question a little bit?,0,4301,politeness_stack +This question is a little bit vague. Could you clarify please?,0,4302,politeness_stack +"*@user1147* I edited your question heavily to try to make it more clear *(please review to make sure I didn't change the meaning.)* One thing I didn't understand was when you said *""when I open a single page to check post""*; can you be more clear what you meant by *""single page?""*",1,4303,politeness_stack +"@hakre: I don't agree with the tag you added, `[work-for-free-for-me]`. I don't want to remove it without discussing it, so could you please explain the reason why you added this tag and what it adds to the question?",1,4304,politeness_stack +What do you mean by _if i don't use a custom menu_ ? Could you please describe more clearly under which conditions you get desired result and when not?,0,4305,politeness_stack +"No idea what feature you refer to (don't think it is something native), please elaborate? Also self-hosted WordPress or wordpress.com blog?",-1,4306,politeness_stack +Can you please review your question? Could you find an answer on your own so far?,0,4307,politeness_stack +"The question is not really clear, sorry. I understand that English is not you native language, could you perhaps get someone else to read it for you can clarify the wording?",0,4308,politeness_stack +Still fuzzy. :) Could you please rephrase - what does `twenty ten shows` and `new one shows the html template` mean?,0,4309,politeness_stack +"Please don't take this the wrong way, but this question doesn't really belong on http://wordpress.stackexchange.com/. Perhaps something like http://webmasters.stackexchange.com/ would be a better fit?",0,4310,politeness_stack +Are you talking about registered thumbnail sizes or you are trying to get arbitrary non-registered size in pixels? Code example please?,0,4311,politeness_stack +Please name the browser and version. Are you sure this is a WordPress related problem?,0,4312,politeness_stack +"@user2924 - I must be missing something but I'm unclear still what you mean by *""like this""?* Can you also please specify your basic requirements?",0,4313,politeness_stack +"Well, the title may say it all but _""all""_ isn't enough for me to understand what you are asking. Can you please elaborate?",1,4314,politeness_stack +"Can you post a bit more context, please? What's in `$query_string` and where do you get it from?",0,4315,politeness_stack +"Please define ""primary navigation"". Also: are you using a custom theme, or one from the theme repository?",-1,4316,politeness_stack +Could you please clarify what do you mean by _password format_? How passwords are hashed for storage in database?,1,4317,politeness_stack +Could you please provide a link to plugin you use? Is it released by flattr themselves or some third party?,0,4318,politeness_stack +"Sorry, can you explain your problem a bit better? Do you want to upload a wordfile to your media library and the footnotes of the .doc file were stripped out or do you want to upload a .doc file, extract the content and make a wordpress post out of it?",0,4319,politeness_stack +@Chip: I [created a Trac question](http://meta.wordpress.stackexchange.com/questions/648/should-we-answer-questions-about-theme-reviews) to discuss whether we should answer these questions on WPSE. Could you please give your opinion too?,0,4320,politeness_stack +"Sorry, I still have trouble grasping scope of your issue. May be you could add actual code to the question so it is more clear what it currently does and what needs to be improved?",0,4321,politeness_stack +"Um,oops... sorry for editing your question; thought I was editing an answer. Want me to pull that down into a comment?",-1,4322,politeness_stack +"""Wordpress is not designed performance wise in the end"" Making wild statements like that with no proof or backup is just flamebait. How about we stick to facts please? :)",-1,4323,politeness_stack +"Could you please give an example of the action names . Will the actions triggered be ""future_to_published"" and ""publish_post""?",1,4324,politeness_stack +Thank you for your answer. Could you please provide some reference (link) for the self-spreading malware attacks?,0,4325,politeness_stack +Thank you very much for your answer. Could you please take a moment and provide the code I would need to add which would allow me to achieve these goals?,1,4326,politeness_stack +"Sorry Rarst how do you mean markup? Do you mean is everthing where it should etc, in correct divs and so on?",-1,4327,politeness_stack +"Thank you, I will give this a try tomorrow but could you please explain how to do different validations. For example validating for an correct email address, validating that there are no more than or at least XX characters, that a form field is filled out... things like that?",-1,4328,politeness_stack +"Pk, Please give me a idea. If we define primary menu like secondary menu, then primary menus(default) will be displayed or not?",1,4329,politeness_stack +"Thanks, Anu. Sorry to be a php nitwit, but I tried this and got nothing: '' should I have left it as 'ID, 'toolkit', 'description') ?>' ?",-1,4330,politeness_stack +"I'm very sorry Rarst, I still don't fully understand. Can you please share an example?",0,4331,politeness_stack +"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,4332,politeness_stack +"@hakre: I don't understand how I can circumvent the ""that"" by using physical media in distribution. Can you explain please?",-1,4333,politeness_stack +Yeah you answer did help me. Please can you give me a little bit more details about 'creating a custom admin page that allows the user to add static sections via AJAX with links to their edit pages' (if there's no Static Content menu in which other ways the user can create the content)?,1,4334,politeness_stack +"sorry my bad english , its not what i ws looking for becuase everything i would have to include a shortcode after more tag in the post editor, but it can do that work. So its not possible to just work on some function which will automatically put some text/code after the more tag in the post page ?",1,4335,politeness_stack +Can you please help me how can I do that? Whit some code example?,0,4336,politeness_stack +"Did you mean to post this answer to a different question? If not, could you please clarify how an answer about adding filters to custom post types has anything to do with using a tagging plugin?",-1,4337,politeness_stack +"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,4338,politeness_stack +"Sorry, just to clarify: So I should try changing index.php (which is the splash page now) to index.html with the addition of the head content? Or do you mean change index2.php to index.html?",-1,4339,politeness_stack +"Will do that. As an aside (and please, I'm sorry if I should not ask this here), is it possible to add code blocks in a comment?",1,4340,politeness_stack +Thank you! I am confused about the save function though.. can you please explain how is works?,-1,4341,politeness_stack +"@kaiser: Sorry, not meaning to be harsh. I just don't understand for what real world reason you would advocate just sticking to those terms?",-1,4342,politeness_stack +thanks for taking the time to answer my question! can you please point out WHERE should i add the call?,0,4343,politeness_stack +Please look at me edit. If i'm right and it does have something to do with being logged in can someone please explain to me WHY WHY WHY would that matter???,0,4344,politeness_stack +"Hey EAMann, that's great and it works. However, I'm having trouble echoing the Title, can you put an example of how to do that please?",-1,4345,politeness_stack +Thanks a lot! Can you please comment on [this](http://wordpress.stackexchange.com/questions/23990/initialize-wordpress-environment-to-use-in-a-real-cron-script) related question?,1,4346,politeness_stack +Sorry :) I dont want to hack the system!! :) is there another way?,-1,4347,politeness_stack +"Sorry nevermind I found the option for it :) + +Without having much knowledge of Wordpress, do you know how I'd go about combining image map within the fancybox with some custom jQuery to trigger events based on the area clicks?",1,4348,politeness_stack +"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,4349,politeness_stack +"Unsurprisingly, there's -1 ""I don't agree"" happening everywhere in this thread. People, can we please just keep it to ""+1 I agree"" or ""0 I don't agree""?",0,4350,politeness_stack +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)?,-1,4351,politeness_stack +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)?,-1,4352,politeness_stack +I'd like to know why someone voted to close this as Off-Topic. Can you please explain your reasoning?,-1,4353,politeness_stack +"@azheglov Yes, sorry, not sure how that happened. I don't seem to be able to edit the comment either (insufficient rep?)",0,4354,politeness_stack +"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?",-1,4355,politeness_stack +"@Stephen Oh, sorry... I misunderstood. (but u do see why u need to learn c /c++ right?)",0,4356,politeness_stack +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,4357,politeness_stack +Please elaborate: UI design or general software architecture design? Or anything else?,1,4358,politeness_stack +Would you please tell your background if you are switching? Or C# is the very first language you are learning?,1,4359,politeness_stack +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,4360,politeness_stack +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)?,-1,4361,politeness_stack +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)?,-1,4362,politeness_stack +Can you please edit this question to make it more constructive? How many of the 6 guidelines does it satisfy?,-1,4363,politeness_stack +This question really doesn't satisfy the guidelines of the site. Can you please read the FAQ and then edit this question?,1,4364,politeness_stack +"I would recommend asking the question on Programmers.stackexchange.com ... Also, it's a huge question. Can you shorten it please?",1,4365,politeness_stack +"Are you saying you want three developers to be accessing *the same* device? I don't think that's possible, but you could easily set up a central repository and have all three with their own devices (please clarify if that's what you're asking for?)",0,4366,politeness_stack +"Please define ""better"" Addresses are very, very difficult to make consistent. Do you have software to filter and standardize the addresses?",1,4367,politeness_stack +"I think I need some more sleep - did anyone else read this as ""Please take this question seriously. I have some monkeys and ideas..."" ?",1,4368,politeness_stack +@Butts Fredkin: I'm sure you can back this claim up with some facts. Can you please provide specific quotes or a links that illustrate what you're talking about?,0,4369,politeness_stack +Could we have a question concerning the GPL without discussions about whether the GPL is good or bad sometime? Please?,-1,4370,politeness_stack +"I'm sorry if I wasn't clear, I'm asking why it isn't something you can choose to do every time? What is the reason you can't do that?",0,4371,politeness_stack +"Sorry, why are you forced to use this thing? Do you have any personal will-power?",1,4372,politeness_stack +Sorry but that is currently covered by NDA. Would my previous projects be satisfactory?,0,4373,politeness_stack +"I'm sorry, as this question is written I have no idea what you are actually asking. Can you revise and expand on what you'd like to know?",-1,4374,politeness_stack +Please clarify - are you going to charge your boss for this? Or is your boss going to charge a client?,0,4375,politeness_stack +Please clarify what you mean by 'sub-info'. Are you referring to the $info_results array?,1,4376,politeness_stack +Please tell us more about your prototype. Do you want to prototype a web-application or a desktop application?,0,4377,politeness_stack +"I'm probably going to be sorry I asked, but what's a BA? ""Bachelor of Arts"", ""Benefits Administrator"", ""Bad Ass""?",1,4378,politeness_stack +"@Lorenzo - I think I've heard something along the same lines in the 80s, for Fortran, COBOL, some other less known languages as well. Sorry, all still here :-) On what basis do you make these conclusions?",0,4379,politeness_stack +DRM in eBooks is driving me mad. Can we please please please hurry up the free market on this one?,0,4380,politeness_stack +"Wow. That video... I'm drooling. Can I have this for C++, please?",0,4381,politeness_stack +"@RHPT, that completely changes things, so please edit it into the original question. If this project is a success, is it likely to change Schuyler's opinion of its importance?",0,4382,politeness_stack +@karianna - I'm using Subversion; hope discussing little tech/programming won't make this closed! :-) Please let me know whether I need to post a question in SO asking how to merge log comment to particular class? :-),0,4383,politeness_stack +"Should be ""expect"" instead of ""respect"". And also, please see my added question ""Do I have to know about Escher and Bach?""",1,4384,politeness_stack +Please provide a citation for where Java is *faster* than C or C++. Did you mean faster to write?,0,4385,politeness_stack +Please enlighten me. How can a developer make doubly sure that his/her fix is correct if he/she can't reproduce the bug?,-1,4386,politeness_stack +ahhhh please this is so common its not even funny. Why do managers think that testing can be optional just cause their getting fire from above?,1,4387,politeness_stack +Sorry my browser can't load the page to the book. Can you mention the name?,0,4388,politeness_stack +For source control reasons? Can you please explain?,-1,4389,politeness_stack +"@Bob Murphy: Yeap, you see, *I'm sorry* is used waaay too often, and usually it doesn't mean that someone is sorry - it's just a protocol keyphrase. Do we need protocol keyphrases where real action and attitude is what's actualy needed?",1,4390,politeness_stack +I have updated question. Can you please look at it?,-1,4391,politeness_stack +@Slawek - Please provide some documentation for your metric. Can you find anything online to support that?,0,4392,politeness_stack +Not sure how this setup helps migration. Could you please elaborate?,-1,4393,politeness_stack +"I've updated the question to specify that it's verbal feedback we need to record (sorry for the ambiguity). That noted, would such a system work with a member of the team adding clients' comments on their behalf?",-1,4394,politeness_stack +@Darin Dimitrov Can you please tell me for how long you have been using 4.0? just after it got released?,-1,4395,politeness_stack +-1: I've read that book too. Can you please be more specific about how the message in that book addresses this question?,1,4396,politeness_stack +-1: Huh?? Can you please explain?,-1,4397,politeness_stack +"I know that ""click here"" should be avoided, at least for semantics. Can somebody please explain ""It ruins a perfectly good SEO opportunity""?",1,4398,politeness_stack +I've gotten curious about your experiences interviewing Russians. Would you go into details please?,-1,4399,politeness_stack +"Does the thing in the upper pic train my finger muscle or something else?(don't their name, sorry) And how about the below one?",0,4400,politeness_stack +"Can you please be more specific?? What do u mean by ""but it's not a problem as far as the tutorial goes"" ??",1,4401,politeness_stack +"+1: ""We try to not put the sales men in the same room."" Can I work for you please?",0,4402,politeness_stack +I don't understand how a folder-based file system is not a hierarchical system. Could you please explain further?,1,4403,politeness_stack ++1 for the historical paragraph (please add reference?) but -1 for thinking that programmers should betray the established methodologies of those for whom they work?,1,4404,politeness_stack +"Sorry, but I don't buy it. Why should we be sheep because exceptions didn't exist in PHP over a decade ago when classes were first implemented in PHP `4.something`?",1,4405,politeness_stack +"Please tell me you're joking. No, seriously, that's not actually what happens is it?",0,4406,politeness_stack +Would you please elaborate for a C++ noob? What actual problems have you run into?,0,4407,politeness_stack +"I'm sorry, I can't follow. How is that related to what I said?",0,4408,politeness_stack +Please be more specific. Which concepts?,0,4409,politeness_stack +Thanks Al! Could you please recommend some books?,0,4410,politeness_stack +"Sorry, this is just horrible advice (see @GrandmasterB’s comment). Why has it got so may upvotes?",0,4411,politeness_stack +"Sorry, I know nothing about Python. Is that Pygame and Django just like .Net Base class library?",0,4412,politeness_stack +"If you can edit your reply and add the answer to the question please, Is viewState really important? and if I want to hand code it will it be a difficult process?",1,4413,politeness_stack +*cough* PHP *cough*. I'm sorry - you were saying something about not worrying about the order of parameters?,0,4414,politeness_stack +"@damonokz Sorry maybe I misunderstood something but you said ""Anyway, its a relief that somebody understands the situation"". So the guys here who are trying to answer your question and spending their own time don't understand the situation?",1,4415,politeness_stack +"Thanks for the reply. Could you please elloborate on ""long as you keep the dependencies clean (no cycles) and you already know where to cut to divide "" prob with an example?",1,4416,politeness_stack +@code: Heh-heh... missed that. Can you please add [StackCenter](http://stackapps.com/questions/1114/stackcenter-your-one-stop-for-everything-stackexchange) to your list of apps that use Soapi.JS?,-1,4417,politeness_stack +"@eWolf: Sorry, I didn't have a chance to install the XNA framework. Have you considered listing your application on [StackList](http://stacklist.quickmediasolutions.com/)?",-1,4418,politeness_stack +sorry for the dumb question..one thing that I don't get is why /sites route and other routes in the documentation have **This method is new to version 1.1** description. Is it new or just updated?,-1,4419,politeness_stack +"Wasn't me, but I assume it's because the question is ""Can we please have?"" rather than ""Why does mine not work?""",0,4420,politeness_stack +"Similar to [this question](http://english.stackexchange.com/questions/1183/colons-and-semi-colons). Also, can someone with sufficient rep please add the ""punctuation"" tag?",0,4421,politeness_stack +"As you can see from the answers so far, it's not quite clear what context we're talking about. Could you please clarify?",-1,4422,politeness_stack +"Please make your question more clear, preferably with examples. Is this a question about philosophy or about language?",-1,4423,politeness_stack +"I think those are actually two questions, none of which I understand properly. Could you please expand your questions, so that we get of better understanding of what you're looking for?",0,4424,politeness_stack +"Can you please change the question to 'What idiom starts out like ""I'm going to start taking names and...""?' instead of just 'What is this idiom?'",0,4425,politeness_stack +"I'm sorry, that doesn't really make sense. What is your question?",0,4426,politeness_stack +"can you provide a bit more context, please? Is the object updated only after increments of 12 minutes, so either 24, 36 or 48 minutes?",0,4427,politeness_stack +Please make your question more understandable. And provide an example... What sentence is not clear for you?,0,4428,politeness_stack +"Oops, sorry about that. Delete?",0,4429,politeness_stack +"Sorry to be daft, but where do I find the community wiki? Is that another name for the Metas site or is it something completely different?",-1,4430,politeness_stack +"What do you mean by ""deferred"" and ""fetch later""? Could you please give some examples?",-1,4431,politeness_stack +@Jen sorry to be patronising. Are you confusing *square numbers* (numbers raised to the power of two) and *powers of two*?,-1,4432,politeness_stack +"Please can you add more information as to what you want ""inner protected world"" to mean? are we talking about a ring of planets, some sort of mental sanctum, or something interdimensional, or something completely other?",1,4433,politeness_stack +Where did you read this? Could you please provide a link?,0,4434,politeness_stack +"Sorry, just realized you were talking specifically about using the word in the title, which does make things a little trickier-- you probably don't want your app to have a different name on both sides of the pond, although it wouldn't be unheard of. Can't you just use ""Plane"" instead? :P",1,4435,politeness_stack +I'm sorry. Did I hurt your feelings?,0,4436,politeness_stack +"I don't think it's just that ""if I was"" *can* be valid for the past -- ""If I were wrong, please forgive me"" sounds totally ungrammatical to me. (Am I alone in this...?)",0,4437,politeness_stack +"Thanks for the help, +1. Could you, please, specify, should I include the phrase ""per the email..."" before the salutation in the email or after it?",0,4438,politeness_stack +(1) Thanks for the explanation that the verb “section” here is indeed an abbreviation. (2) Can you please fix the link to “Blog”?,1,4439,politeness_stack +"""...without considerably more context"" - I am sorry for being, perhaps, too annoying, but your last words give me some hope that ""speaking tings"" is still possible under some very very specific circumstances, some broader context. Can you, please, try to come up with such context?",-1,4440,politeness_stack +"Could you please comment on the usage of this expression in sentences like *""The function `foo` may or may not return a `bar`.""*, where the point is to emphasize that you can't rely on one behavior?",0,4441,politeness_stack +"@Kosmonaut: Yes please, I agree with Martha. What is the deal with W ?",1,4442,politeness_stack +Could you cite a reference please? Is the rule based on the noun closest to the verb?,-1,4443,politeness_stack +"Wow, today I learned something completely awesome. For completeness, can you please include a link to a dictionary or at least its pronunciation?",0,4444,politeness_stack +"@Mithun ""*I must agree with you because there is a possibility that the asker may misunderstand the first phrase by insisting the context of what I explained for a situation where the context what you suggested would be needed*"" - I asked this question without having any context at hand, I just happened to hear both phrases and wasn't sure if they meant the same thing. My main point here is this: Would you say ""Bend your knees, please"" to someone if you want him to squat down?",0,4445,politeness_stack +Good one! More please?,0,4446,politeness_stack +"Thanks, Sorry I was meaning to say ""past perfect"" not ""present past"". And my question was asking about an explanation why they make sense, can you help with that?",0,4447,politeness_stack +"@Colin Fine: I think it's a good example, especially for the use case described. Could you please add your comment as an answer?",1,4448,politeness_stack +"could you give an example, please. What oportunity do you mean?",-1,4449,politeness_stack +"Please, give me example with a number, otherwise I don't understand. Also, would that be used as a question in that situation described above?",-1,4450,politeness_stack +"@Jason Orendorff - Sorry, I meant just the response, the other was just a setup. I would have suggested that *her* in *I told her* is the IO (with the implicit news of her father's death being the DO) If *her* is a DO in that sentence, what about *I told her the news*?",0,4451,politeness_stack +"The reason for using ""Please try not to eat the semicolon"" was simply because I couldn't come up with a better example. Would there be any difference if it was related?",1,4452,politeness_stack +"The one place where none of these arguments work is in sentences like these: ""Everyone got a gift that ___ loved."" +Now, fill in the blank (please?)?",0,4453,politeness_stack +@FumbleFingers: Can you please make some explaining comments on your diagram? Where does the data come from?,0,4454,politeness_stack +What about 'Please use other paper'? Paper could be both plural and non-plural but it's still grammatically correct I think?,-1,4455,politeness_stack +"sorry, inserted before I was through. A vague source said that the usage of this in the sense of 'appropriate' is relatively new and I wondered if anyone could pinpoint the diverting point?",0,4456,politeness_stack +"I'm sorry, but it's still not clear. Are you saying that it _is_ correct grammar?",-1,4457,politeness_stack +Can it be used for any kind of departure? Could you please give more examples in context?,0,4458,politeness_stack +"@Sklivvz or MBQ, can you please edit the question title to put it proper English? ""Why does the sky change color?""",0,4459,politeness_stack +"Also, @Ahh or Cedric, can you please edit the question title so it asks ""for modern physics"" instead of general background? And by modern physics, do you mean quantum mechanics, relativity, quantum electrodynamics, and particle physics?",-1,4460,politeness_stack +"The answers (3) show different meaning for that ""time standard"". Could You please specify what You mean with that?",0,4461,politeness_stack +"Sergio, can you please clarify? Do you mean ""a wave or a particle""?",-1,4462,politeness_stack +"Your title mentions relativity, but your question body does not. Could you resolve this for us please?",-1,4463,politeness_stack +"Sorry, I just don't see the long TeXed formula in TeX even though it looks OK in the preview - a strange bug that I am unable to fix. Can someone help?",0,4464,politeness_stack +"@genneth please correct me if I'm wrong, but isn't the inverse effective mass given by an expression of the form $m^{-1} = \partial^2 E(k)/\partial k_a \partial k_b $, where $E(k)$ is the dispersion relation, $k_a, k_b$ are directions in momentum space, and for simplicity we assume that $m^{-1}_{ab} := m^{-1}$? So given the energy spectrum of Aluminum one can calculate the effective mass for any excitation of momentum $k$ in its brillouin zone?",0,4465,politeness_stack +"I am having a hard time figuring out what each symbol means. Could you explicitly identify them, please?",1,4466,politeness_stack +"@skywaddler. Sorry, but I got to ask for clarification: In your terminology, do you distinguish between a _function_ and a _functional_ ?",0,4467,politeness_stack +60 oz beer sounds like a fine bounty to me :) Just to make it clear (sorry if I am blind): is your situation stationary (i.e. with constant flows) or not (due to finite amount of water in those tanks)?,0,4468,politeness_stack +"You're asking very different questions here. One is a repeat: http://physics.stackexchange.com/questions/1372/is-rotational-motion-relative-to-space Could you simplify the question to ask just one thing, please?",0,4469,politeness_stack +@Helder This Q is a total mess -- can you please smooth it a little (like rewrite)? And maybe remove the statement form?,0,4470,politeness_stack +"@Omega Centauri - I think that strictly speaking, levelized costs are normally for *energy* rather than *power*. Anyway, can someone with the rep please move to close this question, as it's speculative?",0,4471,politeness_stack +"Sorry, I'm a newbie in Physics world. But since you said that it's always with other stuff, can't we just weight the whole bundle of'em (quark with other stuff), then if we know the weight of other stuff, do simple math?",0,4472,politeness_stack +Yes This is the correct answer. Can you please check if my proof below is correct?,1,4473,politeness_stack +@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?,-1,4474,politeness_stack +"Sorry about not being clear, but I was talking about an idealised case where air resistance is negligible and the tires are perfectly rigid and there is no internal friction at play. So, then why is it 0?",-1,4475,politeness_stack +"Please forgive me, I'm working on a 20-year-old High School math & physics education. So are two overdots the second derivative?",0,4476,politeness_stack +"thanks. Please, can you rephrase your question as answers to each specific subquestion?",0,4477,politeness_stack +Thanks again Robert! I will definitely work it out..But can you please explain about my confusion on whether it will provide normalizable or non normalizable mode (basically my first comment after your response) and in that case what will be the source that will couple to boundary operator?,0,4478,politeness_stack +"Sorry, but I dont understand. How should I check ?",-1,4479,politeness_stack +Thank you very much @Luboš Motl ! Would you please sum up your comments and post them as an answer?,-1,4480,politeness_stack +"Please tell me when it turned out that Mach principle is wrong? And how this ""wrongness"" is manifested?",-1,4481,politeness_stack +"Thanks, this was easier to understand. Can you please add a few more lines to last three definitions?",1,4482,politeness_stack +I am sorry but I don't see how this is related to uncertainty and time evolution. Could you explain that?,-1,4483,politeness_stack +"My brain has been scrambled a bit by your sentence: ""Essentially there is no way to distinguish between an object at rest or moving at a constant velocity."" - can you elaborate please?",1,4484,politeness_stack +"Either way, the whole point of the question was to see a concrete mathematical proof. Instead of just saying it is so, can you please show how it is so, such that I can learn more?",0,4485,politeness_stack +"The Wikipedia page does not say anything about single electrons, and the original paper, ""[Das magnetische Moment des Silberatoms](http://www.springerlink.com/content/q47427674u801u22/)"" seems to refer to silver atoms - not sure about this because the paper is in German and behind a paywall. Can you please clarify your answer?",0,4486,politeness_stack +"Dear @sb1, it's all great but could you please answer the main question - in non-engineering terms that often already suppose an answer without asking why - whether the energy just disappears in the form of electromagnetic waves and how much? How much do we have to try to ""catch it"" by surrounding the circuit?",-1,4487,politeness_stack +Sorry I should have asked it in more accurate words...yes I meant that it should be measured with respect to the aircraft's instantaneous position and not velocity... Would the cross-track wind measurement/direction change if it was measured with respect to the aircraft's 'airspeed' velocity than 'groundspeed' velocity? -- as the cross-track direction is effectively perpendicular to the instantanous velocity of the aircraft -- whether measured wrt to ground or air -- so its measurement/direction would not be infulenced by the aircraft's velocity... no?,-1,4488,politeness_stack +"Sorry that does not answer my question. My question is, why do not people study electrons, say, artificially confined on a scale compared to the size of the nucleus ?",0,4489,politeness_stack +Remark to the moderator -- please advise what is to be done -- I cannot leave comments unanswered. Can the comment section be locked so that anybody willing to discuss this matter to do it in chat?,0,4490,politeness_stack +could you please tell what is your cpu and amount of your ram? and how many apps you install?,0,4491,politeness_stack +"Sorry, I don't really understand what you want it to do. Why would you hold it to your ear while dialing, and what does that have to do with vibrating on answering a call?",-1,4492,politeness_stack +"I'm having difficulty understanding your question. Could you please give a few more details, or explain what it is that isn't working for you?",1,4493,politeness_stack +can you please try flushing your dns cache with this command dscacheutil -flushcache and restarting your browser. Let us know if you can still access server.local with your browser?,1,4494,politeness_stack +"""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?",-1,4495,politeness_stack +This is something i can explore. Could you please send me an example? thx,1,4496,politeness_stack +"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?",-1,4497,politeness_stack +The file was indeed locked. Could you please expand on how to identify the uchg flag in the ls output?,-1,4498,politeness_stack +I get confused about scope with this horde of niche sites. Please explain: A question about apple filesystems belongs on superuser?,0,4499,politeness_stack +"Sorry, I'm an OS X newbie. Could you please elaborate as to how I would create and save this file?",0,4500,politeness_stack +"@Martin: I think modification of boot.efi wont be so risky, i can simply time machine back to my old system if anything goes wrong, right? Would u please provide me with modification instructions?",1,4501,politeness_stack +Transmission monitoring already existed as an answer. Could you please describe more the iTunes watched folder function?,0,4502,politeness_stack +It's not clear to me how to cause the Automator workflow to open a new terminal window and run the command inside. Can you please elaborate on this?,0,4503,politeness_stack +"@Kyle Cronin - can you please tell me, than the font is shown in the ""Fixed width"" fonts? (in the Font panel, like Monaco or Courier?)",0,4504,politeness_stack +anyone? help please?,0,4505,politeness_stack +"Ah, sorry, my mistake. However, at least on Snow Leopard, it's RunAtLoad, not RunAtLaunch -- or am I making the next mistake here? :-)",0,4506,politeness_stack +"Hi Serith - sorry, my question was badly worded - I've amended it now. I am looking to delete bookmarks within folders in the bookmarks bar - any ideas?",1,4507,politeness_stack +"Umm.. *what* means it is connected to GPRS? Sorry, I lost you — which part of the question are you referring to?",0,4508,politeness_stack +"Why did you phrase the question so well in the body, but horribly in the question field? Please rephrase your question as ""What video players do you recommend for Ubuntu?""",0,4509,politeness_stack +"Please be a little more specific! did you install it in an unusual way or is it just a ""normal"" Ubuntu package?",0,4510,politeness_stack +This question is unclear. Please clarify it (add annotated screenshots?).,0,4511,politeness_stack +please make us clear what do you mean by start menu bar. Is it the menu/icons on panel ?,0,4512,politeness_stack +can you please add the output from the `add-apt-repository` command ? Also after running `apt-get update` can you please run `sudo apt-cache policy nginx` and post the result ?,-1,4513,politeness_stack +Please add more details: What happens when you try to play something? What sound card do you have?,0,4514,politeness_stack +"could you please post the output of `iptables -v -L` instead of `iptables -L` ? You are using interface-based rules, and those are not listed correctly without `-v` ?",-1,4515,politeness_stack +Can you add more hardware data to your question please? Like the output of lspci and dmesg?,0,4516,politeness_stack +"Not sure I understand the question: (1) wireshark will look at packets as they come from the wire, so iptables rules for incoming packets do not apply; (2) your iptables rules apply to UDP, but you state that you open a raw socket. Could you please clarify what you are trying to achieve and what does not work as expected?",-1,4517,politeness_stack +Sorry you're trying to make a stream of you on your computer? Screenshots or video from a webcam?,-1,4518,politeness_stack +"Would you please edit the title and text to specify that this is a question about MSN camera support in Empathy? Also: what do you mean by ""I have problem to change files with it too""?",0,4519,politeness_stack +"Could you please be a little more specific? Are you wanting to update from the Ubuntu terminal, or are you looking to make some update to the terminal itself?",0,4520,politeness_stack +"To properly address the symptom, we need some information. Do you mind following https://wiki.ubuntu.com/Audio/AlsaInfo, please?",0,4521,politeness_stack +Could you please elaborate on the problem ? What is happening when you try to access some https site ?,-1,4522,politeness_stack +"I think you've got a typo here, I doubt that command returned ""How do I find out which process is eating up my bandwidth?""... ;) any chance you could edit the question please?",-1,4523,politeness_stack +"Can I please clarify the following: does this happen consistently, every time you log in, or intermittently? Do you normally have ""visual effects"" set to normal, or none?",0,4524,politeness_stack +"The format here is Q&A and this is just an A! I know I'm being a bit anal but could you split your solution into its own answer (using the button near the bottom) and refactor your question into a question, please?",0,4525,politeness_stack +"Could you please look at your dmesg, try to find any radeon related line. Other question: you are using Ubuntu 32 or 64 bits?",0,4526,politeness_stack +Please consider deleting your question or rephrasing it so we can answer with something useful for others. Can you link to where you got the linux 32bit drivers?,0,4527,politeness_stack +"Please mention the version of ubuntu you are using, as well the catalyst ( fglrx) driver version. Do you experience tearing or any other distortion?",0,4528,politeness_stack +"Sorry, wrong guess then. :-) I presume your system is fully up-to-date and you've restarted your machine after the last update?",1,4529,politeness_stack +"Can you please edit your question so that the title fits to the text? ""Suddenly"" does not seem to involve moving VBox to a different location, does it ;)?",0,4530,politeness_stack +"Can you clarify the question, please? Is it that you have an account with Last.fm, but not a paying account?",1,4531,politeness_stack +I don't get your question to be honest. Could you clarify it more please?,1,4532,politeness_stack +"I have tried the default ""Hello World"" from a new C++ console project and it builds and runs fine, could you please provide a screenshot of the error ? What templare are you using ?",0,4533,politeness_stack +"Please edit your question and title to more clearly address what you're seeking. Perhaps something like ""Is there an explanation, including diagrams, of Ubuntu's USB stack?""",0,4534,politeness_stack +"Please add some more information to your question, do you want to transfer the OS from a VM image to a physical partition ? Does the image contains an Ubuntu VM ?",0,4535,politeness_stack +"Please elaborate on ""doesn't seem to be accurately answered"". What did you try and what happened when you did?",-1,4536,politeness_stack +"Can you please try to clean-up your question if you want anybody to figure out what your problem may be (use `edit` button, use `code` tags). What is your boot priority in BIOS?",1,4537,politeness_stack +Can you please provide some additional information: Are the lines you quote the only messages relating to granola? Which kernel version are you running?,-1,4538,politeness_stack +This shouldn't be happening. Could you please [file a bug](https://bugs.launchpad.net/ubuntu/+source/tomboy/+filebug?field.title=Another+Tomboy+error+while+tring+to+sync+with+Ubuntu+one)?,0,4539,politeness_stack +@user12739 Give us more information please. What problem are you having exactly?,1,4540,politeness_stack +"I thought it was solved? +Would you please put the content of your file ~/.gtkrc-2.0 ?",0,4541,politeness_stack +"We will need more information. Would you please open a terminal and post the result of ""sudo fdisk -l""?",-1,4542,politeness_stack +I'm not sure that I understand the question. Can you please elaborate?,1,4543,politeness_stack +"Can you please run `sudo apt-get install aptitude` +and `sudo aptitude reinstall indicator-weather` and edit the question with output of the latter?",0,4544,politeness_stack +Please be a little more clear? do you have the printer attached to the ubuntu machine or the Windows XP machine?,1,4545,politeness_stack +"In English, please? Can someone translate this?",0,4546,politeness_stack +I hope I've translated this okay; please check it. Also I'm guessing your version of Ubuntu is 10.10 (as opposed to 10.04)?,1,4547,politeness_stack +"please edit your question with the link to this ""deb"". Also, what happens when you launch the software from a terminal session - any errors displayed?",0,4548,politeness_stack +"Please be more specific. What exactly do you mean by ""hangs""?",1,4549,politeness_stack +Sorry @klox I don't understand. Could you explain a bit more?,-1,4550,politeness_stack +"Rob - please add to your question the video card you have and if you have activated any additional hardware drivers. Also, please clarify what you mean ""system doesnt seem to be able to run Natty"" when using classic?",0,4551,politeness_stack +Query - please can you add to your question which version of ubuntu you are using. Have you tried either WiCD or NetworkManager?,0,4552,politeness_stack +"Sorry, I wasn't sure as you said you'd upgraded from 10.10, so I didn't know how 'fresh' your install was. Are you using nouveau or the proprietary drivers?",-1,4553,politeness_stack +Where is this dead zone? Can you please update your question with a screenshot?,1,4554,politeness_stack +You may be experiencing [bug #732677](https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/732677). Can you please edit your question to include the output of `sudo lshw -class network` and `lsmod | grep -E 'b43|ssb|wl'`?,-1,4555,politeness_stack +Do you mean the launcher? Could you please provide a screenshot?,1,4556,politeness_stack +Can you please give us some additional information on your hardware/setup? Do you have data that need rescue?,0,4557,politeness_stack +please clarify in your question - are you trying to install ubuntu with this card? Is ubuntu already installed and you are changing the graphics card?,0,4558,politeness_stack +Could you please be more specific. What do you mean by your desktop vanishing?,-1,4559,politeness_stack +"Could you please give a more detailed description of your problem. When did it start, etc?",0,4560,politeness_stack +"@Kory, please elaborate, on what grounds do you suggest that? What do you suggest the problem is?",-1,4561,politeness_stack +"Please further specify .odt, and .org files. For which application(s)?",0,4562,politeness_stack +I have no libGL.so(.1) in `/usr/lib` - only in `/usr/lib/mesa` and `/usr/lib/nvidia-current`. Can you please add the output of `update-alternatives --display gl_conf` and `ls -al /etc/alternatives/gl_conf` to your question?,1,4563,politeness_stack +"Also, can you please elaborate what you mean with ""whenever I install some opengl related packages"". Like which one?",0,4564,politeness_stack +"Could you please be more specific? What do you mean by ""Library Errors""?",-1,4565,politeness_stack +Not sure I understand the question. Could you try and explain please? :),0,4566,politeness_stack +"please can you confirm where you have downloaded moonlight - and which version (add this to your question). Also, which websites are not working (add the links)?",-1,4567,politeness_stack +"can you expand your question please - what version of ubuntu, what version of mono - using what build instructions? In addition - why have you not installed mono from the standard repositories?",0,4568,politeness_stack +"Very informative about your daily life, but not a question. Can you please ask a clear question?",-1,4569,politeness_stack +"please add to your question details of your graphics card `lspci | grep VGA` - also have a look in the Additional Drivers window - which nvidia driver is installed - and most importantly, is it activated? Does it say ""activated but not in use""?",0,4570,politeness_stack +"Could you please include the whole content of your `/etc/fstab`. Also, what's wrong with using the standard `/etc/fstab`, with UUIDs (that seem more robust than paths), that Ubuntu creates on an install?",-1,4571,politeness_stack +"Bull - please try to edit your question with any answers to comments. If using Firefox - have you tried the Add-on ""Flash-aid"" that usually resolves flash problems?",0,4572,politeness_stack +please can you add to your question the results of the following: `sudo lshw -class network` followed by `rfkill list`. Also - what happens if you deactivate the B43 driver and activate the STA driver?,1,4573,politeness_stack +According to the error message the second line of the file `/etc/apt/sources.list` is invalid. Could you please post that line?,-1,4574,politeness_stack +"Err... sorry for my ignorance, but.. what would be the point of this? You want to literally hear the bits and bytes of your kernel binary code in your speakers?",0,4575,politeness_stack +"First time I hear about this, can you please supply more information - I'm curies how this thing works. You mean my CPU has a GPU inside of it?",0,4576,politeness_stack +"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?",-1,4577,politeness_stack +"I don't want to risk the drive using truecrypt, It has too much important data. Any other solution please?",0,4578,politeness_stack +"I want to mark this as the real answer to my question because I it is a ""why"" question but the spec does not mention anything abut Trash folders. Could you please explain how XDG spec affected the .Trash convention?",0,4579,politeness_stack +"i've been reading a bit on different VNC clients (programmes, im sorry for my bad english expressions :-P) and what i get is that i can have different computers showing the same on all screens, but then i think that when i move the mouse on the first computer i'll move it on other computers as well? or am i getting something wrong?",0,4580,politeness_stack +"""Initrd requires at least one file system driver be compiled into the kernel"".. I dint get much idea on this. Could you please explain this??",1,4581,politeness_stack +"Please post the relevant lines from the log. Do you intend for these commands to run as you, or as root?",-1,4582,politeness_stack +"karthick, that was a great answer. Could you please add some info on OCRFeeder to mark it as the accepted answer?",-1,4583,politeness_stack +"sorry, i'm not able to comprehend that? Where is the ""add folder"" option in the places menu?",1,4584,politeness_stack +"sorry, i meant after login. ok, what do i have to add to /etc/sudoers to start without password?",0,4585,politeness_stack +I'm sorry but how do I delete old keys? All the keys or just those two?,-1,4586,politeness_stack +"@user unknown, please edit that into your answer - I don't want any users to read or write unlike the other answer. And will this permission setting affect live sessions?",0,4587,politeness_stack +"Please see my comment on Egil's answer, this does not work for java swing windows. Any other way to do this?",0,4588,politeness_stack +Please elaborate. Does it mean it's planned for Oneiric?,-1,4589,politeness_stack +"Also, I think it might not happen with all applications. Can you please use Banshee as the app we're testing with?",1,4590,politeness_stack +"could you please explain step by step what should I do. Currently I'm on installation main screen appearing after language selection (Try.., Install, ... etc), my actions?",0,4591,politeness_stack +"@Aleksandr I've made a minor correction to your rsync command, but I don't understand why you suggest `1 1` in fstab. Can you please explain this?",0,4592,politeness_stack +Sorry did not understand are you saying that Shotwell only works for Photo print sizes? If yes does this include the Custom option in the bottom of the list?,-1,4593,politeness_stack +"I use 11.04 and I still get the popup. Could you include a screenshot, please?",1,4594,politeness_stack +"Fine, thanks a lot. Can you please provide the link for downloading the CD cache for the ubuntu version 10.10 ?",1,4595,politeness_stack +"Sorry, but my broadcom still needs the proprietary driver. Therefore, the questions raised as above is, when connected to the internet via cable, can you download the broadcom driver via additional driver?",0,4596,politeness_stack +Can you put here the links to do it? Please? :D,-1,4597,politeness_stack +"Sorry, I'm not sure I follow. How can I do that when I can't even boot into Ubuntu?",0,4598,politeness_stack +What's a `kill -9`? Can you explain your answer please?,1,4599,politeness_stack +Could you please elaborate on this answer? Maybe add a step by step guide?,1,4600,politeness_stack +Sorry but I never saw any application breaking after deleting/moving .folders... usualy they just reconfigure and restore to defaults. What exactly did break for you?,-1,4601,politeness_stack +"Thanks you! Please, Could you explain what are these options mean?",0,4602,politeness_stack +Sorry but I'm more or less a total kid in Linux-land. Any way you could provide more detailed instructions or point me to a tutorial or link? TIA!,0,4603,politeness_stack +Can you please paste here an example of what you have done so far? Have you tried doing a dpm() or error_log() on your custom theme override to see if it's getting called?,0,4604,politeness_stack +"I have no idea what you mean, please describe your question better. What exactly are you doing, what is returned *where* and what would you expect?",0,4605,politeness_stack +Please specify your Drupal version. Have you looked at Migrate module (http://drupal.org/project/migrate)?,-1,4606,politeness_stack +The question is ambiguous. Can you please be more specific?,1,4607,politeness_stack +Can you please explain this a little more? You can to create a view that shows a in each row a different node?,0,4608,politeness_stack +Sorry for the TLDR syndrome. Can you make a `dpm($variables);` (using [devel](http://drupal.org/project/devel)) just after line 229 to inspect the content of $variables ?,0,4609,politeness_stack +"Hai nonsenz, Very thanks for your help and I want to restrict the ""filedepot"" module uploading file sizes basing on registered users. Please help me how to do?",0,4610,politeness_stack +Sorry but i am a newbie in drupal. Can you add complete code to get the array of node items filtered with taxonomy?,0,4611,politeness_stack +"I could not figure out how to make this view. Can you elaborate on this please, or refer me to a suitable link?",1,4612,politeness_stack +"can you post an example for ""language fieldset"" on user-edit page, please? + +I've created mymodule.module and pasted your code above, what to write in // Change $form array to alter form components? :)",-1,4613,politeness_stack +"Can you please explain that arg() system in drupal, how it does work? Or where i can read about it?",0,4614,politeness_stack +"sorry, last question..alot of my fucntionality is gone(it was an autocomplete search field)...does this mean I have to add all the elements I want back into my module above? or is there a way for it to only modify what I tell it to change?",1,4615,politeness_stack +"Sorry, but i won't use a module for that task. So you have no idea about this?",0,4616,politeness_stack +"Ah, I see. If you don't mind, I've more or less understood everything, but just wish to inquire about 2 things: (1) could you please explain the `$form_state` variable a bit more; and (2) I'm guessing that `$job_node->field_number[0]['value']` writes that value to the first webform field?",1,4617,politeness_stack +That code looks like it's what I've been waiting for (the second one with the l())! Sorry but in which template file do I type it in and where inside it? :-),0,4618,politeness_stack +Please clarify your definition of bacon. Perhaps with a picture?,-1,4619,politeness_stack +"Something of a non-sequitur, but could someone (OP, mod) please edit this and add "", oh my!"" at the end of the title?",1,4620,politeness_stack +"""Chlorophyll"", not ""chlorofyl"". Can someone with rep to edit please correct?",0,4621,politeness_stack +"What is an eastern style pot? Is this a cup-like device with a lid to strain out the leaves (sorry, don't know the name), or something else entirely?",1,4622,politeness_stack +"Please, may I give this 10 upvotes? Please?",1,4623,politeness_stack +"@Jennifer S Sorry, one more question: do you chop them before to sauté' them in a skillet ? Can I use olive oil as well ?",0,4624,politeness_stack +This is a bit tricky to answer. Does combinatorics fall outside classical mathematics?,-1,4625,politeness_stack +"Um...if two n-state DFAs are acyclic, then each merely accepts a finite set of words of length at most n, in which case their intersection is just the intersection of the two labelled transition graphs, which will have n states and can be computed in linear time and space. Or am I missing something?",0,4626,politeness_stack +"Moritz - although the yes/no answer to this question is covered by Rice's Theorem, see my answer below for more interesting results. Maybe, txwikinger, you should change the question to ""What is the complexity of the set {i : L(M_i) is in NP}?""?",1,4627,politeness_stack +"I'm not entirely sure what the question here is. Are you asking about specific forms of matrices, or the general case (in which case a simple counting argument seems to work)?",0,4628,politeness_stack +"Andy, that jars with my understanding of what a Sylvester matrix is. Do you have a reference?",-1,4629,politeness_stack +"One-way permutations are believed to exist (e.g., RSA). I suppose you are looking for negative results?",1,4630,politeness_stack +"Herlihy & Shavit's book, The Art of Multiprocessor Programming, or [""Lock-free linked lists and skip lists""](http://www.cse.yorku.ca/~ruppert/Mikhail.pdf) or [java.util.concurrent](http://download.oracle.com/javase/6/docs/api/java/util/concurrent/ConcurrentSkipListMap.html) or [Practical lock-freedom](http://www.cl.cam.ac.uk/research/srg/netos/lock-free/). Have you considered using a concurrent hash table like a [hopscotch hash table](https://sites.google.com/site/cconcurrencypackage/hopscotch-hashing)?",-1,4631,politeness_stack +"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,4632,politeness_stack +I am not sure of the question. Do you want problems that are obviously in one of the classes but not the other?,0,4633,politeness_stack +"Sure, done. +(what's up with these 15-character minimums?)",-1,4634,politeness_stack +"Lev, it seems like tex is now enabled. can you try to edit your post to use latex and see if it works ?",0,4635,politeness_stack +"the singular of hierarchies is hierarchy, btw. can you edit that ?",-1,4636,politeness_stack +I don't quite understand what the question is. Are you asking for average-case results for NP-hard problems or are you asking whether we can solve NP-hard problems in the worst-case in expected polynomial time?,0,4637,politeness_stack +"The oracle $B$ is unnecessary here: since, by (3) $M \neq N$, we can take $B$ to be the empty oracle. Essentially what you're asking is: do we know of any complexity class *separations* (as opposed to collapses) that do not relativize?",0,4638,politeness_stack +"Apologies if I am mistaken, but this reads like a homework question. Is it?",1,4639,politeness_stack +"Since you mentioned that P is PCP(0, log n), I'd like to add that it is also PCP(0, 0), PCP(0, log log n), etc. How does such a characterization help separate it from NP?",1,4640,politeness_stack +"@Suresh: the question is more sensible now. But what does ""constant-factor approximation"" mean in this context?",0,4641,politeness_stack +Voting to close as off-topic. http://math.stackexchange.com maybe?,0,4642,politeness_stack +It would help if you could give an example of the type of project you would consider appropriate given the time you have for this project and the intended difficulty. Like is reading a paper in detail acceptable as a project?,0,4643,politeness_stack +D-Wave! Have your lecturers recommended their technology to you?,1,4644,politeness_stack +"@Jacques: “M is the disjoint union of the level set approximations to the complement of the Mandelbrot set.” Yes, if by disjoint union you mean discriminated union (“disjoint union” sometimes means the usual union of pairwise disjoint sets, and I want to avoid this ambiguity). Have I ever suggested otherwise?",0,4645,politeness_stack +Thanks for the information. Is there any reference?,0,4646,politeness_stack +It might be useful to clarify the meaning of “good” in the title of the question. What is wrong with using BNF to describe a DCFL?,1,4647,politeness_stack +"Suresh is saying that you don't have to put ""community wiki"" on this question, if you rephrase the question to be something other than a big list, and were more specific about what you're looking for. Also, is it really a ""soft question""?",0,4648,politeness_stack +You mention proof complexity in the title (and the original tags). Is the computational complexity of the Tautology problem related to proof complexity?,0,4649,politeness_stack +"this question title is a bit misleading, because of the existence of this question: http://cstheory.stackexchange.com/questions/1295/sat-solver-download . I think you might rephrase as 'Best Upper Bounds on SAT' ?",1,4650,politeness_stack +Arora and Barak's textbook on computational complexity covers derandomization fairly well. Did you have something else in mind?,-1,4651,politeness_stack +"The expression you've written, $M_m/\sqrt{ <\psi|M_m^+ M_m|\psi> }$, is not a state at all. I guess you meant to add a $|\psi>$ after that?",0,4652,politeness_stack +"I don't understand the problem exactly. Is the input a string s and a regular expression r, and the problem is to decide whether s is in the language defined by the regular expression r?",0,4653,politeness_stack +"@Paul: The list of operands you can use inside a predicate does not include ""and"", but you're using the comma as if it were an ""and"". Should we consider ""and"" to be allowable in the definition of a predicate?",-1,4654,politeness_stack +"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?",-1,4655,politeness_stack +You suggest that the process occurs with replacement. Does this mean that you allow multidigraphs (with possibly multiple arcs from s to t)?,0,4656,politeness_stack +@Lev: Your graph model can be seen as the sum of d independently chosen random graphs where each vertex chooses a next neighbour uniformly at random. This would seem to make analysis easier?,-1,4657,politeness_stack +"Great question. Could you clarify what you mean by ""uniform"": do you want to bound the amount of preprocessing of the parameter?",1,4658,politeness_stack +"I am more than happy to be overruled (and can reopen the question), but this discussion should take place on meta, not in this comment feed. Why don't you initiate a discussion there ?",0,4659,politeness_stack +"I can't quite parse your definition of BestE. M and x are sitting outside of their quantification... also, don't you want $M$ to reject inputs which are not in $L$?",-1,4660,politeness_stack +"$G'$ does not seem to add anything to your setup, as it is simply a forest of cliques. You seem to be asking about the average connectivity of $G$, but what is the distribution of functions?",0,4661,politeness_stack +"@András: Sure, but that's not really related to the expansion properties. Let me rephrase: do we have examples of problems that are hard on $d$-regular graphs but easy on $d$-regular expander graphs?",0,4662,politeness_stack +You can compute the convex hull in O(n log n) time. Do you mean if it's possible to do it in _less_ time than that?,0,4663,politeness_stack +"I don't understand what you mean by ""random oracles, which are non-recursive sets."" Do you mean that a random oracle is non-recursive with probability 1?",1,4664,politeness_stack +"It's definitely a soft question, but right on the border. Maybe CW ?",-1,4665,politeness_stack +"You added the tag [approximation-hardness]. Can you elaborate on how this question is related to hardness of approximation, preferably in the question?",1,4666,politeness_stack +you should probably explain the acronyms. Is RMQ range-minimum and RSQ range-sum ?,-1,4667,politeness_stack +"A trivial solution is that at each point of time, you simply generate an event that has been generated too rarely so far, breaking ties arbitrarily, but I guess you have already considered that. Perhaps you could explain what problems this approach has in your application?",0,4668,politeness_stack +I think I don't clearly understand the question. Why a naive sampler with a chernoff bound is not a good estimator ?,0,4669,politeness_stack +Surprising how many examples are about topology and geometry. Are we just more surprised by these two topics ?,1,4670,politeness_stack +Interesting. Do you know a proof that those axioms are inconsistent that's more elementary (no transfinite induction)?,0,4671,politeness_stack +I've never heard that. Any links to horror stories?,1,4672,politeness_stack +If you have bought an expensive SSL certificate you have helped Shuttleworth go into space. How can that possibly be a scam?,0,4673,politeness_stack +"@Metalshark, this question has not received any unique answers, and I believe is probably close enough to a duplicate to close. Any objections?",-1,4674,politeness_stack +CodeIgnitor is a PHP framework - not a content management system. Are you thinking of ExpressionEngine (a CMS built atop CI)?,0,4675,politeness_stack +"Depends upon what you mean by 'point'. Do you want to just redirect traffic from http://example.com/app to http://example.com:8080/app (and thus exposing port 8080 to external traffic) or do you want to hide the existance of Tomcat behind Apache, by running all requests through Apache to Tomcat, and returning all results back from Tomcat through Apache to the user?",0,4676,politeness_stack +"I'm hesitant to deal the final blow to this question to be honest. If dealing with CSS isn't a part of webmastering, then what is?",1,4677,politeness_stack +"hi Talvi, this question is a bit too general, discussiony and ""no correct answer"" for what we like to see here. Can you be MUCH more specific with what you want?",-1,4678,politeness_stack +"I don't think it should be closed, it should only be reformulated in an other way. A possible reformulation could be ""Is Flash still worth to use for future development or should we only use HTML 5 ?"".",0,4679,politeness_stack +I also cannot see anything on that link. Is it on another page or have you removed the Ads entirely @Amit?,1,4680,politeness_stack +"You've given lots of details, but have not clearly asked a question. Are you interested in knowing why you aren't yet appearing in Google search results?",-1,4681,politeness_stack +"I saw the exact same thing last week, and I've been verified well over a year. Solar flares?",0,4682,politeness_stack +I have a question about your question. Did clean urls configure correctly?,0,4683,politeness_stack ++1 intersting. Do you know (read somewhere) they are gonna shut down also Yahoo site explorer?,0,4684,politeness_stack +the ability to read and write in Korean. (including in the source) So are you writing this from scratch or modifying an existing one?,1,4685,politeness_stack +It could simply be that the previous owner of your domain had questionable content. Did you dig wayback / cache to check?,1,4686,politeness_stack +"@Lèse key words here being *supplement their own content*. If ALL the content is copied, what of value or interest is being created, exactly?",1,4687,politeness_stack +"@John, if so, bugger! I am still ranked well, I wonder if or when I will drop?",1,4688,politeness_stack +"That is a weird site. For one they count forum software as ""Content Management"" but then neglect Wordpress?",1,4689,politeness_stack +"I agree, more info needed. Is it PHP, .NET, straight HTML, or something else?",0,4690,politeness_stack +"Changed tag to ""copyright"". Was there a specific tag you were looking to use?",-1,4691,politeness_stack +"That sounds like an old domain parking page. Does ""Fetch as Googlebot"" give you any response to the /robots.txt ?",-1,4692,politeness_stack +"Define the quality of traffic. What makes traffic ""quality""?",0,4693,politeness_stack +Perhaps you haven't paid your Google bill this month. I wonder if it's content related...are there any stop words in say one of the ads that displayed when the page was indexed?,0,4694,politeness_stack +"Perhaps there's an error in your sitemap, but I can't see, because Stackoverflow blocks sitemap access to non-search-engines. Could you add the relevant snippet from your sitemap to the question?",0,4695,politeness_stack +"Do you want real data, or just test data (i.e. fictional)?",0,4696,politeness_stack +"Emmy, +Have you found a solution for this?",-1,4697,politeness_stack +"Related answer: http://webmasters.stackexchange.com/questions/5376/seo-and-changeable-but-optional-urls/5390#5390 Edit: If anyone is knowledgeable about this subject, I'd also like to know how the canonical fits in when doing pagination or sorting. If the pages are showing the same content, but in different order, is it really the same page?",0,4698,politeness_stack +"""Does anyone here know of an SEO company or individual that has had good results ..."" - This question is inviting highly subjective responses (and spam). Suggested rephrasing: ""How can I find a professional SEO provider with experience getting first-page results?""",0,4699,politeness_stack +Yes I think you can. Did you try creating a new gmail account and apply for a new adsense account?!,0,4700,politeness_stack +A quick google search shows lots of good free generators. Are you looking for anything in particular?,1,4701,politeness_stack +"Despite my answer, your question is too broad, if a question at all (no question mark). What I understand your question to be is how to use Google?",0,4702,politeness_stack +This doesn't really make any sense. Are the word documents going to be downloaded from links on the site or do they just contain text FOR the site?,1,4703,politeness_stack +"What I'm trying to say is that I don't think this is really a valid question. You're basically asking ""where should I store some files so I remember where they are?""",-1,4704,politeness_stack +"Ah, I understand now. You're looking for answers like sharepoint or some other document management system?",0,4705,politeness_stack +I saw that you have a great answer from DisgruntledGoat. Did he not answer your question fully?,-1,4706,politeness_stack +I noticed you had 3 answers. Did they give you the information you need or did they not answer your question in full?,1,4707,politeness_stack +@ZoFreX - If it can be answered in 250 characters or less (i.e. user gets whole answer from meta description) do you think the searcher would have stuck around on the site for more than two seconds? :),0,4708,politeness_stack +"IP addresses are just numbers, and can't contain keywords. Do you mean that the keywords are in reverse DNS lookups of the IP addresses, in the User Agent strings, or somewhere else?",0,4709,politeness_stack +Interesting. Are these log-based analytics or something like Google Analytics?,-1,4710,politeness_stack +I've had similar problems. Are you using any extension?,1,4711,politeness_stack +"""What's the best"" is impossible to answer, as it implies subjectivity rather than objectivity. You'd be best asking (in the future) the question as ""Given my situation (x), what's the recommended (y)?""",0,4712,politeness_stack +HTML5 is very diverse and can serve many different purposes. What is the main goal of your site?,-1,4713,politeness_stack +"Try adding ""ServerAlias mysite.com"" after ""ServerName"" line. Also, do you have a DNS entry for mysite.com -- same as www.mysite.com?",0,4714,politeness_stack +"I'm not sure what you mean by ""it shows no impressions too"". Do you mean that your site doesn't come up in the results when you put those keywords in?",1,4715,politeness_stack +"+1 for not saying ""hey, I'll just rent a VPS! I won't get hacked because I've got automatic updates, right?""",1,4716,politeness_stack +POST implies you want to send some data to the server. Why wouldn't you just use GET when all you want to do is GET data?,1,4717,politeness_stack +"On a related note: Some providers offer (for an extra free) ""privacy protected domain registration"". What does that mean?",0,4718,politeness_stack +"Are you interested in whether the distributions are of a different form (e.g., normal, poisson, etc.) or whether parameters are different (e.g., mean or sd of a normal distribution) or both?",0,4719,politeness_stack +I am not sure why you feel that in regression you will get R2 = 1 if you try to predict the predicted variable. Can you clarify?,-1,4720,politeness_stack +You tagged this as bayesian and machine-learning. What kind of data analysis are you interested in?,0,4721,politeness_stack +@robin @peter: It isn't clear to me that it's an exact duplicate either. Are you both referring to the one I linked above or another one?,-1,4722,politeness_stack +"Your question, as it stands, is difficult to understand. What do you mean by ""referred to"" ?",-1,4723,politeness_stack +"Still references are quite informative. And nevertheless even if it is discussive and mentions something that is not present in the book it is some kind of a clue, isn't it?",-1,4724,politeness_stack +One remark -- expand nMDS. Is it just non-metric or something more exotic?,0,4725,politeness_stack +"Just looking at it, it looks like a skewed normal distribution. Are you sure the outliers are necessary for your analysis?",1,4726,politeness_stack +"You mean like any one of the numerous ggplot2 example charts such as +[this](http://learnr.wordpress.com/2009/05/18/ggplot2-three-variable-time-series-panel-chart/) or did you have something more specific in mind?",-1,4727,politeness_stack +I don't really understand what you are asking. Could you try and reword your question?,0,4728,politeness_stack +what's the raw information you have?... i.e. how did you come to two DORs?,1,4729,politeness_stack +"You can find more ideas and code in ""Separating Two Populations in a Sample,"" http://stats.stackexchange.com/questions/899/separating-two-populations-from-the-sample. (Is there perhaps some better way of cross-referencing threads than I've done here?)",0,4730,politeness_stack +Just so I understand correctly the censoring issue: When you dilute a sample the concentration of a compound falls so low that the test instrument can fail to detect its presence. Is that an accurate re-phrasing of the censoring problem?,0,4731,politeness_stack +"You have already mentioned multiple imputation, the answer I'm thinking about. Why don't you use draws from truncated distributions?",0,4732,politeness_stack +"A simulation in R with varying n1, n2, s1, s2, and population difference would make a nice exercise. Anyone?",0,4733,politeness_stack +"I think with the availability of more powerful computers, different kinds of methods suddenly become practical and important (would one use e.g. boosted decision trees without fast computers ?)",0,4734,politeness_stack +I alfred. What model (on your data) do you use to estimate the mean and SE ?,0,4735,politeness_stack +"To what extent do you want: (a) mathematical rigour; (b) applications in particular software (e.g., R, SPSS, SAS, etc.); (c) domain-specific applications?",-1,4736,politeness_stack +"Do we have to assume that you are considering a fixed set of predictors, i.e. you are interested in getting a reliable prediction given $k$ predictors, or are you also interested in some kind of penalization on the $X_j\quad (j=1\dots k)$?",0,4737,politeness_stack +"At first blush this question seems purely mathematical: visualizing the function has nothing to do with the distribution of its arguments. However, the reference to ""heteroskedasticity"" suggests you're really trying to visualize an object that is more explicitly represented as $f(x_1, ..., x_k) + \epsilon$ or more generally as $g(f(x_1, ..., x_k), \epsilon)$ where $epsilon$ is a zero-mean random variable and $g(z,0) = z$ for all z. Isn't this just a response-surface analysis?",-1,4738,politeness_stack +"You could specify whether you need an introduction on applied statistics, or one on (theoretical) statistical inference. I.e., do you want the framework of testing, regression and ANOVA explained or do you want to know what the central limit theorem and the inequality of Chebiyshev have to do with the weak law of large numbers?",-1,4739,politeness_stack +Kolmogorov test is for distributions hence object lying in infinite dimensional space... not obvious to get asymptotic power=1. t-test is about testing the mean of a real valued random variable?,0,4740,politeness_stack +I may be missing something but I agree with @whuber. I do not see why you need an approximation g(x) when you have h(x)^+ and in what sense will any other function g(x) be better than h(x)^+?,1,4741,politeness_stack +"Ok, thx for that. Can you put your comments into an answer so that it can be voted?",0,4742,politeness_stack +"Also, on re-reading your question it is not clear what you mean by ""minimum eigenvalue initial correlation matrix"". Could you clarify what you mean by that term?",1,4743,politeness_stack +"if your series is non stationnary, the ACF will decline very slowly, to the point of being useless (it essentially a constant). What do you mean by 'have any meaning' ?",0,4744,politeness_stack +"So say a sample has size n = 40000. Then you have one such sample of random variates from A, and 100 replicates each for B, C and D?",-1,4745,politeness_stack +"If you need a command to do that, you better provide us at least with the language/package you use. Are we talking SAS, SPSS, Stata, SPlus, Minitab, R, ... ?",1,4746,politeness_stack +"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,4747,politeness_stack +"are BetaH, BetaM, BetaL also parameters (i.e. things to estimate)?",0,4748,politeness_stack +"@David: By the way, I hate to state the obvious, but just looking at the regions you selected in your graph, it looks like you chose the area in the lowest quartile. Is that a sufficient criteria?",1,4749,politeness_stack +Do the scales overlap to some extent (i.e. shared constructs across the questionnaires)?,0,4750,politeness_stack +I'm not quite sure why the size of your sample matters. Can you offer anymore specific reasoning as to why you think it is different for small n than it is for big n?,0,4751,politeness_stack +"I am not an expert but I found the sentence ""controlling for associated subscores when devising cut-off scores on each dimension of a measurement scale"" a bit esoteric. Can you give me one more line of explanation (otherwise I found it difficult to understand the question) ?",0,4752,politeness_stack +It is not clear to me: are the independent (i.e. right hand side) variable continuous or discrete ?,1,4753,politeness_stack +"I think it would be excellent if you could give more detail (see suncoolsu's answer). Furthermore, with design, do you mean how to analyze the data?",1,4754,politeness_stack +"This does not sound like you have observations (or ""cases"") on which you observe both an X and a Y realization. How do you find out which X is associated to which Y?",0,4755,politeness_stack +"It's unclear how ""regression"" could be invoked in a *univariate* dataset. Also, exactly what distinction are you suggesting between the two bulleted methods?",0,4756,politeness_stack +"Hmm, that's what I get too: |O-E|/sqrt(E) = |17-16.5|/16.5 = 0.123. Can you add a link to the paper if it's available on the web?",-1,4757,politeness_stack +"What is the frequency (i.e. is it weekly,monthly, quarterly, annual data) ?",0,4758,politeness_stack +I changed statistical-bias to unbiased-estimator. Does that work?,0,4759,politeness_stack +"@Stephan I understand the question as referring to an univariate distribution, hence one variable with multiple observations. Am I missing something?",0,4760,politeness_stack +"I think that this question may be a bit to far off topic - even for me. But, why not try the [Biostar SE](http://biostar.stackexchange.com/)?",1,4761,politeness_stack +"Your question is great, unfortunately it's very similar to a previous (very highly rated) [question](http://stats.stackexchange.com/questions/3). Perhaps you could change your question to just ask about websites?",0,4762,politeness_stack +"Just to be sure, are you talking about ST as found in clinical trials, e.g. http://en.wikipedia.org/wiki/Sequential_analysis?",-1,4763,politeness_stack +I've reformatted your question. Is the table now correct?,0,4764,politeness_stack +"Dear Fred, your question is very general. You will get people saying ""yes i intend"" , ""no I don't"", but with regards to the feedback - what is it you expect to read?",0,4765,politeness_stack +"Also: every app has XSS that could be displayed as HTML, XML, or a future markup language. Do you seriously want to have that argument?",1,4766,politeness_stack +"This depends immensely on size of the organization, complexity and number of systems, usage patterns, level of required/actual security, etc. Can you add some more details?",0,4767,politeness_stack +Nothing. Remember Kevin Mitnick and Bernie S.?,0,4768,politeness_stack +"I would think the name of the document might be less of an issue than the subject, recipient address and body of the message that you send it with. Do you also need the rest of the email to be encrypted?",0,4769,politeness_stack +"I guess this could lead to another set of advertising answers. There are a good range of vendors providing high quality services in this industry, but you might want to update your question with region, country etc?",-1,4770,politeness_stack +"I would take a look at the question what-security-risks-does-ip-spoofing-bring . I feel these questions are very similar, if not duplicate?",0,4771,politeness_stack +"You mentioned OWASP, but not their [Web Application Firewall](http://www.owasp.org/index.php/Web_Application_Firewall). Is there anything you'd like to do that isn't handled by the WAFs listed on that page?",0,4772,politeness_stack +"This depends almost entirely on what language, framework and application you're talking about. What are you using?",0,4773,politeness_stack +Are you also interested in common real-world uses of other Public/Private key protocols besides RSA (e.g. DSA etc?),1,4774,politeness_stack +I tried to capture the set of restrictions you wanted in the question. Did I get it right?,0,4775,politeness_stack +"I'm not familiar with Australian laws, but I'd be surprised if there's anything there very different from similar laws elsewhere - answers would apply equally on other locales. Am I wrong about those laws?",0,4776,politeness_stack +"I suggest re-titling the question, as this has nothing to do with ebay. Perhaps a title like ""How can I secure my PHP website?"".",-1,4777,politeness_stack +"Btw, after answering I realized I wasn't clear about something - is this referring to Local Administrator, or e.g. Domain Admins?",0,4778,politeness_stack +"Thanks for editing this to provide a clearer statement of an interesting question, @Graham. @Thunderror - does that capture what you were interested in?",0,4779,politeness_stack +This seems hard and fragile. Why not just directly address any CSRF vulnerabilities that your site has?,1,4780,politeness_stack +No this is security. (what would server fault have to do with injection?),-1,4781,politeness_stack +I'm going to say that this should probably be put on http://serverfault.com . I believe you are wanting to set up Virtual Access Points?,0,4782,politeness_stack +Newer SIM cards should have anti-tamper protection that makes it useless if you try to clone it. Have you already succeeded in cloning one?,0,4783,politeness_stack +"I'm not clear about this, if you're asking for a cryptographically secure random number generator - even with certain additional constraints - then that's easy, just tell us which platform/language you're on. If you're asking for something else - then it's not clear, and why would you ask on ITsec?",1,4784,politeness_stack +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,4785,politeness_stack +"@Rory ah, but you're still talking about general usage scenarios. What about the specific use case - connected to the Internet, but no outgoing connections except to Windows Update?",0,4786,politeness_stack +"@D.W. if thats the case, as I thought, it's not really a security question, is it?",1,4787,politeness_stack +And NFS and DNS and other stuff too. Can you provide a breakdown by port?,1,4788,politeness_stack +"@AviD: Cool, thanks! The original question asker gets to decide who answers the question, though, and can then just select his or her own answer, right?",1,4789,politeness_stack +I still can't understand what do you mean. Could you rephrase question or add some information?,0,4790,politeness_stack +"as I said, here you can ask for *security* books. Btw, do you really mean ""wireless"", or did you actually mean more specifically ""wifi""?",0,4791,politeness_stack +I see you haven't even tried posing your issue as an actual question on this site. Care to give it a try?,1,4792,politeness_stack +"maybe a bit harsh to close this. drop the last two sentences and it's an OK q, no?",-1,4793,politeness_stack +"Btw, I realized that it is not clear from your question that you're asking about *your own* passwords, for other services, stored on your desktop (or laptop, or whatever) - as opposed to an application / service storing passwords for all registered users. Can you put that clarification in the question (assuming I understood correctly)?",0,4794,politeness_stack +"Perhaps I'm the only one seeing this, but it seems sort of vague-ish as to whether you're trying to address this from a client-side or server-side position. I *think* you want it addressed in the website itself (server-side) - am I correct?",0,4795,politeness_stack +Welcome to IT Security. Do you have any security concern /questions about SLIP?,1,4796,politeness_stack +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,4797,politeness_stack +@DeLonge - The question looks pretty vague to me. Care to specify what you're after?,1,4798,politeness_stack +"I'm not sure I understood the question, are you asking how to prevent users from flooding the database with invalid (i.e. junk) requests?",0,4799,politeness_stack +"I think there is probably a very useful question underneath this, but as it stands this is quite subjective; some individuals may worry more about one or the other (or both) but that might not be useful for you at the end of the day. Can you reword the question more towards specifics?",0,4800,politeness_stack +"Interesting topic. A missing part of the question, I think, is ""is homomorphic encryption considered *secure*, from a cryptanalysis PoV?""",0,4801,politeness_stack +To answer that we need to know what you want to do with it. What are your goals?,0,4802,politeness_stack +"Seems very similar to http://security.stackexchange.com/questions/1634/which-instant-messaging-services-use-or-allow-secure-protocols-and-what-do-those - but there may be a slightly different goal here. @LanceBaynes - Could you elaborate a bit, particularly in a way that distinguishes this question from the other?",1,4803,politeness_stack +"I'm following through here, with my comment on the original thread: Vote to close as S&A. On the other hand, perhaps (since this is particularly related to SE) we might carry this over to Meta?",0,4804,politeness_stack +"I like your hypothesis, however a more sinister option could be that they were attempting to use the tethering feature of their iPhone to take files off your network without them passing through your gateway. Although I think your hypothesis is more likely (do you work somewhere that people would go so such lengths to steal data?)",0,4805,politeness_stack +"Since you mentioned Evil Maid by Joanna, you already know the answer to your question. Am I missing something here?",1,4806,politeness_stack +think this is too time localised to be on-topic. Any other thoughts?,1,4807,politeness_stack +"Very interesting question, I hope this eventually gets some answers! Are you talking only about *disclosure*, or economic factors in improving security in general?",0,4808,politeness_stack +Not sure a honeypot that isn't in a production environment will teach you anything - you need attackers to connect to it in order to learn. Unless you are trying to do something different?,0,4809,politeness_stack +"Do you want the scans to be run continuously or on-demand. Also, do you want devs to be able to configure their own scans, or just trigger/request one?",0,4810,politeness_stack +"I don't know these tools, but re: *Ability to restrict password cracking* - I doubt that's what you mean - you really can't prevent someone from trying to crack a password hash, since it can be done on other machines. Do you mean restricted access to the password hashes?",-1,4811,politeness_stack +"There are not many ready-made exploits for max excel out there, at least not in non-commercial exploit packs. Which version of office do you have?",-1,4812,politeness_stack +"I think one reason people think it's a lame question is that the OP didn't posit even one reason developing such a game would seem to be easy. Kind of like asking ""Why is it so hard to fly like superman?""",-1,4813,politeness_stack +@Cyclops: I think you can edit it to be community wiki and then downvotes won't have an effect. Perhaps a moderator can merge the answers of that question with this one?,0,4814,politeness_stack +"I'm not sure this is practical. So much game logic uses vector math, you'd have to either do everything in 3D before converting down to 2D or whatever for rendering, or you'd have to completely abstract away your vector library - which would surely be impractical?",0,4815,politeness_stack +"Well, if you have a O(V+E) algorithm, I'm really interested! +Could you post it here?",0,4816,politeness_stack +"I've not used glut before, but it seems odd that a window would be receiving input messages if it *didn't* have focus. Are you sure this is something you need to do manually?",0,4817,politeness_stack +"I think you *might* be slightly pushing the edge of gamedev, though I hope you find your answer. You may want to try the gaming stackexchange?",-1,4818,politeness_stack +Charles River Media was acquired by Cenage at some point. I wonder if it ceased publication when that happened?,-1,4819,politeness_stack +"'Best' is rather subjective. Do you mean easiest to use, fastest, or most elegant?",1,4820,politeness_stack +"Title could be a bit better. Just to be clear are you asking ""What is the difference between C++ and Java on the Android Phone?""",0,4821,politeness_stack +"An articulated body is not light on a physics engine as many shapes will be close to eachother and need to be tested for penetration (assuming they are jointed close together). What amount of shapes, what kind of shapes and what kind of contraints are involved?",0,4822,politeness_stack +"I can't tell if you're asking how a programmer can ""break in"" to the industry (convincing game companies they've got what it takes even if their experience is in financial software or something), or how a game programmer can get a non-game programming job (convincing other people that game programmers don't just play games all day but they actually have real programming skills). Which is it?",0,4823,politeness_stack +"This is an effective duplicate of http://gamedev.stackexchange.com/questions/222/best-place-for-learning-how-to-write-games-in-unity3d +Can we close and mark as duplicate?",0,4824,politeness_stack +"You're asking about premade engines, but they're pretty specific things. What kind of game are you thinking of building?",0,4825,politeness_stack +"As a sidenote, I wonder why they chose to call it ""Reach""... I just got done playing some Halo: Reach so that came to mind immediately. But I suspect it's more because of the symbolism of ""reaching"" more devices?",0,4826,politeness_stack +"Sorrry,but i dont know where are these project properies. Could someone tell me?",-1,4827,politeness_stack +"It's worth noting that in some companies, the line between ""design"" and ""marketing"" is imaginary. What becomes of your question when the person who does design is also involved in marketing?",-1,4828,politeness_stack +"""Deceleration"" is negative acceleration. Have you taken calculus?",1,4829,politeness_stack +"@Noctrine I sincerely appreciate that. :) +@Frédérick Imbeault Can you share a link to the article you read?",0,4830,politeness_stack +I would also alter the title; currently it looks like an auto spambot. Maybe 'How to develop a concept and gain funding' might be good?,0,4831,politeness_stack +"Huh... I thought he was just overlooking the box, but you're right, @Tetrad, wiki is now mod-only. Seems strange, why wouldn't they allow users to apply it themselves?",0,4832,politeness_stack +"Hi Ivo. I think this is a good topic, but it's not clear what your code is doing - for example where does serverCurrentPosition, serverNextPosition, timeBetweenTicks come from?",0,4833,politeness_stack +"""If you have played GTA 4, then you have probably been drunk at some stage."" Because you must have been drunk to play a GTA game, eh? ;)",0,4834,politeness_stack +Showing off code and showing off art or design are very different. What specifically are you looking for examples of?,0,4835,politeness_stack +"Welcome, but you might want to rephrase your question - there is a rule of 'not asking how to make an entire game'. Maybe 'What resources exist for solitaire like games?'",0,4836,politeness_stack +"I don't think it should be tagged as a multiplayer game since that isn't given by the OP-it could be human vs AI. And by 'type dependency', are we talking the classic rock->scissors->paper->rock type thing?",0,4837,politeness_stack +"This seems rather subjective to me, as well as being possibly too wide-ranging. Wouldn't ""How to make a good game"", even for just 1 genre, seem to be a book-length topic?",0,4838,politeness_stack +More like an API to be used by a mobile device. Does it matter what kind of client uses the API?,0,4839,politeness_stack +"Chances are, this doesn't exist. Also, language?",1,4840,politeness_stack +"I really doubt many people are going to **download** the code. Use code tags and place it in your question, or use codepad/pastebin on the forever-stay-up-there setting?",0,4841,politeness_stack +"I don't want to sound rude and don't mean any offence, but do you have any experience with coding normal physics (i.e. Rigid body physics)?",1,4842,politeness_stack +"That's odd, I have directX headers in my MinGW, and I don't remember adding them separately. Granted, my MinGW install is quite old, but when and why would they stop supplying those headers?",0,4843,politeness_stack +No it doesn't really matter too much for your 50 odd sprites. But what's to lose?,0,4844,politeness_stack +It looks like you get either wrong character widths or kerning values. Did you try disabling the kerning altogether to check if you get correct character widths this way?,0,4845,politeness_stack +Gah. This keeps getting bumped by the bot. Can't we just close it?,0,4846,politeness_stack +"In this question's current state, I feel it would fall under 'how do I make game X'. And if you've made more complex games, couldn't you simply pick up an up-to-date API reference and write a framework? ;-)",0,4847,politeness_stack +Let me rephrase your question. Whats the difference between fixed function rendering and Shaders?,0,4848,politeness_stack +"I don't think it needs the Homework tag, as even though this is homework, the question and answer would be the same regardless of the source. Do other people have to tag their questions in regards to their current occupation on the project?",1,4849,politeness_stack +Joe is right. Maybe we could merge the two questions/answers?,0,4850,politeness_stack +"A good way to see if a question is off topic. If you remove ""Game Development"" from the question does it still seem like it would be on-topic?",0,4851,politeness_stack +"There have been several frustum/aabb culling code questions recently; would some expert make a definitive how (not why) guide that shows the steps e.g. how/ *when* to make the frustum, what transform to use on the things to test etc?",0,4852,politeness_stack +"Also, these kinds of questions are expressly frowned upon in the FAQ: ""your answer is provided along with the question, and you expect more answers: “I use ______ for ______, what do you use?”"". Do you have a specific problem with specific requirements that you need a VM for?",0,4853,politeness_stack +Might get better responses from Stack Overflow (http://www.stackoverflow.com/) - even though this applies to your games it's really programming. In the meantime... Can you not just put the DLLs in the same folder as your executable?,0,4854,politeness_stack +You also don't define up in your view matrix (or any other matrix from what I can see). That could be a problem?,0,4855,politeness_stack +"This seems like a workable approach, but I don't see an actual question here. Are you asking how to make use of the result of your ""direction"" function to actually move an object?",0,4856,politeness_stack +I've seen one on Nick.com ... I think. Or maybe Nick Arcade?,0,4857,politeness_stack +"I believe this artifact is called ""ghosting"" but I'm not experienced in iOS development so I don't think I could help you. Is there a difference in refresh rate on the iPad?",0,4858,politeness_stack +"No worries dude, we're all here to learn :) Yeah you'll most likely need to set your normals. Have you just tried darkening the colour from white to a grey and see if that shows it slightly better?",-1,4859,politeness_stack +"Google would have to know what books your local library has on hand. Are they ""there"" yet?",0,4860,politeness_stack +"@adatapost great! however, do you mean APIs/sites that you can reference from your site (such as Google Analytics), sites where you upload your logs to, or both? :)",1,4861,politeness_stack +@George saw you changed the tags. Is it okay to change the title too ?,0,4862,politeness_stack +"Eight Days of Malaise, + +What is your favorite whois application and why?",-1,4863,politeness_stack +@phwd: 25MB + 1 byte of zeros. does it matter?,-1,4864,politeness_stack +"I'd prefer it to be more generic, but that it SHOULD include the UK. Surely there must be Mint.com clones that have worldwide coverage?",0,4865,politeness_stack +"almost a question for superuser. what ""kind"" of ubuntu are you running (or, to be more specifi, which desktop do you run?)",0,4866,politeness_stack +"I thought I read about that as a feature of MobileMe, but I just looked and cannot find it. Have you signed up for a trial yet?",0,4867,politeness_stack +putting the keyword (with special character) in quotes does not work. is there any other methods?,1,4868,politeness_stack +This worked for me the other day. Are you sure it happens for EVERY site you try to post a link to?,1,4869,politeness_stack +"There is no line that begins with ""X-From_:"" in the ""show original"" message. Any other suggestions?",1,4870,politeness_stack +"Besides this isn't asking for a web app solution, rather a server side solution. Off Topic?",-1,4871,politeness_stack +"Setting aside the circumventing of company policies, this is still a question about installing software on a server. Surely that's a ServerFault question?",0,4872,politeness_stack +I have just tested this in a Google Presentation Document by copying the symbol in your question. It displays fine in design and when I click Start Presentation ?,0,4873,politeness_stack +"@GoodEnough It's not about other people reading your mail but about giving Google all your data. You now, *Do be evil* (or how was their slogan?).",1,4874,politeness_stack +you cannot change an email address. Are you talking about the display name ?,0,4875,politeness_stack +Asking for an iPhone app specifically is off-topic for here. Try the Electronic Gadgets SE: http://area51.stackexchange.com/proposals/614/electronic-gadgets maybe?,1,4876,politeness_stack +'Is it worth..' is very subjective. Can you rephrase your question in a more objective manner ?,0,4877,politeness_stack +"Could you provide more details , the summary of that question seems to be that special characters are ignored in google search which applies to this case. Is this the start of an expression ?",-1,4878,politeness_stack +"I'm not sure I fully understand the problem. Are pick-an-email@domain addresses going to catchall@domain or does `pick-an-email` stand for one of the ""real"" addresses?",-1,4879,politeness_stack +Guess that makes this community wiki. Don't you think?,-1,4880,politeness_stack +"I am having the same issue with Google Sync and an iPod Touch. The issue of ""null"" where it should say ""ipod toch"" Any suggestions on where to look?",1,4881,politeness_stack +It's first choice in mine version. But what is this Custom there?,-1,4882,politeness_stack +"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?",-1,4883,politeness_stack +Surely to embed HTML5 into another site that site has to be written in or support HTML5. Or am I missing something?,0,4884,politeness_stack +Interesting concept. Have you tried just adding them to a list as you get follow notifications ?,1,4885,politeness_stack +There may be a way to show a limited amount of content and then expand it or open in a box onclick using a custom script. How tied are you to the particular interface scetched in your image?,0,4886,politeness_stack +"interesting, i have used my google apps as the email to chat for some time and never had any problem connecting to other users. Could you describe the issue you are seeing?",1,4887,politeness_stack +'filtering' means 'message arrived - aplly it a label/archive/delete/forward. So what?,0,4888,politeness_stack +I'm assuming that you want to delete the email messages on the non-Gmail account. Which email provider are you using?,-1,4889,politeness_stack +This is how Hotmail has been programmed to work. Why is using a folder other than `Deleted` not an option for you?,0,4890,politeness_stack +"In the browsers I've tested (Chrome, Firefox and Epiphany on GTK under Linux) the rich text edit area automatically resizes to the size of the window. Is this not the case for you?",0,4891,politeness_stack +Isn't SMS text only (max 140 chars). Afaik MMS is for images?,0,4892,politeness_stack +By downvoting without any comment is not helping anyone. Don't you think that some kind of explanation would be nice for Ved?,-1,4893,politeness_stack +"i have same problem... my linked account stop working... i tried redoing the link with gmail, but an error appears and i cant go on with the procedure... +any ideas?",0,4894,politeness_stack +Just curious if you're still having this issue. I assume that having your users type https://www.google.com/calendar doesn't fix the problem?,0,4895,politeness_stack +"Ok, I see my question is about a web service and thus a purist will flag to close it; however, I'm seeking an answer regardless. Since superuser is for hardware and software related questions and not website software, err service, related questions; is there a stackexchange site for webservice related questions?",0,4896,politeness_stack +"I'm still seeing the ""clear"" link on my profile page. Is this a change that they're still rolling out?",1,4897,politeness_stack +"i have found many pics with around more than 50 tags !! +how did they do that?",0,4898,politeness_stack +I have the iPhone 4 but do not see API Keys at the bottom of the screen. Has this capability been removed ?,0,4899,politeness_stack +"Your question is unclear. Do you mean extract the addresses from each incoming email and save them somewhere, or extract all the addresses you've ever sent or received anything from ever?",-1,4900,politeness_stack +can you clarify a bit. when you said 'I thought about adding some lists about science (500 users)...' are you talking about Following a list created by another Twitter user?,0,4901,politeness_stack +I'm not sure what your problem is here. Is it that GMail let the e-mail into your inbox despite it being flagged as spam or from an address on your blacklist?,1,4902,politeness_stack +As far as I am aware you should be able to do this. Did you receive any error message?,0,4903,politeness_stack +This looks like a bug to me. Have you asked for help on [Google's forum](http://www.google.com/support/forum/p/Calendar?hl=en&utm_source=HC&utm_medium=leftnav&utm_campaign=calendar)?,1,4904,politeness_stack +We need more information. What are you trying to do?,0,4905,politeness_stack +I'm not seeing that behavior. What browser are you using?,0,4906,politeness_stack +"Since the _\citation{}_ and _\bibcite{}_ commands are in the .aux files, it should be quite easy to extract the relevant entries from a BibTeX database. Has no-one written such a tool?",0,4907,politeness_stack +"I tend to prefer amsmath `\begin{equation*}` over `\[`, because it feels more semantic and makes the source more human-readable. But I really don't know, is there any difference between these two?",-1,4908,politeness_stack +"Are you asking about preparing a presentation (e.g. using Beamer), or preparing a ""notesheet"" that is simply a guide for yourself as you're talking?",0,4909,politeness_stack +`tex-guts` is a really ugly term to use. Can we use `tex-only` or `plain-tex` instead?,0,4910,politeness_stack +"maybe it's just me, but this seems too open ended, subjective, and probably depends on your particular research area. what kind of advice are you expecting?",0,4911,politeness_stack +"This one asks about the size, thought. Slightly different?",0,4912,politeness_stack +I'm afraid that I don't understand the question. Could you clarify it and explain exactly what aspect of TeX you are asking about?,0,4913,politeness_stack +"This question isn't really on topic, in my view. It also might induce a holy war, along the lines of ""vi or emacs?""",1,4914,politeness_stack +pdfTeX does not alter images. Perhaps post the problematic file somewhere we can get at?,1,4915,politeness_stack +"The link you gave isn't a repository, but a page with links to the repositories for various fedora versions. Did you try those links, or did you somehow try to use the link you gave as though it was the repository?",1,4916,politeness_stack +"This isn't a question about LaTeX or friends, but about installing texlive. Perhaps move it to super user?",-1,4917,politeness_stack +"I don't understand the comments below arguing against this style. I think it can be quite attractive in certain designs; furthermore, to counterpoint the ""what about nested lists"" comment: how common are nested lists, really?",0,4918,politeness_stack +It seems to me that the font installation guide was set-up in a more elaborated way in previous versions. Am I missing something or confused with another document?,0,4919,politeness_stack +As far as I'm aware it should work correctly. Could you provide an example?,0,4920,politeness_stack +"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,4921,politeness_stack +"The title of this post and the actual question are kind of confusing. Do you want to change the overall look of your document, or only one section?",0,4922,politeness_stack +"To make it clear: you don't want to muck about with the class or package files themselves, but want to put a command (or something) in between the class being loaded and the package being loaded that ""switches off"" the option. Am I right?",0,4923,politeness_stack +"This is a rant why you do not want to use LaTeX, not a question. So, what exactly is your question?",-1,4924,politeness_stack +"Hyphenation in English is a pain (and worth a PhD thesis or two) but I remember learning the Castillian hyphenation rules in school as a child, so it would seem to be much simpler (unless I'm missing something, of course). Is hyphenation in Asturian all that different from Castillian?",-1,4925,politeness_stack +"I'm not sure this is much of a layout challenge in any real sense (get the font right, adjust a few parameters). Perhaps some more focused questions on aspects of the adjustments might be better?",0,4926,politeness_stack +"To clarify: you want to input the two paragraphs one after the other and you want the paragraphs themselves to sync, but not necessarily individual sentences. Am I right?",0,4927,politeness_stack +"Your question is not very clear, but let's see if I can understand it. What you want is to obtain the `\mathbb` font from the `fourier` package but *without* changing the rest of the fonts?",0,4928,politeness_stack +"Seeing this problem with a bit of perspective, an idea would be to embed bibliographic metadata in PDF files. Maybe biblatex can do that or can be made to?",0,4929,politeness_stack +That code works for me. Does it work for you if you just use that in an otherwise empty document?,1,4930,politeness_stack +According to google this is likly to be a bug in your TeX distribution. What operating system and TeX distribution are you using?,-1,4931,politeness_stack +I need to be able to cite an online source using biblatex-mla. Did the author ever give an answer?,0,4932,politeness_stack +"Done. Do you specifically want small numbers inside the big number, or just shading?",1,4933,politeness_stack +"I am not sure a staggered array is a way to go here, what if you need to do something like `{}_3 F_2\left(\begin{matrix}a-b+1& &b+a-1& &c+d-1\\&d-a+1& &e+d-b-1&\end{matrix}\middle;z\right)`, even if you make the the array tighter, there will still be a lot of space left. How about something like this: `{}_3 F_2\left(\begin{matrix}a\quad b\quad c\\d\quad e\end{matrix}\middle;z\right)`?",0,4934,politeness_stack +"Yes, this is infuriating... Prevents me making a single command for Big-Oh notation that can handle both simple and tall formulae. How on earth was this overlooked???",1,4935,politeness_stack +"Probably not what you're asking either, but `'` produces a superscript “prime”. Maybe `\prime` is just the command that holds the symbol, and it's only intended to use for defining other commands (such as `'`)?",0,4936,politeness_stack +"I have read (on http://www.mathjax.org/docs/1.1/installation.html) that Firefox's same-origin policy might slow the loading of `mathjax`. + +Does anyone know how I might install `mathjax` locally on my windows XP machine?",-1,4937,politeness_stack +Splitting the figure is likely to look very bad (unless you're writing a book and you have a figure that goes across facing pages like in the FAQ answer Lev Bishop mentioned). Why don't you let the figure float?,0,4938,politeness_stack +mhchem.sty is 1300 lines long. What exactly are you asking to be reimplemented?,0,4939,politeness_stack +"""ConTeXt, an excursion"" *is* what I'd recommend to a beginner. I had troubles with fonts, the internal state of the Context system, and trying to use not very well documented features early on, but not the command syntax or conflicts between commands: do you anything in particular in mind?",0,4940,politeness_stack +"Example: assuming ""A"" means typeset text from recipe (a) of height 1/6th available height, AAAA BBBBCC DD looks like it fits your constraint. Is it acceptable?",0,4941,politeness_stack +I am curious why you want to do it in *TeX. What is missing in the various other solutions that use an external language?,-1,4942,politeness_stack +"Unicode contains only four double-struck Greek letters: ℽℼℾℿ (γπΓΠ), and since the Unicode repertoire is quite comprehensive (and much larger than the Comprehensive Symbols List), I'd conjecture that this character is very uncommon. Could you give an example where this character is used?",-1,4943,politeness_stack +"I kind of agree with Lev Bishop, but I like the idea of offering a bounty for some specific improvement to some LaTeX documentation should be encouraged. Time for a new sister site for these kinds of offers?",0,4944,politeness_stack +I think we need a bit more context here. Exactly what type of graph do you want?,1,4945,politeness_stack +"If you do it once, you can keep using it again, and again, and again... In any case, ""looks great"" is really a subjective thing. Can you be more clear on what you actually want?",-1,4946,politeness_stack +"This sounds like a job for the listings package, really. Could you post an example of your code?",-1,4947,politeness_stack +I'm doing this all the time and it works out of the box. Could you post a minimal example?,0,4948,politeness_stack +"As @Willie Wong says, marginpars are already floats and should not end up overlapping (although they may not end up where you want them to and long ones may overflow the bottom of the page, for which problem there is the marginfix package). Are you using some unusual class or package that redefines `\marginpar`?",0,4949,politeness_stack +The size of the summation sign might differ depending on your math font. Do you mean the computer modern \sum?,1,4950,politeness_stack +I generally use evince which updates whenever the file has changed (also I generally compile directly to pdf). Maybe it is possible to configure xdvi so that it watches for file changes?,0,4951,politeness_stack +I'm confused. Why does `\begin{figure}...\end{figure}` not work for you for setting figures in only a single column?,0,4952,politeness_stack +hmmm. off topic?,-1,4953,politeness_stack +Your image link is broken. Can you try to find new image and link to that?,-1,4954,politeness_stack +"I've wondered about this, too. Can you make a display of an array of LEDs and then detect touch by using the same LEDs to sense reflected light from a finger?",0,4955,politeness_stack +"It looks like you're looking for free as in 'free beer', not free as in 'free speech'. Is this correct?",-1,4956,politeness_stack +It sounds (no pun intended) like you are looking for some sort of shock sensor (accelerometer) to detect the impact of the kick. The problem that I see here is how do you limit the impact detection to just the kick event and not detect the impact of the foot/boot on the ground?,1,4957,politeness_stack +"If pin C0 floats HIGH and C1 is connected to AREF which is also HIGH, then there shouldn't be any change. Did you try connecting C1 to ground to get zero when you run select_wire(1)?",0,4958,politeness_stack +They aren't common for fairly good reasons. Is there a particular reason you need such a supply?,0,4959,politeness_stack +"I suspect you're not going to have much luck getting that question answered here. + +(On the other hand, who knows what wisdom is lurking amongst the populace?)",0,4960,politeness_stack +are you sure it is not an 0606 component(ie. Measurements of the device)?,0,4961,politeness_stack +This is a fun question. What kind of device are you hacking?,-1,4962,politeness_stack +I have no idea what to tag this. Ideas?,-1,4963,politeness_stack +"It really depends on the specs and the quantities of your PCB. Can you let us know the approximate size of the PCB, the quantity you want, how many layers, and if there are any other unusual requirements?",1,4964,politeness_stack +I once saw someone touch the (house)radiator to discharge before working inside a PC. Does that really help?,1,4965,politeness_stack +The two summing nodes shouldn't affect each other. Can you draw the circuit?,0,4966,politeness_stack +"It looks like you will have the device powered for most of the time that you have valid data. Isn't a battery backup-ed SRAM more appropriate than an EEPROM (or better, Flash) then?",-1,4967,politeness_stack +You never said *why* you want to do this. What's the problem with the current setup?,1,4968,politeness_stack +Nice project. Got any videos or pictures of the output?,-1,4969,politeness_stack +"""what is actually possible"" is interesting thing. and does it means if we don't harvest , it get wasted in heating air ?",0,4970,politeness_stack +I think this is off topic but I'm not 100%. Any thoughts?,1,4971,politeness_stack +"RS422/485 do not have a clock, they're asynchronous. So... what?",0,4972,politeness_stack +"This would be answered in pretty much any beginner's tutorial, and I fear a complete answer here would undermine your understanding more than help. What prior effort have you done to learn?",0,4973,politeness_stack +"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?",-1,4974,politeness_stack +"The letters can vary depending on the company, but usually they are a minor difference between. Have you checked the datasheet?",0,4975,politeness_stack +"Okay, I have built a radar system before, I need one major thing, that I am not sure if you intended to answer. Do you plan to do this at a single frequency?",-1,4976,politeness_stack +you need to clarify the question. Are you talking about generating a DC voltage from the PWM?,1,4977,politeness_stack +Google indicates that the ReadyNAS NV+ is a RAID controller. Can you link to the product you're using?,0,4978,politeness_stack +*Electrolysis* (in title) is often used to split water into H2 and O2--distinct from *generating electricity* (in text). Which is your aim?,0,4979,politeness_stack +"If the period register is 0, it probably never matches and so it never triggers the interrupt. With PR2 line uncommented, can you trigger on a breakpoint set inside the interrupt routine?",1,4980,politeness_stack +"@Russell - 30 pages is a lot, and I guess it will have some noise in it too. Can't you just post the gist of it here?",1,4981,politeness_stack +"@brian, you cannot mark community wiki. Do you have a specific answer that you are looking for?",0,4982,politeness_stack +"TSOP is a series of IR receivers by [Vishay](http://www.vishay.com/ir-receiver-modules/), here it doesn't mean ""thin small outline package"" or something like that. Right, gomek?",1,4983,politeness_stack +15 boards per hour is four minutes per board. How long does the PICkit 2 take to program your part?,0,4984,politeness_stack +"If this was your keyboard, you should know what it was connected to. What was it?",0,4985,politeness_stack +"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,4986,politeness_stack +"I know, but your question implied that you have conductive tape and want to know if it is conductive. Another good question might be, Is there a conductive tape product and then have details in the question about what you need specifically?",1,4987,politeness_stack +You are wasting a lot of power in the 150 ohm resistors. What is the 555 for?,-1,4988,politeness_stack +I've heard rumors of Pb-Sn solder being incompatible with certain RoHS PCB finishes. Does anyone have real data about this?,0,4989,politeness_stack +'Scope probes often come with a small plastic screwdriver. Do yours fit?,0,4990,politeness_stack +I'm having trouble visualizing the floaty skirt car with sticks. Do you have any pictures?,0,4991,politeness_stack +"It seems to me that we have a language gap here. Reading your comments, are you trying to ask what happens with logic devices when you have a very slowly transitioning, or even static intermediate signal on an input to a logic gate?",0,4992,politeness_stack +Your specs do not have span adjustment. Is there a typo?,0,4993,politeness_stack +Your question reads as if you've already found a solution. What is the problem?,-1,4994,politeness_stack +"It might be helpful, if someone can, to do a short analysis on this circuit. I'm assuming the diodes form a sort of regulator?",0,4995,politeness_stack +"I recommend the [$0.5M 1THz Agilent VNA](http://cp.literature.agilent.com/litweb/pdf/5989-7620EN.pdf). £1~$1070, right? :D",1,4996,politeness_stack +"the amount of time you might end up spending trying to figure out a noisy power supply might offset the cost of picking up an adjustable power supply, or even a decent single voltage Meanwell (or similar) 5VDC power supply. That said, maybe an LM6805 or LP2954 will do the trick?",0,4997,politeness_stack +A DVT is tailored to a design. What is the design?,1,4998,politeness_stack +"@AndrejaKo - Electrical **fields** are 3 dimensional, yes. But a 3D **wave form**?",-1,4999,politeness_stack