Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jkanche/js.matrix


https://github.com/jkanche/js.matrix

Last synced: 6 days ago
JSON representation

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