Skip to content
View N0067H's full-sized avatar
🦀
🦀
  • 18:59 (UTC +09:00)

Highlights

  • Pro

Organizations

@GBSWHS @webisnoteasy @marieeeeeeeeeeeeeee @gbsw-liskov

Block or report N0067H

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
N0067H/README.md
#[derive(Debug)]
pub struct Profile {
    pub name: &'static str,
    pub role: &'static str,
    pub languages: &'static [&'static str],
    pub interests: &'static [&'static str],
    pub environments: &'static [&'static str],
}

pub const ME: Profile = Profile {
    name: "SeungYeop Ryu",
    role: "Software Engineer",
    languages: &[
        "Rust",
        "C++",
    ],
    interests: &[
        "OS Internals",
        "Networking",
        "Programming Languages",
        "Reverse Engineering",
    ],
    environments: &[
        "Windows / WSL",
        "Arch Linux",
    ],
};

Pinned Loading

  1. astron astron Public

    The Astron programming language

    Rust 11

  2. kouse kouse Public

    A small Windows tray app that lets you control the mouse with the keyboard.

    Rust

  3. cavira cavira Public

    Process execution analysis tool

    Rust 3

  4. wHoIsDReAmer/RabbiTTY wHoIsDReAmer/RabbiTTY Public

    🐇 Cross-Platform, Fast-Fancy-Featureful TTY

    Rust 8 2

  5. cmsync cmsync Public

    A C++ CLI for keeping a CMake project in sync with its source tree.

    C++

  6. minulazer minulazer Public

    A lightweight dos attack tool

    C# 9 3