Skip to content
View shreyashag's full-sized avatar
Block or Report

Block or report shreyashag

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. Uninstall brew formula without break... Uninstall brew formula without breaking other dependencies
    1
    brew deps [FORMULA] | xargs brew remove --ignore-dependencies && brew missing | xargs brew install
  2. RPI-HDMIOutput RPI-HDMIOutput
    1
    The correct configuration for a 16:9 PAL 1920x1080- 60Hz are:
    2
    
                  
    3
    sdtv_mode=2
    4
    sdtv_aspect=3
    5
    hdmi_group=1
  3. Uninstall all python packages Uninstall all python packages
    1
    for i ($(pip3 freeze )) {pip3 uninstall -y $i}
  4. docker-example docker-example Public archive

    Python

  5. ipawac_assistant ipawac_assistant Public archive

    Python

  6. QuizApp QuizApp Public archive

    Android application for playing a Quiz. Download from Releases page by click below on Releases.

    Java