<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Random Musings of a Web Geek &#187; Code</title>
	<atom:link href="http://www.mark-beech.co.uk/blog/category/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mark-beech.co.uk/blog</link>
	<description>Work, Rest, Play</description>
	<lastBuildDate>Sat, 05 Sep 2009 09:14:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>LOLCODE</title>
		<link>http://www.mark-beech.co.uk/blog/2008/08/19/lolcode/</link>
		<comments>http://www.mark-beech.co.uk/blog/2008/08/19/lolcode/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 13:34:58 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[LOCODE]]></category>

		<guid isPermaLink="false">http://www.mark-beech.co.uk/blog/?p=19</guid>
		<description><![CDATA[I have just stumbled across LOLCODE &#8211; an esoteric programming language inspired by the pidgin English expressed in examples of the LOLCAT Internet meme.
It is hilarious to read, all the while making perfect sense!
HAI
CAN HAS STDIO?
VISIBLE &#8220;HAI WORLD!&#8221;
KTHXBYE
HAI
CAN HAS STDIO?
PLZ OPEN FILE &#8220;LOLCATS.TXT&#8221;?
AWSUM THX
VISIBLE FILE
O NOES
INVISIBLE &#8220;ERROR!&#8221;
KTHXBYE
HAI
CAN HAS STDIO?
I HAS A VAR
IM IN YR LOOP
UP [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I have just stumbled across LOLCODE &#8211; an esoteric programming language inspired by the pidgin English expressed in examples of the LOLCAT Internet meme.</p>
<p>It is hilarious to read, all the while making perfect sense!</p>
<blockquote><p>HAI<br />
CAN HAS STDIO?<br />
VISIBLE &#8220;HAI WORLD!&#8221;<br />
KTHXBYE</p></blockquote>
<blockquote><p>HAI<br />
CAN HAS STDIO?<br />
PLZ OPEN FILE &#8220;LOLCATS.TXT&#8221;?<br />
AWSUM THX<br />
VISIBLE FILE<br />
O NOES<br />
INVISIBLE &#8220;ERROR!&#8221;<br />
KTHXBYE</p></blockquote>
<blockquote><p>HAI<br />
CAN HAS STDIO?<br />
I HAS A VAR<br />
IM IN YR LOOP<br />
UP VAR!!1<br />
IZ VAR BIGGER THAN 10? KTHX<br />
VISIBLE VAR<br />
IM OUTTA YR LOOP<br />
KTHXBYE</p></blockquote>
<blockquote><p>HAI<br />
CAN HAS STDIO?<br />
IM IN YR LOOP UPPIN YR VAR TIL BOTHSAEM VAR AN 10<br />
VISIBLE SUM OF VAR AN 1<br />
IM OUTTA YR LOOP<br />
KTHXBYE</p></blockquote>
<p>http://en.wikipedia.org/wiki/LOLCODE</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.mark-beech.co.uk/blog/2008/08/19/lolcode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH commands I always forget</title>
		<link>http://www.mark-beech.co.uk/blog/2008/05/12/ssh-commands-i-always-forget/</link>
		<comments>http://www.mark-beech.co.uk/blog/2008/05/12/ssh-commands-i-always-forget/#comments</comments>
		<pubDate>Mon, 12 May 2008 15:19:35 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.mark-beech.co.uk/blog/?p=11</guid>
		<description><![CDATA[Copy file from one domain to another in the absence of wget
curl  http://www.domain.co.uk/file.tar -o file.tar
Dump DB to file
mysqldump -u [username] -p [db_name] &#62; db.sql
Import DB dump into new database
mysql -u [username] -p [dbname] &#60; db.sql


No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Copy file from one domain to another in the absence of wget</p>
<p><em><strong>curl  http://www.domain.co.uk/file.tar -o file.tar</strong></em></p>
<p>Dump DB to file</p>
<p><em><strong>mysqldump -u [username] -p [db_name] &gt; db.sql</strong></em></p>
<p>Import DB dump into new database</p>
<p><em><strong><span class="mediumtext">mysql -u [username] -p [dbname] &lt; db.sql</span></strong></em></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.mark-beech.co.uk/blog/2008/05/12/ssh-commands-i-always-forget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
