<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ciarpame {.com} &#187; archived under bho?!</title>
	<atom:link href="http://www.ciarpame.com/category/archived_under_bho/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ciarpame.com</link>
	<description>Useful stuffs for the masses. Useless things for few.</description>
	<lastBuildDate>Tue, 01 Dec 2009 13:03:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>time to go offline?</title>
		<link>http://www.ciarpame.com/2008/06/13/time-to-go-offline/</link>
		<comments>http://www.ciarpame.com/2008/06/13/time-to-go-offline/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 19:33:00 +0000</pubDate>
		<dc:creator>Giovanni Savastano</dc:creator>
				<category><![CDATA[archived under bho?!]]></category>

		<guid isPermaLink="false">http://www.ciarpame.com/?p=113</guid>
		<description><![CDATA[this blog has been indicized&#8230;.and people come to visit it! (from 5 to 50 a day) so maybe is time to shut down it! I don&#8217;t want people reading it. I&#8217;m jocking obviously&#8230;. thanks to all these crazy (maybe furious and dangerous) people who had subscribed this blog feed. is there anything I&#8217;ve to wrote [...]]]></description>
			<content:encoded><![CDATA[<p>this blog has been indicized&#8230;.and people come to visit it! (from 5 to 50 a day)<br />
so maybe is time to shut down it!</p>
<p>I don&#8217;t want people reading it. I&#8217;m jocking obviously&#8230;.</p>
<p>thanks to all these crazy (maybe furious and dangerous) people who had subscribed this blog feed.</p>
<p>is there anything I&#8217;ve to wrote about you prefer?</p>
<p>bhà&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ciarpame.com/2008/06/13/time-to-go-offline/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>as usual</title>
		<link>http://www.ciarpame.com/2008/06/05/as-usual/</link>
		<comments>http://www.ciarpame.com/2008/06/05/as-usual/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 19:46:34 +0000</pubDate>
		<dc:creator>Giovanni Savastano</dc:creator>
				<category><![CDATA[archived under bho?!]]></category>

		<guid isPermaLink="false">http://www.ciarpame.com/?p=101</guid>
		<description><![CDATA[..time goes on. I hit the ground. Bang Bang! You shot me down! but now I&#8217;m growing. I&#8217;m curious and no one can stop me now! words mash up. life in loop. time to go ahead. 1 2 3 4 5 6 7 8 9 10 //trace the origin of myself.... function getParents&#40;child&#41;&#123; var len [...]]]></description>
			<content:encoded><![CDATA[<p>..time goes on. I hit the ground. Bang Bang! You shot me down!</p>
<p>but now I&#8217;m growing. I&#8217;m curious and no one can stop me now!</p>
<p>words mash up. life in loop. time to go ahead.</p>

<div class="wp_codebox"><table><tr id="p1012"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
</pre></td><td class="code" id="p101code2"><pre class="javascript" style="font-family:monospace;"><span style="color: #006600; font-style: italic;">//trace the origin of myself....</span>
<span style="color: #003366; font-weight: bold;">function</span> getParents<span style="color: #009900;">&#40;</span>child<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
  <span style="color: #003366; font-weight: bold;">var</span> len <span style="color: #339933;">=</span> child.<span style="color: #660066;">depth</span><span style="color: #339933;">;</span>
  <span style="color: #000066; font-weight: bold;">for</span><span style="color: #009900;">&#40;</span>i<span style="color: #339933;">=</span><span style="color: #CC0000;">1</span><span style="color: #339933;">;</span>i<span style="color: #339933;">=</span>len<span style="color: #339933;">;</span>i<span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
    child <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span>$chk<span style="color: #009900;">&#40;</span>child.<span style="color: #660066;">parent</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">?</span> child <span style="color: #339933;">:</span> child.<span style="color: #660066;">parent</span><span style="color: #339933;">;</span>
    <span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>child.<span style="color: #660066;">data</span><span style="color: #009900;">&#91;</span><span style="color: #3366CC;">'level'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">&gt;=</span> <span style="color: #CC0000;">0</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
      beAdopted<span style="color: #009900;">&#40;</span>child.<span style="color: #660066;">data</span><span style="color: #009900;">&#91;</span><span style="color: #3366CC;">'id'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
  <span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.ciarpame.com/2008/06/05/as-usual/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>it&#8217;s not all about knowledge</title>
		<link>http://www.ciarpame.com/2008/05/30/its-not-all-about-the-knowledge/</link>
		<comments>http://www.ciarpame.com/2008/05/30/its-not-all-about-the-knowledge/#comments</comments>
		<pubDate>Fri, 30 May 2008 19:27:20 +0000</pubDate>
		<dc:creator>Giovanni Savastano</dc:creator>
				<category><![CDATA[archived under bho?!]]></category>

		<guid isPermaLink="false">http://www.ciarpame.com/?p=85</guid>
		<description><![CDATA[sometime problems are all around. even if you have all to manage troubles, troubles manage you. then troubles head us in the right direction. so troubles find solutions for yourself. 1 2 3 4 5 6 if&#40;!empty&#40;$this-&#62;troubles&#41;&#41;&#123; foreach&#40;$this-&#62;troubles as $k =&#62; $v&#41;&#123; $c = &#40;!isset&#40;$this-&#62;solution&#40;$v&#41;&#41; ? $this-&#62;find&#40;$v&#41; : $this-&#62;solve&#40;&#41;; if&#40;!$c&#41; echo 'try beer or read [...]]]></description>
			<content:encoded><![CDATA[<p>sometime problems are all around.</p>
<p>even if you have all to manage troubles, troubles manage you. then troubles head us in the right direction. so troubles find solutions for yourself.</p>

<div class="wp_codebox"><table><tr id="p854"><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code" id="p85code4"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #990000;">empty</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">troubles</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
  <span style="color: #b1b100;">foreach</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">troubles</span> <span style="color: #b1b100;">as</span> <span style="color: #000088;">$k</span> <span style="color: #339933;">=&gt;</span> <span style="color: #000088;">$v</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
    <span style="color: #000088;">$c</span> <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #990000;">isset</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">solution</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$v</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> ? <span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">find</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$v</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> <span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">solve</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #000088;">$c</span><span style="color: #009900;">&#41;</span> <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'try beer or read a book!'</span><span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

<p>I have had enough of reverse engineering, problem solving and typos finding.</p>
<p>I&#8217;ve to learn english! I need (and I must) to share. But I need first to be understood.</p>
<p>hope in a new, fresh, revision.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ciarpame.com/2008/05/30/its-not-all-about-the-knowledge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>simple history&#8230;</title>
		<link>http://www.ciarpame.com/2008/05/28/simple-history/</link>
		<comments>http://www.ciarpame.com/2008/05/28/simple-history/#comments</comments>
		<pubDate>Wed, 28 May 2008 19:39:35 +0000</pubDate>
		<dc:creator>Giovanni Savastano</dc:creator>
				<category><![CDATA[archived under bho?!]]></category>
		<category><![CDATA[rand()]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.ciarpame.com/?p=44</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 private $dati = array&#40;&#41;; &#160; private function set&#40;$field, $offset, $value = array&#40;&#41;&#41; &#123; if&#40;!isset&#40;$this-&#62;dati&#91;$field&#93;&#41;&#41; return false; if&#40;!$this-&#62;isEmpty&#40;$value&#41; AND $offset == 0&#41; &#123; array_unshift&#40;$this-&#62;dati&#91;$field&#93;, trim&#40;$value&#41;&#41;; return true; &#125; else if&#40;is_numeric&#40;$offset&#41;&#41; &#123; array_unshift&#40;$this-&#62;dati&#91;$field&#93;, $this-&#62;dati&#91;$field&#93;&#91;$offset&#93;&#41;; return true; &#125; else &#123; return false; &#125; &#125; [...]]]></description>
			<content:encoded><![CDATA[
<div class="wp_codebox"><table><tr id="p446"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
</pre></td><td class="code" id="p44code6"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">private</span> <span style="color: #000088;">$dati</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">private</span> <span style="color: #000000; font-weight: bold;">function</span> set<span style="color: #009900;">&#40;</span><span style="color: #000088;">$field</span><span style="color: #339933;">,</span> <span style="color: #000088;">$offset</span><span style="color: #339933;">,</span> <span style="color: #000088;">$value</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
   <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #990000;">isset</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">dati</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$field</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #b1b100;">return</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #339933;">;</span>
      <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">isEmpty</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$value</span><span style="color: #009900;">&#41;</span> AND <span style="color: #000088;">$offset</span> <span style="color: #339933;">==</span> <span style="color: #cc66cc;">0</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
         <span style="color: #990000;">array_unshift</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">dati</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$field</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #990000;">trim</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$value</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
         <span style="color: #b1b100;">return</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">;</span>
      <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">is_numeric</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$offset</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
         <span style="color: #990000;">array_unshift</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">dati</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$field</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">dati</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$field</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$offset</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
         <span style="color: #b1b100;">return</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">;</span>
      <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span>
         <span style="color: #b1b100;">return</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #339933;">;</span>
   <span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

<p>can I undo?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ciarpame.com/2008/05/28/simple-history/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
