What's Here?
- Members: 306,785
- Replies: 841,177
- Topics: 140,547
- Snippets: 4,465
- Tutorials: 1,166
- Total Online: 1,585
- Members: 117
- Guests: 1,468
|
'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.
|
|
|
| |