Python Code Examples
Car Factory Lab with threads and conditions
About Project
Instructed to make a Car Factory using threads and conditions. The assembly line would make, paint, place, and finish a car. Each car would be placed in a waiting stage as the threads would go through a certain amount at a time.
About Project
Instructed to make a Vector Calculator Class to add to a Matrix Class later in the year.
C and C++ Code Examples
About Project
Instructed to make a SDL2 program that changes the color of the screen.
About Project
Instructed to make a linked list example with different names in a program.
About Project
The Project is a Weather App that tells you the temperature and wind speed. The project is made with Microsoft .Net Form Applications. The Application takes data from an API with data on the weather and turns the data into a form.
Elixir Coding Examples