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 [...]
Archive for October, 2008
Fun with Google
Posted in Fun on October 31, 2008 | 3 Comments »
A file downloader in Python
Posted in Programming, tagged file downloader, Programming, python on October 16, 2008 | 2 Comments »
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):
[...]
just like that
Posted in Uncategorized on October 5, 2008 | Leave a Comment »
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 [...]