bcal is a Byte CALculator for storage conversions and calculations.
Features:

- convert to IEC/SI standard data storage units
- show the address in bytes
- show address as LBA:OFFSET
- convert CHS to LBA and *vice versa*
- show binary, decimal and hex representation of a number
- custom sector size, max heads/cylinder and max sectors/track
- minimal dependencies
This commit is contained in:
Arun Prakash Jana 2017-04-26 22:23:54 +05:30 committed by Adam Harris
parent 565d0fcbc5
commit 6c7f70a4fb
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
## Development
- [Wat](https://github.com/dthree/wat) - Instant, central, community-built docs.
- [bcal](https://github.com/jarun/bcal) - Byte CALculator for storage conversions and calculations.
### Web Development