InfiniteVerma - Overview

Skip to content

Navigation Menu

Sign in

Appearance settings

Hi there, I'm InfiniteVerma

My projects:

  • gostrace: A strace implementation in Go using C wrappers with ptrace
  • cpp-tcpip: A TCP/IP implementation over raw sockets as per RFC 793 in C++
  • rrpc: A rust library that implements Remote Procedure Calls.
  • cappuccin: A HTTP Server library written in C++ taking express.js as inspiration (paused)
  • jlox: Repo containing implementation of jlox while going through crafting interpreters with some enhancements
  • clox: Repo containing implementation of clox while going through crafting interpreters with some enhancements
  • chip-8: A Chip-8 emulator written in C++ using SDL3

Open source contributions:

  • KDE
  • Haiku
  • GitLab

Links

Pinned Loading

  1. An ongoing implementation of a kernel in C

    C

  2. A TCP/IP implementation over raw sockets as per RFC 793

    C++

  3. CHIP-8 emulator written in C++ using SDL3

    C++

  4. A strace implementation in Golang using C wrappers with ptrace

    Go

  5. A HTTP Server library written in C++ taking express.js as inspiration.

    C++ 2

  6. A rust library that implements RPC

    Rust