Archive for category Data Processing

KSHTMLWriter

KSHTMLWriter is a set of classes for generating HTML and XML markup programmatically.

Official KSHTMLWriter repository

ActiveRecord Fetching for Core Data

Ruby on Rails-inspired active record for Core Data.

Official ActiveRecord Fetching for Core Data repository

UKXMLPersistence

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)

Official UKXMLPersistence web site

ZSync

A library to enable easier syncing between Core Data based applications on iOS and Mac OS X.

Official ZSync Website
Official ZSync Repository

Hammer

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.

Official Hammer repository

FeedParser

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.

Official FeedParser repository

FMDB

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.

Official FMDB repository

MGTemplateEngine

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

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…).

Google Toolbox Repository

JAPropertyListAccessors

Categories on NSDictionary, NSArray etc. to retrieve values as certain types, with type checking.

Official JAPropertyListAccessors Repository