Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sharkdp/factorization-diagrams
Interactive factorization diagrams
https://github.com/sharkdp/factorization-diagrams
mathematics prime-numbers purescript visualization website
Last synced: 7 days ago
JSON representation
Interactive factorization diagrams
- Host: GitHub
- URL: https://github.com/sharkdp/factorization-diagrams
- Owner: sharkdp
- License: mit
- Created: 2015-11-28T20:49:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T16:11:40.000Z (about 1 year ago)
- Last Synced: 2024-11-14T07:46:05.442Z (2 months ago)
- Topics: mathematics, prime-numbers, purescript, visualization, website
- Language: HTML
- Size: 9.77 KB
- Stars: 30
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Factorization diagrams
A Purescript version of factorization diagrams.
![Factorization of 105](http://i.imgur.com/bqm4kOO.png)
**[Try the interactive version](https://david-peter.de/factorization-diagrams)**
## Build
```
bower install
pulp build -O -t main.js
```