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

View related business solutions
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 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
  • 1
    MyLayout

    MyLayout

    Powerful iOS UI framework implemented by Objective-C.

    MyLayout is a simple and easy objective-c framework for iOS view layout. MyLayout provides some simple functions to build a variety of complex interface. It integrates the functions including Autolayout and SizeClass of iOS, five layout classes of Android, float and flex-box and bootstrap of HTML/CSS. The MyLayout's Swift version are named: TangramKit
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Flasgger

    Flasgger

    Easy OpenAPI specs and Swagger UI for your Flask API

    ...Flasgger also provides validation of the incoming data, using the same specification it can validate if the data received as a POST, PUT, PATCH is valid against the schema defined using YAML, Python dictionaries or Marshmallow Schemas. Flasgger can work with simple function views or MethodViews using docstring as specification, or using @swag_from decorator to get specification from YAML or dict and also provides SwaggerView which can use Marshmallow Schemas as specification. Flasgger is compatible with Flask-RESTful so you can use Resources and swag specifications together, take a look at the restful example. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    jQuery Fullscreen Plugin

    jQuery Fullscreen Plugin

    Plugin provides a simple to use mechanism to control fullscreen mode

    This jQuery plugin provides a simple-to-use mechanism to control the new fullscreen mode of modern browsers. Currently, only newer Webkit-based browsers (Like Chrome and Safari), Firefox and IE11+ provide this new fullscreen feature. Simply pass no argument to the fullScreen method to query the current state. The method returns the current fullscreen element (or true if browser doesn't support this) when fullscreen mode is active, false if not active or null when the browser does not support fullscreen mode at all. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Jameslation (J9N) is a free, Open Source, translations of resources management tool, developed in PHP/MySQL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 5
    Vim colorschemes

    Vim colorschemes

    One colorscheme pack to rule them all!

    This repository is a large collection of classic and modern Vim color schemes aggregated in one place. Instead of hunting down dozens of separate repos, you can install this bundle and instantly try many popular themes. It is useful for quickly auditioning palettes, testing readability, and finding a scheme that matches your terminal and font. The project organizes color files in a predictable structure so :colorscheme just works. Because it is a collection, it includes both minimalist...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Windows 95 UI Kit

    Windows 95 UI Kit

    Windows 95 UI Kit made with Bootstrap 4 components

    30+ authentic Windows 95 components, Full Documentation, Fully Responsive, 100% Valid W3C HTML Files. It's Free. Windows 95 UI Kit is a free User Interface Kit featuring authentic buttons, cards (windows), tabs, navigation tabs, typography and many more. Use this kit to create awesome retro interfaces. Just run npm install to set up all the required dependencies. The Windows 95 Elements were molded with Bootstrap 4 Components and classes to offer an easy way and modern way of working with colors and sizes. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7

    jsInputFormatter

    Simple Input Formatter for Javascript

    jsInputFormatter is a easy way to format HTML inputs with masks. Syntax: import the jsInputFormatter.js set the function below on oninput event to input format. inputFormatter(event,mask) event: element input event mask: String with mask # - Any valid number * - Anything Others characters don't change inputDecimalFormatter(event,decimal) event: element input event decimal: Integer number with decimal Example 1 - Credit Card: Credit Card #### #### #### #### <input id="cartao" type="text" oninput="inputFormatter(event,'#### #### #### ####')"/> Example 2 - Phone number: Brazil Phone number (##)*####-#### <input id="phone" type="text" oninput="inputFormatter(event,'(##)*####-####')"/> Example 3 - Decimal number : Decimal 0.00 <input id="valor" type="number" oninput="inputDecimalFormatter(event,2)" value='0.00'/>
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    SCO - System Control
    Controle: Saúde e Segurança no Trabalho / Alvarás / Licenças
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    jul-javascript

    jul-javascript

    JUL - The JavaScript UI Language

    The JavaScript UI Language (JUL) is a configuration and instantiation module for the JavaScript frameworks. It can be used with any framework that accepts a configuration object as a constructor parameter, or with a custom factory for the other frameworks. JUL parses a tree of configuration objects, and creates the runtime components in the expected order and membership. For the most uses, after this step, you will have your application's user interface up and running. Browser...
    Downloads: 0 This Week
    Last Update:
    See Project
  • The all-in-one software to grow local businesses Icon
    The all-in-one software to grow local businesses

    Collect reviews, convert leads, run surveys, get referrals - all with messaging.

    Birdeye is an all-in-one customer experience platform. Over 80,000 businesses use Birdeye every day to attract new leads with Listings, Reviews and Referrals, convert them into customers with Webchat and Payments, and delight those customers with Surveys, Ticketing, and Insights - all in one place. Using the Birdeye platform - AI, messaging, automation tools - businesses are delivering great customer experiences to 100M+ people.
    Learn More
  • 10
    Knockout

    Knockout

    Tool to create rich, responsive UIs with JavaScript

    ...Knockout is a JavaScript MVVM (a modern variant of MVC) library that makes it easier to create rich, desktop-like user interfaces with JavaScript and HTML. It uses observers to make your UI automatically stay in sync with an underlying data model, along with a powerful and extensible set of declarative bindings to enable productive development. For Node.js developers, Knockout is also available from npm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    TangramKit

    TangramKit

    TangramKit is a powerful iOS UI framework implemented by Swift

    TangramKit is a powerful iOS UI framework implemented by Swift. It integrates the functions with Android layout, iOS AutoLayout, SizeClass, HTML CSS float and flexbox, and Bootstrap. So you can use LinearLayout, RelativeLayout, FrameLayout, TableLayout, FlowLayout, FloatLayout, and LayoutSizeClass to build your App. UIView UITableView UICollectionView. TangramKit is a simple and easy Swift framework for iOS view layout. The name comes from the Tangram of China which provides some simple functions to build a variety of complex interfaces. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Jssor

    Jssor

    Touch swipe image slider/slideshow/gallery/carousel/banner mobile

    ...Jssor Slider works on any javascript-enabled browser, including Windows Phone, iOS, Android and Opera Mobile, etc. It's easy to work out the bootstrap carousel and bootstrap slider. There are 2 simple examples which demonstrates how to improve the user experience of your bootstrap website with jssor carousel slider.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    LMDropdownView

    LMDropdownView

    LMDropdownView is a simple dropdown view inspired by Tappy

    LMDropdownView is an iOS component that provides a customizable and animated dropdown view for presenting menus, notifications, or other content. It supports smooth animations and flexible customization options for colors, sizes, and presentation styles. Designed for UIKit-based apps, it helps create engaging and user-friendly interfaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Awesomplete

    Awesomplete

    Ultra lightweight, usable, autocomplete with zero dependencies

    Ultra lightweight, customizable, simple autocomplete widget with zero dependencies, built with modern standards for modern browsers. Because <datalist> still doesn’t cut it. Note that by default you need to type at least 2 characters for the popup to show up, though that’s super easy to customize. For the autocomplete, you just need an <input> text field (might work on <textarea> and elements with contentEditable, but that hasn’t been tested).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A simple test framework, for test-driving UI interaction code for small devices (gadgets) on a PC. The UI interaction code must be written in C or C++. The framework itself is written in C/C++ using wxWidgets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    AutoSet

    AutoSet

    Windows Apache/PHP/MariaDB(MySQL) Stack

    오토셋은 윈도우 운영체제에 Apache HTTP Server, PHP, MySQL, CUBRID 등의 서버 제품을 한번에 설치해 주는 기능과 이렇게 설치된 프로그램을 그래픽 사용자 인터페이스(GUI)를 통해 쉽게 설정의 변경, 관리를 할 수 있도록 지원하는 프로그램입니다. AutoSet is a GUI based installer and administrative tool which enables to install Apache HTTP Server, PHP, MySQL, CUBRID and Other packages at once and helps easy set-ups and management. 이 프로그램은 누구나 무료로 다운로드해 사용할 수 있습니다.
    Downloads: 44 This Week
    Last Update:
    See Project
  • 17
    Balloon.css

    Balloon.css

    Simple tooltips made of pure CSS

    Balloon.css lets you add tooltips to elements without JavaScript and in just a few lines of CSS. By default, tooltips will always remain single-line no matter their length. You can change this behavior by using the attribute data-balloon-length with one of the values, small, medium, large or fit. If for some reason you do not want animations in your tooltips, you can use the data-balloon-blunt attribute for that. If you want to show tooltips even when user interaction isn't happening, you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    jQuery Magnify

    jQuery Magnify

    A lightweight jQuery magnifying glass zoom plugin

    A lightweight jQuery magnifying glass zoom plugin. Magnify is a simple, lightweight jQuery plugin that adds a magnifying glass style zoom functionality to images. It is a useful feature to have for product images on eCommerce websites, or if you just want people to be able to zoom into an image without spawning additional overlays or popup windows that may cover your content.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    tkColorPicker

    tkColorPicker

    Color picker dialog for Tkinter, alternative to tkinter.colorchooser

    The tkcolorpicker module contains a `ColorPicker` class which implements the color picker dialog and an `askcolor` function that displays the color picker and returns the chosen color in RGB and HTML formats.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Effeckt.css

    Effeckt.css

    A Performant Transitions and Animations Library

    ...It catalogs common interaction patterns—button states, list reveals, modals, off-canvas menus, and page transitions—implemented with CSS transforms and opacity for smooth, GPU-friendly motion. The project focuses on practical details such as using compositing-friendly properties, keeping DOM structures lean, and providing hooks so JavaScript can toggle classes without micromanaging animation state. Each effect is isolated, documented, and demoed, allowing designers to copy just what they need rather than dragging in a monolithic framework. By standardizing names and behaviors, it helps teams keep motion design consistent across a product while remaining easy to theme. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ATLAS_mPBPK

    ATLAS_mPBPK

    Modeling and Simulation of mPBPK models

    ...The tool enables the users to perform: i) PK data visualization, ii) simulation, iii) parameter optimization, and iv) local sensitivity analysis (SA) of mPBPK models in a simple and efficient manner.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    CSS-Vise

    CSS-Vise

    A lightweight, minimal and mature vanilla CSS framework.

    ...There is dozens of CSS frameworks available but why Vise ? - You may not need a heavy framework to build a great user experience. - You may want to use more than one framework on the same HTML document. - You may want a smarter and easier to learn minimal framework. - You need a library that is supported by 98% of web browsers. For docs and more visit Vise's github repository https://github.com/Appforge-lab/CSS-Vise
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Ever wondered, how to create a huge Java/swing application, without ignoring the MVC-Pattern? BlackVisi is the ultimative way to keep you code simple, stable and maintainable! It is state-oriented, uses state-of-the art techniques (Java5) and is flexible
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    LCUI

    LCUI

    A small C library for building user interfaces with C, XML and CSS.

    LCUI is a freely available software library to create GUI application, it is written in C, support the use XML and CSS describe the graphical interface, you can use it to make some simple effects. The above description and screenshots is for the version 1.0.0 (+), and the 1.0.0 version is still in development, it is not officially released, please do not use old versions of "files "page to download as version 1.0.0.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    RaspberryBMS

    RaspberryBMS

    User interface for Simp-BMS throuh Node-Red on a Raspberry Pi

    ...Prerequisites: 1 - Raspberry Pi 3 or newer. 1 - USBtin CAN-USB converter 1 - Simp-BMS https://www.diyelectriccar.com/forums/showthread.php/fs-tesla-vw-outlander-bms-master-198263.html https://www.fischl.de/usbtin/ See README.txt for more info.
    Downloads: 0 This Week
    Last Update:
    See Project