gitextract_1q6_hbc5/ ├── .gitignore ├── LICENSE ├── README.md ├── code/ │ ├── answer_awk.txt │ ├── answer_sed.txt │ ├── arguments.awk │ ├── array-for-loop.awk │ ├── asort.awk │ ├── asorti.awk │ ├── bits.awk │ ├── dowhile.awk │ ├── environ.awk │ ├── files.txt │ ├── for.awk │ ├── function-debug.awk │ ├── items-sold.txt │ ├── items.txt │ ├── label.sed │ ├── numbers.txt │ ├── path.txt │ ├── printf-width.awk │ ├── question_awk.txt │ ├── question_awk3.txt │ ├── question_awk4.txt │ ├── question_awk5_1.txt │ ├── question_awk5_2.txt │ ├── question_awk6_1.txt │ ├── question_awk6_2.txt │ ├── question_awk7.txt │ ├── sed_example_1.sed │ ├── source-multiple-fs.txt │ ├── source-one-line.txt │ ├── source-star.txt │ ├── source.txt │ ├── source2.txt │ ├── srand.awk │ ├── string.awk │ ├── testscript.sed │ ├── total-star.awk │ └── while.awk ├── css/ │ ├── print/ │ │ ├── paper.css │ │ └── pdf.css │ ├── reveal.css │ ├── shaders/ │ │ ├── tile-flip.fs │ │ └── tile-flip.vs │ └── theme/ │ └── default.css ├── index.html ├── lib/ │ ├── css/ │ │ └── zenburn.css │ ├── font/ │ │ └── league_gothic_license │ └── js/ │ ├── classList.js │ └── html5shiv.js ├── plugin/ │ ├── highlight/ │ │ └── highlight.js │ ├── markdown/ │ │ ├── markdown.js │ │ └── showdown.js │ ├── notes/ │ │ ├── notes.html │ │ └── notes.js │ ├── notes-server/ │ │ ├── client.js │ │ ├── index.js │ │ └── notes.html │ ├── postmessage/ │ │ ├── example.html │ │ └── postmessage.js │ ├── print-pdf/ │ │ └── print-pdf.js │ ├── remotes/ │ │ └── remotes.js │ └── zoom-js/ │ └── zoom.js ├── requirements.txt └── run.py