Skip to content

Instantly share code, notes, and snippets.

View VEBERArnaud's full-sized avatar
:octocat:

VEBER Arnaud VEBERArnaud

:octocat:
  • Sainte-Geneviève-des-Bois, Ile de France, France
  • X @VEBERArnaud
View GitHub Profile
@VEBERArnaud
VEBERArnaud / dashboard.json
Created September 24, 2020 09:00
Dashboard Configuration SpeedTest
{
"__inputs": [
{
"name": "DS_INFLUXDB",
"label": "InfluxDB",
"description": "",
"type": "datasource",
"pluginId": "influxdb",
"pluginName": "InfluxDB"
}
#!/usr/bin/env bash
#
# Requirements:
# jq & awscli
#
# get instance informations
REGION="$(curl --silent http://169.254.169.254/latest/dynamic/instance-identity/document | jq -r .region)"
INSTANCE_ID="$(curl --silent http://169.254.169.254/latest/meta-data/instance-id)"
@VEBERArnaud
VEBERArnaud / genetic_algorithm.php
Last active September 12, 2016 10:17
Genetic Algorithm
<?php
ob_start();
main();
sendResponse(ob_get_clean());
/**
*
#/usr/bin/env bash
# MIT © VEBER Arnaud <arnaud@veber.pw>
changed_files="$(git diff-tree -r --name-only --no-commit-id ORIG_HEAD HEAD)"
check_print() {
echo "$changed_files" | grep --quiet "$1" && echo "$2"
}
# track .env.dist file

Keybase proof

I hereby claim:

  • I am VEBERArnaud on github.
  • I am veberarnaud (https://keybase.io/veberarnaud) on keybase.
  • I have a public key whose fingerprint is FECA 90CC 5AD7 39D9 AAF1 1ABB 4FF4 153C 7D93 4C83

To claim this, I am signing this object: