Faculty Evaluation System using PHP/CodeIgniter with Source Code

Submitted by oretnom23 on
This is a Faculty Evaluation System is PHP Project that is written in CodeIgniter PHP Framework. This system has 3 types of users which are the Admin, Chairperson, and Student. The system's main purpose is to provide the Students and Chairpersons an online evaluation for the Subject Faculties. This system generates the Results of Mean Scores of each Faculty and the summary of the results is

Connect Four Game using JavaScript with Source Code

Submitted by razormist on
Connect Four Game using JavaScript with Source Code Connect Four Game with Source Code is a project that is a multi-player game where your goal is to connect a four dots. The game design simple it only contains black border and two color dots(red and blue). The benefit of the project have an entertainment and enjoyable moment with your friends, family, classmate, etc. About the System The Connect

Catch My Food Game using Python with Source Code

Submitted by razormist on
Catch My Food Game using Python with Source Code Catch My Food Game with Source Code is a single-player game where you only control a plate that you can move to catch all the healthy foods. Your only goal is to catch the food that been dropping, you need to catch only healthy foods otherwise you lose one lives per each junk food you catch. The purpose of the system is to provide some realistic fun

Online Ordering System Using PHP/MySQLi with Source Code

Submitted by argie on
This is an Online Ordering System that is originally written using PHP/MySQL and now upgraded to PHP/MySQLi so that this project will run properly in PHP 5.6 or higher. This system is a simple online shop of a certain store that selling customized products. Just like other online shops or eCommerce websites, this system allows visitors or possible clients to order multiple products at once but the

School Grading System using VB.NET and MySQL Server With Source Code

Submitted by cybernick75 on
If you are looking for School Grading System in VB.Net then you are at the right place. This simple system created using VB.Net for the High School level. This system has 2 sides of users which are the Administrator and the Subject Teacher. The Administrator is in charge of populating and maintaining the main list such as the student, teachers, users, and etc. The admin also can monitor and

Running Box Game using JavaScript with Source Code

Submitted by razormist on
Running Box Game using JavaScript with Source Code Running Box Game with Source Code is a project that is a single-player game where your role to control a box a run wild in the road. The game design is so simple it only contains colored boxes and a plain background. The benefit of the project is to have some fun and leisure after getting home from school, this game is suppose to be for the kids

Snake and Ladder Game using Pygame with Source Code

Submitted by razormist on
Snake and Ladder Game using Pygame with Source Code Snake and Ladder Game with Source Code is a single-player game where you only control a die that you will roll to get a satisfying number. You just need to rely on your luck for a good result of your rolled dice. The purpose of the system is to gather your friends, family and classmate to enjoy playing this board game. About the Project The Snake

Airline Reservation System using VB.NET with Source Code

Submitted by lokesh34567 on
This is an Airline Reservation System project for the learner of Vb.net. The system has 2 sides of users which are the Admin and the User. The Admin user is in charge of managing the Aircraft, Destinations, Scheduling, and Reports. The Regular User will be the one who can reserve a flight for the passengers and also the one who can cancel the reservation of the passengers. This Project using SQL

How to Create a Text-To-Speech Application in VB.NET

Submitted by donbermoy on

This is my another tutorial in VB.NET that converts an inputted text into a speech or voice. We will just only call the Speech API namespace for this program and with the use of Spvoice object. The SpVoice object brings the text-to-speech (TTS) engine capabilities to applications using SAPI automation. An application can create numerous SpVoice objects, each independent of and capable of interacting with the others.