I'm Robert Bieber, and these are my personal projects.
Dovetails is a web app to create dovetail layout templates for the Shaper Origin router. Source code at github.com/bieber/dovetails
A Flappy Bird clone intended for the visually impaired. It uses the WebAudio API to present the game using audio tones. Source code at github.com/bieber/flappycat
A simple web-app that connects to your Spotify account and allows you to mix multiple playlists together with options for exactly how to combine them. Source code at github.com/bieber/mixer
Round timer is a simple boxing timer app for Android devices. Source code at github.com/bieber/roundtimer/
Typist is a single-page application that tests the user's typing speed. Uses text samples from the Words API. Source code at github.com/bieber/typist/
The words API is a web API written in Go that returns random snippets of text. Source code at github.com/bieber/wordserv/
Particles is a really simple, quick hack of a charged particle simulator in Javascript using the HTML5 canvas API.
Conflag is a configuration library for Go. It uses reflection to read a configuration described as a struct and attempts to load configuration data from defaults, config files, andcommand-line parameters. This is a work in progress that I use for my other projects and kind of fill in functionality as needed.
I've since abandoned this for spf13/viper.
A web app that shows a high-performing investment from one year ago, with the benefit of hindsight. Source code at github.com/bieber/dailyhindsight . This is now deprecated as the API it used has been shut down.
A web app that lets you compare Google maps at equivalent scales, either overlaid or side-by-side. Source code at github.com/bieber/mapcompare . This is now deprecated due to changes in the google maps SDK breaking the UI.