When I have an object defined as such, const obj = { first: "hey", second: "hello" } and I do not wish to modify this but create a ne
I want to display a confirmation message when a user submits a form. I'm having trouble doing this though because I don't really understand how reactivity works
I'm trying to modify an .ini file, in C# with .NET 5.0, using FileStream and StreamReader / StreamWriter. I just need to modify the first line of the file so I
Hey guys I have a little problem with api platform, i have a "GET" item operation with a custom controller, and it fetch about 5000 result, so what i want to do
My servlet request thread invokes a worker thread that can throw exceptions of many possible types. The worker thread catches any exception and passes it back t
I have an android application and i want to add Zoom SDK to my apps. but the size of apps increasingly so much. I have read some solution and one of them is to
Have heard of developers waiting 2 to 6 weeks in 2009. When they reject the app, you resubmit and wait another 2 to 6 weeks. So finally the review takes a few m
vector<int> x (100.0); //int vsize = x.size(); for(int i = 0; i < x.size(); i++){ x.insert(x.begin() + i, 100 - i); cout << "Index " <
I am trying to write a simple script that is giving me some issues. The objective of the script is to upload the PDF attachments of any messages within a certai