An implementation of the SPDY internet protocol (the basis for HTTP 2.0) which promises to be faster for mobile devices, given appropriate server support.
CocoaSPDY
Apache License, Automatic (ARC), iPad, iPhone, iPhone and iPad, MacOS, Networking | No Comments
NSTimer+Blocks
Infrastructure, iPad, iPhone, iPhone and iPad, MacOS, MIT License, retain-release (MRC) | No Comments
A simple category on NSTimer that lets you pass a block to it instead of having to provide a target and action method.
Watchdog
Automatic (ARC), Diagnostics, Infrastructure or Debugging, Infrastructure, MacOS, MIT License | No Comments
Simple registration framework for OS X apps. DSA/ECDSA support. No OpenSSL required.
A simple but effective dynamic GraphView implementation for iPhone SDK for float values. It is easy to implement and works statically with an array of floats as well as dynamically by adding values to update the graph continually. You can change and acces the GraphView settings and appearances with very little code.
MBFaker
Data Processing, Diagnostics, Infrastructure or Debugging, Infrastructure, iPad, iPhone, iPhone and iPad, MIT License | No Comments
This library is a port of Ruby’s Faker library that generates fake data.
You can use it for taking real-looking test data, screenshots and to populate your database during development.
This code is free to use under the terms of the MIT license.
Clean and simple alert (or notification) banners for iPhone and iPad. Multiple configurations and options available. iOS 5.0+ tested. MIT License.
Fully Functional, Robust, Tested and Ready to use Custom iOSComponents, including the iOSDataGrid – the most powerful DataGrid available for iOS Apps, as well as a suite of utility controls inluding AutoComplete UITextView, Combo Box, Date Combo Box, Check Box, Radio Button, Check Box List, MultiSelect Combo Box and more!
Tool to migrate Standard Sqlite Database to Core Data
Sqlite2CoreData is a command line tool to migrate an Sqlite database to Core Data compatible database. It generates the Datamodel file and Core Data Sqlite file which can be imported to Mac/iOS projects and used with Core Data. Main purpose of the tool is to ease the migration process. It generates a datamodel by creating entities based on the table schema. Foreign Key information is used to generate the relationship information.
AGTTwoDimensionalDictionary
Automatic (ARC), Infrastructure, iPhone and iPad, MacOS, MIT License | No Comments
A dictionary based on the “_k_-d tree” data structure, allowing indexing of objects keyed by two-dimensional points.