cleaned up whitespace in the latex files, deleted guest password

This commit is contained in:
elvis
2023-03-27 23:04:18 +02:00
parent 6fef3a3c7c
commit 032faead63
2 changed files with 29 additions and 76 deletions

BIN
Relazione/Relazione.pdf Normal file

Binary file not shown.

View File

@ -14,14 +14,14 @@
\usepackage{listings} %% code block
\lstset{
language=C,
showspaces=false,
basicstyle=\small\ttfamily,
numbers=left,
numberstyle=\tiny,
breaklines=true,
postbreak=\mbox{\textcolor{red}{$\hookrightarrow$}\space},
backgroundcolor = \color{lightgray},
language=C,
showspaces=false,
basicstyle=\small\ttfamily,
numbers=left,
numberstyle=\tiny,
breaklines=true,
postbreak=\mbox{\textcolor{red}{$\hookrightarrow$}\space},
backgroundcolor = \color{lightgray},
}
\usepackage{enumitem} %% for lists and enumerating
@ -61,16 +61,16 @@
%% usage: \ieb{Class:} for simple item
%% \ieb[4cm]{Class:} for specific size of box
\newcommand{\ieb}[2][2cm]{
\makebox[#1][l]{\emph{#2}}
\makebox[#1][l]{\emph{#2}}
} %% TODO: replace with description environment (? maybe)
%---------------------------------%
\title{Progetto di Laboratorio di Sistemi Operativi}
\author{
Elvis Rossi - Matricola 561394
Elvis Rossi - Matricola 561394
}
\date{\today}
\date{May 20, 2022}
%---------------------------------%
@ -90,9 +90,9 @@ Si può accedere usando le credenziali:
\begin{center}
\begin{tabular}{||c|c||}
\hline
\hline
Username & Password \\ \hline
Guest & CNs7Vbx3vLJQ2aK \\ \hline
Guest & \\ \hline
\end{tabular}
\end{center}
@ -193,23 +193,23 @@ Di seguito una tabella in cui si associa ogni numero al codice usato:
\begin{center}
\begin{tabular}{|c|l|c|}
\hline
Number & Meaning & Code \\ \hline
\hline
\hline
Number & Meaning & Code \\ \hline
\hline
20 & OK & \texttt{MEOK} \\ \hline
\gry{21} & \gry{not used} & \gry{\texttt{-}} \\ \hline
\gry{22} & \gry{not used} & \gry{\texttt{-}} \\ \hline
25 & file purged & \texttt{MEFP} \\ \hline
\hline
\gry{40} & \gry{not used} & \gry{\texttt{-}} \\ \hline
\gry{41} & \gry{not used} & \gry{\texttt{-}} \\ \hline
42 & shutting down & \texttt{MESD} \\ \hline
45 & requested file action not taken & \texttt{MENT} \\ \hline
\hline
50 & syntax error & \texttt{MESY} \\ \hline
\gry{51} & \gry{not used} & \gry{\texttt{-}} \\ \hline
\gry{52} & \gry{not used} & \gry{\texttt{-}} \\ \hline
55 & server error & \texttt{MESE} \\ \hline
\gry{21} & \gry{not used} & \gry{\texttt{-}} \\ \hline
\gry{22} & \gry{not used} & \gry{\texttt{-}} \\ \hline
25 & file purged & \texttt{MEFP} \\ \hline
\hline
\gry{40} & \gry{not used} & \gry{\texttt{-}} \\ \hline
\gry{41} & \gry{not used} & \gry{\texttt{-}} \\ \hline
42 & shutting down & \texttt{MESD} \\ \hline
45 & requested file action not taken & \texttt{MENT} \\ \hline
\hline
50 & syntax error & \texttt{MESY} \\ \hline
\gry{51} & \gry{not used} & \gry{\texttt{-}} \\ \hline
\gry{52} & \gry{not used} & \gry{\texttt{-}} \\ \hline
55 & server error & \texttt{MESE} \\ \hline
\end{tabular}
\end{center}
@ -222,50 +222,3 @@ Il server per inviare i file richiesti o espulsi, prima invia il numero di file,
\end{document}