| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 2 months |
| seen | Jun 11 at 5:12 | |
| stats | profile views | 30 |
|
Apr 8 |
comment |
finding security vulnerabilities in millions of lines of code That's helpful.. Thanks a lot. |
|
Apr 8 |
asked | finding security vulnerabilities in millions of lines of code |
|
Feb 26 |
comment |
permutations of a string using iteration @DonRoby: this is an excellent solution. Though I traced it out with a sample input, I couldn't figure out the exact logic or how you approached this problem.. It would benefit us if you could explain us how you worked this out. Thanks. |
|
Feb 16 |
comment |
Handling error on clicking cancel in htaccess authentication Thanks. I will try it out.. |
|
Feb 16 |
comment |
Handling error on clicking cancel in htaccess authentication Sorry.. I meant "no he doesn't enter as unauthorised". Just replied carelessly. Anyway, all I want to see is some text which I have entered in the 400.html file. |
|
Feb 16 |
comment |
Handling error on clicking cancel in htaccess authentication No. When user cancels the authentication, I see the error page.. |
|
Feb 16 |
asked | Handling error on clicking cancel in htaccess authentication |
|
Nov 26 |
revised |
divide by zero exception handling in Linux deleted 2 characters in body |
|
Nov 26 |
asked | divide by zero exception handling in Linux |
|
Nov 5 |
comment |
How does Linux kernel handle double click event for a PS/2 mouse in mousedev.c Well, is it that the GPM implements the double click logic for an external mouse and that the linux kernel just reports the single click events? |
|
Nov 5 |
comment |
How does Linux kernel handle double click event for a PS/2 mouse in mousedev.c @Fuzzyfelt: Yes.. |
|
Nov 5 |
asked | How does Linux kernel handle double click event for a PS/2 mouse in mousedev.c |
|
Oct 15 |
revised |
Adding a widget to the main window from another thread Qt edited tags |
|
Oct 15 |
asked | Adding a widget to the main window from another thread Qt |
|
Sep 27 |
awarded | Tumbleweed |
|
Sep 21 |
comment |
sleep() vs blocking of a process I get a better picture now.. Thanks. |
|
Sep 21 |
comment |
sleep() vs blocking of a process When the process does a blocking call, it waits for the operation to complete. So when this operation is complete, does the blocked process immediately start running or scheduler takes control of it after it is blocked and schedules as per its wish? |
|
Sep 21 |
asked | sleep() vs blocking of a process |
|
Sep 20 |
asked | Parallelizing for loops in fisher jenks algorithm |
|
Sep 11 |
comment |
Usage of somearray[i].var() in python I guess Steven is right. I am trying to translate Fisher Jenks algorithm. Lack of comments makes it a nightmare it understand any code. But as I see the documentation of numpy.var, it needs atleast one argument and in the code I mentioned above, there is no argument. So is it that numpy.var acts on the arr[] array ? |