Main > Free Download Search >

Free peugeot 407 review software for linux

peugeot 407 review

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 191
PurpleView 1.9.1b

PurpleView 1.9.1b


PurpleView provides a paper review system. more>>
PurpleView provides a paper review system.
PurpleView is a paper review system that was designed to help distributed project development. It serves as a collection of materials relevant to a field of interest, and its review capability allows users to distinguish good and relevant items from bad and irrelevant items.
Submission of papers in different Categories and Platforms aids their systematization. The sorting and searching features facilitate powerful and expedient data examination.
It incorporates discussion forums for each item, notifications and message boards, and features security logins and automated database backups that assure the systems accountability and availability.
The additional features added to PurpleView help increase its effectiveness. The systems notification and message board keeps members up-to-date with databases latest changes.
PurpleViews rank list shows users activity according to the submitted materials and reviews. Paging capabilities reduce bandwidth demands and improve clarity of big databases. Security logins and automated database backup assure respectively the systems accountability and availability.
Enhancements:
- dded the register_globals off kludge (Eric Titolo)
- put some comments in (Eric Titolo)
- added a db_prefix "pv_" in the table entries(Eric Titolo)
- added $server_name var(Eric Titolo)
- replace obsolete mysql_db_query with mysql_query(Lyudmil Antonov)
<<less
Download (0.31MB)
Added: 2007-02-08 License: GPL (GNU General Public License) Price:
988 downloads
OpenSubsystems 1.0 RC3

OpenSubsystems 1.0 RC3


OpenSubsystems is set of business components such as inventory management. more>>
OpenSubsystemss goal is to provide consistent set of business components that solve particular area of interest such as inventory management, order processing, shopping, email and fax communication, document management, imaging and others.
There are many frameworks and libraries attempting to make life of developers easier. Most of them focus on improving certain technology (EJB) or technical problem such as persistence in Java (Hibernate) or view tier for web applications (Struts).
There are very few that actually give developers fully functional business components that are immediately available to be integrated into their application and solve specific business needs. OpenSubsystems is one of them.
OpenSubsystems is dedicated to providing highest quality products by paying attention to innovative design, carefull implementation and thorough testing while staying true to the spirit of open source.
All our development processes and products are extensively documented and available for review and use to wide audience of business analysts, developers and testers.
Enhancements:
Feature requests
Core
- 1674491Generalize DataFactory interfaces by requiring domain id
- 1674470Simplify DatabaseOperation classes by removing redundant arguments
- 1674438Simplify DatabaseSchema interface/impl for read-only schemas
- 1674289Change license to GPL v2 only for Core
Bugs
Core
- 1674498IOException thrown by FileUtils when directory exists
- 1674495NullPointerException in StringUtils.concat method
- 1674483Servlet preservice method not called when login is required
- 1674420NullPointerException in DatabaseConnectionFactoryImpl class
- 1630270NoSuchElement exception when using XAPool
<<less
Download (16MB)
Added: 2007-03-16 License: Other/Proprietary License Price:
953 downloads
OS Reviews CMS 20070604

OS Reviews CMS 20070604


OS Reviews CMS is a content management system that features the generation of purely static content. more>>
OS Reviews CMS is a content management system that features the generation of purely static content.
OS Reviews CMS also has an NNTP-based comment system, LaTeX input, and customizable templates.
Main features:
- Generation of static content for maximum performance
- Comment system with NNTP back-end
- Input format is LaTeX (perfect for hard copies)
- Customizable templates
- 100% standards-compliant output
<<less
Download (0.072MB)
Added: 2007-06-04 License: GPL (GNU General Public License) Price:
873 downloads
php syslog viewer 7.2.0

php syslog viewer 7.2.0


