Main > Free Download Search >

Free macyu0027s department store software for linux

macyu0027s department store

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2056
Apache-Storage 1.00

Apache-Storage 1.00


Apache::Storage is Perl module containing simple functions to store and retrieve information from within the Apache process. more>>
Apache::Storage is Perl module containing simple functions to store and retrieve information from within the Apache process.
<<less
Download (0.004MB)
Added: 2005-08-24 License: GPL (GNU General Public License) Price:
1521 downloads
US Department of Homeland Insecurity Idiocy Level 0.1.2.3.2-zomg

US Department of Homeland Insecurity Idiocy Level 0.1.2.3.2-zomg


US Department of Homeland Insecurity Idiocy Level is a Firefox extension that displays the current Idiocy Level in the statusbar more>>
US Department of Homeland Insecurity Idiocy Level is a Firefox extension that displays the current Idiocy Level in the status bar.

<<less
Download (0.26MB)
Added: 2007-06-05 License: MPL (Mozilla Public License) Price:
873 downloads
Class::DataStore 0.07

Class::DataStore 0.07


Class::DataStore is a Perl module for generic OO data storage/retrieval. more>>
Class::DataStore is a Perl module for generic OO data storage/retrieval.

SYNOPSIS

my %values = ( one => 1, two => 2 );
my $store = Class::DataStore->new( %values );

# using get/set methods
$store->set( three, 3 );
my $three = $store->get( three );

# using AUTOLOAD method
$store->four( 4 );
my $four = $store->four;
my @four = $store->four; # returns a list

my $exists = $store->exists( three ); # $exists = 1
my $data_hashref = $store->dump;
$store->clear;

Class::DataStore implements a simple storage system for object data. This data can be accessed via get/set methods and AUTOLOAD. AUTOLOAD calls are not added to the symbol table, so using get/set will be faster. Using AUTOLOAD also means that you will not be able to store data with a key that is already used by a instance method, such as "get" or "exists".
This module was written originally as part of a website framework that was used for the Democratic National Committee website in 2004. Some of the implementations here, such as get() optionally returning a list if called in array context, reflect the way this module was originally used for building web applications.

Class::DataStore is most useful when subclassed. To preserve the AUTOLOAD functionality, be sure to add the following when setting up the subclass:

use base Class::DataStore;
*AUTOLOAD = &Class::DataStore::AUTOLOAD;
This module is also a useful add-on for modules that need quick and simple data storage, e.g. to store configuration data:
$self->{_config} = Class::Datastore->new( $config_data );
sub config { return $_[0]->{_config}; }
my $server = $self->config->server;
my $sender = $self->config->get( sender );

<<less
Download (0.004MB)
Added: 2006-10-06 License: Perl Artistic License Price:
1113 downloads
Email::Store 0.24

Email::Store 0.24


Email::Store is a framework for database-backed email storage. more>>
Email::Store is a framework for database-backed email storage.

SYNOPSIS

use Email::Store dbi:mysql:mailstore;
Email::Store->setup; # Do this once

Email::Store::Mail->store( $rfc822 );
Email::Store::Mail->retrieve( $msgid );

...

Email::Store is the ideal basis for any application which needs to deal with databases of email: archiving, searching, or even storing mail for implementing IMAP or POP3 servers.

Email::Store itself is a very lightweight framework, meaning it does not provide very much functionality itself; in effect, it is merely a Class::DBI interface to a database schema which is designed for storing email. Incidentally, if you dont know much about Class::DBI, youre going to need to in order to get much out of this.

Despite its minimalist nature, Email::Store is incredibly powerful. Its power comes from its extensibility, through plugin modules and hooks which allow you to add new database tables and concepts to the system, and so access the mail store from a "different direction". In a sense, Email::Store is a blank canvas, onto which you can pick and choose (or even write!) the plugins which you want for your application.

For instance, the core Email::Store::Entity plugin module addresses the idea of "people" in the email universe, allowing you to search for mails to or from particular people; (despite their changing names or email addresses) Email::Store::Thread interfaces Email::Store to Mail::Thread allowing you to navigate mails by their position in a mail thread; the planned non-core Email::Store::Plucene module plugs into the indexing process and stores information about emails in a Plucene search index for quick retrieval later, and so on.

<<less
Download (0.027MB)
Added: 2006-06-28 License: Perl Artistic License Price:
1215 downloads
Online Recruitment Agency 1.25

Online Recruitment Agency 1.25


Online Recruitment Agency is Web-based recruitment agency software. more>>
Online Recruitment Agency project is Web-based recruitment agency software.
You can manage all of your recruitment efforts on your Web site, and set up job locations, categories, departments, and job titles from the Web interface as an admin user.
Regular users can then add/edit/delete jobs. The public interface can be very easily customized to your site design using templates.
On the public page, potential employees can search the job listings or view by category or department.
Enhancements:
- Bugs in the common and database library files were fixed.
<<less
Download (0.11MB)
Added: 2006-08-22 License: Other/Proprietary License Price:
1167 downloads
Ryans Electronic Diary Sheet 1.2.1

