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

All My Little Words Magnetic Fields freeware
Filter: All | Freeware | Demo
 

All My Little Words Magnetic Fields

< 1 2 3 4 5 > 
Added: August 15, 2008 | Visits: 1.718

Hidden File Detector The Hidden File Detector addin (version 1.9) is compatible with Word 97, Word 2000, and Word 2002 (XP). It finds hidden fields in your document, including headers, footers, comments, footnotes and endnotes, text boxes, Draw objects, and all the other places where fields can be hidden and used...



Platforms: Windows

License: Freeware Size: 98 KB Download (473): Hidden File Detector Download

Added: August 12, 2008 | Visits: 848

yGen yGen is a combination text editor and compiler, generating finished files (be they html, text, php or any extension you like) from template files and includes. Includes can be nested, allowing you to build complex files from duplicated parts - without manually duplicating anything. yGen is not a...





Platforms: Windows

License: Freeware Size: 3 MB Download (95): yGen Download

Added: August 02, 2008 | Visits: 1.031

FormsAssistant Kelly is a desktop calculator - How simple can a calculator be? I tried to build the simplest one without any garbage, it stays on top and works well with Excel. Don't get distracted by its size, I did all my tax on it :)


Platforms: Windows

License: Freeware Size: 499 KB Download (112): FormsAssistant Download

Added: August 29, 2008 | Visits: 998

Znow Desktop Decor When winter comes, together with Christmas, a typical scene is all the houses, streets and fields covered with snow. But not all countries are lucky enough to have this type of weather. If you live somewhere where this doesn+t happen, decorate your desktop with these artificial snowflakes and...


Platforms: Windows

License: Freeware Size: 9 KB Download (127): Znow Desktop Decor Download

Added: August 26, 2008 | Visits: 1.546

Mortgage Loan Calculator For consumers who are shopping for new mortgage, automobile, or other loans, MLCalc.com offers powerful calculators that let them know what their loans will cost them before they sign on the dotted line. Featuring property tax, insurance, and PMI, MLCalc's mortgage calculator gives loan-seekers...


Platforms: Not Applicable

License: Freeware Size: 50 KB Download (124): Mortgage Loan Calculator Download

Added: January 18, 2010 | Visits: 1.193

Aero AIO Aero AIO is a SuperKaramba theme that monitors memory, CPU, harddisk, network and more. I wanted to make a theme that wouldnt take all my desktop and would allow me to see every information I could have with my previous Aero-G theme. Moreover I wanted it to be fully and easily...


Platforms: *nix

License: Freeware Size: 593.92 KB Download (115): Aero AIO Download

Added: August 02, 2010 | Visits: 1.199

Video::Info::Magic Video::Info::Magic can resolve video filetype if possible. SYNOPSIS use strict; use Video::Info::Magic qw(:all); my $type = divine(/path/to/video.mpg ); print $type; #MPEG system stream data (maybe) ## ... see methods below EXPORT various constants related to video file formats....


Platforms: *nix

License: Freeware Size: 634.88 KB Download (98): Video::Info::Magic Download

Added: June 09, 2010 | Visits: 1.189

