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

Nmea Parser freeware
Filter: All | Freeware | Demo
 

Nmea Parser

1 2 3 4 5 > 
Added: August 05, 2008 | Visits: 4.635

MPEG Parser MPEG Parser is the program for viewing of internal structure of MPEG-files. It can view fields of structures of MPEG file consists. MPEG Parser show such data about MPEG file: Resolution, Frame rate, Size, Aspect ratio, Bitrate ... Utility allows correct errors in MPEG, use for it menu item "Save...



Platforms: Windows

License: Freeware Size: 878 KB Download (1624): MPEG Parser Download

Added: March 12, 2006 | Visits: 12.986

HS NMEA GPS C Source Library 1.0 HS GPS is a software library (with full C source code) which provides access to a NMEA-183 compliant GPS receiver via a serial communications port, decoding NMEA sentences: $GPGGA, $GPGSA, $GPGSV, $GPGLL, $GPRMC and $GPVTG. Decoded parameters include: time, date, position, altitude, speed, course...





Platforms: Palm OS, Windows

License: Freeware Size: 309 KB Download (973): HS NMEA GPS C Source Library 1.0 Download

Added: August 18, 2008 | Visits: 1.663

ASP XML Parser Component A super-fast, low-memory usage, XML parser specifically designed to be used server-side in ASP scripts. This DOM based parser is many times faster than MSXML, and consumes far less memory. Great for handling large XML data files. Also includes international character codeset conversion capability.


Platforms: Windows

License: Freeware Size: 231 KB Download (537): ASP XML Parser Component Download

Released: June 12, 2012  |  Added: June 12, 2012 | Visits: 681

Chilkat Xml Parser Component Chilkat XML offers a high-performance alternative to the standard XML DOM for creating, navigating, and manipulating XML documents. The Chilkat XML parser is faster and less memory intensive, and the API is much simpler. There is only one interface, which represents a single node in a parsed XML...


Platforms: Windows

License: Freeware Size: 972.8 KB Download (432): Chilkat Xml Parser Component Download

Released: September 22, 2012  |  Added: September 22, 2012 | Visits: 638

Log Parser Lizard Log Parser is a very powerful, free and versatile tool that provides universal query access to text based data, such as log files, XML files, and CSV files, as well as key data sources on the Microsoft Windows operating system, such as the event log, IIS log, the registry, the file system, and...


Platforms: Windows

License: Freeware Size: 4.89 MB Download (426): Log Parser Lizard Download

Added: August 08, 2008 | Visits: 2.872

HS NMEA GPS C Source Library HS GPS is a software library (with full C source code) which provides access to a NMEA-183 compliant GPS receiver via a serial communications port, decoding NMEA sentences: , , , , and . Decoded parameters include: time, date, position, altitude, speed, course and heading, according to standard -...


Platforms: Windows

License: Freeware Size: 309 KB Download (398): HS NMEA GPS C Source Library Download

Released: July 16, 2012  |  Added: July 16, 2012 | Visits: 659

Nigerian Newspaper HTML Parser Nigerian Newspaper Super HTML Parser. Html Parser removes html tags from web pages. Simply and easy to use. Open and remove html tags from any html file. See the list of the removed tags. Save the results into a text file on your hard drive. Simple to use interface.


Platforms: Windows

License: Freeware Size: 555 KB Download (383): Nigerian Newspaper HTML Parser Download

Added: September 11, 2010 | Visits: 2.489

Dragon parser generator Dragon is a powerful parser generator. It produces a consequent, object-oriented, integrated scanner and parser solution. Dragon parser generator also scales for very large grammar defintions. Since dragon parses LR(1) grammars, the generation algorithm is quite CPU intensive. Using LR(1)...


Platforms: *nix

License: Freeware Size: 368.64 KB Download (242): Dragon parser generator Download

Added: August 29, 2008 | Visits: 1.699

