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

Join 306,785 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,585 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: January 23, 2007        Views: 4176
Will generate a list of random numbers using a hash to insure unique numbers in the final list. After looking over born2c0de's random number generator snippet I thought it could be done a different way using a hash so I whipped this up loosely based on his code.
Submitted: January 24, 2007        Views: 4267
A snippet that can be used in any perl program to generate a random password.