User contributions for PeterHarding
Jump to navigation
Jump to search
- 13:00, 6 September 2008 diff hist +28 N Smtp client.py Smtp client.py moved to SMTP client.py: Typo conventions current
- 13:00, 6 September 2008 diff hist 0 m SMTP client.py Smtp client.py moved to SMTP client.py: Typo conventions
- 12:59, 6 September 2008 diff hist +29 Testing Stubs
- 12:59, 6 September 2008 diff hist +18 Testing IMAP Connections current
- 12:58, 6 September 2008 diff hist +46 N Category:SMTP New page: SMTP related links, resource and references... current
- 12:58, 6 September 2008 diff hist +779 N SMTP client.py New page: =SMTP CLient= <pre> #!/usr/bin/env python # #--------------------------------------------------------------------- import smtplib #------------------------------------------------------...
- 11:06, 6 September 2008 diff hist +81 N Python Network Programming New page: thumb|Description Category:Python Category:Network current
- 11:03, 6 September 2008 diff hist −1 Socket Programming in Python
- 11:03, 6 September 2008 diff hist +1 Socket Programming in Python
- 11:02, 6 September 2008 diff hist +11 Socket Programming in Python
- 11:02, 6 September 2008 diff hist +1 Socket Programming in Python
- 11:01, 6 September 2008 diff hist +71 Socket Programming in Python
- 15:57, 5 September 2008 diff hist +163 Python - matplotlib
- 15:52, 5 September 2008 diff hist +22 Python - matplotlib
- 15:51, 5 September 2008 diff hist +963 Python - matplotlib
- 13:08, 5 September 2008 diff hist +31 Socket Programming in Python
- 16:51, 31 August 2008 diff hist +49 Socket Programming in Python
- 15:54, 31 August 2008 diff hist +56 Socket Programming in Python
- 15:51, 31 August 2008 diff hist +55 Socket Programming in Python
- 15:46, 31 August 2008 diff hist +67 Socket Programming in Python
- 15:43, 31 August 2008 diff hist +2,258 Socket Programming in Python
- 15:33, 31 August 2008 diff hist +226 Socket Programming in Python
- 15:30, 31 August 2008 diff hist +52 Socket Programming in Python
- 15:29, 31 August 2008 diff hist +70 Socket Programming in Python
- 15:27, 31 August 2008 diff hist +612 Socket Programming in Python
- 15:26, 31 August 2008 diff hist +775 Socket Programming in Python
- 15:19, 31 August 2008 diff hist +52 Socket Programming in Python
- 15:18, 31 August 2008 diff hist +859 Socket Programming in Python
- 15:12, 31 August 2008 diff hist +251 Socket Programming in Python
- 15:10, 31 August 2008 diff hist +564 Socket Programming in Python
- 15:06, 31 August 2008 diff hist +117 N Socket Programming in Python New page: =References= * http://www.amk.ca/python/howto/sockets/ Category:Python Category:Network Category:Socket
- 14:35, 30 August 2008 diff hist +241 N Python - subprocess Module New page: =Overview= <pre> from subprocess import Popen,PIPE 3 4 p = Popen(file, shell=True,stdout=PIPE,stderr=PIPE) 5 out = string.join(p.stdout.readlines() ) 6 outerr = string.jo... current
- 13:17, 30 August 2008 diff hist +1 ASCII EBCDIC Conversion current
- 13:16, 30 August 2008 diff hist +47 ASCII EBCDIC Conversion
- 13:15, 30 August 2008 diff hist +90 ASCII EBCDIC Conversion
- 13:11, 30 August 2008 diff hist +23,340 ASCII EBCDIC Conversion
- 13:08, 30 August 2008 diff hist +55 ASCII EBCDIC Conversion
- 13:07, 30 August 2008 diff hist +59 ASCII EBCDIC Conversion
- 13:04, 30 August 2008 diff hist +17 ASCII EBCDIC Conversion
- 13:04, 30 August 2008 diff hist +87 N ASCII EBCDIC Conversion New page: See: * http://www.nntp.perl.org/group/perl.mvs/2001/03/msg735.html Category:ASCII
- 14:19, 22 August 2008 diff hist +517 Python - datetime
- 14:16, 22 August 2008 diff hist +11 ZSI Examples →Authentication current
- 14:16, 22 August 2008 diff hist +2,042 ZSI Examples
- 19:14, 19 August 2008 diff hist +47 WAMP current
- 19:14, 19 August 2008 diff hist +44 WAMP
- 19:13, 19 August 2008 diff hist +32 WAMP
- 19:13, 19 August 2008 diff hist −2 WAMP
- 19:12, 19 August 2008 diff hist +219 N WAMP New page: == Full Name == An abbreviation for Windows/Apache/MySQL/PHP == Related Links == * [http://www.onlamp.com/ O'Reilly ONLamp.com web site] Category:SOFTWARE [[Categor...
- 19:11, 19 August 2008 diff hist +11 Web Based Applications current
- 18:48, 19 August 2008 diff hist +854 N Testing SMTP Connections New page: =XXX= <pre> polaris:/etc/bind/zones# telnet 12.13.14.15 25 Trying 12.13.14.15... Connected to 12.13.14.15. Escape character is '^]'. 220 xxx.xxx.net.au ESMTP Postfix (Debian/GNU) HELP xxx... current