Skip to content
View mateocampagna's full-sized avatar
  • Buenos Aires, Argentina

Block or report mateocampagna

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

Pinned Loading

  1. autograd-engine autograd-engine Public

    small educational automatic differentiation engine in C++

    C++

  2. ArenaAllocator ArenaAllocator Public

    an educational arena allocator implementation in C, built from scratch to explore memory management, allocator design, and low-level programming concepts.

    C

  3. vector-from-scratch vector-from-scratch Public

    a Vec<T> implementation from scratch in Rust.

    Rust

  4. chip8-vm chip8-vm Public

    A minimal CHIP-8 emulator written in Rust

    Rust

  5. web-chat web-chat Public

    Secure real-time messaging app powered by Rust (Axum/Tokio). Implements JWT auth, bcrypt hashing, SQLite, and reliable WebSocket concurrency under a custom retro UI

    Rust

  6. lottery-scheduling lottery-scheduling Public

    https://en.wikipedia.org/wiki/Lottery_scheduling

    C