<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Finished preliminary work on the [code] tag</title>
	<atom:link href="http://0xtc.com/2004/07/29/finished-preliminary-work-on-the-code-tag.xhtml/feed" rel="self" type="application/rss+xml" />
	<link>http://0xtc.com/2004/07/29/finished-preliminary-work-on-the-code-tag.xhtml</link>
	<description>A non-prophet exposé</description>
	<pubDate>Thu, 24 Jul 2008 17:20:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: TCorp</title>
		<link>http://0xtc.com/2004/07/29/finished-preliminary-work-on-the-code-tag.xhtml#comment-418</link>
		<dc:creator>TCorp</dc:creator>
		<pubDate>Fri, 30 Jul 2004 14:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://0xtc.com/2004/07/29/finished-preliminary-work-on-the-code-tag.xhtml#comment-418</guid>
		<description>...&lt;br /&gt;&lt;strong&gt;update&lt;/strong&gt;: PHP open/close tags are optional when using the [PHP] tag. They are added if missing. Next on to-do list: auto-parse inline php code.</description>
		<content:encoded><![CDATA[<p>&#8230;<br /><strong>update</strong>: PHP open/close tags are optional when using the [PHP] tag. They are added if missing. Next on to-do list: auto-parse inline php code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TCorp</title>
		<link>http://0xtc.com/2004/07/29/finished-preliminary-work-on-the-code-tag.xhtml#comment-419</link>
		<dc:creator>TCorp</dc:creator>
		<pubDate>Fri, 30 Jul 2004 13:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://0xtc.com/2004/07/29/finished-preliminary-work-on-the-code-tag.xhtml#comment-419</guid>
		<description>...&lt;br /&gt;It's just some php code, wendy =)&lt;br /&gt;
&lt;br /&gt;
btw, If you had added the PHP begin and end tags, it would have even been in color, like so:&lt;br /&gt;
&lt;br /&gt;
&lt;div style="overflow:auto;width:100%"&gt;&lt;table style="width:100%;font-family:monospace"&gt;&lt;tr&gt;&lt;td style="width:20px;border-right:1px solid #AAAAAA;background-color:#EEEEEE;"&gt;&lt;pre&gt;&lt;span style="color:#555555;"&gt;1
2
3
4
5
6
7
8
9
10
11
12
13
14&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;td&gt;&lt;pre&gt;&lt;span style="color:#0000BB"&gt;&#60;?
&lt;/span&gt;&lt;span style="color:#007700"&gt;function &lt;/span&gt;&lt;span style="color:#0000BB"&gt;RandomChars&lt;/span&gt;&lt;span style="color:#007700"&gt;(&lt;/span&gt;&lt;span style="color:#0000BB"&gt;$number&lt;/span&gt;&lt;span style="color:#007700"&gt;)
 {
&#160;&#160;list(&lt;/span&gt;&lt;span style="color:#0000BB"&gt;$usec&lt;/span&gt;&lt;span style="color:#007700"&gt;, &lt;/span&gt;&lt;span style="color:#0000BB"&gt;$sec&lt;/span&gt;&lt;span style="color:#007700"&gt;) = &lt;/span&gt;&lt;span style="color:#0000BB"&gt;explode&lt;/span&gt;&lt;span style="color:#007700"&gt;(&lt;/span&gt;&lt;span style="color:#DD0000"&gt;' '&lt;/span&gt;&lt;span style="color:#007700"&gt;, &lt;/span&gt;&lt;span style="color:#0000BB"&gt;microtime&lt;/span&gt;&lt;span style="color:#007700"&gt;());
&#160;&#160;&lt;/span&gt;&lt;span style="color:#0000BB"&gt;$sdnum &lt;/span&gt;&lt;span style="color:#007700"&gt;= (float) &lt;/span&gt;&lt;span style="color:#0000BB"&gt;$sec &lt;/span&gt;&lt;span style="color:#007700"&gt;+ ((float) &lt;/span&gt;&lt;span style="color:#0000BB"&gt;$usec &lt;/span&gt;&lt;span style="color:#007700"&gt;* &lt;/span&gt;&lt;span style="color:#0000BB"&gt;100000&lt;/span&gt;&lt;span style="color:#007700"&gt;);
&#160;&#160;&lt;/span&gt;&lt;span style="color:#0000BB"&gt;mt_srand&lt;/span&gt;&lt;span style="color:#007700"&gt;(&lt;/span&gt;&lt;span style="color:#0000BB"&gt;$sdnum&lt;/span&gt;&lt;span style="color:#007700"&gt;);
&#160;&#160;while (&lt;/span&gt;&lt;span style="color:#0000BB"&gt;strlen&lt;/span&gt;&lt;span style="color:#007700"&gt;(&lt;/span&gt;&lt;span style="color:#0000BB"&gt;$ret&lt;/span&gt;&lt;span style="color:#007700"&gt;) &#60; &lt;/span&gt;&lt;span style="color:#0000BB"&gt;$number&lt;/span&gt;&lt;span style="color:#007700"&gt;)
&#160;&#160;{
&#160;&#160;&#160;&lt;/span&gt;&lt;span style="color:#0000BB"&gt;$letter &lt;/span&gt;&lt;span style="color:#007700"&gt;= &lt;/span&gt;&lt;span style="color:#0000BB"&gt;chr&lt;/span&gt;&lt;span style="color:#007700"&gt;(&#160;&#160;&lt;/span&gt;&lt;span style="color:#0000BB"&gt;mt_rand&lt;/span&gt;&lt;span style="color:#007700"&gt;(&lt;/span&gt;&lt;span style="color:#0000BB"&gt;48&lt;/span&gt;&lt;span style="color:#007700"&gt;, &lt;/span&gt;&lt;span style="color:#0000BB"&gt;123&lt;/span&gt;&lt;span style="color:#007700"&gt;) );
&#160;&#160;&#160;if (&lt;/span&gt;&lt;span style="color:#0000BB"&gt;preg_match&lt;/span&gt;&lt;span style="color:#007700"&gt;(&lt;/span&gt;&lt;span style="color:#DD0000"&gt;"/w/"&lt;/span&gt;&lt;span style="color:#007700"&gt;, &lt;/span&gt;&lt;span style="color:#0000BB"&gt;$letter&lt;/span&gt;&lt;span style="color:#007700"&gt;) &#38;&#38; &lt;/span&gt;&lt;span style="color:#0000BB"&gt;$letter &lt;/span&gt;&lt;span style="color:#007700"&gt;!= &lt;/span&gt;&lt;span style="color:#DD0000"&gt;"_"&lt;/span&gt;&lt;span style="color:#007700"&gt;) &lt;/span&gt;&lt;span style="color:#0000BB"&gt;$ret &lt;/span&gt;&lt;span style="color:#007700"&gt;.= &lt;/span&gt;&lt;span style="color:#0000BB"&gt;$letter&lt;/span&gt;&lt;span style="color:#007700"&gt;;
&#160;&#160;}
&#160;&#160;return &lt;/span&gt;&lt;span style="color:#0000BB"&gt;$ret&lt;/span&gt;&lt;span style="color:#007700"&gt;;
 }
&lt;/span&gt;&lt;span style="color:#0000BB"&gt;?&#62;&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>&#8230;<br />It&#8217;s just some php code, wendy =)</p>
<p>btw, If you had added the PHP begin and end tags, it would have even been in color, like so:</p>
<div style="overflow:auto;width:100%">
<table style="width:100%;font-family:monospace">
<tr>
<td style="width:20px;border-right:1px solid #AAAAAA;background-color:#EEEEEE;">
<pre><span style="color:#555555;">1
2
3
4
5
6
7
8
9
10
11
12
13
14</span></pre>
</td>
<td>
<pre><span style="color:#0000BB">&lt;?
</span><span style="color:#007700">function </span><span style="color:#0000BB">RandomChars</span><span style="color:#007700">(</span><span style="color:#0000BB">$number</span><span style="color:#007700">)
 {
&nbsp;&nbsp;list(</span><span style="color:#0000BB">$usec</span><span style="color:#007700">, </span><span style="color:#0000BB">$sec</span><span style="color:#007700">) = </span><span style="color:#0000BB">explode</span><span style="color:#007700">(</span><span style="color:#DD0000">' '</span><span style="color:#007700">, </span><span style="color:#0000BB">microtime</span><span style="color:#007700">());
&nbsp;&nbsp;</span><span style="color:#0000BB">$sdnum </span><span style="color:#007700">= (float) </span><span style="color:#0000BB">$sec </span><span style="color:#007700">+ ((float) </span><span style="color:#0000BB">$usec </span><span style="color:#007700">* </span><span style="color:#0000BB">100000</span><span style="color:#007700">);
&nbsp;&nbsp;</span><span style="color:#0000BB">mt_srand</span><span style="color:#007700">(</span><span style="color:#0000BB">$sdnum</span><span style="color:#007700">);
&nbsp;&nbsp;while (</span><span style="color:#0000BB">strlen</span><span style="color:#007700">(</span><span style="color:#0000BB">$ret</span><span style="color:#007700">) &lt; </span><span style="color:#0000BB">$number</span><span style="color:#007700">)
&nbsp;&nbsp;{
&nbsp;&nbsp;&nbsp;</span><span style="color:#0000BB">$letter </span><span style="color:#007700">= </span><span style="color:#0000BB">chr</span><span style="color:#007700">(&nbsp;&nbsp;</span><span style="color:#0000BB">mt_rand</span><span style="color:#007700">(</span><span style="color:#0000BB">48</span><span style="color:#007700">, </span><span style="color:#0000BB">123</span><span style="color:#007700">) );
&nbsp;&nbsp;&nbsp;if (</span><span style="color:#0000BB">preg_match</span><span style="color:#007700">(</span><span style="color:#DD0000">"/w/"</span><span style="color:#007700">, </span><span style="color:#0000BB">$letter</span><span style="color:#007700">) &amp;&amp; </span><span style="color:#0000BB">$letter </span><span style="color:#007700">!= </span><span style="color:#DD0000">"_"</span><span style="color:#007700">) </span><span style="color:#0000BB">$ret </span><span style="color:#007700">.= </span><span style="color:#0000BB">$letter</span><span style="color:#007700">;
&nbsp;&nbsp;}
&nbsp;&nbsp;return </span><span style="color:#0000BB">$ret</span><span style="color:#007700">;
 }
</span><span style="color:#0000BB">?&gt;</span></pre>
</td>
</tr>
</table>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wendy</title>
		<link>http://0xtc.com/2004/07/29/finished-preliminary-work-on-the-code-tag.xhtml#comment-420</link>
		<dc:creator>Wendy</dc:creator>
		<pubDate>Fri, 30 Jul 2004 05:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://0xtc.com/2004/07/29/finished-preliminary-work-on-the-code-tag.xhtml#comment-420</guid>
		<description>...&lt;br /&gt;I don't know what the first post says but I'm laughing my ass off at the second one.</description>
		<content:encoded><![CDATA[<p>&#8230;<br />I don&#8217;t know what the first post says but I&#8217;m laughing my ass off at the second one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shade</title>
		<link>http://0xtc.com/2004/07/29/finished-preliminary-work-on-the-code-tag.xhtml#comment-421</link>
		<dc:creator>Shade</dc:creator>
		<pubDate>Fri, 30 Jul 2004 01:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://0xtc.com/2004/07/29/finished-preliminary-work-on-the-code-tag.xhtml#comment-421</guid>
		<description>...&lt;br /&gt;Well fawk me like a donkey...&lt;br /&gt;
&lt;br /&gt;
IT WORKS!&lt;br /&gt;
&lt;br /&gt;
I dunno what you did sir, but I tip my hat to you.&lt;br /&gt;
&lt;br /&gt;
-Shade</description>
		<content:encoded><![CDATA[<p>&#8230;<br />Well fawk me like a donkey&#8230;</p>
<p>IT WORKS!</p>
<p>I dunno what you did sir, but I tip my hat to you.</p>
<p>-Shade</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shade</title>
		<link>http://0xtc.com/2004/07/29/finished-preliminary-work-on-the-code-tag.xhtml#comment-422</link>
		<dc:creator>Shade</dc:creator>
		<pubDate>Fri, 30 Jul 2004 01:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://0xtc.com/2004/07/29/finished-preliminary-work-on-the-code-tag.xhtml#comment-422</guid>
		<description>...&lt;br /&gt;Testing...&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.randomoutburst.com/shade/" title=""&gt;http://www.randomoutburst.com/shade/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style="overflow:auto;width:100%"&gt;&lt;table style="width:100%;font-family:monospace"&gt;&lt;tr&gt;&lt;td style="width:20px;border-right:1px solid #AAAAAA;background-color:#EEEEEE;"&gt;&lt;pre&gt;&lt;span style="color:#555555;"&gt;1
2
3
4
5
6
7
8
9
10
11
12&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;td&gt;&lt;pre&gt;&lt;span style="color:#000000"&gt;function RandomChars($number)
 {
&#160;&#160;list($usec, $sec) = explode(' ', microtime());
&#160;&#160;$sdnum = (float) $sec + ((float) $usec * 100000);
&#160;&#160;mt_srand($sdnum);
&#160;&#160;while (strlen($ret) &#60; $number)
&#160;&#160;{
&#160;&#160;&#160;$letter = chr(&#160;&#160;mt_rand(48, 123) );
&#160;&#160;&#160;if (preg_match("/w/", $letter) &#38;&#38; $letter != "_") $ret .= $letter;
&#160;&#160;}
&#160;&#160;return $ret;
 }&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="/" title=""&gt;http://magnablog.0xtc.com/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
This will determine my next comment.&lt;br /&gt;
&lt;br /&gt;
-Shade</description>
		<content:encoded><![CDATA[<p>&#8230;<br />Testing&#8230;</p>
<p><a href="http://www.randomoutburst.com/shade/" title="">http://www.randomoutburst.com/shade/</a></p>
<div style="overflow:auto;width:100%">
<table style="width:100%;font-family:monospace">
<tr>
<td style="width:20px;border-right:1px solid #AAAAAA;background-color:#EEEEEE;">
<pre><span style="color:#555555;">1
2
3
4
5
6
7
8
9
10
11
12</span></pre>
</td>
<td>
<pre><span style="color:#000000">function RandomChars($number)
 {
&nbsp;&nbsp;list($usec, $sec) = explode(' ', microtime());
&nbsp;&nbsp;$sdnum = (float) $sec + ((float) $usec * 100000);
&nbsp;&nbsp;mt_srand($sdnum);
&nbsp;&nbsp;while (strlen($ret) &lt; $number)
&nbsp;&nbsp;{
&nbsp;&nbsp;&nbsp;$letter = chr(&nbsp;&nbsp;mt_rand(48, 123) );
&nbsp;&nbsp;&nbsp;if (preg_match("/w/", $letter) &amp;&amp; $letter != "_") $ret .= $letter;
&nbsp;&nbsp;}
&nbsp;&nbsp;return $ret;
 }</span></pre>
</td>
</tr>
</table>
</div>
<p><a href="/" title="">http://magnablog.0xtc.com/</a></p>
<p>This will determine my next comment.</p>
<p>-Shade</p>
]]></content:encoded>
	</item>
</channel>
</rss>
