Samuel Kroslak’s blog

Archive for the ‘My Java Apps’ Category

Another Transfer

without comments

Application for file transfer through LAN. If you know IP addresses of two computers on LAN and you run this program, you can transfer any file between those PCs. Includes checksum verification and detailed information about transfer.

Screenshot of app AnotherTransfer

Source: AnotherTransfer.zip
Executable: AnotherTransfer.jar

Written by Samuel Kroslak

January 24, 2008 at 14:00

Posted in My Java Apps

Tagged with

Hibernate Example

without comments

Very easy and straightforward example of hibernate ORM with MySQL database.

TaskList

Source: HibernateExample.zip

Written by Samuel Kroslak

January 24, 2008 at 13:19

Posted in My Java Apps

Tagged with

Square Cutter

without comments

Short app as excercise to Divide and Conquer algorithm. Mark one spot and app will cut the rest of the grid to 2×2 pieces in shape of letter “L”.

Screenshot of app SquareCutter

Source: SquareCutter.zip
Run: Launch app

Written by Samuel Kroslak

January 24, 2008 at 13:11

Posted in My Java Apps

Tagged with