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

Current Upper Air Data software
Filter: All | Freeware | Demo
 

Current Upper Air Data

< 1 2 3 4 5 > 
Released: April 16, 2012  |  Added: April 21, 2012 | Visits: 1.572

DC Data Entry Validator DC DataEntry Validator is a program development solution that lets you check data entry according to your own preferences. It lets you validate text as you type limit data to specific characters and define your own restrictions. This makes programming a breeze whether you're writing a simple...



Platforms: Windows

License: Shareware Cost: $149.00 USD Size: 760.69 KB Download (127): DC Data Entry Validator Download

Released: May 04, 2010  |  Added: May 28, 2010 | Visits: 1.466

EMS Data Comparer for PostgreSQL EMS Data Comparer for PostgreSQL is a powerful and easy-to-use utility for data comparison and synchronization. You can view all the differences in compared tables and execute an automatically generated script to eliminate these differences. Flexible customization of the comparison and...





Platforms: Windows

License: Shareware Cost: $95.00 USD Size: 7.81 MB Download (138): EMS Data Comparer for PostgreSQL Download

Released: March 05, 2009  |  Added: June 08, 2009 | Visits: 1.783

EMS Data Export for DB2 EMS Data Export for DB2 is a powerful program to export your data quickly from IBM DB2 databases to any of 19 available formats, including MS Access, MS Excel, MS Word, RTF, HTML, XML, PDF, TXT, CSV, DBF and others. DB2 Data Export includes a wizard, which allows you to set export options for...


Platforms: Windows

License: Shareware Cost: $95.00 USD Size: 6.42 MB Download (112): EMS Data Export for DB2 Download

Released: March 10, 2009  |  Added: June 09, 2009 | Visits: 1.508

EMS Data Comparer for SQL Server EMS Data Comparer for SQL Server is a powerful and easy-to-use utility for data comparison and synchronization. You can view all the differences in compared tables and execute an automatically generated script to eliminate these differences. Flexible customization of the comparison and...


Platforms: Windows

License: Shareware Cost: $95.00 USD Size: 6.88 MB Download (106): EMS Data Comparer for SQL Server Download

Released: March 05, 2009  |  Added: June 10, 2009 | Visits: 1.632

EMS Data Export for PostgreSQL EMS Data Export for PostgreSQL is a powerful program to export your data quickly from PostgreSQL databases to any of 19 available formats, including MS Access, MS Excel, MS Word (RTF), HTML, XML, PDF, TXT, CSV, DBF and others. Data Export for PostgreSQL includes a wizard, which allows you to set...


Platforms: Windows

License: Shareware Cost: $95.00 USD Size: 6.88 MB Download (115): EMS Data Export for PostgreSQL Download

Released: February 17, 2010  |  Added: May 31, 2010 | Visits: 1.546

EMS Data Export for Oracle EMS Data Export for Oracle is a powerful tool to export Oracle database data quickly to any of 19 available formats, including MS Access, MS Excel, MS Word (RTF), HTML, XML, PDF, TXT, CSV, DBF, ODF and others. The program supports latest Oracle versions and has the ability to export Oracle data...


Platforms: Windows

License: Shareware Cost: $95.00 USD Size: 6.71 MB Download (120): EMS Data Export for Oracle Download

Released: February 17, 2010  |  Added: May 31, 2010 | Visits: 1.898

EMS Data Export for SQL Server EMS Data Export for SQL Server is a powerful tool to export SQL Server database data quickly to any of 19 available formats, including MS Access, MS Excel, MS Word (RTF), HTML, XML, PDF, TXT, CSV, DBF, ODF and others. The program supports Unicode data and has the ability to export SQL Server data...


Platforms: Windows

License: Shareware Cost: $95.00 USD Size: 6.52 MB Download (133): EMS Data Export for SQL Server Download

Released: February 18, 2010  |  Added: June 04, 2010 | Visits: 1.759

EMS Data Import for MySQL EMS Data Import for MySQL is a powerful tool to import data to MySQL tables quickly from MS Excel 97-2007, MS Access, DBF, XML, TXT, CSV, MS Word 2007, RTF, ODF and HTML files. It provides adjustable import parameters, including source data formats for all the fields and destination MySQL data...


Platforms: Windows

License: Shareware Cost: $95.00 USD Size: 7.19 MB Download (123): EMS Data Import for MySQL Download

Released: March 25, 2009  |  Added: June 15, 2009 | Visits: 1.330

EMS Data Import for PostgreSQL EMS Data Import for PostgreSQL is a powerful tool to import your data quickly from MS Excel, MS Access, DBF, XML, TXT and CSV files to PostgreSQL tables. It provides adjustable import parameters, including source data formats for all the fields and destination data formats for the selected...


Platforms: Windows

License: Shareware Cost: $95.00 USD Size: 6.69 MB Download (117): EMS Data Import for PostgreSQL Download

