Skip to content
View m-graf's full-sized avatar
☎️
☎️
Block or Report

Block or report m-graf

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

  1. Nice defaults. Nice defaults.
    1
    # Setup defaults START
    2
    
                  
    3
    # Hide the dock very quickly, hide and deploy immediately
    4
    defaults write com.apple.dock autohide-time-modifier -int 0;killall Dock
    5
    defaults write com.apple.dock autohide-delay -float 0; killall Dock
  2. AppleScript to convert + compress HE... AppleScript to convert + compress HEIC images to JPG. Can be compiled into an Application with Apple Script.
    1
    #!/bin/bash
    2
    # Converts all .HEIC files in directory ($1) to .jpg
    3
    # Outputs converted images to $2
    4
    
                  
    5
    if ! command -v /usr/local/bin/magick &> /dev/null
  3. watir-scripts watir-scripts Public

    Fun Watir Scripts

    Ruby 1