array
bash 4.0 – new feature mapfile
2011/01/14
Recently I encountered a problem where I had to create couple of arrays in bash and these were quite dynamic in nature. This script was supposed to be used by couple of guys whom I did not trust too …
Adding a sub-menu in the wordpress admin menu :)
2010/07/29
For the impatient ones, first the code: (in wp-admin folder, open the file menu.php) and locate the code: […] $submenu[’edit.php’][10] = array( _x(’Add …
colors in bash – script to display all the possible colors.
2010/06/06
If you wanted to have colors in the bash output (including the colors in PS1-4), don’t you keep wondering how the color code would look on the terminal. So, I wrote this small script to show …
let a cow tell you your fortune
2010/06/03
let a cow tell you your fortune […] <td> <div class="text codecolorer"> $ fortune | <a class="zem_slink freebase/en/cowsay" title="Cowsay" …
coproc help - a new feature in bash
2010/05/10
In the <a class="zem_slink freebase/en/bash" title="Bash" rel="homepage" href="http://tiswww.case.edu/php/chet/bash/bashtop.html">bash version 4.0, there …