Google Cloud offers a Natural Language API which allows a developer to take unstructured text as an input and utilize Google’s machine learning capabilities to derive insight from it. They have a number of different operations that can be performed on a piece of text including syntax analysis, entity analysis, custom entity extraction, sentiment analysis, custom sentiment analysis, content…
Patrick Gaydecki started programming in 1987. He has a showcase entry (Vsound 2.7) in the Delphi 26th Showcase Challenge and we got to interview him about his programming experiences. Visit the Vsound website to get more information.
When did you start using RAD…
Arsene Ekpini first used Delphi in 1997 and has been working with it since. He introduced his application to (Identify Criminal With Elynceus: Developed In C++ Builder) the Delphi 26th Showcase Challenge and we spoke with him to get a better understanding of his Delphi…
This visualization sample demonstrates the use of theTMapViewclass. We will show how to display and interact with the map, including:
Changing between two tabs that display different maps.Showing the coordinates of the map center.Zooming in and zooming out both maps.
Location Visualization
You can find theTabbed Mapsample project at:
Start | Programs |…
Discover The Powerful Custom ModernListView Library For Cross-Platform Development in Delphi FireMonkey
April 2, 2021
The website www.fmxexpress.com has an article with some really detailed information about the ModernListView Library. Lets check what they are saying.
“Developer rzaripov1990 has a custom ListView component over on Github for Firemonkey in Delphi 10 Berlin. The…
RAD Studio Guide For Managers Whitepaper
April 1, 2021
Stephen Ball is a Chartered IT Professional and Embarcadero MVP who has led development teams for over 15 years within the UK, Europe and beyond, working with a range of blue-chip companies. He originally spent six years at Embarcadero as Senior Technical Pre-Sales Engineer…
Work Efficiently With Git Repositories Using GitForDelphi
March 30, 2021
GitForDelphi allows you to work with git repositories from within your Delphi code, with the only dependencies being the uGitForDelphi.pas source file and the libgit2 DLL.
It’s extremely easy to use GitForDelphi !
To set it up, just add uGitForDelphi to the uses section, and call InitLibgit2; and the libgit2 DLL will be loaded, and its API will be ready to use to read from…
Debugging In Another Level - DebugEngine
March 29, 2021
Most of the time developers spend debugging their code, tracing the errors, checking the variables’ value changes over time.
When it comes to Delphi, we have several professional debugging tools that help to access the Delphi debug information and finding the…
LearnCPlusPlus.org :: Learn FireDAC, MyDAC Components And MySQL, PostgreSQL, InterBase Databases, And Much More
March 29, 2021
Hello C++ Builder Developers,
We have great new C++ Builder post picks from the LearnCPlusPlus.org website on the basics of connectivity to different database systems. Do you want to learn how to connect to MySQL Server in C++ Builder? Want to use the MyDAC component to…
50 Years of Pascal and Delphi is In Power
March 26, 2021
It’s 50 years of the Pascal language and Delphi is its heir, empowering Pascal developers in today’s complex scenarios, despite being ignored by the Pascal language inventor
Niklaus Wirth published the paper “The programming language Pascal” in March 1971, which means it is exactly 50 years this month since the Pascal programming language was officially launched.
The renowned…