<?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>722 &#187; Tips</title>
	<atom:link href="http://722.kalaari.net/b/lang/en/category/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://722.kalaari.net/b</link>
	<description>f 722 t 722 p 722 oxygen 722 722 722</description>
	<lastBuildDate>Sat, 24 Dec 2011 11:56:50 +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>Mercurial : track changes to a repository with RSS</title>
		<link>http://722.kalaari.net/b/lang/en/2010/10/15/mercurial-track-changes-to-a-repository-with-rss</link>
		<comments>http://722.kalaari.net/b/lang/en/2010/10/15/mercurial-track-changes-to-a-repository-with-rss#comments</comments>
		<pubDate>Fri, 15 Oct 2010 12:06:06 +0000</pubDate>
		<dc:creator>Christophe Furmaniak</dc:creator>
				<category><![CDATA[Développement]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Hg]]></category>
		<category><![CDATA[Mercurial]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://722.kalaari.net/b/?p=101</guid>
		<description><![CDATA[<a href="http://722.kalaari.net/b/lang/en/2010/10/15/mercurial-track-changes-to-a-repository-with-rss" title="Mercurial : track changes to a repository with RSS"></a>If you are used to CVS or SVN notifications, you may want to reproduce the emails that you received each time a commit is made by a developper. You can do that using Hooks with mercurial but the built-in mercurial &#8230;<p class="read-more"><a href="http://722.kalaari.net/b/lang/en/2010/10/15/mercurial-track-changes-to-a-repository-with-rss">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://722.kalaari.net/b/lang/en/2010/10/15/mercurial-track-changes-to-a-repository-with-rss" title="Mercurial : track changes to a repository with RSS"></a><p>
	If you are used to CVS or SVN notifications, you may want to reproduce the emails that you received each time a commit is made by a developper.</p>
<p>
	You can do that using <a href="http://hgbook.red-bean.com/read/handling-repository-events-with-hooks.html">Hooks</a> with <em><strong>mercurial</strong></em> but the built-in mercurial web server provides <a href="http://mercurial.selenic.com/wiki/TipsAndTricks#Track_changes_to_a_repository_with_RSS">RSS feeds</a> of changes in every repository. Simply subscribe to the rss feed provided at your <strong>repository url</strong> + <strong>/rss-log/</strong> and that&#39;s it.</p>
<p>
	Enjoy</p>
]]></content:encoded>
			<wfw:commentRss>http://722.kalaari.net/b/lang/en/2010/10/15/mercurial-track-changes-to-a-repository-with-rss/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WTF? my keyboard layout changed while I was working under Eclipse!</title>
		<link>http://722.kalaari.net/b/lang/en/2010/03/15/wtf-my-keyboard-layout-changed-while-i-was-working-under-eclipse</link>
		<comments>http://722.kalaari.net/b/lang/en/2010/03/15/wtf-my-keyboard-layout-changed-while-i-was-working-under-eclipse#comments</comments>
		<pubDate>Mon, 15 Mar 2010 13:17:31 +0000</pubDate>
		<dc:creator>Christophe Furmaniak</dc:creator>
				<category><![CDATA[Développement]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://722.kalaari.net/b/?p=96</guid>
		<description><![CDATA[<a href="http://722.kalaari.net/b/lang/en/2010/03/15/wtf-my-keyboard-layout-changed-while-i-was-working-under-eclipse" title="WTF? my keyboard layout changed while I was working under Eclipse!"></a>Just happened again to me. Once again. And I had to search once again how to fix it. Actually, I was playing with Eclipse shortcuts&#8230;and I fired Alt+Shift several times&#8230;which seems to be the default shortcut under windows to switch &#8230;<p class="read-more"><a href="http://722.kalaari.net/b/lang/en/2010/03/15/wtf-my-keyboard-layout-changed-while-i-was-working-under-eclipse">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://722.kalaari.net/b/lang/en/2010/03/15/wtf-my-keyboard-layout-changed-while-i-was-working-under-eclipse" title="WTF? my keyboard layout changed while I was working under Eclipse!"></a><p>Just happened again to me. Once again. And I had to search once again how to fix it.<br />
Actually, I was playing with Eclipse shortcuts&#8230;and I fired <em>Alt+Shift</em> several times&#8230;which seems to be the default shortcut under windows to switch between registred keyboard layouts. I don&#8217;t remember why but I registred a <em>QWERTY</em> layout (but can&#8217;t remember when I could have use it), but I always work with an <em>AZERTY</em> layout.<br />
2 solutions:</p>
<ul>
<li>change the windows shortcut (that is global to windows, i.e. that will surcharge any application shortcut)</li>
<li>unregister the layout that you never use</li>
</ul>
<p>In both cases, go to <em>Control Pannel > Regionnal Settings > Languages > Details</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://722.kalaari.net/b/lang/en/2010/03/15/wtf-my-keyboard-layout-changed-while-i-was-working-under-eclipse/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Cygwin rxvt under windows Seven</title>
		<link>http://722.kalaari.net/b/lang/en/2010/02/17/cygwin-rxvt-under-windows-seven</link>
		<comments>http://722.kalaari.net/b/lang/en/2010/02/17/cygwin-rxvt-under-windows-seven#comments</comments>
		<pubDate>Wed, 17 Feb 2010 16:11:46 +0000</pubDate>
		<dc:creator>Christophe Furmaniak</dc:creator>
				<category><![CDATA[Développement]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[rxvt]]></category>

		<guid isPermaLink="false">http://722.kalaari.net/b/?p=77</guid>
		<description><![CDATA[<a href="http://722.kalaari.net/b/lang/en/2010/02/17/cygwin-rxvt-under-windows-seven" title="Cygwin rxvt under windows Seven"></a>Ok, you&#8217;ve not been blessed by the MacOS Spirit so you don&#8217;t have a MBP but you&#8217;d like to have a decent *nix term under windows Seven. You tried the same shortcut that worked previously under XP: C:\Cygwin\bin\rxvt.exe -g 120×70+75+-1 &#8230;<p class="read-more"><a href="http://722.kalaari.net/b/lang/en/2010/02/17/cygwin-rxvt-under-windows-seven">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://722.kalaari.net/b/lang/en/2010/02/17/cygwin-rxvt-under-windows-seven" title="Cygwin rxvt under windows Seven"></a><p>Ok, you&#8217;ve not been blessed by the MacOS Spirit so you don&#8217;t have a MBP but you&#8217;d like to have a decent *nix term under windows Seven. You tried the same shortcut that worked previously under XP:</p>
<pre class="brush:shell; gutter: false">C:\Cygwin\bin\rxvt.exe -g 120×70+75+-1  -sl 1500 -fn courier -bg black -fg grey -sr -e bash –login -i</pre>
<p>but all you get is big window with strange spacing between chars:<br/><br />
<a href="http://722.kalaari.net/b/wp-content/uploads/2010/02/cygwin-rxvt-seven-bad.png"><img class="alignnone size-medium wp-image-84" title="cygwin-rxvt-seven-bad" src="http://722.kalaari.net/b/wp-content/uploads/2010/02/cygwin-rxvt-seven-bad-300x118.png" alt="" width="300" height="118" /></a>.<br />
Ok, it&#8217;s time to customize some stuff. Open a cygwin shell (or an ugly uncustomized rxvt), go to your home directory, and create/edit your <em>.Xdefaults</em> file to fit this one:</p>
<pre class="brush:shell; gutter:false">
#Rxvt.reverseVideo:      true
Rxvt.scrollBar_right:   false
Rxvt.saveLines:         2048
Rxvt.font:              "Lucida Console-12"
</pre>
<p>Then edit your shortcut to something similar to this one:</p>
<pre class="brush:shell; gutter:false">
C:\cygwin\bin\rxvt.exe -display :0 -bg black -fg grey -tn rxvt -sr -sl 1500 -g "140x60+1+-1" -e /usr/bin/bash --login -i
</pre>
<p>If you need to adjust the size of the window, you can change the <em>-g &#8220;140&#215;60+1+-1&#8243;</em> values.<br/><br />
You should now get something much more like that:<br/><br />
<a href="http://722.kalaari.net/b/wp-content/uploads/2010/02/cygwin-rxvt-seven-good.png"><img src="http://722.kalaari.net/b/wp-content/uploads/2010/02/cygwin-rxvt-seven-good-300x129.png" alt="" title="cygwin-rxvt-seven-good" width="300" height="129" class="alignnone size-medium wp-image-85" /></a><br/><br />
Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://722.kalaari.net/b/lang/en/2010/02/17/cygwin-rxvt-under-windows-seven/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TODO: scruter la Boîte A Outils du Developpeur Java</title>
		<link>http://722.kalaari.net/b/lang/en/2009/05/18/todo-scruter-la-boite-a-outils-du-developpeur-java</link>
		<comments>http://722.kalaari.net/b/lang/en/2009/05/18/todo-scruter-la-boite-a-outils-du-developpeur-java#comments</comments>
		<pubDate>Mon, 18 May 2009 12:10:12 +0000</pubDate>
		<dc:creator>Christophe Furmaniak</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[java outils]]></category>

		<guid isPermaLink="false">http://722.kalaari.net/b/?p=17</guid>
		<description><![CDATA[<a href="http://722.kalaari.net/b/lang/en/2009/05/18/todo-scruter-la-boite-a-outils-du-developpeur-java" title="TODO: scruter la Boîte A Outils du Developpeur Java"></a>Par ici =&#62; http://java.developpez.com/outils/developpeur/]]></description>
			<content:encoded><![CDATA[<a href="http://722.kalaari.net/b/lang/en/2009/05/18/todo-scruter-la-boite-a-outils-du-developpeur-java" title="TODO: scruter la Boîte A Outils du Developpeur Java"></a><p>Par ici =&#62; <a class="wp-caption" href="http://java.developpez.com/outils/developpeur/" target="_blank">http://java.developpez.com/outils/developpeur/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://722.kalaari.net/b/lang/en/2009/05/18/todo-scruter-la-boite-a-outils-du-developpeur-java/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Common Java Cookbook</title>
		<link>http://722.kalaari.net/b/lang/en/2009/05/18/common-java-cookbook</link>
		<comments>http://722.kalaari.net/b/lang/en/2009/05/18/common-java-cookbook#comments</comments>
		<pubDate>Mon, 18 May 2009 07:51:05 +0000</pubDate>
		<dc:creator>Christophe Furmaniak</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[java commons jakarta]]></category>

		<guid isPermaLink="false">http://722.kalaari.net/b/?p=13</guid>
		<description><![CDATA[<a href="http://722.kalaari.net/b/lang/en/2009/05/18/common-java-cookbook" title="Common Java Cookbook"></a>En voilà un lien qu&#8217;il est bien =&#62; http://www.discursive.com/books/cjcook/reference/book.html Ce cookbook contient pas mal d&#8217;exemple d&#8217;utilisation des outils Apache Commons , Apache * &#38; autres, pour se faciliter la vie et ne pas réinventer le fil à couper le beurre (ou le &#8230;<p class="read-more"><a href="http://722.kalaari.net/b/lang/en/2009/05/18/common-java-cookbook">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://722.kalaari.net/b/lang/en/2009/05/18/common-java-cookbook" title="Common Java Cookbook"></a><p>En voilà un lien qu&#8217;il est bien =&#62; <a href="http://www.discursive.com/books/cjcook/reference/book.html">http://www.discursive.com/books/cjcook/reference/book.html</a></p>
<p>Ce cookbook contient pas mal d&#8217;exemple d&#8217;utilisation des outils Apache Commons , Apache * &#38; autres, pour se faciliter la vie et ne pas réinventer le fil à couper le beurre (ou le GregorianCalendar)</p>
]]></content:encoded>
			<wfw:commentRss>http://722.kalaari.net/b/lang/en/2009/05/18/common-java-cookbook/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Terminal RXVT sous windows</title>
		<link>http://722.kalaari.net/b/lang/en/2009/05/18/terminal-rxvt-sous-windows</link>
		<comments>http://722.kalaari.net/b/lang/en/2009/05/18/terminal-rxvt-sous-windows#comments</comments>
		<pubDate>Mon, 18 May 2009 07:42:02 +0000</pubDate>
		<dc:creator>Christophe Furmaniak</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[cygwin bash]]></category>

		<guid isPermaLink="false">http://722.kalaari.net/b/?p=10</guid>
		<description><![CDATA[<a href="http://722.kalaari.net/b/lang/en/2009/05/18/terminal-rxvt-sous-windows" title="Terminal RXVT sous windows"></a>Ceux qui travaillent sous cygwin (parce que le bash c&#8217;est bon, mangez-en) utilisent en fait un shell bash encapsulé dans une ligne de commande windows (cmd pour les intimes). Il est tout à fait possible de faire du copier-coller sous cmd une fois qu&#8217;on a activé le mode d&#8217;édition &#8230;<p class="read-more"><a href="http://722.kalaari.net/b/lang/en/2009/05/18/terminal-rxvt-sous-windows">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://722.kalaari.net/b/lang/en/2009/05/18/terminal-rxvt-sous-windows" title="Terminal RXVT sous windows"></a><p>Ceux qui travaillent sous <em>cygwin </em>(parce que le <em>bash </em>c&#8217;est bon, mangez-en) utilisent en fait un shell <em>bash </em>encapsulé dans une ligne de commande windows (<em>cmd </em>pour les intimes). Il est tout à fait possible de faire du copier-coller sous <strong>cmd </strong>une fois qu&#8217;on a activé le mode d&#8217;édition rapide (clic btn droit dans la barre de titre&#62;propriétés&#62;cocher &#8220;mode d&#8217;édition rapide&#8221;), cependant les &#8220;bindings&#8221; utilisés sont différents de ceux que l&#8217;on utilise habituellement dans un environnement unix/linux. Pour copier, il faut sélectionner le texte puis <em>clic btn</em> <em>droit;</em> pour coller, c&#8217;est <em>clic btn droit</em>.</p>
<p>Saviez-vous qu&#8217;il existe sous <em>cygwin </em>la possibilité d&#8217;utiliser un terminal <em>RXVT </em>qui lui &#8220;réagit&#8221; exactement comme RXVT sous *nix? (i.e. copier sur sélection de texte, coller avec le bouton du milieu)</p>
<p> Pour ce faire, vous pouvez utiliser le raccourci suivant (et le customiser suivant vos préférences):</p>
<p> </p>
<p class="MsoNormal">C:\Cygwin\bin\rxvt.exe -g 120&#215;70+75+-1  -sl 1500 -fn courier -bg black -fg grey -sr -e bash &#8211;login -i</p>
<p>  P.S: il vous faudra peut-être installer RXVT s&#8217;il n&#8217;est pas inclus dans votre install cygwin.</p>
]]></content:encoded>
			<wfw:commentRss>http://722.kalaari.net/b/lang/en/2009/05/18/terminal-rxvt-sous-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

