Simple ATM Simulation

Submitted by harvey.rosero on
Hello folks this is my first post in sourcecodester, This simple application simulate with ATM Transaction developed in Dev C++. Program Features: 1 - Log In Account 2 - Withdrawal 3 - Deposit 4 - Check Balance 5 - Log Out i used some functions like masking the password with asterisk, printing features and ascii code for a more presentable ui, if you interested to enhance the project feel free to

Drag and Drop using Javascript

Submitted by jaredgwapo on
In this tutorial, we are going to learn how to the image into the box using javascript. This is a simple project that you can use in your website or system. DIRECTIONS HTML CODE Drag Image into the squares using HTML5 JAVASCRIPT CODE CSS CODE Share your thoughts in the comment section below or email me at [email protected]. Practice Coding. Thank you.

Testing Degree of Vertices Along with Degree of Graph from Adjacency Matrix

Submitted by Arup Kr Goswami on
Hello, This is a simple C source code written in gcc paltform (Ubuntu, Linux). It tests the degree of all vertices along with the degree of graph from text file of adjacency matrix. Actually This reads a text file & then checks the above condition. Hope, It will help others. Thanks.

My School Direct

Submitted by akora4 on
High School Portal system developed with ASP.NET and VB.NET backed with SQL Sever . It consist of student Login for checking and printing terminal report and bills. Staff Login to manage student grading and Administrator for managing Bills. Enjoy using this source code. Wishing you lots of code thanks.

Hotel Management System Version 4.5

Submitted by Jatin_Zalavadiya on
Main Features are: Master Entries : 1. Hotel Master 2. Hotel Plan Master 3. Currency Master 4. ID Type 5. Guest 6. Room Type 7. Room Master 8. Extra Bed 9. Extra Person 10. Banquet Hall Master 11. Garden Master 12. Food Category 13. Table Master 14. Food Master 15. Liquor Category 16. Liquor Quantity 17.Liquor Master 18. Liquor Pricing 19. Laundry Master 20. Expense Type 21. Expense Master 22.Tax

Create Backup / Restore Database using PHP

Submitted by bobaytot12 on
In this project we are going to learn how to create backup database and Download or Restore in sql file using PHP. Instructions: Choose and upload a file to your system or project, then you can click the RESTORE DATABASE button to restore the database file or you can click the BACKUP DATABASE button to backup and store the sql file in the folder named backup. Upload only sql database file. This

Random Code Generator using PHP

Submitted by jaredgwapo on
In this tutorial we are going to learn how to make a random code generator. You may download this file and use it to your projects or systems. Creating Our Form 1. We need to create our form tag and the method is post.. 2. Create our button, name it generate and the type is submit Generate Code Creating Our PHP Script 1. create a variable named today, it is the date today. We should include this