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

Wraps freeware
Filter: All | Freeware | Demo
 

Wraps

< 1 2 3 4 5 > 
Added: November 24, 2010 | Visits: 684

Devel::Constants Devel::Constants is a Perl module that translates constants back to named symbols. SYNOPSIS # must precede use constant use Devel::Constants flag_to_names; use constant A => 1; use constant B => 2; use constant C => 4; my $flag = A | B; print "Flag is: ", join( and ,...



Platforms: *nix

License: Freeware Size: 6.14 KB Download (91): Devel::Constants Download

Added: July 04, 2010 | Visits: 1.431

CGI::Out CGI::Out is a Perl module to buffer output when building CGI programs. SYNOPSIS use CGI; use CGI::Out; $query = new CGI; savequery $query; # to reconstruct input $CGI::Out::mailto = fred; # override default of $<
out $query->header(); out $query->start_html( -title=>A test,...





Platforms: *nix

License: Freeware Size: 4.1 KB Download (90): CGI::Out Download

Added: October 05, 2010 | Visits: 1.100

paco Paco project is a source code package organizer for Unix/Linux systems, originally written to aid package management when installing an LFS system. When installing a package from sources, paco wraps the "make install" command (or whatever is needed to install the files into the system), and...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (91): paco Download

Added: January 08, 2010 | Visits: 665

GCJ::Cni GCJ::Cni is a Perl module for CNI Bindings to GNU Compiler for Java. SYNOPSIS Using this module in Perl is similar to using it in C++: use GCJ::Cni; if ( GCJ::Cni::JvCreateJavaVM(undef) ) { die "Failed to initialize JavaVM, cannot continue..."; } unless ( my $thread_obj =...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (100): GCJ::Cni Download

Added: April 21, 2010 | Visits: 987

Bio::PrimarySeqI Bio::PrimarySeqI is a Perl Interface definition for a Bio::PrimarySeq. SYNOPSIS # Bio::PrimarySeqI is the interface class for sequences. # If you are a newcomer to bioperl, you should # start with Bio::Seq documentation. This # documentation is mainly for developers using # Bioperl. #...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (92): Bio::PrimarySeqI Download

Added: February 16, 2010 | Visits: 901

PAJAJ PAJAJ framework, it stands for (PHP Asynchronous Javascript and JSON). It is a object oriented Ajax framework written in PHP5 for development of event driven PHP web applications. The framework follows 5 basic principles: 1. Simple: You do not have to be an expert at PHP, HTML, JavaScript,...


Platforms: *nix

License: Freeware Size: 1.5 MB Download (90): PAJAJ Download

Added: November 19, 2010 | Visits: 1.675

Smarty and MIME message integration Smarty and MIME message integration is a PHP class library that can send e-mail messages using Smarty templates. This package can be used to compose and send e-mail messages using Smarty templates. It wraps around Smarty and MIME message class by Manuel Lemos, and prepares the body and...


Platforms: *nix

License: Freeware Download (119): Smarty and MIME message integration Download

Added: February 18, 2010 | Visits: 861

WxLib WxLib is a widely resuable C++ library that converts many facilities that are found in the standard C library into a form that is more appropriate for use in a C++ context. The library wraps functions for dealing with threads, files, FIFOs, serial I/O, sockets, and directories. WxLib library...


Platforms: *nix

License: Freeware Size: 276.48 KB Download (95): WxLib Download

Added: April 16, 2010 | Visits: 1.308

Cellular::Automata::Wolfram Cellular::Automata::Wolfram is a Perl module that implements one-dimensional non-totalistic cellular automata as described in Dr. Steven Wolframs, A New Kind of Science, ISBN:1-57955-008-8 SYNOPSIS use Cellular::Automata::Wolfram; my $png_file = shift; my $caw = new...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (102): Cellular::Automata::Wolfram Download

Added: January 24, 2010 | Visits: 711

Volity::WinnersList Volity::WinnersList is Perl class for Volity game record winners lists. SYNOPSIS Heres code you might see in a Volity::Game subclass implementing a game where there is one winner and a bunch of losers, the latter of whom are all effectively tied for second place (we assume that the methods...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (94): Volity::WinnersList Download

Added: July 05, 2010 | Visits: 906

XMLPublication XMLPublication project is a collection of tools to generate Web pages from desktop documents or other structured documents, such as books with paragraphs, or tabular data. It cuts documents into Web pages, and creates customizable multi-indices. All this is done through a repeatable process...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (94): XMLPublication Download

Added: May 10, 2013 | Visits: 1.736

python-ldap python-ldap provides an object-oriented API to access LDAP directory servers from Python programs. Mainly it wraps the OpenLDAP 2.x libs for that purpose. Additionally the package contains modules for other LDAP-related stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 schema, etc.).


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (128): python-ldap Download

Added: September 22, 2010 | Visits: 839

Gtk2::Ex::Dialogs::ChooseFile Gtk2::Ex::Dialogs::ChooseFile is a Perl module that provides a file selection dialog. SYNOPSIS use Gtk2::Ex::Dialogs::ChooseFile ( destroy_with_parent => TRUE, modal => TRUE ); # do some stuff like creating your apps main $window then, # to ensure that all messages use the right parent,...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (92): Gtk2::Ex::Dialogs::ChooseFile Download

Added: August 05, 2010 | Visits: 940

Gtk2::Ex::Dialogs::Question Gtk2::Ex::Dialogs::Question is a Perl module that provides a simple question dialog. SYNOPSIS use Gtk2::Ex::Dialogs::Question ( destroy_with_parent => TRUE, modal => TRUE, no_separator => FALSE ); # do some stuff like creating your apps main $window then, # to ensure that all messages...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (99): Gtk2::Ex::Dialogs::Question Download

Added: August 24, 2010 | Visits: 950

Gtk2::Ex::Dialogs::ChooseDirectory Gtk2::Ex::Dialogs::ChooseDirectory is a Perl module that provides a file selection dialog. SYNOPSIS use Gtk2::Ex::Dialogs::ChooseDirectory ( destroy_with_parent => TRUE, modal => TRUE ); # do some stuff like creating your apps main $window then, # to ensure that all messages use the right...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (91): Gtk2::Ex::Dialogs::ChooseDirectory Download

Added: November 08, 2010 | Visits: 701

Gtk2::Ex::Dialogs::ChoosePreviewFile Gtk2::Ex::Dialogs::ChoosePreviewFile is a Perl module that provides a file selection dialog. SYNOPSIS use Gtk2::Ex::Dialogs::ChoosePreviewFile ( destroy_with_parent => TRUE, modal => TRUE ); # do some stuff like creating your apps main $window then, # to ensure that all messages use the...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (86): Gtk2::Ex::Dialogs::ChoosePreviewFile Download

Added: July 03, 2010 | Visits: 1.015

Gtk2::Ex::Dialogs::Message Gtk2::Ex::Dialogs::Message provides a simple message dialog. SYNOPSIS use Gtk2::Ex::Dialogs::Message ( destroy_with_parent => TRUE, modal => TRUE, no_separator => FALSE ); # do some stuff like creating your apps main $window then, # to ensure that all messages use the right parent, set...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (97): Gtk2::Ex::Dialogs::Message Download

Added: August 07, 2010 | Visits: 880

Gtk2::Ex::Dialogs::ErrorMsg Gtk2::Ex::Dialogs::ErrorMsg provides a simple error message dialog. SYNOPSIS use Gtk2::Ex::Dialogs::ErrorMsg ( destroy_with_parent => TRUE, modal => TRUE, no_separator => FALSE ); # do some stuff like creating your apps main $window then, # to ensure that all messages use the right...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (87): Gtk2::Ex::Dialogs::ErrorMsg Download

Added: March 02, 2010 | Visits: 758

PTM 0.5.0 PTM is a Perl/HTML hybrid. An inline development language for those that need a bit more power behind the scenes. But more than that, it allows developers to harness Perls ability to manipulate strings of text and iterate loops many times faster than other languages on the market without the...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (90): PTM 0.5.0 Download

Added: April 05, 2010 | Visits: 849

Mp3Wrap Mp3Wrap is a free independent alternative to AlbumWrap. Its a command-line utility that wraps quickly two or more mp3 files in one single large playable mp3, without losing filenames and ID3 informations (and without need of decoding/encoding). Also it has the possibility of including other non...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (163): Mp3Wrap Download

< 1 2 3 4 5 >