Okay, So I start working on this, I have code below; +I also have strlen("any string here") func that return len of any str in decimal just keep in your mind. I
i=0 j=0 while j<n: t[j*n+i] =i if i = n-1: j+=1 i= 0 else: i += 1 Can you explain to me why this code's complexity is O(n2)?
My goal is to match evaluatePreconfiguredExpr('sqli-stable') except certain requestUrls. I have setup this expression without any luck: "expression": "!request.
I work in collaboration with other people and we have github yml ci running each night. The issue is that it shows up as running in someone elses name. So the
I am working on an IoT project that uses MQTT protocol to transport the sensor data from embedded devices to an App. For this i have created, A MQTT broker to s
I have a (very simplified) (Oracle) table like this. The row number are only for better understanding, they have no deeper meaning. Row value 1 Jim 2 John 3 Mi