19 questions
This is a code that receives data through serial communication and sends a notification to a messenger using urlapi when data with a value of 80 or more comes more than 5 times in a row.Alerts are int...
Hi, everyone.I'm doing Android programming.I'm processing the long-lasting tasks separately through the threadIs there a way to stop a working thread?Maybe it's because the thread you point to is diff...
app = QApplication(sys.argv)myWindow = MyWindow()myWindow.show()app.exec_()When app.exec_() is executed in a code like this, console command line stops and nothing is entered.If I thread, will it be s...
Hi, everyone.I'm asking you this question because I'm trying to reuse Thread on Android./* This is a spinning operation on the main thread. */// ParserThread is the class that inherited the Thread cla...
I would like to do something else while calling YouTube live chat using Thread and pythchat.def chat_get(): global ytloc ytloc=https://www.youtube.com/watch?v=GoXPbGQl-uQ print(ytloc) chat = pytchat.c...
import java.io.BufferedReader;import java.io.BufferedWriter;import java.io.InputStreamReader;import java.io.OutputStreamWriter;import java.net.ServerSocket;import java.net.Socket;import java.util.Scan...
« | - 2 - |
© 2024 OneMinuteCode. All rights reserved.