Code
During the course of my College Career, I have been trained to program in Java. This page showcases several of the programs I have written.
JT Linear EQ Processor
This program allows the user to solve systems of linear equations. I plan to add more features to it in the future.
Huffman Table Generator
Huffman coding is symbol compression algorithm. (see link) This program deals with text compression. It does not (yet) compress text files. Currently, it only outputs an ASCII table with the proposed Huffman code and other data.
JTTextEditor
Being dissatified with the poor search indexing methods of other text editors, I dreamed of making my own, which would allow me to do text editing my way. JTTextEditor starts the fulfillment of this dream.
My blog about the programming work I do can be found at http://johnrtippin.com/wp/category/programmming/.