An open API service indexing awesome lists of open source software.

https://github.com/danog/pack.sh

Pack/unpack numbers to/from binary (base 256) format, in bash.
https://github.com/danog/pack.sh

Last synced: over 1 year ago
JSON representation

Pack/unpack numbers to/from binary (base 256) format, in bash.

Awesome Lists containing this project

README

          

# pack.sh

Pack/unpack numbers to/from binary (base 256) format.

Works pretty much like the python struct extension.

Licensed under GPLv3, created by Daniil Gentili (https://daniil.it).