55 lines
1.1 KiB
TeX
55 lines
1.1 KiB
TeX
\section{Appendices\label{sec:appen}}
|
|
|
|
|
|
\subsection{Automation scripts\label{sec:appen:auto}}
|
|
|
|
|
|
\lstinputlisting[
|
|
basicstyle=\ttfamily\scriptsize
|
|
language={},
|
|
caption={Bash automation script},
|
|
breaklines=true,
|
|
label={lst:appen:bash}
|
|
]{scripts/many_search.sh}
|
|
|
|
|
|
|
|
\lstinputlisting[
|
|
basicstyle=\ttfamily\scriptsize
|
|
language={},
|
|
caption={Python capture HAR script},
|
|
breaklines=true,
|
|
label={lst:appen:capture}
|
|
]{scripts/capture_search_har.py}
|
|
|
|
|
|
\lstinputlisting[
|
|
basicstyle=\ttfamily\scriptsize
|
|
language={},
|
|
caption={Python HAR to CSV script},
|
|
breaklines=true,
|
|
label={lst:appen:hartocsv}
|
|
]{scripts/har_entries_to_csv.py}
|
|
|
|
|
|
|
|
|
|
\subsection{Power Query transformation\label{sec:appen:pq}}
|
|
|
|
\lstinputlisting[
|
|
basicstyle=\ttfamily\scriptsize
|
|
language={},
|
|
caption={Power Query ETL script},
|
|
breaklines=true,
|
|
label={lst:appen:pq}
|
|
]{scripts/power_query_etl.txt}
|
|
|
|
\lstinputlisting[
|
|
basicstyle=\ttfamily\scriptsize
|
|
language={},
|
|
caption={Power Query merge script},
|
|
breaklines=true,
|
|
label={lst:appen:merge}
|
|
]{scripts/power_query_merge.txt}
|
|
|