<?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 UnderCo(n)struction.eu</title>
	<atom:link href="http://www.undercostruction.eu/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.undercostruction.eu</link>
	<description>Nuts from a weird mind...</description>
	<lastBuildDate>Sat, 05 Sep 2009 17:20:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Listening to custom events from itemRender with Flex 3.3 ( bubble events ) by Pseudo Console using Flex 3 &#124; UnderCo(n)struction.eu</title>
		<link>http://www.undercostruction.eu/2009/05/18/listening-to-custom-events-from-itemrender-with-flex-33-bubble-events/comment-page-1/#comment-12426</link>
		<dc:creator>Pseudo Console using Flex 3 &#124; UnderCo(n)struction.eu</dc:creator>
		<pubDate>Sat, 05 Sep 2009 17:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.undercostruction.eu/?p=297#comment-12426</guid>
		<description>[...] 9-13 and line 26: it&#8217;s a classic example of managing bubble events (this is my post ). The &#8220;retrieveInfo&#8221; function just add 2 new child in the VBox &#8220;terminal&#8221; [...]</description>
		<content:encoded><![CDATA[<p>[...] 9-13 and line 26: it&#8217;s a classic example of managing bubble events (this is my post ). The &#8220;retrieveInfo&#8221; function just add 2 new child in the VBox &#8220;terminal&#8221; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recording and encoding a radio streaming. by Zahar</title>
		<link>http://www.undercostruction.eu/2008/05/02/recording-and-encoding-a-radio-streaming/comment-page-1/#comment-8700</link>
		<dc:creator>Zahar</dc:creator>
		<pubDate>Thu, 06 Nov 2008 00:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.undercostruction.eu/?p=176#comment-8700</guid>
		<description>It&#039;s fun. ATP Subscribe to the RCC perhaps</description>
		<content:encoded><![CDATA[<p>It&#8217;s fun. ATP Subscribe to the RCC perhaps</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recording and encoding a radio streaming. by Duphalac</title>
		<link>http://www.undercostruction.eu/2008/05/02/recording-and-encoding-a-radio-streaming/comment-page-1/#comment-8533</link>
		<dc:creator>Duphalac</dc:creator>
		<pubDate>Thu, 02 Oct 2008 11:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.undercostruction.eu/?p=176#comment-8533</guid>
		<description>It has long been looking for this information, Thank you for your work.</description>
		<content:encoded><![CDATA[<p>It has long been looking for this information, Thank you for your work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Saving flv from Firefox cache using bash scripting by DierRe</title>
		<link>http://www.undercostruction.eu/2007/11/11/saving-flv-from-firefox-cache-using-the-shell/comment-page-1/#comment-8417</link>
		<dc:creator>DierRe</dc:creator>
		<pubDate>Sat, 20 Sep 2008 22:21:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.undercostruction.eu/2007/11/11/saving-flv-from-firefox-cache-using-the-shell/#comment-8417</guid>
		<description>Hello!
I&#039;m trying your script but I get this error:

ls: impossibile accedere a ””/home/dierre/.mozilla/firefox/6vj606d9.default/Cache””/*: Nessun file o directory
prova.sh: 22: Syntax error: Unterminated quoted string

this is the line:
lasts=”`ls -t \”$srcdir\”/* &#124; grep -v _CACHE_`”

I think this should fix the problem:

srcdir=`echo $HOME/.mozilla/firefox/*.default/Cache`
lasts=`ls -t \”$srcdir\”/* &#124; grep -v _CACHE_`</description>
		<content:encoded><![CDATA[<p>Hello!<br />
I&#8217;m trying your script but I get this error:</p>
<p>ls: impossibile accedere a ””/home/dierre/.mozilla/firefox/6vj606d9.default/Cache””/*: Nessun file o directory<br />
prova.sh: 22: Syntax error: Unterminated quoted string</p>
<p>this is the line:<br />
lasts=”`ls -t \”$srcdir\”/* | grep -v _CACHE_`”</p>
<p>I think this should fix the problem:</p>
<p>srcdir=`echo $HOME/.mozilla/firefox/*.default/Cache`<br />
lasts=`ls -t \”$srcdir\”/* | grep -v _CACHE_`</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Saving flv from Firefox cache using bash scripting by Ash</title>
		<link>http://www.undercostruction.eu/2007/11/11/saving-flv-from-firefox-cache-using-the-shell/comment-page-1/#comment-8381</link>
		<dc:creator>Ash</dc:creator>
		<pubDate>Sat, 20 Sep 2008 10:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.undercostruction.eu/2007/11/11/saving-flv-from-firefox-cache-using-the-shell/#comment-8381</guid>
		<description>I use this script to print the filename of the last played (downloaded) multimedial file:

getlastC.sh:

srcdir=&quot;`echo $HOME/.mozilla/firefox/*.default/Cache`&quot;
lasts=&quot;`ls -t \&quot;$srcdir\&quot;/* &#124; grep -v _CACHE_`&quot;
#srcdir=&quot;/tmp&quot;
#lasts=&quot;`ls -t \&quot;$srcdir\&quot;/Flash*`&quot;
# mplay1eo1b5: Audio file with ID3 version 22.0 tag, MP3 encoding
#              Apple QuickTime movie (fast start)
#              ISO Media, Apple QuickTime movie

#echo &quot;To check: $lasts&quot;

for last in $lasts; do
        #verbose &quot;Checking: $last&quot;
        if file -b &quot;$last&quot; &#124; grep &quot;Macromedia Flash Video&quot; &gt;/dev/null 2&gt;&1; then
                #verbose &quot;Detected: Macromedia Flash Video&quot;
                ext=&quot;flv&quot;
        elif file -b &quot;$last&quot; &#124; grep &quot;Apple QuickTime movie&quot; &gt;/dev/null 2&gt;&1; then
                #verbose &quot;Detected: ISO Media, Apple QuickTime movie&quot;
                ext=&quot;qt&quot;
        else
                #verbose &quot;No multimedial content detected.&quot;
                ext=&quot;&quot;
        fi

        if [[ &quot;$ext&quot; != &quot;&quot; ]]; then
                #lastbasename=${last##*/}
                #verbose &quot;$0:&quot;
                if [[ &quot;$add_ext&quot; != &quot;&quot; ]]; then
                        add_ext=&quot;.$ext&quot;
                fi
                echo &quot;$last$add_ext&quot;
                exit
        fi
done


And this one to copy (usage: gimmelastC.sh &quot;Great video from youtube&quot;).

gimmelastC.sh:

name=&quot;$1&quot;

last_ext=&quot;$(getlastC.sh ext 2&gt;/dev/null)&quot;

ext=${last_ext##*.}
last=${last_ext%.*}
lastbasename=${last##*/}

if [[ -z &quot;$name&quot; ]]; then
        name=&quot;$lastbasename&quot;
fi

if [[ -f &quot;$last&quot; ]]; then
        echo &quot;mv \&quot;$last\&quot; \&quot;$name.$ext\&quot;&quot;
        mv &quot;$last&quot; &quot;$name.$ext&quot;
fi

Returns the last one multimedial file, then the one before the last one etc. Cheers.</description>
		<content:encoded><![CDATA[<p>I use this script to print the filename of the last played (downloaded) multimedial file:</p>
<p>getlastC.sh:</p>
<p>srcdir=&#8221;`echo $HOME/.mozilla/firefox/*.default/Cache`&#8221;<br />
lasts=&#8221;`ls -t \&#8221;$srcdir\&#8221;/* | grep -v _CACHE_`&#8221;<br />
#srcdir=&#8221;/tmp&#8221;<br />
#lasts=&#8221;`ls -t \&#8221;$srcdir\&#8221;/Flash*`&#8221;<br />
# mplay1eo1b5: Audio file with ID3 version 22.0 tag, MP3 encoding<br />
#              Apple QuickTime movie (fast start)<br />
#              ISO Media, Apple QuickTime movie</p>
<p>#echo &#8220;To check: $lasts&#8221;</p>
<p>for last in $lasts; do<br />
        #verbose &#8220;Checking: $last&#8221;<br />
        if file -b &#8220;$last&#8221; | grep &#8220;Macromedia Flash Video&#8221; &gt;/dev/null 2&gt;&amp;1; then<br />
                #verbose &#8220;Detected: Macromedia Flash Video&#8221;<br />
                ext=&#8221;flv&#8221;<br />
        elif file -b &#8220;$last&#8221; | grep &#8220;Apple QuickTime movie&#8221; &gt;/dev/null 2&gt;&amp;1; then<br />
                #verbose &#8220;Detected: ISO Media, Apple QuickTime movie&#8221;<br />
                ext=&#8221;qt&#8221;<br />
        else<br />
                #verbose &#8220;No multimedial content detected.&#8221;<br />
                ext=&#8221;"<br />
        fi</p>
<p>        if [[ "$ext" != "" ]]; then<br />
                #lastbasename=${last##*/}<br />
                #verbose &#8220;$0:&#8221;<br />
                if [[ "$add_ext" != "" ]]; then<br />
                        add_ext=&#8221;.$ext&#8221;<br />
                fi<br />
                echo &#8220;$last$add_ext&#8221;<br />
                exit<br />
        fi<br />
done</p>
<p>And this one to copy (usage: gimmelastC.sh &#8220;Great video from youtube&#8221;).</p>
<p>gimmelastC.sh:</p>
<p>name=&#8221;$1&#8243;</p>
<p>last_ext=&#8221;$(getlastC.sh ext 2&gt;/dev/null)&#8221;</p>
<p>ext=${last_ext##*.}<br />
last=${last_ext%.*}<br />
lastbasename=${last##*/}</p>
<p>if [[ -z "$name" ]]; then<br />
        name=&#8221;$lastbasename&#8221;<br />
fi</p>
<p>if [[ -f "$last" ]]; then<br />
        echo &#8220;mv \&#8221;$last\&#8221; \&#8221;$name.$ext\&#8221;"<br />
        mv &#8220;$last&#8221; &#8220;$name.$ext&#8221;<br />
fi</p>
<p>Returns the last one multimedial file, then the one before the last one etc. Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [Wordpress] Add a &#8220;tag&#8221; button link by Cialis Generico</title>
		<link>http://www.undercostruction.eu/2007/10/29/wordpress-add-a-tag-button-link/comment-page-1/#comment-6429</link>
		<dc:creator>Cialis Generico</dc:creator>
		<pubDate>Mon, 04 Aug 2008 23:46:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.undercostruction.eu/2007/10/29/wordpress-add-a-tag-button-link/#comment-6429</guid>
		<description>Useful blog.</description>
		<content:encoded><![CDATA[<p>Useful blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Syntax Highlighting in Nano by Sergey Shepelev</title>
		<link>http://www.undercostruction.eu/2007/02/09/syntax-highlighting-in-nano/comment-page-1/#comment-6350</link>
		<dc:creator>Sergey Shepelev</dc:creator>
		<pubDate>Wed, 09 Jul 2008 21:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.undercostruction.eu/2007/02/09/syntax-highlighting-in-nano/#comment-6350</guid>
		<description>Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Templates for django-registration by DierRe</title>
		<link>http://www.undercostruction.eu/2007/11/02/templates-for-django-registration/comment-page-1/#comment-6332</link>
		<dc:creator>DierRe</dc:creator>
		<pubDate>Sat, 28 Jun 2008 18:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.undercostruction.eu/2007/11/02/templates-for-django-registration/#comment-6332</guid>
		<description>thanks.</description>
		<content:encoded><![CDATA[<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Templates for django-registration by Fabio Varesano</title>
		<link>http://www.undercostruction.eu/2007/11/02/templates-for-django-registration/comment-page-1/#comment-6309</link>
		<dc:creator>Fabio Varesano</dc:creator>
		<pubDate>Thu, 19 Jun 2008 17:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.undercostruction.eu/2007/11/02/templates-for-django-registration/#comment-6309</guid>
		<description>Thanks for the article... really useful. 

Anyway seems that the names of the email .txt files starts with activation_*</description>
		<content:encoded><![CDATA[<p>Thanks for the article&#8230; really useful. </p>
<p>Anyway seems that the names of the email .txt files starts with activation_*</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Welcome Ubuntu Hardy by DierRe</title>
		<link>http://www.undercostruction.eu/2008/04/28/welcome-ubuntu-hardy/comment-page-1/#comment-6137</link>
		<dc:creator>DierRe</dc:creator>
		<pubDate>Mon, 12 May 2008 16:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.undercostruction.eu/?p=175#comment-6137</guid>
		<description>because you suck</description>
		<content:encoded><![CDATA[<p>because you suck</p>
]]></content:encoded>
	</item>
</channel>
</rss>
