<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://autohotkey.wiki/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://autohotkey.wiki/feed.php">
        <title>AutoHotkey Wiki - user:geek</title>
        <description>The ultimate automation scripting language for Windows</description>
        <link>https://autohotkey.wiki/</link>
        <image rdf:resource="https://autohotkey.wiki/_media/wiki:logo.png" />
       <dc:date>2026-04-07T05:39:39+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://autohotkey.wiki/user:geek:streamdeck?rev=1752847023&amp;do=diff"/>
                <rdf:li rdf:resource="https://autohotkey.wiki/user:geek:tricks?rev=1689426145&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://autohotkey.wiki/_media/wiki:logo.png">
        <title>AutoHotkey Wiki</title>
        <link>https://autohotkey.wiki/</link>
        <url>https://autohotkey.wiki/_media/wiki:logo.png</url>
    </image>
    <item rdf:about="https://autohotkey.wiki/user:geek:streamdeck?rev=1752847023&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-07-18T13:57:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Stream Deck Ideas</title>
        <link>https://autohotkey.wiki/user:geek:streamdeck?rev=1752847023&amp;do=diff</link>
        <description>Stream Deck Ideas


#Include &lt;Socket2&gt;

Persistent

; From WebViewToo
ParseUri(Uri) {
    static Pattern := &quot;^(?:(?&lt;Scheme&gt;\w+):)?(?://(?:(?&lt;UserInfo&gt;[^@]+)@)?(?&lt;Host&gt;[^:/?#]+)(?::(?&lt;Port&gt;\d+))?)?(?&lt;Path&gt;[^?#]*)?(?:\?(?&lt;Query&gt;[^#]*))?(?:#(?&lt;Fragment&gt;.*))?$&quot;
    if (!RegExMatch(String(Uri), Pattern, &amp;Match)) {
        return
    }
    Parsed := {}
    Parsed.Scheme := Match[&quot;Scheme&quot;], Parsed.UserInfo := Match[&quot;UserInfo&quot;], Parsed.Host := Match[&quot;Host&quot;]
    Parsed.Port := Match[&quot;Port&quot;], Parsed.Path …</description>
    </item>
    <item rdf:about="https://autohotkey.wiki/user:geek:tricks?rev=1689426145&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-15T13:02:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>GeekDude&#039;s Tips, Tricks, and Standalones</title>
        <link>https://autohotkey.wiki/user:geek:tricks?rev=1689426145&amp;do=diff</link>
        <description>GeekDude&#039;s Tips, Tricks, and Standalones

String Manipulation

Repeat a String.

Pad a string to a given length.

Remove extraneous delimiters when compiling a list in a loop WITHOUT using an if statement.

Check if a string starts with another string.</description>
    </item>
</rdf:RDF>
