Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 6 hours 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 [email protected]:itsthatguy/bitwise-tests.git
```

### Install project dependencies
```
npm install
```

### Run the tests
```
npm test
```

## Celebrate!
![](http://media1.giphy.com/media/YTbZzCkRQCEJa/giphy.gif)