What's Here?
- Members: 306,988
- Replies: 841,435
- Topics: 140,601
- Snippets: 4,465
- Tutorials: 1,166
- Total Online: 1,951
- Members: 106
- Guests: 1,845
|
'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
|
|
|
| |