Skip to content
View AnshGupta01's full-sized avatar
👽
👽

Highlights

  • Pro

Block or report AnshGupta01

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
AnshGupta01/README.md
int ADayInLife() {
  int hours = 1;
  int sleep = 8;
  while(!brain.isTired) {
        keepHustling(); //refers to working on something productive or coding
        exerciseBody(hours); //important
    }
  return sleep;
}
Currently Pursuing my Masters of Computer Science @ IIT KGP.
I'm exploring ML, NLP and DL and a little bit of Systems Programming as well.

🚀 About Me:
- Masters of CS @ IIT KGP.
- Currently enhancing DSA in C++.
- Languages: C++, Python.
- Interest are: Machine learning, AWS Cloud, Networking, linux kernel.

AnshGupta01's Streak

Activity Graph

An image of @anshgupta01's Holopin badges, which is a link to view their full Holopin profile

🔗 Connect with me:

Pinned Loading

  1. WriteStack WriteStack Public

    A modern, full-stack blogging platform built with React and Appwrite. WriteStack empowers users to create, publish, and manage rich-content blog posts with a sleek dark-themed UI and seamless authe…

    JavaScript

  2. SyncX-Editor SyncX-Editor Public

    A CRDT based collaborative text editor that allows upto 5 users at once. Done for the fulfillments of the Computing Lab Course in Autumn 2025 @ IIT KGP

    C

  3. TLSync-Chat-Server TLSync-Chat-Server Public

    Transport Layer Security Synchronized Chat Server: A multi-threaded chat server built in Python with Redis for distributed state, TLS encryption, and Docker deployment.

    Python

  4. Xterm-cli Xterm-cli Public

    A cli based on the X11 library with advanced functionalities. Done for the fulfillments of the Computing Lab Course in Autumn 2025 @ IIT KGP

    C