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

Represented freeware
Filter: All | Freeware | Demo
 

Represented

< 1 2 3 4 5 
Added: June 01, 2010 | Visits: 884

FFmpeg::StreamGroup FFmpeg::StreamGroup is a group of related media streams, typically encapsulated in a single file. SYNOPSIS $ff = FFmpeg->new() #see FFmpeg; #... $sg = $ff->build_streamgroup(); Objects of this class are not intended to be instantiated directly by the end user. Access FFmpeg::StreamGroup...



Platforms: *nix

License: Freeware Size: 1.8 MB Download (90): FFmpeg::StreamGroup Download

Added: March 27, 2010 | Visits: 1.424

FFmpeg::Stream FFmpeg::Stream is an audio or video stream from a (multi)media file. SYNOPSIS $ff = FFmpeg->new(); #see FFmpeg #... $sg = $ff->create_streamgroup(); #see FFmpeg $st = ($sg->streams())[0]; #this is a FFmpeg::Stream FFmpeg::Stream objects are not instantiated. Rather, objects are...





Platforms: *nix

License: Freeware Size: 921.6 KB Download (126): FFmpeg::Stream Download

Added: September 03, 2010 | Visits: 2.137

SVG::Graph SVG::Graph is a Perl module to visualize your data in Scalable Vector Graphics (SVG) format. SYNOPSIS use SVG::Graph; use SVG::Graph::Data; use SVG::Graph::Data::Datum; #create a new SVG document to plot in... my $graph = SVG::Graph->new(width=>600,height=>600,margin=>30); #and create...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (151): SVG::Graph Download

Added: October 27, 2010 | Visits: 1.334

Language::Basic::Expression Language::Basic::Expression is a Perl package to handle string, numeric, and boolean expressions. SYNOPSIS See Language::Basic for the overview of how the Language::Basic module works. This pod page is more technical. # Given an LB::Token::Group, create an expression I parse it my $exp =...


Platforms: *nix

License: Freeware Size: 52.22 KB Download (100): Language::Basic::Expression Download

Added: May 05, 2010 | Visits: 1.163

Set::IntSpan::Fast Set::IntSpan::Fast is a Perl module for fast handling of sets containing integer spans. SYNOPSIS use Set::IntSpan::Fast; my $set = Set::IntSpan::Fast->new(); $set->add(1, 3, 5, 7, 9); $set->add_range(100, 1_000_000); print $set->as_string(), "n"; # prints 1,3,5,7,9,100-1000000 The...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (98): Set::IntSpan::Fast Download

Added: November 14, 2010 | Visits: 1.331

