A small NSWindow subclass that implements an improved zooming behaviour and makes it easy to allow or deny zooming and/or resizing of a window. If zooming is not allowed, the zoom button will be disabled. Also, the resize indicator will be added or removed as required.
Archive for category MacOS
AMWindow
Sep 9
PolKit
Sep 9
A collection of many reusable Obj-C classes and functions for Mac OS X Leopard and later providing features like advanced networking, file system utilities, HID, MIDI & serial port devices support, OpenSSL encryption, file upload & download for many protocols, etc.
NoodleLineNumberView
Jul 30
An NSRulerView subclass for showing line numbers on the left of an NSTextView in an NSScrollView and setting “markers” (i.e. breakpoints in the style of Xcode).
WebAppKit
Jul 23
A very flexible web server framework written in Cocoa perfectly suited to implementing web services. Easily map paths and requests to selectors. It has a template engine, database support, does sessions, HTTP AUTH, and cookies.
LogPoints
Jul 2
Advanced logging toolkit that supports filtering, doesn’t require format strings, supports log levels etc.
The Diff Match and Patch libraries offer robust algorithms to
- Compare two blocks of plain text and efficiently return a list of differences.
- Find a search string’s best fuzzy match in a block of plain text, weighted for both accuracy and location.
- Apply a list of patches onto plain text using best-effort to apply patch even when the underlying text doesn’t match.
TwUI
Jul 1
A hardware accelerated, Core Animation based UI framework for Mac, inspired by UIKit.
MagicalRecord
Jun 30
An implementation of the active record pattern on top of Core Data, inspired by Ruby on Rail’s active record fetching.
NPReachability
Jun 30
A block-based reachability class that notifies handlers of changes in the reachability status.
CoreParse
Jun 21
A parsing framework for OS X, supporting a wide range of grammars thanks to its shift/reduce parsing schemes.