The first two experiments evaluate GitHub Copilot Free and JetBrains AI Assistant in the context of maintaining Doxygen comment blocks.
It highlights how each tool integrates with the IntelliJ code editor through their respective IDE plugins. A second article will cover VS Code.
https://mikejustin.wordpress.com/2025/04/20/create-or-improve-software-documentation-with-an-ai-tool/
Hans J. Ellingsgaard replied to bobD's topic in Databases
If it's a dedicated db server, give it a fixed ip address outside the dhcp range, and call it with the ip address. I would not use the dns name if there's not an internal dns server on the network.
DelphiUdIT replied to Mustafa E. Korkmaz's topic in Windows API
Why you use '.' for domain in the LogOn function?
In the RunAs function you should use CreateProcessAsUser() API, not the CreateProcessWithLogon() .... you don't need to pass the credentials to RunAs, only the token.