Main > Free Download Search >

Free parse software for mac

parse

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 251
Script Debugger 4.5.4b2

Script Debugger 4.5.4b2


Script Debugger is created to be a perfect substitute for Apples Script Editor which gives no limit on script size as well as powerful editing, debugging and dictionary tools. more>>

Script Debugger 4.5.4b2 is created to be a perfect substitute for Apple's Script Editor which gives no limit on script size as well as powerful editing, debugging and dictionary tools.

Enhancements:

  • 14840 Corrected a parsing error where # characters appearing within a block comment would cause the parser to fail to parse the remainder of the script in some instances.
  • 14844 The Manifest command once again correctly shows the events generated by a script.
  • 14852 Pressing the Tab key in the dictionary Search Results panel now moves keyboard focus to the description area of the window.
  • 14839 Corrected a terminology conflict that prevented the creation of 'f... see all new features

<<less
Download (10.8MB)
Added: 2009-09-30 License: update/patch Price: $199.00
downloads
BibDesk 1.3.22

BibDesk 1.3.22


BibDesk is a handy GUI front-end which can help with managing BibTeX databases in their original .bib form. more>>

BibDesk 1.3.22 is a handy GUI front-end which can help with managing BibTeX databases in their original .bib form. Search, organize, and cite with drag n' drop. Publish bibliographies to the web as RSS XML.

Enhancements:

  • Reopen last open file after relaunching a new version
  • Workaround for crasher due to uncommitted editors
  • Fix cmd-0 shortcut for filling field in import from text
  • Fix Remove action from contextual menu
  • Fix leaks
  • Don't get into trouble due to corrupted file preferences
  • Use correct format for linked files in "parse format" script command
  • Fix cleaning of generated linked file names
  • Be slightly more permissive accepting fo... see all new features

<<less
Download (7.6MB)
Added: 2009-09-26 License: Freeware Price: Notavailable
downloads
WaterRoof 2.2

WaterRoof 2.2


WaterRoof is considered as a powerful firewall management frontend designed with bandwidth tuning, NAT setup, port redirection, dynamic rules tracking, predefined rule sets, wizard, logs, statistics and other features. more>>

WaterRoof 2.2 is considered as a powerful firewall management frontend designed with bandwidth tuning, NAT setup, port redirection, dynamic rules tracking, predefined rule sets, wizard, logs, statistics and other features. With WaterRoof you can set up the IPFW built-in firewall easily and quickly. With the NAT Setup feature you can fine-tune your internet sharing for the home LAN, or you can also set up a full-featured dual-homed firewall for your network. Rules and network option can be stored and loaded at boot time.

WaterRoof is only a frontend so it makes use of system tools: this means that when you have finished configuring/testing your firewall, you can safely delete WaterRoof from your system, without loosing your rules. Bandwidth settings, firewall rules, NAT rules, forwarding, logging and other options will be preserved and activated at boot using launchd, following Apple guidelines. This means that WaterRoof is quite safe because it does not install any strange kernel extension or background daemon. You can also download and check WaterRoof source code, it's open.

WaterRoof can be used to learn how ipfw works: you can use predefined rule sets to test firewall behaviour, or you can use the wizard to start from scratch with a step-by-step configuration. But WaterRoof can also be used to deeply configure a ipfw firewall/router, using every ipfw option including qos (dummynet queues). English documentation included. WaterRoof is freeware and open-source.

Major Features:

  1. Uses Mac OS X built-in IPFW firewall. No kernel modules, no extensions, no pain. WaterRoof is free and open-source
  2. The most advanced Mac OS X free graphical interface for ipfw lets you create, modify, delete, move ipfw rules very quickly.
  3. Manage network bandwidth with dummynet pipes and queues
  4. Check live dynamic rules created by stateful firewall rules
  5. Watch and parse firewall logs, create raw and graphic statistics
  6. Look at active network connections, block them or limit their bandwidth on-the-fly
  7. List all applications that make network connections
  8. Manage Network Address Translation (NAT) daemon: create a basic dual-home firewall/nat/router with port redirection and forwarding
  9. Keep your favourite firewall rules active at system boot; import/export rulesets
  10. Name resolution, whois, and much more.

Requirements:

  • Mac OS X 10.4, 10.5 or 10.6.
<<less
Download (1.8MB)
Added: 2009-09-06 License: Freeware Price: Notavailable
downloads
ANTLRWorks 1.3b

ANTLRWorks 1.3b


