Articles avec l'étiquette
Posts with tag
'GitHub'
RF433 buttons automation for MagicHome LED controllers
04/02/2024 9 mins
I keep improving the remote control of my MagicHome compatible LED controllers with RF433 buttons, my previous versions are described in the following posts: a first version with Domoticz and a RFLink on Arduino Mega (in french) a second version with Domoticz, rtl_433 and a RTL-SDR USB dongle (in french)...
Retraits partiels assurance vie
29/05/2023 6 mins
L’assurance-vie a une fiscalité particulière, notamment sur l’imposition des intérêts lors des retraits qui bénéficie d’un abattement de 4600 €, qu’il n’est pas forcément simple de calculer en cas de retraits partiels. C’est ce que nous allons voir dans cet article.
Migrate WordPress comments to Giscus
13/11/2022 5 mins
In this post about my migration process to Jekyll I explained the reasons that made me choose Giscus as commenting system. But unfortunately it does not come with a tool to migrate comments to GitHub. So I tried to make one.
View your website locally without environment
12/11/2022 3 mins
You may want for some reasons to see your website outside its deployment environment, for instance to see an older version. There are full-featured WAMP/LAMP servers with all the tools needed, and I used for my WordPress years the great MicroApache that bundle Apache+PHP+SQLite in less than 1 Mb. But...
Redirects on GitHub Pages
05/11/2022 4 mins
I have recently migrated my website on Jekyll hosted by GitHub Pages. As always, redirects are a good thing to avoid 404, and I have a bunch from the very first version of my website. However, GitHub Pages is not a webserver like Apache or NGINX and there is no...
Migrate WordPress to Jekyll
27/10/2022 19 mins
I had migrated this site LPRP.fr to WordPress in 2018 and I was very happy with it on many topics, but still, only 4 years after this migration I have decided to move to Jekyll.
Lire les corrections de lunettes
27/02/2022 6 mins
Il existe plusieurs notations pour les verres de lunettes, et bien sûr les ophtalmologistes et les opticiens n’utilisent pas les mêmes. Pour s’y retrouver, il faut apprendre à lire et convertir les différentes écritures.
Compiling GIMP plugins for Windows has never been so easy with msys2
12/06/2021 5 mins
If you are a GIMP for Windows enthusiastic user, you may know how difficult it can be to get plugins working for the Windows version. There is no more a GIMP registry and whereas building GIMP plugins from source is very easy under Linux with gimptool, it has been for...
Domoticz – Panasonic remote buttons and Custom URLs
22/12/2020 2 mins
There is no need to introduce the great home automation software Domoticz and I wrote already some blog posts about it. Today I pushed a pull request to the Domoticz GitHub to add two features I was missing :
Static files publication on GitLab Pages
21/05/2020 3 mins
To use GitLab Pages, unlike GitHub Pages, there is a little work to have it up and running.
Sonarcloud et la qualimétrie logicielle
29/03/2019 4 mins
Dans la continuité de la migration des projets sur GitHub, de l’ajout d’une intégration continue avec Travis-CI, l’étape d’après était d’ajouter de l’analyse de code, notamment sur le volet des vulnérabilités. J’ai choisi le scanner Sonar, et son portail Sonarcloud, un des plus connus et qui a le mérite d’être...