Version 6 of Frank Bannon

Updated 2011-11-11 07:28:15 by FB

TCL dabbler, computer scientist

my TCL web site is down (geocities host is permanently down, relocating...)

Games

* Word-Search - input scrambled letters, and it returns all possible English words. Solves Jumble word games, finds words and scores for Scrabble games. Very fast solutions (< 1s).

* Crossword Solver - type in the letters you know, and this tool tells you all English words that fit.

* Boggle - classic game of finding words in a grid of 4x4 random letters. Shows all possible words in the grid.

* Same Game - puzzle game of removing same-type blocks

* Sink the Ship - Battleship game vs computer, with sounds and aiming hints

Utilities

* iTunes - control iTunes from tclsh. See AS TCL Recipes

* DIS Monitor - listens to Distributed Interactive Simulation (DIS) traffic for simulation data, and decodes PDU data to text, and decodes DIS enumerations to text from the SISO DIS reference. Decodes the PDU types: Entity State, Fire, Detonation, Transmit, Signal. Uses the UDP extension . See AS TCL Recipes

* URN Monitor - listens to DIS traffic for Entity State PDUs, and displays all Marking fields that contain a URN. Shows what simulation entities are live/damaged/dead/moving/stale.

* PDU Generator - creates DIS PDUs with your input data and sends them onto the network via UDP. Creates the PDU types: Entity State, Fire, Detonation, Transmit, Signal. Reads lists of various simulation entities (JCATS, VBS2, VRSG) to provide quick entry of known enumerations. Excellent to test interaction between simulations.

* Cryptotool - encrypt and decrypt text using a variety of algorithms, including Caesar cipher, Vigenere, Rail-Fence, Pig-Latin, Tiny Encryption Algorithm, UUencode, Blowfish. Unfinished project.