A small and simple note taking app
Wrote a small python script that can be used with your favorite text editor as a simple note taking application. Hope you like it, suggestions are always wel...
Wrote a small python script that can be used with your favorite text editor as a simple note taking application. Hope you like it, suggestions are always wel...
Here's a small program to extract email IDs from an input file. It could have done using regex (in Python or in any other high level language), but doing it...
It was really a nice experience going to MES College Of Engineering, Kuttippuram last week to attend Debian Mini Conf 2011. Met friends, made new friendships...
It just started when my younger bro, Shafeeq who reads hacker news everyday, found a little interesting blog post. It was about the authors experience in app...
Here's a small python script to update and read tweets from different timelines. You can use it with head/tail commands to customize the output. Actually, I...
If the seek bar of your rhythmbox is not working with some mp3 files, it might be an issue with Variable Bit Rate of them. The tool, 'vbrfix' written by Will...
Here's a small C++ program which outputs a square pattern according to the size entered. Code is given below : [sourcecode language="cpp" light="true"] /* * ...
Some of my friends always complain that they are not able download packages due to Internet availability issues or usage limit. Most of them are using differ...
It was some conversations in Twitter with @aashiks and @geohacker that made me write this script. The conversation goes like this: geohacker : What is the b...
In Desktop Environments like KDE or GNOME, we have special libraries like knotify or libnotify to display notifications from various applications. Some appli...