I'm trying to solve a problem on Hackerrank. It expects me to write the error message "E1" when sth. is given incorrectly. As you can see below; my result is ac
okay so i'm trying to make a speedtest in python and the only problem i am having is that i cant figure out how to make the download speed threads finish before
Can anyboday help me on this error? the total files are 2204 to 5 classes. and 1764 files for training. Thanks advanced. this is my code: import matplotlib.pyp
I used the Bitmap package to generate a custom verification code, how can I make the image it generates bigger and clearer. How is this done? Thanks for your he
I want to know any simple way to make the below dataclass bar frozen. @dataclass class Bar: foo: int bar = Bar(foo=1) In other words, I want the below fu
I have a weird problem. I have a map in C++ defined like this as private in a class. std::map<const char *, GameObject *> GameObjects; I have a function
I am doing a group project and I am cloning the repository from GitHub to my local computer. I want to change the branch but it's asking me to to add the files
I am trying to generate tree structure data, the problem is in helper function where I have an empty array children in which I want to push object with data, bu
I'm trying to transcode a simple .mp4 file to HLS format and keep getting an error code 13 'Internal server error' from Google after a few minutes. I'm using th