4473 projects for "php-simple-html-dom-parser" with 2 filters applied:

  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 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
  • 1
    Bluejay

    Bluejay

    A simple Swift framework for building reliable Bluetooth LE apps

    ...A background task mode for batch operations that avoids the "callback pyramid of death". Simple protocols for data serialization and deserialization. An easy and safe way to observe connection states. Powerful background restoration support. Extended error handling and logging support.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Desktop

    Desktop

    Building Local-First apps for Windows, MacOS, Linux, iOS and Android

    desktop enables building cross-platform desktop applications with Elixir by pairing a Phoenix/LiveView UI with a native webview shell. The approach keeps application logic on the BEAM—supervised, fault-tolerant, and hot-reload-friendly—while rendering an HTML/CSS/JS interface inside the system’s embedded browser engine. It offers conveniences for packaging and distribution on Windows, macOS, and Linux, including app metadata, icons, and startup integration. The library exposes desktop-specific affordances such as system tray menus, window management, and notifications, so applications feel native rather than like generic web wrappers. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Pretty-Error

    Pretty-Error

    See node.js errors with less clutter

    pretty-error is a Node.js library that renders JavaScript error messages in a cleaner, more readable, and visually styled format to make debugging easier. PrettyError turns error objects into something similar to an html document, and then uses RenderKid to render the document using simple html/css-like commands. This allows PrettyError to be themed using simple css-like declarations. There are a few methods to help you customize the contents of your error logs. You can customize which trace lines get logged and which won't.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    deeplinks.js

    deeplinks.js

    Simple deep links to any selection of text on your website

    deeplinks.js allows people to easily link directly to any text selection on your website. Here's an example of what one of these links looks like. It's intended mostly for blogs and other such websites, but it's relatively agnostic to the environment it's running in. People can select text on the site as the normally would, and when they do, the fragment identifier (the thing that comes after the # in the URL) changes. If they want to share the text they have selected, they simply copy the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Easy-to-Use Website Accessibility Widget Icon
    Easy-to-Use Website Accessibility Widget

    An accessibility solution for quick website accessibility improvement.

    All in One Accessibility is an AI based accessibility tool that helps organizations to enhance the accessibility and usability of websites quickly.
    Learn More
  • 5
    Plumbing

    Plumbing

    Prismatic's Clojure(Script) utility belt

    ...It offers a toolkit of macros and functions that simplify common data manipulation patterns, and includes a “Graph” abstraction for structured computation flows. Most of it is also compatible with ClojureScript. Graph is a simple and declarative way to specify a structured computation, which is easy to analyze, change, compose, and monitor. Here's a simple example of an ordinary function definition, and its Graph equivalent. A Graph encodes the structure of a computation, but not how it happens, allowing for many execution strategies. For example, we can compile a Graph lazily so that step values are computed as needed. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    koa-simple-ratelimit

    koa-simple-ratelimit

    Simple rate limiter for Koa.js v2 web framework

    Rate limiter middleware for koa v2. Differs from koa-rate limit by not depending on rate limiter and using Redis ttl (time to live) to handle expiration time remaining. This creates only one entry in Redis instead of the three that node-ratelimiter does.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Towel

    Towel

    Throw in the towel

    A .NET library intended to make coding a bit more tolerable, data structures, algorithms, mathematics, metadata, extensions, consoles, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    IdleX - IDLE Extensions for Python
    A collection of extensions for Python's IDLE, the Python IDE built with the tkinter GUI toolkit.
    Leader badge
    Downloads: 43 This Week
    Last Update:
    See Project
  • 9
    JDynamiTe, Dynamic Template in Java

    JDynamiTe, Dynamic Template in Java

    Dynamically generate documents from templates

    ...The main benefit of JDynamiTe is to allow a true separation between data (content), presentation (container) and content generation code (written in Java). JDynamiTe does not include a specific template language, and it is not a complete framework. It is a simple "brick" in your software architecture, a "glue" between your data model and your presentation model. JDynamiTe is a Java package, which is designed to be flexible and open. For more details and a lot of examples, visit the homepage here: http://jdynamite.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    vim-surround

    vim-surround

    Delete/change/add parentheses/quotes/XML-tags/much more with ease

    ...The key insight is that surroundings are structural: once Vim understands the bounds, operations become predictable and composable with your existing motions. The plugin handles common cases like quotes and parentheses as well as HTML/XML tags, making it equally useful in prose and code. Because the commands are orthogonal to movements, you can target words, sentences, or visual selections without learning new modes. Over time, vim-surround becomes muscle memory, reducing cognitive load and helping you keep your hands on the keyboard during structural edits.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Krajee bootstrap-star-rating

    Krajee bootstrap-star-rating

    A simple yet powerful JQuery star rating plugin with fractional rating

    ...Five prebuilt size templates are available xl, lg, md, sm, and xs. However one can have their own size configured through a simple CSS manipulation. You can use the HTML 5 number input for polyfill and the plugin will automatically use the number attributes like min, max, and step. However, number inputs have a problem with decimal values on the Chrome Browser. Specifically uses Bootstrap 3.x styles & glyphs. Can be combined to work better for Bootstrap-styled projects (or input group addons).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    slimcpplib

    Simple Long Integer Math for C++

    SLIMCPP is C++ header-only library that implements long integers that exceed maximum size of native type supported by a specific compiler by 2-4 times. All classes, methods and functions were not created or designed to work with huge numbers, for which there are specialized big integer mathematical libraries. In some cases, it is necessary to temporarily perform calculations with precision exceeding the maximum supported size of integers, and then return the result to its native size again.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Water.css

    Water.css

    A drop-in collection of CSS styles to make simple websites

    water.css is a “classless” CSS framework that instantly beautifies plain HTML without adding custom classes to your markup. By targeting native HTML elements—headings, paragraphs, forms, tables, and buttons—it applies sensible defaults for spacing, typography, and contrast, producing a clean, readable layout out of the box. The stylesheet is intentionally small and dependency-free, making it a convenient drop-in for prototypes, documentation, and minimalist sites where heavy frameworks are overkill. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    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
  • 15
    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
  • 16
    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
  • 17
    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
  • 18
    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
  • 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: 102 This Week
    Last Update:
    See Project
  • 21
    SoundHelix

    SoundHelix

    Versatile algorithmic random music generation software written in Java

    SoundHelix is a free versatile Java framework for algorithmic random music composition. SoundHelix can generate random songs, play them (for example, on any number of MIDI devices or MIDI-capable software synthesizers) and is highly customizable using XML configuration. SoundHelix also allows writing the generated music as MIDI files. SoundHelix produces music that is actually enjoyable to listen to.
    Downloads: 25 This Week
    Last Update:
    See Project
  • 22
    ReinventCommunity

    ReinventCommunity

    Jupyter Notebook tutorials for REINVENT 3.2

    This repository is a collection of useful jupyter notebooks, code snippets and example JSON files illustrating the use of Reinvent 3.2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    vue-wait

    vue-wait

    Complex Loader and Progress Management for Vue/Vuex

    ...Components can then reactively show spinners, disable buttons, or block routes based on those named states. It’s useful in complex UIs where multiple concurrent requests must be tracked independently yet surfaced consistently in the UI. The API plays well with Vuex or simple event flows, and it exposes helpers to bind buttons or sections to specific wait keys. This keeps UI feedback predictable and removes boilerplate from components that would otherwise each manage their own loading flags.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Clean Code PHP

    Clean Code PHP

    Clean Code concepts adapted for PHP

    ...Because PHP is dynamically typed and loosely structured, the project pays special attention to avoiding “magic,” enforcing explicitness, and using type hints and invariants where possible. Its goal isn't to enforce a specific tool or formatting dogma but to raise collective code quality by cultivating shared discipline and vocabulary. By adopting Clean Code PHP employees, teams reduce cognitive debt and make onboarding and code review more consistent.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    jQuery Print Plugin

    jQuery Print Plugin

    Easy to use, Element Printing Plugin for jQuery

    jQuery.print is a plugin for printing specific parts of a page.
    Downloads: 0 This Week
    Last Update:
    See Project