Re: [ilugd] Re: python perl programming

2003-09-03 Thread Gaurav Jit Singh

 - Sandip
 
 P.S. I have had enough flame wars about Perl on this
 list. I would not like
 to continue with this.
 

hm.. this didnt look like a flame war to me,
anywayz...

-Gaurav



 -- 
 Sandip Bhattacharya   
 http://www.sandipb.net
 sandip at puroga.com
 Puroga Technologies Pvt. Ltd. 
 http://www.puroga.com
 
 ___
 ilugd mailing list
 [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] [semi-OT] python perl programming

2003-09-02 Thread Gaurav Jit Singh
If ESR can write bad code in Perl
he can do so in Python with also.


--- [EMAIL PROTECTED] wrote:
 Thats the deciding article for me, which made me
 turn to Python.
 
 Anand Shankar
 
 -
 [EMAIL PROTECTED] wrote
 http://pythonology.org/successstory=esr
 
 eric s raymond on python 
 
 ___

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] gcc compile target: win32

2003-08-31 Thread Gaurav Jit Singh


What you want gcc to do is do a cross compile, this is
possible if  gcc is installed as a cross compiler.
If you compile gcc you can give option to configure
gcc as a cross compiler the option '-b' is usefull in
that case.
I don't know if default installations of gcc are meant
to do cross  compilations.

-Gaurav

--- Robins Tharakan [EMAIL PROTECTED] wrote:
 hi,
 
 i need to compile a pretty simple c program for a
 win32 platform.
 
 i frankly hate to run TurboC through dosemu to do
 this stuff (which
 means a pain of installing dosemu.. but thats
 another story..).
 
 gcc mult5.c -b win32 -o mult 
 gives :
  gcc: installation problem, cannot exec `cc1': No
 such file or directory
 
 1: is the command right?
 2: google didnt help much, or maybe i need to learn
 googling ...
 3: is this possible using the default rpms in rh8?
 lest i be wasting 
 time trying to do the impossible!!
 
 any help would be grateful..
 
 affly
 robins
 
  

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] download mgr

2003-08-15 Thread Gaurav Jit Singh

--- [EMAIL PROTECTED],
[EMAIL PROTECTED] wrote:
 Hi,
Is there any good download mgr for linux like
 GetRight for Win? I have 
 prozgui, but it is not so good.
 

You could try 

Downloader for X is a Linux/Unix userfriendly
program with nice X interface
 to download files from the Internet. It suppotrs
both FTP and HTTP protocols,
 supports resuming (of course if server side
supports it) and makes downloading
 files from internet easy. Downloader for X is an
analogue for Linux/Unix
 of such famous applications for Windows as ReGet,
Go!Zilla and GetRight.

get it from -- http://www.krasu.ru/soft/chuchelo/



-Gaurav
 ___
 ilugd mailing list
 [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Single App Instance and No. of users using the App?

2003-06-26 Thread Gaurav Jit Singh

--- Sunil S [EMAIL PROTECTED] wrote:
 Hi every1,
If possible could any1 tell me how to  
 1  .. find if there is an instance 
 of the application developed in C already running
 i.e check the 
 previous instance of the same application within
 that application(written in C)
 2  find other users in Linux who are using the
 same application within 
 the application. There may an application that is
 been run by different 
 users. Each time the other user is executing the
 application he should 
 get to know that there are x number off other users
 using it. I need the 
 API('s) which can be included in the C program and
 not the ps with grep.
  
 Thanking you in advance,
 Sunil S
 _ 


Somebody suggested using semaphores, which is a good
idea which uses shared memory. Also you can do writes
to a common file with appropriate locking mechanisms
may be less hairy than semaphores :).
-Gaurav

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd