<?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>Mileage</title>
	<atom:link href="http://big611.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://big611.wordpress.com</link>
	<description>Personal Web Blog</description>
	<lastBuildDate>Wed, 10 Jun 2009 04:59:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='big611.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Mileage</title>
		<link>http://big611.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://big611.wordpress.com/osd.xml" title="Mileage" />
	<atom:link rel='hub' href='http://big611.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Generate User Profile Fields from FOAF by Using rdflib (Part 1)</title>
		<link>http://big611.wordpress.com/2009/06/10/generate-user-profile-fields-from-foaf-by-using-rdflib/</link>
		<comments>http://big611.wordpress.com/2009/06/10/generate-user-profile-fields-from-foaf-by-using-rdflib/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 04:59:02 +0000</pubDate>
		<dc:creator>big611</dc:creator>
				<category><![CDATA[MAERD]]></category>

		<guid isPermaLink="false">http://big611.wordpress.com/?p=136</guid>
		<description><![CDATA[from rdflib.graph import Graph from rdflib.namespace import Namespace xfn  = Namespace(&#8220;http://gmpg.org/xfn/1#&#8221;) rdf  = Namespace(&#8220;http://www.w3.org/1999/02/22-rdf-syntax-ns#&#8221;) rdfs = Namespace(&#8220;http://www.w3.org/2000/01/rdf-schema#&#8221;) graph = Graph() graph.parse(&#8216;http://www.schemaweb.info/webservices/rest/GetRDF.aspx?namespace=http%3a%2f%2fxmlns.com%2ffoaf%2f0.1%2f&#8217;, format=&#8217;xml&#8217;) fields_list = list(graph.subject_objects(rdfs['comment'])) for field_name, field_comment in fields_list: print field_name.split(&#8216;/&#8217;)[-1] + &#8216;: &#8220;&#8216; + field_comment + &#8216;&#8221;&#8216;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=big611.wordpress.com&amp;blog=7020399&amp;post=136&amp;subd=big611&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://big611.wordpress.com/2009/06/10/generate-user-profile-fields-from-foaf-by-using-rdflib/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7978a6ff2c251724bbe0792c5e877654?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Osess</media:title>
		</media:content>
	</item>
		<item>
		<title>Uncompress a simplified css file</title>
		<link>http://big611.wordpress.com/2009/06/02/uncompress-a-simplified-css-file/</link>
		<comments>http://big611.wordpress.com/2009/06/02/uncompress-a-simplified-css-file/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 22:35:58 +0000</pubDate>
		<dc:creator>big611</dc:creator>
				<category><![CDATA[Working]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://big611.wordpress.com/2009/06/02/uncompress-a-simplified-css-file/</guid>
		<description><![CDATA[cat example.css &#124;awk &#8216;{gsub(/{&#124;}&#124;;/, &#8220;&#38;\n&#8221;);print}&#8217; &#62;&#62; uncompress.css Tagged: css<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=big611.wordpress.com&amp;blog=7020399&amp;post=119&amp;subd=big611&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://big611.wordpress.com/2009/06/02/uncompress-a-simplified-css-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7978a6ff2c251724bbe0792c5e877654?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Osess</media:title>
		</media:content>
	</item>
		<item>
		<title>GUI</title>
		<link>http://big611.wordpress.com/2009/05/26/gui/</link>
		<comments>http://big611.wordpress.com/2009/05/26/gui/#comments</comments>
		<pubDate>Tue, 26 May 2009 06:03:42 +0000</pubDate>
		<dc:creator>big611</dc:creator>
				<category><![CDATA[MAERD]]></category>
		<category><![CDATA[gui]]></category>

		<guid isPermaLink="false">http://big611.wordpress.com/2009/05/26/gui/</guid>
		<description><![CDATA[http://www.noupe.com/design/10-creative-rich-ui-interfaces-how-to-create-them.html lots of cool stuff: http://www.sohtanaka.com/web-design-blog/ free fonts: http://tools.khrido.com/webtools/fonts-collection.aspx fancy javascript examples:  http://www.miniajax.com/ http://www.webappers.com/ http://www.iconspedia.com/ fancy image processing using javascript: http://www.netzgesta.de/cvi/ Tagged: gui<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=big611.wordpress.com&amp;blog=7020399&amp;post=115&amp;subd=big611&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://big611.wordpress.com/2009/05/26/gui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7978a6ff2c251724bbe0792c5e877654?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Osess</media:title>
		</media:content>
	</item>
		<item>
		<title>form in pycurl</title>
		<link>http://big611.wordpress.com/2009/05/20/form-in-pycurl/</link>
		<comments>http://big611.wordpress.com/2009/05/20/form-in-pycurl/#comments</comments>
		<pubDate>Wed, 20 May 2009 04:35:17 +0000</pubDate>
		<dc:creator>big611</dc:creator>
				<category><![CDATA[Working]]></category>
		<category><![CDATA[pycurl]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[sparql]]></category>

		<guid isPermaLink="false">http://big611.wordpress.com/2009/05/20/form-in-pycurl/</guid>
		<description><![CDATA[import pycurl import urllib c = pycurl.Curl() post_data = [('query','select ?p from where {?s ?p ?o}')] e_form_data = urllib.urlencode(post_data) c.setopt(c.POSTFIELDS, e_form_data) c.setopt(c.URL, &#8216;http://127.0.0.1/sparql&#8217;) c.perform() Tagged: pycurl, python, sparql<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=big611.wordpress.com&amp;blog=7020399&amp;post=114&amp;subd=big611&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://big611.wordpress.com/2009/05/20/form-in-pycurl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7978a6ff2c251724bbe0792c5e877654?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Osess</media:title>
		</media:content>
	</item>
		<item>
		<title>RDF related</title>
		<link>http://big611.wordpress.com/2009/05/19/rdf-related/</link>
		<comments>http://big611.wordpress.com/2009/05/19/rdf-related/#comments</comments>
		<pubDate>Tue, 19 May 2009 23:34:18 +0000</pubDate>
		<dc:creator>big611</dc:creator>
				<category><![CDATA[MAERD]]></category>
		<category><![CDATA[rdf]]></category>

		<guid isPermaLink="false">http://big611.wordpress.com/2009/05/19/rdf-related/</guid>
		<description><![CDATA[Buld load data to rdf store: http://code.google.com/p/rdflib/wiki/SQL_Backend http://oxfordrepo.blogspot.com/2007/12/linking-items-together-by-using-rdf.html about rdflib: http://www.science.uva.nl/research/air/wiki/RDFlib Tagged: rdf<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=big611.wordpress.com&amp;blog=7020399&amp;post=111&amp;subd=big611&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://big611.wordpress.com/2009/05/19/rdf-related/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7978a6ff2c251724bbe0792c5e877654?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Osess</media:title>
		</media:content>
	</item>
		<item>
		<title>Easy Samba Configure</title>
		<link>http://big611.wordpress.com/2009/04/29/easy-samba-configure/</link>
		<comments>http://big611.wordpress.com/2009/04/29/easy-samba-configure/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 23:28:33 +0000</pubDate>
		<dc:creator>big611</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[samba]]></category>

		<guid isPermaLink="false">http://big611.wordpress.com/?p=79</guid>
		<description><![CDATA[1. Edit /etc/samba/smb.conf [jimt] comment = Jim's directory path = /home/jimt valid users = jimt guest ok = no public = yes writable = yes 2. Set the user and passwd sudo smbpasswd jimt Tagged: samba<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=big611.wordpress.com&amp;blog=7020399&amp;post=79&amp;subd=big611&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://big611.wordpress.com/2009/04/29/easy-samba-configure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7978a6ff2c251724bbe0792c5e877654?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Osess</media:title>
		</media:content>
	</item>
		<item>
		<title>Make a &#8216;chrootable&#8217; system inside ubuntu easily</title>
		<link>http://big611.wordpress.com/2009/04/28/make-a-new-system-inside-ubuntu/</link>
		<comments>http://big611.wordpress.com/2009/04/28/make-a-new-system-inside-ubuntu/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 22:54:46 +0000</pubDate>
		<dc:creator>big611</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[chroot]]></category>
		<category><![CDATA[debootstrap]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://big611.wordpress.com/2009/04/28/make-a-new-system-inside-ubuntu/</guid>
		<description><![CDATA[We take Ubuntu Intrepid for example. Command (in host):      cd sudo apt-get install debootstrap sudo debootstrap intrepid os_test sudo chroot os_test You may find support versions looking inside &#8216;/usr/share/debootstrap/scripts/&#8217; Now we may install some tools, like (in os_test) apt-get install gcc-4.1 gdb freeglut3 make automake build-essential freeglut3-dev To make a build environment in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=big611.wordpress.com&amp;blog=7020399&amp;post=71&amp;subd=big611&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://big611.wordpress.com/2009/04/28/make-a-new-system-inside-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7978a6ff2c251724bbe0792c5e877654?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Osess</media:title>
		</media:content>
	</item>
		<item>
		<title>wahaha links</title>
		<link>http://big611.wordpress.com/2009/04/27/wahaha-links/</link>
		<comments>http://big611.wordpress.com/2009/04/27/wahaha-links/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 05:44:31 +0000</pubDate>
		<dc:creator>big611</dc:creator>
				<category><![CDATA[MAERD]]></category>

		<guid isPermaLink="false">http://big611.wordpress.com/2009/04/27/wahaha-links/</guid>
		<description><![CDATA[django in production: http://www.meppum.com/2009/jan/17/installing-django-ubuntu-intrepid/ http://www.ventanazul.com/webzine/tutorials/django-deployment-guide-ubuntu http://www.eflorenzano.com/blog/post/spawning-django/ http://djangoinproduction.com/wiki/Main_Page http://www.ibm.com/developerworks/opensource/library/os-django/index.html http://www.djangobook.com/en/beta/chapter21/ use pinax: http://codespatter.com/2009/01/15/how-to-write-reusable-apps-for-pinax-and-django/ http://uswaretech.com/blog/2009/03/create-a-new-social-networking-site-in-few-hours-using-pinax-platform-django/ vim configuration: http://items.sjbach.com/319/configuring-vim-right Performance: http://codespeak.net/pypy/dist/pypy/doc/ http://psyco.sourceforge.net/ (x86 system only) Database: http://discoproject.org/ http://www.infobright.org/ Web Related: http://www.howtogeek.com/howto/linux/installing-tomcat-6-on-ubuntu/ Debug for error &#8220;(13)Permission denied: mod_wsgi (pid=26962): Unable to connect to WSGI \ daemon process &#8221; on &#8216;/etc/httpd/logs/wsgi.26957.0.1.sock&#8217; \ after multiple attempts.&#8221; refer ====&#62; http://code.google.com/p/modwsgi/wiki/ConfigurationIssues Concept: Bloom [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=big611.wordpress.com&amp;blog=7020399&amp;post=58&amp;subd=big611&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://big611.wordpress.com/2009/04/27/wahaha-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7978a6ff2c251724bbe0792c5e877654?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Osess</media:title>
		</media:content>
	</item>
		<item>
		<title>shindig component</title>
		<link>http://big611.wordpress.com/2009/04/26/shindig-component/</link>
		<comments>http://big611.wordpress.com/2009/04/26/shindig-component/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 02:40:21 +0000</pubDate>
		<dc:creator>big611</dc:creator>
				<category><![CDATA[Working]]></category>

		<guid isPermaLink="false">http://big611.wordpress.com/2009/04/26/shindig-component/</guid>
		<description><![CDATA[Maven,Guice, Apache Commons, Oauth.Core, JSON.org, Joda time, Abdera(server , client, and extensions), Caja, Jetty<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=big611.wordpress.com&amp;blog=7020399&amp;post=54&amp;subd=big611&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://big611.wordpress.com/2009/04/26/shindig-component/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7978a6ff2c251724bbe0792c5e877654?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Osess</media:title>
		</media:content>
	</item>
		<item>
		<title>Add java sdk to eclipse</title>
		<link>http://big611.wordpress.com/2009/04/23/add-java-sdk-to-eclipse/</link>
		<comments>http://big611.wordpress.com/2009/04/23/add-java-sdk-to-eclipse/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 00:38:33 +0000</pubDate>
		<dc:creator>big611</dc:creator>
				<category><![CDATA[Working]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java sdk]]></category>

		<guid isPermaLink="false">http://big611.wordpress.com/2009/04/23/add-java-sdk-to-eclipse/</guid>
		<description><![CDATA[Eclipse does not have Java SDK added in default. So we need the SDK to eclipse manually. The progress is quite simple. 1. Find the eclipse.ini file in eclipse folder. 2. Add &#8216;-vm&#8217; to the ini file Here is a full exmaple: -showsplash org.eclipse.platform &#8211;launcher.XXMaxPermSize 256m -vm C:\jdk1.6.0\bin\javaw.exe -vmargs -Xms40m -Xmx256m   FYI, you may [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=big611.wordpress.com&amp;blog=7020399&amp;post=45&amp;subd=big611&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://big611.wordpress.com/2009/04/23/add-java-sdk-to-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7978a6ff2c251724bbe0792c5e877654?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Osess</media:title>
		</media:content>
	</item>
	</channel>
</rss>
