C++Code

Encoding And Decoding Files In C++ Builder By Using Bit Shifting

What are the fastest data encoding and decoding methods? Can we use shifting to encode or decode data or files? How can we make use of the C++ compiler? Can we use shifting on strings or binary data? Should we? We’ll do our best to answer all of these questions. Bits and bitwise operations Thebitis the most basic unit of information in computing and digital communications.
Read more
CodeDelphi

This AI API Makes Your App A "Fast Style" Artistic Genius

The AI API “Fast Style” is a form of graphical style transfer which uses a neural network to combine the artistic styles of one image with another to render a new unique image. You can think of it as taking a photograph and combining it with a Manet painting to produce a unique photo after the style of Manet. To make art, we will use the help of DeepAi.org a platform that you can…
Read more
News

Using Delphi's Expressions Engine

Delphi RTL include a very powerful expression engine, which is one of the foundations of the Live Bindings architecture, but can be used as a separate engine for processing expressions. This blog post offers a quick introduction to the topic. There are many hidden gems in…
CodeDelphiNews

Extract, Transform, Load - The Magic Behind HeidiSQL

HeidiSQL is a wildly successful open source database management tool. Apart from being extremely useful in the management of MySQL, SQL Server, PostgreSQL, and SQLite databases, it is also open-source and that source code is written in Delphi. Furthermore, if we integrate it with IDE Software like RADStudio, it will be more powerful. Moving on, we’ve already given a brief overview of it before…
Read more
CodeDelphiRAD Studio

6 Ways To Rapidly Collect Massive Datasets in your Apps

Do you have trouble collecting massive datasets in your apps? In this article, you’ll learn what web scraping is, how it is done, and how to use lightweight Python IDE windows tools for web scraping, web scraping results using Python4Delphi, and many more. What is web scraping? Web Scraping is a technique where a computer program extracts data from human-readable output coming from…
Read more