I am new to learning python, I know this kind questions asked before but i am not able to find any solutions for it. Please check my code and correct me about d
I have a c function that publish data to a c++ subscriber, now I want to migrate this c function to Python: void setup_msg_publish() { int r; zmqcontext
I am coding a small piece of C program. Basically, in the folder will have to file: secret.txt and code.c. I want my user cannot use any means to directly print
I have a constructor function which registers an event handler: function MyConstructor(data, transport) { this.data = data; transport.on('data', fun
I'm trying to use arm-none-eabi-gdb as the debugger for my stm32 project, but when I try to execute it, it return the following error: Could not find platform i
So I want to run multiport in 1 ip addr in Fedora. That what I set up for the /etc/httpd/conf/httpd.conf And this is the conf html in these /var/www/ when I g
So, i want to receive and handle SIGINT and SEGTERM signals for terminate the program. In MainThread I start Process, then in Process running Thread and in Thre
Until yesterday my Application worked fine, But what I did is, due to some reasons I had to open same Application with different work space in Android Studio. F
Does tdengine support full-text retrieval? How can I use this feature? I didn't find the relevant configuration in the configuration file.