DragLauncher

Currently, immediate access to commonly used apps on Android is not so immediate, so I’m working on a gesture-based lock screen. Easily-memorized gestures help users rapidly select a number of applications directly from the moment they wake their phone. It’s currently in a prototype form only, with development on Github.

ScreenGlow

I wanted to work on my Windows programming and C++, so I turned my Python Ambihue program into a more fully feautured GUI app, with persistent settings and a taskbar icon and everything. Digging into win32 APIs for screengrabs hurt my brain, though. The project is on Github.

WhoPays?

I used Splitwise at work to make bill paying easier at lunch, but with large groups it could get complicated to tell who owed the most. I wrote an app that would take your Splitwise login via OAuth, get your list of friends, and would tell you who owed the most out of those at lunch. Developed a prototype, with code available on Github.

ChattyJS

A Javascript version of the Shacknews Chatty Visualizer I’d made, to reinforce my Javascript skills. Worked on keeping code clean and object-oriented; the code is on on Github and you can view the project live here.