Encoding for fun
This morning I finally finished the encoding part of the base 64 encoder that I was writing just for fun. It was a lot of fun, it was the first time since I have been programming that I got to do some bit manipulations like shifts and working with hexadecimals.…