Skip to content
View amberwelby's full-sized avatar

Organizations

@Trent-Computer-Science-Club-Association

Block or report amberwelby

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. AdventOfCode AdventOfCode Public

    Working through https://adventofcode.com/ :D

    C

  2. Bash script to recursively clean up ... Bash script to recursively clean up GoPro preview files
    1
    #!/bin/bash
    2
    
                  
    3
    # Show user files to be deleted
    4
    TARGETFILES="$(find . \( -iname "*.LRV" -o -iname "*.THM" \) -type f)"
    5
    echo "$TARGETFILES"
  3. FreqDist FreqDist Public

    Get the frequency distribution of a file

    Python

  4. ducky-dashboard ducky-dashboard Public

    Personal day-to-day dashboard!

    TypeScript 1