Tag: Source Code
Applied Cryptography: Protocols, Algorithms, and Source Code in C, 20th Edition
Posted by M. Saqib | Nov 21, 2008 | Computer Science Books |
From the world’s most renowned security technologist, Bruce Schneier, this 20th Anniversary Edition is the most comprehensive reference on cryptography ever written and original work on cryptography. Cryptographic...
Read MoreJava Program to demonstrate of Linked List
Posted by M. Saqib | Oct 31, 2008 | Java: Java Programming Concepts |
This is a very simple implementation of linked list in java programming language. Very nice and well commented java source code for beginners.
Read MoreJava Program to show Stack Implementation
Posted by M. Saqib | Oct 30, 2008 | Java: Java Programming Concepts |
ASP Program to validate email address
Posted by M. Saqib | Oct 29, 2008 | ASP: Classis ASP (Active Server Pages) and ASP.NET |
This 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 MoreC Program to calculate Factorial of a Number
Posted by M. Saqib | Oct 28, 2008 | 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 MorePHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide
Posted by M. Saqib | Oct 26, 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 MoreJavaScript Program to show Clock Type
Posted by M. Saqib | Oct 21, 2008 | JavaScript: JavaScript and Web Development Source Code |
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 More