Pinned Repositories
CMPT-360-Assigment-1
Class assignment coding problems based on basics of algorithm analysis, recursion.
CMPT-360-Assigment-2
Class assignment coding problems based on concepts like Divide-&-Conquer and Backtracking Algorithms
CMPT-360-Assigment-3
Class assignment coding problems based on concepts of graph algorithms and edit distance.
Cmpt270Assigment1
To understand and practice the Java Basics, Object Types, and Features like object-oriented programming
Game-Plan---League-Management
GamePlan is a simple way to plan and track your leagues and teams. Discover leagues throughout the world, make and join teams in any sport, schedule games with other teams within the app, and record scores ... all presented in a clear, bold interface.
Operating-Systems-Concepts
Class assignments coding problems based on operating system concepts process and memory Virtualization, Concurrency and file system.
Password-Manager
Python program to store and manage the passwords by storing them in and CSV. The program asks the user to add, view, and remove passwords. Passwords are stored in encrypted format in CSV.
Ringtone-Adaptation
Controls a phone’s ringtone based on location. For example, if the user has asked for the phone to be put on silent mode or vibration mode at a particular location this will be done automatically and will be put on an earlier setting as soon as the user leaves that location.
String-Calculator
Method for extracting the numbers from string and applying computation over the extracted numbers. The program returns the sum of all the numbers found.
Time-Converter
This is a time calculator program , which performs functions like conversion addition , subtraction, and comparisons among time seconds and time spec(YNDHMS) where Y->year N->Months D->days H->Hours M->minutes S->seconds.
MishraShantanu's Repositories
MishraShantanu/Password-Manager
Python program to store and manage the passwords by storing them in and CSV. The program asks the user to add, view, and remove passwords. Passwords are stored in encrypted format in CSV.
MishraShantanu/Time-Converter
This is a time calculator program , which performs functions like conversion addition , subtraction, and comparisons among time seconds and time spec(YNDHMS) where Y->year N->Months D->days H->Hours M->minutes S->seconds.
MishraShantanu/CMPT-360-Assigment-1
Class assignment coding problems based on basics of algorithm analysis, recursion.
MishraShantanu/CMPT-360-Assigment-2
Class assignment coding problems based on concepts like Divide-&-Conquer and Backtracking Algorithms
MishraShantanu/CMPT-360-Assigment-3
Class assignment coding problems based on concepts of graph algorithms and edit distance.
MishraShantanu/Cmpt270Assigment1
To understand and practice the Java Basics, Object Types, and Features like object-oriented programming
MishraShantanu/EcommerceGroceryStore
Ecommerce store based upon PHP, JS & MySQL and implemented payment using Stripe.
MishraShantanu/Game-Plan---League-Management
GamePlan is a simple way to plan and track your leagues and teams. Discover leagues throughout the world, make and join teams in any sport, schedule games with other teams within the app, and record scores ... all presented in a clear, bold interface.
MishraShantanu/Operating-Systems-Concepts
Class assignments coding problems based on operating system concepts process and memory Virtualization, Concurrency and file system.
MishraShantanu/Ringtone-Adaptation
Controls a phone’s ringtone based on location. For example, if the user has asked for the phone to be put on silent mode or vibration mode at a particular location this will be done automatically and will be put on an earlier setting as soon as the user leaves that location.
MishraShantanu/String-Calculator
Method for extracting the numbers from string and applying computation over the extracted numbers. The program returns the sum of all the numbers found.
MishraShantanu/HospitalManagementSystem
Developed an object-oriented model to track patients, doctors, and beds in a hospital using Java. Implemented GUI using AWT
MishraShantanu/MIPS-assembly-language
Practice code for Assembly language. Solved String manipulation problems using Assembly.
MishraShantanu/SpaceInvaderGame
Space Invader 2d game in java