<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;AkUEQ3k7eCp7ImA9WhBbGEg.&quot;"><id>tag:blogger.com,1999:blog-7427010183253207116</id><updated>2013-05-18T08:23:22.700+02:00</updated><category term="theme" /><title>Coding Murmur</title><subtitle type="html">Murmurs about programming, optimizations and obfuscated thoughts</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://www.codingmurmur.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://www.codingmurmur.com/" /><author><name>Harry Singleton</name><uri>http://www.blogger.com/profile/13486919608384100430</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/CodingMurmur" /><feedburner:info uri="codingmurmur" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;CEMMRHwzeCp7ImA9WhBbEUU.&quot;"><id>tag:blogger.com,1999:blog-7427010183253207116.post-6085197270882378778</id><published>2013-05-10T12:41:00.000+02:00</published><updated>2013-05-10T12:41:25.280+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-05-10T12:41:25.280+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="theme" /><title>Permanent Theme Detection Post</title><content type="html">Nam erat sapien, facilisis consequat, molestie a, pretium ut, justo. Donec et elit. Maecenas convallis arcu a tortor. Nullam lacinia mattis nisl. Donec pellentesque vestibulum risus. Fusce non nulla eu nunc porttitor semper. Integer purus massa, ornare eget, malesuada ac, porttitor in, neque. Nunc ut est quis elit iaculis pretium. Vestibulum sagittis nulla. Maecenas bibendum ornare urna. Nulla facilisi. Phasellus condimentum turpis nec felis. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.codinghorror.com/blog/archives/000682.html"&gt;Coding horror code example&lt;/a&gt;:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="brush:c#"&gt;#region codinghorror.com
class Program : Object
{
    // Normal comment
    static int _I = 1;

    /// &amp;lt;summary&amp;gt;
    /// The quick brown fox jumps over the lazy dog
    /// THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG
    /// &amp;lt;/summary&amp;gt;
    static void Main(string[] args)
    {
        Uri Illegal1Uri = new Uri(&amp;quot;http://packmyboxwith/jugs.html?q=five-dozen&amp;amp;t=liquor&amp;quot;);
        Regex OperatorRegex = new Regex(@&amp;quot;\S#$&amp;quot;, RegexOptions.IgnorePatternWhitespace);

        for (int O = 0; O &amp;lt; 123456789; O++)
        {
            _I += (O % 3) * ((O / 1) ^ 2) - 5;
            if (!OperatorRegex.IsMatch(Illegal1Uri.ToString()))
            {
                Console.WriteLine(Illegal1Uri);
            }
        }
    }
}
#endregion
&lt;/pre&gt;&lt;br /&gt;
&lt;h2&gt;Numbered list&lt;/h2&gt;&lt;ol&gt;&lt;li&gt;One&lt;/li&gt;
&lt;li&gt;Two&lt;/li&gt;
&lt;li&gt;Three&lt;/li&gt;
&lt;/ol&gt;&lt;br /&gt;
&lt;h2&gt;Bullet list&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Test A&lt;/li&gt;
&lt;li&gt;Test B&lt;/li&gt;
&lt;li&gt;Test C&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/CodingMurmur/~4/ZdE9hxVYL6Q" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.codingmurmur.com/feeds/6085197270882378778/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.codingmurmur.com/2013/05/permanent-theme-detection-post.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7427010183253207116/posts/default/6085197270882378778?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7427010183253207116/posts/default/6085197270882378778?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/CodingMurmur/~3/ZdE9hxVYL6Q/permanent-theme-detection-post.html" title="Permanent Theme Detection Post" /><author><name>Harry Singleton</name><uri>http://www.blogger.com/profile/13486919608384100430</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.codingmurmur.com/2013/05/permanent-theme-detection-post.html</feedburner:origLink></entry></feed>
