Skip to content
View kerridge's full-sized avatar
💭
Full stackin'
💭
Full stackin'

Block or report kerridge

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. django-s3-stack django-s3-stack Public

    This is a skeleton project for a VueJS + Django + Wagtail web app. This comes with automated CI&CD and is fully Dockerized

    Python 1

  2. actions-secret-manager actions-secret-manager Public

    A Github Action for Creation / Deletion / Updating of Github Secrets

    Python

  3. SwiftUI-MVVM SwiftUI-MVVM Public

    An MVVM implementation using SwiftUI and Combine publishers to achieve a reactive View

    Swift

  4. Takes a space separated list of dire... Takes a space separated list of directories and sets GitHub Actions output `true` if any git changes were made in them
    1
    #!/bin/bash
    2
    
                  
    3
    echo "=============== list modified files ==============="
    4
    git diff --name-only HEAD^ HEAD
    5
    
                  
  5. snowscoop snowscoop Public

    A Flutter app for visualizing all the latest snow data

    Dart

  6. pythonsheets pythonsheets Public

    A script to scrape data and upload to Google Sheets using their API

    Python