zingo


Member since 06/17/2007

zingo

Location: Berlin/Germany

43 snippets

6755 profile views

4 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet popular snippet:having a snipplet with 20 favorites

zingo's Recent Snippets



1 2 Next »
4 733 posted 16 years ago by zingo
You can generate a simple bar chart of the values by executing this command...
0 739 posted 16 years ago by zingo
A database table is basically an array of dictionary objects. As long as all the fields are valid property list types, you can loop through the array creating a managed object for each dictionary and setting the values. If you have an array con...
2 714 posted 16 years ago by zingo
If you set the NSObjCMessageLoggingEnabled environment variable to "YES", the Objective-C runtime will log all dispatched Objective-C messages to a file named /tmp/msgSends-.
0 606 posted 16 years ago by zingo
Prints content from an NSError or NSArray content from a managedObjectContext.
0 725 posted 16 years ago by zingo
List the current version and installation date of every application on a OS X system, using of Spotlight.
1 531 posted 16 years ago by zingo
displays sourcecode in a nice notebox on blog pages. uses with a class.
0 626 posted 16 years ago by zingo
Using a gcc predefined macro, __DATE__, the code can know for itself when it was compiled, and build in an expiration date based on that value. For a internationalised version see: http://snipplr.com/view/7196/kill-app-after-expire-date-suicidal-c...
1 947 posted 16 years ago by zingo
for .bashrc, a function that cd's to a directory and lists the contents it takes ls arguments and a directory. for example, cl goes to home dir and lists contents. cl -l goes to ~/ and long lists contents. and cl -lrt public_html shows the contents o...
0 566 posted 16 years ago by zingo
updates (svn up) a working copy and displays the changes
4 666 posted 16 years ago by zingo
1 2 Next »