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

New File freeware
Filter: All | Freeware | Demo
 

New File

< 1 2 3 4 5 > 
Added: October 26, 2010 | Visits: 1.201

Bio::Graphics::FeatureFile Bio::Graphics::FeatureFile is a set of Bio::Graphics features, stored in a file. SYNOPSIS use Bio::Graphics::FeatureFile; my $data = Bio::Graphics::FeatureFile->new(-file => features.txt); # create a new panel and render contents of the file onto it my $panel = $data->new_panel; my...



Platforms: *nix

License: Freeware Size: 4.7 MB Download (99): Bio::Graphics::FeatureFile Download

Added: August 17, 2010 | Visits: 909

Powerbox for Gtk Powerbox for Gtk is a patch to Gtk which replaces its GtkFileChooserDialog Powerbox is a normal file chooser dialog box, except that it dynamically grants the application the right to access the file that the user picks. This helps provide security because the application can be run without...





Platforms: *nix

License: Freeware Size: 1.3 MB Download (91): Powerbox for Gtk Download

Added: September 06, 2010 | Visits: 999

Text::MacroScript Text::MacroScript is a macro pre-processor with embedded perl capability. SYNOPSIS use Text::MacroScript ; # new() for macro processing my $Macro = Text::MacroScript->new ; while( <> ) { print $Macro->expand( $_ ) if $_ ; } # Canonical use (the filename improves error messages): my...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (129): Text::MacroScript Download

Added: July 08, 2010 | Visits: 821

Image::Xpm Image::Xpm is a Perl module that can load, create, manipulate and save xpm image files. SYNOPSIS use Image::Xpm; my $j = Image::Xpm->new(-file, Camel.xpm); my $i = Image::Xpm->new(-width => 10, -height => 16); my $h = $i->new; # Copy of $i $i->xy(5, 8, red); # Set a colour (& add to...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (105): Image::Xpm Download

Added: November 20, 2010 | Visits: 900

