<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://rootdirectory.de/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://rootdirectory.de/feed.php">
        <title>Solar&#039;s Rootdirectory</title>
        <description></description>
        <link>https://rootdirectory.de/</link>
        <image rdf:resource="https://rootdirectory.de/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-07T07:32:54+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://rootdirectory.de/doku.php?id=viki:start&amp;rev=1769605584&amp;do=diff"/>
                <rdf:li rdf:resource="https://rootdirectory.de/doku.php?id=football:start&amp;rev=1764851158&amp;do=diff"/>
                <rdf:li rdf:resource="https://rootdirectory.de/doku.php?id=pdclib:start&amp;rev=1758282280&amp;do=diff"/>
                <rdf:li rdf:resource="https://rootdirectory.de/doku.php?id=pdclib:printing_floating_point_numbers&amp;rev=1755777669&amp;do=diff"/>
                <rdf:li rdf:resource="https://rootdirectory.de/doku.php?image=git_sandbox.zip&amp;ns=0&amp;rev=1738834162&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://rootdirectory.de/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Solar's Rootdirectory</title>
        <link>https://rootdirectory.de/</link>
        <url>https://rootdirectory.de/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://rootdirectory.de/doku.php?id=viki:start&amp;rev=1769605584&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-28T13:06:24+00:00</dc:date>
        <dc:creator>solar (solar@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://rootdirectory.de/doku.php?id=viki:start&amp;rev=1769605584&amp;do=diff</link>
        <description>Vim ist keine Insel

Ein Tutorial für den Texteditor  ​Vim (nicht nur) für Vim-Neulinge.

	*   1. Warum Vim?
	*   2. Geschichte
	*   3. Modales Editieren
	*   4. Erste Schritte
	*   5. Bewegen im Puffer
	*   6. Bearbeiten des Puffers
	*   7. Puffer speichern

	*  &lt;https://learnvim.irian.to/basics/macros&gt;</description>
    </item>
    <item rdf:about="https://rootdirectory.de/doku.php?id=football:start&amp;rev=1764851158&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-04T12:25:58+00:00</dc:date>
        <dc:creator>solar (solar@undisclosed.example.com)</dc:creator>
        <title>start - 2024/25 update</title>
        <link>https://rootdirectory.de/doku.php?id=football:start&amp;rev=1764851158&amp;do=diff</link>
        <description>Fußball

Standorte



Zuschauerzahlen

Kleine Zahlenspielerei: Fussball-Zuschauerzahlen sortiert nach Quote (bezogen auf Einwohnerzahl).

Das kann natürlich nur eine Spielerei sein. Manche Vereine (z.B. Elversberg) haben eigentlich ganze Landkreise als “konkurrenzfreies” Einzugsgebiet, während andere Vereine eigentlich viel weniger “Strahlkraft” haben als der Städtename vermuten läßt (Viktoria Köln). Aber es rückt so manche Aussage von “euer Verein interessiert doch selbst bei euch zu Hause niem…</description>
    </item>
    <item rdf:about="https://rootdirectory.de/doku.php?id=pdclib:start&amp;rev=1758282280&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-09-19T11:44:40+00:00</dc:date>
        <dc:creator>solar (solar@undisclosed.example.com)</dc:creator>
        <title>start - Progress update</title>
        <link>https://rootdirectory.de/doku.php?id=pdclib:start&amp;rev=1758282280&amp;do=diff</link>
        <description>PDCLib

The Public Domain C Library

 Source Web-View --  Drawing Board --  Issue Tracker (GitHub)

What?

PDCLib is aiming at providing a fully conforming implementation of the C standard library (as defined by ISO/IEC 9899), under the licensing terms of  CC0 -- &quot;No rights reserved&quot;.

PDCLib is a project predicated on the belief that some building blocks are so fundamental that they should be available freely - free of restrictions, free of license boilerplate and free of politics.</description>
    </item>
    <item rdf:about="https://rootdirectory.de/doku.php?id=pdclib:printing_floating_point_numbers&amp;rev=1755777669&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-21T12:01:09+00:00</dc:date>
        <dc:creator>solar (solar@undisclosed.example.com)</dc:creator>
        <title>printing_floating_point_numbers - [Biased Exponent] </title>
        <link>https://rootdirectory.de/doku.php?id=pdclib:printing_floating_point_numbers&amp;rev=1755777669&amp;do=diff</link>
        <description>Printing Floating Point Numbers

To complete the printf() function of PDCLib -- which so far lacks support for %e, %f, and %g -- I needed to solve the problem of converting the binary, in-memory representation of double and long double to decimal.

Using the same algorithm as for integers (divide by ten, take quotient, recurse with remainder) is not an option. Not only would repeated floating point divisions be horrendously slow: Multiplying / dividing a (base 2) floating point by 10 repeatedly …</description>
    </item>
    <item rdf:about="https://rootdirectory.de/doku.php?image=git_sandbox.zip&amp;ns=0&amp;rev=1738834162&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-06T09:29:22+00:00</dc:date>
        <dc:creator>solar (solar@undisclosed.example.com)</dc:creator>
        <title>git_sandbox.zip - created</title>
        <link>https://rootdirectory.de/doku.php?image=git_sandbox.zip&amp;ns=0&amp;rev=1738834162&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://rootdirectory.de/lib/images/fileicons/svg/zip.svg&quot; alt=&quot;git_sandbox.zip&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
</rdf:RDF>
