Search Results for "php-simple-html-dom-parser" - Page 63

Showing 6852 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
    PEG.js

    PEG.js

    PEG.js is a parser generator for JavaScript

    PEG.js is a simple parser generator for JavaScript that produces fast parsers with excellent error reporting. You can use it to process complex data or computer languages and build transformers, interpreters, compilers and other tools easily. PEG.js is still very much work in progress. There are no compatibility guarantees until version 1.0. Based on parsing expression grammar formalism, more powerful than traditional LL(k) and LR(k) parsers. Usable from your browser, from the command line...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    SSEP - Site Search Engine PHP-Ajax

    SSEP - Site Search Engine PHP-Ajax

    A Free site search engine script build with PHP and Ajax.

    A Site Search engine script that uses MySQL to store your website's indexed pages, to add Search Functionality to Your Web Site. It is build with PHP and JavaScript, the search results are loaded via Ajax. The search system combine MySQL full text with SQL regexp, and words weight according to their location in the HTML elements, to determine the relevance of the search results. It can be included in any web site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Dillinger

    Dillinger

    The last Markdown editor, ever

    Dillinger is a cloud-enabled, mobile-ready, offline-storage compatible, AngularJS-powered HTML5 Markdown editor. Markdown is a lightweight markup language based on the formatting conventions that people naturally use in email. The overriding design goal for Markdown's formatting syntax is to make it as readable as possible. The idea is that a Markdown-formatted document should be publishable as-is, as plain text, without looking like it's been marked up with tags or formatting instructions....
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    CuteReport

    CuteReport

    Qt based report solution

    ..., but yet simple to use for inexperienced user and report designers, reporting system. It is supposed to be a product that combines eXaro ideas from Qt world and FastReport functionality from Delphi world and brings the best of them to C++/Qt world and then shares it with Python, Ruby, Perl developers using bindings. СuteReport also has a commercial version. Read about it on the official web site.
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    Amaze UI

    Amaze UI

    Amaze UI, a mobile-first and modular front-end framework

    China's first open source HTML5 multi-screen front-end framework. We look forward to your participation and work together to create a simple and easy-to-use front-end framework! Based on the concept of Mobile first, Amaze UI gradually expands from small screens to large screens, and finally realizes all screen adaptations, adapting to the trend of mobile internet. Amaze UI contains nearly 20 CSS components, 10 JS components, and 17 web components containing nearly 60 themes. It can quickly...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    doorGets CMS - Responsive/Bootstrap PHP

    doorGets CMS - Responsive/Bootstrap PHP

    doorGets CMS PHP offers a free, Open-source Website solution

    Demo: www.doorgets.com/demo/ Content management system (CMS) open source and free, allowing you to create a collaborative website with versioning of all your publications. Create your professional responsive website! Get started in less than 10 minutes is 100% free! 20 Included languages English, Français, Deutsch, Español, Polski, Український, Pусский, Türk, Português, Svenska, Italiano, Italiano, Slovenčina, Indonesia, हिंदी, 日本の, 한국의, ภาษาไทย, 中国, עברית, العربية 17 Themes...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    ADbNewsSender is an easy to install and use php based newsletter script. You can use it to manage multiple newsletters. It is using double opt in and supports MySQL/MariaDB and PostgreSQL. You can also present a web archive to your website's visitor. Please note that the development has been discontinued. You can still download the software, but you won't receive any support or updates.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    CJAX

    CJAX

    Ajax Development Framework written in PHP and JavaScript.

    Cjax is a very basic lightweight but powerful cross browser Ajax Framework written in PHP and JavaScript. Download From: ( *NEW* official location ) https://github.com/ajaxboy/cjax For Demos & Documentation: http://cjax.sourceforge.net/examples/ Key Points Of the Ajax Framework * Lightweight > 100kb * 100% Ajax * Zero Configuration * No page footprint * No inline codes * No Snippets or JavaScript needed * No front-end JavaScript. * 100% server side * Insanely Fast...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Cifrador

    Cifrador

    Conversor de acordes a Cifrado Americano

    Programa simple que convierte los acordes que agregamos a cifrado americano y permite reproducir de forma sonora la progresión resultante.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    FastDom

    FastDom

    Eliminates layout thrashing by batching DOM measurement

    Eliminates layout thrashing by batching DOM read/write operations (~600 bytes minified gzipped). FastDom works as a regulatory layer between your app/library and the DOM. By batching DOM access we avoid unnecessary document reflows and dramatically speed up layout performance. Each measure/mutate job is added to a corresponding measure/mutate queue. The queues are emptied (reads, then writes) at the turn of the next frame using window.requestAnimationFrame. FastDom aims to behave like...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    OpenWebSpider
    OpenWebSpider is an Open Source multi-threaded Web Spider (robot, crawler) and search engine with a lot of interesting features!
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    extracmf
    extracmf is a simple cmf for manage small portals.it's based on symfony framework 3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    WebsiteExpress

    WebsiteExpress

    HTML5-compliant website template

    A feature-rich yet easy to operate static website template. A website based on this template only requires HTTP file serving on the server side, no server-side scripting or database support is necessary.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    CFLX4TwitterCanvas

    CFLX4TwitterCanvas

    Add CFLX to Twitter posts by adding canvas-created CFLX-images

    This app was designed to easily attach CFLX to your tweets. The CFLX [si:flaegs] are a concept to add Clarity-Statements to your factual information to exchange the gap of interpretations with clear messages. Read the CFLX_scientific-solution.pdf within this package to learn more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    jorani

    jorani

    Leave Management - Overtime Extra Day off Employee Human Resource

    Developed in PHP/MySQL with an open source licence (AGPL v3), Jorani is designed to provide simple leave and overtime request workflows for small organizations. Try the online demo : https://demo.jorani.org/ Enter bbalet and bbalet for the username and password. Main repository is on http://github.com/bbalet/jorani
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    Ruby Hail

    Ruby Hail

    Rack-based nano framework

    Ruby Hail is Rack-based nano framework. It's the fastest-by-design Rack-based framework. It requires less learning (besides Rack, you suppose to know it by this time) than any other framework. It works great for simple dynamic web-sites, single-page web-apps and microservices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    iLib

    The most comprehensive library of Javascript i18n classes available

    Note: development has been moved over to github! Please see https://github.com/iLib-js/iLib "I18N" means way more than just translation. Other libraries claim to be an i18n solution when translation and string formatting is really all they offer. Yes, iLib has classes that do translation too, but there is also much, much more. From date formatting to name parsing to phone number handling to collation, iLib has classes that do it. And, it has the ability to support thousands of possible...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18

    xslet

    xslet project provides some XSL libraries and applets.

    xslet is the project which develops some applets with XSL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    open source marketing platform

    open source marketing platform

    Create your own free advertising network

    OSMP is a Free Traffic Exchange Script, a Free Safelist script, a Free viral mailer script, a free banner exchange script, a free social exchange script, a free article exchange script, a free gaming network, a free crypto rewards network, and a free social network
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Zepto.js

    Zepto.js

    JavaScript library for modern browsers with a jQuery compatible API

    ...-friendly MIT license. Note that some optional features of Zepto specifically target mobile browsers; as the original project goal was to specifically provide a leaner alternative to jQuery for the mobile web. Zepto is a good choice for browser extensions (for Safari, Chrome and Firefox) and to develop HTML-based views within native app frameworks, such as PhoneGap. In short, Zepto is expected to work in every modern browser and browser-like environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    AvalonJs

    AvalonJs

    An elegant efficient express mvvm framework

    Index.html, index1.4.html, index-ng.html, index-vue.html, index-react.html in the perf directory of the test page. If there is a large table or list on the page, other frames will get stuck when the browser loads the page (white screen), while avalon is much smoother. Avalon 2.1.5 supports back-end rendering. The attribute value must be enclosed in double quotes, the label name must be lowercase, and the label must be closed (normally closed, or self-closed). Components, in the case...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Simple State Manager 4

    Simple State Manager 4

    Run different javascript at different browser widths

    SimpleStateManager is a lightweight JavaScript library that helps manage responsive states in web applications. It allows developers to define breakpoints and trigger callbacks when the viewport changes, making it easier to handle responsive design logic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ghooks

    ghooks

    Simple git hooks

    Simple git hooks. It is not advised to install ghooks as a production dependency, as it will install git hooks in your production environment as well. Please install it under the devDependencies section of your package.json. Please also note, that it is absolutely not advised to install ghooks globally. To work as expected, make it a development dependency of your project(s). Add a config.ghooks entry in your package.json and simply specify which git hooks you want and their corresponding...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Orkutus
    Orkutus é uma rede social similar ao Orkut. A rede social e open source.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    AnimalData is a web-based mobile application for keeping livestock production records, from birth to slaughter or sale. Other data captured by the system includes pasture moves, periodic and veterinary care and logging of egg production. See: https://farmdata.dickinson.edu/animal/guest.php for live access to Dickinson's AnimalData installation. You will be able to access all data, but not add or edit any existing records. Most pages within AnimalData are designed for use on mobile...
    Downloads: 3 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.