I want to read and write binary data to file and my data is simply slice. The encoding part is working, but my decoding via binary.Read gives zero result. What
I'm preparing KOI 2022, so, I'm solving KOI 2021, 2020 problems. KOI 2020 contest 1 1st period problem 5(See problem 5 in here) I want to make <vector<vec
I make some requests to a site and i want to see, what kind of variables has been sent to the server.. May be its possible with fiddler but i can't figure it o
I have create a very simple 'Android Library' module with only one class which builds fine in debug releasing build/output/library-debug.aar But, when I switch
I'm using hasura migration guide to sync two servers - DEV and PROD. Before we manually transferred the changes (as in 'using UI to copy all the changes'), so n
I am trying to connect Flask with React and when using the feature in the web app the response is sent to the server but no response in coming from flask. The w
I have the following code in test.py x = 1 Does there exist an option in mypy to force definition of type hints for all variables? --strict is nice, but it all