ANTLRWorks brings users a novel grammar development environment for ANTLR v3 grammars, which combines an excellent grammar-aware editor with an interpreter for rapid prototyping and a language-agnostic debugger for isolating grammar errors. more>>

ANTLRWorks 1.3b brings users a novel grammar development environment for ANTLR v3 grammars, which combines an excellent grammar-aware editor with an interpreter for rapid prototyping and a language-agnostic debugger for isolating grammar errors. ANTLRWorks allows users to edit, visualize, interpret and debug any ANTLR 3 grammar through an easy-to-use graphical user interface.

ANTLRWorks helps eliminate grammar nondeterminisms, one of the most difficult problems for beginners and experts alike, by highlighting nondeterministic paths in the syntax diagram associated with a grammar. ANTLRWorks' goal is to make grammars more accessible to the average programmer, improve maintainability and readability of grammars by providing excellent grammar navigation and refactoring tools, and address the most common questions and problems encountered by grammar developers

Major Features:

  1. Editor
    • Single window editing
    • Syntax highlighting
    • Rule navigation tree
    • Jump to rule or token definition
    • Go To Rule
    • Find usages of tokens or rules
    • Find and Replace using regular expression
    • Sensitive keyword, rule, and token auto-completion
    • Rules and actions folding
    • Tips and ideas
    • Auto-indentation
    • Refactoring - remove left recursion, extract or inline rule, etc.
    • Show generated lexer or parser code using syntax coloring
    • Syntax diagram display for lexer and parser rule
    • Show unreachable alternative(s) in syntax diagram
    • Display nondeterminism warning as ambiguous paths through the syntax diagram
    • Highlight decision DFA
    • Rule dependency graph
    • Export syntax diagram, NFA and parse tree to bitmap image or EPS file
    • Perforce integration
    • emacs key bindings (Mac OS X only)
    • Contextual menus
    • Print
  2. Grammar interpreter
    • Dynamically interpreter any input text
    • Display parse trees as list or graph
  3. Grammar debugger
    • Local or remote debugger
    • Language agnostic
    • Dynamic parse tree
    • Dynamic AST
    • Tree grammar debugging
    • Lookahead highlighting
    • Breakpoint in grammar
    • Breakpoint in input text!
    • Breakpoint on any events - LT, consume token, exception, etc.
    • Step over rule
    • Show corresponding grammar location and parse tree node for each input token
    • Detachable panels
  4. Code generation:
    • ANTLRWorks supports code generation in any language that ANTLR knows how to generate via the output=language option.
    • For Java, however, ANTLRWorks knows how to build a test harness, compile everything, launch the parser, and connect to it--a great rapid prototyping feature when you can't use the interpreter because actions and/or semantic predicates must execute.

Enhancements:

  • New Grammar Wizard
  • StringTemplate Editor
  • Custom test rig
  • Run an input directly on the grammar
Requirements: Java 1.5 or later
<<less
Download (3MB)
Added: 2009-08-17 License: Freeware Price: Notavailable
downloads
EditiX 2009.210709

EditiX 2009.210709


EditiX is a cross-platform powerful and easy to use XML editor designed to help web authors and application programmers take advantage of the latest XML and XML-related technologies such as more>>

EditiX 2009.210709 is created as a simple yet useful XML editor that was designed to help web authors and application programmers take advantage of the latest XML and XML-related technologies such as XSLT / FO and XSD Schema. EditiX provides users with an extensive range of XML functionality within a refined IDE that guides you with intelligent entry helpers.

EditiX has realtime XPath location and syntax error detection. Helpers are also provided with context syntax popup supporting DTD, Schema and RelaxNG. EditiX supports multiple templates and project management. User can apply XSLT or FO Transformation and show the result with a dedicated view. All the process can be managed by shortcuts. EditiX includes default templates with XML, DTD, XHTML, XSLT, XSD, XML RelaxNG, SVG, MathML and XML FO.

Major Features:

  1. Project
    • Relative paths (preference application/project/relativePath for disabling it).
    • Drag'n Drop starts slowly avoiding moving by error a project branch.
    • Delete key for removing a project element.
    • Filter by document type (menu Popup).
  2. XML Tree
    • Drag and drop of nodes takes into account auto-closed elements.
    • Ctrl key while dragging for duplicating the nodes.
    • Drag and drop from the tree to the editor for copying a node.
    • Popup on a node for displaying another attribute.
  3. Editor
    • Cursor location is restored after formatting.
    • Expression highlighting (parenthesis...).
  4. Interface
    • "Close all except the current one" action.
  5. XSD Editor
    • The attribute view is by default optional (delimiters in the border).
    • The group ref view is minimized.
    • New export image action ( png or jpg ) in the designer.
    • Delete key in the visual mode is managed.
  6. XSLT Editor
    • The document type (XSLT 1.0 or 2.0) is now displayed in the XSLT window.
  7. DocBook
    • HTML help output is managed.
    • DocBook properties are available.

