cleaned up whitespace in the latex files, deleted guest password
This commit is contained in:
BIN
Relazione/Relazione.pdf
Normal file
BIN
Relazione/Relazione.pdf
Normal file
Binary file not shown.
@ -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}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user