ontheway
This commit is contained in:
54
report/sections/99_appendix.tex
Normal file
54
report/sections/99_appendix.tex
Normal file
@@ -0,0 +1,54 @@
|
||||
\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}
|
||||
|
||||
Reference in New Issue
Block a user