Enhancements:

  • Bugs fixed
    • XML catalog management fixed.
    • Couldn't parse an XML document with both a DTD and a schema.
    • Color of the '=' character could not be changed.
    • Formatting with text trimming could remove line breaks.
    • Couldn't add element in the visual mode for extension fixed.
    • Error message when importing a project for opened items.
<<less
Download (22.6MB)
Added: 2009-07-18 License: update/patch Price: $60.00
13 downloads
MKVToolnix 2.9.7

MKVToolnix 2.9.7


Parse, extract & create Matroska files. more>>

MKVToolnix 2.9.7 is developed to help you conveniently parse, extract & create Matroska files. It works under Linux, other Unices and Windows. They do for Matroska what the OGMtools do for the OGM format and then some.

<<less
Download (8.1MB)
Added: 2009-07-05 License: Freeware Price:
74 downloads
 
Other version of MKVToolnix
MKVToolnix 2.9.5Neptho Networking Solutions - Parse, extract & create Matroska files. MKVToolnix. MKVToolnix 2.9.5 offers users an ideal set of tools to create
License:Freeware
Download (8.3MB)
60 downloads
Added: 2009-06-05
jpTools 1.1.0

jpTools 1.1.0


Library that implements features like logging and parsing The general purpose of jpTools is to have some useful and handy tools to develop quick and easy robust java code more>> Library that implements features like logging and parsing

The general purpose of jpTools is to have some useful and handy tools to develop quick and easy robust java code. The main focus of jpTools is to implement general development features like logging, parsing, resource handling, etc.

Main features:
- resource handling
- logging framework (incl. Swing-GUI)
- database connection pool
- parsing framework (java 1.5 parser, sql parser, parameter parser, weblog parser etc.)
- code generating framework and tools
- profiling tool
- J2EE util classes
- communication util classes
- swing util classes

<<less
Download (2.3MB)
Added: 2009-06-14 License: GPL Price: FREE
191 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
bemDB 0.3.5

bemDB 0.3.5


Free and open source group health insurance benefit database bemDB is a free and open source group health insurance benefit and enrollment database more>> Free and open source group health insurance benefit database

bemDB is a free and open source group health insurance benefit and enrollment database.
bemDB is a software solution that strives to be HIPAA 834 compliant.

Enhancements
- Changed copyright notices to Phat Geeks, Inc.
- Changed tables structures so all have a single field primary key.
- Corrected syntax error in function prepare_member834.
- Removed parse and front end code.No longer in the scope of this project.
- Updated TODO list.

<<less
Download (41KB)
Added: 2009-06-12 License: GPL Price: FREE
180 downloads
Qore 0.7.4

Qore 0.7.4


Modular, multi-threaded, SQL-integrated, weakly-typed scripting language with procedural and object-oriented features more>> Modular, multi-threaded, SQL-integrated, weakly-typed scripting language with procedural and object-oriented features

Qore also features easy-to-use and powerful structures, data types, and operators, and a clean and easy-to-read/learn syntax.
Qore Programming Language features Oracle and MySQL DBI drivers, optional TIBCO AE integration, and easy date arithmetic, is very scalable on SMP systems, and much more.

