<?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/"
		>
<channel>
	<title>Comments for phacai.com</title>
	<atom:link href="http://www.phacai.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.phacai.com</link>
	<description>Gigabyte, Terabyte, Petabyte</description>
	<lastBuildDate>Wed, 04 Jan 2012 15:57:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>Comment on About by Mr. One</title>
		<link>http://www.phacai.com/about/comment-page-1#comment-763</link>
		<dc:creator>Mr. One</dc:creator>
		<pubDate>Wed, 04 Jan 2012 15:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.phacai.com//?page_id=2#comment-763</guid>
		<description>Sorry I don&#039;t have an archive.</description>
		<content:encoded><![CDATA[<p>Sorry I don&#8217;t have an archive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by KPKAUSHIK</title>
		<link>http://www.phacai.com/about/comment-page-1#comment-762</link>
		<dc:creator>KPKAUSHIK</dc:creator>
		<pubDate>Wed, 04 Jan 2012 15:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.phacai.com//?page_id=2#comment-762</guid>
		<description>Sir, i have been using your posts for gaining my knowledge since a long time. And these are very useful too. So thanks a lot. Is there any archive or pdf&#039;s of all documents together available?</description>
		<content:encoded><![CDATA[<p>Sir, i have been using your posts for gaining my knowledge since a long time. And these are very useful too. So thanks a lot. Is there any archive or pdf&#8217;s of all documents together available?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Align Equations in Latex by Mr. One</title>
		<link>http://www.phacai.com/how-to-align-equations-in-latex/comment-page-1#comment-748</link>
		<dc:creator>Mr. One</dc:creator>
		<pubDate>Fri, 18 Nov 2011 03:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://phacai.com/?p=89#comment-748</guid>
		<description>Well, this was post in 2009. OK. Here is what I would do today.
Unleash my nested alignment...
&lt;pre&gt;
\begin{equation}
\begin{alignedat}{2}
a,b  \to &amp; p\\
c,d  \to &amp; \left\{ 
		\begin{array}{ll}
		    x,  &amp; \text{if this}\\
		    y &amp; \text{if that}
		\end{array} 
		\right.
\end{alignedat}
\end{equation}
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Well, this was post in 2009. OK. Here is what I would do today.<br />
Unleash my nested alignment&#8230;</p>
<pre>
\begin{equation}
\begin{alignedat}{2}
a,b  \to &#038; p\\
c,d  \to &#038; \left\{
		\begin{array}{ll}
		    x,  &#038; \text{if this}\\
		    y &#038; \text{if that}
		\end{array}
		\right.
\end{alignedat}
\end{equation}
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Align Equations in Latex by jkjkj</title>
		<link>http://www.phacai.com/how-to-align-equations-in-latex/comment-page-1#comment-737</link>
		<dc:creator>jkjkj</dc:creator>
		<pubDate>Wed, 19 Oct 2011 15:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://phacai.com/?p=89#comment-737</guid>
		<description>You are poor. Redo this again.</description>
		<content:encoded><![CDATA[<p>You are poor. Redo this again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Source Code for &#8220;Linux Device Drivers&#8221; 3rd edition by muthu</title>
		<link>http://www.phacai.com/source-code-for-linux-device-drivers-3rd-edition/comment-page-1#comment-676</link>
		<dc:creator>muthu</dc:creator>
		<pubDate>Fri, 01 Jul 2011 18:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.phacai.com/?p=474#comment-676</guid>
		<description>tat helped much...</description>
		<content:encoded><![CDATA[<p>tat helped much&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FBJS Ajax parse JSON response by rollerblading</title>
		<link>http://www.phacai.com/fbjs-ajax-parse-json-response/comment-page-1#comment-451</link>
		<dc:creator>rollerblading</dc:creator>
		<pubDate>Tue, 03 May 2011 13:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.phacai.com/?p=849#comment-451</guid>
		<description>Nice example !

To return multiple variables I have use JSON-encoded array as response.
$json_array = array(&quot;fbml_var1&quot; =&gt; &quot;&lt;b&gt;Success&lt;/b&gt;&quot;,&quot;var2&quot; =&gt; 1);
json_encode($json_array);</description>
		<content:encoded><![CDATA[<p>Nice example !</p>
<p>To return multiple variables I have use JSON-encoded array as response.<br />
$json_array = array(&#8220;fbml_var1&#8243; =&gt; &#8220;<b>Success</b>&#8220;,&#8221;var2&#8243; =&gt; 1);<br />
json_encode($json_array);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Square matrix multiplication (MPI code) by Matrix Multiplication Code</title>
		<link>http://www.phacai.com/square-matrix-multiplication-mpi-code/comment-page-1#comment-443</link>
		<dc:creator>Matrix Multiplication Code</dc:creator>
		<pubDate>Tue, 05 Apr 2011 14:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.phacai.com/?p=1096#comment-443</guid>
		<description>[...] Square matrix multiplication (MPI code) &#124; phacai.com Square matrix multiplication (MPI code). March 4th, Goto comments Leave a comment. This code handles square matrix multiplications. That is to say, in &#8220;A x B =C&#8221; all three matrices are of the same size. Please adapt the code [...]</description>
		<content:encoded><![CDATA[<p>[...] Square matrix multiplication (MPI code) | phacai.com Square matrix multiplication (MPI code). March 4th, Goto comments Leave a comment. This code handles square matrix multiplications. That is to say, in &ldquo;A x B =C&rdquo; all three matrices are of the same size. Please adapt the code [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Preparations to use TPCH data on Postgresql by Mr. One</title>
		<link>http://www.phacai.com/preparations-to-use-tpch-data-on-postgresql/comment-page-1#comment-421</link>
		<dc:creator>Mr. One</dc:creator>
		<pubDate>Fri, 11 Mar 2011 02:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.phacai.com/?p=758#comment-421</guid>
		<description>&lt;a href=&quot;#comment-420&quot; rel=&quot;nofollow&quot;&gt;@Andras&lt;/a&gt; Please check the end of the post.</description>
		<content:encoded><![CDATA[<p><a href="#comment-420" rel="nofollow">@Andras</a> Please check the end of the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Preparations to use TPCH data on Postgresql by Andras</title>
		<link>http://www.phacai.com/preparations-to-use-tpch-data-on-postgresql/comment-page-1#comment-420</link>
		<dc:creator>Andras</dc:creator>
		<pubDate>Wed, 09 Mar 2011 04:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.phacai.com/?p=758#comment-420</guid>
		<description>Did you also created the Postgres version of the tpc-H queries by any chance?</description>
		<content:encoded><![CDATA[<p>Did you also created the Postgres version of the tpc-H queries by any chance?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Two developer notes of using Amazon EC2 by Mr. One</title>
		<link>http://www.phacai.com/two-developer-notes-of-using-amazon-ec2/comment-page-1#comment-328</link>
		<dc:creator>Mr. One</dc:creator>
		<pubDate>Sat, 29 May 2010 00:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.phacai.com/?p=802#comment-328</guid>
		<description>It&#039;s one of my part-time hobby.</description>
		<content:encoded><![CDATA[<p>It&#8217;s one of my part-time hobby.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

