4,650 reputation
12042
bio website
location
age
visits member for 3 years, 8 months
seen 2 days ago
stats profile views 417

for(i=1;i<101;++i)console.log((i%3?'':'Fizz')+(i%5?'':'Buzz')||i+'\n')


Sep
7
asked Is there any way to undo the effects of “git revert head”?
Sep
2
accepted How do I filter comments for git push commands?
Sep
2
asked How do I filter comments for git push commands?
Jul
20
awarded  Popular Question
May
12
comment Test if a number is fibonacci
I'm dealing with arbitrary numbers. Even an approximation will be useful, if it runs very quickly.
Apr
8
asked Looking for downloadable demo of a .Net service accessed through a pure JavaScript client, without relying on IIS to serve the service
Mar
10
accepted Is there a method to programatically add a website shortcut to the iphone?
Feb
1
comment Can't put file into ram with secure ftp
I saw that the problem only occurs when you use a secure connection, I figured maybe the problem is related to how the secure connection code escapes paths, and if you could feed it a manually escaped one, you might have a workaround
Feb
1
answered Is there any difference between DATE_SUB() and using arithmetic operators for datetime calculation?
Feb
1
answered How to (ignore|keep going) a gant-build in case of compile errors?
Feb
1
answered Can't put file into ram with secure ftp
Feb
1
answered Need to convert String^ to char *
Jan
31
asked Is there a method to programatically add a website shortcut to the iphone?
Jan
27
comment What is the quickest way to validate a postal code as existing on the iPhone?
I can validate the format already. I'm looking for methods to check whether the (valid) postal code exists
Jan
27
accepted What is the quickest way to validate a postal code as existing on the iPhone?
Jan
27
asked What is the quickest way to validate a postal code as existing on the iPhone?
Jan
25
accepted Do any good libraries and/or tools exist for automatic image “merging”?
Jan
25
asked Do any good libraries and/or tools exist for automatic image “merging”?
Jan
3
comment Question about C programming
This looks rather convoluted. I would have expected the output to be 2,2.
Jan
3
accepted Is Loop Hoisting still a valid manual optimization for C code?