An open API service indexing awesome lists of open source software.

https://github.com/guliveer/uz

This repo is a collection of all the programming assignments I've completed during my studies on the University of Zielona Góra since October 2023
https://github.com/guliveer/uz

basics explanations learning programming-exercises programming-languages simple variety

Last synced: 7 months ago
JSON representation

This repo is a collection of all the programming assignments I've completed during my studies on the University of Zielona Góra since October 2023

Awesome Lists containing this project

README

          

# This repo is a collection of assignments I've completed during my studies on the [University of Zielona Góra](https://uz.zgora.pl/en/) since October 2023

![GitHub repo size](https://img.shields.io/github/repo-size/Guliveer/UZ?style=flat-square&label=Repo%20size&color=red)
![GitHub last commit](https://img.shields.io/github/last-commit/Guliveer/UZ?style=flat-square&label=Last%20commit&color=008F39)
![GitHub language count](https://img.shields.io/github/languages/count/Guliveer/UZ?style=flat-square&label=Languages%20used&color=mediumslateblue)

❓ If you don't understand something - try to translate it from polish 🇵🇱

📝 _Comments I've left for my friends to learn coding might be appearing._

### 📥 Download selected directory

> 🔗 [**download-directory.github.io**](https://download-directory.github.io)
> (Open it in new tab)

### 📄 Open in IDE view

> 🔗 [**GitHub1s.com**](https://github1s.com/Guliveer/UZ)

# Programming languages

| Language | Directory |
| :------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------- |
| ![C](https://img.shields.io/badge/C-FF318C?style=for-the-badge&logo=clion&logoColor=white) | [`~/R1S1/Podstawy programowania (L)/`](<./R1S1/Podstawy%20programowania%20(L)/>) |
| ![OCaml](https://img.shields.io/badge/OCaml-FC801D?style=for-the-badge&logo=ocaml&logoColor=white) | [`~/R1S2/Podstawy systemów dyskretnych (L)/`](<./R1S2/Podstawy%20systemów%20dyskretnych%20(L)/>) |
| ![C++](https://img.shields.io/badge/C%2B%2B-21D789?style=for-the-badge&logo=clion&logoColor=white) | [`~/R1S2/Programowanie obiektowe (L)/`](<./R1S2/Programowanie%20obiektowe%20(L)/>) |
| ![C++](https://img.shields.io/badge/C%2B%2B-21D789?style=for-the-badge&logo=clion&logoColor=white) | [`~/R1S2/Programowanie obiektowe (W)/`](<./R1S2/Programowanie%20obiektowe%20(W)/>) |
| ![Java](https://img.shields.io/badge/Java-087CFA?style=for-the-badge&logo=intellij-idea&logoColor=white) | [`~/R2S1/Java i technologie Web (L)/`](<./R2S1/Java%20i%20technologie%20Web%20(L)/>) |
| ![Python](https://img.shields.io/badge/Python-FCF84A?style=for-the-badge&logo=pycharm&logoColor=black) | [`~/R2S2/Języki skryptowe (L)/`](<./R2S2/Języki%20skryptowe%20(L)/>) |
| ![Java](https://img.shields.io/badge/Java-087CFA?style=for-the-badge&logo=intellij-idea&logoColor=white) | [`~/R2S2/Programowanie współbieżne i rozproszone (L)/`](<./R2S2/Programowanie%20współbieżne%20i%20rozproszone%20(L)/>) |

# Directory tree

| Semester | Subject | Skill |
| --------------------: | :-------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| 1. [`R1S1/`](./R1S1/) | | |
| | [`Podstawy programowania (L)/`](<./R1S1/Podstawy%20programowania%20(L)/>) | ![C](https://img.shields.io/badge/C-FF318C?logo=clion&logoColor=white) |
| 2. [`R1S2/`](./R1S2/) | | |
| | [`Podstawy systemów dyskretnych (L)/`](<./R1S2/Podstawy%20systemów%20dyskretnych%20(L)/>) | ![OCaml](https://img.shields.io/badge/OCaml-FC801D?logo=ocaml&logoColor=white) |
| | [`Programowanie obiektowe (L)/`](<./R1S2/Programowanie%20obiektowe%20(L)/>) | ![C++](https://img.shields.io/badge/C%2B%2B-21D789?logo=clion&logoColor=white) |
| | [`Programowanie obiektowe (W)/`](<./R1S2/Programowanie%20obiektowe%20(W)/>) | ![C++](https://img.shields.io/badge/C%2B%2B-21D789?logo=clion&logoColor=white) |
| 3. [`R2S1/`](./R2S1/) | | |
| | [`Java i technologie Web (L)/`](<./R2S1/Java%20i%20technologie%20Web%20(L)/>) | ![Java](https://img.shields.io/badge/Java-087CFA?logo=intellij-idea&logoColor=white) |
| | [`Sieci komputerowe (L)/`](<./R2S1/Sieci%20komputerowe%20(L)/>) | ![Networking](https://img.shields.io/badge/Networking-1BA0D7?logo=Cisco&logoColor=white) |
| | [`Systemy Operacyjne (L)/`](<./R2S1/Systemy%20Operacyjne%20(L)/>) | ![CMD](https://img.shields.io/badge/CMD-black?logo=powershell&logoColor=white)
![PowerShell](https://img.shields.io/badge/PowerShell-5391FE?logo=powershell&logoColor=white)
![Bash](https://img.shields.io/badge/Bash-4EAA25?logo=gnu-bash&logoColor=white) |
| 4. [`R2S2/`](./R2S2/) | | |
| | [`Języki skryptowe (L)/`](<./R2S2/Języki%20skryptowe%20(L)/>) | ![Python](https://img.shields.io/badge/Python-FCF84A?logo=pycharm&logoColor=black) |
| | [`Programowanie współbieżne i rozproszone (L)/`](<./R2S2/Programowanie%20współbieżne%20i%20rozproszone%20(L)/>) | ![Java](https://img.shields.io/badge/Java-087CFA?logo=intellij-idea&logoColor=white) |

## Naming logic:

```bash
~/R_S_/[subject]/somewhat_organized_assignments_in_subdirs/
```

- `~` -> repo's root directory
- `R_` -> year of studying, where `_` represents a number of given year
- `S_` -> semester of the year, where `_` represents a number of given semester
- `[subject]` -> name of the subject; letter in brackets defines the type of classes in a given subject: _L_ - practical, _Ć_ - practical (more focused on math without computers), _W_ - lectures
- `somewhat_organized_assignments_in_subdirs` -> pretty much self-explanatory