I have 2 subclasses: Staff, Student they belong to superclass Person. Here is the code(tasks) which is given by my teacher: public class Person { private
What are undefined reference/unresolved external symbol errors? What are common causes and how to fix/prevent them?
We have a service that handles integrations with our various partners. An integration may involve calling an api. One such api could have a rate limit ie no mor
I have an application created with Flutter. In this one, I want to use in-app purchase by using the library in_app_purchase But I have some p
I am using the gitlab as my CI/CD system. And I need setup my own runner. I have two runner both 'windows' with 'powershell' and 'macos' with 'shell'. I want ei
I am trying to parse multiple xml files with pyspark. All xml files have the same known schema. First I load all the files as text to spark DF: path = 'c:\\pat
How can I send a double quote char using curl.exe in the -d parameter. I don't want to URL encode the double quote. Since the -d data needs to be surrounded i
A little new to JS so I apologize if my code looks... rudimentary... but I'm trying to code a platformer completely from scratch. I started this project with ve
I already have two working bots in Wikipedia, but they use different method. Currently, I am trying to create a bot using C#. On the API documentation page, the