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

Pub Med freeware
Filter: All | Freeware | Demo
 

Pub Med

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

Persistent::DBI Persistent::DBI is an Abstract Persistent Class implemented using a DBI Data Source. SYNOPSIS ### we are a subclass of ... ### use Persistent::DBI; @ISA = qw(Persistent::DBI); ABSTRACT This is an abstract class used by the Persistent framework of classes to implement persistence using... Platforms: *nix

License: Freeware Size: 10.24 KB Download (91): Persistent::DBI Download

Added: March 16, 2010 | Visits: 964

Persistent::Base Persistent::Base is an Abstract Persistent Base Class. SYNOPSIS ### we are a subclass of ... ### use Persistent::Base; @ISA = qw(Persistent::Base); ABSTRACT This is an abstract class used by the Persistent framework of classes to implement persistence with various types of data stores.... Platforms: *nix

License: Freeware Size: 38.91 KB Download (88): Persistent::Base Download

Added: February 18, 2010 | Visits: 1.016

cftp This is Comfortable FTP, a full screen ftp client. Supported are FTP both with active and passive data connections, IPv4 and IPv6, and SFTP (a file transfer protocol using SSH for authorization and connection encryption). SFTP support is somewhat preliminary: It requires SSH protocol... Platforms: *nix

License: Freeware Size: 181.25 KB Download (98): cftp Download

Added: October 14, 2010 | Visits: 903

Test::XML::XPath Test::XML::XPath is a Perl module to test XPath assertions. SYNOPSIS use Test::XML::XPath tests => 3; like_xpath( , /foo ); # PASS like_xpath( , /bar ); # FAIL unlike_xpath( , /bar ); # PASS is_xpath( bar , /foo, bar ); # PASS is_xpath( bar , /bar, foo ); # FAIL # More... Platforms: *nix

License: Freeware Size: 9.22 KB Download (89): Test::XML::XPath Download

Added: July 25, 2010 | Visits: 1.560

Firebird Relational Database 2.0 / 2.1 Beta Firebird is a relational database offering many ANSI SQL-99 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. Firebird Relational Database has been... Platforms: *nix

License: Freeware Size: 1.4 MB Download (101): Firebird Relational Database 2.0 / 2.1 Beta Download

Added: October 14, 2010 | Visits: 914

Ygl Ygl emulates SGIs GL routines under X11. It compiles fine under AIX >3.2, HP-UX >7.0, Linux with XFree/Xorg, SunOS, ConvexOS, Mac A/UX, Mac OS/X and many others, but needs an ANSI-C compiler (gcc is ok). The library was written for two reasons: On our RS/6000 GT4 hardware, 2D Ygl is up to... Platforms: *nix

License: Freeware Size: 133.12 KB Download (106): Ygl Download

Added: January 23, 2010 | Visits: 860

Publimark Publimark is a command line tool to secretly embed text in an audio file. Like cryptography, Publimark project uses a pair of keys: the public one can be shared, whereas the private one must be kept secret. Anybody can send a steganographic message, but only the private key owner will be able... Platforms: *nix

License: Freeware Size: 286.72 KB Download (104): Publimark Download

Added: April 13, 2010 | Visits: 2.011

Math::Pari Math::Pari is a Perl interface to PARI. SYNOPSIS use Math::Pari; $a = PARI 2; print $a**10000; or use Math::Pari qw(Mod); $a = Mod(3,5); print $a**10000; This package is a Perl interface to famous library PARI for numerical/scientific/number-theoretic calculations. It allows use of... Platforms: *nix

License: Freeware Size: 112.64 KB Download (105): Math::Pari Download

Added: August 19, 2010 | Visits: 784

imCMS imCMS is a professional level, open source role based, Content Management System. imCMS project can be used to create and manage complex websites, intranets and/or portals. imCMS can also be used as a platform for other type of web based applications. The system can easily share its data with,... Platforms: *nix

License: Freeware Size: 9.5 MB Download (88): imCMS Download

Added: January 20, 2010 | Visits: 878

apercu apercu is a command-line application to summarize information from Apache logs, including hit counts, requests, referrers, and user activity. Example Output Hit Count A summary of the hits this week: % apercu --count --time=thisweek /var/log/apache2/access-2006_log hits by time year... Platforms: *nix

License: Freeware Size: 10.24 KB Download (100): apercu Download

Added: August 14, 2010 | Visits: 912

