This is another utility which I wrote for myself use, it is a simple countdown timer which beeps when it reaches zero.
You can download it here : Timer
March 19, 2012
Simple Timer Utility
March 11, 2012
Realtime mouse position monitor tool
Sometimes very simple tools can not be found on Internet, for a project I needed to monitor mouse coordinates in real time, but I couldnt find anything useful on Internet so I wrote a small utility which displays mouse position (X,Y) on screen. It needs .net framework to be installed on your computer to work.
You can download it here : MousePos