Traffic Signal In Visual Basic

Submitted by Bhaumik Mistry on
> THIS PROJECTS IS TRAFIC SIGNAL. > IT IS USING OF TOOLS IN THE USE OF VB 6. > THEN IT WIL BE THE EASY TO USE IN THE PROJECTS. > THIS PROJECT IS TIMEING SHAPE IN THE PROJECTS. > IT WILL BE THE CHANGE COLOUR IN THE SHAPES. > THERE ARE THE BLACK,YELLOW,GREEN AND RED COLOR ARE CHANGES ON THE SHAPES. > IT WAS START AND STOP BUTTONS ARE AVAILABE IN THE PROJECT. > CLICK IN START BUTTON IN THE TEXTBOX IN

Stack In JAVA

Submitted by moazkhan on

Stack in JAVA

In this tutorial you will learn 1) What is a stack? 2) How is stack used in programming? 3) Implementation of stack in JAVA What is a stack? Stack is one of the most important data structure in programming, it can be imagined as the bottle of balls which is open from one end. So the addition and deletion of balls can be done through one end only. The element which goes last in the stack is first to be extracted from the stack.

Get And Display Hard Disk Serial Number In VB.NET

Submitted by donbermoy on
This tutorial is all about getting and displaying the hard disk serial number for a complete disk but not in just a single drive using vb.net. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2. Next, add only one textbox named TextBox1 in your Form. 3.

Course Advisor Using Visual Basic .NET

Submitted by Dalimark Tenio on
Brief Description: Course Advisor is an expert system that uses forward and backward chaining reasoning. It is useful for old and new student. It can identify subjects and it can enroll subjects. Procedure: The process and technique that we used to create our expert system which is the Course Advisor is the forward chaining and backward chaining. We used these two techniques to our expert system

INSTALIKE: Instagram like responsive photo gallery

Submitted by RobertSoriano on
Introducing INSTALIKE! What is Instalike? Instalike is a responsive instagram like photo gallery that uses foundation framework to be viewable on any device. How to install it? Download wamp or xampp Extract the file to your www(wamp) or htdocs(xampp) folder. Create database db_instalike and import the database included in the file. Edit dbc.php to your database configuration. Happy coding!

Calculator Mobile App (Android, iOS, WinPhone)

Submitted by shannah on
This is a simple demo of a functional calculator native mobile application. It is written using Codename One, and can be deployed as a native Android, iOS, Windows Phone, J2ME, BlackBerry, Web, Mac, or Windows App. The code is as follows: package com.codename1.demos.calculator; import com.codename1.ui.Button; import com.codename1.ui.Component; import com.codename1.ui.Container; import com