Skip to content
View adiHande's full-sized avatar
πŸ’­
Learning, Open to Internships
πŸ’­
Learning, Open to Internships

Block or report adiHande

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
adiHande/README.md

Hi, I'm Aditi πŸ‘‹

Computer Science student at the University of Texas at Arlington.

Experience building both systems-oriented and application-level projects, with an interest in data analysis and AI/ML.


πŸ’» Skills

Languages: Python, C, C++, Java, SQL
Concepts: Data Structures, Operating Systems, File Systems, OOP
Tools: Git, GitHub, Linux/WSL, MySQL


πŸ“‚ Projects

  • Virtual Disk File System (C) – Simulated file system with block-based storage, bitmap allocation, and file metadata management
  • Linux-like Shell (C) – Partial Linux-like shell supporting directory navigation, file operations, and command execution using system calls
  • Restaurant Ordering System (Python + MySQL) – CLI-based ordering system with receipt generation and MySQL database integration to store orders
  • Bunny RPG Puzzle Combat (Java) – Terminal-based RPG using OOP with combat logic, inventory system, and ASCII-based UI

πŸ“ˆ Currently Working On

  • Strengthening data analysis skills
  • AI/ML concepts (coursework, scikit-learn)
  • Exploring cloud fundamentals
  • Building practical, real-world projects

πŸ“¬ Contact

Pinned Loading

  1. AirlineSeatReservationSystem AirlineSeatReservationSystem Public

    Terminal-based airline seat reservation system in C with multiple seat layouts and file-based storage.

    C

  2. Movie-Theater-System Movie-Theater-System Public

    Python-based movie theater booking system with movie selection, seat booking, ticket pricing, and ticket generation through a terminal interface.

    Python

  3. OS-Disk OS-Disk Public

    Virtual disk file system in C with block-based storage, metadata management, and file operations.

    C

  4. OS-ProcessesAndThreads OS-ProcessesAndThreads Public

    Comparison of using threads vs processes to break down and complete a task/process which in this case is a merge sort on a data set in a csv file(earthquakes data).

    C

  5. OS-Shell OS-Shell Public

    Partial Linux-like shell in C with directory navigation, file operations, and command execution.

    C

  6. RestaurantOrderingSystem_with_MySQLDatabase RestaurantOrderingSystem_with_MySQLDatabase Public

    Python-based restaurant ordering system with an integrated MySql database. It follows a restaurant ordering workflow, including menu display, order selection, billing, and receipt generation.

    Python