<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://www.robmeerman.co.uk/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="http://www.robmeerman.co.uk/feed.php">
        <title>RobMeerman.co.uk coding</title>
        <description></description>
        <link>http://www.robmeerman.co.uk/</link>
        <image rdf:resource="http://www.robmeerman.co.uk/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-30T08:22:36+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.robmeerman.co.uk/coding/ansi?rev=1260464289&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.robmeerman.co.uk/coding/file_renamer?rev=1588010210&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.robmeerman.co.uk/coding/file_renamer_redesign?rev=1263063625&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.robmeerman.co.uk/coding/gui?rev=1261340734&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.robmeerman.co.uk/coding/phpbb_rank_genres?rev=1177633285&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.robmeerman.co.uk/coding/python?rev=1217938676&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.robmeerman.co.uk/coding/utilities?rev=1299073224&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.robmeerman.co.uk/coding/version_control?rev=1245172921&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.robmeerman.co.uk/coding/wiimote?rev=1244419092&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.robmeerman.co.uk/lib/tpl/dokuwiki/images/favicon.ico">
        <title>RobMeerman.co.uk</title>
        <link>http://www.robmeerman.co.uk/</link>
        <url>http://www.robmeerman.co.uk/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.robmeerman.co.uk/coding/ansi?rev=1260464289&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-12-10T16:58:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Escape Codes</title>
        <link>http://www.robmeerman.co.uk/coding/ansi?rev=1260464289&amp;do=diff</link>
        <description>Escape Codes

Not strictly ANSI, but that's the name that always comes to mind when I want to look this stuff up.

Colour

Taken from &lt;http://en.wikipedia.org/wiki/ANSI_escape_code#Codes&gt;

\033[n;km

Where n is a colour number, and k is a format code.



(From &lt;http://rtfm.etla.org/xterm/ctlseq.html#CSI%20Pm%20m&gt;)

``
If 88- or 256-color support is compiled, the following apply.
3 8 ; 5 ; Ps 	Set background color to Ps
4 8 ; 5 ; Ps 	Set foreground color to Ps</description>
    </item>
    <item rdf:about="http://www.robmeerman.co.uk/coding/file_renamer?rev=1588010210&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-04-27T17:56:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>TV File renaming script</title>
        <link>http://www.robmeerman.co.uk/coding/file_renamer?rev=1588010210&amp;do=diff</link>
        <description>TV File renaming script

Here you'll find a little program which can rename your video collection for you, it has the following nifty features:

	*  Automatically downloads episode titles from the web
	*  Can handle a massive variety of filenames
	*</description>
    </item>
    <item rdf:about="http://www.robmeerman.co.uk/coding/file_renamer_redesign?rev=1263063625&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-09T19:00:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>File Renamer Re-design</title>
        <link>http://www.robmeerman.co.uk/coding/file_renamer_redesign?rev=1263063625&amp;do=diff</link>
        <description>File Renamer Re-design

Design Principles
Caveat:...
	*  Pretty code
	*  Modular --- the Perl version of the script suffered really badly from being unstructured
	*  A different function for each use-case. Thereby making the code semantic, and easier to extend.</description>
    </item>
    <item rdf:about="http://www.robmeerman.co.uk/coding/gui?rev=1261340734&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-12-20T20:25:34+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>GUI</title>
        <link>http://www.robmeerman.co.uk/coding/gui?rev=1261340734&amp;do=diff</link>
        <description>GUI

I've yet to try my hand at writing a Graphical User Interface for any of my scripts.

	*  GUI Builder: python-wxglade
	*  Python Imaging Library &lt;--&gt; wxPython: &lt;http://wiki.wxpython.org/WorkingWithImages&gt;
	*  wxPython docs</description>
    </item>
    <item rdf:about="http://www.robmeerman.co.uk/coding/phpbb_rank_genres?rev=1177633285&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-04-27T00:21:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>phpBB Rank Genre MOD</title>
        <link>http://www.robmeerman.co.uk/coding/phpbb_rank_genres?rev=1177633285&amp;do=diff</link>
        <description>phpBB Rank Genre MOD

See [&lt;http://www.phpbb.com/phpBB/viewtopic.php?t=234506&amp;highlight=rank]&gt;

----------

Name: Rank Genres

Description: This MOD expands the capabilities of ranks within phpBB to support profile-chosen 'genres'. It was created for an Anime forum, and was used to allow people to progress in ranks along their preferred genre. It is suitable for any community where there exist distinct sub-communities, such as in film, music and TV communities.</description>
    </item>
    <item rdf:about="http://www.robmeerman.co.uk/coding/python?rev=1217938676&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-08-05T12:17:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Python Notes</title>
        <link>http://www.robmeerman.co.uk/coding/python?rev=1217938676&amp;do=diff</link>
        <description>Python Notes

Random assortment of things related to the Python programming language.

Reference

	*  Comprehensive List Comprehension
	*  Lovely Lambda Functions
	*  Most important docs
	*  Tricks -- Interesting ternary operator equivalent</description>
    </item>
    <item rdf:about="http://www.robmeerman.co.uk/coding/utilities?rev=1299073224&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-03-02T13:40:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Utilities</title>
        <link>http://www.robmeerman.co.uk/coding/utilities?rev=1299073224&amp;do=diff</link>
        <description>Utilities

A collection of scripts and the like which I have come to rely on.

IE2FF


#!/usr/bin/env python
&quot;&quot;&quot;
URL-click forwarder (Windows -&gt; Linux).

This script catches URL clicks (actually iexplore.exe invokations) and 
forwards them over TCP/IP to a Linux machine which launches them in the 
default browser (e.g. Firefox).

This was written so that clicking a URL in, say, MS Outlook in a WinXP VM 
would open the page in the host Linux's browser. (Yes, VMware Fusion can do 
that via VMwareO…</description>
    </item>
    <item rdf:about="http://www.robmeerman.co.uk/coding/version_control?rev=1245172921&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-06-16T17:22:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Version Control</title>
        <link>http://www.robmeerman.co.uk/coding/version_control?rev=1245172921&amp;do=diff</link>
        <description>Version Control

	*  GIT

My own GIT-SVN Crib Sheet.

	*  Most useful reference thus far: &lt;http://linux.yyz.us/git-howto.html&gt;
	*  Good stuff on branching / merging and the rest of what makes GIT a bit confusing to newbs: &lt;http://lwn.net/Articles/210045/&gt;
	*  Linus' top tips (very helpful!): &lt;http://www.kernel.org/pub/software/scm/git/docs/everyday.html&gt;
	*  GIT-SVN Workflow
	*  Git - SVN Crash Course --- side-by-side command comparison</description>
    </item>
    <item rdf:about="http://www.robmeerman.co.uk/coding/wiimote?rev=1244419092&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-06-07T23:58:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Wiimote</title>
        <link>http://www.robmeerman.co.uk/coding/wiimote?rev=1244419092&amp;do=diff</link>
        <description>Wiimote

I've wanted to use my Wiimote to control my PC for some time now, and finally got around to trying it all out.

Getting the wiimote connected to my PC was easy - just install wmgui, a little GUI app which demonstrates connectivity (via libcwiid1.so</description>
    </item>
</rdf:RDF>
