Pinned Repositories
488-Backup
488-Backup2
488-Backup3
Audio_Tools_Projects-Python.py
A set of programs I am practicing building and messing with to learn about using audio files in python
AutoCopyFolderFiles
Automaticly transfer all files from initial to final folder location(Every 10 minutes). Track all transfers in database.
DataScience220_DataBaseAnalysis_Projects
Project 1 on Boston Crime 2015-2018. Project 2 on World Happiness Report 2015.
LeetCode_Practice
A Repo to store my LeetCode practice exercises. Purpose is to keep track of my old answers so I can come back and improve for space & time complexity, as I gain more experience.
LU_Decomposition_Calc-Python
I built a program to better understand LU decomposition, I produced a calculator program in python that solved any set of linear equations using LU decomposition. My program also allowed for any input of polynomials, further the polynomials can be of any degree.
Piano_Virtual_Application-JAVA
An app that allows the user to play on a virtual piano. Can record and do simple edits in real-time. Also saves recordings to a database and allows multiple users to upload/ delete recordings.
Sum_And_Diff-MIPS-AssemblyLanguage
A assembly language program made in MARS using MIPS. Done for my CMPSC 312 class on computer organization and architecture
RohanMankame's Repositories
RohanMankame/LU_Decomposition_Calc-Python
I built a program to better understand LU decomposition, I produced a calculator program in python that solved any set of linear equations using LU decomposition. My program also allowed for any input of polynomials, further the polynomials can be of any degree.
RohanMankame/Piano_Virtual_Application-JAVA
An app that allows the user to play on a virtual piano. Can record and do simple edits in real-time. Also saves recordings to a database and allows multiple users to upload/ delete recordings.
RohanMankame/488-Backup
RohanMankame/488-Backup2
RohanMankame/488-Backup3
RohanMankame/Audio_Tools_Projects-Python.py
A set of programs I am practicing building and messing with to learn about using audio files in python
RohanMankame/AutoCopyFolderFiles
Automaticly transfer all files from initial to final folder location(Every 10 minutes). Track all transfers in database.
RohanMankame/ColorFinder
Very simple program used to help develop my skills in using JAVA GUIS. From 2020 did this in my CMPSC 131 class .
RohanMankame/DataScience220_DataBaseAnalysis_Projects
Project 1 on Boston Crime 2015-2018. Project 2 on World Happiness Report 2015.
RohanMankame/DemoCopyFile
This is a Demo project for AutoTransferFiles. This project transfers all files from one folder to another and notes all transactions into a database.
RohanMankame/LeetCode_Practice
A Repo to store my LeetCode practice exercises. Purpose is to keep track of my old answers so I can come back and improve for space & time complexity, as I gain more experience.
RohanMankame/PegSolverGame
PegSolverGame a program to play the popular peg jump solving game. This program is still in development!
RohanMankame/Sum_And_Diff-MIPS-AssemblyLanguage
A assembly language program made in MARS using MIPS. Done for my CMPSC 312 class on computer organization and architecture
RohanMankame/Compiler-Programs
A repo consisting of my course work from CMPSC 470 class on compilers.
RohanMankame/Polynomial_Interpolations-MATLAB
Chebyshev Interpolation VS Evenly Spaced Interpolation - A project I worked on for my CMPSC455 class in Numerical Analysis
RohanMankame/Prime_Num_Checker-MIPS-AssemblyLanguage
Program made in MARS using MIPS assembly language. This program checks if a set of number is prime or not.
RohanMankame/Project1-CMPSC487W-RohanMankame
This a repo containing my Project 1 for the CMPSC 487W class
RohanMankame/Project2
Project 2 Rohan Mankame CRUD Operations
RohanMankame/Project3-Rohan
Project 3 Rohan Mankame
RohanMankame/RohanMankame
RohanMankame/SpringWEB-Upload-and-Download-files
SpringBoot rest API
RohanMankame/testingFileParser
RohanMankame/TestProject3
RohanMankame/Weather_In_City-Python
Having fun learning about implementing APIs.
RohanMankame/Web_Practice
Practice with HTML, CSS and JS