SkillAgentSearch skills...

CS144

CS 144: Introduction to Computer Networking, Winter 2024

Install / Use

/learn @Kenshin2438/CS144
About this skill

Quality Score

0/100

Supported Platforms

Universal

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

Related Skills

View on GitHub
GitHub Stars27
CategoryDevelopment
Updated12d ago
Forks12

Languages

C++

Security Score

75/100

Audited on Mar 20, 2026

No findings