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

Indexed freeware
Filter: All | Freeware | Demo
 

Indexed

< 1 2 3 4 5 > 
Added: May 27, 2010 | Visits: 1.432

XML::WMM::ASX XML::WMM::ASX is a very simple OO interface to create Windows Media Metafile ASX. SYNOPSIS use XML::WMM::ASX $asx = new XML::WMM::ASX; This simple module allows you to create ASX file. METHODS The following methods are available: $asx = XML::WMM::ASX->new The constructor returns a... Platforms: *nix

License: Freeware Size: 4.1 KB Download (165): XML::WMM::ASX Download

Added: November 14, 2010 | Visits: 759

Data::Stag::HashDB Data::Stag::HashDB is a perl used for building indexes over Stag files or objects. SYNOPSIS # parsing a file into a hash my $hdb = Data::Stag::HashDB->new; $hdb->unique_key("ss_details/social_security_no"); $hdb->record_type("person"); my $obj = {}; $hdb->index_hash($obj);... Platforms: *nix

License: Freeware Size: 440.32 KB Download (129): Data::Stag::HashDB Download

Added: February 15, 2010 | Visits: 1.394

Domino Javadoc Generator Domino Javadoc Generator project aims to create a documentation to the Lotus Notes API for Java in a standard format common in the Java comunity and accepted by the most IDEs for Java. The Lotus Notes API is delivered as a Java archive together with the original documentation in the native... Platforms: *nix

License: Freeware Size: 389.12 KB Download (133): Domino Javadoc Generator Download

Added: January 01, 2010 | Visits: 1.474

Games::Tournament::RoundRobin Games::Tournament::RoundRobin is a Perl module for Round-Robin Tournament Schedule Pairings. SYNOPSIS $schedule = Games::Tournament::RoundRobin->new; $pairings = $schedule->indexesInRound($roundm); $round = $schedule->meeting($member1, [$member2, $member3]); ... Every member of a league... Platforms: *nix

License: Freeware Size: 10.24 KB Download (116): Games::Tournament::RoundRobin Download

Added: February 23, 2010 | Visits: 1.043

Syntax Desktop Syntax Desktop is a publishing system used to manage the contents of a Web site. Syntax Desktop project has an attractive GUI with DHTML elements. You can use it to insert news, photos, documents, and tree data structures into your site. It features easy DB backup and style switching. Syntax... Platforms: *nix

License: Freeware Size: 4.6 MB Download (120): Syntax Desktop Download

Added: June 18, 2010 | Visits: 1.086

Device::Serdisp Device::Serdisp is a Perl extension for talking to the serdisplib. SYNOPSIS use Device::Serdisp; my $d = Device::Serdisp->new(USB:7c0/1501, ctinclud); $d->init(); $d->clear(); # reserves a color-indexed picture my $image = GD::Image->new(128,64); my $black =... Platforms: *nix

License: Freeware Size: 34.82 KB Download (90): Device::Serdisp Download

Added: June 04, 2010 | Visits: 1.823

Font::TTF::Scripts::AP Font::TTF::Scripts::AP is a memory representation of a TTFBuilder Attachment Point database (APDB). SYNOPSIS use Font::TTF::Scripts::AP; $ap = Font::TTF::Scripts::AP->read_font($ttf_file, $ap_file, %opts); $ap->make_classes(); INSTANCE VARIABLES cmap Reference to the Microsoft cmap... Platforms: *nix

License: Freeware Size: 102.4 KB Download (201): Font::TTF::Scripts::AP Download

Added: November 20, 2010 | Visits: 885

polliwog polliwog is a Java-based Web-log processing tool/application that creates a website about your website visitors. Whilst most log processors focus on hits and pages, polliwog is more visit oriented. polliwog is more flexible than most processors. It provides an object model that represents the... Platforms: *nix

License: Freeware Size: 2.3 MB Download (94): polliwog Download

Added: March 13, 2010 | Visits: 1.481

Lire - Lucene Image REtrieval Lire, the Lucene Image REtrieval library is a simple way to create a Lucene index of image features for content based image retrieval (CBIR). The used features are taken from the MPEG-7 Standard: ScalableColor, ColorLayout and EdgeHistogram. Furthermore methods for searching the index are... Platforms: *nix

License: Freeware Download (127): Lire - Lucene Image REtrieval Download

Added: August 03, 2010 | Visits: 1.252

PDL::Graphics::AquaTerm PDL::Graphics::AquaTerm is a Perl module that provides access to the AquaTerm Mac OS-X graphics terminal. SYNOPSIS # example 1 use PDL; use PDL::Graphics::LUT; use PDL::Graphics::AquaTerm; my $x_size = 255; my $y_size = 255; aquaOpen({SIZE_X => $x_size, SIZE_Y => $y_size});... Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): PDL::Graphics::AquaTerm Download

