JAVA Programming page
In this page you will find my current and future projects in java, which is now my favourite language since I've started to work with it in 2005.
My favourite IDE for java is Eclipse and it's also free from the web so I recommand you to try it!
CSV/XLS Viewer
This is a CSV, XLS file viewer.
it enables you to quickly search words inside a CSV (Comma delimited values)
or Microsoft xls files. when you run it, it shows you all the csv/xls files in the directory, then when you choose a file,
it shows you the content of it in table view.  just type some characters in the upper field, and it will reduce lists items for you to match to the string you typed.  it is can be used as a phonebook, or just a values finder. (The values are not editable)
run it by typing  "java -cp viewer.zip FileViewer"
Metal factory dessign
This is a simple yet powerfull tool for metal factories that calculates the spreading of 3d object in a 2d sheet which helps metal factories to calculate their cutting shapes.  This project is under development now. a free demo can be downloaded, no source code is  available for now.
This is a utility class (source)  that let us load .java files and easily manipulate them
in memory. it is good for source analyzers, interpreters, compilers and other development
tools. I made it for the pre-distribution source checker on my organization.
I hope you'll find it usefull.
Java source reader/manipulator