<?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>Passioni informatiche ed altro...</title>
	<atom:link href="http://akus85.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://akus85.wordpress.com</link>
	<description>Informatica&#38;Co.</description>
	<lastBuildDate>Sat, 05 Jan 2008 17:46:39 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>it</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='akus85.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/b9a0f79b4c717502dbbb4a37c79478da?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Passioni informatiche ed altro...</title>
		<link>http://akus85.wordpress.com</link>
	</image>
			<item>
		<title>Trasferimento</title>
		<link>http://akus85.wordpress.com/2008/01/05/trasferimento/</link>
		<comments>http://akus85.wordpress.com/2008/01/05/trasferimento/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 17:46:39 +0000</pubDate>
		<dc:creator>akus85</dc:creator>
				<category><![CDATA[Programmazione]]></category>

		<guid isPermaLink="false">http://akus85.wordpress.com/2008/01/05/trasferimento/</guid>
		<description><![CDATA[Il blog si trasferisce su un nuovo spazio :  http://www.akus85.netsons.org/
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akus85.wordpress.com&blog=1666105&post=30&subd=akus85&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Il blog si trasferisce su un nuovo spazio :  <a href="http://www.akus85.netsons.org/" target="_blank">http://www.akus85.netsons.org/</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/akus85.wordpress.com/30/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/akus85.wordpress.com/30/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/akus85.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/akus85.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/akus85.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/akus85.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/akus85.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/akus85.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/akus85.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/akus85.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/akus85.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/akus85.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akus85.wordpress.com&blog=1666105&post=30&subd=akus85&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://akus85.wordpress.com/2008/01/05/trasferimento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2aa2968a6a168812cca96b2034f45deb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">akus85</media:title>
		</media:content>
	</item>
		<item>
		<title>Calcolatrice in Java</title>
		<link>http://akus85.wordpress.com/2007/12/25/calcolatrice-in-java/</link>
		<comments>http://akus85.wordpress.com/2007/12/25/calcolatrice-in-java/#comments</comments>
		<pubDate>Tue, 25 Dec 2007 16:43:03 +0000</pubDate>
		<dc:creator>akus85</dc:creator>
				<category><![CDATA[Presentazione]]></category>
		<category><![CDATA[Sviluppo]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://akus85.wordpress.com/2007/12/25/calcolatrice-in-java/</guid>
		<description><![CDATA[Da un paio di giorni ho iniziato ad approfondire Java ed eccovi un primo script per prendere confidenza col linguaggio&#8230;  

import javax.swing.JOptionPane;

public class Calcolatrice
{
	public static void main(String args[])
	{

	String c;
	String firstnum;
	String secondnum;
	int choice;
	int first;
	int second;
	int tot;

	choice=99;
	first=0;
	second=0;
	while(choice!=0){
	System.out.println("");
	System.out.println("1-Addizione");
	System.out.println("2-Sottrazione");
	System.out.println("3-Divisione");
	System.out.println("4-Moltiplicazione");
	System.out.println("0-Esci");
	System.out.println("");

	c=JOptionPane.showInputDialog("Scegli: ");
	choice=Integer.parseInt(c);
	if (choice!=0 &#38;&#38; choice&#60;=4)
		{
		firstnum=JOptionPane.showInputDialog("Inserisci primo numero: ");
		secondnum=JOptionPane.showInputDialog("Inserisci secondo numero: ");
		first=Integer.parseInt(firstnum);
		second=Integer.parseInt(secondnum);
		}

	if(choice==1)
		{
		tot=first+second;
		System.out.println("Il totale e': "+tot);
		}
	else
		if(choice==2)
			{
			tot=first-second;
			System.out.println("Il totale e': "+tot);
			}
		else
			if(choice==3)
				{
				tot=first/second;
				System.out.println("Il totale e': "+tot);
				}
			else
				if(choice==4)
					{
					tot=first*second;
					System.out.println("Il [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akus85.wordpress.com&blog=1666105&post=29&subd=akus85&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Da un paio di giorni ho iniziato ad approfondire Java ed eccovi un primo script per prendere confidenza col linguaggio&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<pre>
import javax.swing.JOptionPane;

public class Calcolatrice
{
	public static void main(String args[])
	{

	String c;
	String firstnum;
	String secondnum;
	int choice;
	int first;
	int second;
	int tot;

	choice=99;
	first=0;
	second=0;
	while(choice!=0){
	System.out.println("");
	System.out.println("1-Addizione");
	System.out.println("2-Sottrazione");
	System.out.println("3-Divisione");
	System.out.println("4-Moltiplicazione");
	System.out.println("0-Esci");
	System.out.println("");

	c=JOptionPane.showInputDialog("Scegli: ");
	choice=Integer.parseInt(c);
	if (choice!=0 &amp;&amp; choice&lt;=4)
		{
		firstnum=JOptionPane.showInputDialog("Inserisci primo numero: ");
		secondnum=JOptionPane.showInputDialog("Inserisci secondo numero: ");
		first=Integer.parseInt(firstnum);
		second=Integer.parseInt(secondnum);
		}

	if(choice==1)
		{
		tot=first+second;
		System.out.println("Il totale e': "+tot);
		}
	else
		if(choice==2)
			{
			tot=first-second;
			System.out.println("Il totale e': "+tot);
			}
		else
			if(choice==3)
				{
				tot=first/second;
				System.out.println("Il totale e': "+tot);
				}
			else
				if(choice==4)
					{
					tot=first*second;
					System.out.println("Il totale e': "+tot);
					}
				else
					if(choice==0)
						System.exit(0);
	}
		}//while
}
</pre>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/akus85.wordpress.com/29/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/akus85.wordpress.com/29/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/akus85.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/akus85.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/akus85.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/akus85.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/akus85.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/akus85.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/akus85.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/akus85.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/akus85.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/akus85.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akus85.wordpress.com&blog=1666105&post=29&subd=akus85&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://akus85.wordpress.com/2007/12/25/calcolatrice-in-java/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2aa2968a6a168812cca96b2034f45deb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">akus85</media:title>
		</media:content>
	</item>
		<item>
		<title>Auguri Internet&#8230;!!!</title>
		<link>http://akus85.wordpress.com/2007/12/24/auguri-internet/</link>
		<comments>http://akus85.wordpress.com/2007/12/24/auguri-internet/#comments</comments>
		<pubDate>Mon, 24 Dec 2007 10:38:02 +0000</pubDate>
		<dc:creator>akus85</dc:creator>
				<category><![CDATA[storia]]></category>

		<guid isPermaLink="false">http://akus85.wordpress.com/2007/12/24/auguri-internet/</guid>
		<description><![CDATA[Internet ha compiuto ben 20 anni infatti il 23 Dicembre 1987  è stato registrato il primo dominio nazionale (cnr.it)
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akus85.wordpress.com&blog=1666105&post=28&subd=akus85&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Internet ha compiuto ben 20 anni infatti il 23 Dicembre 1987  è stato registrato il primo dominio nazionale (cnr.it)</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/akus85.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/akus85.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/akus85.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/akus85.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/akus85.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/akus85.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/akus85.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/akus85.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/akus85.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/akus85.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/akus85.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/akus85.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akus85.wordpress.com&blog=1666105&post=28&subd=akus85&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://akus85.wordpress.com/2007/12/24/auguri-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2aa2968a6a168812cca96b2034f45deb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">akus85</media:title>
		</media:content>
	</item>
		<item>
		<title>Thread of the week</title>
		<link>http://akus85.wordpress.com/2007/12/20/thread-of-the-week/</link>
		<comments>http://akus85.wordpress.com/2007/12/20/thread-of-the-week/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 09:21:28 +0000</pubDate>
		<dc:creator>akus85</dc:creator>
				<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[Pys60]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Sviluppo]]></category>
		<category><![CDATA[nokia]]></category>

		<guid isPermaLink="false">http://akus85.wordpress.com/2007/12/20/thread-of-the-week/</guid>
		<description><![CDATA[Questa settimana PyUnix è stato scelto come Thread of the Week sul forum nokia&#8230;!!!

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akus85.wordpress.com&blog=1666105&post=26&subd=akus85&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Questa settimana PyUnix è stato scelto come Thread of the Week sul <a href="http://www.forum.nokia.com/">forum nokia</a>&#8230;!!!</p>
<p><a href="http://akus85.files.wordpress.com/2007/12/threadoftheweek.jpg" title="threadoftheweek.jpg"><img src="http://akus85.files.wordpress.com/2007/12/threadoftheweek.thumbnail.jpg" alt="threadoftheweek.jpg" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/akus85.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/akus85.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/akus85.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/akus85.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/akus85.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/akus85.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/akus85.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/akus85.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/akus85.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/akus85.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/akus85.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/akus85.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akus85.wordpress.com&blog=1666105&post=26&subd=akus85&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://akus85.wordpress.com/2007/12/20/thread-of-the-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2aa2968a6a168812cca96b2034f45deb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">akus85</media:title>
		</media:content>

		<media:content url="http://akus85.files.wordpress.com/2007/12/threadoftheweek.thumbnail.jpg" medium="image">
			<media:title type="html">threadoftheweek.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Aggiornamenti&#8230;</title>
		<link>http://akus85.wordpress.com/2007/12/17/aggiornamenti/</link>
		<comments>http://akus85.wordpress.com/2007/12/17/aggiornamenti/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 21:25:58 +0000</pubDate>
		<dc:creator>akus85</dc:creator>
				<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[Pys60]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Sviluppo]]></category>

		<guid isPermaLink="false">http://akus85.wordpress.com/2007/12/17/aggiornamenti/</guid>
		<description><![CDATA[Era da un pò di tempo che non scrivevo qui,ma come avevo detto due post fa per adesso sono alle prese con un progetto abbastanza impegnativo (PyUnix) al momento siamo alla seconda release (0.10) che contiene i comandi per la gestione dei files ed un editor di testo interno,qua sotto posto qualche immagine relativa a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akus85.wordpress.com&blog=1666105&post=22&subd=akus85&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Era da un pò di tempo che non scrivevo qui,ma come avevo detto due post fa per adesso sono alle prese con un progetto abbastanza impegnativo (<a href="http://pyunix.altervista.org/">PyUnix</a>) al momento siamo alla seconda release (0.10) che contiene i comandi per la gestione dei files ed un editor di testo interno,qua sotto posto qualche immagine relativa a PyUnix:</p>
<p><a href="http://akus85.files.wordpress.com/2007/12/fescr002_1.jpg" title="PyUnix01"><img src="http://akus85.files.wordpress.com/2007/12/fescr002_1.thumbnail.jpg" alt="PyUnix01" /></a>    <a href="http://akus85.files.wordpress.com/2007/12/fescr003_1.jpg" title="PyUnix02"><img src="http://akus85.files.wordpress.com/2007/12/fescr003_1.thumbnail.jpg" alt="PyUnix02" />   </a><a href="http://akus85.files.wordpress.com/2007/12/fescr004_1.jpg" title="PyUnix03"><img src="http://akus85.files.wordpress.com/2007/12/fescr004_1.thumbnail.jpg" alt="PyUnix03" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/akus85.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/akus85.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/akus85.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/akus85.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/akus85.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/akus85.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/akus85.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/akus85.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/akus85.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/akus85.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/akus85.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/akus85.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akus85.wordpress.com&blog=1666105&post=22&subd=akus85&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://akus85.wordpress.com/2007/12/17/aggiornamenti/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2aa2968a6a168812cca96b2034f45deb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">akus85</media:title>
		</media:content>

		<media:content url="http://akus85.files.wordpress.com/2007/12/fescr002_1.thumbnail.jpg" medium="image">
			<media:title type="html">PyUnix01</media:title>
		</media:content>

		<media:content url="http://akus85.files.wordpress.com/2007/12/fescr003_1.thumbnail.jpg" medium="image">
			<media:title type="html">PyUnix02</media:title>
		</media:content>

		<media:content url="http://akus85.files.wordpress.com/2007/12/fescr004_1.thumbnail.jpg" medium="image">
			<media:title type="html">PyUnix03</media:title>
		</media:content>
	</item>
		<item>
		<title>Spero di essere fortunato e di vincere questo IPhone</title>
		<link>http://akus85.wordpress.com/2007/12/10/spero-di-essere-fortunato-e-di-vincere-questo-iphone/</link>
		<comments>http://akus85.wordpress.com/2007/12/10/spero-di-essere-fortunato-e-di-vincere-questo-iphone/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 22:25:42 +0000</pubDate>
		<dc:creator>akus85</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[Pys60]]></category>

		<guid isPermaLink="false">http://akus85.wordpress.com/2007/12/10/spero-di-essere-fortunato-e-di-vincere-questo-iphone/</guid>
		<description><![CDATA[Magari vincendolo potrei fare il porting di PyUnix e di altri programmi sull&#8217;iPhone&#8230;incrociamo le dita&#8230;!!!
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akus85.wordpress.com&blog=1666105&post=21&subd=akus85&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Magari vincendolo potrei fare il porting di PyUnix e di altri programmi sull&#8217;<a href="http://www.theapplelounge.com/iphone/the-apple-lounge-regala-un-iphone/" title="iphone">iPhone</a>&#8230;incrociamo le dita&#8230;!!!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/akus85.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/akus85.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/akus85.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/akus85.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/akus85.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/akus85.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/akus85.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/akus85.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/akus85.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/akus85.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/akus85.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/akus85.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akus85.wordpress.com&blog=1666105&post=21&subd=akus85&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://akus85.wordpress.com/2007/12/10/spero-di-essere-fortunato-e-di-vincere-questo-iphone/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2aa2968a6a168812cca96b2034f45deb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">akus85</media:title>
		</media:content>
	</item>
		<item>
		<title>Nuovo progetto:PyUnix</title>
		<link>http://akus85.wordpress.com/2007/10/19/nuovo-progettopyunix/</link>
		<comments>http://akus85.wordpress.com/2007/10/19/nuovo-progettopyunix/#comments</comments>
		<pubDate>Fri, 19 Oct 2007 07:23:48 +0000</pubDate>
		<dc:creator>akus85</dc:creator>
				<category><![CDATA[Presentazione]]></category>
		<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[Pys60]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Sviluppo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[py]]></category>
		<category><![CDATA[pyunix]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://akus85.wordpress.com/2007/10/19/nuovo-progettopyunix/</guid>
		<description><![CDATA[Ho appena iniziato a lavorare ad un nuovo progetto,ovvero,la creazione di un terminale linux per i dispositivi mobili.
Maggiori notizie li potete avere in questo link:  pyunix , inoltre anche da li è accessibile questo blog  
A presto!!!
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akus85.wordpress.com&blog=1666105&post=20&subd=akus85&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Ho appena iniziato a lavorare ad un nuovo progetto,ovvero,la creazione di un terminale linux per i dispositivi mobili.</p>
<p>Maggiori notizie li potete avere in questo link:  <a href="http://pyunix.altervista.org/">pyunix</a> , inoltre anche da li è accessibile questo blog <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>A presto!!!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/akus85.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/akus85.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/akus85.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/akus85.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/akus85.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/akus85.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/akus85.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/akus85.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/akus85.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/akus85.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/akus85.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/akus85.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akus85.wordpress.com&blog=1666105&post=20&subd=akus85&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://akus85.wordpress.com/2007/10/19/nuovo-progettopyunix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2aa2968a6a168812cca96b2034f45deb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">akus85</media:title>
		</media:content>
	</item>
		<item>
		<title>Simulatore Vocale per s60</title>
		<link>http://akus85.wordpress.com/2007/10/08/simulatore-vocale-per-s60/</link>
		<comments>http://akus85.wordpress.com/2007/10/08/simulatore-vocale-per-s60/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 14:10:12 +0000</pubDate>
		<dc:creator>akus85</dc:creator>
				<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[Pys60]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Sviluppo]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[n70]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[simulatore]]></category>
		<category><![CDATA[SimulatoreVocale]]></category>
		<category><![CDATA[vocale]]></category>

		<guid isPermaLink="false">http://akus85.wordpress.com/2007/10/08/simulatore-vocale-per-s60/</guid>
		<description><![CDATA[Oggi presento una delle mie ultime creazioni,ovvero,il simulatore vocale per i cellulari(dai serie N in poi).
Una volta aperto il programma comparirà la schermata che vi permette di scrivere la frase che volete far leggere al cellulare.
Nota:  se dovete scrivere caratteri accentati non mettete è ma e&#8217; se no il simulatore non legge la frase.

Una [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akus85.wordpress.com&blog=1666105&post=18&subd=akus85&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Oggi presento una delle mie ultime creazioni,ovvero,il simulatore vocale per i cellulari(dai serie N in poi).</p>
<p>Una volta aperto il programma comparirà la schermata che vi permette di scrivere la frase che volete far leggere al cellulare.</p>
<p><strong><em>Nota:</em></strong>  se dovete scrivere caratteri accentati non mettete <strong>è </strong>ma <strong>e&#8217; </strong>se no il simulatore non legge la frase.<br />
<a href="http://akus85.files.wordpress.com/2007/10/simulatorevocale01.jpg" title="SimulatoreVocale01"><img src="http://akus85.files.wordpress.com/2007/10/simulatorevocale01.jpg" alt="SimulatoreVocale01" /></a></p>
<p>Una volta scritta la frase cliccate su <strong>Opzioni</strong>&#8211;&gt;<strong>Parla</strong> (come in figura)</p>
<p><a href="http://akus85.files.wordpress.com/2007/10/simulatorevocale02.jpg" title="SimulatoreVocale02"><img src="http://akus85.files.wordpress.com/2007/10/simulatorevocale02.jpg" alt="SimulatoreVocale02" /></a></p>
<p>Per scaricare il programma clicca <a href="http://www.fileden.com/files/2007/10/7/1490057/Python%20Sis/SimulatoreVocale.sis">qui</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/akus85.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/akus85.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/akus85.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/akus85.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/akus85.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/akus85.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/akus85.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/akus85.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/akus85.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/akus85.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/akus85.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/akus85.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akus85.wordpress.com&blog=1666105&post=18&subd=akus85&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://akus85.wordpress.com/2007/10/08/simulatore-vocale-per-s60/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2aa2968a6a168812cca96b2034f45deb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">akus85</media:title>
		</media:content>

		<media:content url="http://akus85.files.wordpress.com/2007/10/simulatorevocale01.jpg" medium="image">
			<media:title type="html">SimulatoreVocale01</media:title>
		</media:content>

		<media:content url="http://akus85.files.wordpress.com/2007/10/simulatorevocale02.jpg" medium="image">
			<media:title type="html">SimulatoreVocale02</media:title>
		</media:content>
	</item>
		<item>
		<title>Voice-OraEsatta</title>
		<link>http://akus85.wordpress.com/2007/10/07/voice-oraesatta/</link>
		<comments>http://akus85.wordpress.com/2007/10/07/voice-oraesatta/#comments</comments>
		<pubDate>Sun, 07 Oct 2007 11:59:19 +0000</pubDate>
		<dc:creator>akus85</dc:creator>
				<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[Pys60]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Sviluppo]]></category>
		<category><![CDATA[n70]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[OraEsatta]]></category>
		<category><![CDATA[orario]]></category>

		<guid isPermaLink="false">http://akus85.wordpress.com/2007/10/07/voice-oraesatta/</guid>
		<description><![CDATA[In pratica questo programma dice l&#8217;orario in maniera vocale.Funziona dai serie N in poi.
Molto comodo se è messo nel menu rapido come in figura (ultima icona a destra)


Cosi basta la pressione del tasto select sull&#8217;icona per sapere l&#8217;orario in maniera vocale.
Per scaricarlo clicca qui
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akus85.wordpress.com&blog=1666105&post=16&subd=akus85&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In pratica questo programma dice l&#8217;orario in maniera vocale.Funziona dai serie N in poi.<br />
Molto comodo se è messo nel menu rapido come in figura (ultima icona a destra)<br />
<a href="http://akus85.files.wordpress.com/2007/10/oraesatta01.jpg" title="OraEsatta01"><img src="http://akus85.files.wordpress.com/2007/10/oraesatta01.jpg" alt="OraEsatta01" /></a><a href="http://akus85.files.wordpress.com/2007/10/oraesatta02.jpg" title="OraEsatta02"><br />
</a></p>
<p>Cosi basta la pressione del tasto select sull&#8217;icona per sapere l&#8217;orario in maniera vocale.</p>
<p>Per scaricarlo clicca <a href="http://www.fileden.com/files/2007/10/7/1490057/OraEsatta.sis">qui</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/akus85.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/akus85.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/akus85.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/akus85.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/akus85.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/akus85.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/akus85.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/akus85.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/akus85.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/akus85.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/akus85.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/akus85.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akus85.wordpress.com&blog=1666105&post=16&subd=akus85&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://akus85.wordpress.com/2007/10/07/voice-oraesatta/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2aa2968a6a168812cca96b2034f45deb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">akus85</media:title>
		</media:content>

		<media:content url="http://akus85.files.wordpress.com/2007/10/oraesatta01.jpg" medium="image">
			<media:title type="html">OraEsatta01</media:title>
		</media:content>
	</item>
		<item>
		<title>[python s60] Squillo</title>
		<link>http://akus85.wordpress.com/2007/09/24/python-s60-squillo/</link>
		<comments>http://akus85.wordpress.com/2007/09/24/python-s60-squillo/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 07:50:24 +0000</pubDate>
		<dc:creator>akus85</dc:creator>
				<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[Pys60]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Sviluppo]]></category>

		<guid isPermaLink="false">http://akus85.wordpress.com/2007/09/24/python-s60-squillo/</guid>
		<description><![CDATA[Una volta installato ed avviato si sceglie il nuomero da squillare dalla rubrica ed il numero di squilli da fare.
SCARICA
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akus85.wordpress.com&blog=1666105&post=13&subd=akus85&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Una volta installato ed avviato si sceglie il nuomero da squillare dalla rubrica ed il numero di squilli da fare.</p>
<p><a href="http://www.fileden.com/files/2007/10/7/1490057/Python%20Sis/Squillo.sis">SCARICA</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/akus85.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/akus85.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/akus85.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/akus85.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/akus85.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/akus85.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/akus85.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/akus85.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/akus85.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/akus85.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/akus85.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/akus85.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akus85.wordpress.com&blog=1666105&post=13&subd=akus85&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://akus85.wordpress.com/2007/09/24/python-s60-squillo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2aa2968a6a168812cca96b2034f45deb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">akus85</media:title>
		</media:content>
	</item>
	</channel>
</rss>