<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The Experimentor</title>
	<atom:link href="http://asadujjaman.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://asadujjaman.wordpress.com</link>
	<description>Experimenting ON Earth</description>
	<lastBuildDate>Fri, 21 Mar 2008 16:51:11 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='asadujjaman.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/9e767ade09a66561fbb6e4e417db9012?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>The Experimentor</title>
		<link>http://asadujjaman.wordpress.com</link>
	</image>
			<item>
		<title>Dept. of ETE community website released</title>
		<link>http://asadujjaman.wordpress.com/2008/03/14/dept-of-ete-community-website-released/</link>
		<comments>http://asadujjaman.wordpress.com/2008/03/14/dept-of-ete-community-website-released/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 13:08:03 +0000</pubDate>
		<dc:creator>asadujjaman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://asadujjaman.wordpress.com/?p=18</guid>
		<description><![CDATA[Today I have finally released the community website for the department of ETE, RUET. I was planning this for about a week. Everyone is welcome. Link given eteruet.co.nr
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=asadujjaman.wordpress.com&blog=2923253&post=18&subd=asadujjaman&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today I have finally released the community website for the department of ETE, RUET. I was planning this for about a week. Everyone is welcome. Link given <a HREF="http://eteruet.co.nr" TARGET="_blank">eteruet.co.nr</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/asadujjaman.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/asadujjaman.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/asadujjaman.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/asadujjaman.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/asadujjaman.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/asadujjaman.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/asadujjaman.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/asadujjaman.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/asadujjaman.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/asadujjaman.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/asadujjaman.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/asadujjaman.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=asadujjaman.wordpress.com&blog=2923253&post=18&subd=asadujjaman&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://asadujjaman.wordpress.com/2008/03/14/dept-of-ete-community-website-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e3063e7a0d3bc48520ff08c751b6520a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asadujjaman</media:title>
		</media:content>
	</item>
		<item>
		<title>Java ME along with Gauss Elimination == Simultaneous equations with any number of unknowns solved</title>
		<link>http://asadujjaman.wordpress.com/2008/03/08/java-me-along-with-gauss-elimination-simultaneous-equations-with-any-number-of-unknowns-solved/</link>
		<comments>http://asadujjaman.wordpress.com/2008/03/08/java-me-along-with-gauss-elimination-simultaneous-equations-with-any-number-of-unknowns-solved/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 08:06:46 +0000</pubDate>
		<dc:creator>asadujjaman</dc:creator>
				<category><![CDATA[ACADEMIC]]></category>
		<category><![CDATA[J2ME Gauss elimination]]></category>
		<category><![CDATA[J2ME Numerical Method]]></category>
		<category><![CDATA[Java ME Gauss elimination]]></category>
		<category><![CDATA[JavaME Numerical Method]]></category>

		<guid isPermaLink="false">http://asadujjaman.wordpress.com/?p=16</guid>
		<description><![CDATA[Gauss elimination is an elegant method to solve system of simultaneous equations. The main idea consists of two steps (1) Forward elimination and (2) Backward substitution. I won&#8217;t attempt to teach Gauss elimination here.
Although elegant the method consists of repetitive calculations which is pain to carry out. A computer implementation of the algorithm can give us the benefit of having the computer consume the pain. But a computer [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=asadujjaman.wordpress.com&blog=2923253&post=16&subd=asadujjaman&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Gauss elimination is an elegant method to solve system of simultaneous equations. The main idea consists of two steps (1) Forward elimination and (2) Backward substitution. I won&#8217;t attempt to teach Gauss elimination here.</p>
<p>Although elegant the method consists of repetitive calculations which is pain to carry out. A computer implementation of the algorithm can give us the benefit of having the computer consume the pain. But a computer is not always the thing at hand. So, here is a simple Java ME MIDlet which can be run on any CLDC 1.0, MIDP-2.0 device.</p>
<p><img SRC="http://www.freeimagehosting.net/uploads/72610eead7.png" BORDER="0" /></p>
<p>Download the <a HREF="http://www.hotlinkfiles.com/files/1067561_ppsha/Gauss_ETE05RUET.zip">jar from here (source included)</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/asadujjaman.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/asadujjaman.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/asadujjaman.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/asadujjaman.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/asadujjaman.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/asadujjaman.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/asadujjaman.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/asadujjaman.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/asadujjaman.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/asadujjaman.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/asadujjaman.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/asadujjaman.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=asadujjaman.wordpress.com&blog=2923253&post=16&subd=asadujjaman&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://asadujjaman.wordpress.com/2008/03/08/java-me-along-with-gauss-elimination-simultaneous-equations-with-any-number-of-unknowns-solved/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e3063e7a0d3bc48520ff08c751b6520a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asadujjaman</media:title>
		</media:content>
	</item>
		<item>
		<title>MATLAB report generator, simple way, smart output</title>
		<link>http://asadujjaman.wordpress.com/2008/03/01/matlab-report-generator-simple-way-smart-output/</link>
		<comments>http://asadujjaman.wordpress.com/2008/03/01/matlab-report-generator-simple-way-smart-output/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 17:15:22 +0000</pubDate>
		<dc:creator>asadujjaman</dc:creator>
				<category><![CDATA[ACADEMIC]]></category>
		<category><![CDATA[MATLAB]]></category>

		<guid isPermaLink="false">http://asadujjaman.wordpress.com/?p=15</guid>
		<description><![CDATA[In a previous post I had shown how to use MATLAB and the web command to use the power of HTML in MATLAB to display program outputs in a more fabulous manner.
But sometimes the complexity of the procedure doesn&#8217;t worth the effort it takes.
In cases where direct manipulation of HTML is not required there is a much simpler but
smarter way. The code is here. The code snippet responsible for generating the report
is highlighted.

Download source
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=asadujjaman.wordpress.com&blog=2923253&post=15&subd=asadujjaman&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In a previous post I had shown how to use MATLAB and the web command to use the power of HTML in MATLAB to display program outputs in a more fabulous manner.<br />
But sometimes the complexity of the procedure doesn&#8217;t worth the effort it takes.</p>
<p>In cases where direct manipulation of HTML is not required there is a much simpler but<br />
smarter way. The code is here. The code snippet responsible for generating the report<br />
is highlighted.</p>
<p><img SRC="http://img3.freeimagehosting.net/uploads/bd35bb549d.png" BORDER="0" /></p>
<p>Download <a HREF="http://www.hotlinkfiles.com/files/1044755_owkyd/SimpleFPI_rpt_122728.zip">source</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/asadujjaman.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/asadujjaman.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/asadujjaman.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/asadujjaman.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/asadujjaman.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/asadujjaman.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/asadujjaman.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/asadujjaman.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/asadujjaman.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/asadujjaman.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/asadujjaman.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/asadujjaman.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=asadujjaman.wordpress.com&blog=2923253&post=15&subd=asadujjaman&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://asadujjaman.wordpress.com/2008/03/01/matlab-report-generator-simple-way-smart-output/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e3063e7a0d3bc48520ff08c751b6520a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asadujjaman</media:title>
		</media:content>
	</item>
		<item>
		<title>Palindromes</title>
		<link>http://asadujjaman.wordpress.com/2008/03/01/palindromes/</link>
		<comments>http://asadujjaman.wordpress.com/2008/03/01/palindromes/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 16:40:40 +0000</pubDate>
		<dc:creator>asadujjaman</dc:creator>
				<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://asadujjaman.wordpress.com/?p=14</guid>
		<description><![CDATA[Numbers such as 233332 are called palindromes. They have the property that they are same forward as backward. Interestingly enough if we start from any number and continuously reverse and add,  it usually ends up in a palindrome.
For example we start with 7513:
7513+3157= 10670
10670+7601=18271
18271+17281=35552
35552+25553=61105
61105+50116=111221
111221+122111=233332
Thus we get a palindrome in six reverse and add operations.
Here is a simple python program to do the dirty reverse and add and give us the palindromes.
Notably, not every integer yields a palindrome this way. For example 196 does not.

Download the source
      [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=asadujjaman.wordpress.com&blog=2923253&post=14&subd=asadujjaman&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Numbers such as 233332 are called palindromes. They have the property that they are <i>same forward as backward</i>. Interestingly enough if we start from any number and continuously <i>reverse and add,</i>  it usually ends up in a palindrome.</p>
<p>For example we start with 7513:</p>
<p>7513+3157= 10670</p>
<p>10670+7601=18271</p>
<p>18271+17281=35552</p>
<p>35552+25553=61105</p>
<p>61105+50116=111221</p>
<p>111221+122111=233332</p>
<p>Thus we get a palindrome in six reverse and add operations.</p>
<p>Here is a simple python program to do the dirty reverse and add and give us the palindromes.</p>
<p>Notably, not every integer yields a palindrome this way. For example 196 does not.</p>
<p><img SRC="http://img3.freeimagehosting.net/uploads/7634da543e.png" BORDER="0" /><br />
Download the <a HREF="http://www.hotlinkfiles.com/files/1044507_tfplj/palin.zip]palin.zip">source</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/asadujjaman.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/asadujjaman.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/asadujjaman.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/asadujjaman.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/asadujjaman.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/asadujjaman.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/asadujjaman.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/asadujjaman.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/asadujjaman.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/asadujjaman.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/asadujjaman.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/asadujjaman.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=asadujjaman.wordpress.com&blog=2923253&post=14&subd=asadujjaman&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://asadujjaman.wordpress.com/2008/03/01/palindromes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e3063e7a0d3bc48520ff08c751b6520a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asadujjaman</media:title>
		</media:content>
	</item>
		<item>
		<title>Renaming files downloaded from the web automatically for better readability using Python</title>
		<link>http://asadujjaman.wordpress.com/2008/02/24/renaming-files-downloaded-from-the-web-automatically-for-better-readability-using-python/</link>
		<comments>http://asadujjaman.wordpress.com/2008/02/24/renaming-files-downloaded-from-the-web-automatically-for-better-readability-using-python/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 14:31:55 +0000</pubDate>
		<dc:creator>asadujjaman</dc:creator>
				<category><![CDATA[ENTERTAINMENT]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://asadujjaman.wordpress.com/?p=13</guid>
		<description><![CDATA[Today I downloaded an mp3 with url:
http://music.music.com.bd/Music/S/Sumon%20&#38;%20Anila/Ekhon%20Ami/02%20-%20Sumon%20&#38;%20Anila%20-%20Ekhon%20Ami%20[music.com.bd].mp3
So the downloaded file (downloaded with Multiget) has the name:
02%20-%20Sumon%20&#38;%20Anila%20-%20Ekhon%20Ami%20[music.com.bd].mp3
But it&#8217;s awesome so I renamed it to:
02 &#8211; Sumon &#38; Anila &#8211; Ekhon Ami [music.com.bd].mp3
Which looks much prettier. But as I continued to download more mp3s it felt
labourus to rename every single file that I download. So I thought about some
automation script. Batch file (Windows) / Shell script (Linux) would be good
enough but that would require me to manipulate the name string directly to replace
the %20s with spaces. Not a big deal but the name could contain things other
than %20s (spaces) . So a better solution, I thought, would be Python&#8217;s url decoder.
Here  is a snapshot of the code from my favourite editor IDLE and also a download link to the python source file.
Place the python script  in the folder containing your files and double click on the
script to see it at work!

Here is the download link simply_rename.zip
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=asadujjaman.wordpress.com&blog=2923253&post=13&subd=asadujjaman&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today I downloaded an mp3 with url:</p>
<p><i>http://music.music.com.bd/Music/S/Sumon%20&amp;%20Anila/Ekhon%20Ami/02%20-%20Sumon%20&amp;%20Anila%20-%20Ekhon%20Ami%20[music.com.bd].mp3</i></p>
<p>So the downloaded file (downloaded with Multiget) has the name:</p>
<p><i>02%20-%20Sumon%20&amp;%20Anila%20-%20Ekhon%20Ami%20[music.com.bd].mp3</i></p>
<p>But it&#8217;s awesome so I renamed it to:</p>
<p><i>02 &#8211; Sumon &amp; Anila &#8211; Ekhon Ami [music.com.bd].mp3</i></p>
<p>Which looks much prettier. But as I continued to download more mp3s it felt<br />
labourus to rename every single file that I download. So I thought about some<br />
automation script. Batch file (Windows) / Shell script (Linux) would be good<br />
enough but that would require me to manipulate the name string directly to replace<br />
the %20s with spaces. Not a big deal but the name could contain things other<br />
than %20s (spaces) . So a better solution, I thought, would be Python&#8217;s url decoder.<br />
Here  is a snapshot of the code from my favourite editor IDLE and also a download link to the python source file.<br />
Place the python script  in the folder containing your files and double click on the<br />
script to see it at work!</p>
<p><img BORDER="0" SRC="http://img2.freeimagehosting.net/uploads/62d93c6f1e.png" /><br />
Here is the download link <a HREF="http://www.hotlinkfiles.com/files/1022601_p1dvz/simply_rename.zip">simply_rename.zip</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/asadujjaman.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/asadujjaman.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/asadujjaman.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/asadujjaman.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/asadujjaman.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/asadujjaman.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/asadujjaman.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/asadujjaman.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/asadujjaman.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/asadujjaman.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/asadujjaman.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/asadujjaman.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=asadujjaman.wordpress.com&blog=2923253&post=13&subd=asadujjaman&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://asadujjaman.wordpress.com/2008/02/24/renaming-files-downloaded-from-the-web-automatically-for-better-readability-using-python/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e3063e7a0d3bc48520ff08c751b6520a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asadujjaman</media:title>
		</media:content>
	</item>
		<item>
		<title>How to feed PC music into the Microphone</title>
		<link>http://asadujjaman.wordpress.com/2008/02/24/how-to-feed-pc-music-into-the-microphone/</link>
		<comments>http://asadujjaman.wordpress.com/2008/02/24/how-to-feed-pc-music-into-the-microphone/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 06:13:53 +0000</pubDate>
		<dc:creator>asadujjaman</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Microphone music feed]]></category>
		<category><![CDATA[sound card output redirect to mic]]></category>
		<category><![CDATA[Windows sound feed]]></category>

		<guid isPermaLink="false">http://asadujjaman.wordpress.com/?p=11</guid>
		<description><![CDATA[While voice chatting on yahoo  or talking over mobile using bluetooth voice gateway friends request me to let them hear the song I am hearing. I used to place the microphone close to the speaker so that, they can hear. But this is so uncomfortable and awesome specially when using a headphone. I looked [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=asadujjaman.wordpress.com&blog=2923253&post=11&subd=asadujjaman&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>While <strong>voice chatting on yahoo</strong>  or <strong>talking over mobile using bluetooth voice gateway</strong> friends request me to let them hear the song I am hearing. I used to place the microphone close to the speaker so that, they can hear. But this is so uncomfortable and awesome specially when using a headphone. I looked for a smarter solution &amp; I found. Here I show (Windows only)-</p>
<p>1.  On the taskbar&#8217;s right corner (System tray) right click on the <i>Volume</i> Icon.</p>
<p><img BORDER="0" SRC="http://img2.freeimagehosting.net/uploads/a2b95f670c.png" /></p>
<p>2. Click on <i>Open Volume Control</i> menu item.</p>
<p>3. A window titled &#8216;Front Speaker&#8217; appears. From the munubar choose Options&gt;Properties</p>
<p><img BORDER="0" SRC="http://img2.freeimagehosting.net/uploads/5f885dc948.png" /></p>
<p>4. In the &#8216;Properties&#8217; window choose <i>Adjust Volume for </i>(Group box)<i> </i>Recording (radio button).</p>
<p><img BORDER="0" SRC="http://img2.freeimagehosting.net/uploads/d68294d87c.png" /></p>
<p>5.  Chek &#8216;Stereo Mixer&#8217; and &#8216;Mic&#8217; and uncheck everything else and click OK.</p>
<p>6. A window with two sets of widgets seperated by a vertical line appears one titled <i>Stereo Mixer</i> &amp; another titled <i>Mic</i>. Check Select of Stereo Mixer.</p>
<p><img BORDER="0" SRC="http://img2.freeimagehosting.net/uploads/f1f8c9af67.png" /></p>
<p>To ensure that the setup is working, play your favourite music on your favourite player and open up Sound Recorder (Start&gt;All Programs&gt;Accessories&gt;Entertainment&gt;Sound Recorder) and start recording.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/asadujjaman.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/asadujjaman.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/asadujjaman.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/asadujjaman.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/asadujjaman.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/asadujjaman.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/asadujjaman.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/asadujjaman.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/asadujjaman.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/asadujjaman.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/asadujjaman.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/asadujjaman.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=asadujjaman.wordpress.com&blog=2923253&post=11&subd=asadujjaman&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://asadujjaman.wordpress.com/2008/02/24/how-to-feed-pc-music-into-the-microphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e3063e7a0d3bc48520ff08c751b6520a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asadujjaman</media:title>
		</media:content>
	</item>
		<item>
		<title>G2&#8217;s Poetic Python</title>
		<link>http://asadujjaman.wordpress.com/2008/02/23/g2s-poetic-python/</link>
		<comments>http://asadujjaman.wordpress.com/2008/02/23/g2s-poetic-python/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 10:59:22 +0000</pubDate>
		<dc:creator>asadujjaman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://asadujjaman.wordpress.com/2008/02/23/g2s-poetic-python/</guid>
		<description><![CDATA[This a favourite poem of mine. It&#8217;s about Python.
Programming is fun
When the work is done
if you wanna make your work also fun:
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;use Python!
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=asadujjaman.wordpress.com&blog=2923253&post=10&subd=asadujjaman&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This a favourite poem of mine. It&#8217;s about Python.</p>
<p>Programming is fun<br />
When the work is done<br />
if you wanna make your work also fun:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;use Python!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/asadujjaman.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/asadujjaman.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/asadujjaman.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/asadujjaman.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/asadujjaman.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/asadujjaman.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/asadujjaman.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/asadujjaman.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/asadujjaman.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/asadujjaman.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/asadujjaman.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/asadujjaman.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=asadujjaman.wordpress.com&blog=2923253&post=10&subd=asadujjaman&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://asadujjaman.wordpress.com/2008/02/23/g2s-poetic-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e3063e7a0d3bc48520ff08c751b6520a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asadujjaman</media:title>
		</media:content>
	</item>
		<item>
		<title>হাবিব এর বলছি তোমাকে</title>
		<link>http://asadujjaman.wordpress.com/2008/02/22/%e0%a6%b9%e0%a6%be%e0%a6%ac%e0%a6%bf%e0%a6%ac-%e0%a6%8f%e0%a6%b0-%e0%a6%ac%e0%a6%b2%e0%a6%9b%e0%a6%bf-%e0%a6%a4%e0%a7%8b%e0%a6%ae%e0%a6%be%e0%a6%95%e0%a7%87/</link>
		<comments>http://asadujjaman.wordpress.com/2008/02/22/%e0%a6%b9%e0%a6%be%e0%a6%ac%e0%a6%bf%e0%a6%ac-%e0%a6%8f%e0%a6%b0-%e0%a6%ac%e0%a6%b2%e0%a6%9b%e0%a6%bf-%e0%a6%a4%e0%a7%8b%e0%a6%ae%e0%a6%be%e0%a6%95%e0%a7%87/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 06:09:44 +0000</pubDate>
		<dc:creator>asadujjaman</dc:creator>
				<category><![CDATA[ENTERTAINMENT]]></category>
		<category><![CDATA[BOLCHI TOMAKE]]></category>
		<category><![CDATA[BOLCI TOMAKE]]></category>
		<category><![CDATA[HABIB]]></category>

		<guid isPermaLink="false">http://asadujjaman.wordpress.com/?p=8</guid>
		<description><![CDATA[আজ সকালে music.com.bd থেকে হাবিব এর নতুন এ্যলবাম বলছি তোমাকে download করলাম।এক কথায় অসাধারণ একটি এ্যলবাম।
Valentine&#8217;s day উপলক্ষে WARID sponsored এই এ্যলবামে  ৯ টা গান আছে। সবগুলোই ভালো লেগেছে। গান গুলো হচ্ছে -
১।  আকাঙ্খা
২। শুভ্র চাঁদ
৩। সূর্যমূখী প্রেম
৪। নিশি কাব্য
৫। একজনই
৬। একমুঠো ভালোবাসা
৭।  কৌতূহল
৮।  প্রাণ বন্ধুয়া
৯। গোধূলী লগন
Download link এখানে দিলাম। আমার বিশ্বাস বলছি তোমাকে সবার ভালো লাগবে।
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=asadujjaman.wordpress.com&blog=2923253&post=8&subd=asadujjaman&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>আজ সকালে music.com.bd থেকে হাবিব এর নতুন এ্যলবাম <strong>বলছি তোমাকে</strong> download করলাম।এক কথায় অসাধারণ একটি এ্যলবাম।</p>
<p>Valentine&#8217;s day উপলক্ষে WARID sponsored এই এ্যলবামে  ৯ টা গান আছে। সবগুলোই ভালো লেগেছে। গান গুলো হচ্ছে -</p>
<p>১।  আকাঙ্খা</p>
<p>২। শুভ্র চাঁদ</p>
<p>৩। সূর্যমূখী প্রেম</p>
<p>৪। নিশি কাব্য</p>
<p>৫। একজনই</p>
<p>৬। একমুঠো ভালোবাসা</p>
<p>৭।  কৌতূহল</p>
<p>৮।  প্রাণ বন্ধুয়া</p>
<p>৯। গোধূলী লগন</p>
<p>Download link এখানে দিলাম। আমার বিশ্বাস <a HREF="http://music.music.com.bd/index.php?dir=H/Habib/Bolchi%20Tomake/" target="_blank">বলছি তোমাকে</a> সবার ভালো লাগবে।</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/asadujjaman.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/asadujjaman.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/asadujjaman.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/asadujjaman.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/asadujjaman.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/asadujjaman.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/asadujjaman.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/asadujjaman.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/asadujjaman.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/asadujjaman.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/asadujjaman.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/asadujjaman.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=asadujjaman.wordpress.com&blog=2923253&post=8&subd=asadujjaman&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://asadujjaman.wordpress.com/2008/02/22/%e0%a6%b9%e0%a6%be%e0%a6%ac%e0%a6%bf%e0%a6%ac-%e0%a6%8f%e0%a6%b0-%e0%a6%ac%e0%a6%b2%e0%a6%9b%e0%a6%bf-%e0%a6%a4%e0%a7%8b%e0%a6%ae%e0%a6%be%e0%a6%95%e0%a7%87/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e3063e7a0d3bc48520ff08c751b6520a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asadujjaman</media:title>
		</media:content>
	</item>
		<item>
		<title>DISPLAYING HTML OUTPUT USING MATLAB</title>
		<link>http://asadujjaman.wordpress.com/2008/02/21/displaying-html-output-using-matlab/</link>
		<comments>http://asadujjaman.wordpress.com/2008/02/21/displaying-html-output-using-matlab/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 16:47:32 +0000</pubDate>
		<dc:creator>asadujjaman</dc:creator>
				<category><![CDATA[ACADEMIC]]></category>
		<category><![CDATA[MATLAB]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[NUMERICAL]]></category>
		<category><![CDATA[SIMPLE FIXED-POINT ITERATION]]></category>

		<guid isPermaLink="false">http://asadujjaman.wordpress.com/?p=7</guid>
		<description><![CDATA[Introduction
Matlab is a great tool for technical computing. For each computation we need to display the output and in most of the case the output is displayed in the console. But what if more flexibility is needed? What if we need to display data in tables or in more attractractive manner? We can do this using matlab web browser and the web command along with the text: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=asadujjaman.wordpress.com&blog=2923253&post=7&subd=asadujjaman&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Introduction</strong></p>
<p>Matlab is a great tool for technical computing. For each computation we need to display the output and in most of the case the output is displayed in the console. But what if more flexibility is needed? What if we need to display data in tables or in more attractractive manner? We can do this using matlab web browser and the web command along with the text: protocol.</p>
<p><strong> Commands</strong></p>
<p>web</p>
<p>web http://asadujjaman.wordpress.com</p>
<p>web(&#8216;text://&lt;html&gt;&lt;body&gt;Hello world!&lt;/body&gt; &lt;/html&gt;&#8217;);</p>
<p><strong>Prerequisite HTML knowledge</strong></p>
<p>HTML is the language of the web. I assume that you already know what html is.</p>
<p>Now I show how to create a table in HTML:</p>
<p><img HEIGHT="208" WIDTH="369" BORDER="0" SRC="http://img2.freeimagehosting.net/uploads/c2ae72960d.png" /></p>
<p>The result is the following table:</p>
<table BORDER="1">
<tr>
<th>Header1</th>
<th>Header2</th>
</tr>
<tr>
<td>Data1</td>
<td>Data2</td>
</tr>
</table>
<p>The &lt;tr&gt; tag specifies a row, &lt;th&gt;  specifies a header cell and &lt;td&gt; specifies an ordinary cell.</p>
<p><strong>The Idea</strong></p>
<p>We can exploit the web(&#8216;text://&lt;html&gt;&#8230;&lt;/html&gt; &#8217;) command and our html knowledge to display html output in the matlab browser. We produce an HTML string as our computation proceeds and then pass the string to the browser.</p>
<p><strong>A Numerical Example</strong></p>
<p>Last week we solved the problem of computing the roots of a function using a numerical method called SIMPLE FIXED-POINT ITERATION in our computer lab (RUET). We needed to show results of each iteration. We just used disp(sprintf(&#8216;&#8230;&#8217; )). But I  searched for  something more pleasurable. And there is no doubt that I found some satisfactory idea.</p>
<p><strong>The Code</strong></p>
<p><img SRC="http://img2.freeimagehosting.net/uploads/e879759489.png" BORDER="0" /></p>
<p>Download <a HREF="http://www.hotlinkfiles.com/files/1022830_8mjoe/SimpleFPI.m">SimpleFPI.m</a></p>
<p><strong>Using the function</strong></p>
<p>Suppose we need to find the roots of f(x) = 0 where, f(x) = e<sup>-x</sup>-x.</p>
<p>We arrange this in x=g(x) format and g(x) becomes e<sup>-x</sup> or exp(-x).</p>
<p><i>The SimpleFPI function takes three arguments:</i></p>
<p>The function g(x), maximum approximate error (ea) and maximum number of iterations in case the function doesn&#8217;t converge.</p>
<p><i>It outputs two results:</i></p>
<p>The root and an HTML string describing the process.</p>
<p>From MATLAB</p>
<p>&gt;&gt;&gt; [root, html]=SimpleFPI(&#8216;exp(-x)&#8217;,.001,100);</p>
<p>&gt;&gt;&gt;web(sprintf(&#8216;text://%s&#8217;,html));</p>
<p><strong>The Output</strong></p>
<table BORDER="1">
<tr>
<th><i>i</i></th>
<th><i>x<sub>i</sub></i></th>
<th><i>ε<sub>a</sub>(%)</i></th>
</tr>
<tr>
<td>0.000000</td>
<td>0.000000</td>
<td>100.000000</td>
</tr>
<tr>
<td>1.000000</td>
<td>1.000000</td>
<td>100.000000</td>
</tr>
<tr>
<td>2.000000</td>
<td>0.367879</td>
<td>171.828183</td>
</tr>
<tr>
<td>3.000000</td>
<td>0.692201</td>
<td>46.853639</td>
</tr>
<tr>
<td>4.000000</td>
<td>0.500474</td>
<td>38.309147</td>
</tr>
<tr>
<td>5.000000</td>
<td>0.606244</td>
<td>17.446790</td>
</tr>
<tr>
<td>6.000000</td>
<td>0.545396</td>
<td>11.156623</td>
</tr>
<tr>
<td>7.000000</td>
<td>0.579612</td>
<td>5.903351</td>
</tr>
<tr>
<td>8.000000</td>
<td>0.560115</td>
<td>3.480867</td>
</tr>
<tr>
<td>9.000000</td>
<td>0.571143</td>
<td>1.930804</td>
</tr>
<tr>
<td>10.000000</td>
<td>0.564879</td>
<td>1.108868</td>
</tr>
<tr>
<td>11.000000</td>
<td>0.568429</td>
<td>0.624419</td>
</tr>
<tr>
<td>12.000000</td>
<td>0.566415</td>
<td>0.355568</td>
</tr>
<tr>
<td>13.000000</td>
<td>0.567557</td>
<td>0.201197</td>
</tr>
<tr>
<td>14.000000</td>
<td>0.566909</td>
<td>0.114256</td>
</tr>
<tr>
<td>15.000000</td>
<td>0.567276</td>
<td>0.064752</td>
</tr>
<tr>
<td>16.000000</td>
<td>0.567068</td>
<td>0.036739</td>
</tr>
<tr>
<td>17.000000</td>
<td>0.567186</td>
<td>0.020831</td>
</tr>
<tr>
<td>18.000000</td>
<td>0.567119</td>
<td>0.011816</td>
</tr>
<tr>
<td>19.000000</td>
<td>0.567157</td>
<td>0.006701</td>
</tr>
<tr>
<td>20.000000</td>
<td>0.567135</td>
<td>0.003800</td>
</tr>
<tr>
<td>21.000000</td>
<td>0.567148</td>
<td>0.002155</td>
</tr>
<tr>
<td>22.000000</td>
<td>0.567141</td>
<td>0.001222</td>
</tr>
</table>
<p>The root is 0.567145<br />
<strong>Conclusion</strong></p>
<p>This is the very basic approach. More advanced technique like CSS can be used for better flexibility.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/asadujjaman.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/asadujjaman.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/asadujjaman.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/asadujjaman.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/asadujjaman.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/asadujjaman.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/asadujjaman.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/asadujjaman.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/asadujjaman.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/asadujjaman.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/asadujjaman.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/asadujjaman.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=asadujjaman.wordpress.com&blog=2923253&post=7&subd=asadujjaman&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://asadujjaman.wordpress.com/2008/02/21/displaying-html-output-using-matlab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e3063e7a0d3bc48520ff08c751b6520a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asadujjaman</media:title>
		</media:content>
	</item>
		<item>
		<title>আজ একুশে ফেব্রুয়ারী</title>
		<link>http://asadujjaman.wordpress.com/2008/02/20/%e0%a6%86%e0%a6%9c-%e0%a6%8f%e0%a6%95%e0%a7%81%e0%a6%b6%e0%a7%87-%e0%a6%ab%e0%a7%87%e0%a6%ac%e0%a7%8d%e0%a6%b0%e0%a7%81%e0%a7%9f%e0%a6%be%e0%a6%b0%e0%a7%80/</link>
		<comments>http://asadujjaman.wordpress.com/2008/02/20/%e0%a6%86%e0%a6%9c-%e0%a6%8f%e0%a6%95%e0%a7%81%e0%a6%b6%e0%a7%87-%e0%a6%ab%e0%a7%87%e0%a6%ac%e0%a7%8d%e0%a6%b0%e0%a7%81%e0%a7%9f%e0%a6%be%e0%a6%b0%e0%a7%80/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 19:39:36 +0000</pubDate>
		<dc:creator>asadujjaman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://asadujjaman.wordpress.com/?p=5</guid>
		<description><![CDATA[আজ একুশে ফেব্রুয়ারী। শহীদ দিবস। আমি  ভাষা শহীদদের শ্রদ্ধাভরে স্মরণ করছি।
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=asadujjaman.wordpress.com&blog=2923253&post=5&subd=asadujjaman&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>আজ একুশে ফেব্রুয়ারী। শহীদ দিবস। আমি  ভাষা শহীদদের শ্রদ্ধাভরে স্মরণ করছি।</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/asadujjaman.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/asadujjaman.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/asadujjaman.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/asadujjaman.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/asadujjaman.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/asadujjaman.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/asadujjaman.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/asadujjaman.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/asadujjaman.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/asadujjaman.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/asadujjaman.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/asadujjaman.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=asadujjaman.wordpress.com&blog=2923253&post=5&subd=asadujjaman&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://asadujjaman.wordpress.com/2008/02/20/%e0%a6%86%e0%a6%9c-%e0%a6%8f%e0%a6%95%e0%a7%81%e0%a6%b6%e0%a7%87-%e0%a6%ab%e0%a7%87%e0%a6%ac%e0%a7%8d%e0%a6%b0%e0%a7%81%e0%a7%9f%e0%a6%be%e0%a6%b0%e0%a7%80/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e3063e7a0d3bc48520ff08c751b6520a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asadujjaman</media:title>
		</media:content>
	</item>
	</channel>
</rss>