I made a simple server and a simple client with socket module in python. server: # server.py import socket s = socket.socket() host = socket.gethostname() port
One of our containers is using ephemeral storage but we don't know why. The app running in the container shouldn't be writing anything to the disk. We set the s
NetBeans run programs and create project normally, but when I try to open an existing Project it doesn't recognize the project folder so when I click "Open Proj
I'm running the following MySQL UPDATE statement: mysql> update customer set account_import_id = 1; ERROR 1205 (HY000): Lock wait timeout exceeded; try rest
I need to implement a program that shares information between different processes. But when I try to access a member of the shared structure, it yields a segme
// READ_CALL_LOG permission works only once after first installation of the app. when I install it again from android studio the permission does not appear and
I am a student working for a dev company, and i have to make an app to organize different book collections. So, i had to make my "lists" into tabbed page, and c