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.

Insert New Array Using PHP

Submitted by razormist on

In this tutorial we will create a Insert New Array using PHP. This code can insert new array when the user submitted the form input. The code use PHP SESSION to store an array object in order display the data and to send it using POST request that will be store as a new array object using array_push(). This is a user-friendly kind of program feel free to modify it. We will be using PHP as a scripting language and interpreter that is used primarily on any webserver including xamp, wamp, etc.

Display Days In A Week Using JavaScript

Submitted by razormist on
In this tutorial we will create a Display Days In A Week using JavaScript. This code will display a days in a week when user submit the form input. The code use onclick() to call a function that will display a list of arrays that consist of days using for loop to loop through the index position of arrays in a form of weekdays. This a free program feel free to modify it and use it in your system. JavaScript is a scripting or programming language that allows you to implement complex things on web pages.