|
|
| "I'm glad cavepeople didn't invent television, because they would have just sat around and watched talk shows all day instead of creating tools." - Dave James |
| LICENSE |
Is it Free?
|
<:
$STAR_FULL = "
";
$STAR_HALF = "
";
$STAR_EMPTY = "
";
:>
Too see more/less tools, change minimum rating (0,3,4,5 stars):
<: my $DISP = $GOOD; $DISP = 4 if $GOOD==-1; :>
<: print ($DISP!=0 ? "none" : "none"); :> |
<:
my $three = $DISP>=3 ? $STAR_FULL : $STAR_EMPTY;
my $four = $DISP>=4 ? $STAR_FULL : $STAR_EMPTY;
my $five = $DISP>=5 ? $STAR_FULL : $STAR_EMPTY;
print "$three$three$three";
print "$four";
print "$five";
:>
-- Currently displaying <: print $DISP ? "code with $DISP stars" : "all code" :> --
| Name | Rating | Works? | Description | |||||||
| | $home | $name_link |
$stars
| $works | END_OF_ENTRY print $str if ($good_enough); } else { print if $good_enough; # Part of the description } } print " \n | \n \n" if $good_enough; close(LIST); :>|||||
| | ||||||||||
|
| ||||||||||
|
||||||||||
|
Not enough free software here? You can find heaps more at my other software collections at Free Downloads Center and www.AllWorldSoft.com |
||||||||||
|
"I have an elegant script for this,
but it was too big to fit in the margins.."
- Me, MarginalHacks
Thanks to Jamie Zawinsky and the Jargon File for the name |
||||||||||
| | ||||||||||
| There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult. - C.A.R. Hoare |