Pinned Repositories
Intonation
Application for generating and comparing different musical intervals
ndalias
Objective-C wrapper for Apples Alias Manager, Deprecated see issues for details
ndcustomizablescrollview
ScrollView subclass that lets you insert a view within the scroll bars NSScroller view, for things like zoom controls.
ndfiber
Fiber implementation for Mac OS X and Cocoa
ndhotkeyevent
Classes for using Hot Key Event with you application, NSControl subclass for getting Hot Key Event from the user and a class for translation between key codes and characters.
ndrotator
iOS GUI control element, representing a dial or touch disc
ndtrie
An implementation of a trie in Objective-C, NDTrie contains an immutable version NDTrie and a mutable version NDMutableTrie
ndviewcontrollerview
A NSView subclass to act as the view for a View Controllers, add additional functionality similar to iOSs UIViewController
NSAppleEventDescriptor-NDCoercion
Category of NSAppleEventDescriptor that adds coercion to and from a lot of additional types.
RationalNumeric
Struct to represent a rational number with a numerator and denominator with basic math operations
nathanday's Repositories
nathanday/ndtrie
An implementation of a trie in Objective-C, NDTrie contains an immutable version NDTrie and a mutable version NDMutableTrie
nathanday/ndrotator
iOS GUI control element, representing a dial or touch disc
nathanday/ndalias
Objective-C wrapper for Apples Alias Manager, Deprecated see issues for details
nathanday/NSAppleEventDescriptor-NDCoercion
Category of NSAppleEventDescriptor that adds coercion to and from a lot of additional types.
nathanday/ndfiber
Fiber implementation for Mac OS X and Cocoa
nathanday/ndhotkeyevent
Classes for using Hot Key Event with you application, NSControl subclass for getting Hot Key Event from the user and a class for translation between key codes and characters.
nathanday/Intonation
Application for generating and comparing different musical intervals
nathanday/ndcustomizablescrollview
ScrollView subclass that lets you insert a view within the scroll bars NSScroller view, for things like zoom controls.
nathanday/ndviewcontrollerview
A NSView subclass to act as the view for a View Controllers, add additional functionality similar to iOSs UIViewController
nathanday/MidiNoteFormatter
A subclass of Formatter that can convert to and from midi note numbers and midi note names
nathanday/ndheap
Implementation of a Binary Heap in Objective-C for Mac OS and iOS
nathanday/ndjson
Objective-C JSON parser
nathanday/ndprocess
Wrapper for Apples carbon process API.
nathanday/NDStrechView
View that resizes itself and its parents based on how many subviews are visible.
nathanday/TonePlayer
Example polyphonic synthesiser written in Swift using CoreAudio.
nathanday/RationalNumeric
Struct to represent a rational number with a numerator and denominator with basic math operations
nathanday/ndradiobuttoncontrol
UIControl subclass that turns its UIButton subviews into radio buttons.