enter image description here I installed the PostgreSQL, created the database, then I had to reinstall everything, deleted the postgres, started creating the da
I would like to split a string only where there are at least two or more whitespaces. For example str = '10DEUTSCH GGS Neue Heide 25-27 Wahn-Heide
I am working on a function that will take a low number and a high number as paramaters and returns a table containing everything between (and including). I kno
I wrote an interface to make requests to the internal audible api with python. Every API request needs to be signed with RSA SHA256. Now I want to test the endp
We have rest api application. We use redis for API response caching and internal method caching. If redis connection then it is making our API down. We want to
I have an array, for which a component (<span>Delete</span> in my case) needs to be shown only if the array length is greater than 2 and also, not s
In C++, I have a class which contains an anonymous bitfield struct. I want to initialize it to zero without having to manually write out all fields. I can ima
I would like to store a command to use at a later time in a variable (not the output of the command, but the command itself). I have a simple script as follows:
I have a set of strings that need to be decoded. The strings format varies with products on the site. So its pretty unpredictable. Few examples of the format ar
I want to create a free certificate by "Create App Service Managed Certificates" for an App Service. It works for all my websites except one. The differnce betw