Latest Posts

Huffman Tree Encoding Algorithm

A text encoder and decoder based on huffman text compression with a simple Java AWT/Swing UI implementation that allows for encoding and decoding string valu...

Python Peer-to-Peer Network

A simple peer-to-peer file sharing torrenting network with encrypted payload transportation and support for multiple clients over sockets with multi-threadin...

Python Quick Convert to int

Placing the addition operator + before a variable automatically converts it to an integer value if it can be converted, otherwise returns false, this can be ...

Tabs vs. Spaces

I’ve always preferred tabs over spaces, four spaces to be exact but unlike the fact that the number of spaces doesn’t really make a difference in indentation...