IDERAD Studio

Powerful IDE Colorizer Lets You Customize The RAD Studio Workspace With This Plugin

RAD Studio has two modes, dark and light. Since most of the developers love different kinds of dark modes, they might need several options to choose. But, currently, RAD Studio only offers two dark and light modes. There is a plugin called Delphi IDE Colorizer that helps to change the whole RAD Studio theme to different looks. In a simple word, you can alter the entire RAD Studio feel…
Read more
C++CodeRAD Studio

Threadripper 3990X: The Quest To Compile 1 BILLION Lines Of C++ On 64 Cores

RAD Studio is made up of Delphi and C++Builder. On the Delphi side the Object Pascal compiler is a single pass compiler and the compiler itself is not a parallel compiler but when compiling multiple projects in parallel it was able to compile 1 billion lines of Object Pascal code in 5 minutes on the AMD Ryzen 9 5950x 16 core machine. I wanted to see if something similar was possible with C++. This…
Read more
C++Delphi

Compare And Synchronize SQL Database Objects And Table Records With Powerful Component Suite For Delphi

Database designing and maintaining the data is a crucial part of the developer’s job. Sometimes, you might need to compare SQL objects and records. Or maybe synchronize the structure and table data for many databases, like, FireBird, Oracle, MySQL, MS SQL, Interbase. At that point, Database Comparer can give you fast solutions to your problems. Database Comparer is free for non-commercial…
Read more
C++Delphi

Apply The Pretty Good Privacy Standard For Encrypting And Decrypting Messages

Open encryption standards are best for security and privacy most of the time. Pretty Good Privacy (PGP) standard specifies encryption formats to facilitate private messaging capabilities for email and other message encryption. IPWorks OpenPGP is a complete set of components for email encryption and document protection. IPWorks OpenPGP implements the OpenPGP standard for encryption and…
Read more