Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/DreamAndDead/CSAPP-3e-Solutions
- Owner: DreamAndDead
- License: gpl-3.0
- Created: 2017-03-25T12:17:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-14T06:43:58.000Z (over 2 years ago)
- Last Synced: 2024-08-01T21:45:56.740Z (4 months ago)
- Topics: csapp, gitbook, solution
- Language: C
- Homepage: https://dreamanddead.github.io/CSAPP-3e-Solutions/
- Size: 4.82 MB
- Stars: 1,385
- Watchers: 26
- Forks: 307
- Open Issues: 61
-
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
![](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
- 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