Systemnahe Programmierung: Code für die Praktika
Go to file
Andreas Gieriet 07255c8dc9 P03: Fix misleading comment in weekday's main.c 2021-03-08 20:55:48 +01:00
P01_Bash P01 fix: "if [ $? ]" --> "if [ $? -eq 0 ]" 2021-03-06 23:33:53 +01:00
P02_QR_Code_auf_Terminal Remove broken link. 2021-02-15 20:15:02 +01:00
P03_Bounding_Box P03: Fix misleading comment in weekday's main.c 2021-03-08 20:55:48 +01:00
P04_Modularisieren_von_C_Code Add lab documentations to this git 2021-02-10 22:44:14 +01:00
P05_TicTacToe Add lab documentations to this git 2021-02-10 22:44:14 +01:00
P06_Integer_Rechner Add lab documentations to this git 2021-02-10 22:44:14 +01:00
P07_Personen_Verwaltung_Linked_List Add lab documentations to this git 2021-02-10 22:44:14 +01:00
P08_Auflisten_aller_PATH_Executables Add lab documentations to this git 2021-02-10 22:44:14 +01:00
P09_Prozesse_und_Threads Add lab documentations to this git 2021-02-10 22:44:14 +01:00
P10_Sync Add lab documentations to this git 2021-02-10 22:44:14 +01:00
testlib fix some file permission 2020-02-15 11:01:16 +01:00
.gitignore Initial commit 2020-02-04 23:32:13 +01:00
Doxyfile fix names, add shared make file 2020-02-10 00:54:45 +01:00
Makefile publish testlib and doxygen shared configuration 2020-02-10 00:11:44 +01:00
README.md Initial commit 2020-02-04 23:32:13 +01:00
shared.mk add LIBS for linking -lm 2020-02-29 23:42:32 +01:00

README.md

snp-lab-code

Code für die Praktika zur Vorlesung Systemnahe Programmierung