User contributions for PeterHarding
Jump to navigation
Jump to search
- 22: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...
- 16:37, 7 September 2008 diff hist +55 Useful Python Documents and References
- 19:58, 6 September 2008 diff hist +21 N Category:Trading New page: Trading references... current
- 19: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
- 15:03, 6 September 2008 diff hist +1 Subversion
- 14:01, 6 September 2008 diff hist +19 Testing Stubs
- 14:00, 6 September 2008 diff hist +2 Testing Stubs
- 14:00, 6 September 2008 diff hist +28 N Smtp client.py Smtp client.py moved to SMTP client.py: Typo conventions current
- 14:00, 6 September 2008 diff hist 0 m SMTP client.py Smtp client.py moved to SMTP client.py: Typo conventions
- 13:59, 6 September 2008 diff hist +29 Testing Stubs
- 13:59, 6 September 2008 diff hist +18 Testing IMAP Connections current
- 13:58, 6 September 2008 diff hist +46 N Category:SMTP New page: SMTP related links, resource and references... current
- 13:58, 6 September 2008 diff hist +779 N SMTP client.py New page: =SMTP CLient= <pre> #!/usr/bin/env python # #--------------------------------------------------------------------- import smtplib #------------------------------------------------------...
- 12:06, 6 September 2008 diff hist +81 N Python Network Programming New page: thumb|Description Category:Python Category:Network current
- 12:03, 6 September 2008 diff hist −1 Socket Programming in Python
- 12:03, 6 September 2008 diff hist +1 Socket Programming in Python
- 12:02, 6 September 2008 diff hist +11 Socket Programming in Python
- 12:02, 6 September 2008 diff hist +1 Socket Programming in Python
- 12:01, 6 September 2008 diff hist +71 Socket Programming in Python
- 16:57, 5 September 2008 diff hist +163 Python - matplotlib
- 16:52, 5 September 2008 diff hist +22 Python - matplotlib
- 16:51, 5 September 2008 diff hist +963 Python - matplotlib
- 14:08, 5 September 2008 diff hist +31 Socket Programming in Python
- 17:51, 31 August 2008 diff hist +49 Socket Programming in Python
- 16:54, 31 August 2008 diff hist +56 Socket Programming in Python
- 16:51, 31 August 2008 diff hist +55 Socket Programming in Python
- 16:46, 31 August 2008 diff hist +67 Socket Programming in Python
- 16:43, 31 August 2008 diff hist +2,258 Socket Programming in Python
- 16:33, 31 August 2008 diff hist +226 Socket Programming in Python
- 16:30, 31 August 2008 diff hist +52 Socket Programming in Python
- 16:29, 31 August 2008 diff hist +70 Socket Programming in Python
- 16:27, 31 August 2008 diff hist +612 Socket Programming in Python
- 16:26, 31 August 2008 diff hist +775 Socket Programming in Python
- 16:19, 31 August 2008 diff hist +52 Socket Programming in Python
- 16:18, 31 August 2008 diff hist +859 Socket Programming in Python
- 16:12, 31 August 2008 diff hist +251 Socket Programming in Python
- 16:10, 31 August 2008 diff hist +564 Socket Programming in Python
- 16: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
- 15: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
- 14:17, 30 August 2008 diff hist +1 ASCII EBCDIC Conversion current
- 14:16, 30 August 2008 diff hist +47 ASCII EBCDIC Conversion
- 14:15, 30 August 2008 diff hist +90 ASCII EBCDIC Conversion
- 14:11, 30 August 2008 diff hist +23,340 ASCII EBCDIC Conversion
- 14:08, 30 August 2008 diff hist +55 ASCII EBCDIC Conversion
- 14:07, 30 August 2008 diff hist +59 ASCII EBCDIC Conversion
- 14:04, 30 August 2008 diff hist +17 ASCII EBCDIC Conversion
- 14: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
- 15:19, 22 August 2008 diff hist +517 Python - datetime
- 15:16, 22 August 2008 diff hist +11 ZSI Examples →Authentication current
- 15:16, 22 August 2008 diff hist +2,042 ZSI Examples