Skip to content
View Lancern's full-sized avatar
:octocat:
Looking for interesting projects
:octocat:
Looking for interesting projects

Organizations

@BITNP @BITICPC

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: "[email protected]",
            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", "Toolchain", "MLsys", "Storage Systems"]
    }

    fn languages(&self) -> Vec<&'static str> {
        vec!["C/C++", "C#", "CUDA", "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 Loading

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

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

    LLVM 28k 11.6k

  2. llvm/clangir llvm/clangir Public

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

    LLVM 346 90

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

    Fast, highly configurable Rust logging crate

    Rust 107 12

  4. BITNP/BIThesis BITNP/BIThesis Public

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

    TeX 685 97

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

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

    13 4

  6. asm2vec asm2vec Public

    An unofficial implementation of asm2vec as a standalone python package

    Python 159 38