Geo::Shapelib Geo::Shapelib is a Perl extension for reading and writing shapefiles as defined by ESRI. SYNOPSIS use Geo::Shapelib qw/:all/; or use Geo::Shapelib qw/:all/; my $shapefile = new Geo::Shapelib { Name => stations, Shapetype => POINT, FieldNames => [Name,Code,Founded]; FieldTypes =>...


Platforms: *nix

License: Freeware Size: 266.24 KB Download (134): Geo::Shapelib Download

Added: July 22, 2010 | Visits: 918

XML::Filter::Dispatcher XML::Filter::Dispatcher is a path based event dispatching with DOM support. SYNOPSIS use XML::Filter::Dispatcher qw( :all ); my $f = XML::Filter::Dispatcher->new( Rules => [ foo => &handle_foo_start_tag, @bar => &handle_bar_attr, ## Send any elts and their contents to $handler...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (93): XML::Filter::Dispatcher Download

Added: January 18, 2010 | Visits: 877

DistccPPCKnoppix DistccPPCKnoppix is a Knoppix distribution which contains distcc servers for both Linux x86 and OSX ppc compiling. With it you can utilize your extra x86 computers to build Linux x86 and OSX PPC binaries. After running across "Building a Darwin cross compiler for use with distcc and fink" and...


Platforms: *nix

License: Freeware Size: 45.1 MB Download (90): DistccPPCKnoppix Download

Added: August 22, 2010 | Visits: 1.442

File::Find::Closures File::Find::Closures is a Perl module with functions you can use with File::Find. SYNOPSIS use File::Find; use File::Find::Closures qw(:all); my( $wanted, $list_reporter ) = find_by_name( qw(README) ); File::Find::find( $wanted, @directories ); File::Find::find( { wanted => $wanted, ......


Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): File::Find::Closures Download

Added: November 24, 2010 | Visits: 2.790

Audio collection script Audio collection script is a script which can help you manage collections of audio files. For example, I have a directory with all my audio files in it, sorted by band/album. I also have an audio collections directory. Within that directory I have a few list files which contain patterns for songs...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (114): Audio collection script Download

Added: May 11, 2010 | Visits: 944

Env::Path Env::Path is a Perl module with advanced operations on path variables. SYNOPSIS use Env::Path; # basic usage my $manpath = Env::Path->MANPATH; $manpath->Append(/opt/samba/man); for ($manpath->List) { print $_, "n" }; # similar to above using the "implicit object" shorthand...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (93): Env::Path Download

Added: November 25, 2010 | Visits: 1.040

A MP3 LEnder AMPLE is short for "A MP3 LEnder". I wrote AMPLE one summer when I was coding for a company and got fed up with having to FTP over all my MP3 files from my home server to the computer at work just to listen to them. And through the other "MP3 servers" I could find didnt fit my needs for one of...


Platforms: *nix

License: Freeware Size: 87.04 KB Download (99): A MP3 LEnder Download

Added: July 27, 2010 | Visits: 608

Net::IPv4Addr Net::IPv4Addr is a Perl extension for manipulating IPv4 addresses. SYNOPSIS use Net::IPv4Addr qw( :all ); my ($ip,$cidr) = ipv4_parse( "127.0.0.1/24" ); my ($ip,$cidr) = ipv4_parse( "192.168.100.10 / 255.255.255.0" ); my ($net,$msk) = ipv4_network( "192.168.100.30" ); my $broadcast =...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): Net::IPv4Addr Download

Added: July 01, 2010 | Visits: 991

XML::Filter::Sort XML::Filter::Sort is a SAX filter for sorting elements in XML. SYNOPSIS use XML::Filter::Sort; use XML::SAX::Machines qw( :all ); my $sorter = XML::Filter::Sort->new( Record => person, Keys => [ [ lastname, alpha, asc ], [ firstname, alpha, asc ], [ @age, num, desc] ], ); my...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (109): XML::Filter::Sort Download

Added: July 18, 2010 | Visits: 813

Algorithm::Networksort Algorithm::Networksort can create inline comparisons for sorting. SYNOPSIS use Algorithm::Networksort qw(:all); my $inputs = 4; # # Generate the network (a list of comparators). # my @network = nw_comparators($inputs); # # Print the list, and print the graph of the list. # print...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (89): Algorithm::Networksort Download

Added: September 04, 2010 | Visits: 1.100

otto otto is a web based mp3 database and jukebox which can gracefully organize a very large number of albums. it is suitable for home or office workgroup use, or as an interface to a streaming internet radio station. otto is written in perl. it requires perl5, mysql, the DBI and DBD::mysql perl...


Platforms: *nix

License: Freeware Size: 83.97 KB Download (99): otto Download

Added: September 25, 2010 | Visits: 961

Audio::Mad Audio::Mad is a Perl interface to the mad MPEG decoder library. SYNOPSIS use Audio::Mad qw(:all); my $stream = new Audio::Mad::Stream(); my $frame = new Audio::Mad::Frame(); my $synth = new Audio::Mad::Synth(); my $timer = new Audio::Mad::Timer(); my $resample = new...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (93): Audio::Mad Download

Added: February 25, 2010 | Visits: 967

XML::Compile::Schema::XmlReader XML::Compile::Schema::XmlReader Perl module contains bricks to translate XML to HASH. SYNOPSIS my $schema = XML::Compile::Schema- >new(...); my $code = $schema- >compile(READER = > ...); The translator understands schemas, but does not encode that into actions. This module implements those...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): XML::Compile::Schema::XmlReader Download

< 1 2 3 4 5 >