Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

The web-based way to get your tasks done. todoyu is all about bringing your team and clients together to work jointly on projects. Features: * Project management * Time-tracking * Teamwork and collaboration * Unlimited ToDo-Lists * Access for customers * Address management * Calendar ... [More] * Commercial extension: Resource planning, Invoicing, Gantt-Export, Burn Down Charts, Sales Reports, Project Operating Figures, Hosting Management [Less]

5.0
 
  0 reviews  |  8 users  |  146,570 lines of code  |  4 current contributors  |  Analyzed 8 days ago
 
 

An implementation of OpenGroupware's ZideStore in Python. OpenGroupware is a robust feature-rich groupware server developed in Objective-C. Coils is a backwards-compatible port of that can run side-by-side with Objective-C services In addition to reimplementing ZideStore in a more modern ... [More] environment Coils adds multiprocessing capability and the OpenGroupware Integration Engine (OIE). OIE provides a way to integrate your groupware platform with business process management. [Less]

0
 
  0 reviews  |  2 users  |  67,874 lines of code  |  5 current contributors  |  Analyzed 4 days ago
 
 

Minimalistic and powerful task manager for gnome.

5.0
 
  0 reviews  |  1 user  |  397 lines of code  |  0 current contributors  |  Analyzed about 8 hours ago
 
 

DjangoTaskSchedulerThis Django project provides an extension to the excellent Django Admin interface from which a system administrator can start and manage scheduled tasks. Tasks are defined as Python programs that can utilize the Django models for the main application. The tasks need to interact ... [More] with the task scheduler to report its status and request file locations for its output files. Example task programs are provided with the source code. Non python programs can be kicked of from a python wrapper that follows the task scheduler conventions. The codeThe code that you can obtain through the source tab contains a full Django application. The application consists of two Django apps: demo scheduler the demo app is empty and does nothing. After installing and starting the webserver, pointing your webbrowser to http://localhost:8000 will not show anything. This starts the demo app which is empty. The scheduler has another url: point the browser to http://localhost:8000/scheduler and you end up in the main scheduler page. From here you can schedule a new task, refresh the page or go into details on the scheduled or completed tasks. Each task can have one of many statuses (queued, processing, completed or failed). As each task is run the status is shown in the main scheduler page. Each task can provide custom status messages (in example a progress message) that shows on the main page. Each task can create output files. These are created and kept in a predefined place. If you spend some extra time setting up a secure webserver, an administrator can download the outputfiles right from the task details page. A poller program is provided that The statusThe status of this project is that it is under development. The main functionality is available in the current code. However, some additional code has to be completed. SOme outstanding tasks on the todo list are: Include security for the scheduler. Typically normal visitors to the website have no reason to view/manage the scheduler. Include instructions for setting up a file server to serve the output files in a secure manor. Include a more robust way of tracking whether the task program is still running or failed. Switch from old-style admin to newforms admin for new task definitions and recurrences [Less]

0
 
  0 reviews  |  0 users  |  743 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

O Escalonador de Tarefas de Projeto é uma ferramenta web para auxiliar no planejamento e no controle das atividades de um projeto de software e dos recursos alocados a ele. A cada projeto registrado é possível realizar o registro de um conjunto de tarefas, que podem ser refinadas a partir da ... [More] geração de sub-tarefas. Cada tarefa pode possuir uma ou mais dependências com outras tarefas que devem ser executadas antes dela, assim é possível definir uma sequência de tarefas que deve ser seguida. Outra possibilidade é a execução de tarefas em paralelo. Desta forma é possível criar uma rede de tarefas. Num segundo momento, o sistema permite atribuir a um dos membros da equipe a responsabilidade por uma ou mais das tarefas planejadas. Isto é feito levando em conta a disponibilidade de tempo do desenvolvedor e o prazo máximo da equipe. Uma vez atribuída ao desenvolvedor, este deve registrar no sistema o andamento da atividade, informando periódicamente a porcentagem cumprida do trabalho e o tempo gasto. Com estes dados, é possível que o responsável pelo projeto, ou o gerente, seja capaz de controlar as atividades planejadas. [Less]

0
 
  0 reviews  |  0 users  |  8,932 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

Project DescriptionRocket Launcher is a task scheduler for Microsoft® Windows®. The application has a low memory footprint and is capable if launching any file, folder, website, or application you choose with the option of arguments. AwardsSiteAwardComment DownloadTube.com Top software ... [More] award"A really nice task scheduler that lets you schedule the launch of any application whenever you want, and also supports setting arguments. " Techtree.comDownload of the day for June 1 2009.Download of the day for June 1 2009. Softpedia.com 100% Spyware free!Softpedia guarantees that Rocket Launcher 1.0.0.4 is 100% FREE, which means it does not contain any form of malware, including spyware, viruses, trojans and backdoors. Ultradownloads.com.brReview!"Rocket Launcher is an easy to use tool that can manage and plan tasks for Windows. With it, you can run any program or application of the system, with time and date marked, easily. Just follow the steps in the wizard application for this program to run any application. A useful and uncomplicated." addictivetips.comReview!"Rocket Launcher is a free simple-to-use task scheduler for Windows that lets you launch any system programs or applications at specific date and time easily. Just run the self-extracting wizard and the app will automatically launch when the process is complete." [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Cron like scheduler for java with Plug-in support. Javacrond is extremely efficient and customizable cron implementation for java based on JDRing (a lightweight java scheduler). The project however does not support exact "crontab" format, but, an enhanced version of the same. Plug-ins can ... [More] be written to capture outputs of programs as well as to get access to the actual scheduler. [Less]

0
 
  0 reviews  |  0 users  |  793 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

Time-sensitive applications that are also CPU intensive like video games, video playback, eye-candy desktops etc. are increasingly common. These applications run on commodity operating systems that are targeted at diverse hardware, and hence they cannot assume that sufficient CPU is always ... [More] available. Increasingly, these applications are designed to be adaptive. When executing multiple such applications, the operating system must not only provide good timeliness but also (optionally) allow co-ordinating their adaptations so that applications can deliver uniform fidelity. In this work, we present a starvation-free, fair, process scheduling algorithm that provides predictable and low latency execution without the use of reservations and assists adaptive time sensitive tasks with achieving consistent quality through cooperation.We combine an event-driven application model called "cooperative polling" with a fair-share scheduler. Cooperative polling allows sharing of timing or priority information across applications via the kernel thus providing good timeliness, and the fair-share scheduler provides fairness and full utilization. Our experiments show that cooperative polling leverages the inherent efficiency advantages of voluntary context switching versus involuntary preemption. In CPU saturated conditions, we show that the scheduling responsiveness of cooperative polling is five times better than a well-tuned fair-share scheduler, and orders of magnitude better than the best-effort scheduler used in the mainstream Linux kernel. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 4 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.