Enhancements
- BUG FIX: fixed localtime() when called with no argument to return the current date and time as per documentation
- BUG FIX: fixed a race condition that could cause a deadlock when calling pthread_join() when Qore code calls "exit()" when multiple threads are running
- BUG FIX: fixed the Dir:listFiles() method; the mask used would not filter out directories
- BUG FIX: fixed crashes in the File class due to unsigned data type being used and the comparison (< 0) that signaled an error always failed; the crash would happen when a non-File object was read
- BUG FIX: fixed outputting recursive data structures with the %n and %N printf format specifiers (would otherwise result in a crash - for example, when an object contains a list that also contains the object, etc)
- BUG FIX: fixed object access deadlock scenarios
- BUG FIX: fixed the "-" operator with: hash-string and hash-list (also hash-=string and hash-=list) to remove the value(s) from the hash, not call the delete operator
- BUG FIX: NULL values are serialized as "null" JSON values
- BUG FIX: fixed parsing of a corner case of marginally valid XML-RPC
- BUG FIX: fixed XML-RPC serialization to handle NOTHING (no value) and NULL identically
- BUG FIX: fixed XML-RPC serialization to never output an empty element, as it could potentially break some implementations (the XML-RPC spec is not very clear on this). Note: we send empty value elements: when serializing NOTHING or NULL, which may not be correct either
- BUG FIX: do not assume that a trailing null should terminate the string when reading string data from files; include the trailing null in the string
- BUG FIX: fixed a bug parsing base64 strings when newlines and/or linefeeds trailed the base64-encoded data
- BUG FIX: fixed outputting %% as % in *printf*() functions
- BUG FIX: fixed a bug parsing hashes where the hash key was given as a constant
- BUG FIX: fixed a bug in the delete operator where shared data was being updated in place instead of copied and then updated
- BUG FIX: fixed some race conditions that could cause deadlocks with the getAllThreadCallStacks() function (not normally enabled by default)
- BUG FIX: ignore
- and
when parsing base64-encoded strings
- BUG FIX: fixed a crashing bug when trying to copy member elements of a deleted object
- BUG FIX: fixed the foreach statement when used with a reference and the break statement is used
- BUG FIX: fixed a rare reference dependency bug where system classes were being destroyed while still referenced in user code
- BUG FIX: fixed %= with a modula operand of 0 to set the lvalue to 0 (previously the expression was ignored if the modula operand was 0)
- added the abilty for a Condition variable to wait on RWLock objects as well as Mutex objects
- dereferencing a hash or object with a list will return a slice of the hash or object as a hash: ex: $hash.("key1", "key2")
- allow %include parse directives to quote the file names (ignore leading and trailing quotes around the file name)
- new Socket class methods: + Socket:isWriteFinished(): for future support for non-blocking writes + Socket:setNoDelay(): to set the TCP_NODELAY option + Socket:getNoDelay(): returns value of the TCP_NODELAY option
- new functions to allow for explicitly specifying the encoding when serializing XML-RPC strings: + makeXMLRPCCallStringWithEncoding() + makeXMLRPCCallStringArgsWithEncoding() + makeXMLRPCResponseStringWithEncoding() + makeXMLRPCFaultResponseStringWithEncoding() + makeFormattedXMLRPCCallStringWithEncoding() + makeFormattedXMLRPCCallStringArgsWithEncoding() + makeFormattedXMLRPCResponseStringWithEncoding() + makeFormattedXMLRPCFaultResponseStringWithEncoding()
- added new HTTPClient methods for manipulating the TCP_NODELAY setting: + HTTPClient:setNoDelay() + HTTPClient:getNoDelay()
- now the XmlRpcClient and JsonRpcClient constructors accept an optional second argument that, when True, will inhibit the immediate connection attempt on the socket and instead allow the socket connections to be either manually established or established on demand with the first request

<<less
Download (2.3MB)
Added: 2009-06-11 License: GPL Price: FREE
203 downloads
Reverse Snowflake Joins 0.29

Reverse Snowflake Joins 0.29


Open source tool to parse SQL Select statements and generate diagrams more>> Open source tool to parse SQL Select statements and generate diagrams

Reverse Snowflake Joins is a free and open source tool that parses SQL Select statements and generates a diagram. The diagram will show parts of the underlying SQL directly in the diagram.
For example x=30 , GROUP BY (year), HAVING MIN(age) > 18. It is easy to see cartesian joins and/or loops.

System requirements:
-

Enhancements
- If possible, aliases are displayed inside the tables they belong (previously they were displayed each in its own frame).
- Some progress with subselects, to be finalized later.

<<less
Download (713KB)
Added: 2009-06-10 License: Freeware Price: FREE
183 downloads
XML Tools 2.9.3

XML Tools 2.9.3


Allow AppleScript to parse XML data. more>> Allow AppleScript to parse XML data.

The XML Tools AppleScript Scripting Addition allows AppleScript to parse and generate XML data. XML Toolss parsing is able to generate a complete DOM-like structure, but it can also operate in a SAX-like event handling mode.

Enhancements
- The generate XML command now properly escapes " characters appearing within attribute values.

<<less
Download (418KB)
Added: 2009-06-08 License: Freeware Price: FREE
196 downloads
 
Other version of XML Tools
XML Tools 2.9.3Late Night Software Ltd. - Scripting addition to parse & generate XML data. XML Tools. XML Tools 2.9.3 is a new, easy to use but powerful AppleScript
License:Freeware
Download (418.2KB)
18 downloads
Added: 2009-06-03
XML Tools 2.9.1Late Night Software Ltd. - XML Tools is considered as a flexible and effective tool which enables AppleScript to parse and generate XML data. XML Tools. XML Tools 2.9.1 is considered
License:Freeware
Download (414KB)
downloads
Added: 2009-05-10
Addressable 2.1.0

Addressable 2.1.0


URI implementation that comes as a replacement for the Ruby standard library more>> URI implementation that comes as a replacement for the Ruby standard library

Addressable is a replacement for the URI implementation that is part of Rubys standard library.
Addressable adds support for URI and IRIs templates and more closely conforms to the relevant RFCs.
NOTE: Addressable is licensed and distributed under the terms of the MIT/X Consortium License.

Enhancements
- refactored URI template support out into its own class
- removed extract method due to being useless and unreliable
- removed Addressable:URI.expand_template
- removed Addressable:URI#extract_mapping
- added partial template expansion
- fixed minor bugs in the parse and heuristic_parse methods
- fixed incompatibility with Ruby 1.9.1
- fixed bottleneck in Addressable:URI#hash and Addressable:URI#to_s
- fixed unicode normalization exception
- updated query_values methods to better handle subscript notation
- worked around issue with freezing URIs
- improved specs

<<less
Download (126KB)
Added: 2009-06-07 License: Freeware Price: FREE
184 downloads
Traveling Salesman 1.0.2

Traveling Salesman 1.0.2


Free GPS route planner for your Mac more>> Free GPS route planner for your Mac

traveling-salesman is a GPS route-planner and navigation system based on libosm and the OpenStreetMap.

Enhancements
- 0000095: [Settings and Plugin-Management] libosm plugin.xml uses "version" instead of "plugin-version" (Marcuswolschon) - erledigt.
- 0000100: [User-Interface] give better feedback while detecting GPS-port (Marcuswolschon) - geschlossen.
- 0000101: [User-Interface] show all SEVERE log-messages via a popup (Marcuswolschon) - geschlossen.
- 0000099: [User-Interface] give better feedback while searching (status-bar, "searching..."-entry in the list) (Marcuswolschon) - geschlossen.
- 0000089: [User-Interface] localize Wizard Step 3 (Marcuswolschon) - geschlossen.
- 0000098: [User-Interface] wizard should show sand-clock while switching panels (Marcuswolschon) - geschlossen.
- 0000097: [Databases] unexpected EOF in findFreeRecords causes endless loop (Marcuswolschon) - geschlossen.
- 0000094: [User-Interface] show a "loading..." in the download-menu and wizard (Marcuswolschon) - geschlossen.
- 0000090: [traffic-messages(not driving instructions)] parse TMC-messages by Royaltek-receivers embedded in NMEA (Marcuswolschon) - geschlossen.
- 0000088: [User-Interface] Plugin-Selection does not work if there is only 1 plugin or none is selected (Marcuswolschon) - geschlossen.
- 0000087: [Route-Finding] support limits in width, height and weight (Marcuswolschon) - geschlossen.
- 0000085: [User-Interface] improve Wizard (Marcuswolschon) - geschlossen.
- 0000084: [User-Interface] localize Tab-Names in UI (Marcuswolschon) - geschlossen.
- 0000083: [User-Interface] show indeterminate progress-bar while importing map of unknown size (Marcuswolschon) - geschlossen.
- 0000079: [Settings and Plugin-Management] unnatural combobox behaviour in Settings (Marcuswolschon) - geschlossen.

<<less
Download (23.2MB)
Added: 2009-06-07 License: GPL Price: FREE
312 downloads
iTube 1.21

iTube 1.21


Widget that will allow you to see the music video to the song you are listening. more>> Widget that will allow you to see the music video to the song you are listening.

People love the album the art feature in iTunes, but it would be cooler if one could also see the music video to the song. Well now you can! (sort of)
YouTube has a stacks and stacks of music videos on their website. iTube is a free and little Dashboard widget that gets the artist and title of the song you are playing in iTunes.
iTube will then perform a search on Youtube and plays the first hit in the widget window. With a little luck, the first hit will match what you are listening to iTunes.

Enhancements
- Fixed bug where the track data from itunes is outputed in the incorrect format..
- Fixed parse error due to incorrect format of itunes track data.
- Added remote debugging for developers.

<<less
Download (79KB)
Added: 2009-05-24 License: Freeware Price: FREE
2810 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5