Skip to content
View Coutlaw's full-sized avatar

Highlights

  • Pro

Block or report Coutlaw

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. RustyChip RustyChip Public

    Chip-8 emulator in rust

    Rust

  2. DiningPhilosophers DiningPhilosophers Public

    Dining Philosophers problem with a twist, in Rust

    Rust 1

  3. EssentialScala EssentialScala Public

    Code from when I was learning Scala

    Scala 1

  4. fitness-api fitness-api Public

    API for a personal trainer fitness app written in Go using GitHub Actions, Postgres, JWT, Azure App Service and Docker

    Go

  5. Task-Manager Task-Manager Public

    Task manager built with NestJS and Typescript

    TypeScript 1

  6. S3 Credential File Key Generator in Go S3 Credential File Key Generator in Go
    1
    # Key Generation With S3 Credential Files in Go
    2
    
                  
    3
    This script can be used to generate unique keys from credential files in an AWS S3 bucket. If we needed a key that was a hash of the ClientID and Client Secret, then we can use the below script to find a key for every file in a given S3 bucket. This script will use the `.aws` credential file on the machine that it is running on.
    4
    
                  
    5
    ## My Script