Merge branch 'main' of https://github.com/duongban/computer-science-flash-cards into main
This commit is contained in:
@@ -6,6 +6,7 @@ This fork repository has been updated with the following features:
|
|||||||
- Choose to load the database
|
- Choose to load the database
|
||||||
- Init database with UI
|
- Init database with UI
|
||||||
- Bookmark card will be added to the tag "bookmark"
|
- Bookmark card will be added to the tag "bookmark"
|
||||||
|
- Can load old database hasn't been tagged yet
|
||||||
|
|
||||||
*-------------------- __Origin README__ --------------------*
|
*-------------------- __Origin README__ --------------------*
|
||||||
|
|
||||||
@@ -77,6 +78,13 @@ https://github.com/eyedol/tools/blob/master/anki_data_builder.py
|
|||||||
|
|
||||||
Thanks [@eyedol](https://github.com/eyedol)
|
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
|
## How to run it on a server
|
||||||
|
|
||||||
1. Clone project to a directory on your web server.
|
1. Clone project to a directory on your web server.
|
||||||
|
|||||||
@@ -24,6 +24,6 @@ pyxdg==0.26
|
|||||||
requests==2.20.0
|
requests==2.20.0
|
||||||
scour==0.32
|
scour==0.32
|
||||||
six==1.10.0
|
six==1.10.0
|
||||||
urllib3==1.24.2
|
urllib3==1.26.5
|
||||||
virtualenv==15.1.0
|
virtualenv==15.1.0
|
||||||
Werkzeug==0.15.3
|
Werkzeug==0.15.3
|
||||||
|
|||||||
Reference in New Issue
Block a user