Main > Free Download Search >

Free parsed software for mac

parsed

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 247
polyparse 1.3

polyparse 1.3


This is a collection of parser combinator libraries in Haskell. more>>

polyparse 1.3 is an ideal tool for programmers. It is actually a free and open source project that includes a variety of alternative parser combinator libraries, including the original HuttonMeijer set.

The Poly sets have features like good error reporting, arbitrary token type, running state, lazy parsing, and so on. Finally, Text.Parse is a proposed replacement for the standard Read class, for better deserialisation of Haskell values from Strings.

Please note that polyparse is licensed and distributed under the terms of the LGPL license.

Some Functionality:

  • Text.ParserCombinators.Poly - Currently re-exports Text.ParserCombinators.Poly.Plain. The name Poly comes from the arbitrary token type. Thus, you can write your own lexer if you wish, rather than needing to encode lexical analysis within the parser itself.
  • Text.ParserCombinators.Poly.Plain - This is a fresh set of combinators, improving on the HuttonMeijer variety by keeping only a single success, not a list of them. This is more space-efficient, whilst still permitting backtracking. Error-handling is also much improved: there are essentially two kinds of failure, soft and hard. Soft failure just means that the current parse did not work out, but another parse might be OK. Hard failure means that no parse will succeed, because we have already passed a point of commitment. Thus you can give far more accurate error messages to the user, including multi-layered locations.
  • Text.ParserCombinators.Poly.State - This is just like Poly, except it adds an arbitrary running state parameter.
  • Text.ParserCombinators.Poly.Lazy - This is just like Poly, except it does not return explicit failures. Instead, an exception is raised. Thus, it can return a partial parse result, before a full parse is complete. The word partial indicates that, having committed to return some outer data constructor, we might later discover some parse error further inside, so the value will be partial, as in incomplete: containing bottom. However, if you are confident that the input is error-free, then you will gain hugely in space-efficiency - essentially you can stream-process your parsed data-structure within very small constant space. This is especially useful for large structures like e.g. XML trees.

Enhancements:

  • Single bugfix: Text.Parse.parseFloat now accepts ordinary floating point notation, in addition to scientific (exponent) notation.

Requirements:

  • GHC
<<less
Download (106KB)
Added: 2009-03-10 License: Freeware Price: FREE
1 downloads
PDF Parse 1.0.2

PDF Parse 1.0.2


PDF Parse is a professional and smart tool which gets a lot of PDF infos. more>>

PDF Parse 1.0.2 is a professional and smart tool which gets these PDF infos:

  • PDF type: composite, black separated, color separated.
  • Linearized.
  • Version.
  • Total page number.
  • Separation colors name.

Tested with PDFs produced with common prepress apps.

Requirements: Mac OS 8.6 - 9.2.2

<<less
Download (605.5KB)
Added: 2003-08-22 License: Freeware Price:
downloads
pas 1.0

pas 1.0


pas - Password files analyzer more>>
pas analyzes password files, sorting and translating various fields of the login to identify system administrators, shell type, shadowing method, shadow backups, and login count, as well as parsing the logins, allowing the user to browse through the password file.

It also strips partially shadowed password files of shadowed logins, preparing it for use with a password cracker.


<<less
Download (402KB)
Added: 2006-02-10 License: Freeware Price:
1360 downloads
ParserTools 0.2.0

ParserTools 0.2.0


ParserTools - Parse RSS and Atom feeds more>>
ParserTools is a scriptable faceless background application (FBA) for parsing:
- RSS and Atom feeds
- application and scripting component terminology resources.
Enhancements:
- added Terminology Suite;
- changed format of key-value list records in parse RSS
<<less
Download (200KB)
Added: 2006-03-27 License: Freeware Price:
1309 downloads
iTuneXMLparser 1.0

iTuneXMLparser 1.0


iTuneXMLparser is launched to be an essential and simple-to-use tool used to parse an iTunes XML exported library file and export the records as a text file more>>

iTuneXMLparser 1.0 is launched to be an essential and simple-to-use tool used to parse an iTunes XML exported library file and export the records as a text file (tab delimited). Text file (tab delimited) are ready to be imported in FileMaker and in any other database or spreadsheet application.

<<less
Download (3.6MB)
Added: 2009-03-24 License: Freeware Price:
downloads
Configfileparser 1.0

Configfileparser 1.0


Configfileparser - Parses a UNIX-style config file more>>
Configfileparser is an AppleScript that reads and analyzes a specific formattet UNIX-style configuration file and returns the data found as an ordered list or a record containing properties.

This is useful for writing own scripts with user configurable preferences.
<<less
Download (16KB)
Added: 2006-06-02 License: Freeware Price:
1239 downloads
Seths CSV Parser 1.2.1

Seths CSV Parser 1.2.1


Seths CSV Parser - Pair of classes to parse a CSV file more>>
The Seths CSV Parser contains a pair of classes that will enable you ro parse a CSV file in REALbasic.

