Simple experimental Java program examples
- BirIslem: An educational implementation of Bir İşlem (Le compte est bon - the total is right) game using genetic algorithms (comments are in Turkish)
- Chat: A chat implementation (2007)
- NotDefteri: A very simple notepad implementation that is able to load TXT files
- SimpleBrowser: An example browser implementation that uses sqlite3 to store sites (2009)
- xox: A Tic Tac Toe implementation based on minimax (2006)
- DB2POJO: An example project for creating POJO classes from database (2006)
- SocketCalculator: A calculator over socket connection in Java (2006)
- CurrencyReader: A XML reading and parsing example (2006)
- ThreadSync: A thread synchronization example (2006)
- CountRices: Rice count calculation using Image Processing filters (2006)
- JDIP: A simple Digital Image Processing application that shows various Image Processing filters on images (2006)
- Reflection: Java Reflection API usage example with in Java (2005)
- Java 3D Examples: Simple examples of how to use Java 3D API to create scenes.
All these programs are a free software: you can redistribute them and/or modify them under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This programs are distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.