nityaanandshah
The future belongs to those who believe in the beauty of their dreams
Indian Institute of Technology JodhpurJodhpur, Rajasthan
Pinned Repositories
hospital-management
Client-and-Dummy-Math-Server-Model
Implementation of a simple client-server model where a client program can chat with a dummy math server.
Client-Server-Game-Based-on-Message-Queue
Client-server game using message queue. Server sends MIN/MAX to clients. Clients generate tokens, send to server. Server computes δ, scores clients, declares champion at score 50.
Disk-Scheduling-Algorithms
This program implements disk scheduling algorithms: FCFS, SSTF, SCAN, and C-SCAN. Inputs include the total number of cylinders and a sequence of cylinder requests with their arrival times.
Dojo-Blog
This is my first app called 'Dojo Blog' using react. User can add, delete or view blogs .
Drowsiness-Detection-
The Drowsiness Detection project is a Python-based solution that uses computer vision to detect drowsiness. By analyzing eye states, it alerts users when drowsiness is detected.
Implementing-a-Primitive-Shell
Basic shell implementation launches programs in foreground or background. Commands followed by '&' run in the background with real-time output. Supports internal command recognition.
Simon-Game
The Simon Game is a memory-based game implemented using HTML, CSS, and JavaScript. Players must remember and reproduce a sequence of colored buttons that progressively become more challenging.
Stroke-Prediction-PRML-Course-Project
Building a Stroke Prediction classifier using various algorithms. Analysed a dataset with factors related to strokes and predict the likelihood based on parameters like gender, age, diseases, and smoking status.
Ubuntu-Modification-and-Improvement
Aim is to improve user experience by providing additional functionalities to increase productivity, inform users, and enhance system understanding compared to other operating systems.
nityaanandshah's Repositories
nityaanandshah/Client-and-Dummy-Math-Server-Model
Implementation of a simple client-server model where a client program can chat with a dummy math server.
nityaanandshah/Client-Server-Game-Based-on-Message-Queue
Client-server game using message queue. Server sends MIN/MAX to clients. Clients generate tokens, send to server. Server computes δ, scores clients, declares champion at score 50.
nityaanandshah/Disk-Scheduling-Algorithms
This program implements disk scheduling algorithms: FCFS, SSTF, SCAN, and C-SCAN. Inputs include the total number of cylinders and a sequence of cylinder requests with their arrival times.
nityaanandshah/Dojo-Blog
This is my first app called 'Dojo Blog' using react. User can add, delete or view blogs .
nityaanandshah/Drowsiness-Detection-
The Drowsiness Detection project is a Python-based solution that uses computer vision to detect drowsiness. By analyzing eye states, it alerts users when drowsiness is detected.
nityaanandshah/Implementing-a-Primitive-Shell
Basic shell implementation launches programs in foreground or background. Commands followed by '&' run in the background with real-time output. Supports internal command recognition.
nityaanandshah/Simon-Game
The Simon Game is a memory-based game implemented using HTML, CSS, and JavaScript. Players must remember and reproduce a sequence of colored buttons that progressively become more challenging.
nityaanandshah/Stroke-Prediction-PRML-Course-Project
Building a Stroke Prediction classifier using various algorithms. Analysed a dataset with factors related to strokes and predict the likelihood based on parameters like gender, age, diseases, and smoking status.
nityaanandshah/Ubuntu-Modification-and-Improvement
Aim is to improve user experience by providing additional functionalities to increase productivity, inform users, and enhance system understanding compared to other operating systems.
nityaanandshah/Drum-Kit-
The Drum Kit is a web app where users can play drum sounds by clicking buttons or using keyboard keys.
nityaanandshah/DV_Mini_Project
The COVID-19 Dashboard is a web application built using the Shiny framework in R. It provides users with interactive visualisations and insights into COVID-19 data from around the world, with a focus on global, continent-wise, and country-specific trends
nityaanandshah/Flight-Ticket-Price-Prediction
Predicting Flight Ticket prices using Machine Learning. It includes exploratory data analysis techniques and predictions based on features provided.
nityaanandshah/Implement-the-Demand-Paging-for-Virtual-Memory-Management
This program implements demand paging for virtual memory management.
nityaanandshah/Implementing-a-Virtual-Scheduler-
The virtual scheduler extends Linux's scheduler, selecting processes based on the policy. Selected process resumes with a "notify" signal, others get a "suspend" signal. Terminates when all processes are done.
nityaanandshah/MindfulMuse-A-Blog-Post-Platform
A simple Express.js blogging platform with EJS templates. Users can create, view, and read blog posts, with features like home, about, contact pages, composing, and viewing individual posts.
nityaanandshah/Mondrian-Project
The Mondrian Project recreates Piet Mondrian's artwork using HTML and CSS. It utilizes a grid-based layout to replicate the composition and color scheme of the original piece.
nityaanandshah/Page-Replacement-Algorithms
This program implements page replacement algorithms in an OS using paging: FIFO, LRU, and Optimal. User inputs include the number of frames allocated to the process and the reference string.
nityaanandshah/QuickQR
Built with Node.js, this QR code generator project utilises some npm packages to generate QR code images from user-entered URLs and saves them in a text file.
nityaanandshah/Studentify
Studentify is an online platform where students can browse and select categories of interest. The platform displays personalized academic information provided by the instructor in charge.
nityaanandshah/Sudoku-Solver
I have used basic recursion to make a cpp program to solve Sudoku.
nityaanandshah/TodoHive
TodoHive is a Node.js and Express-based to-do app that enables users to categorize and manage tasks, including general and work-related lists.
nityaanandshah/TodoHive-2.0
TodoHive v2 is a web app built with Node.js, Express, EJS, and MongoDB. It lets users create multiple to-do lists, add and delete items, and offers a clean, user-friendly interface.