<?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>Laurent Burgy&#039;s Website</title>
	<atom:link href="http://lburgy.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lburgy.wordpress.com</link>
	<description></description>
	<lastBuildDate>Mon, 02 Nov 2009 18:02:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='lburgy.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Laurent Burgy&#039;s Website</title>
		<link>http://lburgy.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://lburgy.wordpress.com/osd.xml" title="Laurent Burgy&#039;s Website" />
	<atom:link rel='hub' href='http://lburgy.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Graph libs and tools</title>
		<link>http://lburgy.wordpress.com/2009/11/02/graph-libs-and-tools/</link>
		<comments>http://lburgy.wordpress.com/2009/11/02/graph-libs-and-tools/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 18:02:18 +0000</pubDate>
		<dc:creator>lburgy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lburgy.wordpress.com/?p=19</guid>
		<description><![CDATA[Here Notably, Ubigraph for python and prefuse for java. &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lburgy.wordpress.com&amp;blog=6715885&amp;post=19&amp;subd=lburgy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://stackoverflow.com/questions/942361/what-is-a-good-network-graph-library-for-language-x">Here</a></p>
<p>Notably, Ubigraph for python and prefuse for java.</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lburgy.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lburgy.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lburgy.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lburgy.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lburgy.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lburgy.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lburgy.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lburgy.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lburgy.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lburgy.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lburgy.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lburgy.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lburgy.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lburgy.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lburgy.wordpress.com&amp;blog=6715885&amp;post=19&amp;subd=lburgy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lburgy.wordpress.com/2009/11/02/graph-libs-and-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b71f74cd1f90264c6263b5fef60a0fd?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">lburgy</media:title>
		</media:content>
	</item>
		<item>
		<title>Detect Duplicates in sqlite</title>
		<link>http://lburgy.wordpress.com/2009/10/28/detect-duplicates-in-sqlite/</link>
		<comments>http://lburgy.wordpress.com/2009/10/28/detect-duplicates-in-sqlite/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 15:45:55 +0000</pubDate>
		<dc:creator>lburgy</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[sqlite]]></category>

		<guid isPermaLink="false">http://lburgy.wordpress.com/?p=16</guid>
		<description><![CDATA[If we&#8217;re looking for duplicates inside the same table: select (refLocation, macroName) FROM macrosMD5 GROUP BY refLocation HAVING( COUNT(refLocation)&#62;1);; In this case we&#8217;re looking for macros with the same refLocation<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lburgy.wordpress.com&amp;blog=6715885&amp;post=16&amp;subd=lburgy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If we&#8217;re looking for duplicates inside the same table:</p>
<pre>select (refLocation, macroName)
FROM macrosMD5
GROUP BY refLocation
HAVING( COUNT(refLocation)&gt;1);;
</pre>
<p>In this case we&#8217;re looking for macros with the same refLocation</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lburgy.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lburgy.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lburgy.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lburgy.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lburgy.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lburgy.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lburgy.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lburgy.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lburgy.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lburgy.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lburgy.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lburgy.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lburgy.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lburgy.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lburgy.wordpress.com&amp;blog=6715885&amp;post=16&amp;subd=lburgy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lburgy.wordpress.com/2009/10/28/detect-duplicates-in-sqlite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b71f74cd1f90264c6263b5fef60a0fd?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">lburgy</media:title>
		</media:content>
	</item>
		<item>
		<title>A nice post about lazy in o&#8217;caml</title>
		<link>http://lburgy.wordpress.com/2009/10/27/a-nice-post-about-lazy-in-ocaml/</link>
		<comments>http://lburgy.wordpress.com/2009/10/27/a-nice-post-about-lazy-in-ocaml/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 20:07:31 +0000</pubDate>
		<dc:creator>lburgy</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[ocaml]]></category>

		<guid isPermaLink="false">http://lburgy.wordpress.com/?p=14</guid>
		<description><![CDATA[Here is a nice post concerning lazy in O&#8217;caml &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lburgy.wordpress.com&amp;blog=6715885&amp;post=14&amp;subd=lburgy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://enfranchisedmind.com/blog/posts/ocaml-lazy-lists-an-introduction/">Here</a> is a nice post concerning lazy in O&#8217;caml</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lburgy.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lburgy.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lburgy.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lburgy.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lburgy.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lburgy.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lburgy.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lburgy.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lburgy.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lburgy.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lburgy.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lburgy.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lburgy.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lburgy.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lburgy.wordpress.com&amp;blog=6715885&amp;post=14&amp;subd=lburgy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lburgy.wordpress.com/2009/10/27/a-nice-post-about-lazy-in-ocaml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b71f74cd1f90264c6263b5fef60a0fd?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">lburgy</media:title>
		</media:content>
	</item>
		<item>
		<title>How to make Sqlite Faster ?</title>
		<link>http://lburgy.wordpress.com/2009/10/27/how-to-make-sqlite-faster/</link>
		<comments>http://lburgy.wordpress.com/2009/10/27/how-to-make-sqlite-faster/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 19:15:26 +0000</pubDate>
		<dc:creator>lburgy</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[sqlite]]></category>

		<guid isPermaLink="false">http://lburgy.wordpress.com/?p=10</guid>
		<description><![CDATA[We can use transactions, nothing really fancy Actually, SQLite will easily do 50,000 or more INSERT statements per second on an average desktop computer. But it will only do a few dozen transactions per second. Transaction speed is limited by the rotational speed of your disk drive. A transaction normally requires two complete rotations of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lburgy.wordpress.com&amp;blog=6715885&amp;post=10&amp;subd=lburgy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We can use transactions, nothing really fancy</p>
<blockquote><p>Actually, SQLite will easily do 50,000 or more <a href="http://www.sqlite.org/lang_insert.html">INSERT</a> statements per second   on an average desktop computer.  But it will only do a few dozen transactions   per second.  Transaction speed is limited by the rotational speed of   your disk drive.  A transaction normally requires two complete rotations   of the disk platter, which on a 7200RPM disk drive limits you to about   60 transactions per second.Transaction speed is limited by disk drive speed because (by default)   SQLite actually waits until the data really is safely stored on the disk   surface before the transaction is complete.  That way, if you suddenly lose   power or if your OS crashes, your data is still safe.  For details,    read about <a href="http://www.sqlite.org/atomiccommit.html">atomic commit in SQLite.</a>.</p></blockquote>
<p>Another solution is to set the synchronous pragma to false</p>
<blockquote><p>ith synchronous OFF (0), SQLite continues without pausing     as soon as it has handed data off to the operating system.     If the application running SQLite crashes, the data will be safe, but     the database might become corrupted if the operating system     crashes or the computer loses power before that data has been written     to the disk surface.  On the other hand, some     operations are as much as 50 or more times faster with synchronous OFF.</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lburgy.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lburgy.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lburgy.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lburgy.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lburgy.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lburgy.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lburgy.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lburgy.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lburgy.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lburgy.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lburgy.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lburgy.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lburgy.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lburgy.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lburgy.wordpress.com&amp;blog=6715885&amp;post=10&amp;subd=lburgy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lburgy.wordpress.com/2009/10/27/how-to-make-sqlite-faster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b71f74cd1f90264c6263b5fef60a0fd?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">lburgy</media:title>
		</media:content>
	</item>
	</channel>
</rss>
