Main > Free Download Search >

Free manages software for linux

manages

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1645
FreeSMS 1.0

FreeSMS 1.0


FreeSMS project is an application for managing an educational facility. more>>
FreeSMS project is an application for managing an educational facility.
It stands for Free Student Management System and it manages teachers and students and provides marketing, registration, course management, attendance, and a student evaluation system, and manages courses within a class environment.
Profile-based management is supported for administrators, teachers, and students. Teachers and students can be registered online.
Students are allowed to manage their own class enrolment and submit course evaluations, and teachers can manage student attendance.
The differential factor and elegance of this project lie in the OOP standard and a modular structure. The code is clean and very extendable.
Main features:
- Manage courses within a class environment
- Sopport for profile based management: Administrator, Teacher and Student
- Online teacher and student registration
- Allow students to self manage class enrollment
- Allow teachers to manage student attendance
- Ability for students to submit course evaluations
<<less
Download (0.26MB)
Added: 2006-10-16 License: The PHP License Price:
2501 downloads
JASmine 0.0.3

JASmine 0.0.3


JASmine is a page accounting system for CUPS. more>>
JASmine is a page accounting system for CUPS. JASmine project is composed of two parts, a CUPS backend and a Web interface.
Data is read from the MySQL database. It manages any printer handled by CUPS. It counts the number of pages in a print job, for various input formats. Syslog is supported.
The Web interface displays user and printer statistics, the most used printers and active users. Multiple CUPS servers are handled by a single database and HTTP server.
It is composed of two parts:
- A Cups backend, written in Perl, that does page accounting to a MySQL database. It is currently not designed for quota enforcement.
- A web interface, written in PHP, to monitor users and printers, and display reports. Data is read from the MySQL database.
Main features:
- Manages any printer handled by Cups
- Counts the number of pages in a print job, for various input formats (PS, PCL*,...)
- Support for Syslog
- The web interface displays user and printer stats, top most used printers and active users...
- Support for multiple Cups servers handled by a single database + http server
<<less
Download (0.17MB)
Added: 2006-10-09 License: GPL (GNU General Public License) Price:
2465 downloads
rconfig 0.42

rconfig 0.42


rconfig is a tool that manages configuration files for many machines via rdist trees. more>>
Rconfig is intended to manage configuration files across heterogenous groups of machines. The configuration for each machine is determined by a set of rdist trees based on the various tags such as OS, hostname, and architecture.

Files in more specific rdist trees take priority. A basic setup would consist of a common directory, and then optionally one directory per machine in order to override any of the files in the common area.

Remote configuration requires passwordless root RSH/SSH from a host with direct access to the rconfig basedir. Target machines will require rdist but not rconfig installed.
<<less
Added: 2005-04-04 License: BSD License Price:
1695 downloads
BugPort 1.147

BugPort 1.147


BugPort is a system to manage tasks and defects for software development. more>>
The BugPort system is an open-source, freely available, web-based system to manage tasks and defects throughout the software development process.
BugPort is written in the cross-platform PHP language (using its object-oriented capabilities) and uses a relational database for storage/querying.
BugPort is in heavy use by INCOGEN for internal management of software development and QA.
Main features:
Team productivity
- Portal-based Homepage - provides quick summary view to allow user to determine what issues to address next
- Keyword Searching - uses MySQL (or, soon, Oracle) keyword searching features to allow fast text-based searches (of ALL text fields for each issue)
- Quick Search - users can search by keyword or issue ID from any page in the system
- Color coding - subtly provides information on priority and highlights important information
- Favorites Groups - users can create and share arbitrary groups of issues to improve communication
Process control
- Manages defects, tasks, and feature requests
- Supports Multiple Projects
- Manages attachment files
- Helps track related issues
- Allows multiple permission levels using User Types - Designer, Developer, Tester, Lead Tester
- Sends automatic e-mail notifications for issue changes
Project analysis
- Generates and reports historical statistics
- Tracks estimated and actual design and development hours
System foundation
- Easy to use
- Built on an easy-to-use INCOGEN-created PHP development API for simple code extensibility and re-use
- Most BugPort pages are built in less than 1 second (when running on a 1GHz Pentium server)
- Caches data extensively for performance boosts - achieved with the help of the excellent ADOdb PHP package
- Provides cross-platform compatibility
<<less
Download (0.91MB)
Added: 2005-04-22 License: BSD License Price:
1645 downloads
GoFun 20050524

GoFun 20050524


