Pinned Loading
-
-
keycloak-idp-group-mapper
keycloak-idp-group-mapper PublicKeycloak extension that allows mapping OpenID Connect claims to Keycloak groups
Java 7
-
Powerline prompt generator for bash,...
Powerline prompt generator for bash, in haskell 1--EXAMPLE : of course you need GHC installed, and ghci's `runhaskell
2-- wanted prompt : [Segment 8 202 [Bold,Text " \\u "],Segment 202 16 [Bold,Text "@ "],Segment 240 255 [Underline,Text "\\H",StopUnderline,Text " "],Segment 220 16 [Bold,Text "$ "]]
3-- run in shell export PS1=$(echo '[Segment 8 202 [Bold,Text " \\u "],Segment 202 16 [Bold,Text "@ "],Segment 240 255 [Underline,Text "\\H",StopUnderline,Text " "],Segment 220 16 [Bold,Text "$ "]]' | runhaskell haskell-powerline-prompt-generator.hs )
45-- my prompt : [Segment 10 202 [Bold,Text " \\u "],Segment 202 16 [Bold,Text "\\H "],Segment 12 231 [Underline,Text "\\w",StopUnderline,Text " "],Segment 220 16 [Bold,Text "$ "]]
-
-
gns3-auto-setup
gns3-auto-setup Publicconfigure les routeurs d'un projet GNS3 de manière entièrement automatique (il fait l'adressage IP tout seul) et extensible (système de template & overrides)
Python 3
-
search Kubernetes resources in a YAM...
search Kubernetes resources in a YAML stream 1# Vérification de la présence des commandes externes
2if (-not (Get-Command yq -ErrorAction SilentlyContinue)) {
3Write-Host "Ce script a besoin de la commande 'yq'"
4exit 1
5}
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.