I’ve posted a bunch of my code on github
Like a module that converts to hex, oct, binary properly. By this i mean if you pass in an Int32 you get back 32 bits worth of encoded data – 4 hex digits, 5 octal digits (since each only covers 7 bits), and 32 binary digits. And if you pass in an int8 you get back 8 bits.… Read the rest