From 6ffa8b285d4bdb2eecd582b29e0cb11741aaf4b1 Mon Sep 17 00:00:00 2001 From: duongban <37523734+duongban@users.noreply.github.com> Date: Mon, 31 May 2021 22:19:35 +0700 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3242ce2..af74307 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ This fork repository has been updated with the following features: - Choose to load the database - Init database with UI - Bookmark card will be added to the tag "bookmark" +- Can load old database hasn't been tagged yet *-------------------- __Origin README__ --------------------* From 8088f1e854a1b7aef83c2a39e2524bad4e7b5bc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 22:03:03 +0000 Subject: [PATCH 2/3] Bump urllib3 from 1.24.2 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.26.5. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.24.2...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 87b43b6..fbd346b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,6 +24,6 @@ pyxdg==0.26 requests==2.20.0 scour==0.32 six==1.10.0 -urllib3==1.24.2 +urllib3==1.26.5 virtualenv==15.1.0 Werkzeug==0.15.3 From cfffd2006be367176bfc4ce0617b50edb58ebd6f Mon Sep 17 00:00:00 2001 From: John Washam Date: Tue, 15 Jun 2021 19:58:06 -0700 Subject: [PATCH 3/3] Adds Anki flashcards - from @JackKuo-tw --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a507f78..ea998ca 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,13 @@ https://github.com/eyedol/tools/blob/master/anki_data_builder.py Thanks [@eyedol](https://github.com/eyedol) +## Anki Flashcards: + +* [computer science flash cards - (basic)](https://ankiweb.net/shared/info/1782040640) +* [computer science flash cards - (extreme)](https://ankiweb.net/shared/info/1691396127) + +Thanks [@JackKuo-tw](https://github.com/JackKuo-tw) + ## How to run it on a server 1. Clone project to a directory on your web server.