Software-AI Engineer
A competitive programmer, and a robotics, quantum computing and AI enthusiast
-
University Of Alexandria
- Alexandria
Stars
4
results
for source starred repositories
written in C
Clear filter
Codes pertaining to OS Lab for Course CO254 - Operating Systems Lab
A Qi wireless power receiver using attiny13
This repository provides a course on ARM Embedded Systems and IoT with practical materials for important topics like interrupts, real-time processing, and communication protocols. It is designed fo…
My heap memory manager provides functions like malloc, free, calloc, and realloc similar to the glibc functions. It uses a doubly linked list to track free memory and employing techniques like merg…