7176 projects tagged "Windows"
Morris is an implementation of Nine Men's Morris that also supports several rule-variants and different board layouts (including Morabaraba). You can play against the computer, or play against another human opponent. The computer opponent learns from previous games and tries not to make the same mistake twice. This ensures continuous variation in game play, should you manage to beat the program. Furthermore, the program can give move hints and provides unlimited undo/redo.
loadcsv is a small utility to load data from CSV files into a database. It gets the names of the columns from the first row of the CSV file. It supports MySQL, PostgresSQL, and sqlite, but can be used with other SQL databases by using the utility to generate SQL statements and sending them to the database.
BDay is a simple program to help you track birthdays and anniversaries. It runs when you start or log in to your computer, displays any events that are coming up, and then exits when you click OK. It does not hang around in the system tray or as a background process taking up your computer’s resources. If there are no events to be displayed, then you won't even see BDay run.
Brace is a dialect of C that looks like Python. It has coroutines, hygenic macros, header generation, and libraries with graphics and sound. It is meant to be good for beginners, kids, and experts. Brace is translated to C, then compiled, with #! support and cached executables. It is fairly portable, and runs on GNU/Linux, Unix, and Windows with MinGW. It should also run on Mac OS X. It comes with a lot of demo programs, many with animated graphics.
Scrupp is a 2D engine that uses OpenGL for hardware-accelerated visualization. All of its functionality is exported to the Lua programming language. Using Scrupp means writing Lua scripts. It features support for movies and networking and enables run-time image creation using Cairo.