| Sponsored Links | ||||||||||||||
|
| ||||||||||||||
|
Collapse All
|
||||||||||||||
| Software Name | Software Type | Category | Price | |||||||||||
| 1 | mySQL Export |
script | CGI Perl | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 2 | BBDB::Export 0.012 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
BBDB::Export is a Perl module to export data from The Insidious Big Brother Database. SYNOPSIS use BBDB::Export; # export to LDIF my $exporter = BBDB::Export::LDIF->new( { bbdb_file => "/path/to/.bbdb", output_file => "export.ldif", dc => "dc=geekfarm, dc=org", } ); $exporter->export(); # sync with ldap via ldapadd and ldapdelete my $exporter = BBDB::Export::LDAP->new( { bbdb_file => "/path/to/.bbdb", output_file => "/tmp/tempfile", dc => "dc=geekfarm, dc=org", ldappass => "supersecret", } ); $exporter->export(); # export to vcards my $exporter = BBDB::Export::vCard->new( { bbdb_file => "/path/to/.bbdb", output_dir => "/some/path/", } ); $exporter->export(); # create .mail_aliases my $exporter = BBDB::Export::MailAliases->new( { bbdb_file => "/path/to/.bbdb", output_file => ".mail_aliases", } ); $exporter->export(); This module was designed to export to your bbdb data to a wide array of formats, and also to make it easy to write new modules to export to new formats. Current export options include building an LDIF, vCard, or .mail_aliases, and automatically updating an ldap server. For a fully functional command line converter, see the bbdb-export script that comes with this module. BBDB::Export should not be used directly. Use any of the available subclasses using the examples above. For more examples of using BBDB::Export, see the test cases. |
||||||||||||||
| 3 | FB Export 1.0 |
windows | Network Internet->Database Utils | $69 |
View Detail
|
|||||||||
FB Export is a powerful and reliable utility that will export the data contained in Interbase/Firebird databases. Functioning under Windows , FB Export connects itself to the local or remote Interbase / Firebird servers, and allows data export (including System tables) towards the most current Exports formats, as towards any database with an OLE DB driver (Oracle, SQL Server, FoxPro ...) FB Export allows you to define multi-criteria filters to export only the desired datas. FB Export have an wizard who allows you to finely configure all the Export parameters. The specifications of export can be stored for a later use. Limitations: · Export is limited to 20-records |
||||||||||||||
| 4 | SQL Export 1.5 |
windows | Network Internet->Database Utils | $49 |
View Detail
|
|||||||||
SQL Export is a powerful software that allows you to query and export data to CSV, HTML, TXT, XLS, XML or screen. Here are some key features of "SQL Export": · Create queries (visually or manually) · Export data to: csv, html, txt, xls, xml or even your screen · Format the output · Save database connection, query and output formatting · Compatible with Microsoft® Access and SQL Server Limitations: · 30-record per query trial |
||||||||||||||
| 5 | Eudora Export 1.0 |
mac | Utilities->Internet Utilities | Free |
View Detail
|
|||||||||
Eudora Export is an Entourage AppleScript which exports selected messages as an Eudora Mailbox. Why would you want to use Eudora is beyond me. |
||||||||||||||
| 6 | Advanced CSV Export |
script | PHP | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 7 | MSN Contact Export 1.0 |
windows | Software Development->Components Libraries | Free |
View Detail
|
|||||||||
MSN Contact Export is a Trillian plugin that can export MSN contact addresses to Outlook Address Book |
||||||||||||||
| 8 | Perl6::Export::Attrs 0.0.3 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
Perl6::Export::Attrs - the Perl 6 is export(...) trait as a Perl 5 attribute. SYNOPSIS package Some::Module; use Perl6::Export::Attrs; # Export &foo by default, when explicitly requested, # or when the :ALL export set is requested... sub foo :Export(:DEFAULT) { print "phooo!"; } # Export &var by default, when explicitly requested, # or when the :bees, :pubs, or :ALL export set is requested... # the parens after is export are like the parens of a qw(...) sub bar :Export(:DEFAULT :bees :pubs) { print "baaa!"; } # Export &baz when explicitly requested # or when the :bees or :ALL export set is requested... sub baz :Export(:bees) { print "baassss!"; } # Always export &qux # (no matter what else is explicitly or implicitly requested) sub qux :Export(:MANDATORY) { print "quuuuuuuuux!"; } IMPORT { # This block is called when the module is used (as usual), # but it is called after any export requests have been handled. # Those requests will have been stripped from its @_ argument list } Implements a Perl 5 native version of what the Perl 6 symbol export mechanism will look like. Its very straightforward: · If you want a subroutine to be capable of being exported (when explicitly requested in the use arguments), you mark it with the :Export attribute. · If you want a subroutine to be automatically exported when the module is used (without specific overriding arguments), you mark it with the :Export(:DEFAULT) attribute. · If you want a subroutine to be automatically exported when the module is used (even if the user specifies overriding arguments), you mark it with the :Export(:MANDATORY) attribute. · If the subroutine should also be exported when particular export groups are requested, you add the names of those export groups to the attributes argument list. |
||||||||||||||
| 9 | ADO Export 1.0 |
windows | Network Internet->Database Utils | $49 |
View Detail
|
|||||||||
ADO Export is a powerful tool that can export data contained in compatible ADO - OLE DB - ODBC databases. Functioning under Windows , ADO Export connects itself to the OLE DB / ODBC Driven Databases, like MS ACCES, ORACL, MS SQL SERVE, FoxPro, and allows Data Export (including System Tables) towards the most current export formats, as towards another data base having a pilot OLE DB. ADO Export have a Wizard which allows you to finely configure all the export parameters. The export specifications can be stored for a later use. Limitations: · Limited export in trial version - 20 records |
||||||||||||||
| 10 | UMMF::Export::Java 1.02 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
UMMF::Export::Java is a code generator for JavaTemplate. SYNOPSIS use UMMF::Export::Java; my $exporter = UMMF::Export::Java->new(output => *STDOUT); my $exporter->export_Model($model); This package allow UML models to be represented as Java code. |
||||||||||||||
| 11 | Secure Export 2.2 |
windows | Utilities->Misc Encryption | Free |
View Detail
|
|||||||||
Secure Export allows you to easily encrypt and transmit confidential data to others even if the recipients do not have Secure Export installed. You can send Secure Export s self-extracting files via the Internet, diskette, e-mail, modem, etc. or securely store them for future retrieval. Download the trial version of Secure Export now and enjoy improved security in minutes. |
||||||||||||||
| 12 | DXF Export VCL 5.2.5 |
windows | Software Development->Components Libraries | $190 |
View Detail
|
|||||||||
DXF Export VCL is a developer library designed to create proper AutoCAD DXF files easily. Supported elements: · Arc · Bezier · Circle · Ellipse · Hatch · Line · MText · Point · Polyline · Rectangle · Text DXF Export VCL supports layers, colors, linestyles and other important properties. DXF Export VCL allows programmers to create DXF files as easy as possible. There are two ways of creating DXF files: · Direct DXF export when all the elements are created step-by-step employing functions like AddLine/AddArc and so on; · AutoDXF export using Windows Metafile. All you need here is to draw an image using Windows GDI functions onto DXF Exporters DC or make a metafile and pass it to the DXF Export VCL. DXF Exporter reads the Windows Metafile structure and makes a DXF file automatically. |
||||||||||||||
| 13 | Export iTunes Artwork 1.0 |
mac | Utilities->Automator Actions Workflows | Free |
View Detail
|
|||||||||
"Export iTunes Artwork" is an Automator action to export each artwork of iTunes songs to image files. It comes with a few example Automator workflows to export the artwork of the currently playing song and to export one artwork cover for each album your iTunes library. Before you can use this action, you need to import it into Automator: open the Automator application, select the Import Actions menu in the File menu. In the file dialog that appears, import the Export iTunes Artwork.action file (from the folder where this file is located). A number of example workflows are included in the Example Artwork Export Workflows folder. |
||||||||||||||
| 14 | FlySpeed Data Export 3.0 |
windows | Software Development->Databases and Networks | $95 |
View Detail
|
|||||||||
FlySpeed Data Export is the must-have tool to export your data quickly and easily. The ability to connect to almost any data source, including all the latest versions of database servers and desktop databases, and exporting to the most-popular office formats makes FlySpeed Data Export a really universal data export tool. Being originally designed for multiprocessor environment, FlySpeed Data Export achieves the highest transfer rates while working at modern multi-core systems. Take advantage of the real multiprocessor data exporting, and get your data exported like a shot! FlySpeed Data Export is able to save all export parameters to a file, thus allowing you to repeat the export process in a few mouse clicks. The command line tool lets you automate export process. Has no experience in exporting data from your database to XML, CSV, Excel or some other format? Let the FlySpeed Data Export help you. The most powerful yet simple tool is a few clicks away from you. Download now and get your data exported in seconds! Key Features: * Exporting data from MySQL and MS SQL Server via direct connection. * Exporting data from Oracle, PostgreSQL, Firebird, DB2, Sybase, Informix, dBASE and any other ODBC or OLE DB compatible data source. * Exporting data to most popular formats: CSV, Text, MS Excel, MS Access, XML and DBF. * Exporting data from tables, views and custom SQL queries. * High performance, low memory utilization, optimized for large databases. * Wide range of configuration options for each data format. * Command line tool to automate data export process. * Simple and convenient graphical user interface. |
||||||||||||||
| 15 | FlySpeed Data Export 3.0 |
windows | Software Development->Databases and Networks | $95.00 |
View Detail
|
|||||||||
|
||||||||||||||
| 16 | Export Guide 3.0 |
windows | Business Finance->Others | $49.95 to buy |
View Detail
|
|||||||||
|
||||||||||||||
| 17 | iTunes Playlist Export 1.3.1 |
linux | Multimedia->Audio | Free |
View Detail
|
|||||||||
iTunes Export provides useful features that are not included in the iTunes application. iTunes Export project is open source and freely available for use. iTunes Export currently provides the ability to export iTunes Playlists to the standard .m3u file format. Unfortunately, this feature is not included in the iTunes application and is extremely useful for users who wish to use iTunes with other applications or devices. iTunes Export provides a simple command line application that can be used to generate playlists, a Graphical UI that provides a wizard interface to exporting playlists, or a DLL that can be used by other developers to add the ability to read iTunes Music Library XML files to other applications. iTunes Export is written using C# on the .NET runtime. It should work on all versions of Windows that support .NET. The iTunesExport command line application also works on Linux using Mono 0.29 or later. |
||||||||||||||
| 18 | Tails Export 0.3.2 |
windows | System->Browser Tweak | Free |
View Detail
|
|||||||||
Firefox extension that shows and exports microformats in your Firefox browser Tails Export is an extension for showing and exporting microformats. Currently it supports the following formats: rn* hCard [export to .vcf file] rn* hCalendar [export to .ics file] rn* hReview rn* xFolk rn* Rel-license The statusbar contains a microformat logo that lights up when it detects known microformats. It is grey when it could detect none. rnrnClicking on the logo opens up the sidebar with a list of all microformats on the page. For hcards and hcalendar microformats these contain an export button.It is now possible, via options, to set which of the above formats you want to detect and/or export.Also some debug options have been added so you can see the HTML, and in case of export, the exported content. Requirements: · Firefox: 1.5 2.0.0.* |
||||||||||||||
| 19 | 2D DXF Export .NET 4 |
windows | Software Development->Components Libraries | $190.00 |
View Detail
|
|||||||||
|
||||||||||||||
| 20 | DXF Export .NET 1.0 |
windows | Software Development->Misc Programming Tools | $190 |
View Detail
|
|||||||||
DXF Export .NET is a developer library designed to help you create proper AutoCAD DXF files. DXF Export .NET is compatible with C# / VB.NET / J#. Supported elements: · Arc; · Bezier; · Circle; · Ellipse; · Hatch; · Line; · MText; · Point; · Polyline; · Rectangle; · Text; DXF Export.NET supports layers, colors, linestyles and other important properties. DXF Export.NET allows programmers to create DXF files as easy as possible. There are two ways of creating DXF files: · Direct DXF export when all the elements created step-by-step by functions like AddLine/AddArc and so on; · AutoDXF export using GDI+ Metafile. All you need here is to draw image using Windows GDI+ functions onto DXF Exporters DC or by creating a metafile and pass it to the Exporter. DXF Exporter reads the GDI+ Metafile structure and makes a DXF file automatically. |
||||||||||||||
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
