User contributions for PeterHarding
Jump to navigation
Jump to search
- 22:28, 1 May 2008 diff hist +6,921 N Analyse SLAPD Logs New page: <pre> $ cat analyse.py #!/usr/bin/env python # # Purpose: # # $Id:$ # #------------------------------------------------------------------------------- """ Analyse SLAPD logs ... ...
- 22:13, 1 May 2008 diff hist +2,701 N Calendar SOAP Server Example New page: <pre> #!/usr/bin/env python # # $Id:$ # #--------------------------------------------------------------------- import sys, httplib #-----------------------------------------------------... current
- 22:05, 1 May 2008 diff hist +268 N SOAP References New page: * http://www.ibm.com/developerworks/views/webservices/libraryview.jsp?search_by=python+web+services+developer * http://www.ibm.com/developerworks/webservices/library/ws-pyth16/ * http://ww... current
- 22:04, 1 May 2008 diff hist +7,332 N Python SOAP Server New page: =From Vivtek= <pre> #!/usr/bin/env python ################################################################################ # # The Python SOAP server is a really easy way to export workf... current
- 20:14, 1 May 2008 diff hist −4 LDAP Search Script
- 20:13, 1 May 2008 diff hist +127 LDAP Search Script
- 20:12, 1 May 2008 diff hist 0 N File:DSERVER.tz current
- 20:06, 1 May 2008 diff hist +3 LDAP Search Script →vuser_end.c
- 20:06, 1 May 2008 diff hist +64 LDAP Search Script
- 20:06, 1 May 2008 diff hist +7,821 N LDAP Search Script New page: =Python Implementation= <pre> #!/usr/bin/env python # #------------------------------------------------------------------------------- import os import sys import ldap import time import...
- 19:40, 1 May 2008 diff hist +2 Spawning Mutliple Scripts
- 19:39, 1 May 2008 diff hist +56 Spawning Mutliple Scripts
- 19:39, 1 May 2008 diff hist 0 N File:Perfmon 01.gif current
- 19:35, 1 May 2008 diff hist +1,447 Spawning Mutliple Scripts
- 19:34, 1 May 2008 diff hist +5,145 N Spawning Mutliple Scripts New page: =Simple Script Spawner= In this script I needed to spawn scripts to utilized a limited number of ODBC connectors I had set up. I also wanted the script to process overnight and so I need...
- 09:57, 1 May 2008 diff hist +5,105 N Python REGEX Examples New page: =Reformat a LoadRunner Script= <pre> #!/usr/bin/env python # # $Id:$ # #-------------------------------------------------------------------------- import re import os import sys import ...
- 09:40, 1 May 2008 diff hist +204 Python Skeleton Scripts
- 09:37, 1 May 2008 diff hist +11,169 Python Skeleton Scripts
- 09:27, 1 May 2008 diff hist +3,446 N Python Skeleton Scripts New page: =Based on a server= <pre> #!/usr/bin/env python # # Purpose: # # $Id:$ # #------------------------------------------------------------------------------- """ Skeleton Python script...
- 19:30, 30 April 2008 diff hist −475 Python COM Examples
- 19:30, 30 April 2008 diff hist +47 Python COM Examples
- 19:30, 30 April 2008 diff hist +2,651 N Python COM Examples New page: <pre> ============================================================================ Try this Python-based COM automation “Hello World” code in XSI just for kicks! import win32com.clie...
- 19:27, 30 April 2008 diff hist +78 SNMP FAQ - Part 1 current
- 19:27, 30 April 2008 diff hist +14 N SNMP FAQ - Part 1 New page: Where is this?
- 19:26, 30 April 2008 diff hist +71 N Category:SNMP New page: Info and resources related to Simple Network Management Protocol (SNMP) current
- 19:26, 30 April 2008 diff hist +64 SNMP FAQ - Part 2 current
- 19:25, 30 April 2008 diff hist +172,974 N SNMP FAQ - Part 2 New page: <pre> Archive-name: snmp-faq/part2 Posting-Frequency: every few months or so Last-Modified: 2 Jul 2003 Version: 2.57 comp.protocols.snmp PART 2 of ...
- 19:23, 30 April 2008 diff hist +47 N Pymssql Examples Pymssql Examples moved to Python pymssql and dblib Examples current
- 19:23, 30 April 2008 diff hist 0 m Python pymssql and dblib Examples Pymssql Examples moved to Python pymssql and dblib Examples
- 19:23, 30 April 2008 diff hist +34,523 Python pymssql and dblib Examples
- 19:19, 30 April 2008 diff hist +961 N Python pymssql and dblib Examples New page: <pre> import pymssql con = pymssql.connect(host='192.168.13.122',user='sa',password='',database='tempdb') cur = con.cursor() query="create table pymssql (no int, fno float, comment va...
- 19:18, 30 April 2008 diff hist +92 Implementing Timers in Python
- 19:17, 30 April 2008 diff hist +1,182 N Implementing Timers in Python New page: <pre> import signal, time class TimedOutExc(Exception): def __init__(self, value = "Timed Out"): self.value = value def __str__(self): return repr(self.value) def...
- 19:15, 30 April 2008 diff hist +1 Implementing a Simple Web Server to Run Scripts current
- 19:14, 30 April 2008 diff hist +5 Implementing a Simple Web Server to Run Scripts
- 19:14, 30 April 2008 diff hist +2 Implementing a Simple Web Server to Run Scripts
- 19:13, 30 April 2008 diff hist +2 Implementing a Simple Web Server to Run Scripts
- 19:13, 30 April 2008 diff hist +41 Implementing a Simple Web Server to Run Scripts
- 19:13, 30 April 2008 diff hist +173 Implementing a Simple Web Server to Run Scripts
- 19:11, 30 April 2008 diff hist +42 Implementing a Simple Web Server to Run Scripts
- 19:11, 30 April 2008 diff hist +3,060 N Implementing a Simple Web Server to Run Scripts New page: =Overview= Sometimes it is convenient to create a simple web server front-end to initiate the running of scripts via a web interface. The following is an example of a simple one based on...
- 19:05, 30 April 2008 diff hist +7 Running Command-line Scripts in Python current
- 19:05, 30 April 2008 diff hist +131 N Running Command-line Scripts in Python New page: =Modules= Use commmands module (on UNIX/Linux/Cygwin)... See http://docs.python.org/lib/module-commands.html Category:Python
- 19:03, 30 April 2008 diff hist 0 ODBC Notes
- 19:02, 30 April 2008 diff hist +52 ODBC Notes
- 19:02, 30 April 2008 diff hist +33 ODBC Notes
- 19:00, 30 April 2008 diff hist +1,956 N ODBC Notes New page: =Intro= http://msdn2.microsoft.com/en-us/library/aa936940(SQL.80).aspx Warning While the DB-Library API is still supported in Microsoft SQL Server 2000, no future versions of SQL Server...
- 18:56, 30 April 2008 diff hist +648 N Python Implementation of ref time New page: <pre> #===================================================================== def the_time(): t = float(ref_time(FALSE)) * 0.001 return t #-----------------------------------------... current
- 18:50, 30 April 2008 diff hist +627 N Perl DBI Examples New page: =Examples= <pre> #!/usr/bin/env perl use DBI; # Open the database my ($DSN,$dbh,$sth); $dbh = DBI->connect("dbi??={SQL Server};Server=$db_instance;Database=$db_name;UID=$db_user;PWD=$...
- 10:05, 30 April 2008 diff hist +99 Python - ODBC current