Class 2 Notes

Created Wednesday 20 May 2020

This week, we reviewed our php skills in prep for a refresher assignment:

PHP Example Code

Also, we took a quick look at Markov Chains:
https://towardsdatascience.com/introduction-to-markov-chains-50da3645a50d
https://rosettacode.org/wiki/Markov_chain_text_generator

And some impressively short code with possible cool results: Here's the one I showed off in class:
https://github.com/jcsongor/markov-bash/blob/master/markov.sh
A different one with explanation:
https://0x0f0f0f.github.io/posts/2019/11/really-fast-markov-chains-in-~20-lines-of-sh-grep-cut-and-awk/

A little googling can show off more.