html
[Solved] Abbreviations not working in vim
2010/10/02
Today I found that abbreviations are not working in vim in my current login. I searched log of blog’s and sill did not find any solution so I decided to take the matters in my hand. To start with I …
cURL – Tutorial
2010/09/15
Here are linkw to two nice tutorials on curl and how to use curl to login before we try to fetch a page. Hope you find them useful. http://curl.haxx.se/docs/httpscripting.html …
Auto Key press fill forms through simulating key presses | Linux.com
2010/07/31
This script can be used to repeatedly press <a class="zem_slink" title="Electronic keyboard" rel="wikipedia" …
Linux command to repeat a string n times - Super User
2010/07/20
I was working on something and needed to output the string n times. I have required this even to print a line with ’-’ or ’=’ but this time I badly wanted it in …
Mirror or download a website with a tool much better than wget
2010/05/19
If you want to mirror a <a class="zem_slink freebase/en/website" title="Website" rel="wikipedia" href="http://en.wikipedia.org/wiki/Website">website, the …
How To Modify Your Wordpress Theme Via The Browser Using Stiqr
2010/04/27
<a href="http://feedads.g.doubleclick.net/%7Ea/O7jc_lFA7WTnPLGHjbYaxjhpRBM/0/da"><img …
Script to generate a html file with link to all files in directory
2009/09/26
ls -1 |awk -F”.” '{print ” ”,$2,”.”,$3,” […] And if you want to do it recursively ls -1R |awk -F”.” …