<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://cyrille.giquello.fr/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Cyrille Giquello</title>
        <description></description>
        <link>https://cyrille.giquello.fr/</link>
        <lastBuildDate>Wed, 10 Jun 2026 11:17:22 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://cyrille.giquello.fr/_media/wiki/dokuwiki.svg</url>
            <title>Cyrille Giquello</title>
            <link>https://cyrille.giquello.fr/</link>
        </image>
        <item>
            <title>android</title>
            <link>https://cyrille.giquello.fr/informatique/android</link>
            <description>Android

Les statistiques des versions utilisées d&#039;Android, tailles d&#039;écran et versions d&#039;OpenGL, publication par Google.

Divers outils

recopier écran Android sur un bureau Linux

Developement

SDK &amp; Tools

	*  /informatique/mobile_app
	*  Flutter
	*  Android Studio &lt;https://developer.android.com/studio/index.html&gt;
		*  Device Manager pour créer des device pour l&#039;émulateur
			*  choix de la version API
			*  choix des services :</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 13 Jul 2025 10:07:07 +0000</pubDate>
        </item>
        <item>
            <title>model_bench</title>
            <link>https://cyrille.giquello.fr/informatique/ai_lm/model_bench</link>
            <description>Model bench

Avec OpenCode et le prompt “hello”.

gemma-4-26B-A4B-it-Q4_K_M

~/Code/bronx/AI_Coding/llama.cpp-86/build/bin/llama-server --host 0.0.0.0 --port 8012 -m ~/Data/AI_Models/gemma-4-26B-A4B-it-Q4_K_M.gguf --jinja -c 0


0.20.076.426 I srv          init: init: chat template, thinking = 1
0.20.076.461 I srv  llama_server: model loaded
0.20.076.464 I srv  llama_server: server is listening on http://0.0.0.0:8012
0.20.076.470 I srv  update_slots: all slots are idle
0.35.420.649 I srv  params…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 26 May 2026 08:15:39 +0000</pubDate>
        </item>
        <item>
            <title>wp_mysql_inner_join</title>
            <link>https://cyrille.giquello.fr/informatique/wordpress/wp_mysql_inner_join</link>
            <description>Wordpress INNER JOIN plante MySql

Wordpress et certains INNER JOIN plante MySql.

Quand je chercher events après une date ça fonctionne, on a seulement des OR sur les meta contenant la date de fin.

Par contre pour chercher events entre 2 dates c&#039;est là que MySql part dans les choux, on a dans ce cas des</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 07 Sep 2021 18:52:08 +0000</pubDate>
        </item>
        <item>
            <title>openid</title>
            <link>https://cyrille.giquello.fr/glossaire/openid</link>
            <description>OpenID

