You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Robust Unix shell implementation with complete lexer-parser-executor pipeline. Features built-in commands, pipes, redirections, environment variables, wildcards, and signal handling.
RFC 2812-compliant IRC server in C++98. Handles 100+ concurrent clients with non-blocking I/O using poll(). Features 26 IRC commands, advanced security with rate limiting, and channel mode support.