<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>boris' WebLog</title>
	<atom:link href="http://jboris.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jboris.wordpress.com</link>
	<description>la mejor práctica es una buena teoría</description>
	<lastBuildDate>Thu, 30 Dec 2010 11:30:32 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jboris.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>boris' WebLog</title>
		<link>http://jboris.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jboris.wordpress.com/osd.xml" title="boris&#039; WebLog" />
	<atom:link rel='hub' href='http://jboris.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Algunas cosas sobre Git</title>
		<link>http://jboris.wordpress.com/2009/12/17/algunas-cosas-sobre-git/</link>
		<comments>http://jboris.wordpress.com/2009/12/17/algunas-cosas-sobre-git/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 20:14:19 +0000</pubDate>
		<dc:creator>boris</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://jboris.wordpress.com/?p=99</guid>
		<description><![CDATA[Veamos algunas cosas muy básicas sobre git. Instalar git: sudo aptitude git-core Obtener la llave SSH: ssh-keygen -t rsa -C "micorreo@gmail.com" Clonar el repositorio remoto: git clone git://gitorious.org/proyecto/repositorio.git Actualizar el repositorio local: git pull origin master Añadir archivos: git add archivo Enviar cambios al repositorio remoto: git push origin master Posted in General Tagged: git<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jboris.wordpress.com&amp;blog=2379503&amp;post=99&amp;subd=jboris&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Veamos algunas cosas muy básicas sobre git.</p>
<ol>
<li>Instalar git:<br />
<code>sudo aptitude git-core</code></li>
<li>Obtener la llave SSH:<br />
<code>ssh-keygen -t rsa -C "micorreo@gmail.com"</code></li>
<li>Clonar el repositorio remoto:<br />
<code>git clone git://gitorious.org/proyecto/repositorio.git</code></li>
<li>Actualizar el repositorio local:<br />
<code>git pull origin master</code></li>
<li>Añadir archivos:<br />
<code>git add archivo</code></li>
<li>Enviar cambios al repositorio remoto:<br />
<code>git push origin master</code></li>
</ol>
<br />Posted in General Tagged: git <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jboris.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jboris.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jboris.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jboris.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jboris.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jboris.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jboris.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jboris.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jboris.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jboris.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jboris.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jboris.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jboris.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jboris.wordpress.com/99/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jboris.wordpress.com&amp;blog=2379503&amp;post=99&amp;subd=jboris&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jboris.wordpress.com/2009/12/17/algunas-cosas-sobre-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">boris</media:title>
		</media:content>
	</item>
		<item>
		<title>Redondear en C</title>
		<link>http://jboris.wordpress.com/2009/09/08/redondear-en-c/</link>
		<comments>http://jboris.wordpress.com/2009/09/08/redondear-en-c/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 18:27:54 +0000</pubDate>
		<dc:creator>boris</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[C]]></category>

		<guid isPermaLink="false">http://jboris.wordpress.com/2009/09/08/redondear-en-c/</guid>
		<description><![CDATA[Tras mucho buscar y descubrir q math.h de C de tiene una función de redondear, con mi hermano conseguimos un interesante algoritmo: redondeado = (int)(numero + 0.5); en python seria: redondeado = int(numero + 0.5) pero por suerte en python tenemos round(). Posted in General Tagged: C<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jboris.wordpress.com&amp;blog=2379503&amp;post=95&amp;subd=jboris&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Tras mucho buscar y descubrir q math.h de C de tiene una función de redondear, con mi hermano conseguimos un interesante algoritmo:<br />
<code>redondeado = (int)(numero + 0.5);</code><br />
en python seria:<br />
<code>redondeado = int(numero + 0.5)</code><br />
pero por suerte en python tenemos round().</p>
<br />Posted in General Tagged: C <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jboris.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jboris.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jboris.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jboris.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jboris.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jboris.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jboris.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jboris.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jboris.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jboris.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jboris.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jboris.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jboris.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jboris.wordpress.com/95/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jboris.wordpress.com&amp;blog=2379503&amp;post=95&amp;subd=jboris&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jboris.wordpress.com/2009/09/08/redondear-en-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">boris</media:title>
		</media:content>
	</item>
		<item>
		<title>aMSN y el sonido</title>
		<link>http://jboris.wordpress.com/2009/05/16/amsn-y-el-sonido/</link>
		<comments>http://jboris.wordpress.com/2009/05/16/amsn-y-el-sonido/#comments</comments>
		<pubDate>Sat, 16 May 2009 19:37:04 +0000</pubDate>
		<dc:creator>boris</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[aMSN]]></category>

		<guid isPermaLink="false">http://jboris.wordpress.com/2009/05/16/amsn-y-el-sonido/</guid>
		<description><![CDATA[Después de mucho tiempo usar Pidgin, ahora estoy de regreso a aMSN, y no es que dejo de gustarme pidgin, pero en estos días se esta colgando mucho, luego de instalar aMSN me doy cuenta que no funciona el sonido, buscando un poco en internet, encontré la solución: sudo apt-get install sox que da el [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jboris.wordpress.com&amp;blog=2379503&amp;post=92&amp;subd=jboris&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Después de mucho tiempo usar Pidgin, ahora estoy de regreso a aMSN, y no es que dejo de gustarme pidgin, pero en estos días se esta colgando mucho, luego de instalar aMSN me doy cuenta que no funciona el sonido, buscando un poco en internet, encontré la solución:</p>
<p><code>sudo apt-get install sox</code></p>
<p>que da el comando &#8220;play&#8221; necesario para reproducir los sonidos de aMSN, por qué no esta como dependecia?</p>
<br />Posted in General Tagged: aMSN <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jboris.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jboris.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jboris.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jboris.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jboris.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jboris.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jboris.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jboris.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jboris.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jboris.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jboris.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jboris.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jboris.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jboris.wordpress.com/92/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jboris.wordpress.com&amp;blog=2379503&amp;post=92&amp;subd=jboris&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jboris.wordpress.com/2009/05/16/amsn-y-el-sonido/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">boris</media:title>
		</media:content>
	</item>
		<item>
		<title>corriendo GWT</title>
		<link>http://jboris.wordpress.com/2009/01/04/corriendo-gwt/</link>
		<comments>http://jboris.wordpress.com/2009/01/04/corriendo-gwt/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 16:10:21 +0000</pubDate>
		<dc:creator>boris</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[gwt]]></category>

		<guid isPermaLink="false">http://jboris.wordpress.com/?p=88</guid>
		<description><![CDATA[Que mejor forma de empezar el 2009 que aprendiendo a usar algo nuevo, la herramienta de turno es GWT hay dos cosas que no debemos olvidar, tener sun-java6-jdk y libstdc++5 instalados. Posted in General Tagged: gwt<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jboris.wordpress.com&amp;blog=2379503&amp;post=88&amp;subd=jboris&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Que mejor forma de empezar el 2009 que aprendiendo a usar algo nuevo, la herramienta de turno es GWT hay dos cosas que no debemos olvidar, tener sun-java6-jdk y libstdc++5 instalados.</p>
<br />Posted in General Tagged: gwt <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jboris.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jboris.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jboris.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jboris.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jboris.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jboris.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jboris.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jboris.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jboris.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jboris.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jboris.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jboris.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jboris.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jboris.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jboris.wordpress.com&amp;blog=2379503&amp;post=88&amp;subd=jboris&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jboris.wordpress.com/2009/01/04/corriendo-gwt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">boris</media:title>
		</media:content>
	</item>
		<item>
		<title>Felices fiestas</title>
		<link>http://jboris.wordpress.com/2008/12/25/felices-fiestas/</link>
		<comments>http://jboris.wordpress.com/2008/12/25/felices-fiestas/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 19:46:02 +0000</pubDate>
		<dc:creator>boris</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jboris.wordpress.com/?p=86</guid>
		<description><![CDATA[Que en nacimiento del Niño Jesús llene de amor y paz tu hogar y que perduren todo el 2009. FELIZ NAVIDAD y PROSPERO 2009!!! Posted in General<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jboris.wordpress.com&amp;blog=2379503&amp;post=86&amp;subd=jboris&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Que en nacimiento del Niño Jesús llene de amor y paz tu hogar y que perduren todo el 2009.</p>
<p>FELIZ NAVIDAD y PROSPERO 2009!!!</p>
<br />Posted in General  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jboris.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jboris.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jboris.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jboris.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jboris.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jboris.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jboris.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jboris.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jboris.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jboris.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jboris.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jboris.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jboris.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jboris.wordpress.com/86/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jboris.wordpress.com&amp;blog=2379503&amp;post=86&amp;subd=jboris&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jboris.wordpress.com/2008/12/25/felices-fiestas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">boris</media:title>
		</media:content>
	</item>
		<item>
		<title>Conectar grabadora OLYMPUS</title>
		<link>http://jboris.wordpress.com/2008/11/29/conectar-grabadora-olympus/</link>
		<comments>http://jboris.wordpress.com/2008/11/29/conectar-grabadora-olympus/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 21:56:05 +0000</pubDate>
		<dc:creator>boris</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[grabadora digital]]></category>
		<category><![CDATA[OLYMPUS]]></category>

		<guid isPermaLink="false">http://jboris.wordpress.com/?p=79</guid>
		<description><![CDATA[Para conectar la grabadora OLYMPUS VN-4100PC y poder decargar las grabaciones hay que segir los siguientes pasos: Descargar el controlador para linux desde aqui. Instalar el archivo, si estas usando Debian, Ubuntu o alguna distro q use .deb puedes usar la instruccion: sudo dpkg -i odvr_0.1.4.1_i386.deb Para descargar las grabaciones usamos: sudo odvr -e Para [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jboris.wordpress.com&amp;blog=2379503&amp;post=79&amp;subd=jboris&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Para conectar la grabadora OLYMPUS VN-4100PC y poder decargar las grabaciones hay que segir los siguientes pasos:</p>
<p>Descargar el controlador para linux desde <a href="http://code.google.com/p/odvr/" target="_blank">aqui</a>.</p>
<p>Instalar el archivo, si estas usando Debian, Ubuntu o alguna distro q use .deb puedes usar la instruccion:<em></em></p>
<p><em>sudo dpkg -i odvr_0.1.4.1_i386.deb</em></p>
<p>Para descargar las grabaciones usamos:<em></em></p>
<p><em>sudo odvr -e</em></p>
<p>Para ver otras opciones usamos:<em></em></p>
<p><em>sudo odvr -h</em></p>
<br />Posted in General Tagged: grabadora digital, OLYMPUS <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jboris.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jboris.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jboris.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jboris.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jboris.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jboris.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jboris.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jboris.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jboris.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jboris.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jboris.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jboris.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jboris.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jboris.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jboris.wordpress.com&amp;blog=2379503&amp;post=79&amp;subd=jboris&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jboris.wordpress.com/2008/11/29/conectar-grabadora-olympus/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<georss:point>-19.042139 -65.255882</georss:point>
		<geo:lat>-19.042139</geo:lat>
		<geo:long>-65.255882</geo:long>
		<media:content url="" medium="image">
			<media:title type="html">boris</media:title>
		</media:content>
	</item>
		<item>
		<title>Problemas con lyx y nuevas extensiones</title>
		<link>http://jboris.wordpress.com/2008/11/27/problemas-con-lyx-y-nuevas-extensiones/</link>
		<comments>http://jboris.wordpress.com/2008/11/27/problemas-con-lyx-y-nuevas-extensiones/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 22:49:00 +0000</pubDate>
		<dc:creator>boris</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[lyx]]></category>

		<guid isPermaLink="false">http://jboris.wordpress.com/?p=77</guid>
		<description><![CDATA[Hoy instale lyx en la ASUS y todo bien, a la hora de instalar latex-beamer, al momento de realizar una presentacion no estaba disponible en lyx las extensiones de beamer, despues de buscar un rato encontre la solucion: reconfigurar lyx Despues de abrir lyx ir al menu Herramientas y al submenu Reconfigurar. Reiniciar ly y [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jboris.wordpress.com&amp;blog=2379503&amp;post=77&amp;subd=jboris&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hoy instale lyx en la ASUS y todo bien, a la hora de instalar latex-beamer, al momento de realizar una presentacion no estaba disponible en lyx las extensiones de beamer, despues de buscar un rato encontre la solucion: reconfigurar lyx <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Despues de abrir lyx ir al menu <strong><em>Herramientas</em></strong> y al submenu <strong><em>Reconfigurar</em></strong>. Reiniciar ly y listo asunto arreglado.</p>
<br />Posted in General Tagged: lyx <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jboris.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jboris.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jboris.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jboris.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jboris.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jboris.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jboris.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jboris.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jboris.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jboris.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jboris.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jboris.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jboris.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jboris.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jboris.wordpress.com&amp;blog=2379503&amp;post=77&amp;subd=jboris&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jboris.wordpress.com/2008/11/27/problemas-con-lyx-y-nuevas-extensiones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">boris</media:title>
		</media:content>
	</item>
		<item>
		<title>Problemas al cargar PyOpenGL</title>
		<link>http://jboris.wordpress.com/2008/10/19/problemas-al-cargar-pyopengl/</link>
		<comments>http://jboris.wordpress.com/2008/10/19/problemas-al-cargar-pyopengl/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 12:00:10 +0000</pubDate>
		<dc:creator>boris</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[pyOpenGL]]></category>

		<guid isPermaLink="false">http://jboris.wordpress.com/?p=75</guid>
		<description><![CDATA[Ayer estaba probando KeyJNote y me salia un error al cargar el modulo PyOpenGL, revisando todo estaba bien instalado, tras buscar mucho en la red la solucion fue instalar el paquete binutils: #sudo aptitude install binutils Ahora todo funciona muy bien . Posted in Python Tagged: pyOpenGL<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jboris.wordpress.com&amp;blog=2379503&amp;post=75&amp;subd=jboris&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ayer estaba probando KeyJNote y me salia un error al cargar el modulo PyOpenGL, revisando todo estaba bien instalado, tras buscar mucho en la red la solucion fue instalar el paquete binutils:<br />
<code><br />
#sudo aptitude install binutils<br />
</code><br />
Ahora todo funciona muy bien <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .</p>
<br />Posted in Python Tagged: pyOpenGL <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jboris.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jboris.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jboris.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jboris.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jboris.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jboris.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jboris.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jboris.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jboris.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jboris.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jboris.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jboris.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jboris.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jboris.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jboris.wordpress.com&amp;blog=2379503&amp;post=75&amp;subd=jboris&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jboris.wordpress.com/2008/10/19/problemas-al-cargar-pyopengl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">boris</media:title>
		</media:content>
	</item>
		<item>
		<title>Ejercicios de Distribuciones Binomial, Nornal y Poisson</title>
		<link>http://jboris.wordpress.com/2008/09/15/ejercicios-de-distribuciones-binomial-nornal-y-poisson/</link>
		<comments>http://jboris.wordpress.com/2008/09/15/ejercicios-de-distribuciones-binomial-nornal-y-poisson/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 14:52:05 +0000</pubDate>
		<dc:creator>boris</dc:creator>
				<category><![CDATA[Estadistica]]></category>

		<guid isPermaLink="false">http://jboris.wordpress.com/?p=72</guid>
		<description><![CDATA[Aquí les estan algunos ejercicios con sus respuestas. Ejercicios<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jboris.wordpress.com&amp;blog=2379503&amp;post=72&amp;subd=jboris&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Aquí les estan algunos ejercicios con sus respuestas.</p>
<p><a href="http://jboris.files.wordpress.com/2008/09/trabajo-grupal-2-sociologia.pdf">Ejercicios</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jboris.wordpress.com/72/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jboris.wordpress.com/72/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jboris.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jboris.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jboris.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jboris.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jboris.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jboris.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jboris.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jboris.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jboris.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jboris.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jboris.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jboris.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jboris.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jboris.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jboris.wordpress.com&amp;blog=2379503&amp;post=72&amp;subd=jboris&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jboris.wordpress.com/2008/09/15/ejercicios-de-distribuciones-binomial-nornal-y-poisson/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">boris</media:title>
		</media:content>
	</item>
		<item>
		<title>Ejercicios</title>
		<link>http://jboris.wordpress.com/2008/08/24/ejercicios/</link>
		<comments>http://jboris.wordpress.com/2008/08/24/ejercicios/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 16:42:52 +0000</pubDate>
		<dc:creator>boris</dc:creator>
				<category><![CDATA[Estadistica]]></category>

		<guid isPermaLink="false">http://jboris.wordpress.com/2008/08/24/ejercicios/</guid>
		<description><![CDATA[Aqui le mando algunos ejercicios y sus respuestas. Ejercicios<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jboris.wordpress.com&amp;blog=2379503&amp;post=71&amp;subd=jboris&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Aqui le mando algunos ejercicios y sus respuestas.</p>
<p><a href="http://jboris.files.wordpress.com/2008/08/ejercicios.pdf">Ejercicios</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jboris.wordpress.com/71/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jboris.wordpress.com/71/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jboris.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jboris.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jboris.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jboris.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jboris.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jboris.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jboris.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jboris.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jboris.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jboris.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jboris.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jboris.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jboris.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jboris.wordpress.com/71/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jboris.wordpress.com&amp;blog=2379503&amp;post=71&amp;subd=jboris&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jboris.wordpress.com/2008/08/24/ejercicios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">boris</media:title>
		</media:content>
	</item>
	</channel>
</rss>
