Ecosyste.ms: Awesome
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: 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.
- Host: GitHub
- URL: https://github.com/itsthatguy/bitwise-tests
- Owner: itsthatguy
- Created: 2014-02-23T03:34:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-02-23T04:20:56.000Z (over 10 years ago)
- Last Synced: 2024-04-08T16:21:27.772Z (7 months 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 [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)