I have a std::deque<std::pair<CustomObj, int>> that doesn't change in size when starting the concurrent block. The concurrent block reads each Cust
First of all, I could not find appopriate name for the question, if anyone can find a better name, I would be grateful if they edit. I am new at SQL, and I have
I have the following java endpoint inside a Springboot RestController annotated with some Swagger annotations for 4 ApiResponses: @ApiResponses(value = {
I am not sure but as long i read about ddd, domain model should never leave the application layer.. if that is true then how viewmodels can reuse behavior of do
I am trying to add scroll-triggered animations to my online portfolio website, and between my experience listings I have simple divs just as separators: <div
I'm using VSCode Insiders and have recently been getting this problem where the menu bar and the title bar is bigger than usual. How can i fix this??
can anyone please explain what is wrong with this code? str1='"xxx"' print str1 if str1[:1].startswith('"'): if str1[:-1].endswith('"'): print "hi"
Select Count(Distinct iif(t.HasReplyTask = 1, t.CustomerID, Null)) As Reply, Count(Distinct iif(t.HasOverdueTask = 1, t.CustomerID, Null)) As Overdue, Count(Dis