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

Ndbc National Data Buoy Center freeware
Filter: All | Freeware | Demo
 

Ndbc National Data Buoy Center

< 1 2 3 4 5 > 
Released: January 16, 2008  |  Added: April 01, 2008 | Visits: 6.171

COM Port Data Emulator If you are a software developer or a hardware engineer, you may often face situations when you need information about the ability of communication ports on a typical end-user system to handle large flows of data. If looking for a reliable COM port testing and analysis tool, look no further than...



Platforms: Windows

License: Freeware Size: 1.41 MB Download (1518): COM Port Data Emulator Download

Released: July 22, 2008  |  Added: June 01, 2010 | Visits: 4.041

Data Shredder Data Shredder literally destroys files, free space and your Recycle Bin contents instead of only deleting them. That means your data contents once overwritten and destroyed It can't be recovered. The user therefore should be sure of the files, folders .etc. he/she wants to shred.There are...





Platforms: Windows

License: Freeware Size: 3.59 MB Download (323): Data Shredder Download

Released: May 21, 2009  |  Added: May 30, 2009 | Visits: 2.031

National Parks Free Screensaver This screensaver will show you off the beautiful images of 2 famous national parks of USA - Yellowstone and Yosemite. Yellowsone park was the first of its kind, and is known for its wildlife and its many geothermal features, especially Old Faithful Geyser, one of the most popular features in the...


Platforms: Windows

License: Freeware Size: 5.44 MB Download (171): National Parks Free Screensaver Download

Released: June 26, 2009  |  Added: July 03, 2009 | Visits: 1.721

National Canyons Free Screensaver This screensaver will show you off the beautiful images of national canyons of USA. You will see on the screen of your PC the views from Arizona, Utah, Montana, California, Georgia and Nevada canyons. Enjoy the unusual rocky formations, stunning rich colors and wild nature of american canyons.


Platforms: Windows

License: Freeware Size: 4.68 MB Download (250): National Canyons Free Screensaver Download

Released: September 10, 2009  |  Added: September 15, 2009 | Visits: 2.102

Data Exchange Manager Free Data Exchange Manager is an example of tomorrow's technology today. With this tool database administration is a breeze. Transfer data from any data source to another. Use our custom designed templates to increase speed for any Database platforms. The most innovative and valuable feature would be...


Platforms: Windows

License: Freeware Size: 1.87 MB Download (202): Data Exchange Manager Free Download

Released: June 15, 2011  |  Added: June 27, 2011 | Visits: 2.960

Zortam Mp3 Center Zortam Mp3 Center is all-in-one Mp3 applications.It includes Auto Tagger that gets covers,lyrics and other tag information from Zortam database, MP3 Organizer, ID3 Tag Editor, Mp3 Player, CD Ripper, Wav/Mp3, Mp3 Normalizer. In addition you can batch rename files using ID3 info, synchronize ID3...


Platforms: Windows

License: Freeware Size: 4.79 MB Download (220): Zortam Mp3 Center Download

Added: January 18, 2010 | Visits: 1.274

Data::Encrypted Data::Encrypted is a Perl module to transparently store encrypted data via RSA. SYNOPSIS # functional interface: use Data::Encrypted file => "./.$0-encrypted-data", qw(encrypted); # note: login and password are not *really* the login and # password values, only the desired prompt! my...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (94): Data::Encrypted Download

Added: January 18, 2010 | Visits: 1.341

