Elegant C code
What the result of this code will be? Answer The output of this program will be a rectangular grid of ASCII characters, where each character…
Read more...What the result of this code will be? Answer The output of this program will be a rectangular grid of ASCII characters, where each character…
Read more...Today we are going to compile Fractal - Matrix group messaging app - on Windows, because this app doesn't support Windows out of the box…
Read more...About I just started the development (May 2023). It's not my main side project, quite the opposite, this very random idea for practicing…
Read more...Writing your own file system is not that scary as you may think. It's just a way of organizing chunks of storage on the big piece of storage…
Read more...The reason behind "connect, disconnect and then connect again" behavior might be that the old socket was still listening because it was half…
Read more...When does verification happen? From this wiki it seems like the get function does it. What security level to use? https://www.openssl.org…
Read more...If you have started using git years ago, then you already have habits and your preferred ways of doing things. But new versions introduce…
Read more...Features nonblocking socket server messages divided by a newline, broken packages concatenated before parsing sending messages to server…
Read more...Simple generators A quick tutorial on how to make generators. We want to achieve this simple behavior and the same output: Define a function…
Read more...