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

View related business solutions
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • Simplify Your Managed File Transfers with JSCAPE Icon
    Simplify Your Managed File Transfers with JSCAPE

    JSCAPE is a Flexible, Scalable MFT Solution That Supports Any Protocol, Any Platform, Any Deployment

    Platform Independent Managed File Transfer Server. JSCAPE is the perfect solution for businesses and government agencies looking to centralize your processes and provide secure, seamless and reliable file transfers. Meet all compliance regulations including PCI DSS, SOX, HIPAA and GLBA.
    Learn More
  • 1
    react-cookie-consent

    react-cookie-consent

    A small, simple and customizable cookie consent bar for use in React

    react-cookie-consent is a React component that provides an easy way to implement cookie consent banners for GDPR compliance. It allows developers to quickly add a customizable consent prompt to their websites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    larra

    C++ library for archive random read access.

    larra provides some simple interfaces for archive access. The main feature is that it uses the same interface for directories and archives, which allows archive-in-archive access (like .tar.gz). For file access a seekable stream interface is used.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    CameraVoyeur

    CameraVoyeur

    Windows-oriented utility to log frames from a connected camera devices

    ...This makes it useful for developers who want to add camera capture to a Windows tool or who need a barebones sample to build surveillance, monitoring, or computer vision toys on top of. Its value is really in being a simple, readable reference rather than a big camera suite.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Fecshop (Yii2 Fecshop)

    Fecshop (Yii2 Fecshop)

    yii2 (PHP) fecmal (fecshop) core code used for ecommerce shop

    Yii2 Fecshop is an open-source e-commerce application built on the Yii2 framework. It is designed to provide a complete solution for building scalable and customizable online stores. Fecshop offers features like multi-language support, multi-currency options, SEO optimization, and integration with third-party payment gateways. The modular architecture makes it flexible, allowing developers to extend and customize the store as needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Campground management, made simple Icon
    Campground management, made simple

    Manage your campground and accept online reservations with the world’s most easy-to-use software that comes with no contracts or costs to you.

    Managing your campground has never been this simple. Park is the world’s most user-friendly campground management software, and it’s always free for you.
    Learn More
  • 5
    FlaskBB

    FlaskBB

    A classic Forum Software in Python using Flask

    ...Besides that, you can also install community-made themes. Our goal is to develop a forum system with modern technologies and sticking to already well-tested and approved layouts. FlaskBB is a simple and extensible forum software that should be seen as the foundation for building communities. It is written in Python using the web framework Flask. FlaskBB is being distributed under the BSD 3-Clause License.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    gml4gtk

    gml4gtk

    small console GML or graphviz DOT graph viewer

    directed graph layout program for GML (Graph-Markup-Language) graph or partial graphviz DOT graph
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Phalcon Devtools

    Phalcon Devtools

    Phalcon Developer Tools

    These tools help you to generate skeleton code, maintain your database structure, and helps to speed up development. Core components of your application can be generated with a simple command, allowing you to easily develop applications using Phalcon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Beep

    Beep

    A little package that brings sound to any Go application

    ...It was one of the best design decisions I've ever made and it enabled all the rest of the features to naturally come together with not much code. Decode and play WAV, MP3, OGG, and FLAC. Encode and save WAV. Very simple API. Limiting the support to stereo (two channel) audio made it possible to simplify the architecture and the API. Rich library of compositors and effects. Loop, pause/resume, change volume, mix, sequence, change playback speed, and more. Easily create new effects. With the Streamer interface, creating new effects is very easy. Generate completely own artificial sounds. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    reform

    reform

    A better ORM for Go, based on non-empty interfaces and code generation

    ...It uses non-empty interfaces, code generation (go generate), and initialization-time reflection as opposed to interface{}, type system sidestepping, and runtime reflection. It will be kept simple. Now you can say that last invocation is obviously invalid, and that it's not hard to make an ORM to accept both first and second versions. Make sure you are using Go 1.13+, and Go modules support is enabled. Install or update reform package, reform and reform-db commands. Compiler can't check it. Method's signature in godoc will not tell us how to use it. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Virtual Machines on myDelska Cloud Platform Icon
    Virtual Machines on myDelska Cloud Platform

    A cloud-based platform for managing your IT resources, creating Linux virtual machines (VMs) and ordering other services with just a few clicks.

    A cloud-based platform for managing your IT resources, creating virtual machines (VMs) and ordering other services with just a few clicks. Unlimited traffic, predictable monthly costs, flexible firewall configuration, and advanced VM backup solutions are just some of the convenient features available anytime, anywhere.
    Learn More
  • 10
    HTML DOM

    HTML DOM

    Common tasks of managing HTML DOM with vanilla JavaScript

    ...I still remember the moments when starting to use jQuery, Prototype, script.aculo.us, Zepto and many more. Nowadays, even if our application is powered by modern tools such as Angular, Vue, React, Svelte, .etc, we have to deal with DOM. The frameworks encapsulate and hide the DOM management directly, but still give us a door to work with DOM via ref, event handlers. If you develop or use a web component in any framework, you have to work with DOM at a certain level. Knowing the browser DOM APIs and how to use them play an important role in web development. A website introducing the APIs, well-known problems, most popular questions could be very useful.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ConsoleGUI

    ConsoleGUI

    A GUI framework for C# console applications

    ...In this regard, it’s more like WPF or HTML, than for example Windows Forms. You don’t specify the exact coordinates at which a given control should reside, but rather let stack panels, dock panels, and other layout managers do their work. I don’t claim it’s THE right way of doing things, it’s just what my background is. The ConsoleGUI (as many other UI frameworks) is not thread-safe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    rspirv

    rspirv

    Rust implementation of SPIR-V module processing functionalities

    rspirv is a Rust-based parser, builder, and disassembler for SPIR-V, the intermediate binary format used in Vulkan and OpenCL for shaders and compute kernels. It’s part of the gfx-rs ecosystem, a suite of graphics tools aiming to provide cross-platform rendering capabilities in Rust. rspirv enables manipulation and inspection of SPIR-V modules, which is useful in shader compilers, graphics drivers, and development tools for low-level GPU programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Neuron

    Neuron

    Future-proof note-taking and publishing based on Zettelkasten

    Neuron is a Zettelkasten-based note-taking system and static site generator built in Haskell. It allows users to manage interlinked notes using plain-text Markdown files, which are automatically rendered into a web-based knowledge base. Neuron supports incremental builds, backlinks, and efficient navigation across linked content, making it ideal for personal knowledge management, digital gardens, and wikis. It emphasizes speed, simplicity, and easy version control with Git.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    Laravel-Vue SPA

    Laravel-Vue SPA

    A Laravel-Vue SPA starter kit.

    A Laravel-Vue SPA starter kit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Coravel

    Coravel

    Near-zero config .NET Core micro-framework

    ...Usually, you have to configure a cron job or a task via Windows Task Scheduler to get a single or multiple re-occurring tasks to run. With Coravel, you can setup all your scheduled tasks in one place using a simple, elegant, fluent syntax, in code! Coravel gives you a zero-configuration queue that runs in-memory to offload long-winded tasks to the background instead of making your users wait for their HTTP request to finish!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The Slate theme

    The Slate theme

    Slate is a Jekyll theme for GitHub Pages

    Slate is a Jekyll theme for GitHub Pages. You can preview the theme to see what it looks like, or even use it today.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The Hacker theme

    The Hacker theme

    Hacker is a Jekyll theme for GitHub Pages

    Hacker is a theme for GitHub Pages.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    ROBODoc is a documentation tool. It extracts the documentation from your source code and formats it in HTML, RTF, TeX, XML DocBook (PDF), or ASCII. Works with C, C++, Fortran, Perl, Scripts, Assembler, Tcl, Basic, and any language that supports remarks.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    MANOOL

    MANOOL

    Programming language with expressive power and a simple implementation

    ...It has high expressive power but is implemented in less than 10K LOC of optimized, idiomatic C++11 for native run-time environments. MANOOL is meant to compare and compete directly with Python, PHP, Ruby, Perl, and Tcl, although incidentally it has some combination of unusual features. Example: {{extern "manool.org.18/std/0.2/all"} in WriteLine[Out; "Hello, world!"]} Explicitly stated design priorities of MANOOL: 1. implementation simplicity; 2. expressive power, usability, and general utility, attention to syntax and semantics details; 3. correctness, security, and overall quality of implementation, run-time reliability; 4. run-time performance and scalability; 5. consistency, completeness, orthogonality of features, and language elegance, conceptual economy and purity. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Pandas TA

    Pandas TA

    Python 3 Pandas Extension with 130+ Indicators

    ...Pandas Technical Analysis (Pandas TA) is an easy-to-use library that leverages the Pandas package with more than 130 Indicators and Utility functions and more than 60 TA Lib Candlestick Patterns. Many commonly used indicators are included, such as: Candle Pattern(cdl_pattern), Simple Moving Average (sma) Moving Average Convergence Divergence (macd), Hull Exponential Moving Average (hma), Bollinger Bands (bbands), On-Balance Volume (obv), Aroon & Aroon Oscillator (aroon), Squeeze (squeeze) and many more.
    Downloads: 99 This Week
    Last Update:
    See Project
  • 21
    Paperless-ng

    Paperless-ng

    A supercharged version of paperless, scan, index and archive docs

    Paperless is a simple Django application running in two parts, a Consumer (the thing that does the indexing) and a Web server (the part that lets you search & download already-indexed documents). Paper is a nightmare. Environmental issues aside, there’s no excuse for it in the 21st century. It takes up space, collects dust, doesn’t support any form of a search feature, indexing is tedious, it’s heavy and prone to damage & loss.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    REACT COOL STARTER

    REACT COOL STARTER

    A starter boilerplate for a universal web app

    A simple but feature-rich starter boilerplate for creating your own universal app. It built on the top of React, Redux, React Router and Express. Includes all the hot stuff and modern web development tools such as Redux Toolkit, TypeScript, Webpack, Babel, PostCSS, React Refresh, Jest and React Testing Library. See the “Features” section for other awesome features you can expect.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The Tactile theme

    The Tactile theme

    Tactile is a Jekyll theme for GitHub Pages

    Tactile is a Jekyll theme for GitHub Pages. You can preview the theme to see what it looks like, or even use it today.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The Dinky theme

    The Dinky theme

    Dinky is a Jekyll theme for GitHub Pages

    Dinky is a Jekyll theme for GitHub Pages. You can preview the theme to see what it looks like, or even use it today.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The Midnight theme

    The Midnight theme

    Midnight is a Jekyll theme for GitHub Pages

    Midnight is a Jekyll theme for GitHub Pages. You can preview the theme to see what it looks like, or even use it today.
    Downloads: 0 This Week
    Last Update:
    See Project