scripts and programs for fun

Scramble

Click here to download this gzip file.

Scramble gives you a meaningful word/words of same length as input no. of letters. You can give any number of letters without space as an argument to this script. Every word thus obtained is again a meaningful word. Magic!!

For Ex.
perl scramble.txt asttes
states
tastes

Tabla Editor - Editor for Tabla compositions

Tabla Editor is aimed at helping tabla players in composing variations of Kayadas or new Parans. You need to first enter value for 'Matre' per line and Khanda Matre. For more information just click on 'Tabla Editor'

Chess:8 Queens !

Can you arrange 8 queens on chess board so that no queen can capture any other ? Shrinivas Vanungare who is an expert Java programmer has put the logic behind this into a JAVA program. Try solving this chess puzzle. Programmers, see the code.

Unzip Chess.zip and issue this command
java -jar Chess.jar

Useful scripts