Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bayars/system-programming
I shared the system programming lectures notes and my exams
https://github.com/bayars/system-programming
c linux system-programming unix unix-programming
Last synced: about 1 month ago
JSON representation
I shared the system programming lectures notes and my exams
- Host: GitHub
- URL: https://github.com/bayars/system-programming
- Owner: bayars
- License: mit
- Created: 2019-09-28T16:50:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T05:19:39.000Z (over 4 years ago)
- Last Synced: 2024-05-23T03:43:52.536Z (7 months ago)
- Topics: c, linux, system-programming, unix, unix-programming
- Language: C
- Homepage:
- Size: 3.18 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# System Programming
I shared the system programming lectures notes and exams. All code wrote c so that compiled with gcc. You can compile with that way:
```
gcc -o out -pthread
```Additionally, I added my teacher notes in the directories but the notes in Turkish language. You can investigate the codes in the notes.