Login to filter by course Login to filter by course Reset
Web and Software BugsExplores vulnerabilities in web and software applications, discussing broken access control, injection flaws, and defense strategies like DEP and ASLR.
Hashing and SortingCovers hashing, sorting, extendible hashing, linear hashing, and external sorting.
Timers: MicrocontrollersExplains Timer-Counter, TCNT, TCCR1, TOV, PWM, OCRA, ICRn, and their functionalities in microcontrollers and Arduino applications.
Dynamic Memory Allocation in CExplores dynamic memory allocation in C, covering malloc, calloc, and realloc functions, emphasizing proper memory management and dynamic arrays.