POCO seems to be trying to free a nullptr. I logged the [issue].
Author: tim
GeForceNOW-SDK
[GeForceNOW-SDK] for cloud gaming is hosted on Github. [Request access] to link your github account.

Cpick Golang Library
[Cpick] is a library to use a color picker in GoLang.
VirtualBox
[VirtualBox] let’s you run guest machines. I need to run an old version of Ubuntu and VirtualBox didn’t require me to reboot and turn on the virtualization settings.
I ended up needing [Ubuntu 14.04 64-bit] to get recent enough C/C++ compiler tools for cmake and libcurl.
Setup:
Intall VirtualBox Guest Add-ons:
sudo apt-get install virtualbox-dkms
sudo apt-get install virtualbox-guest-dkms
sudo apt-get remove libcheese-gtk23
sudo apt-get install xserver-xorg-core
sudo apt-get install virtualbox-guest-x11
sudo apt-get install autofs
How to create portable Linux binaries (even if you need a recent compiler)
Visual Studio Code – Open Tab in New Window
Keyboard Shortcut: Control+K followed by the LETTER_O
CMake 32-bit and 64-bit
To compile binaries with CMake 3.13 or newer, run the following commands:
cmake -G “Visual Studio 16 2019” -A Win32 -S \path_to_source\ -B “build32”
cmake -G “Visual Studio 16 2019” -A x64 -S \path_to_source\ -B “build64”
Run the UI editor to configure options:
cmake-gui ..
And then build the libraries:
cmake –build build32 –config Release
cmake –build build64 –config Release
Visual Studio Strings:
“Visual Studio 14 2015”
“Visual Studio 15 2017”
“Visual Studio 16 2019”
Tiny-Json
[Tiny-Json] is a JSON parser that I added to my static C library in just a few minutes!
Code Combat

[Code Combat] is a game to learn programming.
POCO C++ Libraries
The [POCO C++ Libraries] are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
Tutorial: Setting Up Node.js on an Amazon EC2 Instance
How to Install and Manage Node.js via NVM
Learn more about Kubernetes on AWS
Customize Linux Terminal Colors to be Readable
Chroma RGB – RazerStore LIVE Valentine’s Day Edition 2021
Rendering Wounds on Characters in UE4
Pandoc Markup
rwxRob recommends [Pandoc], the only markup that supports Math markup.
Intro to the Chroma Emulator
UE4 Useful Links
Official Sites
Getting Started Docs
Unreal Online Learning
Reduce Your Package Size
Tutorials and Guides
Blueprint Getting Started Thread
C++ Getting Started Thread
Community Wiki
YouTube
Unreal Engine’s Official YouTube Channel
DevSquad’s Youtube Channel
Lusiogenic’s Youtube Channel
DevAddict’s Youtube Channel
Mathew Wadstein’s YouTube Channel
Peter L Newton’s YouTube Channel
TeslaDev’s YouTube Channel
Luos’ YouTube Channel
GameDevMan’s Youtube Channel
Tutorials and Guides
Tutorials by Tom Looman
Blueprint Guides by Romero