<?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/"
	>

<channel>
	<title>bodom_lx blog and things &#187; python</title>
	<atom:link href="http://bd-things.net/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://bd-things.net</link>
	<description>Trying to be mathematically simple and precise</description>
	<lastBuildDate>Fri, 05 Mar 2010 16:36:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dycapo Development Resumes</title>
		<link>http://bd-things.net/dycapo-development-resumes/</link>
		<comments>http://bd-things.net/dycapo-development-resumes/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 08:31:24 +0000</pubDate>
		<dc:creator>bodom_lx</dc:creator>
				<category><![CDATA[Carpooling Research]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[DyCaPo]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[software engineering]]></category>
		<category><![CDATA[xml-rpc]]></category>

		<guid isPermaLink="false">http://bd-things.net/?p=1565</guid>
		<description><![CDATA[Dycapo development resumes from today. I&#8217;m going to write a tiny plan to point out the status of the project and what we are going to do next. Meanwhile, a new member joined SoNet and the project, to develop an Android client for Dycapo. Stay tuned for news.

	Related posts
	
	What comes next? Short run roadmap (0)
	Update: ]]></description>
		<wfw:commentRss>http://bd-things.net/dycapo-development-resumes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First working method, test client written</title>
		<link>http://bd-things.net/first-working-method-test-client-written/</link>
		<comments>http://bd-things.net/first-working-method-test-client-written/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 17:15:47 +0000</pubDate>
		<dc:creator>bodom_lx</dc:creator>
				<category><![CDATA[Carpooling Research]]></category>
		<category><![CDATA[Client]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[DyCaPo]]></category>
		<category><![CDATA[dynamic carpooling]]></category>
		<category><![CDATA[FBK]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[OpenTrip]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Serv]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SoNet]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[xml-rpc]]></category>

		<guid isPermaLink="false">http://bd-things.net/?p=1456</guid>
		<description><![CDATA[Road to 0.0.1 for Dycapo. Today I succesfully wrote a first xml-rpc method accepting OpenTrip Core objects, that inserts a trip chosen by the driver.
def add_trip(trip, mode, source, destination)
Actually, the driver is automatically retrieved by the system, since we are waiting rpc4django 0.1.6 to come out and access User from requests. Moreover, only a source ]]></description>
		<wfw:commentRss>http://bd-things.net/first-working-method-test-client-written/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On the automation of API writing and XML-RPC serving for Python Django</title>
		<link>http://bd-things.net/on-the-automation-of-api-writing-and-xml-rpc-serving-for-python-django/</link>
		<comments>http://bd-things.net/on-the-automation-of-api-writing-and-xml-rpc-serving-for-python-django/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 21:14:45 +0000</pubDate>
		<dc:creator>bodom_lx</dc:creator>
				<category><![CDATA[Carpooling Research]]></category>
		<category><![CDATA[Free*]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[contact]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[DyCaPo]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[Experiment]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[pro]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[promise]]></category>
		<category><![CDATA[protocol]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[python django]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[Serv]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[server side]]></category>
		<category><![CDATA[sid]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[Status]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[xml-rpc]]></category>

		<guid isPermaLink="false">http://bd-things.net/?p=1419</guid>
		<description><![CDATA[While searching for solutions on adopting Django for the server side of our Dynamic Car Pooling system, I found two very interesting projects:

WAPI &#8211; a framework which abstracts the details involved in publishing an API and translates class methods to API methods, serializing the objects returned when possible. WAPI handles authentication, too, and other advanced ]]></description>
		<wfw:commentRss>http://bd-things.net/on-the-automation-of-api-writing-and-xml-rpc-serving-for-python-django/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update: first UML diagrams, some implementation thoughts</title>
		<link>http://bd-things.net/update-first-uml-diagrams-some-implementation-thoughts/</link>
		<comments>http://bd-things.net/update-first-uml-diagrams-some-implementation-thoughts/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 16:36:27 +0000</pubDate>
		<dc:creator>bodom_lx</dc:creator>
				<category><![CDATA[Carpooling Research]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[Client]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[DyCaPo]]></category>
		<category><![CDATA[dynamic carpooling]]></category>
		<category><![CDATA[dynamic ridesharing]]></category>
		<category><![CDATA[FBK]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[OpenTrip]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[POST]]></category>
		<category><![CDATA[pro]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[protocol]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[Serv]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[server side]]></category>
		<category><![CDATA[sid]]></category>
		<category><![CDATA[soap]]></category>
		<category><![CDATA[standard]]></category>
		<category><![CDATA[URI]]></category>
		<category><![CDATA[xml-rpc]]></category>

		<guid isPermaLink="false">http://bd-things.net/?p=1416</guid>
		<description><![CDATA[My third meeting at FBK is about to end. Today we discussed about some use-case, sequence and class diagrams I wrote during the week. Obviously there were lots of changes after the discussion and I will post them as soon as I&#8217;ve updated them. For the next time I will take a look at some ]]></description>
		<wfw:commentRss>http://bd-things.net/update-first-uml-diagrams-some-implementation-thoughts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BD-incollo 0.9 is out!</title>
		<link>http://bd-things.net/bd-incollo-0-9-is-out/</link>
		<comments>http://bd-things.net/bd-incollo-0-9-is-out/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 21:28:35 +0000</pubDate>
		<dc:creator>bodom_lx</dc:creator>
				<category><![CDATA[Activism?]]></category>
		<category><![CDATA[Free*]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[bd-i]]></category>
		<category><![CDATA[BD-incollo]]></category>
		<category><![CDATA[BD-project]]></category>
		<category><![CDATA[bodom_lx free software]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[contact]]></category>
		<category><![CDATA[DELETE]]></category>
		<category><![CDATA[differences]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[django easy example]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hash]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[incollo]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[pastebin]]></category>
		<category><![CDATA[pastebin clone django]]></category>
		<category><![CDATA[pro]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[PUT]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[python django]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[Text]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[year]]></category>

		<guid isPermaLink="false">http://bd-things.net/?p=1304</guid>
		<description><![CDATA[It took me about one year to find some time to enhance my project BD-incollo. I worked hard for 5 days and to add new features and fight the (huge) amount of spam that was wasting my database space. Now I&#8217;m very proud to announce bd-incollo 0.9, a free, light, speedy, anonymous Pastebin clone written ]]></description>
		<wfw:commentRss>http://bd-things.net/bd-incollo-0-9-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opensource contribution always pays..even if a couple of years after</title>
		<link>http://bd-things.net/opensource-contribution-always-payseven-if-a-couple-of-years-after/</link>
		<comments>http://bd-things.net/opensource-contribution-always-payseven-if-a-couple-of-years-after/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 15:34:19 +0000</pubDate>
		<dc:creator>bodom_lx</dc:creator>
				<category><![CDATA[Activism?]]></category>
		<category><![CDATA[Free*]]></category>
		<category><![CDATA[account]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[daniel]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[gmail notifier]]></category>
		<category><![CDATA[graziotin]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[italia]]></category>
		<category><![CDATA[italiano]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[PNG]]></category>
		<category><![CDATA[POST]]></category>
		<category><![CDATA[pro]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[sourcecode]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[year]]></category>

		<guid isPermaLink="false">http://bd-things.net/?p=872</guid>
		<description><![CDATA[Someday two years ago I submitted a translation for an opensource project, gmail-notifier. It is a very nice notifier for Gmail accounts written in Python. I never received a response from the authors , neither I saw my translation appear in the project source, which seemed to be dead.
It was my first attempt to actively ]]></description>
		<wfw:commentRss>http://bd-things.net/opensource-contribution-always-payseven-if-a-couple-of-years-after/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing incollo.com service!</title>
		<link>http://bd-things.net/announcing-incollo-com-service/</link>
		<comments>http://bd-things.net/announcing-incollo-com-service/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 23:05:08 +0000</pubDate>
		<dc:creator>bodom_lx</dc:creator>
				<category><![CDATA[Activism?]]></category>
		<category><![CDATA[Free*]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apple safari]]></category>
		<category><![CDATA[bd-i]]></category>
		<category><![CDATA[BD-incollo]]></category>
		<category><![CDATA[beginning]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[DELETE]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[Explorer]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[functionality]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[incollo]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[JSP]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[minimalist design]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[pastebin]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[pro]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[Pygments]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[Serv]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sessions]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[Text]]></category>
		<category><![CDATA[TRACE]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[Wiki]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://bd-things.net/?p=590</guid>
		<description><![CDATA[When I announced BD-incollo 6 days ago, I also mentioned that I would have launched the service today. I really did that, and I&#8217;m very proud to announce the first site that runs BD-incollo.
http://incollo.com! Very easy 
Incollo.com is a collaborative debugging tool like Pastebin or other similar services, but it&#8217;s slightly different from it. And ]]></description>
		<wfw:commentRss>http://bd-things.net/announcing-incollo-com-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BD-incollo 0.1 is out!</title>
		<link>http://bd-things.net/bd-incollo-01-is-out/</link>
		<comments>http://bd-things.net/bd-incollo-01-is-out/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 22:18:52 +0000</pubDate>
		<dc:creator>bodom_lx</dc:creator>
				<category><![CDATA[Activism?]]></category>
		<category><![CDATA[Free*]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[alternative]]></category>
		<category><![CDATA[bd-i]]></category>
		<category><![CDATA[BD-incollo]]></category>
		<category><![CDATA[bodom_lx free software]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[Experiment]]></category>
		<category><![CDATA[gpl]]></category>
		<category><![CDATA[gpl 3]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[incollo]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[perfectionists with deadlines]]></category>
		<category><![CDATA[pro]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[promise]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[sourcecode]]></category>
		<category><![CDATA[standard]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://bd-things.net/?p=582</guid>
		<description><![CDATA[As I promised, BD-incollo 0.1 is finished and the source code is available in the project page under the GPL 3 license.
Every MUST requirement has been done and just two MAY requirements could not be developed in just 6 days. But They will surely be in the next releases.
Sourcecode is well commented using xP standards ]]></description>
		<wfw:commentRss>http://bd-things.net/bd-incollo-01-is-out/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>BD-incollo</title>
		<link>http://bd-things.net/projects/bd-incollo/</link>
		<comments>http://bd-things.net/projects/bd-incollo/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 11:32:47 +0000</pubDate>
		<dc:creator>bodom_lx</dc:creator>
				<category><![CDATA[My Life]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[apple safari]]></category>
		<category><![CDATA[bd-i]]></category>
		<category><![CDATA[BD-incollo]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[differences]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Explorer]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[functionality]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[gpl]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[incollo]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[minimalist design]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[pageTracker]]></category>
		<category><![CDATA[pastebin]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[PNG]]></category>
		<category><![CDATA[pro]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[Pygments]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[Serv]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[stuff]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[Text]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://bd-things.net/?page_id=528</guid>
		<description><![CDATA[BD-incollo is a collaborative debugging tool like pastebin but written using Django.
Why did I write another pastebin clone?
Pastebin is (sometimes) slow, and I&#8217;m not (yet) interested to categorize pastes or to associate them to a user. Pastebin is free and the code is available, but is a single php file, and not a Django project!
There ]]></description>
		<wfw:commentRss>http://bd-things.net/projects/bd-incollo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Curriculum</title>
		<link>http://bd-things.net/curriculum/</link>
		<comments>http://bd-things.net/curriculum/#comments</comments>
		<pubDate>Thu, 14 Sep 2006 10:11:24 +0000</pubDate>
		<dc:creator>bodom_lx</dc:creator>
				<category><![CDATA[My Life]]></category>
		<category><![CDATA[accademic]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[daniel]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[FBK]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[graziotin]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[italia]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[JSP]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Mac Os]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[mind]]></category>
		<category><![CDATA[monopoli]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[pageTracker]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[pomodoro]]></category>
		<category><![CDATA[POST]]></category>
		<category><![CDATA[pro]]></category>
		<category><![CDATA[publication]]></category>
		<category><![CDATA[publications]]></category>
		<category><![CDATA[PUT]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[python django]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[Serv]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[servlets]]></category>
		<category><![CDATA[set]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[sid]]></category>
		<category><![CDATA[SoNet]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[URI]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Wiki]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://bd-things.net/curriculum/</guid>
		<description><![CDATA[Download Curriculum formato PDF
Dati anagrafici


Daniel Graziotin


Nato a Bolzano il 23 Aprile 1987


Residente in Via San Giacomo n. 	13,  39055 Laives (BZ)

Patente: A,B


Telefono cellulare: +39 3400788910 	- Telefono fisso: +39 0471251310

E-mail:  

Istruzione e Formazione


2006 &#8211; Maturità scientifica 	88/100 presso “Liceo Scientifico Europeo Rainerum” di Bolzano
Studente di Informatica Applicata alla Libera Università di 	Bolzano  (Bachelor of Science ]]></description>
		<wfw:commentRss>http://bd-things.net/curriculum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
