Skip to content
View DavideRosato99's full-sized avatar

Block or report DavideRosato99

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DavideRosato99/README.md
#!/usr/bin/python
# -*- coding: utf-8 -*-


class SpaceEngineeringStudent:

    def __init__(self):
        self.name = "Davide Rosato"
        self.role = "Space Engineering student"
        self.organization = ["NASA JPL", "Skyward-er", "Polimi"]
        self.language_spoken = ["it_IT", "en_US"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = SpaceEngineeringStudent()
me.say_hi()

Pinned Loading

  1. OrbitalMechanics_FinalProject OrbitalMechanics_FinalProject Public

    Main repository of the codes for Orbital Mechanics course Final Project - Politecnico di Milano

    MATLAB 3 4

  2. FMS FMS Public

    Codes to completely solve hyperstatic structures

    MATLAB 1

  3. F123_telemetry F123_telemetry Public

    Telemetry receiver, parser and visualizer for F123

    C++

  4. skyward-er/matlab-simulator skyward-er/matlab-simulator Public

    Matlab Simulator - Mirror from GitLab

    MATLAB 2 1