| Name | Description | Size | Link | Language |
|---|---|---|---|---|
| Sudoku Solver | A simple solver for sudoku puzzles. Both source and binaries are included. | 14 kB | Download | Java |
| XML-RPC, java client and PHP server. | This is a small example of how one can build a java client and a PHP server and have them communicate via XML RPC. Calling the sendXMLRPC() method in java with the appriopiate parameters sends a request with the params to the server which executes the requested function and then returns the result. | 3 kB | Download | Java |