Skip to content

nic314/universityProjects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Draugth:

For the subject "Application development" Elte university in Budapest 2016
Online videogame based on the Draugth game, with and integrated chat and match replay.
The application is written in java programming language, using the MVC architecture and Eclipse IDE.
It use libraries like javafx, java.net(TCP prot.), thread and the UI interface is written in fxml and css.
For more information :

PDF, PowerPoint, Source file

C_linux_system_call:

For the subject "Sistemi Operativi" University of Verona 2015
Multi process application that read math operation from a TXT input file,
Using semaphore,shared memory and paraller computation for process them.
Developed in C using Doxigen for the Documentation

Source file

Bash

For the subject "Sistemi Operativi" University of Verona 2015
Script for manage the class reservation of the school, using a text file
Developed in Shell script

Source file

Assembly

For the subject "Archittetura degli elaboratori" University of Verona 2014
Calculate the inclination of airplane's flap based on the weight of the passengers.
Developed in Assembly.
For more info:

PDF
Source file

Ocaml

For the subject "Linguaggi" University of Verona 2017
Interpreter of a didactic language made in Denotational Semantic.
Developed in Ocaml with Functional programming.
For more info:

PDF
Source file