|
|
|
|
Extended Stored Procedure class for VC++
by Leonid Belousov
Write Extended Stored Procs for SQL Server with ease:
* Control over input/output procedure parameters.
* Return an arbitrary number of recordsets.
* And more...
ms sql mssql extended stored procedure ods api open data services visual c++ dll write extended stored procedures microsoft sql server ease
|
|
|
Extended Stored Procedure component
by Leonid Belousov
Write Extended Stored Procs for SQL Server with ease:
* Control over input/output procedure parameters.
* Return an arbitrary number of recordsets.
* Real world code: it works as a part of the complex accounting system, 7x24.
ms sql mssql extended stored procedure ods api open data services delphi dll write extended stored procedures microsoft sql server ease
|
|
|
Delphi component and routines for PGP SDK
by Leonid Belousov
* Shrinks tens lines of complex code required to perform PGP tasks to a single function call.
* Uses only pure Delphi code and native PGP SDK dynamic-link libraries without any intermediate DLLs.
* Consists of two parts: a component TMCPGP, and a set of pgp_XXXX routines. Each part offers it's special features.
pgp pgp sdk cryptography key pair private key delphi encode decode hash fingerprint signature pgp sdk add delphi projects strong cryptographic features
|
|
|
FolderJump
by Leonid Belousov
The Master Cluster's FolderJump is a simple and handy extension for the standard context menus of Windows Explorer and Open/Save Dialogs.
With FolderJump, it is easy to change the current folder to another one picked from the predefined list. FolderJump will instantly bring that folder to the same Windows Explorer's or Open/Save Dialog's window in just 2 mouse clicks.
change folder jump to a folder windows explorer open save dialog shell extension quick change folders windows explorer open save dialogs
|
|
|
TMCHintBox component for Delphi
by Leonid Belousov
MCHintBox is a combination of the Windows popup hints, "What's this?" context popup help, and our needs to quickly show and hide diagnostic messages. MCHintBox simplifies the user's life:
user has no need to search the screen for source of the error - the component will set focus to it, graphically point to it and display a message near to it...
delphi messagebox message box hint smart way display diagnostic messages without dialog boxes
|
|
|
Five Cellular Automata
by Hermetic Systems
Software for exploring five cellular automata: q-state Life (a generalization of Conway's Game of Life), the Belousov-Zhabotinsky Reaction, Togetherness, Viral Replication and Diffusion-Limited Aggregation. The documentation provides a complete description of the algorithms used.
cellular automaton cellular automata life conway belousov zhabotinsky bz belousov-zhabotinsky simulation chemical simulation q-state lattice togetherness chemical oscillator viral replication diffusion diffusion-limited aggregation download exploring five cellular automata q-state life
|
|
|
File Utility extended stored procedures for MS SQL Server
by Leonid Belousov
File Utility extended stored procedures adds to T-SQL capabilities of:
* Work with files and directories;
* Read and write files line-by-line or by arbitrary data blocks;
* Export and import BLOB data from the disk files to the table fields of TEXT/NTEXT/IMAGE datatype;
* Work with INI files;
* Format string templates.
write file read file file utils mssql sql server extended stored procedure ods open data services delphi xp xproc read write blobs file work directories t-sql script
|