Simple CGI programs.

tab2table

Transform tab-seperated text into HTML code.

XML Dumper

Show the data format of XML text parsed by XML::Simple module.

list manipulation

Some simple tools to manipulate list.

  • unique

    Clear all the duplicated items in a list.

  • set operations

    Intersection/union/complement of two lists

  • frequency

    Frequency of items in the list.