I am coding a only front end site using Django. to query data to a DataBase I use AJAX to my Django and Django requests a third party GraphQL. so far all works
I'm pretty new on Python and mega.nz api and I want to get all of my mega folder NAMES. I done this: files = m.get_files() print(files) And my output is this:
I would like to know if it would be possible to open the popup window of a chrome-extension when I select a text from a website. Now when I select a text I stor
I wanted to extract the time in minutes for a Kusto query I was working on. I have a cloumn where timespan is represented in the following format (HH:MM:SS.Mill
I have set up a nfs-server in our cluster which references a compute disk that's being created by terraform. Here is the script to create the deployment: apiVer
I'm making an app in Android Studio using Java and I want to access an API url, so I need HttpRequest, HttpResponse, and HttpClient. However, none of them are i
I have link to offer list on top of my website that goes to /offer/list on that page with the list user can click on any offer and go to /offer/detail?offer=1.