User contributions for PeterHarding
Jump to navigation
Jump to search
- 14:10, 27 May 2008 diff hist +14 Python httpd
- 14:09, 27 May 2008 diff hist +17 Python httpd
- 13:59, 27 May 2008 diff hist +9,389 N Python httpd New page: =httpd.py= This script is set up to listen on port 8000 and run test.py when you do a request. <pre> #!/usr/bin/env python #--------------------------------------------------------------...
- 12:04, 26 May 2008 diff hist +56 Microsoft JVM current
- 12:04, 26 May 2008 diff hist 0 N File:MS VM XPSP2.zap current
- 12:03, 26 May 2008 diff hist 0 N File:MS VM XPSP2.EXE current
- 12:02, 26 May 2008 diff hist +49 Microsoft JVM
- 12:01, 26 May 2008 diff hist 0 Microsoft JVM
- 12:01, 26 May 2008 diff hist 0 N File:IE Setup 01.gif current
- 11:59, 26 May 2008 diff hist +39 Microsoft JVM
- 11:58, 26 May 2008 diff hist +6 Microsoft JVM
- 11:34, 26 May 2008 diff hist +2 Microsoft JVM
- 11:34, 26 May 2008 diff hist +24 Microsoft JVM
- 11:33, 26 May 2008 diff hist 0 N File:IE Setup 02.bmp current
- 11:33, 26 May 2008 diff hist 0 N File:IE Setup 01.bmp current
- 11:33, 26 May 2008 diff hist +415 Microsoft JVM
- 11:29, 26 May 2008 diff hist +306 N Microsoft JVM New page: =Restoring Microsoft JVM= Perform the following steps: * Log into machine with administrator rights * Click Tools/Internet Options * Click on Advanced tab * You may see the Java (S...
- 11:26, 26 May 2008 diff hist +427 N ZSI - Custom Dispatcher New page: =Notes= <pre> ZSI's included mod_python dispatcher doesn't check for MIME encoded input and feeds your entire message into the SOAP parser, which then complains it is not valid XML. The... current
- 18:52, 24 May 2008 diff hist +13,507 JDBC Benchmark current
- 18:52, 24 May 2008 diff hist +32 JDBC Benchmark
- 18:48, 24 May 2008 diff hist +23,271 JDBC Benchmark
- 18:46, 24 May 2008 diff hist +49 Jython current
- 18:46, 24 May 2008 diff hist 0 N File:Jython.zip current
- 18:46, 24 May 2008 diff hist +67 N Jython New page: An old version of Jython... Category:Python Category:Java
- 18:44, 24 May 2008 diff hist +195 N GNU Regex Distribution New page: See http://www.performiq.com.au/kb/images/Gnu_regex_dist.zip Used this in conjunction with LoadRunner scripts to improve string manipulation capabilities of scripts... [[Category:LoadR... current
- 18:43, 24 May 2008 diff hist 0 N File:Gnu regex dist.zip current
- 18:42, 24 May 2008 diff hist +116 N JDBC Benchmark New page: See http://www.performiq.com.au/kb/images/JDBCBench.tar Category:Java Category:JDBC Category:Benchmarks
- 18:42, 24 May 2008 diff hist 0 N File:JDBCBench.tar current
- 18:41, 24 May 2008 diff hist +8,386 N Wl-domain.py New page: <pre> #! /usr/bin/env python # # Purpose: Parse and display an informix log file # # $Id:$ # #--------------------------------------------------------------------- """ Parse Weblogic wl...
- 18:40, 24 May 2008 diff hist +6,694 N Item fix.py New page: <pre> #! /usr/bin/env python # # Purpose: Parse and display an informix log file # # $Id:$ # #--------------------------------------------------------------------- """ Parse Ben Lee's L...
- 18:39, 24 May 2008 diff hist +11,222 N Lgl timeline.py New page: <pre> #! /usr/bin/env python # # Purpose: Parse and display an informix log file # # $Id:$ # #--------------------------------------------------------------------- """ Parse BL's log fi...
- 18:38, 24 May 2008 diff hist +10,024 Timeline.py
- 18:37, 24 May 2008 diff hist +813 N Timeline.py New page: <pre> #!/usr/bin/env perl # # $Id:$ # #------------------------------------------------- @types = ('backline', 'frontline', 'teamlead', 'operations'); @nodes = ('node1', 'node2', 'node3'...
- 18:36, 24 May 2008 diff hist +785 N Rewrite users.pl New page: <pre> #!/usr/bin/env perl # # $Id:$ # #------------------------------------------------- @types = ('backline', 'frontline', 'teamlead', 'operations'); @nodes = ('node1', 'node2', 'node3'... current
- 18:35, 24 May 2008 diff hist +18,579 N Prune log.py New page: <pre> #! /usr/bin/env python # # Purpose: Parse and display an informix log file # # $Id:$ # #--------------------------------------------------------------------- """ Parse Ben Lee's L...
- 18:33, 24 May 2008 diff hist +44 Dynamic Classes in Python current
- 18: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...
- 18: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
- 18: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
- 18:28, 24 May 2008 diff hist 0 N File:Python TCP Examples.zip current
- 18: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
- 18: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
- 18: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
- 18:18, 24 May 2008 diff hist +53 Python Logging
- 18:17, 24 May 2008 diff hist +60 Python Logging
- 18:17, 24 May 2008 diff hist +22 N Python Logging New page: Category:Python
- 18:16, 24 May 2008 diff hist 0 N File:Python logging.zip current
- 18: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
- 18:12, 24 May 2008 diff hist −1 Python DBI
- 18: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, ...