Skip to content
View ohhparkash's full-sized avatar

Block or report ohhparkash

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 250 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

Popular repositories Loading

  1. EDA-and-Visualization-of-Real-World-Dataset EDA-and-Visualization-of-Real-World-Dataset Public

    A complete exploratory data analysis project on the Netflix Movies and TV Shows dataset. This project involves data cleaning, handling null values and duplicates, detecting and removing outliers, a…

    Jupyter Notebook

  2. Student-Course-Registration-Program Student-Course-Registration-Program Public

    This is a Course Registration System in C, created as my Semester 1 university project. It allows students to create accounts, register and view courses, and give feedback on both courses and instr…

    C

  3. Grade-Analysis-of-University-Exam-Datasheet-1956-1971- Grade-Analysis-of-University-Exam-Datasheet-1956-1971- Public

    Grade Analysis Web App, Built with Node.js, Express, PostgreSQL, and Alpine.js to analyze 17M+ exam records (1952–1971). Provides recap sheet–wise grade distribution and insights, deployed on Fireb…

    JavaScript

  4. Flight-Reservation-System-in-Java Flight-Reservation-System-in-Java Public

    A Java-based Flight Reservation System that manages flight bookings, passengers, and waitlists using data structures like queues, binary search trees, and heap sort. Features include flight managem…

    Java

  5. Minesweeper-Game-in-Java Minesweeper-Game-in-Java Public

    A console-based Minesweeper game in Java with multiple difficulty levels, flagging, hints, recursive reveal, and time tracking. Built using 2D arrays, loops, recursion, and user input handling. Win…

    Java