Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/betaveros/binary-operations
interactive arithmetic, bitwise logical, shift, comparison operations on 32-bit integers
https://github.com/betaveros/binary-operations
Last synced: about 5 hours ago
JSON representation
interactive arithmetic, bitwise logical, shift, comparison operations on 32-bit integers
- Host: GitHub
- URL: https://github.com/betaveros/binary-operations
- Owner: betaveros
- Created: 2020-02-06T20:30:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T07:15:36.000Z (almost 2 years ago)
- Last Synced: 2023-04-10T03:22:20.140Z (over 1 year ago)
- Language: HTML
- Size: 167 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# binary operations
yet another Svelte app™
## dev
```bash
npm install
npm run dev
```## prod
```bash
npm run build
npm run start
```