User contributions for PeterHarding
Jump to navigation
Jump to search
- 10:39, 29 May 2008 diff hist +109 Useful Python Documents and References
- 10:38, 29 May 2008 diff hist +14 Python References Redirecting to Useful Python Documents and References current
- 10:37, 29 May 2008 diff hist +2 Useful Python Documents and References
- 10:37, 29 May 2008 diff hist +69 Useful Python Documents and References
- 10:37, 29 May 2008 diff hist +38 N Python References Redirecting to Useful Python References
- 10:34, 29 May 2008 diff hist +137 N Python - Exception Handling New page: =Overview= <pre> try: out = open(data_file, 'w') except: print "XXX" sys.exit(0) </pre> Category:Python
- 13:39, 28 May 2008 diff hist +89 Python - DbiDate current
- 13:38, 28 May 2008 diff hist −6 Python - DbiDate
- 13:38, 28 May 2008 diff hist +169 Python - DbiDate
- 13:36, 28 May 2008 diff hist +341 N Python - DbiDate New page: =References= * =Notes= Accessing a SqlServer dataabse via the ActiveState Python ODBC implementation returns dates as a DbiDate object. To convert them into a datetime formate where t...
- 15:55, 27 May 2008 diff hist −2 Datetime
- 15:29, 27 May 2008 diff hist 0 Mediawiki for personal wikis current
- 15:29, 27 May 2008 diff hist 0 Mediawiki Notes current
- 15:29, 27 May 2008 diff hist 0 Mediawiki File Uploads current
- 15:28, 27 May 2008 diff hist 0 Mediawiki Extensions current
- 15:28, 27 May 2008 diff hist 0 Mediawiki - Tag Cloud current
- 15:27, 27 May 2008 diff hist 0 Mediawiki current
- 15:27, 27 May 2008 diff hist 0 MediaWiki Reference Card current
- 15:27, 27 May 2008 diff hist 0 LocalSettings.php current
- 15:26, 27 May 2008 diff hist 0 Customizing MediaWiki current
- 15:26, 27 May 2008 diff hist 0 Wikipedia
- 15:25, 27 May 2008 diff hist +76 N MediaWiki Redirects New page: =Here is How= <pre> #REDIRECT DServer.py </pre> Category:MediaWiki current
- 15:23, 27 May 2008 diff hist 0 Python RTE
- 15:23, 27 May 2008 diff hist +24 N Dserver.py Dserver.py moved to DServer.py: Naming convention change current
- 15:23, 27 May 2008 diff hist 0 m DServer.py Dserver.py moved to DServer.py: Naming convention change
- 15:22, 27 May 2008 diff hist +73 DServer.py
- 15:21, 27 May 2008 diff hist +130 N DServer.py New page: =Script= Dataserver implementation... ==dserver.py== <pre> </pre> Category:Python Category:Tools Category:Testing
- 15:20, 27 May 2008 diff hist +19 Python httpd current
- 15:19, 27 May 2008 diff hist +3,403 N Tail.py New page: =Script= <pre> #!/usr/bin/python '''A module which implements a unix-like "tail" of a file. A callback is made for every new line found in the file. Options specify whether the existing...
- 14:35, 27 May 2008 diff hist +33 N Quick Test Professional New page: See QTP Category:Testing current
- 14:34, 27 May 2008 diff hist −6 Java
- 14:32, 27 May 2008 diff hist −9 ODBC current
- 14:31, 27 May 2008 diff hist +1 ODBC
- 14:31, 27 May 2008 diff hist +25 ODBC
- 14:31, 27 May 2008 diff hist +93 JDBC current
- 14:30, 27 May 2008 diff hist +28 JDBC
- 14:30, 27 May 2008 diff hist +87 ODBC
- 14:29, 27 May 2008 diff hist +37 JDBC
- 14:29, 27 May 2008 diff hist +78 N JDBC New page: =Overview= =Links= Category:Java Category:ODBC Category:Database
- 14:27, 27 May 2008 diff hist +24 N System Performance New page: Redirect:Performance current
- 14:27, 27 May 2008 diff hist −20 Performance current
- 14:26, 27 May 2008 diff hist +8 Performance
- 14:26, 27 May 2008 diff hist +75 Performance
- 14:25, 27 May 2008 diff hist +68 Performance
- 14:25, 27 May 2008 diff hist +85 Performance
- 14:23, 27 May 2008 diff hist +113 Performance
- 14:21, 27 May 2008 diff hist +102 Python RTE
- 14:19, 27 May 2008 diff hist +59 N Category:RTE New page: Remote Terminal Emulator links, references and resources... current
- 14:19, 27 May 2008 diff hist +598 N Python RTE New page: =Overview= A Remote Terminal Emulator (acronym RTE) is software which enable the creation of software robots for exercising remote sessions to applications. The Python script, [[spawn.py...
- 14:11, 27 May 2008 diff hist +5 Python httpd