Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 476 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 476 Bytes

Really simple Javascript app to convert between binary, hex, decimal, and octal. Built because none of the other online converters worked quite the way I wanted, but it's mostly an excuse to play around with GitHub Pages and CloudFlare.

Attributions

  • This project uses the BigInteger library for actual base conversions.
  • jQuery is licensed under the MIT license.