Skip to content
View antoniuflr's full-sized avatar

Block or report antoniuflr

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

Hey, I'm Antoniu

Third year computer engineering student at UNSTPB ACS, Bucharest. I mostly work on uni, personal projects and learn all I can about C, Linux and Networking.

What I've built

  • Rail-Crack — OpenGL game where you repair cracked rails before the train gives up on you. C++.
  • Temu-Chicken-Invaders — a knockoff of Chicken Invaders with a grid-based ship builder. C++.
  • regex-engine-and-parser — regex engine + parser that handles any grammar in CNF. Python.
  • Router-in-C — router software supporting IPv4 routing, ARP and ICMP. C.
  • Custom-Switch — custom switch logic running on Mininet.
  • Memory-Allocator — custom malloc/calloc/realloc/free as a shared library. Uses brk/sbrk for small heap allocations and mmap/munmap for large ones. C.
  • HTTP-Client-for-a-REST-API — command-line HTTP client in C++ that talks to a REST API simulating an online movie library.
  • TCP-UDP-Server — UDP clients publish messages on topics, subscribed TCP clients receive them. C++.
  • Parallel-Firewall — multi-threaded packet firewall using POSIX threads. C.
  • sat-solver — fast CNF SAT solver written in C.

Languages I use

C · C++ · Python · Java


UNSTPB ACS · Bucharest, Romania

Pinned Loading

  1. HTTP-Client-for-a-REST-API HTTP-Client-for-a-REST-API Public

    A command-line HTTP client written in C++ that talks to a remote REST API simulating an online movie library.

    C++

  2. Rail-Crack Rail-Crack Public

    OpenGL game about repairing cracked rails! Don't let the train stop for too long!

    C++

  3. regex-engine-and-parser regex-engine-and-parser Public

    Regex engine and parser for any grammar in CNF.

    Python

  4. Router-in-C Router-in-C Public

    A router software written in C. Supports iPv4 routing, ARP and ICMP.

    Python

  5. TCP-UDP-Server TCP-UDP-Server Public

    UDP clients can send messages with different topics to the server, and subscribed TCP clients to said topics receive them.

    C++

  6. Temu-Chicken-Invaders Temu-Chicken-Invaders Public

    A light recreation of the popular Chicken Invaders game with a grid for building your own ship!

    C++