All of these projects have a reason for existing. Some I wrote because I needed, some other because I wanted to learn more about something.
All projects are developed strictly on my free time, and I have no commercial purposes for any of them.
- php code
- It has been a long time, and I can't remember why I wanted to learn PHP. A few years ago (around 2000) I looked for database and SQL documentation, particularly applied to dynamic websites. PHP & MySQL is (or at least was at the time) a powerful engine for dynamic websites, so I have coded many tools for my websites. Some of them can be found here.
- useful shell scripts
- Every repetitive or iterative task you type into your shell can be converted into an elegant shell script that repeats or iterates your commands. I've created quite a few... The really useful ones can be found here.
- useful python scripts
- Shell scripts can be very limitative in some cases. For that reason and some others, I've written some new scripts and rewritten some of my older ones in the Python language. Here they are!
- useful ruby scripts
- Besides Python I've also learned the ruby way, and I like it better :)