php syslog viewer is a free web application written in PHP for viewing and searching system logs stored in a MySQL database. more>>
php syslog viewer is a free web application written in PHP for viewing and searching system logs stored in a MySQL database.
Good system administrators review the logs from each system they administer. As the number of systems gets bigger, this becomes a more complex and time consuming task. Eventually the system administrator would like a way to combine the log messages from all of the systems into one central location, but that is not enough. Without a good search facility, finding the information the system administrator needs is like finding a needle in a haystack.
This is where php syslog viewer comes to the rescue. Using a few common Free Software tools (syslog-ng, stunnel, MySQL, apache, and php), php syslog viewer provides a total solution for centralized logging and log management. Client systems send their log files to a server which stores them in a database. php syslog viewer provides the system administrator with a view into that database. php syslog viewer also includes a tool for optimizing searches and archiving older data so that it takes up less room on the disk.
php syslog viewer is Free Software licensed under the GNU GPL (version 2 or later) as published by the Free Software Foundation.
Main features:
- Log Searching
- Real Time Log Viewer
- Automatic Log Rotation
- User Authentication Possibilities
- LDAP
- Active Directory
- Built-in Authentication
- 3rd Party Client API (outputs XML)
- OSI Certified Open Source Software
- Log Archiving
<<less
Download (0.036MB)
Added: 2007-02-22 License: GPL (GNU General Public License) Price:
1004 downloads
Wget4web 1.0

Wget4web 1.0


Wget4web provides a Web interface for wget. more>>
Wget4web provides a Web interface for wget.
Wget4web allows to add downloads to server, to view information about download status and to control it in browser.
The programs interface is look like interfaces of ReGet and Downloader for X, what allow to control download of many files without review Wget logs (but if you want to do it, you may watch them in browsers window).
Wget4web writes logs and can generate reports including name and size of downloaded files.
You can control traffic which was got by each user.
Users can download files without using shell (Wget4web use own user list) what decrease possibility of undesirable server usage.
System requirements:
- Wget
- Perl
- Web server (Apache)
<<less
Download (0.013MB)
Added: 2007-04-27 License: GPL (GNU General Public License) Price:
911 downloads
Tapecat 1.0.0

Tapecat 1.0.0


tapecat is a tape utility used to describe the physical content of a tape. more>>
tapecat is a tape utility used to describe the physical content of a tape. By physical content its meant the files written on tape as understood by the tape driver. Tapecat is not meant the content of each such file.

The output will present the number of the file on tape, its size based on tape blocks read and the type of file. The type of file will be shown using the file command. So, this command needs to be available.

A special treatment is reserved for amanda tapes, where all information regarding the tape and its content is displayed. The information includes the tape label, the diskdevice and the diskname as specified in the disklist file.

Installation instructions:

Compile

Unpack tar.bz2 package file:
$ tar -jxf tapecat-1.0.x.tar.bz2

cd to package directory:
$ cd tapecat-1.0.x

Review and edit Makefile (if needed).

Run make command to compile package:
$ make

Install

As root user run:
# make install

It will install:
application tapecat under /usr/local/bin directory.
manual files under /usr/local/man.

Uninstall

In package directory just type:
# make uninstall
<<less
Download (0.015MB)
Added: 2006-05-05 License: GPL (GNU General Public License) Price:
1268 downloads
Web Submission and Review Software 0.53

Web Submission and Review Software 0.53


Web Submission and Review Software is a Web-based system that is used for the submission and review of papers. more>>
Web Submission and Review Software is a Web-based system that is used for the submission and review of papers to academic conferences. Web Submission and Review Software provides support for the entire life-cycle of the conference review process.
One of the goals of this software was to make administration as easy as possible. In particular, you never need to run scripts etc. In principle, to install this software you just unpack the zip file in some directory in your web tree (call it the BASE directory), point your browser at that directory and off you go.
I will very much appreciate any comments that you can give me regarding this software.
Enhancements:
Changes to chair/administrator interface:
- Added Undo/Redo link to the administration page
- Re-implemented the voting mechanism to allow multiple concurrent ballots
- Let the chair play with assignments of submissions to reviewers before these assignments are visible to the reviewers
- Let the chair manage PC membership, Edit review guidelines and setup votes also during the submission phase
Changes to reviewer interface:
- Allow reviewers to login to the site (and vote in ballots if any) also during the submission phase
- Added support for batch upload of reviews in a scorecard file
- Backup old versions of reviews and let reviewers browse the old versions of their reviews (this is useful, e.g., if they overwite somethign by mistake)
<<less
Download (0.23MB)
Added: 2006-11-22 License: Common Public License Price:
1078 downloads
speedupd 7.2.0

