Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.398.863 Times

Backend software
Filter: All | Freeware | Demo
 

Backend

< 1 2 3 4 5 > 
Added: March 05, 2010 | Visits: 1.331

Samba::LDAP Samba::LDAP is a Perl module to manage a Samba PDC with an LDAP Backend. SYNOPSIS use Carp; use Samba::LDAP; my $samba = Samba::LDAP->new() or croak "Cant create objectn"; my $domain = $samba->get_local_sid();.



Platforms: *nix

License: Freeware Size: 81.92 KB Download (102): Samba::LDAP Download

Added: July 10, 2010 | Visits: 3.013

B::JVM::Jasmin B::JVM::Jasmin is a Jasmin backend for the Perl compiler. SYNOPSIS perl -MO=JVM::Jasmin,CLASSNAME perl_program.pl jasmin CLASSNAME.asm java CLASSNAME This module is a crude JVM backend for the Perl compiler. It aspires to be a "proof of concept," but I think it does not even achieve that....





Platforms: *nix

License: Freeware Size: 4.1 KB Download (707): B::JVM::Jasmin Download

Added: March 04, 2010 | Visits: 1.584

PSA::Test::Builder PSA::Test::Builder is a backend for building test libraries. SYNOPSIS package My::Test::Module; use PSA::Test::Builder; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(ok); my $Test = Test::Builder->new; $Test->output(my_logfile); sub import { my($self) = shift; my $pack =...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (156): PSA::Test::Builder Download

Added: February 20, 2010 | Visits: 874

Lemonldap::Config::Parameters emonldap::Config::Parameters is a Perl module as a Backend of configuration for lemonldap SSO system. SYNOPSIS #!/usr/bin/perl use Lemonldap::Config::Parameters; use Data::Dumper; my $nconfig= Lemonldap::Config::Parameters->new( file =>applications.xml, cache => /tmp/CONF ); my $conf=...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (89): Lemonldap::Config::Parameters Download

Added: April 20, 2010 | Visits: 909

Qubit Qubit (Qmail Ultimate Backend Integration Tool) is a fully Web-based qmail server configuration and administration suite. Qubit project is based on the qmailrules qmail server installation style. It has the same features as other similar tools (like vqadmin and qmailadmin), and it also gives...


Platforms: *nix

License: Freeware Size: 38.91 KB Download (94): Qubit Download

Added: May 21, 2010 | Visits: 2.477

Nixs Web-based SSH client Nixs Web-based SSH client has a backend written in C/glib and a frontend written in PHP. The project talks to the backend via a Unix socket. The backend maintains a number of SSH processes in TTYs, reads their TTYs, and sends the contents to PHP for formatting. PHP accepts input and passes it...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (202): Nixs Web-based SSH client Download

Added: April 06, 2010 | Visits: 1.450

OpenLDAP-PostgreSQL Linux HOWTO OpenLDAP-PostgreSQL Linux HOWTO is a HOWTO for implementing PostgreSQL as an SQL backend for OpenLDAP. This HOWTO doesnt talk about OpenLDAP, PostgreSQL or iODBC in this document I suppose that you know all that, I just provide my personnal installation of these apps. So in this new version I...


Platforms: *nix

License: Freeware Download (145): OpenLDAP-PostgreSQL Linux HOWTO Download

Added: May 05, 2010 | Visits: 1.278

HDBC PostgreSQL Driver HDBC PostgreSQL Driver is the Haskell PostgreSQL backend driver for HDBC. Please see HDBC itself for documentation on use. If you dont already have it, you can browse this documentation at http://darcs.complete.org/hdbc/doc/index.html. This package provides one function in module...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (93): HDBC PostgreSQL Driver Download

Added: April 15, 2010 | Visits: 1.700

HDBC Sqlite3 Driver HDBC Sqlite3 Driver is the Haskell Sqlite v3 backend driver for HDBC. Please see HDBC itself for documentation on use. If you dont already have it, you can browse this documentation at http://darcs.complete.org/hdbc/doc/index.html. This package provides one function in module...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (96): HDBC Sqlite3 Driver Download

Added: October 17, 2010 | Visits: 2.081

HDBC ODBC Driver HDBC ODBC Driver is the Haskell ODBC backend driver for HDBC. This driver has been tested on Windows and on Linux with unixODBC. It should also be compatible with iODBC, though this has not been tested. It should be portable to any platform supported by both Haskell and unixODBC. This driver is...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (178): HDBC ODBC Driver Download

Added: February 03, 2010 | Visits: 926

UI::Dialog UI::Dialog project supports priority ordering of the backend detection process. SYNOPSIS use UI::Dialog; my $d = new UI::Dialog ( backtitle => Demo, title => Default, height => 20, width => 65 , listheight => 5, order => [ zenity, xdialog ] ); # Either a Zenity or Xdialog msgbox widget...


Platforms: *nix

License: Freeware Size: 83.97 KB Download (96): UI::Dialog Download

Added: May 20, 2010 | Visits: 1.680

WWW::Search::Yahoo WWW::Search::Yahoo is a Perl backend for searching www.yahoo.com SYNOPSIS use WWW::Search; my $oSearch = new WWW::Search(Yahoo); my $sQuery = WWW::Search::escape_query("sushi restaurant Columbus Ohio"); $oSearch->native_query($sQuery); while (my $oResult = $oSearch->next_result()) print...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (124): WWW::Search::Yahoo Download

Added: September 11, 2010 | Visits: 873

B::LintSubs B::LintSubs is a Perl compiler backend to check sub linkage. SYNOPSIS perl -MO=LintSubs [FILE] [-e PROGRAM] When using use strict, subroutine names are not checked at the callsite; this makes the following a perfectly valid program at compiletime, that only blows up at runtime use strict;...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (92): B::LintSubs Download

Added: November 09, 2010 | Visits: 856

MP3::Find::Filesystem MP3::Find::Filesystem is a File::Find-based backend to MP3::Find. SYNOPSIS use MP3::Find::Filesystem; my $finder = MP3::Find::Filesystem->new; my @mp3s = $finder->find_mp3s( dir => /home/peter/music, query => { artist => ilyaimy, album => myxomatosis, }, ignore_case => 1, );.


Platforms: *nix

License: Freeware Size: 29.7 KB Download (96): MP3::Find::Filesystem Download

Added: February 17, 2010 | Visits: 899

LoggedFS LoggedFS is a transparent fuse-filesystem which allows you to log every operation that happens in the backend filesystem. Logs can be written to syslog, to a file, or to standard output. LoggedFS project comes with an XML configuration file in which you can choose exactly what you want to log....


Platforms: *nix

License: Freeware Size: 8.19 KB Download (92): LoggedFS Download

Added: November 03, 2010 | Visits: 1.449

Email::Store::DBI 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...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (100): Email::Store::DBI Download

Added: October 02, 2010 | Visits: 921

MyPageKit::MyModel MyPageKit::MyModel is an example Derived Model Class implementing Backend Code for pagekit.org website. This module provides a example of a Derived Model component (Business Logic) of a PageKit website. It is also the code used for old the http://www.pagekit.org/ web site. It contains two...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (88): MyPageKit::MyModel Download

Added: May 17, 2010 | Visits: 1.550

CUPS-PDF CUPS-PDF project is a PDF writer backend for CUPS. It is designed to produce PDF files in a heterogeneous network by providing a PDF printer on the central fileserver. It will convert files printed to its queue in CUPS to PDF and put them in a per-user-based directory structure. It can execute...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (135): CUPS-PDF Download

Released: June 03, 2012  |  Added: June 03, 2012 | Visits: 377

AACLS Backend for OpenLDAP Software The AACLS acronym stands for 'Advanced ACL Server'. This is an OpenLDAP server backend, in other words, a LDAP content filtering gateway based on an ACL langage used to describe relations between entries. Patches is now released under OpenLDAP License


Platforms: Windows, Mac, Linux

License: Freeware Size: 64.71 KB Download (48): AACLS Backend for OpenLDAP Software Download

Added: July 15, 2013 | Visits: 657

LetoDMS LetoDMS is an open-source, web-based document management system (DMS) written in PHP with a database backend. LetoDMS provides document meta-data, version control, security and easy access to your documents.


Platforms: *nix

License: Freeware Size: 1.16 MB Download (59): LetoDMS Download

< 1 2 3 4 5 >