Skip to content
View Lancern's full-sized avatar
💻
Drinking coffee
💻
Drinking coffee

Organizations

@BITNP @BITICPC
Block or Report

Block or report Lancern

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
Lancern/README.md

Hi there 👋

impl Lancern {
    pub fn about() -> Self {
        Self {
            name: "Sirui Mu",
            email: "msrlancern@gmail.com",
            education: Education {
                bachelor: Degree("Beijing Institute of Technology", "Software Engineering", 2016..=2020),
                master: Degree("Tsinghua University", "Cybersecurity", 2020..=2023),
            },
        }
    }
}

impl Programmer for Lancern {
    fn topics(&self) -> Vec<&'static str> {
        vec!["Compilers & Toolchains", "Storage Systems", "Backend & Frontend"]
    }

    fn languages(&self) -> Vec<&'static str> {
        vec!["C/C++", "C#", "Python", "Rust", "TypeScript", "Zig"]
    }
}

impl LinuxUser for Lancern {
    fn distros() -> Vec<&'static str> {
        vec!["openSUSE", "ArchLinux", "Fedora", "Ubuntu", "Debian"]
    }
}

impl FormerACMer for Lancern { }
impl FormerCTFer for Lancern { }

My Skills

Sirui's github stats Top Langs

Pinned

  1. llvm/llvm-project llvm/llvm-project Public

    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

    26.2k 10.7k

  2. llvm/clangir llvm/clangir Public

    A new (MLIR based) high-level IR for clang.

    289 82

  3. SpriteOvO/spdlog-rs SpriteOvO/spdlog-rs Public

    Fast and combinable Rust logging crate

    Rust 101 9

  4. BITNP/BIThesis BITNP/BIThesis Public

    📖 北京理工大学非官方 LaTeX 模板集合,包含本科、研究生毕业设计模板及更多。🎉 (更多文档请访问 wiki 和 release 中的手册)

    TeX 660 100

  5. compilers-wiki/compilers-wiki compilers-wiki/compilers-wiki Public

    Wiki pages for compiler technologies https://compilers.wiki

    13 4

  6. soda soda Public

    Convert shared libraries into relocatable objects

    Rust 10