<?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>Ubuntu &#38; Business for human beans &#187; Programacion</title>
	<atom:link href="http://alejandrolaorden.wordpress.com/category/programacion/feed/" rel="self" type="application/rss+xml" />
	<link>http://alejandrolaorden.wordpress.com</link>
	<description>he walks among us, but he is not one of us</description>
	<lastBuildDate>Sun, 22 Mar 2009 16:59:31 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='alejandrolaorden.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/868e9b8894e9fc3495d6c68a2d4e051c?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Ubuntu &#38; Business for human beans &#187; Programacion</title>
		<link>http://alejandrolaorden.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://alejandrolaorden.wordpress.com/osd.xml" title="Ubuntu &amp; Business for human beans" />
		<item>
		<title>Creando Script para añadir usuarios WindowsNT</title>
		<link>http://alejandrolaorden.wordpress.com/2008/06/10/creando-script-para-anadir-usuarios-windowsnt/</link>
		<comments>http://alejandrolaorden.wordpress.com/2008/06/10/creando-script-para-anadir-usuarios-windowsnt/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 13:53:16 +0000</pubDate>
		<dc:creator>alejandrolaorden</dc:creator>
				<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Seguridad]]></category>
		<category><![CDATA[Windows/Microsoft]]></category>

		<guid isPermaLink="false">http://alejandrolaorden.wordpress.com/?p=130</guid>
		<description><![CDATA[Hola, amigos de la seguridad y de mi blog:
he estado explorando googling casi durante dos horas buscando un script para añadir usuarios, pues un cliente con 50 usuarios quiere implementar un sistema del trabajo y dar de alta 50 usuarios uno por uno es un rollo, la verdad que me he vuelto loco buscando, por [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=130&subd=alejandrolaorden&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hola, amigos de la seguridad y de mi blog:</p>
<p>he estado explorando googling casi durante dos horas buscando un script para añadir usuarios, pues un cliente con 50 usuarios quiere implementar un sistema del trabajo y dar de alta 50 usuarios uno por uno es un rollo, la verdad que me he vuelto loco buscando, por aquí por allí, sólo veía soluciones para sistemas con Directorio Activo, que por cierto aborrezco.</p>
<p>La solución es muy simple, simplemente con los comandos net user y net group estaría listo.</p>
<p>Es decir, para crear un usuario: pepe</p>
<p>contraseña: 32UFfs3</p>
<p>Grupo: Usuarios de Terminal Server</p>
<p>Los comandos serían:</p>
<p><strong>&#8220;net user pepe 32UFfs3 /add /expires:never /passwordchg:no</strong><strong>&#8220;</strong></p>
<p>Crea un usuario pepe con contraseña 32UFfs3, no caduca el password y no se puede cambiar password.</p>
<p><strong>&#8220;net localgroup &#8220;Usuarios de Escritorio Remoto&#8221; pepe /add&#8221;</strong></p>
<p>Agrega al grupo Usuarios de Escritorio Remoto el usuario pepe.</p>
<p>Con estos dos comandos, podemos fácilmente elaborar un script en cualquier lenguaje</p>
<p>Lo encontré en unos video-tutoriales de hacking para windows XP, una moda muy útil.</p>
<p><a title="Hacking Windows XP" href="http://www.revver.com/video/808922/how-to-hack-an-administrator-account-in-windows-xp/">http://www.revver.com/video/808922/how-to-hack-an-administrator-account-in-windows-xp/</a></p>
<p>Añado a este tutorial una entrada de registro para <strong><em>ocultar</em></strong> el usuario pepe:</p>
<p><strong>reg add &#8220;HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList&#8221; /v pepe /t REG_DWORD /d 0</strong></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alejandrolaorden.wordpress.com/130/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alejandrolaorden.wordpress.com/130/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alejandrolaorden.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alejandrolaorden.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alejandrolaorden.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alejandrolaorden.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alejandrolaorden.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alejandrolaorden.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alejandrolaorden.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alejandrolaorden.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alejandrolaorden.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alejandrolaorden.wordpress.com/130/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=130&subd=alejandrolaorden&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alejandrolaorden.wordpress.com/2008/06/10/creando-script-para-anadir-usuarios-windowsnt/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4633af6b918749c0183bc2283a624c34?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alejandrolaorden</media:title>
		</media:content>
	</item>
		<item>
		<title>Codigo fuente ejercicios en Pascal liberado</title>
		<link>http://alejandrolaorden.wordpress.com/2007/03/28/codigo-fuente-ejercicios-en-pascal-liberado/</link>
		<comments>http://alejandrolaorden.wordpress.com/2007/03/28/codigo-fuente-ejercicios-en-pascal-liberado/#comments</comments>
		<pubDate>Wed, 28 Mar 2007 12:35:49 +0000</pubDate>
		<dc:creator>alejandrolaorden</dc:creator>
				<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Source Code]]></category>

		<guid isPermaLink="false">http://alejandrolaorden.wordpress.com/2007/03/28/codigo-fuente-ejercicios-en-pascal-liberado/</guid>
		<description><![CDATA[Hola:
Estos sencillos ejemplos son de mi época de estudiante en la UPSA, en la facultad de informática EU. En mi ordenador poco pintan, porque casi nunca echo mano de ellos, estoy centrado en otro tipo de programación más orientada a objetos.
Allí lo primero que me enseñaron fue Pascal. 
Arrays, pilas, listas, árboles, todos los ejercicios [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=99&subd=alejandrolaorden&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hola:</p>
<p>Estos sencillos ejemplos son de mi época de estudiante en la <a title="Página web de la Universidad Pontificia de Salamanca" href="http://www.upsa.es">UPSA</a>, en la facultad de informática <a title="Facultad de informática UPSA" href="http://www.eui.upsa.es">EU.</a> En mi ordenador poco pintan, porque casi nunca echo mano de ellos, estoy centrado en otro tipo de programación más <a title="Programación orientada a objetos" href="http://es.wikipedia.org/wiki/Orientado_a_objetos">orientada a objetos</a>.</p>
<p>Allí lo primero que me enseñaron fue<a title="Qué es Pascal?" href="http://es.wikipedia.org/wiki/Lenguaje_de_programaci%C3%B3n_Pascal"> Pascal</a>. <a title="Qué es un Array?" href="http://es.wikipedia.org/wiki/Array"></a></p>
<p><a title="Qué es un Array?" href="http://es.wikipedia.org/wiki/Array">Arrays</a>, <a title="Qué es una Pila?" href="http://es.wikipedia.org/wiki/Pila_%28estructura_de_datos%29">pilas</a>, <a title="Qué es una lista?" href="http://es.wikipedia.org/wiki/Lista_%28estructura_de_datos%29">listas</a>, <a title="Qué son Árboles en programación?" href="http://es.wikipedia.org/wiki/%C3%81rbol_%28programaci%C3%B3n%29">árboles</a>, todos los ejercicios que hice en la facultad, os los presento para que podáis modificarlos, aprender de ellos, etcétera.</p>
<p><a title="Código fuente Pascal" href="http://alejandrolaorden.averok.com/blog/wp-content/uploads/pascal.zip">Aquí</a> para descargarlos.</p>
<p>Otro día los de C.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alejandrolaorden.wordpress.com/99/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alejandrolaorden.wordpress.com/99/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alejandrolaorden.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alejandrolaorden.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alejandrolaorden.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alejandrolaorden.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alejandrolaorden.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alejandrolaorden.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alejandrolaorden.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alejandrolaorden.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alejandrolaorden.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alejandrolaorden.wordpress.com/99/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=99&subd=alejandrolaorden&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alejandrolaorden.wordpress.com/2007/03/28/codigo-fuente-ejercicios-en-pascal-liberado/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4633af6b918749c0183bc2283a624c34?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alejandrolaorden</media:title>
		</media:content>
	</item>
		<item>
		<title>Entorno de desarrollo y compilador en Web 2.0</title>
		<link>http://alejandrolaorden.wordpress.com/2007/02/28/entorno-de-desarrollo-y-compilador-en-web-20/</link>
		<comments>http://alejandrolaorden.wordpress.com/2007/02/28/entorno-de-desarrollo-y-compilador-en-web-20/#comments</comments>
		<pubDate>Wed, 28 Feb 2007 12:05:23 +0000</pubDate>
		<dc:creator>alejandrolaorden</dc:creator>
				<category><![CDATA[Programacion]]></category>

		<guid isPermaLink="false">http://alejandrolaorden.wordpress.com/2007/02/28/entorno-de-desarrollo-y-compilador-en-web-20/</guid>
		<description><![CDATA[www.codeide.com es una página muy útil para todos los programadores ocasionales en perl, c++ y pascal. Tiene un sitio donde metes el código fuente de tu programita y te dice el resultado. Dispone también de una linea de comandos. Lo he probado y funciona.
Le agradezco a www.barrapunto.com la noticia y a Google Tips por sacarlo en la barrika del www.gmail.com.
 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=86&subd=alejandrolaorden&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.codeide.com/">www.codeide.com</a> es una página muy útil para todos los programadores ocasionales en perl, c++ y pascal. Tiene un sitio donde metes el código fuente de tu programita y te dice el resultado. Dispone también de una linea de comandos. Lo he probado y funciona.</p>
<p>Le agradezco a <a href="http://www.barrapunto.com/">www.barrapunto.com</a> la noticia y a Google Tips por sacarlo en la barrika del <a href="http://www.gmail.com/">www.gmail.com</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alejandrolaorden.wordpress.com/86/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alejandrolaorden.wordpress.com/86/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alejandrolaorden.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alejandrolaorden.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alejandrolaorden.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alejandrolaorden.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alejandrolaorden.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alejandrolaorden.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alejandrolaorden.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alejandrolaorden.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alejandrolaorden.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alejandrolaorden.wordpress.com/86/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=86&subd=alejandrolaorden&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alejandrolaorden.wordpress.com/2007/02/28/entorno-de-desarrollo-y-compilador-en-web-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4633af6b918749c0183bc2283a624c34?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alejandrolaorden</media:title>
		</media:content>
	</item>
		<item>
		<title>ODBC Vendors (Vendedores de drivers ODBC)</title>
		<link>http://alejandrolaorden.wordpress.com/2007/01/24/odbc-vendors-vendedores-de-drivers-odbc/</link>
		<comments>http://alejandrolaorden.wordpress.com/2007/01/24/odbc-vendors-vendedores-de-drivers-odbc/#comments</comments>
		<pubDate>Wed, 24 Jan 2007 16:37:40 +0000</pubDate>
		<dc:creator>alejandrolaorden</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Windows/Microsoft]]></category>

		<guid isPermaLink="false">http://alejandrolaorden.wordpress.com/2007/01/24/odbc-vendors-vendedores-de-drivers-odbc/</guid>
		<description><![CDATA[Hola, en el trabajo hemos tenido un serio problema.
Un señor tiene una base de datos en COBOL y en la BBDD que trabajamos nosotros es Paradox.
Al final, encontré una página que tenía todos los vendors de Odbc. El Proveedor de odbc de COBOL se llama liant.  Por cierto, es carísimo y al final nos [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=76&subd=alejandrolaorden&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hola, en el trabajo hemos tenido un serio problema.</p>
<p>Un señor tiene una base de datos en <a href="http://es.wikipedia.org/wiki/Cobol" title="Explicación qué es COBOL">COBOL</a> y en la <a href="http://es.wikipedia.org/wiki/Base_de_datos" title="Qué es una base de datos">BBDD</a> que trabajamos nosotros es <a href="http://es.wikipedia.org/wiki/Paradox_%28base_de_datos%29" title="Qué es Paradox">Paradox</a>.</p>
<p>Al final, encontré una página que tenía todos los vendors de <a href="http://es.wikipedia.org/wiki/ODBC" title="Explicación qué es un odbc">Odbc</a>. El Proveedor de odbc de COBOL se llama <a href="http://www.liant.us/" title="Empresa Liant">liant</a>.  Por cierto, es carísimo y al final nos tocó parsear.</p>
<p><a href="http://alejandrolaorden.averok.com/blog/wp-content/uploads/odbc_vendors.doc" title="Listado de vendedores de ODBC">aquí</a> os dejo un link con todos los vendedores de odbc. Creo que puede ser útil en situaciones desesperadas.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alejandrolaorden.wordpress.com/76/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alejandrolaorden.wordpress.com/76/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alejandrolaorden.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alejandrolaorden.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alejandrolaorden.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alejandrolaorden.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alejandrolaorden.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alejandrolaorden.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alejandrolaorden.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alejandrolaorden.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alejandrolaorden.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alejandrolaorden.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=76&subd=alejandrolaorden&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alejandrolaorden.wordpress.com/2007/01/24/odbc-vendors-vendedores-de-drivers-odbc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4633af6b918749c0183bc2283a624c34?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alejandrolaorden</media:title>
		</media:content>
	</item>
		<item>
		<title>Reglas para programar en c++</title>
		<link>http://alejandrolaorden.wordpress.com/2007/01/11/reglas-para-programar-en-c/</link>
		<comments>http://alejandrolaorden.wordpress.com/2007/01/11/reglas-para-programar-en-c/#comments</comments>
		<pubDate>Thu, 11 Jan 2007 11:17:59 +0000</pubDate>
		<dc:creator>alejandrolaorden</dc:creator>
				<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Tutoriales / Manuales]]></category>

		<guid isPermaLink="false">http://alejandrolaorden.wordpress.com/2007/01/11/reglas-para-programar-en-c/</guid>
		<description><![CDATA[Hola, posteo un documento que me ha impresionado. Son reglas de programación para programadores en c++ que nunca les vendrá mal seguir. Se trata de una guía, en inglés, que intenta corregir los defectos que muchos programadores hacen a la hora de redactar código. Bajáoslo aquí.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=74&subd=alejandrolaorden&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hola, posteo un documento que me ha impresionado. Son reglas de programación para programadores en c++ que nunca les vendrá mal seguir. Se trata de una guía, en inglés, que intenta corregir los defectos que muchos programadores hacen a la hora de redactar código. Bajáoslo <a href="http://alejandrolaorden.averok.com/blog/wp-content/uploads/rules.pdf" title="Reglas de programación en C++">aquí.</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alejandrolaorden.wordpress.com/74/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alejandrolaorden.wordpress.com/74/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alejandrolaorden.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alejandrolaorden.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alejandrolaorden.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alejandrolaorden.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alejandrolaorden.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alejandrolaorden.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alejandrolaorden.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alejandrolaorden.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alejandrolaorden.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alejandrolaorden.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=74&subd=alejandrolaorden&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alejandrolaorden.wordpress.com/2007/01/11/reglas-para-programar-en-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4633af6b918749c0183bc2283a624c34?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alejandrolaorden</media:title>
		</media:content>
	</item>
		<item>
		<title>Curso de C++ online</title>
		<link>http://alejandrolaorden.wordpress.com/2007/01/07/curso-de-c-online/</link>
		<comments>http://alejandrolaorden.wordpress.com/2007/01/07/curso-de-c-online/#comments</comments>
		<pubDate>Sun, 07 Jan 2007 15:49:03 +0000</pubDate>
		<dc:creator>alejandrolaorden</dc:creator>
				<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Tutoriales / Manuales]]></category>

		<guid isPermaLink="false">http://alejandrolaorden.wordpress.com/2007/01/07/curso-de-c-online/</guid>
		<description><![CDATA[Recomiendo esta web para empezar con el c++. Es muy didáctica. Os la recomiendo a todos los jóvenes programadores que empiezan con c++.
http://www.zator.com/Cpp/ 
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=72&subd=alejandrolaorden&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Recomiendo esta web para empezar con el c++. Es muy didáctica. Os la recomiendo a todos los jóvenes programadores que empiezan con c++.</p>
<p><a href="http://www.zator.com/Cpp/" title="Curso de C++">http://www.zator.com/Cpp/ </a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alejandrolaorden.wordpress.com/72/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alejandrolaorden.wordpress.com/72/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alejandrolaorden.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alejandrolaorden.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alejandrolaorden.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alejandrolaorden.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alejandrolaorden.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alejandrolaorden.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alejandrolaorden.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alejandrolaorden.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alejandrolaorden.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alejandrolaorden.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=72&subd=alejandrolaorden&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alejandrolaorden.wordpress.com/2007/01/07/curso-de-c-online/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4633af6b918749c0183bc2283a624c34?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alejandrolaorden</media:title>
		</media:content>
	</item>
		<item>
		<title>Google CodeSearch</title>
		<link>http://alejandrolaorden.wordpress.com/2006/10/08/google-codesearch/</link>
		<comments>http://alejandrolaorden.wordpress.com/2006/10/08/google-codesearch/#comments</comments>
		<pubDate>Sun, 08 Oct 2006 19:21:00 +0000</pubDate>
		<dc:creator>alejandrolaorden</dc:creator>
				<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Source Code]]></category>

		<guid isPermaLink="false">http://alejandrolaorden.wordpress.com/2006/10/08/google-codesearch/</guid>
		<description><![CDATA[Google ha lanzado un buscador de código fuente, qué bueno para los programadores. :-D
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=28&subd=alejandrolaorden&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Google ha lanzado un <a href="http://www.google.com/codesearch">buscador de código fuente</a>, qué bueno para los programadores. :-D</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alejandrolaorden.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alejandrolaorden.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alejandrolaorden.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alejandrolaorden.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alejandrolaorden.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alejandrolaorden.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alejandrolaorden.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alejandrolaorden.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alejandrolaorden.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alejandrolaorden.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alejandrolaorden.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alejandrolaorden.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=28&subd=alejandrolaorden&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alejandrolaorden.wordpress.com/2006/10/08/google-codesearch/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4633af6b918749c0183bc2283a624c34?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alejandrolaorden</media:title>
		</media:content>
	</item>
		<item>
		<title>IDE para C/C++ y Java</title>
		<link>http://alejandrolaorden.wordpress.com/2006/10/04/ide-para-cc-y-java/</link>
		<comments>http://alejandrolaorden.wordpress.com/2006/10/04/ide-para-cc-y-java/#comments</comments>
		<pubDate>Wed, 04 Oct 2006 17:14:00 +0000</pubDate>
		<dc:creator>alejandrolaorden</dc:creator>
				<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Source Code]]></category>

		<guid isPermaLink="false">http://alejandrolaorden.wordpress.com/2006/10/04/ide-para-cc-y-java/</guid>
		<description><![CDATA[Para programar en C++ cómodamente, podemos optar por Visual Studio (de Microsoft) comercial o Eclipse, un entorno muy amigable.
Recomiendo eclipse.
Se puede bajar desde esta dirección:
http://www.eclipse.org/downloads/
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=18&subd=alejandrolaorden&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Para programar en C++ cómodamente, podemos optar por Visual Studio (de Microsoft) comercial o Eclipse, un entorno muy amigable.</p>
<p>Recomiendo eclipse.</p>
<p>Se puede bajar desde esta dirección:</p>
<p><a href="http://www.eclipse.org/downloads/">http://www.eclipse.org/downloads/</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alejandrolaorden.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alejandrolaorden.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alejandrolaorden.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alejandrolaorden.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alejandrolaorden.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alejandrolaorden.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alejandrolaorden.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alejandrolaorden.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alejandrolaorden.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alejandrolaorden.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alejandrolaorden.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alejandrolaorden.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=18&subd=alejandrolaorden&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alejandrolaorden.wordpress.com/2006/10/04/ide-para-cc-y-java/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4633af6b918749c0183bc2283a624c34?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alejandrolaorden</media:title>
		</media:content>
	</item>
		<item>
		<title>Pascal to C  &#8211;Vs&#8211; C to Pascal</title>
		<link>http://alejandrolaorden.wordpress.com/2006/10/04/pascal-to-c-vs-c-to-pascal/</link>
		<comments>http://alejandrolaorden.wordpress.com/2006/10/04/pascal-to-c-vs-c-to-pascal/#comments</comments>
		<pubDate>Wed, 04 Oct 2006 11:59:00 +0000</pubDate>
		<dc:creator>alejandrolaorden</dc:creator>
				<category><![CDATA[Programacion]]></category>

		<guid isPermaLink="false">http://alejandrolaorden.wordpress.com/2006/10/04/pascal-to-c-vs-c-to-pascal/</guid>
		<description><![CDATA[Hola, los dos lenguajes se enfrentan para competir.
Conviertes código de C a Pascal o de Pascal a C?
Dos programas nos ayudan.
Uno, del proyecto Jedi, C to Pascal Header Converter
ftp://ftp.delphi-jedi.org//darth/headconv.zip
Convierte de Pascal a C.
Por otro lado, de la mano de SourceForge
http://c2pas.sourceforge.net/
Convierte C a Pascal.
Que la fuerza te acompañe ;-)
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=17&subd=alejandrolaorden&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hola, los dos lenguajes se enfrentan para competir.</p>
<p>Conviertes código de C a Pascal o de Pascal a C?</p>
<p>Dos programas nos ayudan.<br />
Uno, del proyecto Jedi, C to Pascal Header Converter</p>
<p><a href="ftp://ftp.delphi-jedi.org//darth/headconv.zip">ftp://ftp.delphi-jedi.org//darth/headconv.zip</a><br />
Convierte de Pascal a C.</p>
<p>Por otro lado, de la mano de SourceForge<br />
<a href="http://c2pas.sourceforge.net/">http://c2pas.sourceforge.net/</a><br />
Convierte C a Pascal.</p>
<p>Que la fuerza te acompañe ;-)</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alejandrolaorden.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alejandrolaorden.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alejandrolaorden.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alejandrolaorden.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alejandrolaorden.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alejandrolaorden.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alejandrolaorden.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alejandrolaorden.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alejandrolaorden.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alejandrolaorden.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alejandrolaorden.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alejandrolaorden.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=17&subd=alejandrolaorden&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alejandrolaorden.wordpress.com/2006/10/04/pascal-to-c-vs-c-to-pascal/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4633af6b918749c0183bc2283a624c34?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alejandrolaorden</media:title>
		</media:content>
	</item>
		<item>
		<title>vector en c++</title>
		<link>http://alejandrolaorden.wordpress.com/2006/09/23/vector-en-c/</link>
		<comments>http://alejandrolaorden.wordpress.com/2006/09/23/vector-en-c/#comments</comments>
		<pubDate>Sat, 23 Sep 2006 02:54:00 +0000</pubDate>
		<dc:creator>alejandrolaorden</dc:creator>
				<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Source Code]]></category>

		<guid isPermaLink="false">http://alejandrolaorden.wordpress.com/2006/09/23/vector-en-c/</guid>
		<description><![CDATA[Hola, algo tan sencillo como un vector se puede convertir en un infierno.
Del mi estimado profesor Roberto Berjón Gallinas sobre estructuras en c++ que recomiendo a todo el mundo: &#8220;Estructura de datos: Implementación clásica y orientada a objetos&#8221; Año 2000. Salamanca, editado por PONTIFICIA DE SALAMANCA, aprendí mucho. Me puse a hacer el ejercicio mvector [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=7&subd=alejandrolaorden&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hola, algo tan sencillo como un vector se puede convertir en un infierno.<br />
Del mi estimado profesor Roberto Berjón Gallinas sobre estructuras en c++ que recomiendo a todo el mundo: &#8220;Estructura de datos: Implementación clásica y orientada a objetos&#8221; Año 2000. Salamanca, editado por <a href="http://www.upsa.es">PONTIFICIA DE SALAMANCA,</a> aprendí mucho. Me puse a hacer el ejercicio mvector del libro y hasta hoy no lo conseguí compilar. Todo un logro. Posteo el código para celebrarlo con vosotros.<br />
Gracias a esta página por inspirarme para el desarrollo del ejercicio: <a href="http://womble.decadentplace.org.uk/c++/template-faq.html#disambiguation">http://womble.decadentplace.org.uk/c++/template-faq.html#disambiguation</a></p>
<p><span style="font-size:85%;">código del vector <a title="Vector Genérico en C++" href="http://alejandrolaorden.averok.com/blog/wp-content/uploads/mvector.h">aquí</a></span></p>
<p><span style="font-size:85%;">Algoritmos necesarios para uso del vector <a title="Estructuras básicas que usa el vector" href="http://alejandrolaorden.averok.com/blog/wp-content/uploads/malgorithms.h">aquí</a></span></p>
<p>Funciones adicionales para el vector <a title="Funciones adicionales iteradores" href="http://alejandrolaorden.averok.com/blog/wp-content/uploads/mfunctions.h">aquí </a></p>
<p>Ejemplo de uso <a title="Ejemplo de uso Vector Genérico" href="http://alejandrolaorden.averok.com/blog/wp-content/uploads/ejemplo.cpp">aquí</a></p>
<p>Ojo! en el libro hay errores como en el método erase. que no actualiza el vector_elements. Corregido en el código del vector.</p>
<p>El código del profesor se ha publicado en internet. En este Ftp anónimo de la universidad podéis descargar lo que el profesor ha escrito, no me ha dado tiempo a verificarlo:</p>
<p><a title="FTP del libro publicado" href="ftp://ftp.upsa.es/UPSA/EDI/">ftp://ftp.upsa.es/UPSA/EDI/</a></p>
<p>He hecho una copia para que lo descarguéis todo <a title="Estructuras de Datos Roberto Berjón" href="http://alejandrolaorden.averok.com/blog/wp-content/uploads/structs.zip">aquí</a>.</p>
<p>Si alguien puede ayudar a la gente que está metiendo comentarios para resolver problemas concretos, lo puede hacer posteando sus soluciones, lo que no voy a hacer es resolver ejercicios de programación de nadie. Lo dejo claro para que no haya confusiones. El código está ahí. Estudiadlo, si hay algunda duda concreta sobre el código que aquí posteo, os responderé; no me comprometo a escribir código para nadie. Pues trabajo en una empresa y no tengo tiempo.</p>
<p>Gracias.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alejandrolaorden.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alejandrolaorden.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alejandrolaorden.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alejandrolaorden.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alejandrolaorden.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alejandrolaorden.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alejandrolaorden.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alejandrolaorden.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alejandrolaorden.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alejandrolaorden.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alejandrolaorden.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alejandrolaorden.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=7&subd=alejandrolaorden&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alejandrolaorden.wordpress.com/2006/09/23/vector-en-c/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4633af6b918749c0183bc2283a624c34?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alejandrolaorden</media:title>
		</media:content>
	</item>
	</channel>
</rss>