Ryans Electronic Diary Sheet 1.2.1


Ryans Electronic Diary Sheet allows members of an organization to inform each other of their proposed whereabouts. more>>
Ryans Electronic Diary Sheet (aka RyansEDS) is a web-based Perl application which allows members of an organization (typically staff) to inform each other of their proposed whereabouts. The project is designed to be a simple shared calendaring application which does require complex (and often proprietary) client/server software.
Like its sister application Ryans In/Out Board it was written to fulfil a need at my employer Contact a Family. Staff needed a simple centralised way to let each other know when they would be out of the office rather than get into the complexities of sharing calendars.
The diary sheet works on a week by week basis and stores its data accordingly. A shell script (bacth file) is supplied which (when run as a scheduled event/cron job) will clear out data older that your chosen limit. Thus data storage is kept to a minimum. The diary sheet itself also has a feature will prevent users from going too far forward or backward.
Main features:
- Simple to use and administer
- Week to a screen view
- Users can be grouped into (colour coded) departments - current users department shown at top
- User aliases permit users to have friendly names on the diary sheet whilst logging in with more secure names 1
- No database required - uses simple text files for storage
- Tidies up after itself - deletes old storage files 2.
- No client application required - save for a web browser
- Easily configurable styles - all through the config file no HTML/CSS skills required.
- Allows additional comments/notes to be linked from the main diary sheet view
- Cross platform - runs on any browser and a range of server OSs.
- W3C compliant and fully accessible HTML output
- Suitable for small-medium installations (< 100 users)
<<less
Download (0.025MB)
Added: 2007-05-16 License: GPL (GNU General Public License) Price:
895 downloads
Simple Web Survey 1.2

Simple Web Survey 1.2


Survey Software allows companies to increase customer and employee satisfaction. more>>
Survey Software allows companies to increase customer and employee satisfaction. You can conduct research on future customers or current customers. Inspire web surveyor allows you to collect quantitative and qualitative information.

For example you could create a survey to find out the level of satisfaction an end user has with your customer support department.

What makes our survey software great is its fully customizable; you create your own questions dynamically, and also can edit and revise them. You can send out surveys via unique URL, or via email.
<<less
Download (MB)
Added: 2005-06-30 License: Free To Use But Restricted Price:
1576 downloads
PHP Active Code Library 0.10

PHP Active Code Library 0.10


PHP Active Code Library (ACL) is a PHP 5 class used to store and call PHP files that are stored in a database. more>>
PHP Active Code Library (ACL) is a PHP 5 class used to store and call PHP files that are stored in a database.

The files are stored in a plain text field and not a binary field. PHP ACL also takes care of include/require calls.

