Cocoa in the Shell

by Nyx0uf


This page contains a list of my source code that is hosted on github. All the sources are under the Simplified BSD license unless specified otherwise.
You’re welcome to download and use the source in any programming project, free or commercial, at your risk.
If you encounter any problem using it, or have any suggestions, feel free to contact me on gmail : nyx0uf

NYXImagesKit


This is a set of categories for the UIImage class that allows filtering, masking, resizing, rotating, saving, blurring.
There is also an UIImageView subclass to perform asynchronous image display which also handle image caching.
You can read more about it here and here.

  • NYXImagesKit on github


qlImageSize


This is a QuickLook plugin for Mac OS X Lion (10.7) to display images dimensions in the titlebar of the QuickLook window.
It also uncrushes iPhone's PNG on the fly, so you can see them in the finder and in the QuickLook window.
More informations about it here and here.

  • qlImageSize on github


moatool


moatool means Mach-O Archive Tool, As its name suggest, it's an utility which handle Mach-O archives, format used by Mac OS X. More precisely, moatool allow you to reduce Mach-O archives by stripping the useless platform code.
You can Read more about it here.

  • moatool on github