84 projects tagged "English"
Dash Reports is a versatile and lightweight reporting solution. It allows users and administrators to create a large range of reports driven by SQL databases. It also supports the creation of complex and powerful dashboards, with local caching of results to reduce load on the source database. Various report output formats are supported and the results can be styled using templates. The system allows for scheduled or user-invoked reports, delivered via browser, file, FTP/SFTP, or email.
Project'Or RIA is project management software that tries to to gather in a single tool all functionality needed to organize your projects. It focuses on IT projects, but is also compatible with all kinds of other projects. The objective is to keep it simple and easy to use on a day to day basis.
Taru is appointment scheduler that was designed for use within a university for scheduling demo times between course assistants and students. It includes support for calendar synchronization with iCal and Google. Taru means "to be sufficient, to be enough" in Japanese and "myth" in Finnish.
LibrePlan is a Web application for project planning, monitoring, and control. It is a collaborative tool to plan, monitor, and control projects and has a rich Web interface that provides a desktop-like user experience. All the team members can take part in the planning, which makes it possible to have real-time planning. It was designed for a scenario where multiple projects and resources interact to carry out the work inside a company. It makes it possible to communicate with other company tools, providing a wide set of Web services to import and export data.
SCHED_DEADLINE is an implementation of a new scheduling class for the Linux kernel. It implements the real-time scheduling algorithm called Earliest Deadline First (EDF). A key feature is that it ensures "temporal isolation", which means that the temporal behavior of each task (i.e., its ability to meet its deadlines) is not affected by the behavior of any other task in the system. In other words, even if a task misbehaves, it is not able to exploit larger execution times than the amount it has been allocated. Each task is characterized by a "budget" and a "period" equal to its deadline. At any instant of time, the system schedules the task having earliest deadline.