Skip to content
View frapank's full-sized avatar

Block or report frapank

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

In a Nutshell

I explore how computers work at a low level and enjoy experimenting with systems programming.
My focus areas include operating systems, low-level optimization, and performance tuning.
I use Linux as my daily environment and love mastering tools that make programming efficient.

rust logo c logo cpp logo java logo bash logo linux logo vim logo

Pinned Loading

  1. AegisOS AegisOS Public

    A microkernel OS built from scratch for x86/x86_64. Custom bootloader, ext2-based boot chain, and capability-based permissions replacing traditional user/group/rwx

    C 7

  2. DynamicStringLibrary DynamicStringLibrary Public

    Dynamic string library for C (C11+): char*-compatible API, hidden length/capacity header, automatic reallocation, and optional cleanup on scope exit

    C 3

  3. NetLatencyInjector NetLatencyInjector Public

    A small Rust tool to inject artificial network delay using tc netem on Linux. Useful for testing, debugging, or trolling yourself.

    Rust 17 1

  4. MemMapExplorer MemMapExplorer Public archive

    Interactive terminal-based utility for exploring Linux process memory maps and loaded libraries via /proc/. Supports filtering, full path display, and color-coded navigation.

    C++ 19 1

  5. GourPillars GourPillars Public

    A Minecraft minigame where you fight on pillars while random items drop around you. Once you fall or die, you're out. Last one standing wins!

    Kotlin 5 1

  6. UnixBoard UnixBoard Public

    A small terminal soundboard for Linux. Pick a clip, hit a key, and it plays straight into your mic. Built in C++17 with FTXUI.

    C++ 1