Skip to content
View ItsUtsavPoddar's full-sized avatar
๐Ÿ›ธ
Cracking Mah Brain
๐Ÿ›ธ
Cracking Mah Brain
Block or Report

Block or report ItsUtsavPoddar

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
ItsUtsavPoddar/README.md

๐ŸŒ Socials:

Discord Instagram LinkedIn Twitch Twitter

๐Ÿ’ป Tech Stack:

C++ CSS3 Java HTML5 JavaScript Canva Adobe Photoshop Adobe Premiere Pro Adobe Lightroom Figma NodeJS React Express.js Vercel Railway onrender mongo chakra jwt redux socket arduino

Pinned Loading

  1. ChatNGone ChatNGone Public

    backend Repo: https://github.com/ItsUtsavPoddar/api-dark

    JavaScript

  2. Satellites2 Satellites2 Public

    JavaScript

  3. One of the main tasks of an operatin... One of the main tasks of an operating system is scheduling processes to run on the CPU. This gist simulatates Round Robin and FCFS scheduling algorithms. It accurately simulates Gantt Chart, average waiting time, average turnaround time and average response time.
    1
    #include <stdint.h>
    2
    #include <stdbool.h>
    3
    #include <stdio.h>
    4
    
    
    5
    void calcAvg(int n, int *waitTime, int *turnaroundTime, int *responseTime)
  4. api-dark api-dark Public

    JavaScript