R: Re: [aha] mashing-up AHA!

dipaola18 at tin.it dipaola18 at tin.it
Wed Oct 15 00:10:16 CEST 2008



----Messaggio originale----
Da: xdxd.vs.xdxd at gmail.com
Data: 14-ott-
2008 4.30 PM
A: "List on artistic activism and net culture"<aha at ecn.
org>
Ogg: Re: [aha] mashing-up AHA!

gianmarco bonavolontà ha scritto:
> citandoti:
> "MERAVIGLIA" :)
> posso sapere quale tag cloud hai 
usato??
>

ho preso il file di testo dei messaggi, holevato i caratteri 
"strani", 
>l'ho messo tutto su una riga e l'ho frullato con sto codice 
in fondo al 
>messaggio
>i primi passi si fanno al volo con un paio di 
comandi in "vi" o in "emacs"
 se per te vi e emacs sono la stessa cosa 
linus dovrebbe riscrivere linux,
o forse c è come dice lolli "nebbia e 
confusione"
merdaviglie

ciaociao!
xDxD


----


<html>
    <head>
        <style>
.body{
background: #FFFFFF;
color: #000000;
}
        
</style>
    </head>
    <body>
<?php

$testo = file_get_contents("2008-
October-compact.txt");
$parts = explode(" ", $testo);
$tags = array();
foreach($parts as $w){
    $w = strtoupper($w);
    if(isset($tags[$w]))
{
        $tags[$w] = $tags[$w] + 1;
    }else {
        $tags[$w] = 1;
    }
}

asort($tags,SORT_NUMERIC);

$size = 7;
$currval = -1;

while 
($el = current($tags)) {
    if( strlen( key( $tags ) )>=3 && strlen( 
key( $tags ) )<17  && 
!is_numeric( key( $tags ) )  ){
        if($el!
=$currval){
            $size++;
            $currval = $el;
        }
    echo "<div style='background: #DDDDDD; color: #000000; margin: 
2px;
padding: 5px; display:block; float:left; font: " .  $size. "px 
sans-
serif;'>" . (key($tags)) .'</div>';
  }
  next($tags);
}
?>
    </body>
</html>
_______________________________________________
Aha mailing 
list
Aha at ecn.org
http://www.ecn.org/mailman/listinfo/aha





More information about the Aha mailing list