For example in a code like below while(1){ task1(); task2(); } there should be cooperation between task1() and task2() which are executed in rr fashion. Ho
How can I check if the username is in the right format? For example in this format: Test#1234 And not check more than 4 numbers after #. How can I do that?
I am trying to use tcpserversink in one node and tcpclientsrc in other node to stream video frames. My Image size is 77Mb. I have connected two nodes using ethe
I have a csv file with the data : TableName , Rows , Columns , StartTime DimAccount , 40 , 12 , 18.7 I need to append a new column to this CSV, such t
A frozen set is a frozenset. A frozen list could be a tuple. What would a frozen dict be? An immutable, hashable dict. I guess it could be something like
I have set up a cmake project using visual studio 2019. I want to start the debug session with some command line parameters. To achieve that, I've configured th
I'm using coc.nvim plugin for C++ in my vim editor, here it's showing error but its colors hurt my eyes, I've been searching for solution but still don't know h
I've got two NumPy arrays containing strings. I want to use each string in the first array to search in the second array if this string is contained as a substr