Skip to content
View vallucodes's full-sized avatar

Highlights

  • Pro

Block or report vallucodes

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

Hi, I am Vallu

About me

  • ⚽ Passionate about football analytics and statistics
  • 🤓 Math enjoyer
  • 📐 Civil engineer
  • 🧠 Software developer

🛠️ My Tech Stack

Languages

C C++ Python

Databases

SQL

Scripting

Bash

Version control

Git

DevOps

Docker

Development Tools

Linux GDB

Graphics Library

SFML


Contact

Linkedin

Pinned Loading

  1. Webserver Webserver Public

    A HTTP/1.1 web server written in C++20 that handles multiple clients using poll(), supports CGI execution, file uploads, and customizable configurations inspired by NGINX.

    C++ 2

  2. RayTracer RayTracer Public

    A simple ray tracing engine that renders 3D scenes with basic shapes, lighting, and camera control.

    C 1

  3. CommandShell CommandShell Public

    A bash-inspired Unix shell built from scratch in C featuring command parsing, process management, and environment handling

    C

  4. MultithreadingPhilosophers MultithreadingPhilosophers Public

    A multi-threaded solution to the classic Dining Philosophers problem using pthreads and mutexes

    C