What's Here?
- Members: 306,785
- Replies: 841,177
- Topics: 140,547
- Snippets: 4,465
- Tutorials: 1,166
- Total Online: 1,580
- Members: 118
- Guests: 1,462
|
'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
in (Last Comment: , Views: 3,929)
|
|
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
|
|
|
| |