Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```