Search Results for "java html parser" - Page 23

Showing 2102 open source projects for "java html parser"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    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. Click to perfect your product now.
    Click to perfect your product now.
  • 1

    simple C utils

    A small collection of C utilities working on POSIX/WIN32

    This is just some small utilities in C that I use and re-use in different projects. They are self-contained (except that most depend upon CUtils). It can compile and work on Linux and WIN32, most probably on any POSIX system, too. For now it contains: - CUtils: cstring, clist, "ini" files helper, tcp helpers, small XML parser - CNet: a simple message passing library for C - jCNet: a compatible CNet lib for Java - CSNet: a compatible CNet lib for C# - CPano: an equirectangular...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    AustenX

    AustenX

    A PEG based parser generator, with advanced features

    A parser generator for PEG grammars, built using Java, currently producing code for Java.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    ApacheConfParser

    Java Apache http server configuration parser

    This project is a Java Utility that is used to parse the Apache http server configuration. The distributed jar file is both a Java library and runnable jar file. Please see the Wiki section for information on jar usage. This project currently supports Apache 2.2 and Apache 2.4 with Java 1.6-1.8. Source code for this repository is hosted on github https://github.com/jrossi227/ApacheConfParser
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    java Image Album

    java Image Album

    Java Image Album (jIA) is wizard-style photo album application.

    java Image Album (jIA) is a Free Open Source easy to use wizard-style JavaTM application that generates HTML photo albums. Automatically resize your images and produce a set of HTML pages including index pages with thumbnails and detailed caption pages for each photo. Publishing a new photo album is as simple as copying a directory of images to your web directory. Java Image Album is released under the Mozilla Public License 1.1. See the license agreement for more information. Your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 5
    DummyXmlParser

    DummyXmlParser

    Java XML parser / binder

    Java XML parser. Very light. (less than 20K). Bind XML to java classes. (like JAXB). Written from scratch to avoid some legacy problems. Code sample: import javax.xml.bind.annotation.XmlElement; import dummyxmlparser.XmlBinder; public class Foo { @XmlElement public String counter; public static void main(String[] args) throws Exception{ Foo foo= XmlBinder.fromXml(Foo.class, "<Foo><counter>42</counter></Foo>"); assert foo.counter.equals("42"); } }
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    AeroDataBase

    Aircraft aerodynamic database

    A collection of aerodynamic data in HDF format. The data is used in the semiempirical models of aircraft aerodynamic coefficients. Reference: Aircraft Dynamics: From Modeling to Simulation Marcello R. Napolitano, Wiley, 2012. http://eu.wiley.com/WileyCDA/WileyTitle/productCd-EHEP002021.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Simple Java delimited and fixed width file parser. Handles CSV, Excel CSV, Tab, Pipe delimiters, just to name a few. Maps column positions in the file to user friendly names via XML. See "FlatPack Feature List" under News for complete feature list.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Sentence Parser for JAVA
    This is a code for the sentence parsing that does its job properly and FAST. The main problem is that you really need a database of abbreviations so that phrases such as "Dr. Smith" are not calculated as 2 sentences, which means that the good parser must be language dependent. I am also providing a list of all English abbreviations with the code. USAGE: parser p = new parser(); p.parseDoc("in.txt", "out.txt"); in.txt is the String for the filename that you wish to parse...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This is a apache v2.0 authentication module. Based on html form authentication and cookie authentication session. Cookie session are stored in memcache deamon. Can be used has an simple "Single Signe-On" (SSO). All the code source and the bug tracking has migrated to github: https://github.com/ZenProjects/Apache-Authmemcookie-Module All the documentation are here: https://zenprojects.github.io/Apache-Authmemcookie-Module/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 10

    ByteCode IDE

    ByteCode IDE for C++ , Java, Python, Assembly, HTML, CSS Developers

    ByteCode IDE is a C++ , Java, Python, Assembly, HTML, CSS development environment. Features : 1. Syntax Highlighting 2. Debugger 3. Sample Code Template 4. Runnable on both Linux & Windows 5. One Click Paste & Github push And many more....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    套开源的 Jspx.net Framework (简实构架)是一套开源的java一体化构架,丢掉了jsp编译的烦恼和使用tag的麻烦, 完整的架构体系,包括了ui、ioc、cache、连接池、验证、模板、数据库查询更新,工作流等丰富功能,最少的赖第三方包。b/s,c/s 构架都可以使用.为了提高易用性,学习和使用上没有使用特殊技术,语言上只使用了标准的 java 和javascript,模板语言呈现页面,支持读写分离等。特点:体积小巧,使用模板呈现页面。标准的(html+css+javascript) UI方式。其中融入了很多作者开发软件碰到的问题解决方法。
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    PyPE (Python Programmers Editor) was written in order to offer a lightweight but powerful editor for those of you who think emacs is too much and idle is too little. Syntax highlighting is included out of the box, as is multiple open documents via tabs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    A java-based parser for parsing/grabbing web sites and other text or XML documents, based on a nondeterministic parser language, creating XML output. Also contains a few utility classes for HTML, CSV and text parsing, and additional character sets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Thymeleaf Property Extractor

    Thymeleaf Property Extractor

    A Java-written extractor for all your Thymeleaf localization strings

    Thymeleaf Property Extractor (ThExtractor in short) is a java-written app that given a folder or a html file, extracts every Thymeleaf localisation tags (for example: th:text="#{myString}") to a properties file, to ease and fasten the development of your Spring web app. It's really easy to use! Just run the jar, and browse for your HTML (or a folder containing them) in the first field, and browse for a target .properties file (or create one!) in the second field. And then... do magic!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Java SQL parser, based on JavaCC. GPL v3 license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    LGML

    LGPL GML parser

    LGML is a GML parser under the LGPL license. The aim is to parse a GML document or fragment in order to get a WKT output. 2D and 3D inputs are both handled, but it is not permitted to have mixed geometries. The caller can choose if the input coordinates are parsed as X, Y, Z (if present) order, or Y, X, Z (if present) order. The willing of the project is to be a starting point useful for developers that need to parse GML objects in order to use them, for example, in the context of OGC...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    DB Sanity
    DB Sanity performs checks on a database for verifying data consistency and correctness of aplication deployments. It is invoked by command line and creates an HTML report with aggregated diagnostic summaries and listings of faulty database entries.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    The goal of this project is to provide a reusable library to transform common file formats to content objects and ContentProvider plugins to common file repositories like Filesystem, CMIS and others for iQser GIN Semantic Middleware (www.iqser.com).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SvnStat

    SvnStat

    Subversion (SVN) Statistics

    SvnStat (Subversion Statistics) generates statistical reports with graphs and charts similar to StatCvs from Subversion (svn) logs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    UnitTH - Unit Test History Matrix

    Jenkins plugin / tool for generating test history reports

    UnitTH is a tool/Jenkins plugin for generating a test history overview for the purpose of identifying problematic and unstable test cases. The Jenkins plugin version generates a spread/matrix from the test cases that have failed in the Jenkins job history to give an overview of sporadic failures. Using the stand alone tool a set of HTML test history pages will be generated from JUnit test results. The test history displays various different sortable test statistics, trends, graphs...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 21
    Geoportal Server
    Geoportal Server is a standards-based, open source product that enables discovery and use of geospatial resources including data and services.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    Aspose for Spring.Java

    Aspose for Spring.Java

    Aspose for Spring.Java provides Aspose API samples for Spring.Java.

    Aspose for Spring.Java provides usage samples / sourcecodes for the demonstration of Aspose API for Java by extending famous Spring Java PetClinic Sample Web Application. This extension of "Spring Java PetClinic Sample Web Application" also shows the Integration of Aspose APIs with Spring MVC, JSP and Maven Project. Latest Release: v1.1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    LALR(1) lexer and parser generator Java library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A java m3u8 playlist parser for Http Live Streaming. See ietf draft http://tools.ietf.org/html/draft-pantos-http-live-streaming-02 for details. See See: http://m3u8parser.chilicat.net for JavaDoc and simple Webstart application to test the parser
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    EDIFACT Parser

    an EDIFACT (ISO 9735) Parser written in Java

    an EDIFACT (ISO 9735) Parser written in Java. The Parser is Syntax 4 aware and fully supports UNA Segments. The result of the parse is a document object model.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.