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

View related business solutions
  • 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
  • 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
  • 1
    Ormolu

    Ormolu

    A formatter for Haskell source code

    Ormolu is a formatter for Haskell source code. Using GHC's own parser to avoid parsing problems caused by haskell-src-exts. Let some whitespace be programmable. The layout of the input influences the layout choices in the output. This means that the choices between single-line/multi-line layouts in certain situations are made by the user, not by an algorithm. This makes the implementation simpler and leaves some control to the user while still guaranteeing that the formatted code...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    Inspector

    Inspector

    Code Execution Monitoring foe Laravel applications

    Fix fast every release and spot new weak points in real-time as your code evolves. Easily pinpoint and troubleshoot performance bottlenecks within your app in less than a minute. Visualize what your application is doing during HTTP requests or background tasks. You can immediately understand which statement can be optimized to make your application more efficient, and your customers happy. Get detailed insights to identify and fix slow-performing queries and other critical tasks immediately...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    stylish-haskell

    stylish-haskell

    Haskell code prettifier

    A simple Haskell code prettifier. The goal is not to format all of the code in a file since I find that kind of tools often "get in the way". However, manually cleaning up import statements, etc. gets tedious very quickly. This tool tries to help where necessary without getting in the way. Aligns and sorts import statements. Groups and wraps {-# LANGUAGE #-} pragmas, can remove (some) redundant pragmas. Removes trailing whitespace. Aligns branches in case and fields in records. Converts line...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Super-Linter

    Super-Linter

    Combination of multiple linters to install as a GitHub Action

    This repository is for the GitHub Action to run a Super-Linter. It is a simple combination of various linters, written in bash, to help validate your source code. The super-linter finds issues and reports them to the console output. Fixes are suggested in the console output but not automatically fixed, and a status check will show up as failed on the pull request. The design of the Super-Linter is currently to allow linting to occur in GitHub Actions as a part of continuous integration...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 5
    SwapCode

    SwapCode

    Swapping code like burgers? Here your p2p, drag-n-drop solution

    Hello and welcome to Swap Code! Swap Code is a light, simple, "peer-to-peer" software for swapping snippets of code with others, by dran-n-drop. Swap Code is released under GPLv3 license, it is supplied AS-IS and we do not take any responsibility for its misusage. Swap Code got built behind some cool features like object drag-n-drop between browser windows, full object serialization and xml. Please refer to the README.md file for a correct setup. Swap Code gets released on http...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    vsc-ascoos-update-build

    vsc-ascoos-update-build

    VSCode Extension: Automatically updates build number and date on save

    - Automatically updates @build and @updated tags in your PHP files. - Saves the build information in builds.json located in the .versions folder. - Creates a backup of the saved file in the .repos folder with the updated build number and date. - Allows setting an initial build number via configuration. - Automatically creates and updates .vscode/settings.json to exclude the .versions and .repos folders from the file explorer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    vsc-ascoos-build-number-display

    vsc-ascoos-build-number-display

    Easily monitor the current build number of your VSCode workspace

    The Ascoos Build Number Display extension allows you to easily monitor the current build number of your workspace in the status bar of Visual Studio Code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Highlight Code Converter

    Highlight Code Converter

    Source code to formatted text converter

    Highlight is a source code to formatted text converter. It generates HTML, XHTML, RTF, ODT, LaTeX, TeX, SVG, BBCode and terminal escape sequences with coloured syntax highlighting. Language definitions and colour themes are Lua scripts and support plugins
    Downloads: 0 This Week
    Last Update:
    See Project
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 10

    Sourceer

    Source code viewer in PHP

    Sourceer is a highly configurable, single-file PHP software for web-based browsing of directory contents, with options to view source code of specified file-types or download them. File-sizes and last-modification dates are indicated if so optioned. Directory contents are listed alphabetically, with files grouped by file-types, but can be sorted by size or age. Source code display, by default, uses PHP's syntax highlighting function. However, other means such as the server-side, PHP-based Geshi...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Codepot

    Web-based subversion manager

    Codepot is a web-based subversion repository manager. It incorporates the subversion revision control system and wiki-based documentation, and supports authentication via LDAP or DBMS. If you opt for the simplest, you can manage multiple subversion repositories independent of each other. Going beyond it, you can track issues, write documents, and upload release files. See it live at http://code.abiyo.net
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    NppGTags

    GTags plugin for Notepad++

    This Notepad++ plugin is simply a front-end to GTags (GNU Global source code tagging system): http://www.gnu.org/software/global/global.html It provides tools for easy code navigation. GTags binaries (Win32 ports) are needed by the plugin. Those are supplied with it for convenience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ThuVienBao Truyện Scraper
    ThuVienBao Truyện Scraper BETA Tool để lấy text và raw html từ các websites truyện phổ biến. Xem thêm trong phần Wiki để biết thêm chi tiết nhé.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    elvis vi

    elvis vi

    elvis, a vi text editor clone

    The original source tarball for Evis version 2.2_0, unmodified, is in Files. README.txt gives tips for compiling on modern compilers (gcc-4.4.5 / linux) and using Xcode for Apple Sierra OS. Elvis is a vi(1) (visual ed) vi editor clone (vim is another clone). "vi" is short for "visual ed(1)" (the 1 means see manpage for ed in section 1 of unix manual pages). vi as a visual editor means typical keyboard editing with ed(1) accessible to do complex editing jobs that developers often...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    queAceTu

    queAceTu

    Open your files with the "eye" of a developer

    Simple tool to open all the files you are interested in at the right line just in few clicks. By means of an own mini http server it interacts locally with the browser to open the files either in ACE editors or native html textareas. Help is also opened in the browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    CODEIT-IDE

    CODEIT-IDE

    CODEIT is a simple IDE, You can handle Javascript, HTML, PHP , CSS, SQ

    CODEIT is a simple IDE to develop HTML5 applications directly online in Your browser (best use with Google Chrome). Thanks to the Codemirror library developed by Marijn Haverbeke (codemirror.net) and the initial founder XO Systems, we have created/updated our online IDE with everything you need for the development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    MatrixMath

    A simple matrix library for delphi/pascal

    A simple matrix library implementation. It allows an user to do basic stuff and also matrix based cryptography (viz Hill Cipher) implementations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Panther

    Panther

    Simple and powerful tool to manage all of your JS models in one place

    Panther is a very simple and powerful tool for managing all of your JS models in one place. Panther is actually a container that keeps your JS models in an array. With Panther you are able to add, remove and retrieve any code specified by an ID. For that purpose Panther needs to know your code's unique ID. To enable that you have to put 3 lines in your JS model: function your_model() { ... this.id = function() { return 'my_unique_id_here'; } ... }
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    goorm

    Cloud-based Integrated Development Enviroment

    We prepare to re-release npm install goorm goorm is the cloud-based Integrated Development Environment. It is developed in only javascript and using various open source libraries. It is also an open-source project. goorm supports currently C/C++ and Java as well as HTML, CSS, PHP and Javascript. Other languages will be supported with plugin. (future works). - goorm is developing now and this repository provides only alpha version. - please, feedback to us about bugs and feature what...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    snippetsource

    snippetsource

    Portable source code librarian

    Snippetsource is a simple yet powerful repository to store code snippets or any other text content. SQLite is used as the database backend which makes fast indexed lookups possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Spaced IDE

    Spaced IDE

    An IDE for the programming language whitespace.

    Spaced IDE is a programming tool for the language whitespace that simplifies the creation of applications. Source code will be added soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    TEdit

    TEdit

    TEdit is a simple Text Editor who saves and openes .txt Files.

    TEdit is a simple Text Editor who saves and openes .txt Files. At the moment the programm is in pre-apha phase. I would greatly appreciate help with the development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    PHP-Edit

    PHP-Edit

    Lite weight editor designed to allow basic editing of text file.

    This program is completely stand alone (150 lines of code). A filename may be passed so the editor will open with it's contents or it can be used without a filename and a default filename will be assigned that may be changed before saving text. For security reasons, no provision has been made to allow saving to another directory. Future additions may include the capability to save to a sub directory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    jsGorithm is a Javascript algorithm execution viewer that can be used as an educative tool for introductory courses on programming and algorithmics, with programs written in a subset of C/C++/Javascript. It can be used for teaching and learning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A handy cscope & ctags GUI shell
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
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.