When in development env, this works as expected, Server Code... In development, I only specify the url in the client as const socket = io("http://localhost:3001
So, i have 2 list that i want to concatenate with numpy. For now, i'm tring to do something like this : LeGraphiqueMatLab = np.array([LesDatesMatLab, LeGraphiqu
I'm looking to merge multiple .txt files into one file. Some of the .txt files have the same name but are in different folders. There are a lot of them, and I w
I wanna pass a function argument in the constructor of the following class: template <class T> class Class { private: bool (*fc)(T, T); public: te
Currently I am running spring cloud data flow in open shift environment. I can able to trigger the open shift poda through it. I have used oracle database in bo
What is the way to pass custom parameters in a WMS request? Is it possible to send the same via JSON? An example will be helpful.
I have a dictionary which does not have quotes on them. objective is to enclose them on quotes code that works (python) newstring = """{field1:{abc:1, "def":2,g
I tried to run the following code on Google collab: x_bgr: torch.Tensor = K.utils.image_to_tensor(np.array(PIL.Image.open(str(covid[1])))) x_bgr = x_bgr[None,