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

File Parser Perl freeware
Filter: All | Freeware | Demo
 

File Parser Perl

< 1 2 3 4 5 > 
Added: March 15, 2010 | Visits: 870

Perltidy Perltidy is a Perl script which indents and reformats Perl scripts to make them easier to read. If you write Perl scripts, or spend much time reading them, you will probably find it useful. Configuration Files While style preferences vary, most people would agree that it is important to...



Platforms: *nix

License: Freeware Size: 317.44 KB Download (94): Perltidy Download

Added: May 10, 2013 | Visits: 521

Parsing out EDI messages A parser I designed to work with HIPAA EDI files. It reads in files and spits out the individual segments without terminators.Requires Python 2.3 or greater. (Use can probably use Python 2.2 with from __future__ import generators at the top...)This parser is currently in use to work with...





Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (59): Parsing out EDI messages Download

Added: November 14, 2010 | Visits: 1.167

Net::FTP Net::FTP is a FTP Client class. Net::FTP is a class implementing a simple FTP client in Perl as described in RFC959. It provides wrappers for a subset of the RFC959 commands. FTP stands for File Transfer Protocol. It is a way of transferring files between networked machines. The protocol...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (99): Net::FTP Download

Added: November 22, 2010 | Visits: 1.066

Acme::OneHundredNotOut Acme::OneHundredNotOut is a raise of the bat, a tip of the hat. I have just released my 100th module to CPAN, the first time that anyone has reached that target. As some of you may know, I am getting ready to go back to college and reinvent myself from being a programmer into being a...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (95): Acme::OneHundredNotOut Download

Added: October 13, 2010 | Visits: 714

ExtUtils::SVDmaker ExtUtils::SVDmaker is a Perl module to create CPAN distributions. SYNOPSIS use ExtUtils::SVDmaker; $svd = new ExtUtils::SVDmaker( @options ); $svd = new ExtUtils::SVDmaker( %options ); $svd->vmake( @targets, %options ); $svd->vmake( @targets ); $svd->vmake( %options ); The...


Platforms: *nix

License: Freeware Size: 276.48 KB Download (90): ExtUtils::SVDmaker Download

Added: January 24, 2010 | Visits: 800

Apache2::AuthenMSAD Apache2::AuthenMSAD is a Perl module with Microsoft Active Directory authentication for Apache. SYNOPSIS < Directory /foo/bar > # Authentication Realm and Type (only Basic supported) AuthName "Microsoft Active Directory Authentication" AuthType Basic # Authentication method/handler...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (91): Apache2::AuthenMSAD Download

Added: May 10, 2013 | Visits: 711

Multiple STDOUT This script demonstrates how to open STDOUT twice so you can echo to the console and also write to a file.Usage - >perl stdout.pl


Platforms: Windows, Mac, *nix, Perl, BSD Solaris

License: Freeware Download (67): Multiple STDOUT Download

Added: May 10, 2013 | Visits: 379

Easy file parsing This script is useful for making easy and human to write definition files for whatever use.For example, lets say you are writing a simulator and you need an easy, human way to define parts about a given world like light sources, obstacles, and dimensions.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (56): Easy file parsing Download

Added: May 10, 2013 | Visits: 465

vCardPHP vCardPHP parses a vCard file and displays the results as a Web page. Many address book programs export their data as a vCard file such as gnomecard and the Palm desktop.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (56): vCardPHP Download

Added: June 26, 2013 | Visits: 313

TinyXML TinyXML is a simple, small, C++ XML parser that can be easily integrating into other programs. I found myself writing a text file parser every time I needed to save human readable data or serialize objects; I created TinyXML to solve the text I/O file once and for all. (Or, as a friend said, end...


Platforms: Mac

License: Freeware Size: 286.72 KB Download (42): TinyXML Download

Added: February 12, 2010 | Visits: 934

AudioLink .AudioLink is a tool that makes searching for music on your local storage media easier and faster. Your searches can include a variety of criteria, like male artists, female artists, band, genre, etc. It is flexible, you have options of using a command line interface, multiple choices of GUIs,...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (96): AudioLink Download

Added: May 18, 2010 | Visits: 674

Robotworld Robot World aims to be a distributed physical environment inhabited by programmable robots, spanning across countless computers on the internet in true peer-to-peer fashion. Robot World components: - Parser / compiler compiles robot programs into byte code, stored in a .xml file - Inject -...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (94): Robotworld Download

Added: April 11, 2010 | Visits: 941

Audio::Data Audio::Data is a module for representing audio data to perl. SYNOPSIS use Audio::Data; my $audio = Audio::Data->new(rate => , ...); $audio->method(...) $audio OP ... Audio::Data represents audio data to perl in a fairly compact and efficient manner using C via XS to hold data as a C...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (100): Audio::Data Download

Added: October 09, 2010 | Visits: 892

FakeNES FakeNES project is a portable, Open Source NES emulator which is written mostly in pure C, while using the Allegro library for multi-platform capabilities. Currently supported systems are Windows 9x/2000/Me/XP, 32-bit DOS, Linux, FreeBSD, QNX, BeOS, and Mac OS X. However, it should run on any...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (109): FakeNES Download

Released: August 07, 2012  |  Added: August 07, 2012 | Visits: 413

LogFusion LogFusion is a powerful log monitoring tool that makes parsing your logs easy. Take advantage of LogFusion's Row Highlighting and Text Filtering features to quickly filter your log and only show the relevant lines you are looking for. Use the Custom Columns feature to let LogFusion parse and...


Platforms: Windows

License: Freeware Download (51): LogFusion Download

Added: May 10, 2013 | Visits: 608

libexif Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. The EXIF library allows you to parse an EXIF file and read the data from those tags. Features: - is a library written in pure C. - reads and writes EXIF metainformation from...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (60): libexif Download

Added: September 11, 2013 | Visits: 293

ProDy ProDy is a Python package designed for protein structural dynamics analysis. ProDy is developed by Ahmet Bakan and licensed under the GPLv3. New features and functions are constantly being added to ProDy. The following are the main features that are present and working fine: Protein structure...


Platforms: Mac

License: Freeware Size: 481.28 KB Download (43): ProDy Download

Added: November 12, 2013 | Visits: 351

criticism criticism enforces coding standards and promotes best-practices by running your file through Perl::Critic before every execution. In a production system, this usually isn't feasible because it adds a lot of overhead at start-up. If you have a separate development environment, you can effectively...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (40): criticism Download

Added: May 16, 2010 | Visits: 1.268

Sys::Manage::Cmd Sys::Manage::Cmd - Systems management command volley. SYNOPSIS Command line script use Sys::Manage::Cmd; my $s =Sys::Manage::Cmd->new(); # Script associations (see also embedded in source): $s->{-assoc}->{.ftp}=sub{[ftp,-n,-s:loginfile,!elem!,<,$_[1]->[0]]}; # Target collections:...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (103): Sys::Manage::Cmd Download

Added: May 11, 2010 | Visits: 1.168

zeMail zeMail is a minimalist webmail package written in Mason. It implements the basic features one would expect from an IMAP mail client, displaying folder and message contents, handling attachments and allowing you to move, mark and purge your messages. zeMail package is written in plain HTML, and...


Platforms: *nix

License: Freeware Size: 80.9 KB Download (107): zeMail Download

< 1 2 3 4 5 >