Skip to content
View michelevantaggi02's full-sized avatar
🦔
🦔

Highlights

  • Pro

Block or report michelevantaggi02

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
michelevantaggi02/README.md

Benvenuto to My GitHub World 🌐

Ciao! I'm Michele, an Italian student navigating the world of code while studying at the University of Perugia (UniPG). Here's a brief overview of what you'll find in my GitHub space:

Quick Facts

  • 📚 Currently enrolled at UniPG, Italy
  • 🚀 Passionate about coding and tech exploration
  • 🇮🇹 Italian

Visual Chronicles

Dive into my coding journey through these snapshots:

Adventure 1 Adventure 2

Let's Connect

If you have questions, ideas, or just want to discuss the latest tech trends, feel free to reach out. Grazie for visiting my GitHub haven! 🎉

Pinned Loading

  1. UniEats UniEats Public

    Dart 4

  2. Uni Uni Public

    Appunti università

    TeX

  3. awesomedots awesomedots Public

    awesomewm configuration files

    Lua 1

  4. ok ok Public

    An automated program that counts how many times "ok" is said in a video

    Python 5

  5. Script bash per creare una playlist ... Script bash per creare una playlist vlc con gli episodi di one piece
    1
    #!/bin/zsh
    2
    min=$(expr $1)
    3
    max=$(($min + 10))
    4
    echo $min $max
    5
    x=()