source code

2001-12-12 Thread zaka rias
hi anyone have simple web browser script (of course with perl) like lynix ? thanks -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

hide source code

2005-06-18 Thread Glauco Magnelli
I would hide source code in my CGI Perl scripts. How can I do? Thanks Glauco Magnelli ___ Yahoo! Messenger: chiamate gratuite in tutto il mondo http://it.beta.messenger.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: source code

2001-12-12 Thread nafiseh saberi
hi. look at it... www.summersault.com/software/db_browser/ be successful. Best regards. Nafiseh Saberi www.iraninfocenter.net www.sorna.net Friend in need is a friend indeed. _ > hi > > anyone have simple web

Re: hide source code

2005-06-18 Thread David Dorward
On Sat, Jun 18, 2005 at 02:51:51PM +0200, Glauco Magnelli wrote: > I would hide source code in my CGI Perl scripts. Which source code (Perl, HTML?)? From whom (other users of the server, visitors to the website?)? -- David Dorward http://dorward.me

Re: hide source code

2005-06-18 Thread Glauco Magnelli
Excuse me, you're right. I want hide Perl code from other users of the server. Glauco Magnelli --- David Dorward <[EMAIL PROTECTED]> ha scritto: > On Sat, Jun 18, 2005 at 02:51:51PM +0200, Glauco > Magnelli wrote: > > I would hide source code in my CGI Perl scripts.

Re: hide source code

2005-06-18 Thread Bill Stephenson
On Jun 18, 2005, at 7:51 AM, Glauco Magnelli wrote: I would hide source code in my CGI Perl scripts. How can I do? Thanks Glauco Magnelli This is a pretty well discussed subject that still comes up at least a few times a year. The short answer to this is that you should use a language

Re: hide source code

2005-06-18 Thread Randal L. Schwartz
>>>>> "Glauco" == Glauco Magnelli <[EMAIL PROTECTED]> writes: Glauco> I would hide source code in my CGI Perl scripts. Just make it so crappy that no one will want to steal it. :-) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095

Re: hide source code

2005-06-18 Thread David Dorward
On Sat, Jun 18, 2005 at 07:43:58PM +0200, Glauco Magnelli wrote: > Excuse me, you're right. I want hide Perl code from > other users of the server. http://perlmonks.org/?node_id=423870 -- David Dorward http://dorward.me.uk -- To unsubscribe, e-mail: [EMAI

Re: hide source code

2005-06-18 Thread Glauco Magnelli
Ok Bill, I'm in agreement with you. It's right. I use open source language and I must share my work. This isn't a problem for me. But I would only know if it's possible to hide source code. That's all. Thanks Glauco Magnelli --- Bill Stephenson <[EMAIL PROTECTED

Re: hide source code

2005-06-18 Thread Ugly Virgin
Glauco Magnelli wrote: I would hide source code in my CGI Perl scripts. How can I do? Thanks Glauco Magnelli chmod 750 cgi.pl -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Internet-scale source code searching

2006-09-14 Thread Medha Umarji
Hello! I am a Graduate student, doing research in source code search engines. I apologize for sending out this email on a mailing list. Actually, we are surveying programmers on how they search for open source software on the web, as part of our project at the University of California, Irvine

hide source code 2 - online game

2005-06-19 Thread Luinrandir Insight
Speak of hiding code my web host's cgi-bin is password protected. is this enough to hide my perl-cgi code that makes the HTML pages? the player files are in the same dir as the cgi code. I have an online game, so I don't want people to cheat. now I am hearing that PHP is the way to go for maximum

Re: hide source code 2 - online game

2005-06-19 Thread David Dorward
On Sat, Jun 18, 2005 at 09:21:55PM -0400, Luinrandir Insight wrote: > my web host's cgi-bin is password protected. > is this enough to hide my perl-cgi code that makes the HTML pages? > the player files are in the same dir as the cgi code. > I have an online game, so I don't want people to cheat.