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.477.915 Times

Create Ldap Object freeware
Filter: All | Freeware | Demo
 

Create Ldap Object

1 2 3 4 5 > 
Added: April 03, 2010 | Visits: 960

Rose::Object::MakeMethods::Generic Rose::Object::MakeMethods::Generic is a Perl module that can create simple object methods. SYNOPSIS package MyObject; use Rose::Object::MakeMethods::Generic ( scalar => [ power, error, ], scalar --get_set_init => name, boolean --get_set_init => is_tall, boolean => [ is_red,... Platforms: *nix

License: Freeware Size: 28.67 KB Download (97): Rose::Object::MakeMethods::Generic Download

Released: October 11, 2012  |  Added: October 11, 2012 | Visits: 771

Ldap Soft AD Admin & Reporting Tool LDAP Admin Tool is the premier GUI administration tool for Ldap/Active Directory management, control and development. LDAP Admin Tool provides you with the ability to perform all the necessary LDAP admin routines such as creating, editing, copying, extracting and dropping ldap objects. Ldap Admin... Platforms: Windows

License: Freeware Download (57): Ldap Soft AD Admin & Reporting Tool Download

Released: September 17, 2012  |  Added: September 17, 2012 | Visits: 432

Stereogram Workshop for Mac OS Create hidden image stereograms from depthmaps or to create floating object stereograms. - Hidden Image Stereograms. Hidden image stereograms can be made from depthmaps, using several different texturing options. - Floating Object Stereograms. Floating object stereograms can be created using... Platforms: Mac

License: Freeware Size: 6 MB Download (442): Stereogram Workshop for Mac OS Download

Added: May 10, 2013 | Visits: 446

RFKmap for PHP RFKmap for PHP is a free code which join FastTemplate and PHPlib's class (DB_Sql) to create an object system for a content management and viewer. It provides an easy syntax to create one instance to access a complex queries and mapping the results to a set of templates. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (59): RFKmap for PHP Download

Added: March 11, 2010 | Visits: 1.397

Samba::LDAP::User Samba::LDAP::User is a Perl module to manipulate a Samba LDAP User. SYNOPSIS use Carp; use Samba::LDAP::User; # create Template object my $user = Samba::LDAP::User->new() or croak "Cant create objectn"; Various methods to manipulate a Samba LDAP user. Add, delete, modify, show and... Platforms: *nix

License: Freeware Size: 81.92 KB Download (101): Samba::LDAP::User Download

Added: March 27, 2010 | Visits: 2.393

LDAP User Management System LDAP User Management System (LUMS) provides a set of basic LDAP API functions for PHP and a strong configuration language. The project can then be used to create Web services or can be used in any PHP script. The language allows the administrator to define LDAP object types along with their... Platforms: *nix

License: Freeware Size: 122.88 KB Download (109): LDAP User Management System Download

Added: April 15, 2010 | Visits: 842

fields::aliased fields::aliased is a Perl module that can create aliases for object fields. SYNOPSIS package MyPackage; use strict; use fields qw($scalar @array %hash); sub new { my $class = shift; my $self = fields::new($class); return $self; } sub mymethod { my MyPackage $self = shift; use... Platforms: *nix

License: Freeware Size: 8.19 KB Download (90): fields::aliased Download

Added: July 29, 2013 | Visits: 503

Sortable HTML Table Sortable HTML Table is a javascript code that can be used to convert tables in ordinary HTML into sortable ones. This script is unobtrusive.No additional coding is necessary. All you need to do is put header (sorting) row in THEAD section, table body rows in TBODY section, footer rows (if you... Platforms: JavaScript

License: Freeware Size: 10 KB Download (49): Sortable HTML Table Download

Added: April 18, 2013 | Visits: 321

PODB for Scripts PODB is a PHP Object Persistent Database.PODB is implementing persistency by reachability approach.Object of any class derived from Persistent base class is considered as persistent capable.To update the database, a transaction has to be started. Starting the transaction must be done explicitly;... Platforms: PHP

License: Freeware Size: 10 KB Download (53): PODB for Scripts Download

Added: April 03, 2013 | Visits: 628

HTML Parser for PHP for Scripts This is an open source HTML parser written in PHP. This parser also comes with a tool that converts HTML to text, as an example.This parser is designed for speed and flexibility. It does not create an object model for you. But it doesn't prevent you from using its results to create an object... Platforms: PHP

License: Freeware Size: 10 KB Download (44): HTML Parser for PHP for Scripts Download

Added: March 10, 2010 | Visits: 1.104

Telephony::CountryDialingCodes Telephony::CountryDialingCodes is a Perl module that can convert international dialing codes to country codes and vice versa. SYNOPSIS # Usage method 1 (using object methods): use Telephony::CountryDialingCodes; my $o = new Telephony::CountryDialingCodes(); my $country_code = NL; print... Platforms: *nix

License: Freeware Size: 4.1 KB Download (92): Telephony::CountryDialingCodes Download

Added: March 19, 2010 | Visits: 1.013

Pasmo Pasmo project is a Z80 cross assembler, written in standard C++ that compiles easily in multiple platforms. Actually can generate object code in the following formats: raw binary, Intel HEX, PRL for CP/M Plus RSX, Plus3Dos (Spectrum +3 disk), TAP, TZX and CDT (Spectrum and Amstrad CPC emulators... Platforms: *nix

License: Freeware Size: 122.88 KB Download (125): Pasmo Download

Added: August 06, 2010 | Visits: 917

Geography::NationalGrid::TW Geography::NationalGrid::TW is a Perl module to convert Taiwan Datum (TWD67/TM2, TWD97/TM2) to/from Latitude and Longitude. SYNOPSIS You should _create_ the object using the Geography::NationalGrid factory class, but you still need to know the object interface, given below. # default TWD97... Platforms: *nix

License: Freeware Size: 5.12 KB Download (107): Geography::NationalGrid::TW Download

Added: May 10, 2013 | Visits: 173

Keyed Dictionary The KeyedDict object keeps a list of approved key values. If you try to assigned an unapproved key to a value, an exception is thrown. When you create the object, you give it a sequence (tuple, list, etc.) of key objects and then, when you set an item with a key, it will make sure that the key is... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (49): Keyed Dictionary Download

Added: January 18, 2010 | Visits: 1.417

Class::DBI::Plugin::FilterOnClick Class::DBI::Plugin::FilterOnClick is a Perl module to generate browsable and searchable HTML Tables using FilterOnClick in conjunction with Class::DBI. SYNOPSIS # Inside of your sub-class of Class::DBI add these lines: use Class::DBI::Plugin::FilterOnClick; use Class::DBI::Pager; use... Platforms: *nix

License: Freeware Size: 24.58 KB Download (98): Class::DBI::Plugin::FilterOnClick Download

Added: January 18, 2010 | Visits: 2.587

Religion::Islam::Quran Religion::Islam::Quran - Holy Quran book searchable database multi-lingual in both text and unicode formats. SYNOPSIS #--------------------------------------------------------------- use Religion::Islam::Quran; #--------------------------------------------------------------- #create new... Platforms: *nix

License: Freeware Size: 1.7 MB Download (340): Religion::Islam::Quran Download

Added: January 18, 2010 | Visits: 1.669

Religion::Islam::PrayerTimes Religion::Islam::PrayerTimes is a Perl module that calculates Muslim Prayers Times and Sunrise. SYNOPSIS use Religion::Islam::PrayerTimes; #create new object with default options my $prayer = Religion::Islam::PrayerTimes->new(); #Juristic Methods: # 1 = Standard (Imams Shafii, Hanbali,... Platforms: *nix

License: Freeware Size: 15.36 KB Download (166): Religion::Islam::PrayerTimes Download

Added: January 18, 2010 | Visits: 1.452

Religion::Islam::Qibla Religion::Islam::Qibla is a Perl module that calculates the Muslim Qiblah Direction, Great Circle Distance, and Great Circle Direction. SYNOPSIS use Religion::Islam::Qibla; #create new object with default options, Destination point is Kabah Lat=21 Deg N, Long 40 Deg E my $qibla =... Platforms: *nix

License: Freeware Size: 4.1 KB Download (266): Religion::Islam::Qibla Download

Added: June 25, 2010 | Visits: 927

DBIx::SQL::Abstract DBIx::SQL::Abstract is a Perl module that provides a convenient abstraction layer to a database. SYNOPSIS use DBIx::SQL::Abstract; my $dbh = DBIx::SQL::Abstract->new( %dbcfg ); Building SQL Abstractions. my($query, @bind) = $dbh->select($table, @fields, %where, @order); my($query,... Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): DBIx::SQL::Abstract Download

Added: March 03, 2010 | Visits: 1.243

Statistics::Forecast Statistics::Forecast is a Perl module that calculates a future value. This is a dummy Oriented Object module that calculates a future value by using existing values. The new value is calculated by using linear regression. SYNOPSIS use Statistics::Forecast; Create forecast object my... Platforms: *nix

License: Freeware Size: 3.07 KB Download (102): Statistics::Forecast Download

1 2 3 4 5 >