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,580 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
Code Snippets
Submitted: September 19, 2008        Views: 2593
This is simple links parser written in Ruby. How does it works : 1. Opens web page 2. Creates blank html file when we put the links 3. Searches for a tag with href attribute ( the link ) 4. For each found link it takes the tag and name and put it into our output html file ( otpitional uses filter for file type ) Caution : this script uses Hpricot HTMl parser PS: The last line is the raggi's code ( from #ruby irc channel )
Submitted: July 13, 2008        Views: 700
This is a simple script showing how to build acronym with given expression
Submitted: January 17, 2008        Views: 1464
Bubble sort function in Ruby
Submitted: January 14, 2008        Views: 1970
With this simple function you can find euler's number with defined precision.
Submitted: January 5, 2008        Views: 192
Here are foru functions you can use to view, edit, delete or enter users in .htpasswd file.
Submitted: July 13, 2008        Views: 696
This is a simple script showing how to build acronym with given expression
Submitted: August 23, 2007        Views: 3781
I know that there are many ways to convert date in PHP, but I use those to two convert from/to MySQL DB.
Submitted: January 13, 2008        Views: 1041
With this simple function you can validate easily file extension