| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Programming

This version was saved 15 years ago View current version     Page history
Saved by faiuwle
on March 23, 2009 at 2:21:23 pm
 

Programming Projects

 

This section is for describing, documenting, and posting various programming projects that have gotten to the point where they actually compile and run and maybe even do something useful.  All programs, source code, etc. is copyright me and released under the GPL.

 

All of these programs are written using Qt.  If you don't have Qt installed on your system already (which is likely, unless you are running Linux) you will need the Qt Libraries to run them. 

Download Qt Libraries for Windows - Unzip them into the directory where the program's executable is.

Download Qt Libraries for Linux - If you have root privideges, unzip them into /usr/lib and delete executablename.sh.  If you don't, unzip them into the directory where the executable is, rename executablename.sh to (the program's executable's name).sh and run the shell script instead of the executable.

You only have to download these files once.  If you want to redownload one of my programs because it has been updated, all you need is the executable.  If you are downloading one of the programs for the first time, but already downloaded these files for a different program, just copy the files from the previous program into the directory of the second program.

 

SimSheet

SimSheet is a sim-tracking program for The Sims 2, designed to help players keep track of the global neighborhood timeline and history of important events, as well as small details about individual sims.  Sims can either be entered manually or imported from the game using SimPE.

Documentation

Download (Windows .exe + compiler .dll, scripts, etc.)

Source (compiles with Qt 4.3+)

 

ConlangDictionary

A phonology-based dictionary, oriented towards conlangers.

Documentation

Download (Linux executable)

Download (Windows .exe + compiler .dll)

Source (compiles with Qt 4.3+)

 

SlusserLib

This is a pretty much obsolete program that is only here in case someone is curious about what I've done.  I wrote it for a non-profit organization while volunteering to organize their library; their computers did not have Access, and I wanted something that was easier to use than Excel.  It was basically just used for entering in books and then compiling them into a CSV file that could later be read by Access.  As they now have Access, SlusserLib is no longer of use.

Download (Windows .exe + compiler .dll)

Source (compiles with Qt 4.3+)

 

Mythologist

An experimental game/simulation based on the evolution of myths and legends, and the spread of gossip and news.  So far, there is no real point to it except to start it off and see what it does, and try to make it more complex and realistic.

Documentation

Download (Linux executable)

Source (compiles with Qt 4.3+)

Comments (0)

You don't have permission to comment on this page.