Completly freeware for non-commercial use.

<<less
Download (15KB)
Added: 2006-05-22 License: Freeware Price:
1267 downloads
RSSBean 1.2

RSSBean 1.2


RSSBean is a widget mini RSS reader more>>
RSSBean is a mini RSS reader which is implemented as a Dashboard widget. Compare to other full featured RSS Reader applications, RSSBean intend to be a much simple, lightweight one with features like auto scrolling.
Enhancements:
- Fixed bug parsing feed which contains empty "description" tag.
- SGML entities can be resolved correctly.
<<less
Download (96KB)
Added: 2006-09-18 License: Freeware Price:
1134 downloads
Jericho HTML Parser 3.0

Jericho HTML Parser 3.0


Free and open source HTML parser for your Mac more>> Free and open source HTML parser for your Mac

Jericho HTML Parser is an open source Java library allowing analysis and manipulation of parts of an HTML document, including server-side tags, while reproducing verbatim any invalid or unrecognized HTML.
Jericho HTML Parser also provides high-level HTML form manipulation functions.

Main features:
- - The presence of badly formatted HTML does not interfere with the parsing of the rest of the document, which makes the library ideal for use with "real-world" HTML that chokes other parsers.
- - PHP, JSP, ASP, PSP and Mason server tags are explicitly recognized by the parser. This means that normal HTML is still parsed properly even if there are server tags inside them, which is common for example when dynamically setting element attributes.
- - It is neither an event nor tree based parser, but rather uses a combination of simple text search, efficient tag recognition and a tag position cache. The text of the whole source document is first loaded into memory, and then only the relevant segments searched for the relevant characters of each search operation.
- - Compared to a tree based parser such as DOM, the memory and resource requirements can be far better if only small sections of the document need to be parsed or modified. Incorrect or badly formatted HTML can easily be ignored, unlike tree based parsers which must identify every node in the document from top to bottom.
- - Compared to an event based parser such as SAX, the interface is on a much higher level and more intuitive, and a tree representation of the document element hierarchy is easily created if required.
- - The begin and end positions in the source document of all parsed segments are accessible, allowing modification of only selected segments of the document without having to reconstruct the entire document from a tree.
- - The row and column number of each position in the source document are easily accessible.
- - Provides a simple but comprehensive interface for the analysis and manipulation of HTML form controls, including the extraction and population of initial values, and conversion to read-only or data display modes. Analysis of the form controls also allows data received from the form to be stored and presented in an appropriate manner.
- - Custom tag types can be easily defined and registered for recognition by the parser.
- - Built-in functionality to extract all text from HTML markup, suitable for feeding into a text search engine such as Apache Lucene.
- - Built-in functionality to render HTML markup with simple text formatting.
- - Built-in functionality to format HTML source code that indents elements according to their depth in the document element hierarchy.
- - Built-in functionality to compact HTML source code by removing all unnecessary white space.

<<less
Download (2MB)
Added: 2009-04-11 License: GPL Price: FREE
203 downloads
Verilog 2005 parser 1.6

Verilog 2005 parser 1.6


A free and open source Verilog 2005 synthesizable subset parser more>>
Verilog 2005 parser 1.6 is a wonderful product which offers you a free and open source Verilog 2005 synthesizable subset parser. Verilog 2005 parser is built on ANTLR framework. This will be your excellent choice.

Enhancements:

  • Added complete parse tree.
  • Run bin/ptree to parse and build tree.
  • Next to add elaboration.
<<less
Download (850KB)
Added: 2009-05-08 License: GPL Price: FREE
13 downloads
aafigure 0.2

aafigure 0.2


A free and open source ASCII art to image converter aafigure will allow you to easily parse ASCII art figures and output them as SVG, PNG, JPEG, PDF and more more>> A free and open source ASCII art to image converter

aafigure will allow you to easily parse ASCII art figures and output them as SVG, PNG, JPEG, PDF and more. aafigure provides a Python package and a command line script.

System requirements:
- Python

<<less
Download (19KB)
Added: 2009-06-13 License: Freeware Price: FREE
188 downloads
IPS Patcher 2.0

IPS Patcher 2.0


IPS Patcher - Apply IPS patches to ROM files more>>
IPS Patcher is used for applying IPS patches to ROM files. IPS patches are generally used for translations, but can be used for gameplay modifications as well.
ROM and IPS files can be found elsewhere on the web. This application was created mainly because there were no IPS patching utilities available for MacOS X.
Enhancements:
- Gzipped ROM files are now supported transparently. If a ROM file is gzipped, it will be decompressed before patching and recompressed again after patching. If a ROM file is not gzipped, it will be patched and written out uncompressed (thanks to Norman Palardy for this)
- Binary ROM files (.bin files) are now supported
- Revamped the About window
- Added an application icon
- If the ROM file isnt a recognizable ROM (its header cant be parsed), the user is now warned and asked whether to continue or cancel
- Optimized the patching routine - it now works faster
- Dragging a file to the main window now determines if its a patch or a ROM file automatically
- Stopping a patch halfway through no longer leaves the ROM file in an unusable state (it now leaves it exactly as it found it).
<<less
Download (878KB)
Added: 2006-04-28 License: Freeware Price:
1436 downloads
RSS Growler 1.1a

