User contributions for PeterHarding
Jump to navigation
Jump to search
- 21:40, 7 September 2008 diff hist +19,127 N Web Service Stuff New page: TableOfContents = Web Services Stuff = == demo.targetprocess.com == I am connected to two different WebServices that use the same name. <pre> http://demo.targetprocess.com/Services...
- 15:37, 7 September 2008 diff hist +55 Useful Python Documents and References
- 18:58, 6 September 2008 diff hist +21 N Category:Trading New page: Trading references... current
- 18:58, 6 September 2008 diff hist +444 N On Balance Volume New page: =References= * http://stockcharts.com/school/doku.php?id=chart_school:technical_indicators:on_balance_volume * http://www.investopedia.com/terms/o/onbalancevolume.asp * http://www.asx.com... current
- 14:03, 6 September 2008 diff hist +1 Subversion
- 13:01, 6 September 2008 diff hist +19 Testing Stubs
- 13:00, 6 September 2008 diff hist +2 Testing Stubs
- 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