You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains sample codes for [introduction to linux programming workshop](https://kamp.linux.org.tr/2020/kis/kurslar/linux-sistem-programlamaya-giris/) conducted at Anadolu University in January 2020. There were no lecture notes therefore there is no notes in this repository either. However, we are working on to write lecture notes with the collaboration of participants. In the mean time, If you need resources take a look at the [Good Resources](#good-resources) section. Source codes in repository uses both POSIX API and System V API.
4
-
#### Contributing
5
-
Any contribution is welcomed, as always. Most important part is how and what.
6
4
7
-
This repository needs:
8
-
- Translation. Any translation will be welcomed. You may create `README.<LANG_CODE>.md` file next to `README.md` file.
9
-
- More examples. Yes we need more examples
10
-
- Explanations for examples. I also didn't write what which code does. _Sorry folks™, didn't have time to write docs, classic._
11
-
- Resources. Good ones. If you think you know a good resource, let us know.
5
+
Now the executable files, under the build folder, are ready to run.
12
6
13
-
How you can contribute:
14
-
- Fork this repository _You'll need a github account. If you don't want to create it, clone it, change it, [mail it](mailto:[email protected])._
15
-
- Do what you do.
16
-
- Test your code. or I'll. _You may make me test your code_.
17
-
- Use [conventional commits](https://www.conventionalcommits.org). _I'm really sensitive about it_.
0 commit comments