Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klntsky/arithmetic-coding
Visualization of arithmetic coding algorithm (purescript-halogen)
https://github.com/klntsky/arithmetic-coding
Last synced: 5 days ago
JSON representation
Visualization of arithmetic coding algorithm (purescript-halogen)
- Host: GitHub
- URL: https://github.com/klntsky/arithmetic-coding
- Owner: klntsky
- Created: 2018-12-22T13:16:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T14:14:24.000Z (almost 6 years ago)
- Last Synced: 2024-11-09T15:47:42.584Z (2 months ago)
- Language: PureScript
- Homepage: http://ac.rgpu.club/
- Size: 66.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Deployed [here](http://ac.rgpu.club/).
# Building
Make sure `pulp` binary is in `$PATH` or modify the `package.json` to use the one from `node_modules`.
```bash
npm install
./node_modules/purescript-spago/spago psc-package-insdhall
psc-package install
npm test # optional
npm run build
```