<?xml 
version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://auroras.fr/vaillant/spip.php?page=backend.xslt" ?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>

<channel xml:lang="fr">
	<title>Pages personnelles de Beno&#238;t Vaillant</title>
	<link>http://www.auroras.fr/vaillant/</link>
	<description></description>
	<language>fr</language>
	<generator>SPIP - www.spip.net</generator>
	<atom:link href="http://auroras.fr/vaillant/spip.php?page=backend" rel="self" type="application/rss+xml" />




<item xml:lang="en">
		<title>Opening midinux</title>
		<link>http://auroras.fr/vaillant/spip.php?article14</link>
		<guid isPermaLink="true">http://auroras.fr/vaillant/spip.php?article14</guid>
		<dc:date>2016-05-09T05:03:22Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Beno&#238;t</dc:creator>



		<description>
&lt;p&gt;I'll not give all the shell instructions in this set of posts. You're on your mainly own. &lt;br class='autobr' /&gt;
If you have setup everything including a mirror with specific binaries and a new Lenny iso CD image with network/X11 support, please just send a mail at kaos@mutins.org and I'll add a link somewhere. &lt;br class='autobr' /&gt;
Yet but not least, since all this is collaborative works, many thanks to: &lt;br class='autobr' /&gt; - Owendia: www.owendia.com &lt;br class='autobr' /&gt; - Sir koolwal: (...)&lt;/p&gt;


-
&lt;a href="http://auroras.fr/vaillant/spip.php?rubrique7" rel="directory"&gt;SFR M ! Pc Pocket&lt;/a&gt;


		</description>



		

	</item>
<item xml:lang="en">
		<title>Algorithmique et C</title>
		<link>http://auroras.fr/vaillant/spip.php?article10</link>
		<guid isPermaLink="true">http://auroras.fr/vaillant/spip.php?article10</guid>
		<dc:date>2016-05-09T05:02:58Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Beno&#238;t</dc:creator>



		<description>
&lt;p&gt;Le contenu de ce cours est destin&#233; aux &#233;l&#232;ves ing&#233;nieurs (premi&#232;re ann&#233;e), aux &#233;l&#232;ves en formation professionnelle (premi&#232;re ann&#233;e) et aux mast&#232;res Informatique Appliqu&#233;e &#224; la D&#233;cision Bancaire et Actuarielle de l'Enst Bretagne. &lt;br class='autobr' /&gt;
Encadrant principal : Philippe Lenca &lt;br class='autobr' /&gt; L'objectif de cet enseignement est de fournir les premiers &#233;l&#233;ments relatifs &#224; la notion de complexit&#233; et d'observer en pratique les r&#233;sultats th&#233;oriques. La complexit&#233; est abord&#233;e tant en termes de ressources (temps ou m&#233;moire) qu'en termes de (...)&lt;/p&gt;


-
&lt;a href="http://auroras.fr/vaillant/spip.php?rubrique5" rel="directory"&gt;Langages&lt;/a&gt;


		</description>



		

	</item>
<item xml:lang="en">
		<title>Gnome is out, e17 is in</title>
		<link>http://auroras.fr/vaillant/spip.php?article19</link>
		<guid isPermaLink="true">http://auroras.fr/vaillant/spip.php?article19</guid>
		<dc:date>2016-05-06T19:24:10Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Beno&#238;t</dc:creator>



		<description>
&lt;p&gt;We should go for the 3G, SMS and GPS or other functionnalities such as the cams, yet I don't like gnome on the M! and rather consider e17 as a real alternative. So e17, here we go, and we'll take care of the other stuff at some later time. &lt;br class='autobr' /&gt;
cd /usr/src/; mkdir e17; cd e17/ &lt;br class='autobr' /&gt;
sudo aptitude install svn cvs &lt;br class='autobr' /&gt;
edit a shell file and paste this: #!/bin/bash &lt;br class='autobr' /&gt;
set -e &lt;br class='autobr' /&gt;
PREFIX=&#034;/usr/local&#034; &lt;br class='autobr' /&gt;
SVN=&#034;http://svn.enlightenment.org/svn/e/trunk&#034; OPT=&#034;&#8212;prefix=$PREFIX&#034; &lt;br class='autobr' /&gt;
svn co $SVN &lt;br class='autobr' /&gt;
PROJECTS=&#034;eina edje eet evas (...)&lt;/p&gt;


