diff options
author | Paul Duncan <pabs@pablotron.org> | 2022-08-05 01:44:15 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2022-08-05 01:44:15 -0400 |
commit | 0049411a619c673fcc0fcf383536ebda0cbb4586 (patch) | |
tree | dda52a59514e4f1a9621911c445c73a5c66af8a2 | |
parent | e8608bb8a3988459101bb8da7f0e4ae0dd4bb1bb (diff) | |
download | pablotron.org-0049411a619c673fcc0fcf383536ebda0cbb4586.tar.bz2 pablotron.org-0049411a619c673fcc0fcf383536ebda0cbb4586.zip |
TODO.md: add ideas
-rw-r--r-- | TODO.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -196,6 +196,12 @@ this stuff may not make any sense. https://eli.thegreenplace.net/2021/a-comprehensive-guide-to-go-generate/ https://github.com/KhronosGroup/OpenCL-Docs/blob/main/xml/cl.xml * duktape vs quickjs (vs mujs?) +* math: multinomial (stars and bars, # of moves on a chess board, + multinomial coefficient, etc), de moir dice problem + <https://en.wikipedia.org/wiki/Stars_and_bars_(combinatorics)> + ref: Introduction to Probability with Statistical Applications, ch 2.5 + 1e10/81 (1234567890.1234567890) +* fzf, ripgrep ## done * add project folders |