Feeds:
Posts
Comments

Archive for October, 2008

Fun with Google

Today I was reading and suddenly tried  to write my address in Nepali which came up as
निश्चल दाहाल
विद्युत तथा संगणक अभियाँत्रिकी बिभाग
मिसिसिपी राज्य विश्वबिद्यालय
स्टार्कभील, मिसिसिपी-३९७५९,
संयुक्त राज्य अमेरिका |
which we are not used to so much sounded somewhat funny, i again tried to translate it back to English using Google Translator and i was  amused with [...]

Read Full Post »

Here is a code to download a file and write it into a file. this code can download anyfile irrespective of the it’s type. It downloads the file specified in URL and saves it as File.pdf.
from sgmllib import SGMLParser

class Crawler(SGMLParser):
def reset(self):
[...]

Read Full Post »

just like that

I just started to learn two scripting languages: Perl and Python. These days i am pushing myself to learn new things. I have just jumped into writing a web crawler in python, till date neither i know what is python nor web-crawler. I did few assignments of data mining in perl, keeping in mind the [...]

Read Full Post »