School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!
Welcome to Dream.In.Code
Become an Expert!

Join 306,851 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,687 people online right now. Registration is fast and FREE... Join Now!



's Contributions
Below are the tutorials, code snippets, and resources has submitted to dream.in.code. For more information on Kudos and contributing to dream.in.code visit: http://home.dreamincode.net/?p=about#kudos.
Tutorials
Code Snippets
Submitted: February 17, 2009        Views: 968
Delays program execution for a programmer defined number of seconds and displays a bar of *'s in the console window.
Submitted: February 1, 2009        Views: 218
Prints out numbers from Fibonacci series between 2 programmer defined integers
Submitted: March 3, 2009        Views: 194
Calculates and prints Fibonacci numbers between 2 programmer defined values and prints them to the screen
Submitted: December 31, 2008        Views: 650
uses LUHN formula to test whether a credit card number is valid
Submitted: October 25, 2009        Views: 163
Finds the prime factors of a given integer
Submitted: April 15, 2009        Views: 306
Prints out the Fibonacci numbers from 1 to whatever is specified in the if statement
Submitted: March 30, 2009        Views: 960
Linked list class using recursive reverse algorithm
Valid Canadian Postal Code in Regular Expressions by bodom658
Submitted: April 10, 2009        Views: 490
Finds match for valid Canadian postal code
Valid Email Address in Regular Expressions by bodom658
Submitted: April 6, 2009        Views: 273
Regex can be used to validate an email address entered into a form etc.