Projects tagged ‘schedule’


[125 total ]

5 Users

TaskFreak! is a simple but efficient web based task manager written in PHP.
Created over 3 years ago.

4 Users

Completely customizable, CakePHP based project management system for firms, their teams and their clients. A project management system that will suit your needs because it is module based, so it ... [More] can grow and shrink with your requirements. Version 0.4 beta was released March 23, 2009. [Less]
Created 10 months ago.

1 Users

KPlato is a project management application. Features include: * Gantt chart with task list and resource allocations per task. * Resource view with task allocations per resource. * Accounts view ... [More] showing planned cost with configurable cut-off date and periodicity. * Tasks are organized in a work breakdown structure (WBS). * Resources are organized in a resource breakdown structure (RBS). * Accounts are organized in a cost breakdown structure (CBS). * Summarytasks, Tasks, and milestones are supported. * Dialogs to create and edit the project, the different types of tasks, calendars, resources, accounts and progress. * Task links can be of types: Finish to Start, Finish toFinish or Start to Start. All types can have a time lag defined. * Different scheduling constraints are supported. [Less]
Created about 1 year ago.

1 Users
 

The Student Assignment, Scheduling, and Homework Assistant is a tool designed to help the student manage his or her many assignments to ensure that they are all completed efficiently and on time.
Created 12 months ago.

1 Users

A language- and framework agnostic vocabulary for testing web sites.
Created about 1 year ago.

1 Users

The Nanny was developed at Metaweb Technologies to greatly increase the reliability and traceability of the various Freebase.com production services. Its feature set includes: Auto-daemonisation ... [More] with optional automatic restart. One nanny process can support multiple distinct children. Rotated logging of child's standard IO streams and events such as starts, stops and restarts. Intelligent stopping of children. SIGTERM at first, then will try a SIGKILL if that doesn't work. In-built HTTP server for logs and statistics with both humanly-readable and machine-readable JSON output. Timed or periodic operation support. Similar conceptually to cron, but randomises the start time to avoid machines all running the operation at exactly the same time. [Less]
Created 7 months ago.

1 Users
 

2532|Gigs is a php/SQL gig lister designed for bands, venues and music sites alike. The web based Control Panel allows users to add, edit and delete shows and artists. Support for multiple artists as ... [More] well as multiple users. Our web based installer walks you step by step through the installation so there is no need to edit any files. 2532|Gigs includes an RSS feed for upcoming shows, calendar featuring upcoming gigs, ability to search past and future gigs and a unique flyer generator. Our language system allows you to easily translate 2532|Gigs into your language or you can download one of our language packs. [Less]
Created over 3 years ago.

1 Users

Created 8 months ago.

1 Users

django-swingtimeDescriptionSwingtime is a Django application similar to a stripped down version of iCal for Mac OS X or Google Calendar. Swingtime provides an Event model that acts as a metadata ... [More] container for one or more Occurrence objects, which in turn describe start and end times for a specific occurrence of an event. Swingtime relies heavily upon both the datetime standard library package and the dateutil package, featuring direct support for the dateutil.rrule interface to create occurrences. A fairly simple example: >>> from datetime import * >>> from swingtime import models as swingtime >>> et = swingtime.EventType.objects.create(abbr='work', label='Work Related Events') >>> evt = swingtime.Event.objects.create( ... title='New TPS Cover Sheet', ... description='Kiss off, Lumbergh!', ... event_type=et ... ) >>> evt.add_occurrences(datetime(2008,12,1,16), datetime(2008,12,1,16,15), count=5) >>> for o in evt.occurrence_set.all(): ... print o ... New TPS Cover Sheet: 2008-12-01T16:00:00 New TPS Cover Sheet: 2008-12-02T16:00:00 New TPS Cover Sheet: 2008-12-03T16:00:00 New TPS Cover Sheet: 2008-12-04T16:00:00 New TPS Cover Sheet: 2008-12-05T16:00:00A bit more elaborate example, using the the convenience function create_event: >>> # pay day is the last Friday of the month at 5pm >>> evt = swingtime.create_event( ... 'Pay day', ... ('pay', 'Payroll'), # alternate means to add EventType on the fly ... freq=rrule.MONTHLY, ... byweekday=rrule.FR(-1), ... until=datetime(2009,4,1), ... start_time=datetime(2008,12,25,17) ... ) >>> for o in evt.occurrence_set.all(): ... print o ... Pay day: 2008-12-26T17:00:00 Pay day: 2009-01-30T17:00:00 Pay day: 2009-02-27T17:00:00 Pay day: 2009-03-27T17:00:00FeaturesSupport for adding complex event occurrences via dateutil Ready-made MultipleOccurrenceForm for handling complex form input Daily, monthly, and annual view functions Grid-based daily view generator, complete with alternating or sequential EventType based CSS class names Slightly better than average documentation, a few test cases, and commented code Active support (I have to eat my own dogfood) Built-in demo project / application RequirementsDjango 1.0+ Python 2.5+ (yeah, sorry, Swingtime won't work with 2.3 or 2.4, but I use 2.5+ exclusively; however, should anyone like to contribute the necessary backward compatible patches that don't hamstring any of 2.5+ features, I more than willing to include them). The dateutil package (http://labix.org/python-dateutil). SettingsSwingtime has it's settings module (conf/swingtime_settings.py) that simulates how each Django project's setting.py file functions. You can overwrite any or all of the configuration parameters described in :mod:swingtime_settings by creating a file in your own project and referencing that file in your project settings using the name SWINGTIME_SETTINGS_MODULE. For example, from the demo's settings.py configuration: SWINGTIME_SETTINGS_MODULE = 'demo.swingtime_settings'DemoSwingtime comes with its own demo project and application. The demo is themed as a Karate studio's website and allows you see and interact with the Swingtime application. A live demo can be found at http://swingtime.gorgeofeternalperil.com or run locally using the built-in Django development server. TemplatesCurrently, Swingtime does not include any templates of its own. The demo project provides some sample templates to use as a guide or starting point. Perhaps the best thing the sample demo templates do is showcase the ability to add complex event recurrences via the MultipleOccurrenceForm. Browse to a daily view and select a time slot from the left hand column to add a new event starting at the selected time. Sample dataWithin the Swingtime demo is an app named karate, which defines the custom management command loaddemo. This command will pre-populate your initial database with some events and occurrences based upon the current date and time. Running the demoIf you've checked out from directly from the trunk directory or exploded the latest version tarball, you run the demo from anywhere by changing to the demo directory and running: $ python manage.py loaddemo $ python manage.py runserverTodo ListAdd i18n / translation support for demo and demo templates Include a setup installer (I'm not doing easy_install!) Add weekly view Import and export .ics files Add Note support to demo Add more tests Port over to github History2008-12-18 Version 0.2 released [Less]
Created about 1 year ago.

1 Users

Integration Tapestry 5 with JSecurity, OpenID, Hibernate, HibernateSearch (Lucene), HibernateValidator, Quartz, EhCahe and more. Also set of components: comments tree, tag cloud, auth and registration ... [More] forms, many borders and more. And better quickstart archetype than standard tapestry-quickstart. It project is move getdone.ru code (his helper libraries) in opensource. P.S. Sorry my english :) [Less]
Created 12 months ago.