reading
Here are 452 public repositories matching this topic...
Notes from books and other interesting things that I've read. Table of contents at the end
-
Updated
Apr 6, 2021
-
Updated
Jun 24, 2021
A list of computer-science readings I recommend
-
Updated
Jan 17, 2020
Some awesome AI related books and pdfs for learning and downloading, also apply some playground models for learning
-
Updated
Jul 20, 2021 - Jupyter Notebook
A cms for absolute minimalists.
-
Updated
Jul 26, 2021 - JavaScript
books that i have read and worth sharing
-
Updated
Aug 14, 2021 - JavaScript
Right now there is no difference between a highlight and a note. It would be nice to nicely format this in notion.
e.g.
This was the highlight in the book.
Notes: This is the note I wrote for the above highlight.
When I start Anki 2.0, "Your Incremental Reading settings file has been modified for compatibility reasons. …", and my custom QuickKey is not there when I start Anki 2.1 after that.
Add list view
-
Updated
Dec 13, 2017 - HTML
-
Updated
Jun 25, 2020
ReaDB is your private digital bookshelf. Read. Review. Remember.
-
Updated
Jan 17, 2017 - JavaScript
We're simply splitting at \n\n which doesn't work for text files created on Windows (I didn't test it, but I'm quite confident).
Related #19
Curated repository of notes from papers I'm reading, mostly NLP related. Updated regularly.
-
Updated
Apr 19, 2021
主要是我的一些阅读、学习、社交、研究、思考、放松娱乐记录整理。
-
Updated
Aug 18, 2020
Formula to detect the grade level of text according to Flesch–Kincaid Grade Level (1975)
-
Updated
Apr 5, 2021 - JavaScript
Improve this page
Add a description, image, and links to the reading topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the reading topic, visit your repo's landing page and select "manage topics."



When the javascript is updates, there are usually a handful of users who experience broken behavior (#1284) because their browser is still working off a cached version of the previous one. I think using https://docs.djangoproject.com/en/3.2/ref/contrib/staticfiles/#django.contrib.staticfiles.storage.ManifestStaticFilesStorage will resolve this?