Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/DreamAndDead/CSAPP-3e-Solutions

CSAPP 3e Solutions, migrated to github.io from gitbook.io which is being shut down.
https://github.com/DreamAndDead/CSAPP-3e-Solutions

csapp gitbook solution

Last synced: about 1 month ago
JSON representation

CSAPP 3e Solutions, migrated to github.io from gitbook.io which is being shut down.

Awesome Lists containing this project

README

        

# CSAPP-3e-Solutions

![](https://badgen.net/github/license/DreamAndDead/CSAPP-3e-Solutions)

**Computer Systems: A Programmer's Perspective Third Edition Solutions**

![csapp3e-cover](./site/static/csapp3e-cover.jpg)

## Build

prerequisite
- x64 linux system
- docker

clone code

git clone https://github.com/DreamAndDead/CSAPP-3e-Solutions.git
cd CSAPP-3e-Solutions

pull image

sudo docker pull dreamanddead/csapp-3e-solutions

compile

make

test

make test

clean

make clean

## Feedback

You can
- send an [email][mail]
- submit a PR
- post an issue

[mail]: mailto:[email protected]

## ChangeLog

2021-03-01
- Using hugo as website generator instead of gitbook