Greetings, I am Rikesh Neupane, a driven individual of 19 with a profound enthusiasm for embarking on a journey in the realm of Computer Science. Currently in my second year of dedicated studies at the esteemed University of Texas at Arlington, I am resolutely committed to improving my skills and knowledge in this dynamic field.
Shell
Implements a basic shell with limited functionality, including command parsing, history tracking, built-in commands, and the ability to execute external commands by creating child processes. It demonstrates fundamental concepts of process management, command execution, and user input handling in a shell environment.
https://github.com/neupane857/shell
Coke Machine
Developed using Java, this project exemplifies fundamental object-oriented concepts like Encapsulation, Polymorphism, and Classes. It involves the creation of seven unique Coke Vending machines, each endowed with features like currency handling, reloading, and Coke inventory management. Additionally, these machines enable seamless Coke transactions, encompassing purchases and sales.
https://github.com/neupane857/Coke-Machine