Archive for May, 2008

Synaptics Touchpad in Fedora 9

Friday, May 30th, 2008

I have been using Fedora 9 from a long time and it really kick's ass but i was facing the problem that my Touchpad was not working with it but the i found the solution here Here is how to do it The easiest was will be to install the package http://atrpms.net/dist/f9/synaptics/ ...

Indimeme : Techmeme for….. well India

Tuesday, May 20th, 2008

There is a bust of so many copy sites lateley, there is a copy of digg, there is a copy of flickr, there is a copy of every god damn site and now there is Indimeme, which appreantly is a copy of Techmeme but i wont actually call it a ...

Creating a Simple Chat Application with Python

Thursday, May 1st, 2008

Creating application with Python is very simple, here is a simple chat application made by using the socket module, it has 2 parts First Server and Second client, you run the server first and then connect the client to it, here is the code Here is the Server Code #!/usr/bin/env python from socket ...