Open Source Project: Auto Completion Command Line
- Implemented line editing tool with C by studying ISO/IEC 9899 standard.
- Developed features of auto-completion, auto-suggestions, and history handling by porting an open source library.
- Used Valgrind to monitor program memory management to ensure no memory leak.