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#!/bin/bash
2set -o pipefail
3command -v yq >/dev/null || echo "ce script a besoin de la command 'yq'"
4command -v fzf >/dev/null || echo 'ce script a besoin de la commande "fzf"'
5command -v sponge >/dev/null || echo 'ce script a besoin de la commande "sponge", disponible dans le paquet "moreutils"'
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.