GoFun is an implementation of freedesktop.orgs Desktop Entry Specification. more>>
GoFun is an implementation of the DesktopEntrySpecification found at FreeDesktop.Org. To say it simple, GoFun manages Icons, that represent applications, links and devices.
So GoFun is a desktop itsself and you can use it to start your regularly needed applications and maintaince tasks or to open a CD in a filemanager.
GoFun is more than an application launcher, since it has many multimedia features that make you a more flexible user of the GNU environment.
In fact GoFun could change your view on the GNU desktop, since it gives you the chance to have a personalized and optimized (damn buzzwords) desktop looking sweet and feeling effective.
Main features:
- Lightweight (fast startup, low on resources)
- Compatible with Freedesktop.orgs DesktopEntrySpecification
- Cheerful look&feel
- App-start in new XServer
- Setting of environment variables
- Switch user (for example to root)
- Build parameter prompts
<<less
Download (0.61MB)
Added: 2005-05-24 License: GPL (GNU General Public License) Price:
1613 downloads
Leif 0.7

Leif 0.7


Leif is a tool for managing your sony/ericsson t68/t68i/T610/... mobile phone. more>>
Leif is a tool for managing your Sony-Ericsson T68/T68i/T610 mobile phone. It supports phonebook editing, file uploading and SMS management.

<<less
Download (0.56MB)
Added: 2005-06-08 License: GPL (GNU General Public License) Price:
1607 downloads
MVideo 0.89.99

MVideo 0.89.99


MVideo is an advanced manager for your film collection. more>>
MVideo is an advanced manager for your film collection.

MVideo manages a collection of films It uses a MySQL database to store all the information needed to manage all genres of movie archives.

It is written in C# and works with mono(c) and has some advanced features like retrieving film from iMDB(c) or Amazon(c).

<<less
Download (1.3MB)
Added: 2005-08-04 License: GPL (GNU General Public License) Price:
1543 downloads
OpenRelease 0.1.13

OpenRelease 0.1.13


OpenRelease is a Python module which automates the packaging of open source software. more>>
OpenRelease is a Python module which automates the packaging, release and announcement of Open Source software.
The pack class creates packages, which are defined by packer classes, manages versioning, and brings up your notes and changelog in an editor.
The release class uploads the package to SourceForge, releases it through QRS, announces it on freshmeat and (if appropriate) on pypi.
OpenRelease is designed to have general solutions for various package types in the packer classes and user-specific solutions in the pack.sh call. If you are writing packer classes which work on more machines than yours, think about contributing them to this project.
We can make you a project member with release privileges or you can release them through us. Your only responsibility is to maintain your class, which youll be doing anyway if you are using it, right?
Enhancements:
- This version was modified to use the mechanoid.sites package.
<<less
Download (0.14MB)
Added: 2005-09-01 License: GPL (GNU General Public License) Price:
1514 downloads
Synaesthesia 2.3

Synaesthesia 2.3


Synaesthesia graphically represents music in real time as a shimmering field of fog and glowing lines. more>>
Synaesthesia is a program that gives a graphical accompanyment to music. Anyone can make some pretty piece of graphics that flashes in time to the music, Synaesthesia manages a wee bit more sophistication.
The screenshots to the right dont really do justice to the display, which writhes in tight synchrony to the music you play.
Synaesthesias display combines information about the frequency, location and diffuseness of sound.
The display is sufficiently detailed to let you distinguish several individual instruments, singers, or special effects on screen by their location, shape and color, and sufficiently fast to distinguish individual drum beats and notes.
Synaesthesia runs under Linux, FreeBSD and Windows.
Main features:
- Displays sound from CD or line input, piped from another program, or through EsounD.
- Display incorporates stereo and surround sound information.
- Can be used as a CD player
- Svgalib, X-Windows and SDL support
Synaesthesia works well in tandem with EsounD based mp3 players, such as XMMS.
Synaesthesia is free software distributed under GPL.
<<less
Download (2.3MB)
Added: 2005-09-09 License: GPL (GNU General Public License) Price:
1506 downloads
libundo 0.8.2

libundo 0.8.2


Libundo is an easy-to-use library which manages recording and playback of undo/redo information for application developers. more>>
Libundo is a simple, easy-to-use library which manages recording and playback of undo/redo information for application developers.
It is designed to be simple to plug in to existing applications and require only a minimal amount of support code be written to support multi-level undo/redo.
Libundo handles all the details of determining what has changed after an undoable action is performed, recording that information and saving it for use when an undo is performed.
Libundo makes it easy for application writers to give end users what they want.
Libundo is available under the GNU GPL and is not tied to any GUI libraries or application frameworks. Libundo has a C language interface.
Enhancements:
- Fixed a serious bug, when allocation of a large chunk (larger than the page size) after an undo operation would corrupt the memory. The bug was introduced in 0.8.1.
<<less
Download (0.20MB)
Added: 2005-09-30 License: GPL (GNU General Public License) Price:
1484 downloads
Cammgr 1.5

