Sis srl

Ciarpame {.com}

Useful stuffs for the masses. Useless things for few.

Entries categorized under 'rand()'

July 24th, 2008

Blogging from an iPod touch take 2

Finally wordpress make blogging from iDevices possible but not through the same interface I usually use but with a specif app installable only by the Apple App Store.
Now…I have two friends iPhone/iTouch powered that want to contribute to this blog but they can’t.
Why??? Because they have an…ummm, “particular” version or their iDevices and they can’t [...]

→ No CommentsTags: · ,
Categories: rand()

July 7th, 2008

Blogging from Genoa (and from an iPod Touch)

is not possibile…. that is!
I’ve tryed to post a blog from my beautiful iPod Touch but seems that wp post area is not recognised as an input from the iPod, so only the title could be written with it.
however that Genoa is one of my favorites cities in italy and it is full of memories [...]

→ No CommentsTags: · , ,
Categories: rand()

June 24th, 2008

The Python History…

code_swarm – Python from Michael Ogawa on Vimeo.

→ No CommentsTags: · ,
Categories: Video · rand()

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()