I'm working on a project related with some naval radar and how to use the data that its internal "server" sends while rotating about other ships. the documentat
I am new to Kafka Stream. I wanted to know what benefits one get by using kafka stream APIs instead of using standard kafka Producer / Consumer APIs and doing t
First of all, I know that there is a question very similar to this one but the case and solution didn't seem to work or apply for me, I apologize if I am wrong!
If you invoke python foo.py or python -m foo, is there a way to detect, from inside Python, that the file foo.py / the module foo was used to run the program? T
For example, I want set the QFont weight 120 pixels or 1.5mm. Now, the weight has been defined by enumeration of 0~99, that's not my need. I upload two images f
I have an application that integrates with Facebook using Oauth 2. I can authorize with FB and query their REST and Graph APIs perfectly well, but when I auth
I have a webpage with form and I am trying to disable the touch events in that webpage I am trying to not focus on the input field with touch. For example, page
I have created two instances of same struct, Confused by the output when I compare two variables point to instances of struct. package main import "fmt" type
I made a python module getting data and making DataFrame from another window Application by win32com. running django server, this module works well at first cal