<?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:27:47 +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>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>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>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>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>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>entlib</title>
            <link>https://cyrille.giquello.fr/informatique/dotnet/entlib</link>
            <description>Framework Enterprise Library (EntLib)

	*  Petit nom: EntLib
	*  Autre nom: Enterprise Library Blocks
	*  Ancien nom: Application Blocks
	*  inside Microsoft patterns &amp; practices

Sur MSDN Solution Development Fundamentals:

	*  Microsoft Enterprise Library 4.1 – October 2008

Ses domaines fonctionnels sont :

	*    Caching Application Block</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:56 +0000</pubDate>
        </item>
        <item>
            <title>scanners_de_vulnerabilites</title>
            <link>https://cyrille.giquello.fr/informatique/scanners_de_vulnerabilites</link>
            <description>Scanners de vulnérabilités

Nikto

&lt;https://github.com/sullo/nikto&gt;

	*  &lt;https://tools.kali.org/information-gathering/nikto&gt;

Le Run as a Docker container à partir d’un git clone fonctionne très bien.


docker run --rm -v /home/user/tmp:/tmp sullo/nikto \
 -h https://www.internet.net/ \
 -o /tmp/out.json \
 -Save /tmp/false_positive1</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 10 Jul 2021 12:31:38 +0000</pubDate>
        </item>
        <item>
            <title>crypto</title>
            <link>https://cyrille.giquello.fr/informatique/crypto</link>
            <description>Cryptographie

	*  &lt;http://cyrille.giquello.fr/labs/crypto/&gt; quelques outils en-ligne.
	*  Php &amp; openssl benchmark &lt;https://framagit.org/Cyrille37/php-openssl-encryption&gt;
	*  RSA: /glossaire/rsa, /informatique/crypto/rsa
	*  DSA: /glossaire/dsa
	*  Schnorr: /informatique/crypto/Schnorr
	*  Shamir_secret_sharing
	*  /informatique/igc

For asymmetric encryption, use elliptical curve cryptography (ECC) with a secure curve such as Curve25519 as a preferred algorithm. If ECC is not available and RSA …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 06 Aug 2023 12:40:25 +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>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>librairies</title>
            <link>https://cyrille.giquello.fr/informatique/java/librairies</link>
            <description>Librairies Java

Voir aussi:

	*  Documentation Java
	*  Frameworks Java.
	*  Sélection d&#039;APIs sur developpez.com

File format

Microsoft Documents

Apache POI

&lt;http://poi.apache.org/&gt;

the Java API for Microsoft Documents. Voir la Apache POI - Component Overview pour la liste des formats “Microsoft Office” supportés (97-2003-2007, 2007+, OOXML ...)

	*  Tutoriel pour extraire des données depuis une feuille Excel, les transformer et les sauvegarder : utilisation d&#039;Apache POI par Marc AUTRAN 201…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 26 Aug 2016 12:22:20 +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>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>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>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>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>pharos</title>
            <link>https://cyrille.giquello.fr/glossaire/pharos</link>
            <description>PHAROS

Plateforme d&#039;Harmonisation, d&#039;Analyse, de Recoupement et d&#039;Orientation des Signalements

Les signalements sont traités par des policiers et gendarmes affectés à la Plateforme d&#039;Harmonisation, d&#039;Analyse, de Recoupement et d&#039;Orientation des Signalements (PHAROS). Cette plateforme est intégrée à l&#039;Office Central de Lutte contre la Criminalité liée aux Technologies de l&#039;Information et de la Communication. Ce service appartient à la Direction Centrale de la Police Judiciaire, composante de la…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:55 +0000</pubDate>
        </item>
        <item>
            <title>echange_de_fichiers</title>
            <link>https://cyrille.giquello.fr/informatique/echange_de_fichiers</link>
            <description>Echange de fichiers

échange de fichiers volumineux via le web.

Solutions

Voir aussi web/echanges_rapides

Service en ligne

voir echange_de_fichiers

softs gratuits

Syncany

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

Syncany is an open-source cloud storage and filesharing application. It allows users to backup and share certain folders of their workstations using any kind of storage, e.g.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +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>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>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>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>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>web_semantique</title>
            <link>https://cyrille.giquello.fr/informatique/web_semantique</link>
            <description>Web Sémantique

Le site Semantic Web et la page Semantic Web sur le W3C.

	*  glossaire: RDF, RDFS, OWL, SPARQL, PURL
	*  Linked Data
	*  microformats

	*  Google Search supporte les données structurées au format json-ld
	*  Votre page est-elle compatible avec les résultats enrichis ?

Semantic Web Labs des Petites Cases

Les Slides d&#039;Antidot

Le cours de www.multiformat.fr

The Politics of Vocabulary Control Musings on schema.org and Linked Open Data &lt;http://www.academia.edu/12364988/The_Politi…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 22 Dec 2020 07:46:02 +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>jobs</title>
            <link>https://cyrille.giquello.fr/divers/jobs</link>
            <description>Jobs

----------

HP Labs seeking an agile Java contract web programmer to Do Amazing in (palo alto)

&lt;http://sfbay.craigslist.org/pen/eng/2220442902.html&gt;

If the following description sounds like you then we should talk. 

You are one of the best programmers you know and have several years demonstrable experience in Java on a cloud-deployed web stack. Although Java is your prime language you are also a skilled JavaScript programmer and understand the fundamentals of web technologies, from the …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:45 +0000</pubDate>
        </item>
        <item>
            <title>icann</title>
            <link>https://cyrille.giquello.fr/glossaire/icann</link>
            <description>ICANN

Internet Corporation for Assigned Names and Numbers

L’Internet Corporation for Assigned Names and Numbers (ICANN) est une organisation de droit privé à but non lucratif. Son personnel et ses participants viennent du monde entier. Elle est chargée d’allouer l’espace des adresses de</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:48 +0000</pubDate>
        </item>
        <item>
            <title>pnrp</title>
            <link>https://cyrille.giquello.fr/glossaire/pnrp</link>
            <description>PNRP

Peer Name Resolution Protocol

PNRP is a peer-to-peer protocol designed by Microsoft. The design of PNRP is covered by US Patent #7,065,587, issued on June 20, 2006.

PNRP is a distributed name resolution protocol allowing Internet hosts to publish</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:55 +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>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>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>securite</title>
            <link>https://cyrille.giquello.fr/informatique/reseau/securite</link>
            <description>Sécurité réseau

Documentation

CWE - Common Weakness Enumeration: International in scope and free for public use, CWE™ provides a unified, measurable set of software weaknesses that is enabling more effective discussion, description, selection, and use of software security tools and services that can find these weaknesses in source code and operational systems as well as better understanding and management of software weaknesses related to architecture and design.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 18 May 2026 09:36:03 +0000</pubDate>
        </item>
        <item>
            <title>events_manager_and_booking</title>
            <link>https://cyrille.giquello.fr/informatique/wordpress/events_manager_and_booking</link>
            <description>Events manager &amp; booking

Fonctionnalités:

	*  Vente de tickets
	*  Récurrence
	*  Plusieurs vendeurs
	*  WooCommerce intégration</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 15 Oct 2025 13:45:53 +0000</pubDate>
        </item>
        <item>
            <title>stop-motion</title>
            <link>https://cyrille.giquello.fr/divers/stop-motion</link>
            <description>Stop-Motion

stop-motion = image par image

C&#039;est une affaire de patience, un film d’une minute à 12 images/sec nécessite 720 captures.

Frame rate: 9 à 12 images/seconde.

Softs

Une longue liste de softs: &lt;http://www.stopmotionworks.com/stopmosoftwr.htm&gt;

bink rad video

fast movie processor</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:45 +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>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>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>wireshark</title>
            <link>https://cyrille.giquello.fr/informatique/wireshark</link>
            <description>Wireshark

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

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.

Wireshark development thrives thanks to the contributions of networking experts across the globe. It is the continuation of a project that started in 1998.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:56 +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>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>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>fablab</title>
            <link>https://cyrille.giquello.fr/divers/fablab</link>
            <description>FabLab

Le terme FabLab pourrait se traduire par Labo/Usine (fabrication laboratory), soit un lieu où sont mises à disposition des utilisateurs des imprimantes d&#039;un nouveau genre, qui usinent des produits en 3D. Et en open source.

C&#039;est un LABoratoire de FABrication, Fab Lab, où toute personne, quelque soit son niveau de connaissance, peut venir expérimenter, apprendre ou fabriquer par elle-même tous types d&#039;objets (prototype technique, objet interactif, artistique ou design, meuble, etc.). Pou…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 28 Nov 2012 13:33:43 +0000</pubDate>
        </item>
        <item>
            <title>ddsl</title>
            <link>https://cyrille.giquello.fr/glossaire/ddsl</link>
            <description>DDSL

Dynamic Distributed Service Locator

On ne trouve rien sur Google à propos de ce “Dynamic Distributed Service Locator”, c&#039;est un projet tout neuf sans RFC globale.

Where does DDSL help ?

In many big companies you have a lot of services (SOAP, REST, etc) spread  across many servers on several different Web Containers/Application Servers/ESB (Weblogic, Glassfish, Tomcat, Jetty, Mule, etc). At least this is the situation where I work. You also have several different environments: test, prep…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:52 +0000</pubDate>
        </item>
        <item>
            <title>iab</title>
            <link>https://cyrille.giquello.fr/glossaire/iab</link>
            <description>IAB

Internet Architecture Board

L&#039;Internet Architecture Board est un comité de l&#039;Internet Engineering Task Force (IETF) désigné par l&#039;Internet Society (ISOC) chargé des orientations architecturales à long terme, des procédures d&#039;appel lors du processus de normalisation et de diverses autres tâches.

C&#039;est l&#039;IAB qui se charge des déclarations solennelles comme les</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:53 +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>cloud_computing</title>
            <link>https://cyrille.giquello.fr/informatique/cloud_computing</link>
            <description>Cloud Computing

 Infrascructure as a Service (IaaS), Platform as a Service (PaaS), Software as a Service (SaaS), Function as a Service (FaaS) (aka ServerLess).

Projets

Simple Cloud API

The Simple Cloud API brings cloud technologies to PHP and the PHPilosophy to the cloud, starting with common interfaces for three cloud application services:

	*  File Storage Services</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 25 Jun 2025 15:18:58 +0000</pubDate>
        </item>
        <item>
            <title>gearman</title>
            <link>https://cyrille.giquello.fr/informatique/gearman</link>
            <description>Gearman

Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions between languages. It can be used in a variety of applications, from high-availability web sites to the transport of database replication events. In other words, it is the nervous system for how distributed processing communicates.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:55 +0000</pubDate>
        </item>
        <item>
            <title>gephi</title>
            <link>https://cyrille.giquello.fr/informatique/gephi</link>
            <description>Gephi

