Recent Posts

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...

Setting up a Debian repo in LAN

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...

A sudoku checking program in C :)

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...

The little twitter client I use :)

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...

A simple square pattern in C++

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"] /* * ...

Python Script to backup tweets

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...