author | Xinqi Bao <[email protected]> | |
Sat, 2 May 2020 20:07:46 +0000 (16:07 -0400) | ||
committer | Xinqi Bao <[email protected]> | |
Sat, 2 May 2020 20:07:46 +0000 (16:07 -0400) | ||
commit | 8a850bf6db99c40106b276967b53e2dfed811d71 | |
tree | f0f5e902bf7d27e8668996b52a5aa44e740ad412 | tree | snapshot |
.gitignore | [new file with mode: 0644] | blob |
LICENSE | [new file with mode: 0644] | blob |
README.md | [new file with mode: 0644] | blob |
client/.gitignore | [new file with mode: 0644] | blob |
client/CheaterHub/CheaterHub.pro | [new file with mode: 0644] | blob |
client/CheaterHub/cfg.cpp | [new file with mode: 0644] | blob |
client/CheaterHub/cfg.h | [new file with mode: 0644] | blob |
client/CheaterHub/main.cpp | [new file with mode: 0644] | blob |
client/CheaterHub/mainwindow.cpp | [new file with mode: 0644] | blob |
client/CheaterHub/mainwindow.h | [new file with mode: 0644] | blob |
client/CheaterHub/mainwindow.ui | [new file with mode: 0644] | blob |
client/CheaterHub/setting.cpp | [new file with mode: 0644] | blob |
client/CheaterHub/setting.h | [new file with mode: 0644] | blob |
client/CheaterHub/setting.ui | [new file with mode: 0644] | blob |
server/Makefile | [new file with mode: 0644] | blob |
server/cheaterHub.cc | [new file with mode: 0644] | blob |
server/tools/generateDict.py | [new file with mode: 0755] | blob |
server/wordscapes/.gitignore | [new file with mode: 0644] | blob |
server/wordscapes/Makefile | [new file with mode: 0644] | blob |
server/wordscapes/dict/myDictionary | [new file with mode: 0644] | blob |
server/wordscapes/test.cc | [new file with mode: 0644] | blob |
server/wordscapes/wordscapes.cc | [new file with mode: 0644] | blob |
server/wordscapes/wordscapes.h | [new file with mode: 0644] | blob |