<?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>Leaf Duo &#187; English</title>
	<atom:link href="http://blog.leafduo.com/category/english/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.leafduo.com</link>
	<description>All About My Life and Information Technology</description>
	<lastBuildDate>Sat, 06 Aug 2011 07:34:29 +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>Invitation</title>
		<link>http://blog.leafduo.com/47/invitation/</link>
		<comments>http://blog.leafduo.com/47/invitation/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 13:00:47 +0000</pubDate>
		<dc:creator>Leaf Duo</dc:creator>
				<category><![CDATA[English]]></category>

		<guid isPermaLink="false">http://blog.leafduo.com/?p=216</guid>
		<description><![CDATA[Dear Miss Alice, Our team is going to publish a new product, something totally new. The product is about a new way of advertisement publishing system based on the Internet, a cross-platform client software and, most important, a new thought &#8230; <a href="http://blog.leafduo.com/47/invitation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Dear Miss Alice,<br />
  Our team is going to publish a new product, something totally new. The product is about a new way of advertisement publishing system based on the Internet, a cross-platform client software and, most important, a new thought about the relationship of people, especially friends and families. Other aspects, like the future of our team, will be involved.<br />
We have decided to have a party in honor of the occasion. We sincerely hope you can attend the party, may I have the honor of your company? The reception will be held on the second floor of  XXX Hotel, which is located in the downtown of Beijing, on next Sunday's evening. The party will last approximately 3 hours, from 6p.m. to 9p.m. I hope you're not too busy to come. Please confirm your participation at your earliest convenience, The favor of a reply is requested.<br />
                                                                                            XXX team</p>
<p>PS: This is my English homework.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.leafduo.com/47/invitation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ten reasons why every programmer should learn C</title>
		<link>http://blog.leafduo.com/00/ten-reasons-why-every-programmer-should-learn-c/</link>
		<comments>http://blog.leafduo.com/00/ten-reasons-why-every-programmer-should-learn-c/#comments</comments>
		<pubDate>Mon, 27 Nov 2006 13:45:00 +0000</pubDate>
		<dc:creator>Leaf Duo</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[reference]]></category>

		<guid isPermaLink="false">http://leafduo.com/blog/?p=58</guid>
		<description><![CDATA[每个程序员都应该学习C的十个理由引自：http://www.jubling.com/ten-reasons-why-every-programmer-should-learn-c.htmlEvery programmer should learn C during their programming career. Its benefits are to numerous to ignore. Not only will it open many more job opportunities, but it will teach you more about computers as a whole. 1) C is lower &#8230; <a href="http://blog.leafduo.com/00/ten-reasons-why-every-programmer-should-learn-c/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>每个程序员都应该学习C的十个理由<br /><a href="http://www.jubling.com/ten-reasons-why-every-programmer-should-learn-c.html">引自：http://www.jubling.com/ten-reasons-why-every-programmer-should-learn-c.html</a><br />Every programmer should learn C during their programming career. Its benefits are to numerous to ignore. Not only will it open many more job opportunities, but it will teach you more about computers as a whole.</p>
<p>1) C is lower level then other programming languages (C++, Java). Programming at a lower level allows you to further your understanding of computers, as a whole.</p>
<p>2) Device drivers and operating systems are written exclusively in C. Now, you may never write a device driver or an operating system, but what if you are ever required to modify one?</p>
<p>3) What if you ever want to get a job programming microcontrollers? They are programmed in C. Are you going to limit your possible list of jobs because you didn't want to learn a new language?</p>
<p>4) C programs are smaller and faster then any other program created in a different language. Sometimes your program needs that speed boost that only C can give it.</p>
<p>5) If you have learned C, you can learn any modern programming language. The reason behind this is that all modern programming languages are based on C (Java, C++, C#, etc).</p>
<p>6) Because C has been around for many years, it has a large community and collective code base. This allows you to quickly and efficiently implement new algorithms or functions that have been programmed before.</p>
<p>7) C is the language of the Open Source community. The Open Source poster child, Linux, was coded in C. If you know C, you can participate in and contribute to numerous Open Source communities like <a href="http://www.sourceforge.net/">Source Forge</a>.   </p>
<p> <img src='http://blog.leafduo.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> C is the only language that teaches you what pointers really are. C# and Java skip the subject completely. It is pointers that give C its power.</p>
<p>   9) C is still the most commonly required language for programming jobs. It is well worth your time to get C under your belt.   </p>
<p>   10) Anything that has a microprocessor in it has support for C. From your microwave to your cell phone, C powers technology.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.leafduo.com/00/ten-reasons-why-every-programmer-should-learn-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Friendship</title>
		<link>http://blog.leafduo.com/00/friendship/</link>
		<comments>http://blog.leafduo.com/00/friendship/#comments</comments>
		<pubDate>Sat, 16 Sep 2006 13:40:00 +0000</pubDate>
		<dc:creator>Leaf Duo</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://leafduo.com/blog/?p=46</guid>
		<description><![CDATA[The only unsinkable ship is FRIENDSHIP! -Ancient Proverb A friend in need is a friend indeed. -Latin Proverb A good friend is hard to find, harder to lose, and impossible to forget. -Anonymous Money might make you wealthy, but friends &#8230; <a href="http://blog.leafduo.com/00/friendship/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The only unsinkable ship is FRIENDSHIP!
<div style="text-align: right;">-Ancient Proverb<span id="gtbmisp_8" style="border: 0pt none ; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 50%; font-style: normal; font-variant: normal; font-weight: bold; line-height: normal; font-size-adjust: none; font-stretch: normal; position: static; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-transform: none; text-decoration: underline; cursor: pointer;font-family:serif;font-size:100%;color:green;"   ></span>
<div style="text-align: left;">A friend in need is a friend indeed.
<div style="text-align: right;">-Latin Proverb<span id="gtbmisp_9" style="border: 0pt none ; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 50%; font-style: normal; font-variant: normal; font-weight: bold; line-height: normal; font-size-adjust: none; font-stretch: normal; position: static; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-transform: none; text-decoration: underline; cursor: pointer;font-family:serif;font-size:100%;color:green;"   ></span></div>
<p>A good friend is hard to find, harder to lose, and impossible to forget.
<div style="text-align: right;">-Anonymous<span id="gtbmisp_10" style="border: 0pt none ; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 50%; font-style: normal; font-variant: normal; font-weight: bold; line-height: normal; font-size-adjust: none; font-stretch: normal; position: static; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-transform: none; text-decoration: underline; cursor: pointer;font-family:serif;font-size:100%;color:green;"   ></span></div>
<p>Money might make you wealthy, but friends make you rich.
<div style="text-align: right;">-Anonymous<span id="gtbmisp_11" style="border: 0pt none ; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0% 50%; font-style: normal; font-variant: normal; font-weight: bold; line-height: normal; font-size-adjust: none; font-stretch: normal; position: static; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-transform: none; text-decoration: underline; cursor: pointer;font-family:serif;font-size:100%;color:green;"   ></span></div>
<p>A friend is a gift you give yourself.
<div style="text-align: right;">-Robert Louis Stevenson
<div style="text-align: left;">A friend is a second self.</p>
<p>A good friend is the nearest relation.</p>
<p>The best mirror is a friend's eye.</p>
<p>True friendship lasts forever.</p>
<p>When a friend asks, there is no "tomorrow".</p>
<p>Better without gold than without friends.</p>
<p>I think making friends is a very important part of my life. Friendship very important to me. I don't want to lose touch to any friend. And I really want to make friends as many as possible, make one or two best friends. I think I can try my best when my friend is in trouble. I think it's the point of friendship. I believe that our friendship will be an unsinkable ship!</div>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.leafduo.com/00/friendship/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two Unusual Days</title>
		<link>http://blog.leafduo.com/00/two-unusual-days/</link>
		<comments>http://blog.leafduo.com/00/two-unusual-days/#comments</comments>
		<pubDate>Sat, 29 Jul 2006 08:33:00 +0000</pubDate>
		<dc:creator>Leaf Duo</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://leafduo.com/blog/?p=26</guid>
		<description><![CDATA[On the night of three days ago, when I am in bed, I suddenly heard a strange sound, it came from my bed."There are some living things under my bed!"I thought. What are they?mice?insects?Oh, that was terrible!I quickly went to &#8230; <a href="http://blog.leafduo.com/00/two-unusual-days/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>On the night of three days ago, when I am in bed, I suddenly heard a strange sound, it came from my bed."There are some living things under my bed!"I thought. What are they?mice?insects?Oh, that was terrible!I quickly went to Mother's room, and asked her to catch it, but she said nothing and went on sleeping!<br />Yesterday when I was using my computer, the computer suddenly stopped working! As if there is a power cut!But the fan is still working!<br />After rebooting the computer, the system had no record!It was very strange, there should be a record, but in fact there was no record!<br />After a while, when I open a folder,  the window has no menus, no tools, no status!It was strange! I had no way to fix it, so I use the system reduction, luckily the menus, tools and status came back.<br />I thought perhaps there are some viruses, so yesterday I checked my computer and found no virus! Last night when I was in bed I could no sound!<br />Don't you think they are very strange?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.leafduo.com/00/two-unusual-days/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

