generated from NiccoMlt/Unibo-Tesi-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
240 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+353 KB
.../papers/10.1145_3022671.2984017 - Type Inference for Static Compilation of JavaScript.pdf
Binary file not shown.
Binary file added
BIN
+3.3 MB
res/biblio/papers/tocl - A Higher Order Calculus of Computational Fields.pdf
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
incarnation: protelis | ||
|
||
environment: | ||
type: Continuous2DEnvironment | ||
parameters: [] | ||
|
||
network-model: | ||
type: ConnectWithinDistance | ||
parameters: [5] | ||
|
||
displacements: | ||
- in: | ||
type: Grid | ||
parameters: [-5, -5, 5, 5, 0.25, 0.25, 0.1, 0.1] | ||
contents: | ||
- molecule: _to_exec | ||
concentration: "" | ||
programs: | ||
- - program: 'eval(env.get("_to_exec"))' | ||
- program: send |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,20 @@ | ||
\addchap{Ringraziamenti} | ||
\addchap*{Ringraziamenti} | ||
|
||
% % TODO: dovrei riscriverli un po' meglio, forse? | ||
% Sono ormai giunto al termine di questo mio percorso universitario e per questo devo ringraziare di cuore tutte le persone che mi hanno accompagnato lungo questi cinque anni. | ||
|
||
% Ringrazio i miei genitori, che mi hanno supportato nei momenti di difficoltà tollerando i miei sproloqui. | ||
% % TODO: dovrei essere un po' più drammatico, forse? | ||
% Ringrazio anche gli altri miei familiari che mi hanno sostenuto negli anni. | ||
% % TODO: dovrei essere un po' meno generico qua! | ||
Sono ormai giunto al termine di questo mio percorso universitario | ||
e per questo devo ringraziare di cuore tutte le persone che mi hanno accompagnato lungo questi cinque anni. | ||
|
||
% Ringrazio poi gli amici di una vita, vicini e lontani, per esserci stati sempre, | ||
% e quelli conosciuti in questi cinque anni, per aver reso questa esperienza ``un gioco di squadra'' e averne condiviso gioie e dolori. | ||
% % TODO: dovrei citarli, Santo Cielo! | ||
Ringrazio i miei genitori, che mi hanno materialmente permesso di compiere questo percorso e mi hanno supportato nei momenti di difficoltà. | ||
Ringrazio anche gli altri miei familiari che mi hanno sostenuto negli anni. | ||
|
||
% Infine ringrazio il professor Mirko Viroli e il professor Danilo Pianini per la bella | ||
% opportunità che mi hanno offerto, per tutto l'aiuto datomi per realizzare | ||
% questo progetto e per le competenze che mi hanno permesso di sviluppare. | ||
Ringrazio poi tutti gli amici che mi sono stati vicino in questo percorso: | ||
coloro con cui ho condiviso i progetti ingestibili e le infinite sessioni di studio in biblioteca o al campus, | ||
coloro con cui da sempre condivido serate di spensieratezza, | ||
coloro che ho scoperto o ritrovato con l'università. | ||
|
||
% % ------ | ||
Infine ringrazio il professor Mirko Viroli e il professor Danilo Pianini | ||
per la bella opportunità che mi hanno offerto, | ||
per l'aiuto datomi per realizzare questo progetto | ||
e per le competenze che mi hanno permesso di sviluppare. | ||
|
||
% % ISPIRAZIONI DA ALTROVE 1 | ||
% % fedele compagno di progetti e infinite sessioni di studio - nonostante le discussioni e i litigi (altrettanto infiniti). | ||
|
||
% % ISPIRAZIONI DA ALTROVE 2 | ||
% % con la quale ho passato gli ultimi mesi chiusO in biblioteca | ||
|
||
% % ISPIRAZIONI DA ALTROVE 3 | ||
% % Infine, le mie colonne portanti, coloro senza il quale tutto questo non sarebbe stato possibile: i miei genitori. | ||
% % Grazie per come mi avete cresciuto, per le possibilità che mi avete dato, per la vostra presenza e supporto costante. | ||
|
||
% % ------ | ||
|
||
% Grazie a tutti, di cuore. | ||
Grazie a tutti, di cuore. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,30 @@ | ||
\addpart*{\appendixname} | ||
% \renewcommand{\thesection}{\Alph{section}} | ||
% \renewcommand{\thesubsection}{A.\arabic{subsection}} | ||
|
||
% \addcontentsline{toc}{section}{\appendixname} | ||
% \addchap{\appendixname} | ||
% \chapter*[]{\appendixname} | ||
% % \renewcommand{\thesection}{\Alph{section}} | ||
% % \renewcommand{\thesubsection}{A.\arabic{subsection}} | ||
|
||
% % \addcontentsline{toc}{section}{\appendixname} | ||
% % \addchap{\appendixname} | ||
% % \chapter*[]{\appendixname} | ||
|
||
\appendix | ||
\begin{appendices} | ||
|
||
% \section{Dockerfile del server}\label{app:docker} | ||
\chapter{Dockerfile del server}\label{app:docker} | ||
% \addchap*{Dockerfile del server}\label{app:docker} | ||
|
||
Di seguito è riportato il codice del Dockerfile che permette il deploy del server come container Docker. | ||
L'immagine costruita durante lo sviluppo è anche disponibile su Docker Hub con il nome \texttt{niccomlt/protelis-web}. | ||
|
||
\inputminted{dockerfile}{res/code/Dockerfile} | ||
|
||
% \section{YAML di configurazione per Alchemist} | ||
\chapter{YAML di configurazione per Alchemist}\label{app:yaml} | ||
% \addchap*{YAML di configurazione per Alchemist} | ||
|
||
Di seguito è riportata la configurazione in formato YAML che permette ad Alchemist di costruire la rete simulata sulla quale viene eseguito il codice. | ||
|
||
\inputminted{yaml}{res/code/simulation.yml} | ||
|
||
\end{appendices} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.