speedupd 7.2.0


speedupd is a daemon that performs maintenance tasks on the PHP syslog viewers database. more>>
speedupd project is a daemon that performs maintenance tasks on the PHP syslog viewers database.
These tasks include optimizing searches by updating cache data, log rotation, and archiving older data so that it takes up less room on the disk.
Good system administrators review the logs from each system they administer. As the number of systems gets bigger, this becomes a more complex and time consuming task. Eventually the system administrator would like a way to combine the log messages from all of the systems into one central location, but that is not enough. Without a good search facility, finding the information the system administrator needs is like finding a needle in a haystack.
This is where php syslog viewer comes to the rescue. Using a few common Free Software tools (syslog-ng, stunnel, MySQL, apache, and php), php syslog viewer provides a total solution for centralized logging and log management. Client systems send their log files to a server which stores them in a database. php syslog viewer provides the system administrator with a view into that database. php syslog viewer also includes a tool for optimizing searches and archiving older data so that it takes up less room on the disk.
Main features:
- Log Searching
- Real Time Log Viewer
- Automatic Log Rotation
- User Authentication Possibilities
- LDAP
- Active Directory
- Built-in Authentication
- 3rd Party Client API (outputs XML)
- OSI Certified Open Source Software
- Log Archiving
<<less
Download (0.020MB)
Added: 2007-02-21 License: GPL (GNU General Public License) Price:
579 downloads
InfoLister 0.9f for Firefox

InfoLister 0.9f for Firefox


InfoLister is an extension that lists installed extensions and themes. more>>
InfoLister is an extension that lists installed extensions and themes.

The user comments section here is for extension reviews. To leave feedback or report a bug please send me an e-mail.

<<less
Download (0.071MB)
Added: 2007-04-25 License: MPL (Mozilla Public License) Price:
912 downloads
Ghost In The Mail 0.5

Ghost In The Mail 0.5


Ghost In The Mail is an anonymous e-mail client for linux written in C and designed in GTK+ 2. more>>
Ghost In The Mail is an anonymous e-mail client for linux written in C and designed in GTK+ 2. Look at the screenshots below to have a better idea of how does it works.
This piece of software allows to send e-mails to any person over the net with a fake email address, and also a fake name. Obviously you can use your true identity. gitmail can also send attached files. Ghost In The Mail uses MIME and Base64 technologies.
Enhancements:
- Full review of the code in order to improve stability and performances.
- Rewrite of all functions that contained malloc(CONST_VAL).
- Added functions gitm_malloc & gitm_realloc that check pointers after allocating them.
- Added some commentaries to describe functions.
- New sources files: functions are distributed into files in a more logical way.
- Files cbbentries.* removed (functions in cbbentries.* are now in history.*) Better core/gui splitting.
- Created a constant GITM_VERSION to hold the version number.
- MIME boundary is now randomly generated.
- Server errors are fully displayed.
<<less
Download (0.37MB)
Added: 2006-02-20 License: GPL (GNU General Public License) Price:
1347 downloads
SureInvoice 1.0

SureInvoice 1.0


