Skip to content

Commit

Permalink
Auto-fixup IDs by GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkiTUM-Bot committed Jan 19, 2024
1 parent 88c66ae commit 5c767ef
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion EI00330_Signaltheorie/fourier_transformation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ cards:
- type: basic
id: 4 # (generated)
front: 'FT für Integration (Zeit): [$]\int_[/$]'
back: ""
back: ''
22 changes: 11 additions & 11 deletions IN0008_GDB/anfragebearbeitung.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cards:
- Vereinigung
- Schnitt
- Kreuzprodukt
- type: md_basic
id: 1 # (generated)
Expand Down Expand Up @@ -44,7 +44,7 @@ cards:
[$$]R_1 \cup (R_2 \cup R_3) = (R_1 \cup R_2) \cup R_3[/$$]
[$$]R_1 \Join (R_2 \Join R_3) = (R_1 \Join R_2) \Join R_3[/$$]
- type: md_basic
id: 4 # (generated)
Expand All @@ -54,7 +54,7 @@ cards:
[$$]\sigma_{p_1 \land p_2 \land \dots \land p_n}(R)
= \sigma_{p_1}(\sigma_{p_2}(\dots \sigma_{p_n}(R) \dots))[/$$]
- type: md_basic
id: 5 # (generated)
Expand All @@ -66,7 +66,7 @@ cards:
[$$]\Pi_l(\sigma_p(R)) = \sigma_p(\Pi_l(R)), attr(p) \subseteq l[/$$]
Wobei [$]attr(p)[/$] die Menge aller in [$]p[/$] enthaltenden Attribute ist.
- type: md_basic
id: 6 # (generated)
Expand All @@ -75,7 +75,7 @@ cards:
Durch Eliminierung:
[$$]\Pi_{l_1}(\Pi_{l_2}(\dots (\Pi_{l_n}) \dots)) = \Pi_{l_1}(R)[/$$]
- type: md_basic
id: 7 # (generated)
Expand All @@ -84,7 +84,7 @@ cards:
Ja. Es gilt:
[$$]\sigma_p(\sigma_q(R)) = \sigma_q(\sigma_p(R))[/$$]
- type: md_basic
id: 8 # (generated)
Expand All @@ -99,7 +99,7 @@ cards:
[$$]\sigma_p(R_1 \Join R_2) = \sigma_p(R_1) \Join R_2[/$$]
[$$]\sigma_p(R_1 \times R_2) = \sigma_p(R_1) \times R_2[/$$]
- type: md_basic
id: 9 # (generated)
Expand All @@ -112,7 +112,7 @@ cards:
Wobei (Bei Attributmenge [$]l_2[/$] Analog):
[$$]l_1 = {A \vert A \in \mathcal{R}_1 \cap l} \cup {A \vert A \in \mathcal{R}_1 \cap attr(p)}[/$$]
- type: md_basic
id: 10 # (generated)
Expand All @@ -122,7 +122,7 @@ cards:
Ja. Es gilt (für Schnitt und Differenz analog):
[$$]\sigma_p(R \cup S) = \sigma_p(R) \cup \sigma_p(S)[/$$]
- type: md_basic
id: 11 # (generated)
Expand All @@ -137,7 +137,7 @@ cards:
Sei [$]sch(R_1) == sch(R_2)[/$], dann gilt:
[$$]\Pi_l(R_1 \cup R_2) = \Pi_l(R_1) \cup \Pi_l(R_2)[/$$]
- type: md_basic
id: 13 # (generated)
Expand All @@ -146,7 +146,7 @@ cards:
Ein Beispiel:
[$$]\neg(p_1 \lor p_2) = \neg p_1 \land \neg p_2[/$$]
- type: md_basic
id: 14 # (generated)
Expand Down
16 changes: 8 additions & 8 deletions IN0008_GDB/relationale_anfragesprachen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,36 +10,36 @@ cards:
back: |
- Zeichenketten vom Typ `character` immer Größe n
- Abgespeicherte Größe kann bei `char varying` oder `varchar`variieren
- type: md_basic
id: 1 # (generated)
front: Was ist die Bedeutung der Argumente von `numeric(p, s)`?
back: |
- p: Die Gesamtzahl der gespeicherten Stellen
- s: Nachkommerstellen
- type: md_basic
id: 2 # (generated)
front: Was ist der Datentyp für Fixkommazahlen in SQL?
back: |
`numeric(p, s)`
- type: md_basic
id: 3 # (generated)
front: Was ist der Datentyp für Gleitkommazahlen in SQL?
back: |
`float`
- type: md_basic
id: 4 # (generated)
front: Was ist der Datentyp für Integers in SQL?
back: |
`int` oder `integer`
- type: md_basic
id: 5 # (generated)
Expand All @@ -59,7 +59,7 @@ cards:
```
Dabei `+` für ein, oder mehrere Attribute in der Liste.
- type: md_basic
id: 7 # (generated)
Expand All @@ -77,7 +77,7 @@ cards:
alter table Professoren
add column (Raum integer);
```
- type: md_basic
id: 8 # (generated)
Expand All @@ -93,7 +93,7 @@ cards:
alter table <NAME>
alter column (<ATTRIBUTE> <TYPE>);
```
- type: md_basic
id: 9 # (generated)
Expand Down
4 changes: 2 additions & 2 deletions IN0009_GBS/dateisysteme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cards:
- fat16, fat32 (DOS)
- NTFS (Windows)
- hfs (macOS)
- type: md_basic
id: 2 # (generated)
Expand Down Expand Up @@ -194,6 +194,6 @@ cards:
- type: md_basic
id: 22 # (generated)
front: Wie können variable Längen bei Dateien implementiert werden?
back: |+
back: |
- Zeichenlimitierung
- Pointer auf den Heap -> Speichern als Hashmap, da die Dateisuche in einem Ordner sosnt lanmgsam wird
2 changes: 1 addition & 1 deletion IN0009_GBS/modellierung.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ cards:
- type: md_basic
id: 16 # (generated)
front: Nenne zwei Wege Semaphoren in Petri-Netzen zu modellieren.
back: |+
back: |
1. Kapazitätseinschränkung
2. Initialbelegung der Stelle (Semaphore)

0 comments on commit 5c767ef

Please sign in to comment.