Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Trigary committed Oct 1, 2022
0 parents commit b6a5cbb
Show file tree
Hide file tree
Showing 110 changed files with 10,520 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Latex-related generated files (in any folder)
*.aux
*.log
*.out
*.synctex.gz
*.toc
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Egyetemi jegyzetek

Ebben a repository-ban megtalálhatóak a jobban sikerült egyetemi jegyzeteim, amelyek másoknak esetleg hasznosak lehetnek.

Ezek a jegyzetek nincsenek lektorálva, valószínűleg vannak bennük hibák. Amióta készültek, könnyen lehet, hogy a tananyag is megváltozott.

Ebben a README-ben található egy link minden jegyzethez. A fájlok között navigálva is megtalálhatóak, de ez a README egy kicsit jobban rendszerezi őket.

## ELTE IK Proginf BSc, Szoftvertervező (B) szakirány (kezdés éve: 2020)

| Félév | Tárgy kódja | Tárgy neve | Link |
|:---------:|:-----------:|:----------:|:----:|
| 2021-22-1 | IP-18AA2E/G | Algoritmusok és adatszerkezetek II | [link](algo2/README.md) |
| 2021-22-1 | IP-18bPREE/G | Programozáselmélet | [link](progelm/README.md) |
| 2021-22-1 | IP-18bDM2E/G | Diszkrét matematika II | [link](dimat2/README.md) |
| 2021-22-2 | IP-18AB1E/G | Adatbázisok I | [link](adatb1/README.md) |
| 2021-22-2 | IP-18OPREG | Operációs rendszerek | [link](oprend/README.md) |
| 2021-22-2 | IP-18bFNYFPRE/G | Formális nyelvek és fordítóprogramok alapjai | [link](fonya-fordprog/README.md) |
| 2021-22-2 | IP-18bVSZEG | Valószínűségszámítás és statisztika | [link](valszám-stat/README.md) |
| 2021-22-2 | IP-18bNM1E/G | Numerikus módszerek I | [link](nummód1/README.md) |
Binary file added adatb1/Chase-teszt.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 adatb1/EK-alosztály.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 adatb1/EK-gyenge-egyedhalmaz.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 adatb1/EK-kapcsolat-attribútum.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 adatb1/EK-kapcsolat.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 adatb1/EK-relációvá.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 adatb1/FF-geometriai-reprezentáció.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions adatb1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
**Képzés:** ELTE IK Proginf BSc, Szoftvertervező (B) szakirány (kezdés éve: 2020)
**Tárgy neve:** Adatbázisok I
**Tárgy kódja:** IP-18AB1E/G

A gyakorlat-specifikus része a jegyzetnek a legvégén található.

[Jegyzet link](adatb1.pdf)
Binary file added adatb1/adatb1.pdf
Binary file not shown.
Loading

0 comments on commit b6a5cbb

Please sign in to comment.