Posts Tagged ‘gui’

WoWCalc

April 7th, 2008 shyam No comments

This is an in-game World of Warcraft calculator, similar to the standard Windows calculator. It was written with XML and Lua.

Download: source

Categories: Code Tags: , , , ,

WoWSlang

November 30th, 2007 shyam No comments

It is an in-game World of Warcraft dictionary, with definitions of commonly used terms and acronyms. There is a GUI component, as well as useful console commands for quick-lookups. Written with XML and Lua.

Download: source

Categories: Code Tags: , , , ,

E-Cookbook 1.0.0b

June 6th, 2006 shyam No comments

An electronic recipe organizer written in Python. Search, sort, print, and organize your recipes, as well as many other useful features. wxPython is used for the interface, and PySqlite for the database backend. Windows/Mac OS X supported.

E-Cookbook is an electronic cookbook or recipe organizer. It will replace the old tattered cookbook in your kitchen. Easily decide on something to make for dinner, or see what you can make based on the ingredients in your refrigerator.

Please see the SourceForge project page for the latest download.

Categories: Code, Recipes Tags: , , ,

Java Bytecode IDE

May 10th, 2006 shyam No comments

An Integrated Development Environment (IDE) for writing Java Bytecode programs, using C++ and wxWidgets. Some features:

  • Full-featured text editor with tab support.
  • Assembler to translate bytecode into instruction-level code.
  • Multi-threaded debugging, with support for breakpoints and line-by-line debugging.

Download: bin

Categories: Code Tags: , , , , , ,

Wallpaper Algorithm

January 6th, 2006 shyam No comments

This is an implementation of the Wallpaper Algorithm as described in “The New Turing Omnibus” by A.K. Dewdney. The algorithm creates a repeating pattern of dots based on user supplied values. In addition, the UI allows for 3-D navigation. Done in C#.

Download: source

Categories: Code Tags: , , ,