<?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>Ming-Huei Chang's workshop</title>
	<atom:link href="http://mhchang.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mhchang.wordpress.com</link>
	<description>Work for fun</description>
	<lastBuildDate>Sun, 24 May 2009 20:32:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mhchang.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Ming-Huei Chang's workshop</title>
		<link>http://mhchang.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mhchang.wordpress.com/osd.xml" title="Ming-Huei Chang&#039;s workshop" />
	<atom:link rel='hub' href='http://mhchang.wordpress.com/?pushpress=hub'/>
		<item>
		<title>costal line data download</title>
		<link>http://mhchang.wordpress.com/2009/05/24/costal-line-data-download/</link>
		<comments>http://mhchang.wordpress.com/2009/05/24/costal-line-data-download/#comments</comments>
		<pubDate>Sun, 24 May 2009 20:32:40 +0000</pubDate>
		<dc:creator>mhchang</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mhchang.wordpress.com/?p=74</guid>
		<description><![CDATA[http://rimmer.ngdc.noaa.gov/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhchang.wordpress.com&amp;blog=7479405&amp;post=74&amp;subd=mhchang&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mhchang.wordpress.com/2009/05/24/costal-line-data-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9fa17d6ca83d4e90136e127d04be3e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mhchang</media:title>
		</media:content>
	</item>
		<item>
		<title>Install gsview for Fedora 10</title>
		<link>http://mhchang.wordpress.com/2009/05/04/install-gsview-for-fedora-10/</link>
		<comments>http://mhchang.wordpress.com/2009/05/04/install-gsview-for-fedora-10/#comments</comments>
		<pubDate>Mon, 04 May 2009 21:33:23 +0000</pubDate>
		<dc:creator>mhchang</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mhchang.wordpress.com/?p=71</guid>
		<description><![CDATA[Download:http://download1.rpmfusion.org/free/fedora/development/source/SRPMS/repoview/gsview.html rebuild source RPM: rpmbuild &#8211;rebuild gsview-4.8-5.fc11.src.rpm Binary rpm file will be in /root/rpmbuild/RPMS/x86_64/gsview-4.8-5.fc10.x86_64.rpm Install: rpm -ivh /root/rpmbuild/RPMS/x86_64/gsview-4.8-5.fc10.x86_64.rpm<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhchang.wordpress.com&amp;blog=7479405&amp;post=71&amp;subd=mhchang&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mhchang.wordpress.com/2009/05/04/install-gsview-for-fedora-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9fa17d6ca83d4e90136e127d04be3e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mhchang</media:title>
		</media:content>
	</item>
		<item>
		<title>Generating animations from png files to animated gif</title>
		<link>http://mhchang.wordpress.com/2009/04/27/generating-animations-from-png-files-to-animated-gif/</link>
		<comments>http://mhchang.wordpress.com/2009/04/27/generating-animations-from-png-files-to-animated-gif/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 21:13:50 +0000</pubDate>
		<dc:creator>mhchang</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mhchang.wordpress.com/?p=62</guid>
		<description><![CDATA[commands needed: 1. pngtopnm, ppmquant, ppmtogif (inclided in package netpbm-progs for Fedora-based Linux) 2. gifsicle (If those tools were not in your system, installing them by yum install netpbm-progs yum install gifsicle) To create animation, &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; for pngfile  in *.png do pngtopnm $pngfile &#124; ppmquant 256 &#124; ppmtogif &#62; $i.gif done gifsicle -d 50 &#8211;loop=3 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhchang.wordpress.com&amp;blog=7479405&amp;post=62&amp;subd=mhchang&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mhchang.wordpress.com/2009/04/27/generating-animations-from-png-files-to-animated-gif/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9fa17d6ca83d4e90136e127d04be3e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mhchang</media:title>
		</media:content>

		<media:content url="http://mhchang.files.wordpress.com/2009/04/anim.gif" medium="image">
			<media:title type="html">anim</media:title>
		</media:content>
	</item>
		<item>
		<title>Estimate of Magnetic Declination</title>
		<link>http://mhchang.wordpress.com/2009/04/27/estimate-of-magnetic-declination/</link>
		<comments>http://mhchang.wordpress.com/2009/04/27/estimate-of-magnetic-declination/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 19:10:17 +0000</pubDate>
		<dc:creator>mhchang</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mhchang.wordpress.com/?p=60</guid>
		<description><![CDATA[NGDC website: http://www.ngdc.noaa.gov/geomagmodels/struts/calcDeclination<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhchang.wordpress.com&amp;blog=7479405&amp;post=60&amp;subd=mhchang&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mhchang.wordpress.com/2009/04/27/estimate-of-magnetic-declination/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9fa17d6ca83d4e90136e127d04be3e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mhchang</media:title>
		</media:content>
	</item>
		<item>
		<title>File test operators of Bash</title>
		<link>http://mhchang.wordpress.com/2009/04/24/file-test-operators-of-bash/</link>
		<comments>http://mhchang.wordpress.com/2009/04/24/file-test-operators-of-bash/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 22:05:14 +0000</pubDate>
		<dc:creator>mhchang</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mhchang.wordpress.com/?p=56</guid>
		<description><![CDATA[Useful test operators for Bash : -e file exists -d file is a directory -f file is a regular file (not directory or device file) -s file is not zero size -h file is a symbolic link -r file has read permission -w file has write permission -x file has execute permission ! reverses the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhchang.wordpress.com&amp;blog=7479405&amp;post=56&amp;subd=mhchang&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mhchang.wordpress.com/2009/04/24/file-test-operators-of-bash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9fa17d6ca83d4e90136e127d04be3e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mhchang</media:title>
		</media:content>
	</item>
		<item>
		<title>Use gnome-terminal to be Matlab platform</title>
		<link>http://mhchang.wordpress.com/2009/04/24/use-gnome-terminal-to-be-matlab-platform/</link>
		<comments>http://mhchang.wordpress.com/2009/04/24/use-gnome-terminal-to-be-matlab-platform/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 19:27:41 +0000</pubDate>
		<dc:creator>mhchang</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mhchang.wordpress.com/?p=39</guid>
		<description><![CDATA[1. Right-click lower pannel -&#62; Add to pannel -&#62; Custom Application Launcher 2. Set up Launcher Properties Name: Matlab Command: gnome-terminal &#8211;tab-with-profile matlab &#8211;hide-menubar -e &#8216;/usr/local/matlab/bin/matlab -nodesktop -nojvm&#8217; (Note: The most import part is &#8220;-e &#8216;/usr/local/matlab/bin/matlab -nodesktop -nojvm&#8221;, you can create your own gnome-terminal profile for matlab if you want to use &#8211;tab-with-profile. And of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhchang.wordpress.com&amp;blog=7479405&amp;post=39&amp;subd=mhchang&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mhchang.wordpress.com/2009/04/24/use-gnome-terminal-to-be-matlab-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9fa17d6ca83d4e90136e127d04be3e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mhchang</media:title>
		</media:content>

		<media:content url="http://mhchang.files.wordpress.com/2009/04/0424fig12.png" medium="image">
			<media:title type="html">0424fig12</media:title>
		</media:content>

		<media:content url="http://mhchang.files.wordpress.com/2009/04/matlab.png" medium="image">
			<media:title type="html">matlab</media:title>
		</media:content>
	</item>
		<item>
		<title>A matlab function to set figure</title>
		<link>http://mhchang.wordpress.com/2009/04/24/a-matlab-function-to-set-the-figure/</link>
		<comments>http://mhchang.wordpress.com/2009/04/24/a-matlab-function-to-set-the-figure/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 18:40:12 +0000</pubDate>
		<dc:creator>mhchang</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mhchang.wordpress.com/?p=34</guid>
		<description><![CDATA[Here is a simple example to use the function. &#8211; figset(1,2) % to create a portrait and usletter figure plot(1:10) &#8211; Function figset is as follow &#8212;&#8212;- function figset(ori,ptype) % FIGSET % input: % ori (paper orientation): 1 : portrait % 2 : landscape % ptype (paper type) : 1 : A4 % 2 : [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhchang.wordpress.com&amp;blog=7479405&amp;post=34&amp;subd=mhchang&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mhchang.wordpress.com/2009/04/24/a-matlab-function-to-set-the-figure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9fa17d6ca83d4e90136e127d04be3e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mhchang</media:title>
		</media:content>
	</item>
		<item>
		<title>A look at my working environment</title>
		<link>http://mhchang.wordpress.com/2009/04/23/a-look-on-my-work-desktop/</link>
		<comments>http://mhchang.wordpress.com/2009/04/23/a-look-on-my-work-desktop/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 21:15:00 +0000</pubDate>
		<dc:creator>mhchang</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mhchang.wordpress.com/?p=5</guid>
		<description><![CDATA[Here is a desktop snapshot of my moving work station &#8211; Tazan (踏浪). It was a Dell M2400 laptop installed with Fedora 10. I got all I need in it. It worked pretty well. I like it.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhchang.wordpress.com&amp;blog=7479405&amp;post=5&amp;subd=mhchang&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mhchang.wordpress.com/2009/04/23/a-look-on-my-work-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e9fa17d6ca83d4e90136e127d04be3e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mhchang</media:title>
		</media:content>

		<media:content url="http://mhchang.files.wordpress.com/2009/04/screenshot.png?w=1024" medium="image">
			<media:title type="html">screenshot</media:title>
		</media:content>
	</item>
	</channel>
</rss>
