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: 3 months ago
JSON representation
CSAPP 3e Solutions, migrated to github.io from gitbook.io which is being shut down.
- Host: GitHub
- URL: https://github.com/DreamAndDead/CSAPP-3e-Solutions
- Owner: DreamAndDead
- License: gpl-3.0
- Created: 2017-03-25T12:17:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-14T06:43:58.000Z (almost 3 years ago)
- Last Synced: 2024-11-08T07:39:00.662Z (8 months ago)
- Topics: csapp, gitbook, solution
- Language: C
- Homepage: https://dreamanddead.github.io/CSAPP-3e-Solutions/
- Size: 4.82 MB
- Stars: 1,409
- Watchers: 26
- Forks: 304
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - DreamAndDead/CSAPP-3e-Solutions - CSAPP 3e Solutions, migrated to github.io from gitbook.io which is being shut down. (C)
README
# CSAPP-3e-Solutions

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

## Build
prerequisite
- x64 linux system
- dockerclone code
git clone https://github.com/DreamAndDead/CSAPP-3e-Solutions.git
cd CSAPP-3e-Solutionspull 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