Handy calc is a small commandline calculator similar to GNU bc. It can be very helpful for random calculations during programming, etc. It supports all arithmetic operations using 64bit unsigned integers, and does bit shifts and conversions from binary to decimal to hex.