7335 projects tagged "Windows"
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.
MileTrak makes tracking your mileage easy. Just input your starting point and your destination, and the route distance will be grabbed from Google maps. The route will even be displayed, allowing you to verify it. All your routes are stored to a database; you can then export this information to the clipboard, allowing it to be copied into another application such as a spreadsheet.
liblouisxml is a library that provides complete Braille transcription services for XML and text documents. It translates into appropriate Braille codes and formats according to its style sheet and the specifications in the document. xml2brl, a command-line program that uses this library is also included. The latest version of liblouis is required.