bacon
authorJess <jessicatz.fairymeadow@gmail.com>
Fri, 22 Aug 2014 13:19:55 +0000 (15:19 +0200)
committerJess <jessicatz.fairymeadow@gmail.com>
Fri, 22 Aug 2014 13:19:55 +0000 (15:19 +0200)
commita7a7ac1456426456a5a33ebeac28693804693716
tree74e4a8c607cfe861232f7e4484ddf1e18431cb12
bacon
32 files changed:
404.html [new file with mode: 0644]
apple-touch-icon-precomposed.png [new file with mode: 0644]
css/bootstrap-theme.css [new file with mode: 0644]
css/bootstrap-theme.css.map [new file with mode: 0644]
css/bootstrap-theme.min.css [new file with mode: 0644]
css/bootstrap.css [new file with mode: 0644]
css/bootstrap.css.map [new file with mode: 0644]
css/bootstrap.min.css [new file with mode: 0644]
css/main.css [new file with mode: 0644]
data/cards.json [new file with mode: 0644]
data/cards_extra.json [new file with mode: 0644]
data/db.sqlite3 [new file with mode: 0644]
data/settings.json [new file with mode: 0644]
data/tournaments.csv [new file with mode: 0644]
favicon.ico [new file with mode: 0644]
fonts/glyphicons-halflings-regular.eot [new file with mode: 0644]
fonts/glyphicons-halflings-regular.svg [new file with mode: 0644]
fonts/glyphicons-halflings-regular.ttf [new file with mode: 0644]
fonts/glyphicons-halflings-regular.woff [new file with mode: 0644]
index.html [new file with mode: 0644]
js/main.js [new file with mode: 0644]
js/vendor/bootstrap.js [new file with mode: 0644]
js/vendor/bootstrap.min.js [new file with mode: 0644]
js/vendor/jquery-1.11.0.min.js [new file with mode: 0644]
js/vendor/modernizr-2.6.2-respond-1.1.0.min.js [new file with mode: 0644]
main.py [new file with mode: 0644]
mlpccg/AI.py [new file with mode: 0644]
mlpccg/CardDb.py [new file with mode: 0644]
mlpccg/DeckList.py [new file with mode: 0644]
mlpccg/TournamentRecord.py [new file with mode: 0644]
mlpccg/__init__.py [new file with mode: 0644]
mlpccg/clustering.py [new file with mode: 0644]