Data::Phrasebook::Loader::XML Data::Phrasebook::Loader::XML Perl module can abstract your phrases with XML. SYNOPSIS use Data::Phrasebook; my $q = Data::Phrasebook->new( class => Fnerk, loader => XML, file => phrases.xml, dict => Dictionary, # optional ); OR my $q = Data::Phrasebook->new( class => Fnerk,...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (120): Data::Phrasebook::Loader::XML Download

Added: February 27, 2010 | Visits: 1.151

Data::Validator::Item Data::Validator::Item is a Factory Class to validate data items. This is an attempt to create an object which will permit semi-automatic verification of a data value. SYNOPSIS use Data::Validator::Item; my $item = Data::Validator::Item->new(); #Create a new Data::Validator::Item, called...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (95): Data::Validator::Item Download

Added: June 25, 2010 | Visits: 1.066

Data::ENAML Data::ENAML is a Perl extension for ENAML data representation. SYNOPSIS use Data::ENAML qw (serialize deserialize); print serialize(login => {nick => Schop, email => ariel@atheist.org.il, tagline => If I had no modem I would not lose Regina}); $struct = deserialize(bad-nick: {nick:...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): Data::ENAML Download

Added: September 25, 2010 | Visits: 1.189

gnome-mime-data gnome-mime-data package contains the base MIME and Application database for GNOME. It is meant to be accessed through the MIME functions in GnomeVFS. MIME Media Types [RFC2045,RFC2046] specifies that Content Types, Content Subtypes, Character Sets, Access Types, and conversion values for...


Platforms: *nix

License: Freeware Size: 921.6 KB Download (107): gnome-mime-data Download

Added: August 23, 2010 | Visits: 1.304

Sunrise Data Dictionary Sunrise Data Dictionary is a library for hashtable storage of arbitrary data objects with built-in reference counting and guaranteed order iteration for the C programming language. Sunrise Data Dictionary library can participate in external reference counting systems or use its own built-in...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (116): Sunrise Data Dictionary Download

Added: April 15, 2010 | Visits: 1.209

Test::Data Test::Data is a Perl module to test functions for particular variable types. SYNOPSIS use Test::Data qw(Scalar Array Hash Function); Test::Data provides utility functions to check properties and values of data and variables. Functions Plug-in modules define functions for each data type....


Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): Test::Data Download

Added: June 06, 2010 | Visits: 1.464

Common Data Format Common Data Format is a self-describing data abstraction for the storage and manipulation of multidimensional data in a platform- and discipline-independent fashion. It consists of a scientific data management package (known as the "CDF Library") that allows programmers and application...


Platforms: *nix

License: Freeware Size: 1.5 MB Download (128): Common Data Format Download

Added: July 17, 2010 | Visits: 1.416

Data::FormValidator::Filters::Image Data::FormValidator::Filters::Image is a filter that allows you to shrink incoming image uploads using Data::FormValidator. SYNOPSIS use Data::FormValidator::Filters::Image qw( image_filter ); # Build a Data::FormValidator Profile: my $my_profile = { required => qw( uploaded_image ),...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (94): Data::FormValidator::Filters::Image Download

Added: October 25, 2010 | Visits: 1.796

Secure Data Manager Secure Data Manager project is a manager for passwords and other private data. Secure Data Manager (SDM) is a full-featured password manager application written entirely in Java (so it can run on Unix or Windows). It encrypts logins and other private information for Web sites, computers, credit...


Platforms: *nix

License: Freeware Size: 1.9 MB Download (108): Secure Data Manager Download

Added: August 11, 2010 | Visits: 828

Data::Stag Data::Stag is a Perl module with structured tags datastructures. SYNOPSIS # PROCEDURAL USAGE use Data::Stag qw(:all); $doc = stag_parse($file); @persons = stag_find($doc, "person"); foreach $p (@persons) { printf "%s, %s phone: %sn", stag_sget($p, "family_name"), stag_sget($p,...


Platforms: *nix

License: Freeware Size: 440.32 KB Download (93): Data::Stag Download

Added: November 14, 2010 | Visits: 757

Data::Stag::HashDB Data::Stag::HashDB is a perl used for building indexes over Stag files or objects. SYNOPSIS # parsing a file into a hash my $hdb = Data::Stag::HashDB->new; $hdb->unique_key("ss_details/social_security_no"); $hdb->record_type("person"); my $obj = {}; $hdb->index_hash($obj);...


Platforms: *nix

License: Freeware Size: 440.32 KB Download (129): Data::Stag::HashDB Download

Added: February 06, 2010 | Visits: 1.049

Data::CTable Data::CTable is a Perl module that helps you read, write, manipulate tabular data. SYNOPSIS ## Read some data files in various tabular formats use Data::CTable; my $People = Data::CTable->new("people.merge.mac.txt"); my $Stats = Data::CTable->new("stats.tabs.unix.txt"); ## Clean stray...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (95): Data::CTable Download

Added: March 13, 2010 | Visits: 2.038

Elisa Media Center Elisa Media Center project was designed to create an open source cross platform media center solution. While our primary development and deployment platform is GNU/Linux and Unix operating systems we also currently support Microsoft Windows and also hope to support MacOSX in the future. Elisa...


Platforms: *nix

License: Freeware Size: 10.9 MB Download (230): Elisa Media Center Download

< 1 2 3 4 5 >