Re: What Programing Language are the Largest Website Written In?

2011-07-31 Thread gavino
On Jul 13, 1:04 pm, ccc31807 wrote: > On Jul 12, 7:54 am, Xah Lee wrote: > > > maybe this will be of interest. > > > 〈What Programing Language Are the Largest Website Written > > In?〉http://xahlee.org/comp/website_lang_popularity.html > > About five years ago, I did some pretty extensive researc

Re: compiling python 3.1.2 with local readline fails to get readline - help!

2010-09-19 Thread gavino
On Sep 15, 6:41 pm, James Mills wrote: > On Thu, Sep 16, 2010 at 11:10 AM, gavino wrote: > > I am comiling 3.1.2. > > I am not root but a user. > > I compiled readline and it did not complain. > > gdb and zlib  and some other modules also were not found. > > L

Re: compiling python 3.1.2 with local readline fails to get readline - help!

2010-09-15 Thread gavino
On Sep 15, 5:12 pm, James Mills wrote: > On Thu, Sep 16, 2010 at 9:58 AM, gavino wrote: > > I compiled readline 6.1 myself. > > > #  ./configure --prefix=/home/apps/python --disable-shared --with- > > pymalloc --with-threads --with-pth --enable-big-digits --disable-ip

compiling python 3.1.2 with local readline fails to get readline - help!

2010-09-15 Thread gavino
I compiled readline 6.1 myself. # ./configure --prefix=/home/apps/python --disable-shared --with- pymalloc --with-threads --with-pth --enable-big-digits --disable-ipv6 --enable-readline --with-readline=/home/apps/readline/lib/ # make -j14 modules not installed: readline .

Re: Fascinating interview by Richard Stallman on Russia TV

2010-07-15 Thread gavino
On Jul 7, 1:56 pm, bolega wrote: > "Democracy is sick in the US, government monitors your > Internet"http://www.youtube.com/watch?v=2BfCJq_zIdk&feature=fvsr > > Enjoy . AWESOME -- http://mail.python.org/mailman/listinfo/python-list

python vs smalltalk 80

2008-11-18 Thread gavino
python vs smalltalk 80 which is nicer? -- http://mail.python.org/mailman/listinfo/python-list

zope vs openACS

2008-11-18 Thread gavino
what is nicer about each? -- http://mail.python.org/mailman/listinfo/python-list

anyone know howto IRC to freenode over port 80?

2007-10-05 Thread gavino
anyone? -- http://mail.python.org/mailman/listinfo/python-list

Re: why would anyone use python when java is there?

2006-11-30 Thread gavino
gregarican wrote: > gavino wrote: > > wtf > > You have to be trolling I would think. For most people I think they > would like to code in Python if they had a personal choice. But for > professional reasons they are likely forced to code in Java because of > the shee

why would anyone use python when java is there?

2006-11-28 Thread gavino
wtf -- http://mail.python.org/mailman/listinfo/python-list

Re: Python v PHP for web, and restarting Apache?

2006-11-18 Thread gavino
On Nov 17, 4:46 pm, [EMAIL PROTECTED] wrote: > On Nov 17, 12:07 pm, "walterbyrd" <[EMAIL PROTECTED]> wrote: > > > I think I have read somewhere that using Python to develop > > web-applications requires some restarting of the Apache server, whereas > > PHP does not.It depends what you do. CGI's o

how is python not the same as java?

2006-11-09 Thread gavino
both are interpreted oo langauges.. -- http://mail.python.org/mailman/listinfo/python-list

who needs python when u have happs?

2006-08-18 Thread gavino
What applications benefit from HAppS? HTTP requests and SMTP envelopes encapsulate transactions and not vice versa. Note: doing otherwise with LAMP is considered bad design because it implies a requirement to maintain and garbage collect database connections arbitrarily. So this should not be a hi

Re: I have 100 servers which need a new backup server added to a text file, and then the backup agent restarted.

2006-07-01 Thread gavino
t.init start os=redhat ent 4ES I intend to use root password which is same for all 100 servers. #now I'm stuck Ravi Teja wrote: > gavino wrote: > > This seems easy but I have been asking tcl and python IRC chat all day > > and no one gave an answer. > > I have 100 servers

I have 100 servers which need a new backup server added to a text file, and then the backup agent restarted.

2006-07-01 Thread gavino
This seems easy but I have been asking tcl and python IRC chat all day and no one gave an answer. I have 100 servers which need a new backup server added to a text file, and then the backup agent restarted. If I have a list of the servers, all with same root password, and the connection is ssh. Ho