Re: [Ilugc] [malayalam] തിരഞ്ഞെടു ത്ത ലേഖനം

2010-07-19 Thread ashok samrat
This is getting painful . Stop it . Let some sense prevail . This is not the way to behave . Can moderator block this person . Or people have to walk away . 2010/7/19 Victor Johnson victor.li...@gmail.com: ഭൂമി ഉൾപ്പെടുന്ന ഗ്രഹതാരസഞ്ചയമായ സൗരയൂഥത്തിന്റെ കേന്ദ്രമാണ്‌ സൂര്യൻ എന്ന നക്ഷത്രം.

Re: [Ilugc] Simple Python Web Application

2010-07-12 Thread ashok samrat
Hi Bharathi , I wrote a very simple python web application (using CGI), which accept a student roll number and show the student's detail from the DB. While searching, I got many CGI, mod_python, WSGI based examples. Which is the proper way? If possible, plz point to some good

[Ilugc] X stops responding with a strange error in Fedora 12

2010-03-08 Thread ashok samrat
Hi all , I have been using Fedora Core 12 for sometime , every now and then X stops responding and nothing seems to work . I need to manually do a reset of the machine to restore it . When i Check in the /var/log/messages file i see the following error repeated : [drm:drm_mode_rmfb] *ERROR*

Re: [Ilugc] pyparsing wrong output

2010-02-12 Thread ashok samrat
Hi , I get output as: generator object at 0xb723b80c I havent checked the code , but looks to me you are not iterating over a generator object . In python if a object is a generator object , then the way to access is : for val in generator_object: print val and Not print generator_object .

Re: [Ilugc] .a-tip-a-day (firebug - web development debug console Firefox plugin)

2009-10-12 Thread ashok samrat
Hi all , I have personally found firebug useless - apache log files are far more effective in debugging problems with css and js - 90% of these problems in production are to do with paths. Since both css and js fail silently, the 404 errors will be found in the apache access logs and not in

Re: [Ilugc] SFD Photos NEW!!

2009-09-24 Thread ashok samrat
I saw the snaps. The purpose of the post was served. It was about a LUG event. Everything is perfect! Then why nitpick? What is the point? Let us move on. There is a valid point in this I guess we need a gmail / google account to login and see picassa albums . If its so the assumption that

Re: [Ilugc] What is this software?

2009-09-13 Thread ashok samrat
Hi all , What is the software used for the time series analysis? Hans Rosling a researcher working on statistics , this a web based tool , visit gapminder.org for more information on the tool . Some of his presentations on TED have been really fascinating . I guess the tool mainly uses flash

Re: [Ilugc] I need to import .pst into Thunderbird

2009-05-05 Thread ashok samrat
Hi , I have converted all my outlook mails from Windows to .pst format and need to import them to my thunderbird which is on Linux(ubuntu 9.04) There is a thunderbird pst import pluggin. It works in importing .pst files into thunderbird . But attimes it does not render HTML mails properly. I

Re: [Ilugc] Problem in PHP Type conversion.

2009-03-17 Thread ashok samrat
Hi all , May be this works from __future__ import division (1/3)*10 3.333 Python 2.5.2 (r252:60911, Sep 30 2008, 15:41:38) [GCC 4.3.2 20080917 (Red Hat 4.3.2-4)] on linux2 Type help, copyright, credits or license for more information. int(1/3)*10 0 This wont give the same

Re: [Ilugc] Open Source now in political domain

2009-03-14 Thread ashok samrat
Do any one have info on how other political leaders are using open source CPI(M) uses mailman for their mailing list Cheers Ashok ___ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with unsubscribe password address in the subject or body of the

Re: [Ilugc] Re: No college opt FOSS curriculam-ramada...@amachu.net

2009-03-03 Thread ashok samrat
Hi all, IMHO most of the curriculum offered as FOSS is counter productive based on a outdated syllabus.It didnt help in moving people to Linux and for even people who were introduced to Linux it was tiresome. In this regard Government of tamilnadu has introduced some basic linux course as part

[Ilugc] Unable to run fuse in Redhat EL 4

2009-01-05 Thread ashok samrat
Hi all, I am using Red Hat Enterprise Linux ES 4 .I have the following kernel installed in the machine 2.6.9-5.ELsmp i686 i686 i386 GNU/Linux.I tried installing fuse in turn to use sshfs.Now i tried installing fuse from source everything went smoothly and fuse got installed successfully. But when