User contributions for PeterHarding
Jump to navigation
Jump to search
- 14:47, 9 November 2007 diff hist +53 Python - MS ADO current
- 14:46, 9 November 2007 diff hist +4 Python - MS ADO →9. Getting the RecordCount
- 14:45, 9 November 2007 diff hist +15 Python - MS ADO →References
- 14:45, 9 November 2007 diff hist +245 Python - MS ADO
- 14:40, 9 November 2007 diff hist −86 Python - MS ADO
- 14:38, 9 November 2007 diff hist +7,381 Python - MS ADO
- 14:35, 9 November 2007 diff hist +109 Python - MS ADO
- 14:29, 9 November 2007 diff hist +1,054 N Python - ctypes New page: = Examples = A scrap of sample code from a past SVT exercise implemented usiong Pyth and ctypes: <pre> #!/usr/bin/env python ## import ctypes from ctypes import * from ctypes.wintypes i...
- 14:27, 9 November 2007 diff hist +65,812 N Python - bplustree.py New page: = bplustree.py = <pre> """ B+tree implementation. ====================== B+ trees are an efficient index structure for mapping a dictionary type object into a disk file. All keys for the... current
- 14:24, 9 November 2007 diff hist −8 Main Page →Introduction
- 14:24, 9 November 2007 diff hist 0 Main Page
- 14:24, 9 November 2007 diff hist 0 Main Page
- 14:22, 9 November 2007 diff hist +99 Web Services current
- 14:20, 9 November 2007 diff hist +88 Using Python with MS SQL Server current
- 14:19, 9 November 2007 diff hist +77 PERL - Useful Documents and References
- 14:19, 9 November 2007 diff hist 0 N File:Perlref-5.004.1.pdf current
- 14:18, 9 November 2007 diff hist +30 N PERL - Useful Documents and References New page: = Documents= = References =
- 14:17, 9 November 2007 diff hist +119 Useful Python Documents and References
- 14:15, 9 November 2007 diff hist +26 Useful Python Documents and References
- 14:15, 9 November 2007 diff hist 0 Useful Python Documents and References
- 14:14, 9 November 2007 diff hist +18 Useful Python Documents and References
- 14:12, 9 November 2007 diff hist +2 Useful Python Documents and References
- 14:12, 9 November 2007 diff hist −13 Useful Python Documents and References
- 14:12, 9 November 2007 diff hist −167 Useful Python Documents and References
- 14:11, 9 November 2007 diff hist 0 N File:Zsi cookbook.pdf current
- 14:10, 9 November 2007 diff hist 0 N File:PQR2.5 modern a4.pdf current
- 14:10, 9 November 2007 diff hist 0 N File:PQR2.5 printing a4.pdf current
- 14:09, 9 November 2007 diff hist 0 N File:PyNet.pdf current
- 14:09, 9 November 2007 diff hist +443 N Useful Python Documents and References New page: h1. Documents * [http://esbinfo:8090/download/attachments/788009/zsi_cookbook.pdf ZSI Cookbook] * [http://esbinfo:8090/download/attachments/788009/PQR2.5_modern_a4.pdf Python 2.5 Quick Re...
- 14:07, 9 November 2007 diff hist +788 N Python - MS ADO New page: = ado.py = This script was used to access a LoadRunner Access database repository. <pre> import time import win32com.client engine = engine = win32com.client.Dispatch("DAO.DBEngine.36")...
- 13:51, 9 November 2007 diff hist −2 Python - Low Level Tricks current
- 13:51, 9 November 2007 diff hist +250 N Python - Low Level Tricks New page: = Adding an Unsupported Module to an Installation = In the meantime just plopping in the \_ssl.pyd or \_ssl.so from either python.org's build or from your own build into ActivePython's li...
- 13:48, 9 November 2007 diff hist +12,809 N Python - MS SQL Server Modules New page: = Python MS SQL Server Interface Modules = * [http://wiki.python.org/moin/SQL_Server Accessing SQL Server - PythonInfo Wiki] * [http://www.object-craft.com.au/projects/mssql/ MS SQL Serv... current
- 13:40, 9 November 2007 diff hist +117 N Hash and CRC Codes New page: = Overview = See attached PowerPoint presentation for an overview of the subject. See [XXX Hash_and_CRC_Codes.ppt] current
- 13:38, 9 November 2007 diff hist −2 ActiveState
- 13:37, 9 November 2007 diff hist +40 Using Python with MS SQL Server
- 13:36, 9 November 2007 diff hist 0 Using Python with MS SQL Server
- 13:35, 9 November 2007 diff hist +12 Python - Links
- 13:35, 9 November 2007 diff hist 0 Python - Links
- 13:34, 9 November 2007 diff hist +3 Python - Links
- 13:34, 9 November 2007 diff hist −2 Python - Links
- 13:34, 9 November 2007 diff hist −15 Python - Links
- 13:33, 9 November 2007 diff hist 0 Python - Links
- 13:33, 9 November 2007 diff hist +2 Python - Links
- 13:32, 9 November 2007 diff hist 0 Python - Links
- 13:32, 9 November 2007 diff hist +15 Python - Links
- 13:31, 9 November 2007 diff hist +2,314 N Python - printsql.py New page: = Script = Here is an interesting little script which parses SQL and then reformats it to stdout: <pre> #!/usr/bin/env python # # Pretty print SQL statements # by Peter Bengtsson, www.pe... current
- 13:29, 9 November 2007 diff hist +58 N Python - Links New page: = Misc links = * [http://sebsauvage.net/python/snyppets/]
- 13:28, 9 November 2007 diff hist +208 N Using Python with MS SQL Server New page: = Links = See: * [PyMSSql|http://pymssql.sourceforge.net/] * [http://www.time-travellers.org/shane/howtos/MS-SQL-Express-Python-HOWTO.html] * [http://aspn.activestate.com/ASPN/Cookbook/P...
- 13:26, 9 November 2007 diff hist +18 SOAP - Using Excel as a Client