OpenID est un système d’authentification décentralisé qui permet l’authentification unique, ainsi que le partage d’attributs. Il permet à un utilisateur de s’authentifier auprès de plusieurs sites (devant prendre en charge cette technologie) sans avoir à retenir un identifiant pour chacun d’eux mais en utilisant à chaque fois un unique identifiant OpenID. Le modèle OpenID se base sur des liens de confiance préalablement établis entre les fournisseurs de services (sites web utilisant Open…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 27 Jun 2019 15:50:02 +0000</pubDate>
        </item>
        <item>
            <title>raid</title>
            <link>https://cyrille.giquello.fr/glossaire/raid</link>
            <description>RAID

Redundant Array of Inexpensive Disks

	*  RAID 0 : volume agrégé par bandes
	*  RAID 1 : Disques en miroir
	*  RAID 2 : volume agrégé par bandes à parité
	*  RAID3 et RAID4 
	*  RAID 5 : volume agrégé par bandes à parité répartie
	*</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:47 +0000</pubDate>
        </item>
        <item>
            <title>play_framework_old</title>
            <link>https://cyrille.giquello.fr/informatique/java/frameworks/play_framework_old</link>
            <description>Play! framework (old page)

The Playframework makes it easier to build Web applications with Java.

Finally a Java framework made by Web developers. Discover a clean alternative to bloated enterprise Java stacks. Play focuses on developer productivity and targets RESTful architectures.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 28 Dec 2015 00:16:52 +0000</pubDate>
        </item>
        <item>
            <title>orphanswanted</title>
            <link>https://cyrille.giquello.fr/wiki/plugins_installes/orphanswanted</link>
            <description>Orphans &amp; Wanted pages

&lt;http://www.dokuwiki.org/plugin:orphanswanted&gt;

Use this plugin to find orphan pages and wanted pages.

OrphansWanted show which pages are:

	*  Orphans (the page exists, but it has no links to it)
	*  Wanted (the page does not exist, but there are link(s) to it elsewhere on the site)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:19:00 +0000</pubDate>
        </item>
        <item>
            <title>sql</title>
            <link>https://cyrille.giquello.fr/informatique/sql</link>
            <description>SQL

Voir aussi /informatique/SGBD

Articles

Cours SQL:

	*  Les bases de données relationnelles par Jean-Claude SOHM avec notamment Chap 20, Chap 21
	*  Sql Tutorial sur dofactory.com
		*  SQL Join


Tips

Sql Join

	*  (INNER) JOIN: Select records that have matching values in both tables.
	*  LEFT (OUTER) JOIN: Select records from the first (left-most) table with matching right table records.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 24 Aug 2025 07:12:29 +0000</pubDate>
        </item>
        <item>
            <title>safenet_etoken_5110</title>
            <link>https://cyrille.giquello.fr/informatique/safenet_etoken_5110</link>
            <description>SafeNet eToken 5110

[SafeNet eToken 5110]

	*  Product brief by Gemalto &lt;https://www.linux.org/attachments/safenet-etoken-5110-product-brief-pdf.3477/&gt; ou &lt;https://cpl.thalesgroup.com/sites/default/files/content/product_briefs/field_document/2022-09/safenet-etoken-5110-pb.pdf&gt;
	*  Digicert knowledge base Initialize a SafeNet eToken 5110CC
	*  Safenet Authenfication Client (SAC) Linux SafeNet drivers sur globalsign.com (Ubuntu 20.04 et 22.04, CentOS 8 et 9, Debian et RedHat 32 et 64 bit)
	*  Con…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 28 Aug 2023 15:43:21 +0000</pubDate>
        </item>
        <item>
            <title>progressive_web_app_pwa</title>
            <link>https://cyrille.giquello.fr/informatique/progressive_web_app_pwa</link>
            <description>Progressive Web App (PWA)

	*  Google Doc
		*  des tips dans la docs de workbox

	*  MDN Doc (Mozilla Developer Network)
	*  Web.dev PWA by members of the Chrome team, and external experts.
		*  Présentation des notifications push

	*  MDN
		*  ServiceWorker Cookbook
			*  Immediate Claim: Register a service worker, Delete old cache if present, Immediately claim the service worker</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 12 Jul 2025 08:53:06 +0000</pubDate>
        </item>
        <item>
            <title>actualites</title>
            <link>https://cyrille.giquello.fr/informatique/opendata/actualites</link>
            <description>Actualités de l&#039;Opendata

Actualités de l&#039;Opendata en France, et puis parfois d&#039;ailleurs quand c&#039;est trop bon ;-)

2012

décembre

2012-12-27 - Diffusion des données naturalistes de l&#039;ONF au grand public: L&#039;ONF, dans le cadre de sa contribution au Système d&#039;information sur la nature et des paysages (SINP) et de son partenariat avec le Muséum national d&#039;histoire naturelle (</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 18 Sep 2013 15:41:03 +0000</pubDate>
        </item>
        <item>
            <title>css</title>
            <link>https://cyrille.giquello.fr/informatique/web/css</link>
            <description>Cascading Style Sheets

CSS - Cascading Style Sheets - Feuilles de style

Des liens dans le glossaire/CSS.

N&#039;oubliez pas le Doctype !

Attention à ne pas oublier le doctype du document (lire “DTD : comment choisir”), sinon votre page sera en mode Quirks.

Un guide tout simple pour s&#039;attaquer à la mise en page avec The Flexbox Layout (Flexible Box) : &lt;span style=&quot;background: maroon; color: maroon; border: 1px solid black;&quot;&gt;@@@@@&lt;/span&gt;&lt;span style=&quot;background: red; color: red; border: 1px solid b…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 10 Oct 2023 17:36:17 +0000</pubDate>
        </item>
        <item>
            <title>cellular_gsm</title>
            <link>https://cyrille.giquello.fr/divers/cellular_gsm</link>
            <description>GSM Cellular

The ITU-T Recommendation E.212 ( international mobile subscriber identity IMSI) defines mobile country codes (MCC) as well as mobile network codes (MNC). 

	*  GSM (GPRS, EDGE), CDMA, UMTS (3G, HSPA, HSPA+, DC-HSPA+), LTE (4G) et 5G 
	*  MCC</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 01 Aug 2025 07:40:26 +0000</pubDate>
        </item>
        <item>
            <title>tux_droid</title>
            <link>https://cyrille.giquello.fr/electronique/tux_droid</link>
            <description>Tux Droid

Sur le web

	*  Le site officiel et communautaire : &lt;http://www.tuxisalive.com/&gt; et son Wiki
	*  code source
	*  Une présentation en français : &lt;http://electronique.magellan.fpms.ac.be/wiki/index.php/Tux_Droid&gt;

Quelques projets

un cerveau pour Tux

	*  &lt;http://wiki.tuxisalive.com/index.php/AI&gt;
	*  (fr) TuxBrain

librairies

communication avec le d
aemon tuxd :

	*  Java
	*  Ruby

Qlqs idées de dev</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:46 +0000</pubDate>
        </item>
        <item>
            <title>egpu</title>
            <link>https://cyrille.giquello.fr/informatique/egpu</link>
            <description>eGpu

En anglais “GPU enclosures”. Nécessite un port Thunderbolt 3, 4 ou à venir 5.

Installer nvidia-drivers et CUDA.

Mes expériences eGpu avec mon Mint 21.3 (Ubuntu 22.04) kernel 6.8.

	*  &lt;https://egpu.io/best-egpu-buyers-guide/&gt;
	*  eBay th3p4
		*  Thunderbolt 3/4 PD 40Gbps DC/ATX TH3P4 GPU Dock Graphics Card Extension Bracket $207

	*  &lt;https://www.sonnetstore.com/collections/gpu-solutions&gt;
	*  DIY Thunderbolt eGPU with EXP GDC TH3P4 and 3D-printed chassis

	*  WKGL17 Wikingoo
		*  acheté
…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 09 Jun 2026 11:38:51 +0000</pubDate>
        </item>
        <item>
            <title>play_1.2_bugs</title>
            <link>https://cyrille.giquello.fr/informatique/java/frameworks/play_framework/play_1.2_bugs</link>
            <description>Playframework bugs

Play 1.2: call merge() save entity

2011-04-15


public class Essais02 extends Controller {
	public static void index() {
		Logger.debug(&quot;Person count %d&quot;, Person.count());

		Person p = new Person();
		p.name = &quot;blabla&quot;;

		p.merge();
		...</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 28 Dec 2015 00:16:52 +0000</pubDate>
        </item>
        <item>
            <title>radios_en_ligne</title>
            <link>https://cyrille.giquello.fr/divers/radios_en_ligne</link>
            <description>Radios en ligne

Écoute la radio en ligne en streaming !

Source de radios:

	*  &lt;https://radioenlignefrance.com/&gt;
	*  &lt;http://doc.ubuntu-fr.org/liste_radio_france&gt;

Radios Tourangelles

Radio Béton (Tours) &lt;http://stream.radiobeton.com:8000/stream.mp3&gt; &lt;http://51.254.220.198:8000/stream.mp3.m3u&gt; &lt;http://213.186.61.62:8400/&gt;

Radio Campus Tours &lt;http://citeradio.fr:8000/webradiocampustours&gt; &lt;http://37.59.38.203:8000/webradiocampustours.mp3&gt; &lt;http://88.191.132.138:8000/webradiocampustours&gt;

RFL 1…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 19 Sep 2024 07:37:14 +0000</pubDate>
        </item>
        <item>
            <title>ai_vision</title>
            <link>https://cyrille.giquello.fr/informatique/ai_lm/ai_vision</link>
            <description>AI Vision

Voir aussi:

	*  IGN BdOrtho

llama.cpp

Il y a YOLO et tout plein d&#039;outils dédiés à la détection dans des images. Là je teste avec des modèles multimodaux, sans entraînement spécifique.

Le prompt demande s&#039;il y a des panneaux solaire dans l&#039;image fournie, avec sa bbox, et si &lt;img src=&quot;https://tools.comptoir.net/maproulette-completion-badge/badge.php?id=54541&quot; height=&quot;25&quot;/&gt;&lt;img src=&quot;https://tools.comptoir.net/maproulette-completion-badge/badge.php?id=54542&quot; height=&quot;25&quot;/&gt;&lt;img src=&quot;htt…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 21 Apr 2026 06:52:47 +0000</pubDate>
        </item>
        <item>
            <title>javascript</title>
            <link>https://cyrille.giquello.fr/informatique/javascript</link>
            <description>Javascript

Voir aussi;

	*  /informatique/javascript/jquery
	*  A Map To Modern JavaScript Development (2017)

De la doc:

	*  Centre de documentation Mozilla
	*   Object-oriented JavaScript for beginners
			*  Introduction to Object-Oriented JavaScript, Javascript OOP patterns (POO)

	*  OOP Javascript, Jquery, Binding events and keep the context (this) (POO)
	*  Callbacks vs Events
			*  Callbacks vs Events well presents the difference
			*  performance test


News, listes d&#039;outils et librair…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 15 May 2026 12:05:03 +0000</pubDate>
        </item>
        <item>
            <title>dotnet</title>
            <link>https://cyrille.giquello.fr/informatique/dotnet</link>
            <description>DotNet (.NET)

A étudier

WPF / XAML et la 3D dans les UI.

	*  &lt;http://www.codeproject.com/KB/WPF/MyFriends.aspx&gt;
	*  &lt;http://www.codeproject.com/Articles/37371/Viewport2DVisual3D.aspx&gt;

De la doc

developpez.com deviendrait-il une bonne référence ...

Un super point d&#039;entrée pour .NET :

&lt;http://www.csharpfriends.com/quickstart/howto/&gt;

Geaorge Shepherds&#039;s Windows Forms FAQ : Très complète sur les contrôles, le Framework et tout plein d&#039;autres choses autour de .NET. Un must have !</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:56 +0000</pubDate>
        </item>
        <item>
            <title>opendata</title>
            <link>https://cyrille.giquello.fr/informatique/opendata</link>
            <description>Open Data

Tags: opendata, ouverture données publiques, egov, opengov, edemocracy.

développement local

Draft Conférence, Draft Conférence2

Les slides en SVG, sur SlideShare en PDF.

L&#039;État n&#039;existe pas pour lui même, mais pour le peuple : donc diffusion libre de ce qu&#039;il finance.

Ouverture des données publiques, une nouvelle ressource pour l’innovation et la participation</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 28 Dec 2022 13:05:58 +0000</pubDate>
        </item>
        <item>
            <title>etude_perso</title>
            <link>https://cyrille.giquello.fr/informatique/php/symfony/etude_perso</link>
            <description>Etude perso

Multi-sites avec héritage

Dans un site on doit pouvoir surcharger : assets, action, view, model, lib, DSN, Config:

&lt;note important&gt;Pour des classes qui porteraient le même nom mais seraient dans différents sites : Quid du cache de l&#039;op-code ??&lt;/note&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>guid</title>
            <link>https://cyrille.giquello.fr/glossaire/guid</link>
            <description>GUID

Globally Unique IDentifier

Un GUID (abréviation de l&#039;anglais Globally Unique IDentifier) sert habituellement d&#039;identifiant unique pour un composant logiciel, par exemple un plugin. Sa taille est de 16 octets, soit 128 bits, décomposés en:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:46 +0000</pubDate>
        </item>
        <item>
            <title>flutter</title>
            <link>https://cyrille.giquello.fr/informatique/flutter</link>
            <description>Flutter

Le langage dart

Quelques notes sur le debuggage.

Et des Tips/Tutos/Examples.

Ma 1ère appli : CroustiWiki

Flutter documentation

	*  &lt;https://flutter.dev&gt;
	*  Flutter Cookbook contains recipes that demonstrate how to solve common problems
	*  Flutter CodeLabs
	*  Layout
	*  Widgets
		*  Cupertino widgets for iOS style and behavior 
		*  Material Components widgets
			*  &lt;https://flutter-experimental-m3-demo.web.app/&gt;


	*  Theme
	*  assets and images
	*  Examples</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 02 Dec 2025 09:41:23 +0000</pubDate>
        </item>
        <item>
            <title>protocole_version_http</title>
            <link>https://cyrille.giquello.fr/divers/nabaztag/protocole_version_http</link>
            <description>Protocole version HTTP

&lt;note warning&gt;
Le Lapin étudié est un Nabaztag:Tag : version avec le nombril (micro et lecteur RFID).

Le bytecode utilisé est celui du projet OpenNab. Ce n&#039;est pas la dernière version éditée par Violet puisqu&#039;on ne veut pas bosser avec XMPP, mais avec HTTP seulement. Il s&#039;agit de celui du projet OpenNab. Ce bytecode a été modifier pour utiliser des URLs adaptées au projet OpenNab qui utilise PHP:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:45 +0000</pubDate>
        </item>
        <item>
            <title>zend_framework</title>
            <link>https://cyrille.giquello.fr/informatique/php/zend_framework</link>
            <description>Zend Framework

[Zend Framework]

&lt;http://framework.zend.com/&gt;

Programmer&#039;s Reference Guide : fr en

Comparaison Zend_Framework et Symfony

Etude perso

Sources de documentation

sur developpez.net/.com : Accueil Cours, FAQ, Forums

	*  
	*  Les cours de Julien Pauli sur developpez.com sont très pertinents (sécurité, ZendFramework, ...).
	*  le Zend Framework Francophone: &lt;http://www.z-f.fr&gt;
	*  &lt;http://mikaelkael.fr/&gt; pour la traduction fr du guide de référence.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>pkcs</title>
            <link>https://cyrille.giquello.fr/glossaire/pkcs</link>
            <description>PKCS

Public Key Cryptographic Standard

Les PKCS (Public Key Cryptographic Standards), ou standards de cryptographie à clé publique, sont un ensemble de spécifications conçues par les laboratoires RSA en Californie. La société RSA Security est spécialisée dans les solutions de sécurité cryptographiques. Elle est également propriétaire de licences d&#039;exploitations de plusieurs algorithmes (dont RSA avant l&#039;expiration de son brevet le 21 septembre 2000).</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 Aug 2023 06:36:01 +0000</pubDate>
        </item>
        <item>
            <title>pkcs</title>
            <link>https://cyrille.giquello.fr/informatique/pkcs</link>
            <description>Public Key Cryptographic Standard

Tous les PKCS sont sur rsa.com.

	*  PKCS#1: RSA Cryptography Standard
	*  PKCS#3: Diffie-Hellman Key Agreement Standard
	*  PKCS#5: Password-Based Cryptography Standard
	*  PKCS#6: Extended-Certificate Syntax Standard
	*</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 27 Aug 2023 09:31:17 +0000</pubDate>
        </item>
        <item>
            <title>web</title>
            <link>https://cyrille.giquello.fr/web</link>
            <description>On the Web

Services

Keep your data in Europe

Boites à outils:

	*  &lt;https://ladigitale.dev/&gt; Des services libres pour l’éducation
	*  &lt;https://www.colibris-outilslibres.org/&gt; par le Mouvement Colibris
	*  &lt;https://degooglisons-internet.org/fr/&gt; by Framasoft
	*  &lt;https://european-alternatives.eu/&gt;
	*  &lt;https://www.infomaniak.com/fr/offres-speciales&gt;
	*  &lt;https://ouvaton.coop/services/outils-partages/&gt; Coopérative Ouvaton et tarifs de son offre

Suites collaboratives

Services avec stockage et …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 Feb 2026 09:58:05 +0000</pubDate>
        </item>
        <item>
            <title>apache</title>
            <link>https://cyrille.giquello.fr/informatique/apache</link>
            <description>Apache (httpd)

Sur les serveurs web en général: /informatique/httpd

Manuel en français.

Installer Mod_SSL/Apache/Php.

Le module Mod_SSL.

Une bonne présentationFR des modules mod_cache, mod_disk_cache, mod_mem_cache, mod_file_cache : Guide de la mise en cache.

Sécurité

Apache en Chroot

Combiner Apache et la commande chroot

Apache in a chroot jail from “Securing and Optimizing Linux: RedHat Edition - A Hands on Guide”

Une série sur www.cyberciti.biz:

	*  Red Hat / CentOS: Chroot Apache …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:19:00 +0000</pubDate>
        </item>
        <item>
            <title>laravel_1</title>
            <link>https://cyrille.giquello.fr/informatique/php/laravel_1</link>
            <description>Laravel

Laravel The PHP Framework For Web Artisans.

Voir aussi :

	*  Lumen une version micro-framework de Laravel 5.
	*  informatique/web/Tailwind Css

Documentation

	*  Laravel 8.x
		*  La TALL Stack Tailwind CSS, AlpineJS, Laravel et Livewire
		*  laravel-frontend-presets, en plus des quelques ui presets fournis par Laravel pour un simple dashboard ou la tall stack ou</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Jun 2025 07:22:20 +0000</pubDate>
        </item>
        <item>
            <title>webid</title>
            <link>https://cyrille.giquello.fr/glossaire/webid</link>
            <description>WebID

&lt;https://en.wikipedia.org/wiki/WebID&gt;

	&quot; process of standardization for identity, identification and authentication on HTTP based networks. WebID-based protocols (WebID-OIDC, WebID-TLS, WebID-TLS+Delegation) offer a new way to log into internet services. Instead of using a password, for example, the member refers to another web address which can vouch for it.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 27 Jun 2019 15:47:29 +0000</pubDate>
        </item>
        <item>
            <title>rfid</title>
            <link>https://cyrille.giquello.fr/glossaire/rfid</link>
            <description>RFID

Radio Frequency IDentification

	*  125 KHz
	*  13.56 MHz ISO14443A/B

EPC

L’étiquette RFID sera le support du système Electronic Product Code (EPC) (Code produit électronique), représentant « le réseau de la traçabilité des objets ». Il prévoit notamment l’identification unitaire des objets ( étiquettes à codification séquentielle) et se rattache à un réseau de partage des données sur Internet. EPC a été impulsé par les grands acteurs mondiaux de l’industrie du commerce et des systèmes d…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 22 Apr 2015 06:58:30 +0000</pubDate>
        </item>
        <item>
            <title>gpu_bench</title>
            <link>https://cyrille.giquello.fr/informatique/ai_lm/gpu_bench</link>
            <description>GPU Bench

	*  RTX AI Garage sur blog de nvidia

	*  Gigabyte Windforce OC 12GB Geforce RTX 3060, 354 €TTC neuve 2025-11
	*  PNY OC 16 Go Geforce RTX 5060 Ti, 450 €TTC neuve 2025-11

Benchmark d&#039;IA pour extraction de noms :

	*  avec service Mistral, modèle Codestral = 00j 01h 02m 48s</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 09 Jun 2026 20:23:33 +0000</pubDate>
        </item>
        <item>
            <title>pipo</title>
            <link>https://cyrille.giquello.fr/pipo</link>
            <description>C&#039;est c&#039;là, oui... que du pipo !

----------


	&lt;select id=&quot;pipos&quot;&gt;
	&lt;/select&gt;
	&lt;button id=&quot;pipote&quot;&gt;Pipote !&lt;/button&gt;
	&lt;div&gt;
		&lt;p id=&quot;pipoTitle&quot;&gt;&lt;/p&gt;
		&lt;p id=&quot;pipoTexte&quot;&gt;&lt;/p&gt;
	&lt;/div&gt;

&lt;script&gt;
		&quot;use strict&quot;;
		/*
		https://www.evermade.fi/story/replacing-jquery-native-javascript-projects/
		*/
		if (
			document.readyState === &quot;complete&quot; ||
			(document.readyState !== &quot;loading&quot; &amp;&amp; !document.documentElement.doScroll)
		) {
			pipoInit();
		} else {
			document.addEventListener(&quot;DOMContentLoaded&quot;…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 20 Aug 2022 15:09:15 +0000</pubDate>
        </item>
        <item>
            <title>distributed_computing</title>
            <link>https://cyrille.giquello.fr/informatique/distributed_computing</link>
            <description>Distributed Computing

Sources d&#039;info

&lt;http://fgouget.free.fr/distributed/&gt;

Voir aussi:

	*  HPC

Les projets

Human Proteome Folding (grid.org) 

The Human Proteome Folding Project analyzes sequence data from the Human Genome to predict how the proteins coded there are likely to function. Since proteins directly affect human health and are key targets in developing disease treatments, understanding their structure and function is critical. At present only a fraction of human protein structure…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 20 May 2012 18:57:02 +0000</pubDate>
        </item>
        <item>
            <title>jq</title>
            <link>https://cyrille.giquello.fr/informatique/jq</link>
            <description>jq

jq a lightweight and flexible command-line JSON processor.

	*  Le Manuel
	*  La FAQ
	*  Le Cookbook

	*  Pour faire des requêtes en ligne : &lt;https://jqplay.org&gt;

	*  JSON parsing: jq group_by() max_by() sort_by()
	*  Processing JSON using jq
	*  jq sur stackoverflow 

Play with jq

members.json:


[
 {
  &quot;member_id&quot;: 123,
  &quot;loans&quot;:[
   {
    &quot;date&quot;: &quot;123&quot;,
    &quot;media&quot;: [
     { &quot;title&quot;: &quot;foo&quot; },
     { &quot;title&quot;: &quot;bar&quot; }
    ]
   },
   {
    &quot;date&quot;: &quot;456&quot;,
    &quot;media&quot;: [
     { &quot;title&quot;: &quot;foo…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 04 Oct 2021 06:40:27 +0000</pubDate>
        </item>
        <item>
            <title>mobile_app</title>
            <link>https://cyrille.giquello.fr/informatique/mobile_app</link>
            <description>Mobile App

Aussi:

	*  /informatique/android
	*  l’appli CroustiWiki

tags: smartphone, application

responsive vs adaptive

Une application réactive (responsive) ajuste la disposition des éléments graphiques afin de s&#039;adapter à l&#039;espace disponible. Une application adaptative (</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 30 Aug 2025 10:53:41 +0000</pubDate>
        </item>
        <item>
            <title>tips_tutos_examples</title>
            <link>https://cyrille.giquello.fr/informatique/flutter/tips_tutos_examples</link>
            <description>Tips, Tutos, Examples Flutter

Build optimisation

kDebugMode

kDebugMode étant un constante, le compilateur peut supprimer du code: Tree Shaking. Il faut donc l&#039;utiliser pour réduire la taille de la compilation release.

J&#039;ai vérifié en recherchant des chaînes de caractères dans</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Sep 2025 09:39:02 +0000</pubDate>
        </item>
        <item>
            <title>centipede</title>
            <link>https://cyrille.giquello.fr/informatique/gps/centipede</link>
            <description>Centipède

Centipède est un réseau mutualisé de bases GNSS RTK, géré par des Instituts de recherche en Charente-Maritime. Il vise à fournir un signal de correction RTK libre et ouvert afin de disposer d&#039;une précision centimétrique sur un territoire continu - by</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 16 Feb 2019 15:11:05 +0000</pubDate>
        </item>
        <item>
            <title>solid</title>
            <link>https://cyrille.giquello.fr/glossaire/solid</link>
            <description>SOLID

SOcial LInked Data

WebID


@prefix jane: &lt;https://janespod.solid/profile/card#&gt;.
@prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt;. jane:me foaf:name &quot;Jane Doe&quot;@en;
foaf:givenName &quot;Jane&quot;@en;
foaf:familyName &quot;Doe&quot;@en;
foaf:knows
    &lt;https://bill.solid/profile/card#me&gt;,
    &lt;https://barb.solid/profile/card#me&gt;.
    &lt;https://bill.solid/profile/card#me&gt;
    foaf:givenName &quot;William&quot;@en. &lt;https://barb.solid/profile/card#me&gt;
    foaf:givenName &quot;Barbara&quot;@en.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 27 Jun 2019 14:28:39 +0000</pubDate>
        </item>
        <item>
            <title>tinymce</title>
            <link>https://cyrille.giquello.fr/informatique/tinymce</link>
            <description>TinyMCE

The free version comes with the Open Source license LGPL 2.1 and is supported by the community.

&lt;http://tinymce.moxiecode.com/&gt;

Options

content_css

This option enables you to specify a custom CSS file that extends the theme content CSS. This CSS file is the one used within the editor (the editable area). This option can also be a comma separated list of URLs.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 02 Jun 2017 18:59:54 +0000</pubDate>
        </item>
        <item>
            <title>ubuntu_old</title>
            <link>https://cyrille.giquello.fr/informatique/linux/ubuntu_old</link>
            <description>Ubuntu (old page)

Après des années de Linux côté serveur, il faut bien que je passe au côté desktop... j&#039;ai choisi Ubuntu. Ubuntu est très célèbre pour être proche de l&#039;utilisateur, Sus aux passionné des octets ! 

Voir aussi:

	*  xubuntu

Configuration</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 13 May 2014 19:08:55 +0000</pubDate>
        </item>
        <item>
            <title>loir-et-cher</title>
            <link>https://cyrille.giquello.fr/informatique/opendata/loir-et-cher</link>
            <description>Loir-et-Cher (41)

Département du Loir-et-Cher (41)

La plate-forme PILOTE41 propose un accès direct aux données ouvertes du Loir-et-Cher.

Est-ce de l&#039;Opendata ou INSPIRE ?

	*  &lt;http://www.pilote41.fr&gt;
		*  Les outils proposés par PILOTE41
		*  le Catalogue de données
		*  Kit pédagogique PILOTE41 - L&#039;Inspection académique, le Conseil général et l&#039;Observatoire de l&#039;économie et des territoires de Loir-et-Cher se sont rapprochés pour proposer au monde éducatif du département un ensemble de resso…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:59 +0000</pubDate>
        </item>
        <item>
            <title>wifi</title>
            <link>https://cyrille.giquello.fr/informatique/raspberrypi/wifi</link>
            <description>Raspberry WIFI

wifi access point (AP)

Aussi Raspberry Pi : Créer un point d’accès WiFi

avec hostadp &amp; dnsmasq

Avec dnsmasq et hostadp.

Le problème est la perte de l&#039;ip sur wlan0. La solution trouvée:

dans /etc/default/ifplugd remplacer
INTERFACES=&quot;auto&quot;
HOTPLUG_INTERFACES=&quot;all&quot;
par
INTERFACES=&quot;eth0&quot;
HOTPLUG_INTERFACES=&quot;eth0&quot;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 31 Mar 2016 10:25:40 +0000</pubDate>
        </item>
        <item>
            <title>spring_framework</title>
            <link>https://cyrille.giquello.fr/informatique/java/frameworks/spring_framework</link>
            <description>Spring Framework

&lt;http://spring.io&gt;

Doc

	*  Spring-Boot 1.3.2
	*  spring-framework-reference
	*  Spring Data:
		*  data-jpa
		*  Sprint Data REST (@RepositoryRestResource, @Projection, ...)
			*  spring-data-rest Reference
				*  Basic settings for Spring Data REST: basePath, defaultPageSize, sortParamName ...

			*  spring-data-rest Getting started
			*  Spring Data REST and Projections



Hébergement sur le web;

	*  Heroku

Tips

Dependencies injection</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 01 Mar 2019 18:34:32 +0000</pubDate>
        </item>
        <item>
            <title>replication</title>
            <link>https://cyrille.giquello.fr/informatique/sgbd/mysql/replication</link>
            <description>mysql replication

Des questions:

	*  vérifier automatiquement que la réplication fonctionne
	*  le slave est désynchroniser car il ne pouvait pas communiquer avec le master
	*  le fichier bin_log est trop petit pour contenir les requêtes le temps que le slave les récupère</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 21 Jan 2022 09:09:50 +0000</pubDate>
        </item>
        <item>
            <title>webauthn</title>
            <link>https://cyrille.giquello.fr/glossaire/webauthn</link>
            <description>webauthn

Web Authentication

WebAuthn (Web Authentication) est un standard du World Wide Web Consortium (W3C)1,2 avec la contribution de la FIDO Alliance3 qui propose une interface d&#039;authentification des utilisateurs (UVPA: User Verifying Platform Authenticators) aux applications Web à l&#039;aide de clés asymétriques protégées par l&#039;appareil ou de token</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Jun 2025 10:19:07 +0000</pubDate>
        </item>
        <item>
            <title>ai_lm</title>
            <link>https://cyrille.giquello.fr/informatique/ai_lm</link>
            <description>AI Language Model

Les modèles d’intelligence artificielle (IA), des simples algorithmes de régression jusqu’aux réseaux neuronaux complexes utilisés dans l’apprentissage profond, fonctionnent grâce à une logique mathématique. Toutes les données utilisées par un modèle d’intelligence artificielle, y compris les données non structurées comme le texte, l’audio ou les images, doivent être exprimées sous forme numérique. Le plongement vectoriel, ou représentation vectorielle, est une méthode qui per…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 10 Jun 2026 07:36:53 +0000</pubDate>
        </item>
        <item>
            <title>chipnet_fido_u2f</title>
            <link>https://cyrille.giquello.fr/informatique/chipnet_fido_u2f</link>
            <description>ChipNet FIDO U2F



La version “basic” ne fait que le FIDO U2F.

	*  Achat d&#039;une ChipNet FIDO U2F sur la FNAC pour faire des essais.
		*  Livrée avec un p&#039;tit adaptateur USB -&gt; USB-C.


Ajout de la clé pour le 2FA de Google réussi avec Firefox 116.

Sur Linux à l&#039;insertion de la clé:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 02 Mar 2024 20:20:40 +0000</pubDate>
        </item>
        <item>
            <title>javame</title>
            <link>https://cyrille.giquello.fr/informatique/javame</link>
            <description>JavaME (Java Micro Edition)

&lt;note&gt;Tags: MIDlet - MIDP - CLDC&lt;/note&gt;

	*  MIDP Technical Articles and Tips on SDN&#039;s mobility section.
	*  Java Tips &gt; Java ME Tips &gt; MIDP
	*  Java Source Code / Java Documentation » 6.0 JDK Modules » j2me

Using Forms and Items in MIDlets

APIs

Record Management System (RMS)

RMS: This Java tip explains RMS Record Management System for storing persistent data. A record store consists of a collection of records which will remain persistent. The RMS</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>outils_de_documentation</title>
            <link>https://cyrille.giquello.fr/informatique/outils_de_documentation</link>
            <description>Outils de documentation

Voir aussi:

	*  Gestion de projet

Diagrammes et autres schémas

Voir aussi:

	*  /informatique/uml pour les softs dédiés aux diagrammes UML.
	*  /informatique/ihm_prototyping pour le prototyping des IHM/GUI.
	*  Mind Mapping

DIA

&lt;http://live.gnome.org/Dia&gt;

Gratuit et Open source

Dia is roughly inspired by the commercial Windows program ‘Visio’, though more geared towards informal diagrams for casual use. It can be used to draw many different kinds of diagrams. It c…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 05 Sep 2025 10:57:50 +0000</pubDate>
        </item>
        <item>
            <title>frameworks</title>
            <link>https://cyrille.giquello.fr/informatique/java/frameworks</link>
            <description>Java Frameworks

Voir aussi:

	*  Librairies Java
	*  Documentation Java

Frameworks

Metawidget

&lt;http://metawidget.org/&gt;

Metawidget is a smart User Interface widget that populates itself, at runtime, with UI components to match the properties of your business objects.

Metawidget does this without introducing new technologies. It inspects your existing back-end architecture (such as JavaBeans, existing annotations, existing XML configuration files) and creates widgets native to your existing …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 03 Jul 2016 08:15:34 +0000</pubDate>
        </item>
        <item>
            <title>tips</title>
            <link>https://cyrille.giquello.fr/informatique/java/tips</link>
            <description>Java Tips

Plein de choses interressantes dans le livre “Killer Game Programming in Java”. Des extraits de chapitres et de codes: &lt;http://fivedots.coe.psu.ac.th/~ad/jg/index.html&gt;.

&lt;http://filthyrichclients.org/&gt; Le bouquin de Romain Guy &amp; Chet Haase. In Filthy Rich Clients, we explain how to create filthy rich effects in your applications, from the fundamental graphics,</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 16 Jun 2023 08:02:05 +0000</pubDate>
        </item>
        <item>
            <title>ubuntu</title>
            <link>https://cyrille.giquello.fr/informatique/linux/ubuntu</link>
            <description>Ubuntu

Notes précédentes (my Ubuntu old page)

Trucs &amp; Astuces

	*  Nautilus scripts (terminal here, ...)

Add PPA / remove PPA

To install open a terminal window and enter
sudo add-apt-repository ppa:oibaf/graphics-drivers
sudo apt-get update
sudo apt-get upgrade
To remove, you can use ppa-purge
sudo apt-get install ppa-purge
sudo ppa-purge ppa:oibaf/graphics-drivers</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 26 Nov 2025 09:37:51 +0000</pubDate>
        </item>
        <item>
            <title>croustiwiki</title>
            <link>https://cyrille.giquello.fr/app/croustiwiki</link>
            <description>CroustiWiki : le saviez-vous sur wikipedia





version PWA

	*  Code source : &lt;https://framagit.org/Cyrille37/wp-did-you-know_pwa&gt;
	*  Web App : &lt;https://tools.comptoir.net/wpduk/&gt;
	*  Google Play : écrasée par version Flutter
	*  Apple Store : none
	*  Android APK (build PwaBuilder) : 




version Flutter

	*  Code source : &lt;https://framagit.org/Cyrille37/wp-did-you-know-flutter&gt;
	*  Google Play :</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Sep 2025 08:58:34 +0000</pubDate>
        </item>
        <item>
            <title>docker</title>
            <link>https://cyrille.giquello.fr/informatique/docker</link>
            <description>Docker


Docker propose des conteneurs logiciels, les conteneurs partagent le même système d&#039;exploitation (noyaux, processus d&#039;initialisation, drivers réseaux ...).

Principes

Docker propose un certains nombre d&#039;images « standard » notamment:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 28 Mar 2025 08:08:38 +0000</pubDate>
        </item>
        <item>
            <title>oauth</title>
            <link>https://cyrille.giquello.fr/informatique/oauth</link>
            <description>OAuth

An open protocol to allow secure authorization in a simple and standard method from web, mobile and desktop applications.

&lt;http://oauth.net/&gt;

Voir aussi : Single Sign-On

	*  Comprendre le framework OAuth 2.0 et les roles et mécanismes en jeu durant le processus d&#039;autorisation

RFC:

	*  6749 The OAuth 2.0 Authorization Framework
		*  8252 OAuth 2.0 for Native Apps
		*  8996 Deprecating TLS 1.0 and TLS 1.1</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 09 Sep 2025 09:30:34 +0000</pubDate>
        </item>
        <item>
            <title>tablette_pc</title>
            <link>https://cyrille.giquello.fr/informatique/tablette_pc</link>
            <description>Tablette PC

MID : Mobile Internet Device
    Apple iPad    Eken M003    APad 10,1   Apad IRobot    Eken M001    Nationite MIDnite (Wits A81E)   Prix   &gt;= 499€    179€  $132.96 free shipping  310€    199€    149€    210$   écran   9.7“    8” 800*600 touch-sensitive    10.1“    7” TFT LCD touch screen, 800*480</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:55 +0000</pubDate>
        </item>
        <item>
            <title>chartjs</title>
            <link>https://cyrille.giquello.fr/informatique/javascript/chartjs</link>
            <description>Chart.js

Simple yet flexible JavaScript charting for designers &amp; developers.

	*  &lt;https://www.chartjs.org&gt;
	*  &lt;https://www.chartjs.org/docs/&gt;

Plugins

AlignZero

Aligner les zéros des axes Y.



/**
 * Plugin pour aligner les zéros des axes Y multiples dans un graphique Chart.js.
 * Ce plugin ajuste dynamiquement les échelles des axes Y pour que leurs zéros soient alignés,
 * améliorant ainsi la lisibilité des graphiques avec plusieurs axes Y.
 *
 * Fonctionnement :
 * 1. Calcule le ratio de…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 15 May 2026 12:12:50 +0000</pubDate>
        </item>
        <item>
            <title>logviewer</title>
            <link>https://cyrille.giquello.fr/informatique/projets/logviewer</link>
            <description>LogViewer

Maintenant ce projet est hébergé sur SourceForge

	*  &lt;http://sourceforge.net/projects/cglogviewer/&gt;

Contactez moi pour le code source, je ne l&#039;ai pas publié...

Voir le Sujet du forum pour plus d&#039;information.

This peace of software is now hosted at SourceForge

	*  &lt;http://sourceforge.net/projects/cglogviewer/&gt;

Please contact me for source code.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:56 +0000</pubDate>
        </item>
        <item>
            <title>exim4</title>
            <link>https://cyrille.giquello.fr/informatique/reseau/exim4</link>
            <description>Exim4

MTA, Service SMTP

Voir aussi:

	*  Postfix
	*  /informatique/spam pour de la “bonne” configuration

Documentation:

	*  Exim Cheatsheet
	*  main configuraiton
	*  exim4-base manpage

Tips &amp; Tricks

fallback (wildcard) alias

In /etc/exim4/exim4.conf.template replace:


system_aliases:
  ...
  data = ${lookup{$local_part}lsearch{/etc/aliases}}</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Aug 2021 17:35:12 +0000</pubDate>
        </item>
        <item>
            <title>mysql</title>
            <link>https://cyrille.giquello.fr/informatique/sgbd/mysql</link>
            <description>MySQL

	*  mariadb
	*  sql

Books

High Performance MySQL Optimization, Backups, Replication, and More (Paperback)

Tools

Myterm

Myterm: Extensible mysql command line client with pipe chaining

“Tail -f table with myterm” Ever found yourself running the same query over and over again to see if a table has got new content, just waiting for that magic row to appear? The tail command will watch for new lines in a table, just like you might tail a log file in Linux.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 31 Oct 2022 17:37:15 +0000</pubDate>
        </item>
        <item>
            <title>pic</title>
            <link>https://cyrille.giquello.fr/electronique/pic</link>
            <description>Les PICs

Présentation de la gamme PIC 8, 16 et 32 bits.

La programmation de PICs :

	*  &lt;http://mathieu.agopian.free.fr/prog_pic/presentation/&gt;
	*  &lt;http://hhollard.club.fr/prog_pic_c.htm&gt;
	*  plein de projets &lt;http://mondo-technology.com/&gt;
	*  BigOnOff : Réalisations
	*  &lt;http://fribotte.free.fr/&gt;

	*  &lt;http://www.talkingelectronics.com&gt; chercher PIC dans le menu de gauche
             pins  Mhz  PIC 12F683  8    PIC 16F88, 16F84, 16F638  16   PIC 16F876  28  4, 20   PIC 16F877  40  4, 20   P…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:46 +0000</pubDate>
        </item>
        <item>
            <title>hotp</title>
            <link>https://cyrille.giquello.fr/glossaire/hotp</link>
            <description>HOTP

HMAC-Based One-Time Password Algorithm

RFC 4226 : HMAC-Based One-Time Password Algorithm.

multiOTP open source is a GNU LGPL implementation of a strong two-factor authentication PHP class and is OATH certified for HOTP/TOTP (dernière version 5.9.6.5 du 2023-07-07)

Logiciel FreeOTP+ sur F-Droid ou GooglePlay qui implémente</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 08 Aug 2023 16:25:35 +0000</pubDate>
        </item>
        <item>
            <title>totp</title>
            <link>https://cyrille.giquello.fr/glossaire/totp</link>
            <description>TOTP

Time Based One-Time Passwords

Mot de passe à usage unique basé sur le temps selon la “RFC 6238 : TOTP: Time-Based One-Time Password Algorithm”.

Voir aussi

	*  Mot de passe à usage unique basé sur le temps
	*  One Time Password (OTP)
	*  Universal Second Factor (U2F)

Logiciel FreeOTP+ sur F-Droid ou GooglePlay qui implémente HOTP (RFC 4226) et de TOTP (FreeOTP Plus a repris les mêmes fonctionnalités que FreeOTP, fournies par RedHat</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 08 Aug 2023 16:25:57 +0000</pubDate>
        </item>
        <item>
            <title>permuration</title>
            <link>https://cyrille.giquello.fr/informatique/permuration</link>
            <description>Permutation

Et non Combinatoire parait-il ; je ne sais pas, je suis nul en math.

Les permutations donnent rapidement de grands nombres de possibilités:
	  Numérique    Num+alpha    num+alpha min+ Alpha maj    num+alpha min+ Alpha maj + Symb   nb positions</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:59 +0000</pubDate>
        </item>
        <item>
            <title>sms</title>
            <link>https://cyrille.giquello.fr/informatique/sms</link>
            <description>SMS (Short Message Service)

Documentation

Deux abréviations sont souvent utilisées dans le monde du SMS :

	*  MO : Mobile Originated - sont les messages qui proviennent d&#039;un mobile (un utilisateur mobile envoie un SMS vers une application)
	*  MT : Mobile Terminated - sont les messages qui vont vers un mobile (une application envoie un SMS à un utilisateur mobile)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 27 Jan 2022 11:01:19 +0000</pubDate>
        </item>
        <item>
            <title>virtualbox</title>
            <link>https://cyrille.giquello.fr/informatique/virtualbox</link>
            <description>Virtualbox

Menu perdu: Ctrl droit (host) + Home

Guest additions:

	*  HOWTO: Install Linux Guest Additions + Xorg config

Shared folders:

	*  HOWTO: Use Shared Folders on Linux

Networking

SSH into a VirtualBox Linux guest from your host

Accès réseau à une machine virtuelle depuis le réseau hôte:

Configurer le réseau de la VM en mode Pont (Bridge) :</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 04 Jul 2025 07:04:11 +0000</pubDate>
        </item>
        <item>
            <title>wordpress</title>
            <link>https://cyrille.giquello.fr/informatique/wordpress</link>
            <description>Wordpress

&lt;http://wordpress.org&gt;

WP-Cli

wp-cli WP Cli.

Documentation

Pour les développeurs

	*  Theme Development
		*  Template hierarchy (visual overview)
		*  Wordpress Theme Anatomy
		*  Stepping into Templates

	*  Plugin Handbook
		*  Settings &amp; Options
			*  la classe jeremyHixon/RationalOptionPages
			*  online ]WordPress Option Page Generator
			*  5 Ways to Create a WordPress Plugin Settings Page


	*  Wordpress hooks
		*  liste des hooks sur Codex WP
		*  WordPress Hooks Database
…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 23 Oct 2025 07:53:06 +0000</pubDate>
        </item>
        <item>
            <title>google</title>
            <link>https://cyrille.giquello.fr/web/google</link>
            <description>Google

Tous les jours:

	*  un milliard de recherches sont effectuées sur Google
	*  140 millions de messages sont envoyés sur Twitter
	*  70 000 heures de vidéo sont mises en ligne sur YouTube

Vous croyez encore que les médias traditionnels suffiront ?</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 19 Dec 2020 08:22:01 +0000</pubDate>
        </item>
        <item>
            <title>browsers</title>
            <link>https://cyrille.giquello.fr/informatique/web/browsers</link>
            <description>Internet Browsers / Navigateurs Internet

	*  Internet Explorer
	*  Firefox

Test de compatibilité

	*  &lt;http://acid3.acidtests.org/&gt;, Acid3, Acid3. Acid3 désigne un test pour navigateur web mis en place par le groupe Web Standards Projec ; il est destiné à soumettre les moteurs de rendu à un panel de tests vérifiant leur capacité à supporter un choix de fonctionnalités relevant de différents standards du Web. Il est ainsi nommé à l&#039;image des tests Acid2 (2005) et Acid1 (1998).</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:56 +0000</pubDate>
        </item>
        <item>
            <title>accueil</title>
            <link>https://cyrille.giquello.fr/accueil</link>
            <description>Bienvenue  ♪♫♪♪ Tébé voilà, encore un site web. Décidément, c&#039;est incroyable tout ce que le web peut contenir, c&#039;est un sacré gros conteneur, comme un gros carton ou un monde à part entière, peut être même tout un univers à lui tout seul, vas savoir ! ♪♫♪♪ Et pour en apprendre plus sur 
&lt;p&gt;&lt;a rel=&quot;me&quot; href=&quot;https://mamot.fr/@Cyrille37&quot;&gt;@Cyrille37@mamot.fr&lt;/a&gt;&lt;/p&gt;

&lt;a href=&quot;https://bff.ecoindex.fr/redirect/?url=https://cyrille.giquello.fr/&quot; target=&quot;_blank&quot;&gt;
    &lt;img src=&quot;https://bff.ecoindex.fr/b…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 21 Aug 2025 09:05:57 +0000</pubDate>
        </item>
        <item>
            <title>refrigerateur</title>
            <link>https://cyrille.giquello.fr/divers/refrigerateur</link>
            <description>Réfrigérateur

Les frigos tombent en panne. Il y a plein de pannes réparables…

	*  Whirlpool WTS4135 A+ NFX

Fournisseurs de pièces détachées

	*  Darty &lt;https://www.darty.com/nav/recherche/whirpool-ventilateur.html&gt;
	*  Whirlpool, menu Accessoires et pièces détachées &lt;https://www.whirlpool.fr&gt;
	*  &lt;https://www.directrepair.fr&gt;
	*  &lt;https://www.spareka.fr&gt;

froid ventilé

https://bricolage.linternaute.com/forum/affich-83574-comment-reparer-mon-frigo-whirlpool

	&quot;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 11 Nov 2019 10:16:52 +0000</pubDate>
        </item>
        <item>
            <title>sso</title>
            <link>https://cyrille.giquello.fr/glossaire/sso</link>
            <description>SSO

Single Sign On

L&#039;authentification unique (Single Sign-On ou SSO) est une méthode permettant à un utilisateur de ne procéder qu&#039;à une seule authentification pour accéder à plusieurs applications informatiques (ou sites Web sécurisés).

	*</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 05 Sep 2025 13:52:22 +0000</pubDate>
        </item>
        <item>
            <title>glusterfs</title>
            <link>https://cyrille.giquello.fr/informatique/glusterfs</link>
            <description>GlusterFS

	*  Gluster documentation

Articles:

	*  GlusterFS sur medium.com

Install

	*  Configure a High-Availability Storage with GlusterFS on Ubuntu 18.04 LTS
	*  GlusterFS, système de fichier réseau synchronisé &amp; redondant

	*  Install-Guide.
	*  gluster (cli) command reference

	*  glusterfs-01: Scaleway DEV1-S, 2 x vCPU, 2 GB, 20 GB NVMe, 200 Mbit/s
	*  glusterfs-02: OVH B2-7, 2 x vCPU, 7 GB, 50 GB SSD, 250 Mbit/s

Debian 10 (Buster)


root@glusterfs-01:~# ping -c 6 glusterfs-02
--- glu…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 11 Sep 2021 10:16:53 +0000</pubDate>
        </item>
        <item>
            <title>openlaszlo</title>
            <link>https://cyrille.giquello.fr/informatique/openlaszlo</link>
            <description>OpenLaszlo

Laszlo ... Sur les g&#039;noux qu&#039;je suis depuis tout à l&#039;heure.
C&#039;est d&#039;la balle cette application ... Encore une tuerie réalisée en Open Source. Merci les gas !!
&lt;http://openlaszlo.org/&gt;.

OpenLaszlo est un équivalent de “Macromedia Flex”. Ne connaissant pas Flex, je ne sais pas où s&#039;arrête la ressemble. En tout cas, d&#039;un 1er coup d&#039;oeil, c&#039;est kif kif bourico.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:58 +0000</pubDate>
        </item>
        <item>
            <title>php</title>
            <link>https://cyrille.giquello.fr/informatique/php</link>
            <description>PHP

Sources d&#039;information :

	*  /informatique/php/Tips &amp; Tricks
	*  Les cours de Julien Pauli sur developpez.com sont très pertinents (sécurité, ZendFramework, ...).
	*  Les nouveautés de PHP 5.3

PHP8 Attributes

	*  &lt;https://stitcher.io/blog/attributes-in-php-8&gt;
	*  &lt;https://github.com/TWithers/laravel-php-attributes&gt;

Compiler PHP et PECL pour Windows

Installer différentes versions de Php grâce au dépôt de Ondřej Surý (un développeur Debian) :


sudo apt install software-properties-common
…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 26 Apr 2026 15:21:50 +0000</pubDate>
        </item>
        <item>
            <title>playstation3</title>
            <link>https://cyrille.giquello.fr/informatique/playstation3</link>
            <description>PlayStation 3 (PS3)

Sites

PS3Grid.Net: &lt;http://www.ps3grid.net/&gt; 

Présentation de PS3Grid en français

Le portail de L&#039;Alliance Francophone des projets BOINC, actualités PS3 et GPU :

&lt;http://www.boinc-af.org/content/category/12/111/297/&gt;

PlayStation3 Gravity Grid

Binary Black Hole Coalescence using Perturbation Theory (GK)

HPL - Standard supercomputer cluster benchmark (GK)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:56 +0000</pubDate>
        </item>
        <item>
            <title>spam</title>
            <link>https://cyrille.giquello.fr/informatique/spam</link>
            <description>SPAM

&lt;http://fr.wikipedia.org/wiki/Anti-spam&gt;

Un service du gouvernement français: &lt;https://www.internet-signalement.gouv.fr&gt; et &lt;https://www.signal-spam.fr&gt;

Test délivrabilité

	*  &lt;http://www.mail-tester.com/&gt;
	*  &lt;https://scanmy.email/&gt;
	*  &lt;http://www.brandonchecketts.com/emailtest.php&gt;

Filtrage

SpamAssassin

Détection de SPAMs. Selon des règles, SpamAssassin donne une note aux mails. Si un seuil est atteint, le mail est marqué comme étant un SPAM.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 11 Sep 2025 09:58:37 +0000</pubDate>
        </item>
        <item>
            <title>jquery</title>
            <link>https://cyrille.giquello.fr/informatique/javascript/jquery</link>
            <description>JQuery

&lt;http://jquery.com&gt;

	*  FAQ JQuery sur developpez.com

Tips

	*  How to apply HTML User Interface Effects using jQuery (Hide/show, Fade in/out, Slide up/down, animate)
	*  Créez une fenêtre modale avec CSS et jQuery
	*  Build Dashboard Using jQuery library
		*  &lt;http://software.krimnet.com/sample-build-dashboard-using-jquery-library.htm&gt;


Promise &amp; Deferred

Synchroniser plusieurs appel Ajax :


 // un tableau pour ranger tous les appels ajax
 var calls = new Array();
 $(someArray).eac…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 13 May 2021 11:05:09 +0000</pubDate>
        </item>
        <item>
            <title>resize_image</title>
            <link>https://cyrille.giquello.fr/informatique/javascript/resize_image</link>
            <description>Resize image in browser

Une discussion: &lt;https://stackoverflow.com/questions/2303690/resizing-an-image-in-an-html5-canvas&gt;

Une solution: &lt;https://github.com/calvintwr/blitz-hermite-resize&gt;

Avec Blitz c&#039;est 182 ms avec Firefox sur un Core-i7 pour une image de 18 Mo.


&lt;script src=&quot;https://cdn.jsdelivr.net/npm/blitz-resize&quot;&gt;&lt;/script&gt;

Sélectionner une image
&lt;form accept=&quot;image/*&quot;&gt;
&lt;input type=&quot;file&quot; id=&quot;img&quot; name=&quot;img&quot; accept=&quot;image/*&quot; /&gt;
&lt;/form&gt;
&lt;br/&gt;
&lt;div id=&quot;preview&quot;&gt;

	&lt;script&gt;
		document.g…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 13 Jul 2023 12:51:15 +0000</pubDate>
        </item>
        <item>
            <title>windows</title>
            <link>https://cyrille.giquello.fr/informatique/microsoft/windows</link>
            <description>Microsoft Windows

Voir aussi:

	*  Windows-Vista

Sur BernieClub ya quelques bons trucs.

Sur la sécurité de Windows, sur ses DLLs et autres astuces de la Base de Registre.

&lt;http://users.skynet.be/BernieClub/index.html&gt;

Windowing

The following sections describes the elements of an application with a Windows-based graphical user interface.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 24 Dec 2014 09:52:14 +0000</pubDate>
        </item>
        <item>
            <title>yacy</title>
            <link>https://cyrille.giquello.fr/informatique/raspberrypi/yacy</link>
            <description>Yacy sur Raspberry-pi

Le moteur distribué de recherche Yacy sur Raspberry:

	*  Running YaCy on Raspbian
		*  et Debian Java Package

	*  Oracle JRE for ARM

Avec un PI 2ème génération

	*  ARMv7 Processor rev 5 (v7l)

Je à suivre Installation of YaCy on Debian et hop, après de longue minutes d&#039;installation, ça fonctionne ;-)

Important File Locations</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 31 Mar 2016 10:38:11 +0000</pubDate>
        </item>
        <item>
            <title>chart2</title>
            <link>https://cyrille.giquello.fr/wiki/plugins_installes/chart2</link>
            <description>Chart2 plugin

&lt;chart2 240 200 barchart FFFFFF RIGHT&gt;
&lt;chart&gt;
&lt;!-- Default chart_type --&gt;
 &lt;chart_data&gt;
    &lt;row&gt;
       &lt;null/&gt;
       &lt;string&gt;2001&lt;/string&gt;
       &lt;string&gt;2002&lt;/string&gt;
       &lt;string&gt;2003&lt;/string&gt;
       &lt;string&gt;2004&lt;/string&gt;
    &lt;/row&gt;
    &lt;row&gt;
       &lt;string&gt;Data&lt;/string&gt;
       &lt;number&gt;5&lt;/number&gt;
       &lt;number&gt;10&lt;/number&gt;
       &lt;number&gt;30&lt;/number&gt;
       &lt;number&gt;63&lt;/number&gt;
    &lt;/row&gt;
 &lt;/chart_data&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:19:00 +0000</pubDate>
        </item>
        <item>
            <title>ovh_s3_object_storage</title>
            <link>https://cyrille.giquello.fr/informatique/php/laravel/ovh_s3_object_storage</link>
            <description>Laravel OVH S3 Object Storage

Utiliser l&#039;un des produit “object storage S3 API” d&#039;OVH avec Laravel 10.x : “Standard Object Storage - S3 API” “High Performance Object Storage - S3 API”

	*  OVH Object Storage - Limites techniques
	*  Laravel Amazon S3 Compatible Filesystems

Il faut ajouter le package league/flysystem-aws-s3-v3


./sail composer require league/flysystem-aws-s3-v3</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 12 Jan 2024 15:40:55 +0000</pubDate>
        </item>
        <item>
            <title>etude_perso</title>
            <link>https://cyrille.giquello.fr/informatique/php/zend_framework/etude_perso</link>
            <description>Zend Framework : Etude perso

Questions

Design des Views et Editeur html wysiwyg

	*  &lt;http://www.z-f.fr/forum/viewtopic.php?pid=15834&gt;

Zend_Layout et Helpers

&lt;http://www.z-f.fr/forum/viewtopic.php?id=2766&gt;

Atelier Zend Framework : Autochargement de classes et de composants

Voir [ZF 1.8.0]Premiers tests sur le forum de www.z-f.fr
resources.view.helperPath.My_View_Helper = &quot;My/View/Helper&quot;
Zend_Form

Suggestion: 2 modes: edit et view (</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>electronique</title>
            <link>https://cyrille.giquello.fr/electronique</link>
            <description>Electronique

 * Platine d&#039;expérimentation PIC-MINI-WEB, DIGIBUTLER

projets : VisualReport, DataLogger, Communication sans fil

&lt;http://beagleboard.org/&gt;

	*  &lt;http://www.it-wars.com/article294/node-js-sur-la-carte-arm-beaglebone&gt;

Un suivi de visage pour pas cher: Face Tracking with a Pan/Tilt Servo Bracket

Récupérer les données directement depuis le Linky.

Documentations

Composants passifs

DCode code couleur résistance

Quelques bases:

	*  les transistors:
		*  Utilisations du transistor…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 23 Oct 2022 21:22:20 +0000</pubDate>
        </item>
        <item>
            <title>orphansandwantedpages</title>
            <link>https://cyrille.giquello.fr/orphansandwantedpages</link>
            <description>Orphans, Wanted and Valid Pages

Orphans

le namespace “glossaire” n&#039;est pas comptabilisé.

~~ORPHANSWANTED:orphans!glossaire~~

Wanted

~~ORPHANSWANTED:wanted~~

Valid

~~ORPHANSWANTED:valid~~</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:19:00 +0000</pubDate>
        </item>
        <item>
            <title>samsung_galaxy_y</title>
            <link>https://cyrille.giquello.fr/divers/samsung_galaxy_y</link>
            <description>Samsung Galaxy Y

Système d&#039;exploitation: Android 2.3 (Gingerbread)

	*  modèle: GT-S5369
	*  µProc: 832 MHz ARMv6 (with Broadcom VideoCore IV)
	*  kernel: 2.6.35.7
	*  android: 2.3.6 (Gingerbread)
	*  version: Gingerbread.BVLE1
	*  screen: 320×240</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 04 Sep 2013 15:13:20 +0000</pubDate>
        </item>
        <item>
            <title>wiimote</title>
            <link>https://cyrille.giquello.fr/divers/wiimote</link>
            <description>wiimote

La wiimote est une manette de jeu de la dernière console Nintendo appelé wii.

Elle est équipé de :

	*  3 accéléromètres (ADXL330).
	*  11 boutons (A, B, Home, 1, 2, flêches (haut,bas, droite, gauche) et +, -).
	*  vibrateur
	*  haut-parleur</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 02 Sep 2012 11:41:17 +0000</pubDate>
        </item>
        <item>
            <title>mesh_network</title>
            <link>https://cyrille.giquello.fr/electronique/mesh_network</link>
            <description>Mesh networks

Un réseau de communication décentralisé qui fonctionne avec la technologie LoRa (Long Range), une radio basse consommation capable d&#039;envoyer des messages sur des kilomètres avec un matériel minuscule.

Plan de fréquences légal selon votre pays. En France : EU_868 (868</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 20 Apr 2026 08:01:35 +0000</pubDate>
        </item>
        <item>
            <title>pic-mini-web</title>
            <link>https://cyrille.giquello.fr/electronique/pic-mini-web</link>
            <description>PIC-MINI-WEB

Platine d&#039;expérimentation PIC-MINI-WEB

PIC-MINI-WEB WEB SERVER TCP-IP DEVELOPMENT BOARD PIC MICROCONTROLLERS 

&lt;http://www.olimex.com/dev/pic-mini-web.html&gt;

Le micro-controleur est le PIC18F25J20 + ENC28J60 Ethernet controller.

Sur le web

La programmation de PICs en C :

	*</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:46 +0000</pubDate>
        </item>
        <item>
            <title>usb_extender</title>
            <link>https://cyrille.giquello.fr/electronique/usb_extender</link>
            <description>USB Extender

Softwares:

	*  VirtualHere - Share USB devices over the LAN or Internet!

Produits

Unitek Y-2505

Unitek Y-2505 USB 50M Extension Over Cat.5e

&lt;http://www.unitek-products.com/en/product_detail.php?id=24&gt;

	*  Compliant with USB 1.1 specification;
	*  Provides support for any full-speed (12 Mb/s) or low-speed (1.5 Mb/s) USB device;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 18 May 2014 15:53:43 +0000</pubDate>
        </item>
        <item>
            <title>clsid</title>
            <link>https://cyrille.giquello.fr/glossaire/clsid</link>
            <description>CLSID

CLasS IDentifier

Identifiant unique pour un objet. Un fichier (exe ou dll) contenant du code est assoicé à chaque objet.

Microsoft Windows : Les CLSID sont répertoriés dans la base de registres sous la clé HKEY_CLASSES_ROOTCLSID.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:47 +0000</pubDate>
        </item>
        <item>
            <title>isds</title>
            <link>https://cyrille.giquello.fr/glossaire/isds</link>
            <description>ISDS

tribunaux arbitraux ISDS

“Investor State Dispute Settlement” ou “Règlement des différends investisseurs-états” ou encore “tribunal multilatéral des investissements”

TAFTA (TTIP), CETA, MERCOSUR, TISA

Le traité transatlantique (TAFTA) expliqué en quelques minutes - 2014</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 06 Sep 2021 05:39:50 +0000</pubDate>
        </item>
        <item>
            <title>oidc</title>
            <link>https://cyrille.giquello.fr/glossaire/oidc</link>
            <description>OIDC

OpenID Connect (OIDC)

Voir OpenID</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 27 Jun 2019 15:53:10 +0000</pubDate>
        </item>
        <item>
            <title>rad</title>
            <link>https://cyrille.giquello.fr/glossaire/rad</link>
            <description>RAD

Reconnaissance automatique de documents

En anglais: OCR

Wikipedia fr

Rapid Application Development

La méthode de développement rapide d&#039;applications, dite méthode RAD[1] (acronyme de l&#039;anglais Rapid Application Development), est la première méthode de développement de logiciels où le cycle de développement est en rupture fondamentale par rapport à celui des méthodes antérieures dites « en cascade ». Ce nouveau cycle qualifié d&#039;itératif, d&#039;incrémental et d&#039;adaptatif, se retrouvera ensuit…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:54 +0000</pubDate>
        </item>
        <item>
            <title>ssd</title>
            <link>https://cyrille.giquello.fr/glossaire/ssd</link>
            <description>SSD

Solid State Drive

Plusieurs technologies:

	*  SLC NAND (Single Level Cell), dans laquelle chaque cellule élémentaire peut stocker un seul bit (deux niveaux de charge) - 100 000 cycles d&#039;écriture par cellule
	*  MLC NAND (Multi Level Cell), dans laquelle les cellules peuvent stocker plusieurs bits (le plus souvent, 2 bits), soit quatre niveaux de charge - 3 000 à 10 000 cycles d&#039;écriture par cellule</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 03 Dec 2023 14:28:23 +0000</pubDate>
        </item>
        <item>
            <title>sse</title>
            <link>https://cyrille.giquello.fr/glossaire/sse</link>
            <description>SSE

Server Sent events

To enable servers to push data to Web pages over HTTP or using dedicated server-push protocols, this specification (non-normative) introduces the EventSource.

&lt;https://html.spec.whatwg.org/multipage/comms.html#server-sent-events&gt;

Browsers support: Chrome 6+, Chrome for Android 47+, Firefox 6+, iOS Safari 4.0-4.1+, Android Browser 4.4+, Safari 5+, Opera 11+</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 07 Nov 2023 16:37:03 +0000</pubDate>
        </item>
        <item>
            <title>colors</title>
            <link>https://cyrille.giquello.fr/informatique/colors</link>
            <description>Colors / Couleurs

Online services

Logiciels

Déclinaison de couleur à partir d&#039;une couleur (Compléments, compléments divisés, thriades, tétrades, analogues et monochromatique) : Agave

Palettes


&lt;p&gt;
&lt;a href=&quot;#PA&quot;&gt;Whites/Pastels&lt;/a&gt; - &lt;a href=&quot;#GR&quot;&gt;Grays&lt;/a&gt; - &lt;a href=&quot;#BL&quot;&gt;Blues&lt;/a&gt; - &lt;a href=&quot;#GRE&quot;&gt;Greens&lt;/a&gt; - &lt;a href=&quot;#YE&quot;&gt;Yellows&lt;/a&gt; - &lt;a href=&quot;#BR&quot;&gt;Browns&lt;/a&gt; - &lt;a href=&quot;#OR&quot;&gt;Oranges&lt;/a&gt; - &lt;a href=&quot;#PI&quot;&gt;Pinks/Violets&lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Whites/Pastels &lt;/h3&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;0&quot; cel…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 09 Oct 2015 07:46:40 +0000</pubDate>
        </item>
        <item>
            <title>fiducial</title>
            <link>https://cyrille.giquello.fr/informatique/fiducial</link>
            <description>Fiducial tracking

In applications of augmented reality or virtual reality, fiducials are often manually applied to objects in a scene so that the objects can be recognized in images of the scene -&gt; Fiduciary_marker

	*  Feature Matching + Homography to find Objects at OpenCV Python
	*  opencv python fiducial demo Python code using numpy &amp; cv2.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 24 Jul 2014 09:12:40 +0000</pubDate>
        </item>
        <item>
            <title>kinect</title>
            <link>https://cyrille.giquello.fr/informatique/kinect</link>
            <description>Kinect

&lt;http://openkinect.org&gt;

The OpenNI framework is an open source SDK used for the development of 3D sensing middleware libraries and applications. =&gt; Website will be closed on April 23rd 2014

Plein de ressources sur le Wiki du Labomedia.

&lt;http://www.johnstowers.co.nz/blog/&gt;

reacTIVision a toolkit for tangible multi-touch surfaces

Ludique&#039;s Kinect Bundle (LKB) : Use your Kinect camera to turn different surfaces to multitouch surfaces, send users skeleton joint positions as TUIO message…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 01 Jun 2014 09:25:15 +0000</pubDate>
        </item>
        <item>
            <title>signature_electronique</title>
            <link>https://cyrille.giquello.fr/informatique/signature_electronique</link>
            <description>Signature Electronique

Signature électronique

Article 1316-4 du Code Civil

Article 1316-4 du code civil Créé par la Loi n°2000-230 du 13 mars 2000 - art. 4 JORF 14 mars 2000.

 La signature nécessaire à la perfection d&#039;un acte juridique identifie celui qui l&#039;appose. Elle manifeste le consentement des parties aux obligations qui découlent de cet acte. Quand elle est apposée par un officier public, elle confère l&#039;authenticité à l&#039;acte.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 Aug 2023 05:03:01 +0000</pubDate>
        </item>
        <item>
            <title>applications_faites_avec_flutter</title>
            <link>https://cyrille.giquello.fr/informatique/flutter/applications_faites_avec_flutter</link>
            <description>Applications faites avec Flutter

Pour documentation, inspiration et savoir-faire.

	*  &lt;https://github.com/instaflutter/awesome-flutter?tab=readme-ov-file#open-source-apps&gt;
	*  Rechercher sur github.

CroustiWiki

	*  Panoramax mobile app &lt;https://gitlab.com/panoramax/clients/mobile-app/&gt;
	*  &lt;https://github.com/deckerst/aves&gt; is a gallery and metadata explorer app, built for Android with Flutter.
		*  pubspec.yaml: get_it, provider, permission_handler, shared_preferences, vector_map_tiles</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 13 Aug 2025 08:41:53 +0000</pubDate>
        </item>
        <item>
            <title>ublox_neo-m8t_rtklib</title>
            <link>https://cyrille.giquello.fr/informatique/gps/ublox_neo-m8t_rtklib</link>
            <description>Ublox NEO-M8T RTKLIB

Essaye d&#039;autres technos pour étendre le projet centipede. Pour centipede avec 2 x REACH = 2 x 265€ auquels ajouter 2 antennes = 2 x 70€ plus qlqs frais de petits matériels ; avec le NEO-M8T et son antenne intégrée à 80 € RasPi2 ou 3</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 16 Feb 2019 12:16:32 +0000</pubDate>
        </item>
        <item>
            <title>duckdb</title>
            <link>https://cyrille.giquello.fr/informatique/sgbd/duckdb</link>
            <description>DuckDB

&lt;https://duckdb.org&gt;

Tips

Auto increment

	*  &lt;https://stackoverflow.com/a/72883259/4833788&gt;


CREATE SEQUENCE seq_persons_id START 1;

CREATE TABLE persons (
    id integer primary key default nextval(&#039;seq_persons_id&#039;),
    name varchar(255) not null,
);</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 Nov 2022 16:32:39 +0000</pubDate>
        </item>
        <item>
            <title>well-known-uris</title>
            <link>https://cyrille.giquello.fr/informatique/web/well-known-uris</link>
            <description>well-known uris

	*  Well-Known URIs at IANA.
	*  RFC 5785

Qlqs fichiers dans le dossier “/.well-known”

	*  .well-known/apple-app-site-association
	*  .well-known/assetlinks.json
		*  Valider Android App Links

	*  .well-known/traffic-advice
		*  Traffic Advice from private prefetch proxies and other sources other than direct user traffic</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 15 Oct 2024 08:25:10 +0000</pubDate>
        </item>
        <item>
            <title>acf</title>
            <link>https://cyrille.giquello.fr/informatique/wordpress/acf</link>
            <description>ACF - Advanced Custom Fields

Advanced Custom Fields

	*  Hooker les champs ACF pour modifier leurs valeurs
	*  8 snippets pour modifier le comportement d’ACF

ACF OpenStreetMap Field

acf-openstreetmap-field

acf form

Documentation

	*  Using acf_form to create a new post
	*  Create a front end form
	*  acf_form()

Event &#039;acf/save_post&#039;

do_action( &#039;acf/save_post&#039;, $post_id );

Différence entre “admin” et “front” :

	*  en back is_admin() == true</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 24 Dec 2024 10:00:52 +0000</pubDate>
        </item>
        <item>
            <title>cyrille</title>
            <link>https://cyrille.giquello.fr/cyrille</link>
            <description>Du Cyrille



	*  père de famille
	*  éleveur d&#039;octets
	*  utilisateur, contributeur et fan de logiciels libres et d&#039;OpenStreetMap
	*  fan et admiratif de Wikipedia et Wikidata
	*  entrepreneur-salarié, associé, cogérant dans la SCOP CAE Artéfacts 

&lt;https://www.artefacts.coop&gt;

Mes bouts d&#039;code sur</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 16 May 2026 10:19:53 +0000</pubDate>
        </item>
        <item>
            <title>sources_de_donnees</title>
            <link>https://cyrille.giquello.fr/sources_de_donnees</link>
            <description>Sources de données

Datahub.io

&lt;https://datahub.io&gt; (&lt;http://ckan.net&gt;)

Beaucoup de source de données référencées.

DBpedia

DBpedia is a community effort to extract structured information from Wikipedia and to make this information available on the Web.

	*  &lt;http://dbpedia.org&gt;
	*  &lt;http://thedatahub.org/dataset/dbpedia&gt;

Etalab

&lt;http://data.gouv.fr&gt;

GRID</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 05 Nov 2025 15:46:31 +0000</pubDate>
        </item>
        <item>
            <title>economie_sociale_et_solidaire_ess</title>
            <link>https://cyrille.giquello.fr/divers/economie_sociale_et_solidaire_ess</link>
            <description>Économie sociale et solidaire

	*  Ingénierie et Service pour Entreprendre autrement &lt;http://www.avise.org&gt;

	*  Vers des pôles de coopération territoriaux de l’ESS
	*  Les investisseurs solidaires de Cigales font leur nid par Xavier Roche-Bayard pour la Nouvelle République le 11/11/2011.
	*  &lt;http://www.groupe-sos.org/&gt;
		*  édite la revue &lt;http://www.interdependances.org/&gt;

	*  Odyssée Création, coopérative d&#039;Activités et d&#039;Emploi de Loir et Cher.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 30 Jul 2012 23:15:32 +0000</pubDate>
        </item>
        <item>
            <title>lorem_ipsum</title>
            <link>https://cyrille.giquello.fr/divers/lorem_ipsum</link>
            <description>Lorem ipsum

Texte de remplacement, faux texte.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec non porttitor tortor. Ut non pellentesque lorem. Integer ac neque lorem. Donec interdum sapien id risus tristique sed volutpat ligula volutpat. Sed id risus eget eros suscipit consequat eu ac orci. Fusce condimentum tincidunt eros, ac varius arcu viverra et. Sed tincidunt fringilla laoreet. Pellentesque non diam sit amet tortor euismod tristique sit amet vel sem. Ut et metus quis lacus…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:45 +0000</pubDate>
        </item>
        <item>
            <title>mallettes_pedagogiques</title>
            <link>https://cyrille.giquello.fr/divers/mallettes_pedagogiques</link>
            <description>Malettes pédagogiques

tags: Hackerspace, fablab, wiimote

OPEN SQUARE ROOM

Présentation sur medias-cite.

Le projet: &lt;http://yamatierea.org/papatchs/squareroom/OSR.htm&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 02 Sep 2012 11:38:15 +0000</pubDate>
        </item>
        <item>
            <title>nabaztag</title>
            <link>https://cyrille.giquello.fr/divers/nabaztag</link>
            <description>Nabaztag

Nouvelle vie pour nos Lapins numériques car Mindspace abandonne leurs clapiers !!

Pour en parler :

	*  &lt;http://nabaztag.forumactif.fr/&gt;

&lt;note&gt;Pour les Lapins Nabaztag:Tag (ceux avec le nombril)&lt;/note&gt;

Projets de Serveur:

	*  &lt;http://ojnwiki.psnet.fr&gt;, source: &lt;https://github.com/OpenJabNab&gt;
	*  &lt;http://opennag.byethost5.com/&gt;, &lt;http://opennab.ovh.org/vl/api_demo/&gt;, source: &lt;http://sourceforge.net/projects/opennab/&gt;
	*  &lt;http://www.nabizdead.net/&gt;, pas de source, pour l&#039;instant</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:45 +0000</pubDate>
        </item>
        <item>
            <title>seche_cheveux_12v</title>
            <link>https://cyrille.giquello.fr/divers/seche_cheveux_12v</link>
            <description>sèche cheveux 12v

Sèche-cheveux 12V 14,85 €

Mini sèche-cheveux pouvant se brancher sur l&#039;allume-cigares, si l&#039;alimentation est en fils de grosse section.

Puissance 180 W.

&lt;http://www.lemondedelaccessoire.com/accessoire_980_Seche-cheveux-12V.html&gt;

séche cheveux 12 v blanc 9 €

&lt;http://www.planete-accessoires.fr/seche-cheveux-blanc-p-10869.html&gt;

SECHE CHEVEUX 12V 12.99 €

Compact, son manche se replie pour prendre le moins de place possible</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:46 +0000</pubDate>
        </item>
        <item>
            <title>vol_de_donnees</title>
            <link>https://cyrille.giquello.fr/divers/vol_de_donnees</link>
            <description>Vol de données

2025 octobre

	*  Oracle Une faille zero-day critique à l’origine des extorsions de données Oracle channelnews.fr

2025 septembre

	*  SonicWALL, le fournisseur de solutions de sécurité SonicWALL avait annoncé le vol de fichiers de sauvegarde configurés pour la sauvegarde dans le cloud par des cybercriminels</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 17 Oct 2025 07:14:10 +0000</pubDate>
        </item>
        <item>
            <title>arduino</title>
            <link>https://cyrille.giquello.fr/electronique/arduino</link>
            <description>Arduino

Voir aussi hacklab, raspberrypi

Doc

Débutant

	*  Le FlossManual Arduino en français
	*  Arduino pour bien commencer en électronique et en programmation sur le Site du Zéro.
	*  Le Logiciel Arduino : Espace de développement Intégré (EDI) Arduino et Comment écrire et compiler vos programmes avec le logiciel Arduino sur &lt;http://arduino.cc/fr/&gt;.

 Advanced 

	*  Advanced Arduino ADC – Faster analogRead()

Librairie

	*  Protocole de communication série (serial protocol) : called Firmata.…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 23 Dec 2013 20:20:12 +0000</pubDate>
        </item>
        <item>
            <title>capteurs</title>
            <link>https://cyrille.giquello.fr/electronique/capteurs</link>
            <description>Capteurs

Anémomètre

Anémomètre WSTX20

[Anémomètre WSTX20]

Sur: ma-meteo.com à 45 €ttc

Anémomètre à godets compatible WS2300, WS2305, WS2308, WS2355, WS2357, WS3600.

Anémomètre WSTX23IT+

Sur: ma-meteo.com à 45 €ttc

Même photo que pour le WSTX20.

Anémomètre pour WS 1600 IT+.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:46 +0000</pubDate>
        </item>
        <item>
            <title>maxim_ds1307</title>
            <link>https://cyrille.giquello.fr/electronique/maxim_ds1307</link>
            <description>Maxim DS1307

Real-Time Clock (RTC)

	*  datasheet
	*  RAM 56 x 8 (par exemple pour stocker 8 alarmes/notifications)
	*  Serial, I²C
	*  Automatic Power-Fail Detect and Switch Circuitry to the extra power pin to connect a 3V coin battery (consume &lt; 500 nA). D&#039;après le constructeur avec une pile lithium de 48mAh l&#039;heure est conservée pendant 10 ans !</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 16 Aug 2012 16:25:08 +0000</pubDate>
        </item>
        <item>
            <title>minitel</title>
            <link>https://cyrille.giquello.fr/electronique/minitel</link>
            <description>Minitel

« STUM » : Spécifications Techniques d&#039;Utilisation du Minitel 

Docs

	*  Minitel
	*  La norme Videotex (à partir des STUM)
	*  les modes d&#039;emploi chez Orange
	*  Minitel 1 bistandard - Modèle Alcatel - Notice à usage professionnel ([copie locale])
	*  Minitel 2 - Mode d&#039;emploi ([copie locale])

Projets

	*  USB &lt;-&gt; Minitel Un minitel comme terminal linux USB. Partie 1 : Hardware
	*  3615 GPT avec PyMinitel
	*  Minitel en RS-232 [Truc qui sert à ... pas grand chose)
	*  Projets Tetalab …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 23 Jan 2025 15:13:18 +0000</pubDate>
        </item>
        <item>
            <title>visualreport</title>
            <link>https://cyrille.giquello.fr/electronique/visualreport</link>
            <description>VisualReport

Le principe est de rapporter sur un panneau de LEDs l&#039;état d&#039;éléments d&#039;un réseau tcp/ip (routeurs, serveurs, ...).

Basé sur la digibutler ou la pic-mini-web.

Principe

1ere version

Tout en Push.

C&#039;est à dire qu&#039;un serveur envoi les status au VisualReport. Ce principe va bien avec la</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 16 Aug 2012 18:35:51 +0000</pubDate>
        </item>
        <item>
            <title>anssi</title>
            <link>https://cyrille.giquello.fr/glossaire/anssi</link>
            <description>ANSSI

Agence nationale de la sécurité des systèmes d&#039;information

&lt;https://www.ssi.gouv.fr/&gt;

	*  Prestataires de vérification d’identité à distance (PVID)
	*  Certification de Sécurité de Premier Niveau (CSPN)
	*  Certification Critères Communs</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 28 Oct 2021 07:08:08 +0000</pubDate>
        </item>
        <item>
            <title>cas</title>
            <link>https://cyrille.giquello.fr/glossaire/cas</link>
            <description>CAS

Central Authentication Service

Le Central Authentication Service (CAS) est un système d&#039;authentification unique (Single Sign-On) pour le web développé par Shawn Bayern de l&#039;Université Yale. CAS est un système d&#039;authentification unique : on s&#039;authentifie sur un site Web, et on est alors authentifié sur tous les sites Web qui utilisent le même serveur CAS. Il évite de s&#039;authentifier à chaque fois qu&#039;on accède à une application en mettant en place un système de ticket.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 08 Jun 2018 19:18:23 +0000</pubDate>
        </item>
        <item>
            <title>leserpentvolant</title>
            <link>https://cyrille.giquello.fr/glossaire/leserpentvolant</link>
            <description>Le Serpent Volant

Bar Le Serpent Volant

(Sarl Galou)
54 Rue Grand Marché, 37000 Tours, France
+33 2 47 38 59 10 ‎ 

Facebook
GoogleMap</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:55 +0000</pubDate>
        </item>
        <item>
            <title>ndb</title>
            <link>https://cyrille.giquello.fr/glossaire/ndb</link>
            <description>NDB

Network DataBase protocol

NDB defines a protocol for use with relational database systems in a TCP/IP environment. It has the following objectives:

	*  To allow any workstation/mainframe users and applications to issue SQL statements interactively or imbedded within the application programs, to access any database on any operating system.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:48 +0000</pubDate>
        </item>
        <item>
            <title>pvid</title>
            <link>https://cyrille.giquello.fr/glossaire/pvid</link>
            <description>PVID

Prestataires de vérification d’identité à distance

Prestataires de vérification d’identité à distance (PVID) de l&#039;ANSSI.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 28 Oct 2021 07:03:22 +0000</pubDate>
        </item>
        <item>
            <title>pwa</title>
            <link>https://cyrille.giquello.fr/glossaire/pwa</link>
            <description>PWA

Progressive Web App

Les applications web progressives (ou progressive web applications en anglais, abrégées en PWAs) sont des applications web qui utilisent les service workers, les manifestes, et d&#039;autres fonctionnalités de la plateforme web, avec l&#039;amélioration progressive pour fournir aux utilisatrices et utilisateurs une expérience équivalente à celle des applications natives.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 03 Jun 2025 07:41:02 +0000</pubDate>
        </item>
        <item>
            <title>tts</title>
            <link>https://cyrille.giquello.fr/glossaire/tts</link>
            <description>TTS

Text to speech

“Text To Speech” est un système informatique permettant de transformer un texte écrit en un texte parlé.

	*  Synthèse vocale
	*  Lecteur d&#039;écran.

Voir aussi:

	*  /informatique/android#tts
	*  Text To Speech
	*  TTS - Text To Speech/Speech Synthesis - Babelfish.org
	*  Festival : Festival_Speech_Synthesis_System The Festival Speech Synthesis System 
	*  Flite (Festival lite) :</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 13 Aug 2025 06:02:18 +0000</pubDate>
        </item>
        <item>
            <title>twitter</title>
            <link>https://cyrille.giquello.fr/glossaire/twitter</link>
            <description>twitter

&lt;http://twitter.com&gt; =&gt; Vocabulaire Twitter : 15 Mots et Symboles à Connaître !

Sur NetPublic, Comment faire de la veille avec Twitter introduit la présentation d&#039;Aline Bouchard conservatrice des bibliothèques et spécialiste du traitement de l’information (URFIST de Paris).

Twitter au CDI par Nadya Benyounes du CRDP Haute Normandie pour les Rencontres SavoirCDI du 24.10.2011 au CRDP Rennes.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 17 Apr 2017 06:23:11 +0000</pubDate>
        </item>
        <item>
            <title>vapid</title>
            <link>https://cyrille.giquello.fr/glossaire/vapid</link>
            <description>VAPID

Voluntary Application Server Identification

Voluntary Application Server Identification (VAPID) for Web Push

Voir PWA Push API</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 30 Jun 2025 14:07:00 +0000</pubDate>
        </item>
        <item>
            <title>ansible</title>
            <link>https://cyrille.giquello.fr/informatique/ansible</link>
            <description>Ansible

	*  &lt;http://docs.ansible.com&gt;
	*  Ansible : conseils d&#039;organisation

Installer ansible


sudo apt-add-repository ppa:ansible/ansible

sudo apt install ansible
Les NOUVEAUX paquets suivants seront installés :
  ansible ansible-core python-babel-localedata python3-babel python3-jinja2 python3-jmespath python3-kerberos
  python3-ntlm-auth python3-requests-kerberos python3-requests-ntlm python3-resolvelib python3-winrm python3-xmltodict
  sshpass</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 05 Oct 2023 16:41:09 +0000</pubDate>
        </item>
        <item>
            <title>arnova</title>
            <link>https://cyrille.giquello.fr/informatique/arnova</link>
            <description>Arnova

Arnova 10b

Arnova 10b, en fait une Archos A101C, rk2818, ARM926Ej-S rev 5 (v5l)

	*  Debian (gnome) pour Archos 101 it BETA 2
	*  Special developer edition firmware (SDE)

Linux Installer

	*  &lt;https://play.google.com/store/apps/details?id=com.galoula.LinuxInstall&gt;
	*  &lt;http://android.galoula.com/en/LinuxInstall/&gt;

ChildPad

This may be a bit late, but I have had the same issues in getting it into flash mode. There is a button inside the case (if you take the back off) then press that a…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 11 Aug 2025 11:25:48 +0000</pubDate>
        </item>
        <item>
            <title>design_pattern</title>
            <link>https://cyrille.giquello.fr/informatique/design_pattern</link>
            <description>Design Pattern

Patrons de conception pour la programmation informatique.

Documentation

Commencer par lire:

	*  Principes avancés de conception objet.
	*  Design Patterns du Gang of Four appliqués à Java
	*  

Sources :

	*  Wikipedia (fr) et Wikpedia (en)
	*  Martin Fowler&#039;s Patterns of Enterprise Application Architecture (P of EAA) catalog
	*  Core J2EE Patterns sur java.sun.com.
	*  &lt;http://www.dofactory.com/Patterns/Patterns.aspx&gt;
	*  (en) &lt;http://davidhayden.com/blog/dave/category/22.asp…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 03 Mar 2023 13:56:48 +0000</pubDate>
        </item>
        <item>
            <title>discourse</title>
            <link>https://cyrille.giquello.fr/informatique/discourse</link>
            <description>Discourse

	*  &lt;https://www.discourse.org/&gt;
	*  &lt;https://meta.discourse.org/&gt;
	*  &lt;https://github.com/discourse/&gt;

Examples d&#039;instances:

	*  &lt;https://www.discourse.org/customers&gt;

Set up Discourse in under 30 minutes on any Docker-compatible cloud provider or local server.

	*  &lt;https://github.com/discourse/discourse/blob/main/docs/INSTALL-cloud.md&gt;

fonctionnalités

	*  &lt;https://www.discourse.org/features&gt;
	*  Embeddable polls
	*  Collaboratively edit wiki posts
	*  popular social login</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 04 Jun 2022 17:52:53 +0000</pubDate>
        </item>
        <item>
            <title>ecommerce</title>
            <link>https://cyrille.giquello.fr/informatique/ecommerce</link>
            <description>eCommerce

eShop, boutique en ligne.

Magento ecommerce platform

OXID eShop Community Edition</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>git</title>
            <link>https://cyrille.giquello.fr/informatique/git</link>
            <description>Git

Gestionnaire de code sources.

Voir aussi: gitlab, Gogs

&lt;http://git-scm.com&gt;

A successful Git branching model (January 05, 2010), This article talks about GIT as a tool for the versioning of source code and explains a sucessful branching and release management strategy (with a very comprehensive graph).</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 18 Apr 2026 13:02:20 +0000</pubDate>
        </item>
        <item>
            <title>ldap</title>
            <link>https://cyrille.giquello.fr/informatique/ldap</link>
            <description>LDAP

OpenLDAP

	*  &lt;http://www.openldap.org&gt;
	*  http://en.wikipedia.org/wiki/OpenLDAP
	*  http://www.pierre-guilhem.info/x4433.html

Back-bdb and back-hdb are the most reliable and highest performance LDAP backends in the world.

Client software

gestion des utilisateurs via LDAP

LDAP Account Manager (LAM)

&lt;https://www.ldap-account-manager.org/lamcms/&gt;

Last update:
2018-06-04

FusionDirectory</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 08 Jun 2018 20:23:10 +0000</pubDate>
        </item>
        <item>
            <title>nginx</title>
            <link>https://cyrille.giquello.fr/informatique/nginx</link>
            <description>NGINX

Serveur HTTP.

Documentation

	*  &lt;https://www.nginx.com/resources/admin-guide/&gt;
		*  NGINX Reverse Proxy
			*  fastcgi
			*  uwsgi


	*  &lt;http://wiki.nginx.org&gt;
		*  &lt;http://wiki.nginx.org/NginxConfiguration&gt;


Nginx &quot;how to&quot; - Fast and Secure Web Server

CGI

	*  Module ngx_http_fastcgi_module
	*  Understanding and Implementing FastCGI Proxying in Nginx
	*  Php-fpm
		*  NGINX + PHP-FPM + APC = Awesome
		*  La mise en place de Nginx avec PHP-fpm


Securité

WAF (Web Application Firewall)…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 21 Sep 2023 09:47:59 +0000</pubDate>
        </item>
        <item>
            <title>nosql</title>
            <link>https://cyrille.giquello.fr/informatique/nosql</link>
            <description>NoSQL

Google as inventé BigTable sur son Google File System (GFS) qui utilise le paradigme de MapReduce (Simplified Data Processing on Large Clusters) pour gérer d&#039;énormes quantités de données dans une infrastructure distribuée. D&#039;autres qui ont des problématiques similaires lui ont emboité le pas comme Facebook avec Cassandra,</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 30 Oct 2012 14:20:02 +0000</pubDate>
        </item>
        <item>
            <title>openssl</title>
            <link>https://cyrille.giquello.fr/informatique/openssl</link>
            <description>OpenSSL

Voir aussi :

	*  Infrastructure de Gestion de Clefs
	*  Mod_SSL

On line tools:

	*  &lt;http://www.sslshopper.com/ssl-certificate-tools.html&gt;

Code Signing with OpenSSL

	*  &lt;http://huddledmasses.org/code-signing-with-openssl-and-powershell/&gt;
	*  &lt;http://www.top20toolbar.com/misc/codesigncert.htm&gt;

Vérification de certificat avec OpenSSL

	*  &lt;http://isc.sans.edu/diary.html?storyid=8686&gt;


 openssl s_client -connect isc.sans.org:443


on line tools:

	*  Thawte SSL Toolbox Check certific…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 17 Aug 2021 13:43:43 +0000</pubDate>
        </item>
        <item>
            <title>ovh</title>
            <link>https://cyrille.giquello.fr/informatique/ovh</link>
            <description>OVH

Hébergement : mutualisé, dédié, housing, téléphonie, ...

Qui sont ils ?



L&#039;hébergement mutualisé à la loupe : les chiffres

Les vidéos :

	*  2010-02-24 Où héberger 300000 serveurs ? 
	*  2009-12-30 EcoDatacenter
	*  2009-12-30 Do you dd ?
	*  2009-09-02 hmm ... question !
	*  2009-06-03 Lundi le 8 juin: le film
	*  2009-05-29 Gérer une entreprise
	*  2009-04-16 Test de groupes
	*  2008-06-08 Housing: Paris DC1
	*  2008-01-13 routage
	*  2007-11-16</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 12 Jan 2024 10:16:52 +0000</pubDate>
        </item>
        <item>
            <title>smartbook_eeepc</title>
            <link>https://cyrille.giquello.fr/informatique/smartbook_eeepc</link>
            <description>Smartbook - EeePC

Voir aussi: Mini-Ordi

Mélanger netbook et tablet-PC : c’est fait ! : Présentation du mini-tablet-pc de Freescale

La tablette Pc par Orange … : une tablette Pc Orange nommé “Tablee” . C’est la marque Orva qui fabrique cette tablette pour Orange. un écran 7″ tactile à cristaux liquides (LCD) : 800 / 480 pixels, un lecteur de carte SDHC (Carte SD 1 Go Incluse), 2 enceintes 2W, Et propose une autonomie de 3 h (utilisation intensive).</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 09 Jun 2013 11:42:27 +0000</pubDate>
        </item>
        <item>
            <title>web</title>
            <link>https://cyrille.giquello.fr/informatique/web</link>
            <description>Web

BEM méthodologie

Voir aussi:

	*  webdesign
	*  css
	*  ajax
	*  browsers
	*  webperformance
	*  web_referencement
	*  webstats

Caractéristiques et fonctionnalités

Listes de caractéristiques piquées chez les autres :

	*  &lt;http://www.wmaker.net/caracteristiques/&gt;

	*  Web Accessibility Initiative (WAI)
	*  XHTML
	*  Cascading Style Sheets: /informatique/web/CSS
	*  Ajax: /informatique/web/Ajax
	*  Navigateurs / Browsers :</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 10 Mar 2016 16:17:57 +0000</pubDate>
        </item>
        <item>
            <title>tuya</title>
            <link>https://cyrille.giquello.fr/internet_of_things/tuya</link>
            <description>Tuya

Les objets utilisent une clé de chiffrement. Les anciennes versions des applis android affichait cette clé mais ce n&#039;est plus le cas.

Ces 2 solutions utilisent un émulateur android pour récupérer la clé, mais nécessite un Windows

	*  Avec Bluestacks et BSTWEAKER</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 17 Dec 2022 10:05:38 +0000</pubDate>
        </item>
        <item>
            <title>ai_coding</title>
            <link>https://cyrille.giquello.fr/informatique/ai_lm/ai_coding</link>
            <description>AI Coding

Coder avec une IA LLM.

	*  Build a local AI co-pilot using IBM Granite 4, Ollama, and Continue

Autres pages:

	*  La page d&#039;index AI LM
	*  Quelques essais perso
	*  Un peu de GPU bench
	*  AI Image pour la génération d&#039;image avec un LM
	*  Pour d&#039; que la programmation informatique (codage)

	*  STM (Short Term Memory): permet à un agent IA de se souvenir des entrées récente. Généralement mise en œuvre à l’aide d’une mémoire tampon circulaire ou d’une fenêtre contextuelle (context w…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 04 Jun 2026 06:53:11 +0000</pubDate>
        </item>
        <item>
            <title>joomla</title>
            <link>https://cyrille.giquello.fr/informatique/cms/joomla</link>
            <description>Joomla!

Guide de démarrage pour Joomla! 1.0.x 

&lt;http://www.vistamedia.fr/joomla/guide-joomla/&gt;

Des templates :

	*  &lt;http://www.rockettheme.com/Free-Joomla-Templates/&gt;
	*  &lt;http://www.joomla-world.fr/index.php?option=com_content&amp;task=view&amp;id=32&amp;Itemid=36&gt;
	*  &lt;http://www.neojoomla.com/blogcategory/joomla-template-club/&gt;

Des modules :

	*  &lt;http://extensions.joomla.org/&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:58 +0000</pubDate>
        </item>
        <item>
            <title>sharepoint</title>
            <link>https://cyrille.giquello.fr/informatique/cms/sharepoint</link>
            <description>SharePoint

Windows Sharepoint Services (WSS).

	*  Windows SharePoint Services 3.0 Tools: Visual Studio 2008 Extensions, Version 1.2, Tools for developing custom SharePoint applications: Visual Studio project templates for Web Parts, site definitions, and list definitions; and a stand-alone utility program, the SharePoint Solution Generator.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:58 +0000</pubDate>
        </item>
        <item>
            <title>schnorr</title>
            <link>https://cyrille.giquello.fr/informatique/crypto/schnorr</link>
            <description>Schnorr

Le schéma de Schnorr (du mathématicien allemand Claus-Peter Schnorr) est un protocole d&#039;authentification de type zero-knowledge à trois passes, dont la sécurité repose sur le problème du logarithme discret. Une particularité importante de ce schéma est que les tailles de la clé privée et des valeurs transmises par le prouveur sont réduites à leur minimum. L&#039;astuce utilisée pour y parvenir sera reprise par le NIST, lorsqu&#039;il spécifiera le standard fédéral DSA (Digital Signature Algorithm…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:59 +0000</pubDate>
        </item>
        <item>
            <title>alpinejs</title>
            <link>https://cyrille.giquello.fr/informatique/javascript/alpinejs</link>
            <description>Alpine.js

	*  &lt;https://alpinejs.dev/&gt;
	*  &lt;https://github.com/alpinejs/alpine/&gt;

AlpineJs permet de créer/gérer des composants falicement avec Javascript sans se lancer dans une SPA, très léger (&lt;10ko gzippé et minifié) et n&#039;utilise pas de DOM virtuel. Sa syntaxe est similaire à VueJS. C&#039;est un bon outil pour remplacer jQuery et moins complexe que VueJs / React / Angular.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 31 Dec 2025 09:52:55 +0000</pubDate>
        </item>
        <item>
            <title>xubuntu</title>
            <link>https://cyrille.giquello.fr/informatique/linux/xubuntu</link>
            <description>xUbuntu

Après des années de Linux côté serveur, il faut bien que je passe au côté desktop... j&#039;ai choisi xUbuntu. Ubuntu est célèbre et semble assez proche de l&#039;utilisateur et en passionné des octets j&#039;ai choisi une version allégée du monde Ubuntu.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:59 +0000</pubDate>
        </item>
        <item>
            <title>slim</title>
            <link>https://cyrille.giquello.fr/informatique/php/slim</link>
            <description>Slim Framework

Un framework web très léger pour Php.

	*  Slim Framework

RESTful services with jQuery, PHP and the Slim Framework (December 1, 2011)

Simple Blog written with Slim Framework with Slim Framework, Eloquent (ORM), Twig, Bootstrap

Rapid Application Prototyping in PHP Using a Micro Framework with Slim Framework, Slim Extras, Twig, Paris &amp; Idiorm

How to use Laravel&#039;s Eloquent ORM with the Slim Framework

For a Validation framework, look at &lt;http://respect.li/Validation/&gt;

Command l…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 01 May 2015 08:08:38 +0000</pubDate>
        </item>
        <item>
            <title>closed_lines</title>
            <link>https://cyrille.giquello.fr/informatique/processing/closed_lines</link>
            <description>ClosedLine

from &lt;http://jmartinho.net/digitalArt-html5/index.php?art=closedLine&gt;


// JOAO MARTINHO MOURA //
// www.jmartinho.net //
// //
int tamanhoWIDTH = 950;
int tamanhoHEIGHT = 500;
int numeroPontos = 200;
int[] NumerosArrayX = new int[numeroPontos];
int[] NumerosArrayY = new int[numeroPontos];
int[] RND_NumerosArrayX = new int[numeroPontos];
int[] RND_NumerosArrayY = new int[numeroPontos];
int contaMouse=0;
void setup() {
 frameRate(20);
 background(255,255,255);
 size(tamanhoWIDTH, tama…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 23 Sep 2012 07:59:31 +0000</pubDate>
        </item>
        <item>
            <title>freenas</title>
            <link>https://cyrille.giquello.fr/informatique/reseau/freenas</link>
            <description>FreeNAS

&lt;http://freenas.org&gt;

FreeNAS est un serveur NAS (Network-Attached Storage) libre sous licence BSD, développé par un français à partir de M0n0wall (basé sur FreeBSD).
Fonctionnalités de cette distribution (version 0.65):

	*   Administration par une interface Web,</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:56 +0000</pubDate>
        </item>
        <item>
            <title>zeroshell</title>
            <link>https://cyrille.giquello.fr/informatique/reseau/zeroshell</link>
            <description>Zeroshell



&lt;http://www.zeroshell.org&gt;

Zeroshell is a Linux distribution for servers and embedded devices aimed at providing the main network services a LAN requires. It is available in the form of Live CD or Compact Flash image and you can configure and administer it using your web browser. The main features of this Linux distribution for Network Appliances are listed below:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 31 Jan 2014 16:04:29 +0000</pubDate>
        </item>
        <item>
            <title>couchdb</title>
            <link>https://cyrille.giquello.fr/informatique/sgdb/couchdb</link>
            <description>CouchDB

	*  How_to_make_filesystem_backups
	*  How Do I Use Replication ?

CouchDB est un projet de l&#039;ASF (Apache Software Foundation).

Il s&#039;agit d&#039;une base de données avec une interface RestFul - JSON. Comme j&#039;adore tout ce qui exploite pleinement HTTP, je me penche depuis quelques temps sur couchDB, notamment pour la participation à la création d&#039;un frontEnd PHP pour Zend Framework : Zend_Couch (nom temporaire)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 18 Oct 2025 08:14:22 +0000</pubDate>
        </item>
        <item>
            <title>image_format_registry</title>
            <link>https://cyrille.giquello.fr/informatique/windows/image_format_registry</link>
            <description>Registry pour les formats d&#039;image

.png


[HKEY_CLASSES_ROOT\.png]
&quot;PerceivedType&quot;=&quot;image&quot;
@=&quot;pngfile&quot;
&quot;Content Type&quot;=&quot;image/png&quot;

[HKEY_CLASSES_ROOT\.png\OpenWithList]

[HKEY_CLASSES_ROOT\.png\OpenWithList\ois.exe]
@=&quot;&quot;

[HKEY_CLASSES_ROOT\.png\OpenWithList\PictureViewer.exe]

[HKEY_CLASSES_ROOT\.png\OpenWithProgids]
&quot;pngfile&quot;=hex(0):
&quot;QuickTime.png&quot;=hex(0):

[HKEY_CLASSES_ROOT\.png\PersistentHandler]
@=&quot;{098f2470-bae0-11cd-b579-08002b30bfeb}&quot;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>text</title>
            <link>https://cyrille.giquello.fr/wiki/plugins_installes/text</link>
            <description>Text plugin

&lt;http://www.dokuwiki.org/plugin:text&gt;

This plugin allows you to export a page to a plain text format usable as a simplistic document or to be used in further processing. 

The text renderer plugin was originally designed for use with the searchtext plugin, to provide both a basis for searching rendered text, and providing a rendered text snippet for displayed search result.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:19:00 +0000</pubDate>
        </item>
        <item>
            <title>voyager</title>
            <link>https://cyrille.giquello.fr/informatique/php/laravel/voyager</link>
            <description>Voyager: Admin &amp; Bread for Laravel

Voyager -&gt; Laravel 6, 7, 8 &lt;https://laravelvoyager.com&gt;

	*  documentation
		*  code
		*  discussions/forum

Le BREAD c&#039;est un CRUD avec le browse: Browse, Read, Edit, Add, Delete.

On peut installer le projet avec ou sans données. Les données installées avec --with-dummy sont une bonne source d&#039;exemple.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 05 Jun 2021 13:39:52 +0000</pubDate>
        </item>
        <item>
            <title>japon</title>
            <link>https://cyrille.giquello.fr/japon</link>
            <description>Japon

L&#039;idée serait de proposer l&#039;hébergement gratuit aux Japonais qui souhaiterai quitter leur pays quelques temps.

	*  WelcomeJapanese.org

Objectif de l&#039;action

	&quot; J&#039;imagine que les “parents”, par honneur, par solidarité, vont aider sur place, aux hébergements, aux chantiers de reconstruction. Et puis les radiations, ils les</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:19:00 +0000</pubDate>
        </item>
        <item>
            <title>nokia_c5</title>
            <link>https://cyrille.giquello.fr/nokia_c5</link>
            <description>Nokia C5

apps

	*  Modèle: Nokia C5-00
	*  Type: RM-645
	*  Version du logiciel: 061.005
	*  Date du logiciel: 2010/10/27
	*  Version personnalisée: 061.005.224.09
	*  Date version personnal: 2011/01/21
	*  Device details:
		*  Developer Platform: S60 3rd Ed., Feature Pack 2</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:19:00 +0000</pubDate>
        </item>
        <item>
            <title>biens_communs</title>
            <link>https://cyrille.giquello.fr/divers/biens_communs</link>
            <description>Biens Communs

Politiques des biens communs de la connaissance

Copie d&#039;un mail de Michel Briand “[Anim-fr] SavoirsCOM1 : création d&#039;un collectif &quot;politiques des biens communs de la connaissance&quot;”.

L’approche par les biens communs s’inscrit dans la continuité de l’appel pour la constitution d’un réseau francophone autour des Biens Communs :

Par Biens Communs, nous entendons plusieurs choses : il s’agit d’abord de ressources que nous voulons partager et promouvoir, que celles-ci soient naturell…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 02 Oct 2012 13:34:49 +0000</pubDate>
        </item>
        <item>
            <title>domotique</title>
            <link>https://cyrille.giquello.fr/divers/domotique</link>
            <description>Domotique

Loin d&#039;être un concept réservé aux initiés, la domotique permet d&#039;allier automatisme et informatique pour rendre votre maison plus intelligente et faciliter ainsi votre quotidien.

	*  &lt;https://www.domo-blog.fr/&gt;

	*  Do It Yourself Domotique libre, où en sommes‐nous ? (2012-10)

Voir la page Linky.

Protocoles

ZigBee, EnOcean, Z-Wave</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 24 May 2026 10:54:18 +0000</pubDate>
        </item>
        <item>
            <title>europe</title>
            <link>https://cyrille.giquello.fr/divers/europe</link>
            <description>Europe

ERCC - Emergency Response Coordination Centre
&lt;https://erccportal.jrc.ec.europa.eu/&gt;

Copernicus, Emergency Management Service - Mapping
&lt;https://emergency.copernicus.eu/mapping/list-of-activations-rapid&gt;

OpenData
&lt;https://data.europa.eu&gt;

Parlement européen / European Parliament

Les votes des parlementaires

	*  &lt;https://www.europarl.europa.eu/RegistreWeb/search/simpleSearchHome.htm?typesDoc=PPVD&amp;languages=EN&amp;sortAndOrder=DATE_DOCU_DESC&gt;
	*  &lt;https://mepwatch.eu/&gt;

Sur le think-tank w…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 09 Apr 2022 06:41:12 +0000</pubDate>
        </item>
        <item>
            <title>forces_de_police_et_population_en_france</title>
            <link>https://cyrille.giquello.fr/divers/forces_de_police_et_population_en_france</link>
            <description>Forces de police et population en France

	*  INSEE Répartition départementale des policiers et gendarmes en 2019, 101 départements
	*  INSEE Niveau de vie et pauvreté des territoires en 2019, 99 départements
	*  Contours simplifiés départements
		*  &lt;https://france-geojson.gregoiredavid.fr/repo/departements.geojson&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 10 Dec 2025 13:32:29 +0000</pubDate>
        </item>
        <item>
            <title>meteo</title>
            <link>https://cyrille.giquello.fr/divers/meteo</link>
            <description>Météo

Voir les codes aviation des aérodromes: International Civil Aviation Organization (ICAO)

World Meteorological Organization (WMO) ID Numbers, Citizen Weather Observer Program (CWOP), Meteorological Assimilation Data Ingest System (Madis)

METeorological Airport Report (METAR),
Meteorological synoptic observation (SYNOP)

Des cartes intéressantes, en France: &lt;http://www.meteo-mc.fr/&gt;, &lt;http://www.alertes-meteo.com/&gt;

Pleins de liens d&#039;imageries sur &lt;http://www.experimentalaircraft.info/&gt;

…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 14 Apr 2024 10:01:24 +0000</pubDate>
        </item>
        <item>
            <title>pole_emploi</title>
            <link>https://cyrille.giquello.fr/divers/pole_emploi</link>
            <description>pole-emploi

	*  Le montant de votre allocation ARE
	*  Simulation des droits
	*  PDF ASSEDIC - DAJ 118</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:46 +0000</pubDate>
        </item>
        <item>
            <title>virtual_radar</title>
            <link>https://cyrille.giquello.fr/divers/virtual_radar</link>
            <description>Virtual Radar

&lt;http://www.radarvirtuel.com/&gt;, Cloudless Real-Time Aircraft Traffic.

	*  &lt;http://www.libhomeradar.org/&gt;
	*  &lt;http://www.sardif.com/shop/product_info.php?products_id=1948&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:45 +0000</pubDate>
        </item>
        <item>
            <title>digibutler</title>
            <link>https://cyrille.giquello.fr/electronique/digibutler</link>
            <description>DigiButler

Toute l&#039;histoire sur le site FreeScale (le fabriquant) :

	*  DIGIBUTLER_1.pdf
	*  DIGIBUTLER_2.pdf

micro MCF52231 Coldfire.

Digibutler

La carte toute montée avec le µC programmé 42 €ttc

M52233DEMO

&lt;http://forums.futura-sciences.com/thread228908.html&gt;

demo card pour 99$ : 

&lt;http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=M52233DEMO&amp;fsrch=1&gt;

chez Farnell (pas facile à trouver !) 82 €ht :

&lt;http://fr.farnell.com/1437332/informatique-bureautique-outillage/product.…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:46 +0000</pubDate>
        </item>
        <item>
            <title>ioio-otg</title>
            <link>https://cyrille.giquello.fr/electronique/ioio-otg</link>
            <description>IOIO-OTG

Android Open Accessories

	*  &lt;https://www.sparkfun.com/products/11343&gt; ($39.95)
	*  wiki
	*  gallery
	*  ioio-users

1er pas, 1ers problèmes

Error updateLastError() for com.sun.jna.Native

En exécutant la commande
$ ./ioiodude --port=/dev/IOIO0 versions
j&#039;obtiens cette erreur :
Exception in thread &quot;main&quot; java.lang.UnsatisfiedLinkError: Can&#039;t obtain updateLastError method for class com.sun.jna.Native
at com.sun.jna.Native.initIDs(Native Method)
at com.sun.jna.Native.&lt;clinit&gt;(Native.ja…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 07 Dec 2015 19:33:11 +0000</pubDate>
        </item>
        <item>
            <title>laser</title>
            <link>https://cyrille.giquello.fr/electronique/laser</link>
            <description>Laser

Protect Your Home with Laserbeams: &lt;http://www.instructables.com/id/Protect-Your-Home-with-Laserbeams/&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:46 +0000</pubDate>
        </item>
        <item>
            <title>acid</title>
            <link>https://cyrille.giquello.fr/glossaire/acid</link>
            <description>ACID

Atomicity, Consistency, Isolation, Durability

Les critères pour une bonne écriture dans une base de données.

Voir RDBM.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:47 +0000</pubDate>
        </item>
        <item>
            <title>acta</title>
            <link>https://cyrille.giquello.fr/glossaire/acta</link>
            <description>ACTA

ACTA est un danger pour les libertés fondamentales des utilisateurs d&#039;Internet, ainsi que pour la libre concurrence et la compétitivité des entreprises de l&#039;Internet. Le Parlement européen décidera bientôt s&#039;il donne son consentement à ACTA, ou s&#039;il le rejette une fois pour toutes.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:51 +0000</pubDate>
        </item>
        <item>
            <title>arcep</title>
            <link>https://cyrille.giquello.fr/glossaire/arcep</link>
            <description>ARCEP

Autorité de régulation des communications électroniques et des postes

L&#039;Autorité de régulation des communications électroniques et des postes (abrégé en ARCEP) est une autorité administrative indépendante chargée depuis le 5 janvier 1997 de réguler les télécommunications et le secteur postal en France. Cette autorité avait pour nom Autorité de régulation des télécommunications (abrégé en ART) avant le 21 mai 2005.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:48 +0000</pubDate>
        </item>
        <item>
            <title>bi</title>
            <link>https://cyrille.giquello.fr/glossaire/bi</link>
            <description>BI

Business Intelligence

Ensemble des techniques d’organisation et statistiques, et des outils de  travail pour la gestion des informations et documents stratégiques notamment sous forme électronique; généralement utilisés pour la veille technologique.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:50 +0000</pubDate>
        </item>
        <item>
            <title>cldc</title>
            <link>https://cyrille.giquello.fr/glossaire/cldc</link>
            <description>CLDC

Connected Limited Device Configuration

The Connected Limited Device Configuration (CLDC) is a fundamental part of the architecture of the Java 2 Platform, Micro Edition (J2ME). J2ME technology is delivered in API bundles called configurations, profiles, and optional packages. A J2ME application environment includes both a configuration like CLDC and a profile like the Mobile Information Device Profile (MIDP). In addition, optional packages provide capability in specific areas of functiona…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:47 +0000</pubDate>
        </item>
        <item>
            <title>dns</title>
            <link>https://cyrille.giquello.fr/glossaire/dns</link>
            <description>DNS

Domain Name System

Le Domain Name System (Système de noms de domaine) est un système permettant d&#039;établir une correspondance entre une adresse IP et un nom de domaine et, plus généralement, de trouver une information à partir d&#039;un nom de domaine. À la demande de Jon Postel, Paul Mockapetris inventa le « Domain Name system » en 1983 et écrivit la première implémentation.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 01 Aug 2025 07:23:36 +0000</pubDate>
        </item>
        <item>
            <title>dsa</title>
            <link>https://cyrille.giquello.fr/glossaire/dsa</link>
            <description>DSA

Digital Signature Algorithm

Le Digital Signature Algorithm, plus connu sous le sigle DSA, est un algorithme de signature numérique standardisé par le NIST aux États-Unis, du temps où le RSA était encore breveté. Cet algorithme fait partie de la spécification</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:52 +0000</pubDate>
        </item>
        <item>
            <title>dsn</title>
            <link>https://cyrille.giquello.fr/glossaire/dsn</link>
            <description>DSN

Database Source Name

A data structure used to describe a connection to a database.

Delivery Status Notification

Delivery Status Notification message, an automated electronic mail message about a delivery problem.

In the internet&#039;s standard e-mail</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:54 +0000</pubDate>
        </item>
        <item>
            <title>epn</title>
            <link>https://cyrille.giquello.fr/glossaire/epn</link>
            <description>EPN

Espace Public Numérique

Lieux d&#039;accès public accompagné à Internet.

Qu’est-ce qu’un espace public numérique ? sur NetPublic et la liste des espaces publics numériques.

Liste des EPN de Tours

Il y a aussi:

	*  les Cyber-Base &lt;http://www.cyber-base.org/&gt;
	*  Carte du réseau des espaces multimédia Solid&#039;Rnet &lt;http://solidrnet.fr/doku.php/infocarte&gt;

Ceux qui parlent d&#039;OpenStreetMap, d&#039;Arduino ou autres bonnes technos emmancipantes:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 11 Oct 2012 16:25:06 +0000</pubDate>
        </item>
        <item>
            <title>hbbtv</title>
            <link>https://cyrille.giquello.fr/glossaire/hbbtv</link>
            <description>HbbTV

Hybrid Broadcast Broadband TV

Norme européenne définissant la capacité pour les téléviseur à délivrer du contenu à la demande en évitant les fournisseurs d&#039;accès, de voter au cours d&#039;une émission, d&#039;acheter en ligne ou encore de dialoguer avec d&#039;autres téléspectateurs à travers les réseaux sociaux sans passer par un PC.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:54 +0000</pubDate>
        </item>
        <item>
            <title>icao</title>
            <link>https://cyrille.giquello.fr/glossaire/icao</link>
            <description>ICAO

International Civil Aviation Organization

Code Aviation:

&lt;http://www.acukwik.com/&gt; (ex. LFOT Tours)

&lt;http://www.fallingrain.com/icao/LFOT.html&gt;

&lt;http://www.airportview.net/wx/awos-detail.php?sid=K4MR&gt;

&lt;http://www.flightsimaviation.com/db/airports/CYUL&gt;

&lt;http://www.world-airport-codes.com/&gt;

&lt;http://dss.ucar.edu/datasets/ds353.4/inventories/station-list.html&gt;

	*  Code_OACI, Liste_des_préfixes_des_codes_OACI_des_aéroports

Quelques listes des codes airports :

	*  List_of_airports_by_…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:47 +0000</pubDate>
        </item>
        <item>
            <title>icsid</title>
            <link>https://cyrille.giquello.fr/glossaire/icsid</link>
            <description>ICSID

International Centre for Settlement of Investment Disputes

Voir (ISDS) Investor State Dispute Settlement.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Aug 2021 15:40:57 +0000</pubDate>
        </item>
        <item>
            <title>ifttt</title>
            <link>https://cyrille.giquello.fr/glossaire/ifttt</link>
            <description>IFTTT

If This Then That

&lt;https://ifttt.com&gt; Make your work flow - We connect your favorite apps, so they work best for you.

Alternatives libres

	*  n8n Free and open fair-code licensed node based Workflow Automation Tool. Easily automate tasks across different services.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 07 Jan 2025 22:01:48 +0000</pubDate>
        </item>
        <item>
            <title>illimite</title>
            <link>https://cyrille.giquello.fr/glossaire/illimite</link>
            <description>Illimité

Il y a eu jurisprudence sur l&#039;utilisation du terme « illimité ».

	*  &lt;http://www.legalis.net/spip.php?page=jurisprudence-decision&amp;id_article=241&gt;
	*  &lt;http://www.numerama.com/magazine/16797-internet-illimite-orange-et-sfr-assignes-pour-pratiques-commerciales-trompeuses.html&gt;

Les opérateurs de téléphonie fournissent maintenant leurs définitions du terme « illimité » dans les conditions générales d&#039;utilisation.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:48 +0000</pubDate>
        </item>
        <item>
            <title>jbi</title>
            <link>https://cyrille.giquello.fr/glossaire/jbi</link>
            <description>JBI

Java Business Integration

Java Business Integration est une norme édictée dans la JSR 208 dans le cadre du Java Community Process (JSR).

JBI est basé sur une approche SOA.

Le problème initial est l&#039;intégration de données en provenance de sources différentes au sein d&#039;un système d&#039;information composé d&#039;applications disparates. JBI définit une architecture qui permet la mise en place de solutions d&#039;intégration basées sur l&#039;utilisation de composants qui communiquent via des messages. Les En…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:53 +0000</pubDate>
        </item>
        <item>
            <title>ldap</title>
            <link>https://cyrille.giquello.fr/glossaire/ldap</link>
            <description>LDAP

Lightweight Directory Access Protocol

Lightweight Directory Access Protocol (LDAP) est à l&#039;origine un protocole permettant l&#039;interrogation et la modification des services d&#039;annuaire. Ce protocole repose sur TCP/IP. Il a cependant évolué pour représenter une norme pour les systèmes d&#039;annuaires, incluant un modèle de données, un modèle de nommage, un modèle fonctionnel basé sur le protocole LDAP, un modèle de sécurité et un modèle de réplication. Un annuaire LDAP respecte généralement le mo…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:53 +0000</pubDate>
        </item>
        <item>
            <title>metar</title>
            <link>https://cyrille.giquello.fr/glossaire/metar</link>
            <description>METAR

METeorological Airport Report

Un METAR (METeorological Airport Report1) est un rapport d&#039;observation (et non de prévision) météorologique pour l&#039;aviation. Ce code international a été développé par les membres de l&#039;OACI et est approuvé par l&#039;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:51 +0000</pubDate>
        </item>
        <item>
            <title>nas</title>
            <link>https://cyrille.giquello.fr/glossaire/nas</link>
            <description>NAS

Network Attached Storage

Un stockage en réseau NAS, ou plus simplement un NAS (de l&#039;anglais Network Attached Storage), est un périphérique de stockage relié à un réseau dont la principale fonction est le stockage de données en un gros volume centralisé pour des clients-réseau hétérogènes.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:54 +0000</pubDate>
        </item>
        <item>
            <title>ntp</title>
            <link>https://cyrille.giquello.fr/glossaire/ntp</link>
            <description>NTP

Network Time Protocol

Le Protocole d&#039;Heure Réseau (Network Time Protocol ou NTP) est un protocole qui permet de synchroniser, via un réseau informatique, l&#039;horloge locale d&#039;ordinateurs sur une référence d&#039;heure.

NTP est un protocole assez ancien. La première version v0, formalisée dans la</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:47 +0000</pubDate>
        </item>
        <item>
            <title>obd</title>
            <link>https://cyrille.giquello.fr/glossaire/obd</link>
            <description>OBD

On Board Diagnostics

L&#039;OBD (ou On Board Diagnostics, autrement dit les diagnostics embarqués) est, dans un contexte automobile, le terme législatif se référant aux capacités de diagnostics matériels qui sont de nos jours embarquées dans la majorité des véhicules à moteur thermique.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 17 Oct 2017 13:29:21 +0000</pubDate>
        </item>
        <item>
            <title>opencv</title>
            <link>https://cyrille.giquello.fr/glossaire/opencv</link>
            <description>OpenCV

Open Source Computer Vision

OpenCV (Open Source Computer Vision) is a library of programming functions for real time computer vision.

OpenCV is released under a BSD license, it is free for both academic and commercial use. It has C++, C, Python and soon Java interfaces running on Windows, Linux, Android and Mac. The library has &gt;2500 optimized algorithms. It is used around the world, has &gt;2.5M downloads and &gt;40K people in the user group. Uses range from interactive art, to mine inspect…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 30 May 2014 14:00:57 +0000</pubDate>
        </item>
        <item>
            <title>osm</title>
            <link>https://cyrille.giquello.fr/glossaire/osm</link>
            <description>OSM

OpenStreetMap

OpenStreetMap est un projet qui a pour but de créer des cartes libres. En quelque sorte, OpenStreetMap est à la cartographie ce que Wikipédia est à l’encyclopédie. La carte principale peut être consultée sur openstreetmap.org. OpenStreetMap crée et fournit des données géographiques libres, telles que des cartes routières ou cyclables, à quiconque en aura besoin. Cet outil est né parce que la plupart des cartes que vous pensez libres ont des restrictions légales ou techniques …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 10 Sep 2012 10:54:23 +0000</pubDate>
        </item>
        <item>
            <title>pca</title>
            <link>https://cyrille.giquello.fr/glossaire/pca</link>
            <description>PCA

Plan de Continuité d&#039;Activité

Le Plan continuité d’activité (PCA) est à la fois le nom d’un concept, d’une procédure et du document qui la décrit.

Ce plan doit permettre à un groupe (gouvernement, collectivité, institution, entreprise, hôpital..) de fonctionner en mode dégradé, ou en situation de crise majeure.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:54 +0000</pubDate>
        </item>
        <item>
            <title>rgaa</title>
            <link>https://cyrille.giquello.fr/glossaire/rgaa</link>
            <description>RGAA

Référentiel Général d&#039;Accessibilité pour les Administrations

L&#039;article 47 de la loi n° 2005-102 du 11 février 2005 pour l’égalité des droits et des chances, la participation et la citoyenneté des personnes handicapées, fait de l’accessibilité une exigence pour tous les services de communication publique en ligne de l’État, des collectivités territoriales et des établissements publics qui en dépendent. Il stipule que les informations diffusées par ces services doivent être accessibles à to…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 14 Oct 2022 08:21:05 +0000</pubDate>
        </item>
        <item>
            <title>rid</title>
            <link>https://cyrille.giquello.fr/glossaire/rid</link>
            <description>RID

Réseau d&#039;intérêt départemental</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:54 +0000</pubDate>
        </item>
        <item>
            <title>rome</title>
            <link>https://cyrille.giquello.fr/glossaire/rome</link>
            <description>ROME

Répertoire Opérationnel des Métiers et des Emplois (ROME)

Le code ROME (Répertoire Opérationnel des Métiers et des Emplois) utilisé par Pôle emploi pour coder les demandes et offres d’emploi.

Pôle emploi utilise le référentiel Rome-V3 depuis le 14 décembre 2009, pour définir et caractériser les offres et les demandes d’emploi: Classification du ROME en 14 grands domaines, 110 domaines professionnels, 531 fiches ROME avec leurs appellations de métiers.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 14 Sep 2015 06:36:47 +0000</pubDate>
        </item>
        <item>
            <title>rtc</title>
            <link>https://cyrille.giquello.fr/glossaire/rtc</link>
            <description>RTC

Réseau Téléphonique Commuté

	*  Réseau téléphonique commuté

Real Time Clock

Circuit électronique permettant de conserver “à l&#039;heure” un ordinateur ou un montage électronique hors tension.

	*  Maxim DS1307 - 64 x 8, Serial, I²C Real-Time Clock
		*  /electronique/Maxim_DS1307</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 16 Aug 2012 16:06:52 +0000</pubDate>
        </item>
        <item>
            <title>saml</title>
            <link>https://cyrille.giquello.fr/glossaire/saml</link>
            <description>SAML

Security Assertion Markup Language





Voir aussi : Single Sign-On

Providers Implémentations

SimpleSAMLphp

&lt;https://simplesamlphp.org/&gt;

	*  SAML 2.0 as a Service Provider (SP)
	*  SAML 2.0 as an Identity Provider (IdP)
	*  it also supports some other identity protocols and frameworks, such as Shibboleth 1.3, A-Select, CAS, OpenID, WS-Federation or OAuth, and is easily extendable</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 19 Mar 2024 06:49:49 +0000</pubDate>
        </item>
        <item>
            <title>ssid</title>
            <link>https://cyrille.giquello.fr/glossaire/ssid</link>
            <description>SSID

Service Set Identifier

Identifiant d&#039;un point Wifi.

Voir:

	*  Glossaire: Wifi.
	*  Wikipedia: Service Set Identifier (fr), Service Set Identifier (en)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:47 +0000</pubDate>
        </item>
        <item>
            <title>ssk</title>
            <link>https://cyrille.giquello.fr/glossaire/ssk</link>
            <description>SSK

SubSpace key

Pour l&#039;insertion d&#039;un freesite dans le réseau FreeNet, sans mises à jour ultérieures mais possibilité de rajouter des fichiers dans le subspace.

Sociology of Scientific Knowledge

La sociologie de la connaissance scientifique (SCS) (sociology of scientific knowledge, SSK) est une branche de la sociologie - plus particulièrement de la sociologie de la connaissance - qui s&#039;est développée dans le monde anglo-saxon autour des travaux de David Bloor et Harry Collins durant les ann…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:46 +0000</pubDate>
        </item>
        <item>
            <title>wpad</title>
            <link>https://cyrille.giquello.fr/glossaire/wpad</link>
            <description>WPAD

Web Proxy AutoDiscovery protocol

The Web Proxy Auto-Discovery Protocol (WPAD) is a method used by clients to locate a URL of a configuration file using DHCP and/or DNS discovery methods. Once detection and download of the configuration file is complete it can be executed to determine the proxy for a specified</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:47 +0000</pubDate>
        </item>
        <item>
            <title>12_factors_app</title>
            <link>https://cyrille.giquello.fr/informatique/12_factors_app</link>
            <description>12 Factors app

Texte original:

	*  Building and Running 12 Factor Microservices on Docker (Part 1)
	*  Building and Running 12 Factor Microservices on Docker (Part 2)

Autres lecture: docker

1. Code source / Codebase

	*  Le code d&#039;une application doit être gérée avec gestionnaire de version (Version Control System (VCS)) comme “Git”, “Subversion (svn)” ou “Mercurial (hg)”.
	*  Le code est déployé sur plusieurs et/ou différents environnements locaux ou distants comme</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 02 Apr 2018 10:17:52 +0000</pubDate>
        </item>
        <item>
            <title>authentication</title>
            <link>https://cyrille.giquello.fr/informatique/authentication</link>
            <description>Identification, Authentication, and Authorization

	*  Subject: l&#039;entité active qui accède à un Object. Ce peut être un utilisateur, un programme ou toutes autres entités qui peut accéder à un Object.
	*  Object: l&#039;entité passive auquel accède un</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 30 Oct 2021 12:56:01 +0000</pubDate>
        </item>
        <item>
            <title>bittorrent</title>
            <link>https://cyrille.giquello.fr/informatique/bittorrent</link>
            <description>BitTorrent

	*  &lt;http://moviz.net&gt;
	*  &lt;http://www.omgtorrent.com&gt;
	*  &lt;http://isohunt.com/&gt;

	*  Torrentz: &lt;http://www.torrentz.com&gt;, 
query example: &lt;http://www.torrentz.com/search?q=Babylon+A.+D+dvdrip+fr&gt;
	*  &lt;http://www.torrentportal.com&gt;
	*  OpenBitTorrent &lt;http://openbittorrent.com&gt;
	*  The pirate bay &lt;http://thepiratebay.org&gt;
	*  BtJunkie &lt;http://btjunkie.org&gt;
	*  IsoHunt &lt;http://isohunt.com&gt;
	*  Torrent411 &lt;http://www.torrent411.com&gt;
	*  KiackAsTorrent &lt;http://www.kickasstorrents.com&gt;
	…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 17 May 2014 10:44:27 +0000</pubDate>
        </item>
        <item>
            <title>calendar_adressbook_messaging</title>
            <link>https://cyrille.giquello.fr/informatique/calendar_adressbook_messaging</link>
            <description>microsoft exchange

	*  Outlook

SOGo

&lt;http://www.scalableogo.org/fr/tour/screenshots.html&gt;

	*  Outlook
	*  Thunderbird + Lightning
	*  Apple iCal
	*  More

More

Thunderbird&#039;s Lightning extension

&lt;https://addons.mozilla.org/fr/thunderbird/addon/2313&gt;

Lightning vs. Exchange Server 2003

Synchronising Mozilla, Thunderbird, Lightning Calendard with Exchange

&lt;http://www.cs.bham.ac.uk/~smp/resources/exchange/&gt;

	*  Sync Kolab : &lt;http://www.gargan.org/extensions/synckolab.html&gt; SyncKolab was wri…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:55 +0000</pubDate>
        </item>
        <item>
            <title>chrome_os</title>
            <link>https://cyrille.giquello.fr/informatique/chrome_os</link>
            <description>Chrome OS

&lt;http://www.jsclasses.org/blog/post/7-Why-Google-Chrome-OS-matters-for-Web-application-developers.html&gt;, What is Google Chrome OS ? So why does Chrome OS matters ?

Download Chrome OS image then make a USB pen drive.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:19:00 +0000</pubDate>
        </item>
        <item>
            <title>fabrique_ton_internet</title>
            <link>https://cyrille.giquello.fr/informatique/fabrique_ton_internet</link>
            <description>Fabrique ton Internet

tu trouveras des docs sur le site de la fédération FDN (dont tetaneutral fait partie) en particulier &lt;https://www.ffdn.org/wiki/doku.php?id=transmission&gt;

et le blog de Spyou reste d&#039;actualité me si les matériels ont évolué: &lt;https://blog.spyou.org/wordpress-mu/2013/03/20/fabriquer-son-internet/&gt;

Et enfin si tu lis l&#039;anglais NYCmesh, un projet similaire à New York a un super site de doc:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 23 Feb 2022 08:33:51 +0000</pubDate>
        </item>
        <item>
            <title>facebook</title>
            <link>https://cyrille.giquello.fr/informatique/facebook</link>
            <description>Facebook

&lt;http://facebook.com&gt;

Presse

Sur Le Monde:

	*  Quatre questions sur l&#039;avenir de Facebook
	*  Des utilisateurs de Facebook « manipulés » pour une expérience psychologique
	*  Facebook : les leçons d&#039;une vaste expérience psychologique controversée
	*  Comment fonctionne l&#039;algorithme de Facebook ?

Technique

&lt;http://www.facebook.com/developers/&gt;

&lt;http://developers.facebook.com/tools.php&gt;

Facebook dev How-to Guides

Tips

Bouton &quot;Like&quot;

Il suffit de mettre un iframe pour chaque bouto…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 24 Apr 2015 19:29:00 +0000</pubDate>
        </item>
        <item>
            <title>geocoders</title>
            <link>https://cyrille.giquello.fr/informatique/geocoders</link>
            <description>GeoCoders

tags: géocodeur, Geocoder, geocodage

gouv.fr

&lt;https://api-adresse.data.gouv.fr&gt; est fait pour géocoder des adresses, pas des noms de ville avec leur code INSEE, ça c&#039;est le boulot de &lt;https://geo.api.gouv.fr&gt;

Overpass


/* CSV des communes françaises */
[out:csv(&quot;ref:INSEE&quot;,name,::lat,::lon)][timeout:300];
  relation[&quot;ref:INSEE&quot;][admin_level=8];
out center;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 03 Oct 2019 06:27:09 +0000</pubDate>
        </item>
        <item>
            <title>gestion_de_projet</title>
            <link>https://cyrille.giquello.fr/informatique/gestion_de_projet</link>
            <description>Gestion de projet

MOA, MOE.

Il faut abandonner le modèle MOA/MOE dans les DSI

	*  Program Management
	*  Project Management
	*  Requirements Management
	*  Test Management
	*  Defect Management
	*  Product Management
	*  Support Management
	*  Community Management

La norme ISO 12207 a pour objectif de poser la référence pour les processus du cycle de vie logiciel pris dans sa généralité</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 15 Jan 2025 18:03:11 +0000</pubDate>
        </item>
        <item>
            <title>gps</title>
            <link>https://cyrille.giquello.fr/informatique/gps</link>
            <description>GNSS / GPS



Voir aussi centipede

Visual art

	*  &lt;http://joshuaalbers.com/&gt;

OpenStreetMap

&lt;http://www.openstreetmap.org/&gt;

OpenStreetMap est une carte du monde entier librement modifiable, faite par des gens comme vous.
OpenStreetMap vous permet de voir, modifier et utiliser des données géographiques de n&#039;importe quel endroit dans le monde.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 27 Dec 2022 21:20:04 +0000</pubDate>
        </item>
        <item>
            <title>harddrive</title>
            <link>https://cyrille.giquello.fr/informatique/harddrive</link>
            <description>Disque dur

Technos

RAID

	*  Niveau 0: appelé striping
	*  Niveau 1: appelé mirroring, shadowing ou duplexing
	*  Niveau 2: appelé striping with parity (obsolète)
	*  Niveau 3: appelé disk array with bit-interleaved data
	*  Niveau 4: appelé disk array with block-interleaved data</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:56 +0000</pubDate>
        </item>
        <item>
            <title>hebergeurs_internet</title>
            <link>https://cyrille.giquello.fr/informatique/hebergeurs_internet</link>
            <description>Hébergeurs Internet

tags: Hébergement mutualisé, serveur dédié, serveur privé, serveur virtuel, hosting

Voir aussi Cloud Computing - Services, CDN

Différence entre VPS et Cloud ?

	*  VPS = serveur dedié virtuel
	*  CLOUD = VPS + facturation à la consommation + redimensionnement à chaud</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 13 Aug 2025 11:19:03 +0000</pubDate>
        </item>
        <item>
            <title>html</title>
            <link>https://cyrille.giquello.fr/informatique/html</link>
            <description>HTML

Trucs et astuces

Base64 image

Il est possible d&#039;incorporer directement les images dans le fichier html grâce au data URI :


 &lt;img title=&quot;logo&quot; src=&quot;data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCACMAaQDAREAAhEBAxEB/8QAHAAAAQUBAQEAAAAAAAAAAAAAAAQFBgcIAwEC/8QATBAAAQMDAwIDBQMGCQoHAQEAAQIDBAAFEQYSIQcx…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 20 Jul 2017 06:15:05 +0000</pubDate>
        </item>
        <item>
            <title>httpd</title>
            <link>https://cyrille.giquello.fr/informatique/httpd</link>
            <description>HTTPD

	*  Comparison of lightweight web servers
	*  The C10k problem is a limitation that most web servers currently have.

Apache

Voir /informatique/Apache.

lighttpd

&lt;http://www.lighttpd.net&gt;

Nginx

Voir /informatique/Nginx.

Cherokee

&lt;http://www.cherokee-project.com&gt;

Voir:

	*  &lt;http://lacuisinedegandi.net/post/2010/04/29/Cherokee-arrive-chez-Gandi&gt;

TinyWeb

TinyWeb is an extremely small (executable file size is 53K), simple (no configuration other than through the command line) and fa…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>igc</title>
            <link>https://cyrille.giquello.fr/informatique/igc</link>
            <description>Infrastructure de Gestion de Clefs

En anglais: Public Key Infrastructure (PKI).

Voir :

	*  /glossaire/IGC, /informatique/openssl, informatique/crypto
	*  Introduction à la cryptographie sur commentcamarche.net.

Softs

	*  &lt;http://www.ejbca.org/complimentary.html&gt;

PKIF &amp; Webcullis

The PKI Framework

&lt;http://pkif.sourceforge.net&gt;

Webcullis, Simple PKI-based access control for the Web. Webcullis
is a security plug-in formultiple https servers. It is designed to strengthen
the web server’s ab…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 12 Sep 2014 15:33:43 +0000</pubDate>
        </item>
        <item>
            <title>iphone</title>
            <link>https://cyrille.giquello.fr/informatique/iphone</link>
            <description>Apple iPhone

How to Make an HTML5 iPhone App

Créer sa première application iPhone avec Cyril Gy, développeur chez OVH.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:56 +0000</pubDate>
        </item>
        <item>
            <title>linkeddata</title>
            <link>https://cyrille.giquello.fr/informatique/linkeddata</link>
            <description>Linked Data

Description des données -&gt; Semantic Web (SW) -&gt; Relations entre les données -&gt; Linked Data (LD)

Voir aussi:

	*  /informatique/web_semantique

Application area of SW technologies: portal, improved search, data integration, service integration, content discovery, content management, semantic annotation, provenance tracking, domain modeling, social networks</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 21 Dec 2020 19:32:12 +0000</pubDate>
        </item>
        <item>
            <title>linux</title>
            <link>https://cyrille.giquello.fr/informatique/linux</link>
            <description>Linux

system_admin

Tools

	*  Tester des distributions en ligne !
			*  &lt;https://distrotest.net&gt;

	*  LinuxLive USB Creator

Distributions

Ubuntu

Ubuntu, XUbuntu

Small Linux

	*  8 of the best tiny Linux distros (posted on 2010-04-20)

SliTaz

&lt;http://www.slitaz.org/&gt;

xPUD

&lt;http://www.xpud.org&gt;

The desktop has never been this easy -- Get your favorite web browser with a simple web-based interface on top.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 15 Jan 2026 19:24:20 +0000</pubDate>
        </item>
        <item>
            <title>logiciel_libre</title>
            <link>https://cyrille.giquello.fr/informatique/logiciel_libre</link>
            <description>Logiciel Libre

Les quatre libertés fondamentales du logiciel libre

	*  &lt;http://www.apitux.org/index.php?2007/07/06/46-les-quatres-libertes-fondamentales-du-logiciel-libre&gt;

Principales licences libres

	*  &lt;http://fr.wikipedia.org/wiki/Licence_libre&gt;

APRIL, SIALLE

&lt;http://www.agendadulibre.org/&gt; &lt;http://www.agendadulibre.org/&gt;

Suite bureautique, les enjeux d’une alternative de Frédéric Labbe.

Migration de grosses administrations et des grandes entreprises

	*  La plus grosse migration Open…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:58 +0000</pubDate>
        </item>
        <item>
            <title>lowcode_databases</title>
            <link>https://cyrille.giquello.fr/informatique/lowcode_databases</link>
            <description>LowCode databases

Articles

	*  &lt;https://www.noxcod.com/fr/outils-no-code&gt;
	*  &lt;https://www.ntaskmanager.com/blog/free-airtable-alternatives/&gt;
	*  &lt;https://surveysparrow.com/blog/top-airtable-alternatives/&gt;
	*  12 Airtable Alternatives That Are Just as Good or Better
	*  29 Best Airtable Alternatives in 2022 (Free &amp; Paid)

Airtable

Airtable

NocoDB

Licence AGPLv3. Version Community et Enterprise (avec plus des fonctionnalités)

existe en version hébergée &lt;https://www.nocodb.com/pricing&gt; (SaaS…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 30 Jan 2026 11:32:11 +0000</pubDate>
        </item>
        <item>
            <title>mini-ordi</title>
            <link>https://cyrille.giquello.fr/informatique/mini-ordi</link>
            <description>mini-ordi

Voir aussi:

	*  Smartbook - EeePC
	*  Tablette PC

vendeurs

	*  &lt;http://www.thinkitx.com/&gt; (un bundle à 220€
	*  &lt;http://www.itx-france.com/&gt;
	*  &lt;http://www.materiel.net/&gt;
	*  &lt;http://www.ldlc.com/&gt;
	*  &lt;http://www.actualis.biz/&gt;

Produits

Divers:

	*  &lt;https://ssl.kundenserver.de/ssl.taskit.de/xtc/shop_content.php?coID=9&gt;

Gooseberry

&lt;http://gooseberry.atspace.co.uk/&gt;

Raspberry pi

raspberrypi

Ionics plug

	*  Nimbus: 100$ &lt;http://www.ionicsplug.com/nimbus.html&gt;
	*  Stratus: 1…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 06 Jul 2012 20:13:34 +0000</pubDate>
        </item>
        <item>
            <title>mobilizons</title>
            <link>https://cyrille.giquello.fr/informatique/mobilizons</link>
            <description>Mobilizons

Mobilizon est un outil en ligne pour vous aider à gérer vos événements, vos profils et vos groupes.



&lt;https://joinmobilizon.org/fr/&gt;

Docu

	*  Démo de Mobilizon
	*  Instances là et ici
	*  Apprendre à utiliser (et installer) Mobilizon: documentation
	*  forum

Fonctionnalités

	*  fiche détaillée de votre événement, le publier et le partager</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 20 Dec 2020 09:26:45 +0000</pubDate>
        </item>
        <item>
            <title>mrtg</title>
            <link>https://cyrille.giquello.fr/informatique/mrtg</link>
            <description>MRTG

&lt;http://oss.oetiker.ch/mrtg/&gt;

Docs

	*  &lt;http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/&gt;
	*  &lt;http://www.linux-sottises.net/mrtg.php&gt;
	*  &lt;http://fabien.cei.free.fr/mrtg/&gt;

Softs dérivés

&lt;http://www.linux-sottises.net/software.php#mrtnk&gt;

&lt;http://www.cacti.net/&gt;

QMailMRTG7

Data acquisition

External Monitoring Scripts
If you want to monitor something which does not provide data via snmp you can use some external program to do the data gathering.
The external command must return 4 …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:58 +0000</pubDate>
        </item>
        <item>
            <title>node.js</title>
            <link>https://cyrille.giquello.fr/informatique/node.js</link>
            <description>Node.js

&lt;http://nodejs.org/&gt;

En vrac

Functional Reactive Programming (FRP).

NeDB: a lightweight Javascript database using MongoDB’s API - NeDB is a lightweight database written entirely in Javascript, and that implements the well-known and loved MongoDB API. It is packaged as a Node module that be used with a simple require and can be used as an in-memory only or persistent datastore. You can think of it as SQLite for MongoDB projects.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 17 Nov 2022 06:45:48 +0000</pubDate>
        </item>
        <item>
            <title>opencv</title>
            <link>https://cyrille.giquello.fr/informatique/opencv</link>
            <description>OpenCV

Quid OpenCV ? =&gt; /glossaire/opencv

Face detection

	*  Face detection on Raspberry Pi
	*  Face Detection using Haar Cascades</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 30 May 2014 14:03:11 +0000</pubDate>
        </item>
        <item>
            <title>orm</title>
            <link>https://cyrille.giquello.fr/informatique/orm</link>
            <description>ORM

Doc

Un article pour expliquer le problème du “Lazy Loading”: ORMs : L&#039;Entity Framework de Microsoft aura meilleure réputation que NHibernate

Implémentations

	*  Implémentations pour PHP

Hibernate / NHibernate

Hibernate is a powerful, high performance object/relational persistence and query service. Hibernate lets you develop persistent classes following object-oriented idiom - including association, inheritance, polymorphism, composition, and collections. Hibernate allows you to expres…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:59 +0000</pubDate>
        </item>
        <item>
            <title>raspberrypi</title>
            <link>https://cyrille.giquello.fr/informatique/raspberrypi</link>
            <description>Raspberry PI

&lt;http://www.raspberrypi.org&gt;



Arduino vs. Raspberry Pi

Le faux débat

	*  Pas de choix magique
	*  Choisir en fonction de ses besoins et contraintes
	*  Consommation électrique : ~0.5W pour Arduino, ~3.5W pour Raspberry Pi
	*  Rapidité de mise en route : quasi instantanée pour l&#039;Arduino, ~30s pour Raspberry Pi</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 Jan 2023 14:50:47 +0000</pubDate>
        </item>
        <item>
            <title>rss</title>
            <link>https://cyrille.giquello.fr/informatique/rss</link>
            <description>RSS

Voir RSS

Agregateur côté serveur

Magpie RSS

&lt;http://magpierss.sourceforge.net&gt;

FOF

Feed OnFeeds

&lt;http://feedonfeeds.com&gt;

Tips

Strip html from RSS elements
/&lt;(script|noscript|object|embed|style|frameset|frame|iframe)[&gt;\s\S]*&lt;\/\1&gt;/i
/&lt;\/?!?(param|link|meta|doctype|div|font)[^&gt;]*&gt;/i
/(class|style|id)=”[^&quot;]*”/i</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:58 +0000</pubDate>
        </item>
        <item>
            <title>scanners_reseau</title>
            <link>https://cyrille.giquello.fr/informatique/scanners_reseau</link>
            <description>Scanners Réseau

Network Scanner, Sniffer...

Pour écouter le traffic réseau il faut passer la carte réseau en mode “promiscuous”.

Une liste d&#039;outils basés sur WinPcap (libpcap for windows): 

&lt;http://www.winpcap.org/misc/links.htm#tools&gt;

voir aussi: scanners de vulnérabilités

Softs

Analyseurs

Wireshark

Wireshark is the world&#039;s foremost network protocol analyzer, and is the de facto (and often de jure) standard across many industries and educational institutions.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 10 Jul 2021 11:40:58 +0000</pubDate>
        </item>
        <item>
            <title>scratch</title>
            <link>https://cyrille.giquello.fr/informatique/scratch</link>
            <description>scratch

&lt;https://scratch.mit.edu/&gt;
scratch.mit.edu

Voir aussi:

	*  MIT App Inventor pour faire comme scratch en application Android
	*</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 19 Mar 2017 12:02:22 +0000</pubDate>
        </item>
        <item>
            <title>sgbd</title>
            <link>https://cyrille.giquello.fr/informatique/sgbd</link>
            <description>Système de gestion de base de données (SGBD)

Voir aussi /informatique/SQL, /informatique/NoSql, 
/informatique/GraphDB, /informatique/web semantique (RDF), Low Code Databases, Column-Oriented Database

SGBD Relationnels (SGBDR)

MySQL

MySQL

DuckDB

DuckDB

Oracle

MsSQL

Microsoft SQL Server

PostgreSQL

&lt;http://www.postgresql.org&gt;

H2 Database engine

H2, the Pure Java SQL database. The main features of H2 are:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 18 Oct 2025 08:14:06 +0000</pubDate>
        </item>
        <item>
            <title>snort</title>
            <link>https://cyrille.giquello.fr/informatique/snort</link>
            <description>SNORT


&lt;http://snort.org/&gt;

SNORT est un Système de Détection d&#039;Intrusion (IDS), dont les qualités et les capacités ne sont plus à démontrer. Il est gratuit, et son moteur d&#039;analyse est basé sur la technique de recherche de signatures dans les paquets. il a donc un langage qui permet d&#039;écrire les filtres correspondant à des signatures d&#039;attaques connues.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:55 +0000</pubDate>
        </item>
        <item>
            <title>trello</title>
            <link>https://cyrille.giquello.fr/informatique/trello</link>
            <description>Trello

Trello is a SCRUM like free online application. 

&lt;http://opensourceecology.org/wiki/Trello&gt;

Trello Broke My Brain...

Trello Burndown is open source! (Burndown charts for Trello)

“Saying “always be free” doesn&#039;t create a legal obligation given a change of circumstances.” :

	*  &lt;http://news.ycombinator.com/item?id=4218739&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 11 Mar 2013 14:08:05 +0000</pubDate>
        </item>
        <item>
            <title>tuxedo_keyboard</title>
            <link>https://cyrille.giquello.fr/informatique/tuxedo_keyboard</link>
            <description>Tuxedo Keyboard

Note importante (septembre 2023) de pcportablesurmesure.fr

	*  Tuxedo a décidé de restreindre l’utilisation de l’application clavier aux ordinateurs portables Tuxedo. Par conséquent, nous avons forké le dépôt et l’avons rendu à nouveau disponible pour tous les ordinateurs portables Clevo. De plus, nous avons simplifié le processus.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 19 Oct 2024 07:41:40 +0000</pubDate>
        </item>
        <item>
            <title>web_automation</title>
            <link>https://cyrille.giquello.fr/informatique/web_automation</link>
            <description>Web Automation

On-line services

[https://ifttt.com] &lt;https://ifttt.com&gt; - Put the internet to work for you : If This Then That.

[https://zapier.com] &lt;https://zapier.com&gt; - superpowers to get your work done
connect and automate over web apps.

[http://wappwolf.com] &lt;http://wappwolf.com&gt; - Wappwolf is focused on deconstructing the barriers of the Cloud. By connecting your Evernote, Facebook, Flickr, and other web services / apps to Dropbox, Google Drive &amp; Box.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 28 Nov 2013 22:12:12 +0000</pubDate>
        </item>
        <item>
            <title>xmind</title>
            <link>https://cyrille.giquello.fr/informatique/xmind</link>
            <description>XMind


Popular brainstorming and mind mapping tool,Eclipse Community Award 2008 winner,often used for capture ideas,knowledge/project management and GTD,supporting fishbones/org-charts/tree charts/spreadsheets,compatible with Freemind/Mindmanager,easy-to-use.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 02 Dec 2016 03:19:26 +0000</pubDate>
        </item>
        <item>
            <title>yacy</title>
            <link>https://cyrille.giquello.fr/informatique/yacy</link>
            <description>Yacy

Yacy est un moteur de recherche distribué pour le Web. On peut l&#039;utiliser pour le mettre comme un noeud du réseau Yacy qui sert à tous, ou bien en moteur de recherche privé.

&lt;http://www.yacy.net/fr/&gt;

	*  Discussions et questions sur le forum “English”

Running YaCy on Raspbian (Raspberry Pi)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 06 Apr 2016 07:05:28 +0000</pubDate>
        </item>
        <item>
            <title>mastodon</title>
            <link>https://cyrille.giquello.fr/web/mastodon</link>
            <description>Mastodon

	*  Un guide rapide de Mastodon Joachim 2022-04-29
	*  La doc officielle en anglais

Serveurs (Instances)

Trouver une instance:

	*  &lt;https://joinmastodon.org/fr/servers&gt; pour choisir un serveur
	*  &lt;https://instances.social&gt; pour choisir un serveur et aussi connaître leur statut (up/down, users...)

Qlqs instances:

	*  &lt;https://mastodon.social&gt;
	*  &lt;https://mamot.fr&gt;
	*  &lt;https://pouet.april.org&gt;
	*  &lt;https://piaille.fr&gt;
	*</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 06 Nov 2022 20:37:49 +0000</pubDate>
        </item>
        <item>
            <title>syntax</title>
            <link>https://cyrille.giquello.fr/wiki/syntax</link>
            <description>Formatting Syntax

DokuWiki supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 04 Mar 2024 07:50:07 +0000</pubDate>
        </item>
        <item>
            <title>ai_nlp_rag</title>
            <link>https://cyrille.giquello.fr/informatique/ai_lm/ai_nlp_rag</link>
            <description>AI NLP and RAG

	*  NLP: Natural Language Processing, Traitement automatique du langage naturel
	*  RAG: Retrieval-Augmented Generation, récupération d’informations et génération de texte

Voir aussi: OCR (AI Vision)

Outils RAG:

	*  &lt;https://github.com/run-llama/llama_index&gt;
	*  RAGatouille : bridging the gap between state-of-the-art research and alchemical RAG pipeline practices</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 04 Jun 2026 06:21:14 +0000</pubDate>
        </item>
        <item>
            <title>mcp-inspector</title>
            <link>https://cyrille.giquello.fr/informatique/ai_lm/mcp-inspector</link>
            <description>MCP Inspector

&lt;https://github.com/modelcontextprotocol/inspector&gt;

Docker et Php STDIO

Pour utiliser le transport STDIO il faut que le moteur soit dans le container, en l’occurrence Php.

Le Dockerfile, un mix avec les images ghcr.io/modelcontextprotocol/inspector et php:8.4-cli-bookworm :


# ── Stage 1 : récupérer les fichiers de l&#039;inspector ──────────────────────────

FROM ghcr.io/modelcontextprotocol/inspector:latest AS inspector

# ── Stage 2 : PHP + Composer + dépendances du projet ─────…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 29 May 2026 08:35:13 +0000</pubDate>
        </item>
        <item>
            <title>installation</title>
            <link>https://cyrille.giquello.fr/informatique/apache/installation</link>
            <description>Installer Apache/Php/Mod_SSL

Récupération des sources


ApacheArchiveBase=apache_1.3.41
PhpArchiveBase=php-5.2.9
ModgzipArchiveBase=mod_gzip.c
ModsslArchiveBase=mod_ssl-2.8.31-1.3.41

wget ftp://mir1.ovh.net/ftp.apache.org/dist/httpd/${ApacheArchiveBase}.tar.gz
wget http://www.modssl.org/source/${ModsslArchiveBase}.tar.gz
wget ftp://ftp.ovh.net/made-in-ovh/maj-ovh/${ModgzipArchiveBase}.gz
wget http://www.php.net/get/${PhpArchiveBase}.tar.gz/from/fr.php.net/mirror -O ${PhpArchiveBase}.tar.gz

rm…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>paypal</title>
            <link>https://cyrille.giquello.fr/informatique/ecommerce/paypal</link>
            <description>Paypal

	*  Website Payments Standard Overview
	*  Intégrer PayPal à son site web en PHP</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>debug</title>
            <link>https://cyrille.giquello.fr/informatique/flutter/debug</link>
            <description>Flutter / debug

	*  Dart &amp; Flutter support for Visual Studio Code Debugging Commands

Attraper un maximum d&#039;erreurs



Le rendu plante sans rien dans la debug console

Le rendu ne va pas, il plante sans rien “dire” (1) et aucune erreur dans la “debug console”</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 09 Jul 2025 16:28:16 +0000</pubDate>
        </item>
        <item>
            <title>mantis_bt</title>
            <link>https://cyrille.giquello.fr/informatique/gestion_de_projet/mantis_bt</link>
            <description>Mantis BT

Mantis BT (BT: BugTracker)

	*  &lt;http://www.mantisbt.org&gt;
	*  tech: php/MySQL/web

The goals for this project are to produce and maintain a lightweight and simple bugtracking system. Additions of complexity and/or features are modular and configurable so that users can be shielded from unwanted clutter.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:58 +0000</pubDate>
        </item>
        <item>
            <title>methodes_agiles</title>
            <link>https://cyrille.giquello.fr/informatique/gestion_de_projet/methodes_agiles</link>
            <description>Méthodes Agiles

Voir:

	*  Le refactoring
	*  Les méthodes agiles sur Wikipedia.
	*  Introduction à l&#039;Extreme Programming

Scrum se concentre sur le management et les pratiques d’organisation tandis que XP se concentre surtout sur les pratiques de programmation concrètes. C’est pour ça qu’ils fonctionnent bien ensemble – ils concernent différentes zones et sont complémentaires.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:58 +0000</pubDate>
        </item>
        <item>
            <title>rtklib</title>
            <link>https://cyrille.giquello.fr/informatique/gps/rtklib</link>
            <description>RTKLIB

	*  &lt;http://www.rtklib.com&gt;
	*  &lt;https://github.com/tomojitakasu/RTKLIB&gt;
	*  &lt;https://wiki.openstreetmap.org/wiki/RTKLIB&gt;

Voir aussi les pages ublox_neo-m8t_rtklib, centipede.

Features

	*  GPS, GLONASS, Galileo, QZSS, BeiDou and SBAS
	*  Various positioning modes with GNSS for both real-time and post-processing: Single, DGPS/DGNSS, Kinematic, Static, Moving-Baseline, Fixed, PPP-Kinematic, PPP-Staticand PPP-Fixed</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 04 Feb 2019 08:56:09 +0000</pubDate>
        </item>
        <item>
            <title>codium</title>
            <link>https://cyrille.giquello.fr/informatique/ide/codium</link>
            <description>Codium, VsCodium, VsCode

Develop in Containers with VSCodium

C&#039;est une méthode nécessaire pour ne pas avoir à installer toutes les versions des outils sur notre machine quand on peut avoir à travailler sur différents projets (nouveaux comme anciens) au cours d&#039;une journée.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Jun 2025 08:34:19 +0000</pubDate>
        </item>
        <item>
            <title>draft_conference</title>
            <link>https://cyrille.giquello.fr/informatique/opendata/draft_conference</link>
            <description>Draft Conférence Open Data

Mais qu&#039;est-ce que l&#039;Open Data

De façon à ne pas vous perdre dès le début, voici une première réponse simple et rapide: L&#039;Open Data c&#039;est la libération des données publiques de façon à les rendre accessibles et réutilisables par le plus grand nombre.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 09 Jun 2016 18:34:33 +0000</pubDate>
        </item>
        <item>
            <title>draft_conference2</title>
            <link>https://cyrille.giquello.fr/informatique/opendata/draft_conference2</link>
            <description>Draft conf 16/02/2012 WebSchoole de Tours

Draft conf 16/02/2012 WebSchool de Tours

Cyrille Giquello.

S1 - Bonjour

Bonjour et bienvenue à cette présentation.

Je vais vous présenter ce qu&#039;est le mouvement Open Data et essayer de vous convaincre de l&#039;opportunité</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:59 +0000</pubDate>
        </item>
        <item>
            <title>toulouse</title>
            <link>https://cyrille.giquello.fr/informatique/opendata/toulouse</link>
            <description>Communauté urbaine du Grand Toulouse

Communauté urbaine du Grand Toulouse.

&lt;http://data.grandtoulouse.fr/&gt;

	*  Développements : Beorn Technologies SARL
	*  Hébergement : FullSave SAS
	*  Cartographie : DSI
	*  Toulouse.fr : Direction de la communication

Licence ODbL(Open Database License).</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:59 +0000</pubDate>
        </item>
        <item>
            <title>public_cloud</title>
            <link>https://cyrille.giquello.fr/informatique/ovh/public_cloud</link>
            <description>OVH Publi Cloud

Cloud init

La configuration et les templates dans /etc/cloud/ sont utilisé au reboot à chaud, reboot à froid, mais pas pour une re-installation (ils sont perdus dans ce cas).

On trouve plus d&#039;information sur son usage chez DigitalOcean que chez OVH. Il semble que l&#039;on puisse utiliser une</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 07 Oct 2018 08:21:29 +0000</pubDate>
        </item>
        <item>
            <title>cache</title>
            <link>https://cyrille.giquello.fr/informatique/php/cache</link>
            <description>PHP et le cache

phpCached / mysqlCached

phpCached est un cache pour PHP. [coplie locale]

mysqlCached : classe qui étant phpCached pour lui ajouter le gestion de requetes MySQL.

C&#039;est Toorop qui l&#039;a fait : &lt;http://forum.cyborgnation.org/viewtopic.php?id=3&gt; 

L&#039;archive, au cas où le lien disparaisse (2006-02-22)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>dal</title>
            <link>https://cyrille.giquello.fr/informatique/php/dal</link>
            <description>Database Abstraction Layers (DAL) pour Php

Database Abstraction Layers (DAL)

Voir aussi Object Relational Mapping (ORM) pour PHP.

Implémentations

PDO

&lt;http://fr.php.net/manual/en/book.pdo.php&gt;

 The PHP Data Objects (PDO) extension defines a lightweight, consistent interface for accessing databases in PHP. Each database driver that implements the PDO interface can expose database-specific features as regular extension functions. Note that you cannot perform any database functions using the …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>multithread</title>
            <link>https://cyrille.giquello.fr/informatique/php/multithread</link>
            <description>Multithread en PHP

La programmation multithreadée en PHP est un véritable casse tête, en effet il n’existe pas à l’heure d’aujourd’hui de véritable moyen de faire du multithread en PHP 5. Et puis cela peut poser des problèmes de partage des ressources, je pense notamment à l&#039;accès aux base de données.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 28 Jul 2025 14:16:59 +0000</pubDate>
        </item>
        <item>
            <title>performance</title>
            <link>https://cyrille.giquello.fr/informatique/php/performance</link>
            <description>PHP Performance

Voir aussi:

	*  /informatique/php/Cache

Articles

	*  More on PHP performance by Stanislav Malyshev (alias Stas) on 2009-07-13
	*  More defensive programming practices to survive Web site traffic peaks by Manuel Lemos on 2007-05-29

	*  PHP compiler performance comparaison by Manuel Lemos on 2010-02-05

At developpment time

Profiling

Profile you code before you start optimizing it! Otherwise it would be like travelling around a foreign city with signs written in an unreadabl…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 23 Jul 2016 11:49:15 +0000</pubDate>
        </item>
        <item>
            <title>symfony</title>
            <link>https://cyrille.giquello.fr/informatique/php/symfony</link>
            <description>Symfony

&lt;https://symfony.com/&gt; Symfony

! NEW ! Symfony3

! NEW ! Symfony2

[Symfony logo]

	*  Drupal 7 vs Symfony 2: overview after 1 year of Symfony development

Etude perso

Gestion de la langue de l&#039;utilisateur

Documentation

Accès rapide:

	*  Symfony Reference Book v1.4
		*  Tasks (chap 16)

	*  Doctrine ORM v1.2
		*  Manual - Table of Contents


Les livres Sensio Labs (buy or read online for free)

	*  Tous les livres en anglais.
	*  Plus loin avec Symfony 1.3 &amp; 1.4 en français.

symfo…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 24 Jan 2025 19:40:20 +0000</pubDate>
        </item>
        <item>
            <title>tips</title>
            <link>https://cyrille.giquello.fr/informatique/php/tips</link>
            <description>PHP Tips &amp; Tricks

DateTime

Php =&gt; Mysql =&gt; Php


 $mysqldate = date( &#039;Y-m-d H:i:s&#039;, $phpdate );

 $phpdate = strtotime( $mysqldate );


strftime

le paramètre %e pour mettre le jour du mois sur 1 seul chiffre (1 à 31) ne fonctionne pas avec Php/Windows. La raison est que strftime n&#039;est pas portable et la doc php n&#039;est donc pas correcte pour tous les</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 02 Oct 2025 16:02:51 +0000</pubDate>
        </item>
        <item>
            <title>xmlblaster</title>
            <link>https://cyrille.giquello.fr/informatique/projets/xmlblaster</link>
            <description>XmlBlaster

The wolrd is lucky ! 

It exists a very robust and interoperable middleware : XmlBlaster at &lt;http://xmlBlaster.org&gt;.

To have a fast overview of that fabulous and incredible peace of success, have a look at &lt;http://xmlblaster.net/&gt;.

Here it is a PDF doc of all xmlBlaster&#039;s requirements

&lt;http://giquello.com/xmlBlaster_requirements.pdf&gt;

original</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:56 +0000</pubDate>
        </item>
        <item>
            <title>openfiler</title>
            <link>https://cyrille.giquello.fr/informatique/reseau/openfiler</link>
            <description>OpenFiler

&lt;http://www.openfiler.com/products&gt;

Openfiler converts an industry standard x86/64 architecture system into a full-fledged NAS/SAN appliance or IP storage gateway and provides storage administrators with a powerful tool to cope with burgeoning storage needs. Building upon the popularity of server virtualization technologies such as VMware, Virtual Iron, and Xen, Openfiler can also be deployed as a virtual machine instance.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:56 +0000</pubDate>
        </item>
        <item>
            <title>postfix</title>
            <link>https://cyrille.giquello.fr/informatique/reseau/postfix</link>
            <description>Postfix

MTA, Service SMTP

voir aussi

	*  Exim4
	*  /informatique/spam pour de la “bonne” configuration

	*  Documentation officielle
		*  Postfix SMTP relay and access control 
		*  Postfix Before-Queue Content Filter
		*  Postfix After-Queue Content Filter
		*  Postfix Address Rewriting

	*  Postfix Howtos and FAQs
	*  Doc en français
	*  Postfix Debugging Howto

	*  &lt;http://www.posluns.com/guides/&gt;
	*  &lt;https://calomel.org/postfix.html&gt;

	*  Installation d’un serveur mail brique par brique……</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 09 Aug 2025 07:40:38 +0000</pubDate>
        </item>
        <item>
            <title>shorewall</title>
            <link>https://cyrille.giquello.fr/informatique/reseau/shorewall</link>
            <description>Shorewall

Installation

Exemples de fichiers dans /usr/share/shorewall/configfiles/. 2 versions des fichiers, 1 en .annotated.


$ cat /etc/shorewall/interfaces 
#
# Shorewall -- /etc/shorewall/interfaces
#
# For information about entries in this file, type &quot;man shorewall-interfaces&quot;
#
# The manpage is also online at
# http://www.shorewall.net/manpages/shorewall-interfaces.html
#
?FORMAT 2
###############################################################################
#ZONE		INTERFACE		OPTIONS
…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 12 Mar 2021 17:02:19 +0000</pubDate>
        </item>
        <item>
            <title>ssh</title>
            <link>https://cyrille.giquello.fr/informatique/reseau/ssh</link>
            <description>Secure SHell (SSH)

Configuration

Dans /etc/ssh/sshd_config tu change la ligne


PermitRootLogin Yes
en
PermitRootLogin No


Et si tu veux autoriser l&#039;accès ssh en root uniquement avec clé ssh tu mets :


PermitRootLogin without-password


Mais bon ça marche pas …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 16 Oct 2025 12:29:23 +0000</pubDate>
        </item>
        <item>
            <title>crowdsec</title>
            <link>https://cyrille.giquello.fr/informatique/securite/crowdsec</link>
            <description>Crowdsec

Documentation

	*  crowdsec_configuration
	*  scenarios
	*  Decisions management

“Average Malevolent Duration (In Days) of Most Reported AS” page 11 sur CrowdSec Majority Report

Installer crowdsec

	*  &lt;https://docs.crowdsec.net/docs/getting_started/install_crowdsec&gt;


# Ajouter le dépôt
curl -s https://packagecloud.io/install/repositories/crowdsec/crowdsec/script.deb.sh | sudo bash 
sudo apt install crowdsec</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 11 Nov 2025 08:27:16 +0000</pubDate>
        </item>
        <item>
            <title>html_sanitizer</title>
            <link>https://cyrille.giquello.fr/informatique/securite/html_sanitizer</link>
            <description>Html Sanitizer

Html Sanitizer / Html Purifier / Html Cleaner / Html filter.

Lorsque l&#039;on permet aux visiteurs d&#039;un site d&#039;écrire du texte qui sera affiché sur un site web, il faut s&#039;assurer que ce texte ne contient pas des attaques XSS ou autres.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>mariadb</title>
            <link>https://cyrille.giquello.fr/informatique/sgbd/mariadb</link>
            <description>MariaDB

=&gt; MySQL

Tips

Change root password


sudo systemctl stop mariadb.service
sudo mysqld_safe --skip-grant-tables
mysql -u root
# Important to avoid without grant table error !
MariaDB [(none)]&gt; FLUSH PRIVILEGES;
ALTER USER &#039;root&#039;@&#039;localhost&#039; identified by &#039;secret&#039; ;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 07 Jun 2022 08:28:55 +0000</pubDate>
        </item>
        <item>
            <title>colorizetail</title>
            <link>https://cyrille.giquello.fr/informatique/system_admin/colorizetail</link>
            <description>ColorizeTail

Tail avec coloration en PHP.


&lt;?php

// -----------------------
// Test 1, colorize.php
// Colorisation de stdin
// Bol
//
// exemple
// tail  -f mylog.log | php -q colorize.php
//
// auteur: Bol &lt;Bol.ML@wanadoo.fr&gt;

/* ======== Code ANSI ========
0       Reset all attributes
1       Bright
2       Dim
4       Underscore
5       Blink
7       Reverse
8       Hidden

       Foreground Colors
30      Black
31      Red
32      Green
33      Yellow
34      Blue
35      Magenta
36     …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:58 +0000</pubDate>
        </item>
        <item>
            <title>rsync</title>
            <link>https://cyrille.giquello.fr/informatique/system_admin/rsync</link>
            <description>rsync

	*  man page
	*  &lt;http://rsync.samba.org/&gt;

Voir aussi:

	*  &lt;https://rclone.org&gt;

Si l&#039;on veut passer des options à la commande ssh on ajoute des guillemets &#039;“&#039;:


  rsync -avz -e &quot;ssh -i ~/.ssh/une_cle_privee&quot; remote_user@remote.com:/home/remote_folder/ /home/rsync/from_remote


À noter la présence ou l&#039;absence du slash &#039;/&#039; à la fin du répertoire source qui détermine si c&#039;est le répertoire lui-même qui sera synchronisé (sans le /) ou bien son contenu (avec le /).</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 20 Jan 2025 08:26:42 +0000</pubDate>
        </item>
        <item>
            <title>sauvegarde</title>
            <link>https://cyrille.giquello.fr/informatique/system_admin/sauvegarde</link>
            <description>Sauvegarde - Backup

Voir aussi /informatique/files_synchronization

Pour sauvegarder tous les 1/4 d&#039;heure de très nombreux fichiers (45Go en 540000 fichiers)

	*  rclone est tros lent à la sauvegarde
	*  restic est super rapide par contre
		*  utilise plusieurs Go de cache
		*  les commandes stats,prune et check sont hyper lentes (en heures</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 20 Jan 2025 08:26:51 +0000</pubDate>
        </item>
        <item>
            <title>server_monitoring</title>
            <link>https://cyrille.giquello.fr/informatique/system_admin/server_monitoring</link>
            <description>Server Monitoring

Voir aussi: /informatique/web/webstats

À lire:

	*  Linux Performance Monitoring and Tuning Introduction
	*  Five Of The Best Free Network Monitoring Software Tools
	*  10 Free Server &amp; Network Monitoring Tools that Kick Ass

Outils

	*  htop permet de monitorer l’activité de son serveur comme top, mais avec une interface plus ergonomqie et amélioré. Il liste les processus, le load average, l’utilisation RAM / SWAP…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 21 Mar 2025 10:30:15 +0000</pubDate>
        </item>
        <item>
            <title>tailwind_css</title>
            <link>https://cyrille.giquello.fr/informatique/web/tailwind_css</link>
            <description>Tailwind CSS

Tailwind CSS a utility-first CSS framework for rapidly building custom user interfaces, no UI components ready.

Component library for Tailwind CSS

Listing/Annuaire:

	*  &lt;https://daisyui.com/&gt;
	*  &lt;https://flowbite.com/docs/components&gt;
	*  &lt;https://www.material-tailwind.com&gt;

Composants:

	*  Responsive Bottom Navigation By kenhyuwa

Tips

Debug breakpoints

doc: &lt;https://tailwindcss.com/docs/responsive-design&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 28 Feb 2025 08:13:25 +0000</pubDate>
        </item>
        <item>
            <title>webperformance</title>
            <link>https://cyrille.giquello.fr/informatique/web/webperformance</link>
            <description>Web Performance

Doc

	*  le blog d&#039;Éric Daspet : &lt;http://performance.survol.fr/&gt;
	*  Performance Testing Guidace for Web Application - PerfTestGuide.2007-08-27.pdf sur codeplex.com (2007-08-27, 221 pages).
	*  Un tutoriel de la mise en cache pour les auteurs Web et les webmestres ([copie locale])
	*  Best Practices for Speeding Up Your Web Site by the Yahoo!&#039;s Exceptional Performance Team.
	*  Les articles et dossiers de haute-disponibilite.net
	*  Web Performance Best Practices par Google dans…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:55 +0000</pubDate>
        </item>
        <item>
            <title>winsock</title>
            <link>https://cyrille.giquello.fr/informatique/windows/winsock</link>
            <description>Winsock

Socket API pour Windows.

Windows Sockets 2 on MSDN.

Tips &amp; Tricks

Winsock Error Code pour dotNat C#

Windows Sockets Error Codes on MSDN



using System;

namespace WinSock
{
	/// &lt;summary&gt;
	/// Description résumée de WinSock.
	/// &lt;/summary&gt;
	public sealed class Error
	{
		private Error()
		{
		}

		public const int WSABASEERR = 10000;
		/*
		* Windows Sockets definitions of regular Microsoft C error constants
		*/
		/// &lt;summary&gt;
		/// Interrupted function call.
		/// A blocking op…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>contactform7</title>
            <link>https://cyrille.giquello.fr/informatique/wordpress/contactform7</link>
            <description>Wordpress ContactForm7

&lt;https://contactform7.com&gt;

&lt;https://contactform7.com/category/cookbook/&gt;

Technique

Wordpress actions

	*  wpcf7_admin_warnings
	*  wpcf7_admin_notices
	*  wpcf7_post_edit_form_tag
	*  wpcf7_admin_misc_pub_section
	*  wpcf7_admin_footer
	*  wpcf7_admin_init
	*  wpcf7_admin_menu
	*  wpcf7_admin_load</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 04 May 2024 07:36:47 +0000</pubDate>
        </item>
        <item>
            <title>wp-cli</title>
            <link>https://cyrille.giquello.fr/informatique/wordpress/wp-cli</link>
            <description>WP Cli

Wordpress client.

	*  &lt;https://blog.o2switch.fr/wp-cli-guide-ligne-de-commande/?utm_campaign=Newsletter%206&amp;utm_medium=email&amp;utm_source=Mailjet&gt;

Doc:

	*  wp-cli check-update
	*  wp-cli core update
	*  wp-cli plugin update


wp user list
wp user update 1 --user_pass=nouveaumotdepasse
wp user create support support@example.com --role=administrator --user_pass=m0tdep@ss3



wp-cli maintenance-mode activate
wp-cli maintenance-mode deactivate</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 23 Oct 2025 07:57:17 +0000</pubDate>
        </item>
        <item>
            <title>play_framework</title>
            <link>https://cyrille.giquello.fr/informatique/java/frameworks/play_framework</link>
            <description>Play! framework

The High Velocity Web Framework For Java and Scala : www.playframework.org

C&#039;est le Symfony (Php) de Java ! Ce framework n&#039;est pas basé sur J2EE, il embarque directement sont serveur (Netty).

Play Framework is the High Velocity Web Framework for Java and Scala. Play is based on a lightweight, stateless, web-friendly architecture. Built on</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 05 Nov 2016 12:37:05 +0000</pubDate>
        </item>
        <item>
            <title>filamentphp</title>
            <link>https://cyrille.giquello.fr/informatique/php/laravel/filamentphp</link>
            <description>Filament

	*  &lt;https://filamentphp.com&gt;
	*  docs, plugins, code

Documentation

Filament documentation:

	*  &lt;https://filamentphp.com/docs/3.x/&gt;
	*  Resource Authorization
	*  Authorizing access to the panel
	*  Multi-tenancy

Other docs &amp; tuto:

	*  Render hooks cheat-sheet
	*  &lt;https://filamentexamples.com/tutorials&gt;

Json data

	*  &lt;https://filamentphp.com/docs/3.x/forms/fields/repeater&gt;
	*  Storing form data to JSON columns
	*  &lt;https://github.com/filamentphp/filament/discussions/11140&gt;

Pro…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Jun 2025 07:53:43 +0000</pubDate>
        </item>
        <item>
            <title>utils_zfapplicationexplorer</title>
            <link>https://cyrille.giquello.fr/informatique/php/zend_framework/utils_zfapplicationexplorer</link>
            <description>&lt;?php

class Utils_ZFApplicationExplorer
{

    /**
    * Explore les modules du MVC à la recherche de tous les controllers et leurs actions
    * et retourne toutes ces infos dans un tableau:
    *	$modulesInfo[&#039;modules&#039;][$modName][&#039;controllers&#039;][$ctrlName][&#039;actions&#039;][] = $actionName ;
    * @return array Un tableau avec les modules, leurs controllers et leurs actions.
    */
    public static function exploreControllers()
    {

    	$zcf = Zend_Controller_Front::getInstance();
    	//Zend_Deb…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
    </channel>
</rss>
