Teboho Motsamai (motsamaiteboho)

motsamaiteboho

Geek Repo

Github PK Tool:Github PK Tool

Teboho Motsamai's repositories

AbstractFactory-Vehicles-

You are running a vehicle selling centre that sells bakkies and cars of two manufacturers, namely Ford and Toyota. Bakkies have a tonnage and an indicator whether it has a double cab or not. Cars have an indicator whether it is an SUV or not. All vehicles have, model name, year of model and price.

Language:C#Stargazers:0Issues:0Issues:0

WeatherHistory

A file with historical weather data of Bloemfontein is provided in comma-delimited csv format. Read this file and display the data in both column format and JSON format.

Language:C#Stargazers:0Issues:0Issues:0

Builder-motorcycle-shop-

You run a motorcycle shop that sells several types of motorcycles. See the table of types and attributes below. The attributes are grouped into categories as indicated.

Language:C#Stargazers:0Issues:0Issues:0

cell-phone-shop-queue

Scenario When you go to a cell phone shop, you get a ticket at the door which will put you in a queue. You can then sit in the waiting area until your number is shown on a TV screen with an indication of a counter number where you will be assisted. There are three different queues, namely for Contracts, Repairs or Other. Pensioners get priority if they can provide an ID document.

Language:C#Stargazers:0Issues:0Issues:0

express-shop

Quick ExpressJS intro using routes & templates

Stargazers:0Issues:0Issues:0

figure-calculator

Figures may be rectangles or circles. The Rectangle and Circle classes inherit from the abstract class Figure. A rectangle has a length and width while a circle has a radius. The Figure class has methods Area() and Perimeter() that must be overridden in the derived classes.

Language:C#Stargazers:0Issues:0Issues:0

HR-SOLID-Principles-

The HR department at a large company requested the IT department to develop a system to keep track of employees. There are two types of employees, namely salaried and commissioned. Salaried employees gets a fixed salary per month and there are some deductions. Commissioned employees are remunerated based on a percentage of their sales. There are no deductions for commissioned employees. The developer who was tasked with the assignment resigned soon after the project was delivered. The HR department then tested the system and requested the addition of hourly paid employees as well as some other additions. Hourly paid employees are paid at a fixed rate per hour. There are no deduction for hourly paid employees. The new developer looked at the system and decided that the system cannot be maintained or extended easily

Language:C#Stargazers:0Issues:0Issues:0

mvc

For a tutorial at logrocket

Stargazers:0Issues:0Issues:0

to-do-app

CSS and asset files

Stargazers:0Issues:0Issues:0

WORD-SQUARE

Write a program that will find given words in the 8 by 8 word square below. You may assume that the words appear in rows and read forward (L to R) or backwards (R to L). [Hint: As you use the same word square all the time you can save time by hardcoding it into your program.]

Language:PythonStargazers:0Issues:0Issues:0