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.

Dynamically Remove HTML Tag Using PHP

Submitted by razormist on

In this tutorial we will create a Dynamically Remove HTML Tag using PHP. This code will remove all existing html tag is a string when user click the remove button. The code use PHP POST method to call a specific function that will remove the html tag is a string with the use of preg_replace. 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.

Voice Recognition Program

Submitted by jhiro1228 on
Voice Command and Recognition Program Voice Command and Recognition Program is an application of intelligent system that applies voice command to execute certain task upon recognition of the command given. This program use the built in function of speech libraries found in C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Speech.dll. This is simple yet