<?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>Home</title>
	<atom:link href="http://linuxprogram.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxprogram.wordpress.com</link>
	<description>SunQ's Site in Net</description>
	<lastBuildDate>Wed, 02 Feb 2011 08:50:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='linuxprogram.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Home</title>
		<link>http://linuxprogram.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://linuxprogram.wordpress.com/osd.xml" title="Home" />
	<atom:link rel='hub' href='http://linuxprogram.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Running OpenGL on Visual Studio 2005</title>
		<link>http://linuxprogram.wordpress.com/2007/07/14/running-opengl-on-visual-studio-2005/</link>
		<comments>http://linuxprogram.wordpress.com/2007/07/14/running-opengl-on-visual-studio-2005/#comments</comments>
		<pubDate>Sat, 14 Jul 2007 15:57:03 +0000</pubDate>
		<dc:creator>linuxprogram</dc:creator>
				<category><![CDATA[C&C++]]></category>

		<guid isPermaLink="false">http://linuxprogram.wordpress.com/2007/07/14/running-opengl-on-visual-studio-2005/</guid>
		<description><![CDATA[I&#8217;ve been learning OpenGL for a little while and I got sample codes to analyze sometimes. In some cases, I got errors like &#8220;Can not open file GLUT.h&#8221;, &#8220;Can not open file GLUT32.lib&#8221;..and stuff like this. First I thought I was because of the corruption of my VS libraries and wanna fix it up. After [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxprogram.wordpress.com&amp;blog=462197&amp;post=37&amp;subd=linuxprogram&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><font face="Courier New" size="2">I&#8217;ve been learning OpenGL for a little while and I got sample codes to analyze sometimes. In some cases, I got errors like &#8220;Can not open file GLUT.h&#8221;, &#8220;Can not open file GLUT32.lib&#8221;..and stuff like this. First I thought I was because of the corruption of my VS libraries and wanna fix it up. After searching around, I realized that neither XP nor VS2005 come with Glut with them. And to save the world on this occasion, you have to do the following:</font></p>
<p><font face="Courier New" size="2">1. Get the newest version of GLUT here: </font><a href="http://www.xmission.com/%7Enate/glut.html"><font face="Courier New" size="2">GLUT 3.7.6 for Windows</font></a><font face="Courier New" size="2">.</font></p>
<p><font face="Courier New" size="2">2. </font><br />
<table cellspacing="0" cellpadding="2" width="839" border="0">
<tbody>
<tr>
<td valign="top" width="194"><font face="Courier New" size="2">File&nbsp;</font></td>
<td valign="top" width="643"><font face="Courier New" size="2">Location</font></td>
</tr>
<tr>
<td valign="top" width="191"><tt><font size="2">glut32.dll</font></tt></td>
<td valign="top" width="643"><tt><font size="2">C:\WINDOWS\system\&nbsp; (or system32)</font></tt></td>
</tr>
<tr>
<td valign="top" width="189"><tt><font size="2">glut32.lib</font></tt></td>
<td valign="top" width="643"><tt><font size="2">C:\Program Files\Microsoft Visual Studio 2005\VC\PlatformSDK\Lib</font></tt></td>
</tr>
<tr>
<td valign="top" width="187"><tt><font size="2">glut.h</font></tt></td>
<td valign="top" width="643"><tt><font size="2">C:\Program Files\Microsoft Visual Studio&nbsp;2005\VC\PlatformSDK\Include\gl</font></tt></td>
</tr>
</tbody>
</table>
<p><font face="Courier New" size="2">3. Make sure your Visual C++ project links in the GLUT/gl/glu libraries. This can be difficult to find. In Visual Studio 2003.NET, I think this is located in: </font>
<ul>
<li><font face="Courier New" size="2">Menu: &#8220;Project -&gt; (your-project-name) Properties&#8221; </font>
<li><font face="Courier New" size="2">Tab: &#8220;Configuration Properties -&gt; Linker -&gt; Input&#8221; </font>
<li><font face="Courier New" size="2">Under &#8220;Additional Dependancies&#8221;, add &#8220;glut32.lib opengl32.lib glu32.lib&#8221; </font></li>
</ul>
<p><font face="Courier New" size="2">** Sharing of programs that uses glut32 must includes glut32.dll also**</font></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxprogram.wordpress.com/37/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxprogram.wordpress.com/37/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxprogram.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxprogram.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxprogram.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxprogram.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxprogram.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxprogram.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxprogram.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxprogram.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxprogram.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxprogram.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxprogram.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxprogram.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxprogram.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxprogram.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxprogram.wordpress.com&amp;blog=462197&amp;post=37&amp;subd=linuxprogram&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxprogram.wordpress.com/2007/07/14/running-opengl-on-visual-studio-2005/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68f0b8eb3c4f7617e8ea6681a955a6b4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxprogram</media:title>
		</media:content>
	</item>
		<item>
		<title>考试的日子</title>
		<link>http://linuxprogram.wordpress.com/2007/04/24/%e8%80%83%e8%af%95%e7%9a%84%e6%97%a5%e5%ad%90/</link>
		<comments>http://linuxprogram.wordpress.com/2007/04/24/%e8%80%83%e8%af%95%e7%9a%84%e6%97%a5%e5%ad%90/#comments</comments>
		<pubDate>Tue, 24 Apr 2007 13:46:26 +0000</pubDate>
		<dc:creator>linuxprogram</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://linuxprogram.wordpress.com/2007/04/24/%e8%80%83%e8%af%95%e7%9a%84%e6%97%a5%e5%ad%90/</guid>
		<description><![CDATA[今天好像没有什么好写，除了终于考完了Software Engeering, 还有酣畅淋漓的打了一场篮球。 SwEngin 我也算是很准备了些吧。跟几个同学复习，并且因为考试的case 有handout 出来，所以看起来有理有序。不管最后会拿什么grade出来，我都会觉得自己很对得起自己。 之后的一个星期，就是要准备OS, MicroC 和Data Acquisition了。OS可以拿一天，microC需要三天，DataAc 也要三天。OS的past year papers 很是烂，senior们给的solution有些直接死掉，有些因为不好回答干脆跷掉。microC却是因为换了板子，直接没有了past year paper. 晚上的时候，闷的很。身体最近又不是很好。本来想去游泳的，结果太阳公公终于没有睁开睡眼。没有办法，只好篮球，结果竟也是舒畅的很。 明天上午，有邮件hall里面有水果吃，哈哈，一定要去。<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxprogram.wordpress.com&amp;blog=462197&amp;post=36&amp;subd=linuxprogram&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>今天好像没有什么好写，除了终于考完了Software Engeering, 还有酣畅淋漓的打了一场篮球。</p>
<p>SwEngin 我也算是很准备了些吧。跟几个同学复习，并且因为考试的case 有handout 出来，所以看起来有理有序。不管最后会拿什么grade出来，我都会觉得自己很对得起自己。</p>
<p>之后的一个星期，就是要准备OS, MicroC 和Data Acquisition了。OS可以拿一天，microC需要三天，DataAc 也要三天。OS的past year papers 很是烂，senior们给的solution有些直接死掉，有些因为不好回答干脆跷掉。microC却是因为换了板子，直接没有了past year paper.</p>
<p>晚上的时候，闷的很。身体最近又不是很好。本来想去游泳的，结果太阳公公终于没有睁开睡眼。没有办法，只好篮球，结果竟也是舒畅的很。</p>
<p>明天上午，有邮件hall里面有水果吃，哈哈，一定要去。</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxprogram.wordpress.com/36/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxprogram.wordpress.com/36/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxprogram.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxprogram.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxprogram.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxprogram.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxprogram.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxprogram.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxprogram.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxprogram.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxprogram.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxprogram.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxprogram.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxprogram.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxprogram.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxprogram.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxprogram.wordpress.com&amp;blog=462197&amp;post=36&amp;subd=linuxprogram&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxprogram.wordpress.com/2007/04/24/%e8%80%83%e8%af%95%e7%9a%84%e6%97%a5%e5%ad%90/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68f0b8eb3c4f7617e8ea6681a955a6b4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxprogram</media:title>
		</media:content>
	</item>
		<item>
		<title>JS Photoshop Workshow</title>
		<link>http://linuxprogram.wordpress.com/2007/04/19/js-photoshop-workshow/</link>
		<comments>http://linuxprogram.wordpress.com/2007/04/19/js-photoshop-workshow/#comments</comments>
		<pubDate>Wed, 18 Apr 2007 17:10:56 +0000</pubDate>
		<dc:creator>linuxprogram</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://linuxprogram.wordpress.com/2007/04/19/js-photoshop-workshow/</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxprogram.wordpress.com&amp;blog=462197&amp;post=30&amp;subd=linuxprogram&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div><embed src='http://widget-16.slide.com/widgets/slideticker.swf' type='application/x-shockwave-flash' quality='high' scale='noscale' salign='l' wmode='transparent' flashvars='site=widget-16.slide.com&channel=288230376158446870&cy=wp&il=1' width='500' height='500' name='flashticker' align='middle' /><div style='width: 500px;text-align:left;'><a href='http://www.slide.com/pivot?ad=0&tt=0&sk=0&cy=wp&th=0&id=288230376158446870&map=1' target='_blank'><img src='http://widget-16.slide.com/p1/288230376158446870/wp_t000_v000_a000_f00/images/xslide1.gif' border='0' ismap='ismap' /></a> <a href='http://www.slide.com/pivot?ad=0&tt=0&sk=0&cy=wp&th=0&id=288230376158446870&map=2' target='_blank'><img src='http://widget-16.slide.com/p2/288230376158446870/wp_t000_v000_a000_f00/images/xslide2.gif' border='0' ismap='ismap' /></a></div></div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxprogram.wordpress.com/30/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxprogram.wordpress.com/30/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxprogram.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxprogram.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxprogram.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxprogram.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxprogram.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxprogram.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxprogram.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxprogram.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxprogram.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxprogram.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxprogram.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxprogram.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxprogram.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxprogram.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxprogram.wordpress.com&amp;blog=462197&amp;post=30&amp;subd=linuxprogram&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxprogram.wordpress.com/2007/04/19/js-photoshop-workshow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68f0b8eb3c4f7617e8ea6681a955a6b4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxprogram</media:title>
		</media:content>
	</item>
		<item>
		<title>读完了An Introduction To GCC</title>
		<link>http://linuxprogram.wordpress.com/2007/04/16/%e8%af%bb%e5%ae%8c%e4%ba%86an-introduction-to-gcc/</link>
		<comments>http://linuxprogram.wordpress.com/2007/04/16/%e8%af%bb%e5%ae%8c%e4%ba%86an-introduction-to-gcc/#comments</comments>
		<pubDate>Mon, 16 Apr 2007 14:29:22 +0000</pubDate>
		<dc:creator>SunQ</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://linuxprogram.wordpress.com/2007/04/16/%e8%af%bb%e5%ae%8c%e4%ba%86an-introduction-to-gcc/</guid>
		<description><![CDATA[花了两天时间，今天下午终于读完了An Introduction To GCC(ANTG). ANTG 是一个GCC入门的小Manual，当然，有时间没事作的话，读一读GCC Complete Manual更好，不过我是没有时间了，还是把她束之作Reference好罢。 ANTG 的特点就是短小精悍，行例简单确切。每个方面都有行例，引申介绍。让人读完之后感觉虽然只是掌握最基本的技能，不能完全掌握GCC相关，但对未知有判断之感觉与寻究之方向。 CheerS!! 明天有PE HC803的考试，祝自已好运!!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxprogram.wordpress.com&amp;blog=462197&amp;post=29&amp;subd=linuxprogram&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>花了两天时间，今天下午终于读完了<i>An Introduction To GCC(ANTG)</i>.</p>
<p>ANTG 是一个GCC入门的小Manual，当然，有时间没事作的话，读一读GCC Complete Manual更好，不过我是没有时间了，还是把她束之作Reference好罢。</p>
<p>ANTG 的特点就是短小精悍，行例简单确切。每个方面都有行例，引申介绍。让人读完之后感觉虽然只是掌握最基本的技能，不能完全掌握GCC相关，但对未知有判断之感觉与寻究之方向。</p>
<p>CheerS!!</p>
<p>明天有PE HC803的考试，祝自已好运!!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxprogram.wordpress.com/29/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxprogram.wordpress.com/29/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxprogram.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxprogram.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxprogram.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxprogram.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxprogram.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxprogram.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxprogram.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxprogram.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxprogram.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxprogram.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxprogram.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxprogram.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxprogram.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxprogram.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxprogram.wordpress.com&amp;blog=462197&amp;post=29&amp;subd=linuxprogram&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxprogram.wordpress.com/2007/04/16/%e8%af%bb%e5%ae%8c%e4%ba%86an-introduction-to-gcc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/32cf102a854e06142a0127b0d61ff548?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">SunQ</media:title>
		</media:content>
	</item>
		<item>
		<title>Forward Into Hall Of Fame</title>
		<link>http://linuxprogram.wordpress.com/2007/04/16/forward-into-hall-of-fame/</link>
		<comments>http://linuxprogram.wordpress.com/2007/04/16/forward-into-hall-of-fame/#comments</comments>
		<pubDate>Mon, 16 Apr 2007 13:19:41 +0000</pubDate>
		<dc:creator>SunQ</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://linuxprogram.wordpress.com/2007/04/16/forward-into-hall-of-fame/</guid>
		<description><![CDATA[计算机界的名人堂。 让人景仰的同时， 散发不尽妩媚般的诱惑。 当年项公，刘竖看始皇帝出巡时怕也是这样的所想吧。<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxprogram.wordpress.com&amp;blog=462197&amp;post=28&amp;subd=linuxprogram&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>计算机界的名人堂。<br />
让人景仰的同时， 散发不尽妩媚般的诱惑。<br />
当年项公，刘竖看始皇帝出巡时怕也是这样的所想吧。</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxprogram.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxprogram.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxprogram.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxprogram.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxprogram.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxprogram.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxprogram.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxprogram.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxprogram.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxprogram.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxprogram.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxprogram.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxprogram.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxprogram.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxprogram.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxprogram.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxprogram.wordpress.com&amp;blog=462197&amp;post=28&amp;subd=linuxprogram&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxprogram.wordpress.com/2007/04/16/forward-into-hall-of-fame/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/32cf102a854e06142a0127b0d61ff548?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">SunQ</media:title>
		</media:content>
	</item>
		<item>
		<title>试用CTex</title>
		<link>http://linuxprogram.wordpress.com/2007/04/14/%e8%af%95%e7%94%a8ctex/</link>
		<comments>http://linuxprogram.wordpress.com/2007/04/14/%e8%af%95%e7%94%a8ctex/#comments</comments>
		<pubDate>Sat, 14 Apr 2007 05:43:03 +0000</pubDate>
		<dc:creator>SunQ</dc:creator>
				<category><![CDATA[Computer]]></category>

		<guid isPermaLink="false">http://linuxprogram.wordpress.com/2007/04/14/%e8%af%95%e7%94%a8ctex/</guid>
		<description><![CDATA[CTex 是国人版的Latex, 其完整版整合了 LaTex, MikTex, GSView 等工具，并加入了CCT和CJK以对中文支持. 下边是一篇小的练习，内容是罗素自传的序言。 %%%% Source Code %%%% By 詹森列 \documentclass{article} \title{What I Have Lived For \thanks{Whoever I need to thanks}} \author{Bertrand Russell \thanks{whoever i need to thanks again}} \date{GodKnowsWhen, HeWroteIt} \begin{document} \maketitle Three Passions, simple but overwhelmingly strong, have governed my life: the longing for love, the search for knowledge, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxprogram.wordpress.com&amp;blog=462197&amp;post=27&amp;subd=linuxprogram&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>CTex 是国人版的Latex, 其完整版整合了 LaTex, MikTex, GSView 等工具，并加入了CCT和CJK以对中文支持. 下边是一篇小的练习，内容是罗素自传的序言。</p>
<p>%%%% Source Code<br />
%%%% By 詹森列</p>
<p>\documentclass{article}<br />
\title{What I Have Lived For<br />
        \thanks{Whoever I need to thanks}}<br />
\author{Bertrand Russell<br />
        \thanks{whoever i need to thanks again}}<br />
\date{GodKnowsWhen, HeWroteIt}</p>
<p>\begin{document}</p>
<p>\maketitle</p>
<p>Three Passions, simple but overwhelmingly strong, have governed my life: the<br />
longing for love, the search for knowledge, and unbearable pity for the<br />
suffering of mankind. Three passions, like great winds, have blown me hither<br />
and thither, in a wayward course, over a deep ocean of anguish, reaching to the<br />
very verge of despair.</p>
<p>\vspace{0.3cm}</p>
<p>I have sought love, first, because it brings ecstasy &#8211; ecstasy so great that I<br />
would often have sacrificed all the rest of life for a few hours of this joy. I<br />
have sought for it, next, because it relieves loneliness &#8211; that terrible<br />
loneliness in which one shivering consciousness looks over the rim of the<br />
world, into the code unfathomable lifeless abyss. I have sought it, finally,<br />
because in the union of love I have seen, in a mystic miniature, the<br />
prefiguring vision of the heaven that saints and poets have imagined. This is<br />
what I sought, and though it might seem too good for human life, this is what -<br />
at last &#8211; I have found.</p>
<p>\vspace{0.3cm}</p>
<p>With equal passion I have sought knowledge. I have wished to understand the<br />
hearts of men. I have wished to know why the stars shine. and I have tried to<br />
apprehend the Pythagorean power by which number holds sway above the flux. A<br />
little of this, but not much I have achieved.</p>
<p>\vspace{0.3cm}</p>
<p>Love and knowledge, so far as they were possible, led upward toward the<br />
heavens. But always pity brought me back to earth. Echoes of cries of pain<br />
reverberate in my heart. Children in famine, victims tortured by oppressors,<br />
helpless old people a hated burden to their sons, and the whole world of<br />
loneliness, poverty, and pain make a mockery of what human life should be. I<br />
long to alleviate the evil, but I cannot, and I too suffer.</p>
<p>\vspace{0.3cm}</p>
<p>This has been my life. I have found it worth living, and would gladly live it<br />
again if the chance were offered me.</p>
<p>\end{document}<br />
%%%% End Source</p>
</p>
<p>下边是生成的pdf文件:<br />
<a href="http://sunq0002.phpnet.us/WP/wp-content/luosu.pdf">luosu.pdf</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxprogram.wordpress.com/27/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxprogram.wordpress.com/27/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxprogram.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxprogram.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxprogram.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxprogram.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxprogram.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxprogram.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxprogram.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxprogram.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxprogram.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxprogram.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxprogram.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxprogram.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxprogram.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxprogram.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxprogram.wordpress.com&amp;blog=462197&amp;post=27&amp;subd=linuxprogram&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxprogram.wordpress.com/2007/04/14/%e8%af%95%e7%94%a8ctex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/32cf102a854e06142a0127b0d61ff548?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">SunQ</media:title>
		</media:content>
	</item>
		<item>
		<title>Polymorphism</title>
		<link>http://linuxprogram.wordpress.com/2006/10/22/polymorphism/</link>
		<comments>http://linuxprogram.wordpress.com/2006/10/22/polymorphism/#comments</comments>
		<pubDate>Sun, 22 Oct 2006 09:04:00 +0000</pubDate>
		<dc:creator>linuxprogram</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://linuxprogram.wordpress.com/2006/10/22/15/</guid>
		<description><![CDATA[from usenet: Interface AorB {&#8230;}public class ObjectA implements AorB {&#160;&#160;&#160; public AorB load() { &#160;&#160;&#160;&#160;&#160;&#160;&#160; if (needB()) {&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; return new ObjectB(this);&#160;&#160;&#160;&#160;&#160;&#160;&#160; }else {&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; return this;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }&#160;&#160;&#160; }&#160;&#160;&#160; private boolean needB() {}} public class ObjectB implements AorB {&#160;&#160;&#160; private ObjectA a;&#160;&#160;&#160; ObjectB(ObjectA a) {&#160;&#160;&#160;&#160;&#160;&#160;&#160; this.a = a;&#160;&#160;&#160; }}<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxprogram.wordpress.com&amp;blog=462197&amp;post=15&amp;subd=linuxprogram&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><u>from usenet:</u>
<p><font face="Courier New" color="#ff0000" size="2">Interface AorB {&#8230;}<br />public class ObjectA implements AorB {<br />&nbsp;&nbsp;&nbsp; public AorB load() { <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (needB()) {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return new ObjectB(this);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }else {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return this;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp; private boolean needB() {}<br />}</p>
<p>public class ObjectB implements AorB {<br />&nbsp;&nbsp;&nbsp; private ObjectA a;<br />&nbsp;&nbsp;&nbsp; ObjectB(ObjectA a) {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; this.a = a;<br />&nbsp;&nbsp;&nbsp; }<br />}</p>
<p></font></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxprogram.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxprogram.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxprogram.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxprogram.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxprogram.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxprogram.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxprogram.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxprogram.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxprogram.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxprogram.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxprogram.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxprogram.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxprogram.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxprogram.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxprogram.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxprogram.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxprogram.wordpress.com&amp;blog=462197&amp;post=15&amp;subd=linuxprogram&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxprogram.wordpress.com/2006/10/22/polymorphism/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68f0b8eb3c4f7617e8ea6681a955a6b4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxprogram</media:title>
		</media:content>
	</item>
		<item>
		<title>how to excute a linux shell command in java</title>
		<link>http://linuxprogram.wordpress.com/2006/10/22/how-to-excute-a-linux-shell-command-in-java/</link>
		<comments>http://linuxprogram.wordpress.com/2006/10/22/how-to-excute-a-linux-shell-command-in-java/#comments</comments>
		<pubDate>Sun, 22 Oct 2006 06:12:59 +0000</pubDate>
		<dc:creator>linuxprogram</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://linuxprogram.wordpress.com/2006/10/22/how-to-excute-a-linux-shell-command-in-java-2/</guid>
		<description><![CDATA[quoted from: http://bbs.chinaunix.net/viewthread.php?tid=841011&#38;extra=page%3D4 /* test.java */import java.io.BufferedReader;import java.io.IOException;import java.io.InputStreamReader; public class test{&#160;&#160;&#160; public static void main(String[] args)&#160;&#160;&#160; {&#160;&#160;&#160;&#160;&#160;&#160;&#160; String lsString = null;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Process process = null;&#160;&#160;&#160;&#160;&#160;&#160;&#160; try&#160;&#160;&#160;&#160;&#160;&#160;&#160; {&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; process = Runtime.getRuntime().exec(&#8220;ls&#8221;);&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; BufferedReader bufferedReader = new&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; BufferedReader(new InputStreamReader(process.getInputStream()));&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; while ((lsString = bufferedReader.readLine()) != null)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; System.out.println(lsString);&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; try&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; process.waitFor();&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; catch (InterruptedException e)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; e.printStackTrace();&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxprogram.wordpress.com&amp;blog=462197&amp;post=9&amp;subd=linuxprogram&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><font face="Courier New" color="#ff0000" size="2">
<p>quoted from: http://bbs.chinaunix.net/viewthread.php?tid=841011&amp;extra=page%3D4 </p>
<p>/* test.java */<br />import java.io.BufferedReader;<br />import java.io.IOException;<br />import java.io.InputStreamReader;</p>
<p>public class test<br />{<br />&nbsp;&nbsp;&nbsp; public static void main(String[] args)<br />&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; String lsString = null;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Process process = null;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; try<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; process = Runtime.getRuntime().exec(&#8220;ls&#8221;);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BufferedReader bufferedReader = new<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BufferedReader(new InputStreamReader(process.getInputStream()));<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; while ((lsString = bufferedReader.readLine()) != null)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System.out.println(lsString);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; try<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; process.waitFor();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; catch (InterruptedException e)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; e.printStackTrace();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; catch (IOException e)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; e.printStackTrace();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp; }<br />} // end test.java</p>
</p>
<p> </font></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxprogram.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxprogram.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxprogram.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxprogram.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxprogram.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxprogram.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxprogram.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxprogram.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxprogram.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxprogram.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxprogram.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxprogram.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxprogram.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxprogram.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxprogram.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxprogram.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxprogram.wordpress.com&amp;blog=462197&amp;post=9&amp;subd=linuxprogram&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxprogram.wordpress.com/2006/10/22/how-to-excute-a-linux-shell-command-in-java/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68f0b8eb3c4f7617e8ea6681a955a6b4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxprogram</media:title>
		</media:content>
	</item>
	</channel>
</rss>
