public marks

PUBLIC MARKS from result with tag developer

June 2008

April 2007

March 2007

MacZealots > Articles > Beginning Mac Development

by 3 others
-(NSArray *) names { NSMutableArray *array = [NSMutableArray array]; NSEnumerator *enumerator = [[self exporterArray] objectEnumerator]; COExporter *currentExporter = nil; while (currentExporter = [enumerator nextObject]) [array a

February 2007

Developer branches and cross-branch merging | Asterisk

To make a developer branch copied from the trunk (or any other trunk-based branch): $ svn copy https://origsvn.digium.com/svn/asterisk/trunk https://origsvn.digium.com/svn/asterisk/team/jdoe/my-fun-branch $ svn checkout https://origsvn.digium.com/svn/ast