Main > Free Download Search >

Free import and export software for linux

import and export

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1560
JDBCImporter 0.73

JDBCImporter 0.73


JDBCImporter provides a consistent mechanism for importing data from a file to a database. more>>
JDBCImporter provides a consistent mechanism for importing data from a file to a database, exporting data from a database to a file, and generating data.
JDBCImporter API can run from the command line using an XML config file or from inside an Ant build script. It works with CSV, fixed data, and XML files and supports numbers, strings, and date/times as database column types.
Custom classes can be used to parse different file formats, format column values into different file formats, translate column values before importing or after exporting, or allocate or release JDBC connections.
Installation:
Below are the installation steps for installing JDBC Importer:
unzip the jdbcimporter.zip file
add jdbcimporter.jar and commons-logging.jar to the CLASSPATH.
For example: set CLASSPATH=%CLASSPATH%;INSTALL_DIRlibjdbcimporter.jar;INSTALL_DIRlibcommons-logging.jar
JDBC Importer
Basic Usage:
> java [options] net.sourceforge.jdbcimporter.Importer [plugin file]
where :
config file : the import config file
plugin file : the (optional) property file that describes the plugins available during the import
options : two system properties may be set (both are optional)
jdbcimporter.engine = The import engine to use
jdbcimporter.failonerror = Flag indicating that the import should end if an error occurrs
Enhancements:
- This release fixes a bug with CSV delimiter parser.
<<less
Download (1.0MB)
Added: 2007-04-30 License: LGPL (GNU Lesser General Public License) Price:
907 downloads
MT::Import::Mbox::Importer 1.0

MT::Import::Mbox::Importer 1.0


MT::Import::Mbox::Importer is a wrapper class for importing a collection of mbox folders using MT::Import::Mbox. more>>
MT::Import::Mbox::Importer is a wrapper class for importing a collection of mbox folders using MT::Import::Mbox.

SYNOPSIS

use MT::Import::Config::Importer;

my $mt = MT::Import::Mbox::Importer->new("/path/to/config");
$mt->collect();

# You can also do this :

my $cfg = Config::Simple->new(...);
my $mt = MT::Import::Mbox::Importer->new($cfg);
$mt->collect();

This is a wrapper class for importing a collection of mbox folders into Movable Type using MT::Import::Mbox.

<<less
Download (0.007MB)
Added: 2006-06-28 License: Perl Artistic License Price:
1214 downloads
Simple Aggregator 1.1

Simple Aggregator 1.1


Simple Aggregator is a web-based news aggregator. more>>
Simple Aggregator is a Web-based news aggregator. It retrieves feeds using Mark Pilgrims Ultra Liberal feed Parser, making full use of its advanced features. It stores the feeds in a MySQL database, and displays news via a PHP frontend.
Enhancements:
- the backend is now ready for categories (planned for the next release)
- the feedsloader script now uses threads for much better performance
- the feedsloader script now periodically cleans up read entries
- the feedsloader script now traps feed encoding errors
- added OPML import and export for feeds
- moved CSS style sheets to a common external file
- small fixes mainly to the user menu links
<<less
Download (0.016MB)
Added: 2005-04-26 License: MIT/X Consortium License Price:
1641 downloads
IMS Transport 1.0.3

IMS Transport 1.0.3


IMS Transport provides a Plone product that supports importing and exporting of IMS packages. more>>
IMS Transport provides a Plone product that supports importing and exporting of IMS packages.
The IMS Transport Tool allows Plone users to upload content in the form of an IMS package.
Although preliminary support is included for popular proprietary learning management system packages, support for extending this product to handle the import or export of any IMS package is also included.
Works with:
- Plone 2.5.1
- Plone 2.5
This is the first major release of this product.
<<less
Download (0.45MB)
Added: 2007-03-10 License: GPL (GNU General Public License) Price:
962 downloads
Perl6::Export::Attrs 0.0.3

Perl6::Export::Attrs 0.0.3


Perl6::Export::Attrs - the Perl 6 is export(...) trait as a Perl 5 attribute. more>>
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.
<<less
Download (0.005MB)
Added: 2007-01-23 License: Perl Artistic License Price:
1004 downloads
KOrganizer 3.4.2

KOrganizer 3.4.2


KOrganizer is the KDE PIM/Calendar/Scheduling tool. more>>
Organizer is the calendar and scheduling application of the popular K Desktop Environment. KDE is a powerful Open Source graphical desktop environment for Unix workstations.

It combines ease of use, contemporary functionality, and outstanding graphical design with the technological superiority of the Unix operating system.

KOrganizer provides management of events and tasks, alarm notification, web export, network transparent handling of data, group scheduling, import and export of calendar files and more.

KOrganizer is fully customizable to your needs and is an integral part of the KDE PIM suite, which aims to be a complete solution for organizing your personal data.

KOrganizer supports the two dominant standards for storing and exchanging calendar data, vCalendar and iCalendar. ftp://ftp.kde.org/pub/kde/stable/3.4.2/src/kdepim-3.4.2.tar.bz2
<<less
Download (11MB)
Added: 2005-09-13 License: GPL (GNU General Public License) Price:
900 downloads
UMMF::Export::Java 1.02

UMMF::Export::Java 1.02


UMMF::Export::Java is a code generator for JavaTemplate. more>>
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.

<<less
Download (0.67MB)
Added: 2007-06-05 License: GPL (GNU General Public License) Price:
871 downloads
AbiWord for linux 2.4.6

AbiWord for linux 2.4.6


A free word processing program for Linux, full featured word processor. more>> AbiWord is a full-featured word processor originally developed by the SourceGear Corporation, and is now maintained by an open group of volunteers.
Today AbiWord compiles as a native application on a wide collection of computers and can handle an equally impressive number of file formats. In addition, AbiWords feature set includes most everything one would expect in a modern word processor, plus numerous ground-breaking and advanced features allowing it to compete with many proprietary word processors successfully. A short list of features includes:
- A familiar interface
- Outstanding file import and export, with support for MS Word, WordPerfect, and more
- Unlimited undo and redo capacity
- Solid (X)HTML export, with CSS styles support
- Images
- Spelling support, with optional underlining
- Bullets and Lists
- Styles
- Table of Contents generation and customization through the Stylist
- Complete, intuitive revisions-tracking support
- Nested tables support, nearly unmatched in the field
- Mail merge
- Bidirectional text support
Command-line and server use modes for document processing capabilities
One of the most lasting differences between AbiWord and most word processors is the default file format. Unlike documents saved normally in many competing word-processors, document saved with AbiWord is written in plainly readable text with XML markup, making it possible to use any text editor to view AbiWord documents. With this style of data storage, you can feel assured that your precious data is safe and readable, even without using the original AbiWord program that created it. Users are even free to create their own program to parse the AbiWord markup and extract data from it. No matter how AbiWord is used, users can be sure that their important data is well kept.
<<less
Download (3.51MB)
Added: 2009-04-02 License: Freeware Price: Free
204 downloads
Gourmet Recipe Manager 0.13.3

Gourmet Recipe Manager 0.13.3


Gourmet Recipe Manager is a simple but powerful recipe managing application that is intended for the GNOME desktop environment. more>>
Gourmet Recipe Manager is a simple but powerful recipe-managing application. Gourmet is intended for the GNOME desktop environment, but works on any platform that gtk supports, including windows.
Gourmet allows you to collect, search and organize your recipes, and to automatically generate shopping lists from your collection. Take a look at the screenshots for a sense of how this works.
Gourmet Recipe Manager is free software. If you want to contribute to the project and youre a python programmer, please take a look at the source code and start hacking! If you would like to use Gourmet in a language other than English, you can help translate gourmet using the rosetta web-based tool.
Simple Search
Screenshot of Search viewA simple index view allows you to look at all your recipes as a list and quickly search through them by ingredient, title, category, cuisine, rating, or instructions. Searching happens as you type to save you keystrokes, and multiple kinds of searches can easily be combined from this same view (so you can search for salads (category) with walnuts (ingredient) without having to open a separate dialog. You can easily sort recipes by clicking on the column youd like to sort by. Furthermore, for advanced users, you can search using regular expressions.
Recipe Editor
Screenshot of Search viewA recipe card view allows editing and entering individual recipes easily. It also instantly multiplies ingredient amounts if you need to multiply or divide a recipe, and even adjusts units to keep them as readable as possible (so that 2 tbs. x 4 displays as 1/2 cup). Gourmet aims to make entering ingredients as intuitive and painless as possible, while still allowing for powerful features. Major Features:
A keyed ingredient list which allows searches and shopping-list generation to understand synonyms (like aubergine and eggplant) and ignore ingredient descriptions (i.e. to treat "tomatoes, finely chopped" as "tomatoes" for the purpose of searching and generating shopping lists.
An intuitive spreadsheet-like editing interface
An alternative, fast form-like ingredient entering interface (which allows you to easily type ingredient lists without looking at the screen.
Drag-n-drop support for importing ingredient lists from your web browser or other application.
Support for pasting ingredient lists in from your clipboard.
Support for grouping ingredients within a recipe.
Support for calling another recipe as an ingredient.(Note: this allows you to use a recipe as a menu!)
Support for optional ingredients.
In addition to ingredients and instructions, you can enter information about categories, cuisines, and ratings that you can later use to search for recipes. In each case, Gourmet allows you a drop down menu of standard categories and categories youve used in the past, but also allows you to enter any custom categories you like.
You can also add images to your recipe for an attractive display. Thumbnails will be displayed in the recipe index. Currently, only HTML export supports images.
Import and Export
Gourmet includes simple and powerful import and export filters for a number of formats, including the two most common recipe formats on the web (mealmaster and mastercook).
Gourmet can import the following kinds of files:
Mealmaster Files
MasterCook text files
MasterCook XML files
Gourmet XML files
A number of popular recipe websites, such as epicurious and recipezaar
Gourmet also can import ingredient lists from a regular plain text list, which can be imported from a file, pasted from the clipboard or dragged onto the editing view.
Gourmet can export the following kinds of files:
Mealmaster files
Rich Text Format
Plain Text
Recipe Web Pages
Gourmet XML files
On GNU/Linux systems, gourmet can also export PDF or postscript files via its printing interface.
Gourmet aims to import and export as many common formats as possible. If you have a format youd like to import, please submit a feature request, or, if youre a programmer, go ahead and start writing the filter yourself!
Shopping List Manager
Screenshot of Shopping List ViewGourmet allows you to automatically generate shopping list from your recipes. You can easily multiply recipes when you add them to adjust for the number of people youre cooking for. If the units are convertable, different units used in different recipes will be added up correctly on your shoppings list (Gourmet even knows the density of some common foods to allow volume-to-weight conversions!). If Gourmet cant convert your units, the shopping list will simply display both units -- for example, the screenshot shows both tsp. and cloves of garlic, since these units cant be sensibly combined.
If you already have an item that appears on your shopping list, you can drag it into your "pantry" so it wont be included! Items added to your pantry will be remembered in the future (so you dont have to manually remove items like "water" from your shopping list every time a recipe calls for it). However, since the pantry list is shown next to the shopping list, you will always have a list at hand of all the ingredients called for by your recipes. (You can drag an item back from the pantry to the shopping list if youve run out.)
The shopping list is also automatically sorted into categories. Gourmet knows the basic categories of a number of foods (produce, meat, fish), and you can create whatever categories are convenient for your own shopping -- I use it for sorting out the basic sections and aisles of my local grocery store and those items that I get from specialty stores. You can set up shopping categories as you enter recipes, or you can move ingredients around within the shopping list view by drag and dropping or using a popup menu.
Main features:
- Simple searching and sorting
- Easy recipe editing
- Import and export from various formats
- A shopping list creator and organizer
<<less
Download (2.1MB)
Added: 2007-01-04 License: GPL (GNU General Public License) Price:
1027 downloads
imsptool 0.98

imsptool 0.98


Imsptool is a command line tool to communicate with an IMSP server. more>>
Imsptool is a command line tool to communicate with an IMSP server. It allows you to create, delete, import, and export address books.
imsptool imports and exports using the LDIF format. Netscape Messenger and LDAP directory servers such as OpenLDAP use this file format directly.
IMSP is an internet protocol designed to complement IMAP. It stores additional mail user agent configuration information, including address books. IMSP is supported by very few mailers (Simeon by Esys Corp. and Mulberry are two I know of) and is considered obsolete. The ACAP protocol was designed to replace IMSP, but caught on yet.
X.500/LDAP is becoming the standard way to store large e-mail directories.
imsptool was developed to provide an easy way to use IMSP address books in Netscape Messenger. Additionally, it can be used to migrate IMSP address books to LDAP directories.
imsptool has been compiled and tested on Linux 2.2 and Solaris 2.7. It has been tested and works with the Cyrus IMSP server version 1.5a6.
Enhancements:
- imsptool.c: fixed buggy read_literal again, implemented mailing lists on import addressbook, implemented rename command
<<less
Download (0.019MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1211 downloads
Lyrics Manager 0.2.8

Lyrics Manager 0.2.8


Lyrics Manager is an amaroK script that manages the song lyrcis. more>>
Lyrics Manager is an amaroK script that manages the song lyrcis.
Main features:
- Edit lyrics with your favorite editor
- Export lyrics to file
- Import lyrics from file
You can setup your editor (for editing) and directory with texts (for import and export) via script configuration. Script will take care of html break tags while importing and exporting lyrics text, so you can edit and store plain text with correct rendering it in amaroK.
<<less
Download (0.015MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
833 downloads
Graphical certification authority 0.6.4

Graphical certification authority 0.6.4


Graphical certification authority project is a graphical user interface to OpenSSL, RSA/DSA public keys, certificates,etc. more>>
Graphical certification authority project is a graphical user interface to OpenSSL, RSA/DSA public keys, certificates, signing requests and revokation lists.
The keys have an internal counter, counting its use to avoid a duplicate use of a key for creating a certificate or request.
The Keys are of course encrypted in the db file.
Xca supports next to the usual PEM and DER format of certificates the import and export of PKCS#12 (aka *.pfx) files and the Certificate import from PKCS#7 files.
Certificates can be created by self signing it, by signing it by an other (usually CA) certificate or by signing a PKCS#10 request. Netscape SPKAC is supported since version 0.4.6. The validity dates and x509.v3 extensions can be adjusted to fit ones needs. The use of multiple certificates in CA chains is supported and a tree view of the certificates reflects the dependencies. The application takes care to not create duplicate certificates by checking the serial number(s) on import and creation of certificates.
Certificate Templates can be used to preset the input dialog with reasonable values and to simplify the process of creating certificates and requests.
Issued certificates can be revoked and the revokation list can be created and exported. External revokation lists can be imported and examined.
Enhancements:
- This version fixes an issue where some CA signed certificates were not sorted correctly below that CA.
- Malformed certificates no longer cause a crash.
- The string encoding rules for the distinguished name can now be set in the options dialog and PKCS#10 attributes can be set and inspected.
<<less
Download (0.26MB)
Added: 2007-08-16 License: BSD License Price:
817 downloads
Krita 1.6.1

Krita 1.6.1


Krita is the KOffice paint and image editor application. more>>
Krita is a image editing and painting application for KOffice. The application is almost ready for use, and the architecture provides a solid framework to build an application on.
Because of the current unfinished state, Krita is not yet part of the regular KOffice releases, but the source is available from the KDE SVN repository. We hope to get Krita into a releasable state for KOffice 1.4.
Krita, like other KDE and KOffice applications, is free software which uses GPL Licensing. You enjoy the same rights to own, copy and modify this software with commercial and personal use, so long as you dont restrict the freedom of others to do the same.
Main features:
- Painting with brushes and colors
- Creating brushes from circles and squares
- Filling with colour and patterns
- Gradients
- Erasing
- Airbrush
- Simple geometric forms
- Many filters
- undo and redo
- Loading and saving of images in its native file format.
- Importing and exporting of images in all file formats supported by your installation of ImageMagick.
- Adding, removing, reordering and merging of layers.
- Layer transparency.
- Loading Gimp brushes, pipe brushes, gradients and patterns.
- Zoom.
- Color selection.
- Gray(A), RGB(A) and color models.
- Support for Wacom tablets.
- High-quality scaling
- Selections
- And much, much more
Or rather, what should it do, and what does it do already:
- brushes, drawing and layer editing tools (not complete)
- Color management using Little CMS
- RGB, RGBA and Grayscale color modes with adjustable color selectors. CMYK is implemented but buggy at the moment.
- Import/Export of png, jpg, xpm, tiff and bmp images, including color-indexed images. Import of gif images. (complete)
- an XML file format which saves and loads layer and channel information and full 32 bit image data (complete)
- color editing and selection tools (partly complete)
- dithering, transparency, blending and color reductions (partly complete)
- multiple views of the same image (complete)
- multiple images in the same view (complete)
- gradients and patterns (under development)
- cut,copy and paste between images and layers using rectangular area and other basic selection methods (incomplete)
- masking of selected regions during painting operations (under development)
- user-definable brushes (under development)
- adjustable zoom levels (mostly complete)
- scaling of images, selections and layers (incomplete)
- graphical access to layer and channel information (partly complete)
- import/export of xcf (Gimp) image files (complete, in as far as ImageMagick supports this)
- embedding in other KOffice apps (needs testing)
- user-oriented documentation of all the above basic functionality (incomplete)
- Scripting using kjsembed
Other planned features:
- HSV, Wet & Sticky and Wet Canvas color models
- image manipulation filters for advanced import/export
- wide range of region selection methods, including fuzzy selection and boundary detection
- scripting with the Python language
KParts architecture and plugins allow:
- plugins for effects and operation on images and selections
- additional tools
- additional filters
- components loaded as needed
<<less
Download (55.4MB)
Added: 2006-12-04 License: GPL (GNU General Public License) Price:
1076 downloads
SDE for JDeveloper (CE) for Linux 1.1 Community

SDE for JDeveloper (CE) for Linux 1.1 Community


UML Plugin for JDeveloper: UML diagrams, Rational Rose, XMI import/export,... more>> SDE for JDeveloper is a UML CASE tool/plug-in tightly integrated with JDeveloper. This UML CASE tool supports full software development lifecycle - analysis, design, implementation, testing and deployment. This UML tool helps you build quality applications faster, better and cheaper. You can draw all types of UML diagrams in JDeveloper, generate Java code, reverse engineer Java code to class diagrams and generate documentation.
SDE Features:
+the latest UML support (use case diagram, sequence diagram, collaboration diagram, object diagram, class diagram, statechart/state diagram, activity diagram, component diagram, deployment diagram)
+Use case modeling (use case description, scheduling...)
+Textual analysis for identifying candidate classes, use cases, actors, flow of events...
+Business Workflow diagram
+CRC Card diagram
+Reverse engineering - code to model, code to diagram (Java to UML models, Java to UML diagram)
+Instant Reverse for Java, XML, XML Schema, C++, Dot NET dll/exe, CORBA IDL
+Code Generation - generate code, model to code, diagram to code (UML to code, UML model to Java)
+Incremental round-trip engineering
+Automatic synchronization between source code and diagrams
+Plug-in and template
+Automatic diagram layout - rearrange classes and connectors in UML diagrams in different styles
+Import/export XMI
+Import Rational Rose
+Export diagrams to SVG, PNG, JPG
+Microsoft Visio Integration - draw UML diagrams with MS Visio shapes
+Report generator for generating UML documentation to HTML or PDF
+Version control
+Multilingual support
+More...
Other UML Modeling Tools / UML Plug-ins:
Java Platform (Linux/Windows/Mac OS X):
+SDE for Oracle JDeveloper
+SDE for IBM WebSphere (WSAD)
+SDE for Borland JBuilder
+SDE for IntelliJ IDEA
+SDE for Eclipse
+SDE for NetBeans
+SDE for Sun ONE
Windows Platform:
+SDE for Microsoft Visual Studio .NET
+More SDE...
<<less
Download (68.37MB)
Added: 2009-04-12 License: Freeware Price: Free
194 downloads
KMouth 1.1.0

KMouth 1.1.0


KMouth is a KDE program which enables persons that cannot speak to let their computer speak. more>>
KMouth is a KDE program which enables persons that cannot speak to let their computer speak, e.g. mutal people or people who have lost their voice.
Currently KMouth has an input field into which the user can type the phrases he wants to hear. Additionally the program contains a history of spoken phrases, a phrase book and word completion.
The user can select phrases from the history which he wants to be re-spoken or he can decide to put often used phrases into the phrases, so that they can be spoken with only few mouse clicks.
KMouth itself does not contain a speech synthesizer. Instead it assumes that a speech synthesizer is available in the system. Currently it either uses any shell command specified by the user or the the text-to-speech interface of KTTSD. (KTTSD, the KDE Text-To-Speech Daemon, a plug-in based KDE project that wants to provide both a standard text-to-speech interface for KDE applications and a simple-to-use configuration dialog for the user.)
Main features:
- An edit field into which you can type phrases you want to hear
- Word completion
- A history of spoken sentences from which you can select phrases which you want to be re-spoken
- A phrase book from which you can select regularly used phrases. The edit dialog for the phrase book allows you to:
- Add, edit or delete phrases and sub-phrase-books
- Assign keyboard shortcuts for phrases
- Import and export phrases and sub-phrase-books
- Import sub-phrase-books from a collection of standard-phrase books
- A configuration dialog which allows you to specify:
- The command for speaking texts
- The method of sending the text to the command (parameter or standard input)
- The character encoding for the text
- KMouth is licensed under the GNU General Public License.
<<less
Download (2.0MB)
Added: 2005-08-18 License: GPL (GNU General Public License) Price:
1529 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5