You will find here a selection of simple, clear examples of how to
do various things in Java. I don't claim to be an expert in Java,
I'm just trying to provide some simple examples. Take it as you
will.
These examples assumes basic familiarity with Java,
especially with how to compile and run programs.
If you need help compiling and running these, don't ask me. Go
somewhere else.
I've also collected some notes of mine, and links to online
tutorials, regarding matrices/matrix
math tutorials and OpenGL, for a friend of mine. They may be
of some use to you.
Java Advanced Imaging example of compositing two images
Since any and all examples and samples of JAI code seem hard as
heck to find, after I figured out (I think) how to do it, I
slapped together a minimal example case. Any and all comments on
style and such, especially if I'm doing something wrong,
are more than welcome.
A simple application to forward socket connections from one
IP/port to another. This was a quick hack for a friend to allow
them to inspect what was going on in some http transactions. It
is provided here for whatever use you may make of it.