Category: Computer Science
-
Learning Arrays in C – CS50 Week 2
My approach to solving Programming exercises using C language in Week 2 of Harvard University’s CS50x. Some Context During Week 2 of CS50, I was introduced to Arrays and how they are just a bunch of contiguous blocks of memory…
-
Piping & Output Redirection in Bash
These are my rough notes learning Linux through a module in Pwn College’s Linux Luminarium dojo. So, every process in Linux has three different standard channels of communication:stdin Short for Standard Input is the channel used by the process to…