|
|
|
The following papers + full source code can be downloaded from this site:
- design patterns
- web / network
- TCP / IP Sniffer : the TCP/IP capture project
and the packet display project
- SQL to HTML : conversion of an ASCII SQL request in
HTML format
- CGI Database Browser : CGI extension
which allow display and modification a of a Table using a Web Browser
in a grid like fashion
- Simple CGI Web Server : a simple CGI
Web Server which handles HTML <FORM> requests, for debugging CGI Web
Server extensions
- Simple Web Server : a simple HTTP web Server
and the corresponding HTTP web Browser, using our Client Server Socket
library
- The Delphi Socket architecture :
the organization of the ScktComp CLASSes, with UML diagrams, and a
simple Client Server file transfer example using tClientSocket and
tServerSocket
- Socket Programming : the simplest Client
Server example of TCP / IP communication using Windows Sockets with
Delphi
- database:
- Database Reverse Engineering
extracts the Database schema from an application's .DFMs
- SQL Parser : a simple Parser for a subset of
Interbase SQL instructions (SELECT, INSERT and UPDATE)
- Sniffing Interbase Traffic : the
sniffing of Interbase Express and BDE traffic. The project builds the
base with a sample table, and allows complete packet dump
- utilities:
- Delphi specific:
- The DCCIL .BAT Generator : generation of a
.BAT which can be used to compile your project with the DCCIL command
line compiler.
- The Delphi for .Net .BDSPROJ file : the
content of the .BDSPROJ configuration file for Delphi 7, Delphi 8 and
Delphi 2005.
- A .DFM Parser : this utility parses the Delphi .DFM
file, building a tree representation, which is the first step for
transforming the content of a tForm
- .Dfm binary to Txt converter : convert all
the .DFM in binary format to their ASCII format
- Stdin_StdOut : send and receive strings from a
GUI application to a CONSOLE application calling Readln and Writeln.
Necessary for building CGI web servers.
- windows_environment : read and write
Windows Environment strings. Used in CGI script programs
|
|