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

Join 306,988 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,951 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
No Tutorials Submitted.
Code Snippets
Submitted: October 31, 2007        Views: 1150
Converts millimeters, centimeters, inches, feet, meters, kilometers, or miles into any of the above distances
Submitted: October 30, 2007        Views: 2870
Computes the greatest common factor and least common multiple of two numbers, and does it in a tiny fraction of a second, no matter how huge(Don't believe me, give it a try)
Submitted: October 30, 2007        Views: 3387
Three functions that take a list of numbers(I provided my own for an example), and returns a number.
Submitted: October 28, 2007        Views: 912
A standalone function that takes a word or phrase(you can include punctuation) and checks if it is a palindrome. If it is, it returns true
Submitted: October 27, 2007        Views: 921
Prints all of the prime numbers up to the given number in a way that has no significant slowdown as the numbers get larger
Submitted: December 3, 2007        Views: 281
Class that allows addition, subtraction, multiplication, and division of rational objects with integers and other rational objects Update: Fixed a couple of security holes that might cause the class to throw an error