Skip to content
View bryanwagner's full-sized avatar
Block or Report

Block or report bryanwagner

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. string-dump string-dump Public

    Utility class to dump the entire object graph of a given object to string using reflection.

    Java 7 2

  2. node-dod node-dod Public

    Node.js Data-Oriented Design Benchmark

    JavaScript 2

  3. browser-demo-ios browser-demo-ios Public

    Demo of a simple web browser based on UIWebView.

    Objective-C 1

  4. browser-demo-ios-swift browser-demo-ios-swift Public

    Demo of a simple web browser based on UIWebView. This is the Swift version.

    Swift 1

  5. hamiltonian-cycle hamiltonian-cycle Public

    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.

    Java

  6. so-you-think-you-know-java-strings so-you-think-you-know-java-strings Public

    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 wri…

    Java