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

Opt In List freeware
Filter: All | Freeware | Demo
 

Opt In List

< 1 2 3 4 5 
Added: January 07, 2010 | Visits: 719

Perl6::Builtins Perl6::Builtins is a Perl module that provides erl 5 versions of the new Perl 6 builtins. SYNOPSIS use Perl6::Builtins qw( system ); system $system_cmd or die "Could not $system_cmd: $!"; my $package = caller->{package}; my $file = caller->{file}; my $line = caller->{line}; Several... Platforms: *nix

License: Freeware Size: 4.1 KB Download (98): Perl6::Builtins Download

Added: October 17, 2010 | Visits: 2.117

Set::Infinite::Basic Set::Infinite::Basic is a Perl module with sets of intervals. SYNOPSIS use Set::Infinite::Basic; $set = Set::Infinite::Basic->new(1,2); # [1..2] print $set->union(5,6); # [1..2],[5..6] Set::Infinite::Basic is a Set Theory module for infinite sets. It works on reals, integers, and... Platforms: *nix

License: Freeware Size: 49.15 KB Download (92): Set::Infinite::Basic Download

Added: September 16, 2010 | Visits: 1.285

Grid::Transform Grid::Transform is a Perl module with fast grid transformations. SYNOPSIS use Grid::Transform; $g = Grid::Transform->new([a..o], rows=>5); $g->rotate_270->flip_vertical; print join( , $g->grid), "n"; The Grid::Transform module provides fast methods to transform a grid of arbitrary data... Platforms: *nix

License: Freeware Size: 36.86 KB Download (104): Grid::Transform Download

Added: March 16, 2010 | Visits: 790

Tie::CharArray Tie::CharArray module can access Perl scalars as arrays of characters. SYNOPSIS use Tie::CharArray; my $foobar = a string; tie my @foo, Tie::CharArray, $foobar; $foo[0] = A; # $foobar = A string push @foo, !; # $foobar = A string! print "@foon"; # prints: A s t r i n g ! tie my @bar,... Platforms: *nix

License: Freeware Size: 5.12 KB Download (96): Tie::CharArray Download

Added: April 11, 2010 | Visits: 1.191

