Android Simple Registration and Login Application Tutorial with Source Code

Submitted by razormist on
Learn how to create a Simple Registration and Login Application using Android. This simple application can be used in any system that needed a login verification. Android is a mobile operating system developed by Google. It used in several gadgets like smartphones, tablets, and even television. Android is open source to developers who has an interest in developing mobile apps. It also provides an adaptive framework that allows the developer to develop apps in a simpler way.

Creating a Slot Machine Program in VB.NET

Submitted by donbermoy on

This is my another tutorial in VB.NET. In this tutorial we add three picture boxes, a timer, a button and a label. Set the timer interval to 10, which means the images will refresh every 0.01 second. In the code, we shall introduce four variables m,a, b and c, where m is used to stop the timer and a,b,c are used to generate random images using the syntax Int(1 + Rnd() * 3).

Getting Started

First thing you need to do is Download and Install Microsoft Visual Studio.

Simple Login Application in Python Tutorial with Source Code

Submitted by razormist on

In this tutorial, we will create a Simple Login Application in Python. Python has a design philosophy that emphasizes code readability. That's why Python is very easy to use especially for beginners who just started programming. It is very easy to learn the syntax emphasizes readability and it can reduce time-consuming in developing. So let's now do the coding.

Event Booking System in Laravel with Full Source Code

Submitted by janobe on
Event Booking System in Laravel with Full Source Code The Event Booking System is a web based system that is made of PHP, Laravel and MySQL database. It is composed of two sections; the admin section and the user section. The main purpose of this Event Booking System is to help customers easily book for different range of events such as a wedding, birthday, formal parties, concerts or sporting

Time Management System in Laravel with Full Source Code

Submitted by janobe on
Time Management System in Laravel with Full Source Code The Time Management System is an automated system that is developed using PHP, Laravel and MySQL database. The main purpose of this Time Management System is to help people manage their time well to be more effective with their work and to have a more productive day. About the Time Management System In this Time Management System, the admin

Tetris Game using C# WPF with Source Code

Submitted by antonis68 on
About This Tetris project is a simple single-player game developed in Visual Studio using C# language and ( WPF) Windows Presentation Foundation UI Framework. The Tetris works like some other Tetris game applications which is the goal of the player is to destroy a line/lines of blocks to prevent square/boxes block reach the top. The blocks can also be rotated and sprint dropping. Download the

Online Hotel Reservation System in PHP/MySQLi with Source Code

Submitted by janobe on
This Online Hotel Reservation System is an automated system that allows your guest to plan their bookings online at their convenience. With the help of this system, you can manage well your business that can increase both your efficiency within the office and your profit. Now, your bookings are easily accessible anytime and anywhere as long as you have an internet connection and a laptop

Library Management System using VB.NET and MS Access Database with Source Code

Submitted by JoshuaBascos on
About the Library Management System This Library Management System source code is a project that been developed using VB.NET with Microsoft Access Database. This system was designed and developed for a specific school. The system handles different features that are commonly and mainly used/related in managing the books of the school library and this includes borrowing and returns books. The

Movie Ticketing System using C++ with Source Code

Submitted by razormist on
Movie Ticketing System using C++ with Source Code Movie Ticketing System with Source Code is a project that make you purchase a movie ticket. The system data is automatically display and it is already inputted as an array list. The purpose of the system is to have you a convenient way of purchasing a ticket. About the System The Movie Ticketing System was created in a simple console application

Space Race Game using Python with Source Code

Submitted by razormist on
Space Race Game using Python with Source Code Space Race Game with Source Code is a single-player game where you control a spaceship that render along the space area. You just need to dodge all the asteriod that try to wreck your spaceship. The purpose of the system is to have an enjoyable moment with your friends or family. About the Project The Space Race Game was built using Pyglet module where