Projects

Here is some projects that I have been working on ...

App Usage Monitor  (show me the code!) [Java]
This is an Android application used to monitor how much time you spend using an app. I wrote this app to see what is was like to program a mobile application. Since I owned an Android device, and it was free to publish, I chose to build an Android app over the alternatives.

Cloud Backend for the App Usage Monitor  (show me the code) [Python, Javascript] 
This is a google app-engine application. It is the back-end that supports the previously mentioned App Usage Monitor Android app. This also has the code for a simple web-front (instead of a mobile application) that can be used to view data.

Done Log  (show me the code!) [Java]
This is an Android application used to write down notes. For now, the two major features are: 1. every note has a time stamp automatically associated with it; 2. notes can be synchronized to your own Dropbox folder (in csv format). In the future, I hope to keep enhance the app with features like auto-complete, search, charting and statistics. 

English to Korean Forum (show me the code) [Python, Javascript]
This is one of my first attempts at building a google app-engine application.

HelloWorld (show me the code) [Various languages]
Collection of programs written in different languages that all have the same output of "Hello World".

MarkdownBlogger (show me the code) [Python]
This is a tool that lets you write blog posts in markdown, convert it to html and then post to Blogger.

This is a web application built using the MEAN javascript stack. This is my adventure into building an application using only Javascript.

Sorting Algorithm Library (show me the code !) [C++]
I spend most of my time working on applications that I hope somebody will use. In contrast, I started this project to allow myself to code without the pressure of delivering anything useful.
It is a library of sorting algorithms. But really, it's a place for me to try things out in C++.

Tic Tac Toe (show me the code !) [C++]
I have never really written any games before, so I wanted to give it a try. Rather than trying to build a new game, I wrote this game to see what concepts go into building a game.

Anything else? (Can't show you the code !) [C++, Python, Javascript, SQL ...]
For better or worse, I have a job at a company, and I am not allowed to tell you what I'm working on there. If I ever move on, I'll be glad to let you in on a bit more of what I've been up to.