Sending SMS the cheaper way.
2008/10/25
I have been working on finding ways to send SMS the cheapest way. Looked at couple of services and tried couple of softwares and gateways but finally found this to be the best way: <a …
My Images
2008/10/22
Useful Links
2008/10/20
Added a new addition to my website. <a title="Links" href="http://links.amit-agarwal.co.in">Dew-NewPHPLinks Looks quite promising for managing web links and sharing them. …
jatss – nice utility for time tracking.
2008/10/14
Found a nice utility on sourceforge called jatss URL: http://sourceforge.net/projects/jatss/ Description: JATSS Time Sheet is pile of Perl code hastily thrown together to provide a simple to use time …
Scratch — Programming for kids
2008/10/13
Scratch <a href="http://scratch.mit.edu/about">website. Description from their site: Scratch is a new programming language that makes it easy to create your own interactive stories, …
Flickr Link on the blog.
2008/09/19
I have managed to install the plugin to display my flickr photos on the blog page. Link is <a …
wordpress upgraaded to latest version
2008/09/18
Upgraded wordpress to version 2.6.2 for some security fixes and new functionalities.
Linux awk command
2008/09/15
Have you ever had a column-oriented text file, similar to a spreadsheet, but the columns weren't in the order you wanted? For instance, suppose you had the following information in a file named …
parse and paste text
0001/01/01
Lot of times, I copy the text but before pasting want to remove a word or make some other changes or add “wget” to the URL, quite common. So, I came up with this alias replace='echo $(xclip -i)|sed …