From 6c7f70a4fbc209f028f97d74dd7bcff6b5d4b58d Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Wed, 26 Apr 2017 22:23:54 +0530 Subject: [PATCH] Add bcal (#104) 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 76c1719..607ada2 100644 --- a/README.md +++ b/README.md @@ -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