Random useful stuffs
Tools in C++
- Long factorial: Simple yet quick factorial calculator
Uses base 1019 on 64-bit computers and base 109 on 32-bit ones
- hex2dec: Convert from arbitrarily long hexadecimal numbers to decimal in pure ash (for busybox) or bash