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

https://github.com/titouanc/fluffy-guacamole


https://github.com/titouanc/fluffy-guacamole

Last synced: 21 days ago
JSON representation

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