MitkOK's Contributions
Below are the tutorials, code snippets, and resources MitkOK 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: 7281
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: 2604
This is a simple script showing how to build acronym with given expression
Submitted: January 17, 2008        Views: 5235
Bubble sort function in Ruby
Submitted: January 14, 2008        Views: 4537
With this simple function you can find euler's number with defined precision.
Submitted: January 5, 2008        Views: 375
Here are foru functions you can use to view, edit, delete or enter users in .htpasswd file.
Submitted: July 13, 2008        Views: 1710
This is a simple script showing how to build acronym with given expression
Submitted: August 23, 2007        Views: 7230
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: 3360
With this simple function you can validate easily file extension