I am trying to make a calculator app in vb.net and I coded so it places a number in the textbox above but when I press another number the previous one disappear
I'm receiving a huge XML file from REST API and I want to convert it to JSON with ConvertRecord processor. My XMLReader looks like: But I receive an error: jav
I want to convert a input of string datatype (which is MMYYYY format - has only month & year) to a custom format in timestamp. In the output the input strin
My Unity WebGL game runs on the mobile web browser after heavily optimizing the Audio and texture data. Saving the game data works fine on the desktop environme
POST:- is used to create and update resources PUT:- is used to update existing resources Can I use POST instead of PUT method? and If I use P
This post's answer suggests PEP 8: E128 requires spaces on the lines following the first one when they're all wrapped inside parentheses. However, with an if st
after publishing my project in IIS I'm having the cors strict-origin error, but I've already configured everything I could. Below is my configuration I'm using