4,665 reputation
12042
bio website
location
age
visits member for 3 years, 8 months
seen 15 hours ago
stats profile views 417

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


Mar
19
asked Is it possible to specify a default value for a paramater to a lambda expression in Python?
Mar
8
awarded  Popular Question
Feb
28
awarded  Self-Learner
Feb
8
awarded  Nice Question
Feb
1
asked How do I programmatically create a user with django_social_auth?
Jan
31
awarded  Notable Question
Jan
24
comment How fast can I actually crawl a website?
I don't think it's formally established anywhere. Many systems will have built in 2 second defaults that will start mistreating you if you go below this threshold even if they don't mention it, or don't care.
Jan
21
comment Error in my code or Facebook bug?
yes, to no success.
Jan
21
comment How do I create a new photo album for a page, through the facebook graph api?
See this question, though: stackoverflow.com/questions/14447111/… - now, once I created the album, I can't seem to access it properly.
Jan
21
asked Error in my code or Facebook bug?
Jan
21
comment How do I create a new photo album for a page, through the facebook graph api?
@cpilko that was it. Thank you!
Jan
21
comment How do I create a new photo album for a page, through the facebook graph api?
I'm following the pattern I've used for programmatically creating user albums - and which, I've been led to expect, would also work for pages
Jan
21
asked How do I create a new photo album for a page, through the facebook graph api?
Jan
19
comment Facebook Page/App Testing Environment
Any luck with this? Were you able to add your sandbox app to your private page?
Dec
20
comment How to serve the same HTML page for online and offline applications?
What do you mean by offline?
Dec
18
accepted How does one factor out reusable components in views in the Play framework?
Dec
17
asked How does one factor out reusable components in views in the Play framework?
Dec
17
comment How do I remove selected endlines with sed?
sed on mac os x 10.7.5, don't think it has a version number. No errors :(
Dec
17
comment How do I remove selected endlines with sed?
Doesn't seem to work on my machine
Dec
17
asked How do I remove selected endlines with sed?