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

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.

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!
![](http://media1.giphy.com/media/YTbZzCkRQCEJa/giphy.gif)