I have a string key 'KEY' and different data types values like: int id String name Object obj Long storage How can I store these variables in a Dictionary ag
I have created a flask server using Python. My server is listening on 127.0.0.1. I have created a SignalR client in C# and trying to connect to the above serv
I have some Calibre created epubs that I want to make into markdown to use in Obsidian. I found Pandoc and my simple attempts at conversion are, among other thi
i use nestjs, graphQL and prisma module to create my endpoint and web service ; i am looking for way to create custom response in graphQL my endpoint is simple
I have the following method I want to run on a onclick event: function dostuff(evt) { var currentTarget = evt.currentTarget; // do more stuff
I have an Arduino 33 BLE that is updating a few bluetooth characteristics with a string representation of BNO055 sensor calibration and quaternion data. On the
Suppose, I have sent a post request from react to Django rest API and that request is time taking. I want to get how many percentages it has been processed and
I'm trying to implement a regex with the following task. A string contains a state name. At the end of the State name, optional parentheses may contain addition