KevinADC's Contributions
Below are the tutorials, code snippets, and resources KevinADC 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: 7822
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: 7176
A snippet that can be used in any perl program to generate a random password.