We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d2b06 commit eba5947Copy full SHA for eba5947
.gitmodules
@@ -4,3 +4,6 @@
4
[submodule "showcase/game-of-life"]
5
path = showcase/game-of-life
6
url = https://github.com/narthur/game-of-life
7
+[submodule "showcase/bayes"]
8
+ path = showcase/bayes
9
+ url = https://github.com/narthur/bayes
showcase/README.md
@@ -5,6 +5,7 @@ Community showcase of projects built by Codebuff
- [Later](https://github.com/narthur/later) - A task management app inspired by Do It (Tomorrow), built with Svelte
- [Game of Life](https://github.com/narthur/game-of-life) - Conway's Game of Life implementation with TypeScript
+- [Bayes](https://github.com/narthur/bayes) - A web application for applying Bayesian reasoning to everyday life
10
## Cloning
11
showcase/bayes
0 commit comments