<?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>La plaga Tux</title>
	<atom:link href="http://plagatux.es/feed/" rel="self" type="application/rss+xml" />
	<link>http://plagatux.es</link>
	<description>Los tuxes con ansias de aprender acechan. Software libre, programación, LaTeX y puede que algo más ...</description>
	<lastBuildDate>Thu, 25 Apr 2013 13:15:47 +0000</lastBuildDate>
	<language>es-ES</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>OpenCV Computer Vision with Python</title>
		<link>http://plagatux.es/2013/04/opencv-computer-vision-with-python/</link>
		<comments>http://plagatux.es/2013/04/opencv-computer-vision-with-python/#comments</comments>
		<pubDate>Thu, 25 Apr 2013 13:15:47 +0000</pubDate>
		<dc:creator>piponazo</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://plagatux.es/?p=2759</guid>
		<description><![CDATA[In the next weeks I will review the book &#8220;OpenCV Computer Vision with Python&#8221; and I&#8217;ll post my opinion here. Let&#8217;s dive in the opencv python module]]></description>
		<wfw:commentRss>http://plagatux.es/2013/04/opencv-computer-vision-with-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cross-compiling &amp; debugging for RaspberryPi using CMake and gdbserver/gdb</title>
		<link>http://plagatux.es/2013/03/cross-compiling-debugging-for-raspberrypi-using-cmake-and-gdbservergdb/</link>
		<comments>http://plagatux.es/2013/03/cross-compiling-debugging-for-raspberrypi-using-cmake-and-gdbservergdb/#comments</comments>
		<pubDate>Sat, 16 Mar 2013 16:44:01 +0000</pubDate>
		<dc:creator>piponazo</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[camke]]></category>
		<category><![CDATA[compilation]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[gdb]]></category>
		<category><![CDATA[gdbserver]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[nemiver]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[raspberry pi]]></category>

		<guid isPermaLink="false">http://plagatux.es/?p=2735</guid>
		<description><![CDATA[The Raspberry Pi (RPi in advance) board has become in the last year one of the favourite toys for geeks &#38; programmers. Although it has a reasonable powerful processor, if we have in mind to develop a large project in this little board, the development process should be performed in a (more suitable) workstation and [...]]]></description>
		<wfw:commentRss>http://plagatux.es/2013/03/cross-compiling-debugging-for-raspberrypi-using-cmake-and-gdbservergdb/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Qt AUTOMOC with CMake</title>
		<link>http://plagatux.es/2012/12/qt-automoc-with-cmake/</link>
		<comments>http://plagatux.es/2012/12/qt-automoc-with-cmake/#comments</comments>
		<pubDate>Fri, 14 Dec 2012 19:43:43 +0000</pubDate>
		<dc:creator>piponazo</dc:creator>
				<category><![CDATA[Programación]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Utilidades]]></category>
		<category><![CDATA[automoc]]></category>
		<category><![CDATA[cmake]]></category>
		<category><![CDATA[moc]]></category>
		<category><![CDATA[Qt]]></category>

		<guid isPermaLink="false">http://plagatux.es/?p=2719</guid>
		<description><![CDATA[Configuring big Qt projects with CMake could be sometimes annoying because of the necessity to apply the moc command over those specific header files containing the Qt Q_OBJECT macro. Long time ago the CMake macro qt4_wrap_cpp was introduced to help in the preprocessing of those files and it helps a lot. However, in big projects where we have header [...]]]></description>
		<wfw:commentRss>http://plagatux.es/2012/12/qt-automoc-with-cmake/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CMake tutorial</title>
		<link>http://plagatux.es/2012/12/cmake-tutorial/</link>
		<comments>http://plagatux.es/2012/12/cmake-tutorial/#comments</comments>
		<pubDate>Sat, 01 Dec 2012 14:51:10 +0000</pubDate>
		<dc:creator>piponazo</dc:creator>
				<category><![CDATA[Programación]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[cmake]]></category>

		<guid isPermaLink="false">http://plagatux.es/?p=2711</guid>
		<description><![CDATA[Two weeks ago, I made a speech in my work about the usage of CMake for configuring C/C++ projects in order to be independent from platforms (Windows, Linux, Mac, QNX, etc) and IDEs/Editors. In this speech I treated general concepts and commands of CMake and also specific cases such us the usage of Qt and [...]]]></description>
		<wfw:commentRss>http://plagatux.es/2012/12/cmake-tutorial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Freewrl in Ubuntu 12.04</title>
		<link>http://plagatux.es/2012/09/freewrl-in-ubuntu-12-04/</link>
		<comments>http://plagatux.es/2012/09/freewrl-in-ubuntu-12-04/#comments</comments>
		<pubDate>Tue, 04 Sep 2012 18:02:37 +0000</pubDate>
		<dc:creator>piponazo</dc:creator>
				<category><![CDATA[Gráficos]]></category>
		<category><![CDATA[Resolución problemas]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Utilidades]]></category>
		<category><![CDATA[freewrl]]></category>

		<guid isPermaLink="false">http://plagatux.es/?p=2698</guid>
		<description><![CDATA[It has been almost two years from the last posts about FreeWRL (post1 &#38; post2). It has rained a lot since then &#8230; Now the freewrl project is in its version 1.22.13 and it even has a version for Android and Blackberry. However the documentation of the project shines by its absence. As in older versions, we need [...]]]></description>
		<wfw:commentRss>http://plagatux.es/2012/09/freewrl-in-ubuntu-12-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skipping blocking libav functions with interruption callbacks</title>
		<link>http://plagatux.es/2012/08/skipping-blocking-libav-functions-with-interruption-callbacks/</link>
		<comments>http://plagatux.es/2012/08/skipping-blocking-libav-functions-with-interruption-callbacks/#comments</comments>
		<pubDate>Fri, 24 Aug 2012 18:09:48 +0000</pubDate>
		<dc:creator>piponazo</dc:creator>
				<category><![CDATA[Programación]]></category>
		<category><![CDATA[c/c++]]></category>
		<category><![CDATA[libav]]></category>
		<category><![CDATA[threads]]></category>

		<guid isPermaLink="false">http://plagatux.es/?p=2661</guid>
		<description><![CDATA[Introduction In this post, we are going to see how to write interruption callbacks for the blocking functions of the libav library. This feature seems to be available in older versions of the library, but we are going to detail the necessary steps for the branch 0.8.x. Note that the solutions could be different for [...]]]></description>
		<wfw:commentRss>http://plagatux.es/2012/08/skipping-blocking-libav-functions-with-interruption-callbacks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Image processing with CUDA (Comparison with CPU, MMX, SSE &amp; OpenCV)</title>
		<link>http://plagatux.es/2012/08/image-processing-with-cuda-comparison-with-cpu-mmx-sse-opencv/</link>
		<comments>http://plagatux.es/2012/08/image-processing-with-cuda-comparison-with-cpu-mmx-sse-opencv/#comments</comments>
		<pubDate>Wed, 15 Aug 2012 20:47:54 +0000</pubDate>
		<dc:creator>piponazo</dc:creator>
				<category><![CDATA[Programación]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[CUDA]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[GPGPU]]></category>
		<category><![CDATA[MMX]]></category>
		<category><![CDATA[NPP]]></category>
		<category><![CDATA[opencv]]></category>
		<category><![CDATA[SIMD]]></category>
		<category><![CDATA[SSE]]></category>

		<guid isPermaLink="false">http://plagatux.es/?p=2591</guid>
		<description><![CDATA[En esta entrada se presenta un ejemplo de como realizar procesamiento de imágenes con CUDA, y se compara el rendimiento de una aplicación sencilla para invertir los colores de una imagen, implementada con las siguientes tecnologías y/o librerías: Instrucciones aritméticas con CPU. Librería OpenCV. Instrucciones aritméticas usando tecnología SIMD (MMX y SSE). CUDA C runtime. [...]]]></description>
		<wfw:commentRss>http://plagatux.es/2012/08/image-processing-with-cuda-comparison-with-cpu-mmx-sse-opencv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creación de repositorios GIT para usuarios de svn</title>
		<link>http://plagatux.es/2011/12/creacion-de-repositorios-git-para-usuarios-de-svn/</link>
		<comments>http://plagatux.es/2011/12/creacion-de-repositorios-git-para-usuarios-de-svn/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 12:23:06 +0000</pubDate>
		<dc:creator>piponazo</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://plagatux.es/?p=2551</guid>
		<description><![CDATA[Llevaba mucho tiempo queriendo cambiar todos mis repositorios personales se SVN a GIT, pero no he encontrado tiempo libre para hacerlo hasta ahora. La principal ventaja que me ofrece Git frente a Svn, desde mi humilde punto de vista de usuario, es la posibilidad de hacer rápidos commits en local sin tener que comunicarte con [...]]]></description>
		<wfw:commentRss>http://plagatux.es/2011/12/creacion-de-repositorios-git-para-usuarios-de-svn/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Kernel bug unmounting disks</title>
		<link>http://plagatux.es/2011/09/kernel-bug-unmounting-disks/</link>
		<comments>http://plagatux.es/2011/09/kernel-bug-unmounting-disks/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 18:04:31 +0000</pubDate>
		<dc:creator>piponazo</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[umount]]></category>

		<guid isPermaLink="false">http://plagatux.es/?p=2511</guid>
		<description><![CDATA[Actualización 20/11/2011 He estado varios días observando un extraño suceso en mis equipos, los cuales tienen la última versión estable de Debian instalada (Squeeze). Al conectar un disco duro externo con partición NTFS este se monta automáticamente de forma correcta y puedo trabajar con él perfectamente. El problema viene a la hora de desconectarlo. Estando [...]]]></description>
		<wfw:commentRss>http://plagatux.es/2011/09/kernel-bug-unmounting-disks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bit flags in C/C++</title>
		<link>http://plagatux.es/2011/08/bit-flags-en-c/</link>
		<comments>http://plagatux.es/2011/08/bit-flags-en-c/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 08:51:52 +0000</pubDate>
		<dc:creator>piponazo</dc:creator>
				<category><![CDATA[Programación]]></category>
		<category><![CDATA[bit flags]]></category>
		<category><![CDATA[c/c++]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://plagatux.es/?p=2007</guid>
		<description><![CDATA[Siempre me ha parecido muy útil el paso de parámetros por medio de banderas de bits (más conocidas como bit flags). En muchas de las librerías que he ido manejando estos últimos años he observado que es muy común pasar opciones, a por ejemplo una función, mediante un argumento de tipo int (32 bits) y [...]]]></description>
		<wfw:commentRss>http://plagatux.es/2011/08/bit-flags-en-c/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
