Pinned Repositories
browser-demo-ios
Demo of a simple web browser based on UIWebView.
browser-demo-ios-swift
Demo of a simple web browser based on UIWebView. This is the Swift version.
GDPerformanceView-Swift
Shows FPS, CPU and memory usage, device model, app and iOS versions above the status bar and report FPS, CPU and memory usage via delegate.
hamiltonian-cycle
Visualization of an algorithm to find a Hamiltonian Cycle of a completely connected graph on the Cartesian plane consisting of no edge/line-segment intersections.
iCarousel
A simple, highly customisable, data-driven 3D carousel for iOS and Mac OS
libgdx
Desktop/Android/HTML5/iOS Java game development framework
node-dod
Node.js Data-Oriented Design Benchmark
notes
This is just a personal collection of notes related to projects I work on.
ruby-notes
All of my notes/demos from learning/updating my knowledge of Ruby and related frameworks.
string-dump
Utility class to dump the entire object graph of a given object to string using reflection.
bryanwagner's Repositories
bryanwagner/string-dump
Utility class to dump the entire object graph of a given object to string using reflection.
bryanwagner/node-dod
Node.js Data-Oriented Design Benchmark
bryanwagner/browser-demo-ios
Demo of a simple web browser based on UIWebView.
bryanwagner/browser-demo-ios-swift
Demo of a simple web browser based on UIWebView. This is the Swift version.
bryanwagner/GDPerformanceView-Swift
Shows FPS, CPU and memory usage, device model, app and iOS versions above the status bar and report FPS, CPU and memory usage via delegate.
bryanwagner/hamiltonian-cycle
Visualization of an algorithm to find a Hamiltonian Cycle of a completely connected graph on the Cartesian plane consisting of no edge/line-segment intersections.
bryanwagner/iCarousel
A simple, highly customisable, data-driven 3D carousel for iOS and Mac OS
bryanwagner/libgdx
Desktop/Android/HTML5/iOS Java game development framework
bryanwagner/notes
This is just a personal collection of notes related to projects I work on.
bryanwagner/ruby-notes
All of my notes/demos from learning/updating my knowledge of Ruby and related frameworks.
bryanwagner/so-you-think-you-know-java-strings
Exploring the relationship between 16-bit Java chars and UTF-8 bytes. The APIs make it simple to convert between Java Strings and byte arrays by specifying the char encoding, but what if you're writing a font rendering engine? In this case, to properly support UTF-8, you need to map code points to glyphs.
bryanwagner/SVProgressHUD
A clean and lightweight progress HUD for your iOS and tvOS app.
bryanwagner/TTSwitch
Fully customizable switch for iOS using images
bryanwagner/twitter-text
Twitter Text Libraries. This code is used at Twitter to tokenize and parse text to meet the expectations for what can be used on the platform.