├── .gitignore ├── LICENSE ├── README.md ├── databaseToJSON.py ├── renderJustification.py ├── results.txt ├── rmBitmasks.py ├── rmupdater.py ├── rmzoo.py └── version_guard.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericastor/rmzoo/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericastor/rmzoo/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericastor/rmzoo/HEAD/README.md -------------------------------------------------------------------------------- /databaseToJSON.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericastor/rmzoo/HEAD/databaseToJSON.py -------------------------------------------------------------------------------- /renderJustification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericastor/rmzoo/HEAD/renderJustification.py -------------------------------------------------------------------------------- /results.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericastor/rmzoo/HEAD/results.txt -------------------------------------------------------------------------------- /rmBitmasks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericastor/rmzoo/HEAD/rmBitmasks.py -------------------------------------------------------------------------------- /rmupdater.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericastor/rmzoo/HEAD/rmupdater.py -------------------------------------------------------------------------------- /rmzoo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericastor/rmzoo/HEAD/rmzoo.py -------------------------------------------------------------------------------- /version_guard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericastor/rmzoo/HEAD/version_guard.py --------------------------------------------------------------------------------