Production / Utility

To run these applications, you need at least the Java 6 JRE installed. If you do not have it, you can download it here. All downloaded .jar files are runnable, which means you can double click them to open the application. If you have any questions, find any errors on the website or have any other issues, please feel free to email me or leave a comment on any of the pages, below.

This chat application allows for users to talk to each other easily, without installing any hefty messaging applications like AIM.

You can select to be both a Client + Server (you be come a server and then connect to yourself and then listen for other connections), or just a Client, who connects to the server of a different machine (which requires that machines IP address and open Port). Remember, if your an acting server and want people to connect to you, you must port forward the listening port. Default port is 4444.

This application renames TV titles into TV episodes saved on your computer. It is fully autonomous as in, it will automatically fetch all the required info from the files in the directory it is copied to. The first filename which matches a recognized pattern is parsed out for useful information which is used to query a TV database for season info. These are the filename formats: Show.S01E02.* | Show.1x02.* | Show 1x2 * | possibily others

Renaming the first file to House.S01E01.HDTV.XviD-LOL will result in all recognized files to be renamed to this format, but with the title after the episode number. End-trails (-* or .*) are kept separate for each file.

This auto clicker uses a .dll file and API created for use in jintellitype applications. These resources allow java apps to interact with Windows via shortcut keys which execute useful code.

This AutoClicker responds to the CTRL+SHIFT+Z shortcut keys, allowing it to start and stop auto clicking at 100ms intervals. It does this by executing a while loop that continuously clicks the saved position of the mouse at the moment the command was activated. Pressing the key combination again, will break out of the loop, allowing you to resume regular operations.

The CTRL+SHIFT+Q can exits the application mid click, in case something goes wrong.

This application uses WinRAR's command-line application UnRAR.exe to allow for multi folder extraction from a given source path, to a single dest path.

This application is perfect for extracting multi episode TV season packs that are still rar-packaged in different episode folders.

Use AutoTitler is conjunction with this application for optimal purpose.