Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added primitive anki-deck #112

Merged
merged 10 commits into from
Jun 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 14 additions & 3 deletions MPP-PI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ MPP1 - Themenkatalog
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Inhaltsverzeichnis**

- [MPP1 - Themenkatalog](#mpp1---themenkatalog)
- [Präambel](#pr%C3%A4ambel)
- [Most Important Topics](#most-important-topics)
- [Grundlagen der Informationsverarbeitung](#grundlagen-der-informationsverarbeitung)
Expand Down Expand Up @@ -81,18 +80,22 @@ MPP1 - Themenkatalog
- [Betriebssystemverwaltung](#betriebssystemverwaltung)
- [RAID](#raid)
- [Pipes](#pipes)
- [Datensicherung](#datensicherung)
- [Rechnernetze](#rechnernetze)
- [ISO/OSI-Referenzmodell](#isoosi-referenzmodell)
- [ISO/OSI-Referenzmodell und TCP/IP](#isoosi-referenzmodell-und-tcpip)
- [Netzwerktopologien](#netzwerktopologien)
- [IP und Routing](#ip-und-routing)
- [IPv4 vs IPv6](#ipv4-vs-ipv6)
- [UDP vs TCP](#udp-vs-tcp)
- [TCP-Handshake](#tcp-handshake)
- [TCP Fast-Open](#tcp-fast-open)
- [TLS](#tls)
- [DNS](#dns)
- [URL-Aufruf](#url-aufruf)
- [DHCP](#dhcp)
- [DHCP](#dhcp)
- [SDSL / ADSL](#sdsl--adsl)
- [Datenbanken](#datenbanken)
- [Datenbankentwurf](#datenbankentwurf)
- [ANSI-SPARC Drei-Ebenen-Konzept](#ansi-sparc-drei-ebenen-konzept)
- [Datenmodelle](#datenmodelle)
- [Operationen im Relationalen Modell](#operationen-im-relationalen-modell)
Expand All @@ -101,7 +104,13 @@ MPP1 - Themenkatalog
- [Constraints](#constraints)
- [Speicherpyramide](#speicherpyramide)
- [Systemanalyse](#systemanalyse)
- [Softwareengineering](#softwareengineering)
- [Lasten- und Pflichtenheft](#lasten--und-pflichtenheft)
- [Phasenmodelle](#phasenmodelle)
- [Wasserfallmodell (einfaches Phasenmodell)](#wasserfallmodell-einfaches-phasenmodell)
- [Iteriertes Phasenmodell](#iteriertes-phasenmodell)
- [Spiralenmodell](#spiralenmodell)
- [V-Modell](#v-modell)
- [Systementwurf](#systementwurf)
- [OOP-Paradigmen](#oop-paradigmen)
- [MVC-Architektur](#mvc-architektur)
Expand All @@ -112,6 +121,8 @@ MPP1 - Themenkatalog
- [Pipelining](#pipelining)
- [IT-Trends](#it-trends)
- [Cloud Computing](#cloud-computing)
- [Machine-Learning und Künstliche Intelligenz](#machine-learning-und-k%C3%BCnstliche-intelligenz)
- [Internet of Things (IoT)](#internet-of-things-iot)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Expand Down
17 changes: 17 additions & 0 deletions MPP-PI/appendix/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
entnommen aus [Guide](https://docs.ankiweb.net/contrib.html#sharing-decks-privately)

Sharing Decks Privately

If you’d like to share decks with a limited group of people (such as a study group or class) rather than the general public\
you can do so by sharing them outside of AnkiWeb.\
To share a deck privately, go to the File menu and choose Export. Select a single deck (not "All Decks"), and turn off "include scheduling information".\
This will produce an .apkg file which you can share with others.\
You can share the .apkg file by emailing it to people, placing it on a website or shared folder\
or using a free file sharing service like Dropbox or Google Drive and sending people a link.\
Both the computer version and mobile clients make it easy to import from an apkg file simply by clicking or tapping on it.\
AnkiWeb does not have the ability to import apkg files.\
However, so the recipients of your deck will need to have the computer version or Anki on their mobile device.\
When a user **imports** an .apkg file, cards that already exist in their collection will be ignored and any new cards will be added.\
As long as they use the same note type, modified cards will also be updated.\
**To prevent data loss, cards that have been deleted in the new apkg file will not be deleted in the user’s collection.**\
**So if you need to delete cards from users' decks for whatever reason, you will need to contact them about it.**
Binary file added MPP-PI/extra/MPP PI I.apkg
Binary file not shown.
16 changes: 16 additions & 0 deletions MPP-PI/extra/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
entnommen aus [Guide](https://docs.ankiweb.net/contrib.html#sharing-decks-privately)

Sharing Decks Privately

> If you’d like to share decks with a limited group of people (such as a study group or class) rather than the general public,
> you can do so by sharing them outside of AnkiWeb.
> To share a deck privately, go to the File menu and choose Export. Select a single deck (not "All Decks"), and turn off "include scheduling information".
> This will produce an .apkg file which you can share with others.
> You can share the .apkg file by emailing it to people, placing it on a website or shared folder,
> or using a free file sharing service like Dropbox or Google Drive and sending people a link.
> Both the computer version and mobile clients make it easy to import from an apkg file simply by clicking or tapping on it.
> AnkiWeb does not have the ability to import apkg files however, so the recipients of your deck will need to have the computer version or Anki on their mobile device.
> When a user **imports** an .apkg file, cards that already exist in their collection will be ignored and any new cards will be added.
> As long as they use the same note type, modified cards will also be updated.
> **To prevent data loss, cards that have been deleted in the new apkg file will not be deleted in the user’s collection,**
> **so if you need to delete cards from users' decks for whatever reason, you will need to contact them about it.**