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

View related business solutions
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • Award-Winning Medical Office Software Designed for Your Specialty Icon
    Award-Winning Medical Office Software Designed for Your Specialty

    Succeed and scale your practice with cloud-based, data-backed, AI-powered healthcare software.

    RXNT is an ambulatory healthcare technology pioneer that empowers medical practices and healthcare organizations to succeed and scale through innovative, data-backed, AI-powered software.
    Learn More
  • 1
    HTMLViewer
    ...These components Support most of the HTML 4.01 specifications with many additional popular HTML 5 enhancements. Many Cascading Style Sheet properties are also supported.
    Leader badge
    Downloads: 76 This Week
    Last Update:
    See Project
  • 2
    XML Tree Editor

    XML Tree Editor

    Basic cross-platform tree view XML editor

    XMLTreeEdit displays XML files as tree views and allows basic operations: adding, editting and deleting text nodes and their attributes. The main goal is providing a simple tool to create/edit XML configuration files for users without knowledge of XML. Built in Free Pascal Lazarus, which allows easy compilation for different target platforms. Currently binary executables were produced and tested on Windows (XP, 7) and Ubuntu Linux (GTK2). For developers: there are two units listed separately to support XML configuration files in your application: XMLfile.pas - Lazarus/Free Pascal uXMLConfig.pas - Delphi (2007..XE2)
    Downloads: 34 This Week
    Last Update:
    See Project
  • 3

    HTML parser in Delphi

    A Delphi class with functions to read and dissect a HTML file

    ...There is no dependency on 3rd party units. The file to be parsed must have valid HTML4/5 tags. It is not necessary that the HTML is ‘correct’ in the sense that end tags may be wrongly placed or be absent altogether. The speed of processing (reading+parsing) is formidable: 15-40 msec per Mbyte or around 1 msec per 1000 HTML tags.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    eXtensible Binary Universal Protocol
    Goal of this projects is to design unified general binary data format and to provide open-source libraries and tools for it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Trumba is an All-in-one Calendar Management and Event Registration platform Icon
    Trumba is an All-in-one Calendar Management and Event Registration platform

    Great for live, virtual and hybrid events

    Publish, promote and track your events more affordably and effectively—all in one place.
    Learn More
  • 5

    OXml

    The next generation XML library for Pascal (Delphi, FPC, Lazarus)

    ...Supported compilers: - Delphi (non-unicode): 5-2007 - Delphi (unicode) for Win32, Win64 and OSX: 2009+ - Delphi for ARC (iOS, Android): XE4+ - Lazarus for Win32, Win64, Linux, OSX: 1.0+ - corresponding C++Builder versions should be supported too (not tested though) Main benefits: - All on the target platform available single- and multi-byte codepages are automatically supported. - True unicode support on all platforms and compilers (also for Delphi 4-2007). - The XML parser is a standalone unit, making it possible to write different and user-defined XML interfaces. - Extremely fast thanks to clever buffering. Parsers included in OXml: - Basic standalone XML reader and writer. - DOM (W3C DOM Level 1.0 Specification). - Sequential DOM parser - SAX parser
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    TFieldedText

    Fielded Text (CSV) file parser/generator

    TFieldedText is a component which allows you to easily: generate and parse Fielded Text Files (eg. CSV files); and create and edit Fielded Text Meta files. For more information about the Fielded Text standard see http://www.fieldedtext.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ...I know a lot of them, but I wanted to write his own, to study the structure of *.BSA Supported games: - TES3: Morrowind; - TES4: Oblivion; - TES5: Skyrim; - Fallout 3; - Fallout 3: New Vegas; The program is simple, and should not cause problems of its use.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 8

    Delphi HTML5 Canvas

    Pascal implementation of a HTML 5 Canvas

    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    HTML XHTML Parser + XPath

    Delphi HTML XHTML Parser +XPath

    Delphi HTML Parser This module lets you work with HTML documents as DOM tree and use XPath for searching tags. It is very simple way to parse HTML. This tested with version Delphi XE5,6 Usage Add in Uses parser.pas; begin HtmlTxt:= ''; //here your html NodeList:= TNodeList.Create; ValueList:= TStringList.Create; DomTree:= TDomTree.Create; DomTreeNode:= DomTree.RootNode; If DomTreeNode.RunParse(HtmlTxt) then begin {your code example: DomTreeNode.FindXPath('//*[@id="TopBox"]/div[1]/div[@class="draw default"]'),NodeList,ValueList)} end; end; Xpath support: attributes - //*[@id="TopBox"]/div/@class comment - //*[@id="TopBox"]/div/comment()[3] text - //*[@id="TopBox"]/div/text()[2] previous level - /.....
    Downloads: 0 This Week
    Last Update:
    See Project
  • AestheticsPro Medical Spa Software Icon
    AestheticsPro Medical Spa Software

    Our new software release will dramatically improve your medspa business performance while enhancing the customer experience

    AestheticsPro is the most complete Aesthetics Software on the market today. HIPAA Cloud Compliant with electronic charting, integrated POS, targeted marketing and results driven reporting; AestheticsPro delivers the tools you need to manage your medical spa business. It is our mission To Provide an All-in-One Cutting Edge Software to the Aesthetics Industry.
    Learn More
  • 10
    VZPL - Visual ZPL Script Generator

    VZPL - Visual ZPL Script Generator

    Label designer and Zebra Programming Language (ZPL) script generator

    ...The purpouse of this project is generate a ZPL scritp to be used with label printers that suports this programming language. * Visual design * WYSIWYG * Database integration * Ease of use * Simple
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    WFM Reader

    WFM Reader

    WFM file reader and exporter

    ...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 Legend with Min/Max - Added CSV / Image exporting - Removed 3rd party dependencies for straight recompile Many thanks to Kirk Wolak. https://sourceforge.net/users/kwolak Downloading of previous versions is not recommended. ...
    Leader badge
    Downloads: 47 This Week
    Last Update:
    See Project
  • 12
    Programa de formatação de código Delphi (Object Pascal) para Html para postar códigos em Blogs em especial para o Blogspot. Program code formatting Delphi (Object Pascal) to Html codes to post in Blogs in particular for Blogspot. Vídeo de Demonstração Demo video http://www.youtube.com/watch?v=7LbdhOzDxwA
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    FreePascal / Lazarus / Delphi / Kylix - compatible bindings and object-oriented wrapper for LibCURL, the client-side URL transfer library, and TidyLib, the HTML parsing and formatting library based on HTML-Tidy.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 14
    Little tool for batch converting files. It was created to change charcode in HTML-files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The Json toolkit is a parser/writer/validator for JSON data format. This toolkit is designed to work with Delphi and FreePascal (win32, win64, linux32, linux64, MacOSX Intel)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    CD Sticker converts the common CD content index files to HTML and prints the CD Covers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    my_delphi_cron is a cron like for Windows Systems Compared to other cron-like : -> It is developped with Delphi -> MySQL or XML can be used for Database -> It should be as simple as possible
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Simple tool to manage the trainers in the popular online game godsoccer.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    TeleFlow-VXML provides a means to generate VoiceXML (or VXML) applications from TeleFlow Tap/Tam files created with TeleFlow Designer and related tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ChatFox
    Sohbet ederken ozel ifadeler, goz kirpmalari, şarki sozleri gonderebilme, goz yormayan grafikler, size ozel sinirsiz messenger kişi listesi, TV, Radio, Flash oyunlar, gunluk fal gibi eğlence ihtiyaclarinin tumunu karşilayabilen bir program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Optimize your web page by removing empty spaces, and reducing reocurring style attributes with CSS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The project is a collection of object pascal libraries for parsing text strings and markup languages HTML, XHTML, XML, CSS and others. Libraries are written in minimalism concept with striving for wide unification.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    EWB is a freeware components package for Borland Delphi 5 to D2009. It allow you to create a Web Browser, Chat Client, web updater, Html/Xml Editors and more. home page :http://www.bsalsa.com download link: http://www.bsalsa.com/DP/download.php?file=4
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Collection of Internet Protocol demos. TCP Server with commands, file transfer. (basic sockets, Indy 9, Indy 10) IRC demo (Indy 9) POP3 SSL demo (Indy 10) streaming, html
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    Collection of utilities specifically designed for use with Firebird RDBMS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next