waste management
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1980
Essential Management
Essential Management provides a project management system for organizing and writing technical documents. more>>
Essential Management provides a project management system for organizing and writing technical documents.
Essential Management is a multi-user project management system for managing intricate and complex information. Its initial purpose was to allow software development teams to create, maintain, track, and store project requirements on a multi-project basis in a multi-user environment. It has now become more abstract in the type of data it can maintain, allowing the easy addition of new data models and other expansions. Information can be stored in any of several database management systems, and can take advantage of a networked DBMS.
The first and most important feature of the application is that data is stored in a central data repository managed by some database management server; initially PostgreSQL fills this role, but support for others are growing. The repository is fully searchable. An alternative data storage format exists in the form of a locally maintained XML file if the user wishes to use it.
One of the key features Essential Management was designed around is the ability to define and maintain relationships between requirements. Using the software requirement model as an example, our application allows users to define projects; each project is composed of zero or more root requirements, which are typically business level requirements. Each business requirement has zero or more sub-requirements, which either refine the parent business requirement or dive into the functional requirements which allow the business requirement to be achieved. This tree continues to branch and grow deeper until the most basic level that the user wishes to define is reached.
In addition the relationship between parent and child requirements, relationships can be defined between requirements not in the same branch. These relationships may have any meaning the user wishes to define and can be unidirectional or bi-directional.
Essential Management implements the concept of user level permissions, which provides a small measure of security for the projects and their requirements. Additionally, creation of and changes to requirements can be traced to the user who initiated the action.
Finally, the application provides a means to track changes made to requirements during their lifetime so it is possible to determine when a change was made, what information was changed and who edited the requirement.
<<lessEssential Management is a multi-user project management system for managing intricate and complex information. Its initial purpose was to allow software development teams to create, maintain, track, and store project requirements on a multi-project basis in a multi-user environment. It has now become more abstract in the type of data it can maintain, allowing the easy addition of new data models and other expansions. Information can be stored in any of several database management systems, and can take advantage of a networked DBMS.
The first and most important feature of the application is that data is stored in a central data repository managed by some database management server; initially PostgreSQL fills this role, but support for others are growing. The repository is fully searchable. An alternative data storage format exists in the form of a locally maintained XML file if the user wishes to use it.
One of the key features Essential Management was designed around is the ability to define and maintain relationships between requirements. Using the software requirement model as an example, our application allows users to define projects; each project is composed of zero or more root requirements, which are typically business level requirements. Each business requirement has zero or more sub-requirements, which either refine the parent business requirement or dive into the functional requirements which allow the business requirement to be achieved. This tree continues to branch and grow deeper until the most basic level that the user wishes to define is reached.
In addition the relationship between parent and child requirements, relationships can be defined between requirements not in the same branch. These relationships may have any meaning the user wishes to define and can be unidirectional or bi-directional.
Essential Management implements the concept of user level permissions, which provides a small measure of security for the projects and their requirements. Additionally, creation of and changes to requirements can be traced to the user who initiated the action.
Finally, the application provides a means to track changes made to requirements during their lifetime so it is possible to determine when a change was made, what information was changed and who edited the requirement.
Download (MB)
Added: 2007-02-09 License: BSD License Price:
993 downloads
Solunas Hotel Management 2.0.1
Solunas Hotel Management helps the user manage small to medium-sized hotels, holiday flats, guest houses, or car rentals. more>>
Solunas Hotel Management helps the user manage small to medium-sized hotels, holiday flats, guest houses, or car rentals.
The Solunas Booking Engine Software is aimed at Hotels and Holiday Homes of between 1 to 150 units who are seeking to market their accomodation over the internet.
Because the trend in online bookings has remained constant/continues to grow, experience shows this system to be well liked by customers with growth in orders extending into the double digits. It is also noteworthy that private landlords providing from 1 to 50 units have a lot of catching up to do when it comes to the latest technology.
The Solunas.org central portal tasks itself, through a worldwide volunteer effort, to create an alternative Booking-Platform to rival commercial product offerings.
The end user has two methods to reserve his accomodation. Firstly, a visual reservations calendar displaying room availability, offers the customer direct booking online by mouse-click.
The second method, offering a manual selecction of the booking period and number of persons, involves a list of available units or groups can, likewise, be booked directly online. Details of the total price and last minute bargains are generated straight from the system.
The booking path, known internally as Bookflow, can be modified for very individual requirements.
<<lessThe Solunas Booking Engine Software is aimed at Hotels and Holiday Homes of between 1 to 150 units who are seeking to market their accomodation over the internet.
Because the trend in online bookings has remained constant/continues to grow, experience shows this system to be well liked by customers with growth in orders extending into the double digits. It is also noteworthy that private landlords providing from 1 to 50 units have a lot of catching up to do when it comes to the latest technology.
The Solunas.org central portal tasks itself, through a worldwide volunteer effort, to create an alternative Booking-Platform to rival commercial product offerings.
The end user has two methods to reserve his accomodation. Firstly, a visual reservations calendar displaying room availability, offers the customer direct booking online by mouse-click.
The second method, offering a manual selecction of the booking period and number of persons, involves a list of available units or groups can, likewise, be booked directly online. Details of the total price and last minute bargains are generated straight from the system.
The booking path, known internally as Bookflow, can be modified for very individual requirements.
Download (0.72MB)
Added: 2007-03-01 License: GPL (GNU General Public License) Price:
972 downloads
PHP time management 1.07b
PHP time management is a Web-based time management application. more>>
PHP time management project is a Web-based time management application. You can enter scheduled items, copy items, and view them on a calendar.
A few minor items in the login page for the system were fixed.
<<lessA few minor items in the login page for the system were fixed.
Download (0.018MB)
Added: 2006-09-18 License: GPL (GNU General Public License) Price:
1143 downloads
LDAP User Management System 0.4
LDAP User Management System provides a set of basic LDAP API functions for PHP and a strong configuration language. more>>
LDAP User Management System (LUMS) provides a set of basic LDAP API functions for PHP and a strong configuration language. The project can then be used to create Web services or can be used in any PHP script.
The language allows the administrator to define LDAP object types along with their corresponding attributes.
Each attribute may be defined as required as multivalued with a type (string, binary, dn, telephone, mail, etc.) and can be user inserted, constant, auto incremented, or function created. Attribute uniqueness is supported.
It exports the following LDAP operations:
- function LUMS_ldap_search($L_binddn,$L_bindpassword,$L_basedn,$L_scope,$L_filter,$L_attrs_array)
Returns an $info object with the search results or a string with an error
- function LUMS_ldap_add_entry($L_binddn, $L_bindpassword,$L_object_type,$L_entrydn,$L_entry_info)
Returns 0 for success or string with error
- function LUMS_ldap_change_password($L_binddn, $L_bindpassword,$L_entrydn,$L_newpassword)
Returns 0 for success or string with error
- function LUMS_ldap_modify_entry($L_binddn, $L_bindpassword, $L_object_type, $L_entrydn, $L_change_info)
Returns 0 for success or string with error
- function LUMS_ldap_delete_entry($L_binddn, $L_bindpassword, $L_object_type, $L_entrydn)
Returns 0 for success or string with error
- function LUMS_ldap_rename_entry($L_binddn, $L_bindpassword, $L_object_type, $L_entrydn, $L_newrdn, $L_newparent, $L_deleteoldrdn)
Enhancements:
- Add a virtual attribute which is not stored on ldap but can be useful when creating other attribute values
- Add mapping between an indexing attribute value to other attribute values
- Fix a few typos
- Perform the same checks for all value types not just uservalue
- Lower case all passed attribute names
<<lessThe language allows the administrator to define LDAP object types along with their corresponding attributes.
Each attribute may be defined as required as multivalued with a type (string, binary, dn, telephone, mail, etc.) and can be user inserted, constant, auto incremented, or function created. Attribute uniqueness is supported.
It exports the following LDAP operations:
- function LUMS_ldap_search($L_binddn,$L_bindpassword,$L_basedn,$L_scope,$L_filter,$L_attrs_array)
Returns an $info object with the search results or a string with an error
- function LUMS_ldap_add_entry($L_binddn, $L_bindpassword,$L_object_type,$L_entrydn,$L_entry_info)
Returns 0 for success or string with error
- function LUMS_ldap_change_password($L_binddn, $L_bindpassword,$L_entrydn,$L_newpassword)
Returns 0 for success or string with error
- function LUMS_ldap_modify_entry($L_binddn, $L_bindpassword, $L_object_type, $L_entrydn, $L_change_info)
Returns 0 for success or string with error
- function LUMS_ldap_delete_entry($L_binddn, $L_bindpassword, $L_object_type, $L_entrydn)
Returns 0 for success or string with error
- function LUMS_ldap_rename_entry($L_binddn, $L_bindpassword, $L_object_type, $L_entrydn, $L_newrdn, $L_newparent, $L_deleteoldrdn)
Enhancements:
- Add a virtual attribute which is not stored on ldap but can be useful when creating other attribute values
- Add mapping between an indexing attribute value to other attribute values
- Fix a few typos
- Perform the same checks for all value types not just uservalue
- Lower case all passed attribute names
Download (0.12MB)
Added: 2007-04-28 License: Perl Artistic License Price:
913 downloads
phpIP Management 4.3.2
phpIP Management is a complete IPv4 address management suite. more>>
phpIP Management is a complete IPv4 address management suite, built to handle the complexity of managing todays IP address space.
phpIP Management project was built to scale and address the full lifecycle of IP address space using techniques that are not administratively intensive.
Main features:
CIDR
- Full IPv4 CIDR support.
LDAP
- Support for LDAP based user accounts.
Licensed under GNU General Public License
- This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
IPv4
- Full IPv4 support using Pear Net_IPv4 class.
User Management
- User based management allows administrators to create users and assign different levels of permissions to the phpIP Management interface. Each user can set their own display preference.
<<lessphpIP Management project was built to scale and address the full lifecycle of IP address space using techniques that are not administratively intensive.
Main features:
CIDR
- Full IPv4 CIDR support.
LDAP
- Support for LDAP based user accounts.
Licensed under GNU General Public License
- This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
IPv4
- Full IPv4 support using Pear Net_IPv4 class.
User Management
- User based management allows administrators to create users and assign different levels of permissions to the phpIP Management interface. Each user can set their own display preference.
Download (0.12MB)
Added: 2006-11-07 License: GPL (GNU General Public License) Price:
1083 downloads
Resource Management Game 0.12
Resource Management Game project is a Web-based resource management game. more>>
Resource Management Game project is a Web-based resource management game.
Resource Management Game is a PHP framework for easily creating resource management and strategy games.
Two playable games are included.
The system uses sessions to store data and should work out of the box with little or no configuration.
<<lessResource Management Game is a PHP framework for easily creating resource management and strategy games.
Two playable games are included.
The system uses sessions to store data and should work out of the box with little or no configuration.
Download (0.081MB)
Added: 2007-01-10 License: GPL (GNU General Public License) Price:
1022 downloads
Oxylus Service Management 0.2
Service Management is a Web application that allows users to manage service. more>>
Service Management is a Web application that allows users to manage service and repair, including work orders, service scheduling, service calls, preventative maintenance, and customer contact information.
Enhancements:
- Some bugfixes were made for PHP5.
- A new interface was implemented.
<<lessEnhancements:
- Some bugfixes were made for PHP5.
- A new interface was implemented.
Download (0.20MB)
Added: 2005-10-31 License: GPL (GNU General Public License) Price:
1456 downloads
Real Estate Management Software 1.27a
Real Estate Management Software is a real estate management solution for real estate professionals. more>>
Real Estate Management Software is the perfect real estate management solution for real estate professionals.
Get all your listings on the web with free, easy to use web-based real estate management software.
Create your areas, school districts and property types and even upload images. Full featured searching available. 100% free license. Uses PHP and MySQL.
Enhancements:
- This real estate management release has some updates to the system documentation.
<<lessGet all your listings on the web with free, easy to use web-based real estate management software.
Create your areas, school districts and property types and even upload images. Full featured searching available. 100% free license. Uses PHP and MySQL.
Enhancements:
- This real estate management release has some updates to the system documentation.
Download (0.19MB)
Added: 2006-02-03 License: Free To Use But Restricted Price:
1371 downloads
NEWSlite News Management System 3.0.1
NEWSlite is an open source, lightweight news management system for small and medium sized websites. more>>
NEWSlite is an open source, lightweight news management system for small and medium sized websites. NEWSlite News Management System is designed to allow sites to create and manage regular news posts, such as on the front page of a website.
NEWSlite is NOT a full-blown content management system. It is intended to serve sites that want to publish and syndicate regular news but that do NOT want the overhead of having a full content management system as well.
Main features:
- Open Source.
- Uses PHP and MySQL.
- Multiple users. An unlimited number of users to help you post news. Easily add, edit, and remove users.
- User permissions. Allow users the permission to add news posts, delete and edit other users news posts, and allow access to administrative functions.
- Template-based output. You can directly manipulate the look and feel of the output. No file editing required.
- Configurable theme. You can also adjust the layout and look of the program itself if you want to customize it to your site. No file editing required.
- Multiple subjects. File your news posts under as many different categories as you wish.
- RSS output. An RSS .xml file for each of your subjects is produced, as well as another feed that includes news from your entire site.
- BBcode input. Use BBcode to format your posts, just like on a forum.
- Live and static news output. Include news on your website through either a PHP script or a faster Server Side Include of a static file.
- Easy install. Everything is done for you except creating the database and user (for security).
- Professional look. Easy to use interface even brain-dead idiots could be comfortable with!
Enhancements:
- This release fixes some non-critical bugs with the BBcode parser and adjusts the HTML display.
<<lessNEWSlite is NOT a full-blown content management system. It is intended to serve sites that want to publish and syndicate regular news but that do NOT want the overhead of having a full content management system as well.
Main features:
- Open Source.
- Uses PHP and MySQL.
- Multiple users. An unlimited number of users to help you post news. Easily add, edit, and remove users.
- User permissions. Allow users the permission to add news posts, delete and edit other users news posts, and allow access to administrative functions.
- Template-based output. You can directly manipulate the look and feel of the output. No file editing required.
- Configurable theme. You can also adjust the layout and look of the program itself if you want to customize it to your site. No file editing required.
- Multiple subjects. File your news posts under as many different categories as you wish.
- RSS output. An RSS .xml file for each of your subjects is produced, as well as another feed that includes news from your entire site.
- BBcode input. Use BBcode to format your posts, just like on a forum.
- Live and static news output. Include news on your website through either a PHP script or a faster Server Side Include of a static file.
- Easy install. Everything is done for you except creating the database and user (for security).
- Professional look. Easy to use interface even brain-dead idiots could be comfortable with!
Enhancements:
- This release fixes some non-critical bugs with the BBcode parser and adjusts the HTML display.
Download (0.065MB)
Added: 2006-04-17 License: GPL (GNU General Public License) Price:
1288 downloads
Andutteye Software Suite 2.3 (Management)
Andutteye Software Suite is a systems management tool. more>>
Andutteye Software Suite is a systems management tool. Andutteye Software Suite has a modular design and every module targets different tasks of systems management.
Andutteye Software Suite will let you manage all aspects of the IT infrastructure, helping to ensure availability, monitor, tune, and optimize performance.
Andutteye Software Suite will make it easier to support and maintain your entire enterprise as a single entity from a central point of operation.
The webinterface has oustanding features like:
- css stylesheet and theme support
- Language support
- Support and complete integration for monitoring, management and change module
- Role based access control to aes objects
- Centralized configuration administration for monitoring and management
- Tweak and present aes gathered data with graphs or reports
- Rss syndication support
Enhancements:
- Changed program headers, and a fix for a bug with validating RPM versions and releases in the repository.
<<lessAndutteye Software Suite will let you manage all aspects of the IT infrastructure, helping to ensure availability, monitor, tune, and optimize performance.
Andutteye Software Suite will make it easier to support and maintain your entire enterprise as a single entity from a central point of operation.
The webinterface has oustanding features like:
- css stylesheet and theme support
- Language support
- Support and complete integration for monitoring, management and change module
- Role based access control to aes objects
- Centralized configuration administration for monitoring and management
- Tweak and present aes gathered data with graphs or reports
- Rss syndication support
Enhancements:
- Changed program headers, and a fix for a bug with validating RPM versions and releases in the repository.
Download (0.039MB)
Added: 2006-10-19 License: GPL (GNU General Public License) Price:
1100 downloads

