Skip to content

Instantly share code, notes, and snippets.

@FFY00
Last active June 1, 2019 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FFY00/8ded69696cf6d97f980f02189aa9242f to your computer and use it in GitHub Desktop.
Save FFY00/8ded69696cf6d97f980f02189aa9242f to your computer and use it in GitHub Desktop.
Pauta de Tecnologias de Internet
#!/bin/sh
pdftotext -layout "$@" - | sed -e '/^[0-9][0-9][0-9][0-9][0-9][0-9]/!d' -e 's|,|\.|g' -e '/FALTOU/d'| awk -F '[[:space:]][[:space:]]+' '{print $4}' | R -e 'd <- density(scan(file("stdin"))); plot(d, main="Notas de SI"); polygon(d, col="red")'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment