Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Try it Free
Our Free Plans just got better! | Auth0
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
PAWed is a simple, easy to use, source code editor, written for GNOME2 and utilising Scintilla, which is extensible through plugins (e.g. HTML Tidy plugin) and Python scripting.
In a nutshell it takes as input the formal specification of any text protocol in ABNF and generates the parser in C language for that grammar using lex/yacc.
IDXMLParser is a "sloppy dom" XML parser, that provides for an XPath *like* interface for querying XML elements and attributes, whilst not requiring any validation of the XML.
Pure Python implementation of GOLD Parser Engine.
GOLD Parser Engine is a LALR(1) parser with DFA tokenizer.
It uses compiled grammar table generated by GOLD Parser Builder (not included - available on http://www.devincook.com/goldparser)
RexEdit - very powerful and fast programmer's text editor. Supports highlighting for over 50 syntaxes (including C\C++, ASP, PHP, Assembler, Python, Perl, ...). Fully customizable environment. Lots of additional functions for faster text processing
An INI file parser that can read, edit and create large INI files. Usable under Microsoft Windows, DOS, Linux, etc. Supported languages are C, C++, Visual Basic, Java, TCL, Perl, Python, etc (DLL and SWIG capable).
Web documents that look similar often use different HTML tags to achieve their layout effect. These tags often make it difficult for a machine to find text or images of interest. Our goal is to implement a parser to overcome this.
Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.
Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights.
A collection of reusable software components written in Java, C# and Python including method invocation tracing, filtering and sorting, command line argument parsing/processing, delimited text file processing and application configuration file handling.
FramerD is a distributed semi-structured object database originally developed at MIT. It provides an internationalized Scheme-based scripting language, built-in text analysis tools, and special support for web scripting.
This is a python script for Windows that allows you to convert CSV files to MySQL .SQL formatted text files with ease. Untested with other database formats. Please try it out and contact me if it works.
CUTE is a Qt and Scintilla based programmers text editor. It can be extended and customized using the python programming language and is available on linux/unix. The editor supports syntax highlighting for many languages, tags files and projects.
NovaX is a set of programs that is being devloped for small company's and beginners in the fields of HTML and programming. Coded in Python and C++, this is also a good replacement for MS Office. NOTE: This requires Python to be on your PC. ( Python.org )
Piccolo is the fastest SAX parser for Java, supporting SAX1, SAX2, and JAXP (SAX only). Piccolo is different from other parsers in that it was developed using parser generators. It weighs 160K including XML APIs. See http://piccolo.sf.net for more info.
A shorthand alternative to XML. A set of software tools written in Java for dealing with text that is structured by indentation rather than with tags. The tools include a parser, an object representation, XPath evaluator, a schema validator and more.
PyTVision allows to build text UI for Python applications using Turbo Vision framework. One of it's main goals is to work under DOS using PythonD, as well as under Linux and Windows.
ODPdom is a simple non-validating DOM (Document Object Model)
parser written in C++.
It can handle relatively large XML files with the size in order of n*10 MB (pro file).
ODPdom provides a SWIG-generated interface to Python.
dbweaver provides a set of tools to extract CREATE statements from a database server and dump them to a text file. These files can be used for editing, source revision control and database migration.
NunniMJAX is a minimal java library for parsing XML. The API and functioning recall SAX and is sequential and event-driven. The parser strives to verify that the XML is well-formed, but no validation. NunniMJAX's FSM has been generated using NunniFSMGen