vkazanov / linux-sys-programming-exercises

Exercises in system programming on Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exercises in system programming on Linux

Every subdirectory (e.g. this one) in the repo contains a set of exercises related to a single topic. A subdirectory README file will cover topic-related trivia and provide additional references. I’ll be publishing sets of exercises every 2 weeks or so.

An exercise is typically a file in C, with questions and additional info written directly in code comments. The point of the exercise is to answer a QUESTION, which might require fixing the code, or just running it with some additional setup.

I hope that everybody will participate actively, i.e. propose fixes and extensions to the exersises, discuss and ask questions.

This is an experiment for me so I’d be happy to hear your comments.

Topic list

About

Exercises in system programming on Linux

License:GNU General Public License v3.0


Languages

Language:C 100.0%