I have made a tcp multithread server which is always listening to new connections and at the same time handling existing clients. If i have 2 clients, lets say
Lets say I have a code.c with two ordinary functions outer and inner.outer calls inner. I use GCC 11.2 on Linux, x86-64. If I compile a shared lib withgcc -shar
I have data in .xml format, that I would like to present on graph. Going through code I am undable to destinguish which data to access and how. I was measuring
Here is my vm in kotlin: class DataViewModel : ViewModel() { private var _pcs : MutableLiveData<ArrayList<String>> = MutableLiveData() var
Plugin [id: 'com.android.library', version: '7.2.0', apply: false] was not found in any of the following sources: Try: Run with --info or --debug option to get
I want to allow users to write real q queries like select from table where date=.z.d Is it possible to use something like E)select from table where date=.z.d a
I'm trying to deploy my application on a K8S cluster and expose it with a service. My application receives several video streams and needs to handle each stream
I have a business requirement to write a service which returns the list of Year months (01-2021,02-2021,....) starting from 01-2021 to the current year month (c
I am trying to use Images stored inside the directory by using this code, import random path = "/content/drive/MyDrive/Colab Notebooks/Low Images/*.png" low_li