<?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>rieljun's works</title>
	<atom:link href="http://rieljun.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rieljun.wordpress.com</link>
	<description>i write just for you...</description>
	<lastBuildDate>Thu, 22 Jan 2009 05:34:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rieljun.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>rieljun's works</title>
		<link>http://rieljun.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rieljun.wordpress.com/osd.xml" title="rieljun&#039;s works" />
	<atom:link rel='hub' href='http://rieljun.wordpress.com/?pushpress=hub'/>
		<item>
		<title>dynamic array</title>
		<link>http://rieljun.wordpress.com/2009/01/22/dynamic-array/</link>
		<comments>http://rieljun.wordpress.com/2009/01/22/dynamic-array/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 05:33:40 +0000</pubDate>
		<dc:creator>rieljun</dc:creator>
				<category><![CDATA[cs211  programs]]></category>

		<guid isPermaLink="false">http://rieljun.wordpress.com/?p=189</guid>
		<description><![CDATA[Dynamic arrays are those arrays that do not have exact size or elements. The size of dynamic arrays can be change by the user during running of the program. just click here to get a code that uses dynamic array. the program uses *ptnum instead of num[size]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rieljun.wordpress.com&amp;blog=5847584&amp;post=189&amp;subd=rieljun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Dynamic arrays are those arrays that do not have exact size or elements. The size of dynamic arrays can be change by the user during running of the program.</p>
<p>just click <a href="http://realjun.fileave.com/cs211/progex11.txt">here</a> to get a code that uses dynamic array.</p>
<p>the program uses <b>*ptnum</b> instead of <b>num[size]</b></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rieljun.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rieljun.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rieljun.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rieljun.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rieljun.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rieljun.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rieljun.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rieljun.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rieljun.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rieljun.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rieljun.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rieljun.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rieljun.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rieljun.wordpress.com/189/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rieljun.wordpress.com&amp;blog=5847584&amp;post=189&amp;subd=rieljun&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rieljun.wordpress.com/2009/01/22/dynamic-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1793ab4dd831cbacf214949ddbca6736?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rieljun</media:title>
		</media:content>
	</item>
		<item>
		<title>remove duplicates using sorting</title>
		<link>http://rieljun.wordpress.com/2009/01/11/remove-duplicates-with-sorting/</link>
		<comments>http://rieljun.wordpress.com/2009/01/11/remove-duplicates-with-sorting/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 11:40:04 +0000</pubDate>
		<dc:creator>rieljun</dc:creator>
				<category><![CDATA[cs211  programs]]></category>
		<category><![CDATA[cs211 laboratory exercises]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[removing duplicates]]></category>
		<category><![CDATA[rieljun]]></category>
		<category><![CDATA[sorting]]></category>

		<guid isPermaLink="false">http://rieljun.wordpress.com/?p=167</guid>
		<description><![CDATA[This program will sort certain numbers the user has entered. The program will ask the user first to enter the numbers having duplicates and when the user has entered already all the numbers, the user must key in 0 to end the numbers.On the second line, the program will view the sorted numbers and on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rieljun.wordpress.com&amp;blog=5847584&amp;post=167&amp;subd=rieljun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This program will sort certain numbers the user has entered. The program will ask the user first to enter the numbers having duplicates and when the user has entered already all the numbers, the user must key in <strong>0</strong> to end the numbers.On the second line, the program will view the sorted numbers and on the next line are the numbers having no duplicates.</p>
<p>just click <a href="http://realjun.fileave.com/cs211/progex8.txt">here</a> to get the codes</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rieljun.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rieljun.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rieljun.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rieljun.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rieljun.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rieljun.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rieljun.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rieljun.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rieljun.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rieljun.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rieljun.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rieljun.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rieljun.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rieljun.wordpress.com/167/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rieljun.wordpress.com&amp;blog=5847584&amp;post=167&amp;subd=rieljun&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rieljun.wordpress.com/2009/01/11/remove-duplicates-with-sorting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1793ab4dd831cbacf214949ddbca6736?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rieljun</media:title>
		</media:content>
	</item>
		<item>
		<title>FORUMS</title>
		<link>http://rieljun.wordpress.com/2009/01/09/forums/</link>
		<comments>http://rieljun.wordpress.com/2009/01/09/forums/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 12:26:38 +0000</pubDate>
		<dc:creator>rieljun</dc:creator>
				<category><![CDATA[about friendster]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[concerns]]></category>
		<category><![CDATA[forums]]></category>
		<category><![CDATA[introduce]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[question]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[txtmates]]></category>

		<guid isPermaLink="false">http://rieljun.wordpress.com/?p=100</guid>
		<description><![CDATA[Hello to all of you out there. I made a post for your concerns. You can post comments here about your problems and all the things you want to share. Your questions, suggestions, answers and whatsoever. I am giving you the freedom for all of those. You can introduce your self there and find a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rieljun.wordpress.com&amp;blog=5847584&amp;post=100&amp;subd=rieljun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello to all of you out there.<br />
I made a post for your concerns. You can post comments here about your problems and all the things you want to share. Your questions, suggestions, answers and whatsoever. I am giving you the freedom for all of those.<br />
You can introduce your self there and find a txtmate if you want and more friends.</p>
<p>just post your comments in this post&#8230;<br />
Thank you&#8230;</p>
<p><strong>-RIEL</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rieljun.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rieljun.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rieljun.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rieljun.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rieljun.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rieljun.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rieljun.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rieljun.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rieljun.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rieljun.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rieljun.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rieljun.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rieljun.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rieljun.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rieljun.wordpress.com&amp;blog=5847584&amp;post=100&amp;subd=rieljun&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rieljun.wordpress.com/2009/01/09/forums/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1793ab4dd831cbacf214949ddbca6736?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rieljun</media:title>
		</media:content>
	</item>
		<item>
		<title>cs 111</title>
		<link>http://rieljun.wordpress.com/2009/01/08/cs-111/</link>
		<comments>http://rieljun.wordpress.com/2009/01/08/cs-111/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 16:52:55 +0000</pubDate>
		<dc:creator>rieljun</dc:creator>
				<category><![CDATA[cs111 programs]]></category>
		<category><![CDATA[basic programming]]></category>
		<category><![CDATA[box]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[cs111]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[grade]]></category>
		<category><![CDATA[multiplication table]]></category>
		<category><![CDATA[quadratic equation]]></category>
		<category><![CDATA[rieljun]]></category>
		<category><![CDATA[triangle]]></category>

		<guid isPermaLink="false">http://rieljun.wordpress.com/?p=81</guid>
		<description><![CDATA[The following programs are just some cs111 programs, just click it to view the codes. box &#62;&#62; this program will print a box with a height and width desired by the user. triangle &#62;&#62; this program will prompt the user to enter the height he wanted. sort &#62;&#62; this program will sort the numbers the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rieljun.wordpress.com&amp;blog=5847584&amp;post=81&amp;subd=rieljun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The following programs are just some cs111 programs, just click it to view the codes.</p>
<p><a href="http://realjun.fileave.com/cs111/box.txt">box</a> &gt;&gt; this program will print a box with a height and width desired by the user.</p>
<p><a href="http://realjun.fileave.com/cs111/triangle.txt">triangle</a> &gt;&gt; this program will prompt the user to enter the height he wanted.</p>
<p><a href="http://realjun.fileave.com/cs111/sort.txt">sort</a> &gt;&gt; this program will sort the numbers the user has entered.</p>
<p><a href="http://realjun.fileave.com/cs111/quadfunc.txt">quadratic</a> &gt;&gt;this program will compute quadratic equations using function.</p>
<p><a href="http://realjun.fileave.com/cs111/multitable.txt">multitable</a> &gt;&gt; this program will print the products of a certain number entered by the user.</p>
<p><a href="http://realjun.fileave.com/cs111/grade.txt">grade</a> &gt;&gt; this program will compute the MSCA and WPA of a student.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rieljun.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rieljun.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rieljun.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rieljun.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rieljun.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rieljun.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rieljun.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rieljun.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rieljun.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rieljun.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rieljun.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rieljun.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rieljun.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rieljun.wordpress.com/81/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rieljun.wordpress.com&amp;blog=5847584&amp;post=81&amp;subd=rieljun&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rieljun.wordpress.com/2009/01/08/cs-111/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1793ab4dd831cbacf214949ddbca6736?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rieljun</media:title>
		</media:content>
	</item>
		<item>
		<title>devcpp-4.9.9.2_setup</title>
		<link>http://rieljun.wordpress.com/2009/01/08/devcpp-4992_setup/</link>
		<comments>http://rieljun.wordpress.com/2009/01/08/devcpp-4992_setup/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 13:29:10 +0000</pubDate>
		<dc:creator>rieljun</dc:creator>
				<category><![CDATA[devc set-up]]></category>
		<category><![CDATA[c programming]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[computer softwares]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[Dev-C++ 4.9.9.2]]></category>
		<category><![CDATA[devcpp]]></category>
		<category><![CDATA[rieljun]]></category>

		<guid isPermaLink="false">http://rieljun.wordpress.com/?p=78</guid>
		<description><![CDATA[Programming in C language can be made using the software devcpp-4.9.9.2 This is a user-friendly software. If you want to try this software for free, just click here to download and install.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rieljun.wordpress.com&amp;blog=5847584&amp;post=78&amp;subd=rieljun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Programming in C language can be made using the software  devcpp-4.9.9.2<br />
This is a user-friendly software.<br />
If you want to try this software for free, just click <a href="http://dc94.4shared.com/download/58916813/9bf0d491/devcpp-4992_setup.exe?tsid=20090121-092710-8c2e87b3">here</a> to download and install.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rieljun.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rieljun.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rieljun.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rieljun.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rieljun.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rieljun.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rieljun.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rieljun.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rieljun.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rieljun.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rieljun.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rieljun.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rieljun.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rieljun.wordpress.com/78/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rieljun.wordpress.com&amp;blog=5847584&amp;post=78&amp;subd=rieljun&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rieljun.wordpress.com/2009/01/08/devcpp-4992_setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1793ab4dd831cbacf214949ddbca6736?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rieljun</media:title>
		</media:content>
	</item>
		<item>
		<title>made by demand!</title>
		<link>http://rieljun.wordpress.com/2009/01/08/made-by-demand/</link>
		<comments>http://rieljun.wordpress.com/2009/01/08/made-by-demand/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 13:19:53 +0000</pubDate>
		<dc:creator>rieljun</dc:creator>
				<category><![CDATA[cs111 programs]]></category>
		<category><![CDATA[cs111]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[programming in c]]></category>
		<category><![CDATA[sample source codes]]></category>
		<category><![CDATA[source codes]]></category>

		<guid isPermaLink="false">http://rieljun.wordpress.com/?p=75</guid>
		<description><![CDATA[cs 111 After this post, i am going to post programs related to cs 111 just because my friend wanted me to do so. Don&#8217;t you worry if you have problems about cs111, I&#8217;m just here to back u up!!! Just don&#8217;t forget to visit and post a comment. Thanks&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rieljun.wordpress.com&amp;blog=5847584&amp;post=75&amp;subd=rieljun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>cs 111</strong></p>
<p>After this post, i am going to post programs related to cs 111 just because my friend wanted me to do so.<br />
Don&#8217;t you worry if you have problems about cs111, I&#8217;m just here to back u up!!!<br />
Just don&#8217;t forget to visit and post a comment.<br />
Thanks&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rieljun.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rieljun.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rieljun.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rieljun.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rieljun.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rieljun.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rieljun.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rieljun.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rieljun.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rieljun.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rieljun.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rieljun.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rieljun.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rieljun.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rieljun.wordpress.com&amp;blog=5847584&amp;post=75&amp;subd=rieljun&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rieljun.wordpress.com/2009/01/08/made-by-demand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1793ab4dd831cbacf214949ddbca6736?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rieljun</media:title>
		</media:content>
	</item>
		<item>
		<title>Riel&#8217;s answer.</title>
		<link>http://rieljun.wordpress.com/2009/01/07/riel-answers/</link>
		<comments>http://rieljun.wordpress.com/2009/01/07/riel-answers/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 15:58:19 +0000</pubDate>
		<dc:creator>rieljun</dc:creator>
				<category><![CDATA[my c programs]]></category>
		<category><![CDATA[c language]]></category>
		<category><![CDATA[c source codes]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[peteranswers]]></category>
		<category><![CDATA[riel answers]]></category>
		<category><![CDATA[riel's answer]]></category>
		<category><![CDATA[rieljun]]></category>
		<category><![CDATA[sample program]]></category>
		<category><![CDATA[source codes]]></category>

		<guid isPermaLink="false">http://rieljun.wordpress.com/?p=69</guid>
		<description><![CDATA[For the past few days, I&#8217;ve been wondering how peteranswers.com works. As I was sharing ideas with my friends, they inspire me to make a program using c language which concept is from the site http://peteranswers.com. And I would like to share to you the program that I made, which I call Riel&#8217;s answer. Just [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rieljun.wordpress.com&amp;blog=5847584&amp;post=69&amp;subd=rieljun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For the past few days, I&#8217;ve been wondering how peteranswers.com works.<br />
As I was sharing ideas with my friends, they inspire me to make a program using c language which concept is from the site http://peteranswers.com.<br />
And I would like to share to you the program that I made, which I call Riel&#8217;s answer.<br />
Just be careful to read and follow the instruction, </p>
<p><strong>password is behind.</strong></p>
<p>click <a href="http://realjun.fileave.com/rielanswers.exe">here</a> to download the program.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rieljun.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rieljun.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rieljun.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rieljun.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rieljun.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rieljun.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rieljun.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rieljun.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rieljun.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rieljun.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rieljun.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rieljun.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rieljun.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rieljun.wordpress.com/69/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rieljun.wordpress.com&amp;blog=5847584&amp;post=69&amp;subd=rieljun&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rieljun.wordpress.com/2009/01/07/riel-answers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1793ab4dd831cbacf214949ddbca6736?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rieljun</media:title>
		</media:content>
	</item>
		<item>
		<title>binary search in c</title>
		<link>http://rieljun.wordpress.com/2009/01/07/binarysearch/</link>
		<comments>http://rieljun.wordpress.com/2009/01/07/binarysearch/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 15:46:01 +0000</pubDate>
		<dc:creator>rieljun</dc:creator>
				<category><![CDATA[cs211 laboratory exercises]]></category>

		<guid isPermaLink="false">http://rieljun.wordpress.com/?p=66</guid>
		<description><![CDATA[Binary search is more efficient than linear search because it will divide the range into two. Just click here to get the code.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rieljun.wordpress.com&amp;blog=5847584&amp;post=66&amp;subd=rieljun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Binary search is more efficient than linear search because it will divide the range into two.</p>
<p>Just click <a href="http://realjun.fileave.com/progex7.txt">here</a> to get the code.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rieljun.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rieljun.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rieljun.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rieljun.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rieljun.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rieljun.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rieljun.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rieljun.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rieljun.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rieljun.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rieljun.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rieljun.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rieljun.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rieljun.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rieljun.wordpress.com&amp;blog=5847584&amp;post=66&amp;subd=rieljun&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rieljun.wordpress.com/2009/01/07/binarysearch/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1793ab4dd831cbacf214949ddbca6736?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rieljun</media:title>
		</media:content>
	</item>
		<item>
		<title>friendster tricks and tutorials???</title>
		<link>http://rieljun.wordpress.com/2009/01/03/friendstertricks/</link>
		<comments>http://rieljun.wordpress.com/2009/01/03/friendstertricks/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 15:02:48 +0000</pubDate>
		<dc:creator>rieljun</dc:creator>
				<category><![CDATA[about friendster]]></category>
		<category><![CDATA[friendster]]></category>
		<category><![CDATA[friendster profile]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://rieljun.wordpress.com/?p=34</guid>
		<description><![CDATA[nice day to you.. just leave a comment in this post if you&#8217;d like some cool friendster profile tricks&#8230; i&#8217;ll be waiting&#8230; thanks&#8230; just click here for some friendster tricks live preview.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rieljun.wordpress.com&amp;blog=5847584&amp;post=34&amp;subd=rieljun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>nice day to you..<br />
just leave a comment in this post<br />
if you&#8217;d like some cool friendster profile tricks&#8230;<br />
i&#8217;ll be waiting&#8230;<br />
thanks&#8230;</p>
<p>just click <a href="http://profiles.friendster.com/floxz">here</a> for some friendster tricks live preview.</p>
<p><code><br />
<a href="sendim?riel_snow"><img src="http://opi.yahoo.com/online?u=riel_snow&amp;t=2%C3%A2%E2%82%AC%C2%B3" alt="" /></a><br />
</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rieljun.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rieljun.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rieljun.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rieljun.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rieljun.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rieljun.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rieljun.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rieljun.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rieljun.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rieljun.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rieljun.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rieljun.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rieljun.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rieljun.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rieljun.wordpress.com&amp;blog=5847584&amp;post=34&amp;subd=rieljun&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rieljun.wordpress.com/2009/01/03/friendstertricks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1793ab4dd831cbacf214949ddbca6736?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rieljun</media:title>
		</media:content>

		<media:content url="http://opi.yahoo.com/online?u=riel_snow&#38;t=2%C3%A2%E2%82%AC%C2%B3" medium="image" />
	</item>
		<item>
		<title>cs 211 programs</title>
		<link>http://rieljun.wordpress.com/2008/12/14/yeah-dude/</link>
		<comments>http://rieljun.wordpress.com/2008/12/14/yeah-dude/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 08:12:07 +0000</pubDate>
		<dc:creator>rieljun</dc:creator>
				<category><![CDATA[cs211  programs]]></category>

		<guid isPermaLink="false">http://rieljun.wordpress.com/?p=12</guid>
		<description><![CDATA[cs211 sample program histogram regular plural form of verbs old english abbreviation palindrome thanks for visiting&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rieljun.wordpress.com&amp;blog=5847584&amp;post=12&amp;subd=rieljun&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>cs211 sample program</strong></p>
<p><a href="http://realjun.fileave.com/cs211/histogram.txt">histogram</a></p>
<p><a href="http://realjun.fileave.com/cs211/regularPluralForm.txt">regular plural form of verbs</a></p>
<p><a href="http://realjun.fileave.com/cs211/oldenglishabbreviation.txt">old english abbreviation</a></p>
<p><a href="http://realjun.fileave.com/cs211/palindrome.txt">palindrome</a></p>
<p>thanks for visiting&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rieljun.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rieljun.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rieljun.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rieljun.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rieljun.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rieljun.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rieljun.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rieljun.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rieljun.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rieljun.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rieljun.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rieljun.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rieljun.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rieljun.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rieljun.wordpress.com&amp;blog=5847584&amp;post=12&amp;subd=rieljun&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rieljun.wordpress.com/2008/12/14/yeah-dude/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="" length="" type="" />
	
		<media:content url="http://1.gravatar.com/avatar/1793ab4dd831cbacf214949ddbca6736?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rieljun</media:title>
		</media:content>
	</item>
	</channel>
</rss>
