<?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:18:08 +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>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>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>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>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>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>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>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>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>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>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>iso</title>
            <link>https://cyrille.giquello.fr/glossaire/iso</link>
            <description>ISO

International Organization for Standardization

L&#039;Organisation Internationale de Normalisation (OIN) (International Organization for Standardization), ou ISO est un organisme de normalisation international composé de représentants d&#039;organisations nationales de normalisation de 158 pays[1]. Cette organisation créée en 1947 a pour but de produire des normes internationales dans les domaines industriels et commerciaux appelées normes ISO. Elles sont utiles aux organisations industrielles et éc…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:53 +0000</pubDate>
        </item>
        <item>
            <title>iso_3166</title>
            <link>https://cyrille.giquello.fr/glossaire/iso_3166</link>
            <description>ISO 3166

ISO 3166 (ICS n° 01.140.30) est une norme ISO de codage des pays (Country ISO codes). Cette norme définie un code pour la quasi totalité des pays du monde, y compris pour certaines îles non habitées de façon permanente.

Les codes à deux lettres servent de base aux :</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:48 +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>isoc</title>
            <link>https://cyrille.giquello.fr/glossaire/isoc</link>
            <description>ISOC

Internet SOCiety

L’Internet Society (ISOC) est une association de droit américain à vocation internationale créée en janvier 1992 par les pionniers de l&#039;Internet pour promouvoir et coordonner le développement des réseaux informatiques dans le monde. Elle est en 2005 l&#039;autorité morale et technique la plus influente dans l&#039;univers du réseau Internet.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:54 +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>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>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>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>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>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>isms</title>
            <link>https://cyrille.giquello.fr/glossaire/isms</link>
            <description>ISMS

Information Security Management System

Un système de gestion de la sécurité de l&#039;information (en anglais : Information security management system, ou ISMS) est, comme son nom le suggère, un système de gestion concernant la sécurité de l&#039;information.
L&#039;expression</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:51 +0000</pubDate>
        </item>
        <item>
            <title>iso_27001</title>
            <link>https://cyrille.giquello.fr/informatique/iso_27001</link>
            <description>ISO 27001

La norme internationale ISO 27001 spécifie un Système de Gestion de la Sécurité des Systèmes d&#039;Information (SGSSI) / Information Security Management System (ISMS).

Pour opérer ce SGSSI, l&#039;ISO 27001 préconise d&#039;employer son annexe A ou l&#039;ISO 17799 pour identifier les mesures de sécurité à mettre en oeuvre au cours de l&#039;étape de planification.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:55 +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>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>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>ietf</title>
            <link>https://cyrille.giquello.fr/glossaire/ietf</link>
            <description>IETF

Internet Engineering Task Force

L’Internet Engineering Task Force est un groupe international, ouvert à tout individu, qui participe à l&#039;élaboration de standards pour Internet. L&#039;IETF produit la plupart des nouveaux standards d&#039;Internet.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:54 +0000</pubDate>
        </item>
        <item>
            <title>codes-barres_2d</title>
            <link>https://cyrille.giquello.fr/informatique/codes-barres_2d</link>
            <description>codes-barres 2D

codes-barres bidimensionnels

