Paul Fisher

2,327
reputation
287 views

Registered User

name Paul Fisher
member for 1 year
seen 2 days ago
website
location 129.21.0.0/16
age 21
Software Engineer and rower at RIT.
Dec
7
comment NP vs NP-Complete vs NP-Hard
"The halting problem is the classic NP-hard problem." No, it's not. The halting problem is undecidable. If you're looking for the classic NP-hard problem, you're probably looking for Travelling Salesman.
Dec
4
awarded  Popular Question
Nov
22
awarded  Yearling
Nov
12
comment Worst UI You’ve Ever Used
No it was not. Apparently there's a lot of suck to be had in the point-of-sale market.
Oct
20
awarded  Nice Answer
Sep
30
awarded  Popular Question
Sep
24
accepted can i use Apache Software License 2.0 lib in Commercial application
Sep
12
revised Why use **kwargs in python? What are some real world advantages over using named arguments?
Add escaping on a quote
Sep
8
awarded  Enlightened
Aug
19
answered How can I automatically answer a password prompt from an embedded item in an (X)HMTL page?
Aug
18
comment TortoiseGit, TortoiseBzr, TortoiseHg. Are any solid enough to switch from TortoiseSVN?
I've only used the import tool personally, but there are lots of options available. hgsubversion appears to be the most complete. mercurial.selenic.com/wiki/WorkingWithSubversion/…
Aug
16
comment Is sprintf(buffer, “%s […]”, buffer, […]) safe?
I think your suggestion is functionally the same as my proposed replacement, but using slightly different notation. I can see why some might prefer to see it written this way, though.
Aug
16
comment Is sprintf(buffer, “%s […]”, buffer, […]) safe?
it's not about buffer-overflow-safety, but it is about whether a certain behaviour has the possibility of corrupting data, which seems like safety to me. But now we're nitpicking.
Aug
16
comment Is sprintf(buffer, “%s […]”, buffer, […]) safe?
Unless you're seeing something I don't, which is entirely possible.
Aug
16
comment Is sprintf(buffer, “%s […]”, buffer, […]) safe?
Actually, I'm not overlapping buffers in my second one—it's a strictly different buffer. I don't use the original.
Aug
16
revised Is sprintf(buffer, “%s […]”, buffer, […]) safe?
smaller paragraphs
Aug
16
comment Is sprintf(buffer, “%s […]”, buffer, […]) safe?
I understand about the possibility of buffer overflows. That wasn't the question I asked—I wanted to know whether the overwriting behaviour was safe.
Aug
16
comment Is sprintf(buffer, “%s […]”, buffer, […]) safe?
Okay, just wanted a sanity check. [POSIX says the same thing](opengroup.org/onlinepubs/9699919799/…): > If copying takes place between objects that overlap as a result of a call to sprintf() or snprintf(), the results are undefined.
Aug
16
revised Executing a flat binary file under Linux
put everything into one big blockquote
Aug
16
asked Is sprintf(buffer, “%s […]”, buffer, […]) safe?
Aug
16
revised What is your best programmer joke?
codify
Aug
9
comment How to dynamically generate a pdf from Google’s appengine?
You can write to any file-like object, meaning that you could write to, say, response.out. For example, konryd.blogspot.com/2008/04/…
Aug
7
comment Preventing “One Hours” “One MInutes” “One Days”
And I even messed it up the first time. Silly me!
Aug
7
comment Preventing “One Hours” “One MInutes” “One Days”
I applied your suggested edit, Phillipe, and made it even a bit shorter :)
Aug
7
revised Preventing “One Hours” “One MInutes” “One Days”
Reverse order! D:
Aug
5
answered Are there any advantages to using GIF over PNG?
Aug
5
revised How do I include image files in Django templates?
Fix up formatting :)
Jul
30
accepted In what OS should I host subversion?
Jul
29
comment Get IE6 quirks-mode position:absolute rendering in standards mode
That still won't bring the yellow bit down all the way to the bottom of the window, without which the world will literally catch on fire and kill us all. Or so I've been led to believe.
Jul
29
revised Get IE6 quirks-mode position:absolute rendering in standards mode
the background would need to go on <html>, anyway
Jul
29
comment Get IE6 quirks-mode position:absolute rendering in standards mode
I would, but I can't use a background-image. Thanks for playing.
Jul
29
asked Get IE6 quirks-mode position:absolute rendering in standards mode
Jul
29
awarded  Tumbleweed
Jul
25
answered Replacing a html tag with another tag using JS DOM
Jul
25
answered Replacing a html tag with another tag using JS DOM
Jul
23
accepted Marginal browser support by the BBC (and why the BBC they can’t use jQuery)
Jul
22
asked Only request needed permissions in AIR app
Jul
17
revised Linux Subversion Tutorial
Remove patronizing tag
Jul
17
comment Simulating Pointers in Python
This probably isn't the greatest idea, because changes to locals() aren't guaranteed to be reflected in the environment.
Jul
17
comment Simulating Pointers in Python
You might not want to use the name "ref", since that's the same name as the weakref reference. Perhaps "ptr" or something. A sensible implementation, though.
Jul
12
revised C++ using NOT (~) on char for encryption…
please
Jul
12
answered Making a Makefile
Jul
12
awarded  Nice Answer
Jul
12
revised C++ using NOT (~) on char for encryption…
You're still wrong.
Jul
12
answered C++ using NOT (~) on char for encryption…
Jul
11
answered Inline SVG in HTML, with Firefox 3.5
Jul
11
comment What is a good document size for a Flash presentation on a widescreen TV?
1366×768 is probably the best resolution, because if it's connected with a VGA cable, that will (probably) be the resolution that the TV will claim to support.
Jul
10
answered Cheaper Alternative to Visual Studio Team Foundation?
Jul
9
comment Parsing the National Threat Level XML File with jQuery
While this in and of itself won't solve the problem, it is another issue with Kerrick's code.
Jul
8
answered Marginal browser support by the BBC (and why the BBC they can’t use jQuery)