Skip to content
View mattrice's full-sized avatar

Block or report mattrice

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. Gather and parse telemetry for Moodl... Gather and parse telemetry for Moodle healthchecks for later analyzing
    1
    #!/bin/awk
    2
    # Parse data generated by command in healthcheck.sh
    3
    # Example usage
    4
    #   tail -f /var/tmp/2019-05-07-healthchecks.log | awk -f analyze.awk
    5
    
                  
  2. dotfiles dotfiles Public

    Vim Script 1

  3. moodle moodle Public

    Forked from moodle/moodle

    Moodle - the world's open source learning platform

    PHP 1

  4. moodle-docker moodle-docker Public

    Forked from moodlehq/moodle-docker

    A docker environment for moodle developers

    Shell