Just an itch, wanted to see how Fedora 35 Workstation looks like.
For other versions see here.
Friday, December 29, 2023
Delphi: Wait for ESCAPE key before continuing on console app
Delphi: Wait for ESCAPE key before continuing on console app
The sample Delphi console application below shows how to wait for the ESC key before it will continue. Tags: Delphi, Console, EscapeWednesday, December 27, 2023
EOleException: Microsoft MSXML is not installed when calling LoadXMLDocument
EOleException: Microsoft MSXML is not installed when calling LoadXMLDocument
LoadXMLDocument returns IXMLDocument which by default uses MSXML on Windows. MSXML is a COM componet which requires client to initialize COM library. Below shows a bare bones Delphi 11.3 console application initializing COM library. Tags: COM, DCOM, Delphi, XMLMonday, December 25, 2023
My Git cheat sheet
My Git cheat sheet
Undo changes and remove untracked filesc:\> git reset --hard HEAD c:\> git clean -fd
Push local branch to remote
c:\> git push -u origin feature/featurename
Clone and checkout remote
c:\> git clone --branch v1.3.9 --single-branch https://github.com/open62541/open62541.git
To view the name of the head (detached like above)
c:\> git show -s --pretty=%d HEAD
Neovim: How to enable yanking to system clipboard in Ubuntu
Neovim: How to enable yanking to system clipboard in Ubuntu
Yanking or copying to system clipboard can be enabled using the following commandset clipboard=unnamedplus
Subscribe to:
Comments (Atom)
Install Winget on Windows 2022 or Windows 10 LSTC
Install Winget on Windows 2022 or Windows 10 LTSC Install Pre-reqs Install Microsoft.UI.Xaml/2.8.6 Navigate to https://www.nuget.org/pa...
-
Installing MonoDevelop in OpenSUSE 12.2 from its repository was very easy. When running it for the first time though I got the message: Th...
-
Tried to update my Ubuntu host today and it did pickup that new version of VirtualBox is available (4.1.8). All other packages installed pro...
-
This is quick start guide how to run ssh server on QNX. Tested on QNX 6.5 (650SP1-VM.tar). # ssh-keygen -t dsa -b 1024 -f /etc/ssh/ssh...














































