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
- Host: GitHub
- URL: https://github.com/guliveer/uz
- Owner: Guliveer
- Created: 2023-09-22T10:43:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T08:33:38.000Z (about 1 year ago)
- Last Synced: 2024-10-29T09:51:12.803Z (about 1 year ago)
- Topics: basics, explanations, learning, programming-exercises, programming-languages, simple, variety
- Language: C
- Homepage:
- Size: 101 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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



❓ 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 |
| :------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------- |
|  | [`~/R1S1/Podstawy programowania (L)/`](<./R1S1/Podstawy%20programowania%20(L)/>) |
|  | [`~/R1S2/Podstawy systemów dyskretnych (L)/`](<./R1S2/Podstawy%20systemów%20dyskretnych%20(L)/>) |
|  | [`~/R1S2/Programowanie obiektowe (L)/`](<./R1S2/Programowanie%20obiektowe%20(L)/>) |
|  | [`~/R1S2/Programowanie obiektowe (W)/`](<./R1S2/Programowanie%20obiektowe%20(W)/>) |
|  | [`~/R2S1/Java i technologie Web (L)/`](<./R2S1/Java%20i%20technologie%20Web%20(L)/>) |
|  | [`~/R2S2/Języki skryptowe (L)/`](<./R2S2/Języki%20skryptowe%20(L)/>) |
|  | [`~/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)/>) |  |
| 2. [`R1S2/`](./R1S2/) | | |
| | [`Podstawy systemów dyskretnych (L)/`](<./R1S2/Podstawy%20systemów%20dyskretnych%20(L)/>) |  |
| | [`Programowanie obiektowe (L)/`](<./R1S2/Programowanie%20obiektowe%20(L)/>) |  |
| | [`Programowanie obiektowe (W)/`](<./R1S2/Programowanie%20obiektowe%20(W)/>) |  |
| 3. [`R2S1/`](./R2S1/) | | |
| | [`Java i technologie Web (L)/`](<./R2S1/Java%20i%20technologie%20Web%20(L)/>) |  |
| | [`Sieci komputerowe (L)/`](<./R2S1/Sieci%20komputerowe%20(L)/>) |  |
| | [`Systemy Operacyjne (L)/`](<./R2S1/Systemy%20Operacyjne%20(L)/>) | 

 |
| 4. [`R2S2/`](./R2S2/) | | |
| | [`Języki skryptowe (L)/`](<./R2S2/Języki%20skryptowe%20(L)/>) |  |
| | [`Programowanie współbieżne i rozproszone (L)/`](<./R2S2/Programowanie%20współbieżne%20i%20rozproszone%20(L)/>) |  |
## 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