I am using vs code with unity to make c# scripts and when I come back to a previous line that only contains tabs all of those tabs disappear, does anyone know h
I'm working on a web app that uses Azure AD for user authentication. However, I am struggling to redirect the user to the home page after they successfully sign
I have a python program that is supposed to open a random file from a folder named 'Notes'. For that I'm using the module 'os'. When I open the script in IDLE a
i am generating a Json-like structure and I need write it to a File, any format of file, but i am getting this error. I have tried written it as Json and string
<script type="text/javascript"> var jvalue = 'this is javascript value'; <?php $abc = "<script>document.write(jvalue)</script>"
I'm hosting an WebApp and his API on different domains and use CORS to be able to work around the same origin policy. So far, so good. This works. To only send
How can I create a Prisma schema for mongoDb that contains sort of a minified version of another object? To explain better the data I am working with could look
How can I join two tables using intervals in Google Big Query? I have two table: Table CarsGPS: ID | Car | Latitude | Longitude 1 | 1 | -22.123 | -43.123 2
I'm trying to write a server that logs exceptions both to the console and to a file. I pulled some code off the cookbook. Here it is: logger = logging.getLogge
Could you help me to extract regions from all cities uniquely like image. And how can I group cities by regions.