KSHTMLWriter is a set of classes for generating HTML and XML markup programmatically.
Archive for category Data Processing
KSHTMLWriter
Dec 25
Ruby on Rails-inspired active record for Core Data.
UKXMLPersistence
Dec 18
CoreFoundation-based functions with an Objective-C wrapper that let you serialize a dictionary into a simple form of XML and read that back in. The emphasis is on simplicity and readability, there are no DTDs or namespaces.
Official UKXMLPersistence repository (see UKXMLPersistence.h/.m and NSDictionary+XMLPersistence.h/.m)
ZSync
Dec 13
A library to enable easier syncing between Core Data based applications on iOS and Mac OS X.
Hammer
Dec 12
A recursive descent parser framework in and for Objective-C. It has a strong focus on convenience for the language implementor, and occasionally breaks with tradition for this reason.
FeedParser
Dec 12
An NSXMLParser-based RSS/Atom feed parser for Cocoa. It is intended to parse well-formed RSS and Atom feeds on both the desktop and the iPhone.
FMDB
Dec 12
Want sqlite, but don’t want to deal with libsqlite? Flying Meat’s FMDB provides a set of wrappers around the sqlite api which greatly eases development and style. Now hosted on GitHub and accepting pull requests.
MGTemplateEngine
Dec 12
Need to display pages and pages of content in your application? Or want to provide nicely formatted content inside a WebView? This template Engine will get you running in no time. Works beautifully on Leopard and iOS 2.0 and up.
MGTemplateEngine announcement page
MGTemplateEngine Source code repository
Google Toolbox for Mac
Dec 12
A collection of Code used by several Google projects. Of particular interest are the classes for accessing the AddressBook in a more Cocoa way than the C Library, but many of these classes give answers to common questions (UIImage resize, google search of course…).
JAPropertyListAccessors
Dec 12
Categories on NSDictionary, NSArray etc. to retrieve values as certain types, with type checking.