Main > Free Download Search >

Free parse software for mac

parse

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 249
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
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
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
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
wavesurfer parser 0.0.6

wavesurfer parser 0.0.6


Free and open source app that allows you to parse WaveSurfer files more>> For Jaguar and may work on faster classic Macs with OS 9.1 and uptodate versions of AppleScript
A Folder Action AppleScript the User attaches to a folder that will allow setting and restoring the following Finder window features:
Window size and location on the screen
View, as in Icon / List / Column
Set ToolBar visibility and, in Tiger, SideBar visibility and width
A FAwindowing script can be attached to more than window when similar configuration for multiple windows is desired
<<less
Download (3KB)
Added: 2009-03-25 License: Freeware Price: FREE
195 downloads
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
Games::Poker::HistoryParser 1.55

Games::Poker::HistoryParser 1.55


Free and open source poker hand history parser more>> Free and open source poker hand history parser

Games::Poker::HistoryParser is a library of modules used to parse poker hand histories as generated by various online poker sites.
Games::Poker::HistoryParser also includes a number of output modules that format the data in various formats, such as XML, HTML, 2+2 Forums, etc.
NOTE: Games::Poker::HistoryParser is licensed and distributed under the terms of the Artistic License.

Enhancements:
- Major changes to the testing code. For a full look at testing, get a developer release from CVS.
- Added/fixed some PokerStars parsing.

<<less
Download (25KB)
Added: 2008-10-04 License: Freeware Price: FREE
408 downloads
iTunes XML Library Parser for REALbasic 1.0

iTunes XML Library Parser for REALbasic 1.0


iTunes XML Library Parser for REALbasic - Read your iTunes XML file and parse the songs and song properties into memory more>>
XML Parser is a class that will read your iTunes XML file and parse the songs and song properties into memory where they can be manipulated by the programmer.

Completly freeware for non-commercial use.

<<less
Download (7KB)
Added: 2006-06-26 License: Freeware Price:
1222 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
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
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
lastExit 1.0.0

lastExit 1.0.0


lastExit - a widget that shows you a minimal train schedule ? information is read from an online iCal-file more>>
Will parse a schedule on a remote Server and tell you if you still have plenty of time to catch your bus (train, ferry, whatever) or if it’s late and you must hurry.

Now, no longer will you be confused with trains you missed already or that go on sundays only. All you see are departures that are relevant at the particular time you consult your dashboard, neatly arranged into categories: “missed,” “hurry,” “in time.”

On the backside of the widget you can configure, what “missed” or “hurry” means in your case. Maybe you still have 25 Minutes time left until your train actually leaves, but since you need 30 Minutes to get there — you’ve already missed it. You determine if you want to be bothered with missed trains at all and how many entries your personal schedule shall display.

Finally, the online schedule is an ordinary iCalendar file. It’s easy to make your own schedules with iCal, place them online and share them with your friends.
<<less
Download (135KB)
Added: 2006-07-19 License: Freeware Price:
1192 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5