Skip to content
/ UZ Public

The collection of assignments I've completed during my studies on the University of Zielona Góra since October 2023

License

Notifications You must be signed in to change notification settings

Guliveer/UZ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

GitHub repo size GitHub last commit GitHub language count

❓ 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
(Open it in new tab)

📄 Open in IDE view

🔗 GitHub1s.com

Programming languages list

Language Directory
C ~/R1S1/Podstawy programowania (L)/
OCaml ~/R1S2/Podstawy systemów dyskretnych (L)/
C++ ~/R1S2/Programowanie obiektowe (L)/
C++ ~/R1S2/Programowanie obiektowe (W)/
Java ~/R2S1/Java i technologie Web (L)/
Python [TBD]

Directory tree

~/
|- R1S1/
|  L Podstawy programowania (L)/ C
|
|- R1S2/
|  |- Podstawy systemów dyskretnych (L)/ OCaml
|  |- Programowanie obiektowe (L)/ C++
|  L Programowanie obiektowe (W)/ C++
|
L R2S1/
  |- Java i technologie Web (L)/ Java
  |- Sieci komputerowe (L)/ Networking
  L Systemy Operacyjne (L)/ CMD PowerShell Bash

Naming logic:

~/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