bitwise 0.43
Terminal based bit manipulator in ncurses
Bitwise is a multi base interactive calculator supporting dynamic base conversion and bit manipulation. It's a handy tool for low level hackers, kernel developers and device drivers developers.
Some of the features include:
Interactive ncurses interface.
Command line calculator supporting all bitwise operations.
Individual bit manipulator.
Bitwise operations such as NOT, OR, AND, XOR, and shifts.
- Website: https://github.com/mellowcandle/bitwise/
- Licenses: GPL 3+
- Package source: gnu/packages/maths.scm
- Builds: See build status
- Issues: See known issues
Installation
Install bitwise 0.43
as follows:
guix install bitwise@0.43
Or install the latest version:
guix install bitwise
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.