Added: June 07, 2010 | Visits: 1.079

PDL::Graphics::X PDL::Graphics::X is a PDL OO access to X windows. SYNOPSIS # example 1 use PDL; use PDL::Graphics::X; my $x_size = 255; my $y_size = 255; my $win1 = PDL::Graphics::X->new({SIZE_X => $x_size, SIZE_Y => $y_size}); my $a = xvals(zeroes(byte,$x_size,$y_size)); $win1->imag($a); # example... Platforms: *nix

License: Freeware Size: 10.24 KB Download (106): PDL::Graphics::X Download

Added: April 22, 2010 | Visits: 1.035

Clarion Clarion is a Perl extension for reading CLARION data files. ABSTRACT This is a perl module to access CLARION 2.1 files. At the moment only read access to the files are provided by this package. "Encrypted" files are processed transparently, you do not need to specify the password of a file.... Platforms: *nix

License: Freeware Size: 6.14 KB Download (118): Clarion Download

Added: September 12, 2010 | Visits: 918

Parse::RandGen::Regexp Parse::RandGen::Regexp is a Perl module for regular expression Condition element. Regexp is a Condition element that matches the given compiled regular expression. For picking random data, the regular expression is parsed into its component Subrules, Literals, CharClasses, etc.... Therefore,... Platforms: *nix

License: Freeware Size: 25.6 KB Download (90): Parse::RandGen::Regexp Download

Added: November 24, 2010 | Visits: 728

Sys::Lastlog Sys::Lastlog is a Perl module to provide a moderately Object Oreiented Interface to lastlog files on some Unix-like systems. SYNOPSIS use Sys::Lastlog; my $ll = Sys::Lastlog->new(); while(my $llent = $ll->getllent() ) { print $llent->ll_line(),"n"; } The lastlog file provided on most... Platforms: *nix

License: Freeware Size: 6.14 KB Download (95): Sys::Lastlog Download

Added: February 01, 2010 | Visits: 699

virtualDesktopTools virtualDesktopTools is a set of tools for handling X Window virtual desktops. It makes it possible to switch the virtual desktop to the one indexed by a command line argument, and displays the number of desktops and index of the currently selected one. It should work with all EWMH-compliant... Platforms: *nix

License: Freeware Size: 8.19 KB Download (94): virtualDesktopTools Download

Added: February 18, 2010 | Visits: 1.055

GraphViz GraphViz is a Perl interface to the GraphViz graphing tool. SYNOPSIS use GraphViz; my $g = GraphViz->new(); $g->add_node(London); $g->add_node(Paris, label => City ofnlurve); $g->add_node(New York); $g->add_edge(London => Paris); $g->add_edge(London => New York, label => Far);... Platforms: *nix

License: Freeware Size: 83.97 KB Download (96): GraphViz Download

Added: January 20, 2010 | Visits: 951

pp2html pp2html is a PerlPoint to HTML converter. SYNOPSIS pp2html --help pp2html [@options_file] [options] slide_text pp2html creates a set of HTML files for a foilset based on a simple textfile slide_text. Due to its formatting features and the capability of creating navigation, table of... Platforms: *nix

License: Freeware Size: 460.8 KB Download (93): pp2html Download

Added: August 04, 2010 | Visits: 1.243

Font::TTF::Glyph Font::TTF::Glyph is a Perl module that holds a single glyphs information. This is a single glyph description as held in a TT font. On creation only its header is read. Thus you can get the bounding box of each glyph without having to read all the other information. INSTANCE VARIABLES In... Platforms: *nix

License: Freeware Size: 133.12 KB Download (117): Font::TTF::Glyph Download

Added: June 14, 2010 | Visits: 1.603

YACY YACY is a distributed Web crawler and also a caching HTTP/HTTPS proxy. Pages that pass through the proxy are indexed and can be searched using a built-in HTTP server. YACY peers connect each other and form a P2P-based index exchange network based on distributed hash tables. Explicit web crawls... Platforms: *nix

License: Freeware Size: 5.7 MB Download (115): YACY Download

Added: May 03, 2010 | Visits: 887

Mon::Client Mon::Client is a Perl module with methods for interaction with Mon client. SYNOPSIS use Mon::Client; Mon::Client is used to interact with "mon" clients. It supports a protocol-independent API for retrieving the status of the mon server, and performing certain operations, such as disableing... Platforms: *nix

License: Freeware Size: 23.55 KB Download (94): Mon::Client Download

< 1 2 3 4 5 >