Utilities

Here you will find some random stuff.

Soccer and Python

A cool little python script to simulate a soccer match using gnuplot! I wrote this for a simulation championship at Shaastra, IIT Madras.
Script: football.py

Java applet for image slideshow

I wrote this Java script which can be used to generate an image slideshow. To use it add the following lines to your html file and set the appropriate width and height. Copy the DissolveImage.class file to the same directory. Specify full path to all the images to be included in the slide show.

<object codetype=“applicationx-java-applet” classid=“java:DissolveImage.class” code=“DissolveImage” width=“129” height=“99”>
<param name=“image1” value=“.
path to image 1” >
<param name=“image2” value=“.
path to image 2” >
<param name=“image3” value=“.
path to image 3” >
<
object>

Su|do|ku

I wrote sudoku solver in Python and later created a java applet.