<?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 Not So Frequently Asked Questions</title>
	<atom:link href="http://notfaq.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://notfaq.wordpress.com</link>
	<description>FAQ, Tips &#38; Tricks For Unix, Emacs And Other Useful Tools</description>
	<lastBuildDate>Fri, 23 Oct 2009 18:59:17 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on C++ &#8212; Convert int to string by How to convert an int to a string in C++? (Also doubles, floats, etc&#8230;) &#171; Rhyous&#39;s 127.0.0.1 or ::1</title>
		<link>http://notfaq.wordpress.com/2006/08/30/c-convert-int-to-string/#comment-365</link>
		<dc:creator>How to convert an int to a string in C++? (Also doubles, floats, etc&#8230;) &#171; Rhyous&#39;s 127.0.0.1 or ::1</dc:creator>
		<pubDate>Fri, 23 Oct 2009 18:59:17 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/08/30/c-convert-int-to-string/#comment-365</guid>
		<description>[...] I found a comment on another guys blog that actually makes it work for any type such as double, float, etc.. It has this code using this template. http://notfaq.wordpress.com/2006/08/30/c-convert-int-to-string/ [...]</description>
		<content:encoded><![CDATA[<p>[...] I found a comment on another guys blog that actually makes it work for any type such as double, float, etc.. It has this code using this template. <a href="http://notfaq.wordpress.com/2006/08/30/c-convert-int-to-string/" rel="nofollow">http://notfaq.wordpress.com/2006/08/30/c-convert-int-to-string/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LaTeX &#8211; Customize page numbering by besucherke</title>
		<link>http://notfaq.wordpress.com/2006/10/04/latex-customize-page-numbering/#comment-364</link>
		<dc:creator>besucherke</dc:creator>
		<pubDate>Thu, 08 Oct 2009 22:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://notfaq.wordpress.com/2006/10/04/latex-customize-page-numbering/#comment-364</guid>
		<description>Thanx, man!</description>
		<content:encoded><![CDATA[<p>Thanx, man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VIM &#8211; Comment blocks of code by gvim &#8211; comentar múltiplas linhas : Wilson Blogue</title>
		<link>http://notfaq.wordpress.com/2006/07/28/vim-comment-blocks-of-code/#comment-363</link>
		<dc:creator>gvim &#8211; comentar múltiplas linhas : Wilson Blogue</dc:creator>
		<pubDate>Tue, 06 Oct 2009 13:06:46 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/07/28/vim-comment-blocks-of-code/#comment-363</guid>
		<description>[...] Via  var linkwithin_site_id = 38479; (function () { var elem = document.createElement(&#039;script&#039;); elem.type = &#039;text/javascript&#039;; elem.src = &#039;http://www.linkwithin.com/widget.js?rand=&#039; + Math.random(); document.getElementsByTagName(&#039;head&#039;)[0].appendChild(elem); })(); [...]</description>
		<content:encoded><![CDATA[<p>[...] Via  var linkwithin_site_id = 38479; (function () { var elem = document.createElement(&#39;script&#39;); elem.type = &#39;text/javascript&#39;; elem.src = &#39;http://www.linkwithin.com/widget.js?rand=&#39; + Math.random(); document.getElementsByTagName(&#39;head&#39;)[0].appendChild(elem); })(); [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unix/Linux &#8211; output the Nth line from a file by chuckboris</title>
		<link>http://notfaq.wordpress.com/2006/10/02/unixlinux-output-the-nth-line-from-a-file/#comment-362</link>
		<dc:creator>chuckboris</dc:creator>
		<pubDate>Wed, 08 Jul 2009 14:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://notfaq.wordpress.com/2006/10/02/unixlinux-output-the-nth-line-from-a-file/#comment-362</guid>
		<description>to output N-th line from end of file:

tail -N file &#124; head -1</description>
		<content:encoded><![CDATA[<p>to output N-th line from end of file:</p>
<p>tail -N file | head -1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Emacs &#8211; change case by rajarshitiwari</title>
		<link>http://notfaq.wordpress.com/2007/02/06/emacs-change-case/#comment-361</link>
		<dc:creator>rajarshitiwari</dc:creator>
		<pubDate>Tue, 09 Jun 2009 12:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://notfaq.wordpress.com/2007/02/06/emacs-change-case/#comment-361</guid>
		<description>thanks man!
It was helpful.

Rajarshi</description>
		<content:encoded><![CDATA[<p>thanks man!<br />
It was helpful.</p>
<p>Rajarshi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unix/Linux &#8212; find &amp; xargs &#8212; Spaces in filenames by toledo&#8217;s code blog &#187; Blog Archive &#187; Using find and xargs on directories with spaces</title>
		<link>http://notfaq.wordpress.com/2006/07/30/unix-filenames-with-spaces-in-find-xargs/#comment-360</link>
		<dc:creator>toledo&#8217;s code blog &#187; Blog Archive &#187; Using find and xargs on directories with spaces</dc:creator>
		<pubDate>Sat, 06 Jun 2009 03:04:19 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/07/30/unix-filenames-with-spaces-in-find-xargs/#comment-360</guid>
		<description>[...] to Not So Frequently Asked Questions, where I found the solution [...]</description>
		<content:encoded><![CDATA[<p>[...] to Not So Frequently Asked Questions, where I found the solution [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VIM &#8211; Comment blocks of code by ivanatora</title>
		<link>http://notfaq.wordpress.com/2006/07/28/vim-comment-blocks-of-code/#comment-359</link>
		<dc:creator>ivanatora</dc:creator>
		<pubDate>Tue, 19 May 2009 17:20:33 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/07/28/vim-comment-blocks-of-code/#comment-359</guid>
		<description>Capital &quot;I&quot; puts me simply into an insert mode.</description>
		<content:encoded><![CDATA[<p>Capital &#8220;I&#8221; puts me simply into an insert mode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unix/Linux &#8212; find &amp; xargs &#8212; Spaces in filenames by ivanatora</title>
		<link>http://notfaq.wordpress.com/2006/07/30/unix-filenames-with-spaces-in-find-xargs/#comment-358</link>
		<dc:creator>ivanatora</dc:creator>
		<pubDate>Tue, 19 May 2009 17:13:34 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/07/30/unix-filenames-with-spaces-in-find-xargs/#comment-358</guid>
		<description>Nice tip :)
Nice blog, too.
I&#039;d recommend to split the C/C++ categories, becouse lots of your snipplets are valid in only one of the two languages.</description>
		<content:encoded><![CDATA[<p>Nice tip <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Nice blog, too.<br />
I&#8217;d recommend to split the C/C++ categories, becouse lots of your snipplets are valid in only one of the two languages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unix/Linux  &#8212; Find files that contain a string by mojowen</title>
		<link>http://notfaq.wordpress.com/2006/07/30/unix-find-files-that-contain-a-string/#comment-357</link>
		<dc:creator>mojowen</dc:creator>
		<pubDate>Wed, 18 Mar 2009 07:43:59 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/07/30/unix-find-files-that-contain-a-string/#comment-357</guid>
		<description>I&#039;ve been liking the original better:

find . -exec grep -l “string to find” {} \;

I tend to get an error that says &quot;Argument List Too Long&quot; when I use Radu&#039;s.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been liking the original better:</p>
<p>find . -exec grep -l “string to find” {} \;</p>
<p>I tend to get an error that says &#8220;Argument List Too Long&#8221; when I use Radu&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unix/Linux  &#8212; Find files that contain a string by mojowen</title>
		<link>http://notfaq.wordpress.com/2006/07/30/unix-find-files-that-contain-a-string/#comment-356</link>
		<dc:creator>mojowen</dc:creator>
		<pubDate>Wed, 18 Mar 2009 07:13:00 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/07/30/unix-find-files-that-contain-a-string/#comment-356</guid>
		<description>thanks dude!</description>
		<content:encoded><![CDATA[<p>thanks dude!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C++ &#8212; Convert int to string by pablito900</title>
		<link>http://notfaq.wordpress.com/2006/08/30/c-convert-int-to-string/#comment-355</link>
		<dc:creator>pablito900</dc:creator>
		<pubDate>Thu, 19 Feb 2009 14:24:11 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/08/30/c-convert-int-to-string/#comment-355</guid>
		<description>What if I have to concatenate a string with an int using CComBSTR?</description>
		<content:encoded><![CDATA[<p>What if I have to concatenate a string with an int using CComBSTR?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C++ &#8212; Convert int to string by dusanbole</title>
		<link>http://notfaq.wordpress.com/2006/08/30/c-convert-int-to-string/#comment-354</link>
		<dc:creator>dusanbole</dc:creator>
		<pubDate>Mon, 05 Jan 2009 01:54:30 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/08/30/c-convert-int-to-string/#comment-354</guid>
		<description>Thanks for sharing
this is elegant and simple solution</description>
		<content:encoded><![CDATA[<p>Thanks for sharing<br />
this is elegant and simple solution</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plus Sign in Email Addresses by hide1713</title>
		<link>http://notfaq.wordpress.com/2006/07/20/plus-sign-in-email-addresses/#comment-353</link>
		<dc:creator>hide1713</dc:creator>
		<pubDate>Sun, 19 Oct 2008 20:23:16 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/07/20/plus-sign-in-email-addresses/#comment-353</guid>
		<description>Very good tip. Thanks</description>
		<content:encoded><![CDATA[<p>Very good tip. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Python &#8212; Convert string to HTML/XML entities by keramida</title>
		<link>http://notfaq.wordpress.com/2008/10/18/python-convert-string-to-htmlxml-entities/#comment-352</link>
		<dc:creator>keramida</dc:creator>
		<pubDate>Sat, 18 Oct 2008 21:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://notfaq.wordpress.com/?p=126#comment-352</guid>
		<description>That&#039;s not &#039;localization aware&#039; though (try filtering some Greek text through it).  I&#039;m afraid I am not a very experienced Python programmer to help writing a version that *is* L17n-aware.</description>
		<content:encoded><![CDATA[<p>That&#8217;s not &#8216;localization aware&#8217; though (try filtering some Greek text through it).  I&#8217;m afraid I am not a very experienced Python programmer to help writing a version that *is* L17n-aware.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C++ &#8212; Convert int to string by היכרות ראשונה עם CPPCMS&#187; הבלוג של נדב ויניק</title>
		<link>http://notfaq.wordpress.com/2006/08/30/c-convert-int-to-string/#comment-351</link>
		<dc:creator>היכרות ראשונה עם CPPCMS&#187; הבלוג של נדב ויניק</dc:creator>
		<pubDate>Fri, 12 Sep 2008 07:36:21 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/08/30/c-convert-int-to-string/#comment-351</guid>
		<description>[...] פשוט! שחיפשתי בגוגל על המרה ממספר למחרוזת, הסתמכתי על תגובה של מישהו שכתב איך לדעתו C++ צריכה להיות כתגובה לפוסט של [...]</description>
		<content:encoded><![CDATA[<p>[...] פשוט! שחיפשתי בגוגל על המרה ממספר למחרוזת, הסתמכתי על תגובה של מישהו שכתב איך לדעתו C++ צריכה להיות כתגובה לפוסט של [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on emacs &#8211; edit code by lindenrathen</title>
		<link>http://notfaq.wordpress.com/2006/07/20/emacs-edit-code/#comment-350</link>
		<dc:creator>lindenrathen</dc:creator>
		<pubDate>Fri, 08 Aug 2008 11:55:13 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/07/20/emacs-edit-code/#comment-350</guid>
		<description>Just as a note depending on your version of emacs the show/hide commands may be:
&lt;b&gt;C-c @ C-h&lt;/b&gt; and &lt;b&gt;C-c @ C-s&lt;/b&gt; 
hope that helps and thanks for an amazing tip - I was getting quite frustrated at the lack of something like this in emacs but it was there all along (as usual)</description>
		<content:encoded><![CDATA[<p>Just as a note depending on your version of emacs the show/hide commands may be:<br />
<b>C-c @ C-h</b> and <b>C-c @ C-s</b><br />
hope that helps and thanks for an amazing tip &#8211; I was getting quite frustrated at the lack of something like this in emacs but it was there all along (as usual)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unix/Linux  &#8212; Find files that contain a string by danielneri</title>
		<link>http://notfaq.wordpress.com/2006/07/30/unix-find-files-that-contain-a-string/#comment-349</link>
		<dc:creator>danielneri</dc:creator>
		<pubDate>Fri, 25 Jul 2008 19:15:31 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/07/30/unix-find-files-that-contain-a-string/#comment-349</guid>
		<description>great, most helpful!</description>
		<content:encoded><![CDATA[<p>great, most helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C++ &#8212; Convert int to string by dhjdhj</title>
		<link>http://notfaq.wordpress.com/2006/08/30/c-convert-int-to-string/#comment-348</link>
		<dc:creator>dhjdhj</dc:creator>
		<pubDate>Mon, 21 Jul 2008 14:29:59 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/08/30/c-convert-int-to-string/#comment-348</guid>
		<description>I wonder why the implementation of std::string doesn&#039;t include automatic conversion from the standard primitives so that one could continue the pretense that C+ is really an OO language (grin)

Seriously though, 

one should be able to write

std::string foo = 123
or even

std:: string foo;
foo.ToInt(123);</description>
		<content:encoded><![CDATA[<p>I wonder why the implementation of std::string doesn&#8217;t include automatic conversion from the standard primitives so that one could continue the pretense that C+ is really an OO language (grin)</p>
<p>Seriously though, </p>
<p>one should be able to write</p>
<p>std::string foo = 123<br />
or even</p>
<p>std:: string foo;<br />
foo.ToInt(123);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unix/Linux &#8212; generate large file by keramida</title>
		<link>http://notfaq.wordpress.com/2008/04/11/linuxunix-generate-large-file/#comment-347</link>
		<dc:creator>keramida</dc:creator>
		<pubDate>Sat, 17 May 2008 01:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://notfaq.wordpress.com/?p=123#comment-347</guid>
		<description>Another neat trick using &lt;b&gt;dd&lt;/b&gt; is to create a large file with a huge hole:

&lt;code&gt;dd if=/dev/zero of=hugefile bs=512 count=1 oseek=204800&lt;/code&gt;

&lt;a href=&quot;http://www.FreeBSD.org/&quot; rel=&quot;nofollow&quot;&gt;Some systems&lt;/a&gt; even have a special &lt;b&gt;truncate&lt;/b&gt; utility:

&lt;code&gt;truncate -s 100m hugefile&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Another neat trick using <b>dd</b> is to create a large file with a huge hole:</p>
<p><code>dd if=/dev/zero of=hugefile bs=512 count=1 oseek=204800</code></p>
<p><a href="http://www.FreeBSD.org/" rel="nofollow">Some systems</a> even have a special <b>truncate</b> utility:</p>
<p><code>truncate -s 100m hugefile</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VIM &#8211; Comment blocks of code by Linux T&#38;T : VIM - Comment blocks of code</title>
		<link>http://notfaq.wordpress.com/2006/07/28/vim-comment-blocks-of-code/#comment-345</link>
		<dc:creator>Linux T&#38;T : VIM - Comment blocks of code</dc:creator>
		<pubDate>Tue, 13 May 2008 13:46:35 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/07/28/vim-comment-blocks-of-code/#comment-345</guid>
		<description>[...] VIM - Comment blocks of code « Not So Frequently Asked Questions [...]</description>
		<content:encoded><![CDATA[<p>[...] VIM &#8211; Comment blocks of code « Not So Frequently Asked Questions [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by bibomedia.com</title>
		<link>http://notfaq.wordpress.com/about/#comment-344</link>
		<dc:creator>bibomedia.com</dc:creator>
		<pubDate>Sat, 08 Mar 2008 02:37:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-344</guid>
		<description>:)</description>
		<content:encoded><![CDATA[<p> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C++ &#8212; Convert int to string by rvernica</title>
		<link>http://notfaq.wordpress.com/2006/08/30/c-convert-int-to-string/#comment-343</link>
		<dc:creator>rvernica</dc:creator>
		<pubDate>Tue, 26 Feb 2008 18:04:13 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/08/30/c-convert-int-to-string/#comment-343</guid>
		<description>Thanks for the comment! 

We updated the entry and now we use a different name for the string variable, as &quot;str&quot; is also a member of &quot;stringstream.&quot;</description>
		<content:encoded><![CDATA[<p>Thanks for the comment! </p>
<p>We updated the entry and now we use a different name for the string variable, as &#8220;str&#8221; is also a member of &#8220;stringstream.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C++ &#8212; Convert int to string by thebirdiehaswings</title>
		<link>http://notfaq.wordpress.com/2006/08/30/c-convert-int-to-string/#comment-342</link>
		<dc:creator>thebirdiehaswings</dc:creator>
		<pubDate>Tue, 26 Feb 2008 03:56:44 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/08/30/c-convert-int-to-string/#comment-342</guid>
		<description>Hey. Great blog! 

One question though, why does the string variable have to be named str?
I tried a different variable name and surprisingly it doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p>Hey. Great blog! </p>
<p>One question though, why does the string variable have to be named str?<br />
I tried a different variable name and surprisingly it doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Emacs &#8211; M-x shell color by Emacs: cor no &#8220;M-x shell&#8221; &#171; blogvs gvstavinianvs</title>
		<link>http://notfaq.wordpress.com/2006/08/18/emacs-m-x-shell-color/#comment-312</link>
		<dc:creator>Emacs: cor no &#8220;M-x shell&#8221; &#171; blogvs gvstavinianvs</dc:creator>
		<pubDate>Sat, 03 Nov 2007 22:26:30 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/08/18/emacs-m-x-shell-color/#comment-312</guid>
		<description>[...] Fica perfeito. Dica tirada daqui. [...]</description>
		<content:encoded><![CDATA[<p>[...] Fica perfeito. Dica tirada daqui. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Databases/SQL &#8212; PostgreSQL &#8212; get tables and columns by rvernica</title>
		<link>http://notfaq.wordpress.com/2006/07/29/sql-postgresql-get-tables-and-columns/#comment-308</link>
		<dc:creator>rvernica</dc:creator>
		<pubDate>Wed, 26 Sep 2007 21:46:15 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/07/29/sql-postgresql-get-tables-and-columns/#comment-308</guid>
		<description>Thanks for the comment!

I updated the post. To be more accurate, &#039;_&#039; can be escaped with &#039;\&#039;.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment!</p>
<p>I updated the post. To be more accurate, &#8216;_&#8217; can be escaped with &#8216;\&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Databases/SQL &#8212; PostgreSQL &#8212; get tables and columns by tinkasoft</title>
		<link>http://notfaq.wordpress.com/2006/07/29/sql-postgresql-get-tables-and-columns/#comment-306</link>
		<dc:creator>tinkasoft</dc:creator>
		<pubDate>Wed, 19 Sep 2007 13:40:09 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/07/29/sql-postgresql-get-tables-and-columns/#comment-306</guid>
		<description>In 8.1 and above (and possibly previous releases), the first query should be:

SELECT tablename FROM pg_tables
WHERE tablename NOT LIKE &#039;pg%&#039;
AND tablename NOT LIKE &#039;sql%&#039;

- &#039;_&#039; is a wild card character too
- your query will return a number of system tables like sql_features, sql_packages, etc.</description>
		<content:encoded><![CDATA[<p>In 8.1 and above (and possibly previous releases), the first query should be:</p>
<p>SELECT tablename FROM pg_tables<br />
WHERE tablename NOT LIKE &#8216;pg%&#8217;<br />
AND tablename NOT LIKE &#8217;sql%&#8217;</p>
<p>- &#8216;_&#8217; is a wild card character too<br />
- your query will return a number of system tables like sql_features, sql_packages, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C++ &#8212; Convert int to string by rvernica</title>
		<link>http://notfaq.wordpress.com/2006/08/30/c-convert-int-to-string/#comment-268</link>
		<dc:creator>rvernica</dc:creator>
		<pubDate>Tue, 03 Jul 2007 17:34:56 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/08/30/c-convert-int-to-string/#comment-268</guid>
		<description>Thanks for the comment!</description>
		<content:encoded><![CDATA[<p>Thanks for the comment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C++ &#8212; Convert int to string by djvishnu</title>
		<link>http://notfaq.wordpress.com/2006/08/30/c-convert-int-to-string/#comment-267</link>
		<dc:creator>djvishnu</dc:creator>
		<pubDate>Tue, 03 Jul 2007 12:35:51 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/08/30/c-convert-int-to-string/#comment-267</guid>
		<description>btw, awesome blog. love every bit of it</description>
		<content:encoded><![CDATA[<p>btw, awesome blog. love every bit of it</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C++ &#8212; Convert int to string by djvishnu</title>
		<link>http://notfaq.wordpress.com/2006/08/30/c-convert-int-to-string/#comment-266</link>
		<dc:creator>djvishnu</dc:creator>
		<pubDate>Tue, 03 Jul 2007 12:34:55 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/08/30/c-convert-int-to-string/#comment-266</guid>
		<description>ah, finally a smart way of doing this! Thank you!

I&#039;m sick and tired of

			sprintf(buf, &quot;somestring_%i&quot;,counter++);
			string name(buf);

which neither generic, readable nor .. c++</description>
		<content:encoded><![CDATA[<p>ah, finally a smart way of doing this! Thank you!</p>
<p>I&#8217;m sick and tired of</p>
<p>			sprintf(buf, &#8220;somestring_%i&#8221;,counter++);<br />
			string name(buf);</p>
<p>which neither generic, readable nor .. c++</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Emacs &#8211; change case by rvernica</title>
		<link>http://notfaq.wordpress.com/2007/02/06/emacs-change-case/#comment-255</link>
		<dc:creator>rvernica</dc:creator>
		<pubDate>Thu, 19 Apr 2007 17:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://notfaq.wordpress.com/2007/02/06/emacs-change-case/#comment-255</guid>
		<description>Thanks for the comment, I edited the post.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment, I edited the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Emacs &#8211; change case by skybert</title>
		<link>http://notfaq.wordpress.com/2007/02/06/emacs-change-case/#comment-254</link>
		<dc:creator>skybert</dc:creator>
		<pubDate>Sat, 31 Mar 2007 10:35:31 +0000</pubDate>
		<guid isPermaLink="false">http://notfaq.wordpress.com/2007/02/06/emacs-change-case/#comment-254</guid>
		<description>Yes, these shortcuts are great.

 Just a wee note; Emacs shortcut notation is normally written with &#039;M&#039; (Meta) and not the actual key acting as Meta (normally Alt or Esc). Not that I mind, it&#039;s just I&#039;ve never seen it written with anything else before :-)</description>
		<content:encoded><![CDATA[<p>Yes, these shortcuts are great.</p>
<p> Just a wee note; Emacs shortcut notation is normally written with &#8216;M&#8217; (Meta) and not the actual key acting as Meta (normally Alt or Esc). Not that I mind, it&#8217;s just I&#8217;ve never seen it written with anything else before <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C/C++ &#8211; binary IO by keramida</title>
		<link>http://notfaq.wordpress.com/2007/02/01/cc-binary-io/#comment-252</link>
		<dc:creator>keramida</dc:creator>
		<pubDate>Mon, 19 Mar 2007 20:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://notfaq.wordpress.com/2007/02/01/cc-binary-io/#comment-252</guid>
		<description>I&#039;m sure this is quite fine for reading in binary mode using C++, but it&#039;s arguably less &quot;noisy&quot; than the plain ANSI C equivalent:

/*
 * Reading an &#039;unsigned int&#039; from a file, in binary mode.
 */

FILE *fp;
unsigned int e;

fp = fopen(&quot;foo.txt&quot;, &quot;rb&quot;);
if (fp == NULL) {
        /* Error handling code. */
}
if (fread(&amp;e, sizeof(e), 1, fp) == 0) {
        /* Nothing read; handle the error. */
}

Writing is similarly simple, with the &lt;code&gt;fread()&lt;/code&gt; call replace by &lt;code&gt;fwrite()&lt;/code&gt;.

In C (as opposed to C++), you don&#039;t have to go through all the hoops to &quot;reinterpret a cast&quot; or similar.  That&#039;s, some times, more elegant and fun to read :-)</description>
		<content:encoded><![CDATA[<p>I&#8217;m sure this is quite fine for reading in binary mode using C++, but it&#8217;s arguably less &#8220;noisy&#8221; than the plain ANSI C equivalent:</p>
<p>/*<br />
 * Reading an &#8216;unsigned int&#8217; from a file, in binary mode.<br />
 */</p>
<p>FILE *fp;<br />
unsigned int e;</p>
<p>fp = fopen(&#8220;foo.txt&#8221;, &#8220;rb&#8221;);<br />
if (fp == NULL) {<br />
        /* Error handling code. */<br />
}<br />
if (fread(&amp;e, sizeof(e), 1, fp) == 0) {<br />
        /* Nothing read; handle the error. */<br />
}</p>
<p>Writing is similarly simple, with the <code>fread()</code> call replace by <code>fwrite()</code>.</p>
<p>In C (as opposed to C++), you don&#8217;t have to go through all the hoops to &#8220;reinterpret a cast&#8221; or similar.  That&#8217;s, some times, more elegant and fun to read <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C++ &#8212; Convert int to string by radu</title>
		<link>http://notfaq.wordpress.com/2006/08/30/c-convert-int-to-string/#comment-22</link>
		<dc:creator>radu</dc:creator>
		<pubDate>Fri, 13 Oct 2006 23:13:05 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/08/30/c-convert-int-to-string/#comment-22</guid>
		<description>Here&#039;s a more generic version:

&lt;strong&gt;#include &lt;sstream&gt;&lt;/strong&gt;

&lt;strong&gt;template &lt;class T&gt;
inline std::string to_string (const T&amp; t)
{
std::stringstream ss;
ss &lt;&lt; t;
return ss.str();
}&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a more generic version:</p>
<p><strong>#include &lt;sstream&gt;</strong></p>
<p><strong>template &lt;class T&gt;<br />
inline std::string to_string (const T&amp; t)<br />
{<br />
std::stringstream ss;<br />
ss &lt;&lt; t;<br />
return ss.str();<br />
}</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unix/Linux &#8211; output the Nth line from a file by keramida</title>
		<link>http://notfaq.wordpress.com/2006/10/02/unixlinux-output-the-nth-line-from-a-file/#comment-21</link>
		<dc:creator>keramida</dc:creator>
		<pubDate>Wed, 11 Oct 2006 02:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://notfaq.wordpress.com/2006/10/02/unixlinux-output-the-nth-line-from-a-file/#comment-21</guid>
		<description>Or my personal favorite:

head -N file &#124; tail -1</description>
		<content:encoded><![CDATA[<p>Or my personal favorite:</p>
<p>head -N file | tail -1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Emacs &#8211; Highlight selected text by Emacs - Delete selected text &#171; Not So Frequently Asked Questions</title>
		<link>http://notfaq.wordpress.com/2006/09/30/emacs-highlight-selected-text/#comment-20</link>
		<dc:creator>Emacs - Delete selected text &#171; Not So Frequently Asked Questions</dc:creator>
		<pubDate>Sun, 01 Oct 2006 05:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://notfaq.wordpress.com/2006/09/30/emacs-highlight-selected-text/#comment-20</guid>
		<description>[...] This will also enable transient-mark-mode (see Highlight selected text). [...]</description>
		<content:encoded><![CDATA[<p>[...] This will also enable transient-mark-mode (see Highlight selected text). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Emacs &#8211; Delete selected text by Emacs - Highlight selected text &#171; Not So Frequently Asked Questions</title>
		<link>http://notfaq.wordpress.com/2006/07/20/delete-selected-text/#comment-19</link>
		<dc:creator>Emacs - Highlight selected text &#171; Not So Frequently Asked Questions</dc:creator>
		<pubDate>Sun, 01 Oct 2006 05:09:17 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/07/20/delete-selected-text/#comment-19</guid>
		<description>[...] See also Delete selected text. [...]</description>
		<content:encoded><![CDATA[<p>[...] See also Delete selected text. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C/C++ &#8211; non blocking file descriptor by bengaltiger</title>
		<link>http://notfaq.wordpress.com/2006/08/24/cc-non-blocking-file-descriptor/#comment-18</link>
		<dc:creator>bengaltiger</dc:creator>
		<pubDate>Fri, 25 Aug 2006 23:06:01 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/08/24/cc-non-blocking-file-descriptor/#comment-18</guid>
		<description>Fantastic tip! Your source is great.</description>
		<content:encoded><![CDATA[<p>Fantastic tip! Your source is great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C++ &#8211; convert object to char* by rvernica</title>
		<link>http://notfaq.wordpress.com/2006/08/23/c-convert-object-to-char/#comment-17</link>
		<dc:creator>rvernica</dc:creator>
		<pubDate>Thu, 24 Aug 2006 06:52:16 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/08/23/c-convert-object-to-char/#comment-17</guid>
		<description>yaaang, we are glad you like our tips.

Whenever we don&#039;t remember or don&#039;t know something we search the net and then post the solution so that the next time we find it faster. :D

We choose a blog setup because is popular and easy to setup.</description>
		<content:encoded><![CDATA[<p>yaaang, we are glad you like our tips.</p>
<p>Whenever we don&#8217;t remember or don&#8217;t know something we search the net and then post the solution so that the next time we find it faster. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>We choose a blog setup because is popular and easy to setup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C++ &#8211; convert object to char* by bengaltiger</title>
		<link>http://notfaq.wordpress.com/2006/08/23/c-convert-object-to-char/#comment-16</link>
		<dc:creator>bengaltiger</dc:creator>
		<pubDate>Thu, 24 Aug 2006 00:36:39 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/08/23/c-convert-object-to-char/#comment-16</guid>
		<description>Questionable tips! I think this blogger needs to step up and post better tips. I think he is fairly smart, but he needs to bring it to this blog. I see a severe lack of consistency with these tips.</description>
		<content:encoded><![CDATA[<p>Questionable tips! I think this blogger needs to step up and post better tips. I think he is fairly smart, but he needs to bring it to this blog. I see a severe lack of consistency with these tips.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C++ &#8211; convert object to char* by yaaang</title>
		<link>http://notfaq.wordpress.com/2006/08/23/c-convert-object-to-char/#comment-15</link>
		<dc:creator>yaaang</dc:creator>
		<pubDate>Wed, 23 Aug 2006 23:35:52 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/08/23/c-convert-object-to-char/#comment-15</guid>
		<description>great tips! thanks for running this blog. i&#039;m glad i found it by accident.

sometimes you seem to be responding to questions - do you frequent any newsgroups/forums/irc channels? or are these from people you know?

another thing - why wordpress (as opposed to a more structured knowledge base and/or something more open/collaborative)?

(who are you? must be a busy person to be touching all of these things on a daily basis :)</description>
		<content:encoded><![CDATA[<p>great tips! thanks for running this blog. i&#8217;m glad i found it by accident.</p>
<p>sometimes you seem to be responding to questions &#8211; do you frequent any newsgroups/forums/irc channels? or are these from people you know?</p>
<p>another thing &#8211; why wordpress (as opposed to a more structured knowledge base and/or something more open/collaborative)?</p>
<p>(who are you? must be a busy person to be touching all of these things on a daily basis <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C/C++ &#8211; symbols in object files by radu</title>
		<link>http://notfaq.wordpress.com/2006/08/22/cc-symbols-in-object-files/#comment-14</link>
		<dc:creator>radu</dc:creator>
		<pubDate>Tue, 22 Aug 2006 23:21:01 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/08/22/cc-symbols-in-object-files/#comment-14</guid>
		<description>&#039;nm -u object_file&#039; will print only undefined symbols.</description>
		<content:encoded><![CDATA[<p>&#8216;nm -u object_file&#8217; will print only undefined symbols.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unix &#8211; reread config files by radu</title>
		<link>http://notfaq.wordpress.com/2006/08/03/unix-reread-config-files/#comment-12</link>
		<dc:creator>radu</dc:creator>
		<pubDate>Fri, 04 Aug 2006 04:49:25 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/08/03/unix-reread-config-files/#comment-12</guid>
		<description>You can also run directly:

kill -HUP PID</description>
		<content:encoded><![CDATA[<p>You can also run directly:</p>
<p>kill -HUP PID</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unix/Linux  &#8212; Find files that contain a string by radu</title>
		<link>http://notfaq.wordpress.com/2006/07/30/unix-find-files-that-contain-a-string/#comment-11</link>
		<dc:creator>radu</dc:creator>
		<pubDate>Mon, 31 Jul 2006 06:32:39 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/07/30/unix-find-files-that-contain-a-string/#comment-11</guid>
		<description>If you also want to print an excerpt of the matched text, change the command to:

find . -exec grep -H “string to find” {} \;

In both cases, for faster results (does not spawn multiple grep instances), reverse grep with find like this:

grep -l &quot;string to find&quot; `find .`

or

grep -H &quot;string to find&quot; `find .`</description>
		<content:encoded><![CDATA[<p>If you also want to print an excerpt of the matched text, change the command to:</p>
<p>find . -exec grep -H “string to find” {} \;</p>
<p>In both cases, for faster results (does not spawn multiple grep instances), reverse grep with find like this:</p>
<p>grep -l &#8220;string to find&#8221; `find .`</p>
<p>or</p>
<p>grep -H &#8220;string to find&#8221; `find .`</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LaTeX &#8211; a nice &#8220;remainder&#8221; command by radu</title>
		<link>http://notfaq.wordpress.com/2006/07/25/latex-a-nice-remainder-command/#comment-4</link>
		<dc:creator>radu</dc:creator>
		<pubDate>Wed, 26 Jul 2006 14:52:28 +0000</pubDate>
		<guid isPermaLink="false">https://notfaq.wordpress.com/2006/07/25/latex-a-nice-remainder-command/#comment-4</guid>
		<description>Great tip!</description>
		<content:encoded><![CDATA[<p>Great tip!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
