<?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>SVidoli&#039;s Blog</title>
	<atom:link href="http://svidoli.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://svidoli.wordpress.com</link>
	<description>Tips &#38; Tricks on Linux, Mathematica, Mechanics</description>
	<lastBuildDate>Thu, 01 Dec 2011 11:50:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='svidoli.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>SVidoli&#039;s Blog</title>
		<link>http://svidoli.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://svidoli.wordpress.com/osd.xml" title="SVidoli&#039;s Blog" />
	<atom:link rel='hub' href='http://svidoli.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Automatically retrieve massive datasets from Scopus</title>
		<link>http://svidoli.wordpress.com/2011/12/01/automatically-retrieve-massive-dataset-from-scopus/</link>
		<comments>http://svidoli.wordpress.com/2011/12/01/automatically-retrieve-massive-dataset-from-scopus/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 11:49:23 +0000</pubDate>
		<dc:creator>svidoli</dc:creator>
				<category><![CDATA[h-index]]></category>
		<category><![CDATA[Mathematica]]></category>
		<category><![CDATA[Ranking]]></category>
		<category><![CDATA[University]]></category>

		<guid isPermaLink="false">http://svidoli.wordpress.com/?p=276</guid>
		<description><![CDATA[Universities are continuing to develop internal and external evaluation systems. These are aimed to improve the quality and performance of teaching and research. Reference is often made to dedicated search engines such as Scopus or ISI WebOfScience. The Mathematica code presented below is aimed to retrieve massive datasets from these search engines; indeed scholars are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidoli.wordpress.com&amp;blog=8292045&amp;post=276&amp;subd=svidoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Universities are continuing to develop internal and external evaluation systems. These are aimed to improve the quality and performance of teaching and research.<br />
Reference is often made to dedicated search engines such as <a title="Scopus" href="http://www.scopus.com/" target="_blank">Scopus</a> or <a title="ISI Web of Science" href="http://apps.isiknowledge.com/" target="_blank">ISI WebOfScience</a>.</p>
<p>The <a href="http://www.wolfram.com/mathematica/" target="_blank">Mathematica</a> code presented below is aimed to retrieve massive datasets from these search engines; indeed scholars are often ranked relatively to their colleagues in the same scientific area. Hence, to compute his own ranking, one must firstly retrieve the data pertinent to his area.</p>
<p><code><br />
DigitAfter[page_,target_]:=Module[{tpos=Last[First[StringPosition[page, target]]]},<br />
 First[ToExpression[StringCases[StringTake[page, {tpos + 1, tpos + 6}], DigitCharacter..]]]];</p>
<p>authors = {{"7006812927", "Gurtin"}, {"7201905935", "Batra"}};</p>
<p>tab = Table[ipage=Import[StringJoin["http://www.scopus.com/authid/detail.url?authorId=",authors[[i,1]]]];<br />
doc = DigitAfter[ipage, "This author has published"];<br />
cit = DigitAfter[ipage, "This author has been cited"];<br />
hi = DigitAfter[ipage, "h Index"];<br />
{authors[[i, 2]], doc, cit, Round[10 cit/doc]/10., hi}, {i, Length[authors]}];<br />
TableForm[SortBy[tab, -Part[#, -2] &amp;],<br />
TableHeadings -&gt; {None, {"Author", "Docs", "Cits", "AvCit", "h-Index"}}]</code></p>
<p>The example which involve only two scholars (namely Gurtin ME and Batra RC) gives you:<br />
<a href="http://svidoli.files.wordpress.com/2011/12/gurtinbatra.png"><img class="aligncenter  wp-image-290" title="GurtinBatra" src="http://svidoli.files.wordpress.com/2011/12/gurtinbatra.png?w=364&#038;h=58" alt="" width="364" height="58" /></a><br />
Of course you can run the code with a list of as many authors you like once you retrieve their <strong>authorid</strong>&#8216;s from Scopus.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/svidoli.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/svidoli.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/svidoli.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/svidoli.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/svidoli.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/svidoli.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/svidoli.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/svidoli.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/svidoli.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/svidoli.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/svidoli.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/svidoli.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/svidoli.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/svidoli.wordpress.com/276/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidoli.wordpress.com&amp;blog=8292045&amp;post=276&amp;subd=svidoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://svidoli.wordpress.com/2011/12/01/automatically-retrieve-massive-dataset-from-scopus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f6d30f76170bfe3c441772630ff42dc3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">svidoli</media:title>
		</media:content>

		<media:content url="http://svidoli.files.wordpress.com/2011/12/gurtinbatra.png" medium="image">
			<media:title type="html">GurtinBatra</media:title>
		</media:content>
	</item>
		<item>
		<title>Finite differences on arbitrary 1D grids</title>
		<link>http://svidoli.wordpress.com/2011/03/07/finite-difference-on-arbitrary-1d-grids/</link>
		<comments>http://svidoli.wordpress.com/2011/03/07/finite-difference-on-arbitrary-1d-grids/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 16:08:48 +0000</pubDate>
		<dc:creator>svidoli</dc:creator>
				<category><![CDATA[Mathematica]]></category>
		<category><![CDATA[mechanics]]></category>
		<category><![CDATA[discretization]]></category>
		<category><![CDATA[finite differences]]></category>

		<guid isPermaLink="false">http://svidoli.wordpress.com/?p=246</guid>
		<description><![CDATA[1DFiniteDifferenceMethods.nb: here you find a pretty nice implementation with Mathematica of the finite difference method on arbitrary one-dimensional grids. It is based on the excellent work of Bengt Fornberg: Generation of Finite Difference Formulas on Arbitrarily Spaced Grids. Mathematics Computation 51 (184), 1988. Arbitrary means that you do not need equally-spaced points: this turns to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidoli.wordpress.com&amp;blog=8292045&amp;post=246&amp;subd=svidoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href='http://svidoli.files.wordpress.com/2011/03/l3_finitedifferencemethods-nb.pdf'>1DFiniteDifferenceMethods.nb</a>: here you find a pretty nice implementation with <em>Mathematica</em> of the finite difference method on arbitrary one-dimensional grids. It is based on the excellent work of Bengt Fornberg: <a href="http://www.jstor.org/sici?sici=0025-5718(19880101)51:184%3C699:GOFDFO%3E2.0.TX;2-I">Generation of Finite Difference Formulas on Arbitrarily Spaced Grids. Mathematics Computation 51 (184), 1988</a>.<br />
<a href="http://svidoli.files.wordpress.com/2011/03/stencil_do4_9pts.jpg"><img class="aligncenter size-medium wp-image-248" title="stencil_do4_9pts" src="http://svidoli.files.wordpress.com/2011/03/stencil_do4_9pts.jpg?w=300&#038;h=152" alt="" width="300" height="152" /></a></p>
<p>Arbitrary means that you do not need equally-spaced points: this turns to be particularly useful when you want refine the mesh around some special point (for instance at the boundaries). As an example here it is the stencil for the forward approximation of the 4-order derivative using 5 points not equally spaced:<br />
<a href="http://svidoli.files.wordpress.com/2011/03/stencil_do4_9pts_forward.jpg"><img class="aligncenter size-full wp-image-252" title="stencil_do4_9pts_forward" src="http://svidoli.files.wordpress.com/2011/03/stencil_do4_9pts_forward.jpg?w=497&#038;h=129" alt="" width="497" height="129" /></a></p>
<p>The function <code>FDDiscretize</code> does all the job for you in order to discretize a given ODEs system with the desidered stencil.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/svidoli.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/svidoli.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/svidoli.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/svidoli.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/svidoli.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/svidoli.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/svidoli.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/svidoli.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/svidoli.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/svidoli.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/svidoli.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/svidoli.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/svidoli.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/svidoli.wordpress.com/246/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidoli.wordpress.com&amp;blog=8292045&amp;post=246&amp;subd=svidoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://svidoli.wordpress.com/2011/03/07/finite-difference-on-arbitrary-1d-grids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f6d30f76170bfe3c441772630ff42dc3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">svidoli</media:title>
		</media:content>

		<media:content url="http://svidoli.files.wordpress.com/2011/03/stencil_do4_9pts.jpg?w=300" medium="image">
			<media:title type="html">stencil_do4_9pts</media:title>
		</media:content>

		<media:content url="http://svidoli.files.wordpress.com/2011/03/stencil_do4_9pts_forward.jpg" medium="image">
			<media:title type="html">stencil_do4_9pts_forward</media:title>
		</media:content>
	</item>
		<item>
		<title>jolicloud</title>
		<link>http://svidoli.wordpress.com/2011/02/18/jolicloud/</link>
		<comments>http://svidoli.wordpress.com/2011/02/18/jolicloud/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 18:45:23 +0000</pubDate>
		<dc:creator>svidoli</dc:creator>
				<category><![CDATA[archlinux]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://svidoli.wordpress.com/?p=234</guid>
		<description><![CDATA[Today I have discovered jolicloud a really cool OS which could turn your 300-bucks-netbook into a bleeding-edge fast powerful notebook! &#8230; and what I found exciting is that you feel that is new, living and continuously moving as you go to your friend house open HIS browser and find YOUR OS! It is actually based [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidoli.wordpress.com&amp;blog=8292045&amp;post=234&amp;subd=svidoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today I have discovered <a href="http://www.jolicloud.com/">jolicloud</a> a really cool OS which could turn your 300-bucks-netbook into a bleeding-edge fast powerful notebook!</p>
<p><a href="http://svidoli.files.wordpress.com/2011/02/jolicloud.png"><img src="http://svidoli.files.wordpress.com/2011/02/jolicloud.png?w=300&#038;h=168" alt="" title="jolicloud" width="300" height="168" class="aligncenter size-medium wp-image-240" /></a></p>
<p>&#8230; and what I found exciting is that you feel that is new, living and continuously moving as you go to your friend house open <strong>HIS</strong> browser and find <strong>YOUR</strong> OS!</p>
<p>It is actually based on a ubuntu-patched kernel and under the skin it is nothing but a leightweight ubuntu&#8230;  I would have preferred something more in the <a href="http://en.wikipedia.org/wiki/KISS_principle">KISS philosophy</a>&#8230; but you can&#8217;t have all&#8230; don&#8217;t you?!</p>
<p>Anyway it&#8217;s for my wife, I stick with <a href="http://www.archlinux.org">arch</a>! </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/svidoli.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/svidoli.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/svidoli.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/svidoli.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/svidoli.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/svidoli.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/svidoli.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/svidoli.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/svidoli.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/svidoli.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/svidoli.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/svidoli.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/svidoli.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/svidoli.wordpress.com/234/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidoli.wordpress.com&amp;blog=8292045&amp;post=234&amp;subd=svidoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://svidoli.wordpress.com/2011/02/18/jolicloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f6d30f76170bfe3c441772630ff42dc3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">svidoli</media:title>
		</media:content>

		<media:content url="http://svidoli.files.wordpress.com/2011/02/jolicloud.png?w=300" medium="image">
			<media:title type="html">jolicloud</media:title>
		</media:content>
	</item>
		<item>
		<title>Not f&#8217;d</title>
		<link>http://svidoli.wordpress.com/2011/01/12/not-fd/</link>
		<comments>http://svidoli.wordpress.com/2011/01/12/not-fd/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 08:19:32 +0000</pubDate>
		<dc:creator>svidoli</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://svidoli.wordpress.com/?p=217</guid>
		<description><![CDATA[Nice link! &#8230;could be useful: The source image is at http://static.fsf.org/nosvn/no-facebook-me.png. For all the others: please proceed to hell !<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidoli.wordpress.com&amp;blog=8292045&amp;post=217&amp;subd=svidoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Nice link! &#8230;could be useful:<br />
<a href="http://www.fsf.org/fb"><img src="http://static.fsf.org/nosvn/no-facebook-me.png" alt="Not f'd — you won't find me on Facebook" width="312" height="104" /></a><br />
The source image is at <code>http://static.fsf.org/nosvn/no-facebook-me.png</code>.<br />
For all the others: please proceed to <a href="http://www.facebook.com">hell !</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/svidoli.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/svidoli.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/svidoli.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/svidoli.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/svidoli.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/svidoli.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/svidoli.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/svidoli.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/svidoli.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/svidoli.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/svidoli.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/svidoli.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/svidoli.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/svidoli.wordpress.com/217/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidoli.wordpress.com&amp;blog=8292045&amp;post=217&amp;subd=svidoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://svidoli.wordpress.com/2011/01/12/not-fd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f6d30f76170bfe3c441772630ff42dc3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">svidoli</media:title>
		</media:content>

		<media:content url="http://static.fsf.org/nosvn/no-facebook-me.png" medium="image">
			<media:title type="html">Not f'd — you won't find me on Facebook</media:title>
		</media:content>
	</item>
		<item>
		<title>Edge forces in Kirchhoff plates</title>
		<link>http://svidoli.wordpress.com/2011/01/03/edge-forces-in-kirchhoff-plates/</link>
		<comments>http://svidoli.wordpress.com/2011/01/03/edge-forces-in-kirchhoff-plates/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 12:50:23 +0000</pubDate>
		<dc:creator>svidoli</dc:creator>
				<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[mechanics]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://svidoli.wordpress.com/?p=209</guid>
		<description><![CDATA[An extract from my lesson notes on &#8220;Plates and shells&#8221;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidoli.wordpress.com&amp;blog=8292045&amp;post=209&amp;subd=svidoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>An extract from my lesson notes on &#8220;Plates and shells&#8221;<br />
<a href="http://svidoli.files.wordpress.com/2011/01/forzedispigolo.jpg"><img src="http://svidoli.files.wordpress.com/2011/01/forzedispigolo.jpg?w=497&#038;h=365" alt="" title="forzedispigolo" width="497" height="365" class="size-full wp-image-211" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/svidoli.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/svidoli.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/svidoli.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/svidoli.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/svidoli.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/svidoli.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/svidoli.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/svidoli.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/svidoli.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/svidoli.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/svidoli.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/svidoli.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/svidoli.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/svidoli.wordpress.com/209/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidoli.wordpress.com&amp;blog=8292045&amp;post=209&amp;subd=svidoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://svidoli.wordpress.com/2011/01/03/edge-forces-in-kirchhoff-plates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f6d30f76170bfe3c441772630ff42dc3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">svidoli</media:title>
		</media:content>

		<media:content url="http://svidoli.files.wordpress.com/2011/01/forzedispigolo.jpg" medium="image">
			<media:title type="html">forzedispigolo</media:title>
		</media:content>
	</item>
		<item>
		<title>QR Barcode generation</title>
		<link>http://svidoli.wordpress.com/2010/06/05/197/</link>
		<comments>http://svidoli.wordpress.com/2010/06/05/197/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 06:07:13 +0000</pubDate>
		<dc:creator>svidoli</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://svidoli.wordpress.com/?p=197</guid>
		<description><![CDATA[Today I have discovered zint a nice application that let&#8217;s you encode and decode information in 1D and 2D barcodes. The image following is for instance my mail encoded into a QRCode: Try using it with any barcode reader (Android phones, iPhone, &#8230;)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidoli.wordpress.com&amp;blog=8292045&amp;post=197&amp;subd=svidoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today I have discovered <a href="http://www.zint.org.uk/">zint</a> a nice application that let&#8217;s you encode and decode information in 1D and 2D barcodes. The image following is for instance my mail encoded into a QRCode:<br />
<a href="http://svidoli.files.wordpress.com/2010/06/mail1.png"><img class="alignleft size-full wp-image-199" title="mymail" src="http://svidoli.files.wordpress.com/2010/06/mail1.png?w=497" alt=""   /></a><br />
</p>
<p>Try using it with any barcode reader (Android phones, iPhone, &#8230;)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/svidoli.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/svidoli.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/svidoli.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/svidoli.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/svidoli.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/svidoli.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/svidoli.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/svidoli.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/svidoli.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/svidoli.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/svidoli.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/svidoli.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/svidoli.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/svidoli.wordpress.com/197/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidoli.wordpress.com&amp;blog=8292045&amp;post=197&amp;subd=svidoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://svidoli.wordpress.com/2010/06/05/197/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f6d30f76170bfe3c441772630ff42dc3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">svidoli</media:title>
		</media:content>

		<media:content url="http://svidoli.files.wordpress.com/2010/06/mail1.png" medium="image">
			<media:title type="html">mymail</media:title>
		</media:content>
	</item>
		<item>
		<title>scp with resume</title>
		<link>http://svidoli.wordpress.com/2010/05/12/scp-with-resume/</link>
		<comments>http://svidoli.wordpress.com/2010/05/12/scp-with-resume/#comments</comments>
		<pubDate>Wed, 12 May 2010 16:28:36 +0000</pubDate>
		<dc:creator>svidoli</dc:creator>
				<category><![CDATA[archlinux]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://svidoli.wordpress.com/?p=194</guid>
		<description><![CDATA[I often use scp to download big files from my desktop. The problem is that with scp you can not resume broken downloads&#8230; but rsync can!! Hence I have the following alias in my .bashrc: alias scpres="rsync --partial --progress --rsh=ssh" which support the same syntax of scp.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidoli.wordpress.com&amp;blog=8292045&amp;post=194&amp;subd=svidoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I often use <strong>scp</strong> to download big files from my desktop. The problem is that with scp you can not resume broken downloads&#8230; but <strong>rsync</strong> can!!</p>
<p>Hence I have the following alias in my .bashrc:<br />
<code>alias scpres="rsync --partial --progress --rsh=ssh"</code><br />
which support the same syntax of scp.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/svidoli.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/svidoli.wordpress.com/194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/svidoli.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/svidoli.wordpress.com/194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/svidoli.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/svidoli.wordpress.com/194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/svidoli.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/svidoli.wordpress.com/194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/svidoli.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/svidoli.wordpress.com/194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/svidoli.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/svidoli.wordpress.com/194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/svidoli.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/svidoli.wordpress.com/194/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidoli.wordpress.com&amp;blog=8292045&amp;post=194&amp;subd=svidoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://svidoli.wordpress.com/2010/05/12/scp-with-resume/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f6d30f76170bfe3c441772630ff42dc3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">svidoli</media:title>
		</media:content>
	</item>
		<item>
		<title>Best browsers available</title>
		<link>http://svidoli.wordpress.com/2010/01/08/187/</link>
		<comments>http://svidoli.wordpress.com/2010/01/08/187/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 17:21:43 +0000</pubDate>
		<dc:creator>svidoli</dc:creator>
				<category><![CDATA[archlinux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[uzbl]]></category>

		<guid isPermaLink="false">http://svidoli.wordpress.com/?p=187</guid>
		<description><![CDATA[Currently as of January 2010 the best browser availables are: 1) uzbl: impressively fast and usable, lightweight, not for everybody 2) Chromium: very fast but frequent bugs 3) Firefox: stability and tons of plugins V8 benchmark suite is here.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidoli.wordpress.com&amp;blog=8292045&amp;post=187&amp;subd=svidoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Currently as of January 2010 the best browser availables are:</p>
<p>1) <a href="http://www.uzbl.org/">uzbl</a>: impressively fast and usable, lightweight, not for everybody<br />
2) <a href="http://www.chromium.org/Home">Chromium</a>: very fast but frequent bugs<br />
3) <a href="www.mozilla.com/firefox/">Firefox</a>: stability and tons of plugins</p>
<p>V8 benchmark suite is <a href="http://v8.googlecode.com/svn/data/benchmarks/v5/run.html">here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/svidoli.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/svidoli.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/svidoli.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/svidoli.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/svidoli.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/svidoli.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/svidoli.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/svidoli.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/svidoli.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/svidoli.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/svidoli.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/svidoli.wordpress.com/187/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/svidoli.wordpress.com/187/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/svidoli.wordpress.com/187/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidoli.wordpress.com&amp;blog=8292045&amp;post=187&amp;subd=svidoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://svidoli.wordpress.com/2010/01/08/187/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f6d30f76170bfe3c441772630ff42dc3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">svidoli</media:title>
		</media:content>
	</item>
		<item>
		<title>lightweight software</title>
		<link>http://svidoli.wordpress.com/2009/09/28/lightweight-software/</link>
		<comments>http://svidoli.wordpress.com/2009/09/28/lightweight-software/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 10:30:17 +0000</pubDate>
		<dc:creator>svidoli</dc:creator>
				<category><![CDATA[archlinux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[lightweight]]></category>
		<category><![CDATA[pekwm]]></category>
		<category><![CDATA[tint2]]></category>
		<category><![CDATA[wbar]]></category>

		<guid isPermaLink="false">http://svidoli.wordpress.com/?p=180</guid>
		<description><![CDATA[A bunch of great lightweight software: Distro: Archlinux 64bit Login manager: slim Desktop Enviroment: None gnome Windows Manager: pekwm<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidoli.wordpress.com&amp;blog=8292045&amp;post=180&amp;subd=svidoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A bunch of great lightweight software:<br />
<a href="http://svidoli.files.wordpress.com/2009/09/screenshot.png"><img src="http://svidoli.files.wordpress.com/2009/09/screenshot.png?w=497&#038;h=310" alt="Screenshot" title="Screenshot" width="497" height="310" class="alignleft size-full wp-image-179" /></a></p>
<p>Distro: <a href="http://archlinux.org">Archlinux</a> 64bit<br />
Login manager: <a href="http://slim.berlios.de/">slim</a><br />
Desktop Enviroment: None <del datetime="2009-09-28T10:24:01+00:00">gnome</del><br />
Windows Manager: <a href="http://pekwm.org/">pekwm</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/svidoli.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/svidoli.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/svidoli.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/svidoli.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/svidoli.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/svidoli.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/svidoli.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/svidoli.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/svidoli.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/svidoli.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/svidoli.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/svidoli.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/svidoli.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/svidoli.wordpress.com/180/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidoli.wordpress.com&amp;blog=8292045&amp;post=180&amp;subd=svidoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://svidoli.wordpress.com/2009/09/28/lightweight-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f6d30f76170bfe3c441772630ff42dc3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">svidoli</media:title>
		</media:content>

		<media:content url="http://svidoli.files.wordpress.com/2009/09/screenshot.png" medium="image">
			<media:title type="html">Screenshot</media:title>
		</media:content>
	</item>
		<item>
		<title>suckless</title>
		<link>http://svidoli.wordpress.com/2009/09/17/suckless/</link>
		<comments>http://svidoli.wordpress.com/2009/09/17/suckless/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 09:36:15 +0000</pubDate>
		<dc:creator>svidoli</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://svidoli.wordpress.com/?p=177</guid>
		<description><![CDATA[About minimal Windows Managers and great software: http://suckless.org/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidoli.wordpress.com&amp;blog=8292045&amp;post=177&amp;subd=svidoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>About minimal Windows Managers and great software:</p>
<p><a href="http://suckless.org/">http://suckless.org/</a> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/svidoli.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/svidoli.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/svidoli.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/svidoli.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/svidoli.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/svidoli.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/svidoli.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/svidoli.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/svidoli.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/svidoli.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/svidoli.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/svidoli.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/svidoli.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/svidoli.wordpress.com/177/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidoli.wordpress.com&amp;blog=8292045&amp;post=177&amp;subd=svidoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://svidoli.wordpress.com/2009/09/17/suckless/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f6d30f76170bfe3c441772630ff42dc3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">svidoli</media:title>
		</media:content>
	</item>
	</channel>
</rss>
