Main > Free Download Search >

Free quick starter software for linux

quick starter

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 760
Quick Order 1.1

Quick Order 1.1


Quick Order provides an ordering system using Java Wireless HTTP Form. more>>
Quick Order provides an ordering system using Java Wireless HTTP Form.
It uses J2ME libraries to submit forms to an HTTP server running PHP and MySQL. It can run on any embedded device that supports Java Wireless, including mobile phones and Palm systems.
It is ideal for making orders in restaurants, point of sale (POS), etc. It supports English and Chinese Big 5 encoding.
Enhancements:
- PASP is used for the server-side language font.
- An HTTP POST method was added to the server.
- A vector is used to allow flexibility of ordered items.
<<less
Download (0.021MB)
Added: 2007-02-16 License: GPL (GNU General Public License) Price:
987 downloads
Quick Spam Filter 1.2.6

Quick Spam Filter 1.2.6


Quick Spam Filter (QSF) is an Open Source email classification filter. more>>
Quick Spam Filter (QSF) is an Open Source email classification filter. Quick Spam Filter is designed to be small, fast, and accurate, which works to classify incoming email as either spam or non-spam.

To recognise spam, QSF strips the text out of the email (using MIME decoding and HTML stripping) and then splits it into tokens (words, word pairs, URLs, and so on). These tokens are then looked up in a database and analysed using the Bayesian technique to see whether the email should be classified as spam or not.

The database is generated by a process of training - QSF is given two mailboxes, one containing known spam, and the other containing known non-spam, to train itself on. After training, if QSF misfiles any email, the message it got wrong can be fed back into the database, thus making QSF learn from its mistakes.

For a more in-depth look at the way in which QSF tokenises and classifies messages, please see the Technical Details section of the manual.

QSF is designed to be run by an MDA, such as procmail.

<<less
Download (0.072MB)
Added: 2007-02-06 License: Artistic License Price:
991 downloads
Quick.Cart 2.2

Quick.Cart 2.2


Quick.Cart is a freeware and simple e-commerce solution designed for your own web shop administration. more>>
Quick.Cart is a freeware and simple e-commerce solution designed for your own web shop administration. There is full administration for categories, products, contents, and orders.
Main features:
Freeware - based on licensed GPL with additional conditions,
Simple installation - web shop based on a secure flat files database (SQL database not required). The web shop installation needs just a few minutes and just the basic knowledge about FTP connection use,
Really simple servicing - our goal was to make an application, which wont discourage clients for ordering, through required registration, filling up many forms and going through endless steps of the order,
Stability - application has been used since september 2004. Because of a common access to this application, any errors are immediately detected and removed,
Speed - in designing web shop, we tried to minimize the HTML code and also made possible generating small pictures, making web loading as short as possible,
Standards - our solutions are compatible with XHTML 1.0 and also with settings of most of the popular servers,
Template system - we did our best to separate the logic and presentational layers from each other. The web shop outlook change, is really simple and it works through templates in which complicated PHP language is not used at all.
Functionality:
- full administration of the products, categories and delivery companies (delivery cost),
- full administration of the orders,
- system for managing the content of additional pages and (subpages) in the web shop, as the company information, regulations etc.,
- printing products and order cards
- system of additions, which helps to make your web shop even more functional.
Enhancements:
- An administrator can now turn on or off an option in the configuration to see invisible products in the shop.
- Changing price format is now easier, since the price format is loaded from PHP and JavaScript functions.
- A link to print pages and product lists was added.
- A Safari menu bug was fixed.
- In the description editor, a bug with HTML lists was fixed.
- Other small fixes were made.
- HTML and CSS optimization was done.
- The libraries were updated.
<<less
Download (MB)
Added: 2007-05-30 License: Freeware Price:
1094 downloads
Quick RSS 0.1

Quick RSS 0.1


Quick RSS project quickly adds a RSS feed to a web-based news aggregator. more>>
Quick RSS project quickly adds a RSS feed to a web-based news aggregator.

