Maybe you were looking for...

I am writing C function that convert lowercase char to upper case char with using ASCII but Output is not correct

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

complexity - why is this code's complexity O(n²)?

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)?

Cloud Armor Matching rule

My goal is to match evaluatePreconfiguredExpr('sqli-stable') except certain requestUrls. I have setup this expression without any luck: "expression": "!request.

Yml file CI is scheduled in someone elses name

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

Websocket from Kafka messages

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

SQL: Substitute values between columns

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