aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2021-11-13 11:01:33 -0500
committerPaul Duncan <pabs@pablotron.org>2021-11-13 11:01:33 -0500
commitb9a28ab1c8408967bb273cc1c19436a2c0563b48 (patch)
tree716eb05d56374e37a78ee301310c14af5d4b6081 /content
parent4a16ba0dc1c40ab8b69799bb20e5c8593f778460 (diff)
downloadpablotron.org-b9a28ab1c8408967bb273cc1c19436a2c0563b48.tar.bz2
pablotron.org-b9a28ab1c8408967bb273cc1c19436a2c0563b48.zip
articles/the-birthday-paradox.md: add links to inkscape, matplotlib, and hugo-shortcode-table
Diffstat (limited to 'content')
-rw-r--r--content/articles/the-birthday-paradox.md10
1 files changed, 10 insertions, 0 deletions
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."