I'm trying to figure out how it is possible to receive an OpenCV image from a Python in C++. I'm trying to send a callback function, from C++ to my Python modul
I want to capture (and maybe dissect) the diag data obtained from Qualcomm Quectel modem (EC25) in linux. I have done this for mobile devices with Qualcomm chip
i want to generate and insert date with time to table but dont quite know how. I need to insert date for every day to three years ahead with time 01.01.2023 07:
I have a program, that tweets content that I scraped from a website. So I use selenium and a bunch of python libraries. I have found a lot of YouTube videos abo
I'm new in MongoDB. I have two collections with names adverb and categories. adverb fields are { "advId": "myid", "advTitle": "myTitle
My aim is to sum the MBSENT and MBREC values from the last 1 month for every user. This is the log (what i want to sum later): USER MBSENT MBREC TRUSTEDIP R
I do have the following code and I get the dereference of a possibly null reference which is understandable . what I do not know is the best way to solve the is
I download the XAMPP Windows 1.8.2 and oracle instant client 12.1. Then, I unzip the oracle instant client file, edit the PATH environment setting, and edit P
Since I don't want to use the base Colors class, instead I want to use my own colors that are not used in neither buttons or text elements. So I created my own