Saturday, October 4, 2014

Stopwatch Program

This marks the day I built my very first program in Java. It's just a simple Stopwatch program built using Netbeans using JavaBeans for data binding.

Download the Stopwatch here

You can also download the source here for reference:

Download the Stopwatch Source Code here

Thursday, October 2, 2014

TwoFace v1.0

What is TwoFace?
 - TwoFace is a launcher program used to launch an original program together with a second program after a 15 second delay.

What does it do?
 - Everytime TwoFace is activated, it searches for a config file. If the config file is not found, TwoFace will activate into setup mode. If somehow TwoFace finds the config file, it activates into launcher mode which launches the 2 associated program.

How does it do it?
 - It renames the original application to another file.
 - It then copies itself into the original app's directory and takes the name of the original app.
 - It then creates a config file in order to enter launcher mode.
 - It then hides the renamed original app and the config file.

Download TwoFace v1.0 here