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 …