SureInvoice software is designed primarily for service oriented businesses. more>>
SureInvoice software is designed primarily for service oriented businesses. SureInvoice is the right tool for the job to track billable hours, non-billable hours and one time or recurring expenses for customer accounts.
Track customer and emplyee or contractor information as well, with a flexible system to track billable rates per customer, project or employee/contractor you can maximize your revenue and avoid double entry of information with the upcoming export support for QuickBooks and OFX.
Customer self-service is a way to offer customers convenient access to their account status, make it easier for them to self-pay and ensure that accounts stay in the black. SureInvoice has all of the features necessary to make customers comfortable in maintaing their own accounts. 24/7 customers can login to review the hours attached to their invoices and print off an invoice to mail in with a check or enter credit card information to pay in real time.
Enhancements:
- This release has Quickbooks integration, a complete new user interface, and many bugfixes.
<<less
Download (0.88MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
1109 downloads
ExactImage 0.4.0

ExactImage 0.4.0


Exact Image is a fast (and soon modern and generic) image processing library. more>>
Exact Image is a fast (and soon modern and generic) image processing library. For a client we had to optimize the insane time imagemagick spent on certain image processing tasks. After the first code review it became clear that imagemagick was coded for anything but speed.
We protoyped the needed code in C++, just for speed, and archived processing times about 1/20 of what imagemagick consumes.
It is intended to become a modern, generic (template) based C++ library, when time permits. - Hopefully a viable alternative to ImageMagick.
Enhancements:
- Image segmentation and fuzzy image contour pattern matching were added.
- Support for rendering arbitrary vector pathes and text was added through Anti-Grain-Geometry integration.
- The X- and Y-axis flip optimizations were implemented for 16-bit channels, as well as functions to change contrast, brightness, gamma, hue, saturation, and lightness, and invert images.
- The convolution matrix was exported to the CLI econvert.
<<less
Download (0.15MB)
Added: 2007-08-04 License: GPL (GNU General Public License) Price:
811 downloads
PHPTestManager 0.1.4beta

PHPTestManager 0.1.4beta


PHPTestManager project is a school test manager. more>>
PHPTestManager project is a school test manager.
PHPTestManager is a program aimed to help teachers test their students. It is written in PHP and uses a MySQL database.
Main features:
- create, delete and edit subjects
- create, delete and edit four type of questions (Open, Multiple choice with only one correct answer, with more than one correct answer and true/false questions)
- create, delete and edit groups
- allow just some groups to take a test
- take and review tests
- sticky questions (always in) to tests
- enable/disable registration
<<less
Download (0.051MB)
Added: 2006-11-03 License: GPL (GNU General Public License) Price:
1086 downloads
FlashBack 0.4 pre6

FlashBack 0.4 pre6


FlashBack is a flashcard scheduler based on a variant of Sebastian Leitners method. more>>
FlashBack is a flashcard scheduler based on a variant of Sebastian Leitners method.

It allows one to create and review simple (text only) flash cards. It supports Unicode and complex scripts (via Pango). A simple, tab-separated cardfile format is used.

Language learning Its important to realise that no sophisticated flashcards review scheduling alone can teach you the language: use FlashBack or some other flashcards software to drill first couple of hundreds of words and keep reading simple texts until you get used to the language and are able to read fast enough to train the languages only by reading.

<<less
Download (0.048MB)
Added: 2005-07-25 License: GPL (GNU General Public License) Price:
1551 downloads
Open Conference Systems 2.0

Open Conference Systems 2.0


Open Conference Systems is a free Web publishing tool that will create a complete Web presence for your scholarly conference. more>>
Open Conference Systems or OCS for short, is a free Web publishing tool that will create a complete Web presence for your scholarly conference.
Main features:
- create a conference Web site
- compose and send a call for papers
- electronically accept paper and abstract submissions
- allow paper submitters to edit their work
- post conference proceedings and papers in a searchable format
- post, if you wish, the original data sets
- register participants
- integrate post-conference online discussions
Enhancements:
- manage conferences that occur more than once (e.g. yearly)
- an expanded, multiple-round review system
- e-mail template system
- localization & translation tools
- credit card payment for registrations
- automated "thanks-for-submitting" messages
- accept login/password for participants
- Creative Commons licensing of presentations
- more customizable, scalable and secure code
- ...and much more.
<<less
Download (1.5MB)
Added: 2007-06-16 License: GPL (GNU General Public License) Price:
864 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5