7133 projects tagged "Windows"
@Mail Groupware combines the ability to share address books, calendar items, and tasks among groups of users with optional permission levels. It provides a complete Web- based groupware system for users within your organization and provides an Outlook 2003/2000 to Web synchronization utility for Contacts and Calendar data.
The SupStar Job Card Management system manages the workshop jobs, technicians, and other details of a multi-branch computer sales or technical company. Its features include per technician reports, graphs on jobs and queue views, branched total reports, a calendar for call-out jobs, email and SMS notification to clients and staff, high security, and a full admin section.
A-OK! The Wings of Mercury is a realistic simulation of the Mercury spacecraft. It features 3D graphics, fully functional control panels, networked simulations, and a complete manual. It uses the actual checklists used by the astronauts. Orbital and Sub-Orbital missions can be simulated. Orbital missions and a Mission Control Center simulator are available to registered users.
A220 Mission 1 is an arcade game written as a Java Midlet for cellphones. It lets you fly through mountains and cave systems, eliminating multiple enemies before finally destroying the Pirate Base. You pick up weapons, shields, and fuel powerups along the way. There are multiple levels, terrains, and enemies.
AA-lib is a low level gfx library just as many other libraries are. The main difference is that AA-lib does not require graphics device. In fact, there is no graphical output possible. AA-lib replaces those old-fashioned output methods with a powerful ASCII art renderer. The API is designed to be similar to other graphics libraries.
ABC Path Generator is a program and a Perl library that generates layouts of ABC Path based on the input of a random number generator. Giving different seeds to the generator will yield different layouts. ABC Path is a puzzle game in which one should position the letters from "A" to "Y" in a 5*5 grid based on clues. It is featured on brainbashers.com. ABC Path Generator makes use of depth-first-search to find usable final paths, and then assigns the clues for it, also using DFS.
ABC Path Solver is a Perl program and library that automatically solves an ABC Path game while giving the reasoning. ABC Path is a puzzle game in which one should position the letters from "A" to "Y" in a 5*5 grid based on clues. It is featured in brainbashers.com. ABC Path Solver uses a mixture of deduction and solving by trying several branches, which should allow it to solve all initial boards.