How Computers Really Work

Code

Here you'll find the source code used in the hands-on projects of How Computers Really Work. Below you'll find direct links to the source files, meant for downloading rather than viewing in your browser.

You can download individual source files to your Raspberry Pi using the wget utility, like so:

$ wget https://www.howcomputersreallywork.com/code/vars.c

Or download and extract all the code at once:

$ wget https://www.howcomputersreallywork.com/code/all.tar.gz -O - | tar -xz

Chapter 8

Chapter 9

Chapter 10

Chapter 12

Chapter 13