flat file extractor 0.2.2
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 497
Flat File Extractor 0.2.2
Flat File Extractor can be used for reading different flat file structures and printing them in different formats. more>>
Flat File Extractor can be used for reading different flat file structures and printing them in different formats. ffe is a command line tool developed in GNU/Linux environment and it is distributed under GNU General Public License 2 or later.
Main areas of use are:
- Extracting particular fields or records from a flat file
- Converting data from one format to an other, e.g. from CSV to fixed length
- Verifying a flat file structure
- Testing tool for flat file development
- Displaying flat file content in human readable form
Main features:
- Command-line tool
- Reads standard input and writes to standard output as default
- One input file can contain several types of records (lines)
- Fields in a flat file can be fixed length or separated
- Input file structure and output definitions are independent, meaning one output format can be used with several input files
- Input file structure and output format are freely configurable, they are not predefined
- Output can be formatted e.g. as: fixed length, separated, tokenized, XML, SQL,...
- ffe tries to guess the input format, user needs not to give it as a parameter
Enhancements:
- Configuration keyword const has been added
<<lessMain areas of use are:
- Extracting particular fields or records from a flat file
- Converting data from one format to an other, e.g. from CSV to fixed length
- Verifying a flat file structure
- Testing tool for flat file development
- Displaying flat file content in human readable form
Main features:
- Command-line tool
- Reads standard input and writes to standard output as default
- One input file can contain several types of records (lines)
- Fields in a flat file can be fixed length or separated
- Input file structure and output definitions are independent, meaning one output format can be used with several input files
- Input file structure and output format are freely configurable, they are not predefined
- Output can be formatted e.g. as: fixed length, separated, tokenized, XML, SQL,...
- ffe tries to guess the input format, user needs not to give it as a parameter
Enhancements:
- Configuration keyword const has been added
Download (0.23MB)
Added: 2007-05-30 License: GPL (GNU General Public License) Price:
882 downloads
XML Extractor 0.3.0
XML Extractor is a set of tools for transforming XML-like markup into entities or well-formed XML files. more>>
XML Extractor is a set of tools for transforming XML-like markup into entities or well-formed XML files.
The sourcecode XML metadata extraction tools are intended to be used for extracting and transforming XML-like markup embedded in source code comments into syntactically correct external entities or well-formed XML files.
This can be used for JavaDoc-like code annotation, providing structured comments, or even embedding metadata used by the build process or configuration management tools.
INSTALLATION
For info and options about installing this tool, type:
# python setup.py --help
USAGE
To see usage info for this tool, type:
# python xlf_to_wfx_cli.py --help
<<lessThe sourcecode XML metadata extraction tools are intended to be used for extracting and transforming XML-like markup embedded in source code comments into syntactically correct external entities or well-formed XML files.
This can be used for JavaDoc-like code annotation, providing structured comments, or even embedding metadata used by the build process or configuration management tools.
INSTALLATION
For info and options about installing this tool, type:
# python setup.py --help
USAGE
To see usage info for this tool, type:
# python xlf_to_wfx_cli.py --help
Download (0.020MB)
Added: 2006-10-04 License: LGPL (GNU Lesser General Public License) Price:
1116 downloads
Tail Server 0.2.2
Tail server allows you to export the output of a more>>
Tail server allows you to export the output of a "tail -f" command of a log file to a TCP port, allowing it to be viewed remotely with telnet. Tail Server provides a regular expression filter to include or exclude output view.
In several circumstances the need to access on remote time-varying log file leads to write some simple scripts.
These files generated by applications like syslog, http, news, etc. are often located on different machines.
System Administrator usually logon on remote system then type:
# tail -f filename
Tail Server offers the possibliy to map on Tcp/Ip port the output of "# tail -f filename" without (each time) logging on remote systems.
Also offers output regular expressions filter in order to include or exclude strings.
Enhancements:
- Server Log File has been implemented.
<<lessIn several circumstances the need to access on remote time-varying log file leads to write some simple scripts.
These files generated by applications like syslog, http, news, etc. are often located on different machines.
System Administrator usually logon on remote system then type:
# tail -f filename
Tail Server offers the possibliy to map on Tcp/Ip port the output of "# tail -f filename" without (each time) logging on remote systems.
Also offers output regular expressions filter in order to include or exclude strings.
Enhancements:
- Server Log File has been implemented.
Download (0.011MB)
Added: 2007-01-25 License: GPL (GNU General Public License) Price:
1003 downloads
nautilus-search-tool 0.2.2
nautilus-search-tool is a Nautilus extension to have search files on popup menu. more>>
nautilus-search-tool is a Nautilus extension to have "search files" on popup menu.
<<less Download (0.35MB)
Added: 2007-07-01 License: GPL (GNU General Public License) Price:
848 downloads
libspectrum 0.2.2
libspectrum is a library designed to make the input and output of some ZX Spectrum emulator files slightly easier. more>>
libspectrum is a library designed to make the input and output of some ZX Spectrum emulator files slightly easier.
libspectrum is intended to be usable on Unix variants, Mac OS X and Win32. Currently, it is mainly (only?) used by Fuse, but other Spectrum emulator and utility authors are encouraged to use it.
Which formats does it support?
Snapshots:
read/write: .z80, .szx, .sna
read only: .zxs, .sp., .snp, +D snapshots
Tape images:
read/write: .tzx, .tap
read only: Warajevo .tap
Input recordings:
read/write: .rzx
Timex cartridges:
read only: .dck
Compressed files: reading of gzipped and bzipped files is transparently supported.
<<lesslibspectrum is intended to be usable on Unix variants, Mac OS X and Win32. Currently, it is mainly (only?) used by Fuse, but other Spectrum emulator and utility authors are encouraged to use it.
Which formats does it support?
Snapshots:
read/write: .z80, .szx, .sna
read only: .zxs, .sp., .snp, +D snapshots
Tape images:
read/write: .tzx, .tap
read only: Warajevo .tap
Input recordings:
read/write: .rzx
Timex cartridges:
read only: .dck
Compressed files: reading of gzipped and bzipped files is transparently supported.
Download (MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1125 downloads
Bakefile 0.2.2
Bakefile is cross-platform, cross-compiler generator of native makefiles. more>>
Bakefile project is cross-platform, cross-compiler native makefiles generator. It takes compiler-independent description of build tasks as input and generates native makefile (autoconfs Makefile.in, Visual C++ project, bcc makefile etc.).
Bakefiles task is to generate native makefiles, so that people can keep using their favorite tools. There are other cross-platform make solutions, but they either arent native and require the user to use unfamiliar tools (Boost.Build) or they are too limited (qmake).
Beware that Bakefile is currently under heavy development (version 0.1.x) and is very likely to change significantly and to contain bugs. It is being used for wxWidgets new build system and you can expect it to be usable for production once we fully convert wxWidgets to use it.
Enhancements:
- Bakefile was relicensed from the GPL to the MIT license.
- Support for Visual Studio 2005 project files was added.
- Many small fixes and improvements were made.
<<lessBakefiles task is to generate native makefiles, so that people can keep using their favorite tools. There are other cross-platform make solutions, but they either arent native and require the user to use unfamiliar tools (Boost.Build) or they are too limited (qmake).
Beware that Bakefile is currently under heavy development (version 0.1.x) and is very likely to change significantly and to contain bugs. It is being used for wxWidgets new build system and you can expect it to be usable for production once we fully convert wxWidgets to use it.
Enhancements:
- Bakefile was relicensed from the GPL to the MIT license.
- Support for Visual Studio 2005 project files was added.
- Many small fixes and improvements were made.
Download (0.65MB)
Added: 2007-02-13 License: GPL (GNU General Public License) Price:
986 downloads
Obscure-Extractor-GTK 0.2
Obscure-Extractor-GTK can extract data from simple and unusual archives as used by games. more>>
Obscure-Extractor-GTK can extract data from simple and unusual archives as used by games, e.g. Neverwinter Nights, Homeworld 2, BloodRayne.
Mostly a framework where I can easily add new modules when I want to have a look at the inner workings of games, though the Delphi version has some more advanced stuff like support for old InstallShield archives that would need to be ported.
<<lessMostly a framework where I can easily add new modules when I want to have a look at the inner workings of games, though the Delphi version has some more advanced stuff like support for old InstallShield archives that would need to be ported.
Download (0.012MB)
Added: 2006-07-24 License: GPL (GNU General Public License) Price:
1202 downloads
Tiny Translator 0.6
Tiny Translator is a very simple class for easily organizing dialogue outputs and creating language tables. more>>
Tiny Translator is a very simple class for easily organizing dialogue outputs and creating language tables for multilingual projects.
Tiny Translator uses flat files and does not require a database engine.
Enhancements:
- This release supports MySQL databases for storing phrases.
- It still supports flat files (comma separated).
- The translate() method was split into various methods.
- Deprecated elements were deleted.
<<lessTiny Translator uses flat files and does not require a database engine.
Enhancements:
- This release supports MySQL databases for storing phrases.
- It still supports flat files (comma separated).
- The translate() method was split into various methods.
- Deprecated elements were deleted.
Download (0.016MB)
Added: 2005-11-22 License: LGPL (GNU Lesser General Public License) Price:
1435 downloads
ParaIrc 0.2.2
ParaIrc is a simple IRC-Client i wrote for Fun. more>>
ParaIrc is a simple IRC-Client i wrote for Fun. ParaIrc is a simple IRC-Client i wrote for Fun. There may be a lot of Bugs and some parts arent coded very well, so its not the best client.
But the most important things are working, so its worth a download. Why i chose Java for this program ? I wanted to do something more complex than the usual exercises for my studys.
And I wanted to have a platform-independend program which runs on Windows, Linux, Unix or whatever. Paralrc runs only with Java 1.4.0 or higher If you have any comments, bugs or whatever post it here
Enhancements:
- changed Handling of some Errortype-Messages
- fixed MODE-Bug
- fixed Bug with marking Tabs and closing them
<<lessBut the most important things are working, so its worth a download. Why i chose Java for this program ? I wanted to do something more complex than the usual exercises for my studys.
And I wanted to have a platform-independend program which runs on Windows, Linux, Unix or whatever. Paralrc runs only with Java 1.4.0 or higher If you have any comments, bugs or whatever post it here
Enhancements:
- changed Handling of some Errortype-Messages
- fixed MODE-Bug
- fixed Bug with marking Tabs and closing them
Download (0.105MB)
Added: 2006-06-16 License: GPL (GNU General Public License) Price:
1227 downloads
LibAran 0.2.2
LibAran is a 2D/3D Fast Multipole Method software library. more>>
LibAran is a 2D/3D Fast Multipole Method software library.
Main features:
- 2D FMM algorithms through Laurent Series.
- 3D FMM algorithms through complex spherical harmonics series. These series can handle Newton/Coulomb potentials. Sparse translationoperators (O(p^3) complexity) are included.
- Dynamic QTree/OcTree LibVsg (VsgPRTree2d and VsgPRTree3d) particles filtering.
<<lessMain features:
- 2D FMM algorithms through Laurent Series.
- 3D FMM algorithms through complex spherical harmonics series. These series can handle Newton/Coulomb potentials. Sparse translationoperators (O(p^3) complexity) are included.
- Dynamic QTree/OcTree LibVsg (VsgPRTree2d and VsgPRTree3d) particles filtering.
Download (0.45MB)
Added: 2007-01-26 License: LGPL (GNU Lesser General Public License) Price:
1002 downloads
EntityForge 0.2.2
EntityForge is a 3D graphical media display, animation, and manipulation tool. more>>
EntityForge is a 3D graphical media display, animation, and manipulation tool. EntityForgeEntityForge allows artists and animators to try out their work.
Its intended for several uses:
- WYSIWYG (What You See Is What You Get) display of character models and animations in a game engine environment.
- Conversion of character models and animations to and from various formats and packaging styles, with emphasis on Cal3D.
- Limited model post-editing. (Material swaps, animation weighting, etc.)
- Object composition for packaging and distribution by artists and world developers.
What actually works:
- Load Cal3d model and animation sets and render in realtime, fully textured and in wireframe.
- Animation tryout, including blending weight adjustments for multiple simultaneous animations.
- Toggle rendering of individual meshes.
- Arbitrarily change material assignments for individual meshes.
Enhancements:
- The code was updated for the latest versions of cal3d, gtkglextmm, and sigc++.
<<lessIts intended for several uses:
- WYSIWYG (What You See Is What You Get) display of character models and animations in a game engine environment.
- Conversion of character models and animations to and from various formats and packaging styles, with emphasis on Cal3D.
- Limited model post-editing. (Material swaps, animation weighting, etc.)
- Object composition for packaging and distribution by artists and world developers.
What actually works:
- Load Cal3d model and animation sets and render in realtime, fully textured and in wireframe.
- Animation tryout, including blending weight adjustments for multiple simultaneous animations.
- Toggle rendering of individual meshes.
- Arbitrarily change material assignments for individual meshes.
Enhancements:
- The code was updated for the latest versions of cal3d, gtkglextmm, and sigc++.
Download (0.18MB)
Added: 2006-05-22 License: GPL (GNU General Public License) Price:
1251 downloads

Unix configuration extractor 4
The Unix configuration extractor is a script more>> The Unix configuration extractor is a script that runs on the server to extract necessary security configurations. This script doesnt make any changes to the server other than creating the dump files<<less
Download (19KB)
Added: 2009-03-31 License: Freeware Price: Free
206 downloads
XML Cleaner 0.2.2 beta
XML Cleaner is an XML filter and validator, similar to xmllint. more>>
XML Cleaner is a command line utility to filter and validate XML files.
XML Cleaner is written in Ada 9X and so it rather fast.
XML Cleaner is an XML filter and validator, similar to xmllint. It can remove superfluos namespace declarations from an XML file, expand XML entities, recode XML files, and more.
Main features:
- removes superfluous namespace declarations;
- Unicode support;
- (More to implement: XML validation, XML canonicalization, reformatting, whitespace removal, comments removal, XML charset recoding, XInclude processing, inplace file modification, etc.; XML Cleaner is to grow into a full featured command line XML filter and validator.)
XML Cleaner is developed to become xmllint replacement.
Enhancements:
- An option to choose whether or not to escape apostrophes and quotes in output was added.
<<lessXML Cleaner is written in Ada 9X and so it rather fast.
XML Cleaner is an XML filter and validator, similar to xmllint. It can remove superfluos namespace declarations from an XML file, expand XML entities, recode XML files, and more.
Main features:
- removes superfluous namespace declarations;
- Unicode support;
- (More to implement: XML validation, XML canonicalization, reformatting, whitespace removal, comments removal, XML charset recoding, XInclude processing, inplace file modification, etc.; XML Cleaner is to grow into a full featured command line XML filter and validator.)
XML Cleaner is developed to become xmllint replacement.
Enhancements:
- An option to choose whether or not to escape apostrophes and quotes in output was added.
Download (0.026MB)
Added: 2005-10-03 License: GPL (GNU General Public License) Price:
1483 downloads
gdiff-ext 0.2.2
gdiff-ext is a file manager context menu extension to launch comparison tools. more>>
gdiff-ext is a file manager context menu extension to launch comparison tools.
gdiff-ext is a Nautilus context menu extension to launch file comparison tools.
<<lessgdiff-ext is a Nautilus context menu extension to launch file comparison tools.
Download (0.25MB)
Added: 2007-02-09 License: GPL (GNU General Public License) Price:
988 downloads
wmstradio 0.2.2
wmstradio is a doc app that acts as a radio for streamed media. more>>
wmstradio is a doc app that acts as a radio for streamed media. It reads a list of "channels" and allows them to be selected in a radio like interface. wmstradio launches Real Player connecting to the site that you select.
The only configuring wmstradio needs is a list of RealAudio sites to connect to. This is provided through a directory called ~/.wmstradio which contains link files to the sites. These link files are what you get when you try to save the link through a web browser. They are text files containing a URL to the server real audio streamer. The name of this file is used as the name of the chanel in the wmstradio display window.
Enhancements:
- BUGFIX: shaifuljahari at yahoo.com pointed out that an empty .wmstradio directory caused the app to core on load. Fixed.
- MISC: Empty directories are now detected at load, and during the lifetime of the app. Appropriate error message given on standard error and lcd.
- DOCUMENTATION: CREDITS added.
<<lessThe only configuring wmstradio needs is a list of RealAudio sites to connect to. This is provided through a directory called ~/.wmstradio which contains link files to the sites. These link files are what you get when you try to save the link through a web browser. They are text files containing a URL to the server real audio streamer. The name of this file is used as the name of the chanel in the wmstradio display window.
Enhancements:
- BUGFIX: shaifuljahari at yahoo.com pointed out that an empty .wmstradio directory caused the app to core on load. Fixed.
- MISC: Empty directories are now detected at load, and during the lifetime of the app. Appropriate error message given on standard error and lcd.
- DOCUMENTATION: CREDITS added.
Download (0.019MB)
Added: 2006-08-03 License: GPL (GNU General Public License) Price:
1177 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above flat file extractor 0.2.2 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed