MotoX Stopwatch
This is a little application I made for my friend NiKo, who needed a simple "stopwatch" application in order to keep track of timings and laps on the motocross field.
It's my first program actually written with the Cobra language. It's compiled for the .NET framework 2.0 and should work as well on Mono.
How it works
The user interface looks like this:

You can add new stopwatches by clicking on the "+" button on the right. Each stopwatch pane can be customized with an image and the driver's name. You can then start and stop each of them individually or click on the toolbar on the right to issue a synchronized start (or stop). By clicking on the "minus" button of a stopwatch you remove it from the window.
The current state of the application (names, images, laps and times) can be exported using the "Data" menu on top. This will generate an XML file that can be stored and imported again.
It's also possible to use the stopwatches by using keyboard shortcuts: in this case, all number keys from 1 to 0 start or add a new lap on the corresponding stopwatch. This works only for a total number of 10 stopwatches (to add more you'd have to add custom key shortcuts in the code).
Download
The application is distributed in a single package which includes the binary files and all source code, released under the WTFPL license.
Download binaries & source code (400 KB)



