I have these variables: file_path="/home/dir/file.xml" string="<host mac='0A:00:DD:D2:00:02' name='vfp-20vr' ip='10.10.1.122'/>" This is the content of f
This code is the code that receives and displays each list. I want to get a property from the listing data and put the value in the url. The value is well displ
I have a simple local JSON. It's { list: [{value: value, value: value ...},{},{},{},{},{},{},{}]}, so the JSON should be valid right? I just can't seem to get
I have the following code for a custom cursor. I am trying to hide the cursor on mobile, but I don't know which code I need to use and where I need to paste it
If I include {% csrf_token%} in my form template and import RequestContext in my view, do I have to include anything else in my view or will the csrf protecti
i have install anydesk like this wget https://download.anydesk.com/rpi/anydesk_5.5.5-1_armhf.deb gdebi anydesk_5.5.5-1_armhf.deb first i not
Good day developers , im working in this Angular+MySQL+Spring-Boot app, and i'm in that phase of exporting my database to AWS, but for any reason after having t
Sorry for the poor title, it wasn't easy to describe it better. I am learning C and as a toy project I am building a simple status bar for my window manager. Ba
I got an HTTP call implemented with C# which calls to an Azure API: public async Task<string> CheckPipelineRunStatus(string pipelineId, string pipelineRun