Pinned Repositories
Ahaan-R
Centralised-File-Transfer-system
A File Management System which allows for a dynamic number of clients to connect over a Socket for communication where each client is assigned threads to perform data transfer within the files upon any changes to them.
Closest-Pair-of-Points
Using Divide and Conquer to solve Closest Pair Problem
DataVisualization-
hotel-review-analysis
Sentiment analysis and aspect classification for hotel reviews using machine learning models with MonkeyLearn.
HotelReservation-System
Uses basic WebTech concepts to represent a hotel reservation site.
Implementing-a-Database-for-Managing-Access-Control
Design and implement a database for keeping track of information about a DBMS subsystem for managing discretionary access control.
Informed-and-Uninformed-Search-Algorithm
The program will compute a route between the origin city and the destination city, and will print out both the length of the route and the list of all cities that lie on that route. It should also display the number of nodes expanded and nodes generated.
MaxConnect-4
This programming assignment is to implement an agent that plays the Max-Connect4 game using Search.
PawnBroking-App
A Java application built using various DataStructures to depict a pawn broking software.
Ahaan-R's Repositories
Ahaan-R/Ahaan-R
Ahaan-R/HotelReservation-System
Uses basic WebTech concepts to represent a hotel reservation site.
Ahaan-R/Informed-and-Uninformed-Search-Algorithm
The program will compute a route between the origin city and the destination city, and will print out both the length of the route and the list of all cities that lie on that route. It should also display the number of nodes expanded and nodes generated.
Ahaan-R/MaxConnect-4
This programming assignment is to implement an agent that plays the Max-Connect4 game using Search.
Ahaan-R/PawnBroking-App
A Java application built using various DataStructures to depict a pawn broking software.
Ahaan-R/Centralised-File-Transfer-system
A File Management System which allows for a dynamic number of clients to connect over a Socket for communication where each client is assigned threads to perform data transfer within the files upon any changes to them.
Ahaan-R/Closest-Pair-of-Points
Using Divide and Conquer to solve Closest Pair Problem
Ahaan-R/DataVisualization-
Ahaan-R/hotel-review-analysis
Sentiment analysis and aspect classification for hotel reviews using machine learning models with MonkeyLearn.
Ahaan-R/Implementing-a-Database-for-Managing-Access-Control
Design and implement a database for keeping track of information about a DBMS subsystem for managing discretionary access control.
Ahaan-R/MissionTCP
This project recreates the TCP connection over a large network stretching over multiple user across various locations, communicating by exchanging information.
Ahaan-R/Operation-on-a-Database-using-MySQL
This project deals with implementing basic DBMS operations on a table which include Insert,Delete,Update and Retrieve queries.
Ahaan-R/ParallelComputing
Ahaan-R/Performance-Enhancement-using-Memcache-Microsoft-Azure
Deploying a Web form onto Microsoft Azure which retrieves data from an SQL Database connected using ODBC Drivers. Enhanced performance by implementing Memcache.
Ahaan-R/Shape-Generator
This project includes the design and implement of a shape editor program using a few design patterns such as the Controller, Expert and Observer Design pattern.
Ahaan-R/StudentMoneyManager
Manage pocket money for students
Ahaan-R/Tracking-Efficiency-on-AWS-using-Jmeter
Ahaan-R/UTAMobileVendingSystem
This system replicates a food vending system with 3 types of users-Manager,Operator and the customer who can perform various functions based on the requirements.
Ahaan-R/WebClient-and-MultiThreaded-WebServer
This project involves building a multi-threaded Web server and a web client . Multi-threading allows the server to handle multiple clients being able to access the website at the same time.
Ahaan-R/WumpusWorld
This programming task implements a knowledge base and an inference engine for the Wumpus World.