Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to HTTPS #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 00/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Modul [syspr]( https://www.fhnw.ch/de/studium/module/6008081) von [@tamberg](https://twitter.com/tamberg) für [FHNW](https://www.fhnw.ch/).

## Lektion 0: Einführung
- [Slides](http://www.tamberg.org/fhnw/2022/hs/Syspr00Einfuehrung.pdf)
- [Slides](https://www.tamberg.org/fhnw/2022/hs/Syspr00Einfuehrung.pdf)

## Beispiele
- [hello.c](hello.c)
Expand Down
2 changes: 1 addition & 1 deletion 01/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Modul [syspr]( https://www.fhnw.ch/de/studium/module/6008081) von [@tamberg](https://twitter.com/tamberg) für [FHNW](https://www.fhnw.ch/).

## Lektion 1: Erste Schritte in C
- [Slides](http://www.tamberg.org/fhnw/2022/hs/Syspr01ErsteSchritteInC.pdf)
- [Slides](https://www.tamberg.org/fhnw/2022/hs/Syspr01ErsteSchritteInC.pdf)

## Beispiele
- [arr_ptr.c](arr_ptr.c)
Expand Down
2 changes: 1 addition & 1 deletion 02/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Modul [syspr]( https://www.fhnw.ch/de/studium/module/6008081) von [@tamberg](https://twitter.com/tamberg) für [FHNW](https://www.fhnw.ch/).

## Lektion 2: Funktionen
- [Slides](http://www.tamberg.org/fhnw/2022/fs/Syspr02Funktionen.pdf)
- [Slides](https://www.tamberg.org/fhnw/2022/fs/Syspr02Funktionen.pdf)

## Beispiele
- [count.c](count.c)
Expand Down
2 changes: 1 addition & 1 deletion 03/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Modul [syspr]( https://www.fhnw.ch/de/studium/module/6008081) von [@tamberg](https://twitter.com/tamberg) für [FHNW](https://www.fhnw.ch/).

## Lektion 3: File In-/Output
- [Slides](http://www.tamberg.org/fhnw/2022/fs/Syspr03FileIO.pdf)
- [Slides](https://www.tamberg.org/fhnw/2022/fs/Syspr03FileIO.pdf)

## Beispiele
- [atomic_append.c](http://man7.org/tlpi/code/online/dist/fileio/atomic_append.c.html)<sup>TLPI</sup>
Expand Down
2 changes: 1 addition & 1 deletion 04/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Modul [syspr]( https://www.fhnw.ch/de/studium/module/6008081) von [@tamberg](https://twitter.com/tamberg) für [FHNW](https://www.fhnw.ch/).

## Lektion 4: Prozesse und Signale
- [Slides](http://www.tamberg.org/fhnw/2022/fs/Syspr04ProzesseUndSignale.pdf)
- [Slides](https://www.tamberg.org/fhnw/2022/fs/Syspr04ProzesseUndSignale.pdf)

## Beispiele
- [break.c](break.c)
Expand Down
2 changes: 1 addition & 1 deletion 05/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Modul [syspr]( https://www.fhnw.ch/de/studium/module/6008081) von [@tamberg](https://twitter.com/tamberg) für [FHNW](https://www.fhnw.ch/).

## Lektion 5: Prozess Lebenszyklus
- [Slides](http://www.tamberg.org/fhnw/2022/fs/Syspr05ProzessLebenszyklus.pdf)
- [Slides](https://www.tamberg.org/fhnw/2022/fs/Syspr05ProzessLebenszyklus.pdf)

## Beispiele
- [exec.c](exec.c) (starts [hello.c](hello.c))
Expand Down
2 changes: 1 addition & 1 deletion 06/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Modul [syspr]( https://www.fhnw.ch/de/studium/module/6008081) von [@tamberg](https://twitter.com/tamberg) für [FHNW](https://www.fhnw.ch/).

## Lektion 6: Threads und Synchronisation
- [Slides](http://www.tamberg.org/fhnw/2022/fs/Syspr06ThreadsUndSynchronisation.pdf)
- [Slides](https://www.tamberg.org/fhnw/2022/fs/Syspr06ThreadsUndSynchronisation.pdf)

## Beispiele
- [eintr.c](eintr.c)
Expand Down
2 changes: 1 addition & 1 deletion 08/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Modul [syspr]( https://www.fhnw.ch/de/studium/module/6008081) von [@tamberg](https://twitter.com/tamberg) für [FHNW](https://www.fhnw.ch/).

## Lektion 8: IPC mit Pipes
- [Slides](http://www.tamberg.org/fhnw/2022/fs/Syspr08IPCMitPipes.pdf)
- [Slides](https://www.tamberg.org/fhnw/2022/fs/Syspr08IPCMitPipes.pdf)

## Beispiele
- [simple_pipe.c](http://man7.org/tlpi/code/online/book/pipes/simple_pipe.c.html)<sup>TLPI</sup>
Expand Down
2 changes: 1 addition & 1 deletion 09/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Modul [syspr]( https://www.fhnw.ch/de/studium/module/6008081) von [@tamberg](https://twitter.com/tamberg) für [FHNW](https://www.fhnw.ch/).

## Lektion 9: Sockets
- [Slides](http://www.tamberg.org/fhnw/2022/fs/Syspr09Sockets.pdf)
- [Slides](https://www.tamberg.org/fhnw/2022/fs/Syspr09Sockets.pdf)

## Beispiele
### UNIX Domain Datagram Sockets
Expand Down
2 changes: 1 addition & 1 deletion 10/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Modul [syspr]( https://www.fhnw.ch/de/studium/module/6008081) von [@tamberg](https://twitter.com/tamberg) für [FHNW](https://www.fhnw.ch/).

## Lektion 10: POSIX IPC
- [Slides](http://www.tamberg.org/fhnw/2022/fs/Syspr10PosixIPC.pdf)
- [Slides](https://www.tamberg.org/fhnw/2022/fs/Syspr10PosixIPC.pdf)

## Beispiele

Expand Down
2 changes: 1 addition & 1 deletion 11/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Modul [syspr]( https://www.fhnw.ch/de/studium/module/6008081) von [@tamberg](https://twitter.com/tamberg) für [FHNW](https://www.fhnw.ch/).

## Lektion 11: Zeitmessung
- [Slides](http://www.tamberg.org/fhnw/2022/fs/Syspr11Zeitmessung.pdf)
- [Slides](https://www.tamberg.org/fhnw/2022/fs/Syspr11Zeitmessung.pdf)

## Beispiele
- [calendar_time.c](http://man7.org/tlpi/code/online/book/time/calendar_time.c.html)<sup>TLPI</sup>
Expand Down
2 changes: 1 addition & 1 deletion 12/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Modul [syspr]( https://www.fhnw.ch/de/studium/module/6008081) von [@tamberg](https://twitter.com/tamberg) für [FHNW](https://www.fhnw.ch/).

## Lektion 12: Terminals
- [Slides](http://www.tamberg.org/fhnw/2022/fs/Syspr12Terminals.pdf)
- [Slides](https://www.tamberg.org/fhnw/2022/fs/Syspr12Terminals.pdf)

## Beispiele
- [new_intr.c](http://man7.org/tlpi/code/online/book/tty/new_intr.c.html)<sup>TLPI</sup>
Expand Down
2 changes: 1 addition & 1 deletion 14/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Modul [syspr]( https://www.fhnw.ch/de/studium/module/6008081) von [@tamberg](https://twitter.com/tamberg) für [FHNW](https://www.fhnw.ch/).

## Lektion 14: Abschluss
- [Slides](http://www.tamberg.org/fhnw/2020/hs/Syspr14WeitereArtenVonIO.pdf)
- [Slides](https://www.tamberg.org/fhnw/2020/hs/Syspr14WeitereArtenVonIO.pdf)

## Beispiele
- [blink.c](blink.c)
Expand Down