The Open Graph Viz Platform

Gephi is an interactive visualization and exploration platform for all kinds of networks and complex systems, dynamic and hierarchical graphs.

	*  Exploratory Data Analysis: intuition-oriented analysis by networks manipulations in real time.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 25 Mar 2022 14:39:14 +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>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>rabbitmq</title>
            <link>https://cyrille.giquello.fr/informatique/rabbitmq</link>
            <description>&lt;https://www.cloudamqp.com/blog/2015-05-18-part1-rabbitmq-for-beginners-what-is-rabbitmq.html&gt;

RabbitMQ

&lt;https://www.rabbitmq.com/&gt;

	*  Laravel Queue and MQ
	*  RabbitMQ for beginners - What is RabbitMQ by Lovisa Johansson

	*  Producer: l&#039;application qui envoie des messages
	*  Consumer: l&#039;application qui reçois des messages
	*  Queue: un tampon qui stocke des messages
	*  Message: une information envoyée par un Producer vers un</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 04 Jul 2025 08:31:23 +0000</pubDate>
        </item>
        <item>
            <title>security</title>
            <link>https://cyrille.giquello.fr/informatique/security</link>
            <description>Security

Chiffrement

AxCrypt

Analyseurs réseau

WireShark

Scanners de vulnérabilités

SSH

Voir ssh.

commande wget

De nombreuses failles de securités exploités via le duo PHP/Apache font très souvent intervenir la fonction linux WGET.

Partant de cette constatation, je me suis posé la question suivante : est-il possible de désactiver la fonction wget pour le user nobody ?</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 10 Jul 2021 12:25:24 +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>undelete_unformat</title>
            <link>https://cyrille.giquello.fr/informatique/undelete_unformat</link>
            <description>UnDelete / UnFormat

J&#039;ai effacé accidentellement des fichiers, formaté un disque ...

	*  &lt;https://help.ubuntu.com/community/DataRecovery&gt;

Logiciels

Smart Recovery

Pour PC

&lt;http://www.softpedia.com/get/System/Back-Up-and-Recovery/smart-recovery.shtml&gt;

Recuva

Pour PC

&lt;http://www.piriform.com/recuva&gt;

Foremost

Linux shell

Application console permettant de récupérer des fichiers en se basant sur leurs données de début (en-tête) et de fin pour réaliser des analyses « post mortem ».…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:59 +0000</pubDate>
        </item>
        <item>
            <title>brouillon</title>
            <link>https://cyrille.giquello.fr/japon/brouillon</link>
            <description>You would like to offer a temporary home to Japanese people, so they can be safe during this agitated period. Here is the Forum where world&#039;s people can offer free and temporary home. We accept propositions from all around the world 

Vous souhaitez offrir gracieusement un foyer temporaire à des japonais pour qu&#039;ils trouvent un peu de sécurité en ces temps agités, n&#039;hésitez pas à vous connectez sur notre forum et à faire des propositions de logement gratuit et temporaire. Nous acceptons des prop…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:19:00 +0000</pubDate>
        </item>
        <item>
            <title>gat</title>
            <link>https://cyrille.giquello.fr/informatique/dotnet/gat</link>
            <description>Guidance Automation Toolkit

(inside Microsoft patterns &amp; practices)

Using the patterns &amp; practices of the Guidance Automation Toolkit, you can make reusable code and pattern assets directly available in Visual Studio 2005 and Visual Studio 2008.

The toolkit is designed to simplify integrating reusable code into applications allowing architects to automate development activities that developers would usually have to perform manually; often by following a series of instructions. By using the to…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:56 +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>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>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>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>communautes_economiques</title>
            <link>https://cyrille.giquello.fr/divers/communautes_economiques</link>
            <description>*  AFTA Asian Free Trade Association
	*  CACM Marché Commun Centre Américain
	*  CAN Canada, Australie, Nouvelle Zélande, Royaume-Uni
	*  CARICOM Communauté Caribéenne
	*  CEMAC Communauté Économique et Monétaire d’Afrique Centrale
	*  EAC Communauté d’Afrique de l’Est</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 21 Apr 2026 10:21:23 +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>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>ascii</title>
            <link>https://cyrille.giquello.fr/glossaire/ascii</link>
            <description>ASCII

American Standard Code for Information Interchange

Dans les années 60, le code ASCII est adopté comme standard. Il permet le codage de caractères sur 8 bits, soit 256 caractères possibles. Il est à la base de nombreuses autres normes comme ISO 8859-1 et Unicode qui l&#039;étendent.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 24 Dec 2016 10:41:01 +0000</pubDate>
        </item>
        <item>
            <title>chk</title>
            <link>https://cyrille.giquello.fr/glossaire/chk</link>
            <description>CHK

Extension des fichiers Scandisk

Scandisk est un outil de réparation du système de fichier windows. Quand Scandisk découvre des données endommagées il essaye de les récupérer et les stocke dans des fichiers nommés avec l&#039;extension .CHK.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:48 +0000</pubDate>
        </item>
        <item>
            <title>diy</title>
            <link>https://cyrille.giquello.fr/glossaire/diy</link>
            <description>DIY

Do It Yourself

hackerspace, hacklab, fablab, arduino, raspberrypi

	*  &lt;http://homofaciens.de&gt;
	*  Do It Yourself Domotique libre, où en sommes‐nous ?
	*  Bend-Electronic, Diy Effect, Effets Diy pour guitares et basses.
	*  A Cantenna (a portmanteau blending the words can and antenna) is a homemade directional waveguide antenna, made out of an open-ended metal can.
	*  Ronja is a free technology project for reliable optical data links with a current range of 1.4km and a communication speed…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 26 Mar 2013 14:43:52 +0000</pubDate>
        </item>
        <item>
            <title>jxta</title>
            <link>https://cyrille.giquello.fr/glossaire/jxta</link>
            <description>JXTA

Java JXTA

You can use JXTA technology to create Peer-To-Peer (P2P) applications based on Java technology. JXTA technology is a set of open protocols that enable any connected device on the network, ranging from cell phones and wireless PDAs to PCs and servers, to communicate and collaborate in a P2P manner.
The JXTA protocols defines a suite of six XML-based protocols that standardize the manner in which peers self-organize into peergroups, publish and discover peer resources, communicate…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:52 +0000</pubDate>
        </item>
        <item>
            <title>wifi</title>
            <link>https://cyrille.giquello.fr/glossaire/wifi</link>
            <description>WIFI

WI-FI

La norme IEEE 802.11 (ISO/CEI 8802-11) est un standard international décrivant les caractéristiques d’un réseau local sans fil (WLAN). La marque déposée « Wi-Fi » correspond initialement au nom donné à la certification délivrée par la WECA (« Wireless Ethernet Compatibility Alliance »), organisme ayant pour mission de spécifier l’interopérabilité entre les matériels répondant à la norme 802.11 et de vendre le label « Wi-Fi » aux matériels répondant à leurs spécifications. Par abus d…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 22 Sep 2014 15:22:58 +0000</pubDate>
        </item>
        <item>
            <title>3d</title>
            <link>https://cyrille.giquello.fr/informatique/3d</link>
            <description>3D

	*  3D Objects, Models
	*  Data Visualization
	*  OSM 3D

Projets

	*  Rendu 3d de donnees cartographiques osm dans unity
	*  Simulation conduite dans données OpenStreetMap en Javascript et WebGL.
	*  CityKart

Games

	*  Cube Slam
	*  The game
	*  source code
	*  &lt;http://hexgl.bkcore.com&gt;

Technos

Kinect

Logiciels

Blender

Google Sketchup

Wings 3D

	*   Winged Edge Data Structure - WEDS

Unity - tout gratuit si chiffre d&#039;affaire inférieur à ?

Code

Godot Engine provides a huge set of c…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 27 Dec 2022 14:18:51 +0000</pubDate>
        </item>
        <item>
            <title>cms</title>
            <link>https://cyrille.giquello.fr/informatique/cms</link>
            <description>Gestionnaire de Contenu - CMS

Gestionnaire de Contenu / Content Managment System

WCM pour Web Content Management.

A Content Repository is a high-level information management system that is a superset of traditional data repositories. A content repository implements</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 02 May 2025 14:07:18 +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>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>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>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>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>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>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>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>wordfence</title>
            <link>https://cyrille.giquello.fr/informatique/securite/wordfence</link>
            <description>Wordfence (wordpress WAF plugin)

Pare-feu d&#039;applications Web (WAF) pour Wordpress.

Wordfence plugin &amp; Wordfence Web site

Super plugin que je utilise depuis des années sur de nombreux sites.

Configuration

General Wordfence Options

Cocher “Bypass the LiteSpeed “noabort” check”.

Advanced Firewall Options</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 02 Aug 2024 10:02:11 +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>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>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>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>noms_rigolos</title>
            <link>https://cyrille.giquello.fr/divers/noms_rigolos</link>
            <description>Des noms rigolos

Prénom,Nom


Bart,Aba
Elise,Aimoi
Axel,Aire
Ahmed,Ametlatable
Cécile,Ancieux
Charles,Atant
Cosette,Aucoin-Dufeux
Edith,Avuleur
Bill,Beauquais
Geffrey,Benlassiest
Jean,Bondeparme
Marguerite,Castafiore
Barbie,Chaite
Jémila,Clessou-Laporte
Eric,Cochet
Elie,Coptaire
Harry,Cover
Jacques,Célair
Claire,Delune
Manuel,Don
Eddy,Donctoilaba
Mike,Donovan
Justin,Ptitpipi
Mike,Robe
Clémence,Dutribunal
Marthe,Ellantaite
Cécile,Encieux
Henri,Encore
Adhémar,Entrombe
Aïcha,Feimal
Sophie,Fonfec
S…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 06 Jul 2025 12:33:22 +0000</pubDate>
        </item>
        <item>
            <title>tube_et_fixation</title>
            <link>https://cyrille.giquello.fr/divers/tube_et_fixation</link>
            <description>Tube et Fixation

Pour augmenter les fonctionnalités de la charette à vélo, j&#039;aimerai lui ajouter des tubes à l&#039;arrière.

Par exemple pour accrocher un petit vélo quand un petit n&#039;en peut plus de pédaler ;-)

Fournisseurs

&lt;http://www.tsa.fr/INOCON.htm&gt;

&lt;http://www.emile-maurin.fr/elements-standard-mecaniques/elements-standard-mecaniques/esm/eat/&gt;

