Showing 559 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
    C#ZipUnzip

    C#ZipUnzip

    Zip Unzip project

    This is a Zip Unzip program. It has been written in C# and uses the Compression library of microsoft C#. The use of the program is pretty simple. It supports drag and drop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ServiceStack.OrmLite

    ServiceStack.OrmLite

    Fast, Simple, Typed ORM for .NET

    ServiceStack.OrmLite is a lightweight, high-performance Object-Relational Mapping (ORM) library for .NET. It simplifies data access by mapping .NET classes to database tables, enabling developers to perform CRUD operations with ease.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    SignalR

    SignalR

    Incredibly simple real-time web for .NET

    ...It's the ability to have your server-side code push content to connected clients as it happens, in real-time. SignalR hubs can be written in C# code and added to your ASP.NET app, alongside your pages and APIs. The simple programming model integrates seamlessly with other ASP.NET features like dependency injection, authentication, authorization, and scalability. While chat is often used as an example, you can do a whole lot more. Any time a user refreshes a web page to see new data, or the page implements Ajax long polling to retrieve new data, it's candidate for using SignalR. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    codemaid

    codemaid

    CodeMaid is an open source Visual Studio extension to cleanup

    CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding. Cleanup random white space into a simple standard order. Add unspecified access modifiers. Utilize Visual Studio’s built-in formatting capabilities. Remove and sort using statements. And do it all automatically on save or on demand, from an individual file to the entire solution. ...
    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
  • 5
    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
  • 6
    Dependencies

    Dependencies

    A rewrite of the old legacy software "depends.exe" in C# for Windows

    ...Dependencies currently does not recursively resolve child imports when parsing a new PE since it can be really memory-hungry to do so ( it can over a GB even for "simple" PEs ).
    Downloads: 216 This Week
    Last Update:
    See Project
  • 7
    Popup Page Plugin for Xamarin Forms

    Popup Page Plugin for Xamarin Forms

    Xamarin Forms popup plugin

    Rg.Plugins.Popup is a cross-platform plugin for Xamarin.Forms that allows you to open Xamarin.Forms pages as a popup that can be shared across iOS, Android, UWP, and macOS. Also, the plugin allows you to use very simple and flexible animations for showing popup pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Nosikasi Knowledge Process

    Nosikasi Knowledge Process

    Software helps to store, organize procedures and errors solutions

    EN Nosikasi is a program that helps to store, organize procedures and error solutions. Market solutions are paid and sometimes too complex for something simple. For anyone who likes to take notes or doesn't have a good memory and an organizer, he's a good reference. It is available in Portuguese and English. PT Nosikasi é um programa que auxilia a armazenar, organizar procedimentos e soluções de erros. As soluções de mercado são pagas e as vezes muito complexa para algo simples. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    CNote

    CNote

    A Fast Lightweight Note & Code Editor

    CNote is a fast and lightweight note/code editor, it can help you quickly create/edit notes or write code. it has all the important features you need in one place, With Live Html Preview, Python Code Execution, and more, you can find the changelog at the Github repo.
    Downloads: 11 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 10
    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
  • 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
    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
  • 13
    clean-architecture-dotnet

    clean-architecture-dotnet

    Yet Another .NET Clean Architecture

    Yet Another .NET Clean Architecture, but for a Microservices project. It uses Minimal Clean Architecture with DDD-lite, CQRS-lite, and just enough Cloud-native patterns applied on the simple eCommerce sample and run on Tye with Dapr extension.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Ooui Web Framework

    Ooui Web Framework

    UI library that brings the simplicity of native UI development to web

    ...This is done using a simple messaging protocol with JSON packets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Kookaburra

    Kookaburra

    Cross-Platform, Object-Oriented Programming language. With Kookaburra

    Kookaburra is a simple programming language. With Kookaburra you can choose between the powerful CLI (Command Line Interface), or start coding with its' intuitive syntax. The syntax is simple and efficient. Create apps/games and more that are fine-tuned to perfection. Kookaburra is completely free to use, using only local files and no data/telemetry collection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    template-message-sdk

    Sdk for dynamic generating message by templates

    A small library for creating templates from blocks using code. The same blocks can be used for different templates. The basic principle of working with the library is to provide a flexible and simple system for writing dynamically generated text.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    WebServer / AMP Stack for Windows

    WebServer / AMP Stack for Windows

    WebServer (AMP Stack) for Windows. Support multiple PHP versions.

    WebServer (AMP Stack) for Windows. Support multiple PHP versions. - Software: Apache, MySQL, MariaDB, MongoDB. - Multiple PHP Versions. - Apache supports HTTPS. - Can install on External Disk, it will fix the config path for you. - Auto-create hosts file entry for the website. - Manage servers as Windows services. - Manage websites with different PHP versions. - Auto-create missing service while starting the server
    Downloads: 9 This Week
    Last Update:
    See Project
  • 18
    Chromely

    Chromely

    Build cross platform HTML desktop apps on .NET

    ...Building SPA apps using Blazor or javascript frameworks like Angular, React, Vue or similar is easy. You can use Visual Studio Code or any IDE you are familiar with as long as Chromely knows the entry HTML file from the compiled/bundled files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Microcharts

    Microcharts

    Create cross-platform (Xamarin, Windows, ...) simple charts

    Microcharts is an extremely simple charting library for a wide range of platforms (see Compatibility section below), with shared code and rendering for all of them! This project is just simple drawing on top of the awesome SkiaSharp library. The purpose is not to have an heavily customizable charting library. If you want so, simply fork the code, since all of this is fairly simple.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    CSharpWriter

    CSharpWriter

    A C# Control use to edit RTF can replace RichTextBox.

    CSharpWriter(short name CSWriter) is a new RTF style document process engine without RichTextBox control. it is more powerfull than RichTextBox.We holpe it can replace OpenOffice in .NET World.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Neutronium

    Neutronium

    Build .NET desktop applications using HTML, CSS and javascript

    Neutronium is a UI library to create .NET desktop applications using HTML, CSS and javascript. Neutronium uses the MVVM pattern exactly the same way as the WPF application. Neutronium provides bindings with Vue.js, mobx.js and Knockout.js to build powerful HTML5 UI. Use all the power of the javascript stack to build .NET desktop applications. Architecture Neutronium application just like standard WPF application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    passcore

    passcore

    A self-service password management tool for Active Directory

    PassCore is a very simple 1-page web application written in C#, using ASP.NET Core, Material UI (React Components), and Microsoft Directory Services (Default provider). It allows users to change their Active Directory/LDAP password on their own, provided the user is not disabled. PassCore does not require any configuration, as it obtains the principal context from the current domain.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Pack-Print-Cut

    Pack-Print-Cut

    Packing two dimensional rectangular elements at orthogonal table

    ...It is developed upon authors several years of experience at woodworking, and actual carpenters needs when such software is in question. In spite its look it is fully functional peace of software , with all necessary elements needed for generating cutting sheets. GUI is simple and it consists of fields for entering table and element dimensions on the right. Packing, optimization, cutting and cleaning table edges section bottom left and statistic section bottom right. Upper left are table description field and cut sheet drawing at the center. Right click at the cut sheet drawing and there are printing options. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24
    EditorASP

    EditorASP

    Usercontrol ASP WYSIYG Editor

    Simple editor para crear documentos. Es un control de usuario para que pueda ser implementado fácilmente a cualquier proyecto ASP.NET. Mejoras necesarias * Insertar parrafos correctamente * Situar el cursor al final del parrafo recien insertado * Estandariacion del manejo de la base de datos Ademas se podrian mejorar muchas otras cosas.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    HtmlWatcher

    HtmlWatcher

    Auto updated HTML viewer for web develop

    Downloads: 0 This Week
    Last Update:
    See Project