I am using Visual Studio Code to program in C++ but it keeps giving me error squiggles. I tried disabling them in the settings by changing C_Cpp error squiggles
What is the best way to join two tables together which exceed rows of over 100 million rows? I'm running into an issue where my query is timing out after 6 hour
I want to create a tables concatenating a prefix with a given identifier. The prefix will change every time I create a new table with the same query. I have tri
When I power (exponentiate) a large number and round the result to long integer it's wrong. (In my context, I'm calculating RSA public and private keys). from f
I am using keycloak with Microsoft as an identity provider. Is it possible to not allow user without the ROLE_USER role to be authenticated with google. The rea
I have the following: class JsonSerializable(object): def to_json(self): raise NotImplementedError class InlineKeyboardMarkup(JsonSerializable):
i have a socket client and a socket server. (the server is in python, and is synchroneous.) sometimes the clients send an empty string. i'm required to identi
I have an issue of retrieving more than a thousand records. Somehow only the first 1000 are retrieved. From my research, I have figured out that I have to use g
I want to slice the the nth column of a list of lists. e.g. matrix = [ ["c","b","a","c"], ["d","a","f","d"], ["g","h","i","a"] ] Do i need to trans
I'm trying a little of go programming language. I'm a excited about the simplicity of the Go, but after playing with it I met some troubles. 1 . I know that G