Skip to content
View abhyuday-fr's full-sized avatar
👾
👾

Block or report abhyuday-fr

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

About Me

I'm Abhyuday Pundir,
a computer science student currently pursuing my B.Tech from Abes Engineering College.
I like systems programming, configuring my linux environment now and then and have a high curiosity in cosmos and how things work.

I'm also on codeberg

Just an AI model I made for helping me out with some concepts mentioned in learncpp site. You can check it out below.
Learncpp chat bot

Skills

  • C
  • C++ (17, 20)
  • Go
  • Linux Systems Programming

The above and more are visible in my projects below

Projects I wanna show because all can't be pinned

  • UNIX Systems Programming:Small but effective programs I made (still making) while I learn some Advanced Unix Systems Programming

  • Low level cpp projects: Systems level programming and low-level + concurrency based programmes. Includes a custom container runtime, open ports scanner, Lock free data structures, thread-safe data structures, custom implementations of C++ STL and native features like std::vector, std::function, etc.

  • Redis-cpp: Redis-like storage with server and client implementations. Implemented intrusive data types to make a hashmap of my own from scratch for storing data.

  • Stack-based VM: A stack based CPU emulator with my custom assembler svasm

  • Docker SDK for CPP: A Docker SDK for C++

  • FlowPlusPlus : An interpreter that has visuals and interprets logic like a Flowchart

  • Redline: A cargo like build-system for C++ wrapping CMake

  • Capture-Plus-Plus: A network packets analyzing CLI tool made in C++

  • Web grapher mirror: A crawler that crawls sites and make an obsidian-like graphs and nodes connecting its webpages

  • EONET Watch: A production-grade site with go backend and react frontend that utilizes NASA's EONET API to track live natural events around the globe

  • RSS aggregator: A backend made in go to scrape RSS feeds from a site

  • Satellite ground station simulator: CLI tool made in Rust to show the telemetry and satellite data generated in C in an attractive and intuitive manner

  • github actions for Flamegraphs: Push your cpp code/project in this and get a flamegraph in the readme to view all the bottlenecks. Utilizes github actions and perf

  • Paint in air: OpenCV with C++ project to draw at wherever you point your pen's tip in the video camera

  • Some Python Projects: Some python projects like Ascii art generator and photo background remover.


streak graph

Pinned Loading

  1. FlowPlusPlus FlowPlusPlus Public

    A visual interpreter made using CPP and Qt that works like flowchart

    C++ 6 1

  2. docker-cpp docker-cpp Public

    Docker SDK for C++

    C++ 4 1

  3. Redis Redis Public

    A redis like key-value storage with server and client implementations made purely in C++

    C++ 1

  4. Low-Level-CPP Low-Level-CPP Public

    This repository contains the low level projects I have made till now in the C++ language

    C++ 1

  5. Redline Redline Public

    A cargo like build system for C++ systems programmers wrapping CMake, included with gdb, valgrind, perf and flamegraphs

    Go 1

  6. web-grapher-mirror web-grapher-mirror Public

    Because I can't deploy to render from codeberg, so a pipeline/mirror to my original project

    JavaScript