Skip to content
View zhoujingya's full-sized avatar
  • Terapines
  • wuhan
Block or Report

Block or report zhoujingya

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
zhoujingya/README.md

Hi there 👋

impl zhoujingya {
    pub fn about() -> Self {
        Self {
            name: "Jing Zhou",
            emails: "zhoujingfightinghahaha@gmail.com, jing.zhou@terapines.com"
            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"]
    }
}

My Skills

ZhouJing's github stats Top Langs

Popular repositories

  1. pocl pocl Public

    Forked from pocl/pocl

    pocl - Portable Computing Language

    C 1 1

  2. zhoujingya zhoujingya Public

    Config files for my GitHub profile.

  3. test test Public

  4. zhoujingya.github.io zhoujingya.github.io Public

    HTML

  5. ventus-gpgpu-isa-simulator ventus-gpgpu-isa-simulator Public

    Forked from THU-DSP-LAB/ventus-gpgpu-isa-simulator

    Ventus GPGPU ISA Simulator Based on Spike

    C

  6. mojo mojo Public

    Forked from modularml/mojo

    The Mojo Programming Language

    Mojo