| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
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.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuse// Hello there!
struct Person {
let name: String = "Dario Crippa"
let username: String = "AstroWLAN"
let nationality: String = "🇮🇹"
let languages: [String] = ["Italian", "English", "Swift", "C", "Python", "JavaScript", "Java"]
let education: College = "MSc. CompSci and Engineering @ Politecnico di Milano"
let linkedin: URL = "https://www.linkedin.com/in/dario-crippa-223ba9267/"
let role: Job = "Software Engineer @OversonicRobotics"
func contactMe(message : String) {
let email = crippa.dario97@gmail.com
email.send(message)
}
Prova finale di Ingegneria del Software A.A. 2019/2020
This repo contains the submission for the A.A. 2020-2021 Software Defined Networking course @ PoliMI
Python 1
| Back | FazBrowse Home | New Git URL |