193 projects tagged "Mac OS X"
Inhouse-Web is Web-based time recording and tracking software built for companies that want to track their projects' worktime to get accurate time billing for their customers. In contrast to other time trackers, Inhouse-Web will not offer its own task system. It directly synchronizes with other issue tracking systems like Trac so that each employee can connect their worktime with already existing tickets for their projects. But this application is quite a bit more than a simple time tracking system. You can also manage your company's stock of software and hardware, books, and other materials.
JAME is an application for creating fractals and other graphics artifacts. It is written in the Java language, with some native code to accelerate encoding of videos and images. It has a real-time, multi-threaded graphics engine with layers, filters, effects, a lot of formulas, and parameters. JAME supports operations such as continuous zoom of Mandelbrot and Julia sets, rotation, and color shifting. JAME has also advanced features such as networked computation and scripting. You can take photos of your fractals or record movies from your exploration paths. Photos and movies are stored in a database to be rendered in high resolution and exported to a file. JAME can be extended by plug-ins which provide fractals, formulas, filters, effects, and more.
"The Game" is a project designed to simplify the process of producing any high-quality cross-platform 2D or 3D graphical computer game. The hope is that any game can be produced simply by changing a few settings and pressing a "compile" button. The project has three "deliverables": a game engine library to abstract across the set of all possible computer games (applying object-oriented design methods to the general problem in such a way as to be usable in specific instances); a graphical interface for easy game design (an exercise in human interface design); and a gaming package with a lot of shiny games to play.
EditLive! is a cross-platform, browser-based Web content editor with a Word-like WYSIWYG interface. Key features include a live spell checker and advanced table and nested list support. It produces content that complies with Section 508 and W3C accessibility, key XHTML and CSS standards. It is designed for use with Web content management, knowledge management, and e-learning applications. Integrations for major CMS platforms and business solutions including IBM Workplace Web Content Management, Vignette, EMC (Documentum), Percussion, FileNet, Open Text, Ektron, Ingeniux, Stellent, vCampus, and Schoolwires are also available.
The Invisionix Roaming System Remote (IRSR) is a new metasystem which provides its users with a personal PC capability that operates in a distributed WAN environment. The metasystem is built with PHP, Javascript, and MySQL. The IRSR is a personal, general purpose, and modular mobile PC system, built by integrating existing Open Source components.
Kimai is software that tracks work time and classifies it. It tracks time and prints out a summary (time sheet) of your activities on demand. The reports can be yearly, monthly, daily, by customer, by project, or by action. Its interface is based on using a Web browser. You can install it as a Web service or as a single-user program on your local workstation. It is appropriate both for multiple simultaneous users or a single user. Kimai does not have to run to do the recording.
Algorithm Study provides tools and resources to augment the traditional study of algorithms. It includes implementations of common and less-common algorithms in a variety of languages and visualization tools to help in gaining a deeper understanding of the algorithms. The algorithm implementations are each accompanied by a discussion of the asymptotic ("big O") run time and memory limits of the algorithm. Some implementations include discussion of how the algorithm or data structure is commonly used and comparisons with similar algorithms or data structures. All implementations have test cases that exercise their functionality. The visualization tool, Algorithm Visualizer, displays what happens as various algorithms do their work.