Systemnahe Programmierung: Code für die Praktika
Go to file
Andreas Gieriet accc615d03 Get a copy of the latest PDF files from the moodle git repository. 2021-03-14 20:41:54 +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 Get a copy of the latest PDF files from the moodle git repository. 2021-03-14 20:41:54 +01:00
P04_Modularisieren_von_C_Code Get a copy of the latest PDF files from the moodle git repository. 2021-03-14 20:41:54 +01:00
P05_TicTacToe Update P05 description 2021-03-12 20:23:17 +01:00
P06_Integer_Rechner Get a copy of the latest PDF files from the moodle git repository. 2021-03-14 20:41:54 +01:00
P07_Personen_Verwaltung_Linked_List Get a copy of the latest PDF files from the moodle git repository. 2021-03-14 20:41:54 +01:00
P08_Auflisten_aller_PATH_Executables Get a copy of the latest PDF files from the moodle git repository. 2021-03-14 20:41:54 +01:00
P09_Prozesse_und_Threads Get a copy of the latest PDF files from the moodle git repository. 2021-03-14 20:41:54 +01:00
P10_Sync Get a copy of the latest PDF files from the moodle git repository. 2021-03-14 20:41:54 +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