I'm trying to run mongodb in termux and after searching i found that i should to install pointless repo to locate mongodb pkg and setup it and after installing
How can I catch the part of content "Description scenario::" and the rest of the information using REGEXP_LIKE in SQL Oracle? select description from tbl_error
My goal really isn't too complex, I need custom behaviour for the form fields (input, select and date) onBlur(). Am starting off with the input because the sele
void a(){ delay(3000) # other statement } void b(){ delay(3000) # other statement } Now I want to run these function in parallel but I whe
I've been trying for a while to try to get my project to accept image files and submit them to my database, but to no avail. Everything I see is 10+ years old a
I have a list that follows the format : message = [sender, receiver, message_name] I have to loop through all my messages stored in my message_stack list and as