Earthworm is a dark and earthy theme for Espresso intended to highlight what’s important without searing your eyes.
function f($x)
{
return sqrt(abs($x)) + 5*pow($x, 3);
}
$items = array();
for ($i = 0; $i < 11; $i++)
{
$items[] = $_GET[$i];
}
$items = array_reverse($items);
foreach ($items as $x)
{
$y = f($x);
if ($y > 400)
echo $x." TOO LARGE";
else
echo $x." ".$y;
}
?>
The above preview is not entirely accurate. For full preview screenshots of Earthworm in Espresso and with various languages, please visit the webpage for the theme:
http://onecrayon.com/products/earthworm/
Ian Beck