Skip to content
View InfiniteVerma's full-sized avatar

Organizations

@IEEESBM

Block or report InfiniteVerma

Report abuse

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

Report abuse
InfiniteVerma/README.md

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. c-kernel c-kernel Public

    An ongoing implementation of a kernel in C

    C

  2. cpp-tcpip cpp-tcpip Public

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

    C++

  3. chip-8 chip-8 Public

    CHIP-8 emulator written in C++ using SDL3

    C++

  4. gostrace gostrace Public

    A strace implementation in Golang using C wrappers with ptrace

    Go

  5. cappuccin cappuccin Public

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

    C++ 2

  6. rrpc rrpc Public

    A rust library that implements RPC

    Rust