Skip to content

Instantly share code, notes, and snippets.

View adriens's full-sized avatar

SALES adriens

View GitHub Profile
# ❔ duckdb_cli-linux-amd64 install shell script
# ☝️ shell (sudo required)
cd
DUCKDB_VERSION=v0.7.1
echo $DUCKDB_VERSION
# 📦 Get the binary
wget https://github.com/duckdb/duckdb/releases/download/${DUCKDB_VERSION}/duckdb_cli-linux-amd64.zip
clear
file duckdb_cli-linux-amd64.zip

Contexte

Ceci est une idée spontanée destinée à la plateforme OPT & Vous.

Idée

Je propose de mettre à disposition du Wifi accessible depuis chaque BP, moyennant éventuellement un abonnement supérieur.

But

@adriens
adriens / flag.jpg
Last active March 26, 2019 07:36
OPT > BP Status endpoint via UUID
flag.jpg
@adriens
adriens / Meetup-powershell-2018-12-07.md
Last active December 7, 2018 04:35
Bloc note Meetup Power shell du 07/12/2018

Description

Mon bloc note de la session meetup powershell avec Sylver SCHORGEN chez SF2i le Vendredi 07/12/2018.

Possibilités

  • Packaging de paquets Poweshell pour distribuer (avec VStudio)
  • ManageEngine pour AD (délégation)
  • Gestion de Worflows (parralélisation)
  • DSC (ie. le puppet pour Windows)
@adriens
adriens / LICENSE
Last active December 5, 2018 08:47 — forked from madc/LICENSE
Simple morse en- & decoding for Arduino (including LED Example)Build after the specs on http://en.wikipedia.org/wiki/Morse_code
Copyright (c) 2015 Matthias Esterl
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@adriens
adriens / 2018-11-23 18_11_36-1 16jNO3Q9kD7XEpLTEIZ1Ug.png
Last active November 23, 2018 20:25
OPT Idée spontanée > Les "Dash Button" ... ou "Cagou Button"
2018-11-23 18_11_36-1 16jNO3Q9kD7XEpLTEIZ1Ug.png

Concept

Ce serait très intéressant, via de l'open data (csv à priori sreait parfait), de disposer des données d'attente :

  • par agence
  • date/heure
  • type de guichet (colis, telecom, compte postal)
  • temps d'attente

Avec des données ouvertes de la sorte, il serait possible de jouer avec les données, de produire du

@adriens
adriens / opt-community-grah.md
Last active November 17, 2018 23:24
OPT community graph

Introduction

L'idée de gamification des idées est vraiment super. L'idée de pouvoir liker les idées et commentaires des autres aussi. Ca pousse et encourage la créativité, c'est très stimulant.

Idée générale sur la mise en oeuvre de graphe de données

Graphe de données ?

Voir :

@adriens
adriens / QRAndLogo.java
Created December 28, 2017 05:20 — forked from wombat/QRAndLogo.java
QR-Code with embedded logo
// Create new configuration that specifies the error correction
Map<EncodeHintType, ErrorCorrectionLevel> hints = new HashMap<EncodeHintType, ErrorCorrectionLevel>();
hints.put(EncodeHintType.ERROR_CORRECTION, ErrorCorrectionLevel.H);
QRCodeWriter writer = new QRCodeWriter();
BitMatrix bitMatrix = null;
ByteArrayOutputStream baos = new ByteArrayOutputStream();
try {
// Create a qr code with the url as content and a size of 250x250 px