Ww Sax Com
Devastation is a totally FREE action game for two or more players. The goal is usually easy - kill your opponent (or if you are exceptionally clever you can play for example capture the flag...).More than 50 different weapons (from traditional guns and missile launchers to unique weapons such as...
Platforms: Win98, WinME, WinNT 3.x, WinNT 4.x, Windows2000, WinXP, Windows Vista
| License: Freeware | Cost: $0.00 USD | Size: 28.6 MB | Download (2): Devastation Download |
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: Win95, Win98, WinME, WinNT 4.x, WinXP, Windows2000
| License: Freeware | Cost: $0.00 USD | Size: 972.8 KB | Download (2): Chilkat Xml Parser Component Download |
WW.com ( World of Webcams ) Webcam puts your camera stream on the web instantly. Get a free web cam homepage and instantly meet and chat with other webcams on ww.com. Works with any PC Camera. Also, your free webcam page on ww.com includes a chatbox, photo album, webcam postcards and more. There...
Platforms: Windows 95, Windows 98, Windows Me, Windows NT 4.x, Windows 2000, Windows XP
| License: Freeware | Cost: $0.00 USD | Size: 642 KB | Download (1329): WW.com Webcam Download |
XML::SAX::Base is a base Perl class with SAX Drivers and Filters. SYNOPSIS package MyFilter; use XML::SAX::Base; @ISA = (XML::SAX::Base); This module has a very simple task - to be a base class for PerlSAX drivers and filters. Its default behaviour is to pass the input directly to the...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 20.48 KB | Download (48): XML::SAX::Base Download |
XML::SAX::Intro is an Introduction to SAX Parsing with Perl. XML::SAX is a new way to work with XML Parsers in Perl. In this article well discuss why you should be using SAX, why you should be using XML::SAX, and well see some of the finer implementation details. The text below assumes some...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 58.37 KB | Download (52): XML::SAX::Intro Download |
If you are a software developer or a hardware engineer, you may often face situations when you need information about the ability of communication ports on a typical end-user system to handle large flows of data. If looking for a reliable COM port testing and analysis tool, look no further than...
Platforms: Windows 95, Windows 98, Windows Me, Windows NT 4.x, Windows 2000, Windows XP, Windows 2003, Windows Vista
| License: Freeware | Cost: $0.00 USD | Size: 1.41 MB | Download (551): COM Port Data Emulator Download |
XML::SAX::Machine is a Perl module that can manage a collection of SAX processors. SYNOPSIS ## Note: See XML::SAX::Pipeline and XML::SAX::Machines first, ## this is the gory, detailed interface. use My::SAX::Machines qw( Machine ); use My::SAX::Filter2; use My::SAX::Filter3; my...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 43.01 KB | Download (47): XML::SAX::Machine Download |
XML::SAX2Perl is a Perl module to translate Perl SAX methods to Java/CORBA style methods. SYNOPSIS use XML::Perl2SAX; $perl2sax = XML::Perl2SAX(handler => $java_style_handler); XML::Perl2SAX is a SAX filter that translates Perl style SAX methods to Java/CORBA style method calls. This...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 64.51 KB | Download (44): XML::SAX2Perl Download |
Pod::SAX is a SAX parser for Pod. SYNOPSIS my $h = XML::SAX::Writer->new(); my $p = Pod::SAX->new( Handler => $h ); $p->parse_uri(perlpodspec.pod); Very simply, this module parses POD (or perl) files and turns the Plain Old Documentation into SAX events (which often youll use to turn into...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 14.34 KB | Download (44): Pod::SAX Download |
XML::SAX::Simple is a SAX version of XML::Simple. SYNOPSIS use XML::SAX::Simple qw(XMLin XMLout); my $hash = XMLin("foo.xml"); XML::SAX::Simple is a very simple version of XML::Simple but for SAX. It can be used as a complete drop-in replacement for XML::Simple. See the documentation for...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 16.38 KB | Download (51): XML::SAX::Simple Download |
XML::SAX is a simple API for XML. SYNOPSIS use XML::SAX; # get a list of known parsers my $parsers = XML::SAX->parsers(); # add/update a parser XML::SAX->add_parser(q(XML::SAX::PurePerl)); # remove parser XML::SAX->remove_parser(q(XML::SAX::Foodelberry)); # save parsers...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 58.37 KB | Download (52): XML::SAX Download |
Tree::Simple::SAX is a set of classes for using Tree::Simple with XML. SYNOPSIS use Tree::Simple::SAX; use XML::SAX::ParserFactory; my $handler = Tree::Simple::SAX::Handler->new(Tree::Simple->new()); my $p = XML::SAX::ParserFactory->parser(Handler => $handler); $p->parse_string(...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 4.1 KB | Download (44): Tree::Simple::SAX Download |
iCal::Parser::SAX is a Perl module to generate SAX events from an iCalendar. SYNOPSIS use iCal::Parser::SAX; my $parser=iCal::Parser::SAX->new(Handler=>SAXHandler,%args); $parser->parse_uri($file); $parser->parse_uris(@files); This module uses iCal::Parser to generates SAX events for the...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 22.53 KB | Download (47): iCal::Parser::SAX Download |
XML::SAX::Writer is a Perl module with SAX2 Writer. SYNOPSIS use XML::SAX::Writer; use XML::SAX::SomeDriver; my $w = XML::SAX::Writer->new; my $d = XML::SAX::SomeDriver->new(Handler => $w); $d->parse(some options...); Why yet another XML Writer ? A new XML Writer was needed to match...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 12.29 KB | Download (61): XML::SAX::Writer Download |
XML::SAX::ByRecord can record oriented processing of (data) documents. SYNOPSIS use XML::SAX::Machines qw( ByRecord ) ; my $m = ByRecord( "My::RecordFilter1", "My::RecordFilter2", ... { Handler => $h, ## optional } ); $m->parse_uri( "foo.xml" ); XML::SAX::ByRecord is a SAX...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 43.01 KB | Download (43): XML::SAX::ByRecord Download |
General SQL Parser COM version is valuable because it provides an in-depth and detailed analysis of SQL scripts for various databases, including Oracle, SQL Server, DB2, MySQL and Access.
Without a complete query parser like this, such a task will be impossible. You now have the chance to fully...
Platforms: Windows All
| License: Freeware | Cost: $0.00 USD | Download (0): General SQL Parser COM Download |
Emulator/Simulator Debugger Customizing Kit PDSDK COM Kit may be used to create customized windows for the M3T-PDxx and M3T-PDxxSIM debuggers, and can be linked with other applications.
The M3T-PDxx and M3T-PDxxSIM debuggers that support the PDSDK COM kit have a special interface, known as COM,...
Platforms: Windows XP, Windows Vista, 7
| License: Freeware | Cost: $0.00 USD | Download (0): Emulator/Simulator Debugger Customizing Kit PDSDK COM Kit Download |
SAX is commonly used on large XML files because they don't fit nicely into core memory necessary for the friendlier DOM API. When dealing with -really- large XML files, multiple passes over the file becomes costly. The SAX handler in this script allows you to handle an XML file multiple ways in a...
Platforms: Windows, Macintosh, *nix, Mac OSX, Linux, Python, BSD Solaris
| License: Freeware | Cost: $0.00 USD | Download (0): Multiple handlers for xml.sax parser Download |
SAX parser can report contiguous text using multiple characters events. This is often unexpected and can cause obscure bugs or require complicated adjustments to SAX handlers. By inserting text_normalize_filter into the SAX handler chain all downstream parsers are ensured that all text nodes in...
Platforms: Windows, Macintosh, *nix, Mac OSX, Linux, Python, BSD Solaris
| License: Freeware | Cost: $0.00 USD | Download (0): A SAX filter for normalizing text events Download |
This module is similar to pulldom in that it takes a stream of SAX objects and breaks it down into chunks of DOM. The differences are that it works with any DOM implementation meeting the Python DOM conventions, and that it uses simple pattern expressions to declaratively set how the DOM chunks...
Platforms: Windows, Macintosh, *nix, Mac OSX, Linux, Python, BSD Solaris
| License: Freeware | Cost: $0.00 USD | Download (0): SAX to DOM Chunker Download |
