Pinned Repositories
dfrobison.github.io
dwordle
FuzzyStringMatcher
This is a swift adaptation of Forrest Smith's C algorithm. I'm absolutely sure there are performance optimization to made. Forrest's article describing the motivation and implementation can be found here: https://www.forrestthewoods.com/blog/reverse_engineering_sublime_texts_fuzzy_match/
generate-uuids
Rust implementation to generate UUIDs for cameras
HazardReporter
Exercise in iCloud and SwiftUI. Converted from a UIKit project by Andrew Bancroft
HorizontalPagingScrollView
A Swift 3 horizontally paging UIScrollView that supports page preloading, page dequeuing, and infinite scrolling.
iTunesInABox
Misc
General dumping ground of one-off things
mTrello
Experiment with developing a clone Trello app
dfrobison's Repositories
dfrobison/HazardReporter
Exercise in iCloud and SwiftUI. Converted from a UIKit project by Andrew Bancroft
dfrobison/FuzzyStringMatcher
This is a swift adaptation of Forrest Smith's C algorithm. I'm absolutely sure there are performance optimization to made. Forrest's article describing the motivation and implementation can be found here: https://www.forrestthewoods.com/blog/reverse_engineering_sublime_texts_fuzzy_match/
dfrobison/dfrobison.github.io
dfrobison/dwordle
dfrobison/generate-uuids
Rust implementation to generate UUIDs for cameras
dfrobison/HorizontalPagingScrollView
A Swift 3 horizontally paging UIScrollView that supports page preloading, page dequeuing, and infinite scrolling.
dfrobison/iTunesInABox
dfrobison/Misc
General dumping ground of one-off things
dfrobison/mTrello
Experiment with developing a clone Trello app
dfrobison/SpeedyDisk
dfrobison/SwiftHTTPStatusCodes
Swift enum wrapper for easier handling of HTTP status codes.
dfrobison/treesheets
TreeSheets : Free Form Data Organizer (see treesheets.com)
dfrobison/UKVSCloudSync
Sync your UserDefaults to iCloud automatically
dfrobison/ValueStepper
A Stepper object that displays its value.