Skip to content
View fabioromeo's full-sized avatar
🎓
Getting my hands dirty
🎓
Getting my hands dirty

Block or report fabioromeo

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

Pinned Loading

  1. WacomProfileManager WacomProfileManager Public

    Coding study to develop a Wacom panel for Ubuntu using xsetwacom and python

    Shell

  2. VMware settings VMware settings
    1
    #Set default folder
    2
    #appdata\roaming\vmware\preferences.ini 
    3
    prefvmx.defaultvmpath = "C:\Users\Fabio Romeo\VMs"
    4
    
                  
    5
    
                  
  3. Setting up GIT #git Setting up GIT #git
    1
    cd existing_folder
    2
    git init
    3
    git remote add origin [email protected]:user/project.git
    4
    git add .
    5
    git commit
  4. Apply style only when two classes ar... Apply style only when two classes are present on the same div
    1
    div.abc.xyz {
    2
        /* rules go here */
    3
    }