Sacre Dieu
A UCI compliant chess engine written in Rust that may or may not be French. It has bitboards, magic bitboards, negamax with A/B purning, iterative deepning, draw detection, threefold-repetition detection, fifty-move-rule detection, mate distance pruning, MVV-LVA, hash-move ordering, history heuristic with gravity, killer moves, SEE, material evaluation, piece square tables, quiescence search for captures and prmotions, principal variation search, a transposition table, reverse futility pruning, null move pruning, late move reduction/pruning, check extensions, aspiration windows, soft tm, improving heuristic, quiescent see pruning, and principal variation search SEE pruning.
NetC
Netc is a UNIX-compliant networking library which serves as a wrapper around the TCP, UDP, HTTP, and WS protocols. It was written in C and is meant for use in the development of networked applications and games. It boasts both a blocking (thread based) and non-blocking (event loop) architecture, alongside vast HTTP/WS support in routing, query string parsing, keep alive, chunked encoding, multi-framed messages, and much more.