Create dropdown menu (tui) in c

Create dropdown menu (tui) in c
In this article, I’ll show how to create a simple dropdown menu using C, with the ability to navigate through options using the arrow keys and select one using the Enter key. Here’s how it would l...
0 Read More

Building a Downloader in Go

Building a Downloader in Go
People say Go is well suited for Network applications. With its light Goroutines and huge standard library it can get most of the job done without even needing a third-party library.Great, let me buil...
0 Read More