Having difficulty to understand this code. Can somebody explain to me in a simple way. # decimal to binary def convert(num): if num == 0:
I have a problem finding an objectid through the query param called id. I can see the id that arrives at the function until the moment of doing the query. But w
I'm having problems after transpiling my application built with typescript. When I try to access any one resource of my app it threw the following exception: En
I am trying to find the best k for my model and tries gridsearch cv and ended up having K=1, but k=1 is not a best k most of the times as it wont perform well o
For push notification I have a collection called "users", where each document has information about one user. In each document is also the FCM-Token (as string
I'm trying to give our customers a better insight in their order status without going to their account. My plan is to print the info on the home page once someo
Referring to the Stack Overflow question Protocol Terminology: Message versus Packet, I would like to relate the following accepted opinion to the MQTT protocol
This question is a sequence to the problem stackoverflow I have these two example html: url1.html ; url2.html The url3.html is another example with more IPC In