<?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>Phoxis &#187; Others</title>
	<atom:link href="http://phoxis.org/category/computer-science/others/feed/" rel="self" type="application/rss+xml" />
	<link>http://phoxis.org</link>
	<description>Don&#039;t just think ... Do it.</description>
	<lastBuildDate>Fri, 10 Feb 2012 09:19:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='phoxis.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/bd09f76ed73ca3d061c79185b60cbc84?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Phoxis &#187; Others</title>
		<link>http://phoxis.org</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://phoxis.org/osd.xml" title="Phoxis" />
	<atom:link rel='hub' href='http://phoxis.org/?pushpress=hub'/>
		<item>
		<title>Finding qth real root of a real number</title>
		<link>http://phoxis.org/2010/04/27/qth-root/</link>
		<comments>http://phoxis.org/2010/04/27/qth-root/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 11:45:46 +0000</pubDate>
		<dc:creator>phoxis</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[numerical]]></category>

		<guid isPermaLink="false">http://phoxis.org/?p=947</guid>
		<description><![CDATA[In this post we will see how to find n<sup>th</sup> roots of a positive real number. We will use the Newton-Raphson method to deduce an iterative formula, and see its convergence. <a href="http://phoxis.org/2010/04/27/qth-root/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phoxis.org&amp;blog=5405372&amp;post=947&amp;subd=phoxis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://phoxis.org/2010/04/27/qth-root/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<georss:point>22.505694 88.351861</georss:point>
		<geo:lat>22.505694</geo:lat>
		<geo:long>88.351861</geo:long>
		<media:content url="http://0.gravatar.com/avatar/e2a400cef6dbb94a8777c161d5b43d0c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">phoxis</media:title>
		</media:content>
	</item>
		<item>
		<title>Counting Rectangles in an n X m Checked Board</title>
		<link>http://phoxis.org/2010/04/16/rectangles-in-checked-board/</link>
		<comments>http://phoxis.org/2010/04/16/rectangles-in-checked-board/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 12:20:21 +0000</pubDate>
		<dc:creator>phoxis</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://phoxis.org/?p=926</guid>
		<description><![CDATA[We have got a checked board like a chess board, but instead of 8 x 8 it has a dimension of n x m . The task is to count the number of rectangles of all possible dimensions i x j in that checked board. Also the question arises how many squares of all possible dimensions are there. We will solve this problem by establishing formulas by construction. After this we can calculate the the number of rectangles and squares of a Chess Board or any other such checked board. <a href="http://phoxis.org/2010/04/16/rectangles-in-checked-board/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phoxis.org&amp;blog=5405372&amp;post=926&amp;subd=phoxis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://phoxis.org/2010/04/16/rectangles-in-checked-board/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<georss:point>22.505694 88.351861</georss:point>
		<geo:lat>22.505694</geo:lat>
		<geo:long>88.351861</geo:long>
		<media:content url="http://0.gravatar.com/avatar/e2a400cef6dbb94a8777c161d5b43d0c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">phoxis</media:title>
		</media:content>
	</item>
		<item>
		<title>Make a website block virus</title>
		<link>http://phoxis.org/2009/09/10/site-block-virus/</link>
		<comments>http://phoxis.org/2009/09/10/site-block-virus/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 10:31:34 +0000</pubDate>
		<dc:creator>phoxis</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[C program]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://phoxis.wordpress.com/?p=497</guid>
		<description><![CDATA[A simple C Language program to block websites in a target Microsoft Windows system <a href="http://phoxis.org/2009/09/10/site-block-virus/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phoxis.org&amp;blog=5405372&amp;post=497&amp;subd=phoxis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://phoxis.org/2009/09/10/site-block-virus/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		<georss:point>22.505694 88.351861</georss:point>
		<geo:lat>22.505694</geo:lat>
		<geo:long>88.351861</geo:long>
		<media:content url="http://0.gravatar.com/avatar/e2a400cef6dbb94a8777c161d5b43d0c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">phoxis</media:title>
		</media:content>
	</item>
	</channel>
</rss>
