Changes
3 changed files (+1/-1)
-
-
@@ -1,7 +1,6 @@--- title: 6.7800 Project author: Anthony Wang compile: nix shell nixpkgs#pandoc nixpkgs#pandoc-include nixpkgs#typst -c pandoc README.md -t typst --filter pandoc-include -o report.pdf --- In part 1 of this project, we used Python, MCMC, and bigram frequencies to decode a substitution cipher. However, this approach is slow (I tried PyPy and it's still too slow) and makes mistakes like "qust" instead of "just" since both "j" and "q" are very rare letters. The solution?
-
-
mkpdf.sh (new)
-
@@ -0,0 +1,1 @@nix shell nixpkgs#pandoc nixpkgs#pandoc-include nixpkgs#typst -c pandoc README.md -t typst --filter pandoc-include -o report.pdf
-
-