This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ❔ 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 |
Ceci est une idée spontanée destinée à la plateforme OPT & Vous.
Je propose de mettre à disposition du Wifi accessible depuis chaque BP, moyennant éventuellement un abonnement supérieur.
Mon bloc note de la session meetup powershell avec Sylver SCHORGEN chez SF2i le Vendredi 07/12/2018.
- 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)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 |
NewerOlder