What's New?
Complete rewrite of Period Killer I've rewritten Period Killer from the ground up using a newer and more advanced UI framework. Other improvements have been made such as the file size of the program being reduced, hardware accelerated animations, and a new main menu has been created.
GitHub Feed I've finished up the custom GitHub feed and added a nice scroll effect to the feed container.
Viper I've been doing a lot of work on my real time analytics program and it's coming along nicely. I recently made some major improvements that GREATLY reduce network, CPU, and memory utilization. Additionally, a few nasty bugs caused by race conditions have been fixed and general improvements have been made to the stability and speed of the server. Right now I have it tracking this site so if you head over to the dashboard you can see it in action.
Password Endurance This tool will give you a good idea of how strong your password is. You'll also be able to see how long it would take to crack under various scenarios with both CPU and GPU processing. Try it out!
In Development
Real time analytics I'm working on a real time tracking application using Node.js and Socket.IO called Viper. Basic visitor count and page tracking is now complete and I've just finished implementing browser type tracking. Browser type tracking needs a bit of polishing and more testing but will soon be done. Next will be browser version tracking and charts/graphs for the dashboard. The charts and graphs will nicely reflect the various tracking sections by updating themselves in real time using animations.
QForm A PHP class to programmatically create a fully valid HTML form. This class will soon have the ability to handle every kind of form element and to specify specific elements as a certain type in order to be validated on the client side or the server side. Have a look at the code and feel free to contribute.