06.19.2009
Packing and Unpacking in Perl
by Rahul Pisharody
This post is more to serve as a reminder to myself. Perl has a handy keyword called pack which helps to store a variable in the template specified. pack thus takes two arguments. The first argument is the template and the second argument is the string to be packed according to the template.
Read the full content
06.07.2009
Bash YouTube Downloader
by Rahul Pisharody
Here is a simple bash script to download YouTube Videos in mp4 via command line.
Read the full content
06.05.2009
IP from Command Line
by Rahul Pisharody
This is a quick post. I was wondering how to get my IP Address without going to popular sites. I came up with this bash script
Read the full content