RSS Growler 1.1a


RSS Growler brings users a very useful menu bar item RSS reader which is similar to RSS Menu, more>>

RSS Growler 1.1a brings users a very useful menu bar item RSS reader which is similar to RSS Menu, but designed for use with Trac. It should also work with other RSS feeds, but will provide less compelling advantages. Specifically, RSS Growler is designed for developers working on projects that are using svn Trac integration to provide commit logs and diffs through RSS.

Major Features:

  1. Multiple feed subscriptions + http authentication support
  2. Growl notifications with revision number and commit log (full log if you make sure you are access an rss feed from Trac that is "verbose=on", which you get from checking "Show full log messages" before switching to the rss view)
  3. Most recent listing of commits across all projects, with ability to customize which feeds are shown in the recent list
  4. Cached downloading of links for recent rss items -- items in the recent list can be automatically downloaded and saved to disk as a webarchive so that when you click on the link in the rss menu, it will open the page cached off the disk automatically
  5. Submenu with parsed urls or radars, allowing you to access these directly if they were in the commit log
  6. Option to see each feed as a different item in growl, for customization per feed
  7. Option to open up diff directly by clicking on growl notification

Requirements: Mac OS X 10.4 Tiger

<<less
Download (142.6KB)
Added: 2007-07-12 License: Freeware Price:
downloads
 
Other version of RSS Growler
RSS Growler 1.0the rss menu, it will open the page cached off the disk automatically Submenu with parsed urls or radars, allowing you to access these directly if they were in the commit log Option to see each feed
License:Freeware
Download (137KB)
923 downloads
Added: 2007-04-18
iTunes XML Library Parser 1.0

iTunes XML Library Parser 1.0


iTunes XML Library Parser - Realbasic class parses 10mb/sec more>>
XML Parser is a class the will read your iTunes XML file and parse the songs and song properties into memory where they can be manipulated by the programmer.

<<less
Download (7KB)
Added: 2006-06-29 License: Freeware Price:
726 downloads
JPEE 5.3

JPEE 5.3


JPEE is described as a free yet effective email extraction, filterer, verifier, exporter, manager, and emailer utility all in one economical application. more>>

JPEE 5.3 is described as a free yet effective email extraction, filterer, verifier, exporter, manager, and emailer utility all in one economical application. Take the bulk out of your email!

Major Features:

  1. Complete Email Merge Solution
  2. Unlimited Custom Tag support
  3. Conditional Tag support
  4. Inline Image Attachments
  5. Custom Message Style Creation
  6. Text OR HTML Message Editor
  7. Message Custom Tag Preview
  8. Custom Mail Header support
  9. Scheduled Mailings
  10. Multi-threaded
  11. Customizable Import from CSV or TSV delimited lists
  12. Customizable Import from vCard formated lists
  13. Create and save multiple messages for each recipient list
  14. Pre-Delivery E-mail Verification
  15. Comprehensive Post-Delivery Verification and Feedback
  16. Direct Sending using Internal Mail Transfer Agent
  17. Authenticated SMTP delivery (Prompted or Unprompted)
  18. SSL Secure Sending support
  19. Multiple SMTP Account support
  20. Filterable and Comprehensive Email Parsing Funtionality
  21. Create Customized E-mail Data Parsing Scripts
  22. Available for Windows, Mac OS X, Linux, Unix
  23. Absolutely all non-malformed email addresses parsing from just about any data source imaginable.
  24. Support for various filters including 'user defined' filters for parsing email addresses with regards to custom data included in the message headers.
  25. Preference Panel that allow users complete control over the e-mail extraction parsing rules, including adding allowable characters, number of allowable digits, maximum and minimum address lengths.
  26. Allows the ability to create 'user defined' rules for cleaning up consistently malformed list addresses.
  27. Create personalized 'Parsing Scripts'. Users can specify a target string and start and end block, followed by a series of rules to extract and format consistent tags or headers from within a raw data file or directory and add them to a JPEE list to be exported in a format of their choice.
  28. Support for removing addresses on mass from a derived file.
  29. Status statistics with regards to duplicates and malformed addresses.
  30. Extremely fast parsing.
  31. Support for various delimiters including 'user defined' delimiters when exporting lists.

Requirements:

  • Mac OS X 10.2 or higher
  • Java 1.4.x or higher
<<less
Download (7.3MB)
Added: 2006-07-17 License: Freeware Price:
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5