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.
- Host: GitHub
- URL: https://github.com/danog/pack.sh
- Owner: danog
- License: agpl-3.0
- Created: 2017-04-01T18:19:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-01T18:22:23.000Z (over 9 years ago)
- Last Synced: 2025-01-12T20:13:02.741Z (over 1 year ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).