Cammgr 1.5


Cammgr manages a collection of web cameras. more>>
Cammgr manages a collection of web cameras. It will bring cameras online or offline, and initiate or suspend image capture operations.
Any camera can be controlled provided a driver is available. Cammgr supports multiple images per camera, default images for inactive cameras, per- user/host/camera notifications, and an easy-to- use configuration file.
Cammgr can scan Apache log files to auto-initiate image capture, and tune capture frequency can to the minimum needed to ensure that clients receive a new image on request.
Enhancements:
- Support for Axis network cameras was added.
- A bug where the pipe file descriptor was left open across shell exec was fixed.
- A client capture manager from where all capture processes are dispatched and monitored was created.
- A bug where the capture process did not go away when cammgr exited was fixed.
- Other miscellaneous cleanups were done.
<<less
Download (0.083MB)
Added: 2005-11-23 License: BSD License Price:
1430 downloads
myGifts 2.70 Alpha1

myGifts 2.70 Alpha1


myGifts manages Xmas/birthday wish-lists or gift registries for weddings or newborns. more>>
myGifts project enable you, your family and your friends to share your xmas wish-lists, your gift registry for your wedding or a newborn.
People can add gifts to their lists and claim other peoples gifts, and it supports user groups to control who can and cannot see lists.
Main features:
- add gifts to their lists,
- decide who can(cannot) see them,
- add ideas to other lists,
- claim other people gifts.
<<less
Download (0.19MB)
Added: 2005-12-02 License: GPL (GNU General Public License) Price:
1423 downloads
Spyrius 1.1.3

Spyrius 1.1.3


Spyrius is an extensible multithreaded superdaemon. more>>
Spyrius is an extensible multithreaded superdaemon. Spyrius is essentially a TCP server that manages loadable modules ("plug-ins").

Each module represents a network service that can be loaded into or unloaded from the daemon on-the-fly. Worker threads are spawned to handle incoming client connections.

A client can communicate with several modules in the course of one session with the daemon. The daemon itself can be administered over a TCP connection.

This package is a prototype or proof-of-concept and as such it is not fully implemented. There are some missing features, but the existing codebase is clean and well-documented to allow for easy modification.
<<less
Download (0.41MB)
Added: 2005-12-09 License: GPL (GNU General Public License) Price:
1414 downloads
Syntax Desktop 2.3.1

Syntax Desktop 2.3.1


Syntax Desktop is a publishing system used to manage the contents of a Web site. more>>
Syntax Desktop is a publishing system used to manage the contents of a Web site. Syntax Desktop project has an attractive GUI with DHTML elements.

You can use it to insert news, photos, documents, and tree data structures into your site. It features easy DB backup and style switching.

Syntax Desktop helps you to create and manage large web sites without any knowledge of HTML. Theres an integrated WYSIWYG editor with a friendly user interface similar to common office applications. You can create the contents and a template engine manages all the parts of the site allowing complete control of the application.

Syntax Desktop is based on PHP technology. It is a web application, so it works on a wide range of modern existing IT infrastructures. Syntax Desktop runs with other "open source" technologies (i.e. Linux, Apache, MySQL), but it works also on commercial products (i.e. Windows, IIS, Oracle DB, MS Access).

Moreover, a great virtue of Syntax is its predisposition to being indexed from search engines. Syntax is constructed to generate pages optimized for search engines.

<<less
Download (4.6MB)
Added: 2005-12-15 License: GPL (GNU General Public License) Price:
1409 downloads
OglExt 1.2.2

OglExt 1.2.2


OglExt is a free OpenGL extension library. more>>
OglExt is a free OpenGL extension library, enabling the easy access of all functionality up to OpenGL version 2.0 as well as API functions of more than 270 OpenGL extensions. OglExt library was initially written for Microsoft Windows but works for Linux and MacOS X as well.
OpenGL developers for the Windows operating system usually know the problem: The official OpenGL library only supports version 1.1 of the OpenGL specification. However, todays graphics hardware supports OpenGL version 2.0 and a lot OpenGL extensions. To access such functionality, you have to determine the entry point for each function you want to use via wglGetProcAddress() or glXGetProcAddressARB(). Even worse, for Microsoft Windows you have to do this for each OpenGL rendering context, because the entry points may differ for different pixel formats.
By using OglExt, you dont have to care about this anymore, because the extension library manages all the above for over 200 OpenGL extensions.
Enhancements:
- This release fixes a minor bug in the parsing of functions that have pointers as return types.
- Additionally, the project compiles on Visual Studio .NET 2005.
<<less
Download (0.11MB)
Added: 2006-01-15 License: LGPL (GNU Lesser General Public License) Price:
1382 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5