Skip to content

Instantly share code, notes, and snippets.

View blankoworld's full-sized avatar

Olivier DOSSMANN blankoworld

View GitHub Profile
@blankoworld
blankoworld / config.ini
Created May 9, 2020 21:00
Reads a INI file and keeps section to put it in an Array
[gachette]
service = github
namespace = blankoworld/gachette
command = ls .
key = quelquechose
[gachette2]
service = gitlab
namespace = blankoworld/gitlab
script = ./mon_script.sh
key = autrechose
@blankoworld
blankoworld / keybase.md
Created May 29, 2019 14:00
Vérification pour keybase

Keybase proof

I hereby claim:

  • I am blankoworld on github.
  • I am bl4n (https://keybase.io/bl4n) on keybase.
  • I have a public key whose fingerprint is CC2F 4B4A 43FF 5DF4 C04D 3A7C 7CDF 1791 7CF0 6E30

To claim this, I am signing this object:

#!/usr/bin/env python3
import requests
import json
HEADERS = {
'Accept': 'application/json, text/plain, /',
'Content-Type': 'application/json'
}
#! /usr/bin/env ruby
=begin
This script backups and updates all dokuwiki installations on this server
Copyright (c) 2010 by Johannes Thönes <johannes.thoenes@googlemail.com>
Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
Found here: https://gist.github.com/jthoenes/285219
Modified by Olivier Dossmann <olivier+multidokuwiki@dossmann.net>
=end
# Library Requirements (need to install rubygems, ruby-dev and gem install libarchive on Debian)