General SQL Parser General SQL Parser is developed to help people who want to check syntax of SQL statements, pretty print out SQL statements,and parse SQL statements into a parse tree in their own program. It provides detail information about a SQL statement such as statement types (Select, insert, update, delete...


Platforms: Windows

License: Freeware Size: 1.53 MB Download (227): General SQL Parser Download

Added: April 23, 2010 | Visits: 1.467

Biblio::Citation::Parser Biblio::Citation::Parser provides a citation parsing framework. Biblio::Citation::Parser provides generic methods for reference parsers. This class should not be used directly, but rather be overridden by specific parsers. Parsers that extend the Parser class must provide at least the two...


Platforms: *nix

License: Freeware Size: 256 KB Download (219): Biblio::Citation::Parser Download

Added: August 25, 2010 | Visits: 1.874

MP3::M3U::Parser MP3::M3U::Parser is a MP3 playlist parser. SYNOPSIS use MP3::M3U::Parser; my $parser = MP3::M3U::Parser->new(%options); $parser->parse(*FILEHANDLE, $scalar, "/path/to/playlist.m3u"); my $result = $parser->result; my %info = $parser->info; $parser->export(-format => xml, -file =>...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (181): MP3::M3U::Parser Download

Added: January 18, 2010 | Visits: 1.402

Makefile::Parser Makefile::Parser is a Simple Parser for Makefiles. SYNOPSIS use Makefile::Parser; $parser = Makefile::Parser->new; # Equivalent to ->parse(Makefile); $parser->parse or die Makefile::Parser->error; # Get last value assigned to the specified variable CC: print $parser->var(CC); # Get...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (180): Makefile::Parser Download

Added: July 15, 2010 | Visits: 1.424

Shell::Parser Shell::Parser is a simple shell script parser. SYNOPSIS use Shell::Parser; my $parser = new Shell::Parser syntax => bash, handlers => { }; $parser->parse(...); $parser->eof; This module implements a rudimentary shell script parser in Perl. It was primarily written as a backend for...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (176): Shell::Parser Download

Added: July 25, 2010 | Visits: 2.051

C++ WSDL Parser C++ WSDL Parser is an efficient C++ Web services library that includes a standards compliant WSDL parser API, a Schema parser and validator, an XML parser and serializer, and an API for dynamically inspecting and invoking WSDL Web services. Whats New in This Release: - Many WSDLs can now be...


Platforms: *nix

License: Freeware Size: 573.44 KB Download (170): C++ WSDL Parser Download

Added: June 06, 2010 | Visits: 1.221

SVG::Parser SVG::Parser is a Perl module with XML Parser for SVG documents. SYNOPSIS #!/usr/bin/perl -w use strict; use SVG::Parser; die "Usage: $0 n" unless @ARGV; my $xml; { local $/=undef; $xml=<>; } my $parser=new SVG::Parser(-debug => 1); my $svg=$parser->parse($xml); print...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (146): SVG::Parser Download

Added: April 23, 2010 | Visits: 1.414

nmeap nmeap is an extensible parser for NMEA-0183 (GPS) data, written in portable C. It has a small footprint, is portable, extensible, and I/O agnostic. It is suitable for Linux, Win32, and embedded systems. It has built in support for most useful standard NMEA sentences, and is extensible to add...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (145): nmeap Download

Added: May 16, 2010 | Visits: 1.425

regular expression parser regular expression parser is a C++ regexp parser that accomplishes The Open Group specification Issue 6, IEEE Std 1003.1, 2004 Edition. regular expression parser allows you to parse input using regular expressions, and to retrieve parsed sub-expression matches in a few steps..


Platforms: *nix

License: Freeware Size: 337.92 KB Download (145): regular expression parser Download

Added: March 07, 2010 | Visits: 1.662

MultipartRequest File Upload parser MultipartRequest File Upload parser provides a HttpServletMultipartRequest class that extends the HttpServletRequestWrapper implementation to provide methods for handling multipart form data. The project supports Servlets using Java 1.2 or later. Whats New in This Release: - The API was...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (134): MultipartRequest File Upload parser Download

Added: March 14, 2010 | Visits: 1.808

iCal::Parser::HTML iCal::Parser::HTML is a Perl module to generate HTML calendars from iCalendars. SYNOPSIS use iCal::Parser::HTML; my $parser=iCal::Parser::HTML->new; print $parser->parse(type=>$type,start=>$date,files=>[@icals]); This module uses iCal::Parser::SAX and XML::LibXSLT with included...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (120): iCal::Parser::HTML Download

Added: January 15, 2010 | Visits: 842

iCal::Parser iCal::Parser is a Perl module to parse iCalendar files into a data structure. SYNOPSIS use iCal::Parser my $parser=iCal::Parser->new(); my $hash=$parser->parse($file); $parser->parse($another_file); my $combined=$parser->calendar; my $combined=iCal::Parser->new->parse(@files); my...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (119): iCal::Parser Download

1 2 3 4 5 >