-
&lt;a href="http://auroras.fr/vaillant/spip.php?rubrique7" rel="directory"&gt;SFR M ! Pc Pocket&lt;/a&gt;


		</description>



		

	</item>
<item xml:lang="en">
		<title>Setting up the touchscreen</title>
		<link>http://auroras.fr/vaillant/spip.php?article18</link>
		<guid isPermaLink="true">http://auroras.fr/vaillant/spip.php?article18</guid>
		<dc:date>2016-05-06T17:22:43Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Beno&#238;t</dc:creator>



		<description>
&lt;p&gt;This step is shorter than the previous ones. &lt;br class='autobr' /&gt;
We have network, X, yet we still need a mouse to use gnome. This isn't ideal for an UMPC configuration. So let's get the touchscreen working. &lt;br class='autobr' /&gt;
To do this, we'll open a root console. Configure your keyboard if needed. Proceed with the touchscreen part as follows (adapt the wget to the right file form ideacom): &lt;br class='autobr' /&gt;
cd /usr/src; mkdir touchscreen; cd touchscreen/ &lt;br class='autobr' /&gt;
wget http://www.ideacom.com.tw/download/DRIVE/IDC_Linux_3_1_0.tar.gz &lt;br class='autobr' /&gt;
tar -zxvf (...)&lt;/p&gt;


-
&lt;a href="http://auroras.fr/vaillant/spip.php?rubrique7" rel="directory"&gt;SFR M ! Pc Pocket&lt;/a&gt;


		</description>



		

	</item>
<item xml:lang="en">
		<title>Compiling the psb stuff</title>
		<link>http://auroras.fr/vaillant/spip.php?article17</link>
		<guid isPermaLink="true">http://auroras.fr/vaillant/spip.php?article17</guid>
		<dc:date>2016-05-06T17:21:31Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Beno&#238;t</dc:creator>



		<description>
&lt;p&gt;For this part, i've been greatly helped by this post. So many thanks to the author for writing it! &lt;br class='autobr' /&gt;
We'll follow the steps he provides and addapt them when needed. &lt;br class='autobr' /&gt;
Steps 1 and 2 should no pose no major problem. Add the required /etc/apt/sources.list entry, update and install the needed packages. &lt;br class='autobr' /&gt;
dkms is only available in backports for the moment, apt might warn about this package not being found. You might also want to install the devscripts package. The m-a prepare step will fail in (...)&lt;/p&gt;


-
&lt;a href="http://auroras.fr/vaillant/spip.php?rubrique7" rel="directory"&gt;SFR M ! Pc Pocket&lt;/a&gt;


		</description>



		

	</item>
<item xml:lang="en">
		<title>Brave new kernel</title>
		<link>http://auroras.fr/vaillant/spip.php?article16</link>
		<guid isPermaLink="true">http://auroras.fr/vaillant/spip.php?article16</guid>
		<dc:date>2016-05-06T19:20:14Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Beno&#238;t</dc:creator>



		<description>
&lt;p&gt;Fine! We've got a debian installed, failing to provide touchscreen functionnalities, but heh, who cares? You've got a USB mouse since you've read Step 0. Didn't you? X is working for now, but we'll break it. We want internet! &lt;br class='autobr' /&gt;
Trying to get to an access point under the current kernel will usually lead to hangs. As far as i've been digging, this was related to some race condition on the SDIO/MMC side. Since I just don't know a hell about these cards and parts of the kernel, let's get a fresh new (...)&lt;/p&gt;


-
&lt;a href="http://auroras.fr/vaillant/spip.php?rubrique7" rel="directory"&gt;SFR M ! Pc Pocket&lt;/a&gt;


		</description>



		

	</item>
<item xml:lang="en">
		<title>Opening midinux</title>
		<link>http://auroras.fr/vaillant/spip.php?article15</link>
		<guid isPermaLink="true">http://auroras.fr/vaillant/spip.php?article15</guid>
		<dc:date>2016-05-06T17:18:44Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Beno&#238;t</dc:creator>



		<description>
&lt;p&gt;I'll not give all the shell instructions in this set of posts. You're on your mainly own. &lt;br class='autobr' /&gt;
If you have setup everything including a mirror with specific binaries and a new Lenny iso CD image with network/X11 support, please just send a mail at kaos@mutins.org and I'll add a link somewhere. &lt;br class='autobr' /&gt;
Yet but not least, since all this is collaborative works, many thanks to: &lt;br class='autobr' /&gt; - Owendia: www.owendia.com &lt;br class='autobr' /&gt; - Sir koolwal: (...)&lt;/p&gt;


