Welcome!

Scroll down to see some of my personal and professional programs!

View Featured Program!


Application Updater

Personal Project

I have now added the ability for automatic updates on my applicational projects -- if the program detects an update, it will pull data remotely to replace any given file with its update.

Updater.java

Twitter Data Mining

Research project

This application can pull data from any public twitter account in the world. Through the API's methods, I have used this application to mine large data and make personality correlations via these mined accounts. Additionally, this application can auto-detect a language, and write a file system structure that is sorted accordingly.

TwitterMain.java AccessRequest.java SymbolTable.java WebConnection.java

Android RSS Feed

Personal Project

This Android app can pull data from sources like CNN, MSNBC, etc and display common news and headlines. Additionally, the user can follow the link to the displayed headline to gather more information about the story.

MainActivity.java AppService.java Sound.java TimeStampURL.java