<?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>jocke &#187; love</title>
	<atom:link href="http://jocke.no/tag/love/feed/" rel="self" type="application/rss+xml" />
	<link>http://jocke.no</link>
	<description>kek lol wtf?</description>
	<lastBuildDate>Sun, 15 May 2011 01:11:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>Morro med programmering</title>
		<link>http://jocke.no/2009/06/15/morro-med-programmering/</link>
		<comments>http://jocke.no/2009/06/15/morro-med-programmering/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 06:41:18 +0000</pubDate>
		<dc:creator>jocke</dc:creator>
				<category><![CDATA[Data]]></category>
		<category><![CDATA[Lek & Moro]]></category>
		<category><![CDATA[distro]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[love]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[makefile]]></category>
		<category><![CDATA[morro]]></category>
		<category><![CDATA[programmering]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[variabler]]></category>

		<guid isPermaLink="false">http://www.jocke.no/?p=358</guid>
		<description><![CDATA[Man kan finne på mye morro med variabelnavn når man programmerer :)

 byte me;
 long john_silver;
 char broiled;
 string vest;
 float valve;
 double jeopardy;
 struct by_lightning &#123; ... &#125;;
 Object strongly;
 class warfare &#123; ... &#125;;
 String cheese;
 Exception taken;
 Graphics ex; // XXX
 long walk&#40;short pier&#41; &#123; &#125; // from the MrBunny Java book
 [...]]]></description>
			<content:encoded><![CDATA[<p>Man kan finne på mye morro med variabelnavn når man programmerer :)</p>

<div class="wp_syntax"><div class="code"><pre class="java" style="font-family:monospace;"> <span style="color: #000066; font-weight: bold;">byte</span> me<span style="color: #339933;">;</span>
 <span style="color: #000066; font-weight: bold;">long</span> john_silver<span style="color: #339933;">;</span>
 <span style="color: #000066; font-weight: bold;">char</span> broiled<span style="color: #339933;">;</span>
 string vest<span style="color: #339933;">;</span>
 <span style="color: #000066; font-weight: bold;">float</span> valve<span style="color: #339933;">;</span>
 <span style="color: #000066; font-weight: bold;">double</span> jeopardy<span style="color: #339933;">;</span>
 struct by_lightning <span style="color: #009900;">&#123;</span> ... <span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span>
 <span style="color: #003399;">Object</span> strongly<span style="color: #339933;">;</span>
 <span style="color: #000000; font-weight: bold;">class</span> warfare <span style="color: #009900;">&#123;</span> ... <span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span>
 <span style="color: #003399;">String</span> cheese<span style="color: #339933;">;</span>
 <span style="color: #003399;">Exception</span> taken<span style="color: #339933;">;</span>
 <span style="color: #003399;">Graphics</span> ex<span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// XXX</span>
 <span style="color: #000066; font-weight: bold;">long</span> walk<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">short</span> pier<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #009900;">&#125;</span> <span style="color: #666666; font-style: italic;">// from the MrBunny Java book</span>
 <span style="color: #000066; font-weight: bold;">int</span> elligence<span style="color: #339933;">;</span>
 bool me_over<span style="color: #339933;">;</span>
 <span style="color: #000066; font-weight: bold;">short</span> circus<span style="color: #339933;">;</span>
 <span style="color: #000066; font-weight: bold;">int</span> eger<span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// ...completing what the designers of the language left out</span>
 <span style="color: #000066; font-weight: bold;">char</span> acter<span style="color: #339933;">;</span>
 bool ean<span style="color: #339933;">;</span>
 <span style="color: #000066; font-weight: bold;">void</span><span style="color: #339933;">*</span> bowels<span style="color: #339933;">;</span>
 <span style="color: #000000; font-weight: bold;">class</span> Brick <span style="color: #000000; font-weight: bold;">implements</span> <span style="color: #003399;">Throwable</span> <span style="color: #009900;">&#123;</span> <span style="color: #009900;">&#125;</span>
 <span style="color: #000000; font-weight: bold;">class</span> Marathon <span style="color: #000000; font-weight: bold;">implements</span> <span style="color: #003399;">Runnable</span> <span style="color: #009900;">&#123;</span> <span style="color: #009900;">&#125;</span>
 <span style="color: #000000; font-weight: bold;">class</span> Novel <span style="color: #000000; font-weight: bold;">implements</span> <span style="color: #003399;">Serializable</span> <span style="color: #009900;">&#123;</span> <span style="color: #009900;">&#125;</span>
 <span style="color: #000000; font-weight: bold;">class</span> Human <span style="color: #000000; font-weight: bold;">implements</span> <span style="color: #003399;">Cloneable</span> <span style="color: #009900;">&#123;</span> <span style="color: #009900;">&#125;</span>
 Fun<span style="color: #009900;">&#40;</span>key<span style="color: #009900;">&#41;</span> <span style="color: #339933;">%%</span> funky<span style="color: #339933;">!</span>
 <span style="color: #000000; font-weight: bold;">public</span> MyTestCase<span style="color: #009900;">&#40;</span><span style="color: #003399;">String</span> man<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">super</span><span style="color: #009900;">&#40;</span>man<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #009900;">&#125;</span>
 <span style="color: #000000; font-weight: bold;">throw</span> <span style="color: #009900;">&#40;</span>fit <span style="color: #339933;">|</span> up <span style="color: #339933;">|</span> something<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #000000; font-weight: bold;">while</span> <span style="color: #009900;">&#40;</span>e_coyote<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span></pre></div></div>

<p>Og har du noensinne prøvd å skrive &#8216;make love&#8217; i terminalen på en *nix distro? Mange av dem har nemlig et artig tillegg i &#8216;makefile&#8217;.</p>

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;">love: /dev/null
       <span style="color: #33cc33;">@</span><span style="color: #b1b100; font-weight: bold;">echo</span> <span style="color: #000000; font-weight: bold;">not</span> war?</pre></div></div>

 <img src="http://jocke.no/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=358" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://jocke.no/2009/06/15/morro-med-programmering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

