Rental House Management System: Thesis Documentation Chapter One

Submitted by admin on
CHAPTER 1: INTRODUCTION This chapter will consist of the background of the study, the statement of the problem, research questions that will be the guide in this study, and its objectives. 1.1. BACKGROUND OF THE STUDY. Housing is one of the basic needs of life. It has great economic, social, cultural and personal importance to the quality of life. Right to adequate living especially adequate

Rental House Management System: Thesis Documentation Abstract and Table of Contents

Submitted by admin on
ABSTRACT A lot of people resort into private rental housing as legal means of housing in Tanzania. Thus, more private rental houses are being established so that to accommodate the demand of people who tend to rent houses. Due to these reasons, landlords face the problem of managing their rental houses and for tenants, to find houses to let. Landlords face the problem of losing data upon a

Rock Paper Scissors and Tic Tac Toe Game Using Python

Submitted by coderz on
This source code contains Rock Paper Scissors and Tic Tac Toe game programed using Python. The program is very simple to play. Just open the code using command line and type game.py and hit enter. The main menu has two options. 1 is for Rock Paper Scissors game and 2 is for Tic Tac Toe game. There are three numbers that you need to use in order to play Rock Paper Scissors. They are: Rock = 0 Paper

How to Calculate Salary of Employee with Taxable Amount in Python

Submitted by admin on
This is a simple program to calculate salary of employee with taxable amount in Python. The program requires the name of the employee, name of the company, salary of the employee. It will then calculate based on 20% tax rate. If the employee’s salary falls below 10,000, then the employee is not taxed.

SQLite Create User Password Using PHP

Submitted by razormist on
In this tutorial we will create a SQLite Create User Password using PHP. This code will create a random password for all user when the user click the generate button. The code use href or Hypertext Referencing to direct user to other page that has a binded specific function for creating a password and inserting it to database using SQLite Update query.