https://github.com/florianwendelborn/uuid4-bitwise
Simple demo to show how the UUID4 bit magic works and what it does.
https://github.com/florianwendelborn/uuid4-bitwise
bitwise javascript uuid4
Last synced: 10 months ago
JSON representation
Simple demo to show how the UUID4 bit magic works and what it does.
- Host: GitHub
- URL: https://github.com/florianwendelborn/uuid4-bitwise
- Owner: FlorianWendelborn
- License: mit
- Created: 2018-09-18T09:12:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T09:19:19.000Z (almost 8 years ago)
- Last Synced: 2025-01-02T13:46:50.180Z (over 1 year ago)
- Topics: bitwise, javascript, uuid4
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# UUID4 Bitwise
> Simple demo to show how the UUID4 bit magic works and what it does.
## Installation
```bash
git clone git@github.com:dodekeract/uuid4-bitwise
cd ./uuid4-bitwise
yarn install
```
## Running
```bash
yarn run start
```