Skip to content

Instantly share code, notes, and snippets.

View luismesas's full-sized avatar

Luis Mesas luismesas

View GitHub Profile
@luismesas
luismesas / gist:3429720
Created August 22, 2012 21:51
NSString equation evaluator using NSExpression
NSString *equation = @"floor((19-10)/2)";
NSNumber *result = [NSExpression expressionWithFormat:equation];
NSLog(@"%@", result); // logs "4"
@luismesas
luismesas / gist:3859936
Created October 9, 2012 16:38
All purpose Git Ignores
#################
## Eclipse
#################
*.pydevproject
.project
.metadata
bin/
tmp/
target/