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

Block or report wideawakening

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. workstation backup+reset checks workstation backup+reset checks
    1
    # leapfroging tips from the past into the future
    2
    # workstation backup and restore checks
    3
    
                  
    4
    # 1. backup-tasks
    5
    
                  
  2. bash scripties bash scripties
    1
    # get the duration (in minutes) of a to-be-burnt audio-cd, based on mp3 files
    2
    echo "$(sox --info -D * | awk '{s+=$1} END {print s}')/60" | bc
    3
    
                  
    4
    # after manual order, preview
    5
    ls -v | xargs -I {} mplayer {}
  3. playmoss playlists to mp3 (✞) playmoss playlists to mp3 (✞)
    1
    #
    2
    #  $ python3 playmoss2mp3.py {playmoss_playlist_url}
    3
    # ex.
    4
    # $  python3 playmoss2mp.py https://playmoss.com/en/wideawakening/playlist/2019-wideawakening-legacy
    5
    #
  4. Jenkinsfile snippets Jenkinsfile snippets
    1
    #
    2
    # kubectl logic to launch a manual execution of a cronjob
    3
    # controlls that current cronjob is not active (non idempotent development)
    4
    #
    5
    
                  
  5. mycroft-core mycroft-core Public

    Forked from MycroftAI/mycroft-core

    Mycroft Core, the Mycroft Artificial Intelligence platform.

    Python

  6. zylklab/zk-dynamic-searches-dashlet zylklab/zk-dynamic-searches-dashlet Public

    Custom Search Dashlet with many filters in Alfresco Share

    JavaScript 3 4