Skip to content
View clarkritchie's full-sized avatar
😲
Maker of digital things
😲
Maker of digital things
Block or Report

Block or report clarkritchie

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. python-go-things python-go-things Public

    Simple Go Python things

    Python

  2. pizza-store-app pizza-store-app Public

    Just a quick and dirty demo of Docker, Fast API and Maria DB.

    Shell

  3. marshall.md marshall.md
    1
    ## Encode struct to JSON
    2
    
                  
    3
    ```
    4
    type FruitBasket struct {
    5
        Name    string
  4. Quick script to delete old branches Quick script to delete old branches
    1
    #!/usr/bin/env python3
    2
    import sys
    3
    import subprocess
    4
    from datetime import datetime, timezone
    5
    
                  
  5. Sort a 1 password secure note Sort a 1 password secure note
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # Use this script to:
    4
    #  - export a secure note
    5
    #  - sort it A-Z
  6. Quick and Dirty CloudFlare stuff Quick and Dirty CloudFlare stuff
    1
    #!/usr/bin/env bash
    2
    #
    3
    # this script gets your the cloudflare record id for a given hostname, type and zoneid
    4
    #
    5
    # https://www.puppeteers.net/blog/importing-dns-records-from-cloudflare-to-terraform/