I have a dictionary with config info: “request”: { “request_id”: uuid, "points": { "<point_id>": {
I have a script named test1.py which is not in a module. It just has code that should execute when the script itself is run. There are no func
I need to create product_cat with custom data (originalID), so I can identify categories (to add parent later). I'm trien to create woocommerce categories like
I installed node.js on godaddy linux server as per the instructions given in: https://ferugi.com/blog/nodejs-on-godaddy-shared-cpanel/ When I run the command: n
i want to have a full screen background image with a navigationview (must be on top because it is from the basis view and not in "this" view normally). In this
The code demo below works but I'm not sure it's syntactically correct. For example, should this X = *((QWORD*)(pRegCtx->X)); be replaced with X = *(QWORD*)(
I want to set a sleep as a value from input, but it doesn't work: import win32api, win32con, time def jump(x,y): x0, y0 = win32api.GetCursorPos() win32a