added qr codes and updated readme
This commit is contained in:
@ -13,9 +13,14 @@
|
|||||||
* 3 Semester Informatik B.Sc.
|
* 3 Semester Informatik B.Sc.
|
||||||
* [nils@narl.io](mailto:nils@narl.io)
|
* [nils@narl.io](mailto:nils@narl.io)
|
||||||
* Discord: [.narl](https://discord.com/users/208979474988007425)
|
* Discord: [.narl](https://discord.com/users/208979474988007425)
|
||||||
* Telegram: QR-Code
|
* Telegram: [@narl_np](https://t.me/narl_np)
|
||||||
|
* [Feedback](https://s.narl.io/s/Feedback-Tutorium-01)
|
||||||
|
|
||||||
<img src="../../src/img/telegram.png" width="200">
|
<img src="../../src/img/mailto.png" height="175">
|
||||||
|
<img src="../../src/img/discord.png" height="175">
|
||||||
|
<img src="../../src/img/telegram.png" height="175">
|
||||||
|
<img src="../../src/img/feedback-google-forms.png" height="175">
|
||||||
|
<img src="../../src/img/tutorium-01.png" height="175">
|
||||||
|
|
||||||
## Zusammenfassung Vorlesung
|
## Zusammenfassung Vorlesung
|
||||||
|
|
||||||
@ -39,7 +44,7 @@
|
|||||||
|
|
||||||
* `int` (Ganzzahlen)
|
* `int` (Ganzzahlen)
|
||||||
* `float` (Kommazahlen)
|
* `float` (Kommazahlen)
|
||||||
* Grunderechenarten `+, -, *, /, //`
|
* Grunderechenarten `+`, `-`, `*`, `/`, `//`
|
||||||
* Potenz `**`
|
* Potenz `**`
|
||||||
* Modulo `%`
|
* Modulo `%`
|
||||||
* `float` -> `int` (möglicher) Informationsverlust
|
* `float` -> `int` (möglicher) Informationsverlust
|
||||||
@ -50,13 +55,37 @@
|
|||||||
?
|
?
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Git
|
||||||
|
|
||||||
|
* Git dient der Versionskontrolle
|
||||||
|
* Wir benutzen [Gitea](https://github.com/go-gitea/gitea) als Git-Service
|
||||||
|
* Remote Repositories
|
||||||
|
* Weboberfläche zum offnen im Browser
|
||||||
|
* Quasi eine Cloud für Code
|
||||||
|
* Weitere Services wie Github, Gitlab, ...
|
||||||
|
|
||||||
|
### Git - the nerdy way
|
||||||
|
|
||||||
|
#### Vorteile
|
||||||
|
|
||||||
|
* Man lernt umgang mit dem Terminal
|
||||||
|
* Es ist deutlich schneller nach Eingewöhnung
|
||||||
|
* Etwas unintuitiv wenn man sich mit dem Terminal nicht auskennt
|
||||||
|
* Später in der Softwareentwicklung wichtig, da einige Probleme nicht so einfach über eine Oberfläche lösbar sind
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [Übungsblatt 01](https://proglang.informatik.uni-freiburg.de/teaching/info1/2023/exercise/sheet01.pdf)
|
## [Übungsblatt 01](https://proglang.informatik.uni-freiburg.de/teaching/info1/2023/exercise/sheet01.pdf)
|
||||||
|
|
||||||
* Abgabe 23.10.2023
|
* Abgabe 23.10.2023
|
||||||
|
|
||||||
## Links
|
## Wichtige Links
|
||||||
|
|
||||||
* [Homepage EidP](https://proglang.informatik.uni-freiburg.de/teaching/info1/2023/)
|
* [Homepage EidP](https://proglang.informatik.uni-freiburg.de/teaching/info1/2023/)
|
||||||
* [EidP-Git (Abgaben)](https://git.laurel.informatik.uni-freiburg.de/)
|
* [EidP-Git (Abgaben)](https://git.laurel.informatik.uni-freiburg.de/)
|
||||||
* [QR-Code für Anwesenheit](https://auth.laurel.informatik.uni-freiburg.de/)
|
* [QR-Code für Anwesenheit](https://auth.laurel.informatik.uni-freiburg.de/)
|
||||||
* [Mein Git](https://git.narl.io/nvrl/eidp-2024)
|
* [Mein Git](https://git.narl.io/nvrl/eidp-2024)
|
||||||
|
* [nils@narl.io](mailto:nils@narl.io)
|
||||||
|
* [Discord](https://discord.com/users/208979474988007425)
|
||||||
|
* [Telegram](https://t.me/narl_np)
|
||||||
|
* [Feedback](https://s.narl.io/s/Feedback-Tutorium-01)
|
BIN
src/img/discord.png
Normal file
BIN
src/img/discord.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 99 KiB |
BIN
src/img/feedback-google-forms.png
Normal file
BIN
src/img/feedback-google-forms.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 95 KiB |
BIN
src/img/mailto.png
Normal file
BIN
src/img/mailto.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 87 KiB |
Binary file not shown.
Before Width: | Height: | Size: 311 KiB After Width: | Height: | Size: 290 KiB |
BIN
src/img/tutorium-01.png
Normal file
BIN
src/img/tutorium-01.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 96 KiB |
Reference in New Issue
Block a user