I have to realise a web application, on a Ubuntu server, using the Guacamole application, that has been developped by the Apache foundation. In order to underst
I want to copy 10 files from one folder to another. In the source folder I have 100 files but I need files from 30-40 only. I have the list of all files. for i
I am still learning tensorflow and keras, and I suspect this question has a very easy answer I'm just missing due to lack of familiarity. I have a PrefetchDatas
I'm Creating an endpoint that retrieves the number of each objects by type. when i execute the code with: curl -X GET http://0.0.0.0:5000/api/v1/stats it says:
How to export and import Azure function's "application settings" ? I have added keys and need to move to new function app. Kindly guide.
I am using the Python Ursina game engine to make a 3D character. I want to keep the window always on top, like a picture-in-picture video. How would I do this,
Right now my .html file like this: <body> <h2 id="h2">Child</h2> </body> Here I want to make a parent div Element o
I have a question about the accessibility for visually impaired or blind people using forms on a page. I have two forms that can be selected via a checkbox - le
Given an input like this: [ { "a": "foo", "b": [ 1, 2, 3 ] }, { "a": "bar", "b": [ ] }, { "a": "baz", "b": [ 2 ] } ] I want