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

Join 306,882 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,712 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
Setting Up VSFTPD in Linux Tutorials (Last Comment: max302, Views: 38,639)
Code Snippets
Submitted: January 31, 2007        Views: 1426
A simple set of math functions that do both hypotenuse (Pythagorean a2+b2=c2) and reversed hypotenuse(a2=c2-b2).
Submitted: May 24, 2006        Views: 6545
A nice image rotating script. I'm setting it up to rotate images on my wordpress. This script was written by Dan P. Benjamin.
Submitted: November 3, 2006        Views: 1185
Checks the URI for any adresse bar-declared variables, preventing variable forcing and some type of SQL injection, hacking attempts, etc.
Submitted: June 13, 2006        Views: 3451
Logs visits with ip with a limit one per day. I use this script on my blog to record visits.