If a file includes another file stored in the database, PHP ACL takes care of getting, generating, and including that file.
<<less
Download (0.013MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1191 downloads
Email::Store::DBI 0.254

Email::Store::DBI 0.254


Email::Store::DBI is a Perl module for database backend to Email::Store. more>>
Email::Store::DBI is a Perl module for database backend to Email::Store.

SYNOPSIS

use Email::Store dbi:...;

This class is a subclass of Class::DBI and contains means for Email::Store-based programs to register what DSN they wish to use. It also provides for building database tables from schemas embedded in the DATA section of plug-in modules, using Class::DBI::DATA::Schema.

"Email::Store" is the ideal basis for any application which needs to deal with databases of email: archiving, searching, or even storing mail for implementing IMAP or POP3 servers.

"Email::Store" itself is a very lightweight framework, meaning it does not provide very much functionality itself; in effect, it is merely a Class::DBI interface to a database schema which is designed for storing email. Incidentally, if you dont know much about "Class::DBI", youre going to need to in order to get much out of this.

Despite its minimalist nature, "Email::Store" is incredibly powerful. Its power comes from its extensibility, through plugin modules and hooks which allow you to add new database tables and concepts to the system, and so access the mail store from a "different direction". In a sense, "Email::Store" is a blank canvas, onto which you can pick and choose (or even write!) the plugins which you want for your application.

For instance, the core "Email::Store::Entity" plugin module addresses the idea of "people" in the email universe, allowing you to search for mails to or from particular people; (despite their changing names or email addresses) "Email::Store::Thread" interfaces "Email::Store" to "Mail::Thread" allowing you to navigate mails by their position in a mail thread; the planned non-core "Email::Store::Plucene" module plugs into the indexing process and stores information about emails in a Plucene search index for quick retrieval later, and so on.

<<less
Download (0.028MB)
Added: 2006-10-03 License: Perl Artistic License Price:
1117 downloads
SharpMusique 1.0

SharpMusique 1.0


SharpMusique is the fair interface to the iTunes Music Store. more>>
SharpMusique project is the fair interface to the iTunes Music Store.
Main features:
- Preview songs
- Signup for an account
- Buy songs and albums
- Redownload songs that were bought with SharpMusique
- Redeem Pepsi Caps
- Redeem gift certificates
<<less
Download (0.057MB)
Added: 2005-09-17 License: GPL (GNU General Public License) Price:
1526 downloads
G-Share 1.5 Beta

G-Share 1.5 Beta


G-Share is a PHP script that allows you to share your Gmail attachments with the world. more>>
G-Share is a PHP script that allows you to share your Gmail attachments with the world, it is a download center with files stored in your gmail account.

G-Share project uses a MySQL database to store important data such as categories, download count, visitors, gmail accounts, etc...

<<less
Download (0.10MB)
Added: 2006-03-09 License: GPL (GNU General Public License) Price:
1324 downloads
CGI::Application::Plugin::Authentication::Store 0.11

CGI::Application::Plugin::Authentication::Store 0.11


CGI::Application::Plugin::Authentication::Store is a base module for building storage classes. more>>
CGI::Application::Plugin::Authentication::Store is a base module for building storage classes for the CGI::Application::Plugin::Authentication plugin.

SYNOPSIS

package CGI::Application::Plugin::Authentication::Store::MyStore;
use base qw(CGI::Application::Plugin::Authentication::Store);

sub fetch {
my $self = shift;
my @params = @_;
...
}

sub save {
my $self = shift;
my %params = @_;
...
}

sub delete {
my $self = shift;
my @params = @_;
...
}

This module is a base class for all storage classes for the CGI::Application::Plugin::Authentication plugin. Each storage class is required to provide three methods that fetch, save and delete data from the store. The information that is saved will be text based, so there is no need to flatten any of the data that is to be stored.

<<less
Download (0.046MB)
Added: 2006-09-02 License: Perl Artistic License Price:
1148 downloads
Really Simple CalDAV Store 0.8.0

Really Simple CalDAV Store 0.8.0


Really Simple CalDAV Store project is a server implementation of the CalDAV protocol for storing calendaring resources. more>>
Really Simple CalDAV Store project is a server implementation of the CalDAV protocol for storing calendaring resources (iCalendar format) on a remote shared server.
An increasing number of calendar clients support the maintenance of shared remote calendars through CalDAV including Mozilla Calendar (Sunbird/Lightning), Evolution, Mulberry, and soon Apples iCal.
The Really Simple CalDAV Store supports basic delegation of read/write access among calendar users and multiple users or clients reading and writing the same calendar entries over time.
Enhancements:
- Lots of improvements were made to CalDAV specification compliance, especially around privacy of tasks and events.
- Two new translations of the administration interface were added (Polish and Hungarian).
- Support for authentication against an LDAP backend was added along with a number of performance, security, and bugfixes.
<<less
Download (0.31MB)
Added: 2007-06-05 License: GPL (GNU General Public License) Price:
880 downloads
Eventum 2.0

Eventum 2.0


Eventum provides a user-friendly and flexible issue/bug tracking system. more>>
Eventum provides a user-friendly and flexible issue/bug tracking system.

Eventum is a user-friendly and flexible issue tracking system that can be used by a support department to track incoming technical support requests or by a software development team to quickly organize tasks and bugs.

Eventum is used by the MySQL AB Technical Support team, and has allowed them to dramatically improve response times.

<<less
Download (0.86MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
930 downloads
Adder 0.1.0

Adder 0.1.0


Adder is a free and open-source voting system. more>>
Adder is a free and open-source voting system. Is an Internet-based electronic voting system which employs strong cryptography.

Adder was built at the University of Connecticut, in the Computer Science & Engineering Department, by members of the CryptoDRM Laboratory.

The following principles are central to the project:

Transparency: All of the data in the main server database should be accessible to the public. This includes the encrypted votes, public encryption keys, and final totals. The main server database does not store secrets.
Universal Verifiability: Any result obtained by the system should be verifiable by any third party. By inspecting the election transcript, it should be possible to perform a complete audit of any procedure.
Privacy: All voters in an election should be confident that their individual choices will remain hidden. Only the total is made available to the public.
Distributed Trust: Each procedure is "supervised" by multiple authorities, and the final sum cannot be revealed without the cooperation of a given number of authorities. Any attempt to undermine the procedure will require the corruption of a set number of authorities. Authorities and voters may overlap arbitrarily. Thus, it is possible for the voters themselves to ensure trustworthiness.
<<less
Download (2.7MB)
Added: 2007-02-28 License: GPL (GNU General Public License) Price:
970 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5