https://github.com/itsthatguy/bitwise-tests
Seeing the binary and hexadecimal output of bitwise operations is super helpful. Here are some simple functions for doing just that.
https://github.com/itsthatguy/bitwise-tests
Last synced: 5 months ago
JSON representation
Seeing the binary and hexadecimal output of bitwise operations is super helpful. Here are some simple functions for doing just that.
- Host: GitHub
- URL: https://github.com/itsthatguy/bitwise-tests
- Owner: itsthatguy
- Created: 2014-02-23T03:34:30.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-23T04:20:56.000Z (over 12 years ago)
- Last Synced: 2025-01-16T16:47:04.143Z (over 1 year ago)
- Size: 516 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bitwise Tests!
## Setup
### Install Node
Navigate your browsing device here: http://nodejs.org/
### Clone the repo
```
git clone git@github.com:itsthatguy/bitwise-tests.git
```
### Install project dependencies
```
npm install
```
### Run the tests
```
npm test
```
## Celebrate!
