Skip to content
View dade80vr's full-sized avatar
💭
Nightly Coder
💭
Nightly Coder

Block or report dade80vr

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. macupgrade macupgrade Public

    Upgrade HomeBrews, Mac OS and other stuff in one time!

    Shell 1

  2. [PHP] Auto git versioning by last ta... [PHP] Auto git versioning by last tag + commit counter
    1
    class QuickVersioning {
    2
    
                  
    3
      /*
    4
      Auto versioning by Git TAG + COMMIT
    5
      by Davide Permunian - https://github.com/dade80vr
  3. brewtools brewtools Public

    Mac HomeBrew tools for list package dependencies, reverse search, tree auto list and safely remove formulae and its dependencies

    Shell 6

  4. Bash script to find phone number by ... Bash script to find phone number by given query using Google Places API
    1
    #!/bin/bash
    2
    # Bash script to get phone number by name using Google Places API
    3
    # By Davide Permunian - https://github.com/dade80vr
    4
    # Last update: Dec 13, 2018
    5
    
                  
  5. backup-my-routeros backup-my-routeros Public

    A Mikrotik RouterOS Script to backup configuration and more to a remote server

    Rascal 1

  6. Mac OSX Bash script for quick dot fi... Mac OSX Bash script for quick dot files cleaning on USB/SD and auto eject
    1
    #!/bin/bash
    2
    # DOT files clean script and auto eject
    3
    printf "Insert your USB/SD volume name (es: SD): "
    4
    read -r volumename
    5
    if df | grep -iw "$volumename" > /dev/null