Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jkanche/js.matrix
https://github.com/jkanche/js.matrix
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jkanche/js.matrix
- Owner: jkanche
- Created: 2021-06-02T05:38:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-10T06:17:24.000Z (over 3 years ago)
- Last Synced: 2024-03-17T14:54:40.594Z (8 months ago)
- Language: JavaScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
to run the script
```
node src/compute.js
```for the src.c
compile the c code
```
emcc print.c
```open the index.html file running a webserver
```
php -S localhost:8787
```