There is no excerpt because this is a protected post.
April 16, 2012
by stefano
Enter your password to view comments.
April 16, 2012
by stefano
Enter your password to view comments.
There is no excerpt because this is a protected post.
July 4, 2011
by stefano
0 comments
My name is Stefano Meschiari. I’m a graduate student in astrophysics by day, and an avid programmer when time allows. I’ve dabbled in many kinds of software projects, including programs to discover exoplanets… …a desktop program to attempt to … Continue reading
December 29, 2010
by stefano
0 comments
Objective-C Memory Management & Garbage Collection
December 23, 2010
by stefano
0 comments
Today’s post deals with a small pet-peeve I have with ObjC so far: using NSArray to store primitives (wrapped and unwrapped via NSNumbers) is rather cumbersome. Using malloc‘ed arrays is also inconvenient to pass around between objects, since they are … Continue reading
December 3, 2010
by stefano
0 comments
Cocoa Bindings Examples
December 2, 2010
by stefano
0 comments
Cocoa for Scientists | MacResearch
December 1, 2010
by stefano
0 comments
Introduction to Coding Guidelines for Cocoa Cocoa Style for Objective-C (part 2) Google Objective-C Style Guide
November 30, 2010
by stefano
0 comments
Foundations of Objective-C (via iDeveloper TV).
November 29, 2010
by stefano
0 comments
KVC is pretty awesome.