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 |
| #!/usr/bin/env php | |
| <?php | |
| $app = function($request) { | |
| $body = <<<EOS | |
| <!DOCTYPE html> | |
| <html> | |
| <meta charset=utf-8> | |
| <title>Hello World!</title> |
| import java.io.BufferedReader; | |
| import java.io.IOException; | |
| import java.io.InputStreamReader; | |
| import java.io.PrintWriter; | |
| import java.net.DatagramPacket; | |
| import java.net.DatagramSocket; | |
| import java.net.ServerSocket; | |
| import java.net.Socket; | |
| import java.util.concurrent.ExecutorService; | |
| import java.util.concurrent.Executors; |
| 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:
| """ | |
| Slack Web API | |
| ============= | |
| The `Slack Web API`_ let you communicate with Slack. | |
| Usage: | |
| ------ | |
| The following example calls the ``api.test`` method which test whether your |