I hereby claim:
- I am chussenot on github.
- I am chussenot (https://keybase.io/chussenot) on keybase.
- I have a public key ASBYzL29vLo3AG7nr51prwlwUQrpKUDueT7YbDNFnUTrUwo
To claim this, I am signing this object:
Clément Hussenot-Desenonges | |
Greater Paris Metropolitan Region | |
[email protected] | |
linkedin.com/in/chussenot | |
Summary | |
A passionate technophile, I worked for several Startups and IT companies including ManoMano, Veepee, D2SI, Praditus, af83, Accenture and SQLI, communication agencies including Mazarine Digital and La Chose, and was the founder of an interactive communication agency from 2005 to 2012 (Emeth Animation). | |
Over 15 years experience designing and architecting resilient & scalable infrastructures. | |
Responsible for the R&D project CEDRES at af83 (2012) that aims to apply recent results in social graph theory to industrial actors, particularly online social networking sites. | |
My competences include all sectors of Digital and what is needed to achieve them, including staff and resources management, scheduling, budgeting. I'm always enthusiastic about technology... | |
As a net result, I bring all-round capability within Software & Operation Management, as well as the ability to identify and implement im |
#!/usr/bin/env python | |
""" | |
Very simple HTTP server in python (Updated for Python 3.7) | |
Usage: | |
./dummy-web-server.py -h | |
./dummy-web-server.py -l localhost -p 8000 | |
Send a GET request: |
I hereby claim:
To claim this, I am signing this object:
const REQUIRED_KEYS = ["name", "type", "query", "message"]; | |
const ALLOWED_OPTIONS_KEYS = [ | |
"notify_no_data", | |
"new_host_delay", | |
"evaluation_delay", | |
"no_data_timeframe", | |
"renotify_interval", | |
"notify_audit", | |
"timeout_h", |
#!/bin/bash | |
################################# | |
# Constants / global variables | |
################################# | |
LOGFILE='example.log' | |
LOGLEVEL='INFO' | |
################################# | |
# Functions |
#!/usr/bin/env bash | |
#Build and install neovim for Debian | |
#See: https://neovim.io/ | |
#See: https://github.com/neovim/neovim/wiki/Building-Neovim#quick-start | |
#Save current dir | |
pushd . > /dev/null | |
#Install dependencies |
[user] | |
email = [email protected] | |
name = Clement Hussenot | |
[core] | |
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol | |
editor = nvim -f | |
autocrlf = false | |
safecrlf = true | |
excludesfile = ~/.gitignore | |
pager = diff-so-fancy | less --tabs=4 -RFX |