Mail::DKIM::Signature Mail::DKIM::Signature module encapsulates a DKIM signature header. CONSTRUCTORS new() - create a new signature from parameters my $signature = new Mail::DKIM::Signature( [ Algorithm => "rsa-sha1", ] [ Signature => $base64, ] [ Method => "relaxed", ] [ Domain => "example.org", ] [... Platforms: *nix

License: Freeware Size: 47.1 KB Download (98): Mail::DKIM::Signature Download

Added: March 21, 2010 | Visits: 897

Filesys::Ext2 Filesys::Ext2 is a Perl interface to ext2 and ext3 filesystem attributes. SYNOPSIS use Filesys::Ext2 qw(:all); eval { $mode = lsattr("/etc/passwd"); } eval { chattr("+aud", "/etc/passwd"); } #or equivalently #chattr($mode|0x0062, "/etc/passwd"); You may specify the path of the e2fsprogs... Platforms: *nix

License: Freeware Size: 24.58 KB Download (106): Filesys::Ext2 Download

Added: July 14, 2010 | Visits: 7.314

WWW::A9Toolbar WWW::A9Toolbar is a class to allow perl to access the a9.com toolbar. SYNOPSIS use WWW::A9Toolbar; my $a9 = WWW::A9Toolbar->new( { email => my@email.address, password => mya9password, connect => 1 } ); my @bookmarks = $a9->find_bookmarks({ title => qr/searchtext/ }); my $newbookmark =... Platforms: *nix

License: Freeware Size: 7.17 KB Download (91): WWW::A9Toolbar Download

Added: March 05, 2010 | Visits: 804

PDL::IO::FITS PDL::IO::FITS Perl module offers a simple FITS support for PDL. SYNOPSIS use PDL; use PDL::IO::FITS; $a = rfits(foo.fits); # read a FITS file $a->wfits(bar.fits); # write a FITS file This module provides basic FITS support for PDL, in the sense of reading and writing whole FITS files.... Platforms: *nix

License: Freeware Size: 2.1 MB Download (99): PDL::IO::FITS Download

Added: September 02, 2010 | Visits: 1.559

HPGL-Distiller HPGL-Distiller is a small program that was written to filter out aspects of a HPGL file which are not relevant for various HPGL output devices, typically vinyl cutters. The original reason for filtering out the irrelevant codes was that my own personal vinyl cutter was responding poorly to the... Platforms: *nix

License: Freeware Size: 4.1 KB Download (263): HPGL-Distiller Download

Added: October 08, 2010 | Visits: 894

Mail::DKIM::DkSignature Mail::DKIM::DkSignature is a DomainKeys signature header. CONSTRUCTORS parse() - create a new signature from a DomainKey-Signature header my $sig = parse Mail::DKIM::DkSignature( "DomainKey-Signature: a=rsa-sha1; b=yluiJ7+0=; c=nofws" ); Constructs a signature by parsing the provided... Platforms: *nix

License: Freeware Size: 51.2 KB Download (114): Mail::DKIM::DkSignature Download

Added: February 05, 2010 | Visits: 968

Hardware::Vhdl::Lexer Hardware::Vhdl::Lexer is a Perl module that can split VHDL code into lexical tokens. SYNOPSIS use Hardware::Vhdl::Lexer; # Open the file to get the VHDL code from my $fh; open $fh, <, device_behav.vhd || die $! # Create the Lexer object my $lexer = Hardware::Vhdl::Lexer->new({... Platforms: *nix

License: Freeware Size: 11.26 KB Download (107): Hardware::Vhdl::Lexer Download

Added: September 14, 2010 | Visits: 1.187

Weather::Bug Weather::Bug is a Perl module that can get realtime weather where available. SYNOPSIS use Weather::Bug; my $w = get_live_weather( KCMI ); print "It is $w->{temp} degrees in $w->{location}n"; Weather::Bug uses data from aws.coms live Java weather applet. Not all available stations report... Platforms: *nix

License: Freeware Size: 3.07 KB Download (115): Weather::Bug Download

Added: April 14, 2010 | Visits: 1.057

uLan Driver uLan Driver provides 9-bit message oriented communication protocol, which is transferred over RS-485 link. Characters are transferred same way as for RS-232 asynchronous transfer except parity bit, which is used to distinguish between data characters and protocol control information. A physical... Platforms: *nix

License: Freeware Size: 256 KB Download (98): uLan Driver Download

Added: April 22, 2010 | Visits: 1.009

Math::BigInt::Calc Math::BigInt::Calc is a pure Perl module to support Math::BigInt. SYNOPSIS Provides support for big integer calculations. Not intended to be used by other modules. Other modules which sport the same functions can also be used to support Math::BigInt, like Math::BigInt::GMP or... Platforms: *nix

License: Freeware Size: 194.56 KB Download (102): Math::BigInt::Calc Download

Added: July 21, 2010 | Visits: 869

Hub::Perl::Language Hub::Perl::Language is a Perl module that contains a lot of methods. PUBLIC METHODS sizeof Integer size of hashes, arrays, and scalars Usage: sizeof %hash Usage: sizeof @array Usage: sizeof $scalar_ref Usage: sizeof $scalar Usage: sizeof %more, @than, $one Sizes are computed as... Platforms: *nix

License: Freeware Size: 143.36 KB Download (87): Hub::Perl::Language Download

Added: July 12, 2010 | Visits: 1.312

Geo::Coordinates::OSGB Geo::Coordinates::OSGB is a Perl module that can convert coordinates from Lat/Long to UK Grid. A UK-specific implementation of co-ordinate conversion, following formulae from the Ordnance Survey of Great Britain (hence the name). SYNOPSIS use Geo::Coordinates::OSGB qw(ll2grid grid2ll); #... Platforms: *nix

License: Freeware Size: 4.1 KB Download (113): Geo::Coordinates::OSGB Download

Added: April 15, 2010 | Visits: 1.043

SRP The Secure Remote Password protocol is the core technology behind the Stanford SRP Authentication Project. The Project is an Open Source initiative that integrates secure password authentication into existing networking applications. The Projects primary purpose is to improve password security... Platforms: *nix

License: Freeware Size: 1.4 MB Download (100): SRP Download

Added: April 05, 2010 | Visits: 781

File::Slurp File::Slurp is a Perl module for efficient reading/writing of complete files. SYNOPSIS use File::Slurp; my $text = read_file( filename ) ; my @lines = read_file( filename ) ; write_file( filename, @lines ) ; use File::Slurp qw( slurp ) ; my $text = slurp( filename ) ; This module... Platforms: *nix

License: Freeware Size: 26.62 KB Download (108): File::Slurp Download

Added: January 25, 2010 | Visits: 857

SAT Vocab Prep SAT Vocab Prep was developed to help you prepare for a Scholastic Assessment Test (SAT). Each test requires that you match words to descriptions (simple definitions); there are 20 words in each test. Each word is selected randomly from a built-in list of approximately 5,000 words. When the "Start... Platforms: Mac

License: Freeware Download (96): SAT Vocab Prep Download

Released: February 25, 2010  |  Added: November 19, 2011 | Visits: 1.140

SharePoint Enhanced Calendar This WSS feature enhance SharePoint calendar and provides "AJAX-like" functionality for on-fly: adding, deleting, dragging, resizing, editing appointments and events with Outlook 2007 style behavior. ArtfulBits Enhanced Calendar Usage Enhanced calendar functionality is enabled by creating new... Platforms: Windows

License: Freeware Size: 227.83 KB Download (110): SharePoint Enhanced Calendar Download

< 1 2 3 4 5