<?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>Nine Rivers &#187; Software</title>
	<atom:link href="http://9rivers.linkka.com/category/articles-in-english/it/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://9rivers.linkka.com</link>
	<description>Molecular modeling in Materials Sciences Web development Programming IT</description>
	<lastBuildDate>Fri, 02 Dec 2011 06:20:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Ubuntu wubi.exe installation</title>
		<link>http://9rivers.linkka.com/2011/11/16/ubuntu-wubi-exe-installation/</link>
		<comments>http://9rivers.linkka.com/2011/11/16/ubuntu-wubi-exe-installation/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 18:26:17 +0000</pubDate>
		<dc:creator>9rivers</dc:creator>
				<category><![CDATA[Articles in English]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://9rivers.linkka.com/?p=646</guid>
		<description><![CDATA[The Ubuntu CD contents look like these: There is an executable named &#8220;wubi.exe&#8221;, which allows you installing Ubuntu alongside with an existing Windows system (dual-boot). However, many people experienced &#8220;no response&#8221;  problem after double clicking the wubi.exe. Some say this is because some of your drives contains non-English labels. However, this is not always the [...]]]></description>
		<wfw:commentRss>http://9rivers.linkka.com/2011/11/16/ubuntu-wubi-exe-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Python modules as non-root user on HPC cluster</title>
		<link>http://9rivers.linkka.com/2011/11/10/install-python-modules-as-non-root-user-on-hpc-cluster/</link>
		<comments>http://9rivers.linkka.com/2011/11/10/install-python-modules-as-non-root-user-on-hpc-cluster/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 01:41:33 +0000</pubDate>
		<dc:creator>9rivers</dc:creator>
				<category><![CDATA[Modeling & Simulation]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[mdanalysis]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://9rivers.linkka.com/?p=632</guid>
		<description><![CDATA[The key steps 1. Create a folder named &#8220;~/python-packages&#8221;, then create a path &#8220;~/python-packages/lib/python2.6/site-packages/&#8221; with 1mkdir -p python-packages/lib/python2.6/site-packages/ The above path containing the version number of Python should be adjust accordingly base on the actual Python version you are using. This step sets up a directory structure that is needed by python modules. 2. Next, [...]]]></description>
		<wfw:commentRss>http://9rivers.linkka.com/2011/11/10/install-python-modules-as-non-root-user-on-hpc-cluster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple windows with gnuplot</title>
		<link>http://9rivers.linkka.com/2011/11/08/multiple-windows-with-gnuplot/</link>
		<comments>http://9rivers.linkka.com/2011/11/08/multiple-windows-with-gnuplot/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 11:19:57 +0000</pubDate>
		<dc:creator>9rivers</dc:creator>
				<category><![CDATA[Articles in English]]></category>
		<category><![CDATA[Modeling & Simulation]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[gnuplot]]></category>

		<guid isPermaLink="false">http://9rivers.linkka.com/?p=617</guid>
		<description><![CDATA[To create more than one window in a gnuplot script could be necessary if you have many data series to plot. The following code snippet shows how: 12345678set term wxt 0 set grid xtics ytics plot 'prop_stat.txt' u 1:2 ti &#34;rg&#34; w l, \ 'prop_stat.txt' u 1:3 ti &#34;rg^2&#34; w l, \ 'prop_stat.txt' u 1:4 [...]]]></description>
		<wfw:commentRss>http://9rivers.linkka.com/2011/11/08/multiple-windows-with-gnuplot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excluding syntax for folder synchronization in Unreal Commander</title>
		<link>http://9rivers.linkka.com/2011/10/11/excluding-syntax-for-folder-synchronization-in-unreal-commander/</link>
		<comments>http://9rivers.linkka.com/2011/10/11/excluding-syntax-for-folder-synchronization-in-unreal-commander/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 16:52:05 +0000</pubDate>
		<dc:creator>9rivers</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[软件应用]]></category>
		<category><![CDATA[unreal commander]]></category>

		<guid isPermaLink="false">http://9rivers.linkka.com/?p=606</guid>
		<description><![CDATA[Unreal Commander is one of the best file manager software which is free of charge. When you want to synchronize two directories with considering only the specified file types, you will need to define filter string. &#8220;*.*&#8221; means to compare all files; &#8220;*.txt&#8221; means to compare also the text file. However, how can you compare [...]]]></description>
		<wfw:commentRss>http://9rivers.linkka.com/2011/10/11/excluding-syntax-for-folder-synchronization-in-unreal-commander/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python initial script for Qtiplot</title>
		<link>http://9rivers.linkka.com/2010/11/23/python-initial-script-for-qtiplot/</link>
		<comments>http://9rivers.linkka.com/2010/11/23/python-initial-script-for-qtiplot/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 14:25:58 +0000</pubDate>
		<dc:creator>9rivers</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[软件应用]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Qtiplot]]></category>

		<guid isPermaLink="false">http://9rivers.linkka.com/?p=585</guid>
		<description><![CDATA[OK, even after reading the handbook a few times, it is not very clear which python file is the initial script for Qtiplot. It is important to know if you want to extend Qtiplot with python. After checking all the default python files in the Qtiplot installation path, I found qtiplotrc.py should be the one, [...]]]></description>
		<wfw:commentRss>http://9rivers.linkka.com/2010/11/23/python-initial-script-for-qtiplot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Zotero style for ACS references with titles</title>
		<link>http://9rivers.linkka.com/2010/09/09/a-zotero-style-for-acs-references-with-titles/</link>
		<comments>http://9rivers.linkka.com/2010/09/09/a-zotero-style-for-acs-references-with-titles/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 20:50:17 +0000</pubDate>
		<dc:creator>9rivers</dc:creator>
				<category><![CDATA[Articles in English]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Zotero]]></category>

		<guid isPermaLink="false">http://9rivers.linkka.com/?p=558</guid>
		<description><![CDATA[Zotero, the must-have reference manager for scientists, supports various bibliography styles. This is benefited from the CSL (citation style language), which is an open XML standard for citations and bibliographies. Since Zotero is implemented as a Firefox addon, it naturally supports search and grab references from the internet, which is very convenient and better than [...]]]></description>
		<wfw:commentRss>http://9rivers.linkka.com/2010/09/09/a-zotero-style-for-acs-references-with-titles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keyboard shortcut to insert euqations</title>
		<link>http://9rivers.linkka.com/2010/08/11/keyboard-shortcut-to-insert-euqations/</link>
		<comments>http://9rivers.linkka.com/2010/08/11/keyboard-shortcut-to-insert-euqations/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 12:16:52 +0000</pubDate>
		<dc:creator>9rivers</dc:creator>
				<category><![CDATA[Articles in English]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[软件应用]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://9rivers.linkka.com/?p=523</guid>
		<description><![CDATA[I didn&#8217;t know this before I saw this post. The shortcut is &#8216;Alt+=&#8217;. That&#8217;s simple!]]></description>
		<wfw:commentRss>http://9rivers.linkka.com/2010/08/11/keyboard-shortcut-to-insert-euqations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uncompress tar to specific directory + Other tar/untar tricks</title>
		<link>http://9rivers.linkka.com/2010/08/10/uncompress-tar-to-specific-directory/</link>
		<comments>http://9rivers.linkka.com/2010/08/10/uncompress-tar-to-specific-directory/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 11:07:34 +0000</pubDate>
		<dc:creator>9rivers</dc:creator>
				<category><![CDATA[Articles in English]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tar]]></category>

		<guid isPermaLink="false">http://9rivers.linkka.com/?p=521</guid>
		<description><![CDATA[The order of the options of tar command does matter on some systems (Cygwin problem is discussed in this post). ]]></description>
		<wfw:commentRss>http://9rivers.linkka.com/2010/08/10/uncompress-tar-to-specific-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Print view for any web page with firefox web developer plugin</title>
		<link>http://9rivers.linkka.com/2010/05/26/print-view-for-any-web-page-with-firefox-web-developer-plugin/</link>
		<comments>http://9rivers.linkka.com/2010/05/26/print-view-for-any-web-page-with-firefox-web-developer-plugin/#comments</comments>
		<pubDate>Wed, 26 May 2010 16:38:31 +0000</pubDate>
		<dc:creator>9rivers</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[WebDev]]></category>
		<category><![CDATA[网站建设]]></category>
		<category><![CDATA[web developer]]></category>

		<guid isPermaLink="false">http://9rivers.linkka.com/?p=497</guid>
		<description><![CDATA[Not all websites have links to &#8220;printable version&#8221; like wikipedia. Although many websites have stunning  look, it is really ugly when you try to print them. Some parts of the pages will be missing or the format is totally a mess. Instead of waiting the website owner realize this and prepare printer friendly pages for [...]]]></description>
		<wfw:commentRss>http://9rivers.linkka.com/2010/05/26/print-view-for-any-web-page-with-firefox-web-developer-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Pidgin theme on Windows</title>
		<link>http://9rivers.linkka.com/2010/05/26/change-pidgin-theme-on-windows/</link>
		<comments>http://9rivers.linkka.com/2010/05/26/change-pidgin-theme-on-windows/#comments</comments>
		<pubDate>Wed, 26 May 2010 12:52:44 +0000</pubDate>
		<dc:creator>9rivers</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[软件应用]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[pidgin]]></category>

		<guid isPermaLink="false">http://9rivers.linkka.com/?p=492</guid>
		<description><![CDATA[I&#8217;m using Pidgin v2.7 and Windows XP. I&#8217;ve tried most of the methods flying on the internet about changing themes for Pidgin, but none of them works. These include using the gtkthemeselector.exe. I noticed the latest Pidgin using a  &#8220;%APPDATA%\.purple\gtkrc-2.0&#8243; to control the look and feel once the &#8220;GTK+ theme control&#8221; plugin is enabled. The [...]]]></description>
		<wfw:commentRss>http://9rivers.linkka.com/2010/05/26/change-pidgin-theme-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