Quelques types de codes-barres 2D :

	*  PDF-417
	*  Code 16K
	*  Code 49
	*  Code One
	*  DataMatrix surnommé Tag pour certaines applications.
	*  DPM (Direct Part Mark) est un DataMatrix gravé dans la matière (exemple : métal, verre, caoutchouc</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 11 Jul 2025 09:18:53 +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>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>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>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>play_1.2_bugs</title>
            <link>https://cyrille.giquello.fr/informatique/java/frameworks/play_framework/play_1.2_bugs</link>
            <description>Playframework bugs

Play 1.2: call merge() save entity

2011-04-15


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

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

		p.merge();
		...</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 28 Dec 2015 00:16:52 +0000</pubDate>
        </item>
        <item>
            <title>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>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>isc</title>
            <link>https://cyrille.giquello.fr/glossaire/isc</link>
            <description>ISC

Internet Systems Consortium

Internet Systems Consortium, Inc. (ISC) is proud to be the producer and distributor of commercial quality Open Source software for the Internet Community and to offer world-class online and professional services based on our software. Since 1996 ISC has led the industry with the most complete reference standard implementation of</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:46 +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>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>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>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>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>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>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>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>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>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>iso_15504</title>
            <link>https://cyrille.giquello.fr/glossaire/iso_15504</link>
            <description>ISO 15504

Aujourd’hui, de nombreux organismes s’efforcent d’améliorer leurs processus de développement de logiciel et d’en mesurer les progrès.

La norme ISO/IEC 15504 initialement connue sous le nom de SPICE (Software Process Improvement and Capability dEtermination), ne se limite plus à l’évaluation des processus de développement informatique, mais est aujourd’hui utilisée dans de nouveaux secteurs.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:51 +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>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>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>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>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>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>cellular_gsm</title>
            <link>https://cyrille.giquello.fr/divers/cellular_gsm</link>
            <description>GSM Cellular

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

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

S3M® est le modèle d&#039;amélioration de la maintenance du logiciel visant une approche d&#039;amélioration qui offre aux organisations les éléments essentiels pour l&#039;optimisation des processus de la maintenance applicative du logiciel. La version récente du S3M — Version 2 — a été lancée en Janvier 2006.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:51 +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>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>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>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>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>ai_nlp_rag</title>
            <link>https://cyrille.giquello.fr/informatique/ai_lm/ai_nlp_rag</link>
            <description>AI NLP and RAG

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

Voir aussi: OCR (AI Vision)

Outils RAG:

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

The wolrd is lucky ! 

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

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

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

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

original</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:56 +0000</pubDate>
        </item>
        <item>
            <title>yacy</title>
            <link>https://cyrille.giquello.fr/informatique/raspberrypi/yacy</link>
            <description>Yacy sur Raspberry-pi

Le moteur distribué de recherche Yacy sur Raspberry:

	*  Running YaCy on Raspbian
		*  et Debian Java Package

	*  Oracle JRE for ARM

Avec un PI 2ème génération

	*  ARMv7 Processor rev 5 (v7l)

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

Important File Locations</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 31 Mar 2016 10:38:11 +0000</pubDate>
        </item>
        <item>
            <title>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>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>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>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>ebios</title>
            <link>https://cyrille.giquello.fr/glossaire/ebios</link>
            <description>EBIOS

Expression des Besoins et Identification des Objectifs de Sécurité.

La méthode EBIOS est une méthode d&#039;évaluation des risques en informatique, développée par la Direction Centrale de la Sécurité des Systèmes d&#039;Information (DCSSI).

Elle permet d&#039;apprécier les risques SSI (entités et vulnérabilités, méthodes d’attaques et éléments menaçants, éléments essentiels et besoins de sécurité</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:47 +0000</pubDate>
        </item>
        <item>
            <title>rarp</title>
            <link>https://cyrille.giquello.fr/glossaire/rarp</link>
            <description>RARP

Reverse Address Resolution Protocol

Reverse Address Resolution Protocol (RARP) is a Link layer networking protocol used by a host computer to obtain its Internet Protocol (IPv4) address when it has available its link-layer address, such as an Ethernet address. RARP is described in</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:53 +0000</pubDate>
        </item>
        <item>
            <title>svg</title>
            <link>https://cyrille.giquello.fr/glossaire/svg</link>
            <description>SVG

Scalable Vector Graphics

XML Graphics for the Web

SVG is a language for describing two-dimensional graphics and graphical applications in XML. SVG 1.1 is a W3C Recommendation and is the most recent version of the full specification. SVG Tiny 1.2 is a W3C Recommendation, and targets mobile devices. There are various SVG modules under development which will extend previous versions of the specification, and which will serve as the core of future SVG developments.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:53 +0000</pubDate>
        </item>
        <item>
            <title>webauthn</title>
            <link>https://cyrille.giquello.fr/glossaire/webauthn</link>
            <description>webauthn

Web Authentication

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

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

Some of the popular graph databases are Neo4J, Orient DB and Apache Titan (Titan: Big Graph Data with Cassandra).

	*  Graph_database, Base_de_données_orientée_graphe

Voir aussi web semantique pour les base de données RDF.

Articles:

	*  Elasticsearch vs Graph Database
	*  Getting Started with Apache Spark and Neo4j Using Docker Compose
	*  What are the differences between a Graph database and a Triple store ?
	*  Storing and querying RDF in Neo4j
	*  guide-data-visualization …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 22 Apr 2026 14:25:00 +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>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>dokuwiki</title>
            <link>https://cyrille.giquello.fr/wiki/dokuwiki</link>
            <description>DokuWiki

wiki:dokuwiki DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn&#039;t require a database. It is loved by users for its clean and readable syntax. The ease of maintenance, backup and integration makes it an administrator&#039;s favorite. Built in</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 07 Jul 2020 05:33:53 +0000</pubDate>
        </item>
        <item>
            <title>model_bench</title>
            <link>https://cyrille.giquello.fr/informatique/ai_lm/model_bench</link>
            <description>Model bench

Avec OpenCode et le prompt “hello”.

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

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


0.20.076.426 I srv          init: init: chat template, thinking = 1
0.20.076.461 I srv  llama_server: model loaded
0.20.076.464 I srv  llama_server: server is listening on http://0.0.0.0:8012
0.20.076.470 I srv  update_slots: all slots are idle
0.35.420.649 I srv  params…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 26 May 2026 08:15:39 +0000</pubDate>
        </item>
        <item>
            <title>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>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>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>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>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>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>iss</title>
            <link>https://cyrille.giquello.fr/divers/iss</link>
            <description>International Space Station (ISS)

Vidéos

La chaîne YouTube de l&#039;ESA

La chaîne YouTube de la NASA

Les réponse des astronautes: 24 vidéos

	*  Présentation de la logistique de fournitures Paolo takes us on a tour of ATV in answer to question from José
	*  Que mange-t-on sur l&#039;ISS ? How does food stay fresh on the ISS?
	*  Waking up, working, and going to sleep in Zero G
	*  Comment lavez vous vos vêtements ?: On ne les lave pas, 1 semaine pour les chaussettes, un mois pour une chemise</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:46 +0000</pubDate>
        </item>
        <item>
            <title>ddi</title>
            <link>https://cyrille.giquello.fr/glossaire/ddi</link>
            <description>DDI

Data Documentation Initiative

The Data Documentation Initiative (DDI) est un projet international destiné à créer un standard de documentation technique pour décrire les données de sciences sociales.

The Data Documentation Initiative is an international effort to establish a standard for technical documentation describing social science data. A membership-based Alliance is developing the DDI specification, which is written in XML.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:47 +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>iso_12207</title>
            <link>https://cyrille.giquello.fr/glossaire/iso_12207</link>
            <description>ISO 12207

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é avec :

	*  des processus de base :
		*  Acquisition pour l&#039;organisme lui même,
		*  Activités du fournisseur,</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:47 +0000</pubDate>
        </item>
        <item>
            <title>rfid</title>
            <link>https://cyrille.giquello.fr/glossaire/rfid</link>
            <description>RFID

Radio Frequency IDentification

	*  125 KHz
	*  13.56 MHz ISO14443A/B

EPC

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

Code de bonnes pratiques pour la gestion de la sécurité d&#039;information.

La norme internationale ISO 17799 est un guide de bonnes pratiques regroupant 39 objectifs de sécurité, décomposés en 133 mesures de sécurité, et relatifs à 11 domaines (politique de sécurité, sécurité du personnel, contrôle des accès…). Les objectifs de sécurité présentent un but à atteindre et les mesures de sécurité présentent les activités permettant d&#039;y parvenir, expliquant les actions à mettre en oeuvre pour…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>kinect</title>
            <link>https://cyrille.giquello.fr/informatique/kinect</link>
            <description>Kinect

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

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

Plein de ressources sur le Wiki du Labomedia.

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

reacTIVision a toolkit for tangible multi-touch surfaces

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

Librairie graphique GD.

voir aussi imagemagick

Documentation

PHP

Dans le manuel PHP au chapitre Image Processing and GD.

Practical PHP Programming - TuxRadar Linux dans la section Multimedia.

Masque de transparence PHP/GD2 par Xavier Garreau.

C

Polices Freetype et gd-2.0 par Xavier Garreau.

Examples

Fonts

essais_gd_fonts_01.php

Rendu

	*  essais_gd_fonts_01.php
	*  essais_gd_fonts_01.php?angle=45&amp;x=70&amp;y=270&amp;size=38

Source


&lt;?php
error_reporting(-1);

$font = realpath(dirname…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 13 Oct 2015 23:09:39 +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>plugins_installes</title>
            <link>https://cyrille.giquello.fr/wiki/plugins_installes</link>
            <description>Plugins Installés

Liste des plugins référencés sur le site de DokuWiki :

http://www.dokuwiki.org/plugins

nspages plugin

nspages

Box plugin

Boxes with titles, colour and rounded corners.

Box

ckgdoku Plugin

ckgdoku is a version of ckgedit which enables users to switch between ckgedit&#039;s file browser and DokuWiki&#039;s media manager and linkwiz. See:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 08 Jan 2021 11:10:09 +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>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>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>contactform7</title>
            <link>https://cyrille.giquello.fr/informatique/wordpress/contactform7</link>
            <description>Wordpress ContactForm7

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

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

Technique

Wordpress actions

	*  wpcf7_admin_warnings
	*  wpcf7_admin_notices
	*  wpcf7_post_edit_form_tag
	*  wpcf7_admin_misc_pub_section
	*  wpcf7_admin_footer
	*  wpcf7_admin_init
	*  wpcf7_admin_menu
	*  wpcf7_admin_load</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 04 May 2024 07:36:47 +0000</pubDate>
        </item>
        <item>
            <title>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>crs</title>
            <link>https://cyrille.giquello.fr/glossaire/crs</link>
            <description>CRS

Core Rule Set (OWASP)

Grâce au OWASP Core Rule Set (CRS), vous profitez d&#039;emblée d&#039;une pré-configuration optimale de votre Mod Security qui vous prémunit contre les attaques les plus courantes :

	*  Trojan,
		*  Injections d&#039;emails,
		*  Faille des fichiers PDF,</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 04 Apr 2025 18:38:00 +0000</pubDate>
        </item>
        <item>
            <title>dcm</title>
            <link>https://cyrille.giquello.fr/glossaire/dcm</link>
            <description>DCM

Dublin Core Metadata

Le Dublin Core est un schéma de métadonnées générique qui permet de décrire des ressources numériques ou physiques et d’établir des relations avec d&#039;autres ressources. Il comprend officiellement 15 éléments de description formels (titre, créateur, éditeur), intellectuels (sujet, description, langue, …) et relatifs à la propriété intellectuelle.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:51 +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>ged</title>
            <link>https://cyrille.giquello.fr/glossaire/ged</link>
            <description>GED

Gestion électronique des documents

La Gestion Électronique des Documents ou GED est un système informatisé d&#039;acquisition, classement, stockage, archivage des documents (exemple d’utilisation : la numérisation de masse de documents papiers). C&#039;est un processus de finalité qui découle du cycle de vie du document. La GED peut permettre un gain de temps et d&#039;argent énorme pour les organisations. En effet, elle permet l&#039;indexation des documents et surtout la numérisation qui comprime le « volum…</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>iesg</title>
            <link>https://cyrille.giquello.fr/glossaire/iesg</link>
            <description>IESG

The Internet Engineering Steering Group

L&#039;Internet Engineering Steering Group (IESG) est un groupe de l&#039;Internet Engineering Task Force (IETF) chargé du pilotage de l&#039;activité de production de normes ou de standards relatifs à la technologie Internet. L&#039;IESG examine tous les projets, sert de chambre d&#039;appel contre les projets contestés, et donne l&#039;accord final de l&#039;IETF à la publication comme</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:48 +0000</pubDate>
        </item>
        <item>
            <title>ndb</title>
            <link>https://cyrille.giquello.fr/glossaire/ndb</link>
            <description>NDB

Network DataBase protocol

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

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

Open Source Computer Vision

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

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

Public Internet Registry

PIR est l&#039;organisme sous contrôle de l&#039;Internet Society (ISOC) chargé de gérer le domaine Internet «.org». 

Voir:

	*  Internet Society (ISOC)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:51 +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>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>vpn</title>
            <link>https://cyrille.giquello.fr/glossaire/vpn</link>
            <description>VPN

Virtual Private Network

Dans les réseaux informatiques et les télécommunications, le réseau privé virtuel (RPV), Virtual Private Network en anglais (VPN) est vu comme une extension des réseaux locaux et préserve la sécurité logique que l&#039;on peut avoir à l&#039;intérieur d&#039;un réseau local. Il correspond en fait à une interconnexion de réseaux locaux via une technique de « tunnel ». On parle de RPV lorsqu&#039;un organisme interconnecte ses sites via une infrastructure partagée avec d&#039;autres organisme…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 16 Oct 2025 09:17:35 +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>apache</title>
            <link>https://cyrille.giquello.fr/informatique/apache</link>
            <description>Apache (httpd)

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

Manuel en français.

Installer Mod_SSL/Apache/Php.

Le module Mod_SSL.

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

Sécurité

Apache en Chroot

Combiner Apache et la commande chroot

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

Une série sur www.cyberciti.biz:

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

tags: coffre-fort numérique, coffres fort électronique

Coffre-fort_numérique, Système_d&#039;archivage_électronique, Coffre-fort_virtuel

Les fondamentaux de l&#039;archivage électronique :

	*  origine, authenticité, intégrité, pérennité, lisibilité/intelligibilité,
	*  traçabilité, sécurité, disponibilité,</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 01 Oct 2022 05:44:56 +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>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>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>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>virtualisation</title>
            <link>https://cyrille.giquello.fr/informatique/virtualisation</link>
            <description>Virtualisation

Risques

En consolidant la charge de travail de 100 ou 200 serveurs sur une même machine, on augmente la criticité de celle-ci. Une panne de cette machine peut entraîner une véritable catastrophe.

Il y a ensuite les risques humains. Un administrateur peut d&#039;un simple clic effectuer des manipulations qui correspondent dans la réalité à couper le circuit électrique dans un gros data center alors que dans le monde physique c&#039;est difficilement possible car il faut accéder à la salle…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 18 Aug 2012 18:15:12 +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>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>applications_faites_avec_flutter</title>
            <link>https://cyrille.giquello.fr/informatique/flutter/applications_faites_avec_flutter</link>
            <description>Applications faites avec Flutter

Pour documentation, inspiration et savoir-faire.

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

CroustiWiki

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

Voir aussi:

	*  Librairies Java
	*  Documentation Java

Frameworks

Metawidget

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

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

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

	*  Linux firewall: iptables
	*  Sous windows: “netsh firewall show state”
	*  m0n0wall is a project aimed at creating a complete, embedded firewall software package that, when used together with an embedded PC, provides all the important features of commercial firewall boxes (including ease of use) at a fraction of the price (free software). m0n0wall is based on a bare-bones version of FreeBSD, along with a web server, PHP and a few other utilities. The entire system configuration is …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 07 May 2023 07:20:09 +0000</pubDate>
        </item>
        <item>
            <title>shorewall</title>
            <link>https://cyrille.giquello.fr/informatique/reseau/shorewall</link>
            <description>Shorewall

Installation

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


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

	*  &lt;http://www.fail2ban.org&gt;
	*  &lt;https://github.com/fail2ban/fail2ban&gt;

Tips &amp; Tricks

Voir le status de toutes les jails


sudo fail2ban-client status | sed -n &#039;s/,//g;s/.*Jail list://p&#039; | xargs -n1 sudo fail2ban-client status


Filters

Wordpress

Voir les filtres du plugin wp-fail2ban &lt;https://plugins.svn.wordpress.org/wp-fail2ban/trunk/filters.d/&gt;

Dédier des logs à fail2ban</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 29 Apr 2023 10:22:17 +0000</pubDate>
        </item>
        <item>
            <title>webfont</title>
            <link>https://cyrille.giquello.fr/informatique/web/webfont</link>
            <description>WebFont

Voir aussi: css/fonts-and-formatting

Web-safe fonts

Polices standards pour le Web (Web-safe fonts)

font-family: Arial, Helvetica, Verdana, sans-serif;

	*  Police souhaitée : Arial
	*  Police alternative : Helvetica et verdana
	*  Famille : sans-sérif

Un peu d&#039;hitoire: &lt;span style=&quot;Courier New&quot;&gt;Courier New&lt;/span&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 24 Apr 2023 10:07:53 +0000</pubDate>
        </item>
        <item>
            <title>webstats</title>
            <link>https://cyrille.giquello.fr/informatique/web/webstats</link>
            <description>Statistiques site Web

Web Stats, web analytics

Tips &amp; Tricks

	*  How to prevent your analytics data from being blocked by ad blockers

Softwares

Open Web Analytics (OWA)

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

Github Contributors : 25 (2024-01-16)

Umami

	*  &lt;https://umami.is/&gt;
	*  &lt;https://github.com/umami-software/umami&gt;

Github Contributors : 225 (2024-01-16)

Matomo

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

Github Contributors : 346 (2024-01-16)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 16 Jan 2024 07:23:33 +0000</pubDate>
        </item>
        <item>
            <title>virtual_file</title>
            <link>https://cyrille.giquello.fr/informatique/windows/virtual_file</link>
            <description>Virtual File (windows)

Zero and Random device driver

&lt;http://www.acc.umu.se/~bosse&gt;. Windows driver examples with free source code related to file systems, virtual disks and network communication from kernel mode (HttpDisk, ...).

&lt;http://stackoverflow.com/questions/1325568/easiest-way-to-program-a-virtual-file-system-in-windows-with-python&gt;

&lt;http://www.eldos.com/cbfs/&gt;

&lt;http://www.codeproject.com/KB/dotnet/DataObjectEx.aspx&gt;

I would look at a container file format. VHD is well documented a…</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>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>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>ce</title>
            <link>https://cyrille.giquello.fr/glossaire/ce</link>
            <description>CE

Comité d&#039;Entreprise

Le comité d&#039;entreprise est, en France (en Belgique, on parle de conseil d&#039;entreprise), l&#039;une des institutions représentatives du personnel au sein de l&#039;entreprise.

&lt;http://fr.wikipedia.org/wiki/Comit%C3%A9_d%27entreprise&gt;

Communauté européenne

La dénomination Communauté européenne remplace celle de</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:51 +0000</pubDate>
        </item>
        <item>
            <title>cmis</title>
            <link>https://cyrille.giquello.fr/glossaire/cmis</link>
            <description>CMIS

Content Management Interoperability Services

CMIS is a proposed standard for improving interoperability between Enterprise Content Management (ECM) systems. It proposes a data model plus a set of generic services and several protocol bindings for these services, including: SOAP, Representational State Transfer (REST),</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:55 +0000</pubDate>
        </item>
        <item>
            <title>grc</title>
            <link>https://cyrille.giquello.fr/glossaire/grc</link>
            <description>GRC

Governance, Risk Management and Compliance

Governance is the responsibility of senior executive management and focuses on creating organizational transparency by defining the mechanisms an organization uses to ensure that its constituents follow established processes and policies. A proper governance strategy implements systems to monitor and record current business activity, takes steps to ensure compliance with agreed policies, and provides for corrective action in cases where the rules …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:47 +0000</pubDate>
        </item>
        <item>
            <title>ipam</title>
            <link>https://cyrille.giquello.fr/glossaire/ipam</link>
            <description>IPAM

IP Address Manager

Gestionnaire d&#039;adresses IP.

Internet Protocol address management (IPAM) is a means of planning, tracking, and managing the Internet Protocol address space used in a network. Most commonly, tools such as DNS and DHCP  are used in tandem to perform this task, though true IPAM will glue these services together so that each is aware of changes in the other (for instance</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:51 +0000</pubDate>
        </item>
        <item>
            <title>isf</title>
            <link>https://cyrille.giquello.fr/glossaire/isf</link>
            <description>ISF

Information Security Forum

The Standard of Good Practice for Information Security (the Standard) is the foremost authority on information security. It addresses information security from a business perspective, providing a practical basis for assessing an organisation’s information security arrangements.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:53 +0000</pubDate>
        </item>
        <item>
            <title>jpeg</title>
            <link>https://cyrille.giquello.fr/glossaire/jpeg</link>
            <description>JPEG

Joint Photographic Experts Group

JPEG (extension informatique .JPG) est un acronyme de Joint Photographic Experts Group, nom d&#039;un groupe de travail en partenariat ISO et CEI (d&#039;où le joint pour mixte). Créé dès 1986, il rassemble des professionnels de l&#039;industrie de l&#039;image (TV, fax-télécoms, informatique). Cette initiative faisait suite à des demandes d&#039;améliorations pour le facsimilé, qui donnera également la norme ISO/CEI JBIG (Joint Binary-level Image Group). Ce comité a donné son nom…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:51 +0000</pubDate>
        </item>
        <item>
            <title>metar</title>
            <link>https://cyrille.giquello.fr/glossaire/metar</link>
            <description>METAR

METeorological Airport Report

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

National Vulnerability Database

NVD is the U.S. government repository of standards based vulnerability management data represented using the Security Content Automation Protocol (SCAP). This data enables automation of vulnerability management, security measurement, and compliance. NVD includes databases of security checklists, security related software flaws, misconfigurations, product names, and impact metrics. NVD supports the Information</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:52 +0000</pubDate>
        </item>
        <item>
            <title>oaxal</title>
            <link>https://cyrille.giquello.fr/glossaire/oaxal</link>
            <description>OAXAL

Open Architecture for XML Authoring and Localization Reference Model

OAXAL is an OASIS Standard based initiative to encourage the development of an open Standards approach to XML Authoring and Localization. OAXAL is an official OASIS Reference Architecture Technical Committee.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:52 +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>osc</title>
            <link>https://cyrille.giquello.fr/glossaire/osc</link>
            <description>OSC

Open Sound Control

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

Open Sound Control (OSC) is a protocol for communication among computers, sound synthesizers, and other multimedia devices that is optimized for modern networking technology. OSC&#039;s advantages include interoperability, accuracy, flexibility, and enhanced organization and documentation.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 29 Oct 2015 22:59:41 +0000</pubDate>
        </item>
        <item>
            <title>rest</title>
            <link>https://cyrille.giquello.fr/glossaire/rest</link>
            <description>REST

Representational State Transfer

Representational State Transfer (REST) is a style of software architecture for distributed hypermedia  systems such as the World Wide Web (www). Conforming to the REST constraints is referred to as being ‘RESTful’.

Raccourcis du sens des actions HTTP:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 07 Mar 2018 16:30: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>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>xmpp</title>
            <link>https://cyrille.giquello.fr/glossaire/xmpp</link>
            <description>XMPP

Extensible Messaging and Presence Protocol

The Extensible Messaging and Presence Protocol (XMPP) is an open technology for real-time communication, which powers a wide range of applications including instant messaging, presence, multi-party chat, voice and video calls, collaboration, lightweight middleware, content syndication, and generalized routing of XML data. The technology pages provide more information about the various XMPP</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 17 Jan 2014 19:22:55 +0000</pubDate>
        </item>
        <item>
            <title>android</title>
            <link>https://cyrille.giquello.fr/informatique/android</link>
            <description>Android

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

Divers outils

recopier écran Android sur un bureau Linux

Developement

SDK &amp; Tools

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

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

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

TAGs: Progiciel de gestion intégré (PGI), Enterprise Resource Planning (ERP), Système d’information d’entreprise (SIE)

Guide comparatifs des CRM:

&lt;http://www.guidescomparatifs.com/CRM_SFA_gestion_de_la_relation_clients.asp&gt;


Produits Libres

Dans le TOP 25 de SourceForge on trouve :

	*  PostBooks ERP, accounting, CRM by xTuple: Free open source ERP, accounting, CRM package for small to midsized businesses. Runs on Linux, Mac, and Windows (built with open source Qt framework). Bus…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:59 +0000</pubDate>
        </item>
        <item>
            <title>filesystem</title>
            <link>https://cyrille.giquello.fr/informatique/filesystem</link>
            <description>FileSystem

/Informatique/Distributed FileSystem

IMAP FileSystem

IMAP Storage Filesystem, Xuan Luo

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

© 2007 Xuan Luo, xuanluo at ocf dot berkeley dot edu. Note: My project is old and has a lot of unresolved issues and design problems. Please don&#039;t try to use it in any production applications. I do not foresee updating it any further. I hope someone will come along and make a better one.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:58 +0000</pubDate>
        </item>
        <item>
            <title>forum</title>
            <link>https://cyrille.giquello.fr/informatique/forum</link>
            <description>logiciels de Forum

Comparaison des logiciels de forum internet sur wikipedia (fr).

Vanilla Forums

&lt;https://vanillaforums.com/en/software/&gt;, Php source code

Unclassified NewsBoard

Forum &lt;http://newsboard.unclassified.de/&gt;

PunBB

PunBB est un logiciel de forum Open Source écrit en PHP et utilisant une base de données qui peut être MySQL, PostgreSQL ou SQLite. Ses buts premiers sont d&#039;être rapide, petit et graphiquement léger comparé aux autres logiciels de forum. En conséquence, PunBB a moin…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 20 Mar 2017 07:46:33 +0000</pubDate>
        </item>
        <item>
            <title>linkeddata</title>
            <link>https://cyrille.giquello.fr/informatique/linkeddata</link>
            <description>Linked Data

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

Voir aussi:

	*  /informatique/web_semantique

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

system_admin

Tools

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

	*  LinuxLive USB Creator

Distributions

Ubuntu

Ubuntu, XUbuntu

Small Linux

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

SliTaz

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

xPUD

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

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

Doc

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

Implémentations

	*  Implémentations pour PHP

Hibernate / NHibernate

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

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

Un cousin de unhosted

&lt;irc://irc.freenode.net#owncloud&gt;

docs

	*  &lt;http://owncloud.org/support/usage/calendars/&gt;
	*  &lt;http://www.owncloud.fr/forum&gt; Forum français

blogs

	*  &lt;http://wiki.lolica.org/doku.php/membre/pierre/owncloud&gt;
	*  &lt;http://dmfs.org/wiki/index.php?title=OwnCloud&gt;

Il manque un addon FileLink pour Thunderbird. Le seul que j&#039;ai trouvé, mais qui ne fonctionne pas encore (2014-01-05) : &lt;https://github.com/guillaumev/owncloud_for_filelink&gt;

	*  …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 02 May 2015 14:51:03 +0000</pubDate>
        </item>
        <item>
            <title>pkcs</title>
            <link>https://cyrille.giquello.fr/informatique/pkcs</link>
            <description>Public Key Cryptographic Standard

Tous les PKCS sont sur rsa.com.

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

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

Processing is an open source programming language and environment for people who want to create images, animations, and interactions. Initially developed to serve as a software sketchbook and to teach fundamentals of computer programming within a visual context, Processing also has evolved into a tool for generating finished professional work. Today, there are tens of thousands of students, artists, designers, researchers, and hobbyists who use Processing for…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 07 May 2014 21:27:57 +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>trello</title>
            <link>https://cyrille.giquello.fr/informatique/trello</link>
            <description>Trello

Trello is a SCRUM like free online application. 

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

Trello Broke My Brain...

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

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

	*  &lt;http://news.ycombinator.com/item?id=4218739&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 11 Mar 2013 14:08:05 +0000</pubDate>
        </item>
        <item>
            <title>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_tracking</title>
            <link>https://cyrille.giquello.fr/informatique/video_tracking</link>
            <description>Video Tracking

tags: computer vision

Softwares

OpenTLD

TLD (Tracks, Learns and Detects)  is an award-winning, real-time algorithm for tracking of unknown objects in video streams. The object of interest is defined by a bounding box in a single frame. TLD simultaneously Tracks the object, Learns its appearance and Detects it whenever it appears in the video. The result is a real-time tracking that typically improves over time.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 21 Aug 2012 13:04:03 +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>schnorr</title>
            <link>https://cyrille.giquello.fr/informatique/crypto/schnorr</link>
            <description>Schnorr

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

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

Attraper un maximum d&#039;erreurs



Le rendu plante sans rien dans la debug console

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

	*  Zend_Framework
	*  Symfony

Avant de commencer un projet d&#039;application Web, la question se pose de choisir un framework sur lequel concevoir cette application. Pour Php je sens 2 préférances: Le Zend Framework et Symfony.

Les points importants nécessaires à une application :</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>ssh</title>
            <link>https://cyrille.giquello.fr/informatique/reseau/ssh</link>
            <description>Secure SHell (SSH)

Configuration

Dans /etc/ssh/sshd_config tu change la ligne


PermitRootLogin Yes
en
PermitRootLogin No


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


PermitRootLogin without-password


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

Documentation

	*  crowdsec_configuration
	*  scenarios
	*  Decisions management

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

Installer crowdsec

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


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

	*  How_to_make_filesystem_backups
	*  How Do I Use Replication ?

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

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

Dans cette page nous allons détecter automatique la langue de l&#039;utilisateur (sfFilter et sfRequest::getPreferredCulture()) puis lui proposer de la changer (sfComponents et sfFormLanguage).

Détection automatique de la langue</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>citations</title>
            <link>https://cyrille.giquello.fr/citations</link>
            <description>Citations

[You 3D-Printed the &quot;Save&quot; icon?]
Il l&#039;a dit, ça se dit, c&#039;est bien dit … 

« Le monde appartient à ceux dont les ouvriers se lèvent tôt »

~ Coluche

« La censure est nécessaire pour préserver la liberté des internautes »

~ Le président chinois Xi Jinping</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 10 May 2026 11:38:19 +0000</pubDate>
        </item>
        <item>
            <title>sources_de_donnees</title>
            <link>https://cyrille.giquello.fr/sources_de_donnees</link>
            <description>Sources de données

Datahub.io

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

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

DBpedia

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

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

Etalab

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

GRID</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 05 Nov 2025 15:46:31 +0000</pubDate>
        </item>
        <item>
            <title>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>onu</title>
            <link>https://cyrille.giquello.fr/divers/onu</link>
            <description>Organisation des Nations Unies

UNO United Nations Organisation

Le droit de VETO du Conseil de sécurité des 5 membres permanents: China, France, Russie, Royaume Uni et États Unis d&#039;Amérique.

	*  &lt;https://www.un.org/securitycouncil/content/voting-system&gt;

Résultat des votes

	*  &lt;https://digitallibrary.un.org/search?cc=Voting+Data&amp;ln=en&amp;c=Voting+Data&gt;
	*  exemple résolution</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 09 Apr 2022 07:02:23 +0000</pubDate>
        </item>
        <item>
            <title>aeronet</title>
            <link>https://cyrille.giquello.fr/glossaire/aeronet</link>
            <description>AERONET

AErosol RObotic NETwork

The AERONET (AErosol RObotic NETwork) program is a federation of ground-based remote sensing aerosol networks established by NASA and PHOTONS (Univ. of Lille 1, CNES, and CNRS-INSU) and is greatly expanded by collaborators from national agencies, institutes, universities, individual scientists, and partners. The program provides a long-term, continuous and readily accessible public domain database of aerosol optical, microphysical and radiative properties for ae…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:50 +0000</pubDate>
        </item>
        <item>
            <title>app</title>
            <link>https://cyrille.giquello.fr/glossaire/app</link>
            <description>APP

Atom Publishing Protocol

The name Atom applies to a pair of related standards. The Atom Syndication Format (Atom) is an XML language used for web feeds, while the Atom Publishing Protocol (AtomPub or APP) is a simple HTTP-based protocol for creating and updating web resources.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:50 +0000</pubDate>
        </item>
        <item>
            <title>c10k</title>
            <link>https://cyrille.giquello.fr/glossaire/c10k</link>
            <description>C10K

C10k problem

The C10k problem is a limitation that most web servers currently have, which limits the web server to being able to handle a maximum of about ten thousand simultaneous connections. This limitation is due to a combination of operating system constraints and web server software limitations.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:51 +0000</pubDate>
        </item>
        <item>
            <title>casnav</title>
            <link>https://cyrille.giquello.fr/glossaire/casnav</link>
            <description>Casnav

Centre académique pour la scolarisation des élèves allophones nouvellement arrivés (EANA) et des
enfants issus de familles itinérantes et de voyageurs (EFIV).

	*  Centre_académique_pour_la_scolarisation_des_enfants_allophones_nouvellement_arrivés_et_des_enfants_issus_de_familles_itinéantes_et_de_voyageurs

tags: gens du voyage</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 07 May 2021 06:46:03 +0000</pubDate>
        </item>
        <item>
            <title>cc</title>
            <link>https://cyrille.giquello.fr/glossaire/cc</link>
            <description>CC

Commons Criteria / Critères Communs

ISO 15408 Critères d&#039;évaluation de la sécurité des technologies de l&#039;information.

Cette méthode est un merge d&#039;autres méthodes mené par de nombreux pays afin de s&#039;accorder.

La certification au Criètes Communs est mené par un</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 17 Aug 2023 06:34:20 +0000</pubDate>
        </item>
        <item>
            <title>cen</title>
            <link>https://cyrille.giquello.fr/glossaire/cen</link>
            <description>CEN

Comité Européen de Normalisation

Le CEN ou Comité européen de normalisation (en anglais : the European Committee for Standardization - ECS) a été créé en 1961, afin d&#039;harmoniser les normes européennes. Tous ses membres sont également membres de l&#039;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18: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>cmp</title>
            <link>https://cyrille.giquello.fr/glossaire/cmp</link>
            <description>CMP

Certificate Management Protocol

Certificate Management Protocol (CMP) handles all relevant aspects of certificate creation and management. CMP supports interactions between Public Key Infrastructure (PKI) components, such as the Certificate Authority (CA), Registration Authority (RA), and the user or application that is issued a certificate.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:47 +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>dltk</title>
            <link>https://cyrille.giquello.fr/glossaire/dltk</link>
            <description>DLTK

Dynamic Languages Toolkit

Complément Eclipse facilitant la création d&#039;IDE.

Dynamic Languages Toolkit (DLTK) is a tool for vendors, researchers, and end-users who rely on dynamic languages. DLTK is comprised of a set of extensible frameworks designed to reduce the complexity of building full featured development environments for dynamic languages such as PHP and Perl.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:51 +0000</pubDate>
        </item>
        <item>
            <title>dsn</title>
            <link>https://cyrille.giquello.fr/glossaire/dsn</link>
            <description>DSN

Database Source Name

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

Delivery Status Notification

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

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

Amazon Elastic Compute Cloud (EC2)

Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides resizable compute capacity in the cloud. It is designed to make web-scale computing easier for developers.

&lt;http://aws.amazon.com/ec2&gt;</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>ejb</title>
            <link>https://cyrille.giquello.fr/glossaire/ejb</link>
            <description>EJB

Entreprise JavaBean

La technologie Enterprise JavaBeans (EJB) est une architecture de composants logiciels côté serveur pour la plateforme de développement Java Enterprise Edition (J2EE).

Cette architecture propose un cadre pour créer des composants distribués (c’est-à-dire déployés sur des serveurs distants) écrit en langage de programmation Java hébergés au sein d&#039;un serveur applicatif permettant de représenter des données (EJB dit entité), de proposer des services avec ou sans conserva…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:48 +0000</pubDate>
        </item>
        <item>
            <title>epic</title>
            <link>https://cyrille.giquello.fr/glossaire/epic</link>
            <description>EPIC

Electronic Privacy Information Center

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

EPIC is a public interest research center in Washington, D.C. It was established in 1994 to focus public attention on emerging civil liberties issues and to protect privacy, the First Amendment, and constitutional values.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:51 +0000</pubDate>
        </item>
        <item>
            <title>fai</title>
            <link>https://cyrille.giquello.fr/glossaire/fai</link>
            <description>FAI

Fournisseur d&#039;Accès Internet

En anglais: Internet Service Provider (ISP)

	*  French Data Network (FDN) est une association de loi 1901 qui a pour but la promotion, l’utilisation et le développement des réseaux INTERNET et USENET.
	*  GLOBENET &lt;http://www.globenet.org/&gt; une association au service des associations. Le projet</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 30 Dec 2013 19:56:00 +0000</pubDate>
        </item>
        <item>
            <title>gexf</title>
            <link>https://cyrille.giquello.fr/glossaire/gexf</link>
            <description>GEXF

Graph Exchange XML Format (GEXF)

GEXF (Graph Exchange XML Format) is a language for describing complex networks structures, their associated data and dynamics. Started in 2007 at Gephi project by different actors, deeply involved in graph exchange issues, the gexf specifications are mature enough to claim being both extensible and open, and suitable for real specific applications.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 22 Apr 2026 14:28:40 +0000</pubDate>
        </item>
        <item>
            <title>hotp</title>
            <link>https://cyrille.giquello.fr/glossaire/hotp</link>
            <description>HOTP

HMAC-Based One-Time Password Algorithm

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

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

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

International Centre for Settlement of Investment Disputes

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

Institute of Electrical and Electronics Engineers

L’Institute of Electrical and Electronics Engineers ou IEEE (que l’on peut prononcer « i trois e ») est une organisation à but non lucratif. L’IEEE compte un grand nombre de membres, et possède différentes branches dans plusieurs parties du monde. L’IEEE est constituée d’ingénieurs électriciens, d’informaticiens, de professionnels du domaine des télécommunications, etc. L’organisation a pour but de promouvoir la connaissance dans le domain…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:46 +0000</pubDate>
        </item>
        <item>
            <title>ios</title>
            <link>https://cyrille.giquello.fr/glossaire/ios</link>
            <description>IOS

International Organization for Standardization

Voir International Organization for Standardization (IOS/ISO).

iPhone OS

iOS (initialement iPhone OS) est un système d&#039;exploitation mobile créé et développé par Apple. Il constitue la base de trois autres systèmes d&#039;exploitation : iPadOS, tvOS, watchOS.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 01 Aug 2025 07:46:33 +0000</pubDate>
        </item>
        <item>
            <title>ndis</title>
            <link>https://cyrille.giquello.fr/glossaire/ndis</link>
            <description>NDIS

Network Driver Interface Specification

NDIS (Network Driver Interface Specification) is a standard that defines the communication between a network adapter (or, better, the driver that manages it) and the protocol drivers (that implement for example TCP/IP). Main NDIS purpose is to act as a wrapper that allows protocol drivers to send and receive packets onto a network (</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:48 +0000</pubDate>
        </item>
        <item>
            <title>oath</title>
            <link>https://cyrille.giquello.fr/glossaire/oath</link>
            <description>OATH

Open AuTHentication

&lt;https://openauthentication.org&gt; (pas de news depuis 2012)

Specifications:

	*  HOTP: An HMAC-Based OTP Algorithm (RFC 4226)
	*  TOTP: Time-based One-time Password Algorithm (RFC 6238)
	*  OCRA: OATH Challenge/Response Algorithms Specification (RFC 6287)

multiOTP open source is a GNU</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 08 Aug 2023 16:23:29 +0000</pubDate>
        </item>
        <item>
            <title>ocp</title>
            <link>https://cyrille.giquello.fr/glossaire/ocp</link>
            <description>OCP

Open Container Project

The Open Container Project is an open governance structure, formed under the the Linux Foundation, to create open industry standards for container formats and runtime.

&lt;https://www.opencontainers.org&gt;

Voir:

	*  Open Container Initiative (OCI)
	*  runC is a CLI tool for spawning and running containers according to the OCP specification</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 13 Nov 2015 12:11:30 +0000</pubDate>
        </item>
        <item>
            <title>oin</title>
            <link>https://cyrille.giquello.fr/glossaire/oin</link>
            <description>OIN

Organisation Internationale de Normalisation

Voir International Organization for Standardization (IOS/ISO).</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:52 +0000</pubDate>
        </item>
        <item>
            <title>osi</title>
            <link>https://cyrille.giquello.fr/glossaire/osi</link>
            <description>OSI

Open Systems Interconnection

Le modèle OSI « Interconnexion de systèmes ouverts » est un modèle de communications entre ordinateurs proposé par l&#039;ISO (Organisation internationale de normalisation). Il décrit les fonctionnalités nécessaires à la communication et l&#039;organisation de ces fonctions.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:47 +0000</pubDate>
        </item>
        <item>
            <title>png</title>
            <link>https://cyrille.giquello.fr/glossaire/png</link>
            <description>PNG

Portable Network Graphics

PNG est un format ouvert d’images numériques, qui a été créé pour remplacer le format Graphics Interchange Format (GIF), à l’époque propriétaire et dont la compression était soumise à un brevet. Le PNG est un format non destructeur spécialement adapté pour publier des images simples comprenant des aplats de couleurs. On prononce usuellement PNG comme</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:54 +0000</pubDate>
        </item>
        <item>
            <title>s3</title>
            <link>https://cyrille.giquello.fr/glossaire/s3</link>
            <description>S3

Amazon Simple Storage Service (S3)

Amazon S3 is storage for the Internet. It is designed to make web-scale computing easier for developers.

&lt;http://aws.amazon.com/s3&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:47 +0000</pubDate>
        </item>
        <item>
            <title>saml</title>
            <link>https://cyrille.giquello.fr/glossaire/saml</link>
            <description>SAML

Security Assertion Markup Language





Voir aussi : Single Sign-On

Providers Implémentations

SimpleSAMLphp

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

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

Software configuration management

La gestion de configuration logicielle est une discipline du génie logiciel ayant pour objet de répondre à la question : quelqu&#039;un a obtenu un résultat. Comment le reproduire ? Le plus souvent, il ne s&#039;agit pas de reproduire à l&#039;identique, mais de reproduire avec des modifications incrémentales. La question est donc de comparer des résultats et d&#039;analyser leurs différences.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:46 +0000</pubDate>
        </item>
        <item>
            <title>sgssi</title>
            <link>https://cyrille.giquello.fr/glossaire/sgssi</link>
            <description>SGSSI

Système de Gestion de la Sécurité des Systèmes d&#039;Information

Voir Information Security Management System (ISMS)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:46 +0000</pubDate>
        </item>
        <item>
            <title>smsi</title>
            <link>https://cyrille.giquello.fr/glossaire/smsi</link>
            <description>SMSI

Système de Management de la Sécurité de l&#039;Information

Voir Information Security Management System (ISMS)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:52 +0000</pubDate>
        </item>
        <item>
            <title>spf</title>
            <link>https://cyrille.giquello.fr/glossaire/spf</link>
            <description>SPF

Sender Policy Framework

Standard pour lutter contre l&#039;astuce de “Sender Address Forgery” pour l&#039;envoi de Spam.

Today, nearly all abusive e-mail messages carry fake sender addresses. The victims whose addresses are being abused often suffer from the consequences, because their reputation gets diminished and they have to disclaim liability for the abuse, or waste their time sorting out misdirected bounce messages.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:48 +0000</pubDate>
        </item>
        <item>
            <title>stomp</title>
            <link>https://cyrille.giquello.fr/glossaire/stomp</link>
            <description>Stomp

Streaming Text Orientated Messaging Protocol

Stomp is the Streaming Text Orientated Messaging Protocol, easy to implement http-like protocol for asynchronous messaging (or the Protocol Briefly Known as TTMP and Represented by the symbol :ttmp). For more information take a look at</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:53 +0000</pubDate>
        </item>
        <item>
            <title>topojson</title>
            <link>https://cyrille.giquello.fr/glossaire/topojson</link>
            <description>TopoJson

&lt;https://github.com/mbostock/topojson/&gt;, Specification

TopoJSON is an extension of GeoJSON that encodes topology. Rather than representing geometries discretely, geometries in TopoJSON files are stitched together from shared line segments called arcs. TopoJSON eliminates redundancy, offering much more compact representations of geometry than with GeoJSON; typical TopoJSON files are 80% smaller than their GeoJSON equivalents. In addition, TopoJSON facilitates applications that use topo…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 25 May 2013 17:57:09 +0000</pubDate>
        </item>
        <item>
            <title>totp</title>
            <link>https://cyrille.giquello.fr/glossaire/totp</link>
            <description>TOTP

Time Based One-Time Passwords

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

Voir aussi

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

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

Unstructured Information Management Architecture

An OASIS standard (UIMA Specification) as of March 2009, UIMA is to date the only industry standard for content analytics.

La fouille de textes ou l&#039;extraction de connaissances dans les textes est une spécialisation de la fouille de données et fait partie du domaine de l&#039;intelligence artificielle. Cette technique est souvent désignée sous l&#039;anglicisme text mining.
Composants logiciels pour le traitement automatique de la langue.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 28 Jun 2012 12:31:07 +0000</pubDate>
        </item>
        <item>
            <title>vpc</title>
            <link>https://cyrille.giquello.fr/glossaire/vpc</link>
            <description>VPC

Vote Par Correspondance

Amazon Virtual Private Cloud (Amazon VPC)

Amazon Virtual Private Cloud (Amazon VPC) is a secure and seamless bridge between a company’s existing IT infrastructure and the AWS cloud. Amazon VPC enables enterprises to connect their existing infrastructure to a set of isolated AWS compute resources via a Virtual Private Network (VPN) connection, and to extend their existing management capabilities such as security services, firewalls, and intrusion detection systems t…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:48 +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>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>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>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>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>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>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>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>graphgear</title>
            <link>https://cyrille.giquello.fr/informatique/graphgear</link>
            <description>Graph Gear

&lt;http://www.creativesynthesis.net/recycling/graphgeardemo/&gt;

Graph Gear is an open platform for graph visualization (the mathematical kind, not the bar chart kind). It allows you to create an interactive graph with force directed layout that has a good interactive user experience. It is writing with ActionScript 2 (Flash).</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>harddrive</title>
            <link>https://cyrille.giquello.fr/informatique/harddrive</link>
            <description>Disque dur

Technos

RAID

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

La Gestion de configuration est définie par la norme ISO 10007 adopté par le Comité européen de normalisation (CEN) et se définit comme suit: Activités d&#039;ordre technique et organisationnel comprenant l&#039;identification de la configuration, la maîtrise de la configuration, l&#039;enregistrement de l&#039;état de la configuration, l&#039;audit de la configuration.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +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>mind_mapping</title>
            <link>https://cyrille.giquello.fr/informatique/mind_mapping</link>
            <description>Mind mapping

tags: mind map, carte mentale, carte heuristique

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

On line services

	*  &lt;https://framindmap.org&gt;
	*  &lt;http://www.mindmeister.com&gt;
	*  &lt;http://www.mindmup.com&gt;
	*  &lt;http://coggle.it&gt;
	*  &lt;https://bubbl.us&gt;
	*  &lt;http://mind42.com&gt;

Softwares

Mindmup

Zero friction online mind mapping

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

source code, Online free service with storage on Google drive, Github, Dropbox

Free software, Web based, Ruby</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 02 Dec 2016 03:18:12 +0000</pubDate>
        </item>
        <item>
            <title>mono</title>
            <link>https://cyrille.giquello.fr/informatique/mono</link>
            <description>Mono

Documentation

	*  Mono-Project le site du projet
	*  Mono sur wikipedia

Mod_Mono

Mod_Mono is an Apache 2.0/2.2 module that provides ASP.NET support for the web&#039;s favorite server, Apache (&lt;http://httpd.apache.org&gt;).

The module passes off requests for ASP.NET pages to an external program, mod-mono-server, which actually handles the requests. The communication between the Apache module and mod-mono-server is established using a Unix socket or a TCP socket.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:59 +0000</pubDate>
        </item>
        <item>
            <title>openssl</title>
            <link>https://cyrille.giquello.fr/informatique/openssl</link>
            <description>OpenSSL

Voir aussi :

	*  Infrastructure de Gestion de Clefs
	*  Mod_SSL

On line tools:

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

Code Signing with OpenSSL

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

Vérification de certificat avec OpenSSL

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


 openssl s_client -connect isc.sans.org:443


on line tools:

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

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

Qui sont ils ?



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

Les vidéos :

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

Serveur

Funambol Community Edition

Funambol is the leading mobile open source project and leading provider of open source mobile cloud sync and push email for billions of phones. It is a certified implementation of the Open Mobile Alliance SyncML standards.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:56 +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>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>virtual_admin</title>
            <link>https://cyrille.giquello.fr/informatique/virtual_admin</link>
            <description>Virtual admin

Virtualmin (and Webmin)

ispconfig pour gérer le système, pas de plugin pour les applications (wordpress and co)

Cpanel pricing

Plesk princing</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 23 Jun 2019 05:38:39 +0000</pubDate>
        </item>
        <item>
            <title>wikios</title>
            <link>https://cyrille.giquello.fr/informatique/wikios</link>
            <description>WikiOS

Un incroyable desktop on-line tout en Silverlight. On développe et exécute les applications directement depuis le desktop. Très impressionant.

&lt;http://www.wiki-os.org&gt;

What is Wiki-OS ?</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:58 +0000</pubDate>
        </item>
        <item>
            <title>sharepoint</title>
            <link>https://cyrille.giquello.fr/informatique/cms/sharepoint</link>
            <description>SharePoint

Windows Sharepoint Services (WSS).

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

/glossaire/rsa

Présentations de l&#039;algo RSA:

	*  &lt;http://www.di-mgt.com.au/rsa_alg.html&gt;
	*  &lt;http://www.cryptosec.org/RSA.html&gt;

	*  key generation
		*  p, q are two large random primes
		*  n = pq is of the required bit length
		*  phi = (p-1)(q-1)
		*  public exponent e: 1 &lt; e &lt; phi, gcd(e, phi) = 1
		*  secret exponent d: 1 &lt; d &lt; phi, ed ≡ 1 (mod phi)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 06 Aug 2023 07:58:20 +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>flyspray</title>
            <link>https://cyrille.giquello.fr/informatique/gestion_de_projet/flyspray</link>
            <description>Flyspray

Flyspray: The Bug Killer!

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

Release: Flyspray 0.9.9.6 - 01 May 2009

Flyspray is an uncomplicated, web-based bug tracking system for assisting with software development: &lt;http://flyspray.org/about&gt;

HowTo

Closing duplicate tasks

When you close a task for being a duplicate, write in the comment which task it is a duplicate of, as FS#nnn. The closed task will then be marked as a duplicate of the original.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:58 +0000</pubDate>
        </item>
        <item>
            <title>openworkbench</title>
            <link>https://cyrille.giquello.fr/informatique/gestion_de_projet/openworkbench</link>
            <description>OpenWorkbench (OWB)

Le concurrent gratuit de Microsoft Project (MSP).

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

Open Workbench is an open source desktop application that provides robust project scheduling and management functionality. Already the scheduling standard for more than 100,000 project managers worldwide, Open Workbench is a free and powerful alternative to Microsoft Project.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:58 +0000</pubDate>
        </item>
        <item>
            <title>sigmajs</title>
            <link>https://cyrille.giquello.fr/informatique/javascript/sigmajs</link>
            <description>Sigma.js

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

Sigma is a JavaScript library dedicated to graph drawing. It makes easy to publish networks on Web pages, and allows developers to integrate network exploration in rich Web applications.

Voir aussi:

	*  &lt;https://github.com/Linkurious/linkurious.js&gt;
		*  A JavaScript library to visualize and interact with graphs. Linkurious.js is an active fork of Sigma.js. It&#039;s dual-licensed under both GPLv3 and a commercial license for proprietary projects.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 13 Sep 2016 13:58:03 +0000</pubDate>
        </item>
        <item>
            <title>geotools.mennobieringa.nl</title>
            <link>https://cyrille.giquello.fr/informatique/osm/geotools.mennobieringa.nl</link>
            <description>from &lt;http://www.phpclasses.org/package/7147-PHP-Perform-calculations-with-geographic-coordinates.html&gt;


&lt;?php
/**
 * Copyright (c) 2011 by Menno Bieringa - http://www.mennobieringa.nl
 *
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 *
 * Redistributions of source code must retain the above copyright notice,
 * this list of conditions and the following disclaimer…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:55 +0000</pubDate>
        </item>
        <item>
            <title>cakephp</title>
            <link>https://cyrille.giquello.fr/informatique/php/cakephp</link>
            <description>CakePhp

Si vous pouvez utiliser un autre framework, préférez Laravel. Sinon, ben c&#039;est la vie :-)

	*  &lt;http://cakePhp.org&gt;
	*  CakePHP
	*  La doc: &lt;https://book.cakephp.org&gt;

Liste de plugins

	*  Annuaire CakePHP Plugins
	*  &lt;https://github.com/FriendsOfCake/awesome-cakephp&gt;
	*  Best CakePHP Plugins by Amanda on October 19, 2020

Tips

User info

Récupérer l&#039;utilisateur connecté hors d&#039;un controller ou view</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Jun 2025 09:14:19 +0000</pubDate>
        </item>
        <item>
            <title>gzip</title>
            <link>https://cyrille.giquello.fr/informatique/system_admin/gzip</link>
            <description>gzip

pigz

Une alternative multi-processeurs à gzip : &lt;https://github.com/madler/pigz&gt;, &lt;https://zlib.net/pigz&gt;

S&#039;utilise en lieu et place de gzip, par exemple pour une archive on peut utiliser pigz pour compresser et décompresser avec tar xf comme d&#039;habitude.

It is pronounced pig-zee, it is not pronounced like the plural of pig.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 11 Nov 2025 11:09:16 +0000</pubDate>
        </item>
        <item>
            <title>rclone</title>
            <link>https://cyrille.giquello.fr/informatique/system_admin/rclone</link>
            <description>rclone

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

Rclone is a command-line program to manage files on cloud storage. It is a feature-rich alternative to cloud vendors&#039; web storage interfaces. Over 70 cloud storage products support rclone including S3 object stores, business &amp; consumer file storage services, as well as standard transfer protocols.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 19 Jan 2025 11:09:44 +0000</pubDate>
        </item>
        <item>
            <title>sauvegarde</title>
            <link>https://cyrille.giquello.fr/informatique/system_admin/sauvegarde</link>
            <description>Sauvegarde - Backup

Voir aussi /informatique/files_synchronization

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

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

Voir aussi journalctl

	*  &lt;https://systemd.io/&gt;
	*  &lt;https://www.freedesktop.org/software/systemd/man/latest/&gt;

Les directives:

	*  &lt;https://www.freedesktop.org/software/systemd/man/latest/systemd.directives.html&gt;

Outil d&#039;analyse:

	*  &lt;https://www.freedesktop.org/software/systemd/man/latest/systemd-analyze.html&gt;

Pour envoyer une notification en cas d&#039;échec d&#039;exécution, créer un template service :

	*  &lt;https://www.baeldung.com/linux/systemd-service-fail-notification&gt;
	*  &lt;https://s…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 01 Dec 2025 09:15:01 +0000</pubDate>
        </item>
        <item>
            <title>webperformance</title>
            <link>https://cyrille.giquello.fr/informatique/web/webperformance</link>
            <description>Web Performance

Doc

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

Advanced Custom Fields

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

ACF OpenStreetMap Field

acf-openstreetmap-field

acf form

Documentation

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

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

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

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

	*  en back is_admin() == true</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 24 Dec 2024 10:00:52 +0000</pubDate>
        </item>
        <item>
            <title>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>note</title>
            <link>https://cyrille.giquello.fr/wiki/plugins_installes/note</link>
            <description>Note plugin
&lt;note&gt; This is my note ! Remember it !! &lt;/note&gt;
&lt;note&gt; This is my note ! Remember it !! &lt;/note&gt;
&lt;note important&gt; Warning ! You&#039;re about to lose your mind ;-) &lt;/note&gt;
&lt;note important&gt; Warning ! You&#039;re about to lose your mind ;-) &lt;/note&gt;
&lt;note tip&gt; The clues are in the images. &lt;/note&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:19:00 +0000</pubDate>
        </item>
        <item>
            <title>autophp</title>
            <link>https://cyrille.giquello.fr/informatique/ai_lm/ai_agent/autophp</link>
            <description>Essai AutoPhp

LLPhant/AutoPHP est un PoC pour l&#039;exécution de tâches, basé sur le framework LLPhant/LLPhant qui lui même utilise openai-php/client, pour imaginer le R2-D2 sachant tout faire : Retour d&#039;expérience sur la création d&#039;un agent autonome (Maxime Thoonsen, Youtube, janvier 2024)

Définition des tâches

Le prompt AutoPhp , un peu modifié pour insister sur la création de la liste des tâches en pré-requis.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 23 Apr 2026 16:46:38 +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>replication</title>
            <link>https://cyrille.giquello.fr/informatique/sgbd/mysql/replication</link>
            <description>mysql replication

Des questions:

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

Config actuelle

	*  Sympa version is 6.1.23
	*  debian 8.11 (plus de mise à jour)

migration

Sympa debian packages:

	*  stretch: 6.2.16
	*  buster: 6.2.40
	*  bullseye: 6.2.60

Sympa migration

	*  Upgrade
		*  Upgrade &amp; Moving to another server</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 13 Jun 2021 07:25:04 +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>biens_communs</title>
            <link>https://cyrille.giquello.fr/divers/biens_communs</link>
            <description>Biens Communs

Politiques des biens communs de la connaissance

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

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

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

GUILLOT

Spécialiste en négoce de produits sidérurgiques, met à votre disposition un stock important de produits aciers, inox et aluminium. IPN, poutre métal, ...

	*  Av. Yves Farges, 37700 SAINT PIERRE DES CORPS
	*  Tél. 02 47 44 77 01, Fax 02 47 32 90 24</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 01 Apr 2017 09:00:32 +0000</pubDate>
        </item>
        <item>
            <title>quelques_chiffres_a_mediter</title>
            <link>https://cyrille.giquello.fr/divers/quelques_chiffres_a_mediter</link>
            <description>Quelques chiffres à méditer:

En 1980 la valeur ajoutée brute (richesses produites) était inférieure à 500 milliards d&#039;euros. En 2009 elle était 1 721,7 milliards (Source INSEE).

En 1985 la part des profits issus du travail versés aux actionnaires était de 5%. En 2010 elle est de 25% (Source INSEE).</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:45 +0000</pubDate>
        </item>
        <item>
            <title>arduino</title>
            <link>https://cyrille.giquello.fr/electronique/arduino</link>
            <description>Arduino

Voir aussi hacklab, raspberrypi

Doc

Débutant

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

 Advanced 

	*  Advanced Arduino ADC – Faster analogRead()

Librairie

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

Téléphone distribué sous la marque Orange.

the Orange SPV C500 also known as the Audiovox SMT 5600 is manufactured by HTC of Taiwan.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 17 Aug 2013 18:23:17 +0000</pubDate>
        </item>
        <item>
            <title>acid</title>
            <link>https://cyrille.giquello.fr/glossaire/acid</link>
            <description>ACID

Atomicity, Consistency, Isolation, Durability

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

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

Automatic dependent surveillance-broadcast (ADS-B)

Automatic_dependent_surveillance-broadcast est un système de surveillance coopératif pour le contrôle du trafic aérien et d&#039;autres applications connexes. Un avion équipé de l&#039;ADS-B détermine sa position par un système de positionnement par satellite (GNSS) et envoie périodiquement cette position et d&#039;autres informations aux stations sol et aux autres appareils équipés de l&#039;ADS-B évoluant dans la zone.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 10 Apr 2022 16:12:58 +0000</pubDate>
        </item>
        <item>
            <title>afp</title>
            <link>https://cyrille.giquello.fr/glossaire/afp</link>
            <description>AFP

Agence France-Presse

Une agence de presse indépendante. La toute première agence mondiale d&#039;information
L&#039;histoire de l&#039;AFP remonte à la création en 1835 de l&#039;agence Havas, pionnière des agences de presse internationales. Elle renaît sous le nom d&#039;Agence France-Presse.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:54 +0000</pubDate>
        </item>
        <item>
            <title>arml</title>
            <link>https://cyrille.giquello.fr/glossaire/arml</link>
            <description>ARML

Augmented Reality Markup Language

ARML for displaying in the augmented-reality browser, is an OGC® Standards.

	*  Augmented Reality Markup Language
	*  &lt;http://www.opengeospatial.org/standards/arml&gt;
	*  ARML 1.0 Specification for Wikitude

Browsers:

	*  Wikitude</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 28 Feb 2017 20:03:00 +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>basda</title>
            <link>https://cyrille.giquello.fr/glossaire/basda</link>
            <description>BASDA

Business Application Software Developers Association

BASDA was founded in 1993. The organisation was formed from a core group of software developers, who recognised that the software industry needed an independent representative body. As a result, BASDA now represents the interests of international suppliers, resellers and user groups, as well as developers of Human Resources, Accounting, Taxation, Payroll, Logistics, Manufacturing, Document management and other business software applica…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:53 +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>blueprint</title>
            <link>https://cyrille.giquello.fr/glossaire/blueprint</link>
            <description>Blueprint

Le terme blueprint désigne, en anglais, un plan détaillé, ce que l&#039;on appelle en dessin technique un dessin de définition. Le terme, signifiant littéralement « impression en bleu », provient d&#039;un procédé d&#039;imprimerie, la cyanotypie.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:54 +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>civictech</title>
            <link>https://cyrille.giquello.fr/glossaire/civictech</link>
            <description>CivicTech

	*  La gazette des communes &lt;https://www.lagazettedescommunes.com/464849/democratie-participative-les-outils-numeriques-doivent-encore-convaincre/&gt;
	*  modernisation.gouv.fr &lt;https://comment-faire.modernisation.gouv.fr/wp-content/uploads/2018/11/boite-outils-demarches-participation_com.pdf&gt;

Acteurs

liste d&#039;acteurs:

	*  &lt;http://civictechno.fr/&gt;

acteurs:

	*  &lt;http://democratieouverte.org&gt;
	*  &lt;http://democracyos.eu&gt;
	*  &lt;https://www.consultvox.co&gt;

Plateformes

	*  &lt;https://cap-col…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 29 Jul 2020 07:20:37 +0000</pubDate>
        </item>
        <item>
            <title>cms</title>
            <link>https://cyrille.giquello.fr/glossaire/cms</link>
            <description>CMS

Certificate Maintenance Scheme

Qui décrit les process de mise à jour dans le cadre des Critères Communs (CC).

Cryptographic Message Syntax

Cryptographic Message Syntax (CMS) is a syntax defined in
RFC2315 RFC2630
RFC3369
RFC 3852 for signing, digesting, authenticating, and encrypting digital messages. Il est basé sur la syntaxe de</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:53 +0000</pubDate>
        </item>
        <item>
            <title>coepia</title>
            <link>https://cyrille.giquello.fr/glossaire/coepia</link>
            <description>COEPIA

Conseil d’Orientation de l’ Édition Publique et de l’Information Administrative

	*  Les lettres d&#039;information du COEPIA
	*  &lt;http://www.cada.fr/coepia,20114475.html&gt;
	*  &lt;secretariat.coepia@dila.gouv.fr&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:47 +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>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>cve</title>
            <link>https://cyrille.giquello.fr/glossaire/cve</link>
            <description>CVE

Common Vulnerabilities and Exposures

CVE® is a publicly available and free to use list or dictionary of standardized identifiers for common computer vulnerabilities and exposures.

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

Voir:

	*  Common Weakness Enumeration (CWE)
	*  Common Attack Pattern Enumeration and Classification (CAPEC)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:54 +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>cwop</title>
            <link>https://cyrille.giquello.fr/glossaire/cwop</link>
            <description>CWOP

Citizen Weather Observer Program

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

The Citizen Weather Observer Program (CWOP) is a public-private partnership with three main goals:

	*  to collect weather data contributed by citizens;
	*  to make these data available for weather services and homeland security; and</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:52 +0000</pubDate>
        </item>
        <item>
            <title>data_publica</title>
            <link>https://cyrille.giquello.fr/glossaire/data_publica</link>
            <description>Data Publica

Data Publica a pour vocation d&#039;être un datastore et un annuaire leader des données publiques et privées en France. ils peuvent croiser les données internes d&#039;une entreprise avec les données issues de leur datastore et des données ouvertes.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:47 +0000</pubDate>
        </item>
        <item>
            <title>dhcp</title>
            <link>https://cyrille.giquello.fr/glossaire/dhcp</link>
            <description>DHCP

Dynamic Host Configuration Protocol

Dynamic Host Configuration Protocol (DHCP) est un terme anglais désignant un protocole réseau dont le rôle est d&#039;assurer la configuration automatique des paramètres IP d&#039;une station, notamment en lui affectant automatiquement une adresse IP et un masque de sous-réseau. DHCP peut aussi configurer l&#039;adresse de la passerelle par défaut, des serveurs de noms</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:54 +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>dstm</title>
            <link>https://cyrille.giquello.fr/glossaire/dstm</link>
            <description>DSTM

Dual Stack Transition Mechanism

DSTM is an IPv4 → IPv6 transition proposal based on the use of IPv4 over IPv6 dynamic tunnels and the temporary allocation of IPv4 global adresses to Dual-Stack hosts.

Voir :

	*  Presentation (en)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:47 +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>epc</title>
            <link>https://cyrille.giquello.fr/glossaire/epc</link>
            <description>EPC

Electronic Product Code

Le Code Produit Electronique est un identifiant unique permettant d&#039;identifier un objet dans une chaîne de production. Les normes actuelles découpent cet EPC selon trois formats 64, 96 ou 125 bits.
wikipedia: EPC fr, EPC en</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:52 +0000</pubDate>
        </item>
        <item>
            <title>etsi</title>
            <link>https://cyrille.giquello.fr/glossaire/etsi</link>
            <description>ETSI

European Telecommunications Standards Institute

L’European Telecommunications Standards Institute (ETSI), c&#039;est-à-dire l&#039;Institut européen des normes de télécommunication, est l&#039;organisme de normalisation européen du domaine des télécommunications.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:48 +0000</pubDate>
        </item>
        <item>
            <title>evote</title>
            <link>https://cyrille.giquello.fr/glossaire/evote</link>
            <description>eVote

Vote Électronique par Internet - e-Vote.

Références:

	*  CSE : élection de la délégation du personnel sur travail-emploi.gouv.fr
		*  Les modalités de mise en œuvre du vote par voie électronique (vote électronique), sur le lieu de travail ou à distance, sont fixées par les articles R. 2314-5 à R. 2314-18 du Code du travail. A défaut d’accord d’entreprise ou d’accord de groupe, le recours au vote électronique est possible sur décision de l’employeur.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 10 Feb 2022 07:34:27 +0000</pubDate>
        </item>
        <item>
            <title>gafam</title>
            <link>https://cyrille.giquello.fr/glossaire/gafam</link>
            <description>GAFAM

	*  Google : filters your thoughts - filtre tes pensées
	*  Apple : Knows where your mom is - sait où est ta mère
	*  Facebook : Chooses what you read - Choisit ce que vous lisez
	*  Amazon : Knows what presents you are getting - sait quels cadeaux vous recevez</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 24 Aug 2024 12:16:13 +0000</pubDate>
        </item>
        <item>
            <title>geojson</title>
            <link>https://cyrille.giquello.fr/glossaire/geojson</link>
            <description>GeoJson

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

GeoJSON is a format for encoding a variety of geographic data structures. A GeoJSON object may represent a geometry, a feature, or a collection of features. GeoJSON supports the following geometry types: Point, LineString, Polygon, MultiPoint, MultiLineString, MultiPolygon, and GeometryCollection. Features in GeoJSON contain a geometry object and additional properties, and a feature collection represents a list of features.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 21 Jun 2014 11:27:35 +0000</pubDate>
        </item>
        <item>
            <title>gtd</title>
            <link>https://cyrille.giquello.fr/glossaire/gtd</link>
            <description>GTD

Getting Things Done

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

exemple à l&#039;Arpil: &lt;https://agir.april.org/issues/135&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:54 +0000</pubDate>
        </item>
        <item>
            <title>guid</title>
            <link>https://cyrille.giquello.fr/glossaire/guid</link>
            <description>GUID

Globally Unique IDentifier

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

High Performance Computing

Calcul Haute Performance.

Voir:

	*  High Performance Computing, High Performance Computing
	*  The Apache Hadoop project develops open-source software for reliable, scalable, distributed computing. De très nombreux utilisateurs d&#039;Hadoop.
	*  The Storm project from Twitter. Stream processing, Continuous computation, Distributed RPC.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 20 May 2012 18:55:52 +0000</pubDate>
        </item>
        <item>
            <title>ia</title>
            <link>https://cyrille.giquello.fr/glossaire/ia</link>
            <description>IA

Identification and Authentification

Intelligence Artificielle

Le terme intelligence artificielle, créé par John McCarthy, est souvent abrégé par le sigle IA et est défini par l’un de ses créateurs, Marvin Lee Minsky, comme « la construction de programmes informatiques qui s’adonnent à des tâches qui sont, pour l’instant, accomplies de façon plus satisfaisante par des êtres humains car elles demandent des processus mentaux de haut niveau tels que : l’apprentissage perceptuel, l’organisation…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:51 +0000</pubDate>
        </item>
        <item>
            <title>ids</title>
            <link>https://cyrille.giquello.fr/glossaire/ids</link>
            <description>IDS

Intrusion Detection System

Voir aussi (NIDS) Network Intrusion Detection System, (XDR) Extended Detection and Response

Un Système de détection d&#039;intrusion repère des activités anormales ou suspectes sur la cible analysée (un réseau ou un hôte).

Le format de données IDMEF définit un format et une procédure de partage des données spécifique aux systèmes de détection d&#039;intrusion</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 17 May 2026 11:15:56 +0000</pubDate>
        </item>
        <item>
            <title>imfs</title>
            <link>https://cyrille.giquello.fr/glossaire/imfs</link>
            <description>IMFS

Internet Media File System

Nirvanix has built a global cluster of storage nodes collectively referred to as the Storage Delivery Network (SDN), powered by the Nirvanix Internet Media File System (IMFS). Accessed over the Internet, the SDN is optimized for storing and delivering large files (audio, documents, photos, video, etc.) and provides massive scalability to deal with the challenges of exponential storage growth. Nirvanix also provides integrated media services (including image mani…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:54 +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>isdd</title>
            <link>https://cyrille.giquello.fr/glossaire/isdd</link>
            <description>ISDD

Installation de stockage de déchets dangereux</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:50 +0000</pubDate>
        </item>
        <item>
            <title>isdi</title>
            <link>https://cyrille.giquello.fr/glossaire/isdi</link>
            <description>ISDI

Installation de stockage de déchets inertes</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:51 +0000</pubDate>
        </item>
        <item>
            <title>isdnd</title>
            <link>https://cyrille.giquello.fr/glossaire/isdnd</link>
            <description>ISDND

Installation de stockage de déchets non dangereux</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:53 +0000</pubDate>
        </item>
        <item>
            <title>isp</title>
            <link>https://cyrille.giquello.fr/glossaire/isp</link>
            <description>ISP

Internet Service Provider

Voir Fournisseur d&#039;Accès à Internet (FAI)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:48 +0000</pubDate>
        </item>
        <item>
            <title>istia</title>
            <link>https://cyrille.giquello.fr/glossaire/istia</link>
            <description>ISTIA

Institut des Sciences et Techniques de l&#039;Ingénieur d&#039;Angers</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:47 +0000</pubDate>
        </item>
        <item>
            <title>jaws</title>
            <link>https://cyrille.giquello.fr/glossaire/jaws</link>
            <description>JAWS

Job Access With Speech

JAWS, Job Access With Speech, is the world’s most popular screen reader, developed for computer users whose vision loss prevents them from seeing screen content or navigating with a mouse. JAWS provides speech and Braille output for the most popular computer applications on your PC. You will be able to navigate the Internet, write a document, read an email and create presentations from your office, remote desktop, or from home.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 21 Feb 2023 17:03:08 +0000</pubDate>
        </item>
        <item>
            <title>jdo</title>
            <link>https://cyrille.giquello.fr/glossaire/jdo</link>
            <description>JDO

Java Data Objects

JDO est un standard informatique basé sur Java permettant l&#039;accès aux données de façon transparente et unifiée.

JDO is a standard way to access persistent data in databases, using plain old Java objects (Plain Old Java Objects (POJO)) to represent persistent data. The approach separates data manipulation (done by accessing Java data members in the Java domain objects) from database manipulation (done by calling the JDO interface methods). This separation of concerns lead…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:48 +0000</pubDate>
        </item>
        <item>
            <title>jpa</title>
            <link>https://cyrille.giquello.fr/glossaire/jpa</link>
            <description>JPA

Java Persistence Api

La Java Persistence API permet aux développeurs d&#039;organiser des données relationnelles dans des applications utilisant la plateforme Java. La Java Persistence API est à l&#039;origine issue du travail du groupe d&#039;experts JSR 220 puis JSR 317 pour JPA 2.0.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:51 +0000</pubDate>
        </item>
        <item>
            <title>json</title>
            <link>https://cyrille.giquello.fr/glossaire/json</link>
            <description>JSON

JavaScript Object Notation

JSON (JavaScript Object Notation – Notation Objet issue de JavaScript) est un format léger d&#039;échange de données (lightweight data-interchange format). Il est facile à lire ou à écrire pour des humains. Il est aisément analysable ou générable par des machines. Il est basé sur un sous-ensemble du langage de programmation</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 09 Mar 2024 17:37:05 +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>mdm</title>
            <link>https://cyrille.giquello.fr/glossaire/mdm</link>
            <description>MDM

Master Data Management

	*  Une solution Multidomaine. En utilisant une plate-forme multidomaine (produit, client, structure, collaborateur…), vous bénéficiez d’une mise en oeuvre incrémentale mais aussi et surtout d’une réduction des coûts par capitalisation des investissements humains et logiciels.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:50 +0000</pubDate>
        </item>
        <item>
            <title>mms</title>
            <link>https://cyrille.giquello.fr/glossaire/mms</link>
            <description>MMS

Multi-network Metadata System

Metadata are critical to quality assessment, interpretation and utilization of data. MMS, the Multi-network Metadata System, is a long term strategy with the goal of improving consistency of and access to our critical metadata. While metadata include station histories, data inventories, data catalogs and directories and documentation of individual datasets, the initial focus has been on station histories.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:51 +0000</pubDate>
        </item>
        <item>
            <title>mppc</title>
            <link>https://cyrille.giquello.fr/glossaire/mppc</link>
            <description>MPPC

Microsoft PPp Compression

Voir Point-to-Point Protocol (PPP).

Motion Picture Production Code

Le « Code de production » ou « code Hays » (du nom de son artisan William H. Hays), issu des médiations entre les associations, les églises et l&#039;industrie cinématographique américaine est ratifié par le Conseil de direction de la Motion Picture Producers and Distributors of America (MPPDA). Ce code interdit l&#039;emploi dans les films américains de certain mots, de dialogues, situations pouvant port…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:46 +0000</pubDate>
        </item>
        <item>
            <title>mvp</title>
            <link>https://cyrille.giquello.fr/glossaire/mvp</link>
            <description>MVP

Model-View-Presenter

Model-view-presenter is a software pattern, considered a derivative of the model-view-controller (MVC)  pattern.

	*  Model-view-presenter
	*  /informatique/Design Pattern/Model-View-Presenter, /informatique/Design Pattern/Model-View-Controller

Minimum Viable Product

Produit minimaliste pour démo, aussi appelé PoC (Proof of Concept).</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 01 Feb 2026 09:42:56 +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>oci</title>
            <link>https://cyrille.giquello.fr/glossaire/oci</link>
            <description>OCI

Open Container Initiative

The Open Container Initiative is a lightweight, open governance structure, to be formed under the auspices of the Linux Foundation, for the express purpose of creating open industry standards around container formats and runtime. The OCI was launched on June 22nd 2015.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 09 Oct 2015 15:53:26 +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>oembed</title>
            <link>https://cyrille.giquello.fr/glossaire/oembed</link>
            <description>oEmbed

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

oEmbed is a format for allowing an embedded representation of a URL on third party sites. The simple API allows a website to display embedded content (such as photos or videos) when a user posts a link to that resource, without having to parse the resource directly.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 20 Feb 2023 16:56:59 +0000</pubDate>
        </item>
        <item>
            <title>ofsad</title>
            <link>https://cyrille.giquello.fr/glossaire/ofsad</link>
            <description>OFSAD

Office Français pour la Sécurité et l&#039;Archivage des Documents

L&#039;OFSAD (Office Français pour la Sécurité et l&#039;Archivage des Documents) est une société anonyme simplifiée SAS au capital de 186.640 euros fondée en 2003 pour préserver les intérêts et les droits du citoyen, des assurés, des épargnants, des consommateurs et des professionnels par l’archivage numérique en ligne et à valeur probante de tous leurs documents papier et numériques, dans les meilleures conditions de sécurité, d’ergon…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:52 +0000</pubDate>
        </item>
        <item>
            <title>openid</title>
            <link>https://cyrille.giquello.fr/glossaire/openid</link>
            <description>OpenID

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

Plan d&#039;Assurance Qualité

Le plan d&#039;assurance qualité est un document énonçant les pratiques, les moyens et la séquence des activités liées à la qualité spécifiques à un produit, un projet ou un contrat particulier (Extrait de la norme ISO 8402:1994).</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:53 +0000</pubDate>
        </item>
        <item>
            <title>rdm</title>
            <link>https://cyrille.giquello.fr/glossaire/rdm</link>
            <description>RDM

Remote Desktop Manager

Remote Desktop Manager est un outil pour Windows, édité par Devolutions, qui permet de gérer les connexions distantes.

Remote Desktop Manager is a small application used to manage all your remote connections and virtual machines. Add, edit, delete, shared, organize and find your remote connection quickly. Compatible with Microsoft Remote Desktop, Terminal Services, VNC, LogMeIn, Team Viewer, Ftp, SSH, Telnet, Dameware, X Window, VMware, Virtual PC, PC Anywhere, Hype…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:52 +0000</pubDate>
        </item>
        <item>
            <title>rds</title>
            <link>https://cyrille.giquello.fr/glossaire/rds</link>
            <description>RDS

Amazon Relational Database Service (Amazon RDS)

Amazon Relational Database Service (Amazon RDS) is a web service that makes it easy to set up, operate, and scale a relational database in the cloud. It provides cost-efficient and resizable capacity while managing time-consuming database administration tasks, freeing you up to focus on your applications and business.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:47 +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>roc</title>
            <link>https://cyrille.giquello.fr/glossaire/roc</link>
            <description>ROC

Reconnaissance optique de caractères

En anglais: Optical Character Recognition

La reconnaissance optique de caractères (ROC) désigne les procédés informatiques pour la traduction d&#039;images de textes imprimés ou dactylographiés en fichiers de texte. Elle réalise beaucoup moins que l&#039;être humain qui, lui, exécute, en plus de la reconnaissance, la compréhension du message, sa mémorisation, voire son analyse critique dans un seul temps.
Un ordinateur réclame pour l&#039;exécution de cette tâche un …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 19 Mar 2021 06:37:42 +0000</pubDate>
        </item>
        <item>
            <title>sbl</title>
            <link>https://cyrille.giquello.fr/glossaire/sbl</link>
            <description>SBL

Spamhaus Block List

The Spamhaus Block List (SBL) is a realtime database of IP addresses of spam-sources, including known spammers, spam gangs, spam operations and spam support services. SBL listings are made according to policies outlined in [WWW] SBL Policy &amp; Listing Criteria.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:47 +0000</pubDate>
        </item>
        <item>
            <title>sdn</title>
            <link>https://cyrille.giquello.fr/glossaire/sdn</link>
            <description>SDN

Storage Delivery Network

Nirvanix has built a global cluster of storage nodes collectively referred to as the Storage Delivery Network (SDN), powered by the Nirvanix Internet Media File System (IMFS). Accessed over the Internet, the SDN is optimized for storing and delivering large files (audio, documents, photos, video, etc.) and provides massive scalability to deal with the challenges of exponential storage growth. Nirvanix also provides integrated media services (including image manipul…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:50 +0000</pubDate>
        </item>
        <item>
            <title>sepa</title>
            <link>https://cyrille.giquello.fr/glossaire/sepa</link>
            <description>SEPA

Single Euro Payments Area

SEPA est l&#039;acronyme de Single Euro Payments Area ou espace unique de paiements en euro.

Ce projet est né - après l&#039;indication politique de la Commission Européenne et de Banque Centrale Européenne - de l&#039;initiative d&#039;établissements financiers de l&#039;Union européenne ainsi que de la Suisse, du Liechtenstein, de la Norvège et de l&#039;Islande qui ont constitué l’</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:54 +0000</pubDate>
        </item>
        <item>
            <title>sso</title>
            <link>https://cyrille.giquello.fr/glossaire/sso</link>
            <description>SSO

Single Sign On

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

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

Security Support Provider Interface

Security Support Provider Interface (SSPI) is an API used by Microsoft Windows systems to perform a variety of security related operations such as authentication.

Voir:

	*  Security Support Provider Interface (SSPI)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:54 +0000</pubDate>
        </item>
        <item>
            <title>tuple</title>
            <link>https://cyrille.giquello.fr/glossaire/tuple</link>
            <description>Tuple

In mathematics and computer science, a tuple is an ordered list of elements.

Tuple, Tuple</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 26 Mar 2022 08:04:05 +0000</pubDate>
        </item>
        <item>
            <title>vrf</title>
            <link>https://cyrille.giquello.fr/glossaire/vrf</link>
            <description>VRF

Virtual Route Forwarding Policy

An artifact that details specific attributes that are associated with membership within a VPN. When reified, it contains routing information that is associated with a VPN.

Voir:

	*  RFC 2547 BGP/MPLS VPNs RFC 4364 BGP/MPLS IP Virtual Private Networks (VPNs)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:47 +0000</pubDate>
        </item>
        <item>
            <title>waf</title>
            <link>https://cyrille.giquello.fr/glossaire/waf</link>
            <description>WAF

Web Application Firewall

Pare-feu d&#039;applications Web.

	*  ModSecurity
	*  OWASP Core Rule Set
	*  Wordfence a wordpress WAF plugin
	*  OWASP Coraza WAF is a golang modsecurity compatible web application firewall library
		*  &lt;https://github.com/corazawaf/coraza&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 04 Apr 2025 18:37:26 +0000</pubDate>
        </item>
        <item>
            <title>webdav</title>
            <link>https://cyrille.giquello.fr/glossaire/webdav</link>
            <description>WebDAV

Web-based Distributed Authoring and Versioning

WebDAV (pour Web-based Distributed Authoring and Versioning) est un protocole de communication qui vous permet d’accéder de manière simple et rapide à des fichiers situés sur un serveur distant, depuis votre propre machine.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:48 +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>wmo</title>
            <link>https://cyrille.giquello.fr/glossaire/wmo</link>
            <description>WMO

World Meteorological Organization

L’Organisation météorologique mondiale (OMM) est l’institution spécialisée des Nations Unies qui fait autorité pour tout ce qui concerne l’état et le comportement de l’atmosphère terrestre, son interaction avec les océans, le climat qui en est issu et la répartition des ressources en eau qui en résulte.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:53 +0000</pubDate>
        </item>
        <item>
            <title>wol</title>
            <link>https://cyrille.giquello.fr/glossaire/wol</link>
            <description>WOL

Wake On Lan

Wake on LAN (WOL) is a standard that allows you to turn on a computer from another location over a network connection or Internet.

	*  &lt;http://wakeonlan.me/&gt;
	*  &lt;http://www.rtsecurity.com/kb/tech/wakeonlan.php&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:54 +0000</pubDate>
        </item>
        <item>
            <title>wysiwyg</title>
            <link>https://cyrille.giquello.fr/glossaire/wysiwyg</link>
            <description>WYSIWYG

What You See Is What You Get</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:51 +0000</pubDate>
        </item>
        <item>
            <title>12_factors_app</title>
            <link>https://cyrille.giquello.fr/informatique/12_factors_app</link>
            <description>12 Factors app

Texte original:

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

Autres lecture: docker

1. Code source / Codebase

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

AxCrypt is free and easy to use open source strong file encryption for Windows 95/98/ME/NT/2K/XP, integrated with Windows Explorer. Encrypt, compress, decrypt, wipe, view and edit with a few mouse clicks. Cryptographic primitives are AES-128 and SHA-1.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>calendar_adressbook_messaging</title>
            <link>https://cyrille.giquello.fr/informatique/calendar_adressbook_messaging</link>
            <description>microsoft exchange

	*  Outlook

SOGo

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

	*  Outlook
	*  Thunderbird + Lightning
	*  Apple iCal
	*  More

More

Thunderbird&#039;s Lightning extension

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

Lightning vs. Exchange Server 2003

Synchronising Mozilla, Thunderbird, Lightning Calendard with Exchange

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

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

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

Download Chrome OS image then make a USB pen drive.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:19:00 +0000</pubDate>
        </item>
        <item>
            <title>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>distributed_cache</title>
            <link>https://cyrille.giquello.fr/informatique/distributed_cache</link>
            <description>Distributed Cache

CHash

Consistent Hashing

	*  Optimiser la répartition de charge avec le “Consistent Hashing”
	*  CHash is Dailymotion&#039;s implementation of consistent hashing, available as a light and fast C library (both static and shared objects provided), with PHP and Python bindings.

MemCached

Excellent outil pour mettre en RAM n’importe quel couple clef</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:55 +0000</pubDate>
        </item>
        <item>
            <title>email_marketing</title>
            <link>https://cyrille.giquello.fr/informatique/email_marketing</link>
            <description>email marketing

Softs

OpenEMM

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

OpenEMM is a feature-rich web-based enterprise application for email marketing, newsletters and service mails (transaction mails and event or time triggered mails). OpenEMM offers a great user interface, sophisticated bounce management, link tracking, lots of graphical realtime statistics, a</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:59 +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>geocoders</title>
            <link>https://cyrille.giquello.fr/informatique/geocoders</link>
            <description>GeoCoders

tags: géocodeur, Geocoder, geocodage

gouv.fr

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

Overpass


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

	*  Gluster documentation

Articles:

	*  GlusterFS sur medium.com

Install

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

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

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

Debian 10 (Buster)


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

Trucs et astuces

Base64 image

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


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

Des versions de la BdOrtho sont accessibles en TMS via &lt;https://data.geopf.fr/tms/1.0.0/&gt;

Il y a aussi des version à télécharger sur &lt;https://geoservices.ign.fr/telechargement-api/BDORTHO&gt; le lien est maintenant &lt;https://cartes.gouv.fr/rechercher-une-donnee/dataset/IGNF_BD-ORTHO&gt; -&gt; penser à scroller !!

Pour récupérer automatiquement ou détecter les nouveautés:

	*  &lt;https://data.geopf.fr/telechargement/resource/BDORTHO?format=JP2-E080&amp;page=2&gt;
	*  &lt;https://data.geopf.fr/telecharge…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 08 Apr 2026 09:25:34 +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>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>ldap</title>
            <link>https://cyrille.giquello.fr/informatique/ldap</link>
            <description>LDAP

OpenLDAP

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

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

Client software

gestion des utilisateurs via LDAP

LDAP Account Manager (LAM)

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

Last update:
2018-06-04

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

Memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.

&lt;http://www.danga.com/memcached/&gt;

Php extension for memcached : &lt;http://www.php.net/manual/en/book.memcached.php&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:55 +0000</pubDate>
        </item>
        <item>
            <title>nextcloud</title>
            <link>https://cyrille.giquello.fr/informatique/nextcloud</link>
            <description>Nextcloud

Single Sign On



On dirait que le SSO est réservé à la version Entreprise de Nextcloud, voir documentation portal.

Dans le menu “Comptes connectés” de l&#039;intance Artéfacts il y a seulement “Intégration de GitLab”.

Mais en fait il y a de base OAuth2 qui est dans</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 17 Sep 2022 09:35:36 +0000</pubDate>
        </item>
        <item>
            <title>object_storage</title>
            <link>https://cyrille.giquello.fr/informatique/object_storage</link>
            <description>Object Storage

	*  Laravel OVH S3 Object Storage

	*  Ceph Object Storage Object Storage : S3-compatible et Swift-compatible
	*  MinIO
		*  est passé en mode « maintenance seulement », au profit de sa version propriétaire

	*  SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 05 Dec 2025 10:34:12 +0000</pubDate>
        </item>
        <item>
            <title>orange</title>
            <link>https://cyrille.giquello.fr/informatique/orange</link>
            <description>FAI/ISP Orange

FAQ

Option Pro IP Fixe gratuite

	&quot; Question : &lt;http://forum.orange.fr/liremessages.php?idsection=1984&amp;thread=2021&gt;
	&quot; J&#039;ai tél au 3901 et la gentille dame m&#039;a annoncé qu&#039;il fallait environ 48h pour que l&#039;option soit active.&quot;
&quot;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:59 +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>outils_de_dessin</title>
            <link>https://cyrille.giquello.fr/informatique/outils_de_dessin</link>
            <description>Outils de dessin

Voir aussi :

	*  Outils de documentation qui contient des logiciels de dessin orientés Diagram (UML, Network, Flow, Chart, ...]]
	*   GUI/IHM prototyping

Logiciels

CreativeDocs.NET

Dessin vectoriel,  vector-based graphic design, Gratuit.

&lt;http://www.creativedocs.net/samples/&gt;

[Quelques screenshots de CreativeDocs.NET]

Inkscape

Inkscape is an Open Source vector graphics editor,</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>playstation3</title>
            <link>https://cyrille.giquello.fr/informatique/playstation3</link>
            <description>PlayStation 3 (PS3)

Sites

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

Présentation de PS3Grid en français

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

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

PlayStation3 Gravity Grid

Binary Black Hole Coalescence using Perturbation Theory (GK)

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

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



Arduino vs. Raspberry Pi

Le faux débat

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

Rudder est un outil de gestion de configuration open source orienté DevOps et dédié à la production.
En effet, il se distingue des outils de déploiement pur comme Ansible, des ordonnanceurs comme Rundeck ou des outils de gestion de configuration de génération précédente (Puppet, Chef, CFEngine) en allant plus loin que la simple automatisation des commandes de déploiement / configurations. Rudder vérifie et maintient proactivement l’état cible du SI afin de le garder en conformité : les r…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 11 Nov 2017 16:25:58 +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>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>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>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>supabase</title>
            <link>https://cyrille.giquello.fr/informatique/supabase</link>
            <description>Supabase

Supabase is an open source Firebase alternative.

	*  Apache License v2
	*  As a service &lt;https://supabase.com/pricing&gt;
	*  Hosted Postgres Database
	*  Authentication and Authorization
	*  Auto-generated APIs.
		*  REST
		*  GraphQL
		*  Realtime subscriptions

	*  Functions.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 03 Mar 2024 10:08:16 +0000</pubDate>
        </item>
        <item>
            <title>system_admin</title>
            <link>https://cyrille.giquello.fr/informatique/system_admin</link>
            <description>Administration System

Les erreurs de l&#039;administrateur système.

DNS, NIDS, IDS, rsyslog, journalctl

Archives archéologiques

Install serveur Ovh (evote)

install_proxmox_VM_centos-5.5-minimal_5.5_i386

sur l&#039;Oueb

Guide avancé d&#039;écriture des scripts Bash par Mendel Cooper. En français.

&lt;http://www.bsdbooks.net/shells/scripting/fr/&gt;

Le Wiki de Sos-Admin :

&lt;http://wiki.sos-admin.com/wiki/Accueil&gt;

Outils

	*  Shell
	*  ColorizeTail Tail avec coloration (script PHP).

Network service</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 20 Jan 2025 08:41:49 +0000</pubDate>
        </item>
        <item>
            <title>thunderbird</title>
            <link>https://cyrille.giquello.fr/informatique/thunderbird</link>
            <description>Thunderbird

Client mail de la fondation Mozilla.

Plugins

	*  dictionary_switcher
	*  headers_toggle
	*   (was okopipi)
	*  options_menu
	*  right_click_watch_ignore
	*  show_address

Habu/HabuL

Reports spam to the SpamCop, the FTC, FDA, SEC, ACMA and/or Knujon.com. It also allows you to put in your own custom addresses to report spam to such as your ISP or corporate abuse address.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:55 +0000</pubDate>
        </item>
        <item>
            <title>toile-libre.org</title>
            <link>https://cyrille.giquello.fr/informatique/toile-libre.org</link>
            <description>Toile-Libre.org

&lt;http://toile-libre.org&gt;

La configuration des projets se gère avec le Panel qui est une instance de l&#039;application VHFFS.

A comprehensive VHFFS user documentation maintained by TuxFamily administrators and users is available on the TuxFamily FAQ.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +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>vala</title>
            <link>https://cyrille.giquello.fr/informatique/vala</link>
            <description>Vala

Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:58 +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>vpn</title>
            <link>https://cyrille.giquello.fr/informatique/vpn</link>
            <description>VPN

il faut forwarder le port tcp 1723 (pptp), mais aussi le protocole gre (47) qui lui n&#039;est pas un port, ça n&#039;est pas possible sur tous les routeurs. 

PPTP uses IP protocol 47, designed for “General Routing Encapsulation” or GRE packets. A common mistake in configuring firewalls for use with PPTP is to open PPTP port 1723 (allowing connections to be established) but forget to forward GRE protocol type 47 (denying port data from passing through the tunnel). Some operating systems include</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:58 +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>wordpress_headless</title>
            <link>https://cyrille.giquello.fr/informatique/wordpress_headless</link>
            <description>Wordpress headless

Doc

	*  REST API Handbook &lt;https://developer.wordpress.org/rest-api/&gt;
		*  extending with subclass of WP_REST_Controller

	*  New REST API Filter for Exposing Menus Publicly in WordPress 6.8 -&gt; /wp/v2/menus

Articles:

	*  Un guide rapide sur le WordPress Headless
	*  Comment utiliser WordPress et Flutter ensemble dans un même projet ?
	*  Apprennez à créer un site WordPress headless avec Vue.js

Plugins:

	*  WPGraphQL is a free, open-source WordPress plugin that provides a…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 12 Nov 2025 14:47:20 +0000</pubDate>
        </item>
        <item>
            <title>xmpp</title>
            <link>https://cyrille.giquello.fr/informatique/xmpp</link>
            <description>XMPP

	*  Extensible Messaging and Presence Protocol (XMPP)

Doc

XMPP on the wen with PHP :

	*  Get real time system &amp; server load notification on any IM using PHP and XMPP
	*  Build a web-based notification tool with XMPP

Implementations

Listing on www.xmpp.org : Servers, Clients and libraries

XMPPHP

&lt;http://code.google.com/p/xmpphp&gt;

XMPPHP is the successor to Class.Jabber.PHP that I&#039;ve been promising for years. Taking advantage of PHP5, I believe it to be an elegant solution with a dire…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:58 +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>mastodon</title>
            <link>https://cyrille.giquello.fr/web/mastodon</link>
            <description>Mastodon

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

Serveurs (Instances)

Trouver une instance:

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

Qlqs instances:

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

Navigateur web de la fondation Mozilla.

Plugins

FireBug

JavaScript Logging with Firebug

&lt;http://getfirebug.com/logging.html&gt;


 // console.log, console.debug, console.info, console.warn, and console.error
 console.log(&quot;hello world&quot;)
 console.log(2,4,6,8,&quot;foo&quot;,bar)
 console.log(&quot;%s is %d years old.&quot;, &quot;Bob&quot;, 42)

 console.group(&quot;a title&quot;) // to start a new indentation block
 console.groupEnd() // , and then</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:59 +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>tips_tutos_examples</title>
            <link>https://cyrille.giquello.fr/informatique/flutter/tips_tutos_examples</link>
            <description>Tips, Tutos, Examples Flutter

Build optimisation

kDebugMode

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

J&#039;ai vérifié en recherchant des chaînes de caractères dans</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Sep 2025 09:39:02 +0000</pubDate>
        </item>
        <item>
            <title>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>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>tests_de_compatibilite</title>
            <link>https://cyrille.giquello.fr/informatique/javascript/tests_de_compatibilite</link>
            <description>Is javascript works ?

Should be write &#039;OK&#039; :


&lt;script&gt;
document.write(&#039;&lt;b&gt;Ok&lt;/b&gt;&#039;);
&lt;/script&gt;


toLocaleDateString()


&lt;script&gt;
var d = &#039;04/05/2018&#039;;
document.write(&#039;&lt;b&gt;date string: &#039; + d +&#039;&lt;/b&gt;&lt;br/&gt;&#039;);
d = new Date(Date.parse(d));
document.write(&#039;&lt;b&gt;fr: &#039; + d.toLocaleDateString(&#039;fr&#039;) +&#039;&lt;/b&gt;&lt;br/&gt;&#039;);
document.write(&#039;&lt;b&gt;en: &#039; + d.toLocaleDateString(&#039;en&#039;) +&#039;&lt;/b&gt;&#039;);
&lt;/script&gt;


Workaround


&lt;script&gt;
function date_as_slug( date )
{
 var y = date.getFullYear(),
 m = 1+date.getMonth(),
 d = date.getD…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 05 May 2018 17:17:12 +0000</pubDate>
        </item>
        <item>
            <title>donnees_liberees</title>
            <link>https://cyrille.giquello.fr/informatique/opendata/donnees_liberees</link>
            <description>Données libérées

&lt;http://nantes.regardscitoyens.org/index.php/Les_Projets&gt;

Données publiques

Saône-et-Loire (71)

Département de saone-et-loire

	*  &lt;http://opendata71.fr&gt;

Loir-et-Cher (41)

Département de Loir-et-Cher

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

	*  &lt;http://www.pilote41.fr&gt;, &lt;http://www.opendata41.fr&gt;

Meurthe et Moselle (54)

Pas de données libérées, mais un accès à certaines données du SIG.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:59 +0000</pubDate>
        </item>
        <item>
            <title>draft_conference</title>
            <link>https://cyrille.giquello.fr/informatique/opendata/draft_conference</link>
            <description>Draft Conférence Open Data

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

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

Draft conf 16/02/2012 WebSchool de Tours

Cyrille Giquello.

S1 - Bonjour

Bonjour et bienvenue à cette présentation.

Je vais vous présenter ce qu&#039;est le mouvement Open Data et essayer de vous convaincre de l&#039;opportunité</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:59 +0000</pubDate>
        </item>
        <item>
            <title>les_donnees_publiques_un_nouvel_eldorado</title>
            <link>https://cyrille.giquello.fr/informatique/opendata/les_donnees_publiques_un_nouvel_eldorado</link>
            <description>Les données publiques, un nouvel eldorado ?

Revue &quot;Regards sur l&#039;actualité&quot;, Avril 2011, N° 370

Retranscription de l&#039;interview de RegardsCitoyens.org : Données publiques : pour des décisions publiques éclairées

[Exemplaire acheté] (accès privé).

Sommaire

	*  INSTANTANÉS
		*  Vers la fin de l&#039;accouchement sous X ?
			*  Deux questions à Geneviève Delaisi de Parseval

		*  Délinquance des mineurs : prévention ou répression ?</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:59 +0000</pubDate>
        </item>
        <item>
            <title>rennes</title>
            <link>https://cyrille.giquello.fr/informatique/opendata/rennes</link>
            <description>Rennes Métropole et la Ville de Rennes

Rennes Métropole et la Ville de Rennes

Une initiative pionnière en France 

Première collectivité à le faire en France, Rennes Métropole et la Ville de Rennes ont décidé de libérer largement des données publiques issues notamment de son réseau de transports, mais aussi des données géographiques, ainsi que les informations pratiques géolocalisées de 1 500 organismes publics et associatifs locaux. Ces données ont en commun d&#039;être non nominatives et d&#039;avoir …</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>aop</title>
            <link>https://cyrille.giquello.fr/informatique/php/aop</link>
            <description>AOP en PHP

Rappel: la programmation par aspects est une technique 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. Ses domaines de prédilection sont: Sécurité, Logs, Journalisation, Transactions, et tout domaine transversale d&#039;une application.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 11 Sep 2023 00:00:36 +0000</pubDate>
        </item>
        <item>
            <title>cache</title>
            <link>https://cyrille.giquello.fr/informatique/php/cache</link>
            <description>PHP et le cache

phpCached / mysqlCached

phpCached est un cache pour PHP. [coplie locale]

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

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

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

Enso Full featured Single Page Application SPA boilerplate, Laravel, Vue.js, Bulma. C&#039;est une mine d&#039;inspirations ;-)

Enso is a SPA, and generally, SPAs handle routing for their web pages and use a API for fetching and persisting data.

	*  Dépôts:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Jun 2025 11:53:20 +0000</pubDate>
        </item>
        <item>
            <title>laravel</title>
            <link>https://cyrille.giquello.fr/informatique/php/laravel</link>
            <description>Laravel

Ancienne page Laravel avant la version 12, mais avec plein de packages ;-)

Installation

Version 1

Plusieurs façons d&#039;installer Laravel:

	*  Avec son Installateur
		*  Qui vous propose de choisir un Starter-Kit entre Vue, React ou Livewire
		*  pour d&#039;autres starter-kit voir la suite</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 18 May 2026 15:44:13 +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>logviewer</title>
            <link>https://cyrille.giquello.fr/informatique/projets/logviewer</link>
            <description>LogViewer

Maintenant ce projet est hébergé sur SourceForge

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

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

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

This peace of software is now hosted at SourceForge

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

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

Internet Message Access Protocol.

Internet Message Access Protocol, Internet Message Access Protocol

IMAP FileSystem

Serveurs

LumiSoft Mail Server

&lt;http://www.lumisoft.ee/lsWWW/ENG/Products/Mail_Server/mail_index_eng.aspx?type=info&gt;

Librairies

MailSystem.NET

MailSystem is a suite of .NET components that provide users with an extensive set of email tools. MailSystem provides full support for SMTP, POP3, IMAP4, NNTP, MIME, S/MIME, OpenPGP,</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:56 +0000</pubDate>
        </item>
        <item>
            <title>ipfs</title>
            <link>https://cyrille.giquello.fr/informatique/reseau/ipfs</link>
            <description>IPFS is the Distributed Web

tags: P2P

A peer-to-peer hypermedia protocol

to make the web faster, safer, and more open.

https://ipfs.io/</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 03 Oct 2018 05:34:56 +0000</pubDate>
        </item>
        <item>
            <title>openfiler</title>
            <link>https://cyrille.giquello.fr/informatique/reseau/openfiler</link>
            <description>OpenFiler

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

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

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

	*  How fast is Redis? (doc latest)
	*  Looking at Redis (2009)

Alternatives:

	*  Valkey &lt;https://valkey.io/&gt;
		*  Le fork de Redis. Ils disent qu&#039;il est plus performant. 😉


Tools

	*  &lt;https://github.com/erikdubbelboer/phpRedisAdmin&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 18 Oct 2025 08:13:26 +0000</pubDate>
        </item>
        <item>
            <title>prometheus</title>
            <link>https://cyrille.giquello.fr/informatique/system_admin/prometheus</link>
            <description>Prometheus

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

	*  Monitoring with Prometheus Grafana Tutorial (with Mysql exported)
	*  Monitoring Exim (Exim4) with grok_exporter. The grok_exporter aims at porting Grok from the ELK stack to Prometheus monitoring. The goal is to use Grok patterns for extracting Prometheus metrics from arbitrary log files.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 08 May 2023 17:30:18 +0000</pubDate>
        </item>
        <item>
            <title>rsync</title>
            <link>https://cyrille.giquello.fr/informatique/system_admin/rsync</link>
            <description>rsync

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

Voir aussi:

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

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


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


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

Bootstrap - Sleek, intuitive, and powerful front-end framework for faster and easier web development.

Thèmes et Styles:

	*  &lt;http://bootstrapzero.com&gt;
	*  &lt;http://startbootstrap.com&gt; =&gt; &lt;https://github.com/IronSummitMedia/startbootstrap&gt;
	*  &lt;http://bootswatch.com&gt;

Thèmes admin:

	*  &lt;http://akveo.com/blur-admin&gt;

Tools

	*  bootsnipp.com home of free HTML snippets for Bootstrap

Tips &amp; Tricks

Prevent Modal closing</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 05 Jun 2017 08:55:56 +0000</pubDate>
        </item>
        <item>
            <title>webdesign</title>
            <link>https://cyrille.giquello.fr/informatique/web/webdesign</link>
            <description>Web Design

	*  CSS, Web Font, Colors, Lorem Ipsum
	*  Ten Steps to Intuitive Forms in Website Design
	*  Adding a touch of style : &lt;http://www.w3.org/MarkUp/Guide/Style&gt;

	*  16 little UI design rules that make a big impact

CSS Templates

Admin templates

&lt;http://www.mostinspired.com/blog/2008/10/11/admin-templates/&gt;, demo

&lt;http://themeforest.net/item/admintheme-ultimate-admin-panel-solution/45278&gt;, demo, [copie local]

&lt;http://www.webappers.com/2009/09/18/20-professional-web-admin-templates-…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 25 Apr 2023 06:28:43 +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>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>akka</title>
            <link>https://cyrille.giquello.fr/informatique/java/frameworks/akka</link>
            <description>Akka

Scalable real-time transaction processing.

Build powerful concurrent &amp; distributed applications more easily. Akka is a toolkit and runtime for building highly concurrent, distributed, and resilient message-driven applications on the JVM.

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

	*</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 27 Dec 2015 13:26:46 +0000</pubDate>
        </item>
        <item>
            <title>apparmor</title>
            <link>https://cyrille.giquello.fr/informatique/linux/ubuntu/apparmor</link>
            <description>AppArmor

AppArmor, &lt;https://wiki.ubuntu.com/AppArmor&gt;, (Application Armor) est un logiciel de sécurité pour Linux. AppArmor a été créé en partie comme une alternative à SELinux, critiqué pour être difficile à paramétrer et à maintenir par les administrateurs. À la différence de SELinux, qui s&#039;appuie sur l&#039;application d&#039;indicateurs aux fichiers, AppArmor travaille avec les chemins. AppArmor permet à l&#039;administrateur système d&#039;associer à chaque programme un profil de sécurité qui restreint ses ac…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:59 +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>voyager</title>
            <link>https://cyrille.giquello.fr/informatique/php/laravel/voyager</link>
            <description>Voyager: Admin &amp; Bread for Laravel

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

	*  documentation
		*  code
		*  discussions/forum

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

On peut installer le projet avec ou sans données. Les données installées avec --with-dummy sont une bonne source d&#039;exemple.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 05 Jun 2021 13:39:52 +0000</pubDate>
        </item>
        <item>
            <title>essais01</title>
            <link>https://cyrille.giquello.fr/informatique/php/shared_memory/essais01</link>
            <description>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
  &lt;head&gt;
  &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;
  &lt;title&gt;Shared Memory - Essais01&lt;/title&gt;
  &lt;style type=&quot;text/css&quot;&gt;
  &lt;/style&gt;
  &lt;/head&gt;
&lt;body&gt;

&lt;h1&gt;Shared Memory - Essais01&lt;/h1&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;essais01.php?test=WRITER&quot;&gt;WRITER&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;essais01.php?test=READER&quot;&gt;READER&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;essais01.php?test=REMOVE&quot;&gt;REMOVE&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;?php

error_reporting(-1);

$action…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>essais02</title>
            <link>https://cyrille.giquello.fr/informatique/php/shared_memory/essais02</link>
            <description>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
  &lt;head&gt;
  &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;
  &lt;title&gt;Shared Memory - Essais02&lt;/title&gt;
  &lt;style type=&quot;text/css&quot;&gt;
  &lt;/style&gt;
  &lt;/head&gt;
&lt;body&gt;

&lt;h1&gt;Shared Memory - Essais02&lt;/h1&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;essais02.php?test=SEARCHMAXMEM&quot;&gt;SEARCHMAXMEM&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;?php

error_reporting(-1);

$action = (isset($_GET[&#039;test&#039;]) &amp;&amp; preg_match(&#039;/[a-z]{1,20}/i&#039;,$_GET[&#039;test&#039;]) ) ? $_GET[&#039;test&#039;] : null ;
swit…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +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>
    </channel>
</rss>
