<?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 #!</title>
	<atom:link href="http://hash-bang.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://hash-bang.net</link>
	<description>The start of all wonderful things</description>
	<lastBuildDate>Sat, 03 Nov 2012 14:35:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Talking in tongues &#8211; UTF8 with CodeIgniter by toma24</title>
		<link>http://hash-bang.net/2009/02/utf8-with-codeigniter/comment-page-1/#comment-8369</link>
		<dc:creator>toma24</dc:creator>
		<pubDate>Sat, 03 Nov 2012 14:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=95#comment-8369</guid>
		<description><![CDATA[Thank you man. It&#039;s very useful]]></description>
		<content:encoded><![CDATA[<p>Thank you man. It&#8217;s very useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Error reporting with CodeIgniter by Valoo</title>
		<link>http://hash-bang.net/2009/02/error-reporting-with-ci/comment-page-1/#comment-6329</link>
		<dc:creator>Valoo</dc:creator>
		<pubDate>Thu, 26 Apr 2012 13:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=100#comment-6329</guid>
		<description><![CDATA[Very good job, this is going to be implemented in all my present and future projects. Thank you very mutch !
I had to make a small modification to make it fit though.

in recent versions of CI (at least), you need to use the session library to get session content ($_SESSION is never set).

first load the lib at the beginning of the function:
function err($errno, $errstr, $errfile, $errline, $errcontext) {
$CI =&amp; get_instance();
$CI-&gt;load-&gt;library(array(&#039;session&#039;));
$errtable = array(...

then replace :
(114) : if (in_array(&#039;SESSION&#039;, $extras)) $message .= _err_dump_array(isset($_SESSION) ? $_SESSION : array(), &#039;Session&#039;);
by :
if (in_array(&#039;SESSION&#039;, $extras)) $message .= _err_dump_array($CI-&gt;session-&gt;all_userdata(), &#039;Session&#039;);

have fun !]]></description>
		<content:encoded><![CDATA[<p>Very good job, this is going to be implemented in all my present and future projects. Thank you very mutch !<br />
I had to make a small modification to make it fit though.</p>
<p>in recent versions of CI (at least), you need to use the session library to get session content ($_SESSION is never set).</p>
<p>first load the lib at the beginning of the function:<br />
function err($errno, $errstr, $errfile, $errline, $errcontext) {<br />
$CI =&amp; get_instance();<br />
$CI-&gt;load-&gt;library(array(&#8216;session&#8217;));<br />
$errtable = array(&#8230;</p>
<p>then replace :<br />
(114) : if (in_array(&#8216;SESSION&#8217;, $extras)) $message .= _err_dump_array(isset($_SESSION) ? $_SESSION : array(), &#8216;Session&#8217;);<br />
by :<br />
if (in_array(&#8216;SESSION&#8217;, $extras)) $message .= _err_dump_array($CI-&gt;session-&gt;all_userdata(), &#8216;Session&#8217;);</p>
<p>have fun !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Talking in tongues &#8211; UTF8 with CodeIgniter by Justin</title>
		<link>http://hash-bang.net/2009/02/utf8-with-codeigniter/comment-page-1/#comment-5419</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Sun, 20 Nov 2011 20:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=95#comment-5419</guid>
		<description><![CDATA[Legend! This, along with the mods suggested by Lars, solved a major issue I&#039;ve been having with CI.  Thanks.]]></description>
		<content:encoded><![CDATA[<p>Legend! This, along with the mods suggested by Lars, solved a major issue I&#8217;ve been having with CI.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Talking in tongues &#8211; UTF8 with CodeIgniter by Heisanevilgenius</title>
		<link>http://hash-bang.net/2009/02/utf8-with-codeigniter/comment-page-1/#comment-5360</link>
		<dc:creator>Heisanevilgenius</dc:creator>
		<pubDate>Mon, 14 Nov 2011 08:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=95#comment-5360</guid>
		<description><![CDATA[Thank you!]]></description>
		<content:encoded><![CDATA[<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Trash with Bash by Linux Tips &#124; İsmail SEZEN</title>
		<link>http://hash-bang.net/2009/03/trash-with-bash/comment-page-1/#comment-4780</link>
		<dc:creator>Linux Tips &#124; İsmail SEZEN</dc:creator>
		<pubDate>Sun, 28 Aug 2011 02:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=121#comment-4780</guid>
		<description><![CDATA[[...] the pseudo-code into your .bashrc file.[5] ?View Code BASH1 2 3 4 5 6 7 8 9 10 11 function trash&#040;&#041; &#123; if &#091; -d [...]]]></description>
		<content:encoded><![CDATA[<p>[...] the pseudo-code into your .bashrc file.[5] ?View Code BASH1 2 3 4 5 6 7 8 9 10 11 function trash&#040;&#041; &#123; if &#091; -d [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Autorun as Administrator in Vista by catalist</title>
		<link>http://hash-bang.net/2009/01/autorun-as-administrator-in-vista/comment-page-1/#comment-3934</link>
		<dc:creator>catalist</dc:creator>
		<pubDate>Sat, 14 May 2011 02:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=84#comment-3934</guid>
		<description><![CDATA[rename file to setup_NAME]]></description>
		<content:encoded><![CDATA[<p>rename file to setup_NAME</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Last.FM submissions with Audacious by mc</title>
		<link>http://hash-bang.net/2010/06/lastfm-with-audacious/comment-page-1/#comment-3646</link>
		<dc:creator>mc</dc:creator>
		<pubDate>Tue, 05 Apr 2011 03:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=162#comment-3646</guid>
		<description><![CDATA[Fixed up the previous comment by enclosing the code in &lt;code&gt; tags. Wordpress seems to understand that anything within them is not to be trifled with.]]></description>
		<content:encoded><![CDATA[<p>Fixed up the previous comment by enclosing the code in &lt;code&gt; tags. WordPress seems to understand that anything within them is not to be trifled with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Last.FM submissions with Audacious by andrew</title>
		<link>http://hash-bang.net/2010/06/lastfm-with-audacious/comment-page-1/#comment-3645</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Tue, 05 Apr 2011 03:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=162#comment-3645</guid>
		<description><![CDATA[(the commenting system was surprisingly kind to this script - the only thing missing is the usage line - but you&#039;ll have to turn all the inverted commas back to ones that bash understands)]]></description>
		<content:encoded><![CDATA[<p>(the commenting system was surprisingly kind to this script &#8211; the only thing missing is the usage line &#8211; but you&#8217;ll have to turn all the inverted commas back to ones that bash understands)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Last.FM submissions with Audacious by andrew</title>
		<link>http://hash-bang.net/2010/06/lastfm-with-audacious/comment-page-1/#comment-3644</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Tue, 05 Apr 2011 03:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=162#comment-3644</guid>
		<description><![CDATA[Thanks for this.
i made a couple of changes for it to work for me:

first of all, the download came dos-formatted, so i had to run dos2unix on it.

then, because i have customised my audacious playlist settings i had to change the lines which split artist and song.  my playlist looks like:
${track-number}:${title} ${?album: - ${album}}${?artist: - ${artist}} ${?year: [${year}]}
which produces titles like
 1:Everyday - And Then Nothing Turned Itself Inside Out - Yo La Tengo [2000]

and finally, i&#039;m not running lastfmsubmit as daemon, so i just call it for each submission

so here is my scrobble script:
&lt;code&gt;
#!/bin/bash

if [ ! -x &#039;/usr/lib/lastfmsubmitd/lastfmsubmitd&#039; ]; then
	echo &quot;LastFMSubmitD does not appear to exist on this machine&quot;
	echo &quot;You can install it using Apt or Yum&quot;
	exit 1
fi
if [ &quot;$#&quot; == 0 ]; then
	echo &#039;Usage: scrobble &quot; - &quot; &quot;&quot;&#039;
	exit 1
fi


#ARTIST=${1%% - *}
#SONG=${1##* - }
# andrew has audacious set to print {track}:{Song} - {album} - {artist} [{year}]  all this would be better done with sed, but i like trying it in bash
# split $1 and remember everything after the colon
artistsongyear=${1##*:}
# split that and remember everything before the bracked (no good for songs with brackets!)
songalbumartist=${artistsongyear%% [*}
# split that on the dashes which separates song - album - artist
ARTIST=${songalbumartist##* - }
SONG=${songalbumartist%% - *}
songalbum=${songalbumartist#* - }
ALBUM=${songalbum%% - *}
# length is in milliseconds
LENGTH=$[ $2 / 1000 ]
echo &quot;ARTIST = [$ARTIST]&quot;
echo &quot;ALBUM = [$ALBUM]&quot;
echo &quot;SONG = [$SONG]&quot;
echo &quot;LENGTH = [$LENGTH]&quot;

#this will log the song details to /var/spool/lastfm
/usr/lib/lastfmsubmitd/lastfmsubmit  --artist &quot;$ARTIST&quot; --title &quot;$SONG&quot; --length &quot;$LENGTH&quot;
# it&#039;s made to be run as a daemon, but just as easy to run once
/usr/lib/lastfmsubmitd/lastfmsubmitd&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>Thanks for this.<br />
i made a couple of changes for it to work for me:</p>
<p>first of all, the download came dos-formatted, so i had to run dos2unix on it.</p>
<p>then, because i have customised my audacious playlist settings i had to change the lines which split artist and song.  my playlist looks like:<br />
${track-number}:${title} ${?album: &#8211; ${album}}${?artist: &#8211; ${artist}} ${?year: [${year}]}<br />
which produces titles like<br />
 1:Everyday &#8211; And Then Nothing Turned Itself Inside Out &#8211; Yo La Tengo [2000]</p>
<p>and finally, i&#8217;m not running lastfmsubmit as daemon, so i just call it for each submission</p>
<p>so here is my scrobble script:<br />
<code><br />
#!/bin/bash</p>
<p>if [ ! -x '/usr/lib/lastfmsubmitd/lastfmsubmitd' ]; then<br />
	echo "LastFMSubmitD does not appear to exist on this machine"<br />
	echo "You can install it using Apt or Yum"<br />
	exit 1<br />
fi<br />
if [ "$#" == 0 ]; then<br />
	echo 'Usage: scrobble " - " ""'<br />
	exit 1<br />
fi</p>
<p>#ARTIST=${1%% - *}<br />
#SONG=${1##* - }<br />
# andrew has audacious set to print {track}:{Song} - {album} - {artist} [{year}]  all this would be better done with sed, but i like trying it in bash<br />
# split $1 and remember everything after the colon<br />
artistsongyear=${1##*:}<br />
# split that and remember everything before the bracked (no good for songs with brackets!)<br />
songalbumartist=${artistsongyear%% [*}<br />
# split that on the dashes which separates song - album - artist<br />
ARTIST=${songalbumartist##* - }<br />
SONG=${songalbumartist%% - *}<br />
songalbum=${songalbumartist#* - }<br />
ALBUM=${songalbum%% - *}<br />
# length is in milliseconds<br />
LENGTH=$[ $2 / 1000 ]<br />
echo "ARTIST = [$ARTIST]"<br />
echo "ALBUM = [$ALBUM]"<br />
echo "SONG = [$SONG]"<br />
echo "LENGTH = [$LENGTH]"</p>
<p>#this will log the song details to /var/spool/lastfm<br />
/usr/lib/lastfmsubmitd/lastfmsubmit  --artist "$ARTIST" --title "$SONG" --length "$LENGTH"<br />
# it's made to be run as a daemon, but just as easy to run once<br />
/usr/lib/lastfmsubmitd/lastfmsubmitd</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Talking in tongues &#8211; UTF8 with CodeIgniter by Rahul Shelar</title>
		<link>http://hash-bang.net/2009/02/utf8-with-codeigniter/comment-page-1/#comment-3449</link>
		<dc:creator>Rahul Shelar</dc:creator>
		<pubDate>Wed, 09 Mar 2011 10:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=95#comment-3449</guid>
		<description><![CDATA[very nice solution]]></description>
		<content:encoded><![CDATA[<p>very nice solution</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Missing PHP Functions: getopts() by ALeX</title>
		<link>http://hash-bang.net/2008/12/missing-php-functions-getopts/comment-page-1/#comment-3327</link>
		<dc:creator>ALeX</dc:creator>
		<pubDate>Fri, 11 Feb 2011 14:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=68#comment-3327</guid>
		<description><![CDATA[Here is a more comfortable implementation: https://github.com/alexkazik/getopts]]></description>
		<content:encoded><![CDATA[<p>Here is a more comfortable implementation: <a href="https://github.com/alexkazik/getopts" rel="nofollow">https://github.com/alexkazik/getopts</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy Apache VirtualHost config by scott</title>
		<link>http://hash-bang.net/2009/03/easy-apache-virtualhost/comment-page-1/#comment-3194</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Fri, 14 Jan 2011 18:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=127#comment-3194</guid>
		<description><![CDATA[cool idea]]></description>
		<content:encoded><![CDATA[<p>cool idea</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Talking in tongues &#8211; UTF8 with CodeIgniter by Lars</title>
		<link>http://hash-bang.net/2009/02/utf8-with-codeigniter/comment-page-1/#comment-3081</link>
		<dc:creator>Lars</dc:creator>
		<pubDate>Mon, 20 Dec 2010 13:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=95#comment-3081</guid>
		<description><![CDATA[hey there,

i added support for objects as well, since you have the possiblity to choose between objects and arrays :)

foreach ($_POST as $key =&gt; $val) // Re-write all incoming text into UTF8 streams
{
    if (is_array($val)) {
        $_POST[$key] = array_map(&quot;utf8_encode&quot;, $val);
    }
    else if (is_object($val))
    {
        foreach($val as $attr =&gt; $value)
           $_POST[$key]-&gt;{$attr} = uft8_encode($value);
    }
    else {
        $_POST[$key] = utf8_encode($val);
    }
}]]></description>
		<content:encoded><![CDATA[<p>hey there,</p>
<p>i added support for objects as well, since you have the possiblity to choose between objects and arrays :)</p>
<p>foreach ($_POST as $key =&gt; $val) // Re-write all incoming text into UTF8 streams<br />
{<br />
    if (is_array($val)) {<br />
        $_POST[$key] = array_map(&#8220;utf8_encode&#8221;, $val);<br />
    }<br />
    else if (is_object($val))<br />
    {<br />
        foreach($val as $attr =&gt; $value)<br />
           $_POST[$key]-&gt;{$attr} = uft8_encode($value);<br />
    }<br />
    else {<br />
        $_POST[$key] = utf8_encode($val);<br />
    }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Error reporting with CodeIgniter by Neo2SHYAlien blog &#124; CodeIgniter &#124; Нещо Дребно</title>
		<link>http://hash-bang.net/2009/02/error-reporting-with-ci/comment-page-1/#comment-2899</link>
		<dc:creator>Neo2SHYAlien blog &#124; CodeIgniter &#124; Нещо Дребно</dc:creator>
		<pubDate>Tue, 28 Sep 2010 19:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=100#comment-2899</guid>
		<description><![CDATA[[...] на проблема е с добавянето на един външен хелпър Err Helper &#8211; човека е обяснил как се плава туи чудо. След като [...]]]></description>
		<content:encoded><![CDATA[<p>[...] на проблема е с добавянето на един външен хелпър Err Helper &#8211; човека е обяснил как се плава туи чудо. След като [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Error reporting with CodeIgniter by Neo2SHYAlien</title>
		<link>http://hash-bang.net/2009/02/error-reporting-with-ci/comment-page-1/#comment-2898</link>
		<dc:creator>Neo2SHYAlien</dc:creator>
		<pubDate>Tue, 28 Sep 2010 18:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=100#comment-2898</guid>
		<description><![CDATA[Very cool work dude :)]]></description>
		<content:encoded><![CDATA[<p>Very cool work dude :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Missing PHP Functions: array_totree() by Stephane</title>
		<link>http://hash-bang.net/2008/12/missing-php-functions-array_totree/comment-page-1/#comment-2882</link>
		<dc:creator>Stephane</dc:creator>
		<pubDate>Sun, 19 Sep 2010 16:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=61#comment-2882</guid>
		<description><![CDATA[Je crois bien que c est se que j ai besoin . tres heureux d avoir  des   ressouces top comme ca.]]></description>
		<content:encoded><![CDATA[<p>Je crois bien que c est se que j ai besoin . tres heureux d avoir  des   ressouces top comme ca.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Interactive file merging with Unison by jojo</title>
		<link>http://hash-bang.net/2009/08/ia-merging-unison/comment-page-1/#comment-2805</link>
		<dc:creator>jojo</dc:creator>
		<pubDate>Wed, 28 Jul 2010 23:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=151#comment-2805</guid>
		<description><![CDATA[&lt;a href=&quot;#comment-2324&quot; rel=&quot;nofollow&quot;&gt;@Dave V &lt;/a&gt; 
this seems better (only one line, nofork option has two dashes on my system):

merge = Regex .* -&gt; gvimdiff --nofork CURRENT1 CURRENT2]]></description>
		<content:encoded><![CDATA[<p><a href="#comment-2324" rel="nofollow">@Dave V </a><br />
this seems better (only one line, nofork option has two dashes on my system):</p>
<p>merge = Regex .* -&gt; gvimdiff &#8211;nofork CURRENT1 CURRENT2</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Talking in tongues &#8211; UTF8 with CodeIgniter by bonatoc</title>
		<link>http://hash-bang.net/2009/02/utf8-with-codeigniter/comment-page-1/#comment-2804</link>
		<dc:creator>bonatoc</dc:creator>
		<pubDate>Wed, 28 Jul 2010 00:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=95#comment-2804</guid>
		<description><![CDATA[Many thanks. I just spent hours trying to fix it, and your helper did the trick.]]></description>
		<content:encoded><![CDATA[<p>Many thanks. I just spent hours trying to fix it, and your helper did the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Talking in tongues &#8211; UTF8 with CodeIgniter by peciorin</title>
		<link>http://hash-bang.net/2009/02/utf8-with-codeigniter/comment-page-1/#comment-2795</link>
		<dc:creator>peciorin</dc:creator>
		<pubDate>Tue, 20 Jul 2010 17:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=95#comment-2795</guid>
		<description><![CDATA[Thanks coolgeek for the array tip : you saved my day.]]></description>
		<content:encoded><![CDATA[<p>Thanks coolgeek for the array tip : you saved my day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Last.FM submissions with Audacious by mc</title>
		<link>http://hash-bang.net/2010/06/lastfm-with-audacious/comment-page-1/#comment-2739</link>
		<dc:creator>mc</dc:creator>
		<pubDate>Mon, 14 Jun 2010 21:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=162#comment-2739</guid>
		<description><![CDATA[Its great that you have improved the functionality even more.

Would it be possible to get a link back to the original entry though if anyone wants the original?]]></description>
		<content:encoded><![CDATA[<p>Its great that you have improved the functionality even more.</p>
<p>Would it be possible to get a link back to the original entry though if anyone wants the original?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Last.FM submissions with Audacious by n3mo</title>
		<link>http://hash-bang.net/2010/06/lastfm-with-audacious/comment-page-1/#comment-2738</link>
		<dc:creator>n3mo</dc:creator>
		<pubDate>Mon, 14 Jun 2010 11:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=162#comment-2738</guid>
		<description><![CDATA[Hey! After writing my own script i searched internet for similar and i found yours. Mine has some features like scrobble after 10 seconds and checking if it&#039;s running again. You can check it here :
http://smali.me/2gb
Ned]]></description>
		<content:encoded><![CDATA[<p>Hey! After writing my own script i searched internet for similar and i found yours. Mine has some features like scrobble after 10 seconds and checking if it&#8217;s running again. You can check it here :<br />
<a href="http://smali.me/2gb" rel="nofollow">http://smali.me/2gb</a><br />
Ned</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Error reporting with CodeIgniter by Neds</title>
		<link>http://hash-bang.net/2009/02/error-reporting-with-ci/comment-page-1/#comment-2712</link>
		<dc:creator>Neds</dc:creator>
		<pubDate>Tue, 25 May 2010 07:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=100#comment-2712</guid>
		<description><![CDATA[Nice class. I am not using CI, but my custom MVC framework, and I modified your class for my framework.]]></description>
		<content:encoded><![CDATA[<p>Nice class. I am not using CI, but my custom MVC framework, and I modified your class for my framework.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Talking in tongues &#8211; UTF8 with CodeIgniter by Francesco</title>
		<link>http://hash-bang.net/2009/02/utf8-with-codeigniter/comment-page-1/#comment-2692</link>
		<dc:creator>Francesco</dc:creator>
		<pubDate>Sun, 02 May 2010 18:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=95#comment-2692</guid>
		<description><![CDATA[Really thank you very much! It&#039;s Great!]]></description>
		<content:encoded><![CDATA[<p>Really thank you very much! It&#8217;s Great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Error reporting with CodeIgniter by xavthine</title>
		<link>http://hash-bang.net/2009/02/error-reporting-with-ci/comment-page-1/#comment-2689</link>
		<dc:creator>xavthine</dc:creator>
		<pubDate>Thu, 29 Apr 2010 13:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=100#comment-2689</guid>
		<description><![CDATA[nice one erwin! this is very helpful!]]></description>
		<content:encoded><![CDATA[<p>nice one erwin! this is very helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Missing PHP Functions: getopts() by Anonymous</title>
		<link>http://hash-bang.net/2008/12/missing-php-functions-getopts/comment-page-1/#comment-2673</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 15 Apr 2010 15:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=68#comment-2673</guid>
		<description><![CDATA[I really appreciate your work, but as listed above the syntax &quot;-o=x&quot; or &quot;--o=x&quot; (and you could also support &quot;-ox&quot; for the same purporse, like the original getopt) would be great.
and instead of the &quot;die&quot; a return (with a new array for unknown/malformed options) would be a nice to have.]]></description>
		<content:encoded><![CDATA[<p>I really appreciate your work, but as listed above the syntax &#8220;-o=x&#8221; or &#8220;&#8211;o=x&#8221; (and you could also support &#8220;-ox&#8221; for the same purporse, like the original getopt) would be great.<br />
and instead of the &#8220;die&#8221; a return (with a new array for unknown/malformed options) would be a nice to have.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Converting Null by mc</title>
		<link>http://hash-bang.net/2009/04/converting-null/comment-page-1/#comment-2664</link>
		<dc:creator>mc</dc:creator>
		<pubDate>Mon, 05 Apr 2010 23:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=136#comment-2664</guid>
		<description><![CDATA[Depends what you are doing I suppose. I was assuming &#039;cmd&#039; would be something like &#039;xargs -0&#039; as so:
&lt;code&gt;find -type f &#124; 0 &#124; xargs -0 echo&lt;/code&gt;
Which works exactly the same as:
&lt;code&gt;find -type f -print0 &#124; xargs -0 echo&lt;/code&gt;
I guess it depends on what the command is and how nicely it can process null characters. &#039;0&#039; was originally designed so that programs that do &lt;em&gt;not&lt;/em&gt; understand null terminated arguments can work. A good example would be:
&lt;code&gt;ls -1 &#124; 0 &#124; xargs -0 echo&lt;/code&gt;
Where poor &#039;ls&#039; cannot understand null terminated file names and thus would fail on any file name containing whitespace.]]></description>
		<content:encoded><![CDATA[<p>Depends what you are doing I suppose. I was assuming &#8216;cmd&#8217; would be something like &#8216;xargs -0&#8242; as so:<br />
<code>find -type f | 0 | xargs -0 echo</code><br />
Which works exactly the same as:<br />
<code>find -type f -print0 | xargs -0 echo</code><br />
I guess it depends on what the command is and how nicely it can process null characters. &#8217;0&#8242; was originally designed so that programs that do <em>not</em> understand null terminated arguments can work. A good example would be:<br />
<code>ls -1 | 0 | xargs -0 echo</code><br />
Where poor &#8216;ls&#8217; cannot understand null terminated file names and thus would fail on any file name containing whitespace.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Converting Null by sma</title>
		<link>http://hash-bang.net/2009/04/converting-null/comment-page-1/#comment-2662</link>
		<dc:creator>sma</dc:creator>
		<pubDate>Fri, 02 Apr 2010 22:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=136#comment-2662</guid>
		<description><![CDATA[Hm, instead of &quot;find -type f &#124; 0 &#124; cmd &#124; ...&quot; you obviously meant &quot;find -type f &#124; cmd &#124; 0 &#124; ...&quot;.]]></description>
		<content:encoded><![CDATA[<p>Hm, instead of &#8220;find -type f | 0 | cmd | &#8230;&#8221; you obviously meant &#8220;find -type f | cmd | 0 | &#8230;&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Missing PHP Functions: getopts() by mc</title>
		<link>http://hash-bang.net/2008/12/missing-php-functions-getopts/comment-page-1/#comment-2597</link>
		<dc:creator>mc</dc:creator>
		<pubDate>Thu, 28 Jan 2010 23:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=68#comment-2597</guid>
		<description><![CDATA[Good point.

I think its about time I updated some of this code anyway to allow some of the other functionality listed in these comments.

I&#039;ll try to get something up soon.]]></description>
		<content:encoded><![CDATA[<p>Good point.</p>
<p>I think its about time I updated some of this code anyway to allow some of the other functionality listed in these comments.</p>
<p>I&#8217;ll try to get something up soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Missing PHP Functions: getopts() by Kristopher</title>
		<link>http://hash-bang.net/2008/12/missing-php-functions-getopts/comment-page-1/#comment-2596</link>
		<dc:creator>Kristopher</dc:creator>
		<pubDate>Thu, 28 Jan 2010 16:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=68#comment-2596</guid>
		<description><![CDATA[This would be perfect for me, except it doesn&#039;t support

php file.php --option=value]]></description>
		<content:encoded><![CDATA[<p>This would be perfect for me, except it doesn&#8217;t support</p>
<p>php file.php &#8211;option=value</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Talking in tongues &#8211; UTF8 with CodeIgniter by roarbb</title>
		<link>http://hash-bang.net/2009/02/utf8-with-codeigniter/comment-page-1/#comment-2592</link>
		<dc:creator>roarbb</dc:creator>
		<pubDate>Wed, 20 Jan 2010 01:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://hash-bang.net/?p=95#comment-2592</guid>
		<description><![CDATA[Gread advice. Thanks very much. Works great!]]></description>
		<content:encoded><![CDATA[<p>Gread advice. Thanks very much. Works great!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
