Tux Math Scrabble 0.5.4 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Tux Math Scrabble 0.5.4 (Default branch)
# 1  
Old 05-16-2008
Tux Math Scrabble 0.5.4 (Default branch)

ImageTuxMathScrabble challenges young people toconstruct compound equations and consider multipleabstract possibilities. There are four skilllevels for practice, from basic addition andsubtraction through multiplication and division.This software includes a data recorder interfacefor student performance assessment.License: GNU General Public License v2Changes:
Changes to the way some events are handled.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Scrabble Regex Help

Hi! I use an and grep to play Scrabble and other word games because it helps me practice regexes, or, as my friends would say, because I'm a cheater. Anyway, I'm trying to work out how to write a regex that might do what I want, so let's see if I can explain it properly. Let's say we want to play... (3 Replies)
Discussion started by: sudon't
3 Replies
Login or Register to Ask a Question
TUXPAINT-IMPORT(1)						 Tux Paint Import						TUXPAINT-IMPORT(1)

NAME
tuxpaint-import -- Import image files into Tux Paint(1) SYNOPSYS
tuxpaint-import [--help] tuxpaint-import filename(s) DESCRIPTION
tuxpaint-import is a simple shell script which uses some NetPBM (pnm(5)) tools (anytopnm, pnmscale and pnmtopng) along with date(1) to con- vert an arbitrary image file (e.g., a JPEG, GIF, etc.) into a PNG(5) file which can be used by the drawing program Tux Paint (tuxpaint(1)) and places it in the user's Tux Paint saved-files directory ($HOME/.tuxpaint/saved/). EXAMPLE
tuxpaint-import picture.jpg photo.png cartoon.gif ENVIRONMENT
$HOME to determine where the files should go so that they can be access within Tux Paint using its Open command. FILES
$HOME/.tuxpaint/saved where new image files are stored, after being resized and converted into PNG format. $HOME/.tuxpaint/saved/.thumbs where thumbnail images are stored. AUTHOR
Bill Kendrick. <bill@newbreedsoftware.com> SEE ALSO
tuxpaint(1), pnm(5), png(5), anytopnm(1), pnmscale(1), pnmtopng(1), date(1), And documentation within /usr/[local/]share/doc/tuxpaint/. 2003.06.17 17 Jun 2003 TUXPAINT-IMPORT(1)