1,047 reputation
810
bio website
location
age
visits member for 4 years, 3 months
seen 4 hours ago
stats profile views 18

May
30
awarded  Critic
May
23
comment lowercase or rename all files in a directory on Mac OS X
and in bash, you may have to do this to handle filenames with spaces: IFS=$(echo -en "\n\b")
May
23
comment lowercase or rename all files in a directory on Mac OS X
really useful! here's a one-liner: for f in *; do echo $f; mv $f echo $f | tr '[:upper:]' '[:lower:']; done
May
21
awarded  Enthusiast
May
14
answered How not to map RestKit response?
May
9
awarded  Good Answer
Apr
25
answered Sorting strings with UILocalizedIndexedCollation and localizedStandardCompare: method
Apr
15
awarded  Yearling
Mar
21
awarded  Nice Answer
Feb
15
comment How can I allow https connection using AFNetworking?
What error is reported in your log? Also, is your server cert valid?
Feb
12
awarded  Necromancer
Feb
12
awarded  Commentator
Feb
12
comment How do I disable rescue handlers in Ruby on Rails apps when I'm running functional tests?
Actually, no. raise with no arguments re-raises the exception we just caught, keeping the stack trace intact. In other words, it would correctly indicate where the exception was originally raised and not the line raise if Rails.env.test?
Feb
4
answered iOS NSFetchedResultsController: sort sections by >=2 properties
Jan
28
awarded  Yearling
Jan
25
answered Custom views with Storyboard
Jan
15
awarded  Scholar
Jan
15
accepted RestKit: How to resubmit failed request after re-authenticating?
Jan
8
answered iOS Facebook SDK,how to login within App , not in safari
Jan
8
answered TransitionFromView removes previous view