https://github.com/dottorblaster/c-examples
Some C exercises related to (but not only) my OSes exam.
https://github.com/dottorblaster/c-examples
Last synced: 12 months ago
JSON representation
Some C exercises related to (but not only) my OSes exam.
- Host: GitHub
- URL: https://github.com/dottorblaster/c-examples
- Owner: dottorblaster
- License: other
- Created: 2016-09-14T22:05:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-14T22:06:14.000Z (almost 10 years ago)
- Last Synced: 2024-12-31T10:14:44.956Z (over 1 year ago)
- Language: C
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# C Examples
Some C exercises related to (but not only) my OSes exam.
These are essentially split in two subdirs:
- _my-own_: own stuff, like reimplementations of nice things
- _tlpi_: exercises taken from The Linux Programming Interface
## Special note
This is **not** to be intended as software to be run once more than the minimum checks needed for it to be ok-this-sorta-works. These are exercises that I did to study syscalls and their behaviour, none of these is to be intended as code of mine as a work of art or as standard quality of my job.
I can prove you that I am a much better Javascripter/Gopher/Pythonista.