It adds a "Add RSS feed to..." menu to the right-click context menu, allowing you to quickly add a RSS feed to a web-based news aggregator.

For the moment, it only supports My Yahoo as a feed target, since its the only one I really use. Its nothing fancy, but I find it quite useful as it enables 2-click feed subscription instead of the usually lengthy procedure.

<<less
Download (0.004MB)
Added: 2007-06-05 License: MPL (Mozilla Public License) Price:
872 downloads
Quick.Cms.Lite 1.2

Quick.Cms.Lite 1.2


Quick.Cms.Lite provides a simple, fast message board with category filtering and a flat file backend. more>>
Quick.Cms.Lite provides a simple, fast message board with category filtering and a flat file backend.
Quick.Cms.Lite is a fast, simple, and multilingual content management system. It is based on flat files and does not require a SQL database.
It supports full administration for pages, subpages, photos, and files.
This application is based on the flat files database, like our other projects. Useful for web page designers, web page programmers and also, for those who just want to manage their own web page.
A Tool which makes work on the web side simple and easy, because it allows everyone who logs in to administration, to manage it. Our experiences with clients helped us to create web administration which is simple for everyone to edit it, add and delete pages, subpages, pictures and files.
Available features in Quick.CMS-Lite:
- Pages administration
- Attaching files and photos to pages
- Management of many languages
Enhancements:
- An administrator can now toggle an option in the configuration to see invisible pages on the site.
- News from OpenSolution is displayed on the admininstration homepage.
- The CSS (template) file can be changed in the configuration.
- The current language is displayed in administration.
- The libraries were updated.
- A gallery JavaScript bug was fixed.
- A Safari CSS menu bug was fixed.
- An Internet Explorer 7 CSS menu bug was fixed.
- A print option was fixed in CSS.
- Font sizes in CSS are now based on ems.
<<less
Download (MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
592 downloads
Quick and Dirty Transcoder 0.1

Quick and Dirty Transcoder 0.1


Quick and Dirty Transcoder provides a simple shell script that adds transcoding support to Amarok using gstreamer. more>>
Quick and Dirty Transcoder provides a simple shell script that adds transcoding support to Amarok using gstreamer.
The only prerequisites are that you have gstreamer installed and the appropriate plugins.
Quick and Dirty Transcoder works with transcoding when copying files to a media player and also adds a context menu to allow you to transcode files in your collection. When doing the latter, the transcoded file will be written to the same directory as the original file.
You can configure dirtyxcode by creating a file in your home directory ~/.dirtyxcode.sh. The format of the configuration is a shell script that will be sourced by dirtyxcode. You can use this to control how dirtyxcode constructs the gstreamer pipeline. For example, to change the flacencoder element add the following:
flac_enc="myflacencoder myflacencopt=foo"
You can also add options to the existing encoders by setting
< format >_enc_options, for example to change the preset quality
setting for the mp3 encoder (lame), add the following to your
~/.dirtyxcode.sh file.
mp3_enc_options="preset=extreme"
The default gstreamer plugins used by Quick and Dirty Transcoder are:
- wav: wavenc
- mp3: lame
- ogg: vorbisenc
- m4a: faac
- aac: faac
- flac: flacenc
<<less
Download (0.003MB)
Added: 2007-06-01 License: BSD License Price:
875 downloads
CMF Quick Installer Tool 2.0.1

CMF Quick Installer Tool 2.0.1


CMF Quick Installer Tool provides a a facility for comfortable activation/deactivation of CMF compliant products inside a CMF. more>>
CMF Quick Installer Tool provides a a facility for comfortable activation/deactivation of CMF compliant products inside a CMF.
Therefore it has to be installed as a tool inside a CMF portal, where it stores the information about the installed products.
The requirements for a product to be installable with QuickInstallerTool are quite simple (almost all existing CMF products fulfill them):
.External Product: The product has to implement an external method install in a python module Install.py in its Extensions directory.
.TTW Product: The product has to have a Install folder and have a python script titled install inside that folder.
Products can be uninstalled and QuickInstellerTool removes the following items a product creates during install:
.portal types
.portal skins
.portal actions
.portalobjects (objects created in the root of the portal)
.workflows
.left and right slots (also checks them only for the portal)
Attention: QuickInstallerTool just tracks which objects are ADDED, but not what is changed or deleted.
second Attention: QuickInstallerTool just can uninstall products that are installed via QuickInstallerTool
Enhancements:
- Adjusted installProduct method to be compatible with CMF 2.1
- Refactored ResourceRegistries support not to require the product itself to be installed in QI.
- Added the INonInstallable interface that is used to look up utilities.
- Added an option to omit snapshot creation which defaults to True to speed up.
- We automatically create a GenericSetup snapshot before and after installation.
<<less
Download (0.21MB)
Added: 2007-02-20 License: GPL (GNU General Public License) Price:
984 downloads
Quick and Dirty Sync 0.1

Quick and Dirty Sync 0.1


Quick and Dirty Sync tries to make two directories the same by comparing files sizes and copying new or changed files across. more>>
Quick and Dirty Sync tries to make two directories the same by comparing files sizes and copying new or changed files across in both directions, meaning you dont need to supply a "from" and "to" directory. Quick and Dirty Sync project works for local and (some) FTP directories.

Your mileage may vary, and all your files may be destroyed. You have been warned.

<<less
Download (0.024MB)
Added: 2006-12-19 License: GPL (GNU General Public License) Price:
1041 downloads
Quick.Cms.Ext 0.3

Quick.Cms.Ext 0.3


Quick.Cms.Ext provides a simple, fast message board with category filtering and a flat file backend. more>>
Quick.Cms.Ext provides a simple, fast message board with category filtering and a flat file backend.
Quick.Cms.Ext is a fast, simple, and multilingual content management system. It is based on flat files and does not require a SQL database.
It supports full administration for pages, subpages, photos, and files.
This application is based on the flat files database, like our other projects. Useful for web page designers, web page programmers and also, for those who just want to manage their own web page.
A Tool which makes work on the web side simple and easy, because it allows everyone who logs in to administration, to manage it. Our experiences with clients helped us to create web administration which is simple for everyone to edit it, add and delete pages, subpages, pictures and files.
Available features in Quick.CMS.Ext:
- Pages administration
- Attaching files and photos to pages
- Management of many languages
- Photo gallery
- Subpages listing like photo gallery
- News administration
- Search through pages
- Site map
- Sub pages comments
- Adding e-mails to newsletter
- Friendly links
- Contact form
- Extended backup module
- Banner system
- Poll
<<less
Download (MB)
Added: 2007-01-26 License: Other/Proprietary License Price:
611 downloads
Quick Image Viewer 2.1-pre11

Quick Image Viewer 2.1-pre11


Quick Image Viewer is a very small and pretty fast GDK/Imlib image viewer. more>>
Quick Image Viewer (qiv) is a very small and fast GDK/Imlib image viewer designed to replace the classic image viewers like xv or xloadimage. Quick Image Viewer program runs on FreeBSD, Linux (libc5/glibc), Solaris (SunOS) and HP-UX.
Main features:
- moving & zooming image in fullscreen mode.
- setting image as x11 background (centered,tiled,stretched..) with user settable background color
- fullscreen viewing with a great statusbar
- external "qiv-command" program support
- screensaver mode
- brightness/contrast/gamma correction
- real transparency
- maxpect (zoom to screen size while preserving aspect ratio)
- scale_down (scale down to big images to fit screen size)
- slideshow (with random order if you want)
- filename filer
- flip horizontal/vertical, rotate left/right
- delete function (move to .qiv-trash/)
- jump to image number x, jump forward/backward x images
Enhancements:
- This release has some bugfixes and new options.
<<less
Download (0.070MB)
Added: 2007-04-25 License: GPL (GNU General Public License) Price:
921 downloads
XML::Quick 0.02

XML::Quick 0.02


XML::Quick is a Perl module to generate XML from hashes (and other data). more>>
XML::Quick is a Perl module to generate XML from hashes (and other data).

SYNOPSIS

use XML::Quick;

$xml = xml($data);

$xml = xml($data, { ... });

This module generates XML from Perl data (typically a hash). It tries hard to produce something sane no matter what you pass it. It probably fails.

When you use this module, it will export the xml function into your namespace. This function does everything.

<<less
Download (0.005MB)
Added: 2006-09-12 License: Perl Artistic License Price:
1140 downloads
Quick-Money 1.0

Quick-Money 1.0


The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-04 License: Freeware Price: Free
204 downloads
QDBM: Quick DataBase Manager 1.8.75

QDBM: Quick DataBase Manager 1.8.75


QDBM is a library of routines for managing a database. more>>
QDBM is a library of routines for managing a database. The QDBM database is a simple data file containing records, each is a pair of a key and a value.
Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree.
As for database of hash table, each key must be unique within a database, so it is impossible to store two or more records with a key overlaps. The following access methods are provided to the database: storing a record with a key and a value, deleting a record by a key, retrieving a record by a key.
Moreover, traversal access to every key are provided, although the order is arbitrary. These access methods are similar to ones of DBM (or its followers: NDBM and GDBM) library defined in the UNIX standard. QDBM is an alternative for DBM because of its higher performance.
As for database of B+ tree, records whose keys are duplicated can be stored. Access methods of storing, deleting, and retrieving are provided as with the database of hash table. Records are stored in order by a comparing function assigned by a user. It is possible to access each record with the cursor in ascending or descending order.
According to this mechanism, forward matching search for strings and range search for integers are realized. Moreover, transaction is available in database of B+ tree.
QDBM is written in C, and provided as APIs of C, C++, Java, Perl, and Ruby.
QDBM is available on platforms which have API conforming to POSIX.
Enhancements:
- The utility API was enhanced.
- A bug related to B+ tree API for Ruby was fixed.
<<less
Download (0.87MB)
Added: 2007-03-05 License: GPL (GNU General Public License) Price:
968 downloads
Quick Look 1.0.1

Quick Look 1.0.1


Quick Look is a package to collect system statistics and output pretty graphics and (X)HTML pages. more>>
Quick Look is a package to collect system statistics and output pretty graphics and (X)HTML pages.
Quick Look allows system administrators to have a quick look on the status of their systems, without going for a more advanced (and heavier) solution.
Main features:
- CPU and memory usage
- Load average and process spawning rates
- I/O operations
- Network traffic rates
- Tracked network connections
<<less
Download (0.020MB)
Added: 2006-12-18 License: GPL (GNU General Public License) Price:
608 downloads
Module::Starter::PBP 0.0.3

Module::Starter::PBP 0.0.3


Module::Starter::PBP is a Perl module to create a module as recommended in Perl Best Practices. more>>
Module::Starter::PBP is a Perl module to create a module as recommended in "Perl Best Practices".

SYNOPSIS

# In your ~/.module-starter/config file...

author: < Your Name >
email: < your@email.addr >
plugins: Module::Starter::PBP
template_dir: < /some/absolute/path/name >

# Then on the command-line...

> module-starter --module=Your::New::Module

# Or, if youre lazy and happy to go with
# the recommendations in "Perl Best Practices"...

> perl -MModule::Starter::PBP=setup

This module implements a simple approach to creating modules and their support files, based on the Module::Starter approach. Module::Starter needs to be installed before this module can be used.

When used as a Module::Starter plugin, this module allows you to specify a simple directory of templates which are filled in with module-specific information, and thereafter form the basis of your new module.

The default templates that this module initially provides are based on the recommendations in the book "Perl Best Practices".

<<less
Download (0.008MB)
Added: 2007-01-23 License: Perl Artistic License Price:
1018 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5