view paste/paste.27718 @ 4928:d62fa2c6ffb2

<mroman_> echo \'double f(double a, double b) { return a + b; }\' | gcc -x c - -o - -S -O3 | paste
author HackBot
date Mon, 29 Sep 2014 08:54:27 +0000
parents 7f957c1f4661
children
line wrap: on
line source

Usage: words [-dhNo] [DATASETS...] [NUMBER_OF_WORDS]

options:
  -l, --list             list valid datasets
  -d, --debug            debugging output
  -N, --dont-normalize   don't normalize frequencies when combining
                         multiple Markov models; this has the effect
                         of making larger datasets more influential
  -o, --target-offset    change the target length offset used in the
                         word generation algorithm; use negative integers
                         for best results