NameRepeated's Stars
ChinaNuke/ast-interpreter
国科大编译作业:基于Clang的C语言解释执行器
yerfor/GeneFace
GeneFace: Generalized and High-Fidelity 3D Talking Face Synthesis; ICLR 2023; Official code
Jerry-GK/ClearC
A compiler for ClearC, a simplified but more clear C language with some Go features. Support const, auto and OOP. (V1.2, ZJU Compiler Principle Lab)
Jerry-GK/AI-Labs
Labs for AI ZJU.
Jerry-GK/GetaKV
GetaKV is a Shard Key-Value System based on Raft. Distributed system implementation. Labs of course MIT-6.824. (V2.0, Lab4B Finished)
Jerry-GK/RinuxPro
A Rinux-V Linux kernel. Support exception handle, page fault handle, kernel/user mode and process fork.
Jerry-GK/JetSQL
A simple stand-alone Database supporting basic SQL, log for recovery and transaction, B+ tree and hash index, physical page level concurrency control. (V2.9) (ZJU MiniSQL Improved)