steelpoll is a Web polling application which allows you to quickly and easily create and manage polls by just editing plain Tcl files. A single poll can be created by editing the variables in a single file. You can optionally control votes by checking the user's IP address. A parsed vote log can be viewed. It doesn't require any SQL database backend because it stores the results in easily parsed plain text files. It doesn't use graphics to display poll results, which is great for text-based Web browsers.
xoris grabs the RGB color value of any pixel on the screen and dumps the color's name to stdout. The output can be printed either as hex (#b0958e), as a triple of decimal RGB values (229 229 229), or as an abstract name (gray90). xoris has only been tested on displays with a bit depth of 24 bpp.