I am going to get the digest of image with specific tag on Docker Hub. There are 3 images with different tags on docker Hub. Could you provide the curl & GE
Hi I want to get a number from user and only except input within a certain range. The below appears to work but I am a noob and thought whilst it works there i
I need to refresh my Cache as soon as DB changes happened ,update might happen to DB from another source also not from my application in MySql. How can I do tha
The following command works in the shell just fine, but when executed via an script it doesn't. What am I missing. jsonSelectWords='select(.words!=6) | select(.
I'm working on a simple add-to-cart function using React.js, The pushing of the product object works, but the computation of total seems incorrect. The main pro
First of all, I made this class. class Matrix { public: double ele[4][4]; int numOfRow; int numOfColumns; public: Matrix() { numOfRow =
i want to use docker to containerize nginx, fastapi and 2 streamlit apps. All 3 apps (fastapi, 2streamlit apps) do not interact with each other. Nginx should wo
I am working on an app where I am recording voice, this is working fine But i can't save those audio to the internal storage to my phone. and access those file
i have a one input contact form for people to submit an email. i have created a php script to email me. every time i hit the Subscribe (submit button) i get the
I want to call a function passed from a parent in react stateless component and run that function in the child (checkBoxhandleChange). react do not recognize pa