4,665 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')


May
14
comment How can i escape latex special characters inside django templates
don't forget to also include r'\textgreater' r'\textless'
May
3
comment Regexp problems, python
Sorry, typo. That's not it
May
2
comment How do I inline the :before element when unable to include a CSS/style section?
@Mat sounds like your comment is the correct answer. Please post so I can accept.
Apr
11
comment How do I configure Eclipse/PyDev to properly allow references to command line tools?
@Whatang I'll take a look at it, thanks
Apr
11
comment How do I configure Eclipse/PyDev to properly allow references to command line tools?
The script is having problems finding the command line tools it's relying on. Maybe it's just an issue of setting a path variable somewhere?
Apr
2
comment How do I specify a relative db path for storing mongodb's data?
Bah. More work for me. I'm lazy :P
Apr
2
comment How do I specify a relative db path for storing mongodb's data?
That's not useful to me. I'd rather have a separate path for each user of the machine, and it would really suck if I have to use a separate config file for each user
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
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
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
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
comment Which library or tool does Twitter use for generating formatting for its emails?
@SimonAndréForsberg sorry, having trouble parsing whether your comment is meant to be humorous or serious. Is my question unclear? It would take a lot of work to hand code emails that complex, easier and faster to write a library or tool to do it. Then again, twitter isn't that geeky of a company, I might be expecting too much
Dec
12
comment URL to open iphone app if installed, or open itunes if not installed?
Do those work inside emails, too?
Nov
20
comment How do I go about safely taking a screenshot of a website that I know is infected with malware?
That's a good idea, however, the site has not been archived, and I doubt that archiving iterations are fast enough to be reliably current. Also, google doesn't have a cached version of it.
Nov
8
comment What is the syntax for passing an array into a view, in the Play framework?
thank you - that's it