Pinned Repositories
Booth2Multiplier
An implementation of Booth 2 Multiplier (Radix 4) in VHDL
ChessGame
Implementation in XVR of a chess game. It is provided the possibility to interact in the game through a leap motion controller and an oculus rift.
CI_Project_Activity_Classification
Computational Intelligence Project - Activity classification through fuzzy classifiers
CollaborativeWebToDoList
This application is a collaborative todo list using reactive programming, featuring a Java Spring Boot backend and an Angular frontend. The application is containerized using Docker for easy deployment.
ComponentBasedLabs
GoBank
An implementation of a simple banking system in Go
Pong
The project implements the Pong Game. The code runs on the Arduino UNO board that uses the Adafruit RGB matrix to visualize the game. For interacting with the game, it's provided to the users a controller each one with two push buttons.
Reliable-Service-Framework
This report is part of the project for the Component Based Software Design course (A.Y. 2016/2017). The basic idea behind this project is to realize a simple C++ framework to support the deployment of replicated services across distributed servers and to make the clients able to call such services in a transparent way.
RTServer
A tool for evaluating performance in a communication server-client with different Linux schedulers (SCHED_OTHER, SCHED_FIFO, SCHED_RR, SCHED_DEADLINE)
StopWatch-Autogenerated
Implementation of a stopwatch that runs on a STM32 with code autogenerated from simulink. The interface is visualized on a touchscreen.
Gyro91's Repositories
Gyro91/ChessGame
Implementation in XVR of a chess game. It is provided the possibility to interact in the game through a leap motion controller and an oculus rift.
Gyro91/Pong
The project implements the Pong Game. The code runs on the Arduino UNO board that uses the Adafruit RGB matrix to visualize the game. For interacting with the game, it's provided to the users a controller each one with two push buttons.
Gyro91/Reliable-Service-Framework
This report is part of the project for the Component Based Software Design course (A.Y. 2016/2017). The basic idea behind this project is to realize a simple C++ framework to support the deployment of replicated services across distributed servers and to make the clients able to call such services in a transparent way.
Gyro91/RTServer
A tool for evaluating performance in a communication server-client with different Linux schedulers (SCHED_OTHER, SCHED_FIFO, SCHED_RR, SCHED_DEADLINE)
Gyro91/StopWatch-Autogenerated
Implementation of a stopwatch that runs on a STM32 with code autogenerated from simulink. The interface is visualized on a touchscreen.
Gyro91/Booth2Multiplier
An implementation of Booth 2 Multiplier (Radix 4) in VHDL
Gyro91/CI_Project_Activity_Classification
Computational Intelligence Project - Activity classification through fuzzy classifiers
Gyro91/CollaborativeWebToDoList
This application is a collaborative todo list using reactive programming, featuring a Java Spring Boot backend and an Angular frontend. The application is containerized using Docker for easy deployment.
Gyro91/ComponentBasedLabs
Gyro91/GoBank
An implementation of a simple banking system in Go
Gyro91/HarvestingRobotSimulation
Simulation of a 8-DoF harvesting robot using the Peter Corke's Robotic Toolbox
Gyro91/JavaMultiprogramming
Some examples of java multiprogramming
Gyro91/MPG_Prediction
Given a dataset containing car attributes, use MLP and RBF networks to predict the Miles per Gallon consumption
Gyro91/MyOS
A simple operating system
Gyro91/PyApps
A collection of useful Python Applications
Gyro91/RTTaskSpawner
A simple suite of tools for spawning SCHED_DEADLINE tasks
Gyro91/RTVideo
A Demo for monitoring performance of tasks that play videos scheduled with SCHED_DEADLINE and SCHED_FIFO
Gyro91/Serial-Programming-Win32API-C
Serial Port Programming on Windows using Win32 API and C language
Gyro91/ShardingDB
Example of a sharded postgres db for an url shortening app
Gyro91/SpringCloudOrderProcessor
A Spring Cloud project that implements a product order processor system using microservices architecture
Gyro91/StopWatch-HandCoded
Implementation handcoded of a stopwatch that runs on a STM32. The interface is visualized on a touchscreen.