Skip to content
View JoeKL's full-sized avatar
🦧
🦧
  • Osnabrück
  • 18:11 (UTC +01:00)

Block or report JoeKL

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Pinned Loading

  1. rust_graphics rust_graphics Public

    A 3D software rendering engine built from scratch in Rust. Implements a custom graphics pipeline, linear algebra library, and scene graph without hardware acceleration APIs.

    Rust 1

  2. bs_prog04 bs_prog04 Public

    A high-performance systems programming project in C exploring efficient file I/O strategies (mmap, sendfile) and optimized character frequency analysis. Implements benchmarking for copy operations …

    C

  3. KleinanzeigenTelegramBot KleinanzeigenTelegramBot Public

    A Python-based automation bot that monitors "Kleinanzeigen" for real-time listing updates. Features a multi-threaded architecture to handle concurrent user requests and integrates with the Telegram…

    Python

  4. bs_prog00 bs_prog00 Public

    A "Capture the Flag" style solution to a standard number guessing game. Instead of using binary search, this C program inspects its own memory layout (/proc/self/maps), locates the data segment, an…

    C

  5. bouncy_ball bouncy_ball Public

    A minimalist 2D physics simulation written in Rust under 1 hour. Features a bouncing ball with gravity, collision detection, velocity dampening, and dynamic color changes using a raw pixel buffer.

    Rust