I'm writing a client-server program in Python with Tkinter. I need the server to keep track of the connected clients. For this, I would like to have the clien
I have a collection of vectors, each vector contains 6 parameters in the range of $3\sigma$, i.e, each parameter has an average value $\pm 3\sigma$ (i will call
I have a function foo which makes an asynchronous request. How can I return the response/result from foo? I am trying to return the value from the callback, as
I have an Angular app that needs to have a resolver as the data doesn't load on OnInit. The deployment of the app is being done through Azure App Service in Az
I'm building an Add-in for Excel 365 and need to be able to programmatically switch the activated sheet of a workbook. This is easy and currently done using the
I'm trying to connect from one server to the other using netconf and ssh. I'm trying to use the command : ssh -s user@ipaddress netconf It gives a message rega
How to set direction property of a View in react-native ... something like: <View direction="rtl" /> OR How to force the direction of the whole app to
hi I am trying to implement webhook receiver on our end in WebApi2.as per webhook sender docs they will send encrypted stream ( check doc below for more clarifi