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

Named software
Filter: All | Freeware | Demo
 

Named

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

Perl6::Parameters Perl6::Parameters is a module with Perl 6-style prototypes with named parameters. SYNOPSIS use Perl6::Parameters; sub mysub($foo, ARRAY $bar, *%rest) { ... } DETAILS Perl6::Parameters is a Perl module which simulates Perl 6s named parameters. (When I talk about "named parameters" I...



Platforms: *nix

License: Freeware Size: 4.1 KB Download (90): Perl6::Parameters Download

Added: November 24, 2010 | Visits: 680

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: March 13, 2010 | Visits: 693

splitmastream splitmastream reads an MPEG stream from stdin, writes a copy of it to a file named YYMMDD.HH-streamname.mp3 and then writes the stream to stdout. Think of it as a hourly-file-cutting tee for MPEG audio. Files are switched on every hour at a frame boundary so that every file should be playable...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (89): splitmastream Download

Added: June 04, 2010 | Visits: 882

BIND The BIND consists of a server (or `daemon) called `named and a resolver library. A name server is a network service that enables clients to name resources or objects and share this information with other objects in the network. BIND 8.4.5 is the latest version of ISC BIND 8; it is a...


Platforms: *nix

License: Freeware Size: 5.2 MB Download (103): BIND Download

Added: September 27, 2010 | Visits: 1.263

Linux distribution race Linux distribution race is a cool car race for 4 players, cars are named by Linux distributions (Mandrake, SUSE, RedHat, Debian). You can create maps in GIMP. Controls: WSAD, TGFH, IKJL, arrows..


Platforms: *nix

License: Freeware Size: 1.2 MB Download (109): Linux distribution race Download

Added: September 24, 2010 | Visits: 978

Mrxvt Mrxvt that was previously named as materm is a lightweight and powerful multi-tabbed X terminal emulator based on the popular rxvt and aterm..


Platforms: *nix

License: Freeware Size: 501.76 KB Download (96): Mrxvt Download

Added: May 20, 2010 | Visits: 6.481

WWW::Mechanize::Pluggable WWW::Mechanize::Pluggable provides all of the same functionality of WWW::Mechanize, but adds support for plugins using Module::Pluggable; this means that any module named WWW::Mechanize::Plugin::whatever... will be found and loaded when WWW::Mechanize::Pluggable is loaded. Big deal, you say....


Platforms: *nix

License: Freeware Size: 45.06 KB Download (93): WWW::Mechanize::Pluggable Download

Added: May 20, 2010 | Visits: 1.177

HTML::Entities::Numbered HTML::Entities::Numbered is a Perl module for conversion of numbered HTML entities. SYNOPSIS use HTML::Entities::Numbered; $html = Hi Honey♥; # convert named HTML entities to numbered (decimal) $decimal = name2decimal($html); # Hi Honey♥ # to numbered (hexadecimal) $hex =...


Platforms: *nix

License: Freeware Size: 8 MB Download (92): HTML::Entities::Numbered Download

Added: May 24, 2010 | Visits: 624

Gammu+ Gammu+ project can be named as next step in evolution. Author of this www started to think about new project written in C++ using classes somewhere in August 2002. Some first source was written in October 2003 (16-10-2003 can be taken as start date), but a little faster progress started in...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (97): Gammu+ Download

Added: September 18, 2010 | Visits: 2.097

Silver Shield PM Control for Linux Silver Shield PM Control for Linux (formerly known as sispm_ctl) is an application enabling the use of the GEMBIRD SiS-PM device under Linux. The SiS-PM is an itelligent advanced surge protector with unique features: 4 sockets are manageable from the PC via USB port (GEMBIRD LTD). Silver...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (111): Silver Shield PM Control for Linux Download

Added: August 23, 2010 | Visits: 969

Getargs::Long Getargs::Long is a Perl module with named subroutine arguments, with optional type checking. SYNOPSIS use Getargs::Long; # case sensitive use Getargs::Long qw(ignorecase); # case insensitive # Simple, args mandatory my ($val, $other) = getargs(@_, qw(val other)); # Simple, args optional...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (90): Getargs::Long Download

Added: April 14, 2010 | Visits: 839

Getopt::GetArgs GetArgs is a Perl module to allow enhanced argument passing, including passing of case-insensitive named arguments as well as positioned arguments. SYNOPSIS sub WHATEVER { my @DEFAULT_ARGS = ( Content => "Default content", Verbose => 0 ); my %ARGS=GetArgs(@_,@DEFAULT_ARGS); # do some...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (86): Getopt::GetArgs Download

Added: August 26, 2010 | Visits: 1.289

Gutenprint Gutenprint project, formerly named Gimp-Print, is a suite of printer drivers that may be used with most common UNIX print spooling systems, including CUPS, lpr, LPRng, or others. These drivers provide high quality printing for UNIX (including Macintosh OS X 10.2, 10.3, and 10.4) and Linux...


Platforms: *nix

License: Freeware Size: 3.7 MB Download (108): Gutenprint Download

Added: November 03, 2010 | Visits: 1.198

Chart::XMGR Chart::XMGR is a Perl object for displaying data via XMGR. SYNOPSIS use Chart::XMGR; xmgr($a, { SYMBOL => plus}; use Chart::XMGR (); $xmgr = new Chart::XMGR; $xmgr->line($pdl); $pdl->$xmgr->line; xmgr($pdl, { LINESTYLE => dotted }); Provides a perl/PDL interface to the XMGR...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (106): Chart::XMGR Download

Added: July 19, 2010 | Visits: 1.004

Chart::GRACE Chart::GRACE is a Perl object for displaying data via Xmgrace. SYNOPSIS use Chart::GRACE; xmgrace($a, { SYMBOL => plus}; use Chart::GRACE (); $grace = new Chart::GRACE; $grace->plot($pdl); xmgrace($pdl, { LINESTYLE => dotted }); Provides a perl/PDL interface to the XMGR plotting...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (102): Chart::GRACE Download

Added: April 15, 2010 | Visits: 784

Snippeq Many programmers often write small test code or example code for themselves or for helping others, these small code pieces are named snippets. Snippeq saves snippets in a MySql Database and provides functionality for searching, manipulating and exporting them. With the import/export function...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (103): Snippeq Download

Released: June 17, 2012  |  Added: July 14, 2012 | Visits: 2.165

WindowsWAMP Want to know how to run your first PHP page? The quickest and easiest way for the beginners is to use this software named WindowsWAMP. You don't have to install Apache, MySQL and PHP separately, in fact, it is often difficult for starters to install these bundles separately and combine them to...


Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 20.84 MB Download (208): WindowsWAMP Download

Released: May 22, 2010  |  Added: June 09, 2010 | Visits: 830

iGetMusic Pro Looking for a way to build your iPod music collection automatically without having to spend time ripping CDs or downloading MP3s? iGetMusic will grow your music collection automatically with access to 6 million songs - free and legally - by recording from popular music services such as AOL Radio...


Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 2.46 MB Download (1703): iGetMusic Pro Download

Released: March 25, 2013  |  Added: April 21, 2013 | Visits: 1.345

Aspose.Cells for .NET Aspose.Cells is a .NET component for spreadsheet reporting without using Microsoft Excel. It supports robust formula calculation engine, pivot tables, VBA, workbook encryption, named ranges, spreadsheet formatting, drawing objects like images, OLE objects and importing or creating charts. You can...


Platforms: Windows, Java

License: Shareware Cost: $999.00 USD Size: 44.9 MB Download (134): Aspose.Cells for .NET Download

Released: July 15, 2011  |  Added: November 28, 2013 | Visits: 2.405

Uranus 3D Space Survey Screensaver for Mac OS X Take a fascinating journey to the Uranus planet, named after the ancient Greek deity of the sky. Watch amazing space scenes enjoying the relaxing ambient music. Launch this highly realistic screensaver and be amazed by one of the largest planets in our Solar System with spectacular ring system...


Platforms: Mac

License: Shareware Cost: $5.99 USD Size: 2.37 MB Download (183): Uranus 3D Space Survey Screensaver for Mac OS X Download

< 1 2 3 4 5 >