Docker Public Repository

Pour faciliter le développement et surtout le déploiement de l’application Zacacia, j’utilise Docker. Les 2 containers sont disponibles sous forme de Dockerfile ici <a href="https://registry.hub viagra a vendre.docker.com/repos/hlepesant/ » title= »My Repositories »>https://registry.hub.docker.com/repos/hlepesant/ Cela vous donne aussi un aperçu des possibilités de Docker, et son inscription complète dans la mouvance DevOps. Save as PDF

noNoseOnTV part 3

Voici le dernier code source de l’appareil NoNoseOnTV. Et voici le schéma : // # Author  : Hugues Lepesant // # Date    : 30/04/2014 // # Version : 0.3   // # URM Code based on Jiang’s work from DFRobot // # Product name:ultrasonic scanner Kit // # Product SKU:SEN0001    // # Description: // # The Sketch for scanning 180 degree area 4-500cm detecting range    // # Connection: // #       Pin 1 VCC (URM V3.2) -> VCC (Arduino) // #       Pin 2 GND (URM V3.2) -> GND (Arduino) // #       Pin 4 PWM (URM V3.2) -> Pin 6 (Arduino) // #       Pin 6 COMP/TRIG (URM V3.2) -> Pin 5 (Arduino) // # Pin mode: PWM // # Working Mode: PWM passive control mode. // # If it is your first time to use it,please make sure the two jumpers to the right hand // # side of the device are set to TTL mode. You’ll also find a secondary jumper on // # the left hand side, you must break this connection or you may damage your device. #include <IRremote.h> #include <NewTone.h> const int URPWM = 6; // PWM Output 0-25000us,every 50us represent 1cm const int URTRIG = 5; // PWM […]

NoNoseOnTV . part 2

Et hop voilà le code version 2. // # Author  : Hugues Lepesant // # Date    : 24/04/2014 // # Version : 0.2   // # URM Code based on Jiang’s work from DFRobot // # Product name:ultrasonic scanner Kit // # Product SKU:SEN0001    // # Description: // # The Sketch for scanning 180 degree area 4-500cm detecting range    // # Connection: // #       Pin 1 VCC (URM V3.2) -&gt; VCC (Arduino) // #       Pin 2 GND (URM V3.2) -&gt; GND (Arduino) // #       Pin 4 PWM (URM V3.2) -&gt; Pin 3 (Arduino) // #       Pin 6 COMP/TRIG (URM V3.2) -&gt; Pin 5 (Arduino) // # Pin mode: PWM // # Working Mode: PWM passive control mode. // # If it is your first time to use it,please make sure the two jumpers to the right hand // # side of the device are set to TTL mode. You’ll also find a secondary jumper on // # the left hand side, you must break this connection or you may damage your device.    int URPWM=3; // PWM Output 0-25000us,every 50us represent 1cm int URTRIG=5; // PWM trigger pin   int pinGreen = 2; int pinYellow = 6; int pinRed […]

NoNoseOnTV, un projet animé par Arduino

Ce projet est né du constat que nos enfants sont bien souvent le nez collé sur l’écran. Afin de corriger ce comportement j’ai pris l’habitude d’éteindre la télé avec la télécommande. C’est rapidement fatiguant de faire le surveillant. Même si j’ai obtenu quelques succès. Et la je me dis que si le truc pourrait être […]

OpenXchange 5 SOAP Admin PHP scripts

The commercial edition of OpenXchange 5 comes with some tools to manage users, groups, resource or group of resource. This tools must be used in commande line and are located in : /opt/openexchange/ox_admin_tools/openexchange-daemons/sbin/ There is no way to give a minimalist administration interface of their users, groups, resources and group of resource with the OxAdmin […]