<?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>Blog Nouvelles Technologiesreadline | Blog Nouvelles Technologies</title>
	<atom:link href="http://www.blog-nouvelles-technologies.net/tag/readline/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog-nouvelles-technologies.net</link>
	<description>technologiquement parlant, nous vivons une époque privilégiée</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:14:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>readline pour maitriser le shell et coder en c avec vim</title>
		<link>http://www.blog-nouvelles-technologies.net/readline-pour-maitriser-le-shell-et-coder-en-c-avec-vim/</link>
		<comments>http://www.blog-nouvelles-technologies.net/readline-pour-maitriser-le-shell-et-coder-en-c-avec-vim/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 17:49:20 +0000</pubDate>
		<dc:creator>mathieu</dc:creator>
				<category><![CDATA[Liens]]></category>
		<category><![CDATA[Technique IT]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[cheatsheet]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[readline]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.mathieuelie.net/?p=460</guid>
		<description><![CDATA[Christophe Jacquet — GNU Readline Les toutes premieres bases de readline. Pas mal pour commencer. Readline keyboard shortcuts for bash&#8230;. Une trés bonne cheatsheet résumant les commandes de readline. Pour info bash utilise readline pour son invite de commande donc ces astuces sont utiles pour devenir un commande line killer! GNU Readline Library &#8211; Programming with GNU Readline Comment programmer avec readline, intéressant pour l&#8217;exemple complet. Quelques &#8220;killer tips&#8221; pour vim Super vim tips en francais. Certaines astuces originales comparé a la littérature habituelle sur le sujet. C editing with VIM HOWTO Trés bon tuto sur les bases de l&#8217;édition de code c avec vim. Un peu ancien mais d&#8217;actualité (bases).]]></description>
			<content:encoded><![CDATA[<h5><a href="http://www.jacquet80.eu/blog/post/2008/12/readline">Christophe Jacquet — GNU Readline</a></h5>
<p>Les toutes premieres bases de readline. Pas mal pour commencer.</p>
<h5><a href="http://www.bigsmoke.us/readline/shortcuts">Readline keyboard shortcuts for bash&#8230;.</a></h5>
<p>Une trés bonne cheatsheet résumant les commandes de readline. Pour info bash utilise readline pour son invite de commande donc ces astuces sont utiles pour devenir un commande line killer!</p>
<h5><a href="http://www.math.utah.edu/docs/info/rlman_2.html#SEC36">GNU Readline Library &#8211; Programming with GNU Readline</a></h5>
<p>Comment programmer avec readline, intéressant pour l&#8217;exemple complet.</p>
<h5><a href="http://la.firme.perso.esil.univmed.fr/website/article.php3?id_article=70">Quelques &#8220;killer tips&#8221; pour vim</a></h5>
<p>Super vim tips en francais. Certaines astuces originales comparé a la littérature habituelle sur le sujet.</p>
<h5><a href="http://tldp.org/HOWTO/C-editing-with-VIM-HOWTO/index.html">C editing with VIM HOWTO</a></h5>
<p>Trés bon tuto sur les bases de l&#8217;édition de code c avec vim. Un peu ancien mais d&#8217;actualité (bases).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog-nouvelles-technologies.net/readline-pour-maitriser-le-shell-et-coder-en-c-avec-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Makefile, autocomplétion readline et autres trucs</title>
		<link>http://www.blog-nouvelles-technologies.net/les-liens-du-18-06-2008-au-26-06-2008/</link>
		<comments>http://www.blog-nouvelles-technologies.net/les-liens-du-18-06-2008-au-26-06-2008/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 07:30:49 +0000</pubDate>
		<dc:creator>mathieu</dc:creator>
				<category><![CDATA[Liens]]></category>
		<category><![CDATA[autocompletion]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[makefile]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[neufbeta]]></category>
		<category><![CDATA[neufgiga]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[readline]]></category>
		<category><![CDATA[sauvegarde]]></category>
		<category><![CDATA[steek]]></category>

		<guid isPermaLink="false">http://www.mathieuelie.net/?p=147</guid>
		<description><![CDATA[Neuf Giga Beta is live : Steek, the white label web2.0 online data management company. Creating Unix Libraries Comment créer une librairie unix avec un exemple de makefile en bonus. GNU `make&#8217; Introduction à Makefile &#8211; Club d&#8217;entraide des développeurs francophones LinuxDevCenter.com &#8212; Introduction to Make GNU readline: Implement Custom Auto-complete » c/c++ linux programming by examples Using libcurl from C++ &#124; Luckyspin.org Tutorial short et simple. Plutot claire pour du cpp non? Le Figaro &#8211; High-Tech : Archivez et partagez vos données en ligne]]></description>
			<content:encoded><![CDATA[<h5><a href="http://www.steek.com/2008/06/02/neuf-giga-beta-is-live/">Neuf Giga Beta is live : Steek, the white label web2.0 online data management company.</a></h5>
<h5><a href="http://www.cs.duke.edu/~ola/courses/programming/libraries.html">Creating Unix Libraries</a></h5>
<p>Comment créer une librairie unix avec un exemple de makefile en bonus.</p>
<h5><a href="http://www.gnu.org/software/make/manual/make.html#MAKE-Variable">GNU `make&#8217;</a></h5>
<h5><a href="http://gl.developpez.com/tutoriel/outil/makefile/">Introduction à Makefile &#8211; Club d&#8217;entraide des développeurs francophones</a></h5>
<h5><a href="http://www.linuxdevcenter.com/pub/a/linux/2002/01/31/make_intro.html">LinuxDevCenter.com &#8212; Introduction to Make</a></h5>
<h5><a href="http://cc.byexamples.com/20080616/gnu-readline-implement-custom-auto-complete/">GNU readline: Implement Custom Auto-complete » c/c++ linux programming by examples</a></h5>
<h5><a href="http://www.luckyspin.org/?p=28">Using libcurl from C++ | Luckyspin.org</a></h5>
<p>Tutorial short et simple. Plutot claire pour du cpp non?</p>
<h5><a href="http://www.lefigaro.fr/hightech/2008/06/18/01007-20080618ARTFIG00388-archivez-et-partagez-vos-donnees-en-ligne.php">Le Figaro &#8211; High-Tech : Archivez et partagez vos données en ligne</a></h5>
]]></content:encoded>
			<wfw:commentRss>http://www.blog-nouvelles-technologies.net/les-liens-du-18-06-2008-au-26-06-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

