impl zhoujingya {
pub fn about() -> Self {
Self {
name: "Jing Zhou",
emails: "zhoujingfightinghahaha@gmail.com, 254644528@qqcom"
education: Education {
bachelor: Degree("Huazhong University of Science and Technology", "Chemical Engineering", 2012..=2016),
PHD: Degree("Dalian Institute of Chemical Physics", "Physical Chemistry", 2016..=2019), Drop Out
},
}
}
}
impl Programmer for zhoujingya {
fn topics(&self) -> Vec<&'static str> {
vec!["Compilers & Toolchains", "Backend & Frontend"]
}
fn languages(&self) -> Vec<&'static str> {
vec!["C++", "Python", "TypeScript"]
}
}
impl LinuxUser for zhoujingya {
fn distros() -> Vec<&'static str> {
vec!["Ubuntu"]
}
}
Popular repositories Loading
-
-
-
-
ventus-gpgpu-isa-simulator
ventus-gpgpu-isa-simulator PublicForked from THU-DSP-LAB/ventus-gpgpu-isa-simulator
Ventus GPGPU ISA Simulator Based on Spike
C
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.