C
Binary is a command-based utility able to help people test their skills in the binary (base-2) numeral system. I was inspired by the Unix commands, especially the cat command, and a couple of questions on the Hacker Test, which was written by Felix Lee, John Hayes, and Angela Thomas on June 16, 1989, which go as follows:
- Can you name powers of two up to 216 in arbitrary order?
- up to 232?
- up to 264?
Development
You can browse this program's source code or get a copy using git with the following command:
git clone git://evanalba.com/languages