Skip to content

Instantly share code, notes, and snippets.

View ilbonte's full-sized avatar
🎯
Focusing

Davide Bontempelli ilbonte

🎯
Focusing
  • TN,Italy
View GitHub Profile
@riceissa
riceissa / anki_algorithm.py
Last active March 24, 2025 01:14
my current understanding of Anki's spacing algorithm
"""
This is my understanding of the Anki scheduling algorithm, which I mostly
got from watching https://www.youtube.com/watch?v=lz60qTP2Gx0
and https://www.youtube.com/watch?v=1XaJjbCSXT0
and from reading
https://faqs.ankiweb.net/what-spaced-repetition-algorithm.html
There is also https://github.com/dae/anki/blob/master/anki/sched.py but I find
it really hard to understand.
Things I don't bother to implement here: the random fudge factor (that Anki
@tsiege
tsiege / The Technical Interview Cheat Sheet.md
Last active April 11, 2025 17:09
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.

ANNOUNCEMENT

I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!






\

@mbostock
mbostock / .block
Last active February 28, 2025 00:14
Wilson’s Algorithm
license: gpl-3.0