├── CZ1003 ├── README.md ├── dynamic_pattern.py └── hangman.py ├── CZ2003 ├── Assignment1.wrl ├── Assignment2.wrl └── readme.txt ├── CZ4024 └── CZ4024CheatSheet.docx ├── CZ8003 └── HRMSummary.md ├── LICENSE └── README.md /CZ1003/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Andyccs/ntucs-repo/HEAD/CZ1003/README.md -------------------------------------------------------------------------------- /CZ1003/dynamic_pattern.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Andyccs/ntucs-repo/HEAD/CZ1003/dynamic_pattern.py -------------------------------------------------------------------------------- /CZ1003/hangman.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Andyccs/ntucs-repo/HEAD/CZ1003/hangman.py -------------------------------------------------------------------------------- /CZ2003/Assignment1.wrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Andyccs/ntucs-repo/HEAD/CZ2003/Assignment1.wrl -------------------------------------------------------------------------------- /CZ2003/Assignment2.wrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Andyccs/ntucs-repo/HEAD/CZ2003/Assignment2.wrl -------------------------------------------------------------------------------- /CZ2003/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Andyccs/ntucs-repo/HEAD/CZ2003/readme.txt -------------------------------------------------------------------------------- /CZ4024/CZ4024CheatSheet.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Andyccs/ntucs-repo/HEAD/CZ4024/CZ4024CheatSheet.docx -------------------------------------------------------------------------------- /CZ8003/HRMSummary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Andyccs/ntucs-repo/HEAD/CZ8003/HRMSummary.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Andyccs/ntucs-repo/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Andyccs/ntucs-repo/HEAD/README.md --------------------------------------------------------------------------------