Skip to content

Instantly share code, notes, and snippets.

View chussenot's full-sized avatar
❤️

Clément Hussenot chussenot

❤️
View GitHub Profile
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
@chussenot
chussenot / dummy-web-server.py
Created April 20, 2021 13:10 — forked from bradmontgomery/dummy-web-server.py
a minimal http server in python. Responds to GET, HEAD, POST requests, but will fail on anything else.
#!/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:

Keybase proof

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:

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",
@chussenot
chussenot / bash-template.sh
Created April 16, 2020 07:23 — forked from PhilipSchmid/bash-template.sh
Bash script template (incl. logging functions)
#!/bin/bash
#################################
# Constants / global variables
#################################
LOGFILE='example.log'
LOGLEVEL='INFO'
#################################
# Functions
@chussenot
chussenot / installNeovim.sh
Created January 6, 2020 12:55 — forked from darcyparker/installNeovim.sh
Build and install neovim for Debian
#!/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

What does this MR do?

Related issues

What does this MR do?

Related issues

@chussenot
chussenot / _README.md
Created July 2, 2019 11:46 — forked from kennethkalmer/_README.md
Simple start with InfluxDB & Grafana using Travis as a source of historical data

InfluxDB & Grafana starter pack

Simple example of how easy it is to jam numbers into InfluxDB and graph something with Grafana. I choose to use Travis as a source of historical time-series data.

Dependencies

Get InfluxDB installed with Homebrew

$ brew install influxdb
[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