Mobile::Wurfl Mobile::Wurfl is a Perl module interface to WURFL (the Wireless Universal Resource File. SYNOPSIS my $wurfl = Mobile::Wurfl->new( wurfl_home => "/path/to/wurfl/home", db_descriptor => "DBI:mysql:database=wurfl:host=localhost", db_username => wurfl, db_password => wurfl, wurfl_url =>...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (101): Mobile::Wurfl Download

Added: January 01, 2010 | Visits: 1.166

Money::ChangeMaker::Presets Money::ChangeMaker::Presets Perl module contains preset currency sets for Money::ChangeMaker. SYNOPSIS See L< Money::ChangeMaker > Simply contains the preset monetary sets used by the Money::ChangeMaker module. In general, users should not interact with this module at all, it is simply...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (97): Money::ChangeMaker::Presets Download

Added: August 10, 2010 | Visits: 865

XML::Essex::Event XML::Essex::Event is a base event class, also used for unknown event types. Stringifies as $event->type . "()" to indicate an event that has no natural way to represented in XML, or for ones that havent been handled yet in Essex. Methods new XML::Event->new( a => 1, b => 2 );...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (95): XML::Essex::Event Download

Added: November 26, 2010 | Visits: 1.225

Bio::Tree::Compatible Bio::Tree::Compatible is a Perl module for testing compatibility of phylogenetic trees with nested taxa. SYNOPSIS use Bio::Tree::Compatible; use Bio::TreeIO; my $input = new Bio::TreeIO(-format => newick, -file => input.tre); my $t1 = $input->next_tree; my $t2 = $input->next_tree; my...


Platforms: *nix

License: Freeware Size: 5.6 MB Download (94): Bio::Tree::Compatible Download

Added: August 19, 2010 | Visits: 1.226

BZByte EZ Ajax BZByte EZ Ajax is a Java-based interactive Web toolkit to make writting professional interactive Web applications easy. BZByte EZ Ajax is much easier/quicker to use than other frameworks, and all development is done in Java. We have been developing interactive web applications for several years...


Platforms: *nix

License: Freeware Size: 4.1 MB Download (94): BZByte EZ Ajax Download

Added: January 21, 2010 | Visits: 1.505

Sphere RPG Engine Sphere RPG Engine project is a role-playing game creation engine. Sphere is a RPGCE (a role-playing game (RPG) creation engine) that allows you to relatively easily put together an RPG along the lines of Final Fantasy 6 or Phantasy Star. It supports 32-bit graphics (with 256 levels of...


Platforms: *nix

License: Freeware Size: 2.4 MB Download (132): Sphere RPG Engine Download

Added: August 25, 2010 | Visits: 1.314

Regression mAKEr Regression mAKEr project is a simple modular application for data investigation. This is an application to help user (mathematician) to make regression between series of data, draw grpahics, and export them into various formats by means of common graphics packages (i.e., gnuplot, plotutils). It...


Platforms: *nix

License: Freeware Size: 1.9 MB Download (138): Regression mAKEr Download

Added: July 18, 2010 | Visits: 917

wad2svg wad2svg project is a tool which draws a map of a Doom level as an SVG graphic. A Doom level can be represented by a two-dimensional top-down map, such as that shown on the in-game automap display. Various standalone utilities exist for drawing a map of a Doom level. However no direct utility...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (94): wad2svg Download

Added: April 11, 2010 | Visits: 734

XML::SimpleObject XML::SimpleObject is a Perl extension allowing a simple object representation of a parsed XML::Parser tree. SYNOPSIS use XML::SimpleObject; # Construct with the key/value pairs as argument; this will create its # own XML::Parser object. my $xmlobj = new XML::SimpleObject(XML => $XML,...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (93): XML::SimpleObject Download

Added: August 03, 2010 | Visits: 1.103

SQL::Routine::Language SQL::Routine::Language is a Perl module for what language or grammar SQL::Routine speaks. SQL::Routine contains SQL schemas and queries, represented as a tree of atomic tokens; it is structurally like an abstract syntax tree or an XML DOM, but one that only accepts, respectively, a specific...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (87): SQL::Routine::Language Download

Added: May 10, 2013 | Visits: 1.288

phpWebApp phpWebApp is an application framework which makes easy and simple the task of building PHP web applications based on relational databases. It separates the task of designing and changing the layout of the application from the task of implementing the logic of the application, by using XML...


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

License: Freeware Download (111): phpWebApp Download

Added: May 21, 2010 | Visits: 929

Uncle Unc Uncle Unc is an application that provides an integrated view of structured data sources. Using a very flexible and powerful representation model, many services can be represented in Uncle Unc. Uncle Unc is a framework for network data-sharing, enabling remote administration and access to a...


Platforms: *nix

License: Freeware Size: 1.55 MB Download (93): Uncle Unc Download

Added: November 05, 2010 | Visits: 720

ImageSpace ImageSpace is OpenSource software running on Unix/X11 systems. ImageSpace is a genetic image generator, that means it generates and mutates mathematical functions while the users aesthetic perception is the fitness function, selecting an image which will be mutated. Since the functions are...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (97): ImageSpace Download

Added: July 19, 2010 | Visits: 886

X11Blocks X11Blocks package is an Objective-C Block oriented X Window System Toolkit. X11Blocks is a layer above "Xlib" (version 11) and provides functionality that is similar to the "Xt" (X Intrinsics) and Xaw widget libraries. Whereas much of the X Intrinsics is dedicated to implementing a classing...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (89): X11Blocks Download

Added: March 20, 2010 | Visits: 764

Fyre Fyre project is a tool for producing computational artwork based on histograms of iterated chaotic functions. At the moment, it implements the Peter de Jong map in a fixed-function pipeline with an interactive GTK+ frontend and a command line interface for easy and efficient rendering of...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (99): Fyre Download

< 1 2 3 4 5