Firts I want to say thanks to all who have asked questions here and ofc to those who have answered. I have learned a lot from questions and answers, from 0 to h
I want to locate to static file, because there are many relative path in the html, like: <a href="1.html"> page1 </a> <a href="2.html"> page2
I have a Python application in which multiple "tasks" will call exec function to evaluate multiple Python statements using a global "context" dictionary. The ap
I would like to say Thanks to each one of you to share your knowledge and time with all of us. Here, I'm curious to know how can we write junit test case for a
I want to have a type that checks if the value is an odd number or not. I tried to find something but I find only hardcoded solutions like odds: 1 | 3 | 5 | 7 |
I am very new to Access. I am trying to learn on my own through videos but have been somewhat thrown in on the deep end. I have a table full of reports of indiv
im using websocket and DiffableDataSource, when do search i filter my list and show results. if i switch on/off button of a cell and after deleting text and cre
I am writing a custom multithreaded TCP client-server project and I want to write from the client to server via a seperate Task which is a part of TaskFactory: