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

Sybase To Oracle Data Migration freeware
Filter: All | Freeware | Demo
 

Sybase To Oracle Data Migration

< 1 2 3 4 5 > 
Added: June 15, 2010 | Visits: 1.292

PHP Database Access Through Arrays PHP Database Access Through Arrays project can be used to access data stored in MySQL tables like accessing arrays. It uses SPL to implement several classes and iterators interfaces to access MySQL databases. Examples: $DB[test_table][] = array( name => first, value => the first row );...



Platforms: *nix

License: Freeware Download (102): PHP Database Access Through Arrays Download

Added: April 16, 2010 | Visits: 790

Cache::Mmap Cache::Mmap Perl module helps you to share data cache using memory mapped files. SYNOPSIS use Cache::Mmap; $cache=Cache::Mmap->new($filename,%options); $val1=$cache->read($key1); $cache->write($key2,$val2); $cache->delete($key3); This module implements a shared data cache, using...





Platforms: *nix

License: Freeware Size: 21.5 KB Download (101): Cache::Mmap Download

Added: April 11, 2010 | Visits: 1.065

Linux Kernel Spinlock Metering The Linux SMP kernel uses spinlocks to protect data structures from concurrent, potentially conflicting accesses. Linux Kernel Spinlock Metering is a kernel patch that allows you to build an i386, ia64, Alpha, Sparc64, or mips64 kernel that can perform simple "metering" (record-keeping) of...


Platforms: *nix

License: Freeware Download (101): Linux Kernel Spinlock Metering Download

Added: June 26, 2010 | Visits: 890

XML::Filter::Dispatcher::AsStructHandler XML::Filter::Dispatcher::AsStructHandler Perl module can help you convert SAX stream in to simple, data-oriented structure. SYNOPSIS ## Ordinarily used via the XML::Filter::Dispatchers as_data_struct() ## built-in extension function for XPath This SAX2 handler builds a simple hash from...


Platforms: *nix

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

Added: July 10, 2010 | Visits: 920

TraffStats TraffStats is a monitoring and traffic analysis application that uses SNMP to collect data from any enabled device. It has the ability to generate graphs (using jpgraph) with the option to compare and sum up different devices. The project has a multiuser-design with rights-management and...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (100): TraffStats Download

Added: October 17, 2010 | Visits: 727

Datalink library Datalink library for Linux uses the SVGAlib to send data to the Timex DataLink watches. You will need SVGAlib installed and the development headers and libraries for SVGAlib to compile against. Compiling: Type make depend to make the dependences. $ make depend Then just type `make` on...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (99): Datalink library Download

Added: February 15, 2010 | Visits: 1.216

migratedata migratedata project allows you to write a simple XML file to define how to copy data from one database to another, and perform very simple transformations on the way. Currently, it is immediately able to help you migrate a PostNuke web site to a WordPress one, but to perform any other...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (98): migratedata Download

Added: April 15, 2010 | Visits: 1.280

Mac::Apps::Seasonality::LoadICAOHistory Mac::Apps::Seasonality::LoadICAOHistory is a Perl module to load data into an SQLite2 database with the Seasonality weather.db schema. SYNOPSIS use English qw{ -no_match_vars }; use DBI; use Mac::Apps::Seasonality::LoadICAOHistory qw{ :conversion &clean_icao_history_set...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (98): Mac::Apps::Seasonality::LoadICAOHistory Download

Added: June 21, 2010 | Visits: 890

THC-ManipulateData THC-ManipulateData can search data on a harddisk/partition/file, extract the part you are interested in, and write it back after you modified it. Useful to find and modify really all unencrypted Logfiles on a system. Does everything in RAW mode, and hence does not tamper a/m/ctimes. It comes...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (97): THC-ManipulateData Download

Released: April 21, 2013  |  Added: May 02, 2013 | Visits: 1.263

M3 Format Recovery Free M3 Format Recovery Free is a one-stop solution to restore lost data in Windows XP, 2003, Vista, Windows 7, 8. M3 Format Recovery Free does an amazing job on format recovery, unformat or lost data due to partition damage, software crash, virus infection, unexpected shutdown or any other...


Platforms: Windows

License: Freeware Size: 2.77 MB Download (96): M3 Format Recovery Free Download

Released: May 09, 2013  |  Added: June 17, 2013 | Visits: 996

PCL Reader 64-bit PCL Reader 64-bit views & converts PCL / Text into PDF, PDF/A, XPS, TIF, BMP, PNG, JPG, PCX and ASCII Text. Once viewed, a PCL or Text file can be printed to any Windows printer driver. This is useful when you have a non-LaserJet PCL printer and need to print an invoice, loan, or other type of...


Platforms: Windows

License: Freeware Size: 26.1 MB Download (95): PCL Reader 64-bit Download

Added: February 27, 2010 | Visits: 1.149

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: May 14, 2010 | Visits: 793

DBIx::XMLServer DBIx::XMLServer is a Perl module to serve data as XML in response to HTTP requests. SYNOPSIS use XML::LibXML; use DBIx::XMLServer; my $xml_server = new DBIx::XMLServer($dbh, "template.xml"); my $doc = $xml_server->process($QUERY_STRING); die "Error: $doc" unless ref $doc; print...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (95): DBIx::XMLServer Download

Added: February 20, 2010 | Visits: 1.327

CGI::Expand CGI::Expand is a Perl module that can convert flat hash to nested data using TT2s dot convention. SYNOPSIS use CGI::Expand; use CGI; # or Apache::Request, etc. $args = expand_cgi( CGI->new(a.0=3&a.2=4&b.c.0=x) ); # $args = { a => [3,undef,4], b => { c => [x] }, } # Or to catch...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): CGI::Expand Download

Added: March 09, 2010 | Visits: 1.110

App::Repository App::Repository is a logical data access layer for the App::Context Framework, providing a uniform API to access data in databases, file systems, remote web sites, etc. This is the App-Repository distribution, adding the data access layer service to App-Context. For more information, see the...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (95): App::Repository Download

Released: April 21, 2013  |  Added: April 30, 2013 | Visits: 1.487

M3 Data Recovery Hunter Free M3 Data Recovery Hunter Free is a one-stop solution to restore lost data in Windows XP, 2003, Vista, Windows 7, 8. M3 Data Recovery Hunter Free does an amazing job on format recovery, unformat, deleted files recovery or lost data due to partition loss or damage, software crash, virus...


Platforms: Windows

License: Freeware Size: 2.77 MB Download (94): M3 Data Recovery Hunter Free Download

Added: August 15, 2010 | Visits: 790

JDatabaseImport JDatabaseImport is a simple tool created to import data between different databases. How does it work? You can work with it in two ways, either using a configuration file or accessing its api using Java. Example: The following code show an example of a file called *export.xml*: < export...


Platforms: *nix

License: Freeware Size: 440.32 KB Download (94): JDatabaseImport Download

Released: July 11, 2011  |  Added: July 21, 2011 | Visits: 1.004

PTP Security One of the fundamental principles of the UK Data Protection Act states that: Appropriate technical and organisational measures shall be taken against unauthorised or unlawful processing of personal data and against accidental loss or destruction of, or damage to, personal data. Article 17...


Platforms: Windows

License: Freeware Size: 4.08 MB Download (94): PTP Security Download

Added: February 13, 2010 | Visits: 962

mod_form mod_form is a utility to decode data submitted from Web forms. It deals with both GET and POST methods where the data are encoded using the default content type application/x-www-form-urlencoded. mod_form does not decode multipart/form-data (file upload) forms: for those you should use...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (93): mod_form Download

Added: September 08, 2010 | Visits: 857

DB::Appgen DB::Appgen is a Perl interface which includes both function oriented and object oriented interfaces to manipulate data in APPGEN Custom Suite databases. All this was made in about four hours including reading perlxstut manpage, so do not expect something pretty. Although it appears to be...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (93): DB::Appgen Download

< 1 2 3 4 5 >