User contributions for PeterHarding
Jump to navigation
Jump to search
- 10:50, 17 March 2008 diff hist +2 Python SOAP - Document Injection Example
- 10:49, 17 March 2008 diff hist +1 Python SOAP - Document Injection Example
- 10:49, 17 March 2008 diff hist −1 Python SOAP - Document Injection Example
- 10:48, 17 March 2008 diff hist 0 N File:ZSI Site Package.zip current
- 10:47, 17 March 2008 diff hist +1 Python SOAP - Document Injection Example
- 10:41, 17 March 2008 diff hist −74 Python SOAP - Document Injection Example
- 10:40, 17 March 2008 diff hist 0 Python SOAP - Document Injection Example
- 10:34, 17 March 2008 diff hist +1,550 N Customizing Python httplib New page: =Introduction= Here are some notes I have come across which relate to different customizations of ''httplib''. ==Customizing Socket Timeouts== Today, I have read in other messages in th...
- 09:36, 10 March 2008 diff hist +75 Altering MySQL Tables current
- 09:35, 10 March 2008 diff hist +1,573 N Altering MySQL Tables New page: =See= * http://dev.mysql.com/doc/refman/5.0/en/alter-table.html <pre> ALTER [IGNORE] TABLE tbl_name alter_specification [, alter_specification] ... alter_specification: table_op...
- 09:21, 10 March 2008 diff hist +108 CSS Examples current
- 09:20, 10 March 2008 diff hist +85 N Astronomical Images New page: =HubbleSite.org= * http://hubblesite.org/gallery/album/entire_collection/pr1995013a/ current
- 07:16, 10 March 2008 diff hist +129 Cisco - IOS Articles current
- 07:16, 10 March 2008 diff hist +145 N Cisco - IOS Articles New page: =TechRepublic Articles= * [http://blogs.techrepublic.com.com/networking/?p=428 Five things you should know about configuring a Cisco IOS switch]
- 17:18, 9 March 2008 diff hist +153 Using Checkboxes in Albatross current
- 13:36, 9 March 2008 diff hist +265 N Using Checkboxes in Albatross New page: =Albatross Checkboxes= ==In the html:== <pre> <al-input type="checkbox" name="CurrentCB"> </pre> ==In the Python:== <pre> if ctx.locals.person.fields.Current == 1: ctx.locals....
- 13:20, 9 March 2008 diff hist −22 Datetime
- 13:19, 9 March 2008 diff hist +38 Datetime
- 13:19, 9 March 2008 diff hist 0 Datetime
- 13:19, 9 March 2008 diff hist +92 Datetime
- 13:17, 9 March 2008 diff hist +615 Datetime
- 14:55, 7 March 2008 diff hist +57 N Category:Data Server New page: Resource, References and links relating to the dserver... current
- 14:54, 7 March 2008 diff hist +4 Data Server Data
- 14:54, 7 March 2008 diff hist +72 Data Server Data
- 14:53, 7 March 2008 diff hist +35 N Data Server Data New page: =Sample Data= Category:dserver
- 14:48, 7 March 2008 diff hist +59 Dataserver current
- 14:47, 7 March 2008 diff hist 0 N File:DServer Client.zip current
- 14:38, 7 March 2008 diff hist +1,147 Dataserver
- 14:35, 7 March 2008 diff hist 0 Dataserver →makefile
- 14:34, 7 March 2008 diff hist +75 Dataserver
- 14:31, 7 March 2008 diff hist +529 Dataserver
- 09:50, 7 March 2008 diff hist +9,704 N Winsock Examples New page: =Examples= ==Winsock 1== ===gethtttp.c=== <pre> // // GetHTTP.cpp // // Retrieves a file using the Hyper Text Transfer Protocol // and prints its contents to stdout. // // // Pass the ... current
- 15:21, 6 March 2008 diff hist +470 Python - ctypes
- 15:11, 6 March 2008 diff hist +21 Python ctypes Dictionary current
- 15:11, 6 March 2008 diff hist +12,401 N Python ctypes Dictionary New page: =ctypes.__dict__= <pre> """ {'ARRAY': <function ARRAY at 0x7ff2c6bc>, 'ArgumentError': <class 'ctypes.ArgumentError'>, 'Array': <type '_ctypes.Array'>, 'BigEndianStructure': <class 'ct...
- 14:52, 6 March 2008 diff hist −61 Tutorials - ctypes →Fundamental data types current
- 14:52, 6 March 2008 diff hist −84 Tutorials - ctypes →Fundamental data types
- 13:15, 6 March 2008 diff hist 0 Tutorials - ctypes →Variable-sized data types
- 13:14, 6 March 2008 diff hist 0 Tutorials - ctypes →Bugs, ToDo and non-implemented things
- 13:14, 6 March 2008 diff hist −65 Tutorials - ctypes →Bugs, ToDo and non-implemented things
- 13:13, 6 March 2008 diff hist −9 Tutorials - ctypes →ions">Calling functions
- 13:12, 6 March 2008 diff hist −22,177 Tutorials - ctypes
- 12:57, 6 March 2008 diff hist −3,644 Tutorials - ctypes
- 12:55, 6 March 2008 diff hist +1,527 Tutorials - ctypes
- 12:44, 6 March 2008 diff hist +21 Python - ctypes
- 12:44, 6 March 2008 diff hist +64 Using WIndows DLLs with Python
- 12:42, 6 March 2008 diff hist +9 N Using WIndows DLLs with Python New page: See [XXX]
- 15:41, 5 March 2008 diff hist +30,627 N Dataserver New page: =dserver.p= <pre> #!/usr/bin/env python # # Purpose: Threaded data server implementation # # $Id:$ # #--------------------------------------------------------------------- """ Thread...
- 12:29, 5 March 2008 diff hist −1 Try/except/finally current
- 11:13, 5 March 2008 diff hist +560 Try/except/finally