RuthsarianLabs

The following programs are trinket applications that prove to have quite a bit of use. Unfortunately the source code for each of the following applications is lost forever due to poor backup skills during planned hard disc formattings. Let this be a lesson to programmers everywhere!

Character Test v1.4
Originally concieved to help debug applications, it quickly grew into something a bit more, including a base64 converter. It can work with base 10, 16, 64 numbers as well as ASCII characters. It may not be apparent right away, but this has several handy uses.
Socket Whore v1.1
SocketWhore opens a connection to a user specified IP address and port, transmits a user specified string and then records the server's response. Originally designed to examine HTTP headers, this does have other useful purposes as well. Unfortunately because of the nature of this application, it is not HTTP 1.1 compliant as it does NOT send the HOST information required in an HTTP 1.1 transaction. But that also means you can use this program on NON-HTTP servers.
WinMD5
A simple GUI MD5 hash generator. You can feed it both files and text strings and it will spit back out the MD5 hash. This has been tested on files of extreme size (600+ megabytes) and works flawlessly.
A.I.E.S.
Artificial Intelligence Environment System
A project in artificial intelligence. You design a grid layout then set the AI bot loose in the grid to try and navigate the grid. The AI is achieved using a back prop neural network. The neural net trainer is a bit cumbersome to those who don't know how it works. Just play around with it and eventually you'll figure it out.