Libeval Libeval provides simple means of evaluating simple arithmetic expressions involving literal numeric values, variables and functions using the addition (+), subtraction (-), multiplication (*), division (/), modulo division (), exponentiation (^), sign (+-), percentag (%) and grouping (())... Platforms: *nix

License: Freeware Size: 27.65 KB Download (95): Libeval Download

Added: August 23, 2010 | Visits: 1.270

Data::ICal::Entry::Alarm::Email Data::ICal::Entry::Alarm::Email is a Perl module that represents an emailed alarm in an iCalendar file. SYNOPSIS my $valarm = Data::ICal::Entry::Alarm::Audio->new(); $valarm->add_properties( attach => [ "basic:ftp://host.com/pub/sounds/bell-01.aud", { fmttype => "audio/basic" } ], #... Platforms: *nix

License: Freeware Size: 102.4 KB Download (101): Data::ICal::Entry::Alarm::Email Download

Added: November 13, 2010 | Visits: 1.298

Jifty::Manual::Tutorial Jifty::Manual::Tutorial is a Perl module for Zero to Jifty in a Jiffy. This tutorial should give you everything you need to build your first application with Jifty. HOW TO The requirements Heres what you need to have installed -- at least when we write it. Installing Jifty No bones... Platforms: *nix

License: Freeware Size: 532.48 KB Download (107): Jifty::Manual::Tutorial Download

Added: April 10, 2010 | Visits: 1.247

Dents Dents is a from-scratch implementation of the server side of the DNS protocol, sharing no code with any other project. Among its several features are compatibility with named, a modular driver system and an extensible control facility which allows the administrator to control the running server.... Platforms: *nix

License: Freeware Size: 645.12 KB Download (93): Dents Download

Added: August 05, 2010 | Visits: 1.102

XML::SAX::Base XML::SAX::Base is a base Perl class with SAX Drivers and Filters. SYNOPSIS package MyFilter; use XML::SAX::Base; @ISA = (XML::SAX::Base); This module has a very simple task - to be a base class for PerlSAX drivers and filters. Its default behaviour is to pass the input directly to the... Platforms: *nix

License: Freeware Size: 20.48 KB Download (100): XML::SAX::Base Download

Added: January 08, 2010 | Visits: 981

Rsync::Config::Module Rsync::Config::Module is a module entry from a rsync configuration file. Rsync::Config::Module is used to create a module who can be later used in generating a rsync configuration file. Each module is made by atoms (Rsync::Config::Atom). SYNOPSIS use Rsync::Config::Module; sub main { my... Platforms: *nix

License: Freeware Size: 22.53 KB Download (92): Rsync::Config::Module Download

Added: April 23, 2010 | Visits: 791

Rsync::Config Rsync::Config is a Perl module for rsync configuration generator. Rsync::Config is a module who can be used to create rsync configuration files. A configuration file (from Rsync::Config point of view) is made by atoms and modules with atoms. A atom is the smallest piece from the configuration... Platforms: *nix

License: Freeware Size: 22.53 KB Download (99): Rsync::Config Download

Added: May 10, 2010 | Visits: 1.250

Weeblog Weeblog is a minimal blog engine based on XML/XSL, and requiring only CGI/Perl. Weeblog features themeability (XSL), RSS feed generation, HTML filtering in comments/submissions, user accounts (htaccess), article comment counts, and new comment indication. Directory structure: /articles -... Platforms: *nix

License: Freeware Size: 82.94 KB Download (93): Weeblog Download

Added: February 24, 2010 | Visits: 1.391

Dead Link Check Dead Link Check (DLC) is a Perl script designed to find information on validity of HTTP references. The script may use/generate a cache file for avoiding redoing network requests if the user wants to check added entries. The script works by reading entries from a file (or a list of links from the... Platforms: *nix

License: Freeware Size: 40.96 KB Download (95): Dead Link Check Download

Added: January 07, 2010 | Visits: 1.385

RIR to DNS converter RIR to DNS converter is a tool to convert Regional Internet Registry data to a DNS country lookup zone. You can use it to build your own DNS zone for looking up country codes from IP addresses. It uses data directly from RIPE, ARIN, APNIC, LACNIC, and AFRINIC. The data can be updated on a... Platforms: *nix

License: Freeware Size: 614.4 KB Download (97): RIR to DNS converter Download

< 1 2 3 4 5 >