<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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: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>Comments for Phoxis</title>
	<atom:link href="http://phoxis.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://phoxis.org</link>
	<description>Don&#039;t just think ... Do it.</description>
	<lastBuildDate>Sun, 05 Feb 2012 17:26:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Re-Enable WordPress.com random blog surfing by braincoffey</title>
		<link>http://phoxis.org/2010/05/26/re-enable-wordpress-com-random-blog-surfing/#comment-2467</link>
		<dc:creator><![CDATA[braincoffey]]></dc:creator>
		<pubDate>Sun, 05 Feb 2012 17:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://phoxis.org/?p=1053#comment-2467</guid>
		<description><![CDATA[I loved surfing the random blogs.  It&#039;s a good way to &quot;survey&quot; the sensibilities of our human friends.]]></description>
		<content:encoded><![CDATA[<p>I loved surfing the random blogs.  It&#8217;s a good way to &#8220;survey&#8221; the sensibilities of our human friends.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Geeky Code Wallpaper with GIMP by phoxis</title>
		<link>http://phoxis.org/2009/08/11/gimp_geek_code_wallpaper/#comment-2462</link>
		<dc:creator><![CDATA[phoxis]]></dc:creator>
		<pubDate>Sat, 04 Feb 2012 05:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://phoxis.wordpress.com/?p=422#comment-2462</guid>
		<description><![CDATA[Actually you need to compile the code above. If you have never compiled a code then it is a problem. You can actually open any binary program, ie executable program and follow the steps. The code i posted has somehow changed and the #include line has become incorrect as the stdio.h is not included. The first line should be #include &lt;stdio.h&gt; . I have fixed post. Now try to compile as told in the code. Save the file with some name, and pass the name to the given command (ie. compile the code), and follow the steps.

I suggest instead of copying directly from the webpage, you see and type, as some html codes have appeared in the webpage (like the quot for the double quotes). Although i have fixed the problem in the page, it can change (as this problem occurrs in other pages too).]]></description>
		<content:encoded><![CDATA[<p>Actually you need to compile the code above. If you have never compiled a code then it is a problem. You can actually open any binary program, ie executable program and follow the steps. The code i posted has somehow changed and the #include line has become incorrect as the stdio.h is not included. The first line should be #include &lt;stdio.h&gt; . I have fixed post. Now try to compile as told in the code. Save the file with some name, and pass the name to the given command (ie. compile the code), and follow the steps.</p>
<p>I suggest instead of copying directly from the webpage, you see and type, as some html codes have appeared in the webpage (like the quot for the double quotes). Although i have fixed the problem in the page, it can change (as this problem occurrs in other pages too).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Geeky Code Wallpaper with GIMP by Geeky Code Wallpaper with GIMP &#124; Phoxis</title>
		<link>http://phoxis.org/2009/08/11/gimp_geek_code_wallpaper/#comment-2461</link>
		<dc:creator><![CDATA[Geeky Code Wallpaper with GIMP &#124; Phoxis]]></dc:creator>
		<pubDate>Sat, 04 Feb 2012 05:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://phoxis.wordpress.com/?p=422#comment-2461</guid>
		<description><![CDATA[[...] 10 Geeky Code Wallpaper with GIMPFloating point math operations in bashChoose login manager GDM or KDM in FedoraMaking a Multi [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 10 Geeky Code Wallpaper with GIMPFloating point math operations in bashChoose login manager GDM or KDM in FedoraMaking a Multi [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Geeky Code Wallpaper with GIMP by amusementmachines</title>
		<link>http://phoxis.org/2009/08/11/gimp_geek_code_wallpaper/#comment-2460</link>
		<dc:creator><![CDATA[amusementmachines]]></dc:creator>
		<pubDate>Sat, 04 Feb 2012 03:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://phoxis.wordpress.com/?p=422#comment-2460</guid>
		<description><![CDATA[i need install other program? 
gcc pic.c -o pic -static


pic.c:1:10: error: #include expects &quot;FILENAME&quot; or 
pic.c: In function ‘main’:
pic.c:4:3: warning: incompatible implicit declaration of built-in function ‘printf’ [enabled by default]
pic.c:4:11: error: ‘quot’ undeclared (first use in this function)
pic.c:4:11: note: each undeclared identifier is reported only once for each function it appears in
pic.c:4:15: error: expected ‘)’ before ‘;’ token
pic.c:4:15: error: stray ‘\’ in program

not create pic


sorry my bad english]]></description>
		<content:encoded><![CDATA[<p>i need install other program?<br />
gcc pic.c -o pic -static</p>
<p>pic.c:1:10: error: #include expects &#8220;FILENAME&#8221; or<br />
pic.c: In function ‘main’:<br />
pic.c:4:3: warning: incompatible implicit declaration of built-in function ‘printf’ [enabled by default]<br />
pic.c:4:11: error: ‘quot’ undeclared (first use in this function)<br />
pic.c:4:11: note: each undeclared identifier is reported only once for each function it appears in<br />
pic.c:4:15: error: expected ‘)’ before ‘;’ token<br />
pic.c:4:15: error: stray ‘\’ in program</p>
<p>not create pic</p>
<p>sorry my bad english</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Floating point math operations in bash by fractions in linux</title>
		<link>http://phoxis.org/2009/12/23/floatmathbash/#comment-2451</link>
		<dc:creator><![CDATA[fractions in linux]]></dc:creator>
		<pubDate>Sat, 28 Jan 2012 14:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://phoxis.wordpress.com/?p=660#comment-2451</guid>
		<description><![CDATA[[...] Bash does not natively support floating point math. You have to use a command line application called &quot;bc&quot; to do floating point math. Here&#039;s an article discussing the technique:  http://phoxis.org/2009/12/23/floatmathbash/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Bash does not natively support floating point math. You have to use a command line application called &quot;bc&quot; to do floating point math. Here&#039;s an article discussing the technique:  <a href="http://phoxis.org/2009/12/23/floatmathbash/" rel="nofollow">http://phoxis.org/2009/12/23/floatmathbash/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accessing private data members directly outside from its class in C++ by Goutam Mandal</title>
		<link>http://phoxis.org/2012/01/25/accessing-private-data-members-directly-outside-from-its-class-in-c/#comment-2449</link>
		<dc:creator><![CDATA[Goutam Mandal]]></dc:creator>
		<pubDate>Wed, 25 Jan 2012 19:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://phoxis.org/?p=1815#comment-2449</guid>
		<description><![CDATA[Amazing !!]]></description>
		<content:encoded><![CDATA[<p>Amazing !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Choose login manager GDM or KDM in Fedora by Adri Verhoef</title>
		<link>http://phoxis.org/2010/02/01/loginmanager-gdmkdm-fedora/#comment-2410</link>
		<dc:creator><![CDATA[Adri Verhoef]]></dc:creator>
		<pubDate>Fri, 09 Dec 2011 19:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://phoxis.wordpress.com/?p=775#comment-2410</guid>
		<description><![CDATA[Thanks!  Had to use this trick of switching from GDM to KDM, because GDM wouldn&#039;t let me log into GNOME while KDM now does.]]></description>
		<content:encoded><![CDATA[<p>Thanks!  Had to use this trick of switching from GDM to KDM, because GDM wouldn&#8217;t let me log into GNOME while KDM now does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configure Samsung ML-1666 in Fedora by junk</title>
		<link>http://phoxis.org/2011/07/16/configure-samsung-ml-1666-in-fedora/#comment-2407</link>
		<dc:creator><![CDATA[junk]]></dc:creator>
		<pubDate>Sun, 04 Dec 2011 09:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://phoxis.org/?p=1635#comment-2407</guid>
		<description><![CDATA[In Fedora 16 change step 3 to Run the command &quot;system-config-printer&quot; to get to the Printer Configuration window.]]></description>
		<content:encoded><![CDATA[<p>In Fedora 16 change step 3 to Run the command &#8220;system-config-printer&#8221; to get to the Printer Configuration window.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress.com Top 10 Features by Hyder</title>
		<link>http://phoxis.org/2010/05/27/wordpress-com-top-10-features/#comment-2406</link>
		<dc:creator><![CDATA[Hyder]]></dc:creator>
		<pubDate>Sat, 03 Dec 2011 18:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://phoxis.org/?p=1060#comment-2406</guid>
		<description><![CDATA[I found new wordpress mu site http://www.mblogi.com anyone review about it, im waiting for reply]]></description>
		<content:encoded><![CDATA[<p>I found new wordpress mu site <a href="http://www.mblogi.com" rel="nofollow">http://www.mblogi.com</a> anyone review about it, im waiting for reply</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Make a website block virus by Mainjurii Mj Verano</title>
		<link>http://phoxis.org/2009/09/10/site-block-virus/#comment-2395</link>
		<dc:creator><![CDATA[Mainjurii Mj Verano]]></dc:creator>
		<pubDate>Wed, 16 Nov 2011 07:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://phoxis.wordpress.com/?p=497#comment-2395</guid>
		<description><![CDATA[is it possible to send website viruses without being detected?? HOW??]]></description>
		<content:encoded><![CDATA[<p>is it possible to send website viruses without being detected?? HOW??</p>
]]></content:encoded>
	</item>
</channel>
</rss>

