<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss'><id>tag:blogger.com,1999:blog-29281447</id><updated>2009-10-13T22:33:01.065+02:00</updated><title type='text'>hacklix</title><subtitle type='html'>e i LINK del giorno</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://hacklix.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default'/><link rel='alternate' type='text/html' href='http://hacklix.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default?start-index=26&amp;max-results=25'/><author><name>hacklix</name><uri>http://www.blogger.com/profile/09122858406914412397</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>101</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-29281447.post-1688168230728686541</id><published>2009-03-24T09:29:00.002+01:00</published><updated>2009-03-24T09:31:53.212+01:00</updated><title type='text'></title><content type='html'>&lt;script type="text/javascript" src="http://feeds.delicious.com/v2/js/hacklix?title=Delicious%20Bookmarks&amp;amp;icon=m&amp;amp;count=10&amp;amp;sort=date&amp;amp;tags&amp;amp;extended&amp;amp;name&amp;amp;showadd"&gt;&lt;/script&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29281447-1688168230728686541?l=hacklix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hacklix.blogspot.com/feeds/1688168230728686541/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=29281447&amp;postID=1688168230728686541' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/1688168230728686541'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/1688168230728686541'/><link rel='alternate' type='text/html' href='http://hacklix.blogspot.com/2009/03/delicius-last-20.html' title=''/><author><name>hacklix</name><uri>http://www.blogger.com/profile/09122858406914412397</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02191463407637648392'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-29281447.post-5198466880573670212</id><published>2008-09-17T10:37:00.004+02:00</published><updated>2008-09-17T10:43:39.473+02:00</updated><title type='text'>Bash: Keep alive process in Linux</title><content type='html'>&lt;p style="margin-top: 0pt;"&gt;      Sotto inserisco uno script molto semplice, che ho creato per permette di       tenere sempre vivo firefox.    &lt;/p&gt;    &lt;p style="margin-top: 0pt;"&gt;      Si può adattare alle proprie esigenze, andando a sostituire "firefox"       con altre applicazioni.&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;&lt;code&gt;#!/bin/sh&lt;br /&gt;# This script keep alive firefox&lt;br /&gt;# You can modify keepAlive.sh changing firefox with other application&lt;br /&gt;&lt;/code&gt;&lt;code&gt;&lt;br /&gt;&lt;/code&gt;&lt;code&gt;while true ; do &lt;br /&gt; firefox &amp;amp; kapid=$! &lt;br /&gt; echo $kapid &lt;br /&gt; wait $kapid &lt;br /&gt; echo "Killed!!!"&lt;br /&gt;done&lt;/code&gt;&lt;br /&gt;&lt;/pre&gt;&lt;p style="text-align: left; font-size: 9px;"&gt;Blogged with &lt;a href="http://hacklix.blogspot.com/" target="_new" title="delicious2blogger"&gt;delicious2blogger&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29281447-5198466880573670212?l=hacklix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hacklix.blogspot.com/feeds/5198466880573670212/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=29281447&amp;postID=5198466880573670212' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/5198466880573670212'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/5198466880573670212'/><link rel='alternate' type='text/html' href='http://hacklix.blogspot.com/2008/09/bash-keep-alive-process-in-linux.html' title='Bash: Keep alive process in Linux'/><author><name>hacklix</name><uri>http://www.blogger.com/profile/09122858406914412397</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02191463407637648392'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-29281447.post-3788865709024821432</id><published>2008-09-17T10:32:00.001+02:00</published><updated>2008-09-17T10:32:12.778+02:00</updated><title type='text'>Link del giorno</title><content type='html'>&lt;html&gt;  &lt;head&gt;      &lt;/head&gt;  &lt;body&gt;    &lt;ul&gt;      &lt;li&gt;        &lt;a href="http://www.sphinxsearch.com/about.html"&gt;Sphinx - Free         open-source SQL full-text search engine&lt;/a&gt; -      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.dipity.com/"&gt;Dipity&lt;/a&gt; - Timeline Manager      &lt;/li&gt;    &lt;/ul&gt;  &lt;/body&gt;&lt;/html&gt;&lt;p style="text-align: left; font-size: 9px;"&gt;Blogged with &lt;a href="http://hacklix.blogspot.com" target="_new" title="delicious2blogger"&gt;delicious2blogger&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29281447-3788865709024821432?l=hacklix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hacklix.blogspot.com/feeds/3788865709024821432/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=29281447&amp;postID=3788865709024821432' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/3788865709024821432'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/3788865709024821432'/><link rel='alternate' type='text/html' href='http://hacklix.blogspot.com/2008/09/link-del-giorno.html' title='Link del giorno'/><author><name>hacklix</name><uri>http://www.blogger.com/profile/09122858406914412397</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02191463407637648392'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-29281447.post-846354886308132636</id><published>2008-07-23T11:33:00.006+02:00</published><updated>2008-07-23T12:02:48.991+02:00</updated><title type='text'>[Soluzione] Problema Netbeans 6.1 + jaxb + jaxws</title><content type='html'>Se si prova a sviluppare un programma in java usando Netbeans 6.0 + jaxb 2.1 + jaxws 2.1 non funzionerà perché verrà generata la seguente eccezione:&lt;br /&gt;&lt;blockquote&gt;&lt;p&gt;&lt;br /&gt;Exception in thread "AWT-EventQueue-0" java.lang.LinkageError: JAXB 2.0 API is being loaded from the bootstrap classloader, but this RI (from jar:file:/opt/netbeans-6.1/java2/modules/ext/jaxws21/jaxb-impl.jar!/com/sun/xml/bind/v2/model/impl/ModelBuilder.class) needs 2.1 API. Use the endorsed directory mechanism to place jaxb-api.jar in the bootstrap classloader. (See http://java.sun.com/j2se/1.5.0/docs/guide/standards/)&lt;br /&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;br /&gt;Nel mio caso l'eccezione viene generata con la seguente istruzione:&lt;br /&gt;&lt;blockquote&gt;&lt;p&gt;&lt;br /&gt;JAXBContext jaxbCtxMain = JAXBContext.newInstance( com.company.monitor.xml.Monitor.class.getPackage().getName());&lt;br /&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;br /&gt;La soluzione è quella di creare un cartella chiamata "endorsed" nella $JAVA_HOME.&lt;br /&gt;In ubuntu :&lt;br /&gt;&lt;blockquote&gt;&lt;p&gt;&lt;br /&gt;#Creazione della cartella endorsed&lt;br /&gt;sudo mkdir /usr/lib/jvm/java-6-sun/jre/lib/endorsed/&lt;br /&gt;#Copia dei file jaxb-api.jar jaxws-api.jar in endorsed&lt;br /&gt;cp $NETBEANS_HOME/java2/modules/ext/jaxws21/api/jax*api.jar&lt;br /&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;br /&gt;Poi bisogna modificare le librarie del progetto sotto netbeans:&lt;br /&gt;&lt;blockquote&gt;&lt;p&gt;&lt;br /&gt;1. Tasto dx sul progetto "Properties"&lt;br /&gt;2. Andare sotto Libraries e Rimuovere(remove) "JAXB 2.1" e "JAX-WS 2.1"&lt;br /&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;br /&gt;Provare a ricompilare ed eseguire il progetto.&lt;br /&gt;&lt;br /&gt;Info:&lt;br /&gt;&lt;a href="http://java.sun.com/j2se/1.5.0/docs/guide/standards/"&gt;http://java.sun.com/j2se/1.5.0/docs/guide/standards/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29281447-846354886308132636?l=hacklix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hacklix.blogspot.com/feeds/846354886308132636/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=29281447&amp;postID=846354886308132636' title='1 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/846354886308132636'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/846354886308132636'/><link rel='alternate' type='text/html' href='http://hacklix.blogspot.com/2008/07/soluzione-problema-netbeans-60-jaxb.html' title='[Soluzione] Problema Netbeans 6.1 + jaxb + jaxws'/><author><name>hacklix</name><uri>http://www.blogger.com/profile/09122858406914412397</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02191463407637648392'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-29281447.post-8380068782809408865</id><published>2008-05-22T08:27:00.001+02:00</published><updated>2008-05-22T08:27:06.617+02:00</updated><title type='text'>Link del giorno</title><content type='html'>&lt;html&gt;  &lt;head&gt;      &lt;/head&gt;  &lt;body&gt;    &lt;ul&gt;      &lt;li&gt;        &lt;a href="http://www.soapui.org/"&gt;Web Service, SOA and SOAP Testing         Tool - soapUI&lt;/a&gt;      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.cstr.ed.ac.uk/projects/festival/"&gt;Festival&lt;/a&gt; -         Software di sintesi vocale      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.schmap.com/"&gt;Schmap - Map Guides and Map Widgets&lt;/a&gt;         - Guide gratuite di tutto il mondo      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://code.google.com/p/dfo/"&gt;dfo - Google Code&lt;/a&gt; -         Desktop Organizer for Flickr      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://traverso-daw.org/"&gt;Home &amp;#8212; Traverso DAW&lt;/a&gt; -         Creare musica con linux      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.energy-xt.com/"&gt;energyXT2&lt;/a&gt; - Creare musica con         linux      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.entertainer-project.com/index.php"&gt;Entertainer         project&lt;/a&gt; - Linux mediacenter      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://iplist.sourceforge.net/"&gt;iplist&lt;/a&gt;      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://khole8.wordpress.com/tag/linux-music/"&gt;Linux &amp;amp; Music &amp;#171;         k-hole&lt;/a&gt;      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://wiki.sudsoundsystem.eu/wiki/index.php/Pagina_principale"&gt;Wiki         Salento&lt;/a&gt; - Vocabolario Salentino      &lt;/li&gt;    &lt;/ul&gt;  &lt;/body&gt;&lt;/html&gt;&lt;p style="text-align: left; font-size: 9px;"&gt;Blogged with &lt;a href="http://hacklix.blogspot.com" target="_new" title="delicious2blogger"&gt;delicious2blogger&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29281447-8380068782809408865?l=hacklix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hacklix.blogspot.com/feeds/8380068782809408865/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=29281447&amp;postID=8380068782809408865' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/8380068782809408865'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/8380068782809408865'/><link rel='alternate' type='text/html' href='http://hacklix.blogspot.com/2008/05/link-del-giorno.html' title='Link del giorno'/><author><name>hacklix</name><uri>http://www.blogger.com/profile/09122858406914412397</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02191463407637648392'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-29281447.post-2798676781926848279</id><published>2008-03-18T16:25:00.001+01:00</published><updated>2008-03-18T16:25:40.300+01:00</updated><title type='text'>Link del giorno</title><content type='html'>&lt;html&gt;  &lt;head&gt;      &lt;/head&gt;  &lt;body&gt;    &lt;ul&gt;      &lt;li&gt;        &lt;a href="http://www.google.com/sky/"&gt;Google Sky&lt;/a&gt;      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://bluemarine.tidalwave.it/"&gt;blueMarine - Home&lt;/a&gt; - &amp;quot;An         open source application for the digital photo workflow, the blueMarine         project will provide you an all-in-one tool for managing your photo...&amp;quot;      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://commons.apache.org/jexl/"&gt;JEXL - Commons JEXL Overview&lt;/a&gt;         - Java Expresion Language      &lt;/li&gt;    &lt;/ul&gt;  &lt;/body&gt;&lt;/html&gt;&lt;p style="text-align: left; font-size: 9px;"&gt;Blogged with &lt;a href="http://hacklix.blogspot.com" target="_new" title="delicious2blogger"&gt;delicious2blogger&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29281447-2798676781926848279?l=hacklix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hacklix.blogspot.com/feeds/2798676781926848279/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=29281447&amp;postID=2798676781926848279' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/2798676781926848279'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/2798676781926848279'/><link rel='alternate' type='text/html' href='http://hacklix.blogspot.com/2008/03/link-del-giorno_18.html' title='Link del giorno'/><author><name>hacklix</name><uri>http://www.blogger.com/profile/09122858406914412397</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02191463407637648392'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-29281447.post-3144652401555706934</id><published>2008-03-09T00:00:00.003+01:00</published><updated>2008-03-09T00:07:56.199+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='video'/><category scheme='http://www.blogger.com/atom/ns#' term='rototom'/><category scheme='http://www.blogger.com/atom/ns#' term='sunsplash'/><category scheme='http://www.blogger.com/atom/ns#' term='reggae'/><category scheme='http://www.blogger.com/atom/ns#' term='2007'/><title type='text'>Documentario Rototom 2007</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.rototomsunsplash.com/picture/upload/sun2008_backtobackstage_cover.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 192px; height: 272px;" src="http://www.rototomsunsplash.com/picture/upload/sun2008_backtobackstage_cover.jpg" alt="" border="0" /&gt;&lt;/a&gt;E' stato creato un video documentario sul backstage del Rototom Sunsplash 2007.&lt;br /&gt;Citazione dal sito del Rototom:&lt;br /&gt;&lt;strong&gt;&lt;/strong&gt;&lt;blockquote&gt;&lt;strong&gt;Back from Backstage&lt;/strong&gt; è stato filmato prima e durante la XIV edizione del Rototom Sunsplash che ha registrato la cifra record di 150.000 presenze. L'idea è stata quella di dimostrare come un gruppo di persone e strutture sappia costruire un grande evento musicale e culturale...&lt;/blockquote&gt;&lt;a href="http://www.rototomsunsplash.com/index.php?id=22,1107,0,0,1,0"&gt;Vedi il video&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29281447-3144652401555706934?l=hacklix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hacklix.blogspot.com/feeds/3144652401555706934/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=29281447&amp;postID=3144652401555706934' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/3144652401555706934'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/3144652401555706934'/><link rel='alternate' type='text/html' href='http://hacklix.blogspot.com/2008/03/documentario-rototom-2007.html' title='Documentario Rototom 2007'/><author><name>hacklix</name><uri>http://www.blogger.com/profile/09122858406914412397</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02191463407637648392'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-29281447.post-7790173336574968002</id><published>2008-03-03T22:11:00.004+01:00</published><updated>2008-03-03T22:17:36.384+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='reggae rototom sunsplash'/><title type='text'>Rototom SunSplash 2008</title><content type='html'>Il più grande evento Reggae d'Europa di terra dal 3 al 12 Luglio ad Osoppo-UD ( un bellissimo posto immerso nella natura ).&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.rototomsunsplash.com/"&gt;&lt;img src="http://www.rototomsunsplash.com/picture/banners/Sunsplash_2008_ita.jpg" alt="Rototom Sunsplash Reggae Festival" longdesc="http://www.rototomsunsplash.com//picture/banners/Sunsplash_2008_ita.jpg" border="0" height="45" width="350" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29281447-7790173336574968002?l=hacklix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hacklix.blogspot.com/feeds/7790173336574968002/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=29281447&amp;postID=7790173336574968002' title='1 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/7790173336574968002'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/7790173336574968002'/><link rel='alternate' type='text/html' href='http://hacklix.blogspot.com/2008/03/rototom-sunsplash-2008.html' title='Rototom SunSplash 2008'/><author><name>hacklix</name><uri>http://www.blogger.com/profile/09122858406914412397</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02191463407637648392'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-29281447.post-7750472302972285478</id><published>2008-03-03T22:01:00.001+01:00</published><updated>2008-03-03T22:01:05.698+01:00</updated><title type='text'>Link del giorno</title><content type='html'>&lt;html&gt;  &lt;head&gt;      &lt;/head&gt;  &lt;body&gt;    &lt;ul&gt;      &lt;li&gt;        &lt;a href="http://www.tenshu.net/terminator/"&gt;Terminator&lt;/a&gt; - Multi         terminale in una finestra      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.adobe.com/products/air/"&gt;Adobe - Adobe AIR&lt;/a&gt;      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://extjs.com/"&gt;Ext JS - JavaScript Library&lt;/a&gt; -         Javascript framework (ajax)      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.eha2.com/random-thoughts/installing-fonts-in-ubuntu/"&gt;Installing         fonts in Ubuntu&lt;/a&gt; - fc-cache -f -v      &lt;/li&gt;    &lt;/ul&gt;  &lt;/body&gt;&lt;/html&gt;&lt;p style="text-align: left; font-size: 9px;"&gt;Blogged with &lt;a href="http://hacklix.blogspot.com" target="_new" title="delicious2blogger"&gt;delicious2blogger&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29281447-7750472302972285478?l=hacklix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hacklix.blogspot.com/feeds/7750472302972285478/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=29281447&amp;postID=7750472302972285478' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/7750472302972285478'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/7750472302972285478'/><link rel='alternate' type='text/html' href='http://hacklix.blogspot.com/2008/03/link-del-giorno.html' title='Link del giorno'/><author><name>hacklix</name><uri>http://www.blogger.com/profile/09122858406914412397</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02191463407637648392'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-29281447.post-5651205076391408425</id><published>2008-02-24T16:35:00.001+01:00</published><updated>2008-02-24T16:35:26.998+01:00</updated><title type='text'>Link del giorno</title><content type='html'>&lt;html&gt;  &lt;head&gt;      &lt;/head&gt;  &lt;body&gt;    &lt;ul&gt;      &lt;li&gt;        &lt;a href="http://alexandria.rubyforge.org/"&gt;Alexandria: a book         collection manager for GNOME&lt;/a&gt; - Permette di gestire una libreria su         linux      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.flame-ware.com/xml2xsd/Default.aspx"&gt;Flame-Ware         Solutions - XML2XSD&lt;/a&gt; - Genera l'xsd dall'xml      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.scribd.com/"&gt;Home | Scribd&lt;/a&gt; - Simile ad un         youtube per documenti      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.mailinator.com/"&gt;Mailinator - Let Them Eat Spam!&lt;/a&gt;         - Creare caselle email temporanee      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.spokentext.net/"&gt;Online text to speech (TTS)         converter SpokenText&lt;/a&gt; - Converte documenti in mp3      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.hybridgeotools.com/html/3d_route_builder.html"&gt;3D         Route Builder - Hybrid GeoTools&lt;/a&gt; - Crea rotte GPS su Google Earth      &lt;/li&gt;    &lt;/ul&gt;  &lt;/body&gt;&lt;/html&gt;&lt;p style="text-align: left; font-size: 9px;"&gt;Blogged with &lt;a href="http://hacklix.blogspot.com" target="_new" title="delicious2blogger"&gt;delicious2blogger&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29281447-5651205076391408425?l=hacklix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hacklix.blogspot.com/feeds/5651205076391408425/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=29281447&amp;postID=5651205076391408425' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/5651205076391408425'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/5651205076391408425'/><link rel='alternate' type='text/html' href='http://hacklix.blogspot.com/2008/02/link-del-giorno_24.html' title='Link del giorno'/><author><name>hacklix</name><uri>http://www.blogger.com/profile/09122858406914412397</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02191463407637648392'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-29281447.post-2957057431909701734</id><published>2008-02-21T01:07:00.001+01:00</published><updated>2008-02-21T01:07:40.981+01:00</updated><title type='text'>Link del giorno</title><content type='html'>&lt;html&gt;  &lt;head&gt;      &lt;/head&gt;  &lt;body&gt;    &lt;ul&gt;      &lt;li&gt;        &lt;a href="http://wiki.netbeans.org/JAXBWizard"&gt;NetBeans Wiki: JAXBWizard&lt;/a&gt;         - Implementazione del framework JAXB in NetBeans. Permette di generare         classi java da file xml utilizzando lo schema xsd.      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.ibm.com/developerworks/library/x-javaxpathapi.html"&gt;The         Java XPath API&lt;/a&gt;      &lt;/li&gt;    &lt;/ul&gt;  &lt;/body&gt;&lt;/html&gt;&lt;p style="text-align: left; font-size: 9px;"&gt;Blogged with &lt;a href="http://hacklix.blogspot.com" target="_new" title="delicious2blogger"&gt;delicious2blogger&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29281447-2957057431909701734?l=hacklix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hacklix.blogspot.com/feeds/2957057431909701734/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=29281447&amp;postID=2957057431909701734' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/2957057431909701734'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/2957057431909701734'/><link rel='alternate' type='text/html' href='http://hacklix.blogspot.com/2008/02/link-del-giorno_21.html' title='Link del giorno'/><author><name>hacklix</name><uri>http://www.blogger.com/profile/09122858406914412397</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02191463407637648392'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-29281447.post-1398846203746326891</id><published>2008-02-17T19:23:00.001+01:00</published><updated>2008-02-17T19:23:34.099+01:00</updated><title type='text'>Link del giorno</title><content type='html'>&lt;html&gt;  &lt;head&gt;      &lt;/head&gt;  &lt;body&gt;    &lt;ul&gt;      &lt;li&gt;        &lt;a href="http://it.wikipedia.org/wiki/Eddie_Vedder"&gt;Eddie Vedder -         Wikipedia&lt;/a&gt; - Composto l'intera colonna sonora del film &amp;quot;Into The         Wild&amp;quot; di Sean Penn      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.karunstyle.com/"&gt;KarunStyle Yachting - Il Viaggio         dei Vostri Sogni&lt;/a&gt;      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.cioccola-to.com/italiano/manifestazione"&gt;Cioccolat&amp;#242;         / CioccolaT&amp;#210; 2008&lt;/a&gt; - Torino citt&amp;#224; del cioccolato      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.equinoxe.it/"&gt;Equinoxe Il tour operator         specializzato in noleggio barche a vela e in viaggi su misura&lt;/a&gt;      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://info.tikiwiki.org/tiki-index.php"&gt;tikiwiki.org -- Home         of TikiWiki CMS/Groupware : HomePage&lt;/a&gt;      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.datacrow.net/"&gt;Data Crow's Nest&lt;/a&gt; - Gestore di         archivi: video, immagini, musica, ecc...      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://partedmagic.com/wiki/PartedMagic.php"&gt;PartedMagic -         Main - Parted Magic&lt;/a&gt; - Free      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.petitiononline.com/itmslin/petition-sign.html?"&gt;Sign         the iTunes on Linux Petition&lt;/a&gt;      &lt;/li&gt;    &lt;/ul&gt;  &lt;/body&gt;&lt;/html&gt;&lt;p style="text-align: left; font-size: 9px;"&gt;Blogged with &lt;a href="http://hacklix.blogspot.com" target="_new" title="delicious2blogger"&gt;delicious2blogger&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29281447-1398846203746326891?l=hacklix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hacklix.blogspot.com/feeds/1398846203746326891/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=29281447&amp;postID=1398846203746326891' title='1 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/1398846203746326891'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/1398846203746326891'/><link rel='alternate' type='text/html' href='http://hacklix.blogspot.com/2008/02/link-del-giorno.html' title='Link del giorno'/><author><name>hacklix</name><uri>http://www.blogger.com/profile/09122858406914412397</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02191463407637648392'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-29281447.post-2314532404304531952</id><published>2008-02-14T23:21:00.002+01:00</published><updated>2008-02-14T23:22:53.510+01:00</updated><title type='text'>Link del giorno</title><content type='html'>&lt;ul&gt;      &lt;li&gt;        &lt;a href="http://www.sunspotworld.com/"&gt;SunSpotWorld - Home of Project         Sun SPOT&lt;/a&gt; - Apparecchi wireless programmabli in Java da Sun      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://netbeans.tv/screencasts/"&gt;NetBeans TV&lt;/a&gt; - Screencast         di NetBeans      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.javapos.com/"&gt;JavaPOS Home Page&lt;/a&gt;      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://postest.sourceforge.net/"&gt;POSTest - The JavaPOS Device         Tester&lt;/a&gt;      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.rhythmupdate.com/"&gt;Reggae Rhythm Update&lt;/a&gt; -         Radio reggae (su iTunes si può trovare il podcast)      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.w3.org/TR/xquery/"&gt;XQuery 1.0: An XML Query         Language&lt;/a&gt;      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://mixxx.sourceforge.net/"&gt;Mixxx (Free Digital DJ         Software)&lt;/a&gt; - Mix per Linux      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.mercury.im/"&gt;Mercury Messenger&lt;/a&gt; - Messenger in         Java      &lt;/li&gt;    &lt;/ul&gt;  &lt;p style="text-align: left; font-size: 9px;"&gt;Blogged with &lt;a href="http://hacklix.blogspot.com/" target="_new" title="delicious2blogger"&gt;delicious2blogger&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29281447-2314532404304531952?l=hacklix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hacklix.blogspot.com/feeds/2314532404304531952/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=29281447&amp;postID=2314532404304531952' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/2314532404304531952'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/2314532404304531952'/><link rel='alternate' type='text/html' href='http://hacklix.blogspot.com/2008/02/link-del-giorno-15.html' title='Link del giorno'/><author><name>hacklix</name><uri>http://www.blogger.com/profile/09122858406914412397</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02191463407637648392'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-29281447.post-1151675051043958516</id><published>2008-02-03T13:06:00.001+01:00</published><updated>2008-02-03T13:06:10.525+01:00</updated><title type='text'>Link del giorno (5)</title><content type='html'>&lt;html&gt;  &lt;head&gt;      &lt;/head&gt;  &lt;body&gt;    &lt;ul&gt;      &lt;li&gt;        &lt;a href="http://code.google.com/p/tesseract-ocr/"&gt;tesseract-ocr&lt;/a&gt; -         OCR per Linux      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.les-stooges.org/pascal/pencil/index.php?id=Home"&gt;Pencil&lt;/a&gt;         - &amp;quot;Pencil is an animation/drawing software for Mac OS X, Windows, and         Linux. It lets you create traditional hand-drawn animation (cartoon)         using both bitmap and vector graphics. Pencil is free and open source.&amp;quot;      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.linux-live.org/"&gt;Linux Live for CD &amp;amp; USB&lt;/a&gt; -         Script per creare distribuzioni Live di Linux      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.dopdf.com/"&gt;Free PDF Converter - do PDF&lt;/a&gt; -         Convertitore Pdf gratuito (Windows)      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.lintube.com/"&gt;LinTube.com&lt;/a&gt; - Youtube dedicato a         Linux      &lt;/li&gt;    &lt;/ul&gt;  &lt;/body&gt;&lt;/html&gt;&lt;p style="text-align: left; font-size: 9px;"&gt;Blogged with &lt;a href="http://hacklix.blogspot.com" target="_new" title="delicious2blogger"&gt;delicious2blogger&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29281447-1151675051043958516?l=hacklix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hacklix.blogspot.com/feeds/1151675051043958516/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=29281447&amp;postID=1151675051043958516' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/1151675051043958516'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/1151675051043958516'/><link rel='alternate' type='text/html' href='http://hacklix.blogspot.com/2008/02/link-del-giorno-5.html' title='Link del giorno (5)'/><author><name>hacklix</name><uri>http://www.blogger.com/profile/09122858406914412397</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02191463407637648392'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-29281447.post-8537971938213228365</id><published>2008-02-02T13:07:00.001+01:00</published><updated>2008-02-02T13:07:22.135+01:00</updated><title type='text'>Link del giorno (1)</title><content type='html'>&lt;html&gt;  &lt;head&gt;      &lt;/head&gt;  &lt;body&gt;    &lt;ul&gt;      &lt;li&gt;        &lt;a href="http://rawstudio.org/"&gt;Rawstudio&lt;/a&gt; - Gestore di immagini         RAW per linux      &lt;/li&gt;    &lt;/ul&gt;  &lt;/body&gt;&lt;/html&gt;&lt;p style="text-align: left; font-size: 9px;"&gt;Blogged with &lt;a href="http://hacklix.blogspot.com" target="_new" title="delicious2blogger"&gt;delicious2blogger&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29281447-8537971938213228365?l=hacklix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hacklix.blogspot.com/feeds/8537971938213228365/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=29281447&amp;postID=8537971938213228365' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/8537971938213228365'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/8537971938213228365'/><link rel='alternate' type='text/html' href='http://hacklix.blogspot.com/2008/02/link-del-giorno-1.html' title='Link del giorno (1)'/><author><name>hacklix</name><uri>http://www.blogger.com/profile/09122858406914412397</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02191463407637648392'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-29281447.post-4291608821081088327</id><published>2008-01-29T23:17:00.001+01:00</published><updated>2008-01-29T23:17:23.070+01:00</updated><title type='text'>Link del giorno (1)</title><content type='html'>&lt;html&gt;  &lt;head&gt;      &lt;/head&gt;  &lt;body&gt;    &lt;ul&gt;      &lt;li&gt;        &lt;a href="http://www.videora.com/en-us/Converter/iPod/"&gt;Videora iPod         Converter - Free iPod Video Converter&lt;/a&gt;      &lt;/li&gt;    &lt;/ul&gt;  &lt;/body&gt;&lt;/html&gt;&lt;p style="text-align: left; font-size: 9px;"&gt;Blogged with &lt;a href="http://hacklix.blogspot.com" target="_new" title="delicious2blogger"&gt;delicious2blogger&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29281447-4291608821081088327?l=hacklix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hacklix.blogspot.com/feeds/4291608821081088327/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=29281447&amp;postID=4291608821081088327' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/4291608821081088327'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/4291608821081088327'/><link rel='alternate' type='text/html' href='http://hacklix.blogspot.com/2008/01/link-del-giorno-1_29.html' title='Link del giorno (1)'/><author><name>hacklix</name><uri>http://www.blogger.com/profile/09122858406914412397</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02191463407637648392'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-29281447.post-5736167208595144042</id><published>2008-01-29T10:29:00.000+01:00</published><updated>2008-02-03T15:59:17.895+01:00</updated><title type='text'>[JSP] Binary output stream</title><content type='html'>&lt;span style="font-family:monospace;"&gt;&lt;%@ page import="java.io.*" %&gt;&lt;br /&gt;&lt;%@ page import="java.net.*" %&gt;&lt;br /&gt;&lt;%@ page contentType="image/gif" %&gt;&lt;br /&gt;&lt;%&lt;br /&gt;    OutputStream o = response.getOutputStream();&lt;br /&gt;    InputStream is = new URL("").openStream();&lt;br /&gt;   &lt;br /&gt;    byte[] buf = new byte[32 * 1024];&lt;br /&gt;   &lt;br /&gt;    // 32k buffer int nRead = 0;&lt;br /&gt;    int nRead = 0;&lt;br /&gt;    while( (nRead=is.read(buf)) != -1 ) {&lt;br /&gt;        o.write(buf, 0, nRead);&lt;br /&gt;    }&lt;br /&gt;   &lt;br /&gt;    o.flush();&lt;br /&gt;    o.close();&lt;br /&gt;%&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Riferimento: &lt;a href="http://www.java-forums.org/java-tips/5804-jsp-binary-output-stream.html"&gt;Link&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29281447-5736167208595144042?l=hacklix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hacklix.blogspot.com/feeds/5736167208595144042/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=29281447&amp;postID=5736167208595144042' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/5736167208595144042'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/5736167208595144042'/><link rel='alternate' type='text/html' href='http://hacklix.blogspot.com/2008/01/jsp-binary-output-stream.html' title='[JSP] Binary output stream'/><author><name>hacklix</name><uri>http://www.blogger.com/profile/09122858406914412397</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02191463407637648392'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-29281447.post-4278532096860244373</id><published>2008-01-28T20:38:00.001+01:00</published><updated>2008-01-30T10:54:46.191+01:00</updated><title type='text'>Link del giorno (9)</title><content type='html'>&lt;ul&gt;      &lt;li&gt;        &lt;a href="http://www.eeepc.it/"&gt;Asus Eee PC (Blog)&lt;/a&gt; - Blog italiano         di Eee PC (in mio prossimo gadget ;)      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.octro.com/"&gt;Octro&lt;/a&gt; - Un client di jabber         (gmail) per windows mobile      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.downlovers.it/"&gt;DOWNLOVERS - Free Music Revolution&lt;/a&gt;         - Un sito che permette di scaricare musica gratis legalmente. Bisogna         solo registrarsi e vedere un pò di pubblicità      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.mypictures3d.com/"&gt;My Pictures 3D&lt;/a&gt; - Creare         album 3D      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://piratecoelho.wordpress.com/"&gt;Blog di "Pirate" Coelho&lt;/a&gt;      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://public.box.net/piratecoelho79355"&gt;Libri gratis di         Coelho&lt;/a&gt; - Coelho ha reso disponibili 7 libri in italiano in formato         pdf      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.linuxguide.it/"&gt;Documentazione HowTo Linux - Home&lt;/a&gt;      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.fluendo.com/"&gt;Fluendo&lt;/a&gt; - Streaming server      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://elisa.fluendo.com/"&gt;Elisa&lt;/a&gt; - Media center         multi-piattaforma      &lt;/li&gt;    &lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29281447-4278532096860244373?l=hacklix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hacklix.blogspot.com/feeds/4278532096860244373/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=29281447&amp;postID=4278532096860244373' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/4278532096860244373'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/4278532096860244373'/><link rel='alternate' type='text/html' href='http://hacklix.blogspot.com/2008/01/link-del-giorno-9.html' title='Link del giorno (9)'/><author><name>hacklix</name><uri>http://www.blogger.com/profile/09122858406914412397</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02191463407637648392'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-29281447.post-3188715082991322926</id><published>2008-01-24T22:09:00.001+01:00</published><updated>2008-01-24T22:09:45.336+01:00</updated><title type='text'>Link del giorno (1)</title><content type='html'>&lt;html&gt;  &lt;head&gt;      &lt;/head&gt;  &lt;body&gt;    &lt;ul&gt;      &lt;li&gt;        &lt;a href="http://venticinquemilamiglia.it/"&gt;Venticinquemilamiglia&lt;/a&gt; -         Sito di Alberto Di Stefano scrittore del libro &amp;quot;Giro del mondo in         barca-stop&amp;quot;      &lt;/li&gt;    &lt;/ul&gt;  &lt;/body&gt;&lt;/html&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29281447-3188715082991322926?l=hacklix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hacklix.blogspot.com/feeds/3188715082991322926/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=29281447&amp;postID=3188715082991322926' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/3188715082991322926'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/3188715082991322926'/><link rel='alternate' type='text/html' href='http://hacklix.blogspot.com/2008/01/link-del-giorno-1_24.html' title='Link del giorno (1)'/><author><name>hacklix</name><uri>http://www.blogger.com/profile/09122858406914412397</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02191463407637648392'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-29281447.post-7258005454625460011</id><published>2008-01-23T23:21:00.001+01:00</published><updated>2008-01-23T23:21:11.658+01:00</updated><title type='text'>Link del giorno (2)</title><content type='html'>&lt;html&gt;  &lt;head&gt;      &lt;/head&gt;  &lt;body&gt;    &lt;ul&gt;      &lt;li&gt;        &lt;a href="http://barcamp.org/torinobarcamp2008"&gt;Torinobarcamp 2008&lt;/a&gt;         - Torinobarcamp2008 + Webdays - Le giornate del web (22-23/02/2007)      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.djangoproject.com/"&gt;Django&lt;/a&gt; - The Python Web         framework for perfectionists with deadlines      &lt;/li&gt;    &lt;/ul&gt;  &lt;/body&gt;&lt;/html&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29281447-7258005454625460011?l=hacklix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hacklix.blogspot.com/feeds/7258005454625460011/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=29281447&amp;postID=7258005454625460011' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/7258005454625460011'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/7258005454625460011'/><link rel='alternate' type='text/html' href='http://hacklix.blogspot.com/2008/01/link-del-giorno-2.html' title='Link del giorno (2)'/><author><name>hacklix</name><uri>http://www.blogger.com/profile/09122858406914412397</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02191463407637648392'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-29281447.post-4146231639553537510</id><published>2008-01-21T21:53:00.001+01:00</published><updated>2008-01-21T21:53:57.635+01:00</updated><title type='text'>"Show Desktop" con Ubuntu</title><content type='html'>&lt;html&gt;  &lt;head&gt;      &lt;/head&gt;  &lt;body&gt;    Ctrl+Alt+D  &lt;/body&gt;&lt;/html&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29281447-4146231639553537510?l=hacklix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hacklix.blogspot.com/feeds/4146231639553537510/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=29281447&amp;postID=4146231639553537510' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/4146231639553537510'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/4146231639553537510'/><link rel='alternate' type='text/html' href='http://hacklix.blogspot.com/2008/01/desktop-con-ubuntu.html' title='&amp;quot;Show Desktop&amp;quot; con Ubuntu'/><author><name>hacklix</name><uri>http://www.blogger.com/profile/09122858406914412397</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02191463407637648392'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-29281447.post-3527956021187166113</id><published>2008-01-21T20:03:00.001+01:00</published><updated>2008-01-21T20:03:39.305+01:00</updated><title type='text'>Link del giorno (2) - Ristoranti</title><content type='html'>&lt;html&gt;  &lt;head&gt;      &lt;/head&gt;  &lt;body&gt;    &lt;ul&gt;      &lt;li&gt;        &lt;a href="http://www.duespaghi.it/"&gt;2Spaghi.it - Home Page&lt;/a&gt; - Una         community che ha come tema i ristoranti      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.golaintasca.tv/gola/Home.html"&gt;La gola in tasca&lt;/a&gt;         - Una guida economica da 1900 pagine dei ristoranti italiani      &lt;/li&gt;    &lt;/ul&gt;  &lt;/body&gt;&lt;/html&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29281447-3527956021187166113?l=hacklix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hacklix.blogspot.com/feeds/3527956021187166113/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=29281447&amp;postID=3527956021187166113' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/3527956021187166113'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/3527956021187166113'/><link rel='alternate' type='text/html' href='http://hacklix.blogspot.com/2008/01/link-del-giorno-2-ristoranti.html' title='Link del giorno (2) - Ristoranti'/><author><name>hacklix</name><uri>http://www.blogger.com/profile/09122858406914412397</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02191463407637648392'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-29281447.post-1377818039514891752</id><published>2008-01-20T15:16:00.000+01:00</published><updated>2008-01-30T02:20:09.403+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='bwr'/><category scheme='http://www.blogger.com/atom/ns#' term='liveskipper'/><category scheme='http://www.blogger.com/atom/ns#' term='vela'/><category scheme='http://www.blogger.com/atom/ns#' term='game'/><title type='text'>Live Skipper: Barcelona World Race</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_pDqSEE4dNaE/R5Nai1EgObI/AAAAAAAAAC0/5N6ppQFlu_g/s1600-h/Bwc.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp0.blogger.com/_pDqSEE4dNaE/R5Nai1EgObI/AAAAAAAAAC0/5N6ppQFlu_g/s400/Bwc.png" alt="" id="BLOGGER_PHOTO_ID_5157565552677370290" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Ho iniziato la "Barcelona World Race" è una regata che fa il giro del mondo. E' la simulazione della regata vera con i tempi "veri".&lt;br /&gt;In pratica è un gioco in flash dove devi impostare la direzione della tua barca a vela verso i chekpoint e ogni tanto controlli a che punto sei correggendo la rotta. La regata dovrebbe durare circa 90gg... l'iscrizione è gratuita. Se partecipate fatemi sapere il nome della barca (io sono "Dad").&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.liveskipper.com/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"&gt;http://www.liveskipper.com&lt;/a&gt;  (Link del gioco)&lt;br /&gt;&lt;a href="http://www.barcelonaworldrace.com/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"&gt;http://www.barcelonaworldrace&lt;wbr&gt;.com &lt;/a&gt;  (Link della regata vera)&lt;br /&gt;&lt;br /&gt;Nota: la vera regata è partita circa 70 giorni fa e le barche sono già vicine all'arrivo.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29281447-1377818039514891752?l=hacklix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hacklix.blogspot.com/feeds/1377818039514891752/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=29281447&amp;postID=1377818039514891752' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/1377818039514891752'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/1377818039514891752'/><link rel='alternate' type='text/html' href='http://hacklix.blogspot.com/2008/01/live-skipper-barcelona-world-race.html' title='Live Skipper: Barcelona World Race'/><author><name>hacklix</name><uri>http://www.blogger.com/profile/09122858406914412397</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02191463407637648392'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp0.blogger.com/_pDqSEE4dNaE/R5Nai1EgObI/AAAAAAAAAC0/5N6ppQFlu_g/s72-c/Bwc.png' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-29281447.post-6290427323929778313</id><published>2008-01-14T23:45:00.001+01:00</published><updated>2008-01-14T23:45:28.544+01:00</updated><title type='text'>Link del giorno (13)</title><content type='html'>&lt;html&gt;  &lt;head&gt;      &lt;/head&gt;  &lt;body&gt;    &lt;ul&gt;      &lt;li&gt;        &lt;a href="http://do.davebsd.com/"&gt;GNOME + Do = Crazy Delicious&lt;/a&gt; -         Launcher for Gnome      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://live.gnome.org/Istanbul"&gt;Istanbul - GNOME Live!&lt;/a&gt; -         Software per creare screencast sotto Gnome (supporta anche gli effetti         3D).      &lt;/li&gt;      &lt;li&gt;        &lt;a href="https://jarvis.dev.java.net/"&gt;jarvis&lt;/a&gt; - JasperReports         Visual Designer      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.zotero.org/"&gt;Zotero: The Next-Generation Research         Tool&lt;/a&gt;      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.techotopia.com/index.php/Main_Page"&gt;Main Page -         Techotopia&lt;/a&gt; - Varie guide free      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://live.gnome.org/Zenity"&gt;Zenity - GNOME Live!&lt;/a&gt; -         Aggiungere una gui ai nostri script bash. Esempio: &amp;quot;zenity --calendar&amp;quot;         visualizza un calendario, &amp;quot;zenity --info --text &amp;quot;Backup completato&amp;quot;&amp;quot;         visualizza un messaggio di informazioni, ecc...      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.jumpcut.com/"&gt;Jumpcut - Be good to your video&lt;/a&gt;         - Video editing web2.0      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://pdfhammer.com/"&gt;PDF Hammer - Free Web Based PDF Editor&lt;/a&gt;      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.iola.dk/nemo/#download"&gt;Codename Nemo&lt;/a&gt; - Un         files manager come calendario      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.flickr.com/groups/diecicento/"&gt;Flickr: DieciCento&lt;/a&gt;         - Gruppo su flickr con tema Torino      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://search.wikia.com/wiki/Search_Wikia"&gt;Search Wikia -         search - a Wikia wiki&lt;/a&gt;      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://easytag.sourceforge.net/"&gt;EasyTAG - Tag editor for MP3&lt;/a&gt;      &lt;/li&gt;      &lt;li&gt;        &lt;a href="http://www.pluto.it/files/ildp/guide/abs/index.html"&gt;Guida         avanzata di scripting Bash&lt;/a&gt;      &lt;/li&gt;    &lt;/ul&gt;  &lt;/body&gt;&lt;/html&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29281447-6290427323929778313?l=hacklix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hacklix.blogspot.com/feeds/6290427323929778313/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=29281447&amp;postID=6290427323929778313' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/6290427323929778313'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/6290427323929778313'/><link rel='alternate' type='text/html' href='http://hacklix.blogspot.com/2008/01/link-del-giorno-13.html' title='Link del giorno (13)'/><author><name>hacklix</name><uri>http://www.blogger.com/profile/09122858406914412397</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02191463407637648392'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-29281447.post-1574302593951136954</id><published>2008-01-13T17:54:00.000+01:00</published><updated>2008-01-30T02:18:28.393+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='istanbul'/><category scheme='http://www.blogger.com/atom/ns#' term='screencast'/><category scheme='http://www.blogger.com/atom/ns#' term='gnome'/><title type='text'>Istanbul: creare screencast sotto Gnome</title><content type='html'>&lt;object height="350" width="425"&gt; Video di esempio creato con &lt;a href="http://live.gnome.org/Istanbul"&gt;Istanbul&lt;/a&gt;. Mostra come utilizzare il correttore ortografico sotto Pidgin ;)&lt;br /&gt;&lt;br /&gt;&lt;param name="movie" value="http://www.youtube.com/v/Oun6dUUikQM"&gt;  &lt;embed src="http://www.youtube.com/v/Oun6dUUikQM" type="application/x-shockwave-flash" height="350" width="425"&gt;&lt;/embed&gt;  &lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/29281447-1574302593951136954?l=hacklix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hacklix.blogspot.com/feeds/1574302593951136954/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=29281447&amp;postID=1574302593951136954' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/1574302593951136954'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29281447/posts/default/1574302593951136954'/><link rel='alternate' type='text/html' href='http://hacklix.blogspot.com/2008/01/istanbul-creare-screencast-sotto-gnome.html' title='Istanbul: creare screencast sotto Gnome'/><author><name>hacklix</name><uri>http://www.blogger.com/profile/09122858406914412397</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02191463407637648392'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry></feed>