I am trying to disable google translate on my website, as it is causing issues with datepicker/interface on the website Google through the web and found that m
I would like to ask you, please, how to parse this XML file? I would like to work with a couple of child nodes. <are:Ares_odpovedi xmlns:are="http://wwwinfo.
I want to set up a docker container with postgres database. To do this I use the following command: sudo docker run --name postgres-demo -e POSTGRES_PASSWORD=pa
I'm trying to validate a JWT signature with no success. Jwt header: { "kid": "rp-sign", "alg": "PS512" } Exception: IDX10508: Signature v
i want to convert a string mathematical instruction into it's equivalent integer operation; eg: 1.'double three'= 33 'triple six'=666 my code is: hashmap={ 'one
I am trying to delete a document in my mongoDB collection using TTL feature of it, and it works as expected, but not fully. It deletes the document later than t
I am attempting to insert records into a MySql table. The table contains id and name as columns. I am doing like below in a pyspark shell. name = 'tester_1' i
How to add such gray lines in PyCharm as in Visual Studio Code to mark the indentation levels?