<?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>Comentarios en: Cómo mostrar código fuente en los comentarios[0]</title>
	<atom:link href="http://picandocodigo.net/2008/07/como-mostrar-codigo-fuente-en-los-comentarios0/feed/" rel="self" type="application/rss+xml" />
	<link>http://picandocodigo.net/2008/07/como-mostrar-codigo-fuente-en-los-comentarios0/</link>
	<description>Programando... Mi blog sobre programación, tecnología, web, software libre, videojuegos y más</description>
	<pubDate>Thu, 20 Nov 2008 13:25:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>Por: fernando</title>
		<link>http://picandocodigo.net/2008/07/como-mostrar-codigo-fuente-en-los-comentarios0/#comment-3575</link>
		<dc:creator>fernando</dc:creator>
		<pubDate>Thu, 24 Jul 2008 19:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://picandocodigo.net/?p=966#comment-3575</guid>
		<description>&lt;pre lang="php"&gt;
&lt;?php
    echo "Cuánta vuelta se le dió al plugin";
    echo "Al final volvió a &lt;pre&gt;";
?&gt;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="php php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
    <span style="color: #990000;">echo</span> <span style="color: #0000ff;">&quot;Cuánta vuelta se le dió al plugin&quot;</span>;
    <span style="color: #990000;">echo</span> <span style="color: #0000ff;">&quot;Al final volvió a &lt;pre&gt;&quot;</span>;
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>Por: {WP-Syntax Hackeado} Cómo mostrar código fuente en los comentarios[1] &#124; Picando Código</title>
		<link>http://picandocodigo.net/2008/07/como-mostrar-codigo-fuente-en-los-comentarios0/#comment-3547</link>
		<dc:creator>{WP-Syntax Hackeado} Cómo mostrar código fuente en los comentarios[1] &#124; Picando Código</dc:creator>
		<pubDate>Thu, 24 Jul 2008 05:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://picandocodigo.net/?p=966#comment-3547</guid>
		<description>[...] Mi blog sobre programación, tecnología, web, software libre, videojuegos y más       &#171; Cómo mostrar código fuente en los comentarios[0]      Thu Jul [...]</description>
		<content:encoded><![CDATA[<p>[...] Mi blog sobre programación, tecnología, web, software libre, videojuegos y más       &laquo; Cómo mostrar código fuente en los comentarios[0]      Thu Jul [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: fernando</title>
		<link>http://picandocodigo.net/2008/07/como-mostrar-codigo-fuente-en-los-comentarios0/#comment-3545</link>
		<dc:creator>fernando</dc:creator>
		<pubDate>Thu, 24 Jul 2008 04:47:25 +0000</pubDate>
		<guid isPermaLink="false">http://picandocodigo.net/?p=966#comment-3545</guid>
		<description>Ahora de vicio nomás:
&lt;code lang="python"&gt;
hola="Estoy contento ;)";
print hola;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Ahora de vicio nomás:<br />
<code lang="python"><br />
hola="Estoy contento ;)";<br />
print hola;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: fernando</title>
		<link>http://picandocodigo.net/2008/07/como-mostrar-codigo-fuente-en-los-comentarios0/#comment-3544</link>
		<dc:creator>fernando</dc:creator>
		<pubDate>Thu, 24 Jul 2008 04:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://picandocodigo.net/?p=966#comment-3544</guid>
		<description>Jojojo
&lt;code lang="java5"&gt;
System.out.println("¡Eureka!");
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Jojojo<br />
<code lang="java5"><br />
System.out.println("¡Eureka!");<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Fernando</title>
		<link>http://picandocodigo.net/2008/07/como-mostrar-codigo-fuente-en-los-comentarios0/#comment-3543</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Thu, 24 Jul 2008 04:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://picandocodigo.net/?p=966#comment-3543</guid>
		<description>&lt;code lang="c"&gt;
printf("A ver ahora...");
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><code lang="c"><br />
printf("A ver ahora...");<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Fernando</title>
		<link>http://picandocodigo.net/2008/07/como-mostrar-codigo-fuente-en-los-comentarios0/#comment-3542</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Thu, 24 Jul 2008 04:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://picandocodigo.net/?p=966#comment-3542</guid>
		<description>&lt;code&gt;
printf("Nada");
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><code><br />
printf("Nada");<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Fernando</title>
		<link>http://picandocodigo.net/2008/07/como-mostrar-codigo-fuente-en-los-comentarios0/#comment-3541</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Thu, 24 Jul 2008 04:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://picandocodigo.net/?p=966#comment-3541</guid>
		<description>&lt;code lang="java5"&gt;
System.out.println("Y?");
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><code lang="java5"><br />
System.out.println("Y?");<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: fernando</title>
		<link>http://picandocodigo.net/2008/07/como-mostrar-codigo-fuente-en-los-comentarios0/#comment-3538</link>
		<dc:creator>fernando</dc:creator>
		<pubDate>Thu, 24 Jul 2008 04:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://picandocodigo.net/?p=966#comment-3538</guid>
		<description>&lt;code lang="php"&gt;
&lt;?php
     echo "Sí, está comprobado";
     echo " funciona perfectamente estando logueado";
?&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><code lang="php"><br />
< ?php<br />
     echo "Sí, está comprobado";<br />
     echo " funciona perfectamente estando logueado";<br />
?><br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Fernando</title>
		<link>http://picandocodigo.net/2008/07/como-mostrar-codigo-fuente-en-los-comentarios0/#comment-3537</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Thu, 24 Jul 2008 04:04:48 +0000</pubDate>
		<guid isPermaLink="false">http://picandocodigo.net/?p=966#comment-3537</guid>
		<description>&lt;code&gt;
printf("Ahora sé que funciona el hack que hice, pero sigue funcionando solo para el usuario registrado...");
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><code><br />
printf("Ahora sé que funciona el hack que hice, pero sigue funcionando solo para el usuario registrado...");<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: fernando</title>
		<link>http://picandocodigo.net/2008/07/como-mostrar-codigo-fuente-en-los-comentarios0/#comment-3536</link>
		<dc:creator>fernando</dc:creator>
		<pubDate>Thu, 24 Jul 2008 04:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://picandocodigo.net/?p=966#comment-3536</guid>
		<description>&lt;code lang="c"&gt;
printf("pasan las horas, y seguimos dándole vueltas...")
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><code lang="c"><br />
printf("pasan las horas, y seguimos dándole vueltas...")<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Fernando</title>
		<link>http://picandocodigo.net/2008/07/como-mostrar-codigo-fuente-en-los-comentarios0/#comment-3530</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Thu, 24 Jul 2008 02:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://picandocodigo.net/?p=966#comment-3530</guid>
		<description>&lt;code&gt;
printf("Probando con el plugin hackeado");
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><code><br />
printf("Probando con el plugin hackeado");<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: fernando</title>
		<link>http://picandocodigo.net/2008/07/como-mostrar-codigo-fuente-en-los-comentarios0/#comment-3529</link>
		<dc:creator>fernando</dc:creator>
		<pubDate>Thu, 24 Jul 2008 02:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://picandocodigo.net/?p=966#comment-3529</guid>
		<description>jk:
Estoy haciendo pruebas todavía. Es más, estoy subiendo el plugin totalmente hackeado, a ver si anda.
La solución que había encontrado, era terrible chanchada para salir del paso, pero creo que con esta le pegué...
Unos minutos más y ya lo pruebo!</description>
		<content:encoded><![CDATA[<p>jk:<br />
Estoy haciendo pruebas todavía. Es más, estoy subiendo el plugin totalmente hackeado, a ver si anda.<br />
La solución que había encontrado, era terrible chanchada para salir del paso, pero creo que con esta le pegué&#8230;<br />
Unos minutos más y ya lo pruebo!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: jk</title>
		<link>http://picandocodigo.net/2008/07/como-mostrar-codigo-fuente-en-los-comentarios0/#comment-3528</link>
		<dc:creator>jk</dc:creator>
		<pubDate>Thu, 24 Jul 2008 02:00:35 +0000</pubDate>
		<guid isPermaLink="false">http://picandocodigo.net/?p=966#comment-3528</guid>
		<description>Test:
&lt;pre&gt;
void encrypt (unsigned long* v, unsigned long* k) {
    unsigned long v0=v[0], v1=v[1], sum=0, i;           /* set up */
    unsigned long delta=0x9e3779b9;                     /* a key schedule constant */
    unsigned long k0=k[0], k1=k[1], k2=k[2], k3=k[3];   /* cache key */
    for (i=0; i &#60; 32; i++) {                            /* basic cycle start */
        sum += delta;
        v0 += ((v15) + k1);
        v1 += ((v05) + k3);  /* end cycle */
    }
    v[0]=v0; v[1]=v1;
}
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Test:</p>
<pre>
void encrypt (unsigned long* v, unsigned long* k) {
    unsigned long v0=v[0], v1=v[1], sum=0, i;           /* set up */
    unsigned long delta=0x9e3779b9;                     /* a key schedule constant */
    unsigned long k0=k[0], k1=k[1], k2=k[2], k3=k[3];   /* cache key */
    for (i=0; i &lt; 32; i++) {                            /* basic cycle start */
        sum += delta;
        v0 += ((v15) + k1);
        v1 += ((v05) + k3);  /* end cycle */
    }
    v[0]=v0; v[1]=v1;
}
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Fernando</title>
		<link>http://picandocodigo.net/2008/07/como-mostrar-codigo-fuente-en-los-comentarios0/#comment-3523</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Thu, 24 Jul 2008 01:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://picandocodigo.net/?p=966#comment-3523</guid>
		<description>¡OMG! ¡OMG! ¡OMG! ¡OMG! ¡OMG! ¡OMG! ¡OMG! ¡OMG! ¡OMG! ¡OMG! ¡OMG! ¡OMG! ¡OMG! ¡OMG! ¡OMG! ¡OMG! ¡OMG! ¡OMG!
¡¡Parece que funciona!!
&lt;pre lang="php"&gt;
&lt;?php
     $var = "Hola, esto es una variable";
     echo $var;
?&gt;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>¡OMG! ¡OMG! ¡OMG! ¡OMG! ¡OMG! ¡OMG! ¡OMG! ¡OMG! ¡OMG! ¡OMG! ¡OMG! ¡OMG! ¡OMG! ¡OMG! ¡OMG! ¡OMG! ¡OMG! ¡OMG!<br />
¡¡Parece que funciona!!</p>

<div class="wp_syntax"><div class="code"><pre class="php php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
     <span style="color: #000088;">$var</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;Hola, esto es una variable&quot;</span>;
     <span style="color: #990000;">echo</span> <span style="color: #000088;">$var</span>;
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>Por: Fernando</title>
		<link>http://picandocodigo.net/2008/07/como-mostrar-codigo-fuente-en-los-comentarios0/#comment-3522</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Thu, 24 Jul 2008 01:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://picandocodigo.net/?p=966#comment-3522</guid>
		<description>Y ahora:
&lt;pre lang="c"&gt;
printf("Hola");
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Y ahora:</p>

<div class="wp_syntax"><div class="code"><pre class="c c" style="font-family:monospace;"><span style="color: #000066;">printf</span><span style="color: #009900;">&#40;</span><span style="color: #ff0000;">&quot;Hola&quot;</span><span style="color: #009900;">&#41;</span>;</pre></div></div>

]]></content:encoded>
	</item>
</channel>
</rss>
