SockThread is an implementation of multi-threaded sockets. It is has a built-in echo server for telnet connections. It was written with standard native C/C++ libraries. C++ classes std::thread and C socket APIs <sys/socket.h> were used.
A program to view text files and man pages.
A clean, lightweight terminal-based IRC client.