Thread Previous • Date Previous • Date Next • Thread Next |
[offtopic]:
don't forget this excellent reference learning material for git: http://git-man-page-generator.lokaltog.net/
Out of curiosity, in case you're wondering how these generators work, they're based on Markov chains (https://en.wikipedia.org/wiki/Markov_chain): - based on the original docs you build a statistical matrix for probability of "x" word to be followed by "y" word. - you then use it for a random walk jumping from a word to the next, building the fake docs in the process.
It can be a very fun programming experiment. /DR
Thread Previous • Date Previous • Date Next • Thread Next |