User contributions for PeterHarding
Jump to navigation
Jump to search
- 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
- 13:42, 29 April 2008 diff hist −1 Wireshark FIlters current
- 19:09, 28 April 2008 diff hist +57 Data Source Name - DSN current
- 19:08, 28 April 2008 diff hist +23 Data Source Name - DSN
- 19:07, 28 April 2008 diff hist +1,052 N Data Source Name - DSN New page: =Windows= Short for Data Source Name. Data Source Name provides connectivity to a database through an ODBC driver. The DSN contains database name, directory, database driver, UserID, pass...
- 18:43, 28 April 2008 diff hist +90 N Wireshark FIlters New page: =Filters= <pre> ip.src == 10.6.5.91 and ip.dst == 10.1.34.22 </pre> Category:Network
- 12:20, 28 April 2008 diff hist +50 MS SqlServer Notes
- 12:19, 28 April 2008 diff hist +130 MS SqlServer Notes
- 12:18, 28 April 2008 diff hist +287 MS SqlServer Notes
- 12:16, 28 April 2008 diff hist 0 N File:ODBC Create DS 07 OK.gif current
- 12:16, 28 April 2008 diff hist 0 N File:ODBC Create DS 06 Test.gif current
- 12:15, 28 April 2008 diff hist 0 N File:ODBC Create DS 05 Finish.gif current
- 12:15, 28 April 2008 diff hist 0 N File:ODBC Create DS 04 Specify DB.gif current
- 12:15, 28 April 2008 diff hist 0 N File:ODBC Create DS 03 Authentication.gif current
- 12:15, 28 April 2008 diff hist 0 N File:ODBC Create DS 02 Names.gif current
- 12:14, 28 April 2008 diff hist 0 N File:ODBC Create DS 01 Select Driver.gif current
- 12:07, 28 April 2008 diff hist +75 MS SqlServer Notes
- 12:03, 28 April 2008 diff hist +2 MS SqlServer Notes
- 12:03, 28 April 2008 diff hist +28 MS SqlServer Notes
- 12:03, 28 April 2008 diff hist 0 N File:ODBC Drivers Tab.gif current
- 12:00, 28 April 2008 diff hist +233 MS SqlServer Notes
- 11:57, 28 April 2008 diff hist −1 MS SqlServer Notes
- 11:56, 28 April 2008 diff hist +105 N MS SqlServer Notes New page: =References= * http://www.databasejournal.com/features/mssql/article.php/3489661 Category:Databases
- 11:55, 28 April 2008 diff hist +169 N Setting up ODBC New page: =Python= ==References== ==FreeTDS== * http://jtds.sourceforge.net/faq.html ==jTDS== * http://jtds.sourceforge.net/faq.html Category:Python Category:Database current
- 11:53, 28 April 2008 diff hist +130 Cygwin References current
- 11:52, 28 April 2008 diff hist +34 Cygwin References
- 10:40, 28 April 2008 diff hist +21 Cygwin current
- 10:39, 28 April 2008 diff hist +77 N Cygwin References New page: =References= * http://hermitte.free.fr/cygwin/#Aliases Category:Cygwin
- 10:19, 28 April 2008 diff hist +31 CVS
- 10:19, 28 April 2008 diff hist +33 CVS
- 10:17, 28 April 2008 diff hist 0 CVS
- 10:17, 28 April 2008 diff hist 0 CVS
- 10:15, 28 April 2008 diff hist −1 TCP Server Examples current
- 10:14, 28 April 2008 diff hist +43 TCP Server Examples
- 10:14, 28 April 2008 diff hist +4,931 N TCP Server Examples New page: =Python Test Server= ==A simple ECHO server= <pre> # cat svr.py #!/usr/bin/env python # Echo server program import socket HOST = '' # Symbolic name meaning the local host PORT = 9...
- 21:39, 25 April 2008 diff hist +30 Python - ODBC
- 21:39, 25 April 2008 diff hist +28 Python - ODBC
- 21:38, 25 April 2008 diff hist +30 Python - ODBC