&lt;http://www.rk-rose-krieger.com/francais/produits/systemes-dassemblage.html&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:46 +0000</pubDate>
        </item>
        <item>
            <title>ber</title>
            <link>https://cyrille.giquello.fr/glossaire/ber</link>
            <description>BER

Basic Encoding Rules

Le codage Basic Encoding Rules (règles d&#039;encodage basiques) est un des format d&#039;encodage définie par le standard ASN.1.

La syntaxe du codage BER, ainsi que ses sous-ensembles Canonical Encoding Rules (CER) et Distinguished Encoding Rules (DER) sont définis dans les standards X.690 de l&#039;ITU-T, qui sont eux-mêmes une partie de la série de documents de l&#039;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:52 +0000</pubDate>
        </item>
        <item>
            <title>ble</title>
            <link>https://cyrille.giquello.fr/glossaire/ble</link>
            <description>BLE

Bluetooth Low Energy

As the name implies, Bluetooth Low Energy (BLE) is built specifically to consume small amounts of energy and make phone batteries last longer. But there are limitations with BLE when it comes to transferring data. BLE only supports very low data rates and you cannot stream audio using BLE.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 13 Sep 2013 12:30:02 +0000</pubDate>
        </item>
        <item>
            <title>can</title>
            <link>https://cyrille.giquello.fr/glossaire/can</link>
            <description>CAN

Controller Area Network

Le bus CAN (Controller Area Network) est un bus système série très répandu dans beaucoup d&#039;industries, notamment l&#039;automobile.
Il a été normalisé avec la norme ISO 11898.

Il met en application une approche connue sous le nom de multiplexage, et qui consiste à raccorder à un même câble (un bus) un grand nombre de calculateurs qui communiqueront donc à tour de rôle. Cette technique élimine le besoin de câbler des lignes dédiées pour chaque information à faire transit…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 21 Sep 2012 09:42:56 +0000</pubDate>
        </item>
        <item>
            <title>cryptanalyse</title>
            <link>https://cyrille.giquello.fr/glossaire/cryptanalyse</link>
            <description>Cryptanalyse

La cryptanalyse, anciennement l’art de déchiffrer les messages secrets, s’est rapidement développée depuis la Seconde Guerre mondiale. Durant cette guerre, le nombre total de messages chiffrés interceptés est estimé entre deux et trois millions. Pour accélérer les décryptements, les cryptanalystes britanniques ont mis au point le premier ordinateur, appelé Colossus. C’est ainsi que la cryptanalyse est devenue une science à l’intersection des mathématiques et de l’informatique. Cett…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:53 +0000</pubDate>
        </item>
        <item>
            <title>iana</title>
            <link>https://cyrille.giquello.fr/glossaire/iana</link>
            <description>IANA

Internet Assigned Numbers Authority

Based at Internet Corporation for Assigned Names and Numbers (ICANN), IANA is in charge of all “unique parameters” on the Internet, including Internet Protocol (IP) addresses. Each domain name is associated with a unique IP address, a numerical name consisting of four blocks of up to three digits each, e.g. 204.146.46.8, which systems use to direct information through the network.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:54 +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>inarp</title>
            <link>https://cyrille.giquello.fr/glossaire/inarp</link>
            <description>INARP

Inverse Address Resolution Protocol

The Inverse Address Resolution Protocol, also known as “Inverse ARP” or “InARP”, is a protocol used for obtaining Layer 3 addresses (e.g., IP addresses) of other nodes from Layer 2 addresses (e.g. the DLCI in Frame Relay networks). It is primarily used in Frame Relay and ATM networks, where Layer 2 addresses of virtual circuits are sometimes obtained from Layer 2 signaling, and the corresponding Layer 3 addresses must be available before these virtual …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:52 +0000</pubDate>
        </item>
        <item>
            <title>ipmi</title>
            <link>https://cyrille.giquello.fr/glossaire/ipmi</link>
            <description>IPMI

Intelligent Platform Management Interface

Interface de gestion intelligente de matériel, (ou IPMI, Intelligent Platform Management Interface) est un ensemble de spécifications d&#039;interfaces communes avec du matériel informatique (principalement des serveurs) permettant de surveiller certains composants (ventilateur, sonde de température, …).</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:52 +0000</pubDate>
        </item>
        <item>
            <title>lalr</title>
            <link>https://cyrille.giquello.fr/glossaire/lalr</link>
            <description>LALR

Look-Ahead LR parser

En informatique, un analyseur LR est un analyseur pour les grammaires non contextuelles qui lit l&#039;entrée de gauche à droite et produit une dérivation droite. On parle aussi d&#039;analyseur LR(k) où k représente le nombre de symboles</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:55 +0000</pubDate>
        </item>
        <item>
            <title>ric</title>
            <link>https://cyrille.giquello.fr/glossaire/ric</link>
            <description>RIC

Reconnaissance Intelligente de Caractères

En anglais : Intelligent Character Recognition (ICR)

La reconnaissance intelligente de caractères connue sous l&#039;acronyme ICR est une technologie proche de l&#039;OCR (reconnaissance optique de caractères). Il s&#039;agit à partir d&#039;une image issue par exemple de la numérisation d&#039;une page via un scanner, d&#039;extraire le contenu textuel. Cependant, par rapport à l&#039;OCR, l&#039;ICR ajoute la technologie de reconnaissance de caractères manuscrits et intègre également …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:53 +0000</pubDate>
        </item>
        <item>
            <title>sdlc</title>
            <link>https://cyrille.giquello.fr/glossaire/sdlc</link>
            <description>SDLC

Software Development Life Cycle

Five phases of the software development life cycle:

[The activities of the software development process represented in the waterfall model]

	*  Requirements gathering : It is a common misconception that an architect has no role to play during the requirements phase. In fact, this is the point when an architect can understand the so-called</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:47 +0000</pubDate>
        </item>
        <item>
            <title>w3c</title>
            <link>https://cyrille.giquello.fr/glossaire/w3c</link>
            <description>W3C

World Wide Web Consortium

Le World Wide Web Consortium, abrégé par le sigle W3C, est un organisme de normalisation à but non-lucratif, fondé en octobre 1994 comme un consortium chargé de promouvoir la compatibilité des technologies du World Wide Web telles que</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:46 +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>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>clamav</title>
            <link>https://cyrille.giquello.fr/informatique/clamav</link>
            <description>ClamAV

Clam AntiVirus is an open source (GPL) anti-virus toolkit for UNIX, designed especially for e-mail scanning on mail gateways. It provides a number of utilities including a flexible and scalable multi-threaded daemon, a command line scanner and advanced tool for automatic database updates. The core of the package is an anti-virus engine available in a form of shared library.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 17 May 2026 11:32:55 +0000</pubDate>
        </item>
        <item>
            <title>clamwin</title>
            <link>https://cyrille.giquello.fr/informatique/clamwin</link>
            <description>ClamWin

Antivirus libre et gratuit

&lt;http://fr.clamwin.com&gt;

Notez bien que L&#039;Antivirus Gratuit ClamWin n&#039;inclut pas de scanner temps réel, c&#039;est à dire que vous devez scanner un fichier manuellement pour détecter un virus.

Clam AntiVirus</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:58 +0000</pubDate>
        </item>
        <item>
            <title>column-oriented-database</title>
            <link>https://cyrille.giquello.fr/informatique/column-oriented-database</link>
            <description>Column-oriented Database

Une base de données orientée colonnes est un système de gestion de base de données (SGBD) qui stocke les tableaux de données par colonne et non par ligne.

Softwares

ClickHouse

ClickHouse® is an open-source column-oriented database management system that allows generating analytical data reports in real-time.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 06 Feb 2026 08:33:14 +0000</pubDate>
        </item>
        <item>
            <title>communesdefrance</title>
            <link>https://cyrille.giquello.fr/informatique/communesdefrance</link>
            <description>Communes de France

Communes, Départements, Régions de France





Départements

Format Php



$departements = [
    &#039;01&#039; =&gt; &#039;Ain&#039;,
    &#039;02&#039; =&gt; &#039;Aisne&#039;,
    &#039;03&#039; =&gt; &#039;Allier&#039;,
    &#039;04&#039; =&gt; &#039;Alpes-de-Haute-Provence&#039;,
    &#039;05&#039; =&gt; &#039;Hautes-Alpes&#039;,
    &#039;06&#039; =&gt; &#039;Alpes-Maritimes&#039;,
    &#039;07&#039; =&gt; &#039;Ardèche&#039;,
    &#039;08&#039; =&gt; &#039;Ardennes&#039;,
    &#039;09&#039; =&gt; &#039;Ariège&#039;,
    &#039;10&#039; =&gt; &#039;Aube&#039;,
    &#039;11&#039; =&gt; &#039;Aude&#039;,
    &#039;12&#039; =&gt; &#039;Aveyron&#039;,
    &#039;13&#039; =&gt; &#039;Bouches-du-Rhône&#039;,
    &#039;14&#039; =&gt; &#039;Calvados&#039;,
    &#039;15&#039; =&gt; &#039;Cantal&#039;,
    &#039;16&#039; =&gt; &#039;Char…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 15 Nov 2025 16:21:18 +0000</pubDate>
        </item>
        <item>
            <title>data_visualization</title>
            <link>https://cyrille.giquello.fr/informatique/data_visualization</link>
            <description>Data Visualization

tags: data visualisation, visualisation de données

voir aussi: informatique/graphdb#graph_db_tools, Sciences-Po Medialab tools

3D Globe

	*  &lt;http://workshop.chromeexperiments.com/projects/armsglobe/&gt;
	*  &lt;http://xseignard.github.io/migrationGlobe/&gt;
	*  &lt;http://cyberwar.kaspersky.com/&gt;

Softwares

RAWgraphs

En ligne, facile d&#039;accès

&lt;https://www.rawgraphs.io/&gt;

code source &lt;https://github.com/rawgraphs&gt;

Gephi

Gephi, The Open Graph Viz Platform.

Sigma.js

Librairie Javas…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 03 Jan 2026 08:55:02 +0000</pubDate>
        </item>
        <item>
            <title>flash</title>
            <link>https://cyrille.giquello.fr/informatique/flash</link>
            <description>Flash

Sites

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

&lt;http://wiki.media-box.net/tutoriaux/flash/&gt; 

&lt;http://www.5etdemi.com/blog/&gt; 

&lt;http://www.phireworx.com/content/tutorials/default.asp&gt; 


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

	*  &lt;http://alternativaplatform.com/en/alternativa3d/&gt;

	*  camembert 3D animé &lt;http://www.flashkit.com/movies/3D/Pseudo/Animate_-Eric_Lin-7127/index.php&gt;
	*  rotation &lt;http://www.flashkit.com/movies/3D/Pseudo/3D_Rotat-Prashant-7680/index.php&gt;
	*  gradient &lt;http://www.fl…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:56 +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>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>issue_tracking_system</title>
            <link>https://cyrille.giquello.fr/informatique/issue_tracking_system</link>
            <description>Issue tracking system

Synonymes : “ticket Manager”, “trouble ticket system”, “incident ticket system”, “help desk”.

En fait “Bug Tracker” n&#039;est pas concidéré comme un synonyme, mais pour moi le “bug tracker” n&#039;est qu&#039;un “</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:55 +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>open-xchange</title>
            <link>https://cyrille.giquello.fr/informatique/open-xchange</link>
            <description>Open-Xchange

Open-Xchange Community Edition

Open-Xchange Community Edition differs from other Open-Xchange editions in not being supported by Open-Xchange. It has the very same functionality like all other editions and shares the same code base.

When you choose to install packages for one of the maintained platforms as listed below, you can later buy maintenance and a support contract without migrating any data.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>openstreetmap</title>
            <link>https://cyrille.giquello.fr/informatique/openstreetmap</link>
            <description>OpenStreetMap (OSM)

&lt;note&gt; ⇒ http://wiki.openstreetmap.org/wiki/User:Cyrille37 &lt;/note&gt;

Utiliser les données OSM:

	*  Partir en vacances avec OpenStreetMap
	*  Plugin Wordpress

Outil pédagogique

	*   Digne-les-Bains: les élèves sur les traces des illustres de la commune
			*  3 ateliers de cartographie participative “Dessine ta ville” mis en place par la Ville de Digne-les-Bains depuis février 2012, sur la base du logiciel libre OpenStreetMap, le service des Archives communales a souhaité pr…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 04 Jul 2025 07:16:44 +0000</pubDate>
        </item>
        <item>
            <title>outils</title>
            <link>https://cyrille.giquello.fr/informatique/outils</link>
            <description>Outils

Sélections d&#039;outils par Smile.Fr

AutoIt is a freeware Windows automation language. It can be used to script most simple Windows-based tasks (great for PC rollouts or home automation). 

Features:

	*  Easy to learn BASIC-like syntax
		*  Simulate keystrokes and mouse movements
		*</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:59 +0000</pubDate>
        </item>
        <item>
            <title>raccourcisseur_d_url</title>
            <link>https://cyrille.giquello.fr/informatique/raccourcisseur_d_url</link>
            <description>Raccourcisseur d&#039;URL

/web#raccourci_d_urls

Articles sur le sujet:

	*  Les URL raccourcies, nouvelle arme de choix pour le Spam
	*  Comment sauver les URL raccourcies à long terme ?
	*  Comment t.co de Twitter check les urls: &lt;https://support.twitter.com/articles/90491-my-website-is-being-flagged-as-malware-or-spam&gt;

Softs

YOURLS

YOURLS is a small set of PHP scripts that will allow you to run your own URL shortening service (a la TinyURL). You can make it private or public, you can pick cust…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +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>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>uml</title>
            <link>https://cyrille.giquello.fr/informatique/uml</link>
            <description>Unified Modeling Language (UML)

Voir aussi /informatique/design_pattern

Documentation

	*  Tutoriel UML et Design Pattern sur smeric.developpez.com
	*  UML basics: The sequence diagram sur IBM&#039;s developerworks.

	*  Reverse engineering PHP vers UML avec PHP_UML, Par Jean-Philippe Serafin le mercredi, octobre 8 2008
	*  PHP_UML A reverse-engineering package that scans PHP files and directories, and delivers an UML/XMI representation of the classes and packages found.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 01 Jun 2016 05:56:58 +0000</pubDate>
        </item>
        <item>
            <title>visual_studio</title>
            <link>https://cyrille.giquello.fr/informatique/visual_studio</link>
            <description>Microsoft Visual Studio

Tools and AddIns

Visual Studio Gallery Products and Extensions for Visual Studio.

OxyProject Metrics

OxyProject Metrics is an application that provides quantitative information for software projects that empowers software professionals to assess the complexity and maturity of a software product.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:59 +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>workflow</title>
            <link>https://cyrille.giquello.fr/informatique/workflow</link>
            <description>Workflow

XML Process Definition Language

ProcessMaker Business users can easily complete form-driven processes through automated notifications and a web-based interface. Any user can automate a process with drag-and-drop workflow maps and point-and-click configuration.

Temporal (serverless plateforme)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 10 Dec 2024 13:17:14 +0000</pubDate>
        </item>
        <item>
            <title>ai_agent</title>
            <link>https://cyrille.giquello.fr/informatique/ai_lm/ai_agent</link>
            <description>AI Agent

Agent pour codage: ai_coding

	*  Agents réflexes simples / simple reflex agent
	*  Agents basés sur des modèles / model based agent
	*  Agents basés sur des objectifs / goal based agent
	*  Agents basés sur l&#039;utilité / utility based agent
	*</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 04 Jun 2026 06:00:07 +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>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>lumen</title>
            <link>https://cyrille.giquello.fr/informatique/php/lumen</link>
            <description>Lumen

Lumen is a “micro-framework” built on top of Laravel&#039;s components, and is the official micro-framework of Laravel. Lumen is built for speed, and is one of the fastest PHP micro-frameworks available - even significantly faster than similar frameworks such as Silex.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Jun 2025 07:31:58 +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>singleton</title>
            <link>https://cyrille.giquello.fr/informatique/php/singleton</link>
            <description>Singleton

Une classe héritable pour faire des Singletons.

Nécessite PHP &gt;= 5.3.


abstract class Singleton
{
	// this must be in every inherited singleton!
	protected static $_instances = array() ;

	/**
	 * @exception Cannot duplicate a singleton
	 */
	final public function __clone()
	{
		throw new Exception(&#039;Cannot duplicate a singleton.&#039;);
	}

	final private function __sleep()
	{
		/* restless class */
	}

	/**
	 * Get the instance
	 * @return A object of a class
	 */
	final public static f…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +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>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>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>shell</title>
            <link>https://cyrille.giquello.fr/informatique/system_admin/shell</link>
            <description>Shell

sh, bash

Bash:

	*  How to Use Command Line Arguments in a Bash Script
	*  Decision Making With If Else and Case Statements
	*  Bash Conditional Expressions

Control Keys:

	*  Ctrl-S : Pause Display
	*  Ctrl-Q : Restart Display
	*  Ctrl-C : Cancel Operation
	*  Ctrl-U : Cancel Line
	*  Ctrl-D : Signal End of File

Commandes

sed

	*  An introduction to sed

	&quot; How to match a single quote in sed if the expression is enclosed in single quotes ?
	&quot;solution n°1 (encosing with double quote):…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 Dec 2024 10:32:22 +0000</pubDate>
        </item>
        <item>
            <title>tcp</title>
            <link>https://cyrille.giquello.fr/informatique/system_admin/tcp</link>
            <description>TCP

Les machines sont puissantes, le réseau est rapide, et pourtant à partir d&#039;un certain nombre de connexions TCP des erreurs apparaissent, comme too many open files.

Sources:

	*  &lt;https://klaver.it/linux/sysctl.conf&gt;
	*  &lt;https://www.slashroot.in/linux-kernel-rpfilter-settings-reverse-path-filtering&gt;
	*  &lt;https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/&gt;

Les valeurs sont lisibles dans /proc/sys/net/ipv4/</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 10 Nov 2022 20:30:59 +0000</pubDate>
        </item>
        <item>
            <title>web_referencement</title>
            <link>https://cyrille.giquello.fr/informatique/web/web_referencement</link>
            <description>Référencement Web

Doc

Parts de marché des moteurs en France (Juin 2008) sur webrankinfo.com

Audit:

	*  &lt;https://www.woorank.com&gt;
	*  &lt;https://varvy.com&gt;

Résoudre le duplicate content

Par Olivier Duffez :

	*  La balise link rel=”canonical” contre le duplicate content, Lundi 16 février 2009
	*  Comment régler vos problèmes de contenus dupliqués, Mardi 13 mars 2007
	*  Résoudre le duplicate content (avec et sans www) , Mercredi 26 octobre 2005

Ces 3 articles, classés dans l&#039;ordre chronologi…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 13 Jul 2017 10:38:27 +0000</pubDate>
        </item>
        <item>
            <title>box</title>
            <link>https://cyrille.giquello.fr/wiki/plugins_installes/box</link>
            <description>Box plugin

Plugin&#039;s page: 
&lt;http://www.dokuwiki.org/plugin:boxes&gt;

Boxes examples pages: 
&lt;http://wiki.jalakai.co.uk/dokuwiki/doku.php/test/boxes&gt;
 the box contents a title the box contents Boxed &amp; titled  this isn&#039;t
also 
boxed
using hex colourslorem ipsum dolor ...using rgb colourslorem ipsum dolor ... this is
also 
boxed
as is this title</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:19:00 +0000</pubDate>
        </item>
        <item>
            <title>samples</title>
            <link>https://cyrille.giquello.fr/informatique/ai_lm/ai_coding/samples</link>
            <description>AI coding samples

Elvire, Valère et Léandre

En avril 2025 à la question “Elvire arrive après Léandre. Valère était déjà là quand Elvire est arrivée. Léandre était-il présent quand Valère est arrivé ?”:

	*  ChatGpt répondait OUI. Cette fin 2025 il répond bien que l&#039;énoncée n&#039;est pas suffisante.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 12 Jan 2026 10:35:09 +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>traces_de_scan_bot_http</title>
            <link>https://cyrille.giquello.fr/informatique/reseau/securite/traces_de_scan_bot_http</link>
            <description>Traces de scans HTTP

Trojan, Bot, Cheval de troi, scanner, faille logiciel, software attack

400 Bad Request
/languages/flags/ptt_bbrr.gif
/w00tw00t.at.ISC.SANS.DFind:)
HTTP/1.1
404 Not Found
/1/main.php
/123PMA/main.php
/123pma/main.php
/MYADMIN/main.php
/MYadmin/main.php
/MyAd/main.php
/MyAdmin/main.php
/PHPMYADMIN/main.php
/PHPMYadmin/main.php
/PMA/main.php
/PMA123/main.php
/PMA2005/main.php
/PMA2006/main.php
/PMA2007/main.php
/PMA2008/main.php
/PhPmYaDmIn/main.php
/Pm4/main.php
/ROOT/main.p…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:56 +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>internet_of_things</title>
            <link>https://cyrille.giquello.fr/internet_of_things</link>
            <description>Internet of Things

Ou l&#039;Internet des objets.

Plate-formes de données

	*  &lt;https://pachube.com&gt; Real-Time Web Service and Applications =&gt; &lt;https://cosm.com&gt; =&gt; &lt;https://xively.com&gt; by LogMeIn. Prices start at $999/year
	*  &lt;http://open.sen.se&gt;
	*  &lt;https://thingspeak.com&gt;

	*  &lt;https://data.sparkfun.com&gt;

Articles

	*  Cosm alternatives to record sensor measurements
	*  Alternatives to Cosm part 1, part 2, part 3

Software logger for devices</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 20 Apr 2026 07:22:19 +0000</pubDate>
        </item>
        <item>
            <title>le_web_tourangeau</title>
            <link>https://cyrille.giquello.fr/le_web_tourangeau</link>
            <description>Le Web Tourangeau
OBSOLETE
Le Web Tourangeau, le concentré d&#039;actualité tourangelle

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

Saint Pierre des Corps, c&#039;est où ça ? Infos locales, politique, photographie, geekeries... et du grand n&#039;importe quoi !

&lt;http://saintpierredescorps-cestouca.blogspot.com&gt;

Un regard sur Tours

&lt;http://unregardsurtours.blogspot.com/&gt;

Du trASh et DeS bAiSerS!!!</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 18 Aug 2014 07:15:39 +0000</pubDate>
        </item>
        <item>
            <title>minetest</title>
            <link>https://cyrille.giquello.fr/minetest</link>
            <description>Minetest

Minecraft

&lt;https://www.minetest.net/&gt;

Jeux, textures, mods... &lt;https://content.minetest.net&gt;

IGN Minecraft à la carte &lt;https://minecraft.ign.fr/&gt; propose le format Minetest. Il faut d&#039;abord choisir la “Plateforme” et ensuite apparaît le choix du “Format”.

Play

Getting started, Controls

	*  W/A/S/D: move
	*  Space: jump
	*  Left mouse button</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 04 Feb 2023 16:14:40 +0000</pubDate>
        </item>
        <item>
            <title>nokia_6700</title>
            <link>https://cyrille.giquello.fr/nokia_6700</link>
            <description>Nokia 6700

Nokia 6700 classic

Nokia 6700c-1

Source d&#039;info:

	*  &lt;http://www.forum.nokia.com/Devices/Device_specifications/6700_classic/&gt;
	*  &lt;http://deviceatlas.com/devices/Nokia/6700+classic/entry/1282947&gt;
	*  &lt;http://www.club-java.com/TastePhone/J2ME/MIDP_Java_telephone.jsp?l=fr&amp;m=1230&amp;brand=Nokia&amp;model=6700c-1&gt;
	*  &lt;http://nds1.nds.nokia.com/uaprof/N6700c-1r100.xml&gt;

Caractéristiques:

	*  Developer Platform: Series 40 6th Edition 
	*  Operating System: Nokia OS 

Ecran:

	*  Ecran couleur…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:19:00 +0000</pubDate>
        </item>
        <item>
            <title>brouilleur_radio</title>
            <link>https://cyrille.giquello.fr/divers/brouilleur_radio</link>
            <description>Brouilleur Radio

Brouilleur GSM

&lt;http://www.chinavasion.com/jammers/cvalj57/&gt;

Prix: 34.38 €

Isolation Signal Frequency

	*  GSM: 925-960 MHz 
	*  3G: 2100-2170 MHz 
	*  DCS/PHS: 1800-1930 MHz


Main Function: cellphone jammer in cigarette pack
Isolation Signal Frequency 
-GSM: 925-960 MHz 
-3G: 2100-2170 MHz 
-DCS/PHS: 1800-1930 MHz
Color: Yellow Brown Color
Radius: about 10m
Onboard Controls: ON/OFF
Power Source: Wall plug, Car adapter or Built-in rechargeable Lithium-Ion (LI-ION) battery
B…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:45 +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>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>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</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>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>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>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>zigbee</title>
            <link>https://cyrille.giquello.fr/electronique/zigbee</link>
            <description>ZigBee

Zigbee est un protocole de haut niveau permettant la communication d&#039;équipements personnels ou domestiques équipés de petits émetteurs radios à faible consommation ; il est basé sur la norme IEEE 802.15.4 pour les réseaux à dimension personnelle (Wireless Personal Area Networks : WPAN).</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 24 May 2026 10:03:55 +0000</pubDate>
        </item>
        <item>
            <title>aop</title>
            <link>https://cyrille.giquello.fr/glossaire/aop</link>
            <description>AOP

Aspect Oriented Programming

la programmation par aspects est une technique novatrice permettant de mettre en facteur certaines responsabilités dont la réalisation est a priori dispersée à travers un système, fût-il orienté objet.

Domaines de prédilection : Sécurité, Logs, Journalisation, Transations, Domaine transversale d&#039;une application.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 07 Sep 2023 20:42:14 +0000</pubDate>
        </item>
        <item>
            <title>asp</title>
            <link>https://cyrille.giquello.fr/glossaire/asp</link>
            <description>ASP

Active Server Page

ASP est un service de génération de contenu web (pages HTML) dynamique. Il est basé sur l&#039;inclusion de code VBScript ou JScript à l&#039;intérieur des pages HTML. Le mécanisme ASP est étroitement lié au serveur web IIS. La technologie ASP est l&#039;équivalent des Java Server Pages (</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:53 +0000</pubDate>
        </item>
        <item>
            <title>atom</title>
            <link>https://cyrille.giquello.fr/glossaire/atom</link>
            <description>ATOM

Atom Syndication Format

tags: feed, syndication

Atom désigne une famille de formats XML utilisés pour la syndication de contenu Web (journaux, magazines, blogs, ...).

L&#039;appellation Atom se réfère à deux standards liés.

	*  Le Format de Syndication Atom est un format de document basé sur XML conçu pour la syndication de contenu périodique, tel que les blogs ou les sites d&#039;actualités</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 19 May 2013 19:54:52 +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>cmmi</title>
            <link>https://cyrille.giquello.fr/glossaire/cmmi</link>
            <description>CMMI

Capability Maturity Model Integration

CMMi, sigle de Capability Maturity Model + Integration, est un modèle de référence, un ensemble structuré de bonnes pratiques, destiné à appréhender, évaluer et améliorer les activités des entreprises d&#039;ingénierie.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:52 +0000</pubDate>
        </item>
        <item>
            <title>com</title>
            <link>https://cyrille.giquello.fr/glossaire/com</link>
            <description>COM

Component Object Model

COM est un framework qui permet la programmation d&#039;objets distribués sur la plate forme Windows. COM est le fondement de OLE (documents composites) et du format de composants ActiveX. Il définit un format d&#039;interfaces indépendant des langages utilisés et permet la communication entre applications Windows au niveau des objets. Le périmètres de COM est restreint aux communications intra-processus ou inter-processus au sein d&#039;une même machine.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:52 +0000</pubDate>
        </item>
        <item>
            <title>csp</title>
            <link>https://cyrille.giquello.fr/glossaire/csp</link>
            <description>CSP

Cryptographic Service Provider

Fournisseur de services de chiffrement.

Content Security Policy

Entête HTTP de sécurité pour la stratégie de sécurité du contenu permet d&#039;améliorer la sécurité des sites web en permettant de détecter et réduire certains types d&#039;attaques, dont les attaques XSS (Cross Site Scripting) et les injections de contenu.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 18 May 2026 15:42:23 +0000</pubDate>
        </item>
        <item>
            <title>cte</title>
            <link>https://cyrille.giquello.fr/glossaire/cte</link>
            <description>CTE

A Common Table Expression, or CTE, (in SQL) is a temporary named result set, derived from a simple query and defined within the execution scope of a SELECT, INSERT, UPDATE, or DELETE statement.

CTEs can be thought of as alternatives to derived tables (subquery), views, and inline user-defined functions.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:47 +0000</pubDate>
        </item>
        <item>
            <title>cwe</title>
            <link>https://cyrille.giquello.fr/glossaire/cwe</link>
            <description>CWE

Common Weakness Enumeration

&lt;http://cwe.mitre.org&gt;

International in scope and free for public use, CWE™ provides a unified, measurable set of software weaknesses that is enabling more effective discussion, description, selection, and use of software security tools and services that can find these weaknesses in source code and operational systems as well as better understanding and management of software weaknesses related to architecture and design.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:51 +0000</pubDate>
        </item>
        <item>
            <title>der</title>
            <link>https://cyrille.giquello.fr/glossaire/der</link>
            <description>DER

Distinguished Encoding Rules

Est une manière d&#039;encoder des données. C&#039;est un standard international inspiré du Basic Encoding Rules (BER), et une restriction de l&#039;ASN.1, utilisé pour encoder des certificats X509 en notation ASN.1 Extensions usuelles : .der, .cer, .crt, .cert.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:48 +0000</pubDate>
        </item>
        <item>
            <title>di</title>
            <link>https://cyrille.giquello.fr/glossaire/di</link>
            <description>DI

Dependency Injection

L&#039;injection de dépendances est un mécanisme qui permet d&#039;implanter le principe de l&#039;Inversion de contrôle. Il consiste à créer dynamiquement (injecter) les dépendances entre les différentes classes en s&#039;appuyant généralement sur une description (fichier de configuration). Ainsi les dépendances entre composants logiciels ne sont plus exprimée dans le code de manière statique mais déterminées dynamiquement à l&#039;exécution.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:51 +0000</pubDate>
        </item>
        <item>
            <title>dspl</title>
            <link>https://cyrille.giquello.fr/glossaire/dspl</link>
            <description>DSPL

DataSet Publishing Language

tags: opendata

DSPL stands for Dataset Publishing Language. It is a representation format for both the metadata (information about the dataset, such as its name and provider, as well as the concepts it contains and displays) and actual data (the numbers) of datasets. Datasets described in this format can be imported into the Google Public Data Explorer, a tool that allows for rich, visual exploration of the data.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 12 Nov 2012 14:50:37 +0000</pubDate>
        </item>
        <item>
            <title>ebs</title>
            <link>https://cyrille.giquello.fr/glossaire/ebs</link>
            <description>EBS

Amazon Elastic Block Store (EBS)

Amazon Elastic Block Store (EBS) provides block level storage volumes for use with Amazon EC2 instances. Amazon EBS volumes are off-instance storage that persists independently from the life of an instance. Amazon Elastic Block Store provides highly available, highly reliable storage volumes that can be attached to a running Amazon EC2 instance and exposed as a device within the instance. Amazon EBS  is particularly suited for applications that require a da…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:52 +0000</pubDate>
        </item>
        <item>
            <title>ecc</title>
            <link>https://cyrille.giquello.fr/glossaire/ecc</link>
            <description>ECC

Elliptic Curve Cryptography

Cryptographie sur les courbes elliptiques.

The Lenstra elliptic curve factorization or the elliptic curve factorization method ( ECM).

Elliptic Curve Discrete Logarithm Problem (ECDLP).

An elliptic curve is an equation of the form y^2=x^3 + ax + b (sort of, technically the full form is slightly more general but they can more or less all be reduced to this case).</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:48 +0000</pubDate>
        </item>
        <item>
            <title>hackerspace</title>
            <link>https://cyrille.giquello.fr/glossaire/hackerspace</link>
            <description>Hackerspace

Voir aussi fablab, mallettes pédagogiques, wiimote

Une carte mondiale, pas forcément à jour : &lt;http://diy.wedodata.fr/web&gt;

Communauté &lt;http://hackerspaces.org/&gt;

	*  Tetalab, à Toulouse
	*  L’Electrolab, à Nanterre, à côté de Paris
	*  Tmplab à Vitry-Sur-Seine, près de Paris
	*  Le Localhost, à Lille
	*  Print, à Dijon
	*  Breizh Entropy, à Rennes
	*  OpenAtelier (LaboMedia, @labomedia), à Orléans</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 27 Aug 2013 15:06:47 +0000</pubDate>
        </item>
        <item>
            <title>insee</title>
            <link>https://cyrille.giquello.fr/glossaire/insee</link>
            <description>INSEE

Institut National de la Statistique et des Études Économiques

Données sur le site de l&#039;INSEE :

	*  Nomencaltures INSEE sur www.insee.fr: La nomenclature d&#039;activités française (NAF), La classification des produits française (CPF), La nomenclature agrégée (NA), Nomenclature économique de synthèse (NES)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:53 +0000</pubDate>
        </item>
        <item>
            <title>ipsec</title>
            <link>https://cyrille.giquello.fr/glossaire/ipsec</link>
            <description>IPSEC

Internet Protocol Security

IPsec (Internet Protocol Security) est un ensemble de protocoles (couche 3 modèle OSI) utilisant des algorithmes permettant le transport de données sécurisées sur un réseau IP.

Réalisée dans le but de fonctionner avec le protocole</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:53 +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>lad</title>
            <link>https://cyrille.giquello.fr/glossaire/lad</link>
            <description>LAD

Lecture automatique de document

La lecture automatique de documents (LAD) est un ensemble de technologies qui permet de segmenter et d&#039;extraire, par Reconnaissance Optique de Caractères (ROC/OCR), des informations textuelles sur des documents numérisés de type formulaires structurés ou semi-structurés. Les informations ainsi extraites peuvent alors être utilisées comme métadonnées dans un système de</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:47 +0000</pubDate>
        </item>
        <item>
            <title>mac</title>
            <link>https://cyrille.giquello.fr/glossaire/mac</link>
            <description>MAC

Message Authentication Code

Standard permettant de garantir l&#039;intégrité d&#039;un message.

Le concept est relativement semblable aux fonctions de hachage. Il s’agit ici aussi d’algorithmes qui créent un petit bloc authentificateur de taille fixe. La grande différence est que ce bloc authentificateur ne se base plus uniquement sur le message, mais également sur une clé secrète.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:46 +0000</pubDate>
        </item>
        <item>
            <title>nat</title>
            <link>https://cyrille.giquello.fr/glossaire/nat</link>
            <description>NAT

Network Address Translation

En informatique, on dit qu&#039;un routeur fait du Network Address Translation (NAT) (ce qu&#039;on peut traduire de l&#039;anglais par « traduction d&#039;adresse réseau » - certains utilisent encore le mot « translation », mais cet emploi est fautif et son usage tend à disparaître -) lorsqu&#039;il fait correspondre les adresses IP internes non-uniques et souvent non routables d&#039;un intranet à un ensemble d&#039;adresses externes uniques et routables. Ce mécanisme permet notamment de faire …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:54 +0000</pubDate>
        </item>
        <item>
            <title>nids</title>
            <link>https://cyrille.giquello.fr/glossaire/nids</link>
            <description>NIDS

Network Intrusion Detection System

Voir (IDS) Intrusion Detection System.

Le NIDS est un logiciel qui place la carte réseau du système hôte en mode promiscuité (toutes les trames sont remontées à la couche IP indépendamment de l&#039;adresse MAC de destination) afin de remonter tout le
trafic réseau au logiciel NIDS. Ce trafic est alors analysé en fonction d’un ensemble de règles et de signatures
d’attaques pour déterminer s’il faut générer des actions (log, alerte, …).</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 21 Mar 2021 07:56:31 +0000</pubDate>
        </item>
        <item>
            <title>ocs</title>
            <link>https://cyrille.giquello.fr/glossaire/ocs</link>
            <description>OCS

Open Collaboration Services

The Open Collaboration Services (OCS) is an open and vendor independent modern REST based API for integration of web communities and web based services into desktop and mobile applications. It allows to exchange relevant data from a Social Network between the site and clients such as other websites and applications or widgets running locally on the user&#039;s machine or mobile device. The protocol has been designed so that all applications can access multiple servic…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:47 +0000</pubDate>
        </item>
        <item>
            <title>pac</title>
            <link>https://cyrille.giquello.fr/glossaire/pac</link>
            <description>PAC

Proxy Auto-Configuration

A proxy auto-configuration (PAC) file defines how a web browser can automatically choose an appropriate proxy server for fetching a given URL.

The file is based on Javascript, uses relatively simple syntax and modern browsers such as Internet Explorer, Firefox, Opera, Chrome and Safari support the PAC standard.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:52 +0000</pubDate>
        </item>
        <item>
            <title>pci-dss</title>
            <link>https://cyrille.giquello.fr/glossaire/pci-dss</link>
            <description>PCI-DSS

Payment Card Industry Data Security Standard

Cette norme est encadrée par le PCI Security Standards Council, une organisation fondée en 2005 par les principaux acteurs du secteur des cartes bancaires : MasterCard, Visa, American Express, Discover Financial Services et JCB.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:48 +0000</pubDate>
        </item>
        <item>
            <title>ppp</title>
            <link>https://cyrille.giquello.fr/glossaire/ppp</link>
            <description>PPP

Point-to-Point Protocol

Le protocole point à point, en anglais point-to-point protocol, est un protocole de transmission pour l&#039;internet, décrit par le standard RFC 1661, fortement basé sur HDLC, qui permet d&#039;établir une connexion de type liaison entre deux hôtes sur une liaison point à point. Il fait partie de la couche de liaison (couche 2) du modèle</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:54 +0000</pubDate>
        </item>
        <item>
            <title>rfc</title>
            <link>https://cyrille.giquello.fr/glossaire/rfc</link>
            <description>RFC

Request For Comments

Contains technical and organizational documents about the Internet, including the technical specifications and policy documents produced by the Internet Engineering Task Force (IETF).

RFC Editor Funded by the Internet Society (ISOC) to edit and publish RFCs online. The RFC Editor maintains the master repository of RFCs as well as</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 08 Aug 2023 15:50:51 +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>rsa</title>
            <link>https://cyrille.giquello.fr/glossaire/rsa</link>
            <description>RSA

RSA Laboratories

RSA Laboratories is the research center of RSA, The Security Division of EMC.

The RSA algorithm is named after Ron Rivest, Adi Shamir and Len Adleman, who invented it in 1977 [RIVE78]. The basic technique was first discovered in 1973 by Clifford Cocks [COCK73] of</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 05 Aug 2023 06:17:57 +0000</pubDate>
        </item>
        <item>
            <title>saas</title>
            <link>https://cyrille.giquello.fr/glossaire/saas</link>
            <description>SAAS

Software As A Service

Solutions métiers en mode services ou “logiciel déployé en tant que service hébergé et accessible via Internet”.

Simply put, SaaS can be defined as “software deployed as a hosted service and accessed over the Internet.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 25 Jun 2025 15:59:06 +0000</pubDate>
        </item>
        <item>
            <title>sqs</title>
            <link>https://cyrille.giquello.fr/glossaire/sqs</link>
            <description>SQS

Amazon Simple Queue Service (Amazon SQS)

Amazon Simple Queue Service (Amazon SQS) offers a reliable, highly scalable, hosted queue for storing messages as they travel between computers. By using Amazon SQS, developers can simply move data between distributed components of their applications that perform different tasks, without losing messages or requiring each component to be always available. Amazon SQS makes it easy to build an automated workflow, working in close conjunction with the A…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:48 +0000</pubDate>
        </item>
        <item>
            <title>tls</title>
            <link>https://cyrille.giquello.fr/glossaire/tls</link>
            <description>TLS

Transport Layer Security

Transport Layer Security (TLS), anciennement nommé Secure Sockets Layer (SSL), est un protocole de sécurisation des échanges sur Internet, développé à l&#039;origine par Netscape (SSL version 2 et SSL version 3). Il a été renommé en Transport Layer Security (TLS) par l&#039;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:54 +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>webrtc</title>
            <link>https://cyrille.giquello.fr/glossaire/webrtc</link>
            <description>WebRTC

Voir aussi: /glossaire/XMPP

WebRTC (Web Real-Time Communication) (communication en temps réel web) est une API appelée par les applications web de tchat vidéo, d&#039;appels vocaux et de partage de fichiers P2P.

	*  &lt;https://developer.mozilla.org/fr/docs/Glossary/WebRTC&gt;
	*  Support WebRTC des navigateurs

What is NAT (Network Address Translation) in WebRTC and How Does It Work?

Services

Points de rencontre:

	*</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 06 Jan 2025 16:03:07 +0000</pubDate>
        </item>
        <item>
            <title>xa</title>
            <link>https://cyrille.giquello.fr/glossaire/xa</link>
            <description>XA

XA transactions

XA (“eXtended Architecture”) is an X/Open group standard for accessing several back-end data stores within the same global transaction. The specification governs how a transaction manager (such as Atomikos®) can tell a database what work is going on as part of what transaction, and how to conduct the two-phase commit protocol at the end of each transaction. Also included is how to recover pending transactions from the data store.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:53 +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>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>blender</title>
            <link>https://cyrille.giquello.fr/informatique/blender</link>
            <description>Blender

Blender is a free and open source 3D animation suite. It supports the entirety of the 3D pipeline—modeling, rigging, animation, simulation, rendering, compositing and motion tracking, even video editing and game creation. Advanced users employ Blender’s</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 06 Nov 2015 12:22:56 +0000</pubDate>
        </item>
        <item>
            <title>cygwin</title>
            <link>https://cyrille.giquello.fr/informatique/cygwin</link>
            <description>cygwin

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

tools packagés

cwrsync

cwRsync is a yet another packaging of Rsync and Cygwin. You can use cwRsync for fast remote file backup and synchronization.

&lt;http://www.itefix.no/cwrsync/&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:58 +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>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>fckeditor</title>
            <link>https://cyrille.giquello.fr/informatique/fckeditor</link>
            <description>FCKEditor

CKEditor

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

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

Doc

Modifier la largeur des listes déroulantes de la barre d&#039;outils par Thierry Godin (07/11/2007).

Installation et paramétrage de l’éditeur de texte FCKEditor - créer une newsletter PHP avec Dreamweaver (part 15) (30/05/2007) dans lequel on comprend comment définir les styles de l&#039;éditeur avec les styles du site.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 02 Jun 2017 19:02:10 +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>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>gmp</title>
            <link>https://cyrille.giquello.fr/informatique/gmp</link>
            <description>GMP lib

The GNU Multiple Precision Arithmetic Library.

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

GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practical limit to the precision except the ones implied by the available memory in the machine GMP runs on. GMP has a rich set of functions, and the functions have a regular interface.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:59 +0000</pubDate>
        </item>
        <item>
            <title>http</title>
            <link>https://cyrille.giquello.fr/informatique/http</link>
            <description>HTTP

HTTP pour Hyper Text Transport Protocol.

C&#039;est le protocol utilisé par les serveurs Web.

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

Généralité

CommentCaMarche couvre un certains nombre de sujet sur HTTP.

&lt;http://www.commentcamarche.net/search/search.php3?Mot=HTTP&gt;. 

On y trouvera par exemple une introduction,
Les variables d&#039;environnement CGI,
Attaques et Falsification des données HTTP  ...</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 Sep 2019 13:52:29 +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>ihm_prototyping</title>
            <link>https://cyrille.giquello.fr/informatique/ihm_prototyping</link>
            <description>GUI/IHM prototyping

Softs



Balsamiq Mockups

&lt;http://balsamiq.com/products/mockups&gt;

Prix: 79 $ pour une licence.

SketchFlow

Un élément du produit Expression Studio de Microsoft.

&lt;http://www.microsoft.com/expression/products/SketchFlow_OverView.aspx&gt;

Prix: ?

mockingbird

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

On-line product

Prix: ?

WireframeSketcher

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

Prix: 75$

ForeUI

&lt;http://www.foreui.com/&gt;

Prix: 99$</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 05 Sep 2025 11:00:28 +0000</pubDate>
        </item>
        <item>
            <title>inkscape</title>
            <link>https://cyrille.giquello.fr/informatique/inkscape</link>
            <description>Inkscape

&lt;http://www.inkscape.org/?lang=fr&gt;

Inkscape est un logiciel libre d&#039;édition de graphismes vectoriels, doté de capacités similaires à Illustrator, Freehand, CorelDraw ou Xara X, utilisant le format de fichiers Scalable Vector Graphics (SVG) standard du W3C. Les fonctionnalités supportées du format SVG incluent les formes, les chemins, le texte, les marqueurs, les clônes, les canaux alpha, les transformations, les motifs et les groupements. Inkscape supporte également les méta-données C…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:58 +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>keepass</title>
            <link>https://cyrille.giquello.fr/informatique/keepass</link>
            <description>KeePass

Un gestionnaire de mot de passe et autres secrets.

	*  KeePass &lt;http://keepass.info&gt;
	*  KeePassX &lt;http://www.keepassx.org/&gt;
	*  KeePassMobile &lt;http://www.keepassmobile.com&gt;
		*  Compatible avec fichier KeePass v1.x

	*  KeePassJ2ME &lt;http://keepassj2me.sourceforge.net/&gt;
		*  Compatible avec fichier KeePass v1.x

	*  KeePasSD &lt;http://keepasssd.sourceforge.net/&gt;
		*  KeePass for Smart Devices (Windows Mobile based)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 07 Jul 2021 10:33:07 +0000</pubDate>
        </item>
        <item>
            <title>leaflet</title>
            <link>https://cyrille.giquello.fr/informatique/leaflet</link>
            <description>Leaflet JS

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

Voir aussi:

	*  OpenLayers
	*  Crosslet is a JavaScript widget for interactive visualisation and analysis of geostatistical datasets. You can also use it for visualizing and comparing multivariate datasets.
	*  Leaflet Tag Filter Button permet de filter les markers selon des tags</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 15 Jan 2023 09:20:19 +0000</pubDate>
        </item>
        <item>
            <title>lowcode</title>
            <link>https://cyrille.giquello.fr/informatique/lowcode</link>
            <description>Low code

lowcode databases

8 best open-source low-code platforms :

	*  n8n is a source-available (not open-source! But fair-code) flexible workflow automation platform
	*  Node-RED is focused more towards hardware projects, IoT, telecom and other devices
	*  NocoDB turns a database into a configurable interface
	*  Baserow is similar to NocoDB</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 25 Sep 2025 14:07:37 +0000</pubDate>
        </item>
        <item>
            <title>memory_test</title>
            <link>https://cyrille.giquello.fr/informatique/memory_test</link>
            <description>Memory Test

Outils pour tester la mémoire vive d&#039;un computer

Outils

Ultimate Boot CD

UBCD 4.1.1 Contient de nombreux outils dont les testeurs de mémoire suivants :
 Memory Tests  Memtest86 3.3  Memtest86+ 1.70  Windows Memory Diagnostic  DocMem RAM Diagnostic 3.1beta  TestMemIV 
MemTest86 +

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

Based on the well-known original memtest86 written by Chris Brady, memtest86+ is a port by some members of the x86-secret team, now working at</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:58 +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>screen</title>
            <link>https://cyrille.giquello.fr/informatique/screen</link>
            <description>Screen Terminal Emulator

Doc:

	*  &lt;https://doc.ubuntu-fr.org/screen&gt;

Alternatives:

	*  byobu

Handbook


.-----------------------------------------------------------------------.
|                                                                       |
|                  Screen VT100/ANSI Terminal Emulator                  |
|                      Default Keyboard Shortcut                        |
|                            Cheat Sheet                                |
|                    …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 30 Aug 2019 07:05:45 +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>static_site_generator</title>
            <link>https://cyrille.giquello.fr/informatique/static_site_generator</link>
            <description>Static Site Generators

tags: SSG, website

Comparaisons:

	*  &lt;https://www.gatsbyjs.com/features/jamstack/&gt;

11ty Eleventy

&lt;https://www.11ty.dev/&gt;

	*  runtime: Node.js

Gatsby

&lt;https://www.gatsbyjs.com/docs/glossary/static-site-generator/&gt;

	*  can use the WordPress REST API as a data source.

Jekyll

Hugo

&lt;https://gohugo.io/&gt;

written in Go.

Astro

Nuxt.js

Grav

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

Markdown, no database (flat-file), twig templates.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 04 Jul 2025 09:28:37 +0000</pubDate>
        </item>
        <item>
            <title>tests_de_charge</title>
            <link>https://cyrille.giquello.fr/informatique/tests_de_charge</link>
            <description>Tests de charge

	*  Créer des plans de tests de charge réalistes par Antonio Gomes Rodrigues (2011)

On-line services

&lt;http://www.webpagetest.org&gt; Test des pages depuis différents endroits, rapport de tests avec qlqs informations techniques et améliorations à faire.

Softs

OpenSTA

OpenSTA Open, Systems Testing Architecture 

Siege

Siege is an http load testing and benchmarking utility. It was designed to let web developers measure their code under duress, to see how it will stand up to load…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 08 May 2021 14:31:34 +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>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>unix_tools_for_windows</title>
            <link>https://cyrille.giquello.fr/informatique/unix_tools_for_windows</link>
            <description>Unix tools for Windows

Sources

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

WGet

Wget est initialement un outil Linux Open Source, il est désormais disponible sous Windows. Ce logiciel permet de télécharger des fichiers ou des sites complets intégralement en ligne de commande. Quel avantage me direz vous face l&#039;utilisation d&#039;un Internet Explorer, d&#039;un Mozilla ou à d&#039;un gestionnaire de téléchargement ?</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:56 +0000</pubDate>
        </item>
        <item>
            <title>vector_tiles</title>
            <link>https://cyrille.giquello.fr/informatique/vector_tiles</link>
            <description>Tuiles vectorielles

Le format de tuiles vectorielles Mapbox Vector Tiles (MVT) fourni un stockage pyramidale des tuiles pour représenter des données géographiques (une carte 🙂).

Ce format peut être contenues dans les formats d&#039;archive:

	*  MBTiles (sqlite)
	*  PMTiles, an open archive format for pyramids of tile data, accessible via</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 05 Jan 2025 09:32:26 +0000</pubDate>
        </item>
        <item>
            <title>video</title>
            <link>https://cyrille.giquello.fr/informatique/video</link>
            <description>Vidéo

	*  /informatique/streaming_video
	*  /divers/copier_streaming_video

Conversion de format

avconv

Bons articles:

	*  &lt;http://www.thehelloworldprogram.com/web-development/encode-video-and-audio-for-html5-with-avconv/&gt;

Pour WEBM:


avconv -i the_video.mp4 the_video.webm


Mais c&#039;est très lent, genre en temps réel ...

Pour FLV:


avconv -i the_video.mp4 -ar 44100 the_video.flv


Beaucoup (extrêmement) plus rapide que WEBM. Obligé d&#039;indiquer audio_rate (-ar) sinon ne se lance pas, erreur…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 14 Nov 2025 16:57:20 +0000</pubDate>
        </item>
        <item>
            <title>wikidata</title>
            <link>https://cyrille.giquello.fr/informatique/wikidata</link>
            <description>Wikidata

tags: dataset, data source, SPARQL, RDF, Semantic Web, Web Sémantique

Documentation

Présentations:

	*  DBpedia and Wikidata
	*  Querying the Wikidata Knowledge Graph

Plus précisément:

	*  Wikidata:SPARQL query service/queries
	*  Wikidata/Development/RDF
	*  wikidata-todo around

Sur IRC: #wikidata

Outils:

	*  Wikidata Query Service on peut directement requéter. Il propose même un rendu des résultats sur une carte (</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 18 Mar 2018 08:12:53 +0000</pubDate>
        </item>
        <item>
            <title>xmlrpc</title>
            <link>https://cyrille.giquello.fr/informatique/xmlrpc</link>
            <description>XML-RPC

Directory at www.xmlrpc.com

Implementations

PHP implementations

XMLRPC-EPI A standalone C API for XML-RPC &lt;http://xmlrpc-epi.sourceforge.net/&gt; 

xmlrpc-epi-php is a PHP C extension that utilizes xmlrpc-epi to provide a high performance, easy to use, php native interface to xmlrpc. 

This extension is used for PHP.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:55 +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>reseau_ferre</title>
            <link>https://cyrille.giquello.fr/web/reseau_ferre</link>
            <description>Réseau Ferré

tags: SNCF, TER, TGV

&lt;http://x0r.fr/blog/23&gt; RER::Web

JSTchouTchou &lt;http://www.raildar.fr&gt; &lt;http://raildar.volcanis.me&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 30 Dec 2013 20:44:16 +0000</pubDate>
        </item>
        <item>
            <title>welcome</title>
            <link>https://cyrille.giquello.fr/wiki/welcome</link>
            <description>Welcome to your new DokuWiki

Congratulations, your wiki is now up and running. Here are a few more tips to get you started.

Enjoy your work with DokuWiki,

-- the developers

Create your first pages

Your wiki needs to have a start page. As long as it doesn&#039;t exist, this link will be red:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 07 Jul 2020 05:33:53 +0000</pubDate>
        </item>
        <item>
            <title>vers_des_poles_de_cooperation_territoriaux_de_l_ess</title>
            <link>https://cyrille.giquello.fr/divers/economie_sociale_et_solidaire_ess/vers_des_poles_de_cooperation_territoriaux_de_l_ess</link>
            <description>Vers des pôles de coopération territoriaux de l’ESS

De nombreuses initiatives tentent de lever les freins à l’économie sociale et solidaire, comme l’a montré un grand débat organisé dans le cadre du salon Lexposia, le 14 décembre. Parmi elles : la création de pôles de coopération territoriaux, sur le modèle des pôles de compétitivité. Un moyen de constituer des filières régionales de l’ESS.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:46 +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>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>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>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>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>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>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>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>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>airtable</title>
            <link>https://cyrille.giquello.fr/informatique/lowcode_databases/airtable</link>
            <description>AirTable

&lt;https://www.airtable.com&gt;

Pour des alternatives voir lowcode databases

Apps

Search.app

&lt;https://airtable.com/marketplace/blknmXKkZjB7scdSq/search&gt;

&lt;https://support.airtable.com/hc/en-us/articles/115013249467-Search-app#h_01FZ8VVHP94STBD4MY6JY33NX9&gt;

Tips

Forms

Forms - Lookup search on multiple fields

Unfortunately, Airtable form fields can’t be used to search across multiple table fields. Each field in a form ties to a specific field in the table where it lives. To do what you…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 04 Mar 2024 08:24:58 +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>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>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>capitoledulibre2013</title>
            <link>https://cyrille.giquello.fr/informatique/openstreetmap/capitoledulibre2013</link>
            <description>Capitole du libre 2013

	*  Toulouse
	*  Appel à conférence

Mes propositions

S&#039;il n&#039;y a pas de Toulousain pour ces sujets, je propose d&#039;animer:

Mini-Biographie

	*  Nom: Cyrille Giquello
	*  Résumé: Je suis fan de projets libre depuis mon plus jeune âge: partager entre tous les savoirs et savoir-faire ouvre à une création infinie. J&#039;aime les petits bouts de</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 21 Jun 2014 10:58:06 +0000</pubDate>
        </item>
        <item>
            <title>multiotp</title>
            <link>https://cyrille.giquello.fr/informatique/php/multiotp</link>
            <description>multiOTP

Librairie en Php sous licence GNU LGPL qui implémente beaucoup de protocoles One Time Password (OTP) et qui est certifiée par le consortium Open AuTHentication (OATH) pour ses implémentation HOTP et TOTP. Dernière version observée 5.9.6.5 du 2023-07-07.

	*  &lt;https://github.com/multiOTP/multiotp&gt;
	*  &lt;https://github.com/multiOTP/multiotp/wiki&gt;

The multiOTP class can be used alone (for example to have strong authentication for your PHP based web application), as a command line tool (to…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 08 Aug 2023 16:33:14 +0000</pubDate>
        </item>
        <item>
            <title>orm</title>
            <link>https://cyrille.giquello.fr/informatique/php/orm</link>
            <description>Object Relational Mapping (ORM) pour PHP

Voir aussi :

	*  Glossaire: Object Relational Mapping (ORM)
	*  Page: Database Abstraction Layers (DAL) for Php.

Articles

Symfony: bench des ORM Propel et Doctrine

ORM in PHP using Propel 3. September 2007

Etudes comparatives

2009-05-16 doctrine-vs-propel-2009-update

2009-02-22 benchsymfonyorm

2008-07-17 Reconciling Propel and Doctrine

2008-04-10 Propel is not hard anymore

Implémentations

En vrac

&lt;http://swik.net/orm?popular&gt;

Eazy PHP Data O…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>shared_memory</title>
            <link>https://cyrille.giquello.fr/informatique/php/shared_memory</link>
            <description>PHP and Shared Memory

Implementations

shmop_*

shmop is to provide a symple interface to shared memory that can be used with OTHER NON php shm creators. 

Versions of Windows previous to Windows 2000 do not support shared memory. 

Remember, that shared memory is NOT safe against simultaneous access.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>symfony2</title>
            <link>https://cyrille.giquello.fr/informatique/php/symfony2</link>
            <description>Symfony 2

Please note that Symfony 2 is not yet ready for production. The final release is planned for late 2010 and will only support PHP 5.3.2. In the meantime, we highly encourage you to use the current symfony 1.4  stable release for all your projects.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>webbarbouille</title>
            <link>https://cyrille.giquello.fr/informatique/projets/webbarbouille</link>
            <description>WebBarbouille



WebBarbouille est un économiseur d&#039;écran (ScreenSaver) qui affiche un patchwork d&#039;images piochées sur Google Image.

Les images sont choisies au hasard parmis les résultats obtenus à partir d&#039;une recherche de mots clefs sur Google Image. Vous pouvez définir vous même ces mots clefs et les classer par catégories (arbres, chevaux, sport, antiquité, automobile,</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>internet</title>
            <link>https://cyrille.giquello.fr/informatique/reseau/internet</link>
            <description>Internet

RIPE

	*  documentation RIPE database API
		*  Query types, List of Primary Objects
			*  exemple : &lt;https://rest.db.ripe.net/ripe/an/AS57080&gt;


	*  Stats
		*  Data API
			*  country ASN, IPv4 &amp; IPv6 CIDR prefixes &lt;https://stat.ripe.net/data/country-resource-list/data.json?resource=TR&gt;
			*  ASN neighbours &lt;https://stat.ripe.net/data/asn-neighbours/data.json?resource=AS57080&gt;

		*  FTP &lt;https://ftp.ripe.net/pub/stats/ripencc/nro-stats/latest/nro-delegated-stats&gt;


BGP Tools

	*  &lt;https…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 27 Dec 2025 13:50:24 +0000</pubDate>
        </item>
        <item>
            <title>qmail</title>
            <link>https://cyrille.giquello.fr/informatique/reseau/qmail</link>
            <description>QMail

Un bon tutorial pour installer et configurer QMail : Bill&#039;s Linux Qmail Toaster

Sur le wiki de sos-admin la section Serveurs_de_Messagerie et Trucs_et_Astuces.

Tout savoir sur les fichiers de contrôle de QMail :

	*  man qmail-control
	*  &lt;http://www.die.net/doc/linux/man/man5/qmail-control.5.htm&gt;

Les fichiers de contrôle n&#039;existent pas par défaut, il faut donc les créer.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:56 +0000</pubDate>
        </item>
        <item>
            <title>azure</title>
            <link>https://cyrille.giquello.fr/informatique/windows/azure</link>
            <description>Windows Azure

The Windows® Azure™ Platform is an internet-scale cloud computing and services platform hosted in Microsoft data centers. The Windows Azure Platform provides a range of functionality to build applications that span from consumer web to enterprise scenarios and includes a cloud operating system and a set of developer services. Fully interoperable through the support of industry standards and web protocols such as REST and SOAP, you can use the Azure services individually or togethe…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>powershell</title>
            <link>https://cyrille.giquello.fr/informatique/windows/powershell</link>
            <description>PowerShell

Tools

PowerGUI Script Editor

PowerGUI is an excellent helper for the developers who are just started to investigate PowerShell. With a lot of examples, very good GUI and editor with debugging and intellisence (who ever dreamed of something like this for bat files?) it simplifies the creation of PowerShell scripts in many times. You can also watch a video tutorials on the PowerGUI site, some of them very helpful.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>weatherplllatform</title>
            <link>https://cyrille.giquello.fr/informatique/wordpress/weatherplllatform</link>
            <description>Dans plugins dans /wp-content/plugins invisibles pour Wordpress

Supprimer le user chelou wpadmin

Supprimer puis remplacer /wp-admin et wp-includes

Supprimer puis remplacer /wp-content/themes/Divi

Dans table options supprimer option_name=wp_custom_filters</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 31 Oct 2022 18:23:24 +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>drag_drop</title>
            <link>https://cyrille.giquello.fr/informatique/java/tips/drag_drop</link>
            <description>Java Drag &amp; Drop

	*  &lt;http://www.java2s.com/Code/Java/JDK-6/DropModeON.htm&gt;
	*  How to drag and drop with Java 2, Part 1, How to drag and drop with Java 2, Part 2

Essais

Dans la méthode canImport() du javax.swing.TransferHandler voici les DataFlavor obtenus (support.getDataFlavors()):


for (java.awt.datatransfer.DataFlavor df : support.getDataFlavors()) {
 System.out.println(df.getHumanPresentableName() + &quot; - &quot; + df.getMimeType()+&quot; - &quot;+df.getSubType() + &quot; - &quot; + df.getDefaultRepresentationCla…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:19:00 +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>acf-openstreetmap-field</title>
            <link>https://cyrille.giquello.fr/informatique/wordpress/acf/acf-openstreetmap-field</link>
            <description>acf-openstreetmap-field

	*  &lt;https://github.com/mcguffin/acf-openstreetmap-field&gt;

Un plugin ACF pour intégrer une carte à partir d&#039;OpenStreetMap et Leaflet.

Proposed changes

different geocoders

The plugin already use leaflet-control-geocoder so it miss the UI, decoding and storing stuff

	*  Other library nominatim to geocoder

Étude ...


// plugin view
// in wp-content/plugins/acf-openstreetmap-field/src/js/lib/media/views/map-input.js
initGeocode() {
 geocoder_options = Object.assign({
 …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 25 Dec 2024 20:56:23 +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>
    </channel>
</rss>
