Content :
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "Afghanistan", | |
"dial_code": "+93", | |
"code": "AF" | |
}, | |
{ | |
"name": "Aland Islands", | |
"dial_code": "+358", | |
"code": "AX" |
npm install @azure/storage-blob\n
npm install uuid dotenv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/Homebrew/homebrew-bundle | |
tap "homebrew/bundle" | |
tap "homebrew/cask" | |
tap "homebrew/cask-fonts" | |
tap "homebrew/core" | |
# set arguments for all 'brew install --cask' commands | |
cask_args appdir: "~/Applications", require_sha: true | |
# CASK |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<opml version="1.1"> | |
<head> | |
<title>The Old Reader</title> | |
<dateCreated>Tue, 13 Dec 2022 15:13:31 GMT</dateCreated> | |
<dateModified>Tue, 13 Dec 2022 15:13:31 GMT</dateModified> | |
<ownerName>Francois Bayart</ownerName> | |
<ownerEmail>[email protected]</ownerEmail> | |
</head> | |
<body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from github import Github | |
from jinja2 import Environment, FileSystemLoader | |
import os | |
import yaml | |
g = Github(os.environ['GITHUT_PAT']) | |
repo = g.get_repo("GH-ORG/REPONAME") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module kensu.io/m/v2 | |
go 1.16 | |
require github.com/aws/aws-lambda-go v1.24.0 |
Detect which python3 to use based on .python-version
file (created by pyenv) anf fallback to python3
in $PATH
ie if vault_save.py
is in ~/bin/ try to get
~/bin/'python-version` if it exists if will be used to execute the current Python file.
So if your $PATH
is PATH=~/bin:$PATH
, you can run from anywhere vault_save.py
and it will use the pyenv
version defined in ~/bin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Installed hashicorp/aws v3.56.0 (signed by HashiCorp) | |
╷ | |
│ Error: Failed to query available provider packages | |
│ | |
│ Could not retrieve the list of available versions for provider hashicorp/vault: no available releases match the given constraints 2.23.0 | |
╵ | |
cd .terraform.d | |
rm -rf ./plugins/registry.terraform.io/hashicorp/vault |
NewerOlder