Sis srl

Ciarpame {.com}

Useful stuffs for the masses. Useless things for few.

Entries categorized under 'archived under bho?!'

June 13th, 2008

time to go offline?

this blog has been indicized….and people come to visit it! (from 5 to 50 a day)
so maybe is time to shut down it!
I don’t want people reading it. I’m jocking obviously….
thanks to all these crazy (maybe furious and dangerous) people who had subscribed this blog feed.
is there anything I’ve to wrote about you prefer?
bhà…

→ 1 CommentTags:
Categories: archived under bho?!

June 5th, 2008

as usual

..time goes on. I hit the ground. Bang Bang! You shot me down!
but now I’m growing. I’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(child){
var len = child.depth;
for(i=1;i=len;i++){
child = (!$chk(child.parent)) ? child : [...]

→ No CommentsTags:
Categories: archived under bho?!

May 30th, 2008

it’s not all about knowledge

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(!empty($this->troubles)){
foreach($this->troubles as $k => $v){
$c = (!isset($this->solution($v)) ? $this->find($v) : $this->solve();
if(!$c) echo ‘try beer or read a [...]

→ No CommentsTags:
Categories: archived under bho?!

May 28th, 2008

simple history…

1
2
3
4
5
6
7
8
9
10
11
12
13
14
private $dati = array();
 
private function set($field, $offset, $value = array()) {
if(!isset($this->dati[$field])) return false;
if(!$this->isEmpty($value) AND $offset == 0) {
array_unshift($this->dati[$field], trim($value));
return true;
} else if(is_numeric($offset)) [...]

→ No CommentsTags: ·
Categories: archived under bho?! · rand()