Skip to content
View copolycube's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report copolycube

Report abuse

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

Report abuse

Pinned Loading

  1. food-recipes food-recipes Public

    A directory for food recipes https://copolycube.github.io/food-recipes/

    2 1

  2. GmailPurgeEmailsMatchingQuery GmailPurgeEmailsMatchingQuery Public

    Google Scripts to delete e-mails (i.e. move to trash) if they are matching gmail search patterns

    JavaScript 2 1

  3. aws-helpers aws-helpers Public

    Python

  4. Execute code over all AWS regions Execute code over all AWS regions
    1
    #!/bin/bash
    2
     
    3
    ## oneline : for r in $(aws ec2 describe-regions --query "Regions[].{Name:RegionName}" --output text --region ca-central-1); do echo "---------- AWS Region : $r ----------" ; echo "hello world"; done
    4
     
    5
    for r in $(aws ec2 describe-regions --query "Regions[].{Name:RegionName}" --output text --region ca-central-1); 
  5. git_export_all_file_versions git_export_all_file_versions Public

    Shell 1

  6. traefik with oauth2 traefik with oauth2
    1
     
    2
     * traefik2 web-service, with different access points on 2 different domain names
    3
     * oauth2-proxy with gitlab provider
    4
     
    5