Finance::IIF Finance::IIF is a Perl module that can parse and create IIF files for QuickBooks. SYNOPSIS use Finance::IIF; my $iif = Finance::IIF->new( file => "test.iif" ); while ( my $record = $iif->next ) { print( "Header: ", $record->{header}, "n" ); foreach my $key ( keys %{$record} ) { print(...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): Finance::IIF Download

Added: May 27, 2010 | Visits: 651

NDBM_File NDBM_File is a Perl module that allows tied access to ndbm files. SYNOPSIS use Fcntl; # For O_RDWR, O_CREAT, etc. use NDBM_File; tie(%h, NDBM_File, filename, O_RDWR|O_CREAT, 0666) or die "Couldnt tie NDBM file filename: $!; aborting"; # Now read and change the hash $h{newkey} =...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (101): NDBM_File Download

Added: January 15, 2010 | Visits: 574

ODBM_File ODBM_File is a Perl module to allow tied access to odbm files. SYNOPSIS use Fcntl; # For O_RDWR, O_CREAT, etc. use ODBM_File; # Now read and change the hash $h{newkey} = newvalue; print $h{oldkey}; ... untie %h; ODBM_File establishes a connection between a Perl hash variable and a...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (94): ODBM_File Download

Added: September 04, 2010 | Visits: 920

Search::Dict Search::Dict is a Perl module to search for key in dictionary file. SYNOPSIS use Search::Dict; look *FILEHANDLE, $key, $dict, $fold; use Search::Dict; look *FILEHANDLE, $params; Sets file position in FILEHANDLE to be first line greater than or equal (stringwise) to $key. Returns the new...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (100): Search::Dict Download

Added: March 08, 2010 | Visits: 820

Bio::AlignIO::bl2seq Bio::AlignIO::bl2seq is a bl2seq sequence input/output stream. SYNOPSIS Do not use this module directly. Use it via the Bio::AlignIO class, as in: use Bio::AlignIO; $in = Bio::AlignIO->new(-file => "inputfilename" , -format => bl2seq); $aln = $in->next_aln(); This object can create...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (129): Bio::AlignIO::bl2seq Download

Added: January 15, 2010 | Visits: 759

PAR::WebStart PAR::WebStart is a Perl implementation of Javas WebStart. SYNOPSIS my $file = hello.pnlp; my $ws = PAR::WebStart->new(file => $file); $ws->fetch_pars() or die $ws->{ERROR}; my $tmpdir = $ws->{tmpdir}; chdir($tmpdir) or die qq{Cannot chdir to "$tmpdir": $!}); my @args =...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (92): PAR::WebStart Download

Added: March 24, 2010 | Visits: 939

Term::TtyRec::Player Term::TtyRec::Player is a Perl module that playbacks ttyrec data. SYNOPSIS use Term::TtyRec::Player; use FileHandle; # $handle is any IO::* object my $handle = FileHandle->new(file.tty); my $player = Term::TtyRec::Player->new($handle); # options can be set as hashref my $player =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (111): Term::TtyRec::Player Download

Added: March 12, 2010 | Visits: 682

XML::EasyOBJ XML::EasyOBJ is an easy XML object navigation. SYNOPSIS # open exisiting file my $doc = new XML::EasyOBJ(my_xml_document.xml); my $doc = new XML::EasyOBJ(-type => file, -param => my_xml_document.xml); # create object from XML string my $doc = new XML::EasyOBJ(-type => string, -param =>...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (90): XML::EasyOBJ Download

Added: February 16, 2010 | Visits: 1.279

Mozilla::Backup Mozilla::Backup is a Perl module as a backup utility for Mozilla profiles. SYNOPSIS $moz = Mozilla::Backup->new(); $file = $moz->backup_profile("firefox", "default"); This package provides a simple interface to back up and restore the profiles of Mozilla-related applications such as...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (93): Mozilla::Backup Download

Added: January 08, 2010 | Visits: 861

Chess::FIDE Chess::FIDE is a Perl extension for FIDE Rating List. SYNOPSIS use Chess::FIDE; my $fide = Chess::FIDE->new(-file=>filename); $fide->fideSearch("surname eq Kasparov"); Chess::FIDE - Perl extension for FIDE Rating List. FIDE is the International Chess Federation that every quarter of the...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (101): Chess::FIDE Download

Added: February 13, 2010 | Visits: 897

Apache::TestUtil Apache::TestUtil Perl module contains utility functions for writing tests. SYNOPSIS use Apache::Test; use Apache::TestUtil; ok t_cmp("foo", "foo", "sanity check"); t_write_file("filename", @content); my $fh = t_open_file($filename); t_mkdir("/foo/bar"); t_rmtree("/foo/bar");...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (89): Apache::TestUtil Download

Added: November 27, 2010 | Visits: 983

Turkix Turkix linux distribution is a Mandrake based LiveCD. It currently supports just the Turkic languages like Turkish and Azerbaijani. But the second major release (2.0) will be in English. Turkix comes with a rehack of rpm packaging system, called as "rpmx". This is nothing but an embedded...


Platforms: *nix

License: Freeware Size: 602 MB Download (102): Turkix Download

Released: January 18, 2015  |  Added: February 03, 2015 | Visits: 2.875

FreeTrim MP3 Is there a hidden track that makes your player go through a few minutes of silence? FreeTrim MP3 is a great help for this as it helps remove the unwanted parts of your audio files. It is a free MP3 trimmer that trims MP3/WMA/WAV/OGG sound piece from big audio format files directly. With this free...


Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 7.01 MB Download (349): FreeTrim MP3 Download

Released: December 21, 2012  |  Added: January 10, 2013 | Visits: 1.276

Free 3DPageFlip Image Converter 100% Free 3DPageFlip Image Converter- Convert Between Image Formats! 3DPageFlip Image Converter freeware is graphic transfer program that allow you to convert a wide range of image file formats. It's a simple yet powerful tool for easy handle. Just download and have a quick install and you...


Platforms: Windows

License: Freeware Size: 3.32 MB Download (76): Free 3DPageFlip Image Converter Download

Released: June 22, 2012  |  Added: June 22, 2012 | Visits: 827

Batch Rename .EXE Tired of renaming your files by hand? This wizard makes the busywork that invariably comes with downloading and managing media files disappear. Run your file list through an extensive array of filename filters to ensure your files are labeled and organized exactly how you want them. Rename files...


Platforms: Windows

License: Freeware Size: 972.8 KB Download (416): Batch Rename .EXE Download

Released: November 10, 2012  |  Added: November 10, 2012 | Visits: 350

DropImageURL for Mac OS An application which images a whole web page into a single graphic file, such as a JPEG or TIFF image, or a PDF file. In other words it makes a screen capture of the page, including the portions which may not be viewable in your web browser due to its width or size. The program provides the...


Platforms: Mac

License: Freeware Size: 1.2 MB Download (475): DropImageURL for Mac OS Download

< 1 2 3 4 5 >