I need some help Calling a wsdl web service function. The WSDL have one function named "Bye" that is waiting for 1 parameter of a type String. Then it gives bac
I have a problem on my code that I can't figure it out, I am making a POST request to a endpoint that is used for log-in and I am not receiving anything back, B
abstract class someClass { public abstract IProduct SomeMethod(); } public interface IProduct { string Operation(); } I have seen the above code havin
What happens (behind the curtains) when this is executed? int x = 7; x = x++; That is, when a variable is post incremented and assigned to itself in one stat
I have quite a lot of shell scripts running in linux server. Planning to migrate to cloud. Some functionalities of the script include, Moving list of files from
I have a table a such Env depot articles 100 AAA Capacitor 100 AbA Diode 100 AAA cable 100 AbA mike 100 ABC modem 900 Im extracting my data from a postgres
My CMakeLists.txt contains this line: file(GLOB lib_srcs Half/half.cpp Iex/*.cpp IlmThread/*.cpp Imath/*.cpp IlmImf/*.cpp) and the IlmImf folder contains b44E
To make it simple, i have a menu that contains the items "W", "X", "Y" and "Z". Each item redirects to a different page on the website, regard
I have my "ChatterBot" bot and i want to train to training using the any nltk corpus because they contain much more data as well as they are better in accuracy.
I don't know what's wrong with it.. I can't find where the error is, commenting out the implementation doesn't resolve the error either. Header File #ifndef M