|
|
Parse Nmea Vbnet |
All | Freeware
|
|
|
Advanced NMEA Data Logger
No need to expend days writing your own GPS data collecting application - NMEA Data Logger is here to help! The software collects GPS sentences from any device or tool in real time, transmits and acquires GPS data across LAN. ... |
October 31st 2007 |
Shareware |
 |
6,661k |
Message Parse
An email processing utility, that provides an easy and effective way to transfer data from your email to other applications you use. MsgParse exports data from your messages to user defined text files that can then be imported to other ... |
September 12th 2006 |
Shareware |
 |
8,435k |
PatchBase
Your personal software knowledgebase. Organize all your installed software's related info (as example, key codes, install/deinstall notes, patches data, patch-utility, upgrades and mode) into tree-like database with many capabilities: easy explore (like a Explorer), find (by provider, platform or name ... |
February 5th 2002 |
Shareware |
 |
573k |
GPS ActiveX
Add GPS support to your Visual Basic application or Internet Explorer web page. Works with Garmin, Magellan, Navman or any NMEA 0183 enabled GPS. Support for UTM, SPCS (NAD83/NAD27), British National Grid, Swiss Grid, Irish Grid and many more national ... |
July 26th 2003 |
Shareware |
|
115k |
RoboGEO
Geocode photos (including RAW) from a GPS. Stamp the images or write (lossless) to the EXIF headers. Create web pages using Google Maps, export KML/KMZ files to Google Earth, upload to Flickr, export shapefiles (SHP) or AutoCAD DXF files. Supports ... |
November 18th 2003 |
Demo |
|
8,475k |
Process Them
Process Them is a unique email processor that allows you automatically process all emails you have in your POP3 or in Thunderbird, Outlook Express or Microsoft Outlook e-mail client so you don't have to do it manually any more. This ... |
March 13th 2004 |
Shareware |
|
1,671k |
Commercial Printing Information - CPI
What does it do and do I need it. CPI will parse a picture file (jpg, bmp, gif and png) to gather information from the picture ie width & height, from this it works out what is the maxium size ... |
May 26th 2005 |
Shareware |
|
1,013k |
HTML parse unit
This unit allows you to parse HTML code, extract HTML elements and NAME=Value pairs. Unit contains THtmlParser class and 3 functions |
November 3rd 2004 |
Shareware |
|
35k |
ANPOP POP3 Component Build
ANPOP is a high performance and easy-to-use POP3/IMAP4 component. It enables your ASP, VB, VC++, C#, VB.NET, ASP.NET, VBS, Jscript, WScript, Delphii or other COM environment application to retrieve email from email server using POP3 and IMAP4 protocols and parse ... |
March 20th 2007 |
Shareware |
 |
849k |
Parse-O-Matic Power Tool
Parse-O-Matic Power Tool is a programmable file converter. You can extract information from data files or mine reports. Copy, delete, parse, change, edit and reformat, reading ASCII or EBCDIC text or binary files from Windows, Unix or Mac. Supported record ... |
June 21st 2005 |
Shareware |
|
1,202k |
GPS Time and Test
It is a PC Clock synchronization program. It is alternative solution to synchronizing with atomic clock using NTP(SNTP) and Internet. The program works in the interactive mode or in background. The program can be used as NMEA and COM port ... |
October 12th 2005 |
Shareware |
 |
448k |
GPS Time and Test
It is a PC Clock synchronization program. It is alternative solution to synchronizing with atomic clock using NTP(SNTP) and Internet. The program works in the interactive mode or in background. The program can be used as NMEA and COM port ... |
July 14th 2007 |
Shareware |
 |
496k |
email@Scanner
email@Scanner will parse email from either an email server, email files or one of several Macintosh email clients, selecting only those email that satisfy given criteria. Data may be extracted from anywhere within the selected email and further refined via ... |
September 14th 2011 |
Shareware |
 |
