From b9a28ab1c8408967bb273cc1c19436a2c0563b48 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sat, 13 Nov 2021 11:01:33 -0500 Subject: articles/the-birthday-paradox.md: add links to inkscape, matplotlib, and hugo-shortcode-table --- content/articles/the-birthday-paradox.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'content') diff --git a/content/articles/the-birthday-paradox.md b/content/articles/the-birthday-paradox.md index 9873bdb..deb3acd 100644 --- a/content/articles/the-birthday-paradox.md +++ b/content/articles/the-birthday-paradox.md @@ -321,6 +321,10 @@ born. * [Companion GitHub repository][github] * [The Birthday Problem (Wikipedia)][bp] +* [Inkscape][]: Used to create the probability basics figure. +* [matplotlib][]: Used to create the shared birthday probability chart. +* [hugo-shortcode-table][]: Used to create the shared birthday + probability table. [bp]: https://en.wikipedia.org/wiki/Birthday_problem "The birthday problem." @@ -374,3 +378,9 @@ born. "General Purpose computation on Graphics Processing Units." [permutation without repetition]: https://en.wikipedia.org/wiki/Permutation#Permutations_without_repetitions "Permutation without repetition." +[inkscape]: https://inkscape.org/ + "Free and open source vector graphics editor." +[matplotlib]: https://matplotlib.org/ + "Python library for creating static, animated, and interactive visualizations." +[hugo-shortcode-table]: https://github.com/pablotron/hugo-shortcode-table + "Table shortcode for Hugo static site generator." -- cgit v1.2.3