I hereby claim:
- I am miton18 on github.
- I am miton18 (https://keybase.io/miton18) on keybase.
- I have a public key ASBddFtk7my00bE2p85ktqA_2quvqjwPR2nX0Fw-axuugAo
To claim this, I am signing this object:
var request = require('request'); | |
let data = { | |
"lat":[ | |
-4.481169115751982,-4.481196189299226,-4.481220245361328,-4.481256036087871,-4.481260562315583,-4.481279253959656,-4.481285959482193,-4.481274643912911,-4.481283277273178,-4.481217311695218,-4.480956383049488,-4.480820260941982,-4.480626890435815,-4.480278203263879,-4.479735558852553,-4.479131558910012,-4.478592434898019,-4.478097567334771,-4.47766313329339,-4.4771491549909115,-4.47674011811614,-4.476511208340526,-4.476454462856054,-4.476395957171917,-4.476367793977261,-4.4763467554003,-4.476035786792636,-4.47572180069983,-4.4752219039946795,-4.47453148663044,-4.473988171666861,-4.473802512511611,-4.473732439801097,-4.473389284685254,-4.472731472924352,-4.472043653950095,-4.471457172185183,-4.47100019082427,-4.4706634897738695,-4.470618227496743,-4.470619568601251,-4.470486296340823,-4.470141464844346,-4.470013976097107,-4.469938203692436,-4.469924122095108,-4.470161581411958,-4.470339026302099,-4.4704420398920774,-4.470517644658685,-4.470593668520 |
# AVIT extend ZSH Theme | |
PROMPT=' | |
$(_user_host)${_current_dir} $(git_prompt_info) $(_ruby_version) | |
%{$fg[$CARETCOLOR]%}▶%{$resetcolor%} ' | |
PROMPT2='%{$fg[$CARETCOLOR]%}◀%{$reset_color%} ' | |
RPROMPT='$(_vi_status)%{$(echotc UP 1)%}$(_git_time_since_commit) $(git_prompt_status) ${_return_status}%{$(echotc DO 1)%}' |
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
# Path to your oh-my-zsh installation. | |
export ZSH=$HOME/.oh-my-zsh | |
# Set name of the theme to load. Optionally, if you set this to "random" | |
# it'll load a random theme each time that oh-my-zsh is loaded. | |
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes | |
ZSH_THEME="custom-avit" |
{ | |
"endpoint": "https://warp.cityzendata.net", | |
"tiles": [ | |
[ | |
{ | |
"title": "Time", | |
"description": "current timestamp", | |
"refresh": 1, | |
"warpScript": "NOW", | |
"type": "Number", |
I hereby claim:
To claim this, I am signing this object:
{ | |
"Import": { | |
"prefix": "import", | |
"body": [ | |
"import { $2 } from '${1:package}'", | |
"$0" | |
], | |
"description": "ES6 import" | |
} | |
} |
brew install automake openssl boost [email protected] ant | |
export CPPFLAGS=-I/usr/local/opt/openssl/include | |
export LDFLAGS=-L/usr/local/opt/openssl/lib | |
export PATH="/usr/local/Cellar/bison/3.3.2/bin:$PATH" | |
git clone [email protected]:apache/thrift.git | |
cd thrift | |
./bootstrap.sh | |
./configure --with-boost=/usr/local/Cellar/boost/1.69.0 --without-python --without-ruby --without-php -without-nodejs --without-perl --without-tests --disable-dependency-tracking |
FROM openjdk:8-jdk | |
MAINTAINER Rémi C. <[email protected]> | |
USER root | |
# DEPS | |
RUN apt update | |
RUN apt install -y \ | |
git \ | |
libboost-all-dev \ |
Rémi Collignon | |
DevOps a OVH, Speaker au POSS, au Montpellier DevOps ainsi qu'au Finist'Dev | |
Lyonnais avec un coeur Breton. | |
Ces 2 dernières années ont été dédiées au merveilleux monde de l'observability en environement distribué, Kafka, HBase et Zookeeper au rendez-vous. | |
2 ans a découvrir des technos inconnues aux performances stratosphériques et des standards telles que Prometheus et InfluxDB. | |
Aujourd'hui, j’entame de nouveaux challenges techniques liées au network et NFVs en implémentant un produit de loadbalancer sur K8S. |