Epiware: Document Management 4.8.6
Epiware is an open source document management alternative to commercial more>> Epiware enables the creation of virtual teams by providing an online workspace for users to collaborate and exchange information in a secure, protected setting. It is intuitive and easy to use, which allows users to concentrate on what they do best rather than on trying to master an application.
With Epiware, costs can be lowered, projects can be expedited, decisions can be made in a more efficient and timely manner, changes can be executed more quickly, and errors due to miscommunications can be reduced or eliminated.
Epiware utilizes Asynchronous JavaScript And XML (AJAX) to increase the applications interactivity, speed, and usability. This helps make Epiware nearly as responsive as software that resides on a users computer
Features:
* Linux compatible
* Manage multiple projects
* Calendar
* WIKI
* Tasking/Gantt Chart
* News room
* Search document contents and metadata
* Control folder access via groups and/or users
* Document access history
* Document version history
* Check-in and Check-out<<less
Download (10.1MB)
Added: 2009-04-14 License: Freeware Price:
192 downloads
LAN Management System 1.9.1
LMS is the integrated system of networks management designed for various size internet providers (ISP). more>>
LMS (LAN Management System) is the integrated system of networks management designed for various size internet providers (ISP).
That software writed in PHP, Perl and C, works with variuos database systems.
<<lessThat software writed in PHP, Perl and C, works with variuos database systems.
Download (1.93MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1230 downloads
ADSL Bandwidth Management HOWTO 1.3
ADSL Bandwidth Management HOWTO project describes how to manage outbound traffic on an ADSL modem. more>>
ADSL Bandwidth Management HOWTO project describes how to manage outbound traffic on an ADSL modem.
Emphasis is placed on lowering the latency for interactive traffic even when the upstream and/or downstream bandwidth is fully saturated.
The purpose of this document is to suggest a way to manage outbound traffic on an ADSL (or cable modem) connection to the Internet. The problem is that many ADSL lines are limited in the neighborhood of 128kbps for upstream data transfer.
Aggravating this problem is the packet queue in the ADSL modem which can take 2 to 3 seconds to empty when full. Together this means that when the upstream bandwidth is fully saturated it can take up to 3 seconds for any other packets to get out to the Internet.
This can cripple interactive applications such as telnet and multi-player games.
Enhancements:
- Added links section
<<lessEmphasis is placed on lowering the latency for interactive traffic even when the upstream and/or downstream bandwidth is fully saturated.
The purpose of this document is to suggest a way to manage outbound traffic on an ADSL (or cable modem) connection to the Internet. The problem is that many ADSL lines are limited in the neighborhood of 128kbps for upstream data transfer.
Aggravating this problem is the packet queue in the ADSL modem which can take 2 to 3 seconds to empty when full. Together this means that when the upstream bandwidth is fully saturated it can take up to 3 seconds for any other packets to get out to the Internet.
This can cripple interactive applications such as telnet and multi-player games.
Enhancements:
- Added links section
Download (0.10MB)
Added: 2006-11-04 License: (FDL) GNU Free Documentation License Price:
1098 downloads
Network Management Tool 1.44
Network Management Tool is a tool to manage and monitor the devices on your network. more>>
Manage your network with a free Network Monitoring Software application.
Network Management Tool is an organized way to manage your network. 100% web-based network management.
Manage your network devices with ease. 100% Free Network Managment Software! Manage all your network devices, routers, switches, firewalls, hubs, and more.
Enhancements:
- A display bug that occurred when viewing the comments on a device was fixed.
<<lessNetwork Management Tool is an organized way to manage your network. 100% web-based network management.
Manage your network devices with ease. 100% Free Network Managment Software! Manage all your network devices, routers, switches, firewalls, hubs, and more.
Enhancements:
- A display bug that occurred when viewing the comments on a device was fixed.
Download (0.061MB)
Added: 2006-09-07 License: GPL (GNU General Public License) Price:
1158 downloads
AntiCMS Content Management System 0.2.1
AntiCMS is a minimalist content management system for small and simple websites. more>>
AntiCMS is a minimalist content management system for small and simple websites. The main purpose of this system is to separate content, structure and layout.
Layout is defined using templates; content and structure are stored in XML file - database is not required. System is written in Python and released under the GPL.
Its still in early stage of development, so errors and unpredicted behaviour may occour. Currently a content editor is being developed, which will run on users computer and allow easy managent of content and structure of websites.
Enhancements:
- This release adds site configuration (it is now possible to change encodings, paths, and some other properties) and a new variable in the template engine.
<<lessLayout is defined using templates; content and structure are stored in XML file - database is not required. System is written in Python and released under the GPL.
Its still in early stage of development, so errors and unpredicted behaviour may occour. Currently a content editor is being developed, which will run on users computer and allow easy managent of content and structure of websites.
Enhancements:
- This release adds site configuration (it is now possible to change encodings, paths, and some other properties) and a new variable in the template engine.
Download (0.034MB)
Added: 2005-11-07 License: GPL (GNU General Public License) Price:
1446 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above waste management search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed