We are currently using fiware Orion with Mongo DB on a docker container in a Kubernetes cluster and everything works fine, however as soon as I am trying to use
I am trying to programatically download the results of a website using wget. This is the website. I have 500 queries, so I do not want to do this manually. Ess
I have a WebClient that sends a JSON object with login credentials to a remote server. The remote server then returns the cookie. After which I need to POST dat
create a framework for my internship but it doesn't work right now I don't know why nd the following code in the Component TS file: endDate = new Date(); setEn
I made a custom shape in SwiftUI with the following code: struct CustomShape: Shape { func path(in rect: CGRect) -> Path { var path = Path()
I'm trying to run my project in WSL since I have Windows specific errors in it. So I installed Debian, build/installed Python 3.10 from source, and used update
I have the following code: struct A { virtual void foo() {std::cout << "A\n";} }; struct B : public A { virtual void foo() {std::cout <<
I've built a function that iterates through until it finds a value bigger than the value given to the function and then breaks. std::vector<AggregatedQuoteT
I'm currently developing a project in NextJS and implementing callbacks as decorators to enhance Next API handler (join.ts). While developing it I was able to e