Git Product home page Git Product logo

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 & 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"]
    }
}

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

My Skills

Sirui's github stats Top Langs

Sirui Mu's Projects

afl icon afl

american fuzzy lop - a security-oriented fuzzer

ant-design-blazor icon ant-design-blazor

🌈A set of enterprise-class UI components based on Ant Design and Blazor WebAssembly.

asm2vec icon asm2vec

An unofficial implementation of asm2vec as a standalone python package

bithesis icon bithesis

πŸ“– Unofficial LaTeX templates for your bachelor graduation thesis (and more) here at BIT.

bitserver icon bitserver

BitServer: BIT Online Judge Frontend Application

blogdrafts icon blogdrafts

Drafts and development environment of lancern.github.io

bufrw icon bufrw

Buffered reader and writer for Rust

caf icon caf

Fuzzing Language APIs written in C/C++

clangir icon clangir

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

cpp-boilerplate icon cpp-boilerplate

A template repository that serves as a boilerplate for modern new C++ projects using CMake.

cs6120 icon cs6120

My code for the implementation tasks in Cornell CS6120: Advanced Compilers

dsu-tree icon dsu-tree

A non-invasive disjoint-set-like data structure implementation in Rust

enigma icon enigma

Enigma machine emulator and its crack procedure on modern computers

erased-type-arena icon erased-type-arena

An allocation arena for allocating values of different types while performing proper dropping

fly-vision icon fly-vision

Implementation of object detection and tracking algorithms in aerial robots.

ipt-trace icon ipt-trace

Full stack implementation of a toy program tracing tool that uses Intel-PT for tracing. Include a Linux kernel module for accessing Intel-PT functionality and a user-space utility for end use.

libafl icon libafl

Advanced Fuzzing Library - Slot your Fuzzer together in Rust! Scales across cores and machines. For Windows, Android, MacOS, Linux, no_std, ...

libipt-rs icon libipt-rs

high level rust bindings for the libipt (intel processor tracing) library

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.