Showing 2331 open source projects for "php-simple-html-dom-parser"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    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.
    Try free now
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    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
  • 1
    vsd2svg

    vsd2svg

    vsd2svg converts Visio VSD files into SVG

    vsd2svg is a simple converter tool that converts Visio VSD files into SVG. It builds on libvisio.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2

    Rock CMS

    Rock cms, un script php que piensa por si mismo.

    Es una "cms" basada en tecnología php que incluye numerosas novedades, además de una agradable tecnología y entorno de trabajo orientado a diseñadores. Es fácil de manejar, está orientada tanto a profesionales como a novatos. El núcleo va encriptado, lo demás es de lenguaje libre (plantillas y archivos de idioma).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    zoServices

    zoServices

    webservices using JSON RPC 2.0 for PHP and Javascript

    This project helps the creation of web services using JSON RPC 2.0 specification, across multiple programming languages​​. The main point of this is to help developers build Web services in a simple way and focus only on the logistics and programming functionality. zoServices provide the server/client infrastructure to comunicate their services via internet. Please Review our projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A simple text process library, aims to assist parsing all kinds of text including plain text, XML, HTML, etc., which means it can be used as a simple XML parser or a HTML parser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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.
  • 5

    App development kit

    Create Apps for Windows in pure HTML/JS

    This SDK leverages the windows trident engine to process javascript and render HTML as desktop applications. It provides background threading, multiple window management, skinning, file and registry access and much more. It is also possible to create your own plug-ins. We have used it successfully to create complex HTML applications, including several security suites and installation wizards. As an installation wizard tool it is very powerful: download only those files you need...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Time-Tracking/Project-Planning Software
    Time Tracking software works on a web based application and enables the organization to keep records of similar task’s timelines assigned to different employees, or actual time spent on particular projects. Technologies Used : C# .Net, Ajax, MS-SQL Server
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Conversor de ficheros en un formato de etiquetado origen a un formato de etiquetado destino: el parser que permite convertir ficheros de un formato a otro, está herramienta fue creada por la necesidad de convertir formatos en fichero RDF:DC a formato OWL para poder ser utilizado en Protègè. Posee un sistema de configuración de etiquetas origen y etiquetas destino, siendo posible la conversión de múltiples formatos diferentes. El programa está realizado en lenguaje JAVA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Buscador semántico y ontológico: está compuesto de distintas partes programas en diferentes lenguajes: a. Ficheros PHP b. Ficheros en JavaScript (AJAX) c. Hojas de estilo CSS d. Necesidad de instalación de servidor APACHE y TomCat para su correcto funcionamiento. e. Descripción breve del funcionamiento: Mediante los ficheros PHP, con formularios que recogen la información a través variables POST y GET actúa en conjunto con los ficheros en JavaScript (AJAX) y envían la petición al servidor...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    cextools

    Command line helpers for Conexp files.

    Some small command line programs and a file parser for Concept Explorer (conexp) written in C++. Currently features include: Converters from concept explorer into PDF, PostScript, SVG and PovRay, a modified 3D Freese layout.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build apps or websites quickly on a fully managed platform Icon
    Build apps or websites quickly on a fully managed platform

    Get two million requests free per month.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure.
    Try it for free
  • 10
    The DocBook Publishing Utilities tools, which make creation and publishing of DocBook easier. The tools are: Maven plug-in to Transform HTML into XML (use after docbkx); Eclipse DocBook table editor; Eclipse wizards for initial DocBook files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Special Characters HTMLizer

    Special Characters HTMLizer

    Automatically converts special characters to their HTML codes.

    Especially aimed at German and Turkish special characters, this small tool only offers one JEditorPane for input (left) and output (right) each, and a button. When the button is clicked, the contents of the left editor field are processed and delivered to the right editor field.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    WFM Reader

    WFM Reader

    WFM file reader and exporter

    ====== DISCLAIMER ====== Since 2018 WFM reader is out of date. Thanks for using it for several years :) Please use official WFM-file format description (pdf) located at: http://download.tek.com/manual/001137803web_0.pdf ====== DISCLAIMER ====== ====== OBSOLETED DESCRIPTION ====== WFM reader and exporter is the simple application to read WFM file that produced by Tektronix/Rigol oscilloscopes. In the version 2.0: - Recovered the tabbed interface - Added Zooming/Scrolling - Added...
    Leader badge
    Downloads: 26 This Week
    Last Update:
    See Project
  • 13
    A set of XSL scripts to produce a formatted curriculum vitae or resume from an HR-XML source document.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Recursive Interpretation for XML

    An interface for recursive descent XML Parsing

    RIX common interface for parsing XML using recursive descent. It merges the 1-pass behavior of SAX with the ease of tree manipulation attributed to DOM. In short, RIX works by allowing client code to provide their production rules for any point in the parse tree. There are several advantages of RIX compared to DOM and SAX. DOM gives a full snapshot of the document being parsed, while RIX might be useful for when the document can be interpreted in one pass. Meanwhile, RIX lessens the overhead...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    spt::json

    Simple JSON API for Qt4

    A SAX style JSON parser for Qt4. A simple object model using QVariant is available for projects where custom data models are not used. A DOM style parser that parses JSON into the object model is also available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    *** IMPORTANT NOTICE *** The source code of the earliest version of LODE is now available at http://www.github.com/essepuntato/LODE Even if the SourceForge repository is still active, it concerns old versions of the tool and it is not maintained anymore. *** SERVICE DESCRIPTION *** LODE is a service that extracts axioms and annotations from an OWL ontology, and renders them as ordered lists, together with their textual definitions, in a human-readable HTML page designed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Web Groundwork and Superstructure == Groundwork provides a framework for building upon the Superstructure which provides web appliances and plugin frameworks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    RSS Reader in PHP (RSS, ATOM feed)
    Multi-user, full-featured, web-based RSSReader was developed for server based reading of RSS channels. It was developed to keep data on our own server and to support protected feed from internal sources. Web-based RSS Reader was created for ASW Systems - http://www.septim.cz.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    DocFrac is a document converter that can convert between RTF, HTML and ASCII text. This includes RTF to HTML and HTML to RTF. Supports text formatting (e.g. bold); tables; and most European languages. Available for Windows; Linux; ActiveX and DLL.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    this is a chm help creator that makes chm files out of word docs or htmls very fast and easy اين برنامه براي ساختن سريع فايل هاي chm از فايل هاي ورد و html نوشته شده.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    COBOL XML File Parser

    COBOL XML file parser

    This program is intended to process an XML formatted file of data in one pass rather than record by record. The program does not handle "Attributes".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Meresco is both an OAI Data Provider and a Service Provider. SourceForge is only used to host the source control (subversion). Sources: http://sources.meresco.org/ Binaries: http://repository.cq2.org/ Mail: http://groups.google.com/group/meresco
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    QRMAN

    QRMAN

    Url Shortener and QR Codes Generator

    QRMAN an open source Url Shortener and QR Code generator with excellent features. Create, Manage, track Qr codes. Excellent statistics for every QR codes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    SchemaForms is a toolkit for building HTML form from an XML data file and an XML-Schema specification. Supports basic data types (string, checkbox, enumeration,..) but is easily extensible to custom data types.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    vcf2csv

    (abandoned and outdated project) convert vcard data into csv format

    vcf2csv is a command line tool, written in ANSI-C (C90), converts a vcard (vcf) file to csv. Please note: the ability to generate HTML-files will be removed in the near future.
    Leader badge
    Downloads: 15 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.