Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
copolycube
Follow
I may be slow to respond.

Copolycube copolycube

I may be slow to respond.

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 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