Skip to content
View TheValiant's full-sized avatar

Block or report TheValiant

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. valiantdocker valiantdocker Public

    mac docker containing things of useful nature

    C 10 1

  2. irssi irssi Public

    Compiled binary for irssi, working on 42 macs

    Shell 4

  3. valiantshell valiantshell Public

    Robust Unix shell implementation with complete lexer-parser-executor pipeline. Features built-in commands, pipes, redirections, environment variables, wildcards, and signal handling.

    C 2

  4. RecognAIze RecognAIze Public

    Face recognition system using traditional computer vision (Haar cascades, HOG, LBP descriptors)

    Python 2

  5. viberc viberc Public

    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.

    Shell 1

  6. philo philo Public

    Solution to the Dining Philosophers problem using POSIX threads with deadlock prevention

    C