4,660 reputation
12042
bio website
location
age
visits member for 3 years, 8 months
seen May 17 at 15:55
stats profile views 417

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


May
15
accepted How do I go about iterating over files in a directory, ordered based on last edit time in ruby?
May
3
accepted Regexp problems, python
May
2
accepted How do I inline the :before element when unable to include a CSS/style section?
Mar
19
accepted Is it possible to specify a default value for a paramater to a lambda expression in Python?
Dec
18
accepted How does one factor out reusable components in views in the Play framework?
Nov
9
accepted What is the syntax for passing an array into a view, in the Play framework?
Nov
1
accepted How do I intercept a zoom-in event for imageview?
Oct
11
accepted What's the most efficient method for filtering a dom tree based on properties of elements?
Oct
11
accepted Can I prompt a user to log in to facebook through a bookmarklet generated div?
Oct
2
accepted Can I use wildcards when searching an array of strings in Javascript?
Oct
2
accepted Is it possible to perform fql queries via the javascript SDK?
Sep
25
accepted Is there a curated repository for DJango based website templates?
Sep
22
accepted How do I load external scripts into my Chrome extension?
Sep
6
accepted Can I use multiple segues with one UITableViewDelegate?
Sep
4
accepted How do I programmatically display a UISegmentedControl?
Jul
16
accepted Can I change the “visited” color for just one or two links on my page?
Jul
14
accepted What is the easiest way to remove all packages installed by pip?
Jul
11
accepted How do I identify the username for my heroku token?
Jul
9
accepted Couchbase server refusing network connections - any ideas what might be the issue?
Jul
3
accepted Syntax error in Javascript? (attempting to dynamically load facebook javascript sdk)