I hereby claim:
- I am greut on github.
 - I am greut (https://keybase.io/greut) on keybase.
 - I have a public key ASD24UHNoTAtonM28EqzcGTK8upmNi85RbraX60Qb_lE8Ao
 
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| --- | |
| apiVersion: argoproj.io/v1alpha1 | |
| kind: WorkflowTemplate | |
| metadata: | |
| name: github-notify-template | |
| spec: | |
| arguments: | |
| parameters: | |
| - name: repository_full_name | |
| - name: commit_sha | 
| # Number of CPUs to be allocated to the virtual machine. | |
| # Default: 2 | |
| cpu: 2 | |
| # Size of the disk in GiB to be allocated to the virtual machine. | |
| # NOTE: value can only be increased after virtual machine has been created. | |
| # | |
| # Default: 60 | |
| disk: 200 | 
| package main | |
| import ( | |
| "fmt" | |
| "github.com/sirupsen/logrus" | |
| "github.com/hashicorp/go-retryablehttp" | |
| ) | |
| type LeveledLogrus struct { | |
| *logrus.Logger | 
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| USERNAME=yoan.blanc | |
| PASSWORD="..." | |
| GID=100 | |
| DIRS="ORG" | |
| PID=openconnect.pid | |
| echo "Welcome to HE-ARC" | |
| echo "" | 
I hereby claim:
To claim this, I am signing this object:
| (ns aleph.examples.server | |
| (:require | |
| [compojure.core :as compojure :refer [GET]] | |
| [aleph.http :as http])) | |
| (defn hello-handler | |
| [req] | |
| {:status 200 | |
| :headers {"content-type" "text/plain"} | |
| :body "hello\n"}) | 
| <?php | |
| /** | |
| Gestion des templates avec remplacement iteratif, récursif et alternatif | |
| @author : Batiste Bieler | |
| @company : http://dosimple.ch | |
| @version : 0.3 | |
| Copyright (C) 2004 Bieler Batiste |