Pinned Repositories
Tool-Box
2D-Grapic-Modeler
A software app that is capable of designing 2D Graphics
Assess01-DNA-
assess_00
Hello World! assignment for Data Struct (350)
assess_01
Assignment One for CPSC Interm Semester
assess_02
Assignment Two of Interm C++
assess_03
Create a class called Petwith all the necessary files (.h , .cpp, etc.)This class should have membervariables name(string), age(int), type([‘dog’, ‘cat’])(string)and weight(double). Make sure to include the appropriate accessor(getters), mutator(setters). Once the Pet class has been implemented, create twoinstances of Pet and print their details to console output.
C-Console-App-Math-
a simple console application with five (5) defined functions for the five (5) base operators (+ - * / %) and demonstrate those functions in the Main method, printing their results to the screen
Copy-Move-Constructors-Assignment-Operators
Deck-of-Cards
A short project that creates and shuffles cards as in a card game
Josh-Desu's Repositories
Josh-Desu/Tool-Box
Josh-Desu/ProgrammingLanguage
Assignments corresponding to the course "Programming Language" (CPSC 354) for Fall 2021 Semester
Josh-Desu/Modern_Conflict
...
Josh-Desu/Motonic-Scheduler
Josh-Desu/See-Saw-Simulator
You are building a see-saw simulator that emulates two individuals that weigh the same going up-and-down. On one end you have person A, Fred. Whenever he pushes up, he creates an effective upward velocity of 1 ft/sec. On the other end you have person B, Wilma. Whenever she pushes up she creates an effective upward velocity of 1.5 ft/sec. Whenever, person A or B comes within 1 ft of the ground they will push back up causing the opposing person to come down. The maximum height any person will go is 7 feet. Using two threads and two semaphores, write a simulator that emulates these conditions
Josh-Desu/UnityDemo_PointDefenseSystem
A complex gameplay system demonstrated using Unity Engine
Josh-Desu/tarkovdata
Escape From Tarkov game data, contributed by the community, maintained by Tarkov Tracker
Josh-Desu/Sodoku-Validator
Josh-Desu/MarcoPolo-ThreadSimulator
Josh-Desu/TCP-Program
Josh-Desu/Email-Program
Josh-Desu/UDPClient-Program
Josh-Desu/twitterAPI-Program
Josh-Desu/mtchat-Program
Josh-Desu/VU-Launcher
Josh-Desu/markdown-here
Google Chrome, Firefox, and Thunderbird extension that lets you write email in Markdown and render it before sending.
Josh-Desu/GameofLife
Josh-Desu/Assess01-DNA-
Josh-Desu/syntaxChecker
Checking syntax assignment for Data Struct 350
Josh-Desu/Registrar-Repository
Josh-Desu/student_database
Josh-Desu/2D-Grapic-Modeler
A software app that is capable of designing 2D Graphics
Josh-Desu/SerendipityLibrary
A database for a list of books similar to library computers
Josh-Desu/Life
Game of Life
Josh-Desu/R_Final
Josh-Desu/R_assignment02
Josh-Desu/R_assignment01
Make up 4 different room types (eg: standard, deluxe, etc) Determine a fixed daily rate (in $) and operating cost (int $) for each room ty The hotel should have between 60-80 rooms in total (set multiples of each type) Simulate the occupancy of each room throughout the year 2019 Add a 30% premium to the room price on the weekends (Saturday, Sunday) 1. Calculate the total revenue and profit of the companey 2. Calculate and visualize the PnL cumulative of the company throughout the yea 3. Calculate and visualize the PnL contribution of each room type (pie chart)
Josh-Desu/assess_00
Hello World! assignment for Data Struct (350)
Josh-Desu/assess_03
Create a class called Petwith all the necessary files (.h , .cpp, etc.)This class should have membervariables name(string), age(int), type([‘dog’, ‘cat’])(string)and weight(double). Make sure to include the appropriate accessor(getters), mutator(setters). Once the Pet class has been implemented, create twoinstances of Pet and print their details to console output.
Josh-Desu/assess_02
Assignment Two of Interm C++