Pinned Repositories
.tmux
🇫🇷 Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ❤️
CHU-Shell
A UNIX shell implementation based on the UNIX bash. The shell has full support for all existing commands, I/O redirection, and pipelining capabilities.
Connect-K-AI
AI that leverges the power of alpha-beta pruning and a greedy heuristic.
Data-Structures-Notebook
A list of written templated data structures implemented to comply with the C++11 container standards: •Map: balanced search tree and hash table •Set: Hash table and linked list •Priority Queue: Heap and linked list •Queue: Linked list
Life-of-Cells
A game simulation coded in python that showcases the power of inheritance and object-oriented programming.
MyGrep
An implementation of the GREP program used in UNIX systems. My GREP imploys multithreading to allow searching over a number of files or directories to improve performance. However, the core searching algorithm of My GREP is a naive approach unlike the original GREP program which employs complex regular expression to search for its targeted string.
Not-So-SecureCP
Shell-Chat
A UNIX shell based chat system that supports multiple users.
SpeechRecognition
red4711's Repositories
red4711/SpeechRecognition
red4711/CHU-Shell
A UNIX shell implementation based on the UNIX bash. The shell has full support for all existing commands, I/O redirection, and pipelining capabilities.
red4711/Data-Structures-Notebook
A list of written templated data structures implemented to comply with the C++11 container standards: •Map: balanced search tree and hash table •Set: Hash table and linked list •Priority Queue: Heap and linked list •Queue: Linked list
red4711/.tmux
🇫🇷 Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ❤️
red4711/Connect-K-AI
AI that leverges the power of alpha-beta pruning and a greedy heuristic.
red4711/Life-of-Cells
A game simulation coded in python that showcases the power of inheritance and object-oriented programming.
red4711/MyGrep
An implementation of the GREP program used in UNIX systems. My GREP imploys multithreading to allow searching over a number of files or directories to improve performance. However, the core searching algorithm of My GREP is a naive approach unlike the original GREP program which employs complex regular expression to search for its targeted string.
red4711/Not-So-SecureCP
red4711/Shell-Chat
A UNIX shell based chat system that supports multiple users.