https://github.com/titouanc/fluffy-guacamole
https://github.com/titouanc/fluffy-guacamole
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/titouanc/fluffy-guacamole
- Owner: titouanc
- Created: 2015-11-22T16:48:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-22T17:08:59.000Z (over 9 years ago)
- Last Synced: 2025-02-08T13:30:12.171Z (2 months ago)
- Language: Haskell
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Find identified metros from a list of occupied stations
To test, simply `make`.
* `metro.py`: transforms @C4's bizzare input format (see `metroX.dat`) to boolean lists
* `metro.hs`: the actual identification algorithm in Haskell
* `metro-script`: call the entire processing pipe in one command