I am working on a site using python anywhere combining Flask and HTML, I need to get audio input from the user and then save their recordings on a server. Right
import subprocess subprocess.Popen('python', 'second_script.py') Does this open the second script and makes them run concurrently? Also will it close the sec
There might be a simple answer to this but I have not found it. I'm trying to get an svg file stored in an Azure blob store to download to the browser. The corr
I have a max length that I need editor.getData().length to be before I send it to my server. I have the word Count plugin working I just need to add some code t
Im currently working on my school projects. I want my Html page to fit in mobile devices. i have a navbar in the page.
I'm trying to retry a request a couple times if the endpoint times out before returning results. Here's the code: def retry_request(self, params, max_retries=3
I am using Log4js to log my events with node-js. I am creating .log files correctly, but want to create JSON files instead. The log.js file is currently setup l
In iOS and Android apps that feature the WKWebView and the WebView is often necessary to set the webview in a special way with meta attributes. For example when