-
&lt;a href="http://auroras.fr/vaillant/spip.php?rubrique7" rel="directory"&gt;SFR M ! Pc Pocket&lt;/a&gt;


		</description>



		

	</item>
<item xml:lang="en">
		<title>Getting the parts ready</title>
		<link>http://auroras.fr/vaillant/spip.php?article13</link>
		<guid isPermaLink="true">http://auroras.fr/vaillant/spip.php?article13</guid>
		<dc:date>2016-05-06T17:17:09Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Beno&#238;t</dc:creator>



		<description>&lt;p&gt;Gather your (hardware) tools!&lt;/p&gt;

-
&lt;a href="http://auroras.fr/vaillant/spip.php?rubrique7" rel="directory"&gt;SFR M ! Pc Pocket&lt;/a&gt;


		</description>



		

	</item>
<item xml:lang="en">
		<title>Publications</title>
		<link>http://auroras.fr/vaillant/spip.php?article12</link>
		<guid isPermaLink="true">http://auroras.fr/vaillant/spip.php?article12</guid>
		<dc:date>2016-05-06T19:13:22Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Beno&#238;t</dc:creator>



		<description>&lt;p&gt;M&#233;moires, articles ou posters publi&#233;s&lt;/p&gt;

-
&lt;a href="http://auroras.fr/vaillant/spip.php?rubrique6" rel="directory"&gt;Activit&#233;s de recherche&lt;/a&gt;


		</description>



		

	</item>
<item xml:lang="en">
		<title>Publications t&#233;l&#233;chargeables</title>
		<link>http://auroras.fr/vaillant/spip.php?article11</link>
		<guid isPermaLink="true">http://auroras.fr/vaillant/spip.php?article11</guid>
		<dc:date>2016-05-06T17:08:21Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Beno&#238;t</dc:creator>



		<description>
&lt;p&gt;Les documents suivants sont disponibles en version pdf t&#233;l&#233;chargeable : Ma th&#232;se : M&#233;moire Transparents de pr&#233;sentation de soutenance Publications : Barth&#233;lemy J.-P., Legrain A., Lenca P. and Vaillant B., Agr&#233;gation de mesures d'int&#233;r&#234;t de r&#232;gles d'association, pp. 38-44, Atelier Qualit&#233; des Donn&#233;es et des Connaissances (associ&#233; &#224; la conf&#233;rence Extraction et Gestion des Connaissances (2006)), Villeneuve d'Ascq, 17 Janvier 2006 Lallich S., Lenca P. et Vaillant B., Variations autour de l'intensit&#233; (...)&lt;/p&gt;


-
&lt;a href="http://auroras.fr/vaillant/spip.php?rubrique6" rel="directory"&gt;Activit&#233;s de recherche&lt;/a&gt;


		</description>



		
		<enclosure url="http://auroras.fr/vaillant/IMG/pdf/memoire-these-vaillant.pdf" length="2618676" type="application/pdf" />
		
		<enclosure url="http://auroras.fr/vaillant/IMG/pdf/soutenance-these-vaillant.pdf" length="3271594" type="application/pdf" />
		
		<enclosure url="http://auroras.fr/vaillant/IMG/pdf/barthelemy_etal_dkq06.pdf" length="128184" type="application/pdf" />
		
		<enclosure url="http://auroras.fr/vaillant/IMG/pdf/lallich_etal_asi2005.pdf" length="382305" type="application/pdf" />
		
		<enclosure url="http://auroras.fr/vaillant/IMG/pdf/lallich_etal_asmda2005.pdf" length="203984" type="application/pdf" />
		
		<enclosure url="http://auroras.fr/vaillant/IMG/pdf/vaillant_etal_dkq2005.pdf" length="321313" type="application/pdf" />
		
		<enclosure url="http://auroras.fr/vaillant/IMG/pdf/vaillant_etal_lussi-tr-2004-02-en.pdf" length="517810" type="application/pdf" />
		
		<enclosure url="http://auroras.fr/vaillant/IMG/pdf/lenca_etal_lussi-tr-2004-01-en.pdf" length="592723" type="application/pdf" />
		

	</item>



</channel>

</rss>
