Pinned Repositories
bjornruud.github.io
Personal website
BRCache
A type-safe key-value cache written in Swift.
BRCoreDataKit
A minimalistic API for working with CoreData.
BRToolKit
A collection of classes, data structures, extensions and patterns I use in my own Swift projects for iOS, macOS, tvOS and watchOS.
CoreDataSetup
An example Xcode project that implements the concurrent contexts and nested contexts Core Data patterns.
Event
An implementation of the observer pattern in Swift.
HTMLLexer
HTTPSession
A minimalistic HTTP client written in Swift, built on top of URLSession.
Swiftache
A Mustache template renderer for iOS and OS X implemented in pure Swift.
BjornRuud's Repositories
BjornRuud/Swiftache
A Mustache template renderer for iOS and OS X implemented in pure Swift.
BjornRuud/Event
An implementation of the observer pattern in Swift.
BjornRuud/BRCache
A type-safe key-value cache written in Swift.
BjornRuud/BRToolKit
A collection of classes, data structures, extensions and patterns I use in my own Swift projects for iOS, macOS, tvOS and watchOS.
BjornRuud/CoreDataSetup
An example Xcode project that implements the concurrent contexts and nested contexts Core Data patterns.
BjornRuud/HTMLLexer
BjornRuud/HTTPSession
A minimalistic HTTP client written in Swift, built on top of URLSession.
BjornRuud/bjornruud.github.io
Personal website
BjornRuud/BRCoreDataKit
A minimalistic API for working with CoreData.
BjornRuud/BRLineReader
An Objective-C class that reads text data line by line.
BjornRuud/CollectionScanner
An element scanner for collections, similar to Foundation's Scanner but generic.
BjornRuud/swift-parsing
A library for turning nebulous data into well-structured data, with a focus on composition, performance, generality, and ergonomics.
BjornRuud/Tumbler
Simple SpriteKit physics test using accelerometer