How to close TCP socket in Node.js
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...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...Consider you have a HTTPS server with ssl certificate, and you do want to use the certificate on your client side. How to write HTTPS client…
Read more...How do I obtain an HTTP access token from to work with BitBucket through API? Here is my answer Get access token Atlassian has vast…
Read more...Photo by Ant Rozetsky on Unsplash Why it happens On my personal workstation I use Manjaro, which is a version of Arch with a nice installer…
Read more...Do you want to see a terminal on Windows like this And write commits in customized vim Then here is what you should do. Terminal Install…
Read more...