Java Program to demonstrate of Linked List
This is a very simple implementation of linked list in java programming language. Very nice and well commented java source code for beginners.
Read MoreThis is a very simple implementation of linked list in java programming language. Very nice and well commented java source code for beginners.
Read MoreThis is a simple Java program to demonstrate Stack data structure implementation. An object of type IntStack is a stack of real numbers, with the standard stack operations push(int N), pop(), and isEmpty(). A makeEmpty()...
Read MoreThis is a simple ASP Program to validate email address. The IsValidEmail() function checks for a valid email and returns true if the email address is a valid email otherwise it returns false if the email address isn’t...
Read MorePosted by M. Saqib | Updated Nov 28, 2017 | C Programming Source Code |
This C program calculates the the factorial of an integer number entered by the user. The function uses for loop to calculate the factorial and returns the number. Program terminates if a non integer number is entered. This C...
Read MorePosted by M. Saqib | Updated Oct 25, 2008 | Web Design & Development |
When static HTML pages no longer cut it, you need to step up to dynamic, database-driven sites that represent the future of the Web. In PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide, the author of best-selling...
Read MorePosted by M. Saqib | Updated Feb 6, 2022 | Java Script |
This is a really neat little script that can display the current time in “Military Time” or “12 Hour Time” with the push of a button. Give it a try, it’s neat! Many people confuse about JavaScript...
Read MorePosted by M. Saqib | Updated Feb 6, 2022 | Java Script |
This is a simple JavaScript Program to show Date and Time Stamp. With this script, you can have the date and time the page was loaded ‘stamped’ to the page. This would make a wonderful header or footer for any web...
Read MorePosted by M. Saqib | Updated Feb 22, 2020 | C Programming Source Code |
This is a simple C language program that will locate 8 queen in chess board with all of the states and you can determine the position of first queen on the chess board.
Read More