Projects
Sudoku for Windows Mobile
Sudoku is a number puzzle without numbers. This free download is an implementation for Windows Mobile 5 smartphones. Now you can take your favorite puzzle with you at any time! Some unique features:
Planned features:
The following screenshot shows the startup screen of the application: The following screenshot shows a new grid. The following screenshot shows a grid with some numbers entered. Puzzle FilesSudoku for Windows Mobile ships with a number of puzzles in the files The puzzles come from [http://magictour.free.fr/sudoku.htm]. You can go there and download additional puzzles. You can create your own puzzles files using any text editor. Any lines of text that are either empty or start with a hash character # will be ignored. Any other line contains a puzzle. The contents of every cell are encoded from left to right, line by line. Every character is a cell and contains either a digit or a dot if the cell is empty. The following is a sample line: 4.....8.5.3..........7......2.....6.....8.4......1.......6.3.7.5..2.....1.4...... The application does not check if the puzzle is valid. You are responsible for defining valid data. You find may resources for puzzle generators or generated puzzles on the net. LicenseThis software is released under the GNU Public License. PrerequisitesYou need the .NET Compact Framework 2.0 installed on the device. InstallationDownload the CAB file, copy it to your device and run it. The source code is also available. |
SC-Mobil
SC-Mobil is a mobile application to capture and process traffic offences on mobile devices that I worked on in the past. We also did a case study with Microsoft for this project. Lest we forget I am hosting the case study here. |
FChart
Floating charts for TeX. FChart is a set of macros for TeX that I wrote many years back. You can download the documentation below (in german, but you'll get the idea) LicenseThis software is released under the GNU Public License. InstallationDownload the ZIP file, copy it to your local machine and unzip it. |
Lisbon Embedded Database
Lisbon is an XML embedded database for Windows CE and Windows Mobile devices. You can find all the information about my embedded database project on Sourceforge. |