gostyle: the basic library, intitial commit.
commitf89ffb40d6073d29ebbb5fb4cea4fbaa46604428
authorJoe Moudrik <j.moudrik@gmail.com>
Thu, 18 Jul 2013 14:52:42 +0000 (18 16:52 +0200)
committerJoe Moudrik <j.moudrik@gmail.com>
Thu, 18 Jul 2013 14:52:42 +0000 (18 16:52 +0200)
tree0a74d4734a9d2d0d3f5dc65f65b29732d20cb1cf
parent014da0f9e23a33062dbee5d5c95937f8f6fccb06
gostyle: the basic library, intitial commit.
30 files changed:
PATCH_pachi.diff [new file with mode: 0644]
QUESTIONARE/lukas_podpera [new file with mode: 0644]
QUESTIONARE/vladimir_danek [new file with mode: 0644]
README
TEST_FILES/games/1930-01-00a.sgf [new file with mode: 0644]
TEST_FILES/games/1960-00-00f.sgf [new file with mode: 0644]
TEST_FILES/games/1976-00-00e.sgf [new file with mode: 0644]
TEST_FILES/games/1984-03-11d.sgf [new file with mode: 0644]
TEST_FILES/games/1990-00-00b.sgf [new file with mode: 0644]
TEST_FILES/test_bdist.sgf [new file with mode: 0644]
TEST_FILES/test_bdist2.sgf [new file with mode: 0644]
TEST_FILES/test_capture.sgf [new file with mode: 0644]
TEST_FILES/test_cont.sgf [new file with mode: 0644]
config.py [new file with mode: 0644]
data_about_players.py [new file with mode: 0755]
game_to_vec.py [new file with mode: 0644]
ipython_session.py [new file with mode: 0644]
load_questionare.py [new file with mode: 0644]
pachi.py [new file with mode: 0644]
result_file.py [new file with mode: 0644]
utils/__init__.py [new file with mode: 0644]
utils/colors.py [new file with mode: 0644]
utils/db_cache.py [new file with mode: 0644]
utils/godb_models.py [new file with mode: 0644]
utils/godb_session.py [new file with mode: 0644]
utils/misc.py [new file with mode: 0644]
utils/rank.py [new file with mode: 0644]
utils/sgf_load.py [new file with mode: 0644]
utils/timer.py [new file with mode: 0644]
utils/utils.py [new file with mode: 0644]