I'm trying to make a webrtc application and I need to know when the user is talking so I can show other users that I'm talking. For capturing the microphone I u
I was attempting to use Dynamic SQL to run some queries in postgres. Example: EXECUTE format('SELECT * from result_%s_table', quote_ident((select id from ids
Hopefully a simple one, I have a number, say 1234567.890 this number could be anything but will be this length. How do I truncate the first 3 numbers so it turn
I have a dataset: text Market regularisation. Researching the marketplace and recommending the most appropriate products Advising clients on investments, tax
I have a reference to a StatefulWidget and I would like to read a a variable in the state class(totally independent of build state) - how would you do that? One
I have created below jaas file and exported using KAFKA_OPTS. KafkaServer { org.apache.kafka.common.security.plain.PlainLoginModule required username="admin" pa
My interface is freezing on pressing the button. I am using threading but I am not sure why is still hanging. Any help will be appreciated. Thanks in advance c
I have a list query in Power BI with a bunch of urls, each url in the list opens a json file. ¿How can I loop through the list and add each json as a new
bool is_ascii(const string &word) { if((unsigned char)(*word.c_str()) < 128){ return true } return false } I want to check whether a strin
My spreadsheet acts as a sales tool, where info is entered in various cells to run sensitivity analysis. Once the salesperson picks a desired option they "submi