Skip to content

Commit

Permalink
AZA, DBS, PSI update (citruslee#43)
Browse files Browse the repository at this point in the history
* Add files into directories skusky and zapoctovky

* Add file GIT prikazy.txt into DBS directory

* Add directory Pisomecky with files and add directory 2015 with files into skusky-a-vypracovania-otazok
  • Loading branch information
Fiitkar authored and citruslee committed Jun 26, 2017
1 parent f51e8e4 commit 897ba0a
Show file tree
Hide file tree
Showing 36 changed files with 60 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added 3._Semester/AZA/zapoctovky/2017/test1_A_2017.pdf
Binary file not shown.
Binary file added 3._Semester/AZA/zapoctovky/2017/test1_B_2017.pdf
Binary file not shown.
30 changes: 30 additions & 0 deletions 4._Semester/DBS/GIT prikazy.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
git init - v danom priecinku vytvori git repo
git clone URL - vytvori mi dany repo v priecinku kde sa momentalne nachadzam
git status - ukaze status
git add FILE - da mi do Index-u dany subor
git commit -m "message" - commitne zmeny (Index) v mojom lokalnom repo
git remote add origin URL - spoji remote repo s mojim repo pod nazvom origin
git push origin BRANCH - ulozi zmeny commitnute do remote repo do danej branche
git push - ulozi zmeny commitnute do remote repo
git checkout -b BRANCH - vytvori novu branchu
git checkout -d FILE - vymaze dany subor z danej vetvy
git checkout BRANCH - prepne sa na danu branchu
git checkout -- - vrati zmeny od posledneho add, tie co uz boli addnute sa nezmenia a vytvorene nove subory ostanu
git branch -d BRANCH - vymaze danu branchu
git branch - zobrazi vsetky vetvy
git pull --rebase - stiahne zmeny z remote repo do lokalneho repo, je potrebne byt v lokalno repo a potom executnut prikaz
git merge BRANCH - mergne branchu do tej branche v ktorej aktualne som
git add FILE - oznacim vetvu v ktorej sa nachadzam ako mergnuta s danym FILE
git diff SRC_BRANCH TARGET_BRANCH - uvidim rozdiely medzi src a target branchami
git tag VERSION COMMIT_ID - otaguje cislom verzie dany commit
git log - zobrazi repo historiu, chodi sa z toho von q
git log --author=AUTOR - zobrazi logi len od daneho autora
git log --pretty=oneline - zobrazi historiu logov velmi zjednodusenu a kazdy commit je na samostatnom riadku
git log --graph --oneline --decorate --all - zobrazi branche v ascii grafe
git log --name-status - zobrazi iba subory ktore sa menili
git PRIKAZ --help - zobrazi napovedu k danemu prikazu
git fetch origi && git reset --hard origin/master - v�etky lokalne zmeny sa vyma�u a stiahne sa repo z remote servera
gitk - build-in git gui
git config color.ui true - nastavi farbicky na vystupe
git config format.pretty oneline - zobrazi logy len jeden commit na jeden riadok
git add -i - pouzije sa interaktivny git na pridanie
Binary file added 4._Semester/PSI/Pisomecky/2016/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 4._Semester/PSI/Pisomecky/2016/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 4._Semester/PSI/Pisomecky/2016/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 4._Semester/PSI/Pisomecky/2016/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 4._Semester/PSI/Pisomecky/2016/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 4._Semester/PSI/Pisomecky/2016/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 4._Semester/PSI/Pisomecky/2016/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 4._Semester/PSI/Pisomecky/2016/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 4._Semester/PSI/Pisomecky/2016/9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 4._Semester/PSI/Pisomecky/2017/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 4._Semester/PSI/Pisomecky/2017/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 4._Semester/PSI/Pisomecky/2017/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 4._Semester/PSI/Pisomecky/2017/4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 4._Semester/PSI/Pisomecky/2017/5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 4._Semester/PSI/Pisomecky/2017/6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 4._Semester/PSI/Pisomecky/2017/7.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 4._Semester/PSI/Pisomecky/2017/tyzden 11 a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 4._Semester/PSI/Pisomecky/2017/tyzden 11 b.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions 4._Semester/PSI/Pisomecky/2017/tyzden 11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
požiadavky na software merateľné a zmysluplné
nie - 100 používateľov
nie - je jednoduché
áno - kratší response ako 1s

čo platí pre stavové diagramy platí
áno - môžeme podľa neho skontrolovať model údajov, správanie a ďaľšie modely
nie - modelujeme podľa nich scenáre
nie - vidíme z nich architektúru softvéru
nie - N/A
Binary file added 4._Semester/PSI/Pisomecky/2017/tyzden 12.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions 4._Semester/PSI/Pisomecky/2017/tyzden 7.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Modelovanie pripadov pouzitia - vyberte viac spravnych odpovedi?
mozeme medzi pripadmi pouzitia definovat zavislost - �no
mozeme medzi pripadmi pouzitia definovat generalizaciu - �no
mozeme medzi pripadmi pouzitia definovat interakcie - nie
akteri navzajom mozu mat vztah interakcie -nie, jedine generalizaciu
a e�te jedna ot�zka, ale napam�t�m si ju a odpove� bola - nie

Ak X include Y mozeme s istotou povedat ze - vyberte jednu odpoved?
Pripad X je zavisli od pripadu Y
tri zvy�n� boli jasn� blbosti
10 changes: 10 additions & 0 deletions 4._Semester/PSI/Pisomecky/2017/tyzden 8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Otázky
v sekvenčnom diagram synchrónne volanie:

- vodorovné neprerušované plná šipka

v prípadoch použtia, kde A extend B:

- prípad použitia B má nejaké body rozšírenia

- prípad použitia B nevie nič o prípade A
Binary file added 4._Semester/PSI/Pisomecky/2017/tyzden 9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 897ba0a

Please sign in to comment.