Skip to content
View giackperetti's full-sized avatar
  • Turin, Italy
  • 04:37 (UTC +02:00)

Block or report giackperetti

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
giackperetti/README.md

👨🏼‍💻 Giacomo Peretti

#!/usr/bin/python
from typing import List

class SoftwareEngineer:
    def __init__(self, name: str, role: str, languages: List[str]):
        self.full_name = name
        self.role = role
        self.spoken_languages = languages

    def say_hi(self):
        print("Thanks for dropping by, hope you'll find something interesting here. :)")


me = SoftwareEngineer("Giacomo Peretti", "Computer Science Student", ["it_IT", "en_US"])
me.say_hi()

🧰 Languages and Tools

My Skills

📊 Stats

Pinned Loading

  1. dotfiles dotfiles Public

    Lua

  2. waveform-viewer waveform-viewer Public

    C++

  3. ip-calc ip-calc Public

    Application that takes an IP as input and returns: Network IP, First Host IP, Last Host IP and Broadcast IP

    C

  4. buzz/volctl buzz/volctl Public

    Per-application volume control and OSD for Linux desktops.

    Python 130 19