Released: July 10, 2008  |  Added: June 22, 2009 | Visits: 1.628

EMS Data Generator for DB2 EMS Data Generator for DB2 is a powerful utility for generating test data to several DB2 database tables at once. The wizard application allows you to define tables and fields for generating data, set value ranges, generate char fields by mask, load values for BLOB fields from files, get lists of...


Platforms: Windows

License: Shareware Cost: $95.00 USD Size: 6.29 MB Download (116): EMS Data Generator for DB2 Download

Released: July 10, 2008  |  Added: June 22, 2009 | Visits: 1.559

EMS Data Generator for Oracle EMS Data Generator for Oracle is a impressive utility for generating test data to several Oracle database tables at once. The wizard application allows you to define tables and fields for generating data, set value ranges, generate char fields by mask, load values for BLOB fields from files, get...


Platforms: Windows

License: Shareware Cost: $95.00 USD Size: 6.64 MB Download (113): EMS Data Generator for Oracle Download

Added: September 13, 2010 | Visits: 882

Data::Faker::DateTime Data::Faker::DateTime is a Data::Faker plugin. DATA PROVIDERS unixtime Return a unix time (seconds since the epoch) for a random time between the epoch and now. date Return a random date as a string, using a random date format (see date_format). time Return a random time as a...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (101): Data::Faker::DateTime Download

Added: May 16, 2010 | Visits: 1.036

Data::SpreadPagination Data::SpreadPagination is a Perl module for page numbering and spread pagination. SYNOPSIS use Data::SpreadPagination; my $pageInfo = Data::SpreadPagination->new({ totalEntries => $totalEntries, entriesPerPage => $entriesPerPage, # Optional, will use defaults otherwise. # only 1 of...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (91): Data::SpreadPagination Download

Added: August 13, 2010 | Visits: 923

Data::Page Data::Page is a Perl module that helps when paging through sets of results. SYNOPSIS use Data::Page; my $page = Data::Page->new(); $page->total_entries($total_entries); $page->entries_per_page($entries_per_page); $page->current_page($current_page); print " First page: ",...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (92): Data::Page Download

Added: September 16, 2010 | Visits: 970

MIDI Data Miner MIDI Data Miner uses a neural network to learn correlations between notes and control changes in a MIDI file. After training MDM can augment a live MIDI stream, adding control changes based on notes received. Briefly: use MDM by connecting a MIDI device, open preferences and set MIDI input...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 706.56 KB Download (111): MIDI Data Miner Download

Added: November 25, 2010 | Visits: 1.026

SOAP::Data SOAP::Data is a Perl class that provides the means by which to explicitly manipulate and control all aspects of the way in which Perl data gets expressed as SOAP data entities. The SOAP::Data class provides the means by which to explicitly manipulate and control all aspects of the way in which...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (100): SOAP::Data Download

Added: July 12, 2010 | Visits: 1.014

Data::Page::Viewport Data::Page::Viewport is a Perl module to scroll thru data a page, or just an item, at a time. Synopsis This is a complete, tested, runnable program. #!/usr/bin/perl use strict; use warnings; use Data::Page::Viewport; # ----------------------------------------------- my(@data) =...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Data::Page::Viewport Download

Released: May 04, 2010  |  Added: May 28, 2010 | Visits: 1.101

EMS Data Comparer for Oracle EMS Data Comparer for Oracle is a powerful utility for data comparison and synchronization for Oracle databases. You can view all the differences in compared tables and execute an automatically generated script to eliminate these differences. Flexible customization of the comparison and...


Platforms: Windows

License: Shareware Cost: $95.00 USD Size: 7.41 MB Download (107): EMS Data Comparer for Oracle Download

Released: February 17, 2010  |  Added: May 29, 2010 | Visits: 1.454

EMS Data Export for MySQL EMS Data Export for MySQL is a powerful tool to export MySQL database data quickly to any of 19 available formats, including MS Access, MS Excel, MS Word (RTF), HTML, XML, PDF, TXT, CSV, DBF, ODF and others. The program supports Unicode data and has the ability to export MySQL data from several...


Platforms: Windows

License: Shareware Cost: $95.00 USD Size: 7.45 MB Download (166): EMS Data Export for MySQL Download

Released: February 18, 2010  |  Added: June 04, 2010 | Visits: 1.180

EMS Data Import for Oracle EMS Data Import for Oracle is a powerful tool to import data to Oracle tables from MS Excel 97-2007, MS Access, DBF, XML, TXT, CSV, MS Word 2007, RTF, ODF and HTML files. It provides adjustable import parameters, including source data formats for all the fields and destination Oracle data formats...


Platforms: Windows

License: Shareware Cost: $95.00 USD Size: 6.62 MB Download (107): EMS Data Import for Oracle Download

< 1 2 3 4 5 >