Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the urvanov-syntax-highlighter domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/controll/public_html/wp-includes/functions.php on line 6114
December 2021 – ControllingTheInter.net

Using ClientID Get Property Sets ID value for ASP.net controls

So my discovery today is an example of silly programming errors that I tend to supprise me.Some of my controls in ASP.net don’t have assigned ID’s. However using the code below you should see an example of one control returning the first IsNothing line without a value, but once ClientID is used it will populate …

Code to Scan and Detect images for CandyCrushSaga

My attempt at writing screen recognition software. It actually worked pretty well, I didn’t have enough time to optimize the logic but the scanfunc itself worked like a charm and was able to map graphics to its internal memory to then calculate the next best move. I’ll probably break this code out again one day …

esp_image Memory issue with the ESP32 and Eclipse

So, I was working on a new project for a UC to trigger on a SMS message to a cellphone and during that time I merged my 802.11 Station code with BLE and not too much to my surprise ran into a memory issue. I had to deal with something simular with the ESP32. Luckly …