strings » Page 8 » Developer.Team

DISQLite3 Pro 5.24.0 D4-XE10.2 Retail

DISQLite3 Pro 5.24.0 D4-XE10.2 Retail
DISQLite3 Pro 5.24.0 D4-XE10.2 Retail


DISQLite3 implements a self-contained, embeddable, zero-configuration SQL database engine for Delphi (Embarcadero / CodeGear / Borland).

Overview
ACID transactions, even after system crashes and power failures.
Zero-configuration – no setup or administration needed.
Implements most of SQL-92.
A complete database is stored in a single disk file.
Supports terabyte-sized databases and gigabyte-sized strings and blobs. Self-contained: no external dependencies, no DLLs.
Small footprint and smart linking: Only required code is compiled in, adding as little as 300 KB code space only.
Full Text Search (FTS) with customizable tokenizer, prefix matching, and optional word stemming for 15 languages.
Database AES encryption with SHA256 key generator.
Db.pas is not required, which allows DISQLite3 to compile with all flavours of Delphi, including Delphi Standard and Delphi Personal.
Faster than popular database engines for most common operations.
Simple, easy to use API.
Database files created with DISQLite3 can also be accessed by Linux and MacOS using the SQLite3 libraries.
Read more

TsiLang 7.5.8.0 For D10.2 Tokyo

TsiLang 7.5.8.0 For D10.2 Tokyo
TsiLang 7.5.8.0 For D10.2 Tokyo


The problem of internationalization will sooner or later arise for all software companies and developers who intend to distribute their applications worldwide, and who wish to create localized versions for different foreign markets. If your development platform is Embarcadero DelphiВ®, C++BuilderВ®, or RAD Studio, then TsiLang Components Suite brings you a powerful solution for multilingual localization of your software.
Read more

Atom 1.25.1 Final (x86/x64)

Atom 1.25.1 Final (x86/x64)
Atom 1.25.1 Final (x86/x64)


Atom is a text editor that's modern, approachable, yet hackable to the core—a tool you can customize to do anything but also use productively without ever touching a config file. You choose from thousands of open source packages that add new features and functionality to Atom—or build a package from scratch and publish it for everyone else to use. Atom comes pre-installed with four UI and eight syntax themes in both dark and light colors.
Read more

DIHtmlParser 7.6.1 Sources D7-DX10.2

DIHtmlParser 7.6.1 Sources D7-DX10.2
DIHtmlParser 7.6.1 Sources D7-DX10.2


DIHtmlParser is a component suite to parse, analyze, extract information from, and generate HTML, XHTML, and XML documents for Delphi (Embarcadero, CodeGear, Borland).

Overview
Full Unicode support (UnicodeString or WideString, depending on Delphi version).
Reads and writes over 70 character sets natively (independent of the OS). More than 150 are supported with the help of DIConverters.
Operates on TStreams, memory buffers or strings.
Returns a single piece of HTML to the application at a time.
Extends easily via the TDIHtmlParserPlugin interface.
Read more

YuPcre2 1.8.0 D7-XE10.2

YuPcre2 1.8.0 D7-XE10.2
YuPcre2 1.8.0 D7-XE10.2


YuPcre2 is a library of Delphi components and procedures that implement regular expression pattern matching using the same syntax and semantics as Perl, with just a few differences. There are two matching algorithms, the standard Perl and alternative DFA algorithm:

The Perl algorithm is what you are used to from Perl and j@vascript. It is fast and supports the complete pattern syntax. You will likely be using it most of the time.
DFA is a special purpose algorithm. If finds all possible matches and, in particular, it finds the longest. It never backtracks and supports partial matching better, in particular multi-segment matching of very long subject strings.
Read more