Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.473.212 Times

Maintainer Assignment freeware
Filter: All | Freeware | Demo
 

Maintainer Assignment

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 241

Project Maintainers 5.x- This allows anyone with the proper permission to edit a project node and specify any number of users as "Maintainers" for a project.Any user specified as a maintainer will then appear in the assign to dropdown when creating/editing an issue node or commenting on an issue node.InstallationUnpack...



Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (60): Project Maintainers 5.x- Download

Added: May 10, 2013 | Visits: 283

Project Maintainers 5.x- This allows anyone with the proper permission to edit a project node and specify any number of users as "Maintainers" for a project.Any user specified as a maintainer will then appear in the assign to dropdown when creating/editing an issue node or commenting on an issue node.InstallationUnpack...





Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (53): Project Maintainers 5.x- Download

Added: January 07, 2010 | Visits: 742

Maintainer 1.0 Beta Maintainer is a collection of scripts that make backup tasks easy and simple. If Maintainer is combined with crontab, it can be used for automatic backups..


Platforms: *nix

License: Freeware Size: 20.48 KB Download (88): Maintainer 1.0 Beta Download

LAPJV - Jonker-Volgenant Algorithm for Linear Assignment Problem The Jonker-Volgenant algorithm is much faster than the famous Hungarian algorithm for the Linear Assignment Problem (LAP). This Matlab implementation is modified from the original C++ code made by Roy Jonker, one of the inventors of the algorithm. It is about 10 times faster than the munkres code...


Platforms: Matlab


Added: May 02, 2013 | Visits: 534

Functions for the rectangular assignment problem With this package, I provide some MATLAB-functions regarding the rectangular assignment problem. This problem appears for example in tracking applications, where one has M existing tracks and N new measurements. For each possible assignment, a cost or distance is computed. All cost values form a...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (50): Functions for the rectangular assignment problem Download

Added: June 03, 2013 | Visits: 440

Munkres Assignment Algorithm Munkres algorithm (also known as Hungarian algorithm) is an efficient algorithm to solve the assignment problem in polynomial-time. The algorithm has many applications in combinatorial optimization, for example in Traveling Salesman problem.There are a few submissions in the File Exchange for the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Munkres Assignment Algorithm Download

Added: March 24, 2013 | Visits: 471

Rectangular maximal assignment with lattice of dual price auction_match: Compute optimal (maximal) weighted assignment and the corresponding "lattice of dual prices" supporting the optimal assignment. auction_match(disMatrix) computes the optimal assignment for the given rectangular value matrix, for example the assignment of bidders (in rows) to...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Rectangular maximal assignment with lattice of dual price Download

Added: August 08, 2013 | Visits: 345

Language assignment #D7CX: I pledge that Language assignment will have a full Drupal 7 release on the day that Drupal 7 is released.Language assignment lets you set the language of multiple nodes or users at a time.To use it, go to the bulk node update form (admin/content/node) or bulk user update form...


Platforms: PHP

License: Freeware Size: 10 KB Download (51): Language assignment Download

Released: June 09, 2012  |  Added: June 09, 2012 | Visits: 329

Assignment Collector/Grader Assignment Collector/Grader (what a mouthful!) was conceived in 2010 as a way to reduce the workload of an over-worked professor teaching a CS data structures class. It proved not only to reduce the grading workload, but also improved the lab completion rates among students, and grades overall...


Platforms: Windows, Mac, Linux

License: Freeware Size: 1014.12 KB Download (50): Assignment Collector/Grader Download

Added: June 17, 2013 | Visits: 684

Writing Assignment Note: This module is not in working order. I'm doing Google Summer of Code and won't have time to work again on the module until ~September. If anyone would like to help in the meantime, please contact me. Thanks!This module makes it simple for a teacher to assign students to write on a topic and...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (52): Writing Assignment Download

Added: November 04, 2010 | Visits: 947

Algorithm::Munkres Algorithm::Munkres is a Perl extension for Munkres solution to classical Assignment problem for square and rectangular matrices. This module extends the solution of Assignment problem for square matrices to rectangular matrices by padding zeros. Thus a rectangular matrix is converted to square...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): Algorithm::Munkres Download

Released: October 22, 2007  |  Added: April 21, 2014 | Visits: 879

AutoTasks The Task assignment process automation into a company.You can assign tasks to users, by name or by position into the company or organization. The incoming task emerges as "Activities to do" on the terminal of the assignee (user). After the user finishes the job he/she forwards the task, with any...


Platforms: Windows

License: Freeware Size: 9.16 MB Download (86): AutoTasks Download

Added: May 10, 2013 | Visits: 540

Bulk Image Assignment After importing a 3000-product database into osCommerce, I did not have the time to go through each product and assign an image to it, so I came up with this tool to allow me to take one image and assign it to all the products in a single category.In other words, you setup the program, view it in...


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (60): Bulk Image Assignment Download

Added: May 10, 2013 | Visits: 487

Function emulation using __call__ This script defines a simple but useful class that emulates a function to gracefully permit latent assignment. In other words, you can use the emulating class as a valid function in assignments with the ability to later associate a function to perform the actual operations.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Function emulation using __call__ Download

Added: July 01, 2013 | Visits: 438

bghungar "Hungarian algorithm" to solve the square assignment problem (original & pure MATLAB implementation). The Hungarian algorithm can also be used as a sub-solver in a B&B solver for the travelling salesman problem.How to match N (e.g. N=6) pairs of signals from 2 experiments? Build full reordering...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): bghungar Download

Added: August 19, 2013 | Visits: 533

AuctionJacobi This function uses the auction principle to return the optimal assignment and the dual prices. It performs quite well, and is way faster than the hungarian algorithm as the number of points increases. More details on the auction algorithm can be found on D. Bertsekas homepage...


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): AuctionJacobi Download

Added: June 02, 2013 | Visits: 364

assignprob.zip Functions related to the assignment problem. Main functions: hungarian - calculate a solution of the square assignment problem. See HELP for a reference.


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): assignprob.zip Download

Added: July 23, 2013 | Visits: 441

Vuurwerk This program is following a course in which the assignment was to develop an administrative system. It is this open source project created what made d-deOC¦d-deOC¦the registration of a stock system fireworks.


Platforms: PHP

License: Freeware Size: 163.84 KB Download (44): Vuurwerk Download

Added: March 25, 2013 | Visits: 475

Assignment Desk The goal of the Assignment Desk is to empower the community to participate in the journalistic process and guide them along the way.Community members can submit story pitches, vote on them, and volunteer for them. Editors can moderate pitches and assign them to staff or interested community...


Platforms: PHP

License: Freeware Size: 10 KB Download (52): Assignment Desk Download

Added: May 13, 2013 | Visits: 321

Maxlength The module searches a new maintainer. So if you want to be the new maintainer contact us!1.xMaxlength allows you to set maximum lengths to the body and title fields of any content type.When the maximum length is enforced for a field, while editing content of that type some Java Script will...


Platforms: PHP

License: Freeware Size: 10 KB Download (45): Maxlength Download

1 2 3 4 5 >