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

Source Code Manager Using C#

Submitted by Akshay Kumar2 on
This application helps in managing your source code while you are coding. It has got a number of features : 1. You can save your source code and can edit it search it, delete it. 2. You can also view source code added by others. 3. Code can be exported in various file formats like .txt,.pdf,.doc, etc. 4. It has the feature of sending code to you through email as well. 5. You can also create a user