<?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 15:19:29 +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>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>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>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>image_format_registry</title>
            <link>https://cyrille.giquello.fr/informatique/windows/image_format_registry</link>
            <description>Registry pour les formats d&#039;image

.png


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

[HKEY_CLASSES_ROOT\.png\OpenWithList]

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

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

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

[HKEY_CLASSES_ROOT\.png\PersistentHandler]
@=&quot;{098f2470-bae0-11cd-b579-08002b30bfeb}&quot;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
    </channel>
</rss>
