<?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>Neucessor&#039;s Blog</title>
	<atom:link href="http://neucessor.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://neucessor.wordpress.com</link>
	<description>Tech, life and everything in between</description>
	<lastBuildDate>Fri, 27 Jan 2012 22:31:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='neucessor.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Neucessor&#039;s Blog</title>
		<link>http://neucessor.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://neucessor.wordpress.com/osd.xml" title="Neucessor&#039;s Blog" />
	<atom:link rel='hub' href='http://neucessor.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Unix Useful Commands</title>
		<link>http://neucessor.wordpress.com/2011/10/27/unix-useful-commands/</link>
		<comments>http://neucessor.wordpress.com/2011/10/27/unix-useful-commands/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 22:15:06 +0000</pubDate>
		<dc:creator>Neucessor</dc:creator>
				<category><![CDATA[The Lab]]></category>
		<category><![CDATA[unix linux commands]]></category>

		<guid isPermaLink="false">http://neucessor.wordpress.com/?p=447</guid>
		<description><![CDATA[alias + &#8220;pushd .&#8221; alias &#8211; &#8220;popd&#8221; alias u &#8220;cd ..&#8221; alias p &#8220;pwd&#8221; &#62;&#62; put in ~/.mycshrc &#8220;history&#8221; history &#124; grep command-name !&#60;number&#62; Untar gz: tar -xvzf file.tar.gz Untar: tar -xvf file.tar &#160; Repeat previous command up arrow Type !! and press enter Type !-1 and press enter. Press Control+P will display the previous command Filed under: The Lab<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neucessor.wordpress.com&amp;blog=3861407&amp;post=447&amp;subd=neucessor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://neucessor.wordpress.com/2011/10/27/unix-useful-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9018ff7afa791caae89ae626ecdd643?s=96&#38;d=wavatar&#38;r=X" medium="image">
			<media:title type="html">RnD HW</media:title>
		</media:content>
	</item>
		<item>
		<title>My first 1st post from iPhone 4S</title>
		<link>http://neucessor.wordpress.com/2011/10/26/my-first-1st-post-from-iphone-4s/</link>
		<comments>http://neucessor.wordpress.com/2011/10/26/my-first-1st-post-from-iphone-4s/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 02:47:45 +0000</pubDate>
		<dc:creator>Neucessor</dc:creator>
				<category><![CDATA[@USA]]></category>

		<guid isPermaLink="false">https://neucessor.wordpress.com/2011/10/26/my-first-1st-post-from-iphone-4s/</guid>
		<description><![CDATA[This is my first post from my iPhone using the WordPress app it turns out it&#8217;s very neat. looks like I&#8217;m going to blog more often using this. Yes I&#8217;m using the voice recognition feature it&#8217;s much more fun. And never eat pizza with anchovies. Filed under: @USA<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neucessor.wordpress.com&amp;blog=3861407&amp;post=454&amp;subd=neucessor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://neucessor.wordpress.com/2011/10/26/my-first-1st-post-from-iphone-4s/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9018ff7afa791caae89ae626ecdd643?s=96&#38;d=wavatar&#38;r=X" medium="image">
			<media:title type="html">RnD HW</media:title>
		</media:content>
	</item>
		<item>
		<title>Commonly used Vim commands</title>
		<link>http://neucessor.wordpress.com/2011/07/24/commonly-used-vim-commands/</link>
		<comments>http://neucessor.wordpress.com/2011/07/24/commonly-used-vim-commands/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 20:19:27 +0000</pubDate>
		<dc:creator>Neucessor</dc:creator>
				<category><![CDATA[Science & Technology]]></category>
		<category><![CDATA[The Lab]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://neucessor.wordpress.com/?p=416</guid>
		<description><![CDATA[:sav (save as) c (change) d (delete) { } (page up, down) / (search) :wq (save, quit) :%s/findme/replaceto/gc (replace within file, multiple occurence per line, confirmation) v: Visual Mode Shift+v : Line Visual Mode Ctrl+v , then Shift+i : Column-wise Insert :set autoindent :set cindent :set scrolloff=1000 :bufdo %s/from/replace/ge &#124; w (search and replace, to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neucessor.wordpress.com&amp;blog=3861407&amp;post=416&amp;subd=neucessor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://neucessor.wordpress.com/2011/07/24/commonly-used-vim-commands/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9018ff7afa791caae89ae626ecdd643?s=96&#38;d=wavatar&#38;r=X" medium="image">
			<media:title type="html">RnD HW</media:title>
		</media:content>
	</item>
		<item>
		<title>Heap Segmentation Fault &#8211; caused by declaration location/scope</title>
		<link>http://neucessor.wordpress.com/2011/07/17/4-regions-of-memory/</link>
		<comments>http://neucessor.wordpress.com/2011/07/17/4-regions-of-memory/#comments</comments>
		<pubDate>Sun, 17 Jul 2011 07:44:37 +0000</pubDate>
		<dc:creator>Neucessor</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[c++ programming heap memory stack dynamic]]></category>

		<guid isPermaLink="false">http://neucessor.wordpress.com/?p=400</guid>
		<description><![CDATA[Unexpected segmentation faults? Might be your variable declaration. Here&#8217;s the point, declaring variables as global, is commonly known as &#8220;do you really need to?&#8221; . Especially if it&#8217;s a dynamic sized data structure, like a C++ list. Yeah  I realized the hard way, the size grew out of static memory bounds and got into the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neucessor.wordpress.com&amp;blog=3861407&amp;post=400&amp;subd=neucessor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://neucessor.wordpress.com/2011/07/17/4-regions-of-memory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9018ff7afa791caae89ae626ecdd643?s=96&#38;d=wavatar&#38;r=X" medium="image">
			<media:title type="html">RnD HW</media:title>
		</media:content>
	</item>
		<item>
		<title>Normalizing in fixed point multiplication</title>
		<link>http://neucessor.wordpress.com/2011/05/04/normalizing-in-fixed-point-multiplication/</link>
		<comments>http://neucessor.wordpress.com/2011/05/04/normalizing-in-fixed-point-multiplication/#comments</comments>
		<pubDate>Tue, 03 May 2011 23:33:40 +0000</pubDate>
		<dc:creator>Neucessor</dc:creator>
				<category><![CDATA[@Japan]]></category>
		<category><![CDATA[fixed point]]></category>
		<category><![CDATA[float]]></category>
		<category><![CDATA[Math]]></category>
		<category><![CDATA[round]]></category>
		<category><![CDATA[trim]]></category>

		<guid isPermaLink="false">http://neucessor.wordpress.com/?p=398</guid>
		<description><![CDATA[I got one point off in an exam, for mistakenly adding half an LSB for normalizing and then rounding it up. Adding half an LSB and cutting the decimal points off is a rounding mechanism. I unnecessarily rounded up again after adding half an LSB. Reminds me to understand every detail of an operation. Filed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neucessor.wordpress.com&amp;blog=3861407&amp;post=398&amp;subd=neucessor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://neucessor.wordpress.com/2011/05/04/normalizing-in-fixed-point-multiplication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9018ff7afa791caae89ae626ecdd643?s=96&#38;d=wavatar&#38;r=X" medium="image">
			<media:title type="html">RnD HW</media:title>
		</media:content>
	</item>
		<item>
		<title>Wireless bug when ethernet internet is shared in WinXP</title>
		<link>http://neucessor.wordpress.com/2011/04/08/wireless-bug-when-ethernet-internet-is-shared-in-winxp/</link>
		<comments>http://neucessor.wordpress.com/2011/04/08/wireless-bug-when-ethernet-internet-is-shared-in-winxp/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 20:28:19 +0000</pubDate>
		<dc:creator>Neucessor</dc:creator>
				<category><![CDATA[@Japan]]></category>
		<category><![CDATA[windows xp wireless ics]]></category>

		<guid isPermaLink="false">http://neucessor.wordpress.com/?p=391</guid>
		<description><![CDATA[After using my netbook as a wifi broadcaster for a mobile device, somehow I couldn&#8217;t connect to the campus wireless network. Turns out the Internet Connection Sharing option was causing the trouble, even though it was set for the Ethernet, not the wireless. Disable that bit and the wireless was good to go. Filed under: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neucessor.wordpress.com&amp;blog=3861407&amp;post=391&amp;subd=neucessor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://neucessor.wordpress.com/2011/04/08/wireless-bug-when-ethernet-internet-is-shared-in-winxp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9018ff7afa791caae89ae626ecdd643?s=96&#38;d=wavatar&#38;r=X" medium="image">
			<media:title type="html">RnD HW</media:title>
		</media:content>
	</item>
		<item>
		<title>Wall Clock Time in Parallel Computing Cluster</title>
		<link>http://neucessor.wordpress.com/2011/01/10/wall-clock-time-in-parallel-computing-cluster/</link>
		<comments>http://neucessor.wordpress.com/2011/01/10/wall-clock-time-in-parallel-computing-cluster/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 22:32:43 +0000</pubDate>
		<dc:creator>Neucessor</dc:creator>
				<category><![CDATA[Computer Configurations]]></category>

		<guid isPermaLink="false">http://neucessor.wordpress.com/?p=338</guid>
		<description><![CDATA[If you&#8217;re trying to measure the wall clock time on a cluster, either use the library&#8217;s getwalltime function (as in OpenMP) or gettimeofday(). Never use clock() as it counts the number of clock cycles of the processors, and if you&#8217;re utilizing more than one processor, the number would accumulate and thus producing incorrect (overshoot) results. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neucessor.wordpress.com&amp;blog=3861407&amp;post=338&amp;subd=neucessor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://neucessor.wordpress.com/2011/01/10/wall-clock-time-in-parallel-computing-cluster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9018ff7afa791caae89ae626ecdd643?s=96&#38;d=wavatar&#38;r=X" medium="image">
			<media:title type="html">RnD HW</media:title>
		</media:content>
	</item>
		<item>
		<title>Matplotlib on Mac OS 10.5 Leopard</title>
		<link>http://neucessor.wordpress.com/2011/01/10/matplotlib-on-mac-os-10-5-leopard/</link>
		<comments>http://neucessor.wordpress.com/2011/01/10/matplotlib-on-mac-os-10-5-leopard/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 22:29:34 +0000</pubDate>
		<dc:creator>Neucessor</dc:creator>
				<category><![CDATA[Computer Configurations]]></category>
		<category><![CDATA[matplotlib mac os/x leopard python]]></category>

		<guid isPermaLink="false">http://neucessor.wordpress.com/?p=386</guid>
		<description><![CDATA[I spent quite a long time trying to get Matplotlib to work, the problem was the dependencies. It somehow couldn&#8217;t find Freetype&#8217;s headerfiles. To make a long day short, I installed Macports and just to see that it could configures, builds and install packages automatically is such a timesaver and brainsaver. I thought about using [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neucessor.wordpress.com&amp;blog=3861407&amp;post=386&amp;subd=neucessor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://neucessor.wordpress.com/2011/01/10/matplotlib-on-mac-os-10-5-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9018ff7afa791caae89ae626ecdd643?s=96&#38;d=wavatar&#38;r=X" medium="image">
			<media:title type="html">RnD HW</media:title>
		</media:content>
	</item>
		<item>
		<title>Newbie Matlab Error</title>
		<link>http://neucessor.wordpress.com/2010/11/04/newbie-matlab-error/</link>
		<comments>http://neucessor.wordpress.com/2010/11/04/newbie-matlab-error/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 02:23:06 +0000</pubDate>
		<dc:creator>Neucessor</dc:creator>
				<category><![CDATA[The Lab]]></category>
		<category><![CDATA[matlab plot vector]]></category>

		<guid isPermaLink="false">http://neucessor.wordpress.com/?p=382</guid>
		<description><![CDATA[Long time no Matlab, got this error: ??? Error using ==&#62; mpower Matrix must be square. The mathematical operators *, /, and ^ each should have a dot &#8220;.&#8221; in front of them. This is a MATLAB convention that ensures that when the function&#8217;s argument is a vector of positions. Filed under: The Lab<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neucessor.wordpress.com&amp;blog=3861407&amp;post=382&amp;subd=neucessor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://neucessor.wordpress.com/2010/11/04/newbie-matlab-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9018ff7afa791caae89ae626ecdd643?s=96&#38;d=wavatar&#38;r=X" medium="image">
			<media:title type="html">RnD HW</media:title>
		</media:content>
	</item>
		<item>
		<title>SSH X Window Forwarding</title>
		<link>http://neucessor.wordpress.com/2010/11/03/ssh-x-window-forwarding/</link>
		<comments>http://neucessor.wordpress.com/2010/11/03/ssh-x-window-forwarding/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 00:32:51 +0000</pubDate>
		<dc:creator>Neucessor</dc:creator>
				<category><![CDATA[Computer Configurations]]></category>
		<category><![CDATA[putty remote connection ssh x11 window forwarding tunnel]]></category>

		<guid isPermaLink="false">http://neucessor.wordpress.com/?p=380</guid>
		<description><![CDATA[I was using Mac&#8217;s X11 terminal to run a GUI application remotely, when suddenly it gave the dreaded: Tk initialization failed: no display name and no $DISPLAY environment variable. Why? There&#8217;s no way my machine couldn&#8217;t handle X Window Forwarding. Turns out to enable X Window Forwarding, you need to include the -X command line [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neucessor.wordpress.com&amp;blog=3861407&amp;post=380&amp;subd=neucessor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://neucessor.wordpress.com/2010/11/03/ssh-x-window-forwarding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9018ff7afa791caae89ae626ecdd643?s=96&#38;d=wavatar&#38;r=X" medium="image">
			<media:title type="html">RnD HW</media:title>
		</media:content>
	</item>
		<item>
		<title>Learning to use Vim</title>
		<link>http://neucessor.wordpress.com/2010/10/25/learning-to-use-vim/</link>
		<comments>http://neucessor.wordpress.com/2010/10/25/learning-to-use-vim/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 14:36:33 +0000</pubDate>
		<dc:creator>Neucessor</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[vim editor text vi]]></category>

		<guid isPermaLink="false">http://neucessor.wordpress.com/?p=334</guid>
		<description><![CDATA[Awesome links http://www.viemu.com/a-why-vi-vim.html http://aymanh.com/a-collection-of-vim-tips http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html &#160; Filed under: Programming<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neucessor.wordpress.com&amp;blog=3861407&amp;post=334&amp;subd=neucessor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://neucessor.wordpress.com/2010/10/25/learning-to-use-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9018ff7afa791caae89ae626ecdd643?s=96&#38;d=wavatar&#38;r=X" medium="image">
			<media:title type="html">RnD HW</media:title>
		</media:content>
	</item>
		<item>
		<title>Dynamic Multidimensional Array in C and C++</title>
		<link>http://neucessor.wordpress.com/2010/10/24/dynamic-multidimensional-array-in-c-and-c/</link>
		<comments>http://neucessor.wordpress.com/2010/10/24/dynamic-multidimensional-array-in-c-and-c/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 06:46:01 +0000</pubDate>
		<dc:creator>Neucessor</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[c c++ programming array multidimensional dynamic]]></category>

		<guid isPermaLink="false">http://neucessor.wordpress.com/?p=371</guid>
		<description><![CDATA[Here&#8217;s how you would declare a one dimensional array in C: long* array; array = malloc(dimension*sizeof(long)); Equivalent to: long array[dimension]; For two dimensional array in C, where each element are located in contiguous memory space: long** array2; long* tmp; array2 = (long**)malloc(dimension1 * sizeof(long*)); tmp = (long*)malloc(dimension1 * dimension2 * sizeof(long)); for (i = 0;i&#60;dimension1;i++){ [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neucessor.wordpress.com&amp;blog=3861407&amp;post=371&amp;subd=neucessor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://neucessor.wordpress.com/2010/10/24/dynamic-multidimensional-array-in-c-and-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9018ff7afa791caae89ae626ecdd643?s=96&#38;d=wavatar&#38;r=X" medium="image">
			<media:title type="html">RnD HW</media:title>
		</media:content>
	</item>
		<item>
		<title>North Carolina Museums</title>
		<link>http://neucessor.wordpress.com/2010/09/17/north-carolina-museums/</link>
		<comments>http://neucessor.wordpress.com/2010/09/17/north-carolina-museums/#comments</comments>
		<pubDate>Fri, 17 Sep 2010 04:24:22 +0000</pubDate>
		<dc:creator>Neucessor</dc:creator>
				<category><![CDATA[@USA]]></category>

		<guid isPermaLink="false">http://neucessor.wordpress.com/?p=350</guid>
		<description><![CDATA[I&#8217;ve been wondering if I could somehow enjoy the taxes that I will pay. Well, last month I visited NC&#8217;s Art Museum at Blue Ridge Road, and NC&#8217;s Museum of Natural Science. Free of charge. I did assume the art museum was gonna be boring, but hey, turns out there were fascinating stuff there. One [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neucessor.wordpress.com&amp;blog=3861407&amp;post=350&amp;subd=neucessor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://neucessor.wordpress.com/2010/09/17/north-carolina-museums/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9018ff7afa791caae89ae626ecdd643?s=96&#38;d=wavatar&#38;r=X" medium="image">
			<media:title type="html">RnD HW</media:title>
		</media:content>

		<media:content url="http://neucessor.files.wordpress.com/2010/09/monalisa.jpg?w=150" medium="image">
			<media:title type="html">monalisa</media:title>
		</media:content>

		<media:content url="http://neucessor.files.wordpress.com/2010/09/monalisa2.jpg?w=100" medium="image">
			<media:title type="html">monalisa2</media:title>
		</media:content>

		<media:content url="http://neucessor.files.wordpress.com/2010/09/glow_jellyfish.jpg?w=150" medium="image">
			<media:title type="html">Glow_jellyfish</media:title>
		</media:content>

		<media:content url="http://neucessor.files.wordpress.com/2010/09/glow_squid_haddock.jpg?w=113" medium="image">
			<media:title type="html">Glow_Squid_haddock</media:title>
		</media:content>
	</item>
		<item>
		<title>PureSync</title>
		<link>http://neucessor.wordpress.com/2010/06/29/puresync/</link>
		<comments>http://neucessor.wordpress.com/2010/06/29/puresync/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 00:55:15 +0000</pubDate>
		<dc:creator>Neucessor</dc:creator>
				<category><![CDATA[Science & Technology]]></category>
		<category><![CDATA[backup sync apps windows]]></category>

		<guid isPermaLink="false">http://neucessor.wordpress.com/?p=317</guid>
		<description><![CDATA[My favorite file synchronizer for Windows. It&#8217;s free for personal use. http://www.jumpingbytes.com/en/puresync.html Filed under: Science &#38; Technology<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neucessor.wordpress.com&amp;blog=3861407&amp;post=317&amp;subd=neucessor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://neucessor.wordpress.com/2010/06/29/puresync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9018ff7afa791caae89ae626ecdd643?s=96&#38;d=wavatar&#38;r=X" medium="image">
			<media:title type="html">RnD HW</media:title>
		</media:content>
	</item>
	</channel>
</rss>
