amorriscode / computer-science-flash-cards

Markdown computer science flash cards for use with Anki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown Computer Science Flash Cards

This repository contains flash cards for my studies computer science/programming studies. It uses mdanki for building Anki decks.

Happy studies! 🤓

Creating Decks

  1. Create a folder under decks/
  2. Add .md files with your cards (refer to mdanki for card formatting)

Building Your Decks

  1. Make the build script executable

    chmod +x ./build.sh
  2. Execute the build script

    ./build.sh
  3. Import your .apkg files into Anki

My Decks

I'm just starting my studies so the decks will grow. Currently, I have decks for the following topics:

Contributing

If you find any mistakes or would like to add a card to the deck, feel free! Make a PR and I'll review it as soon as I can.

About

Markdown computer science flash cards for use with Anki


Languages

Language:Shell 100.0%