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

Block or report copolycube

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. 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 1 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