Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/triment/cs144
https://github.com/triment/cs144
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/triment/cs144
- Owner: Triment
- Created: 2023-07-23T07:35:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-25T09:20:06.000Z (over 1 year ago)
- Last Synced: 2023-07-25T10:46:16.441Z (over 1 year ago)
- Language: C++
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Stanford CS 144 Networking Lab
==============================These labs are open to the public under the (friendly) request that to
preserve their value as a teaching tool, solutions not be posted
publicly by anybody.Website: https://cs144.stanford.edu
To set up the build system: `cmake -S . -B build`
To compile: `cmake --build build`
To run tests: `cmake --build build --target test`
To run speed benchmarks: `cmake --build build --target speed`
To run clang-tidy (which suggests improvements): `cmake --build build --target tidy`
To format code: `cmake --build build --target format`