User contributions for PeterHarding
Jump to navigation
Jump to search
- 17:33, 24 May 2008 diff hist +3,959 N Dynamic Classes in Python New page: =DynamicClassFactory.py= <pre> ## ## Factory for dynamic classes ## $Id: DynamicClassFactory.py 1.1 1997/10/27 13:07:23 gandalf Exp $ ## $Log: DynamicClassFactory.py $ ## Revision 1.1 19...
- 17:31, 24 May 2008 diff hist +2,922 N Python txt2html New page: <pre> #!/usr/bin/python """ txt2html.py, Version 4.5.00 (Update: 15.5.02) Python script by Tobias Polzin, polzin@gmx.de If you like the module, please give me feedback. All rights rese... current
- 17:30, 24 May 2008 diff hist +123 N Python TCP Programming New page: =Some Examples= See http://www.performiq.com.au/kb/images/Python_TCP_Examples.zip Category:Python Category:TCP/IP current
- 17:28, 24 May 2008 diff hist 0 N File:Python TCP Examples.zip current
- 17:26, 24 May 2008 diff hist +1,352 N Using Python smtplib New page: <pre> #!/usr/bin/env python # # $Id: smtp_send.py,v 1.1 2003/11/13 00:39:44 plh Exp $ # #--------------------------------------------------------------------- import smtplib #----------... current
- 17:22, 24 May 2008 diff hist +459 N Python fcntl Test New page: <pre> #! /usr/bin/env python2.2 """Test program for the fcntl C module. Roger E. Masse """ import struct import fcntl import os, sys import datetime curr = datetime.datetime.now() pr... current
- 17:21, 24 May 2008 diff hist +43,256 N Python Socket Server New page: =Socket Server= <pre> #!/usr/bin/python # # Copyright (c) 1998, 1999, Sean Reifschneider, tummy.com, ltd. # All Rights Reserved # # High-level classes for implementing command/response... current
- 17:18, 24 May 2008 diff hist +53 Python Logging
- 17:17, 24 May 2008 diff hist +60 Python Logging
- 17:17, 24 May 2008 diff hist +22 N Python Logging New page: Category:Python
- 17:16, 24 May 2008 diff hist 0 N File:Python logging.zip current
- 17:15, 24 May 2008 diff hist +11,645 N Python Finite State Machine Example New page: <pre> #!/usr/bin/env python '''This module implements a Finite State Machine (FSM). In addition to state this FSM also maintains a user defined "something". This "something" is effectively... current
- 17:12, 24 May 2008 diff hist −1 Python DBI
- 17:11, 24 May 2008 diff hist +519 N Python DBI New page: <pre> #!/usr/bin/env python import dbi dbh = dbi.connect("DBI:mysql:database=mydatabase", "myysername", RaiseError = 1, PrintError = 0, ...
- 17:11, 24 May 2008 diff hist −14 GUID.py
- 17:10, 24 May 2008 diff hist +7,019 N GUID.py New page: <pre> globally unique identifier made up of time and ip # Copyright (C) 2002 Dr. Conan C. Albrecht # # This library is free software; you can redistribute it and/or # modify it under th...
- 17:09, 24 May 2008 diff hist +12,327 N Using ADO with Python New page: = Examples= ==jet.py== <pre> #!/usr/bin/env Python """ #Instantiate the Jet engine. """ import win32com.client engine = win32com.client.Dispatch("DAO.DBEngine.35") #Determine the path t... current
- 17:06, 24 May 2008 diff hist +1,016 N Odbc.py New page: <pre> #!/usr/bin/env python import dbi, odbc # ODBC modules import time # standard time module dbc = odbc.odbc( # open a database connection 'sample/monty/spam' # '...
- 17:05, 24 May 2008 diff hist +2,950 N Init log.c New page: <pre> //---------------------------------------------------------------------- char datestamp[64]; char logdir[128]; int log_init(char *group, int id) { double now; time_t t; ch... current
- 17:04, 24 May 2008 diff hist +15,187 N ConfParser.py New page: <pre> #!/usr/bin/python '''Configuration file parser for files similar to MS-Windows .ini files. Meant as a replacement for the broken ConfigParser module in the Python standard library. ...
- 17:03, 24 May 2008 diff hist +749 N Accessing LoadRunner Analysis Repository with Python ADO New page: <pre> import time import win32com.client engine = engine = win32com.client.Dispatch("DAO.DBEngine.36") db = engine.OpenDatabase(r"c:\lr\py\analysis.mdb") rs = db.OpenRecordset("Result")...
- 09:38, 23 May 2008 diff hist +117 N Jira Notes New page: =Use with SOAP= <pre> wsdl2py -b http://jira.atlassian.com/rpc/soap/jirasoapservice-v2?wsdl </pre> Category:ZSI
- 09:35, 23 May 2008 diff hist +41 N Category:Urllib New page: Python urllib notes, links and references current
- 09:35, 23 May 2008 diff hist −2 m Python urllib Examples
- 09:34, 23 May 2008 diff hist +53 Python urllib Examples
- 09:33, 23 May 2008 diff hist +609 N Python urllib Examples New page: =Scripts= <pre> import urllib import urllib2 from xml.dom import minidom user_address = '1600 Pennsylvania Avenue NW Washington, DC 20500' url = 'http://xxxxxxxxx.xx.xxxxxx' #geocoding s...
- 09:30, 23 May 2008 diff hist +2,598 ZSI Notes
- 09:29, 23 May 2008 diff hist +1,939 ZSI Notes
- 09:27, 23 May 2008 diff hist +765 ZSI Notes
- 09:24, 23 May 2008 diff hist +82 ZSI Notes
- 09:23, 23 May 2008 diff hist +1,252 ZSI Notes
- 09:21, 23 May 2008 diff hist +1,862 ZSI Notes
- 14:25, 21 May 2008 diff hist +5 Os.py
- 14:24, 21 May 2008 diff hist +46 Os.py
- 14:24, 21 May 2008 diff hist +71 Os.py
- 14:22, 21 May 2008 diff hist +661 N Os.py New page: =Script= Some features of the <b>os</b> module: <pre> #!/usr/bin/env python import os print os.sysconf_names print " SC_ARG_MAX: %d" % os.sysconf('SC_ARG_MAX') print " SC_CHILD...
- 21:39, 20 May 2008 diff hist +15 Windows Move current
- 21:38, 20 May 2008 diff hist +594 Windows Move
- 21:30, 20 May 2008 diff hist −2 Windows Move
- 21:30, 20 May 2008 diff hist +1,161 N Windows Move New page: <pre> Could somebody please tell me how to turn off the move and delete read only file confirmation in W2000? It is not found in folder options, </pre> <pre> Solution #1: Right-click on ...
- 18:11, 19 May 2008 diff hist +70 Load Testing Sites current
- 18:10, 19 May 2008 diff hist +199 Load Testing Sites
- 18:09, 19 May 2008 diff hist +95 Load Testing Sites
- 18:02, 19 May 2008 diff hist +132 N Load Testing Sites New page: =Useful Links= * [http://www.myloadtest.com/ MyLoadTest.com - Stuart Monthcrieff] Category:Performance Category:LoadRunner
- 17:48, 19 May 2008 diff hist +37 Testing AJAX with LoadRunner current
- 17:47, 19 May 2008 diff hist +168 N Testing AJAX with LoadRunner New page: =Introduction= * http://en.wikipedia.com/ =Links= * http://www.myloadtest.com/scripting-exercise-a-basic-ajax-application/ Category:LoadRunner Category:AJAX
- 13:21, 17 May 2008 diff hist +529 LoadRunner FAQ
- 12:51, 17 May 2008 diff hist +65 N Category:Training New page: Links and resources relating to training and training preparation current
- 12:50, 17 May 2008 diff hist +83 N Category:Interviewing New page: Links and resources relating to recruitment, interviewing and interview preparation current
- 12:49, 17 May 2008 diff hist +73 Interview Helpers current