11,719k |
J4L-RBarcode for .NET
.NET Components that creates 1D and 2D barcodes for VBnet and C#. Supported symbologies include EAN, code 39, interleaved 2 of 5, UPC, code128, datamatrix, maxicode, pdf 417, macro pdf 417, QRCode, RSS14, Aztec, Codabar GS1, Aztec and more.Includes server ... |
December 21st 2011 |
Demo |
|
1,660k |
Crypt::OpenPGP:: Compressed
Crypt::OpenPGP::Compressed is a Perl module with compressed data packets.
SYNOPSIS
use Crypt::OpenPGP::Compressed;
my $cdata = Crypt::OpenPGP::Compressed->new( Data => $data );
my $serialized = $cdata->save;
my $cdata = Crypt::OpenPGP::Compressed->parse($buffer);
my $data = $cdata->decompress;
Crypt::OpenPGP::Compressed implements compressed data packets, providing both compression and decompression ... |
April 27th 2011 |
Freeware |
|
973k |
Cubulus OLAP
Cubulus is an analytic engine and a slice and dice Web interface on top of a relational database (MySQL at the moment).. alxtoth - Publisher Page of Cubulus OLAP - Downloadplex.com. Publisher of Cubulus OLAP, Author of Cubulus OLAP 0.56. ... |
November 18th 2011 |
Freeware |
|
18k |
sourcecodegen
sourcecodegen is a Python library that provides a module-level source-code generator which operates on the AST from the built-in compiler.ast module.
Note that this AST is not compatible with the new ast module in Python 2.6.
Usage:
The generator works on AST parse ... |
May 1st 2011 |
Freeware |
|
10k |
Geo::Coder::US
Geo::Coder::US is a Perl module with geocode (estimate latitude and longitude) for any US address.
SYNOPSIS
use Geo::Coder::US;
Geo::Coder::US->set_db( "geocoder.db" );
my @matches = Geo::Coder::US->geocode(
"1600 Pennsylvania Ave., Washington, DC" );
my @matches = Geo::Coder::US->geocode(
"42nd & Broadway New York NY" ... |
February 25th 2011 |
Freeware |
|
31k |
gpsd
gpsd is a service daemon that monitors one or more GPSes attached to a host computer through serial or USB ports, making all data on the location/course/velocity of the sensors available to be queried on TCP port 2947 of the ... |
April 21st 2011 |
Freeware |
|
911k |
HTML::TagFilter
HTML::TagFilter is a fine-grained html-filter, xss-blocker and mailto-obfuscator.
SYNOPSIS
use HTML::TagFilter;
my $tf = new HTML::TagFilter;
my $clean_html = $tf->filter($dirty_html);
# or
my $tf = HTML::TagFilter->new(
allow=>{...},
deny=>{...},
log_rejects => 1,
strip_comments => 1,
echo => 1,
verbose => 1,
skip_xss_protection ... |
July 11th 2011 |
Freeware |
|
20k |
|
|
Parse XML Documents Efficiently
Parse XML Documents Efficiently is an useful tutorial for the programmers to learn about different method of navigating through XML documents inorder to retrieve data from the XML documents. The author discusses about the process of using Xpath navigator class ... |
November 21st 2005 |
Freeware |
|
|
.Net iCalendar
This is a program that helps web developers to easily build iCalendar. With the help of this program web developers can either parse an iCalendar file or generate a new file. This .NET iCalendar library can be also utilized by ... |
December 20th 2005 |
Commercial |
|
|
4ASPNET POP3 .NET Component
A powerful, cheap and easy to use POP3 .NET component, which allows you to download/parse emails from POP3 server, save attachments, retrieve custom headers etc. Great help with examples (C#), free updates and support. |
December 19th 2005 |
Commercial |
|
|
A Beginner's guide to Perl
An introduction to Perl which shows users how to parse forms, and use arrays. The tutorial has been designed with comprehensive examples and step by step explanations. |
November 21st 2005 |
Freeware |
|
|
ABC Catalog
Quickly publish various databases such as product catalogs, price-lists and specifications stored as Excel tables. Simply select an Excel file from your local computer and this script will parse it. |
November 24th 2005 |
Commercial |
|
|
Ah-ha.php
This script will parse ah-ha.com XML and display it. Very easy to customize and well documented. |
November 22nd 2005 |
Freeware |
|
|
AmazonLib
AmazonLib is a PHP script utilized by Amazon.com's web services for parsing XML array's. It's an easy way to write applications using Amazon.com's web services. This script can parse Amazon.com's XML responses into an associative array and can run on ... |
November 26th 2005 |
Freeware |
|
|
ANPOP POP3 COM Object
ANPOP is an advanced POP3 COM object to retrieve and parse email from ASP or VB or other COM environment application. . It fully supports asynchronous operating mode and event firing. ANPOP supports all operations of POP3 protocol. It incorporates ... |
December 18th 2005 |
Commercial |
|
|
ANPOP POP3 Component Build
A high performance and comprehensive POP3 COM Object that supports asynchronous operating mode and event firing. Retrieve email from a mail server based on POP3 protocol and parse email based on MIME. Easily store mails in local disk. Easily converts ... |
December 2nd 2005 |
Commercial |
|
|
Apex SQL Code
Apex SQL Code is used for generating code for SQL server and it permits users to create enormous lines instantly. It supports multiple languages. This tool is based on template to generate code. Features available with this tool are, for ... |
November 22nd 2005 |
Commercial |
|
|
|
|
ZylGPSReceiver.NET 1.10
ZylGPSReceiver.NET is an event driven .NET component that communicates with a GPS receiver. It returns latitude, longitude, altitude, speed, heading and many other useful parameters of the current position and the parameters of the satellites in view. The component is ... |
February 13th 2006 |
|
|
610k |
Calculate ( Calculator )
To provide a way for a program to use dynamic formulas / expressions at run-time. For instance you could read in a formula ( with variables ) from a config file then pass that formula ( variables and all ) ... |
March 21st 2006 |
|
|
8k |
Advanced Installer Serial File Parser
This handy little app will parse serial code files created by Advanced Installer from Caphyon. |
August 24th 2006 |
|
|
102k |
tables2csv
tables2csv offers the programmer a simple, fast and effective method to collect table information from the local ODBC driver and output it to comma separated values. The csv output can be redirected to provide command line batch or script processing ... |
February 12th 2007 |
|
|
68k |
JEL, A Scripting Language
JEL (Justin's Elite Language) This is a scripting language written in delphi. With this you can parse full equations with function calls, variables, etc. Scripts are useful for extending your programs capabilities with user programming for those complicated settings. enjoy ... |
August 29th 2007 |
|
|
73k |
|
|