delphi spirit, forever

Posts Tagged ‘d2007

22 Mar, 2009

Davinchi script engine v.2009

Posted by: admin In: system

From torry.net. By Alexander Myasnikov. There are unique pascal-like davinchi engine (workin’ idea) with run time compiler and support for registering external functions and procedures from dll’s.
It’s fully functional and included source, for D2005 D2006 D2007 D6 D7.
You can download from here.
Well name and I will try this script engine later. Now I use the [...]

16 Jan, 2009

Fundamentals v.4.00 RC1 for delphi

Posted by: admin In: delphi code

By Fundamentals. FUNDAMENTALS is a collection of Delphi code libraries. FUNDAMENTALS UTILITIES contains the following units:
cDataStructs.pas Data structures
cDateTime.pas Date and Time functions
cFileUtils.pas File utility functions
cHash.pas Hashing functions
cRandom.pas Uniform random number generators
cSocket.pas System socket class
cSocketHostLookup.pas Socket host lookup class
cSocketLib.pas System socket library
cStreams.pas Streams
cStrings.pas Ansi String functions
cSysClasses.pasSystem classes
cSysUtils.pas System utilities
cUnicodeCodecs.pas Unicode encoders/decoders
cUnicodeChar.pas Unicode character functions
cUnicode.pas Unicode string [...]

21 Dec, 2008

HashCart-128 v.0.1

Posted by: admin In: system

By Alexander Myasnikov. HashCart – simple and fast hash function based on Cartman block cipher. Function has 128-bit state and 128-bit block, uses 4 SBOX arrays, cipher is initialized with 384-bit key. Fully functional and include source, for D2005 D2006 D2007 D5 D6 D7. You can download from torry.net.
2009.1.10. Thanks Alexander’s comment:
“This code contains update() [...]

Tags: , , , , , ,

01 Dec, 2008

bwStreamer Control v.1.0

Posted by: admin In: system

This is a Delphi control that can read and write to file or memorystream. most data can be writen to it. As example: strings, chars, bitmaps, lists, other streams, date etc. all by the read or write functions. It can also Encrypt and Decrypt when writing files to Disc. It uses the DCPCrypt2 Control – [...]

27 Nov, 2008

Send fax directly with HylaFax or MSFax v.1.0

Posted by: admin In: system

Two example application that allow developers to make Delphi application that sends fax directly over HylaFax or Microsoft Fax Service. By George Torok and you can download from here.
HylaFax: HylaFax is an open source fax server under Linux. We are lucky, because we can communicate HylaFax through FTP. So you we have to write a [...]

Tags: , , , , , ,

Successor of the famous Delphi Encryption Compendium by Arvid Winkelsdorf and Hagen Reddmann. A compendium of various strong encryption algorithms and hash functions, including:
Complete Rewrite of the former DEC 3, Update to the DEC 5.1 (released back in 2006)
Many Ciphers (Blowfish, Twofish, 3DES, Rijndael…)
Many Hashs (MD2/4/5, SHA1-512, RipeMD128-320…)
Checksum Functions (CRC32, CRC16…)
Text conversion Functions (MIME Base [...]