User contributions for PeterHarding
Jump to navigation
Jump to search
- 16:55, 25 February 2008 diff hist +77 Configuration Management Database
- 16:54, 25 February 2008 diff hist +36 Configuration Management Database
- 16:53, 25 February 2008 diff hist +143 N Configuration Management Database New page: =Configuration Management= See http://cmdbf.org for a expansive discusion on CMDB. ==Schema Models== ===BMC=== ===Microsoft=== ===Other===
- 16:52, 25 February 2008 diff hist +1 CMDB Redirecting to Configuration Management Database current
- 16:51, 25 February 2008 diff hist +46 N CMDB New page: Redirect:Configuration Management Database
- 16:37, 25 February 2008 diff hist +105 Accessing Google Calendar with Python →Overview current
- 16:36, 25 February 2008 diff hist +3,048 N Accessing Google Calendar with Python New page: =Overview= ==Script== <pre> #!/usr/bin/env python from GoogleCalendar import * gCalMNG = GoogleCalendarMng() gCalMNG.connect ("some_login@gmail.com", "some_password") calendar = gCalMN...
- 16:29, 25 February 2008 diff hist +7,382 N Bib2LaTeX Converter New page: =Overview= ==Script== <pre> #!/usr/bin/env python # bib2ltx.py # Author: Christopher Arnt <chris.arndt@web.de> # Version: 0.2b # Date: Monday, 21.01.2002 # Copyleft: GPL """Thi... current
- 15:45, 25 February 2008 diff hist +21 A Brain-dead Python Ping Utility
- 15:45, 25 February 2008 diff hist +332 N A Brain-dead Python Ping Utility New page: ==Script== <pre> #!/usr/bin/python # # Purpose: Ping a range if IPs # # Copyright (C) Peter Harding, 2003 # All rights reserved # # $Id:$ # #-----------------------------...
- 15:43, 25 February 2008 diff hist +5,001 N Python - Serial Comms Example New page: =Overview= This script uses the win32file module to implement RS232 communications via a COMM port. ==Script== <pre> #!/usr/bin/env pyhthon ''' This code was inspired by Willy Heineman...
- 15:10, 25 February 2008 diff hist +6,174 N Sar.py New page: =Overview= A Python script to summarize Systems Activity Reporting (sar) data. Intention was to fit this on top of gnuplot or matplotlib to generate graphs ==Script== <pre> #!/usr/bin/... current
- 15:05, 25 February 2008 diff hist +21 Readfile.py
- 15:04, 25 February 2008 diff hist +2,181 N Readfile.py New page: =Overview= Skeleton Python script which demonstrates reading a file - implemented using getopt() in a main() function and other niceties... ==Script== <pre> #! /usr/bin/env python # # ...
- 15:01, 25 February 2008 diff hist +1 Maze.py
- 15:00, 25 February 2008 diff hist +2 Maze.py
- 15:00, 25 February 2008 diff hist +7,792 N Maze.py New page: =maze.py= A python implementation of a maze generator. Shows the use of classes in Python ==Script== <pre> #!/usr/bin/env python # $Id: maze.py,v 1.2 2000/12/12 19:45:01 tlavoie Exp t...
- 14:58, 25 February 2008 diff hist −1 Daemon.py
- 14:58, 25 February 2008 diff hist +5,326 N Daemon.py New page: =A Reference Implementation of a Daemon = Default behaviors are as follows, but they can be modified: 1) Ignore SIGHUP signals. 2) Default current working directory to the "/" director...
- 14:22, 25 February 2008 diff hist −72 Category:Albatross current
- 14:21, 25 February 2008 diff hist +24 Category:Albatross
- 14:20, 25 February 2008 diff hist +2,187 N Category:Albatross New page: Albatross references and links... Albatross is a small and flexible Python toolkit for developing highly stateful web applications. The toolkit has been designed to take a lot of the pai...
- 14:07, 25 February 2008 diff hist +117 Tabbed Browser Application current
- 14:06, 25 February 2008 diff hist +64 Tabbed Browser Application
- 14:06, 25 February 2008 diff hist +306 N Tabbed Browser Application New page: h1. Overview I wanted a simple tabbed page framework that I could use for quickly implementing Albatross applications. This page is intended as a link into these as I implement them. h2...
- 14:03, 25 February 2008 diff hist +27 Projects current
- 14:01, 25 February 2008 diff hist +45 HTTP Response Codes current
- 14:00, 25 February 2008 diff hist +1 ASCII Character Mappings
- 14:00, 25 February 2008 diff hist +44 ASCII Character Mappings
- 13:59, 25 February 2008 diff hist +21 Fork.py
- 13:59, 25 February 2008 diff hist +20 Parsing WhitePages Search Results HTML
- 13:58, 25 February 2008 diff hist +43 Python Project Structure current
- 13:57, 25 February 2008 diff hist +19 Winreg
- 13:57, 25 February 2008 diff hist +42 Winreg
- 13:56, 25 February 2008 diff hist +42 NTLM Authentication Scheme for HTTP current
- 13:56, 25 February 2008 diff hist +42 NTLM Authentication current
- 13:55, 25 February 2008 diff hist +20 CMDBf Data Model current
- 13:54, 25 February 2008 diff hist +68 N Category:CMDB New page: Configuration Management Database references, resources and links... current
- 13:53, 25 February 2008 diff hist +38 Configuration Items
- 13:53, 25 February 2008 diff hist 0 Python Tools current
- 13:52, 25 February 2008 diff hist +21 Python Tools
- 13:52, 25 February 2008 diff hist +58 N Category:Httplib New page: Python httplib reference, resources, links and examples... current
- 13:51, 25 February 2008 diff hist +48 Database Performance Testing current
- 13:50, 25 February 2008 diff hist +41 Python - httplib
- 13:50, 25 February 2008 diff hist +66 MI8 Helicopters
- 13:49, 25 February 2008 diff hist +18 N Category:Java New page: Java References... current
- 13:48, 25 February 2008 diff hist −16 Java Enterprise Edition current
- 13:48, 25 February 2008 diff hist +51 Java Enterprise Edition
- 13:42, 25 February 2008 diff hist +3,308 N HTTP Response Codes New page: =The Meaning of HTTP Response Codes= The following encapsulates the HTTP response codes in a Python catalog: <pre> # Table mapping response codes to messages; entries have the # form {co...
- 10:16, 25 February 2008 diff hist +221 WinXP Info current